@charset "UTF-8";

/* 画像 */
figure {
	text-align: center;
	margin: 0 auto;
}
figure img {
	max-width: 100%;
}


.intro_title {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}
.intro_text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7142;
	text-align: left;
	margin-top:20px;
}
.intro_img01 {
	margin-top: 23px;
}
.kakomi_kemuri_container{
	text-align: center;
}
.kakomi_kemuri_item { /*share.cssを上書き*/
    position: relative;
    box-sizing: border-box;
    background: url(../img/kakomi_kemuri_improvement_sp.svg) no-repeat left top;
    background-size: 296px auto;
    max-width: 296px;
    height: 97px;
    text-align: center;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kakomi_kemuri_container .consultation_icon_triangle1{
	margin-top:15px;
}
.tag_green .fa-lightbulb-on{
	margin-right:5px;
}
.section_green{
	padding: 32px 0;
}
.section_green_inner_white {
    background-color: #FFFFFF;
    padding: 21px 3.75% 30px;
    margin-top: 32px;
}
.section_green .section_green_inner_white:first-child {
    margin-top: 0px;
}
.solution_subtitle{
	font-size: 1.6rem;
	line-height:1;
	text-align: center;
	font-weight: 500;
}
.solution_title {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-top: 23px;
}
.solution_text {
	font-size: 1.4rem;
	margin-top: 1em;
}
.solution_product_text {
	font-size: 2.0rem;
	line-height: 1;
	margin-top: 20px;
	font-weight: 500;
	text-align: center;
}
.solution_text_red {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.45;
	color: #E50000;
	margin-top: 32px;
}
.solution_flexBox_pc{
	margin-top: 30px;
}
.solution_flexBox_pc .solution_flexBoxItem:last-child{
	margin-top: 50px;
}
.solution_flexBoxItem a {
	font-size: 1.6rem;
	line-height: 1.4375;
	margin-top: 23px;
	font-weight: 500;
	display: block;
}
.solution_flexBoxItem a .fa-chevron-circle-right{
	margin-right:5px;
}
.solution_img01 {
	max-width: 62px;
}
.solution_img02 {
	max-width: 246px;
}
.solution_img03 {
	max-width: 216px;
	margin-top: 22px;
}
.solution_img04 {
	max-width: 272px;
	margin-top: 24px;
}
.solution_img05 ,
.solution_img06 {
	max-width: 272px;
}
.kakomi_green + .datsuen_title {
	margin-top: 2em;
}
.section_green + .tag_green {
	margin-top: 32px;
}
#consultTitle{ /*ssi.cssを上書き*/
	margin-top: 48px;
}

@media print, screen and (min-width: 768px) {
	.intro_title {
		font-size: 3.0rem;
		line-height: 1.65;
		text-align: center;
	}
	.intro_text {
		font-size: 1.6rem;
		line-height: 1.875;
		text-align: center;
		margin-top:20px;
	}
	.intro_img01 {
		max-width: 800px;
		margin-top: 45px;
	}
	.kakomi_kemuri_item { /*share.cssを上書き*/
		background: url(../img/kakomi_kemuri_improvement_pc.svg) no-repeat left top;
	    background-size: 413px auto;
	    width: 413px;
	    max-width: 413px;
	    height: 127px;
	    margin: 56px auto 0;
	}
	.kakomi_kemuri_item .kakomi_kemuri_text{ /*share.cssを上書き*/
		font-size:2.0rem;
		line-height: 1.5;
		position: absolute;
		top: 35px;
	}
	.kakomi_kemuri_container .consultation_icon_triangle1{
		margin-top:17px;
	}
	.section_green{
		padding: 48px 0;
	}
	.section_green_inner_white {
	    padding: 37px 48px 48px;
		width: 960px;
		margin: 48px auto 0;
		box-sizing: border-box;
	}
	.solution_subtitle{
		font-size: 2.0rem;
	}
	.solution_title {
		font-size: 3.0rem;
		line-height: 1.65;
	}
	.solution_text {
		font-size: 1.6rem;
	}
	.ta_center{
		text-align: center;
	}
	.solution_text_red {
		font-size: 2.4rem;
		line-height: 1.7;
		margin-top: 48px;
		text-align: center;
	}
	.solution_flexBox_pc{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	  	-webkit-box-pack: justify;
     	-ms-flex-pack: justify;
   		justify-content: space-between;
   		margin-top: 35px;
	}
	.solution_flexBoxItem{
	    width: 384px;
	}
	.solution_flexBox_pc .solution_flexBoxItem:last-child{
		margin-top: 0px;
	}
	.solution_flexBoxItem a {
		margin-top: 14px;
		text-align: right;
	}
	.solution_img01 {
	}
	.solution_img02 {
		max-width: 273px;
	}
	.solution_img03 {
		max-width: 274px;
		margin-top: 30px;
	}
	.solution_img04 {
		max-width: 384px;
		margin-top: 30px;
	}
	.solution_img05 ,
	.solution_img06 {
		max-width: 384px;
	}
	.section_green + .tag_green {
		margin-top: 48px;
	}
	#consultTitle{ /*ssi.cssを上書き*/
		margin-top: 80px;
	}
}




