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

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", "sans-serif" !important;
}

*, *: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;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

img {
  border: none;
}

h1 {
  font-size: medium;
  color: gray;
}

h2 {
  font-size: medium;
  color: gray;
}
h3 {
	font-size:150%;
	margin: 0;
	font-weight:bold;}
h4 {
	font-size:110%;
	margin: 0 0 2%;
	color:#ff6666;
	text-align:center;
	font-weight:bold;}
a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: underline;
}

table.form-new {
  max-width: 960px;
  font-size:200%;
  margin:0 auto 3%;
  width: 100%;
}

table.form-new td {
padding: 2% 3%;
text-align:left;
font-size: 22px;

}
table.form-new th {
padding: 2% ;
background:#f4f5ff;
text-align:left;
font-size:100%;
color: #666;
}
table.form-new th.blue {
	padding: 2% ;
	text-align:center;
color:#FFF;
background:#5b5bc6;
font-size:90%;
font-weight:normal;
}
.pt-5 {
	padding-top:5% !important;
}
.attn {
font-weight:normal;
	color:#ff0000;}
.attn2 {
	margin:3% 0 8%;
	padding:3%;
	background:#fee6e6;
	border:1px solid #ff6666;}
.text-r {
	margin-left: 3%;
    /* color: blue; */
    /* vertical-align: bottom; */
    font-size: 100%;
    padding-top: 25px;
    display: block;
}
.text-r br {display:none;}
.form02 {float:left;
margin-right:2%;}
input {
  font-size: 120%;
  text-indent: 1em;
  letter-spacing: 0.3em;
  border: solid 1px;
  border-color: rgb(169, 169, 169);
  border-radius:5px;
  margin-bottom:3%;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(2.5);
   transform: scale(2.5);
   margin-right: 1em;
   margin-bottom: 1em;
   margin-top: 1em;
}

input[type="submit"] {
  width: 441px;
  height: 121px;
  padding: 0 0;
  background: url("a-text-1.png");
  border: solid 1px;
  border-color: rgb(169, 169, 169);
  cursor: pointer;
}

input.form01 {
  width: 800px; /*95%; */
  height: 80px;
}

input.form02 {
  width: 470px; /*85%; */
  height: 80px;
}

input.form03 {
  width: 630px; /* 90% */
  height: 80px;


}

input.form05 {
  width: 270px;
  height: 80px;
  letter-spacing: 0.15em;
  text-indent: 0.2em;
  text-align: center;
}

input.form06 {
  width: 486px; /* ???508px?????*/
  height: 80px;
  letter-spacing: 0.15em;
}


select {
  box-sizing: border-box;
	text-indent: 1em;
  font-size: 120%;
  padding: 0;
  padding-left: 0.75em;
  width: 630px;
  height: 80px;
  letter-spacing: 0.2em; /*edge NG */
  border: solid 1px;
  border-color: rgb(169, 169, 169);
  -webkit-appearance: none;
  -moz-appearance: none;
    margin-bottom:3%;
	color:#000;
}

select::-ms-expand {
  display: none;
}

textarea {
  box-sizing: border-box;
  font-size: 32px;
  width: 960px;
  height: 240px;
  letter-spacing: 0.3em;
  overflow: scroll;
  border: solid 1px;
  border-color: rgb(169, 169, 169);
}


.textbox1 {
  width: 728px !important;
  height: 285px!important;
  letter-spacing: 0.25em;
  line-height: 1.3;
  padding-top: 0.5em;
  padding-left: 0.5em;
}
.textbox1::placeholder {
  font-size: 90%;}
.consentform {
  margin-bottom: 40px;
  border: solid 1px;
  width: 100%;
  height: 240px;
  overflow: scroll;
  font-size: 20px;
  border-color: rgb(169, 169, 169);
}

.consentform p {
  padding: 10px 40px;
  font-size: 20px;
}

.consentform .consentform-title {
  text-align: left;
}

.consentform .sign {
  text-align: right;
}

.consentform .consentform-text {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 0;
}


.isogi {
	text-align:center !important;}
.isogi2 {
	font-weight:bold;
	font-size:110%;}
.must {
    display: block;
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow: 0px 1px 2px #933;
    padding: 0 5px;
    color: #FFF;
    float: left;
    margin: 0px 10px 0 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
    background-size: 100% 100%;
	font-size: 100%;
}

.nini {
    display: block;
    background-color: #999;
    border: solid 2px #999;
    padding: 0 5px;
  
    color: #FFF;
    float: left;
    margin: 0px 10px 0 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
    background-size: 100% 100%;
}
.delivery0  { padding-top:8%;
text-align:center !important;}
.delivery0 label {
	display:inline !important;}
 

.delivery{
    background-color: #9898eb;
    text-shadow: 0px 1px 2px #999;
   padding: 15px 0;
    color: #FFF;
   
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
    background-size: 100% 100%;
    min-width: 100px;
    display: inline-block;
    text-align: center;
	    margin: 0 30px 10px !important;
 }

.widconfig-w2 {
	max-width:960px;
	width:100%;
	
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev
{color: #fff;
    background: #eb6100 !important;
    border-bottom: 5px solid #b84c00 !important;
    border-radius: 10px !important;
    text-shadow: none !important;
    font-size: 140% !important;
    padding: 25px 25px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", "sans-serif" !important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  margin-top: 3px !important;
  color: #fff !important;
  background: #f56500 !important;
  border-bottom: 2px solid #b84c00 !important;
}
.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
}

@media screen and (max-width: 1196px) {
 
  input {
    font-size: 20px;
  }

  select {
    appearance: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    width: 456px;
    height: 66px;
    background-color: white;
	text-indent: 1em;
  }

  select::-ms-expand {
    display: none;
  }

  textarea {
    box-sizing: border-box;
    font-size: 20px;
    width: 694px;
    height: 173px;
    letter-spacing: 0.3em;
    overflow: scroll;
    border: solid 1px;
    border-color: rgb(169, 169, 169);
  }

  .textbox1 {
    width: 524px;
    height: 206px;
    letter-spacing: 0.25em;
    line-height: 1.3;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }

  .consentform {
    margin-bottom: 28px;
    border: solid 1px;
    width: 100%;
    height: 173px;
    overflow: scroll;
    font-size: 20px;
    border-color: rgb(169, 169, 169);
  }

  .consentform p {
    padding: 7px 28px;
  }

  .consentform .consentform-title {
    text-align: left;
  }

  .consentform .sign {
    text-align: right;
  }

  .consentform .consentform-text {
    text-align: left;
    margin-bottom: 28px;
    padding-bottom: 0;
  }
h3 {
	font-size:120%;}
h4 {
	font-size:100%;}
.consentform p {
  padding: 10px 40px;
  font-size: 20px;
}
  .delivery0 br {display:inline;}
}

/* 20190829 ???? */
@media screen and (max-width: 767px) {
 
table.form-new {
  font-size:120%;
}
table.form-new td {
  font-size: 90% !important;
}

  input {

    text-indent: 1em;
    letter-spacing: 0.3em;
    border: solid 1px;
    border-color: rgb(169, 169, 169);
  }

 

  input[type="submit"] {
    width: 220px;
    height: 60px;
    background-size: 218px 58px;
  }

  select {
    appearance: none;
 
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-indent: 1em;
    width: 396.5px;
    height: 46px;
    background-color: white;
    box-sizing: content-box;
  }

  .textbox1 {

    width: 100%;
    letter-spacing: 0.25em;
    line-height: 1.3;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }

  .consentform {
    margin-bottom: 28px;
    border: solid 1px;
    width: 100%;
    height: 173px;
    overflow: scroll;
    font-size: 20px;
    border-color: rgb(169, 169, 169);
  }

  .consentform p {
    padding: 7px 28px;
  }

  .consentform .consentform-title {
    text-align: left;
  }

  .consentform .sign {
    text-align: right;
  }

  .consentform .consentform-text {
    text-align: left;
    margin-bottom: 28px;
    padding-bottom: 0;
  }
  .consentform p,
.mb3 {
  font-size: 15px;
}
.mb2 {
  font-size: 15px;
}
form#mailformpro label {
  
	white-space: normal !important;
    font-size: 135% !important;
}  
}

/* 20190829 ????? */
@media screen and (max-width: 639px) {
  /*767->639 */
  h1 {
    font-size: 10px;
    font-weight: normal;
  }

  h2 {
    font-size: 10px;
    font-weight: normal;
  }


input {

    vertical-align: middle;
  }
input[type="radio"], input[type="checkbox"] {
 -webkit-transform: scale(2.5);
    transform: scale(2.5);
    margin-right: 0.7em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
label {    vertical-align: top;}

	

input[type="submit"] {
width: 250px;
    height: 70px;
    background-size: 100% auto;
	font-size:85%;
}



  input.form01 {
    width: 100%;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    box-sizing: content-box;
  }

  input.form02 {
    width: 162px;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    box-sizing: content-box;
  }

  input.form03 {
    /*box-sizing: border-box; */
    width: 100%;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    box-sizing: content-box;
	margin-left: 0;
  }

  input.form05 {
    width: 90px;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    text-indent: 0.05em; /* 0.2em */
    text-align: center;
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    box-sizing: content-box;
  }

  input.form06 {
    /*    box-sizing: border-box; */
    width: 100%;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    box-sizing: content-box;
  }

  
  select {

    text-indent: 0.5em;
    width: 100%;
    height: 40px;
    letter-spacing: 0.05em; /* 0.15em */
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    background-color: white;
    box-sizing: content-box;
	margin-left:0;
  }

  textarea {

    /*     transform: scale(0.75);
    font-size: 12px; */
    width: 100%;
    height: 128px;
    letter-spacing: 0.05em; /* 0.1em */
    margin: 0;
    padding: 0;
  }


  .textbox1 {
    width: 100% !important;
    letter-spacing: 0.05em; /* 0.25em */
    line-height: 1.3;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }

  .consentform {
    margin-bottom: 12px;
    width: 100%;
    height: 128px;
    font-size: 12px;
  }

  .consentform p {
    padding: 4px 12px;
  }

  .consentform .consentform-text {
    margin-bottom: 12px;
  }

.attn br {display:none;}
.delivery {
    font-size: 140%;
    margin: 0 30px 0px !important;
}
 .delivery0 label {
	    vertical-align: middle;
	white-space: normal !important;
    font-size: 110% !important;
}
 .delivery0 input {margin-top:1em !important;
}
.delivery0 {
	text-align:center !important;}

}
@media screen and (max-width: 470px) {
table.form-new {
  font-size:100%;
}
table.form-new td {
  font-size: 90% !important;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-right: 0.5em;
	
}
form#mailformpro label {
    border-radius: 3px;
    margin: 7px 3px 3px 3px;
    display: inline-block;
  
	white-space: normal !important;
    font-size: 110% !important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    color: #fff;
    background: #eb6100 !important;
    border-bottom: 5px solid #b84c00 !important;
    border-radius: 10px !important;
    text-shadow: none !important;
    font-size: 120% !important;
    padding: 20px 20px;

}
}