@charset "UTF-8";

@import url("css/reset.css"); 

html{font-size:62.5%;}
/* サンプル font-size:14px; を指定する場合 */
body{font-size:1.4rem;font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';}

a{
	transition-duration: 0.1s;
}
.w10px{width: 10px; }.w20px{width: 20px;}.w30px{width: 30px;}.w40px{width: 40px;}.w50px{width: 50px;}.w60px{width: 60px;}.w70px{width: 70px;}.w80px{width: 80px;}.w90px{width: 90px;}.w100px{width: 100px;}.w110px{width: 110px;}.w120px{width: 120px;}.w130px{width: 130px;}.w140px{width: 140px;}.w150px{width: 150px;}.w160px{width: 160px;}.w170px{width: 170px;}.w180px{width: 180px;}.w190px{width: 190px;}.w200px{width: 200px;}.w210px{width: 210px;}.w220px{width: 220px;}.w230px{width: 230px;}.w240px{width: 240px;}.w250px{width: 250px;}.w260px{width: 260px;}.w270px{width: 270px;}.w280px{width: 280px;}.w290px{width: 290px;}.w300px{width: 300px;}
.tc{text-align: center !important;}.tr{text-align: right !important;}.tl{text-align: left !important;}

.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.p_title{
	font-weight: bold;
	font-size: 20px;
}
.p_subtitle{
	font-size: 18px;
	font-weight: bold;
}

button{
	cursor: pointer;
}



.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}

.inr{
	margin: 0 auto;
	padding: 0 1%;
	max-width: 118rem;
}
.inr_in{
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 1%;
}
.inr_small{
	max-width: 98rem;
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: center;
}
.flex.align_center{
	align-items: center;
}
.flex.between{
	justify-content: space-between;
}
.flex.align_bottom{
	align-items: anchor-center;
}

.english_tag{
	display: block;
    margin-right: 1rem;
    background: #1fa0b1;
    padding: 0.2rem 0.7rem;
    font-size: 80%;
    color: #ffffff;
    border-radius: 2px;
}

header .header_top{
	margin-bottom: 0.7rem;
	}

header .header_top .flex{
	display: flex;
	justify-content: space-between;
}
header .header_top .header_top_nav{
	
}
header .header_top .header_top_nav ul{
	display: flex;
}
header .header_top .header_top_nav ul li{
	margin-left: 1.5rem;
}

header .header_top .header_top_nav ul li a{
	color: inherit;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
}
header .header_top .header_top_nav ul li a i{
	color: #00B900;
	font-size: 123%;
	margin-right: 0.5rem;
}
header .header_top .header_top_nav ul li:last-child a{
	color: #fff;
	background: #e25e1a;
	padding: 0.4rem 1.8rem;
	margin-top: -0.6rem;
	font-size: 1.4rem;
	border-radius: 0 0 6px 6px;
}


header .header_top h1{
	font-size: 1.2rem;
	display: flex;
}
header{
	padding: 0.6rem 0 1.2rem;
	}
header .flex{
	
}
header .left{
	display: flex;
	align-items: flex-start;
}
header .logo{
	
}
header .logo img{max-width: 72px;}
header .logo svg{
	
}
header .logo .logo_right_txt{
	display: inline-block;
	font-size: 1.1rem;
	border: solid 1px #0e499e;
	padding: 0.3rem 0.9rem;
	margin-left: 2.2rem;
	color: #0e499e;
	font-weight: 500;
}

header .left .logo_link{margin-right: 1rem;}
header .left .agency_logo{

}
header .left .agency_logo span{
	padding: 0.6rem 1.1rem;
}
header .left .agency_logo{display: flex;align-items: center;border: solid 1px #000;border-radius: 4px;}
header .left .agency_logo .denba_logo{display: flex;border-right: solid 1px #000;}
header .left .agency_logo .denba_logo img{
	width: 5.6rem;
}
header .left .agency_logo .txt{
	line-height: 1rem;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
	top: 1px;
	font-size: 1.2rem;
}

header .right{display: flex;align-items: center;}

header .right ul{
	display: flex;
	margin-right: 1.5rem;
}
header .right ul li{
	position: relative;
}
header .right ul li:after{
	position: absolute;
}
header .right ul li a{
    color: inherit;
    display: block;
    padding: 0 1.1rem;
    color: #101010;
    font-weight: 400;
    border-right: solid 1px #ccc;
}
header .right ul li:last-child a{
	border-right: none;
}

.header_nav2{
	display: none !important;
}


header .right ul .contact_bnt{
	
}
header .right ul .contact_bnt a{
	
}

header .right ul .current_page_item,
header .right ul .current-menu-item {
	position: relative;
}
header .right ul .current_page_item:after,
header .right ul .current-menu-item:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 3rem;
	height: 0.3rem;
	background: #18356e;
	transform: translate(-50%,-50%);
	border-radius: 20px;
}
header .right ul .menu-item-462:after{
	content: none;	
}
header .right ul .current_page_item a,
header .right ul .current-menu-item a{
	
}



header .right .btn{
	display: none;
}
.btn.primary{
	display: inline-block;
	padding: 1.4rem;
	min-width: 32rem;
	border-radius: 4px;
	border: solid 1px #235da0;
	color: #2760a1;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}


.header_tel_block{
	display: inline-block;
	text-align: right;
}
.header_tel_block .number{
	font-size: 2.3rem;
	font-weight: 600;
	color: #000000;
	line-height: 2.3rem;
	width: 19rem;
}
.header_tel_block .number img,
.header_tel_block .number i{
	font-size: 1.9rem;
	margin-right: 0.2rem;
	color: #369F2F;
	max-width: 2.5rem;
}
.header_tel_block .txt{
	font-size: 1.1rem;
	color: #272727;
}

.pan{
	background: #f2f2f2;
	padding: 1rem 0;
}
.pan.type_gray{
	background: #8e8e8e;
	padding: 1rem 0;
}



.pan ul{
	text-align: center;
	display: flex;
	justify-content: flex-start;
}
.pan ul li{
	display: block;
	padding: 0 1.3rem;
}
.pan ul li a{
	color: #525252;
}
.pan a{
	color: inherit;
	font-size: 1.2rem;
}
.pan span{
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0.45px;
    position: relative;
	color: #212121;
}



/*  */

header .p-global-nav .logo{
	display: none;
}




/*  */

.subpage.contact{
	padding: 6rem 0;
	background: #e2e2e2;
}

.subpage.contact .sec_contact{
    background: #000;
    box-shadow: 0px 7px 10px #00000063;
    border-radius: 7px;
    overflow: hidden;
}

.subpage.contact .sec_contact .flex{
	align-items: center;
	display: block;
}
.subpage.contact .sec_contact .flex > div{
}
.subpage.contact .sec_contact .left{
	background: #000;
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
}
.subpage.contact .sec_contact.spot .left{
    background: #6fccdd;
    overflow: hidden;
    height: 26rem;
}

.subpage.contact .sec_contact.spot .left img{position: absolute;height: 120%;top: -5rem;width: auto;}

.subpage.contact .sec_contact.appoint .left img{
	position: absolute;
    height: auto;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.subpage.contact .sec_contact .left .p2{
position: absolute;
    top: 0;
    color: #fff;
    font-size: 2.7rem;
    left: 2rem;
    font-weight: 600;
}

.subpage.contact .sec_contact .left img{
	width: 400px;
	height: 100%;
	
}
.subpage.contact .sec_contact .right{
	padding: 4rem 2.4rem;
	width: 100%;
	background: #ffffff;
}
.subpage.contact .sec_contact h1{
	font-size: 2.8rem;
	font-weight: 400;
	margin-bottom: 4rem;
	position: relative;
	/* color: inherit; */
}
.subpage.contact .sec_contact h1:after{
	position: absolute;
	content: "";
	display: block;
	background: #32373c;
	width: 27rem;
	height: 0.2rem;
	bottom: -1.5rem;
	left: 0rem;
}
.subpage.contact .sec_contact .p1{
	margin-bottom: 1.5rem;
}

.subpage.contact .sec_contact .right form{
	margin: 3rem 0 0;
}
.subpage.contact .sec_contact .right form input[type="text"]{
	display: block;
	border: none;
	border-radius: 4px;
	font-size: 1.9rem;
	margin-bottom: 1.6rem;
	background: #f2f2f2;
	padding: 1.1rem;
}
.subpage.contact .sec_contact .right form textarea{
	display: block;
	border: none;
	border-radius: 4px;
	font-size: 1.9rem;
	margin-bottom: 1.6rem;
	background: #f2f2f2;
	width: 100%;
	min-height: 14rem;
	padding: 1.1rem;
}


.input_txt1{
	width: 100%;
	max-width: 41rem;
}
.subpage.contact .sec_contact .right form .btn_block{
	margin-top: 3rem;
}
.submit_btn{
	color: #fff;
	display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	border: none;
	padding: 0.8rem 5rem;
	border-radius: 4px;
}
.contact .tel_contact {
    margin-top: 3rem;
}

.checkbox_block{
	margin-bottom: 2rem;
}
.checkbox_block .tit{
	font-weight: 600;
	margin-bottom: 0.7rem;
	font-size: 1.4rem;
	margin-top: 2rem;
}
.checkbox_block label{
	display: block;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
	font-size: 1.7rem;
	margin-top: 1rem;
	color: #464646;
}


/*  */





#topbnr{
	/* background: #f1f1f1; */
	padding: 4rem 0;
	height: 42rem;
	background: url(img/topbnr2.gif) no-repeat center center;
	background-size: cover;
}
#topbnr .inr{
	height: 100%;
}
.topbnr01{
	position: relative;
	height: 100%;
}
#topbnr .tit{
    font-size: 2.5rem;
    text-align: left;
    color: #17293c;
    position: relative;
    top: 7rem;
    font-family: serif;
    letter-spacing: 7px;
    /* margin-right: 12%; */
    font-weight: 700;
    /* text-shadow: 0px 0px 0px #999, 0px 0px 20px #000, 0px 0px 1px #000, 0px 0px 10px #000; */
    background: #ffffff66;
    padding: 3.1rem;
    display: inline-block;
    width: 65%;

}

#topbnr .logg_img{position: absolute;left: 12%;bottom: 0;}



#index {
	padding: 7rem 0;
}

#index .sec_head{
	text-align: center;
	margin-bottom: 3rem;
}
#index .sec_head .tit{
	width: 10rem;
	text-align: center;
	margin: 0 auto 3rem;
}
#index .sec_head .tit img{
	
}
#index .sec_head h2{
	font-size: 3rem;
	font-family: serif;
	color: #014099;
	margin: 5rem 0 2rem;
}
#index .sec_head .txt{

}
#index .sec_head .h2_1{
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
#index .sec_head p{font-size: 1.7rem;margin-top: 2.2rem;}
#index .sec01.mt{
	margin-top: 4rem;
}



.bnr_technology_block{
	background: #000 url(img/topbnr.png) no-repeat right center;
	padding: 9rem 1% 9rem;
	background-size: contain;
}
.bnr_technology_block .flex{justify-content: space-between;align-items: center;}
.bnr_technology_block .flex .left{
	
}
.bnr_technology_block .flex .left .tit{
    color: #fff;
    font-size: 2.9rem;
    font-weight: 500;
    letter-spacing: 0rem;
    margin-bottom: 1.5rem;

}

.bnr_technology_block .flex .left .p_btn{display: flex;justify-content: center;}
.bnr_technology_block .flex .left .p_btn a{
	
}

.bnr_technology_block .flex .right{
	/*
	display: flex;
	align-items: flex-end;
*/
	width: 50%;
	}
.bnr_technology_block .flex .right .txt{
	color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.bnr_technology_block .flex .right iframe{
    width: 100%;
    height: 21.9rem;

}

 .bnr_technology_block.type02{
	background: #e3f6ff;
	padding-bottom: 0;
	padding-top: 0;
	}
.bnr_technology_block.type02 .inr_in{
	background: url(img/img_taisou.png) no-repeat bottom right;
	background-size: 46rem;
	padding: 0rem 0 0;
}
.bnr_technology_block.type02 .flex .left{
	padding-bottom: 4rem;
}

.bnr_technology_block.type02 .flex .left .tit {
    color: #000;
 
}
.bnr_technology_block.type02 .flex {
    justify-content: space-between;
    align-items: center;
    padding: 9rem 0px;
}

.btn_01{
    color: #000000;
    background: #efe35d;
    display: block;
    padding: 1rem 5rem;
    font-size: 1.7rem;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #000;

}

/*  */

.porpose_lists.index{
	/* background: #757575; */
	padding-top: 7rem;
}

.porpose_lists.index .porpose_block{
    display: flex;
    justify-content: space-around;
    /* margin-top: 8rem; */
    flex-wrap: wrap;
    max-width: 130rem;
    margin: 0 auto;
}



.porpose_lists.index .porpose_block .p_b{
    width: 33%;
    height: 24rem;

    margin: 0;
    padding: 2.4rem;
    position: relative;
    margin-bottom: 0.5rem;
}


#single .porpose_lists.index .porpose_block .p_b{
    width: 50%;
    height: 24rem;

    margin: 0;
    padding: 2.4rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.porpose_lists.index .porpose_block .p_b.count_1{
    width: 50%;
}


.porpose_lists.index .porpose_block .p_b .tit{
	font-size: 2.2rem;
	color: #000000;
	font-weight: 500;
	padding: 0rem 0 2rem;
	text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
	z-index: 1;
	position: relative;
}
.porpose_lists.index .porpose_block .p_b .txt{
    line-height: 1.7rem;
    color: #235da0;
    z-index: 1;
    position: relative;
}

.porpose_lists.index .porpose_block .p_b .tit a{
	
}

.porpose_lists.index .porpose_block .p_b:nth-child(1),
.porpose_lists.index .porpose_block .p_b.type01{
    background: #FEFEFD url(img/health01.jpg) left bottom 0rem no-repeat;
    background-size: cover;
    
}
.porpose_lists.index .porpose_block .p_b:nth-child(2),
.porpose_lists.index .porpose_block .p_b.type02{
    background: #FEFEFD url(img/vegitable.jpg) left bottom 0rem no-repeat;
	background-size: cover;
}

.porpose_lists.index .porpose_block .p_b:nth-child(3),
.porpose_lists.index .porpose_block .p_b.type03
{	background: #ffffff url(img/oister.jpg) left bottom -3rem no-repeat;

    background-size: cover;
}

.porpose_lists.index .porpose_block .p_b:nth-child(4),
.porpose_lists.index .porpose_block .p_b.type04{
	background: #fefefe url(img/beef.jpg) left bottom -3rem no-repeat;
    background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(5),
.porpose_lists.index .porpose_block .p_b.type05{
    background: #FEFEFD url(img/farm.jpg) left bottom 0rem no-repeat;
    background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(6),
.porpose_lists.index .porpose_block .p_b.type06{
	background: #fff url(img/fry01.jpg) left bottom -4rem no-repeat;

    background-size: cover;
}
.porpose_lists.index .porpose_block .p_b.bg_2 .tit{
	color: #fff;
	text-shadow: 0px 0px 2px #000, 0px 0px 10px #000;
}
.porpose_lists.index .porpose_block .p_b.bg_2 .txt{
	color: #fff;
	text-shadow: 0px 0px 2px #000, 0px 0px 10px #000;
}
#index .porpose_lists.index h2{
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	border-bottom: solid 4px #014099;
	padding: 0.4rem 0.7rem 1.6rem;
	margin-bottom: 3rem;
	position: relative;
	font-family: inherit;
}
#index .porpose_lists.index h2:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0d4a9e transparent transparent transparent;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.btn-square-pop {
    position: relative;
    display: inline-block;
    padding: 0.5rem 3rem;
    text-decoration: none;
    color: #207ce5;
    background: #ffffffc7;
    /* border: solid 1px #207ce5; */
    border-radius: 0px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: 500;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    height: 91%;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}




/*  */

.product_lists.index{
	margin-top: 2rem;
}
.product_lists.index.type2{
	


}
.article .product_lists.index{
	margin-top: 2rem;
	margin-bottom: 8rem;
	
}

.product_lists.index .flex{
	
}
.product_lists.index .p_block{
	padding: 1.7rem;
	/* background: #deefff; */
	min-width: 25%;
	padding: 2rem 2rem 2rem 4rem;
	
}
.product_lists.index .p_block:nth-child(2n){
	/* background: #f5f9ff; */
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.product_lists.index .p_block .img_block{
	max-width: 23rem;
	margin: 0 auto 2rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product_lists.index .p_block .p1{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem;
	color: #235da0;
	margin-bottom: 1.5rem;
}
.product_lists.index .p_block .img_block img{
	display: flex;
	text-align: center;
	height: 100%;
}
.product_lists.index .p_block .tit{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1.2rem;
}
.product_lists.index .p_block .tit span{
    font-size: 1rem;
    display: inline-block;
    margin-left: 0.2rem;
}
.product_lists.index .p_block .txt{
	
}
.recommend.tag{
    background: #fff;
    display: inline-block;
    color: #c80f0f;
    border: solid 1px #c80f0f;
    padding: 0.1rem 0.6rem;
    font-size: 1.2rem;
    margin-right: 0.3rem;
    position: relative;
    top: -0.2rem;
}
.product_lists.index .p_block .btn_block{
	text-align: center;
	padding: 2rem 0;
}
.product_lists.index .p_block .btn_block .btn{
	display: inline-block;
	border: solid 1px #235da0;
	padding: 0.5rem 4rem;
	border-radius: 6px;
	color: #235da0;
	background: #fff;
}
.product_lists.index .p_block .btn_block .btn a{
	color: inherit;
}

.product_lists.index.type2 .p_block{
	width: calc(100% / 3);
}


.sec .sec_head .h_bb {
    margin-right: 0;
    margin-bottom: 4.5rem;
    font-size: 3.1rem;
    font-weight: 600;
    color: #235da0;
    /* border-bottom: solid 3px #c4d5e8; */
    position: relative;
    padding-bottom: 0.8rem;
    text-align: center;
    margin-top: 8rem;
    border: none !important;
}
.sec_head .h_bb:after {
    position: absolute;
    content: " ";
    display: block;
    /* border-bottom: solid 6px #235da0; */
    bottom: -3px;
    width: 5%;
    height: 5px;
    background: #235da0;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
}

#index .sec{
	padding: 4rem 0
}
.sec.sec03{
	margin-top: 5rem;
}
.news_lists_block{
	
}

.news_lists_block .btn_block{
	text-align: center;
	padding: 4rem 0;
}
.news_lists_block .btn_block .btn.primary{
	display: inline-block;
	padding: 1rem;
	min-width: 30rem;
	border-radius: 4px;
	border: solid 1px #235da0;
	color: #2760a1;
}

.news_lists_block ul{
	margin-bottom: 3rem;
}
.news_lists_block ul li{
	display: flex;
	padding: 0.7rem 0;
}
.news_lists_block ul li .tag{
	
}
.news_lists_block ul li .tag.news_tag{
	background: #ffc800;
	display: inline-block;
	padding: 0.2rem 1.2rem;
	font-size: 1.2rem;
	margin-right: 1rem;
	color: #32373c;
}
.news_lists_block ul li .date{
	margin-right: 1.2rem;
}
.news_lists_block ul li .tit{
    width: calc(100% - 25rem);
}
.news_lists_block ul li .tit a{
	color: #207ce5;
}

.bnr_blocks{
	display: flex;
	flex-wrap: wrap;
}
.bnr_blocks .bnr_img_content{
	width: 50%;
	flex-wrap: wrap;
	padding: 1rem;
}
.bnr_blocks .bnr_img_content a{
	display: block;
	background: #ccc;
	height: 17rem;
}


footer{
	padding: 4rem 0 0rem;
	background: #e6edf4;
	border-top: solid 1px #e4e4e4;
}
footer .inr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_left{
	
}
.footer_left .img_block{
	width: 10rem;
	margin-bottom: 1rem;
}
.footer_left .img_block img{
	max-width: 80px;
}
.footer_left .p1{
	color: #4e536b;
}

.footer_right{
	
}
.footer_right ul{
	display: flex;
	align-items: center;
}
.footer_right ul li{
	display: block;
	margin-left: 1.7rem;
	color: #4e536b;
	font-size: 1.3rem;
}
.footer_right ul li a{
	color: inherit;
}

.copyright{
	text-align: center;
	margin-top: 4.3rem;
	background: #03419a;
	padding: 0.4rem 0;
	font-size: 1.2rem;
	color: #fff;
}



.contact_bnr{
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	align-items: stretch;
}

.contact_bnr .contact_tel_block{
	margin-right: 1%;
}
.contact_bnr .contact_block .tit{
	font-size: 2rem;
	font-weight: 300;
	color: #f28e2b;
}
.contact_bnr .contact_block a{
	color: #fff !important;
}
.contact_bnr .contact_tel_block .number{
	font-size: 4rem;
	margin: 0rem 0;
	font-weight: 900;
	color: #424242;
	display: inline-flex;
}
.contact_bnr .contact_tel_block .number img{
	margin-right: 0.5rem;
}
.contact_bnr .contact_tel_block .number i{
	color: #f28e2b;
	font-size: 2.4rem;
}
.contact_bnr .contact_block .txt{
	font-size: 1.3rem;
	color: #a5a5a5;
}

.contact_bnr .contact_mail_block{
	margin-left: 1%;
}


.contact_bnr .contact_block{
	width: 50%;
	padding: 2.5rem 1rem;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.contact_bnr .contact_block .btn{
	display: block;
	max-width: 37rem;
	margin: 1rem auto;
	padding: 1rem 0;
	background: #f28e2b;
	color: #fff;
	border-radius: 3px;
	border: none;
	width: 100%;
}


.attention{
	font-size: 1.2rem;
	margin-top: 1rem;
	color: #6d6d6d;
}

.pan .archive.post-products-archive.current-item{
	font-size: 1.2rem;
}


#index .sec05{padding-bottom: 0;padding-top: 7rem;}

#index .sec05 .logo_list{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-bottom: 5rem;
	}
#index .sec05 .logo_list.type2{
	margin-bottom: 0;
}
#index .sec05 .logo_list li{
	
}
#index .sec05 .logo_list li img{
	height: 4rem;
}
#index .sec05 .logo_list .partner_txt{
font-size: 1.9rem;
    font-weight: 700;
    color: #183a69;
}




.user_voice_lists{
	padding: 0rem 0rem;
	margin-top: 4rem;
}

#index .index_user_voice{
	margin-bottom: 6rem;
}

#index .user_voice_lists{
	margin-top: 0;
}

.user_voice_lists ul{
	display: flex;
	margin-bottom: 6rem;
	list-style: none !important;
	margin-left: 0 !IMPORTANT;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 15px;
}
.user_voice_lists ul li{
	background: #fff;
	box-shadow: 0px 0px 2px #999;
	padding: 1.6rem;
	/* max-width: 21rem; */
	/* margin-right: 2rem; */
	min-height: 17rem;
	/* width: 31%; */
	margin-bottom: 1.6rem;
	margin-top: 2rem;
	border-radius: 14px;
}
.user_voice_lists ul li .tit{
	margin-bottom: 0.7rem;
	font-size: 1.5rem;
	font-weight: 600;
}
.user_voice_lists ul li .txt_content {
	font-size: 1.4rem;
}
.user_voice_lists ul li .txt_content > p{font-size: 1.4rem;color: #333333;}

.user_voice_lists ul li .in_block{
	margin-top: 1rem;
	/* border-top: solid 1px #ccc; */
	padding: 0.6rem 1.2rem;
	background: #f2f2f2;
	border-radius: 4px;
}
.user_voice_lists ul li .in_block .txt{
	font-weight: 400;
	color: #444;
	margin-bottom: 0 !important;
	font-size: 1.2rem;
}

.user_voice_lists ul li .user_voice_header{display: flex;}

.user_voice_lists ul li .icon_img{width: 5rem;height: 5rem;/* background: #ccc; */display: flex;justify-content: center;align-items: center;/* padding: 0.5rem; */border: solid 1px #c0c0c0;border-radius: 47px;background: #fff;overflow: hidden;margin: 0 1.5rem 0rem 0;}
.user_voice_lists ul li .icon_img img{
	/* height: 100%; */
	/* height: 100%; */
	width: 106%;
	max-width: none;
}
.user_voice_lists ul li .user_voice_header .use_product{
	
}

.user_voice_lists ul li a{
    color: #207ce5;
    text-decoration: underline;
}
.user_voice_lists ul li a:hover{
	text-decoration: none;
}
.user_voice_lists ul li .block{
	position: relative;
}

.user_voice_lists ul li .block .content{

}
.user_voice_lists ul li .block .content .use_product{
    margin-bottom: 1.1rem;
}
.user_voice_lists ul li .block .content .use_product .name{font-weight: 600;color: #555;text-align: center;}
.user_voice_lists ul li .block .content .read-more{
	cursor: pointer;
	color: #004795;
	display: inline-block;
}



.user_voice_lists .btn_block{
	text-align: center;
	margin-top: 2rem;
	margin: 3rem 0 3rem;
}
.user_voice_lists .btn_block a.primary{
    display: inline-block;
    padding: 1rem;
    min-width: 30rem;
    border-radius: 4px;
    border: solid 1px #207ce5;
    color: #207ce5;
    text-align: center;
}
.user_voice_lists p{
	line-height: inherit !important;
}

.user_voice_lists.sendohoji{

}
.user_voice_lists.sendohoji .btn_block{
	margin: 0;
	margin-top: 3rem;
}

.user_voice_lists.sendohoji .btn_block .btn{
	display: inline-block;
    border: solid 1px #235da0;
    padding: 0.5rem 4rem;
    border-radius: 6px;
    color: #235da0;
    background: #fff;
	text-decoration: none;
}


#single table{
	border-collapse: collapse;
}
#single table th{
	border: solid 1px #999;
	background: #f2f2f2;
	text-align: center;
	padding: 1rem;
	vertical-align: middle;
}
#single table td{
	border: solid 1px #999;
	padding: 1rem;
}


/*  */
.fix_btns{
	display: none;
}
#page404{
	padding: 10rem 3%;
}
#page404 h1{
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}
#page404 p{
	
}
#page404 p a{
	
}

.sitemap{
	padding: 5rem 0;
}
.sitemap .inr > .tit{
	
}
.sitemap .child_block{
	margin-left: 2.5rem;
}
.sitemap .inr > .tit a,.sitemap .inr > .tit2 a{
	color: inherit;
	font-weight: inherit;
}
.sitemap .sitemap_lists{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.sitemap .sitemap_lists li{
	font-size: 1.6rem;
	margin: 1rem 0 1rem;
	margin-right: 3rem;
	display: block;
	min-width: 20%;
	position: relative;
}
.sitemap .sitemap_lists li:before{
	content: "\f105"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-right: 0.6rem;
    color: #499bea;
}
.sitemap .sitemap_lists li a{
	color: inherit;
}
.sitemap .tit{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	border-bottom: solid 1px #ccc;
	padding-bottom: 1rem;
}
.sitemap .tit2{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	border-bottom: solid 1px #ccc;
	padding-bottom: 1rem;
}
.sitemap .sub_tit{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0.6rem;
}
.sitemap .sitemap_lists li a i{
    font-size: 1.2rem;
    color: #828282;
}


.index_bnr01{
	margin: 0rem auto 0;
	background: #f2f2f2;
	padding: 2rem 1.5%;
	max-width: 100%;
	text-align: center;
}
.index_bnr01 p{
	background: #fff;
	display: inline-block;
}
.index_bnr01 img{
	max-width: 65rem;
}

.index_bnr01 .flex{
	display: flex;
	justify-content: space-between;
}
.index_bnr01 .flex a{
	max-width: 49%;
}
.index_bnr01 .flex a img{
	max-width: 100%;
}

.bnr_denba_attention{background: #c0ddfb;}
.bnr_denba_attention .flex{padding: 2rem 1.5%;align-items: center;}
.bnr_denba_attention .flex .left{

}
.bnr_denba_attention .flex .left .tit{color: #fff;font-size: 2rem;font-weight: bold;margin-bottom: 1rem;}
.bnr_denba_attention .flex .left .tit_2{font-size: 1.8rem;font-weight: bold;margin-bottom: 1.5rem;}
.bnr_denba_attention .flex .left .txt{

}
.bnr_denba_attention .flex .left .txt_link{margin-top: 1.5rem;}
.bnr_denba_attention .flex .left .txt_link p{

}
.bnr_denba_attention .flex .left .txt_link a{color: #24338a;}
.bnr_denba_attention .flex .img{

}
.bnr_denba_attention .flex .img img{
	
}



/* 202402 */


.compare_block{

}
.compare_block .grid{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 93px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 5px;
}
.compare_block .grid.col2{
	grid-template-columns: repeat(2,1fr);
}
.compare_block .grid .product{
	transition-duration: 0.1s;
	padding: 1rem;
	background: #fff;
}
.compare_block .grid .product:hover{
	background: #fff;
	box-shadow: 0px 0px 11px #8e95bc;
}


.compare_block .grid .product .img{height: 15rem;padding-top: 2rem;margin-bottom: 2.5rem;display: flex;justify-content: center;align-items: center;}
.compare_block .grid .product .img img{
	height: 100%;
	max-width: 20rem;
	height: auto;
	max-height: 100%;
}
.compare_block .grid .product .product_name{font-size: 1.4rem !important;font-weight: 700 !IMPORTANT;margin-bottom: 8px !important;}
.compare_block .grid .product .catch_txt{font-size: 1.7rem !important;margin-bottom: 1.4rem !important;}
.compare_block .grid .product .product_price{margin-top: auto;margin-bottom: 33px !IMPORTANT;white-space: nowrap !IMPORTANT;font-size: 1.7rem !IMPORTANT;color: #3d3d3d;}
.compare_block .grid .product .product_price span{
	font-size: 1.2rem;
}
.compare_block .grid .product  .hr_1{margin: 1rem 0 2rem;}
.compare_block .grid .product .detail_product{margin-bottom: 2rem;}
.compare_block .grid .product .detail_product .s_tit{font-size: 1.4rem !IMPORTANT;color: #606060;margin-bottom: 0.2rem !IMPORTANT;font-weight: 700;}
.compare_block .grid .product .detail_product .txt{
	font-size: 1.8rem !IMPORTANT;
	margin-bottom: 1.5rem !IMPORTANT;
}
.compare_block .grid .product .detail_product .txt.sm{
	/* font-size: 1.4rem !IMPORTANT; */
}
.compare_block .grid .product .btn_block{margin: 0 auto 1rem 0 !IMPORTANT;}
.compare_block .grid .product .btn_block.now{background: #e8e8e8;border-radius: 6px;padding: 1.2rem 0.7rem;max-width: 26rem;margin: 0 auto !important;}
.compare_block .grid .product .btn_block .btn{
	padding: 1.2rem 0.7rem;
	display: block;
	color: #fff !IMPORTANT;
	background: #235da0;
	border-radius: 6px;
	max-width: 24rem;
	margin: 0 auto;
	width: 100%;
	border: none;
}

.compare_block .grid .product .btn_block .submit1{
    border: none;
    color: #133669;
    padding: 1.2rem 0.7rem;
    display: block;
    background: #ffd154;
    border-radius: 6px;
    max-width: 25rem;
    margin: 0 auto;
    width: 100%;
}

.product_compare{padding: 0rem 0 0;background: none;}
.product_compare .tit{
	text-align: center;
	font-size: 2rem !important;
	font-weight: 600 !important;
	margin-bottom: 1.5rem !important;
}
.product_compare .txt{
	font-size: 1.8rem !important;
	margin-bottom: 3rem !important;
	color: #333;
}

.product_compare .contact_block{
	display: flex;
    justify-content: center;
}
.product_compare .contact_block form{
	width: 100%;
	display: flex;
	justify-content: center;
}
.product_compare .contact_block input[type="submit"]{width: 98%;padding: 2rem 0.5rem;}
.product_compare .contact_block .submit2{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #e6e6e6;
    color: #202020;
    font-weight: 700;
    font-size: 1.5rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1));
    border: solid 1px #ccc;
}
.product_compare .contact_block .submit1{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #ffd154;
    color: #202020;
    font-weight: 700;
    font-size: 1.5rem;
    background-image: linear-gradient(180deg, rgb(255 203 63), rgba(247, 178, 63, 1));
    border: solid 1px #d8aa2d;
}


.product_compare.simple .compare_block .grid .product .catch_txt{
    font-size: 1.3rem !important;
    margin-bottom: 0.2rem ! IMPORTANT;
}
.product_compare.simple .compare_block .grid .product .img{
	height: 9rem;
	padding-top: 0rem;
	margin-bottom: 0.5rem;
}
.product_compare.simple .compare_block .grid .product .img img{
    max-width: 11rem;
    height: auto;
    max-height: 62%;
}
.product_compare.simple .compare_block .grid .product .product_price {
    margin-top: auto;
    margin-bottom: 10px ! IMPORTANT;
    white-space: nowrap ! IMPORTANT;
    font-size: 1.4rem ! IMPORTANT;
    color: #3d3d3d;
}
#archive.spot .product_compare.simple  .btn_block a, .spot_header .head .flex .btn_block a {
    color: #fff;
    background: #7b838f;
    padding: 0.7rem 2.3rem;
    font-size: 1.2rem;
    border-radius: 30rem;
}
.product_compare.simple .compare_block .grid {
    padding-bottom: 0px;
}
.product_compare.simple .compare_block .grid .product{
	background: none;
	border-right:solid 1px #ccc;
}
.product_compare.simple .compare_block .grid .product:last-child{
	border-right: none;
}
.product_compare.simple .compare_block .grid .product:hover{
	box-shadow: none;
}
.contact_offer_block{
    margin: 5rem 0 5rem;
    /* background: #fff; */
    padding: 3.1rem;
    border-radius: 5px;
    border: solid 2px #e0e0e0;
    background: #f7f7f7;
    border-top: solid 4px #015ae0;
}
.contact_offer_block.type2{
	
}

.contact_offer_block h3{font-size: 2.2rem;text-align: center;font-weight: 700;margin-bottom: 0.6rem;}
.contact_offer_block p{
	text-align: center;
}
.contact_offer_block .tit{
	font-size: 1.5rem;
	margin: 0rem 0 2rem;
	font-weight: 600;
	padding: 0rem 0 0;
}
.contact_offer_block.type2 .contact_block{
	padding-bottom: 2rem;
}
.contact_offer_block.type2 .tit{
	border-top: solid 1px #ccc;
	padding: 2rem 0 0;
}
.contact_offer_block .other_contents{margin-top: 1.6rem;background: #f2f2f2;padding: 1rem;}
.contact_offer_block .other_contents h4{font-size: 1.4rem;/* font-weight: 700; */margin-bottom: 0.3rem;}
.contact_offer_block .other_contents ul{}
.contact_offer_block .other_contents ul li{

}
.contact_offer_block .other_contents ul li a{
	color: #1d74ba;
	padding: 0.3rem 0;
	display: block;
}


.contact_offer_block .contact_block{margin-top: 1.5rem;padding-bottom: 0rem;}
.contact_offer_block .contact_block .flex{justify-content: space-around;}
.contact_offer_block .contact_block .btn{padding: 1rem 3rem;background: #015ae0;border-radius: 10rem;max-width: 40rem;text-align: center;width: 100%;display: flex;align-items: anchor-center;justify-content: center;font-size: 2.2rem;color: #fff;}
.contact_offer_block .contact_block .tel_block{width: 100%;max-width: 40rem;text-align: center;background: #369f2f;border-radius: 10rem;padding: 0.4rem 3rem;}
.contact_offer_block .contact_block .tel_block .p1{color: #fff;}
.contact_offer_block .contact_block .tel_block a{
	color: inherit;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.4rem;
	line-height: 2.7rem;
	color: #fff;
}


#single .content .product_compare p{
	margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#single .content .compare_block .grid .product .img img{
	width: auto;
	height: auto;
	max-height: 10rem;
}


.bnr_block.user_bnr{
	text-align: center;
	display: flex;
	justify-content: center;
}
.bnr_block.user_bnr a{

}
.bnr_block.user_bnr img{max-width: 50rem;}

.review_block{border-bottom: solid 1px #666;padding-bottom: 0.6rem;margin-bottom: 1.2rem;}
.review_block .block{display: flex;align-items: center;}
.review_block .tit{color: #555;margin-right: 1.4rem;font-size: 1.6rem;}
.review_block .review{

}
.review_block .review {
	font-size: 1.6rem;
	color: #ffc200;
}
.review_block .review i.on{
	font-size: 1.6rem;
	color: #ffc200;
}
.review_block .review i.off{
	font-size: 1.6rem;
	color: #ccc;
}
.review_block .review .rating_point{
    font-size: 2.4rem;
    font-weight: 800;
}
.review_block .review .rating_point >span{
	font-size: 1.7rem;
	font-weight: 500;
	display: inline-block;
	margin-left: 0.5rem;
}

.user_voice_lists ul li .block .content .review_block{
    border-bottom: none;
    margin-bottom: 0;
    /* margin: 0 auto; */
    /* text-align: center; */
    margin-top: 0.8rem;
}
.user_voice_lists ul li .block .content .review_block .block{
    text-align: center;
    display: flex;
    /* justify-content: center; */
}


.movie_content{background: #000;padding: 2rem 0 0;}
.caption {
    /* position: relative; */
    /* bottom: 10px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background-color: rgb(73 73 73 / 80%);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    /* width: 90%; */
    /* border: solid 1px #fff; */
  }
  #single .content .caption p{
	margin: 0;
	font-size: 1.5rem;
}


/*  */
.grid_lists{
    display: grid;
    grid-column-gap: 15px;
    max-width: 110rem;
    margin: 0 auto;
}
.grid_lists.col3{
	grid-template-columns: repeat(3, 1fr);
}
.grid_lists.col2{
	grid-template-columns: repeat(2, 1fr);
}
.grid_lists .content{
    box-shadow: 0px 2px 5px #ccc;
    border-radius: 8px;
    margin-bottom: 3rem;
    overflow: hidden;
}
.grid_lists .content .tags{
	display: flex;
	margin-bottom: 1rem;
}
.grid_lists .content .tag{display: inline-block;border: solid 1px #646464;padding: 0.2rem 1.2rem;font-size: 1.1rem;color: #303030;border-radius: 2px;margin-right: 0.8rem;}
.grid_lists .content .img{
	height: 19rem;
	background: #ccc;
	margin: 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid_lists .content .video{height: 22rem;overflow: hidden;}
.grid_lists .content .video iframe{
	width: 100%;
	max-height: 100%;
}

.grid_lists .content .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grid_lists .content .txt_block{
    padding: 1.2rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.grid_lists .content .txt_block .p1{
	line-height: 1.7rem;
	color: #235da0;
	z-index: 1;
	position: relative;
	text-align: center;
}
.grid_lists .content .txt_block .tit{
	font-size: 1.9rem;
	line-height: normal;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.grid_lists .content .txt_block .txt{
    font-size: 1.5rem;
    line-height: 2.3rem;
}
.grid_lists .content .txt_block .btn_block{
	display: flex;
	justify-content: center;
	margin: 2rem 0 8px;
}
.grid_lists .content .txt_block .btn_block a{
    color: #3F51B5;
    font-size: 1.4rem;
    border: solid 1px #3F51B5;
    padding: 0.6rem;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    max-width: 21rem;
}


.top_attention_block {
	text-align: center;
	padding: 0.8rem 1.2rem;
	font-size: 1.6rem;
	background: #ffe2e2;
}
.top_attention_block .inr span{
	color: inherit;
	letter-spacing: 2px;
	color: #222222;
	display: flex;
	align-self: center;
	justify-content: center;
}
.top_attention_block .inr span i{
	color: #c5221f;
	margin-right: 0.7rem;
	line-height: 2.3rem;
}
.top_attention_block .inr span a{
	clear: #fff;
    background: #c5221f;
    display: flex;
    padding: 0.1rem 2.3rem;
    color: #fff;
    border-radius: 2px;
    margin-left: 1rem;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
}

.bg_black{
	background: #000;
}

#interview{
	background: #222;
}

#interview .header_block{
    padding: 5rem 0 0rem;
    font-family: serif;
}
#interview .header_block .inr{

}
#interview .container{
	max-width: 960px !important;
    margin: 0 auto;
}

#interview .inr{
	max-width: 80rem;
	margin: 0 auto;	
}

#interview .header_block .p_tit{
	font-size: 2.2rem;
    color: #fff;
    text-align: center;
}

#interview .content {
	padding: 3rem 0;
}
#interview .content h1,
#interview .content h2,
#interview .content h3,
#interview .content p{
	color: #fff;
}


#interview .content .tit_block{
    margin: 3rem 0 4rem;
}
#interview .content h1{
	color: #fff;
	text-align: center;
	font-size: 2.9rem;
	font-family: serif;
	margin: 0 auto;
}

#interview .content h1 span{
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 3.3rem;
}

#interview .profile .inr{max-width: 72rem;padding: 2.5rem;}
#interview .profile{
	background: #000000;
	margin: 3rem 0;
}
#interview .profile .flex{

}
#interview .content h3{
	font-size: 1.7rem;
	color: #ffffff;
	width: 750px;
	margin: 0px auto;
	line-height: 220%;
	font-weight: 700;
	/* font-size: 1.8rem; */
}
#interview .profile  .img{

}
#interview .profile .img img{

}

#interview .profile .block{

}
#interview .profile .block p{font-size: 1.4rem;line-height: 2.2rem;margin: 0;}

#interview .article{

}


#interview .container p{
	width: 750px;
	margin: 15px auto 45px;
	line-height: 185%;
	font-weight: 400;
	font-size: 1.6rem;
}
#interview .container p.add_txt{
    background: #2d2d2d;
    padding: 1.8rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #e1e1e1;
    border-radius: 4px;
}

#interview .container figure{
	margin: 0 0 5rem 0;
}
#interview .container figure figcaption {
    width: 750px;
    margin: 5px auto 55px;
    font-size: 13px;
    line-height: 150%;
    color: #8c8a8a;
}

#interview .container  h2 {
    text-align: center;
    font-family: serif;
    font-size: 2.9rem;
    /* margin: 5rem 0 1rem; */
    width: 750px;
    margin: 55px auto 65px;
}


/* interview index */

.sec_interview{padding-top: 4rem;}
.sec_interview h2{
	text-align: center;
	font-size: 4.3rem;
	color: #bec5e6;
	margin: 3rem 0 3rem;
	font-family: serif;
	letter-spacing: 4px;
}
.sec_interview .inr_in{
	background: url(img/interview/masugi/1.png) no-repeat center center;
	background-size: 30%;
	background-position: right bottom;
	padding: 5rem 0 1rem;
	max-width: 85rem;
	position: relative;
}

.sec_interview.page .inr_in{
	background: url(img/interview/masugi/1.png) no-repeat center center;
	background-size: 30%;
	background-position: right bottom;
	padding: 6rem 0 1rem;
	max-width: 85rem;
	position: relative;
}

.sec_interview .inr_in span{
    position: absolute;
    display: inline-block;
    top: 1.7rem;
    left: 0;
    color: #fff;
    background: #ba1010;
    font-family: serif;
    padding: 0.2rem 2.9rem;
    border-radius: 2px;
}
.sec_interview .p1{
    font-size: 1.9rem;
    font-family: serif;
    letter-spacing: 5px;
    margin-bottom: 0.4rem;
}
.sec_interview .p_name{font-size: 3.9rem !important;font-family: serif;letter-spacing: 11px;margin-bottom: 1rem;}
.sec_interview .txt{font-size: 1.7rem !important;line-height: 2.7rem !important;}
.sec_interview .btn_block{margin: 2.3rem 0;display: flex;}
.sec_interview .btn_block a{background: #000;padding: 0.8rem 7rem;border-radius: 3px;color: #fff;font-family: serif;}

.compare_block .grid .product .point{display: flex;justify-content: center;}
.compare_block .grid .product .point span{
	display: block;
	background: #FFEB3B;
	padding: 0.4rem 2rem;
	font-weight: 700;
	font-size: 1.4rem;
}



.header_bnr_bgimg{
    padding: 3rem 0;
	position: relative;
	height: 22rem;
}

.header_bnr_bgimg:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/interview/masugi/bg01.jpg);
    background-size: cover;
}
.header_bnr_bgimg .wb{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd8;
}
#post.denba_health .sec .header_bnr_bgimg h2{
	color: #000;
	letter-spacing: 5px;
}
#post.denba_health .sec .header_bnr_bgimg h2:after{
	content: none;
}



.header_bnr_bgimg .inr_in{

}
.header_bnr_bgimg .sec_head{

}


.sec_interview.page{
	margin-bottom: 5rem;
	/* border: solid 1px #ccc; */
	padding: 1.5rem 2rem 0;
	border-radius: 5px;
	max-width: 90rem;
	margin: 0 auto 6rem;
	background: rgb(255,255,255);
	background: rgb(255,255,255);
	background: linear-gradient(148deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
}



.tags{

}
.tags .tag{border: solid 1px #e2e2e2;padding: 0.2rem 1rem;border-radius: 4px;color: #676767;background: #f4f4f4;}
.tags .tag.c_red{
	color: #e56969;
	background: #fffdeb;
	border: solid 1px #dfdfdf;
}

.anchor_block{
    background: #ffffff;
    padding: 3rem;
    margin: 5rem 0;
    border-radius: 5px;
    border: solid 1px #636363;
}
#single .content .anchor_block .tit{
    margin-bottom: 2.3rem;
    background: #daefff;
    padding: 0.7rem 1.4rem;
    margin-top: -4.3rem;
    /* border: solid 1px #000000; */
    border-radius: 3px;
}
#single .content .anchor_block .anchor_link{
	font-size: 1.9rem;
	position: relative;
	font-weight: 500;
}
#single .content .anchor_block .anchor_link:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #0d499d;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	margin-left: 1.3rem;
	top: 0.6rem;
}


#single .content ul.ez-toc-list{
	display: block;
}
#single .content ul.ez-toc-list a{
	color: inherit;
}
#single .content ul.ez-toc-list,
#single .content ul.ez-toc-list li,
#single .content ul.ez-toc-list li ul,
#single .content ul.ez-toc-list li ul li{
	display: block;
	padding: 0;
	margin: 0;
	padding: 0.3rem 0;
	font-size: 1.6rem;
}
#single .content ul.ez-toc-list li ul li{
	padding-left: 1rem;
}
#ez-toc-container a.ez-toc-toggle{
	display: none !important;
}

#single.article .content img{
    max-width: 70rem;
    margin: 5rem auto;
    display: block;
}


/*  */
#index .sec_2col_block{

}
#index .sec_2col_block .inr{
	max-width: 140rem;
}
#index .sec_2col_block .flex{
	justify-content: space-around;
	background: #f2f2f2;
	padding: 4rem 0;
	border-radius: 6px;
}
#index .sec_1col_block >div  >div{

	/* background: #f2f2f2;
	padding: 4rem; */
	border-radius: 6px;
}
#index .article_block{
	background: #f2f2f2;
}

#index .sec_1col_block >div  >div .h2_1{margin: 0 auto;}


#index .sec_2col_block .flex .block{width: 50%;}
#index .sec_2col_block .flex .block:first-child{border-right: solid 1px #ccc;}
#index .sec_2col_block .flex .block .in_block{padding: 0 5rem;}
#index .sec_2col_block .flex .block .in_block img{
	max-width: 40rem;
}
#index .sec_1col_block > div >div > .block{

}

#index .sec_2col_block .sec_head {
	margin-bottom: 2rem;
}
#index .sec_2col_block .sec_head h2{font-size: 2.4rem;margin: 0;}
#index .sec_2col_block .sec_head p{margin-top: 1.4rem;font-size: 1.6rem;}
#index .article_list{

}
#index .article_list ul{

}
#index .article_list ul li{display: flex;padding: 0.8rem 0;font-size: 1.6rem;align-items: baseline;}
#index .article_list ul li .category{
	background: #d44646;
	color: #fff;
	padding: 0 1rem;
	margin-right: 1rem;
	font-size: 1.4rem;
	border-radius: 20px;
	display: flex;
	align-items: anchor-center;
	white-space:nowrap
	}
#index .article_list ul li a{color: #235da0;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 行数を指定 */}

#page .company_sec01 .pic_txt_block p{
color: #35363b;
}



.president-message {
  display: flex;
  align-items: flex-start;
  gap: 40px;
    max-width: 80rem;
    margin: 7rem auto;
}

.president-photo img {
  max-width: 280px;
  border-radius: 4px;
}

.president-text h2 {
  font-size: 20px;
  margin: 0 0 8px;
}

.president-text h2 a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}

.president-text h2 a span {
  color: #888;
  margin-left: 4px;
}

.president-text hr {
  width: 40px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 8px 0 16px;
}

.president-text p {
  font-size: 15px;
  line-height: 1.7;
}

.common_btn_block{display: flex;justify-content: center;padding: 3rem 0;}
.common_btn_block .btn{padding: 1.5rem 5rem;border: solid 1px #3e3e3e;border-radius: 5px;color: inherit;}

/* history */

.content.history{
	max-width: 70rem;
	margin: 0 auto;
}

.timeline-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.timeline {
  max-width: 900px;
  margin: 0 auto;
  border-left: 2px solid #333;
  position: relative;
}

.timeline-item {
  padding: 20px 0 20px 30px;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 28px;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
}

.timeline-date {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
}

.timeline-content {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}



@media screen and (max-width:768px) {


.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}

.inr{
	margin: 0 auto;
	padding: 0 3%;
	max-width: 118rem;
}
.inr_in{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	overflow: hidden;
}
.inr_small{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

.flex{
	display: flex;
	justify-content: center;
}
.flex.align_center{
	align-items: center;
}
.flex.between{
	justify-content: space-between;
}
.flex.align_bottom{
	align-items: center;
}


header .header_top{
	margin-bottom: 1.6rem;
	display: none;
	}
header .header_top h1{
	font-size: 1.2rem;
}
header{
	padding: 1.2rem 0 0.4rem;
	border-top: solid 5px #0362ac;
	}
header .flex{
	
}
header .left{
	/* width: 30rem; */
}


header .left .logo_link{/* width: 10rem; */}
header .left .agency_logo{

}
header .left .agency_logo span{
	padding: 0.6rem 0.4rem;
}
header .left .agency_logo{display: flex;align-items: center;border: solid 1px #000;border-radius: 4px;}
header .left .agency_logo .denba_logo{display: flex;border-right: solid 1px #000;}
header .left .agency_logo .denba_logo img{
	width: 4rem;
}
header .left .agency_logo .txt{
	line-height: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	top: 1px;
	font-size: 1.1rem;
}


header .logo{
	/* width: 8.4rem; */
}
header .logo img{
	max-width: 57px;
}
header.agency .logo img{
	max-width: 100px;
	margin-bottom: 1rem;
}

header .logo .logo_right_txt{
	display: inline-block;
	font-size: 1.1rem;
	border: solid 1px #0e499e;
	padding: 0.3rem 0.9rem;
	margin-left: 0rem;
	color: #0e499e;
	font-weight: 500;
}
header .right{display: flex;align-items: center;}

header .right ul{
	display: block;
	margin-right: 1.5rem;
}
header .right ul li{
	position: relative;
	padding: 0rem 1rem;
	border-bottom: dotted 1px #d6d6d6;
}
header .right ul li:after{
	position: absolute;
}
header .right ul li a{
    color: inherit;
    display: block;
    padding: 15px 1.7rem;
    color: #124075;
    font-weight: 600;
    font-size: 1.5rem;
    position: relative;
	border: none;
}
header .right ul li a:after{
	position: absolute;
/*
	font-family: "Font Awesome 5 Free";
	font-weight: 200;
	content: "\f054";
*/
	right: 0.5rem;
	font-size: 2.4rem;
	top: 8px;
}
header .right ul .contact_bnt{
	
}
header .right ul .contact_bnt a{
	
}

header .right ul .current_page_item:after, header .right ul .current-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 50%;
    background: #18356e;
    transform: translate(-50%,-50%);
    border-radius: 20px;
}


.header_tel_block{
	display: inline-block;
	text-align: right;
}
.header_tel_block .number{
	font-size: 1.5rem;
	font-weight: 600;
	color: #000000;
	line-height: 1.7rem;
	width: 13.3rem;
}
.header_tel_block .number a{
	font-weight: inherit;
	font-size: inherit;
	color: inherit;	
}
.header_tel_block .number img,
.header_tel_block .number i{
	font-size: 1.4rem;
	margin-right: 0.3rem;
	color: #369F2F;
	max-width: 1.8rem;
}
.header_tel_block .txt{
	font-size: 1rem;
	color: #272727;
	line-height: 1rem;
}


header .right .btn{
	display: block;
}

.header_nav2{
	display: block !important;
}

/*  */
/*  */

header .p-global-nav .logo{
	display: block;
}

header  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 0.5rem;
  background: none;
}

header .btn__text{
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header .btn__menu{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #0362ac;
  margin: 0;
  padding: 0;
  border: none;
  transition: all 0.2s;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

header .btn__menu::before{
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0362ac;
  transition: all 0.2s;
}

header .btn__menu::after{
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0362ac;
  transition: all 0.2s;
}

header .btn__menu.active{
  background: transparent;
}

header .btn__menu.active::before{
  top: 0;
  transform: rotate(-45deg);
}

header .btn__menu.active::after{
  bottom: 0;
  transform: rotate(45deg);
}


header .p-global-nav{
  position: fixed;
  top: 0;
  left: -120%;
  background: #fff;
  transition: all 0.5s;
  height: 100vh;
  z-index: 1;
  width: 80%;
}
header .p-global-nav.active{
  left: 0;
  width: 80%;
  top: 0;
  height: 100vh;
  background: #f5f8fb;
  z-index: 2;
  box-shadow: 1px 0px 16px #949494;
}


header .p-global-nav .btn_block{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1.5rem;
}
header .p-global-nav .btn_block span{
	text-align: center;
	display:  block;
	width: 80%;
	border: solid 1px #ccc;
	height: auto;
	padding: 1rem 0;
	background: #fff;
	margin: 0 auto;
}

header .btn__menu:active,
header .btn__menu:focus,
header .btn__menu.active::after:active,
header .btn__menu.active::after:focus{
	border: none;
}


.p-global-nav .logo{
	padding: 2rem 2rem;
	width: 100%;
	border-bottom: solid 1px #696969;
	background: #efefef;
}
.p-global-nav.active .logo img{
	
}

/*  */
/*  */



.pan{
	background: none;
	padding: 0.4rem 0;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}
.pan span{
	font-size: 1.1rem;
}
.pan ul{
	text-align: center;
	display: flex;
	justify-content: flex-start;
}
.pan ul li{
	display: block;
	padding: 0 1.3rem;
}
.pan ul li a{
	color: #525252;
}
.pan a{
	color: inherit;
	font-size: 1.2rem;
}



/*  */






/*  */

.subpage.contact{
	padding: 6rem 0;
	background: #959caf;
}

.subpage.contact .sec_contact{
    background: #000;
    box-shadow: 0px 7px 10px #00000063;
    border-radius: 7px;
    overflow: hidden;
}

.subpage.contact .sec_contact .flex{
	align-items: center;
	display: block;
}
.subpage.contact .sec_contact .flex > div{
}
.subpage.contact .sec_contact .left{
	background: #000;
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
}

.subpage.contact .sec_contact .left .p2{
position: absolute;
    top: 0;
    color: #fff;
    font-size: 2.7rem;
    left: 2rem;
    font-weight: 600;
}

.subpage.contact .sec_contact .left img{
	width: 400px;
	height: 100%;
	
}
.subpage.contact .sec_contact .right{
	padding: 4rem 1.4rem;
	width: 100%;
	background: #ffffff;
}
.subpage.contact .sec_contact h1{
	font-size: 2.8rem;
	font-weight: 400;
	margin-bottom: 4rem;
	position: relative;
	/* color: inherit; */
}
.subpage.contact .sec_contact h1:after{
	position: absolute;
	content: "";
	display: block;
	background: #32373c;
	width: 27rem;
	height: 0.2rem;
	bottom: -1.5rem;
	left: 0rem;
}
.subpage.contact .sec_contact .p1{
	margin-bottom: 1.5rem;
}

.subpage.contact .sec_contact .right form{
	margin: 3rem 0 0;
}
.subpage.contact .sec_contact .right form input[type="text"]{
	display: block;
	border: none;
	border-radius: 4px;
	font-size: 1.9rem;
	margin-bottom: 1.6rem;
	background: #f2f2f2;
	padding: 1.1rem;
}
.subpage.contact .sec_contact .right form textarea{
	display: block;
	border: none;
	border-radius: 4px;
	font-size: 1.9rem;
	margin-bottom: 1.6rem;
	background: #f2f2f2;
	width: 100%;
	min-height: 14rem;
	padding: 1.1rem;
}


.input_txt1{
	width: 100%;
	max-width: 41rem;
}
.subpage.contact .sec_contact .right form .btn_block{
	margin-top: 3rem;
}
.submit_btn{
	color: #fff;
	display: inline-block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	border: none;
	padding: 0.8rem 5rem;
	border-radius: 4px;
}
.contact .tel_contact {
    margin-top: 3rem;
}

.checkbox_block{
	margin-bottom: 2rem;
}
.checkbox_block .tit{
	font-weight: 600;
	margin-bottom: 0.7rem;
	font-size: 1.4rem;
	margin-top: 2rem;
}
.checkbox_block label{
	display: block;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
	font-size: 1.7rem;
	margin-top: 1rem;
	color: #464646;
}


/*  */





#topbnr{
	/* background: #f1f1f1; */
	padding: 4rem 0 4rem;
	height: auto;
	background: url(img/topbnr2.gif) no-repeat center center;
	background-size: cover;
}
#topbnr .inr{
	height: 100%;
}
.topbnr01{
	position: relative;
	height: 100%;
}
#topbnr .tit{
	font-size: 2.3rem;
	text-align: left;
	color: #17293c;
	position: relative;
	top: 0;
	font-family: serif;
	letter-spacing: 3px;
	/* margin-right: 12%; */
	font-weight: 700;
	/* text-shadow: 0px 0px 0px #999, 0px 0px 20px #000, 0px 0px 1px #000, 0px 0px 10px #000; */
	background: #ffffff66;
	padding: 3rem;
	display: inline-block;
	width: 100%;
	margin-bottom: 3rem;
}

#topbnr .logg_img{position: inherit;left: 0;bottom: 0;}

#topbnr .logg_img svg{
    width: 10rem;
    height: auto;
}


#index {
	padding: 0rem 0;
}

#index .sec_head{
	text-align: center;
	margin-bottom: 2rem;
}
#index .sec_head .tit{
	width: 8rem;
	text-align: center;
	margin: 0 auto 3rem;
}
#index .sec_head .tit img{
	
}
#index .sec_head h2{
	font-size: 1.8rem;
	font-weight: 600;
}

#index .sec_head .txt{

}

#index .sec_head .h2_1{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
#index .sec_head p{font-size: 1.4rem;margin-top: 2rem;}
#index .sec01.mt{
	margin-top: 0rem;
}



.bnr_technology_block{
	background: #000 url(img/topbnr.png) no-repeat right center;
	padding: 5rem 0;
}
.bnr_technology_block .flex{justify-content: space-between;display: block;}
.bnr_technology_block .flex .left{
	margin-bottom: 12vw;
}
.bnr_technology_block .flex .left .tit{
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.4rem;
	margin-bottom: 3rem;
	text-align: center;
}
.bnr_technology_block .flex .right{
	/*
	display: flex;
	align-items: flex-end;
*/
	width: 100%;
	}
.bnr_technology_block .flex .right iframe{
	height: 52vw;
}
.bnr_technology_block .flex .right .txt{
	color: #fff;
	font-size: 1.7rem;
	margin-bottom: 1.4rem;
}


 .bnr_technology_block.type02{
	background: #e3f6ff;
	padding-bottom: 0rem;
	padding-top: 0;
	}
.bnr_technology_block.type02 .inr_in {
    background: url(img/img_taisou.png) no-repeat bottom center;
    background-size: 33rem;
    padding: 0rem 0 0;
}
.bnr_technology_block.type02 .flex .left{
	padding-bottom: 4rem;
}

.bnr_technology_block.type02 .flex .left .tit {
    color: #000;
 
}
.bnr_technology_block.type02 .flex {
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0px 16rem;
}


.btn_01{
	color: #000000;
	background: #efe35d;
	display: block;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #000;
	text-align: center;
	max-width: 22rem;
}


.porpose_lists.index{
	/* background: #757575; */
}

.porpose_lists.index .porpose_block{
    display: flex;
    justify-content: space-around;
    /* margin-top: 8rem; */
    flex-wrap: wrap;
}
.porpose_lists.index .porpose_block .p_b{
    width: 50%;
    height: 14rem;
    background: #d2cccc7a;
    margin: 0;
    padding: 4% 2%;
    position: relative;
    margin-bottom: 0rem;
}

#single .porpose_lists.index .porpose_block .p_b{
    width: 100%;
    height: 24rem;

    margin: 0;
    padding: 2.4rem;
    position: relative;
    margin-bottom: 0.5rem;
}


.porpose_lists.index .porpose_block .p_b .tit{
	font-size: 1.8rem;
	color: #000000;
	font-weight: 700;
	padding: 0rem 0 2rem;
	text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}
.porpose_lists.index .porpose_block .p_b .txt{
    line-height: 1.7rem;
    color: #235da0;
    font-size: 1.3rem;
}

.porpose_lists.index .porpose_block .p_b .tit a{
	
}

.porpose_lists.index .porpose_block .p_b:nth-child(1){
	background: #fff url(img/health01.jpg) left 5rem bottom -2rem no-repeat;
	background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(2){
	background: #f7f7f7 url(img/vegitable.jpg) left 0rem bottom -5rem no-repeat;
	background-size: cover;
}

.porpose_lists.index .porpose_block .p_b:nth-child(3){
    background: #FEFEFD url(img/oister.jpg) left bottom -1rem no-repeat;
	background-size: cover;
}

.porpose_lists.index .porpose_block .p_b:nth-child(4){
	background: #fefefe url(img/beef.jpg) left 7rem bottom -2rem no-repeat;

    background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(5){
	background: #fefefe url(img/farm.jpg) left -0rem bottom 0rem no-repeat;
	background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(6){
	background: #fefefe url(img/fry01.jpg) left 0rem bottom -0rem no-repeat;
	background-size: cover;
}
.porpose_lists.index .porpose_block .p_b:nth-child(4) .tit{

}
.porpose_lists.index .porpose_block .p_b:nth-child(4) .txt{

}

#index .porpose_lists.index h2{
    text-align: left;
    /* border-bottom: solid 3px #000; */
    /* padding-bottom: 1rem; */
    font-size: 2rem;
}



.product_lists.index{
	margin-top: 0rem;
}
.product_lists.index.type2{
	
}
.product_lists.index .flex{
	flex-wrap: wrap;
}
.product_lists.index .p_block{
	padding: 1.7rem;
	background: #e3e4e5;
	min-width: 50%;
	width: 100%;
}
.product_lists.index .p_block:nth-child(2n){
	background: #c0c9d8;
}
.product_lists.index .p_block .img_block{
	max-width: 80%;
	margin: 0 auto 2rem;
	height: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product_lists.index .p_block .p1{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 2rem;
	color: #235da0;
}
.product_lists.index .p_block .img_block img{
	display: block;
	text-align: center;
	height: 80%;
}
.product_lists.index .p_block .tit{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1.2rem;
}
.product_lists.index .p_block .tit span{
    font-size: 1rem;
    display: inline-block;
    margin-left: 0.2rem;
}
.product_lists.index .p_block .txt{
	
}
.product_lists.index .p_block .btn_block{
	text-align: center;
	padding: 2rem 0;
}
.product_lists.index .p_block .btn_block .btn{
	display: inline-block;
	border: solid 1px #235da0;
	padding: 0.5rem 4rem;
	border-radius: 6px;
	color: #235da0;
}

.product_lists.index.type2 .p_block{
	width: 100%;
}


.sec .sec_head .h_bb {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 600;
    color: #235da0;
    border-bottom: solid 3px #c4d5e8;
    position: relative;
    padding-bottom: 0.8rem;
}
.sec_head .h_bb:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #235da0;
    bottom: -3px;
    width: 20%;
}

#index .sec{
	padding: 3rem 0;
}
.sec.sec03{
	margin-top: 5rem;
}
.news_lists_block{
	
}

.news_lists_block .btn_block{
	text-align: center;
	padding: 4rem 0;
}
.news_lists_block .btn_block .btn.primary{
	display: inline-block;
	padding: 1rem;
	min-width: 30rem;
	border-radius: 4px;
	border: solid 1px #235da0;
	color: #2760a1;
}

.news_lists_block ul{
	
}
.news_lists_block ul li{
	display: block;
	padding: 1rem 0;
}
.news_lists_block ul li .tag{
	
}
.news_lists_block ul li .tag.news_tag{
	background: #ffc800;
	display: inline-block;
	padding: 0.2rem 1.2rem;
	font-size: 1.2rem;
	margin-right: 1rem;
	color: #32373c;
}
.news_lists_block ul li .date{
	margin-right: 1.2rem;
}
.news_lists_block ul li .tit{
	display: block;
	font-size: 1.6rem;
	margin-top: 1.1rem;
	width: 100%;
}
.news_lists_block ul li .tit a{
	color: #207ce5;
}

.bnr_blocks{
	display: block;
	flex-wrap: wrap;
	width: 100%;
}
.bnr_blocks .bnr_img_content{
	width: 100%;
	flex-wrap: wrap;
	padding: 1rem 0;
}
.bnr_blocks .bnr_img_content a{
	display: block;
	background: none;
	height: auto;
}


footer{
	padding: 4rem 0 0rem;
	/* background: #3f4852; */
	border-top: solid 1px #e4e4e4;
}
footer .inr{
	display: block;
	justify-content: space-between;
	align-items: center;
}
.footer_left{
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}
.footer_left .img_block{
	width: 10rem;
	margin-bottom: 1rem;
	text-align: center;
	margin: 0 auto 2.4rem;
}
.footer_left .img_block img{
	
}
.footer_left .p1{
	/* color: #e8e8e8; */
}

.footer_right{
	
}
.footer_right ul{
	display: block;
	align-items: center;
	text-align: center;
	border-top: solid 1px #c7c8cf;
}
.footer_right ul li{
	display: block;
	margin-left: 0;
	/* color: #e8e8e8; */
	padding: 1.6rem 0;
	border-bottom: solid 1px #c7c8cf;
}
.footer_right ul li a{
	color: inherit;
}

.copyright{
	text-align: center;
	margin-top: 4.3rem;
	background: #03419a;
	padding: 0.4rem 0;
	font-size: 1.2rem;
	color: #fff;
}



.contact_bnr{
	display: block;
	justify-content: center;
	margin-top: 5rem;
	align-items: stretch;
}

.contact_bnr .contact_tel_block{
	margin-right: 1%;
}
.contact_bnr .contact_block .tit{
	font-size: 1.6rem;
	font-weight: 300;
	color: #f28e2b;
}
.contact_bnr .contact_block a{
	color: #fff !important;
}
.contact_bnr .contact_tel_block .number{
	font-size: 2.8rem;
	margin: 0rem 0;
	font-weight: 900;
	color: #424242;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_bnr .contact_tel_block .number a{
	color: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}
.contact_bnr .contact_tel_block .number i{
	color: #f28e2b;
	font-size: 2.4rem;
}
.contact_bnr .contact_block .txt{
	font-size: 1.3rem;
	color: #a5a5a5;
}

.contact_bnr .contact_mail_block{
	margin-left: 1%;
}


.contact_bnr .contact_block{
	width: 100%;
	padding: 2.5rem 1rem;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 2rem;
}
.contact_bnr .contact_block .btn{
	display: block;
	max-width: 37rem;
	margin: 1rem auto;
	padding: 1rem 0;
	background: #f28e2b;
	color: #fff;
	border-radius: 3px;
}

#index .sec04 .inr_in{
	padding: 0 ;
}

.attention{
	font-size: 1.2rem;
	margin-top: 1rem;
	color: #6d6d6d;
}

.pan .archive.post-products-archive.current-item{
	font-size: 1.2rem;
}


#index .sec05{padding-bottom: 0;padding-top: 7rem;}

#index .sec05 .logo_list{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-bottom: 0rem;
	flex-wrap: wrap;
	}
#index .sec05 .logo_list.type2{
	margin-bottom: 0;
}
#index .sec05 .logo_list li{
	width: 44%;
	padding: 0 3%;
	margin-bottom: 3rem;
}
#index .sec05 .logo_list li img{
	height: 3rem;
}
#index .sec05 .logo_list .partner_txt{font-size: 1.5rem;font-weight: 700;color: #183a69;}




.user_voice_lists{
	padding: 0rem 0rem;
}
.user_voice_lists ul{
	display: flex;
	margin-bottom: 6rem;
	flex-wrap: wrap;
}
.user_voice_lists ul li{
	background: #fff;
	box-shadow: 0px 0px 3px #999;
	padding: 2rem;
	margin-right: 2%;
	min-height: auto;
	width: 100%;
	margin-bottom: 1.9rem;
	max-width: 100%;
}
.user_voice_lists ul li .tit{
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.user_voice_lists ul li .in_block{
	display: block;
	justify-content: space-between;
}
.user_voice_lists ul li .in_block .txt{
	font-size: 1.4rem;
}
.user_voice_lists ul li .txt{
	
}

.user_voice_lists .btn_block{
	text-align: center;
	margin-top: 2rem;
	margin: 3rem 0 3rem;
}
.user_voice_lists .btn_block a.primary{
    display: inline-block;
    padding: 1rem;
    min-width: 30rem;
    border-radius: 4px;
    border: solid 1px #207ce5;
    color: #207ce5;
    text-align: center;
}

.btn-square-pop {
    height: auto;
}


#single table{
	width: 100%;
}

/*  */
.sp_nav_tel_block{
	padding: 1.1rem 1rem;
	text-align: center;
	background: #fff;
	width: 94%;
	margin: 0.6rem auto;
}

.sp_nav_line_block{
	padding: 1.2rem;
	width: 94%;
	margin: 1rem auto;
}
.sp_nav_line_block .in_block{
	text-align: center;
	position: relative;
	background: #33b900;
	color: #fff;
	padding: 0.9rem 0;
}
.sp_nav_line_block .in_block .tab{
	position: absolute;
	left: -12px;
	top: -12px;
	background: red;
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
	border-radius: 4px;
}
.sp_nav_line_block .in_block a{
	color: inherit;
}
.sp_nav_line_block .in_block a > div{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}
.sp_nav_line_block .in_block a > div i{
	color: #fff;
	font-size: 3rem;
	margin-right: 1.5rem;
}

/*  */

.hideClass {
  transform: translateY(58px);
}
.fix_btns{
	position: fixed;
	bottom: 0;
	left: 0;
	/* background: #ccc; */
	height: 5.8rem;
	transition-duration: 0.1s;
	width: 100%;
	z-index: 1000;
	display: block;
}


.fix_btns{
	
}
.fix_btns .flex{
	display: flex;
	justify-content: space-between;
	padding: 0rem 1rem;
	align-items: center;
	box-sizing: border-box;
}
.fix_btns .flex .tel_block{
	display: flex;
	width: calc(100% - 12rem);
	box-sizing: border-box;
	background: #369f2f;
	padding: 0.8rem;
	color: #fff;
	border-radius: 41px;
	border: solid 1px #fff;
	text-align: center;
	justify-content: center;
}
.fix_btns .flex .tel_block > img,
.fix_btns .flex .tel_block > i{
	display: flex;
	align-items: center;
	margin-left: 0rem;
	font-size: 1.9rem;
	max-width: 3.2rem;
}
.fix_btns .flex .tel_block a{
	color: #fff;
}
.fix_btns .flex .tel_block > div{
	text-align: left;
	margin-left: 0.8rem;
}
.fix_btns .flex .tel_block .p1{
	font-size: 1.1rem;
	line-height: 1rem;
}
.fix_btns .number{
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: 600;
}
.fix_btns .number i{
	
}
.fix_btns .contact_btn{
	width: 11rem;
	box-sizing: border-box;
}
.fix_btns .contact_btn a{
	display: block;
	padding: 1.6rem 0.5rem;
	border-radius: 3px;
	color: #fff;
	background: #d54b09;
	font-family: inherit;
	text-align: center;
	border-radius: 46px;
	border: solid 1px #fff;
	text-align: center;
	font-weight: 600;
}

.index_bnr01.inr{
	padding: 3vw 4%;
}

.index_bnr01 img{
	width: 100%;
	max-width: 100%;
}



.index_bnr01 .flex{
	display: block;
	justify-content: space-between;
}
.index_bnr01 .flex a{
	max-width: 100%;
	display: block;
	margin-top: 1.5rem;
}
.index_bnr01 .flex a img{
	max-width: 100%;
}


.bnr_denba_attention{

}
.bnr_denba_attention .flex{padding: 2rem 1.5%;align-items: center;background: #c0ddfb;display: block;}
.bnr_denba_attention .flex .left{margin-bottom: 2rem;}
.bnr_denba_attention .flex .left .tit{color: #fff;font-size: 2rem;font-weight: bold;margin-bottom: 1rem;}
.bnr_denba_attention .flex .left .tit_2{font-size: 1.8rem;font-weight: bold;margin-bottom: 1.5rem;}
.bnr_denba_attention .flex .left .txt{

}
.bnr_denba_attention .flex .left .txt_link{margin-top: 1.5rem;}
.bnr_denba_attention .flex .left .txt_link p{

}
.bnr_denba_attention .flex .left .txt_link a{color: #24338a;}
.bnr_denba_attention .flex .img{

}
.bnr_denba_attention .flex .img img{
	
}


/* 202402 */
.bnr_block.user_bnr{padding: 0 3%;margin-top: 4vw;}
.bnr_block.user_bnr img{
	max-width: 100%;
}


#single.denba_technology{
	background: none;
	padding: 0;
}
#single.denba_technology .inr_small{
	padding: 0;
}

.compare_block{
	overflow-x: auto;  /* 横スクロールの指定 */
	/* white-space: nowrap;  横スクロールの指定 */
	overflow-scrolling: touch;  /* スクロールを滑らかにする */
	-webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.compare_block .grid{
	padding-bottom: 6vw;
}
.compare_block .grid .product{
	transition-duration: 0.1s;
	padding: 1rem;
	background: #fff;
	min-width: 23rem;
}
.compare_block .grid .product:hover{
	background: #fff;
	box-shadow: 0px 0px 11px #8e95bc;
}


.compare_block .grid .product .img{height: 15rem;padding-top: 2rem;margin-bottom: 2.5rem;display: flex;justify-content: center;align-items: center;}
.compare_block .grid .product .img img{
	height: 100%;
	max-width: 20rem;
	height: auto;
}
.compare_block .grid .product .product_name{font-size: 1.4rem !important;font-weight: 700 !IMPORTANT;margin-bottom: 0 !important;}
.compare_block .grid .product .catch_txt{font-size: 1.8rem !important;margin-bottom: 1.4rem !important;}
.compare_block .grid .product .product_price{margin-top: auto;margin-bottom: 33px !IMPORTANT;white-space: nowrap !IMPORTANT;font-size: 1.7rem !IMPORTANT;color: #3d3d3d;}
.compare_block .grid .product .product_price span{
	font-size: 1.2rem;
}
.compare_block .grid .product  .hr_1{margin: 1rem 0 2rem;}
.compare_block .grid .product .detail_product{margin-bottom: 2rem;}
.compare_block .grid .product .detail_product .s_tit{font-size: 1.4rem !IMPORTANT;color: #606060;margin-bottom: 0.2rem !IMPORTANT;}
.compare_block .grid .product .detail_product .txt{
	font-size: 1.8rem !IMPORTANT;
	margin-bottom: 2rem !IMPORTANT;
}
.compare_block .grid .product .detail_product .txt.sm{
	font-size: 1.4rem !IMPORTANT;
}
.compare_block .grid .product .btn_block{margin: 0 auto 2rem 0 !IMPORTANT;}
.compare_block .grid .product .btn_block.now{background: #e8e8e8;border-radius: 6px;padding: 0.7rem;}
.compare_block .grid .product .btn_block .btn{
	padding: 0.7rem;
	display: block;
	color: #fff !IMPORTANT;
	background: #235da0;
	border-radius: 6px;
}

.product_compare{padding: 0rem 0;background: none;}
.product_compare .inr_in{
	padding: 0;
}
.product_compare .tit{
	text-align: center;
	font-size: 2rem !important;
	font-weight: 600 !important;
	margin-bottom: 1.5rem !important;
}
.product_compare .txt{
	font-size: 1.8rem !important;
	margin-bottom: 3rem !important;
	color: #333;
}

.product_compare .contact_block{
	display: flex;
    justify-content: center;
}
.product_compare .contact_block form{
	width: 100%;
	display: flex;
	justify-content: center;
}
.product_compare .contact_block input[type="submit"]{width: 98%;padding: 2rem 0.5rem;}
.product_compare .contact_block .submit2{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #e6e6e6;
    color: #133669;
    font-weight: 700;
    font-size: 1.3rem;
}
.product_compare .contact_block .submit1{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #ffd154;
    color: #133669;
    font-weight: 700;
    font-size: 1.3rem;
}



#single .content .product_compare p{
	margin-bottom: 0;
	line-height: inherit;
	font-size: 1.3rem !important;
	font-weight: inherit;
}

#single .content .compare_block .grid .product .img img{
	width: auto;
	height: auto;
	max-height: 7rem;
}
.btn.primary {
    display: inline-block;
    padding: 1.4rem 0;
    min-width: 32rem;
    border-radius: 4px;
    border: solid 1px #235da0;
    color: #2760a1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}


/*  */
.grid_lists{
    display: grid;
    grid-column-gap: 15px;
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 3%;
}
.grid_lists.col3{
	grid-template-columns: repeat(1, 1fr);
}
.grid_lists.col2{
	grid-template-columns: repeat(1, 1fr);
}
.grid_lists .content{
    box-shadow: 0px 2px 5px #ccc;
    border-radius: 8px;
    margin-bottom: 3rem;
    overflow: hidden;
}
.grid_lists .content .tags{
	display: flex;
	margin-bottom: 1rem;
}
.grid_lists .content .tag{display: inline-block;border: solid 1px #646464;padding: 0.2rem 1.2rem;font-size: 1.1rem;color: #303030;border-radius: 2px;margin-right: 0.8rem;}
.grid_lists .content .img{
	height: 19rem;
	background: #ccc;
	margin: 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid_lists .content .video{height: 22rem;overflow: hidden;}
.grid_lists .content .video iframe{
	width: 100%;
	max-height: 100%;
}

.grid_lists .content .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grid_lists .content .txt_block{
    padding: 1.2rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.grid_lists .content .txt_block .p1{
	line-height: 1.7rem;
	color: #235da0;
	z-index: 1;
	position: relative;
	text-align: center;
}
.grid_lists .content .txt_block .tit{
	font-size: 1.9rem;
	line-height: normal;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.grid_lists .content .txt_block .txt{
    font-size: 1.5rem;
    line-height: 2.3rem;
}
.grid_lists .content .txt_block .btn_block{
	display: flex;
	justify-content: center;
	margin: 2rem 0 8px;
}
.grid_lists .content .txt_block .btn_block a{
    color: #3F51B5;
    font-size: 1.4rem;
    border: solid 1px #3F51B5;
    padding: 0.6rem;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    max-width: 21rem;
}


.top_attention_block .inr span{
	color: inherit;
	letter-spacing: 2px;
	color: #222222;
	display: flex;
	align-self: center;
	justify-content: center;
}
.top_attention_block .inr span i{
	color: #c5221f;
	margin-right: 0.7rem;
	line-height: 2.3rem;
}
.top_attention_block .inr span a{
	clear: #fff;
	background: #c5221f;
	display: inline-block;
	padding: 0.3rem 2.3rem;
	color: #fff;
	border-radius: 5px;
	margin-left: 1rem;
	font-size: 1.5rem;
}

.top_attention_block .inr span{
	color: inherit;
	letter-spacing: 2px;
	color: #222222;
	display: flex;
	align-self: center;
	justify-content: center;
}
.top_attention_block .inr span i{
	color: #c5221f;
	margin-right: 0.7rem;
	line-height: 2.3rem;
}
.top_attention_block .inr span a{
	clear: #fff;
	background: #c5221f;
	display: inline-block;
	padding: 0.3rem 2.3rem;
	color: #fff;
	border-radius: 5px;
	margin-left: 1rem;
	font-size: 1.5rem;
}

.top_attention_block{
	font-size: 1.3rem;
	padding: 0.6rem 0.6rem;
	text-align: left;
}
.top_attention_block .inr{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_attention_block .inr span{align-items: flex-start;}
.top_attention_block .inr span i{display: flex;align-items: center;}
.top_attention_block .inr span a{padding: 0.3rem 0.8rem;font-size: 1.4rem;width: 8rem;display: flex;align-items: center;justify-content: center;}


#interview{
	/* background: #000; */
}

#interview .header_block{
    padding: 3rem 0 0rem;
    font-family: serif;
}
#interview .header_block .inr{

}
#interview .container{
	max-width: 100% !important;
    margin: 0 auto;
}

#interview .inr{
	max-width: 100%;
	margin: 0 auto;
}

#interview .header_block .p_tit{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}

#interview .content {
	padding: 1rem 0;
}
#interview .content h1,
#interview .content h2,
#interview .content h3,
#interview .content p{
	color: #fff;
	padding: 0 3%;
}


#interview .content .tit_block{
    margin: 1rem 0 1rem;
}
#interview .content h1{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-family: serif;
	margin: 0 auto;
	line-height: 2.9rem;
}

#interview .content h1 span{
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 2.4rem;
}

#interview .profile .inr{max-width: 72rem;padding: 0.8rem;}
#interview .profile{
	/* background: #666; */
	margin: 3rem 6%;
}
#interview .profile .flex{

}
#interview .content h3{
	font-size: 1.7rem;
	color: #ffffff;
	width: 100%;
	margin: 0px auto;
	line-height: 220%;
	font-weight: 700;
	/* font-size: 1.8rem; */
}
#interview .profile  .img{

}
#interview .profile .img img{

}

#interview .profile .block{

}
#interview .profile .block p{font-size: 1.4rem;line-height: 2.1rem;margin: 0;}

#interview .article{

}


#interview .container p{
	width: 100%;
	margin: 15px auto 45px;
	line-height: 185%;
	font-weight: 400;
	font-size: 1.6rem;
}
#interview .container p.add_txt{
    background: #2d2d2d;
    padding: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #e1e1e1;
    border-radius: 4px;
    max-width: 94%;
}

#interview .container figure{
	margin: 0 0 5rem 0;
}
#interview .container figure figcaption {
    width: 100%;
    margin: 5px auto 55px;
    font-size: 11px;
    line-height: 150%;
    color: #8c8a8a;
    padding: 0 3%;
}

#interview .container  h2 {
    text-align: center;
    font-family: serif;
    font-size: 2.2rem;
    /* margin: 5rem 0 1rem; */
    width: 100%;
    margin: 45px auto 35px;
}


/* interview index */

.sec_interview{

}
.sec_interview h2{
	text-align: center;
	font-size: 9.3vw;
	/* color: #ccc; */
	margin: 3rem 0 3rem;
	font-family: serif;
	letter-spacing: 4px;
}
.sec_interview .inr_in{
	background: url(img/interview/masugi/1.jpg) no-repeat;
	background-size: 79%;
	background-position: right bottom 3rem;
	padding: 4rem 3% 8vw;
	max-width: 85rem;
	position: relative;
}
.sec_interview .inr_in span{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 3%;
    color: #fff;
    background: #ba1010;
    font-family: serif;
    padding: 0.1rem 2.1rem;
    border-radius: 2px;
    font-size: 1.3rem;
}
.sec_interview .p1{
    font-size: 1.6rem;
    font-family: serif;
    letter-spacing: 5px;
    margin-bottom: 0.8rem;
}
.sec_interview .p_name{font-size: 3.1rem !IMPORTANT;!I;!;font-family: serif;letter-spacing: 11px;margin-bottom: 1.2rem;}
.sec_interview .txt{font-size: 1.4rem !important;!i;!;!u;!;line-height: 2.1rem !important;!i;!;width: 90%;text-shadow: 0px 0px 10px #fff;}
.sec_interview .btn_block{margin: 2.3rem 0;display: flex;}
.sec_interview .btn_block a{background: #000;padding: 0.8rem 7rem;border-radius: 3px;color: #fff;font-family: serif;}



.contact_offer_block{
    margin: 4rem 0 4rem;
    background: #fff;
    padding: 1.6rem;
    border-radius: 5px;
}
.contact_offer_block.type2{
	
}

.contact_offer_block h3{font-size: 1.8rem;text-align: center;font-weight: 700;margin-bottom: 0.6rem;}
.contact_offer_block p{
	text-align: center;
}
.contact_offer_block .tit{
	font-size: 1.5rem;
	margin: 0rem 0 2rem;
	font-weight: 600;
	padding: 1rem 0 0;
}
.contact_offer_block.type2 .tit{
	border-top: solid 1px #ccc;
}

.contact_offer_block .contact_block{margin-top: 1.5rem;padding-bottom: 1rem;}
.contact_offer_block .contact_block .flex{justify-content: space-around;}
.contact_offer_block .contact_block .btn{padding: 1rem 3rem;background: #015ae0;border-radius: 10rem;max-width: 30rem;text-align: center;width: 49%;display: flex;align-items: anchor-center;justify-content: center;font-size: 1.4rem;color: #fff;}
.contact_offer_block .contact_block .tel_block{width: 49%;max-width: 30rem;text-align: center;background: #da8405;border-radius: 10rem;padding: 0.4rem 3rem;}
.contact_offer_block .contact_block .tel_block .p1{color: #fff;line-height: 2rem;}
.contact_offer_block .contact_block .tel_block a{
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0rem;
	line-height: 2rem;
	color: #fff;
}


/*  */

/*  */
#index .sec_2col_block{

}
#index .sec_2col_block .inr{
	max-width: 140rem;
}
#index .sec_2col_block .flex{
	justify-content: space-around;
	background: none;
	padding: 2rem;
	border-radius: 6px;
	display: block;
}

#index .sec_2col_block .flex .block{width: 100%;border-bottom: solid 1px #ccc;padding-bottom: 6rem;}
#index .sec_2col_block .flex .block:first-child{border-right: none;margin-bottom: 5rem;padding-bottom: 5rem;}
#index .sec_2col_block .flex .block .in_block{padding: 0;}
#index .sec_2col_block .flex .block .in_block img{
	max-width: 40rem;
	width: 100%;
}
#index .sec_2col_block .sec_head {
	margin-bottom: 2rem;
}
#index .sec_2col_block .sec_head h2{font-size: 2rem;margin: 0;}
#index .sec_2col_block .sec_head p{margin-top: 1.4rem;font-size: 1.5rem;}
#index .article_list{

}
#index .article_list ul{

}
#index .article_list ul li{display: flex;padding: 0.8rem 0;font-size: 1.6rem;}
#index .article_list ul li .category{background: #d44646;color: #fff;padding: 0 1rem;margin-right: 1rem;font-size: 1.4rem;border-radius: 20px;}
#index .article_list ul li a{color: #235da0;}
	



.president-message {
  display: block;
  align-items: flex-start;
  gap: 40px;
  max-width: 80rem;
  margin: 7rem auto;
}

.president-photo img {
  max-width: 180px;
  border-radius: 4px;
  margin: 0 auto 2.3rem;
  display: block;
}

.president-text h2 {
  font-size: 20px;
  margin: 0 0 8px;
}

.president-text h2 a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}

.president-text h2 a span {
  color: #888;
  margin-left: 4px;
}

.president-text hr {
  width: 40px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 8px 0 16px;
}

.president-text p {
  font-size: 15px;
  line-height: 1.7;
}

.common_btn_block{display: flex;justify-content: center;padding: 3rem 0;}
.common_btn_block .btn{padding: 1.5rem 5rem;border: solid 1px #3e3e3e;border-radius: 5px;color: inherit;}



}


