@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
}
body {
  font-family: "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  color: #5c5c5c;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*ページ全体*/
#container {
  position: relative;
  padding-top: 0em;
}
/*本体*/
.main {
  margin-bottom: 0em;
}
/*カラム部分*/
.main-in {
  padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
  margin-bottom: 1.5em;
  padding: 0 40px;
}
/*段落タグ*/
.main-contents p {
  line-height: 2em;
}
/*全体のフォントサイズ*/
.main-contents {
  font-size: 1.6em;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
.main-contents h2 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1.6em;
  text-align: center;
  color: #132e59;
}
.main-contents h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #132e59;
  border-radius: 2px;
}
/*H3タグ*/
.main-contents h3 {
  margin-bottom: 0.5em;
}
/*H4タグ*/
.main-contents h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-left: 8px solid #121779;
  padding: 0.4em 0.6em;
  font-weight: bold;
}
/*H5タグ*/
.main-contents h5 {
  margin: 0 0 1.5em;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #414141;
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
#main-image {
  padding-top: 0em;
  /*  background:url(../images/top_image_back.jpg) center top no-repeat #fff;*/
  height: auto;
}
#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}
#main-image img {
  width: 100%;
  height: auto;
}
/*-----------------------------------------------------------------------------------------------------
セクション 問い合わせ
-----------------------------------------------------------------------------------------------------*/

/*テーブルタグ*/
.main-contents table {
  margin: 2em auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
    padding-top: 4em
}
.main-contents th, .main-contents td {
  background-color: #f6f6f6;
  padding: 10px;
  text-align: left;
  border-left: 1px solid #fff;
}
.main-contents th {
  background: #132e59;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}



/*フォーム*/
input[type="text"] {
  width: 70%;
  height: 30px;
  text-align: left;
  margin-right: 0.5em;
}
input[type="text_02"] {
  width: 81%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="post"] {
  width: 20%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="email"] {
  width: 50%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="tel"] {
  width: 15%;
  height: 30px;
  text-align: left;
  margin:0 0.5em;
}
.form_select {
  width: 51%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.form_select_02 {
  width: 36%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.textarea_01 {
  width: 95%;
}
/*ボタン*/
.btn-form01 {
  width: 80%;
  margin: 0 auto;
  padding: 1em 1em;
  border: 1px solid #fff;
  font-size: 1.25em;
  background: #D80003;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-radius: 10px;
}
.btn-form01:hover, .btn-form01:active, .btn-form01:focus {
  border: 1px solid #274A7D;
  background: -moz-linear-gradient(top, #ff402b 0%, #ff4530 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff402b 0%, #ff4530 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff402b 0%, #ff4530 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
select {
  height: 34px;
  cursor: pointer;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #132e59;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
    color: #fff;
}
.footer a {
  color: #fff;
}
.small {
    font-size: 0.8em;
    text-align: center;
    margin: 0;
}

/* メール商人フォーム */
.myform th {width: 30%;}
.myform td {width: 70%;}
.myform table {width: 100%;padding: 0;margin: 0;}
.myform th span.red {font-size: 0.5em;}
.myform td span.red {display: block;font-size: 0.8em;color: #aaa !important;margin-top: 5px;}
.myform {margin: 70px auto;}
.myform h2 {display: none;}
.myform .msh-table > p {font-size: 14px;}
.myform input[type="submit"] {width: 80%;margin: 60px auto 0;padding: 1em 1em;border: 1px solid #fff;font-size: 1.25em;background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);color: #fff;border-radius: 10px;cursor: pointer;transition: .3s;}
.myform input[type="submit"]:hover {opacity: 0.7;}
.myform input[type="submit"]:hover, .myform input[type="submit"]:active, .myform input[type="submit"]:focus {background: linear-gradient(to bottom, #ff402b 0%, #ff4530 100%);}
.myform .center {text-align: center;}
.myform textarea {width: 100%;height: calc(5em * 1.75);font-size: inherit;line-height: 1.75;box-sizing: border-box;}
.myform input.rdpostal1 {margin-right: 0;}
.myform input[type="text"] {padding-left: 10px;padding-right: 10px;}
.myform select {padding: 0 10px;}
.myform input[name^="rdphone"] {margin-right: 0;}
.myform .cb { display: inline-block }

@media screen and ( max-width: 599px ) {
  .myform input[name^="rdphone"], .myform input[name^="rdpostal"] {width: 4em !important;}
}

@media screen and ( max-width: 480px ) {
  .myform th {display: block;width: auto;text-align: left;padding: 5px 15px;}
  .myform td {display: block;width: auto;}
  .myform input[type="submit"] {margin-top: 40px;}
}

@media screen and ( max-width: 374px ) {
  .myform input[name="rdlastname"], .myform input[name="rdfirstname"] {width: 6em !important;}
}
/* /メール商人フォーム */

/* エキスパ */
.myform .label.label-essential {
  font-size: 0.5em;
  color: #d8665d;
}

.exspa_checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}

.exspa_checks input {
  margin-right: 0.3em;
}

.exspa_seimei {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.exspa_seimei input {
  margin: 0;
  width: 8em;
}

.exspa_tel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.exspa_tel input {
  width: 100%;
  max-width: 6em;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.myform button[type="submit"] {display: block;width: 80%;margin: 60px auto 0;padding: 1em 1em;border: 1px solid #fff;font-size: 1.25em;background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);color: #fff;border-radius: 10px;cursor: pointer;transition: .3s;}
.myform button[type="submit"]:hover {opacity: 0.7;}
.myform button[type="submit"]:hover, .myform button[type="submit"]:active, .myform button[type="submit"]:focus {background: linear-gradient(to bottom, #ff402b 0%, #ff4530 100%);}

.saipon-form input[type="email"] {
  width: 70%;
}
/* /エキスパ */