@charset "utf-8";
/* ----------------
 共通
------------------- */
.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}
p.lh-2{
 line-height: 2;
}
.youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video{
 max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------
 vision pc
------------------------- */

/* ----------------------
 会社情報 pc
------------------------- */
article.bg-gray{
 background-color: #f6f7f2;
}
.company .group_1 .t_right{
 margin-top: 10px;
}
@media screen and (min-width: 769px) {/* pcまで */

}/* pc end */

@media screen and (max-width: 768px) {/* sp */
/*-----------------------
 会社情報 sp
 ------------------------*/
}/* sp end */
/* ----------------------
 プライバシーポリシー
------------------------- */
.pri .guide_menu li,
.faq .guide_menu li{
 width: 25%;
 float: left;
 text-align: center;
 line-height: 1.5;
 border-right: 1px dotted #333;
}

.pri .guide_menu li:first-child,
.faq .guide_menu li:first-child{
 border-left: 1px dotted #333;
}
.pri .guide_menu li a,
.faq .guide_menu li a{
 color: #333;
 display: block;
 padding: 20px 0;
 width: 100%;
 font-weight: bold;
 font-size: 120%;
 background: url(images/faq/arrow.png) no-repeat center bottom;
}
.pri .main h3,
.faq .main h3{
 font-size: 180%;
 line-height: 1.5;
 font-weight: bold;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.png) no-repeat left center;
 padding: 30px 0 30px 20px;

}
.pri .main h4{
 font-size: 140%;
 line-height: 1.5;
 font-weight: bold;
 margin-top: 30px;
 margin-bottom: 15px;
 letter-spacing: 2px;
 color: #0181ca;
}
.pri ul.group,
.faq .qa_group {
 margin-bottom: 30px;
}
.pri ul.group li{
 margin-bottom: 40px;
 padding-bottom: 0px;
}

.faq .qa_group li{
 border-bottom: 2px dotted #ccc;
 margin-bottom: 30px;
 padding-bottom: 30px;
}

.pri .main a{
 color: #0081c6;
}
.pri .t_link a{
 color: #0081c6;
 padding-left: 15px;
 background: url(images/icon/arrow-1.png) no-repeat left center;
}
.pri ul.list{
 margin-left: 30px;
}
.pri ul.list li{
 list-style-type: disc;
}
.pri .main h5{
 font-weight: bold;
 margin-top: 20px;
}
.pri p.mt{
 margin-top: 10px;
}
.pri ol li{
 list-style-type: disc;
 margin-bottom: 10px;
 margin-left: 18px;
}
.pri ol li li{
 list-style-type: decimal;
 margin: 10px 0 0 25px;
}
@media screen and (max-width: 768px) {/* sp */
.pri .main h3{
 font-size: 160%;
 line-height: 1.5;
 font-weight: bold;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.png) no-repeat left 4px;
 margin-top: 10px;
 padding: 0px 0 20px 20px;
}
.pri .main h4{
 font-size: 130%;
 line-height: 1.5;
 font-weight: bold;
 margin-top: 30px;
 margin-bottom: 15px;
 letter-spacing: 2px;
 color: #0181ca;
}
.pri .group,
.faq .qa_group {
 margin-bottom: 30px;
}
.faq .qa_group li{
 border-bottom: 2px dotted #ccc;
 margin-bottom: 25px;
 padding-bottom: 25px;
}
.pri ul.group li{
 margin-bottom: 40px;
 padding-bottom: 0px;
}
}/* sp */

/* -----------------
 お知らせ
-------------------- */
@media screen and (min-width: 769px) {/* PC */
.category.news .main li {
 padding: 15px;
 border-bottom: 1px dashed #ccc;
}
.category.news .main li a{
 color: #333;
 margin-left: 10px;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
.category.news .main li {
 padding: 15px;
 border-bottom: 1px dashed #ccc;
}
.category.news .main li a{
 color: #333;
 display: block;
 margin-left: 0px;
}

}/* sp end */


/* ---------------------------
   新着一覧
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
.page_head.news{
 background: url(images/company/head.jpg) no-repeat center top;
 background-size: cover;
}
.PostList li{
 overflow: hidden;
 width: 100%;
 padding-top: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dotted #333;
}
.news-list h3.list_title{
 float: none;
 clear: both;
 font-size: 180%;
 text-align: center;
 border-bottom: 2px solid #20aa55;
 margin-top: 30px;
 margin-bottom: 20px !important;
}
.PostList .meta_group{
 width: 25%;
 float: left;
}
.PostList .Post_body{
 width: 100%;
 clear: both;
}
.PostList .time{
 width: 90px;
 margin-right: 15px;
 float: left;
}
.PostList .meta{
 float: left;
}
.PostList .cat_name{
 background-color: #4a83dc;
 padding:2px 10px;
 color: #fff;
 float: left;
 min-width: 120px;
 text-align: center;
 font-size: 80%;
 margin-right: 0;
}
.PostList .title{
 float: left;
 display: block;
 width: 74%;
 color: #305478;
}
.PostList .Post_title:hover{
 text-decoration: underline;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
.page_head.news{
 background: url(images/company/head.jpg) no-repeat center top;
 background-size: cover;
}
.Post_link{
 color: #305478;
}
.PostList li{
 padding-top: 7px;
 padding-bottom: 7px;
 border-bottom: 1px dotted #333;
}
.news-list h3.list_title{
 float: none;
 clear: both;
 font-size: 180%;
 text-align: center;
 border-bottom: 2px solid #20aa55;
 margin-top: 30px;
 margin-bottom: 20px !important;
}

.PostList .Post_body{
 width: 100%;
 clear: both;
}
.PostList .time{
 margin-right: 15px;
 float: left;
 min-width: 75px;
}
.PostList .cat_name{
 background-color: #4a83dc;
 padding:2px 10px;
 color: #fff;
 text-align: center;
 font-size: 80%;
 margin-right: 15px;
 min-width: 82px;
 display: inline-block;
}

.PostList .title{
 float: none;
 display: block;
 width: 100%;
 margin-top: 5px;
 color: #305478;
}
.PostList .title:hover{
 text-decoration: underline;
}
}/* sp */

/* ---------------------------
 コンタクト
 ----------------------------- */
.t_center{
 text-align: center !important;
}
.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 95%;
}
table.contact span{
 margin-left: 5px;
}
.contact .main h3{
 font-size: 160%;
 font-weight: bold;
 text-align: center;
 color: #333;
}
.contact .overbox {
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.contact .overbox li {
    margin-bottom: 20px;
    margin-left: 20px;
}
.contact ol li {
    list-style-type: decimal;
}
.contact .hissu{
  background-color: #5292f6;
 color: #fff;
 padding: 2px 7px 0 7px;
 font-size: 90%;
 border-radius: 6px;
}

@media screen and (min-width: 769px) {/* PCまで */
.page_head.contact {
 padding-top: 22%;
 background: url(images/contact/head.jpg) no-repeat top center;
 background-size: cover;
}

.contact_button{
 margin-left: auto;
 margin-right: auto;
 display: table;
}

table.contact{
 max-width: 800px;
 margin: 30px auto;
 border-top: 1px solid #ccc;
 border-collapse: separate;  /* 表の線と線の間を空ける */
}
table.contact th{
 padding: 15px 20px;
 width: 35%;
 background-color: #e6f0e2;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
}

table.contact td{
 padding: 15px 20px;
 width: auto;
 border-bottom: 1px solid #ccc;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 35%;
 vertical-align: middle;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}

.contact .group_1 p{
 line-height: 2.5;
}
}/* PC */
table.contact-2 th span{
 float: right;
 background-color: #5292f6;
 color: #fff;
 padding: 2px 7px 0 7px;
 font-size: 90%;
 border-radius: 6px;
}


table.contact th span{
 float: right;
}
input.yuubin01{
 width: 50px !important;
}
input.yuubin02{
 width: 50px !important;
}
.contact .group_1 p{
 margin-bottom: 15px;
}
.about_contact{
 margin-left: 25px;
}
.about_contact li{
 list-style-type: decimal;
}
.contact .text-1 a{
 color: #e43329;
 text-decoration: underline;
}

@media screen and (max-width: 768px) {/* SP */
.page_head.contact {
 padding-top: 70%;
 background: url(images/contact/head-sp.jpg) no-repeat top center;
 background-size: cover;
}

table.contact{
 margin: 30px auto;
}
table.contact th{
 display: block;
 padding: 15px 10px 0 0;
 width: 100%;
 font-weight: bold;
}
table.contact td{
 display: block;
 padding: 15px 10px;
 width: 100%;
 background-color: #F3F3F6;
}

.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 93%;
}
.contact_button{
 text-align: center;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 100%;
 display: block;
 vertical-align: middle;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 display: block;
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}

.wpcf7-submit{
 margin-left: 18% !important;
}

}/* sp */

/* -----------------
 プライバシー
-------------------- */
.privacy dt{
 font-size: 130%;
 font-weight: bold;
 border-bottom: 1px dotted #ccc;
 margin-top: 30px;
 margin-bottom: 10px;
}
.post li{
 list-style: none;
}

/* -------------------------------------
  本体追加分
---------------------------------------- */
section {
 overflow: hidden;
}
.pt0{
 padding-top: 0 !important;
}
@media screen and (min-width: 769px) {/* PC */
.page #header{

}
#contents .inner_bg{
 background-color: #fff;
 border-top-left-radius: 45px;
 margin-left: 5vw;
}
body.result{
 background: url(images/result/head.jpg) no-repeat top center;
 background-size: 100% auto;
}
.page .main h2{
 font-size: 250%;
 font-weight: bold;
 letter-spacing: 2px;
 margin-bottom: 60px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
}
.page .main h2.ttl{
 font-size: 250% !important;
 margin-bottom: 60px !important;
}

.result .main table{
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
#contents .inner_bg{
 background-color: #fff;
 border-top-left-radius: 45px;
 margin-left: 5vw;
}
article .inner{
 width: 90%;
}
.page_head{
 width: 100%;
 float: left;
 height: 40vw;
}
.page .main h2{
 max-width: 90%;
 font-size: 200%;
 font-weight: bold;
 letter-spacing: 2px;
 margin-bottom: 30px;
 text-align: left;
}
.page .main h2.ttl{
 font-size: 200% !important;
 margin-bottom: 30px !important;
 text-align: left;
}

}/* sp end */

/* ---------------------------
 message
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
body.message{
 background: url(images/message/head.jpg) no-repeat top center;
 background-size: 100% auto;
}
.message .group_1{
 width: 80%;
 margin: 0 auto;
}
.message .group_1 p{
 margin-bottom: 20px;
}
.message .group_1 .img{
 text-align: center;
 margin-top: 70px;
}
.message .group_1 .img img{
 border-top-left-radius: 50px;
}

.message .group_1 .name{
 text-align: center;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
body.message{
 background: url(images/message/head.jpg) no-repeat top center;
 background-size: 100% auto;
}
.message .group_1 p{
 margin-bottom: 20px;
}
.message .group_1 .img{
 text-align: center;
 margin-top: 30px;
}
.message .group_1 .img img{
 border-top-left-radius: 40px;
}

.message .group_1 .name{
 text-align: center;
}

}/* sp end */

/* ---------------------------
 sdgs 
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
body.environment{
 background: url(images/sdgs/head.jpg) no-repeat top center;
 background-size: 100% auto;
}
.sdgs article .inner{
 width: 88.8%;
 margin-left: auto;
 margin-right: auto;
}
.sdgs article .box{
 margin-bottom: 70px;
}
.sdgs article h3{
}
.sdgs article h4{
 font-size: 140%;
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 5px;
}
.sdgs article h4 span{
 margin-right: 7px;
 color: #5292f7 !important;
}
.sdgs .group_1 ul._2{
 margin-top: 30px;
}
.sdgs .group_1 ul._2 li{
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px dotted #333;
}
.sdgs .group_1 ul._2 .bold{
 font-weight: bold;
 font-size: 110%;
}
.sdgs .group_1 ul._2 .s_title{
 margin-top: 20px;
}
.sdgs .img_group{
 margin-top: 30px;
}
.sdgs .img.left{
 width: 48%;
 float: left;
}
.sdgs .img.right{
 width: 48%;
 float: right;
}

}/* pc */
@media screen and (max-width: 768px) {/* SP */
.environment #sp_header{
 background: url(images/sdgs/head.jpg) no-repeat top center;
 background-size: cover;
}

.sdgs article .box{
 margin-bottom: 10vw;
}
.sdgs article h3{
}
.sdgs article h4{
 font-size: 140%;
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 5px;
}
.sdgs article h4 span{
 margin-right: 7px;
 color: #5292f7 !important;
}
.sdgs .group_1 ul._2{
 margin-top: 30px;
}
.sdgs .group_1 ul._2 li{
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px dotted #333;
}
.sdgs .group_1 ul._2 .bold{
 font-weight: bold;
 font-size: 110%;
}
.sdgs .group_1 ul._2 .s_title{
 margin-top: 20px;
}

.sdgs .img_group{
 margin-top: 30px;
}
.sdgs .img.left{
 text-align: center;
 margin-bottom: 15px;
}
.sdgs .img.right{
 text-align: center;
}


}/* sp end */

/* ---------------------------
 取扱商品
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
body.products{
 background: url(images/result/head.jpg) no-repeat top center;
 background-size: 100% auto;
}

.page article .inner,
.products article .inner{
 width: 88.8%;
 margin-left: auto;
 margin-right: auto;
}

.products .list_group{
 display: flex;
 flex-flow: row wrap;
 justify-content: space-around;
}
.products .list{
 width: 340px;
 min-height: 500px;
 margin:0 0 30px 0;
 border-right: 1px dotted #333;
}
.products .list_2.bL,
.products .list.bL{
 border-left: 1px dotted #333;
}
.products .list_2{
 width: 530px;
 min-height: 500px;
 margin:0 10px 30px 10px;
 border-right: 1px dotted #333;
}


.products .group_1 h3{
 font-size: 160%;
 font-weight: bold;
 margin-bottom: 15px;
 border-bottom: 3px solid #5292f7; 
}
.products .list_name{
 margin-bottom: 20px;
}
.products .list_name li{
 background: url(images/common/list-bg.png) no-repeat left center;
 padding-left: 17px;
}
.products .title_02{
 font-size: 140%;
 font-weight: bold;
}

.products .list_2 ul,
.products .title_02,
.products .list ul{
 padding-left: 25px;
}
.products .maker a{
 background: url(images/common/list-bg-2.png) no-repeat left center;
 padding-left: 17px;
 color: #333;
}

.products .list_2 ul li:nth-child(odd){
 float: left;
 width: 49%;
}
.products .list_2 ul li:nth-child(even){
 float: right;
 width: 49%;
}

}/* pc */
@media screen and (max-width: 768px) {/* SP */
.result #sp_header,
.products #sp_header{
 background: url(images/result/head.jpg) no-repeat top center;
 background-size: cover;
}

.products .list{
 max-width: 400px;
 margin:0 auto 30px auto;
}
.products .list_2.bL,
.products .list.bL{
}
.products .list_2{
 max-width: 400px;
 margin:0 auto 30px auto;
}

.products .group_1 h3{
 font-size: 160%;
 font-weight: bold;
 margin-bottom: 15px;
 border-bottom: 3px solid #5292f7; 
}
.products .list_name{
 margin-bottom: 20px;
}
.products .list_name li{
 background: url(images/common/list-bg.png) no-repeat left center;
 padding-left: 17px;
}
.products .title_02{
 font-size: 140%;
 font-weight: bold;
}

.products .list_2 ul,
.products .title_02,
.products .list ul{
 padding-left: 25px;
}
.products .maker a{
 background: url(images/common/list-bg-2.png) no-repeat left center;
 padding-left: 17px;
 color: #333;
}


}/* sp end */
/* ---------------------------
 about
------------------------------ */
.about .group_3 .t_right{
 margin-top: 30px;
}
.products .pdf,
.about .group_3 .pdf{
 width: 200px;
 margin: 20px auto;
 padding: 20px 40px 20px 0;
 background: url(images/common/i-pdf.png) no-repeat right center;
}


@media screen and (min-width: 769px) {/* PC */

.page .main article.first{
 padding-top: 0 !important;
}
.page .main article{
 padding-bottom: 70px;
 padding-top: 70px;
 line-height: 2;
 max-width: 100%;
}
.page article.bg-gray{
 padding: 70px 0;
}

body.contact,
body.business,
body.about{
 background: url(images/about/head.jpg) no-repeat top center;
 background-size: 100% auto;
}
article .sub_inner{
 width: 90%;
 max-width: 960px;
 margin-left: auto;
 margin-right: auto;
}
.main h3.st_2{
 margin-bottom: 20px;
}
.main h3.st_2 span{
 display: inline;
 font-size: 180%;
 font-weight: bold;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.gif) no-repeat right 23px;
 padding-right: 40px; 
}
.main h3.st_3{
 margin-bottom: 20px;
 display: inline;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.gif) no-repeat right 23px;
 padding-right: 40px; 
 font-size: 180%;
 font-weight: bold;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
.main h3.st_3 span{
 font-size: 70%;
 font-weight: normal;
}
.about dl{
 width: 300px;
 float: left;
}
.about dt{
 float: left;
 width: 50%;
}
.about dd{
 float: left;
 width: 50%;
}

}/* pc */
@media screen and (max-width: 768px) {/* SP */
#sp_header{
}

.contact #sp_header,
.business #sp_header,
.about #sp_header{
 background: url(images/about/head.jpg) no-repeat top center;
 background-size: cover;

}
.main h3.st_2{
 margin-bottom: 20px;
}
.main h3.st_2 span{
 display: inline;
 font-size: 180%;
 font-weight: bold;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.gif) no-repeat right 23px;
 padding-right: 40px; 
}
.main h3.st_3{
 margin-bottom: 20px;
 display: inline;
 letter-spacing: 2px;
 background: url(images/common/h3-bg.gif) no-repeat right 23px;
 padding-right: 40px; 
 font-size: 180%;
 font-weight: bold;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
.main h3.st_3 span{
 font-size: 70%;
 font-weight: normal;
}
.about dl{
 width: 300px;
 float: left;
}
.about dt{
 float: left;
 width: 50%;
}
.about dd{
 float: left;
 width: 50%;
}

}/* sp end */
/* ---------------------------
 事務所案内
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
.business .tab-content.flex{
 display: none;
}
.business .tab-menu{
 width: 100%;
}

.business .tab-box{

}
.business .tab-menu .tab-item{
 cursor: pointer;
}

.business .tab-menu {
 display: flex;
 justify-content: space-between;
 margin-bottom: 60px;
}

.business .tab-menu li{
 text-align: center;
 padding: 15px 0px 15px 0px;
 font-size: 120%;
 color: #333;
 font-weight: bold;
 width: 280px;
 border-radius: 40px;  
 background-color: #f7f8f3;
}
.business .tab-menu li.active{
 background-color: #5292f7;
 color: #fff;
}
.business ul.office{
 width: 100%;
 margin-bottom: 15px;
}

ul.office li:nth-child(1){
 width: 31%;
 height: 26vw;
 float: left;
}
ul.office li:nth-child(2){
 width: 69%;  
 float: right;
 height: 26vw;
}
ul.office li img{
 width: 100%;
 height: 26vw;
 object-fit: cover;
}
.business .tab-content.show{
 display: block !important;
}

.business .tab-content{
 display: none;
}

.business .tab-content .group{
 margin-bottom: 70px;
}
}/* pc */
@media screen and (max-width: 768px) {/* SP */
.business .tab-content.flex{
 display: none;
}
.business .tab-menu{
 width: 100%;
}

.business .main h3.st_3 span{
 font-size: 60%;
 font-weight: normal;
}

.business .tab-box{

}
.business .tab-menu .tab-item{
 cursor: pointer;
}

.business .tab-menu {
 display: flex;
 justify-content: space-between;
 margin-bottom: 60px;
}

.business .tab-menu li{
 text-align: center;
 padding: 15px 0px 15px 0px;
 font-size: 120%;
 color: #333;
 font-weight: bold;
 width: 30%;
 border-radius: 40px;  
 background-color: #f7f8f3;
}
.business .tab-menu li.active{
 background-color: #5292f7;
 color: #fff;
}
.business ul.office{
 max-width: 330px;
 margin: 0 auto 15px auto;
}

ul.office li:nth-child(1){
 width: 100%;
 height: 50vw;

}
ul.office li:nth-child(2){
 width: 100%;

}
ul.office li img{
 width: 100%;
 height: 50vw;
 object-fit: cover;
}
.business .tab-content.show{
 display: block !important;
}

.business .tab-content{
 display: none;
}

.business .tab-content .group{
 margin-bottom: 40px;
}
.business .tab-content .group p{
 text-align: center;
}


}/* sp end */

/* ---------------------------
 blog news
------------------------------ */
@media screen and (min-width: 769px) {/* PC */
body.news-list,
body.news,
body.blog{
 background: url(images/about/head.jpg) no-repeat top center;
 background-size: 100% auto;
}


/* blog list 表示 
------------------------------*/
.blog_box{
 margin-bottom: 70px;
}
.blog_box .title_group{
 margin-bottom: 15px;
}

.blog_box h2{
 width: 240px;
 float: left;
}
.blog_box .more{
 width: 130px;
 float: right;
 margin-top: 20px;
}

.blog_list{
 display: flex;
 flex-wrap:wrap;
 justify-content: space-around; 
}
.blog_list li{
 width: 520px;
 margin-bottom: 25px;
 height: 200px;
}
.blog_list .img-box{
 float: left;
 width: 48%;
}
.blog_list .text_group{
 float: right;
 width: 48%;
}
.blog_list a{
 color: #333;
}
.blog_list .title{
 font-weight: bold;
}
.blog_list .text{
 margin-top: 10px;
}
.blog_list img{
 width: 100%;
 height: 180px;
 object-fit: cover;
}
}


@media screen and (max-width: 768px) {/* SP */
.news-list #sp_header,
.news #sp_header,
.blog #sp_header{
 background: url(images/about/head.jpg) no-repeat top center;
 background-size: cover;
}

.blog_list{
 display: flex;
 flex-wrap:wrap;
 justify-content: center; 
}
.blog_list li{
 max-width: 310px;
 margin-bottom: 30px;
 margin-left: 10px;
 margin-right: 10px;
}
.blog_list .img-box{
 float: none;
 width: 100%;
 margin-bottom: 10px;
}
.blog_list .text_group{
 width: 100%;
}
.blog_list a{
 color: #333;
}
.blog_list .title{
 font-weight: bold;
}
.blog_list .text{
 margin-top: 10px;
}
.blog_list img{
 width: 100%;
 object-fit: cover;
}


}/* sp end */
