@charset "utf-8";
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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
input[type="email"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.wide_inner{
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
/*-------------------------------------------------------------------------
MARGIN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BTN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
}
p{
	line-height: 1.8em;
}
.mv{
	position: relative;
	width: 100%;
	padding: 70px 0 300px;
}
.mv:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/mv_bg.png) repeat;
	background-size: 400px;
	z-index: -2;
}
img{
	width: 100%;
}
header{
	width: 100%;
	padding: 15px 15px 15px;
	position: relative;
	z-index: 1;
}
.header_logo{
	width: 250px;
	position: relative;
}
.header_tel{
	max-width: 260px;
	margin-right: 15px;
}
.header_btn .btn_base{
	max-width: 250px;
	width: 100%;
}
.mv_main_top{
	display: block;
	padding: 5px 10px;
	width: 250px;
	background: #003E9E;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
	font-size: 15px;
}
.mv_main_catch{
	margin: 0 auto 20px;
	display: block;
}
.mv_main_txt{
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 30px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.mv_main_btn > *:nth-child(1){
	margin-right: 30px;
}
.mv_list li{
	width: calc( 33.33333% - 10px );
	background: #FF4C46;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 15px;
	text-align: center;
	line-height: 1.4em;
	position: relative;
}
.mv_list li:after{
	content: "POINT.01";
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	color: #FF4C46;
	font-family: 'Montserrat', sans-serif;
	
}
.mv_list li:nth-child(2):after{
	content: "POINT.02";
}
.mv_list li:nth-child(3):after{
	content: "POINT.03";
}
.mv_illust{
	max-width: 800px;
	margin: -280px auto 70px;
}
.btn_base{
	max-width: 320px;
	width: 100%;
}
.btn_base a{
	display: block;
	width: 100%;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
	transition: 0.2s;
}
.btn_base a:hover{
	transform: translateY(-5px)
}
.btn_base a:hover i{
	transform: rotate(-315deg)
}
/*-------------------------------------------------------------------------
HOW TO
------------------------------------------------------------------------*/
.top_howto{
	margin-bottom: 60px;
}
.top_howto_desc{
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 27px;
	font-weight: bold;
	line-height: 1.3em;
	border-radius: 10px;
	border: 4px solid #003E9E;
	background: url(img/blue_dot.jpg) repeat;
	background-size: 6px;
	position: relative;
	letter-spacing: 0.03em;
}
.top_howto_desc:after{
	content: "POINT!";
	position: absolute;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #003E9E;
	top: -23px;
	left: 20px;
	font-size: 25px;
	font-style: italic
}
.top_howto_desc p{
	margin-bottom: 15px;
}
.top_howto_desc p:last-child{
	margin-bottom: 0;
}
.top_howto_desc span{
	background:linear-gradient(transparent 60%, rgba(255, 230, 0, 0.4) 60%);
	font-size: 18px;
	line-height: 1.3em;
	color: #FF4B46
}
.top_howto_img01{
	margin: 0 auto 50px;
}
/*-------------------------------------------------------------------------
SHUSHI
------------------------------------------------------------------------*/
.top_shushi{
	padding-top: 40px;
}
.top_shushi_list li{
	width: calc( 50% - 15px );
}
/*-------------------------------------------------------------------------
MERIT
------------------------------------------------------------------------*/
.top_merit{
	padding: 50px 0;
	background: #f8f8f8
}
.top_merit_list li{
	width: calc( 50% - 15px );
	margin-bottom: 30px;
}
.top_merit_list li:nth-child(1),
.top_merit_list li:nth-child(3){
	margin-right: 30px;
}
.top_merit_list li:nth-child(5){
	margin-bottom: 0;
}
.top_merit_list_ttl{
	position: relative;
	padding: 15px 5px;
	background: #003E9E;
	color: #FFF;
	font-size: 17px;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 7px;
}
.top_merit_list_ttl:after{
	content: "MERIT.01";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #003E9E;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1em;
	
}
.top_merit_list li:nth-child(2) .top_merit_list_ttl:after{
	content: "MERIT.02";
}
.top_merit_list li:nth-child(3) .top_merit_list_ttl:after{
	content: "MERIT.03";
}
.top_merit_list li:nth-child(4) .top_merit_list_ttl:after{
	content: "MERIT.04";
}
.top_merit_list li:nth-child(5) .top_merit_list_ttl:after{
	content: "MERIT.05";
}
.top_merit_list_img{
	display: block;
	max-width: 270px;
	margin: 0 auto 30px;
}
.top_merit_list_desc{
	font-weight: bold;
}
.top_merit_list_desc span{
	background:linear-gradient(transparent 60%, rgba(255, 76, 69, 0.4) 60%);
}
/*-------------------------------------------------------------------------
TOP COVER
------------------------------------------------------------------------*/
.top_cover{
	padding: 50px 0;
}
.top_cover_desc{
	font-size: 23px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
}
.top_cover_desc span{
	background:linear-gradient(transparent 60%, rgba(255, 76, 69, 0.4) 60%);
}
.top_cover_list li:nth-child(1){
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------------
TOP SUPPORT
------------------------------------------------------------------------*/
.top_support{
	background: url(img/blue_dot.jpg) repeat;
	padding: 50px 0;
	background-size: 6px;
}
.top_support_list > dl{
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	padding: 23px;
	font-weight: bold;
	line-height: 1.3em;
	border-radius: 7px;
	border: 4px solid #003E9E;
	position: relative;
	letter-spacing: 0.03em;
	background: #FFF;
}
.top_support_list > dl:nth-child(5){
	margin-bottom: 0;
}
.top_support_list_dt{
	padding: 15px;
	background: #f8f8f8;
	font-size: 18px;
	line-height: 1.3em;
	border: 1px solid #dddddd;
	text-align: center;
	border-radius: 3px;
	position: relative;
	margin-bottom: 15px;
}
.top_support_list_dt:after{
	content: "";
	display: block;
	position: absolute;
	left: calc( 50% - 8px );
	bottom: -9px;
	line-height: 1.4em;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #003E9E;
}
.top_support_list_dt_strong_no{
	content: "case.01";
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #003E9E;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.top_support_list_dt_strong_no span{
	font-size: 19px;
}
.top_support_list_desc_strong{
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background: #FF4B46;
	padding: 15px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------
TOP QA
------------------------------------------------------------------------*/
.top_qa{
	padding: 50px 0;
	background: url(img/blue_dot.jpg) repeat;
	background-size: 6px;
}
.qa_list li{
	padding: 15px;
	border: 3px solid #003E9E;
	background: #FFF;
	position: relative;
	margin-bottom: 30px;
}
.qa_list li:last-child{
	margin-bottom: 0;
}
.qa_list_no{
	position: absolute;
	top: -20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 30px;
    color: #003E9E;
	padding: 0 20px;
	z-index: 3;
}
.qa_list_no span{
	font-size: 15px;
	padding-right: 5px;
}
.qa_list_no:after{
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	top: calc( 50% + 2px );
	left: 0;
	background: #FFF;
	z-index: -1;
}
.qa_list_content_ttl{
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 10px 50px 10px 15px;
	position: relative
}
.qa_list_content_toggle{
	display: block;
	height: 40px;
	width: 40px;
	background: #003E9E;
	color: #FFF;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: calc( 50% - 20px );
    transition: 0.2s;
    cursor: pointer
}
.qa_list_content_toggle:hover{
	opacity: 0.7;
}
.qa_list_content_ttl.active .qa_list_content_toggle{
	transform: rotate(315deg)
}
.qa_list_content_toggle > div{
	display: block;
	height: 15px;
	width: 15px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.qa_list_content_toggle > div:after{
	content: "";
	display: block;
	width: 15px;
	height: 3px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #FFF;
}
.qa_list_content_toggle > div:before{
	content: "";
	display: block;
	width: 3px;
	height: 15px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #FFF;
}
.qa_list_content_desc{
	line-height: 1.8em;
	padding-top: 20px;
	display: none
}
.qa_list_content_desc_inner{
	padding: 15px;
	background: #FF4C46;
	line-height: 1.6em;
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.qa_list_content_desc_inner:after{
	content: "ANSWER";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 18px;
    color: #FF4C46;
	padding: 0 20px;
	z-index: 3;
	position: absolute;
	top: -18px;
	left: 0;
}
/*-------------------------------------------------------------------------
TOP CONTACT AREA
------------------------------------------------------------------------*/
.contact_area{
	padding: 50px 0;
	background: url(img/mv_bg.png) repeat;
	background-size: 400px;
	z-index: -2;
}
.contact_area_ttl{
	font-size: 26px;
	font-weight: bolder;
	line-height: 1.4em;
	margin-bottom: 10px;
	position: relative;
}
.contact_area_ttl span{
	position: absolute;
	width: 25px;
	top: -17px;
	left: -19px;
}
.contact_area_desc{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.6em;
}
.contact_area_txt{
	width: calc( 100% - 440px );
	max-width: 500px;
	margin-right: 40px;
}
.contact_area_img{
	width: 400px;
}
.contact_area_txt_btn .btn_base{
	max-width: 240px;
	width: 100%;
}
.contact_area_txt_btn > *:nth-child(1){
	margin-right: 10px;
}
/*-------------------------------------------------------------------------
TOP STRENG
------------------------------------------------------------------------*/
.top_streng{
	padding: 50px 0;
}
.top_streng_list li{
	width: calc( 50% - 15px );
	margin-bottom: 30px;
	padding: 25px;
	position: relative;
}
.top_streng_list li:nth-child(1),
.top_streng_list li:nth-child(3){
	margin-right: 30px;
}
.top_streng_list li:nth-child(5){
	margin-bottom: 0;
}
.top_streng_list_line01{
	width: 15px;
	height: 15px;
	border-top: 1px solid #323232;
	border-left: 1px solid #323232;
	position: absolute;
	left: 0;
	top: 0;
}
.top_streng_list_line02{
	width: 15px;
	height: 15px;
	border-top: 1px solid #323232;
	border-right: 1px solid #323232;
	position: absolute;
	right: 0;
	top: 0;
}
.top_streng_list_line03{
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_streng_list_line04{
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top_streng_list_img{
	margin-bottom: 10px;
}
.top_streng_list_ttl{
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 6px;
	color: #003E9E;
	letter-spacing: 0em;
}
.top_streng_list_desc{
	font-weight: bold;
	line-height: 1.6em;
}
/*-------------------------------------------------------------------------
TOP CV
------------------------------------------------------------------------*/
.top_cv{
	padding: 50px 0;
	position: relative;
	background: rgba(255, 255, 255, 0.32)
}
.top_cv:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/top_cv_bg.jpg) left top;
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
	background-attachment: fixed
}
.top_cv_list > li{
	background: #FFF;
	padding: 20px;
	border: 1px solid #dddddd;
	box-shadow:0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
}
.top_cv_list > li:last-child{
	margin-bottom: 0;
}
.top_cv_list_header{
	margin-bottom: 20px;
}
.top_cv_list_img{
	width: 200px;
	margin-right: 30px;
	vertical-align: middle
}
.top_cv_list_img img{
	border: 1px solid #dddddd;
}
.top_cv_list_type{
	width: calc( 100% - 230px );
}
.top_cv_list_type dd{
	color: #003E9E;
	margin-left: 7px;
}
.top_cv_list_content_no span{
	font-weight: bold;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: #003E9E;
	padding: 10px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.1em;
}
.top_cv_list_content_catch{
	font-size: 16px;
	font-weight: bold;
	color: #003E9E;
	margin-bottom: 7px;
	padding-bottom: 7px;
	line-height: 1.3em;
	border-bottom: 1px solid #dddddd;
}
.top_cv_list_content_type{
	font-weight: bold;
	line-height: 1.6em;
	font-size: 14px;
	margin-bottom: 0px;
}
.top_cv_list_content_desc{
	font-weight: bold;
	line-height: 1.6em;
	font-size: 15px;
}
.top_cv_list_content_qa_list_ttl{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: #f8f8f8;
	margin-bottom: 7px;
	line-height: 1.4em;
	padding-left: 35px;
	position: relative;
}
.top_cv_list_content_qa_list_ttl:after{
	content: "";
	position: absolute;
	left: 10px;
	top: calc( 50% - 9px );
	display: block;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #003E9E
}
.top_cv_list_content_qa_list_desc{
	font-weight: bold;
	line-height: 1.6em;
}
.top_cv_list_content_qa_list > *{
	margin-bottom: 15px;
}
.top_cv_list_content_qa_list > *:last-child{
	margin-bottom: 0;
}
/*-------------------------------------------------------------------------
COMPANY + FOOTER
------------------------------------------------------------------------*/
/*COMPANY*/
.company{
	padding: 80px 0;
	border-top: 1px solid #dddddd;
}
.company_table{
	width: 100%;
	max-width: 760px;
	margin: 0 auto
}
.company_table tr{ 
	border-bottom: 1px solid #dddddd;
}
.company_table tr th{
	padding: 15px 0;
	width: 120px;
}
.company_table tr td{
	line-height: 1.6em;
	padding: 15px 0;
}
/*FOOTER*/
footer{
	background: #003E9E;
	padding: 60px 0 60px;
}
.corp_link{
	text-align: center
}
.corp_link a{
	color: #FFF;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFF
}
.corp_link i{
	margin-left: 10px;
}
.footer_address{
	text-align: center
}
.footer_address h2{
	width: 250px;
	margin: 0 auto 10px;
	transition: 0.3s
}
.footer_address h2:hover{
	opacity: 0.7;
}
.footer_address address{
	color: #FFF;
}
small{
	display: block;
	padding: 15px 10px;
	text-align: center;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
/*-------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------*/
.ttl_01{
	margin: 0 auto 30px;
	text-align: center
}
.ttl_01_sub{
	display: inline-block;
	padding: 10px 20px;
	background: #003E9E;
	color: #FFF;
	font-size: 18px;
	position: relative;
	margin: 0 auto;
	line-height: 1.4em;
}
.ttl_01_sub:after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background: #003E9E;
	position: absolute;
	left: calc( 50% - 8px );
	bottom: -7px;
	transform: rotate(45deg);
	line-height: 1.4em;
}
.ttl_01_main{
	font-size: 34px;
	display: block;
	line-height: 1.4em;
	margin-top: 25px;	
}
.ttl_01_main span{
	font-size: 43px;
	line-height: 1.4em;
}
/*CONTACT*/
.contact{
	padding: 80px 0;
}
.contact_ttl{
	font-size: 26px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 20px;
}
/*FIXED CONTACT*/
.fixed_contact{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 15;
	width: 270px;
}
.fixed_contact_inner{
	padding: 15px;
	background: #003E9E;
	border-radius: 5px;
	width: 280px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fixed_contact_inner_ttl{
	display: block;
	width: 280px;
	position: absolute;
	top: -30px;
	left: 0;
}
.fixed_contact_inner ul li:nth-child(1){
	margin-bottom: 10px;
}
.fixed_contact_inner ul li a img{
	transition: 0.2s;
}
.fixed_contact_inner ul li a:hover img{
	transform: translateY(-5px)
}
.fixed_tel{
	margin-top: 10px;
}
/*-------------------------------------------------------------------------
CONTACTFORM form_3
----------------------------------------------------------------*/
.form_3{
  width: 100%;
  border-collapse: collapse;
}
.form_3 th,
.form_3 td {
	position: relative;
    text-align: left;
    vertical-align: top;
    padding: 15px 0 15px 20px;
	border-top: 1px dotted #dddddd;
	vertical-align: middle;
}
.form_3 th{
	background: #f8f8f8;
}
.form_3 tr:last-child th,
.form_3 tr:last-child td{
	border-bottom: 1px dotted #dddddd;
}
.form_3 th h2{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.form_3 th{
	width: 250px;
}
.form_3 th{
	padding-right: 10px;
}
.form_3 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3 .fix-txt a i{
	color: #FFAB00;
}
.form_3 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
 }
input[type="file"]{
  padding: 15px;
  margin: 5px auto;
  outline: 0;
}
.form_3 .time > div:nth-child(1){
	width: 200px;
	margin-right: 20px;
}
.form_3 .time > div:nth-child(2){
	width: 150px
}
.form_3 .old > div:nth-child(1){
	width: 100px;
	margin-right: 10px;
}
.old_txt{
	line-height: 60px;
}
.form_3 textarea{
	height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #003418;
  }
  
.required{
	font-size: 10px;
	background: #f00000;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.4em;
	color: #FFF;
	border-radius: 3px;
	margin-left: 15px;
}
.any{
	font-size: 10px;
	background: #f0f0f0;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.4em;
	border-radius: 3px;
	margin-left: 15px;
	border: 1px solid #dddddd;
}
.radio_magazine input{
	display: none;
}
.radio_magazine label {
	display: block;
	font-weight: bold;
	display: block;
	font-weight: bold;
	position: relative;
	padding-left: 22px;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.3s;
	cursor: pointer;
	letter-spacing: 0;
	margin-right: 15px;
	line-height: 1.4em;
}
.radio_magazine label i{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #a8a8a8;
}
.radio_magazine input:checked + label {
}
.radio_magazine input:checked + label i{
	color: #e61e19;
}
/*PRIVACY*/

.privacy_chack{
	margin-bottom: 30px;
}
.lower_privacy_content_inner{
	background: #FFF;
	font-weight: normal
}
.contact_privecy_address{
	font-style: normal
}
.lower_privacy_content_inner.lower_contact_privacy{
	padding: 10px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	margin: 10px auto 20px;
	border: 1px solid #dddddd;
	font-size: 13px;
}
.lower_contact_privacy_ttl{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold
}
.lower_privacy_content_inner{
	text-align: left
}
.lower_contact_privacy p{
	font-size: 13px;
	line-height: 2em;
}
.lower_contact_privacy dl{
	margin-bottom: 20px;
	line-height: 2em;
	font-size: 13px;
}
.lower_contact_privacy dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold
}
.lower_contact_privacy dl ul li{
	padding-left: 30px;
	position: relative;
}
.lower_contact_privacy dl ul li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.table_type02_list_no{
	margin-bottom: 0;
}
.lower_contact_privacy dl ul li:nth-child(2):after{
	content: "(2)";
}
.lower_contact_privacy dl ul li:nth-child(3):after{
	content: "(3)";
}
.lower_contact_privacy dl ul li:nth-child(4):after{
	content: "(4)";
}
.lower_contact_privacy dl ul li:nth-child(5):after{
	content: "(5)";
}
.lower_contact_privacy dl ul li:nth-child(6):after{
	content: "(6)";
}
.lower_contact_privacy dl ul li:nth-child(7):after{
	content: "(7)";
}
.lower_contact_privacy dl ul li:nth-child(8):after{
	content: "(8)";
}
.lower_contact_privacy dl ul li:nth-child(9):after{
	content: "(9)";
}
.lower_contact_privacy dl ul li:nth-child(10):after{
	content: "(10)";
}
.contact_privecy_address{
	font-style: normal;
	line-height: 2em;
	font-size: 13px;
}/*PRIVACY CHECK*/
.check_box01_wrap{
	margin: 0 auto 10px;
	text-align: center
}
.check_box01_inner{
	padding: 15px 30px;
	background: #f8f8f8;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #dddddd;
}
.radia_contact_type input{
	display: none;
}
.radia_contact_type label {
	display: block;
	width: calc( 33.333333% - 10px );
	background: #f8f8f8;
	padding: 23px 5px 23px 48px;
	font-weight: bold;
	background: #f8f8f8;
	border: 1px solid #dddddd;
	display: block;
	font-weight: bold;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0;
}
.radia_contact_type label {
	border-right: 1px solid #dddddd;
}
.radia_contact_type label i{
	content: "";
	display: block;
	color: #a8a8a8;
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 19px;
}
.radia_contact_type input:checked + label {
	background: #FF4C46;
	color: #FFF;
}
.radia_contact_type input:checked + label i{
	color: #FFF;
} 
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
/*CHECK BOX*/
.check_box_multi li{
	margin-right: 24px;
	margin-bottom: 5px;
}
.check_box02 input{
	display: none;
}
.check_box02{
	padding-left: 19px;
	font-size: 13px;
	position: relative;
	letter-spacing: 0em;
}
.check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: -4px;
	left: 0;
}
.check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 18px;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box02 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.contact_btn{
	margin: 20px auto 20px;
}
.contact_btn_inner{
	max-width: 380px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	cursor: pointer
}
.contact_btn_inner:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #FF4B46;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 1;
}
.contact_btn_inner:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 0;
}
.contact_btn.contact_btn_back .contact_btn_inner:before{
	background: #818181;
}
.contact_btn.contact_btn_back .contact_btn_inner:after{
	background: #000000;
}
.contact_btn_inner:hover:before{
	width: 0;
}
.contact_btn a,
.contact_btn input{
	display: block;
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contact_btn a{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.thanks_btn{
	max-width: 370px;
	margin-top: 20px;
}
.thanks_btn li:nth-child(1){
	margin-bottom: 20px;
}
.thanks_btn li{
	margin-top: 0;
}
.thanks_btn .contact_btn{
	margin-top: 0;
	margin-bottom: 0;
}
.privacy_chack .error,
.form_3 .error{
	font-size: 11px;
	color: #FF4B46
}
.privacy_chack .error{
	text-align: center
}
@media screen and (max-width:700px) {	
	.radia_contact_type label {
		width: calc( 33.33333% - 2px );
	}
	.radia_contact_type {
		border: none
	}
	.form_3 th{
		width: 100%;
		display: block;
	}
	.form_3 td{
		width: 100%;
		display: block;
		padding: 10px 0 20px 0;
	}
	.form_3 tr:last-child td{
		border: none
	}
	.page_content_inner_head>div:nth-child(1) {
		margin-bottom: 10px;
	}
	.page_content_inner_head>div {
	  width: 100%
	}
	.page_content_inner_head:after {
		display: none;
	}
	.summary_A{
		padding: 0 0 0;
		margin-top: -20px;
	}

}
/*---selectBox---*/
/*foucusReset*/
.search_box input[type="text"], 
.search_box input[type="email"], 
.search_box input[type="password"], 
.search_box input[type="submit"],
.search_box textarea, 
.search_box button,
.search_box select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search_box input[type="text"], 
.search_box input[type="tel"],
.search_box input[type="search"],
.search_box input[type="email"],
.search_box input[type="mail"],
.search_box input[type="password"]{
	outline: 0;
	width: 100%;
	padding: 8px 8px 8px 8px;
	margin: 0 auto;
	outline: 0;
	border: 1px solid #DDDDDD;
	border-right: none;
	background: #FFF;
	font-size: 14px;
	line-height: 1.2em;
	width: calc( 100% - 40px );
}
.form_3 .select_wrap{
	position: relative;
}
.form_3 .select_wrap:after{
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	border-bottom: 2px solid #003418;
	border-right: 2px solid #003418;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 8px );
	right: 15px;
	z-index: 1;
}

.privacy_chack_p{
	margin: 15px auto;
	line-height: 1.3em;
}
.privacy_chack_p a{
	color: #2256ff;
	text-decoration: underline
}
.privacy_chack_p a:hover{
	text-decoration: none
}
.form_3_other_wrap{
	padding: 15px 20px;
	background: #f8f8f8;
	max-width: 900px;
	margin: 50px auto 20px;
}
.form_3_other_wrap p{
	margin-bottom: 10px;
	line-height: 1.3em;
}
.non_required{
	font-size: 10px;
	background: #e2e2e2;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.4em;
	border-radius: 3px;
	margin-left: 15px;
}
.form_3_other{
  width: 100%;
  border-collapse: collapse;
}
.form_3_other th,
.form_3_other td {
	position: relative;
    text-align: left;
    vertical-align: top;
	vertical-align: middle;
	padding: 3px 0
}
.form_3_other th{
	width: 250px;
}
.form_3_other th{
	padding-right: 10px;
}
.form_3_other .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3_other .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3_other .fix-txt a i{
	color: #FFAB00;
}
.form_3_other .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3_other input[type="text"], 
.form_3_other input[type="submit"],
.form_3_other input[type="tel"],
.form_3_other input[type="search"],
.form_3_other input[type="email"],
.form_3_other input[type="mail"],
.form_3_other input[type="password"],
.form_3_other textarea, 
.form_3_other button,
.form_3_other select{
	outline: 0;
	width: 100%;
	padding: 15px;
	margin: 5px auto;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #e2e2e2;
 }
input[type="file"]{
  padding: 15px;
  margin: 5px auto;
  outline: 0;
}
.form_3_other .satsusu > div{
	width: 200px;
	float: left;
}
.form_3_other .satsusu span{
	display: block;
	width: 20px;
	float: left;
	margin: 20px 10px;
}
.form_3_other textarea{
	height: 10em;
}
.form_3_other input[type="text"]:focus,
.form_3_other input[type="tel"]:focus,
.form_3_other select:focus,
.form_3_other textarea:focus{
  border-color: #003418;
  }
  
@media screen and (max-width:700px) {
	.form_3_other th{
		width: 100%;
		display: block;
	}
	.form_3_other td{
		width: 100%;
		display: block;
	}
	.privacy_chack_p{
		margin: 0 auto 15px;
	}
}
@media screen and (max-width:1150px) {
	.header_tel{
		display: none;
	}
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width:1000px) {
	.contact_area_ttl{
		font-size: 23px;
		letter-spacing: 0;
	}
	.contact_area_ttl span{
		display: none;
	}
}
@media screen and (max-width:900px) {
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
	.header_logo_wrap{
		width: 100%;
	}
	.header_logo{
		margin: 0 auto;
		width: 180px;
	}
	header{
		padding: 10px;
	}
	.header_btn{
		display: none;
	}
	.mv{
		position: relative;
		width: 100%;
		padding: 70px 0 170px;
	}
	.mv_list li{
		width: calc( 33.33333% - 7px );
		font-size: 14px;
		padding: 12px 10px;
		text-align: center;
		line-height: 1.4em;
		position: relative;
		letter-spacing: 0.01em;
	}
	.mv_list li:after{
		font-size: 20px;
	}
	.mv_illust{
		max-width: 500px;
		margin: -150px auto 30px;
	}
	.top_howto_desc{
		font-size: 14px;
		padding: 10px;
		border-radius: 7px;
	}
	.top_howto_desc:after{
		top: -22px;
	}
	.top_howto_desc p{
		margin-bottom: 7px;
		font-size: 14px;
		line-height: 1.5em;
	}
	.top_howto_desc p:last-child{
		margin-bottom: 0;
	}
	.top_howto_desc span{
		font-size: 14px;
	}
	.contact_area_txt{
		width: 100%;
		max-width: 1000px;
		margin-right: 0;
		text-align: center
	}
	.contact_area_txt_btn.fle_l{
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.contact_area .fle_c{
		flex-direction: column-reverse;
	}
	.contact_area_img{
		width: 260px;
	}
	.contact_area{
		padding: 20px 0;
	}
	.top_streng_list li{
		width: calc( 50% - 5px );
		margin-bottom: 10px;
		padding: 10px;
		position: relative;
	}
	.top_streng_list li:nth-child(1),
	.top_streng_list li:nth-child(3){
		margin-right: 10px;
	}
}
@media screen and (max-width:700px) {
	.mv_main_txt{
		font-size: 13px;
		margin: 0 auto 30px;
	}
	.mv_list li{
		padding: 12px 5px;
	}
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:470px) {
	.form_3 .time > div:nth-child(1){
		width: 100%;
		max-width: 500px;
		margin-right: 20px;
	}
}
@media screen and (max-width:370px) {
}
.fixed_contact_sp{
	display: none;
}
.fixed_contact_sp_tel{
	display: none;
}
.contact_mail_wrap_head.sp{
	display: none;
}
.top_howto_img01.sp{
	display: none;
}
.top_cover_list_sp{
	display: none;
}
@media screen and (max-width:600px) {
	.contact_mail_wrap_head.sp,
	.top_howto_img01.sp,
	.top_cover_list_sp{
		display: block;
	}
	.contact_mail_wrap_head.pc,
	.top_howto_img01.pc,
	.top_cover_list_pc{
		display: none;
	}
	.top_qa{
		padding: 10px 0 30px;
	}
	.mv{
		position: relative;
		width: 100%;
		padding: 50px 0 170px;
	}
	.mv_list li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.mv_list li:after{
		font-size: 15px;
		top: -16px;
	}
	.mv_illust{
		max-width: 500px;
		margin: -170px auto 30px;
	}
	.fixed_contact{
		display: none;
	}
	.fixed_contact_sp{
		display: block;
		display: flex;
		width: 100%;
		background: rgba(255, 255, 255, 0.8);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
		box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.3), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	}
	.fixed_contact_sp li{
		width: 50%;
		text-align: center
	}
	.fixed_contact_sp li:nth-child(1) a{
		background: #003e9e;
		height: 100%;
		width: 100%;
		display: block;
		padding: 15px 10px;
		color: #FFF;
		font-weight: bold;
		font-size: 12px;
	}
	.fixed_contact_sp li:nth-child(2) a{
		background: #f9ae00;
		height: 100%;
		width: 100%;
		display: block;
		padding: 15px 10px;
		color: #FFF;
		font-weight: bold;
		font-size: 12px;
	}
	.fixed_contact_sp_tel{
		display: block;
		height: 70px;
		width: 70px;
		background: #ff4b46;
		position: fixed;
		bottom: 60px;
		right: 0;
		font-size: 24px;
		padding: 10px;
		box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
		z-index: 10000;
	}
	.contact,
	.company{
		padding: 40px 0;
	}
	.top_shushi_list li{
		width: 100%;
	}
	.top_shushi_list li:nth-child(1){
		margin-bottom: 20px;
	}
	.top_support_list > dl{
		padding: 10px;
		margin-bottom: 15px;
	}
	.top_support_list > dl:nth-child(5){
		margin-bottom: 0;
	}
	.top_support_list_dt{
		padding: 15px 7px;
		font-size: 15px;
		letter-spacing: 0;
	}
	.top_support_list_dd p{
		font-size: 14px;
		line-height: 1.6em;
	}
	.top_support_list_dt{
		padding: 0 0 15px;
		background: none;
		text-align: left;
		border: none;
		border-bottom: 1px solid #dddddd;
	}
	.top_support_list_dt_strong_no{
		text-align: left
	}
	.top_support_list_dd .top_support_list_desc_strong{
		color: #FFF;
		font-size: 15px;
		text-align: left;
		padding: 5px 10px;
		margin-bottom: 7px;
	}
	.ttl_01{
		margin: 0 auto 20px;
		text-align: center;
	}
	.ttl_01_sub{
		padding: 10px 10px;
		font-size: 14px;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	.ttl_01_main{
		font-size: 18px;
		display: block;
		line-height: 1.4em;
		margin-top: 20px;	
	}
	.ttl_01_main span{
		font-size: 23px;
		line-height: 1.4em;
	}
	.contact_area_txt_btn.fle_l{
		display: block;
	}
	.contact_area_txt_btn > *{
		margin: 0 auto;
	}
	.contact_area_txt_btn > *:nth-child(1){
		margin-right: auto;
		margin-bottom: 5px;
	}
	.top_merit_list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.top_merit_list li:nth-child(1),
	.top_merit_list li:nth-child(3){
		margin-right: 0;
	}
	.top_cover_desc{
		font-size: 17px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.contact_area_ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact_area_desc{
		font-size: 13px;
		letter-spacing: 0;
	}
	.top_streng_list li{
		width: 100%;
		margin-bottom: 10px;
		padding: 10px;
		position: relative;
	}
	.top_streng_list li:nth-child(1),
	.top_streng_list li:nth-child(3){
		margin-right: 0;
	}
	.top_cv_list_header{
		display: block;
	}
	.top_cv_list_img{
		margin: 0 auto 10px;
	}
	.top_cv_list_type{
		width: 100%;
	}
	.top_cv_list_content_no{
		text-align: center;
		margin-bottom: 10px;
	}
	.top_cv_list_content_no span{
		font-weight: bold;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		background: #003E9E;
		padding: 10px;
		display: inline-block;
		margin: 0 auto;
	}
	.top_cv_list_content_qa_list_ttl{
		font-size: 15px;
		letter-spacing: 0;
	}
	.top_cv_list_content_qa_list_desc{
		font-size: 14px;
	}
	.top_cv_list > li{
		padding: 10px;
	}
	
	
	.qa_list li{
		padding: 10px;
	}
	.qa_list li:last-child{
		margin-bottom: 0;
	}
	.qa_list_no{
		top: -16px;
		font-size: 20px;
	}
	.qa_list_no span{
		font-size: 15px;
		padding-right: 5px;
	}
	.qa_list_no:after{
		content: "";
		display: block;
		width: 100%;
		height: 50%;
		position: absolute;
		top: calc( 50% + 2px );
		left: 0;
		background: #FFF;
		z-index: -1;
	}
	.qa_list_content_ttl{
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
		padding: 5px 35px 0 0;
		position: relative;
		letter-spacing: 0;
	}
	.qa_list_content_toggle{
		display: block;
		height: 25px;
		width: 25px;
		position: absolute;
		right: 0;
		top: calc( 50% - 12px );
	}
	.qa_list_content_toggle > div:after{
		width: 13px;
		height: 2px;
	}
	.qa_list_content_toggle > div:before{
		width: 2px;
		height: 13px;
	}
	
	.qa_list_content_desc{
		line-height: 1.8em;
		padding-top: 20px;
		display: none
	}
	.qa_list_content_desc_inner{
		padding: 10px;
		background: #FF4C46;
		line-height: 1.6em;
		position: relative;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
	}
	.qa_list_content_desc_inner:after{
		font-size: 16px;
		left: -10px;
	}
	.company_table tr{ 
		border-bottom: 1px solid #dddddd;
	}
	.company_table tr th{
		padding: 10px 0 0 20px;
		display: inline-block;
		position: relative;
	}
	.company_table tr th:after{
		content: "";
		display: block;
		height: 12px;
		width: 12px;
		background: #003418;
		position: absolute;
		top: 11px;
		left: 0;
		border-radius: 50%;
	}
	.company_table tr td{
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.radia_contact_type label {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.radia_contact_type label:last-child {
		margin-bottom: 0;
	}
	.form_3_other_wrap{
		padding: 10px;
		margin: 40px auto 20px;
	}
	.form_3_other_wrap p{
		font-size: 12px;
	}
}
@media screen and (max-width:450px) {
	.mv{
		position: relative;
		width: 100%;
		padding: 40px 0 70px;
	}
	.mv_illust{
		margin: -70px auto 30px;
	}
}
@media screen and (max-width:380px) {
	.contact_area_ttl{
		text-align: left;
		margin-bottom: 5px;
	}
	.contact_area_ttl br{
		display: none;
	}
	.contact_area_desc{
		text-align: left
	}

}
.tel_link{
	pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
}
.btn img{
	transition: 0.3s;
}
.btn:hover img{
	opacity: 0.8;
	transform: translateY(-4px);
}
.header_contact img{
	transition: 0.3s;
}
.header_contact:hover img{
	opacity: 0.8;
	transform: translateY(-4px);
}



/*-------------------------------------------------------------------------
DATE PICKER
------------------------------------------------------------------------*/
	.ui-corner-all {
	  border-radius: 0;
	}
	.ui-datepicker {
		font-size: 14px !important;
		line-height: normal;
	}
	.ui-datepicker-title select.ui-datepicker-month,
	.ui-datepicker-title select.ui-datepicker-year{
		padding:0;
	}
	.ui-widget-content {
	  border: 1px solid #e3e3e3 !important;
	  background: white;
	  color: black;
	}
	.ui-datepicker th {
		background: #003E9E !important;
		color: #FFF;
		border: 1px solid #FFF !important;
	}
	.ui-widget-header {
	  border: 1px solid white !important;
	  background: #003E9E !important;
	  color: white;
	  font-weight: bold;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	  border: 1px solid white;
	  background: #eaeaea !important;
	  font-weight: normal;
	  color: black;
	}
	.ui-state-default a,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		color: white;
		text-decoration: none;
	}
	td.ui-datepicker-week-end:nth-child(6) a.ui-state-default{
	  background-color: #eaeaff;
	  color: #00f!important; 
	}
	td.ui-datepicker-week-end:last-child a.ui-state-default{
	  background-color: #ffecec;
	  color: #f00!important;
	}
	td.ui-datepicker-week-end a.ui-state-hover{
	  opacity: 0.8;
	}
	.ui-widget-header .ui-icon{
		background: none !important;
		position: relative;
	}
	.ui-icon-circle-triangle-e{
		position: relative;
	}
	.ui-icon-circle-triangle-e:after{
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 5px;
		height: 5px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.ui-icon-circle-triangle-w{
		position: relative;
	}
	.ui-icon-circle-triangle-w:after{
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 5px;
		height: 5px;
		border-bottom: solid 2px #FFF;
		border-left: solid 2px #FFF;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.ui-icon {
		display: block;
		text-indent: -999999;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	.ui-state-hover .ui-icon,
	.ui-state-focus .ui-icon {
		background: none;
	}
	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		background: none;
		border: none;
	}