@charset "utf-8";

@media screen and (max-width: 960px) { .pc{ display:none!important;}}
@media screen and (min-width: 959px) { .sp{ display:none!important;}}
.lineup_link{ display: inline-block; margin-top: 5px; padding-top: 0;}
.f-blue{ color: #0099d9;}
.f-pink{ color: #e95383;}
.f-green{ color: #72af43;}
.f-purple{ color: #715094;}
.btn.gold a{ color:#a69128; border: 1px solid #a69128;}
.btn.gold a:before{ border-top: 1px solid #a69128; border-right: 1px solid #a69128;}
 p.btn.gold a:hover{background: #a69128;}
 p.btn.blue a:hover{background: #0599db;}
.btn.blue a{ color:#0599db; border: 1px solid #0599db;}
.btn.blue a:before{ border-top: 1px solid #0599db; border-right: 1px solid #0599db;}
 p.btn.blue a:hover{background: #0599db;}
.f11{ font-size: 11px;}
.f12{ font-size: 12px;}
.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px; line-height: 1.4;}
.f20{ font-size: 20px; line-height: 1.4;}
.f22{ font-size: 22px; line-height: 1.4;}
.f24{ font-size: 24px; line-height: 1.4;}
.f28{ font-size: 28px; line-height: 1.4;}
.f30{ font-size: 30px; line-height: 1.4;}
.f32{ font-size: 32px; line-height: 1.4;}
.f38{ font-size: 38px; line-height: 1.4;}
.f40{ font-size: 40px; line-height: 1.4;}
.f42{ font-size: 42px; line-height: 1.4;}
@media screen and (max-width: 960px){
	.f12{ font-size: 11px;}
	.f14{ font-size: 12px;}
	.f15{ font-size: 14px;}
	.f16{ font-size: 14px;}
	.f18{ font-size: 16px;}
	.f20{ font-size: 18px;}
	.f22{ font-size: 20px;}
	.f24{ font-size: 20px;}
	.f28{ font-size: 22px;}
	.f30{ font-size: 24px;}
	.f32{ font-size: 26px;}
	.f38{ font-size: 28px;}
	.f40{ font-size: 20px;}
	.f42{ font-size: 30px;}
	.sp-t-center{ text-align: center;}
}
h2,h3,h4,h5,h6{ font-weight: normal;}
.font {
    font-family:"ヒラギノ明朝 Pro W3","Hiragino font Pro","TakaoEx明朝",TakaoExfont,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif;
    position: relative;
    font-weight: normal;
}
.gothic{
	font-family: 'メイリオ', Meiryo, verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
small {
    font-size: small;
    vertical-align: 4px;
}
.wauto {}
.pc {}
.sp {display:none;}
.site_container_inner{
	max-width:100%;
	margin: 0;
	}
.breadcrumbs{
	margin-bottom:40px;
}
#page_header{
	margin-bottom:0;
}
body.page .site_container {padding-top: 0;}
.main_column {
	float: none;
	width: 100%;
}
.inner{
	max-width:960px;
	margin:0 auto;
}
.t-center{ text-align: center;}
.t-left{ text-align: left;}
.t-right{ text-align: right;}
h1#page_header{
	margin:0 20px 20px;
}

/* ▼▼ 共通
------------------------------------ */
.main{
	margin: 0 auto 100px;
	clear:both;
	font-size: 14px;
	line-height: 1.6;
	}
	.sp_cont{
		max-width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
		box-sizing: content-box;
	}

.t_center{text-align:center;}
.kome {font-size: 12px;}
.flex_box {display: flex;}
.t_ind{
	padding-left: 1em;
	text-indent: -1em;
}
section {padding: 60px 0;}

/* メイン
------------------------------------ */
#page_header{ color: #765c8f;}
.main h2.spimg{
	text-align:center;
/*	margin-bottom:50px;*/
	}
	.main img{
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		}
.main .read_box{
	align-items: center;
	margin-bottom: 50px;
	}
	.main .read_box p:nth-child(1){
		width: 336px;
		margin-right: 5%;
	}
	.main .read_box p:nth-child(2){
		width: calc(100% - 336px);
		font-size: 18px;
		line-height: 2;
	}

	/* 商品ボタン */
	p.btn a {
		display: inline-block;
		border: 1px solid #78848b;
		padding: 8px 30px;
		color: #78848b;
		font-size: 15px;
		transition: .3s;
		position: relative;
		}
		 p.btn a::before {
			display: inline-block;
			content: "";
			width: 8px;
			height: 8px;
			border-top: 1px solid #78848b;
			border-right: 1px solid #78848b;
			margin-right: 10px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			vertical-align: 1px;
			}
			 p.btn a:hover {
				background: #78848b;
				color: #fff!important;
				}
				 p.btn a:hover::before{
					border-top: 1px solid #fff!important;
					border-right: 1px solid #fff!important;
				}

/* バナー
------------------------------------ */
.bnr_list{
	width:905px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
	.bnr_list li{
		float:right;
		font-size:130%;
		font-weight:bold;
		width:430px;
		}
		.bnr_list li:first-child{
			float:left;
			}
			.bnr_list li img{
				width: 100%;
				margin-bottom:5px;
				}
@media screen and (max-width: 960px){
	.pc {display:none;}
	.sp {display:inherit;}

	/* ▼▼ 共通
	------------------------------------ */
	.main {margin-bottom: 60px;}
	.sp_cont {padding: 0 15px;}
	.flex_box {display: block;;}
	section {padding: 40px 0;}

	/* メイン
	------------------------------------ */
	.main h2{
		margin-bottom:30px;
		}
	.main h2.spimg{
		margin-bottom:30px;
		}
		.main .read{
			margin-bottom: 0;
			text-align: left;
			}
	.main .read_box{
		margin-bottom: 30px;
		}
		.main .read_box p:nth-child(1){
			width: 80%;
			margin: 0 auto;
		}
		.main .read_box p:nth-child(2){
			width: 100%;
			font-size: 14px;
		}

	
	/* バナー
	------------------------------------ */
	.bnr_list{
		width:100%;
		margin:0 auto;
		box-sizing: border-box;
		}
		.bnr_list li{
			float:right;
			font-size:115%;
			font-weight:bold;
			width:49%;
			}
			.bnr_list li:first-child{
				float:left;
			}
			.bnr_list li img{
				margin-bottom:5px;
				width:100%;
				height:auto;
				}
}

.caution{ font-size: 12px; padding-left: 1em; text-indent: -1em;}
.bd-dot{
	padding-bottom: 15px;
	border-bottom: 1px dotted #4b4b4c;
	margin-bottom: 15px;
}


ul.product-list li{
	font-size: 14px;
	text-align: center;
	margin: 0 0.3% 40px;
}
ul.product-list li:first-child{ margin-left: 0;}
ul.product-list li:last-child{ margin-right: 0;}
ul.product-list li figure{
	min-height: 204px;
	margin-bottom: 30px;
}
ul.product-list li p{
	font-size: 14px;
	margin-bottom: 10px;
}
section span.bd-dash{
	border: 1px dashed #000;
	display: inline-block;
	padding: 1px 5px;
}

@media screen and (max-width: 960px){
	.caution{ font-size: 11px;}
	ul.product-list{ display: block;}
	ul.product-list li{
		width: 100%;
		margin: 0 0 20px;
	}
	ul.product-list li h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	ul.product-list li figure.t-left{ justify-content: center;}
}


/* ▼▼ コンテンツ
===================================== */
/* sec01
------------------------------------ */

.lead{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 2.2;
	padding: 0 30px;
}
.table-scroll{
	position: relative;
	overflow: visible!important;
}
.table-scroll a{
	position: absolute;
	left: 0;
	width: 25%;
	height: 29.8%;
	display: block;
}
.table-scroll a.anc1{ top: -3.4%;}
.table-scroll a.anc2{ top: 26%;}
.table-scroll a.anc3{ top: 55.6%;}
.table-scroll figure{ text-align: right;}
section{ font-size: 14px; line-height: 1.8; padding: 0 30px;}
section figure{ text-align: center;}
section figure figcaption{ text-align: left;}
section .main_img{
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

section{
	text-align: left;
	padding: 65px 0 55px;
}
section.sec01,section.sec02,section.sec03{ border-bottom: 1px solid #000;}
.read2_img1{
	display: flex;
	justify-content: space-between;
}
.read2_img1 h2,.read2_img1 p,.read2_img1 figure{ margin-bottom: 65px;}
.read2_img1 p{
	margin: 0 3% 0 5%;
}

section .clm2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
section .clm2 div{ width: 50%;}
section .clm2 div:nth-child(1){ padding-right: 30px;}
section .clm2 div:nth-child(2){ padding-left: 30px;}
section.sec01 .clm2 div:nth-child(2){ border-left: 1px dotted #d6a7bc;}
section.sec02 .clm2 div:nth-child(2){ border-left: 1px dotted #ecbb56;}
section.sec03 .clm2 div:nth-child(2){ border-left: 1px dotted #92acd8;}
section .clm2 div h4{ margin-bottom: 15px;}
section .clm2 div figure{ margin-bottom: 10px;}
section .clm2 div h5{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
section ol.clm3{
	display: flex;
	flex-wrap: wrap;
}
section ol li{
	font-size: 14px;
	box-sizing: border-box;
	padding-right: 1%;
	display: flex;
	margin-bottom: 35px;
}
section ol li:nth-child(3n){ padding-right: 0;}
section.sec01 ol li{ width: 37.5%;}
section.sec01 ol li:nth-child(3n){ width: 25%;}
section.sec02 ol li{ width: 27%;}
section.sec02 ol li:nth-child(3n+2){ width: 38%;}
section.sec02 ol li:nth-child(3n+3){ width: 35%;}
section ol li em{
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	display: block;
	border: 1px solid #484848;
	background: #fff;
	font-style: normal;
	margin-right: 10px;
}
section ol li div{ flex: 1;}
section ol li div p span{ border: 1px dotted #000;}

.sec03 .imgleft{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03 .imgleft div{
	margin: 0 5%;
}
.sec04 dl.logo_left{
	display: flex;
}
.sec04 dl.logo_left dt{
	padding: 10px 4% 20px 0;
}
.sec04 dl.logo_left dd{ flex: 1; margin-bottom: 20px;}
.sec04 .img2{
	display: flex;
	justify-content: center;
}
.sec04 .flow > li{
	display: flex;
}
.sec04 .flow li h3{
	position: relative;
	padding-bottom: 40px;
	margin-right: 45px;
}
.sec04 .flow li h3 img{ position: relative; z-index: 2;}
.sec04 .flow li h3:after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 90px;
	width: 5px;
	height: 100%;
	background: #e1f3fc;
	display: block;
}
.sec04 .flow li:last-child h3:after{ content: none;}
.sec04 .flow li .rightcol{
	padding-top: 60px;
	padding-bottom: 40px;
	flex: 1;
}
.sec04 .flow li .rightcol .imgright{
	display: flex;
	justify-content: space-between;
}
.sec04 .flow li .rightcol .imgright .leftcol{
	flex: 1;
	margin-bottom: 10px;
}
.sec04 .flow li .rightcol .imgright figure{
	width: 45%;
	margin: 0 0 30px 30px;
}
.sec04 .flow li .bg-beige{
	padding: 50px 100px;
	border-radius: 20px;
	background: #fcf3ed;
	position: relative;
	display: flex;
	justify-content: center;
}
.sec04 .flow li .bg-beige h5{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.sec04 .flow li .bg-beige dl{ flex: 1;}
.sec04 .flow li .bg-beige dl dt{ margin-bottom: 20px;}
.sec04 .flow li .bg-beige dl dd p{
}
.sec04 .flow li .bg-beige figure{
	width: 25%;
	text-align: left;
	margin-left: 50px;
}
.sec05 .main2{
	position: relative;
}
.sec05 .main2 div{
	text-align: left;
	position: absolute;
	left: 47.3%;
	bottom: 5%;
	width: 380px;
}
.sec05 .cont1{
	display: flex;
	justify-content: flex-end;
}
.sec05 .cont1 figure{
	margin-right: 70px;
	margin-bottom: 105px;
}
.sec05 .cont1 dl{
	flex: 1;
	padding: 85px 20px 40px 40px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 105px;
}
.sec05 .cont1 dl:before,.sec05 .cont1 dl:after{
	content: "";
	position: absolute;
	display: block;
	background: #75a9db;
}
.sec05 .cont1 dl:before{
	top: 25px;
	right: 0;
	width: 104%;
	height: 1px;
}
.sec05 .cont1 dl:after{
	top: 0;
	left: 0;
	width: 1px;
	height: 95%;
}
.sec05 .cont1 dl dt{ margin-bottom: 40px;}
.sec05 .cont2{
	position: relative;
	margin-bottom: 25px;
}
.sec05 .cont2 dl{
	position: absolute;
	top: 100px;
	left: 55px;
	width: 36%;
}
.sec05 .cont2 dl dt{ margin-bottom: 40px;}
.sec05 .cont2 dl dd{ font-size: 16px;}
.sec05 ol.product-list li{ width: 33.33%;}




/* リンク
------------------------------------ */
.link_list {
	margin-bottom: 0px;
	font-size: 12px;
	}
	.link_list span {
		font-size: 14px;
		font-weight: bold;
		}
		.link_list a {
			text-decoration: underline;
			}
			.link_list a.decoration_none {
				text-decoration: none;
				}
				.link_list a::after {
					display: inline-block;
					content: "／";
					margin-left: 5px;
					}
					.link_list a.decoration_none::after{
						content: "";
					}
					.link_list a.no::after {
						display: none;
						}
					.link_list a:hover {
						text-decoration: none;
						}
						.link_list a:last-child::after {
							display: none;
							}


@media screen and (max-width: 960px){
	.lead{
		display: block;
		line-height: 2;
		padding: 0;
	}
	.table-scroll{ max-width: 715px; width: 100%; overflow-x: auto!important; overflow-y: hidden!important; height: 590px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;}
	.table-scroll .scroll-hint-icon-wrap{ -ms-writing-mode: rl-tb; writing-mode: horizontal-tb;}
	.table-scroll figure{ position: relative;}
	.table-scroll figure > img{ height: 569px;}
	.table-scroll a{
		width: 25%;
		height: 30%;
	}
	section .main_img{
		clear: both;
		overflow: hidden;
		margin-bottom: 30px;
	}

	section{ padding: 30px 0;}

	section ol.clm3{ display: block;}
	section ol li{
		padding-right: 0;
		display: flex;
		margin-bottom: 35px;
	}
	section.sec01 ol li{ width: 100%;}
	section.sec01 ol li:nth-child(3n){ width: 100%;}
	section.sec02 ol li{ width: 100%;}
	section.sec02 ol li:nth-child(3n+2){ width: 100%;}
	section.sec02 ol li:nth-child(3n+3){ width: 100%;}

	.read2_img1{
		display: block;
	}
	.read2_img1 h2,.read2_img1 p{
		text-align: center;
		margin: 0 0 40px;
	}
	.sec03 .imgleft div{ margin: 0 0 0 3%;}
	.sec04 dl.logo_left{ display: block;}
	.sec04 .img2{
		display: block;
		margin-bottom: 30px;
	}
	.sec04 .flow > li{ display: block;}
	.sec04 .flow li h3{
		text-align: center;
		padding-bottom: 0;
		margin: 0;
	}
	.sec04 .flow li h3 img{ width: 93px;}
	.sec04 .flow li h3:after{ content: none;}
	.sec04 .flow li .rightcol{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.sec04 .flow li .rightcol .imgright{
		display: block;
	}
	.sec04 .flow li .rightcol .imgright .leftcol{
		flex: 1;
		margin-bottom: 10px;
	}
	.sec04 .flow li .rightcol .imgright figure{
		width: 70%;
		padding-top: 20px;
		margin: 0 auto 30px;
	}
	.sec04 .flow li .bg-beige{
		padding: 50px 5% 10px;
		display: block;
		margin-bottom: 40px;
	}
	.sec04 .flow li .bg-beige figure{
		width: 60px;
		padding-top: 30px;
		margin: 0 auto;
		text-align: center;
	}
	.sec05 .main2 div{
		position: static;
		padding: 20px 5%;
		width: 100%;
		box-sizing: border-box;
	}
	.sec05 .cont1{
		display: block;
	}
	.sec05 .cont1 figure{
		margin-right: 0;
		margin-bottom: 0;
	}
	.sec05 .cont1 dl{
		padding: 35px 20px 20px 20px;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.sec05 .cont1 dl:before{
		top: 15px;
	}
	.sec05 .cont1 dl dt{ margin-bottom: 20px;}
	.sec05 .cont2{
		padding-top: 30px;
		margin-bottom: 25px;
	}
	.sec05 .cont2 dl{
		position: static;
		width: 100%;
	}
	.sec05 .cont2 dl dt{
		padding: 0 15%;
		margin-bottom: 30px;
	}
	.sec05 .cont2 dl dd{ font-size: 15px;}
	.sec05 ol.product-list li{ width: 100%;}
	
	
}

