@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-align: left;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.contents {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 750px;
}
.image {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.btn-wrap {
	position: relative;
}
.btn {
	position: absolute;
	top: 57%;
	right: 7%;
	width: 45%;
}

.cta-select {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-size: cover;
}

.cta-select-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/bg-02.jpg);
	background-repeat: repeat-y;
	background-size: 100% 100.1%;
	margin-left: 0%;
}

.cta-select .cta-select_selectbox,
.cta-select-2 .cta-select_selectbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.5em;
	width: 11%;
	/* padding-right: 0%; */
	/* margin-bottom: 1em; */
	margin-left: 2%;
	margin-right: 3%;
}

.banner {
	position: fixed;
	bottom: 0;
	max-width: 800px;
	width: 100%;
}
.banner-close {
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: ;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    color: #fff;
    background-color: rgba(255,255,255,0.50);
}

@media screen and (max-width: 680px) {
	.cta-select .cta-select_selectbox,
	.cta-select-2 .cta-select_selectbox {
		font-size: 0.8em;
	}
	.cta-select p,
	.cta-select-2 p {
		font-size: 0.9em;
	}
}

.cta-select .cta-select_selectbox p,
.cta-select-2 .cta-select_selectbox p {
	margin-right: 0.5em;
}

.cta-select .cta-select_selectbox select,
.cta-select-2 .cta-select_selectbox select {
	cursor: pointer;
	font-size: 0.9em;
	width: 1em;
	padding: 0.3em 0;
	font-weight: bold;
}

.cta-select .cta-select_btn,
.cta-select-2 .cta-select_btn {
	width: calc(85% / 770 * 512);
}

img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.cta-select_selectbox {
	background: #fff;
	width: 10%;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	/* padding: 1em; */
	border: 1px solid #909090;
	box-shadow: 0 0 0.3em #c4bfbf;
}

select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	position: relative;
}

.ft-btn {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 2147483646;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
	.ft-btn {
		width: 100%;
	}
}


/* フォーム部分
---------------------------------------------------------------- */

.section-form select{color: #333;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
}

.section-form{
 max-width: 700px;
 margin: 0 auto;
}

.section-form h3 {
  border-bottom: 1px solid #BEA785;
  color: #333333;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px; }

/* iOSでのデフォルトスタイルをリセット */
.section-form input[type="submit"],
.section-form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.section-form input[type="submit"]::-webkit-search-decoration,
.section-form input[type="button"]::-webkit-search-decoration {
  display: none;
}
.section-form input[type="submit"]::focus,
.section-form input[type="button"]::focus {
  outline-offset: -2px;
}

.err_area {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  z-index:99;
}

.err_area:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area2 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:550px;
  z-index:99;
}

.err_area2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area3 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:425px;
  z-index:99;
}

.err_area3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area4 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:590px;
  z-index:99;
}

.err_area4:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area5 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:470px;
  z-index:99;
}

.err_area5:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area6 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:610px;
  z-index:99;
}

.err_area6:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area7 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:600px;
  z-index:99;
}

.err_area7:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area8 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:730px;
  z-index:99;
}

.err_area8:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area9 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:820px;
  z-index:99;
}

.err_area9:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area10 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:610px;
  z-index:99;
}

.err_area10:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area11 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:770px;
  z-index:99;
}

.err_area11:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area12 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:850px;
  z-index:99;
}

.err_area12:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.err_area13 {
  position: absolute;
  display: inline-block;
  margin: 1em 0;
  padding:5px 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  font-size:13px;
  background:#ff4141;
  left:710px;
  z-index:99;
}

.err_area13:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #ff4141;
}

.error_main-area{width:600px;margin-left:auto;margin-right:auto;counter-reset: number 0;  }
.error_main-area li{line-height:1.7;padding:5px;box-sizing: border-box;border-bottom:1px solid #ccc;}
.error_main-area li:before {
  counter-increment: number 1;      /* number カウンタを増加 */
  content:counter(number) ". ";      /* 表示形式を指定 */
}

@media only screen and (max-width: 768px){
.error_main-area{width:95%;margin-left:auto;margin-right:auto;}
.err_area2 {left:400px;}
.err_area3 {left:400px;}
.err_area4 {left:550px;}
.err_area5 {left:450px;}
.err_area6 {left:570px;}
.err_area7 {left:570px;}
.err_area8 {left:690px;}
.err_area9 {left:800px;}
.err_area10 {left:570px;}
.err_area11 {left:680px;}
.err_area12 {left:780px;}
.err_area13 {left:660px;}
}

@media only screen and (max-width: 650px){
.err_area2 {left:250px;}
.err_area3 {left:250px;}
.err_area4 {left:380px;}
.err_area5 {left:200px;}
.err_area6 {left:320px;}
.err_area7 {left:290px;}
.err_area8 {left:390px;}
.err_area9 {left:470px;}
.err_area10 {left:270px;}
.err_area11 {left:380px;}
.err_area12 {left:480px;}
.err_area13 {left:350px;}
}

@media only screen and (max-width: 550px){
.err_area5 {left:150px;}
.err_area6 {left:280px;}
.err_area7 {left:240px;}
.err_area8 {left:330px;}
.err_area9 {left:400px;}
.err_area10 {left:220px;}
.err_area11 {left:310px;}
.err_area12 {left:380px;}
.err_area13 {left:290px;}
}

@media only screen and (max-width: 480px){
.err_area {font-size:11px;}
.err_area2 {left:220px;font-size:11px;}
.err_area3 {left:160px;font-size:11px;}
.err_area4 {left:250px;font-size:11px;}
.err_area5 {left:120px;font-size:11px;}
.err_area6 {left:200px;font-size:11px;}
.err_area7 {left:180px;font-size:11px;}
.err_area8 {left:250px;font-size:11px;}
.err_area9 {left:470px;font-size:11px;}
.err_area10 {left:160px;font-size:11px;}
.err_area11 {left:210px;font-size:11px;}
.err_area12 {left:265px;font-size:11px;}
.err_area13 {left:210px;font-size:11px;}
}

@media only screen and (max-width: 360px){
.err_area2 {left:180px;}
.err_area3 {left:130px;}
.err_area4 {left:200px;}
.err_area5 {left:100px;}
.err_area6 {left:170px;}
.err_area7 {left:160px;}
.err_area8 {left:220px;}
.err_area9 {left:470px;}
.err_area10 {left:140px;}
.err_area11 {left:180px;}
.err_area12 {left:225px;}
.err_area13 {left:180px;}
}

.section-form .cl-red{color:#ff4141;}
.section-form .fn-13{font-size:13px;}
.section-form .bold{font-weight:bold;}

.section-form .d--sp{display:none;}
.section-form .d--pc{display:inline-block;}

@media only screen and (max-width: 768px){
.section-form .d--sp{display:inline-block;}
.section-form .d--pc{display:none;}
}

.section-form ::placeholder{font-size:16px;}
.section-form input{font-size:16px;}

@media only screen and (max-width: 768px){
 .section-form ::placeholder{font-size:14px;}
.section-form input{font-size:14px;}
}

.section-form .flexbox--between{display: flex;justify-content: space-between;align-items: stretch;}

.section-form {background: #fff; padding-top:40px;box-sizing: border-box;}
.section-form .form-ttl{font-size:28px;line-height:2;margin-top:40px;}
.section-form .form-ttl::first-letter{color:#fff;font-size:34px;line-height:1;background:#7a331d;padding:3px 7px;box-sizing: border-box;margin-right:5px;}
.section-form .clear-button{border-style:solid; border-width:1px; border-color:#cccccc; color:#333333; background:#EAEAEA; font-size:10pt; cursor:pointer;margin-top:20px;}
.section-form .table-01{width:100%;text-align:center;border:1px solid #d0cccb;table-layout:fixed;font-size:18px;box-sizing: border-box;margin-top:5px;}
.section-form .table-01 tr:first-of-type{background:#faefed;}
.section-form .table-01 th, .section-form .table-01 td{padding:20px 10px;box-sizing: border-box;border:1px solid #d0cccb;vertical-align: middle;}
.section-form .table-01 th, .section-form .table-01 td{width:15%;}
.section-form .table-01 th:first-of-type, .section-form .table-01 td:first-of-type{width:45%;}
.section-form .table-01 th:last-of-type, .section-form .table-01 td:last-of-type{width:10%;}
.section-form .table-01 .dlt-button{max-width:80px; width:100%;}
.section-form .textarea-01{background-color:#ffffff; width:100%; padding:10px; border:1px solid #d0cccb; font-size:14px; box-sizing:border-box;margin-top:20px;}

.section-form .check-area{margin-top:10px;padding:10px;box-sizing: border-box;position:relative;}
.section-form input[type="checkbox"] {
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  position: relative;
  margin-right: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: #e2e2e2;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
  background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% );
  transform: scale(1.5); 
}
.section-form input[type="checkbox"]:checked {
  background: #7a331d; /* Old browsers */
background: -moz-linear-gradient(top, #7a331d 0%, #7a331d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7a331d 0%,#7a331d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7a331d 0%,#7a331d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a331d', endColorstr='#7a331d',GradientType=0 ); /* IE6-9 */
}
.section-form input[type="checkbox"]:checked:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  content: "";
  width: 8px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
.section-form input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 7px;
  top: 9px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  width: 10px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
.section-form input[type="checkbox"]:focus{
outline: none;
}

.section-form .att-01, .section-form .margin-t20{margin-top:20px;}
.section-form .att-01, .section-form .margin-b20{margin-bottom:20px;}
.section-form .table-02{width:100%;border:1px solid #fff;table-layout:fixed;font-size:18px;box-sizing: border-box;margin-top:20px;position:relative;overflow:visible;}
.section-form .table-02:first-of-type{margin-top:5px;}
.section-form .table-02 th, .section-form .table-02 td{padding:20px 10px;box-sizing: border-box;border:1px solid #fff;vertical-align: middle;}
.section-form .table-02 th{background:#7a331d;color:#fff;width:25%;text-align:center;font-size:16px;}
.section-form .table-02 td{background:#faefed;width:75%;}
.section-form .table-02 td input, .section-form .table-02 td select{padding:10px;border:1px solid #d0cccb;box-sizing: border-box;background: #fff;}
.section-form .table-02 td select{
	appearance: auto;
}
.section-form .table-02 td input[type="tel"]{width:20%;}
.section-form .table-02 td input[type="checkbox"]{padding:0;}

.section-form .table-02 table th{width:30%!important;}
.section-form .table-02 table td{width:70%!important;}
.section-form .table-02 .input-email{width:80%;}
.section-form .table-02 .select-quantity{width:20%;}
.section-form .table-02 .select-birth{width:20%;}
.section-form .table-02 .select-sex{width:20%;}
.section-form .table-02 .input-name{width:40%;}
.section-form .table-02 .input-zip{width:20%;}
.section-form .table-02 .add-button{width:auto; height:auto; color:#fff; border:none; box-shadow:none; background:#7a331d; font-size:12px; cursor:pointer;}
.section-form .table-02 .select-prefectures{width:20%;}
.section-form .table-02 .input-one{width:80%;}
.section-form .table-02 .select-delivery{width:80%;margin-bottom:20px;}
.section-form .table-02 textarea{width:100%; font-size:12px; color: #000000; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #d0cccb; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #d0cccb; scrollbar-3dlight-color: #d0cccb; scrollbar-darkshadow-color: #FFFFFF; border: 1px solid #d0cccb; box-sizing:border-box;}
.section-form .table-02 .select-one{width:80%;}
.section-form .table-02 .input-card{width:24%;margin-left:1px;margin-right:1px;}
.section-form .table-02 .input-card2{width:25%;margin-left:1px;margin-right:1px;}
.section-form .table-02 .select-card-type{width:80%;}
.section-form .table-02 .select-card-limit{width:40%;}
.section-form .send-buttons{width:100%;text-align:center;margin-bottom:40px;}
.section-form .send-buttons input{min-width:40%; cursor:pointer; border:none; box-shadow:none; margin:10px; padding:10px; color:#fff; background:#7a331d; border-radius:4px;line-height:2;}
.section-form .confirm-title{color:#fff; background:#7a331d;padding:15px 0;box-sizing: border-box;text-align:center;margin-top:20px;font-size:18px;}
.section-form .table-03{width:100%;text-align:center;border:1px solid #d0cccb;table-layout:fixed;font-size:18px;box-sizing: border-box;margin-top:5px;}
.section-form .table-03 tr:first-of-type{background:#faefed;}
.section-form .table-03 th, .section-form .table-03 td{padding:20px 10px;box-sizing: border-box;border:1px solid #d0cccb;vertical-align: middle;}
.section-form .table-03 th, .section-form .table-03 td{width:15%;}
.section-form .table-03 th:first-of-type, .section-form .table-03 td:first-of-type{width:45%;}
.section-form .table-03 .dlt-button{max-width:80px; width:100%;}
.section-form .table-04{width:100%;border:1px solid #fff;table-layout:fixed;font-size:16px;box-sizing: border-box;}
.section-form .table-04 th, .section-form .table-04 td{padding:20px 10px;box-sizing: border-box;border:1px solid #fff;vertical-align: middle;}
.section-form .table-04 th{background:#7a331d;color:#fff;width:23%;text-align:center;}
.section-form .table-04 td{background:#faefed;width:75%;}
.section-form .table-04 .table-04-inner-td1{width:30%;}
.section-form .table-04 .table-04-inner-td2{width:70%;}
.section-form .order-button{background:#009245!important;font-size:20px;}

@media only screen and (max-width: 768px){
.section-form{width:95%;margin-left:auto;margin-right:auto;}
.section-form .layout{width:100%;}
}

@media only screen and (max-width: 767px){
.section-form{width:96%;}
.section-form .layout{margin:0;}
.section-form .form-ttl{font-size:18px;margin-top:30px;}
.section-form .form-ttl::first-letter{color:#fff;font-size:22px;}
.section-form .table-01{font-size:13px;}
.section-form .table-02{font-size:13px;}
.section-form .table-02 th{width:20%;}
.section-form .table-02 th, .section-form .table-02 td{padding:10px 5px;}
.section-form .table-02 td input[type="tel"]{width:25%;}
.section-form .table-02 .select-quantity{width:25%;}
.section-form .table-02 .select-birth{width:25%;}
.section-form .table-02 .select-sex{width:25%;}
.section-form .table-02 .input-zip{width:25%;}
.section-form .table-02 .select-prefectures{width:40%;}
.section-form .table-02 .select-delivery{margin-bottom:10px;}
.section-form .table-02 .th-sp-short{width:8%;padding:0 10px;box-sizing: border-box;}
.section-form .table-02 .add-button{padding:5px;}
.section-form .table-02 table th{width:25%!important;font-size:11px;}
.section-form .table-02 table td{width:75%!important;}
.section-form .table-02 .select-one{margin-bottom:10px;}
.section-form .confirm-title{font-size:16px;}
.section-form .table-03{font-size:13px;}
.section-form .table-04{font-size:13px;}
.section-form .table-04 th{width:25%;}
.section-form .table-04 th, .section-form .table-04 td{padding:10px 5px;font-size:14px!important;}
.section-form .send-buttons input{margin:10px 0;}
.section-form .order-button{background:#009245!important;font-size:16px;}
.section-form .table-02 th{font-size:12px!important;}
}

@media only screen and (max-width: 480px){
.section-form .table-01 th, .section-form .table-01 td{width:16%;padding:20px 5px;}
.section-form .table-01 th:first-of-type, .section-form .table-01 td:first-of-type{width:37%;}
.section-form .table-01 th:last-of-type, .section-form .table-01 td:last-of-type{width:15%;}
.section-form .fn-13{font-size:11px;}
}


	@media screen and (max-width: 767px)  {
		body{
			overflow-x: hidden;
		}
		input[type=text] {
		  font-size: 16px;
		  transform: scale(0.8);
		}
	}
    .input-line {
        position:relative;
    }

    .guide-tip {
        display:none;
        bottom:-90px;
        z-index:2000;
        position:absolute;
        width:320px;
        padding:10px 15px;
        margin:10px 0;
        background:#ff4141;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.1);
        color:#FFFFFF;
        font-size:.875em;
    }
		@media screen and (max-width: 767px)  {
		.guide-tip {
        width:90px;
        padding:5px 7px;
        margin:5px 0;
        font-size:.875em;
    }
		}

    .section-form ul li{
      list-style-type: none;
    }

    .guide-tip .arrow {
        position:absolute;
        top:-8px;
        left:15px;
        z-index:1000;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ff4141;
    }

    /* select 項目用の tool-tip */
    .guide-tip-select {
        display:none;
        bottom:-90px;
        z-index:2000;
        position:absolute;
        width:320px;
        padding:10px 15px;
        margin:10px 0;
        background:#ff4141;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.1);
        color:#FFFFFF;
        font-size:.875em;
    }

    /* select 項目用の tool-tip ▼ */
    .guide-tip-select .arrow-reverse {
        position:absolute;
        top:40px;
        left:15px;
        z-index:1050;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ff4141;
    }

    .align-center{
      text-align:center;
    }
