/*Reset*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html{
	font-size:80%;
	height:100%;
	/* overflow: hidden */
}


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;
}
body{
	margin: 0;
	padding:0;
	height: 100%;
	font-family: "Yu Gothic", YuGothic;
	color:#000;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;
}
a{
	text-decoration:none;
	color:#000;
}
p{
	margin:0;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; border-style: none; }
hr { display: none; }
em{font-style: normal}
input{line-height:normal;vertical-align:top;}

.CF:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*Google Chromeﾃｩﾂｫﾂｱﾃ･ﾂ�ｵﾃｯﾂｼﾅｾﾃｨﾂｭﾂｫﾃｯﾂｿﾂｽﾃｩ窶堋ｱﾃ･ﾂ｣ﾂｽﾃｯﾂｽﾂｶﾃ･ﾅ陳ｻﾃ｢ﾋ懌�*/
a,
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
    outline: none;
}
input[type="email"],
input[type="text"],
input[type="number"],
input[type="tel"],
textarea{
  font-size:1.6rem;
}

header h1 {
  padding:10px 0 0;
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 1.5em;

}
header h1 span{
  color:orange;
  font-weight: bold;
  border:1px solid orange;
  display: inline-block;
  margin:5px;
  border-radius: 10px;
  padding:5px;
  box-sizing: border-box;
  background:#fff;
}
/*.sb:before{
	content: '';
	margin: 0 auto;
	background-image: url(../img/Q.png);
	background-repeat: no-repeat;
	background-size: 70%;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	top: -5px;
	left: 0;
}*/

.sa:after{
  content:'';
  margin:0 auto;
  /*background-image:url(img/sprite.png);*/
  background-size:500px 500px;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#loader{
  margin: -25px 0 0 -25px;
  position: fixed;
  left:50%;
  top:50%;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  z-index: 10;
}

#wrapper{
  width: 100%;
  height: 100%;
  min-height: 700px;
  margin:auto;
  /*background: url(../img/simulate_background-min.jpg) no-repeat center -10px/ cover;*/
}
#stage{
  margin: 0px auto;
  max-width: 700px;
  background:red;
  width:100%;
  height: 1000px;
  background: #fffafa;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 2;
}
#stage_office{
  margin: 0px auto;
  width: 700px;
  height: 1600px;
  background: #ffffed;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 2;
}
#stage_pp{
  margin: 0px auto;
  width: 700px;
  height: 6700px;
  background: #ffffed;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 2;
}
#stage_fee{
  margin: 0px auto;
  width: 700px;
  height: 1200px;
  background: #ffffed;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 2;
}
div#wrapper div.stage_customer {
  top: 20px;
  height: 720px;
}
#chara{
  margin:15px 0 0 -300px;
  position: absolute;
  top:0;
  left:50%;
  z-index: 2;
  width: 130px;
}
#calc{
  width: 160px;
  margin:40px 0 0 160px;
  position: absolute;
  top:0;
  left:50%;
}
#calc img,
#chara img{
  width: 100%;
  height: auto;
}

header{
  background: #ffbc0e;
  border-bottom:1px solid #ffbc0e;
  border-top:1px solid #ffbc0e;
  width: 100%;
  position: relative;
  padding:15px 0 15px;
}
header p{
  background:#fff;
  width:80%;
  border-radius: 50px;
  margin:0 auto;
  text-align: center;
}
header h1{
  font-weight: bold;
	width: 100%;
  color:#fff;
	background-position: 0;
}
button {
  padding: 0.7em 0;
  font-size:26px;
  font-size:2rem;
  text-align: center;
  color: #ffbc0e;
  background: #fff;
  border: 2px solid #ffbc0e;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 80px;
  font-weight: bold;
  cursor: pointer;
}
button:hover {
	color: #fff;
	background: #ffbc0e;
}
button.next {
	color: #fff;
  background: #ffbc0e;
  padding: 10px;
  margin-top: 5px;
}
.stage_customer button.next {
  margin-top: 30px;
}
span.btn {
  font-size: 30px;
  text-align: center;
  border: 2px solid #ffbc0e;
  border-radius: 10px;
  display: block;
  width: 400px;
  height: 80px;
  line-height: 84px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #ffbc0e;
  padding: 10px;
}
ul.status{
  margin: 24px auto 0 auto;
  text-align: center;
}
ul.status li{
  margin: 0 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
ul.status li:before{
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 8px;
  border: 3px solid #e6c655;
}
ul.status li.now:before{
  background-color: #e6c655;
}
p.back{
  font-size: 1.8rem;
  text-align: left;
  color: #666;
  margin-left: 20px;
	margin-top: 50px;
  cursor: pointer;
}
p.back:hover{
  transition: 1.0s;
  color:#ccc;
}
p.mgt25 {
  margin-top: 25px;
}
.space {
  float: left;
  width: 700px;
}
#spece_contents h3{
/*  margin: 25px 0 0 0;*/
  font-size: 2.6rem;
  font-weight: bold;
  color: orange;
  text-align: center;
}
#spece_contents h3 em{
  display: block;
  line-height: 45px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*#spece_contents h3 em:before{
	margin: 0 0 20px 0;
	width: 70px;
	height: 70px;
	background-position: center center;
	vertical-align: top;
}*/

#spece_contents li.col{
  max-width: 700px;
  width:100%;
  height: 1000px;
  float: left;
  position: relative;
}
div.stage_customer #spece_contents li.col {
  height: 1000px;
}
.button_list{
  margin: 30px auto 0 auto;
  max-width: 660px;
  width:100%;
}
.button_list li{
  margin: 10px 10px 10px 0;
  text-align:center;
  padding: 0px;
  max-width: 300px;
  width:100%;
  float: left;
}

/* #col2 .button_list{
  margin-top:100px;
} */
.button_list.area{
  margin-top:10px;
}
.button_list.area li{
    width: 135px;
}
p.button{
  margin: 10px auto;
  width: 400px;
}
#col5 input[type="number"]{
  padding: 15px 20px;
  margin-left: 55px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #ffbc0e;
  font-size: 36px;
  font-size:3.6rem;
  width: 260px;
}
#number_input{
  margin: 50px auto 80px auto;
  text-align: center;
}
#number_input span{
  margin: 0 0 10px 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffbc0e;
  display: inline-block;
  vertical-align: bottom;
}


#title_result{
  margin:20px auto;
  padding:1.6em 0;
  text-align:center;
  border-radius: 5px;
  width: 300px;

}
#title_result span{
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
  font-size: 2rem;
  font-size: 20px;
}
#title_result.before{
  background: #00B9EF;
}
#title_result.after{
  background: #ff6800;
}

#title_result.before span.after,
#title_result.after span.before{
  display: none;
}

#title_result.before span.before{
  display: inline;
  margin-left:1em;

}
#title_result.before span.before span{
  position:relative;
  display: inline;
}
#title_result.after span.after{
  display: inline;

}

#personal h3{
  margin: 40px 0;
  font-size: 2rem;
  font-weight: bold;
  color: orange;
  text-align: center;
}
#personal table{
  margin:0 auto 0 15px;
  width: 675px;
}
#personal th{
  padding: 12px 0;
  width: 240px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
  line-height: 2;
  text-align: right;
}
#personal td{
  padding: 10px 10px 10px 20px;
  width: 440px;
  vertical-align: middle;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
}
#personal td span{
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  font-weight: bold;

}
#personal input,
#personal textarea{
  padding: 5px 5px 5px 10px;
  border:1px solid orange;
  border-radius: 5px;
  background: #fff;
  font-size:20px;
  font-size:2rem;
  width: 85%;
}
#personal textarea{
  height: 100px;
}


#submit em{
  font-style: normal;
  font-weight: bold;
}
#submit:disabled{
  background: #ddd;
  border:1px solid #ccc;
  cursor: default;
}
#submit em.abled{
  display: inline;
}
#submit:disabled em.abled,
#submit em.disabled{
  display: none;
}
#submit:disabled em.disabled{
  margin-left:1em;
  display: inline-block;
  color:#333;
}
#submit:disabled em.disabled span{
  position:relative;
  animation: letter_anime 1s ease -2s infinite alternate;
}
@keyframes letter_anime{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
#submit:disabled em.disabled span:nth-of-type(2){
  animation-delay: 200ms;
}
#submit:disabled em.disabled span:nth-of-type(3){
  animation-delay: 300ms;
}
#submit:disabled em.disabled span:nth-of-type(4){
  animation-delay: 400ms;
}
#submit:disabled em.disabled span:nth-of-type(5){
  animation-delay: 500ms;
}
#submit:disabled em.disabled span:nth-of-type(6){
  animation-delay: 600ms;
}



/* */

#article_thanks section{
  margin: 20px;
  /*background: url(img/back_thanks.png) no-repeat left bottom;*/
  height: 490px;
  position: relative;
}
#article_thanks .comment_space{
  position: absolute;
  background: #fff;
  width: 460px;
  height: 300px;
  left:250px;
  top:10px;
  border-radius: 10px;
}
#article_thanks h3{
  margin: 15px;
  padding: 0.5em 0;
  border-top:5px solid #ff9900;
  border-bottom:5px solid #ff9900;
  color: orange;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#article_thanks p{
  font-size: 13px;
  font-size:1.3rem;
  line-height: 1.6;
  text-align: center;
}
#article_thanks p.tel{
  margin: 15px auto ;
  padding: 5px 0;
  font-size: 11px;
  font-size: 1.1rem;
  border: 2px solid #cfc6ba;
  border-radius: 10px;
  width: 300px;
}
#article_thanks p.tel em{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#article_thanks li{
  margin: 10px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

div.conversion{
  visibility: hidden;
}

/* 2016 12 15ﾃ｣竄ｬ竄ｬﾃｨﾂｩﾂｲﾃ･ﾂｽ窶愿｣ﾂ�ｪﾃ｣ﾂ≫氾ｨﾂｿﾂｽﾃ･ﾅ�ﾂ� */
/* no office */
#no_office{
  position: relative;
  text-align-last: center;
  vertical-align: middle;
  height: 100%;
}
#no_office .table{
  display: table;
  width: 100%;
  height: 100%;
}
#no_office .table_cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#no_office .title{
  margin:20px 180px 30px 180px;
  padding:0.5em 1em;
  background: #999;
  color: #fff;
  text-align-last: center;
  border-radius: 20px;
}
#no_office p{
  margin-top:1em ;
  text-align:center;
  font-size: 16px;
  line-height: 1.6;
}

#no_office .houterasu{
  margin:20px auto;
  border-radius: 10px;
  padding: 0px 60px 15px 60px;
  border:2px solid #F06C00;
  display: inline-block;
}
#no_office .logo{
  margin:10px auto;
  width: 200px;
  text-align:center;
  display: block;
}
#no_office img{
  width: 100%;
  height: auto;
}
#no_office .houterasu .note{
  font-size: 12px;

}
select.pref {
  border: 1px solid orange;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  width: 91%;
  height: 40px;
}
#spece_contents h3.h3_fin {
  font-size:24px;
  line-height: 1.5;
  margin-top: 20px;
  color:#000;
}
div.comp_wrap{
  width:100%;
  padding:20px;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
h3.h3_fin {
  font-size:26px;
  font-weight:bold;
  line-height: 1.5;
  margin-top: 20px;
  text-align:center;
  color:#000;
}
#spece_contents h3.company_name {
  margin-top: 100px;
  color: orange;
}
div.imgfinbox{
  margin:80px auto 20px;
  text-align:center;
}
div.imgfinbox img{
  width:150px;
}
/* 霑ｽ險� */
.caution {
  font-size: 15px;
  font-weight: bold;
  color: #444;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.caution_nobtn {
  margin-top: 20px;
}
input[type=radio] {
  display: none;
}
.green_btn{
  padding: 30px 0;
  font-size:26px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 2px solid #ffbc0e;
  border-radius: 50px;
  display: block;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.2em;
}
.green_btn_collect {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffbc0e;
  background: #fff;
  border: 2px solid #ffbc0e;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.green_btn_eol {
  line-height: 1.2;
  padding: 18px 0 23px 0;
}
.green_btn_collect:hover,
.green_btn:hover {
	color: #fff;
	background: #ffbc0e;
  transition: all 0.8s ease-out;
}
p#number_input span.caution_msg {
  font-size: 24px;
  display: block;
  margin-top: 20px;
  color: #663310;
}

/* sp */
/* @media screen and (max-width: 480px){
  div#wrapper div.stage_customer {
    top: 80px;
    width: 90%;
    height: auto;
  }
  .space {
    width: 90%;
    float: initial;
    margin: 0 auto;
  }
  #personal h3 {
    margin-top: 35px;
    font-size: 20px;
  }
  #personal th {
    font-size: 20px;
  }
  .caution {
    font-size: 18px;
  }
  p.button {
    margin-bottom: 40px;
  }
} */


#PageFooter {
padding: 35px 0;
background-color: #ffbc0e;
color: #fcf9ec;
text-align: center;
margin: 0px auto;
max-width: 700px;
width:100%;
}
#FooterCompanyName {
font-size: 18px;
text-align:center;
}
#FooterCopyright {
font-size: 1.5rem;
margin-top: 22px;
text-align:center;
}

.qus {
	width: 100%;
	background: url(../images/faq_char.png) no-repeat;
	background-position: 20px 20px;
	height:200px;
	text-align: left;
	padding: 54px 0 0 255px;
	box-sizing: border-box;
}

/*office*/
.inner {
width: 620px;
margin: 40px auto;
}
.DataTable>div>dt {
padding: 10px 30px;
line-height: 2.5;
font-size: 2.5rem;
/* letter-spacing: 0; */
background-color: #f7f7f7;
color: #1c1c1c;
font-weight: bold;
}
.DataTable>div>dd {
padding: 26px 30px 30px;
background-color: #fff;
font-size: 2rem;
line-height: 3rem;
}

/*pp*/
.Section__title {
font-size: 2.5rem;
	font-weight: bold;
color: #1c1c1c;
	padding-top: 20px;
}
h2.Section__title {
font-size: 2.5rem;
	font-weight: bold;
letter-spacing: 0;
padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.PrivacyPolicy__introduction p,.Paragraphs p{
	line-height: 3rem;
	font-size: 2rem;	
	margin: 10px auto;
}
.e-ol {
margin-left: 45px;
}
.e-ol>li {
counter-increment: ol;
position: relative;
list-style-type: decimal;
line-height: 3rem;
font-size: 2rem;
}
.e-ul>li{
line-height: 3rem;
font-size: 2rem;
}
.PrivacyPolicy__revision{
line-height: 3rem;
font-size: 2rem;
}
/*fee*/
#fee{
	font-size: 3rem;
}
#fee span{
	font-size: 2.5rem;
}
/*footer*/
.flex-box {
    padding:  10px;             /* 菴咏區謖�ｮ� */
    display: flex;              /* 繝輔Ξ繝�け繧ｹ繝懊ャ繧ｯ繧ｹ縺ｫ縺吶ｋ */
    justify-content:center;
}
 
.flex-item {
color: #fff;
margin-bottom: 20px;
width: 25%;
font-size: 2rem;
border-right: 1px solid #fff;
}

.flex-item a{
	text-decoration:none;
	color:#fff !important;
}
.flex-item:nth-child(2) {
	width: 45%;

}
.flex-item:nth-child(3) {
	border-right: none;

}

input[type=checkbox] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background: #ffbc0e;
  color: #fff;
}