@charset "UTF-8";

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

.tokusyu {
  width: 800px;
}
.inner {
  width: 720px;
  margin: 0 auto;
}
.tokusyu img {
  width: 100%;
}
.blk_01 {
  margin-bottom: 40px;
}
.red {
  color: #d00010;
}
.fb {
  font-weight: bold;
}
.mb5 {
  margin-bottom: 5px !important;
}
p {
  margin: 0;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.txt_lead_01_mb {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}
.txt_01_mb {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
/*.txt_01_mb10 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}*/
.cap_txt_01 {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.box_info {
  padding: 20px;
  background-color: #fff0f2;
  margin: 0 auto 30px auto;
  width: 500px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 0 1px #fff inset;
}
.box_info h2.ttl_01 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 1;
}
.txt_tel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.txt_tel span {
  font-size: 18px;
  font-weight: normal;
}
/* ------------------------------------------
table Settings
------------------------------------------ */
#contact [type="text"], select, textarea {
  border: none;
  border-radius: none;
  padding: 0;
  width: auto;
}
select {
    cursor: pointer;
  }
#contact input[type="submit"] {
  background: none !important;
}
#contact input[type="submit"], #contact input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
table.table_cmn_01 {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
table.table_cmn_01 p{
  font-size: 14px;
  margin-top: 3px;
}
table.table_cmn_01 th {
  width: 35%;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  background: #f5f5f5;
  padding: 20px;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
table.table_cmn_01 th span{
  font-size: 1.2rem;
  font-weight: normal;
}
table.table_cmn_01 td {
  font-size: 1.4rem;
  background: #fff;
    padding: 25px;
    border-left: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle!important;
    word-wrap: break-word;
    word-break: break-all;
}
table.table_cmn_01 td a {
  text-decoration: underline;
  color: #1a50b7;
}
table.table_cmn_01 span.sup {
    font-size: 1.3rem;
    color: #d00010;
    padding-left: 5px; 
}
table.table_cmn_01 th .required {
    position: absolute;
    right: 20px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 3px 7px;
    background-color: #f76800;
    border-radius: 2px;
}
.required {
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 3px 7px;
    background-color: #f76800;
    border-radius: 2px;
    margin-right: 5px;
}
table.table_cmn_01 select {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
}
table.table_cmn_01 textarea{
  width: 90%;
  font-size: 1.4rem;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
table.table_cmn_01 input {
  font-size: 1.4rem;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
table.table_cmn_01 input.w_s01 {
    width: 90px !important;
}
table.table_cmn_01 input[type="file"] {
  padding: 0 !important;
  border: none !important;
}
table.table_cmn_01 td .ttl_areement {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #ff0000;
}
table.table_cmn_01 td .ttl_areement-matter {
    font-size: 1.4rem;
    margin-bottom: 5px;
    line-height: 1.3;
}
table.table_cmn_01 td .box_line {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
table.table_cmn_01 td .box_line:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#contact .no-flame {
  margin-bottom: 5px;
}
#contact input[type="submit"]{
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.1em;
    border-width: 0;
}
#contact .button_wrap {
  display: inline-block;
  text-align: center;
  margin: 0 auto; 
  width: 300px;
  height: 60px;
  position: relative;
}
#contact .button_wrap .button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background-color: #242424 !important;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.1em;
}

#contact .button_wrap:after {
  display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin: -3px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
}
#contact .button_wrap:hover {
  opacity: .8;
}
.wrap-selectWrap {
  display: flex;
  justify-content: flex-start;
}
.wrap-selectWrap .selectWrap {
    width: 25%;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.wrap-selectWrap span.date {
  font-size: 14px;
  margin: 4px 15px 0 3px;
}
.selectWrap {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
/* form custom01 */
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/*label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}*/
label.cb {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
/*css radio02*/
.checkbox01-input + label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  margin-bottom: 5px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  /*color: #009a9a;*/
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.selectWrap{
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.selectWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}

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

/* ======================================
スマホレイアウト
=======================================*/

@media screen and (max-width: 768px) {
  @charset "UTF-8";

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

.tokusyu {
  width: 100%;
}
.inner {
  width: 94%;
  margin: 0 auto;
}
.tokusyu img {
  width: 100%;
}
.blk_01 {
  margin-bottom: 30px;
}

.box_info {
  padding: 15px 10px;
  background-color: #fff0f2;
  margin: 0 auto 30px auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 0 1px #fff inset;
}
.box_info h2.ttl_01 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 1;
}
.txt_tel {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.txt_tel span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
/* ------------------------------------------
table Settings
------------------------------------------ */
#contact [type="text"], select, textarea {
  border: none;
  border-radius: none;
  padding: 0;
  width: 100%;
}
select {
    cursor: pointer;
  }
#contact input[type="submit"] {
  background: none !important;
}
#contact input[type="submit"], #contact input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
table.table_cmn_01 {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 30px;
  border: 1px solid #999;
}

table.table_cmn_01 th {
  display: block;
  width: 100% !important;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
  padding: 15px;
  white-space: nowrap;
  border-bottom: 1px dotted #999;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
table.table_cmn_01 th span{
  font-size: 1.4rem;
  font-weight: normal;
}
table.table_cmn_01 td {
  display: block;
  width: 100% !important;
  font-size: 1.4rem;
  background: #fff;
    padding: 15px;
    border-bottom: 1px solid #999;
    border-left: none;
    vertical-align: middle!important;
    word-wrap: break-word;
    word-break: break-all;
}
table.table_cmn_01 tr:last-child td {
  border-bottom: none;
}
table.table_cmn_01 td a {
  text-decoration: underline;
}
table.table_cmn_01 span.sup {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #d00010;
}
table.table_cmn_01 th .required {
    position: absolute;
    right: 20px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 3px 7px;
    background-color: #EA4800;
    border-radius: 2px;
}
.required {
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 3px 7px;
    background-color: #EA4800;
    border-radius: 2px;
    margin-right: 5px;
}
table.table_cmn_01 select {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
}
table.table_cmn_01 textarea{
  width: 100%;
  font-size: 1.4rem;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
table.table_cmn_01 input{
  width: 100% !important;
  padding: 10px !important;
  font-size: 1.4rem;
  padding: 5px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}
table.table_cmn_01 input.w_s01 {
    width: 29% !important;
}
table.table_cmn_01 input[type="file"] {
  padding: 0 !important;
  border: none !important;
}
#contact .no-flame {
  margin-bottom: 5px;
}
table.table_cmn_01 input.w_s02 {
    width: auto !important;
}
#contact input[type="submit"]{
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.1em;
    border-width: 0;
}
#contact .button_wrap {
  display: inline-block;
  text-align: center;
  margin: 0 auto 60px; 
  width: 90%;
  height: 60px;
  position: relative;
}

.wrap-selectWrap {
  display: flex;
  justify-content: flex-start;
}
.wrap-selectWrap .selectWrap {
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.wrap-selectWrap span.date {
  font-size: 14px;
  margin: 4px 15px 0 3px;
}
.selectWrap {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
/* form custom01 */
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: pre-line;
}

label.cb {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*css radio02*/
.checkbox01-input + label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  margin-bottom: 5px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  /*color: #009a9a;*/
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.selectWrap{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.selectWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}

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

  .txt_01_mb,
  .txt_01_mb {
  text-align: left;
  }
}
