
@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
    reset
---------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    vertical-align: baseline;
}


/* 全体レイアウト
-------------------------------- */

html {
	width:100%;
	background:#fff;
	color:#444;
}
body {
	-webkit-text-size-adjust: 100%;
}

ul,li { list-style-type: none;}

#wrapper {
	width: 100%;
	/* background-color: #f2f2f2; */
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: bold;
}

/* ヘッダー
-------------------------------- */

.header-area {
    margin-bottom: 0;
    border-top: 8px solid #000!important;
}

.static-globalHeader .pt02,
.static-globalHeader .pt02a{
	max-width: 100%;
}

/* コンテンツ
-------------------------------- */

img.logo {
	width: 90px;
	height: 53px;
	padding-left: 15px;
}

.mv {
    /* height: 675px; */
    /* background: url(../img/mv.png)center 0 no-repeat; */
    /* position: relative; */
    margin-bottom: 30px;
}
.mv .t_txt {
    padding: 30px 0 10px;
    text-align: center;
    color: #545454;
    font-size: 18px;
    font-weight: bold;
}
.mv h1 img {
	margin: 40px auto 30px;
	display:block;
	max-width: 700px;
	width: 100%;
}
.mv .mv_inner {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* max-width: 1100px; */
	/* margin: 0 auto; */
	text-align: center;
	/* right: 0; */
	/* background-color: rgba(0, 0, 0, 0.5); */
	/* height: 295px; */
}
.mv .mv_inner ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 78%;
}
.mv .mv_inner ul li {
	display: flex;
	width: 47%;
	border: 1px #dddddd solid;
	border-radius: 10px;
	height: 70px;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.mv .mv_inner ul li img {
	height: 32px;
}
.mv .mv_inner ul li + li {
	/* margin-left: 10px; */
}
.mv .mv_inner .m_txt {
    /* color: rgb(255, 255, 255); */
    font-size: 18px;
    max-width: 680px;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    margin: 0 auto;
}

.mv .mv_inner .m_txt span {
    font-size:26px;
    font-weight: bold;
}

.mv_inner-box {
    max-width: 582px;
    margin: 0 auto;
    color: #444;
}


.block {
	margin: 0 auto;
	max-width: 780px;
	margin-bottom: ３0px;
}
.block:last-child {
	margin-bottom: 0;
}

.block h2 {
	font-size: 34px;
	font-weight:bold;
	color: #313960;
	text-align:center;
	z-index: 999;
}
.block p {
	font-size: 18px;
	text-align: left;
}
.block h3 {
    max-width: 620px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    color: #313960;
}

.block-inner {
	padding: 20px 50px;
	text-align: left;
	/* background: #f6f6f6; */
	border-radius: 10px;
	line-height: 1.8;
}

.block-inner p {
	margin-top: 20px;
}

.block-inner p span {
	font-weight: bold;
	color: #313960;
	background: #f2f2f2;
	display: block;
	padding: 2px 10px;
	margin-bottom: 16px;
}
.under_line {
    position: relative;
}
.under_line:before {
    position: absolute;
    background-color: #b6c5de;
    content: "";
    width: 45%;
    height: 15px;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 10px;
}
.kiyaku_txt {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.block-text {
	font-weight: bold;
    font-size: 18px;
	line-height: 1.8;
    background: #eeeeee;
    color: #313960;
    border: #313960 1px solid;
    margin-bottom: 50px !important;
	padding: 30px 0;
}

.update{
  font-size: 13px;
  color: #EA4040 !important;
  background: #fff !important;
  padding: 0 !important;
  display: inline !important;
}

/* ボタン
-------------------------------- */

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight:bold;
    box-sizing:border-box;
    font-size: 18px;
    line-height: 50px;
    width: 95%;
    max-width: 500px;
    background: #eeeeee;
    color: #313960;
    height: 50px;
    margin-top: 36px !important;
    border: #313960 1px solid;
}

.block .btn:first-of-type {
	margin-top: 20px !important;
}
.btn small {
	font-size:14px;
}

.btn.pt01 {
	line-height: 1.2;
	padding: 10px;
	height: 60px;
}

.btn.pt03 {
	line-height: 1.3;
	padding: 10px;
	height: 90px;
}

.btn.pt02 {
	line-height: 74px;
	background: #18b184;
	margin-top: 60px !important;
	height: 70px;
	border-radius: 38px;
	border: none;
	box-shadow: 0 4px rgba(18,137,102);
	font-size: 24px;
}
.btn.pt04 {
	line-height: 74px;
	background: #fff;
	margin-top: 15px !important;
	height: 70px;
	border-radius: 38px;
	border: none;
	box-shadow: 0 4px rgba(18,137,102);
	border: #128966 1px solid;
	font-size: 24px;
}

.btn.pt02 a{
	text-decoration:none;
	color:#fff;
	display:block;
}
.btn.pt04 a{
	text-decoration:none;
	color:#18b184;
	display:block;
}
.btn.pt02:hover,.btn.pt04:hover{
	opacity: 0.8 ;
}

.sankaku{
  position: relative;
}
.sankaku:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #213969 transparent transparent transparent;
  border-width: 15px 22px 0 22px;
}
.sankaku.none {
	margin-bottom: 35px;
}
.sankaku.none:before {
	content:none;
}

.arrow,.arrow02{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before,.arrow02::before {
    content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -6px;
}

.arrow::before{
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}

.arrow02::before{
  border-top: solid 4px #128966;
  border-right: solid 4px #128966;
}

.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

hr.purple_line {
    border: #b6c5de 0.5px solid;
    margin: 20px auto;
    width: 100%;
    max-width: 740px;
}



/* ----------------------------------------------------
    acordion_すべての項目open
---------------------------------------------------- */
#all-open {
    position: relative;
    float: right;
    font-size: 12px;
    width: 185px;
    height: 30px;
    border: 1px solid #ccc;
    background: linear-gradient(to bottom,#fff 0,#f1f1f1 100%);
    box-shadow: 0 -1px 0 #ccc inset;
    margin-top: 30px;
    padding: 5px 0 0 12px;
    box-sizing: border-box;

    cursor: pointer;
    background: url("../img/all_open.png") no-repeat;
    background-position: right 10px top 50%;
    background-size:13px;
}
#all-open:before {
    content: "すべての質問の回答を開く";
}
#all-open:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha( opacity=70 );
    -ms-filter: "alpha( opacity=70 )";
}
#all-open.active {
    width: 200px;
    background: url("../img/accordion_close.png") no-repeat;
    background-position: right 10px top 50%;
    background-size:13px;
}
#all-open.active:before {
    content: "すべての質問の回答を閉じる";
}
/* ----------------------------------------------------
    acordion_項目ごと
---------------------------------------------------- */
.acordion{
    margin: 0 auto;
    /* border:2px solid #ddd; */
    text-align: left;
    max-width: 620px;
}
.acordion a,
.acordion a:hover,
.acordion a:visited {
    color:#444;
    text-decoration:none;
}
.acordion dl {
    position: relative;
    min-height:35px;
}
.acordion dl .dt.mt_0 {
    margin-top: 0;
}
.line_hight{
	line-height: 26px;
	padding: 15px 40px 15px 50px;
	}

.dt {
    text-align:left;
    font-size:14px;
    width: 100%;
    /*border-bottom:2px solid #ddd;*/
    box-sizing:border-box;
    line-height: 1.8;
    padding: 5px 50px 5px 10px;
    font-weight:700;
    position:relative;
    display: inline-block;
    cursor: pointer;
    background: url("../img/accordion.png") no-repeat #fff;
    background-position: right 20px top 50%;
    background-size:17px;
    color: #213969;
    background-color: #e4eaf5;
    text-indent: -1em;
    padding-left: 1.8em;
}

.dt_02 {
    text-align:left;
    font-size:14px;
    width: 100%;
    border-bottom:2px solid #ddd;
    box-sizing:border-box;
    line-height: 26px;
	padding: 15px 40px 15px 50px;
    font-weight:700;
    position:relative;
    display: inline-block;
    cursor: pointer;
    background: url("../img/accordion.png") no-repeat #fff;
    background-position: right 20px top 50%;
    background-size:17px;
}

.acordion dl .dt {
   margin-top: 10px;
}
.dt:before {
    position: absolute;
    /*background: url(../img/q_icon.png) no-repeat;*/
    background-size: 100% auto;
    content: "";
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    z-index: 2;
}
.dt.active {
    background: url("../img/accordion_close.png") no-repeat #e4eaf5;
    background-position: right 20px top 50%;
    background-size:17px;
    /* margin-top: 0 !important; */
}
.dt:hover,.dt.active:hover {
	opacity: 0.7;
    filter: alpha( opacity=70 );
    -ms-filter: "alpha( opacity=70 )";
}
.acordion dl:last-child .dt_02 {
    border-bottom: none;
}
.dt_02:before {
    position: absolute;
    /*background: url(../img/q_icon.png) no-repeat;*/
    background-size: 100% auto;
    content: "";
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    z-index: 2;
}
.dt_02.active {
    background: url("../img/accordion_close.png") no-repeat #f2eee3;
    background-position: right 20px top 50%;
    background-size:17px;
}
.dt_02:hover,.dt.active:hover {
	opacity: 0.7;
    filter: alpha( opacity=70 );
    -ms-filter: "alpha( opacity=70 )";
}
.acordion dd {
    display: none;
}
.ac-area {
    width: 100%;
    box-sizing:border-box;
    margin:0;
    transition: height 0.5s;
    overflow: hidden;
    /* background-color: #e2e2e2; */
}
/* ----------------------------------------------------
    QA
---------------------------------------------------- */
.cts-area {
    position: relative;
    background-color: #fff;
    /* width: 766px; */
    /* margin: 15px; */
    /* border-radius: 10px; */
    padding: 10px 40px 0 10px;
    box-sizing: border-box;
}
.cts-area:before {
    position: absolute;
    background: url(../img/a_icon.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 22px;
    height: 22px;
    top: -10px;
    left: 4px;
    z-index: 2;
}
.cts-area p {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 !important;
}
.cts-area p i {
	color: #f00;
}
.cts-area p,
.cts-area li {
    font-size: 14px;
}

.cts-area ul li {
    margin-top: 1em;
}
.cts-area ol li {
    margin-bottom: 21px;
}

.cts-area a,.cts-area a:visited {
	color: #0860c0;
    text-decoration: underline;
}
.cts-area a:hover{
    color: #0860c0;
}

/* common
-------------------------------- */


.m-btm { margin-bottom:20px;}
.m-top {/* margin-top: 60px !important; */}
.center { text-align: center;margin: 0 auto;display: block;}
.f_12 { font-size:12px;}
.f_14 { font-size:14px;}



/* フッター
-------------------------------- */
footer {
	margin:0 auto;
	width:100%;
	font-size: 10px;
    text-align: center;
    color: #444;
    padding: 15px 0 30px !important;
}


/* トップボタン
-------------------------------- */
/*#top-btn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index:100;

}
#top-btn a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #013489;
    border: #fff 1px solid;
    z-index: 2;
    text-align: center;
}
.totop {
    width: 36px;
    height: auto;
}*/

/* clearfix
-------------------------------- */
.clearfix {
	zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


/* media Query
-------------------------------- */

@media screen and (max-width: 767px) {
	.mv .mv_inner .m_txt span {
		font-size: 15px;
		font-weight: bold;
	}

	.block {
	margin-bottom: 30px;
	}
	.block-inner {
	padding: 10px 15px;
	margin: 0;
	}
	.block-inner p {
		font-size:14px;
		margin-top: 10px;
	}
	.block h2 {
	    font-size: 28px;
	}
	.under_line:before {
	    width: 70%;
	}
	.btn {
	    font-size: 14px;
	    line-height: 45px;
	    width: 95%;
	    max-width: 95%;
	    height: 45px;
	    margin-top: 34px !important;
	}
	.sankaku:before{
	  bottom: -25px;
	  border-width: 15px 15px 0 15px;
	}
	.btn.pt02,.btn.pt04 {
	    line-height: 49px;
	    height: 45px;
	    border-radius: 30px;
	    font-size: 16px;
	    padding-right: 7%;
	    box-shadow: 0 2px rgba(18,137,102);
	}
	.mv {
	    /* height: 505px; */
	    /* margin-bottom: 30px; */
	    /* background-size: cover; */
	    /* background-position: bottom; */
	    margin-bottom: 0;
	}
	.mv .t_txt {
	    font-size: 14px;
	}
	.mv h1 img {
	    width: 95%;
	}
	.mv .mv_inner ul li img {
	    /* max-width: 95px; */
	}
	.mv .mv_inner ul li + li {
	    margin-left: 0;
	}
	.mv .mv_inner .m_txt {
	    font-size: 14px;
	    max-width: 375px;
	    text-align: center;
	    margin: 0 auto;
	}
	.mv .mv_inner {
	    /* max-width: 375px; */
	    /* height: 260px; */
	}

	.arrow::before {
	    border-top: solid 3px #fff;
	    border-right: solid 3px #fff;
	}
	.arrow02::before {
		border-top: solid 3px #128966;
		border-right: solid 3px #128966;
	}
	hr.purple_line {
	    max-width: 320px;
	}
	.btn small {
		font-size:12px;
	}
	.btn.pt01 {
		line-height: 1.5;
	}
	.btn.pt03 {
		line-height: 1.5;
		height: 85px;
	}



	/* ----------------------------------------------------
	    acordion
	---------------------------------------------------- */
	#all-open {
	    position: relative;
	    font-size: 12px;
	    width: 185px;
	    height: 30px;
	    border: 2px solid #efefef;
	    border-radius: 15px;
	    margin: 40px auto 30px;
	    padding: 4px 0 0 12px;
	    box-sizing: border-box;
	    background: url("../img/all_open_sp.png") no-repeat;
	    background-position: right 10px top 50%;
	    background-size:12px;
	}
	#all-open:before {
	    content: "すべての質問の回答を開く";
	}
	#all-open.active {
	    width: 200px;
	    background: url("../img/accordion_close_sp.png") no-repeat;
	    background-position: right 10px top 50%;
	    background-size:13px;
	}
	#all-open.active:before {
	    content: "すべての質問の回答を閉じる";
	}

	.acordion{
	    text-align: left;
	    max-width: 360px;
	}
	.acordion dl {
	    position: relative;
	    min-height:35px;
	}
	.dt {
	    font-size: 13px;
	    line-height: 35px;
	    width: 100%;
	    padding: 0 32px 0 10px;
	    height: 35px;
/*	    background: url(../img/accordion_sp.png) no-repeat;*/
	    background-position: right 10px top 50%;
	    background-size: 15px;
	    padding-left: 1.5em;
	}
	.acordion dl:last-child .dt,
	.acordion dl:last-child .dt_03,
	.acordion dl:last-child .dt_04 {
	    border-bottom: none;
	}
	.dt:before,
	.dt_03:before,
	.dt_04:before {
	    position: absolute;
	    /*background: url(../img/q_icon_sp.png) no-repeat;*/
	    background-size: 100% auto;
	    content: "";
	    width: 22px;
	    height: 21px;
	    top: 0;
	    bottom: 0;
	    left: 10px;
	    margin: auto 0;
	    z-index: 2;
	}

	.dt span,
	.dt_03 span,
	.dt_04 span {
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	    height: 60px;
	}

	.acordion dd {
	    display: none;
	}
	.ac-area {
	    width: 100%;
	    box-sizing:border-box;
	    margin:0;
	    transition: height 0.5s;
	    overflow: hidden;
	    background-color: #e2e2e2;
	}
	.dt.active,
	.dt_03.active,
	.dt_04.active {
	    background: url("../img/accordion_close_sp.png") no-repeat #e4eaf5;
	    background-position: right 10px top 50%;
	    background-size:15px;
	}

	.line_2 {
		height: 50px;
		line-height: 1.8;
		padding: 3px 32px 3px 1.5em;
	}
	.line_3 {
		height: 74px;
		line-height: 1.8;
		padding: 3px 32px 3px 1.5em;
	}
	.block h3 {
		font-size: 18px;
		padding-left: 3px;
	}

	/* ----------------------------------------------------
	    QA
	---------------------------------------------------- */

}



@media screen and (max-width: 320px) {
	.block-inner {
	    margin: 0 2%;
	}
	hr.purple_line {
	    max-width: 300px;
	}
	.block-inner {
		padding: 10px 8px;
		margin: 0;
	}
	.line___2 {
		height: 50px;
		line-height: 1.8;
		padding: 3px 32px 3px 1.5em;
	}
	.line___3 {
		height: 74px;
		line-height: 1.8;
		padding: 3px 32px 3px 1.5em;
	}
	.line___4 {
		height: 96px;
		line-height: 1.8;
		padding: 3px 32px 3px 1.5em;
	}
}
