@charset "utf-8";
/**
 * style.css
 */

/* reset
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
/* img */
img,
/*box*/
div, p, blockquote,
/* heading */
h2, h3, h4, h5, h6,
/* list */
ul, ol, li, dl, dt, dd,
/* form */
form, fieldset, textarea,
/* address */
address,
/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}
/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* table */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
caption{
	text-align: left;
}
/* a */
a, a:focus, a:hover, a:active {
	outline: none;
}
a {
	color: #7d7d7d;
	text-decoration: none;
}
.noT a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
	outline: none;
}
/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
	background: #b2d7fe;
}

* {
	min-height: 0%;
	word-break: break-all;
}


/* utility
--------------------------------------------------*/
/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

@media only screen and (max-width:767px) {
	.al_sp { text-align: left !important; }
	.ar_sp { text-align: right !important; }
	.ac_sp { text-align: center !important; }
}

/* margin-top */
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
/* margin-right */
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
/* margin-bottom */
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
/* margin-left */
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
/* padding-top */
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }
/* padding-right */
.pr00 { padding-right: 0px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }
/* padding-bottom */
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }
/* padding-left */
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }

@media only screen and (min-width:768px) {
	/* margin-top */
	.mt00_pc { margin-top: 0px !important; }
	.mt05_pc { margin-top: 5px !important; }
	.mt10_pc { margin-top: 10px !important; }
	.mt15_pc { margin-top: 15px !important; }
	.mt20_pc { margin-top: 20px !important; }
	.mt25_pc { margin-top: 25px !important; }
	.mt30_pc { margin-top: 30px !important; }
	.mt35_pc { margin-top: 35px !important; }
	.mt40_pc { margin-top: 40px !important; }
	.mt45_pc { margin-top: 45px !important; }
	.mt50_pc { margin-top: 50px !important; }
	.mt55_pc { margin-top: 55px !important; }
	.mt60_pc { margin-top: 60px !important; }
	.mt65_pc { margin-top: 65px !important; }
	.mt70_pc { margin-top: 70px !important; }
	.mt75_pc { margin-top: 75px !important; }
	.mt80_pc { margin-top: 80px !important; }
	.mt85_pc { margin-top: 85px !important; }
	.mt90_pc { margin-top: 90px !important; }
	.mt95_pc { margin-top: 95px !important; }
	.mt100_pc { margin-top: 100px !important; }
	/* margin-right */
	.mr00_pc { margin-right: 0px !important; }
	.mr05_pc { margin-right: 5px !important; }
	.mr10_pc { margin-right: 10px !important; }
	.mr15_pc { margin-right: 15px !important; }
	.mr20_pc { margin-right: 20px !important; }
	.mr25_pc { margin-right: 25px !important; }
	.mr30_pc { margin-right: 30px !important; }
	.mr35_pc { margin-right: 35px !important; }
	.mr40_pc { margin-right: 40px !important; }
	.mr45_pc { margin-right: 45px !important; }
	.mr50_pc { margin-right: 50px !important; }
	.mr55_pc { margin-right: 55px !important; }
	.mr60_pc { margin-right: 60px !important; }
	.mr65_pc { margin-right: 65px !important; }
	.mr70_pc { margin-right: 70px !important; }
	.mr75_pc { margin-right: 75px !important; }
	.mr80_pc { margin-right: 80px !important; }
	.mr85_pc { margin-right: 85px !important; }
	.mr90_pc { margin-right: 90px !important; }
	.mr95_pc { margin-right: 95px !important; }
	.mr100_pc { margin-right: 100px !important; }
	/* margin-bottom */
	.mb00_pc { margin-bottom: 0px !important; }
	.mb05_pc { margin-bottom: 5px !important; }
	.mb10_pc { margin-bottom: 10px !important; }
	.mb15_pc { margin-bottom: 15px !important; }
	.mb20_pc { margin-bottom: 20px !important; }
	.mb25_pc { margin-bottom: 25px !important; }
	.mb30_pc { margin-bottom: 30px !important; }
	.mb35_pc { margin-bottom: 35px !important; }
	.mb40_pc { margin-bottom: 40px !important; }
	.mb45_pc { margin-bottom: 45px !important; }
	.mb50_pc { margin-bottom: 50px !important; }
	.mb55_pc { margin-bottom: 55px !important; }
	.mb60_pc { margin-bottom: 60px !important; }
	.mb65_pc { margin-bottom: 65px !important; }
	.mb70_pc { margin-bottom: 70px !important; }
	.mb75_pc { margin-bottom: 75px !important; }
	.mb80_pc { margin-bottom: 80px !important; }
	.mb85_pc { margin-bottom: 85px !important; }
	.mb90_pc { margin-bottom: 90px !important; }
	.mb95_pc { margin-bottom: 95px !important; }
	.mb100_pc { margin-bottom: 100px !important; }
	/* margin-left */
	.ml00_pc { margin-left: 0px !important; }
	.ml05_pc { margin-left: 5px !important; }
	.ml10_pc { margin-left: 10px !important; }
	.ml15_pc { margin-left: 15px !important; }
	.ml20_pc { margin-left: 20px !important; }
	.ml25_pc { margin-left: 25px !important; }
	.ml30_pc { margin-left: 30px !important; }
	.ml35_pc { margin-left: 35px !important; }
	.ml40_pc { margin-left: 40px !important; }
	.ml45_pc { margin-left: 45px !important; }
	.ml50_pc { margin-left: 50px !important; }
	.ml55_pc { margin-left: 55px !important; }
	.ml60_pc { margin-left: 60px !important; }
	.ml65_pc { margin-left: 65px !important; }
	.ml70_pc { margin-left: 70px !important; }
	.ml75_pc { margin-left: 75px !important; }
	.ml80_pc { margin-left: 80px !important; }
	.ml85_pc { margin-left: 85px !important; }
	.ml90_pc { margin-left: 90px !important; }
	.ml95_pc { margin-left: 95px !important; }
	.ml100_pc { margin-left: 100px !important; }

	/* padding-top */
	.pt00_pc { padding-top: 0px !important; }
	.pt05_pc { padding-top: 5px !important; }
	.pt10_pc { padding-top: 10px !important; }
	.pt15_pc { padding-top: 15px !important; }
	.pt20_pc { padding-top: 20px !important; }
	.pt25_pc { padding-top: 25px !important; }
	.pt30_pc { padding-top: 30px !important; }
	.pt35_pc { padding-top: 35px !important; }
	.pt40_pc { padding-top: 40px !important; }
	.pt45_pc { padding-top: 45px !important; }
	.pt50_pc { padding-top: 50px !important; }
	.pt55_pc { padding-top: 55px !important; }
	.pt60_pc { padding-top: 60px !important; }
	.pt65_pc { padding-top: 65px !important; }
	.pt70_pc { padding-top: 70px !important; }
	.pt75_pc { padding-top: 75px !important; }
	.pt80_pc { padding-top: 80px !important; }
	.pt85_pc { padding-top: 85px !important; }
	.pt90_pc { padding-top: 90px !important; }
	.pt95_pc { padding-top: 95px !important; }
	.pt100_pc { padding-top: 100px !important; }
	/* padding-right */
	.pr00_pc { padding-right: 0px !important; }
	.pr05_pc { padding-right: 5px !important; }
	.pr10_pc { padding-right: 10px !important; }
	.pr15_pc { padding-right: 15px !important; }
	.pr20_pc { padding-right: 20px !important; }
	.pr25_pc { padding-right: 25px !important; }
	.pr30_pc { padding-right: 30px !important; }
	.pr35_pc { padding-right: 35px !important; }
	.pr40_pc { padding-right: 40px !important; }
	.pr45_pc { padding-right: 45px !important; }
	.pr50_pc { padding-right: 50px !important; }
	.pr55_pc { padding-right: 55px !important; }
	.pr60_pc { padding-right: 60px !important; }
	.pr65_pc { padding-right: 65px !important; }
	.pr70_pc { padding-right: 70px !important; }
	.pr75_pc { padding-right: 75px !important; }
	.pr80_pc { padding-right: 80px !important; }
	.pr85_pc { padding-right: 85px !important; }
	.pr90_pc { padding-right: 90px !important; }
	.pr95_pc { padding-right: 95px !important; }
	.pr100_pc { padding-right: 100px !important; }
	/* padding-bottom */
	.pb00_pc { padding-bottom: 0px !important; }
	.pb05_pc { padding-bottom: 5px !important; }
	.pb10_pc { padding-bottom: 10px !important; }
	.pb15_pc { padding-bottom: 15px !important; }
	.pb20_pc { padding-bottom: 20px !important; }
	.pb25_pc { padding-bottom: 25px !important; }
	.pb30_pc { padding-bottom: 30px !important; }
	.pb35_pc { padding-bottom: 35px !important; }
	.pb40_pc { padding-bottom: 40px !important; }
	.pb45_pc { padding-bottom: 45px !important; }
	.pb50_pc { padding-bottom: 50px !important; }
	.pb55_pc { padding-bottom: 55px !important; }
	.pb60_pc { padding-bottom: 60px !important; }
	.pb65_pc { padding-bottom: 65px !important; }
	.pb70_pc { padding-bottom: 70px !important; }
	.pb75_pc { padding-bottom: 75px !important; }
	.pb80_pc { padding-bottom: 80px !important; }
	.pb85_pc { padding-bottom: 85px !important; }
	.pb90_pc { padding-bottom: 90px !important; }
	.pb95_pc { padding-bottom: 95px !important; }
	.pb100_pc { padding-bottom: 100px !important; }
	/* padding-left */
	.pl00_pc { padding-left: 0px !important; }
	.pl05_pc { padding-left: 5px !important; }
	.pl10_pc { padding-left: 10px !important; }
	.pl15_pc { padding-left: 15px !important; }
	.pl20_pc { padding-left: 20px !important; }
	.pl25_pc { padding-left: 25px !important; }
	.pl30_pc { padding-left: 30px !important; }
	.pl35_pc { padding-left: 35px !important; }
	.pl40_pc { padding-left: 40px !important; }
	.pl45_pc { padding-left: 45px !important; }
	.pl50_pc { padding-left: 50px !important; }
	.pl55_pc { padding-left: 55px !important; }
	.pl60_pc { padding-left: 60px !important; }
	.pl65_pc { padding-left: 65px !important; }
	.pl70_pc { padding-left: 70px !important; }
	.pl75_pc { padding-left: 75px !important; }
	.pl80_pc { padding-left: 80px !important; }
	.pl85_pc { padding-left: 85px !important; }
	.pl90_pc { padding-left: 90px !important; }
	.pl95_pc { padding-left: 95px !important; }
	.pl100_pc { padding-left: 100px !important; }
}

@media only screen and (max-width:767px) {
	/* margin-top */
	.mt00_sp { margin-top: 0px !important; }
	.mt05_sp { margin-top: 5px !important; }
	.mt10_sp { margin-top: 10px !important; }
	.mt15_sp { margin-top: 15px !important; }
	.mt20_sp { margin-top: 20px !important; }
	.mt25_sp { margin-top: 25px !important; }
	.mt30_sp { margin-top: 30px !important; }
	.mt35_sp { margin-top: 35px !important; }
	.mt40_sp { margin-top: 40px !important; }
	.mt45_sp { margin-top: 45px !important; }
	.mt50_sp { margin-top: 50px !important; }
	.mt55_sp { margin-top: 55px !important; }
	.mt60_sp { margin-top: 60px !important; }
	.mt65_sp { margin-top: 65px !important; }
	.mt70_sp { margin-top: 70px !important; }
	.mt75_sp { margin-top: 75px !important; }
	.mt80_sp { margin-top: 80px !important; }
	.mt85_sp { margin-top: 85px !important; }
	.mt90_sp { margin-top: 90px !important; }
	.mt95_sp { margin-top: 95px !important; }
	.mt100_sp { margin-top: 100px !important; }
	/* margin-right */
	.mr00_sp { margin-right: 0px !important; }
	.mr05_sp { margin-right: 5px !important; }
	.mr10_sp { margin-right: 10px !important; }
	.mr15_sp { margin-right: 15px !important; }
	.mr20_sp { margin-right: 20px !important; }
	.mr25_sp { margin-right: 25px !important; }
	.mr30_sp { margin-right: 30px !important; }
	.mr35_sp { margin-right: 35px !important; }
	.mr40_sp { margin-right: 40px !important; }
	.mr45_sp { margin-right: 45px !important; }
	.mr50_sp { margin-right: 50px !important; }
	.mr55_sp { margin-right: 55px !important; }
	.mr60_sp { margin-right: 60px !important; }
	.mr65_sp { margin-right: 65px !important; }
	.mr70_sp { margin-right: 70px !important; }
	.mr75_sp { margin-right: 75px !important; }
	.mr80_sp { margin-right: 80px !important; }
	.mr85_sp { margin-right: 85px !important; }
	.mr90_sp { margin-right: 90px !important; }
	.mr95_sp { margin-right: 95px !important; }
	.mr100_sp { margin-right: 100px !important; }
	/* margin-bottom */
	.mb00_sp { margin-bottom: 0px !important; }
	.mb05_sp { margin-bottom: 5px !important; }
	.mb10_sp { margin-bottom: 10px !important; }
	.mb15_sp { margin-bottom: 15px !important; }
	.mb20_sp { margin-bottom: 20px !important; }
	.mb25_sp { margin-bottom: 25px !important; }
	.mb30_sp { margin-bottom: 30px !important; }
	.mb35_sp { margin-bottom: 35px !important; }
	.mb40_sp { margin-bottom: 40px !important; }
	.mb45_sp { margin-bottom: 45px !important; }
	.mb50_sp { margin-bottom: 50px !important; }
	.mb55_sp { margin-bottom: 55px !important; }
	.mb60_sp { margin-bottom: 60px !important; }
	.mb65_sp { margin-bottom: 65px !important; }
	.mb70_sp { margin-bottom: 70px !important; }
	.mb75_sp { margin-bottom: 75px !important; }
	.mb80_sp { margin-bottom: 80px !important; }
	.mb85_sp { margin-bottom: 85px !important; }
	.mb90_sp { margin-bottom: 90px !important; }
	.mb95_sp { margin-bottom: 95px !important; }
	.mb100_sp { margin-bottom: 100px !important; }
	/* margin-left */
	.ml00_sp { margin-left: 0px !important; }
	.ml05_sp { margin-left: 5px !important; }
	.ml10_sp { margin-left: 10px !important; }
	.ml15_sp { margin-left: 15px !important; }
	.ml20_sp { margin-left: 20px !important; }
	.ml25_sp { margin-left: 25px !important; }
	.ml30_sp { margin-left: 30px !important; }
	.ml35_sp { margin-left: 35px !important; }
	.ml40_sp { margin-left: 40px !important; }
	.ml45_sp { margin-left: 45px !important; }
	.ml50_sp { margin-left: 50px !important; }
	.ml55_sp { margin-left: 55px !important; }
	.ml60_sp { margin-left: 60px !important; }
	.ml65_sp { margin-left: 65px !important; }
	.ml70_sp { margin-left: 70px !important; }
	.ml75_sp { margin-left: 75px !important; }
	.ml80_sp { margin-left: 80px !important; }
	.ml85_sp { margin-left: 85px !important; }
	.ml90_sp { margin-left: 90px !important; }
	.ml95_sp { margin-left: 95px !important; }
	.ml100_sp { margin-left: 100px !important; }

	/* padding-top */
	.pt00_sp { padding-top: 0px !important; }
	.pt05_sp { padding-top: 5px !important; }
	.pt10_sp { padding-top: 10px !important; }
	.pt15_sp { padding-top: 15px !important; }
	.pt20_sp { padding-top: 20px !important; }
	.pt25_sp { padding-top: 25px !important; }
	.pt30_sp { padding-top: 30px !important; }
	.pt35_sp { padding-top: 35px !important; }
	.pt40_sp { padding-top: 40px !important; }
	.pt45_sp { padding-top: 45px !important; }
	.pt50_sp { padding-top: 50px !important; }
	.pt55_sp { padding-top: 55px !important; }
	.pt60_sp { padding-top: 60px !important; }
	.pt65_sp { padding-top: 65px !important; }
	.pt70_sp { padding-top: 70px !important; }
	.pt75_sp { padding-top: 75px !important; }
	.pt80_sp { padding-top: 80px !important; }
	.pt85_sp { padding-top: 85px !important; }
	.pt90_sp { padding-top: 90px !important; }
	.pt95_sp { padding-top: 95px !important; }
	.pt100_sp { padding-top: 100px !important; }
	/* padding-right */
	.pr00_sp { padding-right: 0px !important; }
	.pr05_sp { padding-right: 5px !important; }
	.pr10_sp { padding-right: 10px !important; }
	.pr15_sp { padding-right: 15px !important; }
	.pr20_sp { padding-right: 20px !important; }
	.pr25_sp { padding-right: 25px !important; }
	.pr30_sp { padding-right: 30px !important; }
	.pr35_sp { padding-right: 35px !important; }
	.pr40_sp { padding-right: 40px !important; }
	.pr45_sp { padding-right: 45px !important; }
	.pr50_sp { padding-right: 50px !important; }
	.pr55_sp { padding-right: 55px !important; }
	.pr60_sp { padding-right: 60px !important; }
	.pr65_sp { padding-right: 65px !important; }
	.pr70_sp { padding-right: 70px !important; }
	.pr75_sp { padding-right: 75px !important; }
	.pr80_sp { padding-right: 80px !important; }
	.pr85_sp { padding-right: 85px !important; }
	.pr90_sp { padding-right: 90px !important; }
	.pr95_sp { padding-right: 95px !important; }
	.pr100_sp { padding-right: 100px !important; }
	/* padding-bottom */
	.pb00_sp { padding-bottom: 0px !important; }
	.pb05_sp { padding-bottom: 5px !important; }
	.pb10_sp { padding-bottom: 10px !important; }
	.pb15_sp { padding-bottom: 15px !important; }
	.pb20_sp { padding-bottom: 20px !important; }
	.pb25_sp { padding-bottom: 25px !important; }
	.pb30_sp { padding-bottom: 30px !important; }
	.pb35_sp { padding-bottom: 35px !important; }
	.pb40_sp { padding-bottom: 40px !important; }
	.pb45_sp { padding-bottom: 45px !important; }
	.pb50_sp { padding-bottom: 50px !important; }
	.pb55_sp { padding-bottom: 55px !important; }
	.pb60_sp { padding-bottom: 60px !important; }
	.pb65_sp { padding-bottom: 65px !important; }
	.pb70_sp { padding-bottom: 70px !important; }
	.pb75_sp { padding-bottom: 75px !important; }
	.pb80_sp { padding-bottom: 80px !important; }
	.pb85_sp { padding-bottom: 85px !important; }
	.pb90_sp { padding-bottom: 90px !important; }
	.pb95_sp { padding-bottom: 95px !important; }
	.pb100_sp { padding-bottom: 100px !important; }
	/* padding-left */
	.pl00_sp { padding-left: 0px !important; }
	.pl05_sp { padding-left: 5px !important; }
	.pl10_sp { padding-left: 10px !important; }
	.pl15_sp { padding-left: 15px !important; }
	.pl20_sp { padding-left: 20px !important; }
	.pl25_sp { padding-left: 25px !important; }
	.pl30_sp { padding-left: 30px !important; }
	.pl35_sp { padding-left: 35px !important; }
	.pl40_sp { padding-left: 40px !important; }
	.pl45_sp { padding-left: 45px !important; }
	.pl50_sp { padding-left: 50px !important; }
	.pl55_sp { padding-left: 55px !important; }
	.pl60_sp { padding-left: 60px !important; }
	.pl65_sp { padding-left: 65px !important; }
	.pl70_sp { padding-left: 70px !important; }
	.pl75_sp { padding-left: 75px !important; }
	.pl80_sp { padding-left: 80px !important; }
	.pl85_sp { padding-left: 85px !important; }
	.pl90_sp { padding-left: 90px !important; }
	.pl95_sp { padding-left: 95px !important; }
	.pl100_sp { padding-left: 100px !important; }
}

/* noscript */
#noscript {
	position: relative;
	z-index: 5260;
	padding: 1em;
	border-bottom: #000000 solid 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
#noscript span {
	color: #ff0000;
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}


/*************************************************

 siteCommonStyle

*************************************************/

/* sp pc */
.spView,
.spViewInb,
.tbView {
	display: none !important;
}
@media only screen and (max-width:991px) {
	.tbView {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	.spView {
		display: block !important;
	}
	.spViewInb {
		display: inline-block !important;
	}
	.pcView {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.noT .fade,
	.noT .fadeArea a {
		transition-property: opacity;
		transition-duration: 0.3s;
	}
	.noT .fade:hover,
	.noT .fadeArea a:hover {
		opacity: 0.7;
	}
	.textBdr:hover,
	.textBdrList a:hover {
		text-decoration: underline !important;
	}
	.hoverScaleList figure {
		overflow: hidden;
		position: relative;
	}
	.hoverScaleList img {
		transform: scale(1);
		transition: transform 0.4s;
	}
	.noT .hoverScaleList a:hover img {
		transform: scale(1.1);
	}
}

/* partsSecTitle */
.partsSecTitle {
	color: #333;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
}
.partsSecTitle small {
	display: block;
	margin-bottom: 10px;
	color: #817049;
	font-size: 11px;
	letter-spacing: 0.2em;
}
.partsSecTitle strong {
	display: block;
	font-weight: 400;
}
@media only screen and (max-width:767px) {
	.partsSecTitle {
		font-size: 22px;
	}
}

/* partsBtn */
.partsBtn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background-color: #8a7851;
	letter-spacing: 0.1em;
}
.partsBtn.center {
	margin-left: auto;
	margin-right: auto;
}
.partsBtn:before {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	transform: rotate(45deg);
}
.partsBtn.red {
	width: 500px;
	height: 75px;
	font-size: 18px;
	background-color: #7f2420;
	box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.8);
}
.partsBtn.red:before {
	right: 35px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
}
@media only screen and (max-width:767px) {
	.partsBtn {
		width: 325px;
		max-width: 100%;
		margin: 0 auto;
	}
	.partsBtn.red:before {
		right: 20px;
	}
}



/*************************************************

 wrapper

*************************************************/
#wrapper {
	overflow: hidden;
	color: #7d7d7d;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.wrap {
	max-width: 1200px;
	width: calc(100% - 46px);
	margin-right: auto;
	margin-left: auto;
}
.en {
	font-family: 'Ropa Sans', sans-serif;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}




/*************************************************

 container

*************************************************/
#container {
	padding-top: 90px;
}
@media only screen and (max-width:991px) {
	#container {
		padding-top: 80px;
	}
}




/*************************************************

 mainVisual

*************************************************/
#mainVisual {
	margin-bottom: 45px;
}
#mainVisual .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1120px;
}
#mainVisual .texts {
	box-sizing: border-box;
	width: 47.6786%;
	padding-right: 30px;
}
#mainVisual .label {
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 80px;
	color: #282828;
	font-size: 18px;
}
#mainVisual .label span {
	position: relative;
	display: inline-block;
}
#mainVisual .label span:before {
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	content: '';
	width: 200vw;
	height: 1px;
	margin-right: 10px;
	background-color: #282828;
}
#mainVisual .title {
	color: #8a7851;
	font-size: 65px;
	line-height: 1.2;
}
#mainVisual .txt {
	margin-top: 15px;
	max-width: 22em;
}
#mainVisual .image {
	width: 52.3214%;
	line-height: 0;
}
@media only screen and (max-width:1120px) {
	#mainVisual .label {
		font-size: 16px;
	}
	#mainVisual .title {
		font-size: 55px;
	}
}
@media only screen and (max-width:991px) {
	#mainVisual .title {
		font-size: 45px;
	}
}
@media only screen and (max-width:767px) {
	#mainVisual {
		width: auto;
		margin-bottom: 20px;
	}
	#mainVisual .inner {
		display: block;
	}
	#mainVisual .texts {
		display: table;
		width: auto;
		margin: 0 auto;
		padding: 40px 20px 5px;
	}
	#mainVisual .label {
		margin-bottom: 10px;
		padding-left: 55px;
		font-size: 15px;
	}
	#mainVisual .title {
		font-size: 40px;
	}
	#mainVisual .txt {
		margin-top: 15px;
		max-width: 22em;
	}
	#mainVisual .image {
		width: auto;
	}
	#mainVisual .image img {
		width: 100%;
	}
	#mainVisual .inBtn {
		margin: 20px 20px 0;
	}
}



/*************************************************

 navArea

*************************************************/
#navArea {
	background-color: #f4f4f4;
}
#navArea ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#navArea li {
	position: relative;
}
#navArea li + li:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background-color: #ded5c1;
	transform: translateY(-50%);
	z-index: 2;
}
#navArea a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	color: #8a7851;
	font-size: 14px;
	background-color: #fff;
	transition: color 0.3s;
}
.noT #navArea a:hover {
	color: #7f2420;
}



/*************************************************

 service

*************************************************/
#service {
	overflow: hidden;
	padding: 55px 0 130px;
	background-color: #f4f4f4;
}
#service .partsSecTitle {
	margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
	#service {
		padding: 35px 0 50px;
	}
	#service .partsSecTitle {
		margin-bottom: 40px;
	}
}


/* serviceBox
---------------------------------------*/
#service .serviceBoxWrapper {
	max-width: 1200px;
	margin: 0 auto;
}
#service .serviceBox {
	display: flex;
	max-width: 1100px;
}
#service .serviceBox + .serviceBox {
	margin-top: 80px;
}
#service .serviceBox:nth-child(2) {
	flex-direction: row-reverse;
	margin-left: auto;
	margin-right: auto;
}
#service .serviceBox:nth-child(3) {
	margin-left: auto;
}
#service .serviceBox .photo {
	position: relative;
	width: 40.4545%;
	z-index: 2;
}
#service .serviceBox .texts {
	box-sizing: border-box;
	position: relative;
	width: 59.5455%;
	margin-top: 55px;
	padding: 0 10px 0 60px;
	z-index: 1;
}
#service .serviceBox .texts:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 1px;
	background-color: #c9c9c9;
	transform: translateX(-50%);
}
#service .serviceBox .ttl {
	position: relative;
	margin-bottom: 25px;
	padding-top: 50px;
	color: #8a7851;
	font-size: 28px;
	line-height: 1.5;
}
#service .serviceBox .ttl:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #7f2420;
}
#service .serviceBox .texts p {
	line-height: 2.5;
}
#service .serviceBox .inBtn {
	margin-top: 50px;
}
@media only screen and (max-width:767px) {
	#service .serviceBox {
		display: block;
	}
	#service .serviceBox + .serviceBox {
		margin-top: 55px;
	}
	#service .serviceBox:nth-child(2) .photo {
		text-align: right;
	}
	#service .serviceBox:nth-child(3) .photo {
		text-align: center;
	}
	#service .serviceBox .photo {
		width: auto;
	}
	#service .serviceBox .photo:before {
		position: absolute;
		top: 36.5854%;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #dadada;
	}
	#service .serviceBox .photo img {
		position: relative;
		max-width: 88%;
		z-index: 2;
	}
	#service .serviceBox .texts {
		width: auto;
		margin-top: 35px;
		padding: 0 23px;
	}
	#service .serviceBox .ttl {
		margin-bottom: 13px;
		padding-top: 30px;
		font-size: 24px;
	}
	#service .serviceBox .texts p {
		font-size: 15px;
		line-height: 2.2;
	}
	#service .serviceBox .inBtn {
		margin-top: 30px;
	}
}



/*************************************************

 suport

*************************************************/
#suport {
	overflow: hidden;
	padding: 90px 0 120px;
}
#suport .partsSecTitle {
	margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
	#suport {
		padding: 40px 0 50px;
	}
	#suport .partsSecTitle {
		margin-bottom: 35px;
	}
}

/* suportBox
---------------------------------------*/
#suport .wideWrap {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}
#suport .absImage {
	position: absolute;
	top: 50%;
	left: 0;
	width: 345px;
	transform: translateY(-70%);
	z-index: 3;
}
#suport .absImage:before {
	position: absolute;
	top: 35px;
	right: 180px;
	display: block;
	content: '';
	width: 200vw;
	height: 725px;
	background-color: #c1b69d;
}
#suport .absImage figure:nth-child(1) {
	position: relative;
	width: 47.5362%;
	z-index: 3;
}
#suport .absImage figure:nth-child(2) {
	position: relative;
	width: 79.1304%;
	margin: -105px 0 0 auto;
	z-index: 2;
}
#suport .suportBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 0 auto;
}
#suport .suportBox:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 1px;
	background-color: #c9c9c9;
	transform: translateX(-50%);
}
#suport .suportBox:last-child:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 1px;
	background-color: #c9c9c9;
	transform: translateX(-50%);
}
#suport .suportBox .icon {
	position: relative;
	display: flex;
	align-items: center;
	width: 110px;
}
#suport .suportBox .icon:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #7f2420;
}
#suport .suportBox .texts {
	align-self: center;
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.85;
}
#suport .suportBox .ttl {
	margin-bottom: 10px;
	color: #8a7851;
	font-size: 22px;
	line-height: 1.5;
}
#suport .suportBox:nth-child(2),
#suport .suportBox:nth-child(8) {
	padding-left: 90px;
}
#suport .suportBox:nth-child(3),
#suport .suportBox:nth-child(7) {
	padding-left: 200px;
}
#suport .suportBox:nth-child(4),
#suport .suportBox:nth-child(6) {
	padding-left: 315px;
}
#suport .suportBox:nth-child(5) {
	padding-left: 425px;
}
#suport .suportBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width:1300px) {
	#suport .absImage {
		width: 300px;
	}
	#suport .absImage:before {
		height: 625px;
	}
}
@media only screen and (max-width:767px) {
	#suport .absImage {
		position: static;
		width: 90%;
		margin-top: 50px;
		padding-bottom: 40px;
		transform: translateY(0);
	}
	#suport .absImage:before {
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		width: 72.0588%;
		height: calc(100% - 95px);
	}
	#suport .suportBox {
		display: block;
		width: calc(100% - 46px);
		padding-left: 0 !important;
	}
	#suport .suportBox .icon {
		display: block;
		width: auto;
		text-align: center;
		padding: 30px 0 20px;
	}
	#suport .suportBox .texts {
		padding: 0 0 30px;
	}
	#suport .suportBox .texts br {
		display: none;
	}
	#suport .suportBox .ttl {
		margin-bottom: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px) {
	#suport .suportBox .ttl {
		font-size: 19px;
	}
}


/* others
---------------------------------------*/
#suport .others {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 50px auto 0;
	font-size: 14px;
	line-height: 1.8;
}
#suport .others .ttl {
	margin-bottom: 35px;
	color: #8a7851;
	font-size: 24px;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#suport .others {
		width: calc(100% - 46px);
		margin-top: 30px;
	}
	#suport .others .ttl {
		max-width: 17em;
		margin-bottom: 10px;
		font-size: 18px;
	}
}


/*************************************************

 reason

*************************************************/
#reason {
	margin-bottom: 90px;
}
#reason .partsSecTitle {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 845px;
	height: 230px;
	margin-left: auto;
	padding-left: 105px;
	text-align: left;
}
#reason .partsSecTitle > * {
	position: relative;
	z-index: 2;
}
#reason .partsSecTitle strong {
	color: #fff;
}
#reason .partsSecTitle:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 100%;
	background-color: #c1b69d;
}
@media only screen and (max-width:767px) {
	#reason {
		margin-bottom: 50px;
	}
	#reason .partsSecTitle {
		display: block;
		height: auto;
		margin-left: 50px;
		padding: 40px 0 90px 45px;
	}
	#reason .partsSecTitle span {
		display: block;
		max-width: 9em;
	}
}


#reason .reasonList {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: -120px;
	z-index: 3;
}
#reason .reasonList li {
	box-sizing: border-box;
	width: 270px;
	height: 355px;
	text-align: center;
	background-color: #fff;
	border: #7f2420 solid 1px;
}
#reason .reasonList .num {
	padding: 50px 0 28px;
	color: #7f2420;
	text-align: center;
	line-height: 1;
}
#reason .reasonList .num small {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
#reason .reasonList .num span {
	display: block;
	width: 60px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 50px;
	border-bottom: #7f2420 solid 2px;
}
#reason .reasonList .label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #7f2420;
}
#reason .reasonList li:nth-child(2) {
	margin: 150px 0 0 46px;
}
#reason .reasonList li:nth-child(3) {
	margin: 80px 0 0 74px;
}
@media only screen and (max-width:1200px) {
	#reason .reasonList {
		margin-top: -60px;
	}
}
@media only screen and (max-width:767px) {
	#reason .reasonList {
		display: block;
		margin-top: -60px;
	}
	#reason .reasonList li {
		width: auto;
		max-width: 83.0769%;
	}
	#reason .reasonList li:nth-child(2) {
		margin: -50px 0 0 auto;
	}
	#reason .reasonList li:nth-child(3) {
		margin: -50px auto 0 auto;
	}
}



/*************************************************

 voice

*************************************************/
#voice {
	margin-bottom: 90px;
}
#voice .partsSecTitle {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	height: 230px;
	margin-right: auto;
	padding-right: 50px;
	text-align: center;
}
#voice .partsSecTitle > * {
	position: relative;
	margin-left: auto;
	z-index: 2;
}
#voice .partsSecTitle strong {
	color: #fff;
}
#voice .partsSecTitle:before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 100%;
	background-color: #c1b69d;
}
@media only screen and (max-width:1200px) {
	#voice .partsSecTitle {
		max-width: 745px;
	}
}
@media only screen and (max-width:767px) {
	#voice {
		margin-bottom: 50px;
	}
	#voice .partsSecTitle {
		display: block;
		height: auto;
		margin-right: 50px;
		padding: 40px 45px 100px 0;
		text-align: right;
	}
}


#voice .voiceContents {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1160px;
	margin: -126px 0 0 auto;
	z-index: 2;
}
#voice .voiceContents .image {
	width: 28%;
	margin-top: 30px;
}
#voice .voiceContents .comments {
	width: 69.3966%;
}
#voice .voiceContents .comments li {
	position: relative;
	box-sizing: border-box;
	width: 535px;
	padding: 40px;
	border-left: #7f2420 solid 1px;
	border-right: #7f2420 solid 1px;
	border-bottom: #7f2420 solid 1px;
	background-color: #fff;
}
#voice .voiceContents .comments li:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: calc(100% - 68px);
	height: 1px;
	background-color: #7f2420;
}
#voice .voiceContents .comments li:after {
	position: absolute;
	bottom: 100%;
	left: -2px;
	display: block;
	content: '';
	width: 58px;
	height: 40px;
	background: url(../images/voice_blow.png) no-repeat right top;
}
#voice .voiceContents .comments .txt {
	color: #7f2420;
	font-size: 22px;
}
#voice .voiceContents .comments .info {
	margin-top: 25px;
	text-align: right;
}

#voice .voiceContents .comments li:nth-child(1) {
	margin-left: auto;
}
#voice .voiceContents .comments li:nth-child(2) {
	margin: -27px 0 0 0;
}
#voice .voiceContents .comments li:nth-child(3) {
	margin: -15px auto 0 auto;
}

@media only screen and (max-width:1200px) {
	#voice .voiceContents {
		margin-top: -30px;
	}
}
@media only screen and (max-width:767px) {
	#voice .voiceContents {
		display: block;
		margin-top: -80px;
	}
	#voice .voiceContents .image {
		width: auto;
		margin: 0 20px 30px 0;
		text-align: right;
	}
	#voice .voiceContents .image img {
		max-width: 61.5385%;
	}
	#voice .voiceContents .comments {
		width: auto;
	}
	#voice .voiceContents .comments li {
		width: auto;
		padding: 20px;
	}
	#voice .voiceContents .comments li:before {
		width: calc(100% - 48px);
	}
	#voice .voiceContents .comments li:after {
		width: 44px;
		height: 30px;
	}
	#voice .voiceContents .comments .txt {
		font-size: 16px;
	}
	#voice .voiceContents .comments .info {
		margin-top: 10px;
	}
	#voice .voiceContents .comments li:nth-child(2),
	#voice .voiceContents .comments li:nth-child(3) {
		margin-top: 20px;
	}
}


/*************************************************

 license

*************************************************/
#license {
	position: relative;
	padding: 200px 0 130px;
	background-color: #f4f4f4;
}
#license:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 410px;
	background: url(../images/mid_img.jpg) no-repeat center center / cover;
}
#license .texts {
	position: relative;
	box-sizing: border-box;
	max-width: 680px;
	padding: 35px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	z-index: 2;
}
#license .title {
	margin-bottom: 10px;
	color: #8a7851;
	font-size: 24px;
}
#license .txt {
	font-weight: 500;
	line-height: 2;
}
#license .txt span {
	color: #7f2420;
	font-weight: 700;
	background-color: #f2e9e8;
}
#license .cap {
	margin-top: 20px;
	padding-top: 17px;
	font-size: 14px;
	border-top: #cccccc solid 1px;
}
@media only screen and (max-width:767px) {
	#license {
		padding: 200px 0 50px;
		background: transparent;
	}
	#license:before {
		height: 310px;
	}
	#license .texts {
		max-width: none;
		padding: 20px;
	}
	#license .title {
		font-size: 22px;
	}
	#license .cap {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 12px;
	}
}


/*************************************************

 subscription

*************************************************/
#subscription {
	padding: 70px 0 90px;
	background-color: #f4f4f4;
}
#subscription .partsSecTitle {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 545px;
	height: 230px;
	margin-left: auto;
	padding-left: 105px;
	text-align: left;
}
#subscription .partsSecTitle > * {
	position: relative;
	z-index: 2;
}
#subscription .partsSecTitle strong {
	color: #fff;
}
#subscription .partsSecTitle:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 100%;
	background-color: #c1b69d;
}
@media only screen and (max-width:1200px) {
	#subscription .partsSecTitle {
		max-width: 800px;
	}
}
@media only screen and (max-width:767px) {
	#subscription {
		padding-bottom: 50px;
	}
	#subscription .partsSecTitle {
		display: block;
		height: auto;
		margin-left: 50px;
		padding: 40px 0 90px 45px;
	}
	#subscription .partsSecTitle span {
		display: block;
		max-width: 9em;
	}
}


#subscription .stepContents {
	position: relative;
	margin-top: -300px;
}
#subscription .stepContents .photo {
	position: absolute;
	top: 280px;
	left: 486px;
	z-index: 2;
}
#subscription .stepContents .stepList {
	position: relative;
	z-index: 1;
}
#subscription .stepContents .stepList li {
	position: relative;
	box-sizing: border-box;
	width: 570px;
	padding: 45px 0 40px;
	border-top: #8a7851 solid 1px;
	border-right: #8a7851 solid 1px;
	border-left: #8a7851 solid 1px;
}
#subscription .stepContents .stepList li:before {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 81px;
	background: url(../images/subscription_arw.png) no-repeat center bottom / 100% 100%;
}
#subscription .stepContents .stepList .meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	padding-left: 50px;
}
#subscription .stepContents .stepList .meta .num {
	width: 60px;
	color: #8a7851;
	text-align: center;
	line-height: 1;
}
#subscription .stepContents .stepList .meta .num * {
	display: block;
}
#subscription .stepContents .stepList .meta .num small {
	font-size: 10px;
	letter-spacing: 0.2em;
}
#subscription .stepContents .stepList .meta .num span {
	padding-bottom: 12px;
	font-size: 50px;
	border-bottom: #8a7851 solid 2px;
}
#subscription .stepContents .stepList .meta .label {
	width: 250px;
	padding: 6px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-color: #7f2420;
}
#subscription .stepContents .stepList .ttl {
	margin-bottom: 15px;
	padding-left: 50px;
	color: #7f2420;
	font-size: 22px;
}
#subscription .stepContents .stepList .txt {
	padding: 0 20px 0 50px;
	color: #6e5e3c;
	font-weight: 500;
	line-height: 2;
}
#subscription .stepContents .stepList .txt a {
	color: #7f2420;
	text-decoration: underline;
}
#subscription .stepContents .stepList .txt a:hover {
	text-decoration: none;
}
#subscription .stepContents .stepList .txt small {
	font-size: 14px;
}
#subscription .stepContents .stepList li:nth-child(2) {
	margin: 170px 0 0 80px;
}
#subscription .stepContents .stepList li:nth-child(3) {
	margin: -150px 0 0 auto;
	padding-bottom: 70px;
	border-bottom: #8a7851 solid 1px;
}
#subscription .stepContents .stepList li:nth-child(3):before {
	display: none;
}
@media only screen and (max-width:1200px) {
	#subscription .stepContents {
		margin-top: 20px;
	}
	#subscription .stepContents .photo {
		left: auto;
		right: 5%;
	}
	#subscription .stepContents .stepList li:nth-child(3) {
		margin-top: 30px;
	}
}

@media only screen and (max-width:767px) {
	#subscription {
		padding: 50px 0;
	}
	#subscription .stepContents {
		margin-top: -70px;
	}
	#subscription .stepContents .photo {
		position: static;
		width: 90%;
		margin: 0 0 25px -23px;
	}
	#subscription .stepContents .stepList li {
		width: auto;
		padding: 35px 0 20px;
	}
	#subscription .stepContents .stepList .meta {
		padding-left: 30px;
	}
	#subscription .stepContents .stepList .meta .label {
		width: 170px;
		font-size: 16px;
	}
	#subscription .stepContents .stepList .ttl {
		padding-left: 30px;
		font-size: 20px;
	}
	#subscription .stepContents .stepList .txt {
		padding: 0 20px 0 30px;
	}
	#subscription .stepContents .stepList li:nth-child(2) {
		margin: 80px 0 0;
	}
	#subscription .stepContents .stepList li:nth-child(3) {
		margin: 80px 0 0;
		padding-bottom: 30px;
	}
}


/*************************************************

 welfare

*************************************************/
#welfare {
	padding: 90px 0 130px;
}
#welfare .partsSecTitle {
	margin-bottom: 65px;
}
#welfare .welfareList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#welfare .welfareList li {
	width: 230px;
	margin: 50px 35px 0;
}
#welfare .welfareList figure {
	margin-bottom: 30px;
	text-align: center;
	line-height: 0;
}
#welfare .welfareList .ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #8a7851;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
#welfare .welfareList .ttl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 58px;
	height: 2px;
	background-color: #c1b7a2;
	transform: translateX(-50%);
}
#welfare .welfareList p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#welfare {
		padding: 50px 0 60px;
	}
	#welfare .partsSecTitle {
		margin-bottom: 50px;
	}
	#welfare .welfareList {
		display: block;
	}
	#welfare .welfareList li {
		width: auto;
		max-width: 230px;
		margin: 0 auto;
	}
	#welfare .welfareList li + li {
		margin-top: 50px;
	}
}


/*************************************************

 joinbtns

*************************************************/
.joinbtns {
	margin: 0 23px 130px;
}
@media only screen and (max-width:767px) {
	.joinbtns {
		margin-bottom: 60px;
	}
}
