@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
html {
	height: 100%;
  background: rgba(105,152,208,.15);
}

html {
	font-size: 62.5%;/* 10px */
}

body {
  margin: auto;
  max-width: 450px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background-color: #FFFFFF;
	line-height: 1.6;
  text-align: center;
  color: #333333;
  background-size: 42px auto;
  transition: 1s;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
	height:auto;
	width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
  background:transparent;
  display: inline-block;
}

ins {
	background-color:#F2E1A0;
	color:#333333;
	text-decoration:none;
}

mark {
	background-color:#F2E1A0;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.min {
	font-family: "Times New Roman", Times, 'YuMincho', '游明朝','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/*レイアウト*/
#wrapper {
	margin: auto;
  width: 100%;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
  transition: .3s;
}

section {
  position: relative;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header h1 {
  width: 90px;
  height: 31px;
  margin: 0 auto;
}

/* .section_cv */
.section_cv_fv {
  padding: 4% 5% 10%;
}

.cv_btn_box .phrase {
  padding: 0 5% 2%;
}

.section_cv {
  background: #F0841A;
  padding: 3% 4% 10%;
  position: relative;
  z-index: 99;
}

.section_cv .tit_cv {
  width: 90%;
  margin: 0 auto 4%;
}

.section_cv .cv_inner {
  background: #FFF;
  border-radius: 12px;
  padding: 6% 6% 5%;
}

.section_cv .txt_cv {
  margin-bottom: 6%;
}

.section_cv .notice {
  opacity: .8;
  font-size: .8rem;
  text-align: left;
  margin-top: 4%;
}

.section_cv .notice span {
  display: inline-block;
}

.section_cv .notice span:not(:first-child) {
  margin-right: 5%;
}


/* .section_worry */
.section_worry {
  position: relative;
  z-index: 9;
  margin-bottom: -15%;
}

/* .section_point */
.section_point {
  background: #78A2D5;
  padding: 5% 5% 12%;
  position: relative;
}

.section_point .tit {
  width: 73%;
  margin: 0 auto 3%;
}

.section_point .nav_box {
  display: flex;
  column-gap: 3%;
  margin-bottom: 5%;
}

.section_point .point {
  margin-top: 5%;
}


/* .section_flow */
.section_flow {
  padding: 5% 5% 8%;
  background: #F7F7F7;
}

.section_flow .tit {
  width: 65%;
  margin: 0 auto 5%;
}

.section_flow li {
  position: relative;
  margin-top: 2%;
}

.section_flow .btn {
  position: absolute;
  bottom: 14%;
  left: 5%;
  width: 90%;
}


/* .section_faq */
.section_faq {
  padding: 0 5% 10%;
  background: #F7F7F7;
}

.section_faq .tit {
  width: 54%;
  margin: 0 auto 5%;
}

.section_faq .faq_box {
  text-align: left;
}

.section_faq .faq_box dt {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 12px 50px 12px 36px;
  margin-bottom: 2%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  cursor: pointer;
  background: #FFF;
}

.section_faq .faq_box dt .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 13px;
}

.section_faq .faq_box dt .plus::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.section_faq .faq_box dt .plus::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  width: 1px;
  height: 100%;
  background: #000;
  transition: .3s;
}

.section_faq .faq_box dt.on .plus::after {
  transform: rotate(90deg);
}

.section_faq .faq_box dd {
  position: relative;
  display: none;
  padding: 0 3% 0;
}

.section_faq .faq_box dd:not(:last-child) {
  margin-bottom: 4%;
}

.section_faq .faq_box dt .icon_q {
  content: "Q";
  position: absolute;
  top: 6px;
  left: 12px;
  color: #6998D0;
  font-size: 2rem;
  line-height: 33px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
}


/* .footer */
.footer {
  padding: 12% 8% 8%;
  text-align: left;
  font-size: 1.4rem;
}

.footer .flogo {
  width: 40%;
  margin: 0 0 3%;
}

.footer .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer .txt {
  margin-top: 6%;
  font-size: 1.2rem;
  opacity: .8;
  line-height: 2.0;
}

.footer .txt a {
  display: inline-block;
  text-decoration: underline;
}

.footer .copyright {
  opacity: .4;
  margin-top: 12%;
  font-size: 9px;
  text-align: right;
}

