@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #2b536a;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
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;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 58px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	background: #f3f6fa;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 58px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #f3f6fa;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 156px;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: bold;
	background: #f3f6fa;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}
a:link {
	color: #2b526a;
}
a:visited {
	color: #2b526a;
}
a.normal:link {
	color: #2b526a;
}
a.normal:visited {
	color: #2b526a;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
.ov {
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 16px;
	}

	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 12px;
	}
	select {
		height: 44px;
		padding: 5px 12px;
	}
	textarea {
		height: 140px;
		padding: 8px 12px;
	}
}

@media screen and (max-width:374px) {
	body {
		font-size: 4.266666666666667vw;
	}
}

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

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
@media screen\0 {
	.marker {
		font-family: Lato, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

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

 parts

***********************************/
.define_wrap {
	padding: 0 40px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	/*overflow: hidden;*/
	position: relative;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(43,83,106,.9);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
	overflow: hidden;
	position: relative;
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

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

	.l-pageTop {
		width: 35px;
		bottom: 15px;
		right: 4.66666667%;
	}
}

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

 l-header

***********************************/
.l-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding: 0 40px;
	background: #fff;
}

.l-header__logo {
}

.l-header__navi {

}

.l-header__navi ul {
	display: flex;
	align-items: center;
}

.l-header__navi ul li {
	margin-right: 35px;
	font-size: 14px;
	font-weight: bold;
}

.l-header__navi ul li:last-child {
	margin-right: 0;
}

.l-header__navi ul li.textLink {

}

.l-header__navi ul li.textLink a {
	display: block;
	color: #2b546a;
	text-decoration: none;
}

.l-header__navi ul li.btnLink {

}

.l-header__navi ul li.btnLink a {
	display: block;
	padding: 6px 15px;
	color: #fff;
	text-decoration: none;
	background-color: #30c8d6;
	border-radius: 5px;
}

.l-header__humberger {
	display: none;
}

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

	.l-header__navi ul li {
		margin-right: 15px;
	}
}

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

	.l-header {
		justify-content: center;
		height: 55px;
		padding: 0 4.66666667%;
		position: relative;
		z-index: 1;
	}

	.l-header__logo {
		width: 180px;
	}

	.l-header__logo img {
		display: block;
	}

	.l-header__navi {
		display: none;
	}

	.l-header__humberger {
		display: block;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	.l-header__humberger a {
		display: block;
		overflow: visible;
	}

	.l-header__humberger a.is-active {
		background-color: #2b536a;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 55px;
		height: 55px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 25px;
		height: 2px;
		background-color: #2b546a;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 26px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 17px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	.l-header__drawerMenu {
		width: 100%;
		padding: 55px 4.66666667% 0;
		background-color: rgba(43,83,106,.9);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		pointer-events: none;
	}

	.l-header__drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
	}

	.l-header__drawerMenu__inner {
		height: calc(100vh - 45px);
	}

	.l-header__drawerMenu__inner ul {
		border-top: 1px solid #ffffff;
	}

	.l-header__drawerMenu__inner ul li {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
	}

	.l-header__drawerMenu__inner ul li:last-child {
	}

	.l-header__drawerMenu__inner ul li a {
		display: block;
		padding: 15px 0;
		color: #fff;
		text-decoration: none;
	}
}

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

 l-footer

***********************************/
.l-footer {
	width: 100%;
	background-color: #2b526a;
}

.l-footer__inner {
	padding: 20px 0;
}

.l-footer__inner p {
	color: #4481a5;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__inner {
		padding: 10px 0;
	}

	.l-footer__inner p {
		font-size: 9px;
	}
}

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

 c-sec

***********************************/
.c-sec {
}

.c-sec__inner {
	padding-top: 80px;
	padding-bottom: 100px;
}

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

	.c-sec__inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

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

 c-secSub

***********************************/
.c-secSub {
}

.c-secSub__inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

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

	.c-secSub__inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

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

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 40px;
	color: #2b536a;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:1023px){
	.c-title01 {
		font-size: 3.90625vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

@media screen and (max-width:374px){
	.c-title01 {
		font-size: 5.333333333333334vw;
	}
}

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

 c-btnSize-m

***********************************/
.c-btnSize-m {
	width: 240px;
	margin: 0 auto;
}

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

	.c-btnSize-m {
		width: 190px;
	}
}

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

 c-btnSize-two

***********************************/
.c-btnSize-two {
	width: 320px;
	margin: 0 auto;
}

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

	.c-btnSize-two {
		width: 280px;
	}
}

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

 c-btn01

***********************************/
a.c-btn01,
button.c-btn01 {
	display: block;
	padding: 16px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #30c8d6;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button.c-btn02 {
	display: block;
	padding: 16px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #ff6060;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button.multi-float{
	float: left;
	margin: 0 10px 0 10px;
}

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

	a.c-btn01,
	button.c-btn01 {
		padding: 11px 10px;
		font-size: 16px;
	}

	a.c-btn02,
	button.c-btn02 {
		padding: 11px 10px;
		font-size: 16px;
	}
}

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

	a.c-btn01,
	button.c-btn01 {
		font-size: 4.266666666666667vw;
	}
	
	a.c-btn02,
	button.c-btn02 {
		font-size: 4.266666666666667vw;
	}
}

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

 c-subPageTtl

***********************************/
.c-subPageTtl {
	background: url(../images/common/pagettl_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-subPageTtl__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
}

.c-subPageTtl__inner__ttl {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}


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

	.c-subPageTtl__inner__ttl {
		font-size: 3.125vw;
	}
}

@media screen and (max-width:767px){
	.c-subPageTtl {
		background: url(../images/common/pagettl_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.c-subPageTtl__inner {
		height: 107px;
	}

	.c-subPageTtl__inner__ttl {
		font-size: 20px;
	}
}

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

	.c-subPageTtl__inner__ttl {
		font-size: 5.333333333333334vw;
	}
}

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

 c-youtube

***********************************/
.c-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 12px;
	overflow: hidden;
}

.c-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:767px){
	.c-youtube {
		border-radius: 8px;
	}

}

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

 c-flow

***********************************/
.c-flow {
	margin-bottom: 35px;
}

.c-flow:last-child {
	margin-bottom: 0;
}

.c-flow__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-flow__head .num {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
	text-align: center;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-flow__head .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 25px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #e7e7eb;
	border-radius: 5px;
}

.c-flow__body {
	padding: 20px 0 0 0;
}

.c-flow__body p {
	margin-bottom: 1.5em;
}

.c-flow__body p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
	.c-flow {
		margin-bottom: 25px;
	}

	.c-flow__head .num {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-flow__head .ttl {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.c-flow__body {
		padding: 10px 0 0 0;
	}

}

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

	.c-flow__head .num,
	.c-flow__head .ttl {
		font-size: 4.266666666666667vw;
	}

}


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

 c-form

***********************************/
.c-form {

}

.c-form__content {
	margin-bottom: 60px;
}

.c-form__content table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dddddd;
}

.c-form__content table tr {
}

.c-form__content table tr th {
	width: 180px;
	padding: 20px 20px 20px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

.c-form__content table tr td {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
}

.c-form__content table tr td .once {
}

.c-form__content table tr td .once .txt01 {
	margin: 18px 0 8px;
}

.c-form__submit {
	width: 240px;
	margin: 0 auto;
}

.c-form__forget {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

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

	.c-form__content table tr th.va-t {
		padding-top: 32px;
		vertical-align: top;
	}
}

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

	.c-form__content {
		margin-bottom: 25px;
	}

	.c-form__content table tr th {
		display: block;
		width: auto;
		padding: 5px 0;
		text-align: center;
		border-bottom: none;
	}

	.c-form__content table tr td {
		display: block;
		padding: 0 0 15px 0;
	}

	.c-form__content table tr td .once .txt01 {
		margin: 10px 0 8px;
	}

	.c-form__submit {
		width: 190px;
	}
}

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

	.c-form__content table tr th,
	.c-form__content table tr td {
		font-size: 4.266666666666667vw;
	}

}

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

 topHeroSec

***********************************/
.topHeroSec {
	background: url(../images/top/hero_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.topHeroSec__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1320px;
	height: 590px;
}

.topHeroSec__inner__copy {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
}

.topHeroSec__inner__pic {
	width: 60.6060606%;
}

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

	.topHeroSec__inner {
		height: 42.1428571vw;
	}

	.topHeroSec__inner__copy {
		font-size: 4.285714285714286vw;
	}

}

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

	.topHeroSec {
		background: url(../images/top/hero_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.topHeroSec__inner {
		display: block;
		height: auto;
		padding: 8% 0 8% 0;
	}

	.topHeroSec__inner__copy {
		margin-bottom: 5%;
		font-size: 8vw;
		text-align: center;
	}

	.topHeroSec__inner__pic {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

}


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

 topAboutSec

***********************************/
.topAboutSec {

}

.topAboutSec__inner {

}

.topAboutSec__inner__txt01 {
	margin-bottom: 35px;
}

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

	.topAboutSec__inner__txt01 {
		margin-bottom: 20px;
	}

}


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

 topFeatureSec

***********************************/
.topFeatureSec {
	background-color: #e4f9fc;
}

.topFeatureSec__inner__list {

}

.topFeatureSec__inner__list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -55px;
}

.topFeatureSec__inner__list ul li {
	width: 28.5714285%;
	margin-top: 55px;
}

.topFeatureSec__inner__list ul li .icon {
	width: 64.2857142%;
	margin: 0 auto 15px;
	text-align: center;
}

.topFeatureSec__inner__list ul li p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.topFeatureSec__inner__list ul li {
		width: 31%;
	}

	.topFeatureSec__inner__list ul li p {
		font-size: 1.953125vw;
	}
}

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

	.topFeatureSec__inner__list ul {
		display: block;
		margin-top: 0;
	}

	.topFeatureSec__inner__list ul li {
		width: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.topFeatureSec__inner__list ul li:last-child {
		margin-bottom: 0;
	}

	.topFeatureSec__inner__list ul li .icon {
		width: 108px;
		margin: 0 auto 8px;
	}

	.topFeatureSec__inner__list ul li p {
		font-size: 16px;
	}
}


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

 topIntroduceSec

***********************************/
.topIntroduceSec {

}

.topIntroduceSec__inner__txt01 {
	margin-bottom: 40px;
}

.topIntroduceSec__inner__movie {
	max-width: 600px;
	margin: 0 auto;
}

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

	.topIntroduceSec__inner__txt01 {
		margin-bottom: 20px;
	}

	.topIntroduceSec__inner__movie {
		max-width: none;
	}

}


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

 topBecomeSec

***********************************/
.topBecomeSec {
	background: url(../images/common/bg_dot01.png) repeat;
}

.topBecomeSec__inner__txt01 {
	margin-bottom: 40px;
}

.topBecomeSec__inner__movie {
	max-width: 600px;
	margin: 0 auto 50px;
}

.topBecomeSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

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

	.topBecomeSec {
		background-size: 4px 4px;
	}

	.topBecomeSec__inner__txt01 {
		margin-bottom: 20px;
	}

	.topBecomeSec__inner__movie {
		width: 88.2352941%;
		max-width: none;
		margin-bottom: 25px;
	}

	.topBecomeSec__inner__btn {
		width: 190px;
		margin: 0 auto;
	}

}


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

 topMessageSec

***********************************/
.topMessageSec {

}

.topMessageSec__inner__movie {
	max-width: 600px;
	margin: 0 auto;
}

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

	.topMessageSec__inner__movie {
		width: 88.2352941%;
		max-width: none;
	}

}


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

 topPriceSec

***********************************/
.topPriceSec {
	background-color: #e4f9fc;
}

.topPriceSec__inner__box {
	max-width: 600px;
	padding: 40px 30px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
}

.topPriceSec__inner__box__ttl {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.topPriceSec__inner__box__txt01 {
	margin-bottom: 25px;
	text-align: center;
}

.topPriceSec__inner__box dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.topPriceSec__inner__box dl dt {
	padding: 5px 20px;
	margin-right: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #2b526a;
	border-radius: 15px;
}

.topPriceSec__inner__box dl dd {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.topPriceSec__inner__box dl dd span {
	font-size: 64px;
}

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

	.topPriceSec__inner__box {
		width: 88.2352941%;
		padding: 15px 15px;
		border-radius: 9px;
	}

	.topPriceSec__inner__box__ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.topPriceSec__inner__box__txt01 {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.topPriceSec__inner__box dl dt {
		padding: 3px 10px;
		margin-right: 12px;
		font-size: 12px;
		border-radius: 9px;
	}

	.topPriceSec__inner__box dl dd {
		font-size: 12px;
	}

	.topPriceSec__inner__box dl dd span {
		font-size: 32px;
	}

}

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

	.topPriceSec__inner__box__ttl {
		font-size: 4.266666666666667vw;
	}

	.topPriceSec__inner__box__txt01 {
		font-size: 3.733333333333334vw;
	}
}


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

 topStartSec

***********************************/
.topStartSec {

}

.topStartSec__inner__ttl {
	margin-bottom: 35px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.topStartSec__inner__btnArea {
	display: flex;
	justify-content: center;
}

.topStartSec__inner__btnArea__btn {
	width: 240px;
	margin-right: 40px;
}

.topStartSec__inner__btnArea__btn:last-child {
	margin-right: 0;
}

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

	.topStartSec__inner__ttl {
		margin-bottom: 20px;
		font-size: 17px;
	}

	.topStartSec__inner__btnArea {
		display: block;
	}

	.topStartSec__inner__btnArea__btn {
		width: 190px;
		margin: 0 auto 20px;
	}

	.topStartSec__inner__btnArea__btn:last-child {
		margin: 0 auto 0;
	}

}

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

	.topStartSec__inner__ttl {
		font-size: 4.533333333333333vw
	}
}


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

 applicationUseSec

***********************************/
.applicationUseSec {
}

.applicationUseSec__inner__flow {
	margin-bottom: 60px;
}

.applicationUseSec__inner__flow .scrollBox {
	margin-top: -.5em;
	border: 1px solid #e7e7eb;
}

.applicationUseSec__inner__flow .scrollBox__inner {
	padding: 25px 30px;
	height: 400px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.applicationUseSec__inner__flow .scrollBox__inner .ttl {
	margin-bottom: 2em;
}

.applicationUseSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}


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

	.applicationUseSec__inner__flow {
		margin-bottom: 25px;
	}

	.applicationUseSec__inner__flow .scrollBox__inner {
		padding: 10px 15px;
		height: 370px;
		overflow-y: scroll;
	}

	.applicationUseSec__inner__btn {
		width: 190px;
	}

}

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

 faqSec

***********************************/
.faqSec {

}

.faqSec__inner {

}

.faqSec__inner__list {
	margin-bottom: 60px;
}

.faqSec__inner__list dl {
	margin-bottom: 60px;
}

.faqSec__inner__list dl:last-child {
	margin-bottom: 0;
}

.faqSec__inner__list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.faqSec__inner__list dl dt .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.faqSec__inner__list dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	border-radius: 5px;
}

.faqSec__inner__list dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faqSec__inner__list dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.faqSec__inner__list dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	border-radius: 5px;
}

.faqSec__inner__list dl dd .cont p {
}

.faqSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

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

	.faqSec__inner__list {
		margin-bottom: 30px;
	}

	.faqSec__inner__list dl {
		margin-bottom: 30px;
	}

	.faqSec__inner__list dl dt {
		margin-bottom: 20px;
	}

	.faqSec__inner__list dl dt .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.faqSec__inner__list dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.faqSec__inner__list dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.faqSec__inner__list dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.faqSec__inner__list dl dd .cont p {
	}

	.faqSec__inner__btn {
		width: 190px;
	}

}

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

 thanksSec

***********************************/
.thanksSec {

}

.thanksSec__inner__txt01 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.thanksSec__inner__back {
	width: 240px;
	margin: 0 auto;
}

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

	.thanksSec__inner {
		padding: 10% 0 10%;
	}
}

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

	.thanksSec__inner__txt01 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.thanksSec__inner__back {
		width: 190px;
	}
}

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

	.thanksSec__inner__txt01 {
		font-size: 4.266666666666667vw;
	}
}

div.footer-menu{
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
