@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:400,500,600,700,900&display=swap');

/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 *
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
	color: #212121;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
legend {
	color: #000;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
	background-color: #fff;
	background-image: none;
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #212121;
	line-height: 2.0;
	font-feature-settings: "palt";
}
body {
	overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
	html {
		font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
body {
	font-size: 1em;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pcNone {
	display: none !important;
}
.imgCenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

input, textarea {
	outline: none;
}
input:focus {
	outline: none;
}
input[type="submit"] {
	-webkit-appearance: none;
}

a {
	color: #212121;
	text-decoration: none;
	outline: none;
	transition: opacity 0.3s;
	cursor: pointer;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
a img {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

img {
	vertical-align: bottom;
}
img .lp {
	height: 100%;
}

h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 42px;
	color: #2a547e;
	text-align: center;
	line-height: 1;
	margin-bottom: 45px;
	font-weight: 600;
}
h2 span {
	font-size: 60px;
}

.beige {
	color: #c89c42;
}

@media screen and (max-width: 640px) {
	p {
		font-size: 14px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h2 span {
		font-size: 32px;
	}
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
	width: 100%;
	min-width: 1120px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.container .containerIn {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

@media screen and (max-width: 1120px) {
	.container {
		min-width: 100%;
	}
	.container .containerIn {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.container {
		width: 100%;
	}
	.container .containerIn {
		width: 90%;
	}
	.text-center {
		text-align: left;
	}
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/

/*FOOTER*/
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: .8;
	z-index: 999;
}
.pagetop a {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	background: rgba(242,243,229,.8);
}
/*.pagetop a::before{font-family:'Font Awesome 5 Free'; font-weight:900; content:'\f077'; font-size:24px; color:#302511; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}*/

#footer {
	margin: 0 auto;
	color: #fff;
	background-color: #302511;
	padding: 0;
	position: relative;
	z-index: 3;
}
#footer .copyright {
	font-size: 12px;
	text-align: center;
}
#footer .containerIn {
	display: flex;
	padding: 20px 0;
	align-items: center;
}
#footer .media {
	margin-left: auto;
}
#footer a {
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.pagetop {
		right: 10px;
		bottom: 95px;
	}
	.pagetop a {
		width: 48px;
		height: 48px;
	}
	.pagetop a::before {
		font-size: 20px;
	}
	#footer .containerIn {
		flex-direction: column;
	}
	#footer a {
		color: #fff;
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	#footer .containerIn {
		flex-direction: column;
		padding: 20px 0 140px;
	}
}
@media screen and (max-width: 580px) {
	#footer .containerIn {
		flex-direction: column;
		padding: 20px 0 120px;
	}
}
@media screen and (max-width: 480px) {
	#footer .containerIn {
		flex-direction: column;
		padding: 20px 0 100px;
	}
}

input[type="text"] {
	width: 100%;
	padding: .5em 1em;
	border: solid 2px #ddd;
	height: 50px;
}
textarea {
	width: 100%;
	height: 180px;
	padding: .5em 1em;
	border: solid 2px #ddd;
}
.submit {
	padding: 40px 0 0;
	text-align: center;
}
.submit button[type="submit"] {
	cursor: pointer;
	width: 491px;
	height: 80px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_submit.jpg) no-repeat;
}
.submit button[type="submit"]:hover {
	opacity: .8;
	text-decoration: none;
}
.submit button[type="submit"]:after {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 40px;
	height: 3px;
}
.checkbox-input {
	display: none;
}
.checkbox-parts {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}
.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
}
.checkbox-input:checked + .checkbox-parts {
	color: #205ea4;
}
.checkbox-input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #205ea4;
	border-right: 3px solid #205ea4;
}

@media screen and (max-width: 640px) {
	input[type="text"] {
		height: 40px;
	}
	.submit {
		padding: 20px 0 0;
	}
	.submit button[type="submit"] {
		width: 100%;
		min-height: 185px;
		zoom: .5;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/******* COMMON *******/
.btn {
	transition: all .3s;
	display: block;
	max-width: 540px;
	margin: 60px auto 0;
}
.btn:hover {
	opacity: .8;
}
.tableList {
	display: flex;
	flex-wrap: wrap;
}
.tableList li {
	padding: 20px 0;
}
.tableList li:nth-child(odd) {
	border-bottom: solid 1px #212121;
	font-weight: 500;
}
.tableList li:nth-child(even) {
	border-bottom: solid 1px #ccc;
	padding-left: 1em;
}
.dNone {
	display: none;
}

@media screen and (max-width: 640px) {
	.btn {
		margin-top: 30px;
		display: block;
	}
	.tableList {
		flex-direction: column;
	}
	.tableList li {
		padding: 10px 0;
	}
	.tableList li:nth-child(odd) {
		border-bottom: solid 1px #212121;
	}
	.tableList li:nth-child(even) {
		border-bottom: none;
		padding-left: 0;
	}
}

/******* SECTION *******/
.img div {
	width: 100%;
	margin: 0 auto;
	text-align : center;
}
.img div img {
	width: 100%;
}
.img div a img {
	cursor: pointer;
}

/*MAIBVISUAL*/
#mainvisual {
	background: url(../img/mv_pc.jpg) no-repeat top center;
	height: 800px;
}
#mainvisual .containerIn {
	height: 800px;
}
#mainvisual .mv_btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}
#mainvisual .mv_btn img {
	max-width: 100%;
}

@media screen and (max-width: 950px) and (min-width: 641px) {
	#mainvisual {
		-webkit-background-size: cover;
		background-size: cover;
		height: 84.656vw;
	}
	#mainvisual .containerIn {
		height: 84.656vw;
	}
	#mainvisual .mv_btn {
		width: 48.52vw;
		bottom: 6.315vw;
	}
}
@media (max-width: 640px) {
	#mainvisual {
		height: auto;
		max-height: none;
		background: none;
	}
	#mainvisual .containerIn {
		width: 100%;
		height: auto;
	}
	#mainvisual .mv_btn {
		width: 90%;
		text-align: center;
		bottom: 6.5%;
	}
}

/* TAGLINE */
#tagline {
	background-color: #302511;
}
#tagline h3 {
	font-size: 14px;
	font-weight: 500;
	padding: 0.6em;
	letter-spacing: 0.96px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
}
.tbblock {
	display: none;
}

@media screen and (max-width: 1100px) and (min-width:641px) {
	#tagline h3 {
        padding-left: 20px;
        text-align: left;
        line-height: 1.6;
	}
}
@media screen and (max-width: 950px) {
	#tagline h3 {
        padding: 0.3em;
        padding-left: 15px;
        text-align: left;
        line-height: 1.6;
        font-size: 13px;
	}
    .tbblock {
	    display: block !important;
    }
}
@media screen and (max-width: 640px) {
	#tagline h3 {
		text-align: center;
		line-height: 1.375;
		padding: 9px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 375px) {
	#tagline h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
}




/*CHOICE*/
#choice {
	padding: 80px 0 80px;
}
#choice p {
	text-align: center;
	margin-bottom: 20px;
}
#choice p.text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 2.2;
}

#choice .suggestion {
	background: url(../img/choice_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0 0;
	margin: 40px 0 60px;
}
#choice .suggestion .suggestionTxt {
	background-color: #302511;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	padding: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
#choice .suggestion .suggestionTxt span {
	font-size: 80%;
}
#choice p.text02 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 2.2;
}
#choice p.text02 span.bold {
	font-size: 20px;
	font-weight: 600;
}
#choice p.text02 span.marker {
	background: linear-gradient(transparent 75%, #f1d78c 75%);
}

#choice .agingList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#choice .agingList li {
	width: 23%;
}
#choice .agingList img {
	width: 100%;
	margin-bottom: 0.2em;
}
#choice .agingList p {
	text-align: center;
}

#choice p.example {
	text-align: right;
}
#choice .suggestionTxt02 {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.6;
}
#choice .suggestionTxt02 span {
	font-size: 80%;
}
table {
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}
td {
	border: solid 1px #ccc;
	padding: .5em;
}
td span.notes {
	font-size: 12px;
	display: block;
	font-weight: 400;
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 8px;
	line-height: 1.4;
}
td span.moreL {
	font-size: 1.4em;
}
td span.moreS {
	font-size: 0.8em;
}
th.heading {
	border: solid 1px #ccc;
	padding: 0 0.8em;
	text-align: left;
	width: 9em;
	font-weight: 600;
	background-color: #f2f3e5;
	font-size: 1.2em;
}
.deco td {
	border: none;
	padding: 0;
}
.headingTop {
	border: solid 6px #c89c42;
	border-bottom: none;
	height: 0;
	background-color: #c89c42;
}
.headingBottom {
	border: solid 6px #c89c42 !important;
	border-top: none !important;
	height: 6px;
}
.heading01 {
	border: solid 6px #c89c42;
	font-size: 22px;
	background-color: #c89c42;
	color: #fff;
	font-weight: 600;
	border-top: none;
	border-bottom: none;
	width: 16em;
	text-align: center;
}
.heading02 {
	background: #999;
	border: solid 1px #ccc;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
	width: 16em;
	text-align: center;
}
.listContent01 {
	height: 120px;
	border: solid 1px #c89c42;
	border-left: solid 6px #c89c42;
	border-right: solid 6px #c89c42;
	font-weight: 600;
	background-color: #fff;
}
.listContent01_2 {
	height: 120px;
	border-left: solid 6px #c89c42;
	border-right: solid 6px #c89c42;
	border-bottom: none;
	font-weight: 600;
	background-color: #fff;
}
.num {
	position: relative;
	font-size: 24px;
	height: 135px;
	text-align: center;
}
/*.num:before {display: block; float: left; height:3em; content: "";}*/

td span.marker {
	background: linear-gradient(transparent 75%, #f1d78c 75%);
}

@media (max-width: 1119px) {
	.scroll {
		overflow-x: auto;
	}
	table {
		width: 1120px;
		zoom: .8;
	}

}

@media (max-width: 640px) {
	#choice {
		padding: 30px 0 20px;
	}
	#choice p.text {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	#choice p.text span {
		font-size: 20px;
	}
	#choice .agingList li {
		width: 48%;
	}

	#choice .suggestion {
		padding: 20px 0 0;
		margin: 0 0 30px;
	}
	#choice .suggestion .suggestionTxt {
		font-size: 20px;
		padding: 15px 10px;
	}
	#choice .suggestion .suggestionTxt span {
		font-size: 80%;
	}
	#choice p.text02 {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.6;
		padding: 0 0.8em;
		text-align: left;
	}
	#choice p.text02 span.bold {
		font-size: 18px;
	}
	#choice .suggestionTxt02 {
		font-size: 22px;
	}
	th.heading {
		width: 10em;
	}
	td span.moreL {
		font-size: 1.2em;
	}
}

/*ABOUT*/
#about {
	color: #fff;
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
#about h2 {
	color: #c89c42;
}
#about .aboutTxt p span {
	font-size: 22px;
	font-weight: 600;
	background: linear-gradient(transparent 75%, #af7923 75%);
}
#about .aboutList {
	display: flex;
	justify-content: space-around;
	margin: 60px auto 0;
	width: 80%;
}
#about .aboutList p {
	margin-top: 20px;
}
#about .remark {
	font-size: 14px;
	text-align: right;
	margin-top: 40px;
}

@media (max-width: 640px) {
	#about {
		padding: 40px 0;
		text-align: left;
	}
	#about .aboutTxt p span {
		font-size: 20px;
	}
	#about .aboutList {
		margin: 30px auto 0;
		width: 100%;
	}
	#about .aboutList p {
		font-size: 13px;
	}
	#about .remark {
		font-size: 13px;
		line-height: 1.5;
	}

}

/*ARRANGEMENT*/
#arrangement {
	padding: 100px 0 75px;
	text-align: center;
}
#arrangement .containerIn {
    width: 1020px;
}
#arrangement .text {
	margin: 60px 0 30px;
}
#arrangement .text span {
	font-weight: 600;
	font-size: 20px;
	background: linear-gradient(transparent 75%, #f1d78c 75%);
}
#arrangement .remark {
	font-size: 14px;
}
#arrangement p img {
	max-width: 100%;
}
@media screen and (max-width: 1120px) {
    #arrangement .containerIn {
        width: 96%;
    }
}
@media (max-width: 640px) {
	#arrangement {
		padding: 50px 0;
	}
	#arrangement .text {
		margin: 30px 0 15px;
		text-align: left;
	}
	#arrangement .text span {
		font-size: 20px;
	}
	#arrangement .remark {
		font-size: 13px;
		line-height: 1.5;
	}

}

/* REFUND TAX */
#refundTax {
	padding: 0 0 120px;
}
#refundTax .containerIn {
    width: 1020px;
}
#refundTax h3 .title {
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.65px;
	color: #ffffff;
	margin-bottom: 8px;
	background: none;
}
#refundTax h3 span {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP';
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: 0;
	color: #ffffff;
}
#refundTax h3 > span {
	background: linear-gradient(transparent 78%, #af7922 78%);
	margin-bottom: 8px;
}
#refundTax h3 .dot::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	background-color: #fff;
	width: 4px;
	height: 4px;
	margin: 0 auto;
	border-radius: 50%;
}
#refundTax .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
}
#refundTax .box {
	background-color: #eeeeee;
	border: solid 4px #3a2d16;
}
#refundTax .head {
	background-color: #3a2d16;
	padding: 12px 0 10px;
	color: #ffffff;
	text-align: center;
}
#refundTax .content {
	padding: 32px 40px 36px;
}
#refundTax .content p {
	text-align: right;
	color: #222222;
	padding-top: 20px;
}
#refundTax .content .textRed {
	font-weight: bold;
  	color: #ce0808;
}
#refundTax figure {
	margin: 0;
}
#refundTax img {
	width: 100%;
}
@media screen and (max-width: 1120px) {
    #refundTax .containerIn {
        width: 96%;
    }
}
@media screen and (max-width: 640px) {
	#refundTax {
		padding-bottom: 50px;
	}
	#refundTax h3 > span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#refundTax .text {
		font-size: 13px;
	}
	#refundTax .content {
		padding: 20px 15px;
	}
	#refundTax h3 .title {
		font-size: 24px;
		margin-bottom: 8px;
	}
	#refundTax h3 span {
		font-size: 18px;
	}
}

/*RESULT*/
#result {
	background-color: #3a2d15;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}
#result h2 {
	color: #c89c42;
}
#result .resultList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 50px 0 40px;
}
#result .resultList li {
	margin-bottom: 30px;
}
#result .resultList li img {
	width: 100%;
}
#result .resultList li:nth-child(odd) {
	width: 42%;
}
#result .resultList li:nth-child(even) {
	width: 54%;
}
#result .resultBox {
	background-color: #878076;
	padding: 30px;
	color: #212121;
}
#result .resultBox h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	font-weight: 600;
	color: #302511;
}
#result .resultBox p {
	margin-bottom: 15px;
}
#result .resultBox img {
	max-width: 100%;
}

@media (max-width: 640px) {
	#result {
		padding: 50px 0;
		text-align: left;
	}
	#result .resultList {
		margin: 25px 0 20px;
	}
	#result .resultList li {
		margin-bottom: 15px;
	}
	#result .resultBox {
		padding: 15px;
	}
	#result .resultBox h3 {
		font-size: 20px;
	}
	#result .resultBox p {
		margin-bottom: 10px;
	}
}

/*ONESTOP*/
#onestop {
	background-color: #f2f3e5;
	padding: 60px 0;
}
/*#onestop .onestopBox {display:flex; justify-content:space-between; align-items:center;}*/
#onestop .onestopBox {
	display: flex;
	justify-content: space-between;
}
#onestop .onestopTxt {
	padding-right: 50px;
	width: 70%;
}

/*#onestop .onestopTxt h2 {font-size:32px; text-align:left;}*/
#onestop .onestopTxt h2 span {
	font-size: 54px;
}
#onestop .onestopTxt p {
	margin-bottom: 20px;
}
#onestop .onestopTxt p span {
	font-size: 22px;
	font-weight: 600;
	background: linear-gradient(transparent 75%, #f1d78c 75%);
}
#onestop .onestopTxt p.name {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	text-align: right;
	font-weight: 500;
}
#onestop .onestopTxt p.name span {
	font-size: 34px;
	font-weight: 500;
	background: initial;
	padding-left: .5em;
}
#onestop .img {
	width: 30%;
}
#onestop .img img {
	width: 100%;
}
@media (max-width: 640px) {
	#onestop {
		padding: 50px 0;
	}
	#onestop .onestopBox {
		flex-direction: column;
	}
	#onestop .onestopTxt {
		padding-right: 0;
		width: 100%;
	}
	#onestop .onestopTxt h2 {
		font-size: 24px;
	}
	#onestop .onestopTxt h2 span {
		font-size: 32px;
	}
	#onestop .onestopTxt p span {
		font-size: 20px;
	}
	#onestop .onestopTxt p.name {
		font-size: 20px;
	}
	#onestop .onestopTxt p.name span {
		font-size: 24px;
	}
	#onestop .img {
		width: 80%;
		margin: 0 auto;
	}
}

/*MEDIA*/
#media {
	padding: 100px 0;
	text-align: center;
}
#media p span {
	background: linear-gradient(transparent 75%, #eed78b 75%);
	font-size: 24px;
	font-weight: 600;
}
#media .mediaList {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	text-align: left;
}
#media .mediaList li {
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#media .mediaList img {
	width: 100%;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 640px) {
	#media {
		padding: 50px 0;
		text-align: left;
	}
	#media p span {
		font-size: 20px;
	}
	#media .mediaList {
		flex-direction: column;
		margin-top: 20px;
	}
	#media .mediaList li {
		margin-bottom: 15px;
		width: 100%;
		display: block;
	}

}

/*FLOW*/
#flow {
	background-color: #3a2d15;
	padding: 100px 0;
	color: #fff;
}
#flow h2 {
	color: #c89c42;
}
#flow h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
}
#flow .flowList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#flow .flowList li {
	margin-bottom: 40px;
}
#flow .flowList li:nth-child(3n+1) {
	width: 13%;
}
#flow .flowList li:nth-child(3n+2) {
	width: 51%;
}
#flow .flowList li:nth-child(3n) {
	width: 32%;
}
#flow .flowList li img {
	width: 100%;
}
#flow .flowList span {
	font-size: 80%;
}

@media (max-width: 640px) {
	#flow {
		padding: 50px 0;
	}
	#flow h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#flow .flowList li {
		margin-bottom: 20px;
	}
	#flow .flowList li:nth-child(3n+1) {
		width: 15%;
	}
	#flow .flowList li:nth-child(3n+2) {
		width: 85%;
	}
	#flow .flowList li:nth-child(3n) {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#flow .flowList li:nth-child(3n) img {
		width: 60%;
	}
	#flow .flowList li img {
		width: 100%;
	}
}

/*VOICE*/
#voice {
	background: url(../img/voice_bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 60px;
	text-align: center;
}
#voice .voiceList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	text-align: left;
}
#voice .voiceList h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-weight: 600;
	border-bottom: solid 1px #878076;
	padding-left: 30px;
}
#voice .voiceList p {
	padding-left: 30px;
	margin-top: 10px;
}
#voice .voiceList li {
	margin-bottom: 40px;
}
#voice .voiceList li:nth-child(odd) {
	width: 32%;
}
#voice .voiceList li:nth-child(even) {
	width: 68%;
}
#voice .voiceList img {
	width: 100%;
}

@media (max-width: 640px) {
	#voice {
		padding: 50px 0 20px;
		text-align: left;
	}
	#voice .voiceList {
		margin-top: 25px;
		flex-direction: column;
		align-items: center;
	}
	#voice .voiceList h3 {
		font-size: 20px;
		padding-left: 0;
	}
	#voice .voiceList p {
		padding-left: 0;
		margin-top: 10px;
	}
	#voice .voiceList li {
		margin-bottom: 10px;
	}
	#voice .voiceList li:nth-child(odd) {
		width: 70%;
	}
	#voice .voiceList li:nth-child(even) {
		width: 100%;
		margin-bottom: 30px;
	}
}

/*CONTACT*/
#top #contact {
	padding: 100px 0 80px;
}
.required {
	background-color: #df2f70;
	color: #fff;
	padding: .25em .5em;
	margin-right: 1em;
	font-size: 14px;
	font-weight: 500;
}
.checkbox {
	text-align: center;
	margin-top: 40px;
}
.checkbox .errTxt {
	display: none;
}
.checkbox.error .errTxt {
	display: block;
	color: #ff0000;
	font-size: 0.875em;
	margin-top: 5px;
}
#contact .tableList {
	margin-top: 60px;
	margin-bottom: 50px;
}
#contact .tableList li:first-child {
	border-top: solid 1px #212121;
}
#contact .tableList li:nth-child(2) {
	border-top: solid 1px #ccc;
}
#contact .tableList li:nth-child(odd) {
	width: 18em;
}
#contact .tableList li:nth-child(even) {
	width: calc(100% - 18em);
}
#contact .tableList li .errTxt {
	display: none;
}
#contact .tableList li.error .errTxt {
	display: block;
	color: #ff0000;
	font-size: 0.875em;
	margin-top: 5px;
}

@media screen and (max-width: 950px) and (min-width: 641px) {
	#contact .tableList li:nth-child(odd) {
		width: 100%;
	}
	#contact .tableList li:nth-child(even) {
		width: 100%;
		border-bottom: none;
	}
	#contact .tableList li:first-child {
		border-top: none;
	}
}

#contact .privacy {
	border: 1px solid #878076;
	padding: 15px 20px;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-top: 30px;
	font-size: 18px;
}
#contact .privacy h3 {
	margin: 40px 0 30px 0;
	padding-bottom: 15px;
	font-size: 1.4 rem;
	letter-spacing: 0.1em;
	color: #063156;
	border-bottom: 1px dotted #063156;
}

/*CONTACT add200728*/
.ttl-contact {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 0.4em;
}
.ttl-contact::before {
	content: '';
	background: #063768;
	width: 4px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 10px;
}
.ttl-privacy {
	position: relative;
	padding: 0 0 0 18px;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 0.2em;
}
.ttl-privacy::before {
	content: '';
	background: #063768;
	width: 12px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 1em;
}
#contact p.txt {
	margin-bottom: 0.8em;
}
#contact .tel {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2em;
}
#contact .tel span {
	background: #2a547e;
	padding: 0.2em;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

#contact .text-center {
	margin-bottom: 2em;
}
#contact .submit {
	margin-bottom: 3em;
}
.txt-tel {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
	.ttl-contact::before {
		height: 34px;
		left: 0;
		top: 5px;
	}
}

@media screen and (max-width: 640px) {
	#top #contact {
		padding: 50px 0 40px;
	}
	.required {
		font-size: 12px;
	}
	.checkbox {
		text-align: center;
		margin-top: 20px;
	}
	#contact .tableList {
		margin-top: 30px;
	}
	#contact .tableList li:first-child {
		border-top: none;
	}
	#contact .tableList li:nth-child(2) {
		border-top: none;
	}
	#contact .tableList li:nth-child(odd) {
		width: 100%;
	}
	#contact .tableList li:nth-child(even) {
		width: 100%;
	}
}

/*COMPANY*/
#company {
	background-color: #878076;
	color: #fff;
	padding: 80px 0;
}
#company h2 {
	color: #fff;
	font-size: 40px;
	position: relative;
}
#company h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 64px;
	height: 3px;
}
#company .tableList li:nth-child(odd) {
	width: 10em;
}
#company .tableList li:nth-child(even) {
	width: calc(100% - 10em);
	padding-left: 1em;
}
#company .tableList li {
	padding: 10px 0;
}
@media screen and (max-width: 950px) and (min-width: 641px) {
	#company .tableList li:nth-child(odd) {
		width: 100%;
	}
	#company .tableList li:nth-child(even) {
		width: 100%;
		border-bottom: none;
	}
}
#company h3 {
	font-size: 21px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	border-top: dotted 2px #c3c0bb;
	border-bottom: dotted 2px #c3c0bb;
	margin: 40px 0;
	padding: 10px 0;
}
#company .license span {
	width: 14em;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	#company {
		padding: 40px 0;
	}
	#company h2 {
		font-size: 24px;
	}
	#company h2:after {
		bottom: -15px;
		width: 48px;
		height: 2px;
	}
	#company .tableList li:nth-child(odd) {
		width: 100%;
		color: #302511;
		padding: 10px 0 5px;
	}
	#company .tableList li:nth-child(even) {
		width: 100%;
		padding-left: 0;
		padding: 5px 0 20px;
	}
	#company .tableList li {
		padding: 10px 0;
	}
	#company h3 {
		font-size: 20px;
		text-align: left;
		margin: 40px 0 20px;
		padding: 10px 0;
	}
}

/*BNR*/
.bnr {
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 100;
	display: flex;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    background: #fff;
}
.bnr a.contact {
	width: 200px;
}
.bnr a.tel {
	width: 184px;
}
.bnr a img {
	width: 100%;
}
.bnr img.pcOnly {
    display: none;
}
@media screen and (max-width: 1400px) and (min-width: 1271px) {
    .bnr img.pcOnly {
        display: block;
    }
    .bnr a.contact {
    	width: 177px;
    }
    .bnr a.tel {
	    width: 164px;
    }
    .bnr a img {
    	width: 100%;
    }
    .bnr a img.other {
    	display: none;
    }
}

@media screen and (max-width: 1270px) and (min-width: 641px) {
	.bnr {
		right: 15px;
	}
	.bnr a.contact {
		width: 143px;
	}
	.bnr a.tel {
		width: 131px;
	}
}

@media screen and (max-width: 640px) {
	/****************************************************
	 * 6.SP共通設定
	 ****************************************************/
	html {
		font-size: 14px;
	}
	html, body {
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	.pcNone {
		display: block !important;
	}
	.spNone {
		display: none !important;
	}
	img {
		max-width: 100%;
	}

	a[href^="tel:"] {
		cursor: pointer;
	}
	a[href^="tel:"]:hover {
		text-decoration: underline;
	}

	/****************************************************
	 * 7.SPレイアウト設定
	 ****************************************************/
	.container {
		min-width: 320px;
	}

	/*BNR*/
	.bnr {
		top: auto;
		bottom: 0;
		right: 0;
	}
	.bnr a.contact {
		width: 52%;
	}
	.bnr a.tel {
		width: 48%;
	}
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
	.container {
		padding: 0;
	}
	#header {
		position: static;
	}
	img {
		display: block;
	}
}
