@charset "utf-8";
/* CSS Document */

.main .mv_pt {
  background: url("../images/blog_img_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}

h2.title02{
	border-left: #00a0bb solid 4px;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0.3em 0.5em;
    color: #000;
}

h3{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:0.5em;
    margin-bottom:0.8em;
	border-bottom: 1px dashed #ccc;
}
h5{
 padding-bottom:0.8em;
    
}

p.blog_txt{
	font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.main .page_img01 {
  background: url("../images/page_img01_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}

.main .page_img02 {
  background: url("../images/page_img02_01_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}
.main .page_img03 {
  background: url("../images/page_img03_01_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}
.main .page_img04 {
  background: url("../images/page_img04_01_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}

.main .blog_box{
   background-color:#E6E7E8;
   padding:2em;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3em;
}    
.main .blog_box .blog_box_l{
    width:60%;
    margin-right:8em;    
} 
.main .blog_box .blog_box_r{
    width:30%
}
.main .blog_box .blog_box_l img,
.main .blog_box .blog_box_r img{  
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
}
.icon-check3{
    color:#F29127;
    font-weight:bold;
    padding-right:0.3em;
}

ul.blog_list{
   font-size:18px;
   padding-left:1em;    
}

ul.blog_list li{
   position: relative;
    display: block;   
   margin-bottom:1.2em; 
padding: 0em 0px 0em 25px;    
}

ul.blog_list >li:before {
    background-color: #00a0bb !important;
}
ul.blog_list li:before{
    display: block;
    content: "";
    position: absolute;
    top: 0.4em;
    left: 10px;
    width: 6px;
    height: 6px;
    background-color: #2b2b2b;
    border-radius: 100%;
}
.order a.btn_b {
    text-decoration: none;
    margin-bottom: 2em;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 30px;
    /*background: -webkit-gradient(45deg, #2ca9e1 35%, #336699);
background: linear-gradient(45deg, #2ca9e1 35%, #336699);*/
    background: -webkit-gradient(45deg, #00a0bb 35%, #04a1e3);
background: linear-gradient(45deg, #00a0bb 35%, #04a1e3);
}
.order a.bk_link{
   font-size:16px;
   color: #00a0bb;
    font-weight:bold;
    display: block;
    text-align:center;
}
.date{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .main .mv_pt {
	width: 100%;
    margin: 0 auto;
    background: url("../images/blog_img_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vw;  
  }
  .main .page_img01 {
	width: 100%;
    margin: 0 auto;
    background: url("../images/page_img01_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vw;  
  }

  .main .page_img02 {
	width: 100%;
    margin: 0 auto;
    background: url("../images/page_img02_01_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vw;  
  }
.main .page_img03 {
	width: 100%;
    margin: 0 auto;
    background: url("../images/page_img03_01_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vw;  
  }
.main .page_img04 {
	width: 100%;
    margin: 0 auto;
    background: url("../images/page_img04_01_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vw;  
  }    
h2.title02{
    font-size: 20px;
    margin: 10px 0;
}
h3{
	font-size: 18px;
}

p.blog_txt{
	font-size: 16px;
}
    
.main .blog_box{
  display: block;
  padding:1em;    
    }
.main .blog_box .blog_box_l{
    width:100%;
    margin-right:0;    
} 
.main .blog_box .blog_box_r{
    width:100%
}
ul.blog_list{
   font-size:16px;
   padding-left:0; 
} 
.order a.bk_link{
   font-size:14px;
}    
}