@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .12em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, '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 {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
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;
	letter-spacing: .12em;
}
p {
	letter-spacing: .12em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
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: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	color: #000;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	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:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a.normal:link {
	color: #000000;
}
a.normal:visited {
	color: #000000;
}
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;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 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: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	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 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
}

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

 general

***********************************/
.imgMax {
	max-width: none;
	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;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #2599c0;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

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

 parts

***********************************/
.define_wrap {
	padding: 0 4.66666667%;
}

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

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

 layout

***********************************/
.l-wrap {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.l-wrap.top {
	padding-bottom: 50px;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	width: 32px;
	bottom: 15px;
	right: 4%;
	z-index: 5;
}

.l-wrap.top .l-pageTop {
	bottom: 65px;
}

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

 l-header

***********************************/
.l-header {
	background: #fff;
}

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

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

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffff00;
}

.l-fixed-content a span {
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -23px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

 l-footer

***********************************/
.l-footer {

}

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

.l-footer__inner-copy {
	color: #b8b8b8;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

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

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

 c-bg-dot01

***********************************/
.c-bg-dot01 {
	background: url(../images/bg_dot01.png) repeat;
	background-size: 10px 10px;
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 25px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}


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

 c-subHero

***********************************/
.c-subHero {
	background-color: #2599c1;
}

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

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}


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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0px 3px 0px 0px #b2b2b2;
	background-color: #ffff00;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.c-btn01 span {
	display: block;
	position: relative;
	z-index: 1;
}

a.c-btn01 span:before {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

 c-form

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

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

.c-form__content dl {
	display: block;
	width: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: block;
	width: auto;
	margin-bottom: 15px;
	vertical-align: middle;
}

.c-form__content dl dt .inner {
	display: block;
	width: auto;
	line-height: 1.5;
	position: relative;
}

.c-form__content dl dt .inner .name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	background-color: #f35842;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	background-color: #2599c1;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dd {
	display: block;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .check-list {
	display: flex;
	font-weight: bold;
}

.c-form__content dl dd .check-list li {
	margin-right: 1em;
}

.c-form__content dl dd .check-list li:last-child {
	margin-right: 0;
}

.c-form__submit {
	width: 290px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 14px 18px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .08em;
	text-decoration: none;
	border-radius: 100px;
	box-shadow: 0px 3px 0px 0px #b2b2b2;
	background: #ffff00;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__submit button span,
.c-form__confirmBtn__btn .submit span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.c-form__submit button span:before,
.c-form__confirmBtn__btn .submit span:before {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__confirmBtn {
	display: flex;
	justify-content: space-between;
}

.c-form__confirmBtn__btn {
	width: 47.5%;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 14px 18px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .08em;
	border-radius: 100px;
	box-shadow: 0px 3px 0px 0px #b2b2b2;
	background: #666;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


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

 c-faq-list

***********************************/
.c-faq-list {
	padding: 0 3.676470588235294%;
}

.c-faq-list dl {
	margin-bottom: 30px;
}

.c-faq-list dl:last-child {
	margin-bottom: 0;
}

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list dl dt .icon {
	width: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #2599bf;
	border-radius: 10px;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 35px;
	padding: 9px 40px 8px 10px;
	margin-left: 10px;
	color: #2599bf;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #e9f5f9;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-faq-list dl dt .ttl:before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	margin: 19px 10px 0 0;
	background-color: #469cdb;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list dl dt.is-active .ttl:before {
}

.c-faq-list dl dt .ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	margin: 14px 15px 0 0;
	background-color: #469cdb;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list dl dd {
	display: none;
}

.c-faq-list dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
}

.c-faq-list dl dd .icon {
	width: 40px;
	color: #2599bf;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 35px;
	padding: 6px 10px 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.c-faq-list dl dd .cont p {
}




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

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 40px 0 10px;
}

.c-completeSec__inner .intro {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 215px;
	margin: 0 auto;
}



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

 c-hero

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

.c-hero {
	background-color: #2599c1;
}

.c-hero__inner {
	padding: 10.667vw 0 5.867vw;
}

.c-hero__inner-ttl {
	margin-top: -.3em;
	margin-bottom: .8em;
	color: #fff;
	font-size: 8.533vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-hero__inner-pic {
	margin: 0 -5.147058823529412%;
}

.c-hero__inner-pic img {
	width: 100%;
	max-width: none;
}

.c-hero__inner-list {
	display: flex;
	justify-content: space-between;
	margin-top: 12.533vw;
}

.c-hero__inner-list li {
	width: 47.058823529411765%;
	padding: 6.667vw 2.5vw 5.333vw;
	letter-spacing: .07em;
	background-color: #fff;
	border-radius: 4vw;
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li .num {
	width: 13.333vw;
	height: 7.2vw;
	padding-top: .2em;
	color: #fff;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: url(../images/hero_num_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner-list li .txt01 {
	font-size: 4.267vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-btn {
	width: 94.117647058823529%;
	margin: 10.666666666666667vw auto 0;
}

.c-hero__inner-btn a {
	display: block;
	padding: 3.2vw 0;
	font-size: 4.8vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: .08em;
	background-color: #ffff00;
	box-shadow: 0 0.666666666666667vw 0 rgba(0,0,0,0.3);
	border-radius: 80vw;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span {
	padding: 0 5.867vw;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 4vw;
	height: 1.6vw;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-hero__inner {
		padding: 80px 0 44px;
	}

	.c-hero__inner-ttl {
		font-size: 64px;
	}

	.c-hero__inner-list {
		margin-top: 94px;
	}

	.c-hero__inner-list li {
		padding: 50px 30px 40px;
		border-radius: 30px;
	}

	.c-hero__inner-list li .num {
		width: 100px;
		height: 54px;
		font-size: 32px;
	}

	.c-hero__inner-list li .txt01 {
		font-size: 32px;
	}

	.c-hero__inner-btn {
		margin: 80px auto 0;
	}

	.c-hero__inner-btn a {
		padding: 24px 0;
		font-size: 36px;
		box-shadow: 0 5px 0 rgba(0,0,0,0.3);
	}

	.c-hero__inner-btn a span {
		padding: 0 44px;
	}

	.c-hero__inner-btn a span:before {
		width: 30px;
		height: 12px;
	}
}



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

 c-about

***********************************/
.c-about {
	background-color: #2599c1;
}

.c-about__inner {
	padding: 22px 0 40px;
}

.c-about__inner-pic {
	width: 80.294117647058824%;
	margin: 0 auto 30px;
}

.c-about__inner-content {
	margin-bottom: 40px;
}

.c-about__inner-content p {
	margin-bottom: 1em;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

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

.c-about__inner-trouble {
	padding: 0 4.411764705882353%;
	margin-bottom: 20px;
}

.c-about__inner-trouble-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.c-about__inner-trouble-box:last-child {
	margin-bottom: 0;
}

.c-about__inner-trouble-box .pic {
	width: 80px;
	/*width: 25.806451612903226%;*/
	margin-right: 4.838709677419355%;
}

.c-about__inner-trouble-box .cont {
	flex: 1;
}

.c-about__inner-trouble-box .cont p {
	margin-right: -.5em;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-about__inner-trouble-box .cont p:last-child {
	margin-bottom: 0;
}

.c-about__inner-trouble-box .cont p span {
	display: inline-block;
	padding: 5px 8px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-about__inner-copy {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


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

}



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

 c-recommend

***********************************/
.c-recommend {
	background-color: #e9f5f9;
}

.c-recommend__inner {
	padding: 35px 0 42px;
}

.c-recommend__inner-content {
	padding: 0 7.352941176470588%;
}

.c-recommend__inner-content-sec {
	padding: 6.896551724137931%;
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-recommend__inner-content-sec:last-child {
	margin-bottom: 0;
}

.c-recommend__inner-content-sec .pic {
	margin-bottom: 12px;
	text-align: center;
}

.c-recommend__inner-content-sec .ttl {
	margin-bottom: .6em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-recommend__inner-content-sec .txt01 {
	margin-bottom: -.3em;
}

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

}



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

 c-feature

***********************************/
.c-feature {

}

.c-feature__inner {
	padding: 40px 0;
}

.c-feature__inner-content {
	padding: 12px 7.352941176470588% 0;
}

.c-feature__inner-content-sec {
	padding: 27px 6.551724137931034% 6.551724137931034%;
	margin-bottom: 42px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #2599bf;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-feature__inner-content-sec:last-child {
	margin-bottom: 0;
}

.c-feature__inner-content-sec .num {
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #2599bf;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__inner-content-sec .num span {
	display: inline-block;
	margin-left: .2em;
	font-size: 13px;
	line-height: 1;
}

.c-feature__inner-content-sec .pic {
	margin-bottom: 12px;
	text-align: center;
}

.c-feature__inner-content-sec .ttl {
	margin-bottom: .8em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-feature__inner-content-sec .txt01 {
	margin-bottom: -.3em;
}

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

}



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

 c-support

***********************************/
.c-support {
	background-color: #2599bf;
}

.c-support__inner {
	padding: 40px 0;
}

.c-support__inner-content {
	width: 92.647058823529412%;
	margin: 0 auto;
}

.c-support__inner-content-sec {
	margin-bottom: 50px;
}

.c-support__inner-content-sec:last-child {
	margin-bottom: 0;
}

.c-support__inner-content-sec .num {
	margin-bottom: 15px;
	color: #2599bf;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-support__inner-content-sec .num:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-support__inner-content-sec .num .block {
	display: inline-block;
	padding: 3px 10px;
	background-color: #fff;
	border-radius: 8px;
}

.c-support__inner-content-sec .num .block .Roboto {
	display: inline-block;
	margin-left: .2em;
	font-size: 13px;
	line-height: 1;
}

.c-support__inner-content-sec .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-support__inner-content-sec .head .pic {
	width: 100px;
	margin-right: 4.761904761904762%;
}

.c-support__inner-content-sec .head .cont {
	flex: 1;
}

.c-support__inner-content-sec .head .cont p {
	margin-right: -.5em;
	margin-bottom: 10px;
	color: #2599bf;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-support__inner-content-sec .head .cont p:last-child {
	margin-bottom: 0;
}

.c-support__inner-content-sec .head .cont p span {
	display: inline-block;
	padding: 3px 8px;
	background-color: #fff;
	border-radius: 6px;
}

.c-support__inner-content-sec .body {
	margin-top: 12px;
}

.c-support__inner-content-sec .body p {
	color: #fff;
}

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

}



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

 c-voice

***********************************/
.c-voice {
	background-color: #e9f5f9;
}

.c-voice__inner {
	padding: 40px 0 42px;
}

.c-voice__inner-content {
	padding: 0 7.352941176470588%;
}

.c-voice__inner-content-sec {
	padding: 5.172413793103448% 6.896551724137931% 6.896551724137931%;
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-voice__inner-content-sec:last-child {
	margin-bottom: 0;
}

.c-voice__inner-content-sec .pic {
	width: 32.4%;
	margin: 0 auto 15px;
	text-align: center;
}

.c-voice__inner-content-sec .txt01 {
	margin-bottom: -.3em;
}

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

}



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

 c-faq

***********************************/
.c-faq {

}

.c-faq__inner {
	padding: 40px 0;
}

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

}



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

 c-contact

***********************************/
.c-contact {

}

.c-contact__inner {
	padding: 40px 0 10px;
}

.c-contact__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 20px;
}

.c-contact__inner-content {
	padding: 1px 7.205882352941176% 8.088235294117647%;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

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

}


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

 xxx

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

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

}

