@charset "utf-8";

#mbbt5{margin-bottom:5%;}


.tk-contents{
  width: 100%;
  margin:0 auto;
  padding:10px 0 0;
  position: relative;
}

.tk-contents h1{
  font-family: 'Zen Antique', serif;
  font-weight:400;
  font-size:2.2em;
  margin-bottom:30px;
  line-height:1.5;
}

@media screen and (max-width: 1280px) {
.tk-contents h1{
  font-size:1.8em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 900px) {
.tk-contents h1{
  font-size:1.6em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.tk-contents h1{
  font-size:1.3em;
  margin-bottom:5px;
  line-height:1.4;
}
}

.tk-contents .sb-txt{
  letter-spacing:0em;
  line-height:2;
  font-size:1.05em;
  color:#000;
  margin:15px 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
}

.tk-contents .sb-txt a {
  text-decoration: none;
  color:#475f6c;
}

.tk-contents .sb-txt a:hover {
  color:#53658d;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
.tk-contents .sb-txt{
  line-height:1.8;
  font-size:1em;
  margin:10px 0;
}
}

@media screen and (max-width: 900px) {
.tk-contents .sb-txt{
  text-align: left;
}
}

@media screen and (max-width: 568px) {
.tk-contents .sb-txt{
  margin:10px 0;
  line-height:1.6;
  font-size:0.95em;
}
}

/* contact
--------------------------------------------------*/
#contact {
  width: 100%;
  margin: 0;
  padding:1% 0 5%;
  box-sizing: border-box;
  z-index:1;
  position: relative;
  font-family: 'Zen Old Mincho', serif;
}

@media screen and (max-width: 568px) {
#contact {
  padding:0 2% 5%;
}
}

#contact .cont_txt{
  letter-spacing:0em;
  line-height:2;
  font-size:1.05em;
  color:#000;
  margin:15px 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
  text-align: center;
}

@media screen and (max-width: 1280px) {
#contact .cont_txt{
  line-height:1.8;
  font-size:1em;
  margin:10px 0;
}
}

@media screen and (max-width: 900px) {
#contact .cont_txt{
  text-align: left;
  padding:0 2%;
}
}

@media screen and (max-width: 568px) {
#contact .cont_txt{
  margin:10px 0;
  line-height:1.6;
  font-size:0.95em;
}
}

#contact .cont_sub{
  font-size:1.05em;
  color:#000;
  margin-bottom:5%;
  line-height: 1.8;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  line-height:1.8;
  font-size:1em;
}
}

@media screen and (max-width: 900px) {
#contact .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#contact .cont_sub{
  font-size:0.95em;
  padding:0;
  margin-bottom:10px;
}
}

#contact .bg_required0 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #174291;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 568px) {
#contact .bg_required0 {
  font-size: 11px;
}
}

#contact .bg_required {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 7px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #174291;
  border-radius: 3px;
  font-size: 12px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 568px) {
#contact .bg_required {
  font-size: 11px;
}
}

#contact .bg_required2 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 6px;
  margin: 0 5px 0 10px;
  color: #174291;
  background: #FFF;
  border:1px solid #174291;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
#contact .bg_required2 {
  font-size: 11px;
}
}

/* .form_island
--------------------------------------------------*/
.form_island{
  width: 100%;
  margin:2% auto 5%;
  background:#FFF;
  padding:0;
}

@media screen and (max-width: 810px) {
.form_island{
  margin:5% auto 0;
}
}

@media screen and (max-width: 568px) {
.form_island{
  padding:0;
}
}

.form_island .under{border-bottom:1px solid #CCC;}

@media screen and (max-width: 568px) {
.form_island .under{
  border-bottom:none;
}
}

.form_island h2{
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
  font-size:1.4em;
  color:#FFF;
  line-height:1.4;
  text-align: center;
  background:#21256C;
  padding:8px 10px 10px;
  display:block;
}

@media screen and (max-width: 810px) {
.form_island h2{
  font-size:1.2em;
  margin-bottom:25px;
}
}

@media screen and (max-width: 568px) {
.form_island h2{
  font-size:1em;
}
}

.form_island dl{
  width: 100%;
  margin:0;
  font-size:0.95em;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 568px) {
.form_island dl{
  box-sizing: border-box;
  padding:0 3% 15px;
}
}

.form_island dt{
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  padding:1.5% 2% 1.5% 0;
  box-sizing: border-box;
  font-weight:400;
  text-align: right;
  line-height:1;
}

@media screen and (max-width: 568px) {
.form_island dt{
  width: 100%;
  display: block;
  text-align: right;
  padding:0 2% 8px;
  text-align: left;
}
}

.form_island dd{
  width: 74%;
  display: inline-block;
  padding:2% 2% 2% 3%;
  box-sizing: border-box;
  vertical-align: middle;
  border-left:1px solid #CCC;
}

@media screen and (max-width: 568px) {
.form_island dd{
  width: 100%;
  border-left:none;
  border-top:1px solid #CCC;
  padding:15px 2% 5px;
}
}

.form_island dd .form_col{
  display: inline-block;
  margin-right:5px;
}

@media screen and (max-width: 568px) {
.form_island dd .form_col{
  display: block;
  margin-right:0;
}
}

.form_island dd p{
 font-size:14px;
}

.form_input img {
  vertical-align: top;
  margin-left: 7px;
  margin-top: 2px;
  width:19px!important;
  height:auto;
}

.form_island dd .grytx{
 color:#555555;
 font-size:13px;
}

.form_island dd .gldtx{
 color:#8C6900;
 font-size:13px;
}

.form_island dd input{
 padding : 7px;
 border:1px solid #CCC;
 -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
 color:#000;
 font-size:14px;
 cursor: pointer;
}

.form_island dd .ws100{
  width:100%;
  box-sizing: border-box;
}

.form_island dd .ws90{
  width:99%;
  min-width:400px;
}

@media screen and (max-width: 568px) {
.form_island dd .ws90{
  width:100%;
  min-width:initial;
}
}

.form_island dd .ws80{
  width:80%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws80{
  width:100%;
}
}

.form_island dd .ws70{
  width:60%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws70{
  width:100%;
}
}

.form_island dd .ws30{
  width:15%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws30{
  width:40%;
}
}

.form_island .form_input{
  width:100%;
}

.form_island .mbtm10{
  margin-bottom:10px;
}

.form_island .mtop10{
  margin-top:10px;
}

@media screen and (max-width: 568px) {
.form_island .mtop10{
  margin-top:5px;
  margin-bottom:10px;
}
}

.form_island .form_red{
  color: #e60012;
  width:100%;
  margin-top:10px;
  font-size:0.9em;
}

.form_island dd textarea{
  padding : 8px;
  border:1px solid #CCC;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  cursor: pointer;
  font-size:14px;
}

.form_island dd select{
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #FFF;
  background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#FFF 100%);
  background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#FFF 100%);
  background-size: 20px, 100%;
  margin:0 5px 0 0;
  padding: 8px 27px 8px 8px;
  line-height:1;
  font-size:14px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
.form_island dd select{
  margin:0 0 5px;
  padding: 8px 25px 8px 7px;
  background-size: 15px 100%;
  font-size:12px;
}
}

.form_island input[type=radio],.form_island input[type=checkbox] {
  display: none;
}

.form_island .radio{
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 5px 0 5px;
  padding: 0 8px 0 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .radio:hover {
  background-color:;
}

.form_island .radio:hover:after {
  border-color:;
}

.form_island .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

.form_island .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #C1A257;
  content: '';
  opacity: 0;
}
.form_island input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.form_island .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .checkbox:hover {

}

.form_island .checkbox:hover:after {
  border-color: #bbb;
}
.form_island .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.form_island .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_island input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.send_bt {
  width: 100%;
  margin:30px 0;
  text-align: center;
}

@media screen and (max-width: 568px) {
.send_bt {
  margin-top:15px;
}
}

.send_bt li{
  display:inline-block;
  margin:0 5px;
}

input.conf_bt{
  padding:15px 30px;
  line-height: 1.4;
  background : #174291;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:1.1em;
  letter-spacing : 0.02em;
}

@media screen and (max-width: 568px) {
input.conf_bt{
  font-size:1.2em;
}
}

input.conf_bt:hover{
  opacity: 0.8;
}

input.reset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background : #ACACAC;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:0.9em;
  letter-spacing : 0.02em;
}

@media screen and (max-width: 568px) {
input.reset_bt{
  padding:8px 12px;
  font-size:14px;
}
}

input.reset_bt:hover{
  opacity: 0.7;
}
