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

/*-----------------------------------------------------------------
共通　ページ全体の基本設定
-------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
	body {
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.sub #subContainer .subTitleBox {
		margin-bottom: 30px;
	}
	.sub #subContainer .subTitleBox .homeHead_center {
		text-align: center;
	}
	.sub #subContainer .subTitleBox .homeHead_mainText,
	.sub #subContainer .subTitleBox .homeHead_subText {
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 700;
		text-align: center;
		letter-spacing: 3px;
	}
	.sub #subContainer .subTitleBox .homeHead h2 {
		font-size: 25px;
		line-height: 2em;
	}
	.sub #subContainer .subTitleBox .homeHead h3 {
		font-size: 16px;
	}

	.sub section#subContainer div.main_box h4 {
		font-weight: bold;
		font-size: 120%;
		padding: 0 0 5px 0;
		margin: 20px 0 auto;
		position: inherit;
		width:96%;
	}
	
	.sub #subContainer .subTitleBox .homeHead_subText.maintitle_sub{
		letter-spacing:0.1em;
	}

}
@media screen and (max-width: 479px) {
	.sub #subContainer .subTitleBox .homeHead h2 {
		font-size: 130%;
		font-feature-settings : "palt";
		line-height: 1.6em;
		letter-spacing:0.1em;
	}
	.sub #subContainer .subTitleBox .homeHead h3 {
		font-size: 90%;
	}
}


/* ---------------------------------------------
お役立ち情報　一覧ページ
--------------------------------------------- */
	/*
	一覧ページ共通　flexレイアウト
	------------------------*/
	
@media screen and (max-width: 959px) {
	.sub #subContainer .flex3 {
		width: 96%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
		margin: 50px auto 0;
	}
	.sub #subContainer .flex3 li {
		width: 49%;
		box-sizing: border-box;
		margin-bottom: 40px;
		margin-left: 0;
		position: relative;
	}
	.sub #subContainer .flex3 li:nth-child(3n+1) {
		margin-left: 0;
	}
	.sub #subContainer .flex3 li dl {
		height: 100%;
		box-sizing: border-box;
	}
	.sub #subContainer .flex3 li dt img {
		width: 100%;
		height: auto;
	}
	.sub #subContainer .flex3 li dd h5 {
		font-size: 18px;
		font-weight: 700;
		margin: 10px 0;
	}
		/* typeB （セミナー・お役立ち情報） */
	.sub #subContainer .flex3.typeB li {
		border: 1px solid #cccccc;
	}
	.sub #subContainer .flex3.typeB li dl {
		padding: 0 0 85px;
	}
	.sub #subContainer .flex3.typeB li dd {
		padding: 0 20px;
	}
	.sub #subContainer .flex3.typeB li dd h5 {
		font-size:130%;
		text-align: center;
	}
	.sub #subContainer .flex3.typeB li .btn {
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.sub #subContainer .flex3 li {
		width: 49%;
		margin-bottom: 20px;
	}
	.sub #subContainer .flex3 li dd h5 {
		font-size: 15px;
	}
		/* typeB （セミナー・お役立ち情報） */
	.sub #subContainer .flex3.typeB li dl {
		padding: 0 0 65px;
	}
	.sub #subContainer .flex3.typeB li dd {
		padding: 0 15px;
	}
}
@media screen and (max-width: 599px) {
	.sub #subContainer .flex3 li {
		width: 100%;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 479px) {
}

/* ---------------------------------------------
土地探し・リフォーム共通
--------------------------------------------- */
.main_box .main_img dl{
	display:flex;
	justify-content: space-between;
}
.main_box .main_img dl dt{
	width:40%;
	margin-right:5%;
}

.main_box .main_img dl dd{
	width:55%;
    padding: 20px;
}

/* ---------------------------------------------
家づくりはじめの一歩
--------------------------------------------- */
.sub section#subContainer .main_box h3{
	font-size: 20px;
	line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    margin: 60px auto 30px;
    box-sizing: border-box;
    font-weight: bold;
}
/* 1col */
.main_box .column1.house {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content:space-between;
	margin-bottom: 50px !important;
}
.main_box .column1.house li:nth-child(1){
	width: 60%;
}
.main_box .column1.house li:nth-child(2){
	width: 40%;
}
.main_box .column1 h5{
	font-size: 120%;
	font-weight:bold;
	padding: 0 0 5px;
	margin: 25px 0 5px;
}
.main_box .column1 dl {
	width: unset;
	padding: 3%;
}
.main_box .column1 dl dd p{
	width: 100% !important;
}
.main_box .column1.house li dt{
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
.main_box .column1.house li dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub section#subContainer.info .main_box .company_mukustyle_merit .company_mukustyle_merit_block{
	width:100%;
	margin-top:20px;
	background:#f5f5f5;
	padding:4%;
}


.sub section#subContainer.info .main_box .feature_box_2 .a_block{
	width:100%;
	font-size:180% !important;
	font-weight:bold;
	text-align:center;
	margin:50px auto;
	letter-spacing:0.2em;
}

.sub section#subContainer.info .main_box .feature_box_2 .a_block span{
	color:#000;
	font-size:90%;
    position: relative;
    background: #fff;
    border: double 5px #000;
    margin:0 20px 0 20px;
    padding:10px 15px;
    display:block;
}


.company_mukustyle_merit_block_title{
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
	color:#fff;
	background:#333;
}
.sub section#subContainer.info .main_box .feature_box_2 .b_block {
	width:96%;
	text-align:center;
	margin: 10px auto 50px auto;
	position: relative;
	line-height: 1.4em;
	padding:30px;
	box-sizing:border-box;
}
.sub section#subContainer.info .main_box .feature_box_2 .b_block dt{
	width: 70%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.sub section#subContainer.info .main_box .feature_box_2 .b_block img{
	width: 100%;
    height: 100%;
}

.sub section#subContainer.info .main_box .feature_box_2 .b_block:before,
.sub section#subContainer.info .main_box .feature_box_2 .b_block:after{ 
  content:'';
width: 50px;
height: 50px;
position: absolute;
display: inline-block;
}

.sub section#subContainer.info .main_box .feature_box_2 .b_block:before{
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  top:0;
  left: 0;
}

.sub section#subContainer.info .main_box .feature_box_2 .b_block:after{
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  bottom:0;
  right: 0;
}


.sub section#subContainer.info .main_box .feature_box_2 .b_block h4{
	font-size:120%;
	border-bottom:none;
}

.sub section#subContainer.info .main_box .feature_box_2 .b_block h4 span{
	font-size:100%
}


@media screen and (min-width:667px) and ( max-width:959px) {
	
	.sub section#subContainer.info .main_box .company_mukustyle_merit{
		display:flex;

	}
	.sub section#subContainer.info .main_box .company_mukustyle_merit .company_mukustyle_merit_block{
		width:33.333%;
		padding:1%;
	}
	.sub section#subContainer.info .main_box .feature_box_2 .a_block{
		margin:70px auto;
	}
	.sub section#subContainer.info .main_box .feature_box_2 .a_block span{
		color:#000;
    	display:initial;
	}
	.sub section#subContainer.info .main_box .feature_box_2 .b_block {
		width:80%;
		padding:10px;
	}

	
}
@media screen and ( max-width:600px) {
	.main_box .column1.house {
		display: block;
		justify-content:unset;
		margin-bottom: 40px;
	}
	.sub .column1 dl {
		margin: 0 auto 10px;
	}
	.main_box .column1.house li:nth-child(1){
		width: 100%;
	}
	.main_box .column1.house li:nth-child(2){
		width: 100%;
	}
	.main_box .column1.house li dt{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.sub section#subContainer.info .main_box .feature_box_2 .b_block dt{
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0 auto;
	}
	.sub section#subContainer.info .main_box .feature_box_2 .b_block img{
		width: 100% !important;
	}
}
/* ---------------------------------------------
土地探し
--------------------------------------------- */
.info .main_box .main_img{
	margin:0 0 50px 0;
}

.info .main_box .main_img dl dt{
	width:40%;
	margin-right:5%;
}

.info .main_box.tochi .main_img dl dd{
	width:55%;
	background: #f5f5f5;
    padding: 20px;
}

.sub section#subContainer.info .main_box .main_img dl dd h6{
	font-size:20px;
	font-weight:bold;
	margin:20px 0 20px 0;
}

.main_box p{
	width: unset !important;
}
.main_box .ttl{
    margin-bottom: 15px !important;
	display: block !important;
	text-align: left !important;
	margin: 0px auto 20px !important;
}
.main_box .column1 h4 span{
	font-family: 'Jost', sans-serif;
	font-size:200%;
	font-weight:normal;
	line-height:1em;
	margin-right:0.3em;
	padding-right:0.3em;
	border-right:1px solid #000;
	display:inline-block;
}
.main_box .tochi_point{
	font-size: 25px !important;
	line-height: 1.5em;
	text-align: center;
	margin: 100px auto 70px;

}
/* .column1.tochi a, a:link{
	text-decoration: underline !important;
} */

@media screen and ( max-width:600px) {
	.main_box .main_img dl{
		display:block;
	}
	
	.main_box .main_img dl dt{
		width:100%;
	}
	
	.sub section#subContainer.info .main_box.tochi .main_img dl dd{
		width:unset;
	}
}
/* ---------------------------------------------
住宅ローン
--------------------------------------------- */
.concept_loan_bankimg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.concept_loan_bankimg li{
 width: 49%;
}
.concept_loan_bankimg li img{
width: 100%;
}
.sub section#subContainer div.main_box h4 span{
	font-family: 'Jost', sans-serif;
	font-size:200%;
	font-weight:normal;
	line-height:1em;
	margin-right:0.3em;
	padding-right:0.3em;
	display:inline-block;
}
@media screen and (min-width:667px) and ( max-width:959px) {
	.concept_loan_bankimg li{
 			width: 31%;
 			margin:1%;
		}
	.concept_loan_bankimg li img{
 		width: 100%;
 		}

}
/* ---------------------------------------------
お役立ち情報
--------------------------------------------- */
#localbland img{
	max-width: 100%;
	height: auto;
}
#localbland td{
	display: block;
}
/* ---------------------------------------------
 よくある質問
--------------------------------------------- */
.sub section#subContainer.info .main_box .company_mukustyle_merit2_text{
	width:96% !important;
	padding:0;
	margin:0 auto 50px auto;
}
.sub section#subContainer.info .main_box .eframe100 ul li {
	width:95%;
	font-size:120%;
	margin:0 auto 20px auto;
	color: #000;
	padding:5px;
	border-bottom:none;
	background:#f5f5f5;
	text-align:center;
	border-radius:30px;
	box-sizing:border-box;
}
/* ---------------------------------------------
?
--------------------------------------------- */
.sub section#subContainer.info .main_box .main_img{
	width:100%;
}
.sub section#subContainer.info .main_box .main_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.main_box .main_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.sub section#subContainer.info .main_box .main_img dl{
}
.sub section#subContainer.info .main_box .main_img dl dt{
	width:100%;
}
.sub section#subContainer.info .main_box .main_img dl dd{
	width:100%;
}
.sub section#subContainer.info .main_box .main_img dl dd h6{
	font-size:120%;
	font-weight:bold;
	margin:10px auto;
	width:96%;
}
.sub section#subContainer.info_index .main_box ul.block1 {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:50px 0 0 0;
}
/* ---------------------------------------------
新築orリフォーム
--------------------------------------------- */
.sub section#subContainer .main_box.orreform .orreform_box {
}
.sub section#subContainer .main_box.orreform .orreform_box ul{
	width:96%;
	background:#f5f5f5;
	margin:0 auto 10px auto;
	padding:20px;
	box-sizing:border-box;
}
.sub section#subContainer .main_box.orreform .orreform_box ul h4{
	margin:0 0 10px 0;
	border-bottom:1px dotted #000;
}
.sub section#subContainer .main_box.orreform .orreform_box ul li{
}
@media screen and ( max-width:600px) {
	.main_box.orreform .main_img dl dd{
		width:unset;
	}
}
/* ---------------------------------------------
Q&A
--------------------------------------------- */
#qa section#subContainer div.main_box .qa_area{
	margin-bottom:50px;
}
#qa section#subContainer div.main_box .qa_area h3 {
	font-size:130%;
	text-align:center;
	font-weight:bold;
	margin:0 0 10px 0;
}

#qa .qa_area li span.icon {
    border-right: 1px solid #959595;
    font-size: 26px;
    padding: 0 15px;
    top: 10px;
    left: 0px;
    color: #212e4f;
    position: absolute;
}
#qa .qa_area li a {
    display: block;
    padding: 15px 15px 15px 65px;
}
#qa .qa_area li {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#qa section#subContainer h2{
	margin: 30px 0 0;
}
#qa section#subContainer div.main_box .qaQ h3{
	    margin: 20px 0 0px 0;
	    text-align: left;
	        color: #212e4f;	
}




/* ---------------------------------------------
Q&A 下層
--------------------------------------------- */

#qa section#subContainer div.main_box .qaQ{
	width:96%;
	margin:0 auto;
}

#qa section#subContainer div.main_box .qaQ h3{
	width:100%;
	font-size:120%;
	font-weight:bold;
	margin: 60px 0 10px 0;
	padding:0 0 10px 0;
	text-align: initial;
	color: #000;
	border-bottom:1px solid #000;
}




/*----------------------------------------
家が建つまでの流れ
/*----------------------------------------*/
.sub section#subContainer .main_box.info_flow section.nagare{
}
.sub section#subContainer .main_box.info_flow section.nagare ul{
}
.sub section#subContainer .main_box.info_flow section.nagare ul li{
	margin:0;
	background:#f5f5f5;
	position:relative;
	padding:0 0 50px 0;
}
.sub section#subContainer .main_box.info_flow section.nagare ul li:nth-of-type(even){
	background:#fff;
}

.sub section#subContainer .main_box.info_flow section.nagare ul li div{
	color:#fff;
	font-size:120%;
	font-weight:bold;
	margin:auto;
	top:0;
	left:10px;
	position:absolute;
}

.sub section#subContainer .main_box.info_flow section.nagare ul li div span{
}

.sub section#subContainer .main_box.info_flow section.nagare ul li div span em{
	font-family: Arial, Helvetica, sans-serif;
	font-size:250%;
	margin:0 0 0 5px;
	font-weight:bold;
	vertical-align:-0.1em;
}


.sub section#subContainer .main_box.info_flow section.nagare ul li dl{
}
.sub section#subContainer .main_box.info_flow section.nagare ul li dl dt{
	width:100%;
	margin-right:2%;
}
.sub section#subContainer .main_box.info_flow section.nagare ul li dl dt img{
	width:100%;
}
.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd{
	width:96%;
	margin:0 auto;
}
.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd h5{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:0.5em 0;
}
.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd span{
	font-size:80%;
	color:#fff !important;
	font-weight:bold;
	border:1px solid #000;
	padding:0 5px;
	position:absolute;
	right:10px;
	bottom:20px;
}


	.sub section#subContainer .main_box.info_flow .meeting{
		margin:100px 0 0 0;
		background:#f0f0f0;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl{
		display:initial;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dd{
		width:80%;
		margin:0 auto 0 auto;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dd img{
		width:100%;
		box-shadow:10px 10px #ccc;
		margin:-30px 0 0 0;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dt{
		width:100%;
		margin:0 auto 0 auto;
		padding-bottom:50px;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dt h4{
		font-size:140% !important;
		text-align:center;
		margin:0;
	}

	.sub section#subContainer .main_box.info_flow .meeting dl dt h4 span::after{
		content: "\A" ;
		white-space: pre ;
	}

	.sub section#subContainer .main_box.info_flow .meeting dl dt h4 span img{
		width:140px;
	}



@media screen and (min-width:667px) and ( max-width:959px) {
	
	.sub section#subContainer .main_box.info_flow section.nagare ul li{
		margin:0;
		padding:0;
		background:#f5f5f5;
		position:relative;
	}
	.sub section#subContainer .main_box.info_flow section.nagare ul li dl{
		display:flex;
	}
	.sub section#subContainer .main_box.info_flow section.nagare ul li dl dt{
		width:40%;
		margin-right:2%;
	}
	
	.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd{
		width:58%;
	}
	.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd p{
		width:100%;
	}
	.sub section#subContainer .main_box.info_flow section.nagare ul li dl dd h5{
	text-align:initial;
	}
	
	.sub section#subContainer .main_box.info_flow .meeting{
		margin:70px 0 50px 0;
		background:#f5f5f5;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl{
		display:flex;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dd{
		width:45%;
		height:400px;
		margin-right:2%;
		overflow:hidden;
		box-shadow:10px 10px #ccc;
		position:relative;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dd img{
		width:auto;
		height:100%;
		position:absolute;
		box-shadow:none;
		left:-30%;
		margin:0 0 0;
	}
	.sub section#subContainer .main_box.info_flow .meeting dl dt{
		width:55%;
	}
}


/* ---------------------------------------------
 　家づくり体験記
--------------------------------------------- */
.sub section#subContainer .main_box.info_blog .tab_wrap .panel_area .tab_panel div{
	color:#000;
	font-weight:bold;
	margin:40px 0 0 0;
	text-align:center;
	padding:30px 0 0 0;
}
.sub section#subContainer .main_box.info_blog .tab_wrap .panel_area .tab_panel div span{
	color:#fff;
	letter-spacing:0.2em;
	background:#000;
	padding:0 20px;
}
.sub section#subContainer .main_box.info_blog .tab_wrap .panel_area .tab_panel div span em{
	font-weight:bold;
	margin-left:5px;
}
.sub section#subContainer .main_box.info_blog .tab_wrap .panel_area .tab_panel h3{
	font-size:140%;
	font-weight:bold;
	text-align:center;
	margin:10px auto 0 auto;
}
#information .tab_wrap {
	width: 100%;
}
#information .tab_area {
	font-size: 0;
	display: none;
	align-items: center;
	justify-content: space-between;
}
#information .tab_area label {
	width: 180px;
	margin: 60px 5px 0;
	padding: 12px 0;
	color: #999;
	background: #ddd;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	transition: ease 0.2s opacity;
	
}
#information .tab_area label:hover {
	opacity: 0.5;
}
#information .panel_area {
	background: #fff;
	/*
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	*/
}
#information .tab_panel {
	width: 100%;
	display: block;
	background: #fafafa;
	padding-bottom: 30px;
	margin:0 2% 2% 0;
	box-sizing:border-box;
}
#information .tab_panel:nth-of-type(even){
}
#information .tab_panel li a{
	display: block;
	padding: 15px 15px 15px 65px;
}
#information .tab_panel li {
    font-size: 100%;
    font-weight: 600;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#information .tab_panel li span.arrow{
	position: absolute;
	top: 20px;
	right: 0;
}
#information .tab_panel li span.icon{
	color: #212e4f;
	border-right: 1px solid #959595;
	font-size: 26px;
	padding: 0 15px;
	position: absolute;
	top: 10px;
    left: 0px;
}
 #tab1:checked ~ .tab_area .tab1_label,
 #tab2:checked ~ .tab_area .tab2_label,
 #tab3:checked ~ .tab_area .tab3_label,
 #tab4:checked ~ .tab_area .tab4_label,
 #tab5:checked ~ .tab_area .tab5_label,
 #tab6:checked ~ .tab_area .tab6_label,
 #tab7:checked ~ .tab_area .tab7_label,
 #tab8:checked ~ .tab_area .tab8_label,
 #tab9:checked ~ .tab_area .tab9_label {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4,
#tab5:checked ~ .panel_area #panel5,
#tab6:checked ~ .panel_area #panel6,
#tab7:checked ~ .panel_area #panel7,
#tab8:checked ~ .panel_area #panel8,
#tab9:checked ~ .panel_area #panel9  {
	display: block;
}
/* ---------------------------------------------
家づくり体験記 投稿
--------------------------------------------- */
.sub .infoBlogNaviR{
	float: right;
}
.sub .infoBlogNaviL{
	float: left;
}

.main_box .infoBlogWrapper .infoBlogR h3{
	font-size:140%;
	width:100%;
	text-align:center !important;
}

.sub section#subContainer h3 span em.info_blog{
	font-size:80%;
	color:#fff;
	background:#000;
	padding:0 10px;
	margin-right:1em
}

.main_box .infoBlogWrapper .infoBlogR .center{
	width:100%;
	float:initial;
	text-align:center;
	margin:20px 20px 20px 0;
}
.main_box .infoBlogWrapper .infoBlogR .center img{
	width:80%;
}

@media screen and (min-width:667px) and ( max-width:959px) {

	.main_box .infoBlogWrapper .infoBlogR h3{
		font-size:160%;
	}
	.main_box .infoBlogWrapper .infoBlogR .center{
		width:30%;
		float:left !important;
		text-align:initial;
		margin:0 20px 20px 0;
	}
	.main_box .infoBlogWrapper .infoBlogR .center img{
		width:100%;
	}
}



/* ---------------------------------------------
 　長期優良住宅
--------------------------------------------- */
.concept_natural_4row{
	margin-top:40px;
	text-align:center;
}
.concept_natural_4row ul{
	width:96%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.concept_natural_4row ul li{
	font-weight:bold;
	width:100%;
	background:#efefef;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
}
.concept_natural_4row ul li:nth-child(even){
	margin-right:0px;
}
.concept_natural_4row ul li dl{
	font-size:100%;
	background:#222f4e;
	color:#fff;
	margin-bottom:10px;
}
.concept_natural_4row ul li dt{
	font-size:130%;
	color:#222f4e;
	margin-bottom:-10px;
}
.concept_natural_4row ul li dd{
	font-size:180%;
	color:#222f4e;
}
.concept_natural_4row ul li dd span{
	font-size:140%;
	color:#222f4e;
	font-weight:700;
	vertical-align:baseline;
}
.concept_natural_leftimg130{
	clear:both;
	margin-top:20px;
}
.concept_natural_leftimg130 img{
	width:120px;
	float:left;
	margin-right:10px;
}
.concept_natural_leftimg130 dl{
}
.concept_natural_leftimg130 dl dt{
	font-size:140%;
	font-weight:700;
	border-bottom:2px solid #efefef;
	margin-bottom:10px;
}
.concept_natural_leftimg130 dl dd{
	font-size:110%;
}
.concept_natural_2row{
	margin-top:20px;
	text-align:center;
	clear:both;
}
.concept_natural_2row ul li{
	width:100%;
	background:#efefef;
	margin-bottom:30px;
	box-sizing:border-box;
}
.concept_natural_2row ul li:nth-child(even){
	margin-right:0px;
}
.concept_natural_2row ul li dl{
	font-size:120%;
	font-weight:700;
	background:#000;
	color:#fff;
}
.concept_natural_2row ul li dd{
	font-size:150%;
	font-weight:bold;
	color:#222f4e;
}
.concept_natural_2row ul li dd span{
	font-size:150%;
	color:#222f4e;
	font-weight:700;
	vertical-align: -5%;
}
#information #subContainer.info .main_box.natural_material h3{
	font-size:140%;
	font-weight:bold;
	margin:20px auto 20px auto;
	text-align:center;
}
#information #subContainer.info .main_box.natural_material ul.column1 {
	display:flex;
}
#information #subContainer.info .main_box.natural_material ul.column1 dl {
	width:96%;
}
#information #subContainer.info .main_box.natural_material ul.column1 li.img_l {
	display:none;
}
#information #subContainer.info .main_box.natural_material ul.column1 li.img_l img{
}
#information #subContainer.info .main_box.natural_material ul.column1 dl dt {
	font-size: 120%;
	font-weight:bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	position: inherit;
	border-bottom: 1px solid #aaa;
}
.concept_natural_contact{
	clear:both;
	text-align:center;
	margin-top:30px;
	font-size:110%;
	font-weight:700;
	background:#f8f5e5;
	padding:20px;
	box-sizing:border-box;
}
.concept_natural_contact dt{
	font-size:100%;
	font-weight:700;
}
.concept_natural_contact dd{
	font-size:150%;
	font-weight:700;
}
.concept_natural_contact_btn{
	width:70%;
	font-size:110%;
	margin:10px auto 0 auto;
	color:#fff;
	padding:5px 0;
	background:#e10;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    box-sizing:border-box;  
}
.concept_natural_contact_btn strong{
	font-weight:bold;
}
.concept_natural_rightimg130{
	margin-bottom:20px;
}
.concept_natural_rightimg130 dt{
	width:100%;
}
.concept_natural_koujogaku{
	width:96%;
	color:#222f4e;
	font-size:180%;
	text-align:center;
	padding:15px 0;
	margin:30px auto;
	background:#fff;
	font-weight:700;
	border:7px solid #efefef;
	box-sizing:border-box;
}
.concept_natural_merittitle_base{
	width:96%;
	background:#f5f5f5;
	padding:20px;
	margin:20px auto;
	box-sizing:border-box;
}
.concept_natural_merittitle_base h5{
	color:#000;
	font-size:140%;
	font-weight:bold;
	padding-left:0;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
.concept_natural_merittitle{
	font-weight:bold;
	font-size:110% !important;
	margin-bottom:0 !important;
}
.concept_natural_standard{
	clear:both;
	margin-top:20px;
}
.concept_natural_standard ul li{
	width:96%;
	margin:0 auto 4% auto;
	margin-bottom:15px;
	padding:5px;
	background:#f4f4f4;
	box-sizing:border-box;
}
.concept_natural_standard ul li dd{
	color:#222f4e;
	text-align:center;
	font-size:150% !important;
	font-weight:700;
	background:#fff;
	margin-bottom:10px;
}
.concept_natural_standard ul li dt{
	font-size:130% !important;
	text-align:center;
	font-weight:700;
	color:#666;
}

@media screen and (min-width:667px) and ( max-width:959px) {
	.concept_natural_4row{
		margin-top:40px;
		text-align:center;
	}
	.concept_natural_4row ul{
		width:96%;
		margin:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.concept_natural_4row ul li{
		font-weight:bold;
		width:24%;
		background:#efefef;
		padding:5px 5px 0 5px;
	}
	.concept_natural_4row ul li dd span{
		font-size:180%;
		vertical-align:baseline;
	}
	.concept_natural_2row{
	}
	.concept_natural_2row ul{
		display:flex;
	}
	.concept_natural_2row ul li{
		width:50%;
		background:#efefef;
		margin-bottom:30px;
		margin-right:2%;
		box-sizing:border-box;
	}
	.concept_natural_2row ul li:nth-child(even){
		margin-right:0px;
	}
	.concept_natural_standard ul{
		display:flex;
		flex-wrap:wrap;
	}
	.concept_natural_standard ul li{
		width:30%;
	}
	.concept_natural_standard ul li dd{
		font-size:120% !important;
	}
	.concept_natural_standard ul li dt{
		font-size:110% !important;
	}
}


/* ---------------------------------------------
個別ページ共通　セミナーメニューボックス
--------------------------------------------- */
/*@media screen and (max-width: 959px) {
		.offer_seminer_btn{
			margin:50px auto 70px auto;
		}
		.offer_seminer_btn .seminar_menubox ul {
			width: 96%;
			margin: 0 auto;
		}
		.offer_seminer_btn .seminar_menubox ul li {
			width: 49.0%;
			margin: 0 0 10px;
		}
		.offer_seminer_btn .seminar_menubox ul li dl dt {
			width: 80px;
			margin-right: 10px;
		}
		.offer_seminer_btn .seminar_menubox ul li dl dd p {
			font-size: 10px;
		}
		.offer_seminer_btn .seminar_menubox ul li em {
			font-size: 10px;
		}
}
@media screen and (max-width: 666px) {
		.offer_seminer_btn .seminar_menubox ul li {
			width: 100%;
		}
}
@media screen and (max-width: 479px) {
}*/