/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--- --------------
	clearfix	*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

*{
    box-sizing: border-box;
}

body{
    background-color: #194003;
}

img{
    vertical-align: bottom;
}

html,body{
    font-size: 10px;
    font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 800px){
	html,body{ font-size: 9px; }
}

@media screen and (max-width: 760px){
	body{ background-color: #fff; }
}


@media screen and (min-width: 760px){
	.pc{}
	.sp{ display: none !important; }
}

@media screen and (max-width: 760px){
	.pc{ display: none !important; }
	.sp{ display: block; }
}



/* ================================

    フォント宣言

================================== */

@font-face {
  font-family: "02UtsukushiMincho";
  src: url("../fonts/02UtsukushiMincho.woff2") format("woff2"),
       url("../fonts/02UtsukushiMincho.woff") format("woff");
}




/* ================================

    Wrapper

================================== */

#wrapper{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/* ================================

    nav

================================== */

#nav{
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.navList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 800px){
	.navList_item{ width: 20%; }
	.navList_item img{
		max-width: 100%;
	}
}

/* ================================

    mv

================================== */

.mainvisual{
	padding-top: 50px;
}
.mainvisual img{
	max-width: 100%;
}

@media screen and (max-width: 800px){
	.mainvisual{
		padding-top: 6vw;
	}
}


/* ================================

    section

================================== */

.section{
    background-color: #fffdf4;
}
.section--first{
    margin-top: -71px;
}
.section_txt{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.625;
    margin-bottom: 7px;
}
.section_txt span{
    font-size: 1.7rem;
    font-weight: 800;
}

@media screen and (max-width: 800px){
	.section--first{
	    margin-top: -9vw;
	}
	.section_title img{
		max-width: 100%;
	}
}

@media screen and (max-width: 760px){
	.section{
		background-color: #fff;
	}
	.section_txt{
		font-size: 3.5vw;
		font-feature-settings: "palt";
		line-height: 1.357;
	}
	.section_txt span{
		font-size: 1em;
	}

	#section02 .section_txt{
		margin: 0;
		padding: 4vw 5vw 3.375vw;
	}
}

/* ================================

    tab

================================== */

.tabList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tabList_item{
    margin: 0 2px;
}



/* ================================

    サラターフの種類

================================== */

.type{
    padding: 0 5px;
}
.type_sec{

    background-image:
    url("../img/type/bg_top.jpg"),
    url("../img/type/bg_bottom.jpg"),
    url("../img/type/bg_middle.jpg");
    
    background-repeat:
    no-repeat,
    no-repeat,
    repeat;
   
    background-position:
    top left,    
    bottom left,
    left;
    
    background-size: contain;
 	margin-bottom: 18px;
    padding: 16px 27px 40px;
}
.type_sec:last-of-type{
	margin-bottom: 0;
}
.type_sec_title{
    position: relative;
    text-align: center;
    max-width: 593px;
    margin: 0 auto 10px;
    padding: 33px 0 0;
}
.type_sec_title_top{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.3rem;
    line-height: 2.6rem;
}
.type_sec_title_top span{
    font-size: 2.1rem;
}
.type_sec_title_bottom{
    display: block;
    position: absolute;
    bottom: 0;
    left: 16%;
    line-height: 1;
}
.type_sec_title_length{
    font-size: 2.8rem;
    font-family: '02UtsukushiMincho';
    margin-right: 3px;
}
.type_sec_title_status{
    font-size: 2rem;
    font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
}

.type_sec_title_status--bold{
    font-weight: bold;
}
.type_sec_title_status--blue{
    color: #276abd;
}


/* サラターフの種類 - テーブル */
.type_sec_table th,
.type_sec_table td{
    font-size: 1.4rem;
    font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: bold;
    line-height: 1.8rem;
}
.type_sec_table th{
    text-align: right;
}
.type_sec_table th:after{
    content: '：';
    font-size: 1.4rem;
    line-height: 1
}

.type_sec_table .type_sec_table_price{
    color: #ff0000;
    font-size: 2rem;
    font-weight: bold;
}
.type_sec_table .type_sec_table_price span{
    font-size: 1.4rem;
}

.type_img{
    text-align: center;
    margin-bottom: 7px;
}

.type_sec_table .type_sec_table_max{
    color: #276abd;
}

.type_sec_colours{
    padding-top: 64px;
}

/* 2col */
.type_sec_colours.col2 ul{
    display: flex;
    flex-wrap: wrap;
}
.type_sec_colours.col2 li{
    width: 141px;
    margin-right: 5px;
} 
.type_sec_colours.col2 li:last-child{
    margin-right: 0;
}


.type_sec_colours.pos{
    position: absolute;
}
/* 2col + pos */
.type_sec_colours.pos.col2{
     top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}
.type_sec_colours.pos.col4{
    top: 64%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}

.type_sec_colours.col4 ul{
    display: flex;
    flex-wrap: wrap;
}
.type_sec_colours.col4 li{
    width: 24%;
    margin-right: 3px;
} 

.type_sec_colours figcaption{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2px;
}

.type_col2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


.type_strength{
    border-top: 1px dotted #848484;
    margin-top: 11px;
    padding-top: 11px;
}

.type_strength_box dt{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    width: 95px;
    border-radius: 14px;
    margin-bottom: 4px;
    padding: 7px 0 4px;
}


.type_strength_box--merit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
}
.type_strength_box--merit dt{
    background-color: #d87412;
}
.type_strength_box--demerit dt{
    background-color: #2b578d;
}

.type_strength_box dd{
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.55;
    padding-left: 30px;
}

.type_strength_box dd li{
    padding-left: 1em;
}
.type_strength_box dd li:before{
    content: '●';
    position: absolute;
    text-indent: -1em;
}

.type_strength_box--merit dd li span{
    background: linear-gradient(transparent 50%, #fde5fe 50%);
}
.type_strength_box--demerit dd li span{
    background: linear-gradient(transparent 50%, #fcfee5 50%);
}

.hikaku figcaption{
    display: flex;
}
.hikaku figcaption p{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.285;
    width: 50%;
}



/* サラターフの種類 - サラターフシリーズ */


.type_series{
    width: 93.2%;
    max-width: 686px;
    margin: 0 auto;
}
.type_series_tab{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 56px;
}
.type_series_tab_item{
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4e8d2b;
    background-color: #4e8d2b;
    width: 167px;
    margin-right: 5px;
    padding: 5px 34px 4px;
}
.type_series_tab_item:last-child{
    margin-right: 0;
}
.type_series_tab_item:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background: url('../img/type/icon_tab01.png') 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.type_series_tab_item_txt{
    font-size: 2.2rem;
    font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 1;
}
.type_series_tab_item_txt_category{
    display: block;
    font-size: 1.1rem;
}


.type_series_tab_item.active:after{
    background: url('../img/type/icon_tab02.png') 0 0 no-repeat;
    background-size: contain;
}


.type_series_containar{
    border: 1px solid #eeeded;
    padding: 21px 6px 10px;
}

.type_series_box:nth-child(n+2){
    display: none;
}
.type_series_box_title{
    font-size: 2.3rem;
    font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight:  bold;
    line-height: 1;
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 19px;
    padding: 0 0 6px 7px;
}
.type_series_box_title_num{
    font-size: 3.2rem;
}
.type_series_box_title_status{
    font-size: 2rem;
}
.type_series_box_title_status--red {
    color: #ed1c24;
}
.type_series_box_title_status--blue{
    color: #276abd;
}

.type_series_box_txt{
    text-align: center;
    margin-bottom: 20px;
}
.type_series_box_txts{
    display: inline-block;
    color: #194003;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
    text-indent: -1em;
    text-align: left;
    padding-left: 1em;
}
.type_series_box_txts:before{
    content: '●';
}
/*
.type_series_box_img{
    text-align: center;
    width: 69.64%;
    max-width: 468px;
    margin: 0 auto 10px;
}
*/
.type_series_box_img{
    text-align: center;
    margin: 0 auto 10px;
}
.type_series_box_img img{
    max-width: 100%;
}





@media screen and (max-width: 800px){
	.type_sec_colours img{
		max-width: 100%;
	}
	.example_tabList_item{
		width: 19%;
	}
	.example_tabList_item img{
		width: 100%;
	}
	.example_tabContList_item img{
		max-width: 100%;
	}
	.example_tabContList_item{
		width: 48.5%; 
	}
	.example_tabContList.col3 .example_tabContList_item{
		width: 32%;
	}
}

@media screen and (min-width: 761px){
	.type_series_tab_item.active {
	    position: relative;
	    bottom: -1px;
	    color: #000;
	    border-color: #eeeded;
	    border-bottom-color: #fff;
	    background-color: #fff;
	    padding: 10px 34px;
	}
}

@media screen  and (max-width: 760px){

	.type_sec{
		padding: 16px 5vw 40px;
	}
	.type_sec_title br{
		display: none;
	}
	.type_sec_title{
		width: 100%;
		max-width: 100%;
		margin-bottom: 3.875vw;
		padding-top: 8.625vw;
	}
	.type_sec_title--series{
		width: 56.8%;
		margin-bottom: 1.875vw;
		padding-top: 1vw;
	}
	.type_sec_title img{
		width: 100%;
	}
	.type_sec_title_top{
		display: flex;
	    align-items: center;
	    position: absolute;
	    justify-content: center;
	    top: 20%;
		font-size: 5vw;
		width: 100%;
	}
	.type_sec_title_top span{
		font-size: 60%;
	}
	.type_sec_title_length{
		font-size: 4.5vw;
	}
	.type_sec_title_status{
		font-size: 3.75vw;
	}
	.type_sec_title_bottom {
	    bottom: -5%;
	    left: 0;
	    width: 100%;
	}
	.type_img{
		width: 90%;
		margin: 0 auto 3vw;
	}
	.type_img img{
		max-width: 100%;
	}

	.type_col2{
		justify-content: center;
	}
	.type_sec_table th, 
	.type_sec_table td{
		font-size: 3vw;
		line-height: 1.45;
	}
	.type_sec_table th{
		width: 8em;
	}
	.type_sec_table + .type_sec_colours.col4{
		width: 100%;
		padding-top: 3vw;
	}
	.type_sec_table + .type_sec_colours.col4 img{
		max-width: 80%;
	}
	.type_sec_colours.col4 li{
		text-align: center;
		margin-right: 1%;
	}
	.type_sec_colours figcaption{
		font-size: 2.75vw;
		font-feature-settings: "palt";
		line-height: 1.2;
		padding-top: 1vw;
	}
	.type_sec_table .type_sec_table_price{
		font-size: 4.2vw;
	}
	.type_sec_table .type_sec_table_price span{
		font-size: 3vw;
	}

	.type_strength_box--merit dl{
		width: 100%;
	}
	.type_strength_box dt{
		font-size: 3.25vw;
		padding: 1.5vw 2.5vw 1vw;
	}
	.type_strength_box dd{
		font-size: 2.75vw;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		padding: 0;
	}
	.type_strength_box dd li br{
		display: none;
	}


	.type_series{
		width: 100%;
	}
	.type_series_containar{
		padding-top: 3.675vw;	
	}
	.type_series_box_title{
		font-size: 4.5vw;
		text-align: center;
		margin-bottom: 3.25vw;
		padding: 0 0 2.5vw;
	}
	.type_series_box_title_num{
		font-size: 5vw;
	}
	.type_series_box_title_status{
		font-size: 4.5vw;
	}
	.type_series_box_txt{
		margin-bottom: 3.25vw;
	}
	.type_series_box_txts{
		font-size: 3.5vw;
	}

	.type_series_tab{
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 1.12vw;
	}
	.type_series_tab_item{
		width: 48.5%;
		margin: 0 0 1.25vw 0;
		padding: 4.5vw 2.25vw 3vw;
	}
	.type_series_tab_item.active{
		color: #000;
		border-color: #000;
		background-color: #fff;
	}
	.type_series_tab_item:after{
		width: 3.25vw;
		height: 3.25vw;
	}

	.type_series_tab_item_txt,
	.type_series_tab_item_txt_category{
		font-size: 3.5vw;
	}
	.type_series_tab_item_txt_category{
		display: inline;
	}
	.type_strength_box--merit{
		justify-content: center;
		margin-bottom: 6vw;
	}
	.type_strength_box--merit .type_sec_colours{
		padding-top: 4vw;
	}

	.hikaku figcaption p{
		font-size: 2.75vw;
		margin-bottom: 1vw;
	}


	.type_series_box_img{
		width: 71.25%;
	}
	.type_series_box_img.col3{
		width: 95%;
	}
	.type_sec_colours.pos{
		position: static;
	}
	.type_sec_colours.pos.col2,
	.type_sec_colours.pos.col4{
		transform: translateY(0%);
		padding-top: 3vw;		
	}

	.type_sec_colours.col2 li{
		width: 24%;
	}

}


/* ================================

	よくある質問

================================== */

.question{
	overflow: hidden;
	font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border: 1px solid #e9e7df;
	border-radius: 15px;

	max-width: 666px;
	margin: 0 auto;
}
.question_title{
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	background-color: #2b578d;

	border-bottom: 1px solid #1b4579;
	padding: 17px 12px 16px;
}
.question_title:before{
	content: 'Q';
	font-size: 2.6rem;
	font-weight: bold;
	margin-right: 18px;
}
.question_title:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	transition: all .4s;
	transform: rotate(-45deg) translateY(-50%);

	border-right: 6px solid #fff;;
	border-bottom: 6px solid #fff;
	width: 10px;
	height: 10px;
}

.question_title.active:after{
	transform: rotate(50deg) translate(-37%,-6px);
}
.question_box{
	display: none;
	background-color: #fff;
	padding: 23px 45px 23px 80px;
}
.question_box:last-of-type{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


.question_box_txts{
	position: relative;
	color: #2b578d;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.question_box_txts:before{
	content: 'A';
	position: absolute;
    top: 0;
    left: calc(-1.2em);
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}
.question_box_img{
	margin: 1em 0;
}
.question_box_txt a{
	color: #00e;
}
.question_box_txt a:hover{
	text-decoration: none;
}

@media screen and (max-width: 760px){
	.question{
		width: 90vw;
	}

	.question_title{
		font-size: 3.25vw;
		text-indent: calc(-1.48em);
		line-height: 1.3;
		padding: 3.625vw 8vw 3.2vw;
	}
	.question_title:before{
		font-size: 3.25vw;
		margin-right: 2.25vw;
	}

	.question_title:after{
		border-right: 3px solid #fff;
	    border-bottom: 3px solid #fff;
	    width: 2vw;
	    height: 2vw;
	}

	.question_box{
		border: 1px solid #2b578d;
		padding: 4vw 8vw;
	}
	.question_box_txts{
		font-size: 3.25vw;
		line-height: 1.6;
	}
	.question_box_txts:before{
		font-size: 3.5vw;
	}
}

/* ================================

	施工方法

================================== */

.method{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	background-color: #fffdf4;
	padding: 16px;
}
.method:after{
	content: '';
	display: block;
	width: 242px;
}
.method_item{
	background-color: #fff;
	border: 1px solid #e9e7df;
	width: 242px;
	margin-bottom: 27px;
}
.method_item--example{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*width: 100%;*/
	width: 507px;
}
.method_box{
	position: relative;
	font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	max-width: 240px;
	padding-bottom: 6px;
}

.method_box + .method_box,
.method_box + .method_box + .method_box{
	padding-top: 34px;
}

.method_box_img{
	margin-bottom: 5px;
}
.method_box_img--bubble{
	margin: 17px 0 21px;
}
.method_box_img.col2{
	display: flex;
	justify-content: space-between;
}
.method_box_title{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}
.method_box_title--single{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f0cf5a;
	padding: 7.5px 5px;
}
.method_box_title--sarahturf{
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	border-radius: 15px;
	background-color: #057705;
	padding: 4px 8px;
}
.method_box_title--sarahturfSoft{
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	border-radius: 15px;
	background-color: #ffb534;
	padding: 4px 8px;
}

.method_box_txt{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.428;
	padding: 0 6px;
}

@media screen and (max-width: 760px){
	.method{
		background-color: #fff;
		padding: 10px;
	}
	.method_item{
		width: 100%;
		margin-bottom: 1.375vw;
		padding: 1.75vw 1.875vw;
	}
	.method_box{
		position: relative;
		display: flex;
		align-items: flex-start;
		max-width: 100%;
		padding: 0;
	}
	.method_box_img{
		width: 28%;
		margin: 0 0.625vw 0 0;
	}
	.method_box_img:last-child{
		margin: 0;
	}
	.method_box_img img{
		max-width: 100%;
	}
	.method_box_detail{
		max-width: 71%;
		padding-left: 2.5vw;
	}
	.method_box_title--single{
		position: static;
		display: inline-block;
		font-size: 3.25vw;
		text-align: center;
		min-width: 30vw;
		margin-bottom: 1.875vw;
		padding: 1.5vw 2vw 1vw;
	}
	.method_box_title--sarahturf,
	.method_box_title--sarahturfSoft{
		top: 0;
		left: 0;
		transform: translate(0, -100%);
		font-size: 3.125vw;
	}

	.method_box_txt{
		font-size: 3vw;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		padding: 0;
	}

	/* サラターフの場合 */
	.method_box + .method_box, 
	.method_box + .method_box + .method_box{
		padding: 1.25vw 0 0 0;
	}
	.method_box + .method_box + .method_box{
		margin-bottom: 0;
	}
	.method_item--example .method_box{
		margin-bottom: 9.25vw;
	}
	.method_box_img + .method_box_img + .method_box_detail{
		width: 42%;
	}
	.method_box_img + .method_box_img + .method_box_detail .method_box_txt{
		font-size: 2.75vw;
	}
	.method_box_img.col2{
		flex-direction: column;
	}

	/* 1枚 + 2枚 */
	.method_box_img--multi{
	    width: 37%;
	}
	.method_box_img.col2{
		justify-content: flex-start;
    	width: 14.6%;
	}
	.method_box_img.col2 > div:first-child{ margin-bottom: .625vw; }
	.method_box_img.col2 + .method_box_detail{
		width: 47%;
	}

	/* 吹き出し用 */
	.method_box_img--over01{
		width: 45%;
	}
	.method_box_img--over01 + .method_box_detail{
		width: 54%;
	}
	.method_box_img--over02{
		width: 38%;
	}
	.method_box_img--over02 + .method_box_img + .method_box_detail{
		width: 61%;
	}
}


/* ================================

	施行例
	
================================== */

.example{
	padding: 19px;	
}
.example_title{
	font-size: 3.6rem;
	font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px dashed #a3a3a3;
	margin-bottom: 24px;
	padding: 0 0 11px 35px;
}

.example_tabList{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #eeeded;
	border-bottom: none;
	background-color: #fff;
	padding: 11px 12px;
}

.example_tabList_item.active img,
.example_tabList_item:hover img{
	opacity: 0
}

.example_tabList_item:nth-child(1){
	background: url('../img/example/garden02.png');
	background-size: cover;
}
.example_tabList_item:nth-child(2){
	background: url('../img/example/rooftop02.png');
	background-size: cover;
}
.example_tabList_item:nth-child(3){
	background: url('../img/example/kinder02.png');
	background-size: cover;
}
.example_tabList_item:nth-child(4){
	background: url('../img/example/indoor02.png');
	background-size: cover;
}
.example_tabList_item:nth-child(5){
	background: url('../img/example/golf02.png');
	background-size: cover;
}

.example_tabArea{
	border: 1px solid #eeeded;
	border-top: none;
	background-color: #fff;
	padding: 9px 12px 11px;
}
.example_tabCont{

}
.example_tabCont:nth-child(n+2){
	display: none;
}
.example_tabContList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 22px;
}
.example_tabContList.col3{
	padding: 0;
}
.example_tabContList_item{
	position: relative;
	width: 100%;
	max-width: 320px;
	margin-bottom: 20px;
}
.example_tabContList.col3 .example_tabContList_item{
	width: 32.61%;
}
.example_tabContList_item.center{
	margin: 0 auto 20px;
}
.example_tabContList_item.tac{
	text-align: center;
}
.example_tabContList_item figure{
	display: inline-block;
	position: relative;
}
.example_txt{
	position: absolute;
	top: -4px;
	left: 15px;

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

	font-size: 1.2rem;
	font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: bold;
	line-height: 1;

	background: url('../img/example/ribbon.png') 0 0 no-repeat;
	background-size: cover;
	
	width: 98px;
	height: 48px;
}
.example_txt span{
	display: block;
	
	font-size: 1.7rem;
	margin-top: 3px;
}

.example_txt--over{
	font-size: 1.1rem;
}

.example_txt--over span{
	font-size: 1.5rem;
	margin: 0;
}

@media screen and (max-width: 760px){
	#section04 .section_txt{
		margin-bottom: 0;
		padding: 3.375vw 0 4vw;
	}
	.example{
		padding: 0 10px;
	}

	.example_tabList{
		border: none;
		margin-bottom: 4.375vw;
		padding: 0 1.375vw;
	}
	.example_tabList_item{
		width: 32%;
		margin-bottom: 2%;
	}
	.example_tabList:after{
		content: '';
		display: block;
		width: 32%;
	}
	.example_tabArea{
		border-top: 1px solid #eeeded;
		padding: 4.75vw 2.125vw;
	}


	.example_title{
		font-size: 5vw;
		margin-bottom: 3vw;
		padding: 0 0 2.125vw 4vw;
	}

	.example_tabContList{
		padding: 0 4.125vw
	}
	.example_tabContList_item,
	.example_tabContList_item.center{
		width: 49%;
		margin-bottom: 1.5vw;
	}

	.example_txt{
		left: 2%;
		font-size: 2.5vw;
		background-size: contain;
		width: 20vw;
		height: 9.8vw;
	}
	.example_txt span{
		font-size: 3.25vw;
	}
}

/* ================================

    メンテナンス

================================== */

.mainte{
	padding: 0 16px;
}
.mainte_inner{
	border: 1px solid #eeeded;
	background-color: #fff;
	padding: 22px 6px;
}
.mainte_caution{
	text-align: center;
}
.mainte_caution_list{
	display: inline-block;
}
.mainte_caution_list li{
	text-align: left;
}
.mainte_caution_txt{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 5px;
}
.mainte_caution_list{
	font-size: 1.6rem;;
	font-weight: 800;
	line-height: 1.375;
}

/* 日常のメンテナンス */

.mainte_everyday{
	
}
.mainte_everyday_title{
	font-size: 1.6rem;
	font-weight: 800;
}
.mainte_everyday_txt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.6rem;
	margin-bottom: 18px;
}

.mainte_everyday_sec{
	margin-bottom: 30px;
	padding: 0 15px 0  40px;
}
.mainte_everyday_sec:last-of-type{
	margin-bottom: 0;
}
.mainte_everyday_sec_title{
	color: #4e8d2b;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	border-bottom: 2px dashed #95ba8a;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.mainte_everyday_sec_txt{
	font-size: 1.6rem;
	line-height: 1.375;
}
.mainte_everyday_sec_img{
	width: 172px;
}
.mainte_everyday_sec_img div{
	margin-bottom: 6px;
}
.mainte_everyday_sec_img div:last-child{
	margin-bottom: 0;
}
.mainte_everyday_sec_img img{
	max-width: 100%;
}
.mainte_everyday_sec_img a:hover{
	opacity: 0.7;
}

.mainte_everyday_sec_col2{
	display: flex;
	justify-content: space-between;
}
.mainte_everyday_sec_col2 .mainte_everyday_sec_txt{
	width: calc(100% - 192px);
}

.mainte_everyday_sec_txt dt{
	font-weight: 800;
}
.mainte_everyday_sec_txt dd{
	padding-left: 1em;
	margin-bottom: 21px;
}
.mainte_everyday_sec_txt dd:last-child{
	margin-bottom: 0;
}
.mainte_everyday_sec_txt dd a{
	color: #000;
	font-weight: 800;
	text-decoration: none;
}
.mainte_everyday_sec_txt dd a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 760px){
	.mainte{
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		padding: 0 10px;
	}
	.mainte_inner{
		padding: 3.25vw 1.875vw;
	}
	.mainte_caution{
		text-align: left
	}
	.mainte_caution_txt{
		font-size: 3.5vw;
		text-align: center;
		margin-bottom: 3.25vw;
	}

	.mainte_caution_list{
		font-size: 3.5vw;
		margin-bottom: 5.625vw;
	}

	.mainte_everyday_sec{
		padding-left: 0;
	}

	.mainte_everyday_title{
		font-size: 3.5vw;
		line-height: 1;
		margin-bottom: 2.5vw;
	}
	.mainte_everyday_txt{
		font-size: 3.25vw;
		line-height: 1.38;
		margin-bottom: 4vw;
	}

	.mainte_everyday_sec{
		margin-bottom: 3.75vw;
	}
	.mainte_everyday_sec_title{
		font-size: 3.75vw;
		margin-bottom: 1.625vw;
		padding-bottom: 1.875vw;
	}
	.mainte_everyday_sec_txt{
		font-size: 3vw;
	}
	.mainte_everyday_sec_img{
		width: 22%;
		margin-left: 2.125vw;
	}
	.mainte_everyday_sec_col2 .mainte_everyday_sec_txt{
		width: 74%;
	}
	.mainte_everyday_sec_txt dd{
		margin-bottom: 3.625vw;
	}
	.mainte_everyday_sec_img div{
		margin-bottom: 4.25vw;
	}
}

/* ================================

	Footer
    
================================== */

#footer{
	position: relative;
}
.footer_btn{
	position: absolute;
	bottom: 11px;
	right: 24px;
}

@media screen and (max-width: 800px){
	#footer img{
		max-width: 100%;
	}
	.footer_btn{
		bottom: 1.375vw;
		right: 3vw;
		width: 45%;
	}
}
@media screen and (max-width: 760px){
	#footer{
		margin-top: 7.5vw;
	}
}


/* ================================

    コンタクトボタン - 
        無料サンプル
        無料お見積り依頼
        メールでお問合せ

================================== */

.contactBtn{
    padding: 35px 0;
}
.contactBtn_list{
    display: flex;
    justify-content: center;
}
.contactBtn_list_btn{
    
}

@media screen and (max-width: 760px){
	.contactBtn{
		padding: 5.125vw 0;
	}
	.contactBtn_list{
		padding: 0 10px;
	}
	.contactBtn_list_btn{
		width: 33%;
	}
	.contactBtn_list_btn img{
		max-width: 100%;
	}
}



/* ================================

    コンタクトボタン - 
        無料サンプル
        無料お見積り依頼
        メールでお問合せ

================================== */



#topBtn{
	transition: all .4s;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

@media screen and (max-width: 760px){
	#topBtn.active{
		bottom: 9%;
	}
}