@charset "UTF-8";

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  /*top: 0;*/
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; } 
  
html,body{
    width: 100%;

}


/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }
.font-color-red{
	color:#F00;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }
  
  

.sp_only{
    display: none; }
	
.pc_only{
    display: block; }


	
.section01{
	width:100%;
	background-image: url(../img/bg_main.jpg);
	background-size:cover;
	padding: 30px 30px 0;
}
.section01 .inner{
	width:100%;
	margin:0;
}
.point{
	max-width:1805px;
	margin:30px auto;
}
.btn_form{
	margin: 5vw auto 10vw;
	text-align:center;
}
.btn_form a.btn--red.btn--border-inset {
  border: 6px inset #b9000e;
background: #f00;
color: #fff;
font-size: 2vw;
padding: 30px;
text-decoration:none;
font-weight:600;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
}
.btn_form a.btn--red.btn--border-inset:hover{
	color:#FFC;
}
.section02{
	width:100%;
	background-color:#F6CA09;
	position:relative;
}
.section02::before{
content: '';
  display: inline-block;
  width: 100%;
  height: 29px;
  background-image: url(../img/bg_soudan01.jpg);
  background-repeat:repeat-x;
  background-size: contain;
  vertical-align: top;
}
  
.section02 .inner{
	max-width:1805px;
	margin:40px auto 0;
}
.section02 .inner h2{
	text-align: center;
font-size: 3.3vw;
margin: 0 0 115px;
font-weight: 600;
}
.section02 .consul{
	width:100%;
	padding: 0 30px 8vw;
	box-sizing:border-box;
}
.section02 .consul_leftbox{
	float:left;
	width:27.7%;
}
.section02 .consul_rightbox{
	float:right;
	width:58.4%;
	padding:40px 60px;
	background:#fff;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
}
.section02 .consul_rightbox li{
	background: url(../img/ico01.jpg) left 50% no-repeat;
	background-size:2.5vw;
	font-size:1.8vw;
	line-height:230%;
	font-weight:bold;
	padding:0 0 0 3.3vw;
}
.section02 .consul_rightbox li span{
	color:#FF7F00;
}
.section02_txt01{
	width:70%;
	margin:20px auto;
	padding:0 0 100px 0;
}
.section02_txt02{
	margin:20px auto;
	width:1050px;
	display:block;
	position:absolute;
	bottom:-100px;
	text-align:center;

  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}
.section02_txt03{
	text-align:center;
	margin:100px auto 40px;
}


.section03{
	width:100%;
	position:relative;
	background-color:#F5EFD6;
	padding:0 0 3vw;
}

.section03 h2{
	text-align:center;
	background-color:#0D2E84;
	color:#fff;
	font-size:3.3vw;
	font-weight:bold;
	line-height:120%;
	padding:20px 0;
}
.section03 h2::after{
content: '';
  display: inline-block;
  position:absolute;
  width: 4vw;
  height: 3vw;
  background-image: url(../img/ico02.png);
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: top;
  top: 11vw;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.section03 .inner{
	max-width:1300px;
	margin:40px auto;
	
}
.section03 .inner h3{
	font-weight:bold;
	font-size:2vw;
	text-align:center;
	margin:110px 0;
}
.section03 .inner li{
	background: url(../img/ico03.jpg) left 5px no-repeat;
	background-size:2.0vw;
	line-height:200%;
	padding:0 0 0 3.3vw;
	margin:0 0 60px;
	font-size:1.4vw;
}
.section03 .inner ul{
	max-width:1000px;
	margin:auto;
}
.section03 .inner li span{
	display:block;
	font-size:1.6vw;
	font-weight:bold;
}
.section04{
	width:100%;
	position:relative;
}
.section04 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding: 20px 0;
background: url(../img/ico04.jpg) left top no-repeat;
background-size:contain;
background-color: #F9CE20;
}


.section04 p {
	max-width:1000px;
	margin:8vw auto;
	font-size:1.5vw;
	line-height:200%;

}
.section04 p span{
	color:#D80000;

}

.section05{
	width:100%;
	position:relative;
	background-color:#64A7CD;
}
.section05::before{
content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/bg_hikaku01.jpg);
  background-repeat:repeat-x;
  background-size: cover;
  vertical-align: top;
  /*position:absolute;*/
  top: 0;
  left: 50%;
  /*transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);*/
  margin: auto;
}
.section05::after{
content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/bg_hikaku02.jpg);
  background-repeat:repeat-x;
  background-size: cover;
  vertical-align: top;
  /*position:absolute;*/
  bottom: 0;
  left: 50%;
  /*transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);*/
  margin: auto;
}
.section05 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding: 5vw 0 0;
color:#fff;
}
.section05 h2::before{
content: '';
  display: inline-block;
  width: 5.5vw;
height: 6.2vw;
  background-image: url(../img/img03.jpg);
  background-repeat:repeat-x;
  background-size: cover;
  vertical-align: middle;
  /*position:absolute;*/
  top: 0;
  left: 50%;
  /*transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);*/
  margin: 0 2vw 0 0;
}
.section05 table{
	border:1px #C7C7C7 solid;
	border-collapse:collapse;
	max-width:1000px;
	margin:4vw auto;
	background-color:#fff;
}
.section05 table td{
	padding:20px;
	border:1px #C7C7C7 solid;
	text-align:center;
}
.t_w29{
	width:29%;
}
.bg_gray{
	background-color:#EEEEEE;
}
.bg_blue{
	background-color:#0D2E84;
	color:#fff;
	font-size:1.2em;
}
.bg_pink{
	background-color:#FF7373;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
.bg_pink01{
	background-color:#FFF0F0;
	font-weight:bold;
}
.ico_hikaku01{
	color:#F00;
	display:block;
	font-size:2.5em;
	}
.ico_hikaku02{
	color:#F99;
	display:block;
	font-size:2.5em;
	}
.ico_hikaku03{
	color:#0C0;
	display:block;
	font-size:2.5em;
	}

.ico_hikaku04{
	color:#09C;
	display:block;
	font-size:2.5em;
	}
#kakunin{
	width:90%;
	margin:auto;
}
.section06{
	width:100%;
	position:relative;
	/*background-color:#F5EFD6;*/
	padding: 0 0 8vw;
}
.section06 h2 , .section006 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding:4vw 0 0;
color:#003366;
margin: 0 0 6vw;
}
.section06 h2::after , .section006 h2::after {
content: '';
display: inline-block;
position: absolute;
width: 10vw;
height: 3vw;
background-image: url(../img/ico05.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: top;
top: 10vw;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
}
.section06 .flowbox{
	background: -moz-linear-gradient(top, #003366, #0051A2 48%, #0051A2 52%, #003366);
background: -ms-linear-gradient(top, #003366, #0051A2 48%, #0051A2 52%, #003366);
background: linear-gradient(top, #003366, #0051A2 48%, #0051A2 52%, #003366);
background: -webkit-gradient(linear, left top, left bottom, from(#003366), color-stop(0.48, #0051A2), color-stop(0.52, #0051A2), to(#003366));
max-width: 1000px;
width: 100%;
margin: 2vw auto;
padding: 0.8vw;
border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.section06 .flowboxinner{
	border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background:#fff;
  padding: 1vw 0;
}
.section06 .flowbox table{
	width:100%;
	
}
.section06 .flowbox table td{
	padding:0vw 0.2vw;
	font-size:1.5vw;
}
.section06 .flowbox table td h4{
	font-weight:bold;
	font-size:1.2em;
	color:#003366;
}

.section006{
	width:100%;
	position:relative;
	background-color:#F5EFD6;
	padding: 0 0 8vw;
}
.section006_txt01{
	background:#FF7373;
	-moz-border-radius: 2em;
-webkit-border-radius: 2em;
-o-border-radius: 2em;
-ms-border-radius: 2em;
margin:0 0 25px 0;
color:#fff;
font-size: 2.2vw;
text-align: center;
width: 50vw;
padding: 1% 2%;
margin:0 auto 60px;
}
.section006_txt02{
	font-size: 1.3vw;
text-align: center;
/*width: 50vw;*/
padding: 1% 2%;
margin:0 auto 30px;
line-height: 2.3em;
}
.section006_txt02 span{
	background: linear-gradient(transparent 50%, #FFDFBF 50%);
	font-weight:600;
	color:#FF7373;
	font-weight:600;
}
.section006_txt03{
width: 70%;
display: block;
margin: auto;
}
.flow_txt{
	border-left:2px #003366 solid;
	min-height: 12.5vw;
margin: 1vw 0;
padding: 0 0 0 2.2vw !important;
}
.flow_txt01{
	max-width: 11vw;
	padding: 0 10px 0 20px;
}
.flow_txt02{
	width:13vw;
}
.flow_txt03{
	font-size:0.8em;
}
.flow_txt04{
	position:absolute;
	bottom:0;
	right: calc((100% - 90%)/2);
	width:24vw;
}
.section06 .flowbox ul{
	margin:25px 0;
}
.section06 .flowbox ul li{
	display:inline-block;
	text-align:center;
	font-size:0.8em;
}
.section06 .flowbox ul li:nth-of-type(2){
	margin:0 20px;
}
.section06 .flowbox ul li img{
	max-width:10vw;
}


.section07{
	width:100%;
	position:relative;
	padding: 6vw 0;
}
.section07 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding:4vw 0 0;
color:#003366;
margin: 0 0 6vw;
position:relative;
}
.section07 h2::after{
content: '';
display: inline-block;

width: 15vw;
height: 5vw;
background-image: url(../img/img_faq01.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: top;
position:absolute;
right: calc((100vw - 54vw)/2);
margin: auto;
top:20px;
}

.faq_area{
	max-width:1000px;
	margin:auto;
	
}

.question{
	background:#FF8000;
	font-size:1.4vw;
	padding:20px;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
font-weight:bold;
color:#fff;
position:relative;
width:53%;
margin:0 0 4vw;
}
.question::before{
content: '';
display: inline-block;

width: 15vw;
height: 5vw;
background-image: url(../img/img_faq02.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: top;
position:absolute;
top: -3vw;
left: -3vw;
}
.anser{
	background:#185FC3;
	font-size:1.4vw;
	padding:20px;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
color:#fff;
position:relative;
width: 86%;
margin: 0 0 8vw 10vw;
}
.anser::before{
content: '';
display: inline-block;

width: 15vw;
height: 5vw;
background-image: url(../img/img_faq03.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: top;
position:absolute;
top: -3vw;
left: -3vw;
}
.contactarea{
	background:url(../img/bg_contact.png) no-repeat;
	position:relative;
	height:209px;
	width:1050px;
	margin:-160px auto 10px;
	z-index:10;
}
.contactarea01{
	background:url(../img/bg_contact.png) no-repeat;
	position:relative;
	height:209px;
	width:1050px;
	margin:0 auto 10px;
	z-index:10;
}
.contactarea p , .contactarea01 p{
	position:absolute;
	right:50px;
	bottom:60px;
}
.contactarea_txt{
	font-size:0.8em;
	text-align:center;
	width:1050px;
	margin:0 auto 20px;
}



.section08{
	width:100%;
	position:relative;
	padding: 0 0 6vw;
}
.section08 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding:4vw 0 0;
color:#003366;
margin: 0 0 6vw;
}
.section08 h2::after{
content: '';
display: inline-block;
position: absolute;
width: 10vw;
height: 3vw;
background-image: url(../img/ico05.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: top;
top: 10vw;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
}

.section08 .inner{
	max-width:1000px;
	margin:auto;
}
.section08 .inner table{
	width:100%;
}
.section08_txt01{
	font-size:3em;
	display:block;
}
.section08_txt02{
	text-align:center;
	margin:20px auto;
}
.section08 .inner{
	width:938px;
	margin:0 auto 30px;
	position:relative;
	font-size:1.3vw;
}
.section08 .inner li{
	list-style-position:outside;
}
#heading{
		text-align:center;
		 }
		 
.section09{
	width:100%;
	position:relative;
}
.section09 h2{
	text-align: center;
font-size: 3.3vw;
font-weight: bold;
line-height: 120%;
padding:2vw 0;
color:#fff;
margin: 0 0 3vw;
background: url(../img/bg_subtit.jpg) repeat;
}	
.section09 h2 span{
	font-size:0.5em;
	display:block;
	font-weight:100;
}

<!--プライバシーポリシーページ-->
#privacy_txt01{
	margin:0 0 50px;
}
.section08 .inner #privacy h3{
	font-weight:bold;
	margin:0 0 20px;
}

/*=================form================*/



.section09 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
.section09 p.ermsg {
  font-size: 12px;
  color: #f00; }
.form_section{
	width:100%;
	margin:auto;
	font-size:1.3vw;
}
.form_section table , .section08 .inner table {
    margin-top: 40px;
    width: 100%;
	margin:40px auto 0;
}
.form_section table , .section08 .inner table{
    background: #f5f5f5;}
  .form_section table th , .section08 .inner table th {
    width: 280px;
	font-size:0.8em;
	border: 1px solid #ddd;
	padding:20px;
    position: relative; }
  .form_section table td , .section08 .inner table td {
    background: #fff;
	padding:20px;
	font-size:0.8em;
	border: 1px solid #ddd; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  background-color:#fff;
  font-size: 1vw; }
 .form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #323d7f;
  background: #323d7f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: url(../images/ico_form.jpg);
    position: absolute;
    top: 50%;
	width:15px;
	height:15px;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }


<!--返信ページ-->
#kakunin{
    padding:200px 0!important;

}

 
body {
  font-size: 15px;
  color: #333;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.footer_fixed_btn_sp {
	display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
 }
.page_top{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(50, 61, 127, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #323d7f;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
    z-index: 2; }



  

    .top .section01{
      padding: 25px 0 30px;
      position: relative;
       }
 

.footer_navi{
	text-align:center;
	margin:30px auto;
}
.footer_navi li{
	display:inline-block;
	margin:0 15px;
}
.footer_navi li a:hover{
	text-decoration:none;
}
.copyright{
	text-align:center; padding:20px 0; border-top:1px #D9E0E4 solid;
	font-size:0.8em;
}


.sp_only, .sp_panda {
    display: none !important; }
	
.pc_only,.pc_panda {
    display: block !important; }
	
	
@media only screen and (max-width: 1170px) {
	  .pc_panda {
    display: none !important; }

  .sp_panda {
    display: block !important; }
	
.point , .section02 .inner , .section03 .inner , .section03 .inner ul , .section05 table , .faq_area , .section09 .inner , .section08 .inner {
  width: 100%;
}

.img_panda01{
	text-align:center;
	display:block;
	margin:40px auto 0;
}
.contactarea_sp{
	margin:15px auto;
}
.contactarea_sp p{
	text-align:center;
	margin:0 0 15px 0;
}

.section04 h2::after{
top:104px;
}
}

@media only screen and (max-width: 1169px) {
	
.section02 .consul_leftbox {
  float: left;
  width: 32%;
}
.section02 .consul_rightbox {
  padding: 20px 30px;
}
.section02 .consul_rightbox li {
  font-size: 1.1em;
}
.section03 .inner h3 {
  font-size: 2.2vw;
  margin: 50px 0;
}
.section03 .inner ul {
  margin: auto;
  width: 90% !important;
}
.section03 .inner li{
	font-size:1.0em;
}
.section03 .inner li span {
  font-size: 1.1em;
}
.section04 p {
  margin: 8vw auto;
  font-size: 1.0em;
  width: 90%;
}
.section05 table {
  width: 90% !important;
}
.section06 .flowbox{
	width:90%;
}
.section06 .flowbox table td {
  font-size: 1.0em;
}
.faq_area {
  width: 90% !important;
}
.question , .anser {
  font-size: 1.0em;
}
.form_section {
  font-size: 1.0em;
}
.section08 .inner {
  font-size: 1.0em;
}
.form_section table, .section08 .inner table {
  margin-top: 40px;
  width: 90%;
  margin: 40px auto 0;
}
}

@media only screen and (max-width: 768px) {
.section06 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.section09 .inner table th {
	width:28%;
}
.section08 .inner #privacy{
	width:92%;
	margin:auto;
}
.form_section{
	width:96%;
	margin:auto;
}
.form_section table{
	width:100%;
}
.form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        }
.form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
.form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; }
.form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; }
.form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; }
}



.thanks {
  padding: 200px 0 100px 0; }

  .thanks .inner {
    width: 800px;
    margin: 0 auto;
    text-align: center; }

  .thanks p {
    margin-top: 40px; }
  .thanks a {
    display: block;
    border: 1px solid #323d7f;
    background: #323d7f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 35px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }




.main_ttl {
  text-align: center;
  margin:0 0 15px 0;
  background: url(../img/bg_subtit.jpg) repeat;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-o-border-radius: 0.5em;
-ms-border-radius: 0.5em;
padding:1%;
  font-weight: bold; }
  
  
header{
	background:#F2F4F8;
	padding:1.7vw;
}
header h1{
	float:left;
}
header p{
	float:right;
}
header img{
	width:20vw;
}



/*==============スマホ==============*/
@media only screen and (max-width: 768px) {
	html,body{
    width: 100%;
min-width:100%;
box-sizing:border-box;
font-size: 16px;
}
.smp_inner{
	width:96%;
	margin:10px auto;
}
body {
  background-size:40px;
}
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
.main_ttl{
	font-size:20px;
}
.main_smp{
	margin:0 0 40px 0;
}
header h1 {
  width: 30%;
}
header p {
  width: 30%;
}
header img {
  width: 100%;
}
.section01 {
  padding: 5px 5px 0;
}
.btn_form a.btn--red.btn--border-inset {
  font-size: 16px;
  padding: 10px;
  width: 90%;
  display: inline-block;
}
.section02 .inner h2 {
  font-size: 1em;
  margin: 0 0 30px;
}
.section02 .consul_leftbox {
  float: none;
  width: 70%;
  margin: 0 auto 20px;
}
.section02 .consul_rightbox {
  float: none;
  width: 100%;
}
.section03 h2 {
  font-size: 1.2em;
}
.section03 .inner h3 {
  font-size: 1em;
  margin: 50px 0;
}
.section03 h2::after {
	display:none;
}
.section03 .inner li {
  background: url(../img/ico03.jpg) left 7px no-repeat;
    background-size: auto;
  background-size: 4.2vw;
  line-height: 200%;
  padding: 0 0 0 5.5vw;
  margin: 0 0 40px;
}
.section04 h2 {
  text-align: right;
  font-size: 1.2em;
  padding:20px 10px 20px 0
}
.section05 h2 {
  text-align: center;
  font-size: 1.2em;
}
.section05 h2::before {
  width: 8.5vw;
  height: 9.2vw;
}
.section05 table td {
  padding: 2px;
  font-size:0.9em;
}
.bg_blue , .bg_pink {
  font-size: 1em;
}
.section06 h2 , .section006 h2  {
  font-size: 1.2em;
}
.section06 h2::after , .section006 h2::after , .section08 h2::after{
  width: 18vw;
  top: 12vw;
}
.btn_form a.btn--red.btn--border-inset {
  border: 4px inset #b9000e;
}
.section006_txt01{

font-size: 3.3vw;
text-align: center;
width: 70vw;
margin: 0 auto 30px;
}
.section006_txt02{
	font-size: 1em;
text-align: center;
width: 94vw;
padding: 1% 2%;
margin:0 auto 30px;
line-height: 2em;
}
.flow_txt01 {
  max-width: 18vw;
  padding: 0 10px;
}
.section07 h2 {
  font-size: 1.2em;
}
.section07 h2::after {
  width: 18vw;
  height: 8vw;
  right: calc((100vw - 70vw)/2);
  top: 0;
}
.question{
	width:83%;
}
.question::before , .anser::before{
  width: 20vw;
  height: 10vw;
}
.section09 h2 {
  font-size: 1.2em;
}
.form_section [type="tel"], .form_section [type="email"], .form_section [type="text"], .form_section [type="password"], .form_section textarea, .form_section select {
  font-size: 1em;
}
.section08 {
  padding: 0 0 25vw;
}
.section08 h2{
	font-size:1.2em;
}
.contactarea_txt{
	width:96%;
	text-align:left;
	margin:0 auto 20px;
}

.contactarea_sp{
	width:96%;
}
 #contact {
      margin-top: -55px;
      padding-top: 55px;
	   }

.thanks {
      padding-top: 75px;
	   }
 .thanks .inner {
        width: 100%;
        padding: 0 10px; 
		}
.thanks a{
	width:96%;
	margin:20px auto;
}
.footer_fixed_btn .inner {
width: 100%;
padding: 5px 30px; } 
 .page_top {
      bottom: 95px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        margin: -17px auto 0; }
		
.footer_fixed_btn_sp {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn_sp .inner {
    width: 100%;
    padding: 5px 10px; }
  .footer_fixed_btn_sp ul {
    font-size: 0;
    text-align: center; }
    .footer_fixed_btn_sp ul li {
      font-size: 15px;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-left: 2%; }
      .footer_fixed_btn_sp ul li:first-child {
        margin-left: 0; }

/* =追跡ボタン
----------------------------------------------- */
.footer_fixed_btn_sp {
    bottom: -1000px;
    position: absolute;
    width: 100%;
	text-align:center;
    margin: 0 auto 0;
    padding: 0;
    line-height: 1;
    z-index: 100;
	transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}


/* Fixed */
.footer_fixed_btn_sp.fixed {
    margin-top: 0;
    bottom: 0!important;
    position: fixed;
    padding: 10px 0 10px 0;
    height: auto;
	width:100%;
    transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}

.copyright{
	text-align:center; padding:10px 0 28vw 0; border-top:1px #D9E0E4 solid;
}
}





  .terms .heading {
    margin-top: 30px; }
  .terms .txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #323d7f;
    margin-top: 30px; }
  .terms .txt p {
    margin-top: 5px; }

.footer_fixed_btn {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 7px 320px;
    text-align: center; }










@keyframes slideFromRightBox {
  0%, 65% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}







.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }