* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	-webkit-animation: fadeIn 1.2s ease 0s 1 normal;
	animation: fadeIn 1.2s ease 0s 1 normal;
	background-color: #fff;
	color: #302210;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.45;
	overflow-wrap: break-word;
	overflow-x: hidden;
	text-align: justify;
}

body._step {
	background-color: #F5F1E6;
}

*::-moz-selection {
	background-color: #7B4B16;
	color: #fff;
}

*::selection {
	background-color: #7B4B16;
	color: #fff;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #302210;
	display: inline-block;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 970px;
}

.msg-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}

._color {
	color: #C67029;
}

._uline {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEB33));
	background: -webkit-linear-gradient(transparent 70%, #FFEB33 0%);
	background: linear-gradient(transparent 70%, #FFEB33 0%);
}

._dot {
	display: inline-block;
	position: relative;
}

._dot:before {
	background: -webkit-radial-gradient(circle farthest-side, #AF9579, #AF9579 40%, transparent 40%, transparent);
	background: radial-gradient(circle farthest-side, #AF9579, #AF9579 40%, transparent 40%, transparent);
	bottom: 0;
	content: '';
	display: inline;
	display: inline-block;
	left: 0;
	position: absolute;
	width: 100%;
}

.sec-wrap {
	text-align: center;
}

.sec-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.sec-tit._com {
	position: relative;
}

.sec-tit._com:before {
	-webkit-transform: translateY(-50%);
	background: url(../img/com_left_icon.png) center/contain no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec-tit._com:after {
	-webkit-transform: translateY(-50%);
	background: url(../img/com_right_icon.png) center/contain no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec-tit > small {
	font-family: lora, sans-serif;
}

.sec-tit > span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.small-txts {
	margin-top: 30px;
	text-align: center;
}

.small-inner {
	display: inline-block;
	text-align: left;
}

.small-txt {
	letter-spacing: 0;
	text-align: left;
}

.small-txt:nth-of-type(n + 2) {
	margin-top: .5em;
}

._bold {
	font-weight: 600;
}

._minco {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

._link:hover {
	text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f7f7f7;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #302210;
	font-family: inherit;
	font-size: 1em;
	letter-spacing: 0.12em;
	line-height: inherit;
	padding: 0.8em 1em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	-webkit-box-shadow: none;
	border: 1px solid rgba(175, 149, 121, 0.5);
	box-shadow: none;
	outline: none;
}

select {
	padding-right: 2.5em;
}

textarea {
	height: 240px;
	resize: vertical;
}

input[type="submit"] {
	background-image: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
}

input[type="submit"]::-moz-foucus-inner {
	border: none;
	padding: 0;
}

input[type="reset"] {
	background-image: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

input[type="reset"]:hover,
input[type="reset"]:focus {
	outline: none;
}

input[type="reset"]::-moz-foucus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.12em;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.8em;
	position: relative;
}

input[type="radio"] + label:nth-of-type(n + 2) {
	margin-left: 20px;
}

input[type="radio"] + label::before {
	-webkit-transform: translateY(-50%);
	background: #f7f7f7;
	border: 1px solid #F5F1E6;
	border-radius: 100px;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

input[type="radio"]:checked + label::before {
	-webkit-box-sizing: border-box;
	background: #fff;
	border: 4px solid #AF9579;
	box-sizing: border-box;
}

.form .page-tit {
	text-align: center;
}

.form-def {
	margin: 0 auto;
	max-width: 700px;
}

.form-dtit {
	font-weight: bold;
	letter-spacing: 0.12em;
}

.form-dtit ._req {
	color: #C67029;
	margin-left: .5em;
}

.form-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 0.5em;
}

.form-data._day {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.form-data._day > div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-data._day > div:nth-of-type(3) {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-data._day > div > span {
	font-weight: 600;
	margin-left: .5em;
}

.form-data .select-wrap {
	position: relative;
	width: 100%;
}

.form-data .select-wrap:after {
	-webkit-transform: translateY(-50%);
	border-color: #AF9579 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	content: '';
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.form-btns > p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 300px;
	-ms-flex: 0 1 300px;
	flex: 0 1 300px;
}

.form-btn {
	max-width: 320px;
}

.form-radio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
}

.form-radio input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.form-radio input:checked + label {
	background-color: #AF9579;
	border: 1px solid #AF9579;
	color: #fff;
	outline: none;
}

.form-radio input:focus + label {
	outline: none;
}

.form-radio label {
	-webkit-transition: color .4s, background-color .4s;
	background-color: #f7f7f7;
	border: 1px solid #F5F1E6;
	border-radius: 1px;
	color: #302210;
	cursor: pointer;
	height: 40px;
	letter-spacing: 0.1em;
	line-height: 40px;
	max-width: 200px;
	text-align: center;
	transition: color .4s, background-color .4s;
}

.about-stit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
}

.about-box {
	background: #F5F1E6;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
}

.about-txt {
	display: inline-block;
	text-align: left;
}

.about-list {
	max-width: 633px;
}

.about-item {
	display: block;
	position: relative;
	text-align: left;
}

.about-item > span {
	color: #C67029;
	font-weight: bold;
}

.about-item:after {
	-webkit-transform: translateY(-50%);
	background: url(../img/check_icon.png) center/contain no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.area-txt {
	letter-spacing: 0.08em;
	max-width: 600px;
}

.area-txt > small {
	font-size: 13px;
}

.area-wrap {
	text-align: center;
}

.area-item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.area-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 19px);
	-ms-flex: 0 1 calc(100% - 19px);
	flex: 0 1 calc(100% - 19px);
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
}

.box {
	background: #fff;
}

.box-tit {
	color: #AF9579;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.box-pic {
	max-width: 360px;
}

.box-txts {
	text-align: center;
}

.check {
	background: #F5F1E6;
	background: url(../img/support_bg.png) repeat;
}

.check-tit {
	margin: 0 auto;
	max-width: 464px;
}

.check-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.check-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.check-icon {
	color: #AF9579;
	font-family: lora, sans-serif;
	letter-spacing: 0;
}

.check-txt {
	margin-left: 1rem;
}

.check-txt a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #C67029;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
}

.check-txt a > img {
	height: 13px;
	margin: 0 0.2em;
	width: 19px;
}

.check-txt ._uline {
	font-weight: 600;
}

.check-img {
	border-radius: 5px;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}

.check-img:after {
	content: '';
	display: block;
	padding-top: 69%;
}

.check-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.company-def {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border: 1px solid #7B4B16;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.company-dtit {
	background: #AF9579;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.company-dtit:not(._border0) {
	border-bottom: 1px solid #fff;
}

.company-data {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.company-data:not(._border0) {
	border-bottom: 1px solid #AF9579;
}

.company-data > span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: right;
	width: 144px;
}

.company-data > small {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-left: 1em;
}

.company-item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.company-item a {
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.45);
	-webkit-transition: opacity .2s;
	box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.45);
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .2s;
	width: 100%;
}

.company-item a:hover {
	opacity: 0.8;
}

.company-item:first-of-type a {
	background: url(../img/company_item_bg1.jpg) center/cover no-repeat;
}

.company-item:first-of-type img {
	width: 210px;
}

.company-item:nth-of-type(2) a {
	background: url(../img/company_item_bg2.jpg) center/cover no-repeat;
}

.company-item:nth-of-type(2) img {
	width: 224px;
}

.company-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
}

.contact {
	background: #F5F1E6;
}

.contact-txts {
	letter-spacing: 0.08em;
	max-width: 692px;
}

.contact-stxt {
	color: #62615D;
	font-size: 14px;
	margin-top: 1em;
}

.form {
	background: #fff;
	border-radius: 5px;
}

.form-btns > p > * {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: all .2s;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
	-webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
	align-items: center;
	border-radius: 100px;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.15em;
	max-width: 100%;
	position: relative;
	transition: all .2s;
	transition: -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: box-shadow .2s, transform .2s;
	transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	width: 100%;
	z-index: 1;
}

.form-btns > p > *:hover {
	-webkit-box-shadow: none;
	-webkit-transform: translateY(2px);
	box-shadow: none;
	transform: translateY(2px);
}

.form-btns > p._confirm > * {
	background: #F59E3B;
	color: #fff;
}

.form-btns > p._return > * {
	background: #AF9579;
	color: #fff;
}

.error {
	padding: 80px 0 100px;
}

.error-item {
	font-weight: bold;
	letter-spacing: 0.12em;
}

.error-item:nth-of-type(n + 2) {
	margin-top: 0.8em;
}

.error-txt {
	margin-top: 2em;
}

.step-box {
	background: #fff;
	border-radius: 5px;
	padding: 50px 60px;
}

.confirm {
	padding: 80px 0 100px;
}

.confirm-def {
	padding-bottom: 16px;
}

.confirm-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 290px;
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.confirm-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.confirm-txt {
	margin-bottom: 3em;
}

.step-box {
	background: #fff;
	border-radius: 5px;
	padding: 50px 60px;
}

.flow {
	background: #C67029;
}

.flow .sec-tit {
	color: #fff;
}

.flow-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.flow-item:before {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.flow-item > span {
	font-family: lora, sans-serif;
	letter-spacing: 0.05em;
}

.flow-item > p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.flow-item:nth-of-type(n + 2) {
	position: relative;
}

.flow-item:nth-of-type(n + 2):after {
	-webkit-transform: translateX(-50%);
	background: #F5F1E6;
	content: '';
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
}

.footer {
	background: #302210;
}

.footer-logo {
	margin: 0 auto;
}

.footer-copy {
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.header-cta {
	background: #C67029;
	text-align: center;
}

.header-btn {
	display: inline-block;
}

.header-btn a {
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
	-webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
	background: #F59E3B;
	border-radius: 100px;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 600;
	position: relative;
	transition: -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: box-shadow .2s, transform .2s;
	transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
	width: 100%;
}

.header-btn a:after {
	-webkit-transform: translate(-50%, -50%);
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	content: '';
	height: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
}

.header-btn a:hover {
	-webkit-box-shadow: none;
	-webkit-transform: translateY(2px);
	box-shadow: none;
	transform: translateY(2px);
}

.intro {
	background: #C67029;
}

.intro-tit {
	color: #fff;
	text-align: center;
}

.intro-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.intro-item {
	background: #fff;
	position: relative;
	text-align: center;
}

.intro-item:before {
	-webkit-transform: translate(-50%, -50%);
	border: #C67029 1px solid;
	content: '';
	height: calc(100% - 20px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
}

.intro-stit {
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.intro-txt {
	letter-spacing: 0.05em;
	margin-top: 16px;
}

.intro-small {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-top: 5px;
}

.invest .sec-tit {
	color: #C67029;
}

.invest-def {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border: 1px solid #7B4B16;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.invest-def_out {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEB33));
	background: -webkit-linear-gradient(transparent 70%, #FFEB33 0%);
	background: linear-gradient(transparent 70%, #FFEB33 0%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.invest-dtit_out {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
}

.invest-data_out {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
}

.invest-dtit {
	background: #AF9579;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.invest-dtit:not(._border0) {
	border-bottom: 1px solid #fff;
}

.invest-data {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.invest-data:not(._border0) {
	border-bottom: 1px solid #AF9579;
}

.invest-data > span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: right;
}

.invest-data > small {
	letter-spacing: 0.05em;
}

.merit {
	background: #7B4B16;
}

.merit .sec-tit {
	color: #fff;
}

.merit-item {
	-webkit-box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.merit-item:before {
	background: url(../img/merit_bg_left.png) center/contain no-repeat;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.merit-item:after {
	background: url(../img/merit_bg_right.png) center/contain no-repeat;
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
	z-index: -1;
}

.merit-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7B4B16;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.merit-txt > ._color,
.merit-txt > ._uline {
	font-weight: 600;
}

.merit-txt a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #C67029;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: bold;
}

.merit-txt a img {
	height: 13px;
	margin: 0 0.2em;
	width: 19px;
}

.model {
	background: #AF9579;
}

.model .sec-tit {
	color: #fff;
	text-align: center;
}

.model-box {
	background: #fff;
	border-radius: 10px;
}

.model-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}

.model-def {
	border: 1px solid #7B4B16;
}

.model-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.model-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.model-wrap._total {
	border-top: 1px dotted #AF9579;
}

.model-wrap._bline {
	border-bottom: 1px solid #AF9579;
}

.model-wrap._out {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.model-wrap._out .model-dtit > p:nth-of-type(2) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB33), color-stop(88%, #FFEB33), color-stop(88%, transparent), to(transparent));
	background: -webkit-linear-gradient(transparent 60%, #FFEB33 60%, #FFEB33 88%, transparent 88%, transparent 100%);
	background: linear-gradient(transparent 60%, #FFEB33 60%, #FFEB33 88%, transparent 88%, transparent 100%);
	width: 100%;
}

.model-wrap._out .model-data > p {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB33), color-stop(88%, #FFEB33), color-stop(88%, transparent), to(transparent));
	background: -webkit-linear-gradient(transparent 60%, #FFEB33 60%, #FFEB33 88%, transparent 88%, transparent 100%);
	background: linear-gradient(transparent 60%, #FFEB33 60%, #FFEB33 88%, transparent 88%, transparent 100%);
}

.model-wrap._tit {
	background: #AF9579;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.model-wrap._tit .model-data > p {
	text-align: right;
}

.model-wrap._tit .model-data > p > span {
	display: inline-block;
	text-align: right;
}

.model-wrap:not(._tit) .model-data > p {
	letter-spacing: 0;
	text-align: right;
}

.model-dtit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.model .small-txts {
	color: #fff;
}

.support {
	background: url(../img/support_bg.png) repeat;
}

.support .sec-tit {
	color: #C67029;
}

.support-box {
	background: #fff;
	position: relative;
	text-align: center;
}

.support-box:before {
	-webkit-transform: translate(-50%, -50%);
	border: 1px solid #F5F1E6;
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.support-stit {
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.support-pic {
	max-width: 558px;
}

.worry {
	background: url(../img/worry_bg.jpg) bottom center/cover no-repeat;
	margin-bottom: -1.2px;
}

.worry > .inner {
	text-align: center;
}

.worry-tit {
	text-align: center;
}

.worry-stit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.12em;
}

.worry-pic {
	margin: 0 auto;
}

@media screen and (min-width: 866px) {

.inner {
	padding: 0 32px;
}

._sp {
	display: none;
}

.msg-tit {
	font-size: 40px;
	line-height: 1.6;
}

._dot {
	padding-bottom: 10px;
}

._dot:before {
	background-size: 10px 10px;
	height: 10px;
}

.sec-tit._com:before {
	height: 81px;
	left: -70px;
	width: 41px;
}

.sec-tit._com:after {
	height: 81px;
	right: -70px;
	width: 41px;
}

.sec-tit > small {
	font-size: 30px;
}

.sec-tit > span {
	font-size: 40px;
}

.small-txt {
	font-size: 14px;
}

input[type="submit"] {
	padding: 20px 20px 20px 20px;
}

input[type="reset"] {
	padding: 20px 20px 20px 20px;
}

.form._mt {
	margin-top: 40px;
}

.form-def > div:nth-of-type(n + 2) {
	margin-top: 40px;
}

.form-data._day > div:nth-of-type(n + 2) {
	margin-left: 20px;
}

.form-data .select-wrap:after {
	right: 18px;
}

.form-btns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 40px auto 0;
}

.form-btns > p:nth-of-type(2) {
	margin-left: 20px;
}

.form-btn {
	margin: 40px auto 0;
}

.about {
	margin-top: 80px;
}

.about-stit {
	font-size: 28px;
}

.about-stit img {
	max-width: 280px;
}

.about-img {
	margin-top: 47px;
}

.about-tit {
	padding: 36px 0 40px;
}

.about-tit > small {
	font-size: 26px;
}

.about-txt {
	font-size: 20px;
}

.about-list {
	margin: 30px auto 0;
}

.about-item {
	font-size: 26px;
	padding: 20px 20px 20px 43px;
}

.about-item:after {
	height: 19px;
	left: 15px;
	width: 19px;
}

.area {
	margin-top: 80px;
}

.area-txt {
	font-size: 18px;
	margin: 50px auto 0;
}

.area-list {
	margin-top: 30px;
}

.area-item {
	padding: 20px 0 20px 10px;
}

.area-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 19px;
	-ms-flex: 0 0 19px;
	flex: 0 0 19px;
	margin-right: 14px;
}

.area-content {
	font-size: 22px;
}

.box {
	margin-top: 64px;
	padding: 40px 20px;
}

.box-tit {
	font-size: 24px;
}

.box-pic {
	margin: 30px auto 0;
}

.check {
	margin-top: 64px;
	padding: 60px 40px;
}

.check-list {
	margin-top: 54px;
}

.check-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 54px / 2);
	-ms-flex: 0 0 calc(50% - 54px / 2);
	flex: 0 0 calc(50% - 54px / 2);
}

.check-list > *:nth-of-type(2n+1) {
	margin-right: 54px;
}

.check-list > *:nth-of-type(n+3) {
	margin-top: 54px;
}

.check-content {
	margin-top: 20px;
}

.check-icon {
	font-size: 50px;
	margin-top: -16px;
}

.check-txt {
	font-size: 18px;
}

.company {
	margin-top: 80px;
}

.company-def {
	margin: 54px auto 0;
	max-width: 742px;
}

.company-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 164px;
	-ms-flex: 0 0 164px;
	flex: 0 0 164px;
	padding: 13px 20px;
}

.company-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 164px);
	-ms-flex: 0 0 calc(100% - 164px);
	flex: 0 0 calc(100% - 164px);
	padding: 13px 20px;
}

.company-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 64px;
}

.company-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding-top: 26.7%;
}

.company-item:nth-of-type(2) {
	margin-left: 40px;
}

.contact {
	padding: 80px 0 100px;
}

.contact-txts {
	font-size: 18px;
	margin: 50px auto 0;
}

.form {
	margin-top: 64px;
	padding: 50px 60px;
}

.form-btns > p._return > a {
	padding: 20px 20px 20px 20px;
}

.error-txt {
	text-align: center;
}

.confirm-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.confirm-wrap:nth-of-type(n + 2) {
	margin-top: 0.8em;
}

.confirm-txt {
	text-align: center;
}

.flow {
	margin-top: 100px;
	padding: 80px 0 100px;
}

.flow-list {
	margin-top: 50px;
}

.flow-item {
	border-radius: 10px;
	padding: 20px 60px;
}

.flow-item:before {
	border-radius: 10px;
	height: calc(100% - 14px);
	width: calc(100% - 14px);
}

.flow-item > span {
	font-size: 22px;
}

.flow-item > p {
	font-size: 26px;
	margin-left: 2em;
}

.flow-item:nth-of-type(n + 2) {
	margin-top: 40px;
}

.flow-item:nth-of-type(n + 2):after {
	height: 40px;
	top: -40px;
}

.footer {
	margin-top: 100px;
	padding: 64px 0;
}

.footer-logo {
	max-width: 210px;
}

.footer-copy {
	font-size: 12px;
	margin-top: 24px;
}

.header {
	background: url(../img/header_bg.jpg) right bottom/cover no-repeat;
}

.header > .inner {
	max-width: 1130px;
	text-align: left;
}

.header-tit {
	max-width: calc(554px + 4vw);
	padding: 60px 2vw 68px;
}

.header-cta {
	padding: 20px;
}

.header-btn a {
	font-size: 20px;
	padding: 24px 88px 24px 55px;
}

.header-btn a:after {
	border-width: 14px 10px 0 10px;
	right: 44px;
}

.intro {
	padding: 64px 0 100px;
}

.intro-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 42px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 42px * 2 / 3);
	flex: 0 0 calc(33.33% - 42px * 2 / 3);
	margin-right: 42px;
}

.intro-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.intro-list > *:nth-of-type(n+4) {
	margin-top: 42px;
}

.intro-list {
	margin-top: 40px;
}

.intro-item {
	padding: 45px 15px;
}

.intro-stit {
	font-size: 29px;
}

.intro-txt {
	font-size: 18px;
}

.invest {
	margin-top: 80px;
}

.invest-def {
	margin: 54px auto 0;
	max-width: 642px;
}

.invest-def_out {
	max-width: 642px;
}

.invest-dtit_out {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 164px;
	-ms-flex: 0 0 164px;
	flex: 0 0 164px;
	font-size: 27px;
	padding: 13px 20px 0;
}

.invest-data_out {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 164px);
	-ms-flex: 0 0 calc(100% - 164px);
	flex: 0 0 calc(100% - 164px);
	font-size: 27px;
	padding: 13px 20px 0;
}

.invest-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 164px;
	-ms-flex: 0 0 164px;
	flex: 0 0 164px;
	padding: 13px 20px;
}

.invest-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 164px);
	-ms-flex: 0 0 calc(100% - 164px);
	flex: 0 0 calc(100% - 164px);
	padding: 13px 20px;
}

.invest-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.invest-data > span {
	width: 144px;
}

.invest-data > small {
	font-size: 14px;
	margin-left: 1em;
}

.merit {
	margin-top: 100px;
	padding-top: 80px;
}

.merit-list {
	padding: 70px 0 100px;
}

.merit-item {
	border: 6px solid #AF9579;
	padding: 40px 50px;
}

.merit-item:nth-of-type(n + 2) {
	margin-top: 64px;
}

.merit-item:before {
	height: 183px;
	width: 204px;
}

.merit-item:after {
	height: 235px;
	width: 213px;
}

.merit-tit > img {
	padding-right: 30px;
	width: 122px;
}

.merit-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
}

.merit-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}

.merit-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	line-height: 1.9;
	margin-left: 5%;
}

.model {
	margin-top: 100px;
	padding: 80px 0 100px;
}

.model-box {
	padding: 40px 50px;
}

.model-box._first {
	margin-top: 70px;
}

.model-box:not(._first) {
	margin-top: 64px;
}

.model-tit {
	font-size: 30px;
}

.model-def {
	margin-top: 30px;
}

.model-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 295px);
	-ms-flex: 0 1 calc(100% - 295px);
	flex: 0 1 calc(100% - 295px);
}

.model-data > p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33%);
	-ms-flex: 0 0 calc(33.33%);
	flex: 0 0 calc(33.33%);
}

.model-data > p:not(:first-child) {
	padding-left: 20px;
}

.model-wrap._out {
	font-size: 26px;
}

.model-wrap._tit {
	padding: 15px 27px 15px 0;
}

.model-wrap:not(._tit) {
	padding: 10px 27px 10px 0;
}

.model-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 295px;
	-ms-flex: 0 0 295px;
	flex: 0 0 295px;
}

.model-dtit > p._none {
	opacity: 0;
}

.model-dtit > p:first-of-type {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	text-align: center;
}

.support {
	padding: 80px 0 100px;
}

.support-box._before {
	margin-top: 70px;
}

.support-box._after {
	margin-top: 64px;
}

.support-box {
	padding: 50px 20px 67px;
}

.support-box:before {
	height: calc(100% - 30px);
	width: calc(100% - 30px);
}

.support-stit {
	font-size: 32px;
}

.support-pic {
	margin: 40px auto 0;
}

.worry {
	margin-top: 64px;
}

.worry-stit {
	font-size: 32px;
	margin-top: 20px;
}

.worry-pic {
	max-width: 812px;
	padding: 54px 0 90px;
}

}

@media screen and (max-width: 865px) {

.inner {
	padding: 0 15px;
}

._pc {
	display: none;
}

.msg-tit {
	font-size: 24px;
	line-height: 1.45;
}

._dot {
	padding-bottom: 5px;
}

._dot:before {
	background-size: 5px 5px;
	height: 5px;
}

.sec-tit._com:before {
	height: 48px;
	left: -35px;
	width: 24px;
}

.sec-tit._com:after {
	height: 48px;
	right: -35px;
	width: 24px;
}

.sec-tit > small {
	font-size: 18px;
}

.sec-tit > span {
	font-size: 24px;
}

.small-txt {
	font-size: 13px;
}

input[type="submit"] {
	padding: 16px 20px 16px 20px;
}

input[type="reset"] {
	padding: 16px 20px 16px 20px;
}

.form._mt {
	margin-top: 30px;
}

.form-def {
	padding-top: 16px;
}

.form-def > div:nth-of-type(n + 2) {
	margin-top: 1.5em;
}

.form-data._day > div:nth-of-type(-n + 2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 7px);
	-ms-flex: 0 0 calc(50% - 7px);
	flex: 0 0 calc(50% - 7px);
}

.form-data._day > div:nth-of-type(2) {
	margin-left: 14px;
}

.form-data._day > div:nth-of-type(3) {
	margin-top: 10px;
}

.form-data .select-wrap:after {
	right: 10px;
}

.form-btns {
	margin-top: 24px;
}

.form-btns > p:nth-of-type(2) {
	margin-top: 14px;
}

.form-btn {
	margin: 24px auto 0;
}

.about {
	margin-top: 40px;
}

.about-stit {
	font-size: 24px;
}

.about-stit img {
	max-width: 224px;
}

.about-img {
	margin-top: 32px;
}

.about-tit {
	letter-spacing: 0.05em;
	padding: 30px 0 24px;
}

.about-tit > small {
	font-size: 18px;
}

.about-txt {
	font-size: 18px;
}

.about-list {
	margin: 10px auto 0;
}

.about-item {
	font-size: 22px;
	padding: 15px 15px 15px 32px;
}

.about-item:after {
	height: 16px;
	left: 5px;
	width: 16px;
}

.area {
	margin-top: 60px;
}

.area-txt {
	font-size: 16px;
	margin: 24px auto 0;
}

.area-list {
	margin-top: 24px;
}

.area-item {
	padding: 10px 0 10px 5px;
}

.area-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16px;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	margin-right: 14px;
}

.area-content {
	font-size: 20px;
}

.box {
	margin-top: 40px;
	padding: 30px 15px;
}

.box-tit {
	font-size: 18px;
}

.box-pic {
	margin: 24px auto 0;
}

.check {
	margin-top: 40px;
	padding: 30px 10px;
}

.check-list {
	margin: 24px auto 0;
	max-width: 544px;
}

.check-item:nth-of-type(n + 2) {
	margin-top: 32px;
}

.check-content {
	margin-top: 10px;
}

.check-icon {
	font-size: 32px;
	margin-top: -7px;
}

.check-txt {
	font-size: 16px;
}

.company {
	margin-top: 40px;
}

.company-def {
	margin: 32px auto 0;
	max-width: 618px;
}

.company-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 124px;
	-ms-flex: 0 0 124px;
	flex: 0 0 124px;
	padding: 10px 10px;
}

.company-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 124px);
	-ms-flex: 0 0 calc(100% - 124px);
	flex: 0 0 calc(100% - 124px);
	padding: 10px 10px;
}

.company-list {
	margin: 40px auto 0;
	max-width: 544px;
}

.company-item {
	padding-top: 54.7%;
}

.company-item:nth-of-type(2) {
	margin-top: 32px;
}

.contact {
	padding: 40px 0 60px;
}

.contact-txts {
	font-size: 16px;
	margin: 24px auto 0;
}

.form {
	margin-top: 40px;
	padding: 26px 20px 40px;
}

.form-btns > p._return > a {
	padding: 16px 20px 16px 20px;
}

.confirm-wrap:nth-of-type(n + 2) {
	margin-top: 1.6em;
}

.flow {
	margin-top: 60px;
	padding: 40px 0 60px;
}

.flow-list {
	margin-top: 32px;
}

.flow-item {
	border-radius: 5px;
	padding: 15px 20px;
}

.flow-item:before {
	border-radius: 5px;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
}

.flow-item > span {
	font-size: 16px;
}

.flow-item > p {
	font-size: 18px;
	margin-left: .6em;
}

.flow-item:nth-of-type(n + 2) {
	margin-top: 24px;
}

.flow-item:nth-of-type(n + 2):after {
	height: 24px;
	top: -24px;
}

.footer {
	margin-top: 60px;
	padding: 30px 0;
}

.footer-logo {
	max-width: 140px;
}

.footer-copy {
	font-size: 11px;
	margin-top: 16px;
}

.header-tit {
	margin: 0 auto;
	max-width: 444px;
	padding-top: 20px;
}

.header-img {
	background: url(../img/header_bg_sp.jpg) right bottom/cover no-repeat;
	height: 324px;
	margin-top: 20px;
}

.header-cta {
	padding: 15px;
}

.header-btn a {
	font-size: 18px;
	padding: 18px 70px 18px 40px;
}

.header-btn a:after {
	border-width: 10px 8px 0 8px;
	right: 30px;
}

.intro {
	padding: 60px 0;
}

.intro-list {
	margin: 32px auto 0;
	max-width: 544px;
}

.intro-item {
	padding: 30px 10px;
	width: 100%;
}

.intro-item:nth-of-type(n + 2) {
	margin-top: 20px;
}

.intro-stit {
	font-size: 24px;
}

.intro-txt {
	font-size: 14px;
}

.invest {
	padding-top: 40px;
}

.invest-def {
	margin: 32px auto 0;
	max-width: 544px;
}

.invest-def_out {
	max-width: 544px;
}

.invest-dtit_out {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 124px;
	-ms-flex: 0 0 124px;
	flex: 0 0 124px;
	font-size: 22px;
	padding: 10px 15px 0;
}

.invest-data_out {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 124px);
	-ms-flex: 0 0 calc(100% - 124px);
	flex: 0 0 calc(100% - 124px);
	font-size: 22px;
	padding: 10px 15px 0;
	text-align: right;
}

.invest-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 124px;
	-ms-flex: 0 0 124px;
	flex: 0 0 124px;
	padding: 10px 15px;
}

.invest-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 124px);
	-ms-flex: 0 0 calc(100% - 124px);
	flex: 0 0 calc(100% - 124px);
	padding: 10px 15px;
}

.invest-data > span {
	display: block;
}

.invest-data > small {
	display: block;
	font-size: 12px;
	text-align: right;
}

.merit {
	margin-top: 60px;
	padding-top: 40px;
}

.merit-list {
	padding: 32px 0 60px;
}

.merit-item {
	border: 3px solid #AF9579;
	padding: 30px 20px;
}

.merit-item:nth-of-type(n + 2) {
	margin-top: 24px;
}

.merit-item:before {
	height: 152px;
	width: 170px;
}

.merit-item:after {
	height: 141px;
	width: 128px;
}

.merit-tit > img {
	padding-right: 16px;
	width: 80px;
}

.merit-content {
	margin-top: 24px;
}

.merit-img {
	height: 160px;
	padding-top: 46%;
}

.merit-img._1 {
	background: url(../img/merit_img1_sp.jpg) center/cover no-repeat;
}

.merit-img._2 {
	background: url(../img/merit_img2_sp.jpg) center/cover no-repeat;
}

.merit-img._3 {
	background: url(../img/merit_img3_sp.jpg) center/cover no-repeat;
}

.merit-img._4 {
	background: url(../img/merit_img4_sp.jpg) center/cover no-repeat;
}

.merit-img._5 {
	background: url(../img/merit_img5_sp.jpg) center/cover no-repeat;
}

.merit-txt {
	margin-top: 16px;
}

.model {
	margin-top: 60px;
	padding: 40px 0 60px;
}

.model-box {
	padding: 30px 15px;
}

.model-box._first {
	margin-top: 32px;
}

.model-box:not(._first) {
	margin-top: 24px;
}

.model-tit {
	font-size: 20px;
}

.model-def {
	font-size: 15px;
	margin: 24px auto 0;
	max-width: 544px;
}

.model-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 152px);
	-ms-flex: 0 1 calc(100% - 152px);
	flex: 0 1 calc(100% - 152px);
	letter-spacing: 0;
}

.model-data > p {
	text-align: right;
	width: 100%;
}

.model-data > p:not(:first-child) {
	padding-left: 10px;
}

.model-wrap._stit {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.model-wrap._stit .model-dtit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.model-wrap._stit .model-dtit > p:first-of-type {
	padding-bottom: 8px;
}

.model-wrap._out {
	font-size: 22px;
}

.model-wrap._tit {
	padding: 10px 15px;
}

.model-wrap:not(._tit) {
	padding: 8px 15px;
}

.model-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 152px;
	-ms-flex: 0 0 152px;
	flex: 0 0 152px;
	letter-spacing: 0;
	text-align: left;
}

.model-dtit > p._sub {
	padding-left: .5em;
}

.model-dtit > p._none {
	display: none;
}

.model-dtit > p > small {
	font-size: 13px;
}

.support {
	padding: 40px 0 60px;
}

.support-box._before {
	margin-top: 32px;
}

.support-box._after {
	margin-top: 24px;
}

.support-box {
	padding: 30px;
}

.support-box:before {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
}

.support-stit {
	font-size: 24px;
}

.support-pic {
	margin: 24px auto 0;
}

.worry {
	margin-top: 40px;
}

.worry-stit {
	font-size: 18px;
	margin-top: 10px;
}

.worry-pic {
	max-width: 554px;
	padding: 20px 0 40px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

