@charset "utf-8";
/*-------------------------------------------------
 Body
 -------------------------------------------------*/
html {
	font-size: 100%;
}
/* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
	/* 16px　100％ 同*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	width: 100%;
	margin: auto;
	letter-spacing: 1px;
	color: #212121;
	box-sizing: border-box;
}

#body-wrap {
	width: 100%;
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}

h1 {
	margin: 0;
	padding: 0;
}

a,
a:focus {
	color: #212121;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

a:link,
a:visited {
	color: #212121;
}

a:hover,
a:active {
	color: #d7bc4d;
	text-decoration: none;
	transition: all .3s;
}

img {
	display: block;
}

a img {
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	/* 透過率50% */
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
img a,
p,
table,
tr,
td,
dt,
dl,
dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

pre {
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
}

* {
	box-sizing: border-box;
}

.brea-1080 {
	display: block;
}

.brea-800 {
	display: block;
}

.brea-680 {
	display: block;
}

.brea-580 {
	display: block;
}

.brea-480 {
	display: block;
}

.brea-380 {
	display: block;
}

.brea-360 {
	display: block;
}

.brea-from-800 {
	display: none;
}

.brea-from-580 {
	display: none;
}

/*-------------------------------------------------
 Header
-------------------------------------------------*/
.head-wrap {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 30;
	background: rgba(255, 255, 255, 0.0);
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

.head-flex-bloc {
	max-width: calc(1280px + 0.0%);
	width: 100%;
	height: 70px;
	padding: 0 1.25%;
	margin: 0 auto;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	border: solid 0px #cccccc;
	z-index: 30;
}

.head-logo {
	max-width: 100%;
	width: 153px;
	height: auto;
	position: absolute;
	left: 18%;
	top: 30px;
	padding-right: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	pointer-events: auto;
	transition: all 0.4s ease;
}

.head-logo img {
	width: 100%;
	height: auto;
}

.head-logo.shrink {
	width: 60px;
	position: fixed;
	left: calc(50% - 630px);
	top: 5px;
	transition: all 0.4s ease;
}

.head-logo.shrink-mobi {
	width: 60px;
	position: fixed;
	left: 1.25%;
	top: 5px;
	transition: all 0.4s ease;
}

.head-logo-capt {
	display: inline-block;
	color: #898989;
	font-size: 0.90rem;
	padding-left: 5px;
	letter-spacing: 0;
	pointer-events: auto;
}

.head-inqu-list {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.head-inqu-item {
	display: block;
}

.head-inqu-butt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	pointer-events: auto;
}

.head-phon-item {
	max-width: 250px;
	width: 100%;
	height: auto;
	margin-right: 20px;
}

.head-phon img {
	width: 100%;
	height: auto;
}

.head-inqu-brea {
	display: block;
}

.head-logo-seco {
	max-width: 15%;
	width: 70px;
	height: auto;
	position: absolute;
	left: 1.25%;
	top: 5px;
	padding-right: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	pointer-events: auto;
	transition: all 0.4s ease;
}

.head-logo-seco img {
	width: 100%;
	height: auto;
}

/* header */
/*-------------------------------------------------
 Navi Wide and Narrow
-------------------------------------------------*/

/* メニューはデフォルトヘッダかハンバーガーかでmediascreen制御判断　以下はデフォルトヘッドメニュー*/
.head-navi-wrap {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 0px 0;
	display: block;
	background: #e8e8e8;
}

.head-navi-wrap.head-navi-acti {
	display: block;
}

.head-navi {
	max-width: 1080px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.head-navi li {
	text-align: center;
	width: calc(20% - 1px);
	height: auto;
	border-right: solid 1px #212121;
}

.head-navi li:last-of-type {
	border-right: solid 0px #212121;
}

.head-navi li a {
	color: #212121;
	width: calc(100% - 0px);
	font-weight: 600;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 96%;
	letter-spacing: 0;
	margin: auto;
	padding: 0px 0px;
	transition: 0.8s;
	background-color: rgba(255, 255, 255, 0.8);
}

.head-navi li a:hover {
	color: #ffdf0a;
	background: #fff;
	text-decoration: none;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.8);
}

.head-seco-navi {
	position: absolute;
	top: 50px;
	height: auto;
	z-index: 10;
}

.head-seco-navi li.sub-item a::before {
	content: "";
}

.head-seco-navi li.sub-item {
	border-right: dotted 0px #dfdfdf;
	min-width: calc(216px - 4px);
	width: calc(100% - 4px);
	background: #212121;
	padding: 2px 2px;
	border-top: dotted 1px #dfdfdf;
}

.head-seco-navi li.sub-item a {
	color: #FFF;
	width: calc(100% - 20px);
	font-weight: 600;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 140%;
	font-size: 96%;
	margin: 0px 0px;
	padding: 8px 10px;
	transition: 0.3s;
}

.head-seco-navi li.sub-item a:hover {
	color: #ff3e3e;
	background: #fff;
	text-decoration: none;
	border-radius: 2px;
}

.head-seco-navi {
	display: none;
}

.hum-navi-wra {
	display: none;
}

/* アコーディオンメニュー時　hide mnu-wra配置の親要素をpositon:relative必須*/
@media print,
screen and (max-width: 800px) {}

.head-navi-wrap {
	position: fixed;
	top: 70px;
	right: -300px;
	width: 300px;
	height: 80vh;
	text-align: center;
	margin: auto;
	padding: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.0);
	overflow-y: auto;
	pointer-events: auto;
}

.head-navi-wrap.head-navi-acti {
	display: block;
}

.head-navi {
	min-width: 280px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.head-navi li {
	text-align: center;
	width: 100%;
	height: auto;
	border-left: solid 1px #144884;
	border-top: solid 1px #144884;
}

.head-navi li:last-of-type {
	border-left: solid 1px #144884;
	border-bottom: solid 1px #144884;
}

.head-navi li a {
	color: #252525;
	width: calc(100% - 0px);
	font-weight: 700;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.0rem;
	letter-spacing: 0;
	margin: auto;
	padding: 12px 0px;
	transition: 0.8s;
	background-color: rgba(255, 255, 255, 0.8);
}

.head-navi li a:hover {
	color: #144884;
	background: #fff;
	text-decoration: none;
	border-radius: 2px;
	background-color: rgba(248, 248, 248, 0.8);
}

.hamb-butt-wrap {
	width: 58px;
	height: 58px;
	margin: 5px 10px 0 0px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border: solid 2px #252525;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
}

.hamb-butt,
.hamb-butt span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.hamb-butt {
	position: relative;
	width: 36px;
	height: 28px;
	caret-color: transparent;
}

.hamb-butt span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ababab;
	border-radius: 1px;
}

.hamb-butt span:nth-of-type(1) {
	top: 0;
}

.hamb-butt span:nth-of-type(2) {
	top: 13px;
}

.hamb-butt span:nth-of-type(3) {
	bottom: 0;
}

.hamb-butt.hamb-butt-acti span:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.hamb-butt.hamb-butt-acti span:nth-of-type(2) {
	opacity: 0;
}

.hamb-butt.hamb-butt-acti span:nth-of-type(3) {
	transform: translateY(-13px) rotate(45deg);
}

/*-------------------------------------------------
 Main Visual
-------------------------------------------------*/
.main-visi-wrap {
	max-width: 1280px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
	border: solid 0px #999;
	text-align: center;
}

.main-visi {
	display: block;
}

.main-visi-movi {
	display: none;
}

.main-visi-pict {
	max-width: 1280px;
	width: 100%;
	height: auto;
}

.main-visi-pict img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------------
 Contents
-------------------------------------------------*/
.cont-wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.cont-bloc {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.main-belt-wrap {
	width: 100%;
	min-height: 180px;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 60px 1.25% 10px;
	box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: linear-gradient(-15deg, #124984 50%, #19609c 50%);
	text-decoration: none;
}

.main-belt-titl {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 0 0 40px 0;
}

.font-larg-bold-yell {
	color: #fdff78;
	font-weight: 700;
}

.main-belt-capt {
	max-width: 1180px;
	width: 100%;
	height: auto;
	padding: 0 0px 60px 0;
	text-align: left;
	background: url(../images/back-ilst-main-belt01.png) right bottom -0px /500px auto no-repeat;
}

.main-belt-capt p {
	color: #ffffff;
	font-size: 1.4rem;
	padding-bottom: 15px;
}

.font-midd-bold {
	font-size: 120%;
	font-weight: 700;
}

.font-bold-yell {
	font-weight: 700;
	color: #fdff78;
}

.font-bold {
	font-weight: 700;
}

.gree-wrap {
	background: url(../images/back-gree01.png) center center / 21px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.arti-bloc {
	max-width: 1180px;
	width: 100%;
	height: auto;
	padding: 40px 50px 50px;
	margin: 0 auto;
	border: solid 1px #e8e8e8;
	box-shadow: 2px 0px 2px #efefef, -2px 0px 2px #efefef, 0px 2px 2px #efefef, 0px -2px 2px #efefef, 2px 2px 2px #efefef, -2px -2px 2px #efefef, 2px -2px 2px #efefef, -2px 2px 2px #efefef;
	box-sizing: border-box;
	background: #ffffff;
}

.flex-norm-wrap {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flex-norm-pict-bloc {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 340px;
}

.flex-norm-pict-bloc img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.flex-norm-capt {
	width: 65%;
	height: auto;
	padding: 0 0 0 5%;
	box-sizing: border-box;
}

.flex-norm-capt p {
	font-size: 1.2rem;
	padding-bottom: 20px;
}

.flex-norm-capt br {
	display: block;
}

.chec-list-blue {
	max-width: 876px;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 40px 50px;
	box-sizing: border-box;
	background: #fffef1;
	border: solid 5px #124984;
}

.chec-list-blue li {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 140%;
	padding: 12px 0;
	padding-left: 50px;
	position: relative;
}

.chec-list-blue li:before {
	position: absolute;
	left: 0px;
	content: "";
	display: inline-block;
	transform: rotate(0deg);
	font-size: 1.0rem;
	color: #f8931d;
	width: 30px;
	height: 30px;
	background: url(../images/icon-chec01.svg) center center / 30px auto no-repeat;
}

.font-bold-red {
	color: #ef5407;
	font-weight: 700;
}

.font-midd-bold-red {
	color: #ef5407;
	font-size: 120%;
	font-weight: 700;
}

.font-smal {
	font-size: 80%;
}

.alig-righ-pink {
	text-align: right;
	color: #e02c63;
	max-width: 876px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

.four-char-wrap {
	background: url(../images/back-four-char01.jpg) center center / 1280px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.sect-titl-wrap {
	max-width: calc(810px + 120px);
	width: 100%;
	height: auto;
	margin: 20px auto 40px;
	background: url(../images/back-sect-titl-belt01.svg) left top /90px auto no-repeat, url(../images/back-sect-titl-belt02.svg) right bottom /90px auto no-repeat;
}

.sect-titl {
	font-size: 2.4rem;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 120%;
	max-width: 810px;
	width: 100%;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: url(../images/icon-sect-titl-star01.svg) left 20px top 10px / 64px auto no-repeat, url(../images/icon-sect-titl-star01.svg) right 20px bottom 10px/ 64px auto no-repeat, linear-gradient(-15deg, #19609c 50%, #124984 50%);
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.sect-titl:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	padding: 6px;
	/* ボーダー相当の太さ */
	background: linear-gradient(0deg, #f2d14a 10%, #d0a512 30%, #f9f1bb 60%, #f2d14a 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.sect-obi-whit-wrap {
	border: solid 3px #c71919;
	background: #fffef1;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 120px;
	margin: 50px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.sect-obi-titl {
	font-size: 1.6rem;
	font-weight: 700;
}

.sect-obi-wrap {
	position: absolute;
	top: -30px;
	left: -50px;
	max-width: 144px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.sect-obi-whit {
	font-size: 1.8rem;
	color: #9f7906;
	font-weight: 700;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	width: 100%;
	height: auto;
	position: absolute;
	padding-left: 15%;
}

.sect-obi-whit-icon {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.sect-obi-whit-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.why-wrap {
	background: url(../images/back-why01.jpg) center center / 1280px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.sect-obi-red-wrap {
	border: solid 3px #c4981a;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 120px;
	margin: 50px auto 20px;
	position: relative;
	box-sizing: border-box;
}

.sect-obi-step-wrap {
	border: solid 3px #0b61b1;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 120px;
	margin: 50px auto 20px;
	position: relative;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.sect-obi-step-wrap:after {
	content: "";
	position: absolute;
	left: -49px;
	bottom: calc(0% - 24px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #0b61b1 transparent transparent #0b61b1;
	border-width: 35px 15px 35px 15px;
	transform: rotate(0deg);
	z-index: -1;
}

.sect-obi-red {
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: 700;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	width: 100%;
	height: auto;
	position: absolute;
	padding-left: 15%;
}

.chec-list-red {
	max-width: 876px;
	width: 100%;
	height: auto;
	margin: 20px auto 60px;
	padding: 40px 50px;
	box-sizing: border-box;
	background: #fffef1;
	border: solid 5px #c71919;
}

.chec-list-red li {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 120%;
	padding: 12px 0;
	padding-left: 50px;
	position: relative;
}

.chec-list-red li:before {
	position: absolute;
	left: 0px;
	content: "";
	display: inline-block;
	transform: rotate(0deg);
	font-size: 1.0rem;
	color: #f8931d;
	width: 30px;
	height: 30px;
	background: url(../images/icon-chec01.svg) center center / 30px auto no-repeat;
}

.norm-bloc p {
	font-size: 1.2rem;
	padding-bottom: 20px;
}

.alig-cent {
	text-align: center;
}

.true-wrap {
	background: url(../images/back-true01.png) center center / 200px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.flex-imag-bloc {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 30px auto;
}

.flex-imag-left-bloc {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin: 30px auto;
}

.flex-imag-pict {
	width: 100%;
	height: auto;
	max-width: 640px;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 0;
	right: 0;
}

.flex-imag-pict img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.flex-imag-left-pict {
	width: 100%;
	height: auto;
	max-width: 640px;
	position: relative;
	margin: 0 auto 0 0;
	z-index: 0;
	right: 0;
}

.flex-imag-left-pict img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.flex-imag-capt {
	width: 65%;
	height: auto;
	padding: 0 0 0 0%;
	position: absolute;
	z-index: 5;
}

.flex-imag-left-capt {
	width: 60%;
	height: auto;
	padding: 0 0 0 0%;
	position: absolute;
	z-index: 5;
}

.flex-imag-capt p,
.flex-imag-left-capt p {
	font-size: 1.2rem;
	padding-bottom: 20px;
}

.summ-wrap {
	background: url(../images/back-summ01.png) center center / 1280px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.sub-belt-titl {
	max-width: 90%;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 30px auto;
	padding: 20px 5.0%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
	color: #ffffff;
	background: #19609c;
	position: relative;
	box-sizing: border-box;
}

.sub-belt-titl:before {
	content: "";
	position: absolute;
	left: -20px;
	top: calc(50% - 8px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ef5407 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
	transform: rotate(-90deg);
}

.sub-belt-titl:after {
	content: "";
	position: absolute;
	right: -20px;
	top: calc(50% - 8px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #ef5407 transparent;
	border-width: 0px 20px 20px 20px;
	transform: rotate(-90deg);
}

.norm-bloc p {
	font-size: 1.2rem;
	padding-bottom: 20px;
}

.obi-vert-one-wrap {
	border: solid 3px #c71919;
	background: #f9f7f4;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 100px;
	margin: 50px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.obi-vert-two-wrap {
	border: solid 3px #124984;
	background: #f4f7fa;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 100px;
	margin: 50px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.obi-vert-thre-wrap {
	border: solid 3px #987309;
	background: #fffef1;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 80px;
	margin: 50px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.obi-vert-wrap {
	position: absolute;
	top: -30px;
	left: -50px;
	max-width: 87px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.obi-vert-embl {
	font-size: 0.9rem;
	color: #252525;
	font-weight: 700;
	line-height: 120%;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 10%;
	padding-left: 0%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.obi-vert-one-icon {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.obi-vert-one-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.font-larg-enji-min {
	color: #a62f21;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.font-midd-bold-enji {
	color: #a62f21;
	font-size: 120%;
	font-weight: 700;
	line-height: 140%;
}

.font-larg-blue-min {
	color: #124984;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.font-midd-bold-blue {
	color: #124984;
	font-size: 120%;
	font-weight: 700;
	line-height: 140%;
}

.font-larg-gold-min {
	color: #987309;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.font-midd-bold-gold {
	color: #987309;
	font-size: 120%;
	font-weight: 700;
	line-height: 140%;
}

.unde-line-titl {
	font-size: 1.5rem;
	font-weight: 700;
	border-bottom: solid 2px #19609c;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 5px 10px 5px 50px;
	margin: 0px auto 20px;
	position: relative;
	box-sizing: border-box;
}

.unde-line-titl:after {
	content: "";
	position: absolute;
	left: -3px;
	top: calc(50% - 10px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ef5407 transparent transparent transparent;
	border-width: 20px 15px 0 15px;
	transform: rotate(-90deg);
}

.unde-line-titl-seco {
	font-size: 1.5rem;
	font-weight: 700;
	border-bottom: solid 2px #19609c;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 5px 10px 5px 50px;
	margin: 0px auto 20px;
	position: relative;
	box-sizing: border-box;
}

.unde-line-titl-seco:after {
	content: "";
	position: absolute;
	left: -3px;
	top: calc(50% - 10px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #c4981a transparent transparent transparent;
	border-width: 20px 15px 0 15px;
	transform: rotate(-90deg);
}

.tabl-list-red {
	max-width: 876px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 40px;
}

.tabl-list-red>dt {
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 700;
	width: 18%;
	padding: 8px 8px;
	background: #a62f21;
	border: solid 1px #e7e7e7;
	border-right: none;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
}

.tabl-list-red>dd {
	font-size: 1.2rem;
	font-weight: 700;
	width: 82%;
	padding: 8px 20px;
	background: #fcfcfc;
	border: solid 1px #e7e7e7;
	text-align: left;
	box-sizing: border-box;
	border-bottom: none;
}

.tabl-list-red>dt:nth-of-type(2n) {
	background: #d93825;
}

.tabl-list-red>dd:nth-of-type(2n) {
	background: #f6f6f6;
}

.tabl-list-red>dt:nth-last-of-type(-n+1),
.tabl-list-red>dd:nth-last-of-type(-n+1) {
	border-bottom: solid 1px #e7e7e7;
}

.tabl-list-gold {
	max-width: 876px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 80px;
}

.tabl-list-gold>dt {
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 700;
	width: 18%;
	padding: 8px 8px;
	background: #a69c58;
	border: solid 1px #e7e7e7;
	border-right: none;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
}

.tabl-list-gold>dd {
	font-size: 1.2rem;
	font-weight: 700;
	width: 82%;
	padding: 8px 20px;
	background: #fcfcfc;
	border: solid 1px #e7e7e7;
	text-align: left;
	box-sizing: border-box;
	border-bottom: none;
}

.tabl-list-gold>dt:nth-of-type(2n) {
	background: #b6aa57;
}

.tabl-list-gold>dd:nth-of-type(2n) {
	background: #f6f6f6;
}

.tabl-list-gold>dt:nth-last-of-type(-n+1),
.tabl-list-gold>dd:nth-last-of-type(-n+1) {
	border-bottom: solid 1px #e7e7e7;
}

.tabl-list-brow {
	max-width: 876px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 40px;
}

.tabl-list-brow>dt {
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 700;
	width: 18%;
	padding: 8px 8px;
	background: #93751d;
	border: solid 1px #e7e7e7;
	border-right: none;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
}

.tabl-list-brow>dd {
	font-size: 1.2rem;
	font-weight: 700;
	width: 82%;
	padding: 8px 20px;
	background: #fcfcfc;
	border: solid 1px #e7e7e7;
	text-align: left;
	box-sizing: border-box;
	border-bottom: none;
}

.tabl-list-brow>dt:nth-of-type(2n) {
	background: #ad8d33;
}

.tabl-list-brow>dd:nth-of-type(2n) {
	background: #f6f6f6;
}

.tabl-list-brow>dt:nth-last-of-type(-n+1),
.tabl-list-brow>dd:nth-last-of-type(-n+1) {
	border-bottom: solid 1px #e7e7e7;
}

.tabl-list-blue {
	max-width: 876px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 40px;
}

.tabl-list-blue>dt {
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 700;
	width: 18%;
	padding: 8px 8px;
	background: #124984;
	border: solid 1px #e7e7e7;
	border-right: none;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
}

.tabl-list-blue>dd {
	font-size: 1.2rem;
	font-weight: 700;
	width: 82%;
	padding: 8px 20px;
	background: #fcfcfc;
	border: solid 1px #e7e7e7;
	text-align: left;
	box-sizing: border-box;
	border-bottom: none;
}

.tabl-list-blue>dt:nth-of-type(2n) {
	background: #19609c;
}

.tabl-list-blue>dd:nth-of-type(2n) {
	background: #f6f6f6;
}

.tabl-list-blue>dt:nth-last-of-type(-n+1),
.tabl-list-blue>dd:nth-last-of-type(-n+1) {
	border-bottom: solid 1px #e7e7e7;
}

.butt-send-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

.send-butt {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 488px;
	position: relative;
	top: 0px;
	transition: 0.2s;
}

.send-butt:hover {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 488px;
	position: relative;
	top: 4px;
	transition: 0.2s;
}

.send-butt img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.purp-wrap {
	background: url(../images/back-purp01.jpg) center center / 1280px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.bord-doub-titl {
	font-size: 2.0rem;
	font-weight: 700;
}

.bord-doub-one-wrap {
	border-bottom: double 6px #0b61b1;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 0px 20px 10px 80px;
	margin: 80px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.font-larg-minc-righ {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0;
	line-height: 140%;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	text-align: right;
}

.norm-limi-bloc {
	max-width: 876px;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
}

.arro-red-capt {
	font-size: 1.3rem;
	font-weight: 400;
	color: #252525;
	position: relative;
	padding: 0 0 0 40px;
}

.arro-red-capt:after {
	content: "";
	position: absolute;
	left: 3px;
	top: calc(0% + 5px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ef5407 transparent transparent transparent;
	border-width: 20px 15px 0 15px;
	transform: rotate(-90deg);
}

.fee-wrap {
	background: url(../images/back-plan01.jpg) center center / 1280px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.fee-grou {
	padding: 40px 0;
}

.fee-grou p {
	padding-bottom: 20px;
}

.font-midd-minc-cent {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0;
	text-align: center;
	line-height: 160%;
}

.font-larg-minc-cent {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 2.0rem;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0;
	text-align: center;
	line-height: 160%;
}

.alig-righ-link a {
	color: #4d78ee;
	font-size: 0.9rem;
	text-decoration: underline;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.sect-subt-titl {
	width: auto;
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 130%;
	margin: 0px auto;
	padding-bottom: 10px;
	letter-spacing: 2px;
	border-bottom: solid 5px #0b61b1;
	position: relative;
	text-align: center;
}

.sect-subt-titl:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	height: inherit;
	border-bottom: 5px solid #ef5407;
}

.tria-titl {
	max-width: 876px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 10px 10px 35px;
	position: relative;
}

.tria-titl:after {
	content: "";
	position: absolute;
	left: -3px;
	top: calc(0% + 6px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #0b61b1 transparent transparent transparent;
	border-width: 20px 12px 0 12px;
	transform: rotate(0deg);
}

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

.kome-list li {
	font-size: 1.2rem;
	line-height: 120%;
	padding: 5px 0;
	padding-left: 30px;
	position: relative;
}

.kome-list li:before {
	position: absolute;
	left: 0px;
	content: "※";
	display: inline-block;
	transform: rotate(0deg);
	font-size: 1.2rem;
	font-weight: 700;
	color: #f8931d;
}

.dott-line-titl {
	font-size: 1.4rem;
	font-weight: 700;
	border-bottom: dotted 3px #cccccc;
	padding: 5px 10px 5px 25px;
	margin: 0 auto 20px;
	position: relative;
}

.dott-line-titl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ef5407;
	border-width: 18px 3px 18px 3px;
}

.step-wrap {
	background: url(../images/back-gree01.png) center center / 21px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.gold-cont-wrap {
	border: solid 3px #c4981a;
	background: #ffffff;
	max-width: 876px;
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin: 20px auto 40px;
	position: relative;
	box-sizing: border-box;
}

.gold-cont-wrap p {
	font-size: 1.2rem;
	font-weight: 700;
}

.faq-wrap {
	background: url(../images/back-true01.png) center center / 200px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

/* FAQ よくある質問　*/
.faq-list {
	max-width: 920px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0px 0 0px;
}

.padd-bott-none,
p.padd-bott-none {
	padding-bottom: 0px;
}

.marg-bott-none {
	margin-bottom: 0px;
}

.marg-top-midd {
	margin-top: 30px;
}

.marg-bott-midd {
	margin-bottom: 30px;
}

.faq-titl-wrap {
	width: calc(100% - 0px);
	height: auto;
	min-height: 60px;
	border: solid 2px #0b61b1;
	background: #ffffff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	box-shadow: 4px 5px 0px 0px #0b61b1;
}

.faq-titl-wrap {
	background: url(../images/icon-faq-down01.svg) right 20px center no-repeat, #ffffff;
}

.faq-titl-wrap.sele-item {
	background: url(../images/icon-faq-up01.svg) right 20px center no-repeat, #ffffff;
}

.faq-titl-symb {
	background: #ffffff;
	width: 66px;
	min-height: 60px;
	height: 100%;
	border-radius: 0px;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0b61b1;
	border: double #f80 0px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.faq-titl-text {
	width: calc(100% - 0px);
	line-height: 130%;
	color: #252525;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 16px 40px 16px 6px;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq-answ-wrap {
	width: calc(100% - 0px);
	height: 100%;
	border: solid 2px #ef5407;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px auto 30px;
	letter-spacing: 0;
	box-shadow: 4px 5px 0px 0px #ef5407;
}

.faq-answ-symb {
	background: none;
	width: 66px;
	height: 60px;
	margin-top: 16px;
	border-radius: 0px;
	color: #ef5407;
	border: solid 0px #e83e1c;
	border-left: none;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.faq-answ-symb:after {
	content: "";
	position: absolute;
	left: -2px;
	top: calc(0% - 37px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #0b61b1 #0b61b1;
	border-width: 10px 5px 10px 5px;
	transform: rotate(0deg);
}

.faq-answ-capt {
	width: calc(100% - 0px);
	min-height: 93px;
	height: 100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 16px 40px 16px 6px;
}

.faq-answ-capt p {
	overflow-wrap: anywhere;
	/*CSS3　禁則処理*/
	word-wrap: break-word;
	/*禁則処理*/
	white-space: normal;
	word-break: break-all;
}

.faq-more-titl-wrap {
	width: calc(100% - 0px);
	height: auto;
	min-height: 60px;
	border: solid 2px #142141;
	background: #142141;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.faq-more-titl-wrap {
	background: url(../images/icon-faq-down-whit01.svg) right 20px center no-repeat, #142141;
}

.faq-more-titl-wrap.sele-item {
	background: url(../images/icon-faq-up-whit01.svg) right 20px center no-repeat, #142141;
}

.faq-more-titl-symb {
	background: #ffffff;
	width: 66px;
	min-height: 60px;
	height: 100%;
	border-radius: 0px;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #877304;
	border-right: solid #142141 2px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq-more-titl-text {
	width: calc(100% - 0px);
	line-height: 130%;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 16px 36px 16px 36px;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq-more-answ-wrap {
	width: calc(100% - 0px);
	height: 100%;
	border: solid 2px #877304;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 40px auto 30px;
	letter-spacing: 0;
}

.faq-more-answ-symb {
	z-index: 5;
	background: #e83e1c;
	width: 66px;
	min-height: 60px;
	height: 60px;
	margin: -30px 0 0 -3px;
	border-radius: 0px;
	color: #ffffff;
	border: solid 0px #ffffff;
	border-left: none;
	font-size: 1.6rem;
	line-height: 130%;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.faq-more-answ-capt {
	width: calc(100% - 0px);
	min-height: 93px;
	height: 100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 36px 36px 36px 36px;
}

.faq-more-answ-capt p {
	padding-bottom: 20px;
}

.faq-more-answ-capt p:last-of-type {
	padding-bottom: 0px;
}

.inqu-wrap {
	background: url(../images/back-gree01.png) center center / 21px auto repeat;
	padding: 40px 1.25%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.font-midd-bold-cent {
	font-size: 1.6rem;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0;
	line-height: 140%;
	text-align: center;
	margin: 0 auto;
}

.inqu-grou {
	padding: 0 0 30px;
}

/* メールフォーム */
.priv-poli-chec {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.inqu-form-wrap {
	border: solid 3px #212121;
	box-shadow: 0px 0px 4px 4px #e7e7e7;
}

.inqu-form {
	width: calc(100% - 0px);
	padding: 0px 15% 0;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
}

.icon-must-larg {
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius: 2px;
}

.icon-must {
	max-width: 80px;
	display: inline;
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #FFF;
	margin: 0px 0 0 auto;
	border-radius: 3px;
	border: solid 0px #cccccc;
}

dl.form-list {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.form-list dt {
	color: #212121;
	font-size: 1.1rem;
	width: 34%;
	min-height: 30px;
	font-weight: 700;
	padding: 15px 15px;
	border: solid 1px #ccc;
	border-bottom: none;
	border-right: none;
	background: #ffe87d;
	vertical-align: top;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}

.form-list dd {
	width: 66%;
	min-height: 30px;
	background: none;
	padding: 15px 15px;
	border: solid 1px #ccc;
	border-bottom: none;
	text-align: left;
	box-sizing: border-box;
}

.form-list dt:nth-last-child(2),
.form-list dd:last-child {
	border-bottom: solid 1px #ccc;
}

.mul-inp-lis input[type="text"],
.mul-inp-lis input[type="email"],
.mul-inp-lis input[type="tel"],
.mul-inp-lis input[type="url"] {}

.mfpr-butt-wrap {
	width: 100%;
	margin: 40px auto 40px;
	text-align: center;
}

a.inqu-butt,
button.inqu-butt {
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	letter-spacing: 2px;
	background: url(../images/icon-butt_arro_circ01.svg)right 20px center / 20px auto no-repeat, #bb1628;
	line-height: 150%;
	max-width: 480px;
	width: calc(80% - 0px);
	padding: 20px 10px;
	border: 0px double #cbdc51;
	border-radius: 6px;
	cursor: pointer;
	-webkit-appearance: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position: relative;
	top: -5px;
	box-shadow: 0px 5px 0px 0px rgba(233, 109, 122, 1.0);
}

a.inqu-butt:hover,
button.inqu-butt:hover {
	color: #ffffff;
	position: relative;
	top: 0px;
	background: url(../images/icon-butt_arro_circ01.svg)right 10px center / 20px auto no-repeat, #d83b4c;
	border: 0px solid #6fbe97;
	box-shadow: 0px 0px 0px 0px rgba(233, 109, 122, 1.0);
}

.form-list .ppol-bloc {
	border-radius: 2px;
	width: 100%;
	height: 200px;
	overflow: auto;
	padding: 20px;
	margin: auto;
	border: solid 1px #e7e7e7;
	background: #FFF;
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
	border: solid 1px #ccc;
	width: 300px;
	height: calc(32px);
	padding: 3px 5px;
	font-size: 100%;
	border-radius: 0px;
	box-sizing: border-box;
}

input[type="text"].inpu-shor {
	border: solid 1px #ccc;
	width: 120px !important;
	height: calc(32px);
	padding: 3px 5px;
	font-size: 100%;
	border-radius: 0px;
	box-sizing: border-box;
}

textarea {
	border: solid 1px #cdcdcd;
	width: 100%;
	height: calc(80px);
	padding: 10px;
	font-size: 100%;
	box-sizing: border-box;
}

a.anch-link {
	color: #4d78ee;
	font-size: 1.0rem;
	text-decoration: underline;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.alig-cent-larg-red {
	color: #a62f21;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.alig-cent-larg-blue {
	color: #124984;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.alig-cent-larg-brow {
	color: #987309;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

form#mailformpro .mfp_buttons .but-inp,
.mfp_element_submit0,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
	color: #fff;
	font-size: 100%;
	letter-spacing: 2px;
	background-color: #bb1628;
	line-height: 150%;
	width: 46%;
	padding: 10px;
	margin: auto 5px;
	border: 0px solid #e7e7e7;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.5s;
	/* アニメーション */
	-webkit-transition: 0.5s;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*折り返さない場合*/
	white-space: nowrap;
	word-break: keep-all;

}

form#mailformpro .mfp_buttons .but-inp:hover,
.mfp_element_submit0:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
	color: #fff;
	font-size: 100%;
	letter-spacing: 2px;
	background-color: #d83b4c;
	line-height: 150%;
	width: 46%;
	padding: 10px;
	margin: auto 5px;
	border: 0px solid #e7e7e7;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*折り返さない場合*/
	white-space: nowrap;
	word-break: keep-all;

}


/*-------------------------------------------------
 Footer
-------------------------------------------------*/
.foot-wrap {
	height: auto;
	width: 100%;
	padding: 50px 1.25% 50px;
	background: #f8f8f8;
	box-sizing: border-box;
}

.foot-bloc {
	max-width: 1180px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.foot-logo {
	max-width: 230px;
	width: 100%;
	height: auto;
	margin: auto;
}

.foot-logo img {
	width: 100%;
	height: auto;
}

.foot-bloc a {
	text-decoration: none;
}

.foot-navi {
	width: 60%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.foot-navi li {
	width: auto;
	height: auto;
	text-align: center;
	line-height: 130%;
	padding: 10px 0px;
}

.foot-navi li a {
	border: solid 0px #cccccc;
	font-size: 1rem;
	padding: 0px 15px;
	transition: 0.5s;
	background: url(../images/icon-chev-righ01.svg) right 0px center /15px auto no-repeat;
}

.foot-navi li a:hover {
	color: rgba(255, 62, 62, 1.0);
}

.foot-corp {
	padding: 10px 2.5%;
	text-align: center;
	font-size: 0.8rem;
	background: #144884;
	line-height: 150%;
	color: #ffffff;
}

.foot-corp a {
	color: #ffffff;
}

.foot-corp br {
	display: none;
}

/*-------------------------------------------------
 page top
-------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}

#page-top a {
	border-radius: 0px;
	display: block;
	width: 54px;
	height: 54px;
	text-align: center;
	color: #FFF;
	border: solid 2px #252525;
	text-decoration: none;
	background: #ffffff;
	transition: 0.2s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#page-top a img {
	width: 100%;
	height: auto;
}

.brea-crum {
	text-align: left;
	height: auto;
	line-height: 140%;
	font-size: 90%;
	margin: 0 auto 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.brea-crum li:after {
	content: "〉";
	padding: 0 0 0px 5px;
	font-size: 90%;
}

.brea-crum li:last-child:after {
	content: "";
}

.affi-wrap {
	width: 100%;
	height: auto;
	text-align: center;
}

.affi-wrap a {
	display: inline-block;
	max-width: 468px;
	width: 100%;
	height: auto;
	text-align: center;
}

.affi-wrap img {
	width: 100%;
	height: auto;
}