

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.aL{ text-align: left !important; }
.aC{ text-align: center !important; }
.aR{ text-align: right !important; }
.m0{ margin: 0 !important;}
.mT20{ margin-top: 20px !important;}
.mT0{ margin-top: 0 !important;}
.pT5{ padding-top: 5px !important;}
.fa{
  margin-right: 0.5em;
}
.alpha:hover{
  opacity: 0.7;
}
.sp_show{display: none;}
.w20 { width: 20%;}
.w30 { width: 30%;}
.w40 { width: 40%;}
.w100{ width: 100%;}
.item>label{width: 100%;}
/* HEADER */
#header{
  position: relative;
  background: url("../img/bg.jpg") repeat center center;
  height: 170px;
}
#header_inner{
  background: url("../img/headbar.png") repeat-x 0 0;
}
#header_mio{
  position: absolute;
  top: 25px;
  margin-left: 15px;
}
#header_logo{
  position: absolute;
  top: 55px;
  margin-left: 15px;
}
#header_miologo img{
  float:right;
}
h1{
  position: absolute;
  display: inline-block;
  margin-top: 131px;
  padding: 5px 20px;
  background-color: #F4F3F3;
  border: 3px solid #FFFFFF;
  border-width: 3px 3px 0;
  box-shadow: 0px -2px 2px 0px #999999;
  font-size: 2.8rem;
  color: #009933;
}

#maincontent{
  width: 100%;
  background: url("../img/mainbg.png") repeat-x 0 0;
}


#greeting{
  padding: 50px 0 20px;
  text-align: center;
  font-size: 2.6rem;
}
.telephonenumber{
  text-align: center;
}
.telephonenumber strong{
  color: #0D8ED6;
  border: 1px solid #0D8ED6;
  border-radius: 5px;
  background-color: white;
  display: inline-block;
  padding: 15px 25px 12px;
  font-size: 18px; font-size: 1.8rem;
}


.block_pc{
	position:relative;
}
.block_tel{
	position:relative;
}
.block_pc,
.block_tel{
	margin-top:15px;
	background-color:#F6F6F6;
	border-radius:5px;
	padding:15px;
} 
.telcopy{
	position:absolute;
	right:10px;
	top:23px;
	background-color:#FFFFFF;
	color:#CC0000;
	border:1px solid #CC0000;
	padding:3px 5px 1px;
	border-radius:3px;
	font-size:12px;
}
.block_pc h3,
.block_tel h3{
	margin:0 0 10px;
	font-size:28px;
	padding:0 0 0 50px;
	line-height:45px;
}
.block_pc h3{
	color:#53B84C;
	background: url("../img/h_icn_pc.svg") no-repeat 0 0;
	background-size:auto 40px;
}
.block_tel h3{
	color:#42A0F8;
	background: url("../img/h_icn_tel.svg") no-repeat 0 0;
	background-size:auto 40px;
}
.notetel{
	margin-top:0px;
	margin:0;
	background-color: #FFFFFF;
	padding:10px 5px;
	text-align:center;
}
.notetel span{
  color: #009933; 
}
.notetel strong{
  font-size: 2.8rem;
}
.notetel a{
  color:#009933;
	font-size: 33px;
}
br.pc_none{
	display:none;
}
@media (max-width: 760px){
	  #agreement2{
	    font-size: 1.5rem;
	    margin-bottom: 1em;
	    margin-top: 30px;
	    padding: 10px 10px 5px;
	  }

	.notetel{
	  font-size: 1.4rem;
	}
	.notetel strong{
	  font-size: 2.8rem;
	}
	br.pc_none{
		display:block;
	}
	.block_pc h3,
	.block_tel h3{
		font-size:22px;
		padding-left:33px;
		background-size:auto 30px;
		background-position: left 5px;
	}
	.telcopy{
		font-size:11px;
	}
	#btn_agreeform{
		width:250px !important;
	}
}

/* 同意文 */
#agreement{
  position: relative;
  margin: 60px 0 20px;
  padding: 10px 15px 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF9D12;
  border: 1px solid #CCC;
  background: transparent;
}
#agreement span{
  position: relative;
  top: -2px;
}
#area_agreement .message{
  font-size: 2rem;
  margin-bottom: 1em;
}
#area_agreement .message strong{
  color: #CC0000;
}
#area_office{
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 1em;
  border: 3px double #CCC;
  border-radius: 3px;
}
#area_office p{
  font-size: 1.6rem;
  line-height: 1.8;
}
#area_office p strong{
  color:#CC0000;
  font-size: 2.2rem;
}
#btn_agreeform{
  margin: 5px auto;
  padding: 15px 15px 15px 25px;
  width: 580px;
  margin-left: 100px;
  border-width: 1px;
  border-radius: 35px;
  color: white;
  font-weight: bold;
  font-size: 2.2rem;
  text-shadow: 0 0 10px #933;
  box-shadow: 1px 1.732px 5px rgba( 0, 0, 0, 0.3 );
  background-color: #FF290C;
  background-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(-180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(-180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#btn_agreeform:hover{
  text-shadow: none;
  box-shadow: 0;
  background-color: #FF350B;
  background-image: none;
  box-shadow: none;
}


#btn_agreeform span{
  display: inline-block;
  position: relative;
  animation: agreebutton 2s ease infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: agreebutton 2s ease infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: agreebutton 2s ease infinite;
  -moz-transform-origin: 50% 50%;
  -ms-animation: agreebutton 2s ease infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes agreebutton {
  0%  { left: 0px; }
  10%  { left: 4px; }
  20% { left: 0px; }
}
@-moz-keyframes agreebutton {
  0%  { left: 0px; }
  10%  { left: 4px; }
  20% { left: 0px; }
}
@-webkit-keyframes agreebutton {
  0%  { left: 0px; }
  10%  { left: 4px; }
  20% { left: 0px; }
}
@-ms-keyframes agreebutton {
  0%  { left: 0px; }
  10%  { left: 4px; }
  20% { left: 0px; }
}

#btn_agreeform span{
  margin-left: 10px;
}


#area_japan{
  margin-left: 40px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  padding: 3px;
  background: url("../img/area_japan_bg.png") no-repeat 275px 15px;
}
#area_japan h4{
  display: inline-block;
  border-bottom: 1px dotted #999;

  margin: 0;
  padding: 10px 5px 3px;
  line-height: 1;
  color: #CC0000;
  font-size: 1.6rem;
  font-weight: bold;
}
#area_japan h4 strong{
  font-size: 1.8rem;
}
#area_japan p{
  padding: 10px 5px 0;
  margin: 0;
}
#area_japan .button{
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 5px 2px 5px 12px;
  text-align: center;
  color: white;
  border-radius: 5px;
  font-size: 1.8rem;
  text-shadow: 1px 1.732px 5px rgba( 0, 0, 0, 0.3 );

  background-color: #009A05;
}

#btn_faxdownload{
  border-width: 1px;
  border-radius: 3px;
  box-shadow: 1px 1.732px 3px rgba( 0, 0, 0, 0.3 );
  background-image: -moz-linear-gradient(    -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(     -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#area_japan a.button:hover{
  text-decoration: none;
}

#btn_faxdownload{
  display: inline-block;
  margin: -2px auto 10px 8px;
  padding: 3px 8px 3px 8px;
  text-align: center;
  vertical-align: top;
  color: white;
  font-size: 1.6rem;

  background-color: #019BFF;
  text-decoration: none !important;
}
#btn_faxdownload i{
  font-size: 1.8rem;
  margin-right: 5px;
}
#btn_faxdownload strong{
  color:white !important;
}


/* TEL/FAX/Internet */
#area_fax,
#area_internet{
  position: relative;
  width: 100%;
}
#area_fax{
  margin-top: 3em;
  background: url("../img/bg.jpg") repeat center center;
}
#area_fax #bar_fax,
#area_internet #bar_internet{
  position: relative;
  top: -10px;
}
#area_fax #bar_fax{
  background: url("../img/fax_bar.png") repeat-x 0 0;
}
#area_internet #bar_internet{
  background: url("../img/internet_bar.png") repeat-x 0 0;
}
#bar_fax h2,
#bar_internet h2{
  max-width: 800px;
  margin: 0 auto 0;
  background: url("../img/fax_icn.png") no-repeat 0 0;
  padding: 21px 0 40px 80px;
  color: #FFFFFF;
  font-size:2.5rem;
  font-weight: normal;
}
#bar_tel h2{
  background: url("../img/tel_icn.png") no-repeat 0 0;
}
#bar_internet h2{
  background: url("../img/internet_icn.png") no-repeat 0 0;
}
#tel_block_outer{
  background: url("../img/tel_person.png") no-repeat left top;
}
#fax_block_outer{
  background: url("../img/fax_person.png") no-repeat right top;
}
#fax_block1{
  padding: 15px 10px 10px;
  margin-top: 1em;
  margin-bottom: 3em;
  background-color: rgba(255,255,255,0.6);
}
#fax_block1 p{
  margin-bottom: 0px;
  line-height: 1.3;
}
#fax_block1 p.comment{
  padding-left: 40px;
  padding-right: 20px;
}
#fax_block1 p.tel_title{
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 5px #666666;
}
#fax_block1 .tel,
#fax_block1 .fax{
  padding-left: 45px;
}
#fax_block1 span{
  font-size: 2rem;
  color: #0D8ED6;
  /*text-shadow: 1px 1px 5px #666666;*/
}
#fax_block1 .tel_no{
  font-size: 5rem;
  font-weight: bold;
  color: #0D8ED6;
  /*text-shadow: 1px 1px 5px #666666;*/
}

#fax_block1 .fax_no{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0D8ED6;
  /*text-shadow: 1px 1px 5px #666666;*/
}


#fax_block2{
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0.5px 0.866px 3px 0px #666666;
}
#fax_block2 strong{
  color: #CC0000;
}
.callnow{
  display: none;
}

/* お願い */
#block_doublecheck{
  margin: 2.5em 0;
  padding-top: 0;
  background-color: #FFF5F5;
  border: 1px solid #CC0C00;
  border-radius: 3px;
}
#block_doublecheck h4{
  margin: 0 0 5px;
  padding: 10px;
  background-color: #CC0C00;
  background: url("../img/block_doublecheck_bg.png") repeat 0 0;
  color:white;
}
#block_doublecheck ul{
  padding: 10px 15px 0px 30px;
  font-size: 1.3rem;
}
#block_doublecheck ul{
  padding-bottom: 5px;
}

#block_doublecheck strong{
  color: #CC0C00;
}

/* Footer */
#footer{
  margin-top: 3em;
  padding: 20px 0;
  background: url("../img/bg.jpg") repeat center bottom;
  box-shadow: inset 0 4px 0px rgba(0,0,0,0.1),
              inset 0 -4px 0px rgba(0,0,0,0.1),
              inset 0 2px 0px rgba(0,0,0,0.1),
              inset 0 -2px 0px rgba(0,0,0,0.1);
}
#footer p{
  font-size: 1.1rem;
}
#footer p#footer_mio{
  font-size: 1.4rem;
}
#footer .row{
  margin-left: 0;
  margin-right: 0;
}

#footer .col-sm-4{
  padding: 0 10px 0 0px;
}
#copyright{
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  color: #999999;
}

/* Table */
table.formtable th,
table.formtable td{
  padding-left: 20px;
}
table.formtable th{
  width: 30%;
  background: #FAFAFA;
}


/* FORM */
form{
  margin: 1em 0px 2em;
}
label{
  font-weight: normal;
}
.sslseal{
  margin-top: -90px;
}
.formname{
  border-bottom: 3px solid #05B530;
  margin-bottom: 10px;
}
form fieldset{
  border-top: 2px dashed #CCCCCC;
  border-bottom: 2px dashed #CCCCCC;
  padding-bottom: 5px;
  margin-top: 3em;
}
form legend{
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  border: none;
  background: #EEEEEE;
  text-align: center;
  font-size: 1.6rem;
}
.formtitle h3,
form h3{
  display: inline-block;
  padding: 7px 20px;
  margin: 0;
  margin-top: 1em;
  background-color: #05B530;
  color: white;
}
form h4{
  margin-top: 3em;
}
form .row{
  border-top: 1px dotted #CCCCCC;
  padding: 0.5em 0 0.5em;
  position: relative;
}
form input[type="checkbox"],
form input[type="radio"]{
  margin-right: 5px;
}
form button[type="submit"],
form input[type="submit"]{
  padding: 10px 50px 10px 70px;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  text-indent: -0.4em;
  color:#FFFFFF;
  background: #0D9B21;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: 1px 1.732px 5px rgba( 0, 0, 0, 0.3 );
  background-image: -moz-linear-gradient(    -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(     -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
form label.inline {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.5em !important;
}
select.inline {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}
div.blank{
  height:1px;
  font-size: 1px;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  clear: both;
}

p.icn_attention{
  display: inline-block;
  position: absolute;
  width: 1.8em;
  padding: 5px 5px 3px;
  line-height: 1.3;
  border-radius: 3px;
  font-size: 1.2rem;
  background: #CC0000;
  color: white;
  left:0;
}
form .row>div{
  padding-top: 0.6em;
}
form p{
  margin: 0.5em -0px;
  font-size: 1.2rem;
}
form p.form_rowheader{
  padding-left: 1em;
  font-size: 1.4rem;
}
form p.form_rowheader.line2{
  margin-top: -3px;
}
.radio-inline label{
  cursor: pointer;
}

.radio-inline,
.checkbox-inline{
  margin-left: 0px;
  margin-right: 10px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}


.formbuttons{

}
.formbuttons ul{
  list-style: none;
  margin: 0;
  padding: 5px;
}
.formbuttons li{
  display: inline;
  margin-right: 30px;
}
.formbuttons li input[type="button"] {
  padding: 10px 20px 10px;
  font-size: 1.5rem;
  color:#FFFFFF;
  background: #999999;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: 1px 1.732px 5px rgba( 0, 0, 0, 0.3 );
  background-image: -moz-linear-gradient(    -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(     -90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);

}

/* 専用 */

/* COMMON */
.container {
  max-width: 800px;
}
@media (max-width: 760px){
  .container {
    max-width: 800px;
  }
}

@media (min-width: 760px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 800px;
  }
}

/* Tablet */


/* Smart Phone */
@media (max-width: 760px){
  .xs_aL{ text-align: left !important; }
  .sp_show{display: block;}
  #header{
    height: 150px;
  }
  #header_mio{
    width: auto;
    text-align: center;
    padding: 6px 0;
    position: relative;
    top:0;
    margin: 0 -15px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    background-image: -moz-linear-gradient(    -90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.0) 100%);
    background-image: -ms-linear-gradient(     -90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.0) 100%);
  }
  #header_logo{
    width: 75%;
    height: auto;
    margin-left: 8%;
    text-align: center;
  }
  #header_miologo {
    display: none;
  }

  h1{
    position: absolute;
    display: inline-block;
    margin-top: 124px;
    padding: 5px 10px;
    font-size: 1.7rem;
  }

  #greeting{
    padding: 30px 0 10px;
    text-align: left;
    font-size: 1.6rem;
  }
  #agreement{
    font-size: 1.5rem;
    margin-bottom: 1em;
    margin-top: 30px;
    padding: 10px 10px 5px;
  }
  #agreement i{
    margin-right: 5px;
    margin-top: 2px;
  }
  #area_agreement .message {
    font-size: 1.4rem;
  }
  #area_office{
    display: none;
    padding: 5px;
    border: 1px solid #CCC;
  }
  #area_office p{
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #area_office p strong{
  }

  #btn_agreeform{
    width: 100%;
    margin-left: 0;
    margin: 10px 0 20px;
    font-size: 1.6rem;
    padding-left: 15px;
    padding-right: 5px;
  }
  #btn_agreeform span{
    margin-left: 10px;
  }
  hr{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #area_japan{
    margin: 0;
    background-position: 240px 5px;
  }
  #area_japan h4{
    margin-right: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  #area_japan h4 strong{
    font-size: 1.6rem;
  }
  #area_japan p{
    font-size: 1.2rem;
  }

  #btn_faxdownload{
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 1.6rem;
  }
  #btn_faxdownload i{
    font-size: 1.6rem;
  }
  #btn_faxdownload strong{
  }

  #area_fax{
    margin-top: 1em;
  }
  #bar_fax,
  #bar_internet{
    padding-left: 10px;
    padding-right: 10px;
  }
  #bar_fax h2{
    padding-top: 18px;
    padding-left: 75px;
    font-size: 1.6rem;
  }
  #bar_internet h2{
    padding-top: 26px;
    padding-left: 75px;
    font-size: 1.6rem;
  }
  #fax_block_outer{
    background: none;
    padding: 15px 0 10px;
  }
  #fax_block1{
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 15px 5px 10px;
  }
  #fax_block1 p.tel_title{
    font-size: 1.6rem;
  }
  #fax_block1 .tel_no{
    font-size: 3.2rem;
  }

  #fax_block1 .tel{
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #fax_block1 .fax{
    display: none;
  }
  .callnow{
    display: block;
    padding: 0 30px 5px;
  }
  .callnow a{
    display: block;
    background: #FFF;
    color: #000;
    border: 1px solid #CCC;
    border-radius: 30px;
    padding: 8px 40px 8px 5px;
    font-size: 2.4rem;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  .callnow a i{
    background: #00CC00;
    color: #FFF;
    float: left;
    font-size: 2.6rem;
    margin-top: -4px;
    border-radius: 30px;
    padding: 7px 10px;
  }
  .callnow a:hover {
    background: #00CC00;
    text-decoration: none;
    box-shadow: none;
    color: #FFF;
  }

  p.icn_attention{
    position: absolute;
    width: 3em;
    display: block;
    /*float: left;*/
    left: 8px;
    margin-bottom: 10px;
/*     right: 15px; */
/*     left: auto; */
  }
  form {
    margin-top: 0;
  }
  .sslseal{
    margin-top: -20px;
  }

  .formtitle h3, form h3{
    margin-top: 0.5em;
  }
  form .row{
    padding: 0.5em;
  }
  form .row .row{
    margin-left: 0;
  }
  p.icn_attention+div{
    margin-left: 45px;
  }
  form p.form_rowheader{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  form h4{
    font-weight: bold;
    font-size: 2.1rem;
    margin-top: 30px;
  }
  form fieldset{
    margin: 10px 0 0;
  }
  form legend{
    text-align: left;
    font-size: 1.2rem;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
  }
  form .row>div{
    padding-left: 0;
  }

  #block_doublecheck{

  }
  #block_doublecheck h4{
    font-size: 1.2rem;
  }

  #footer{
    text-align: center;
    /*display: none;*/
  }
  #copyright{
    /*background: #EEEEEE;*/
  }
}
