@charset "UTF-8";
body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button {
  border: 0;
}

input[type="text"],
textarea {
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif;
}

.unicom-pc_appear{
  display: block;
}
.unicom-sp_appear{
  display: none;
}


/* ********** form ***************** */
b {
  font-weight: bold;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
/* お問い合わせ */
.contact_cont-wrap {
  padding: 40px;
  background-color: #eef4fb;
}
.btn_area {
  padding: 60px 0 30px;
  text-align: center;
}

tbody, table{
  margin: auto;
  width: 100%;
}
th{
  width: 30%;
}
td{
  width: 67%;
}
.contact_attention {
  line-height: 1.7;
  padding: 20px 40px 30px;
}
.contact_cont-list-cont-text {
  padding-left: 0.8em;
  line-height: 1.6;
}
.contact_cont-list-cont:not(:last-child) {
  padding-bottom: 30px;
}
.contact_cont-head {
  font-size: 1.5rem;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.contact_cont:not(:last-child) {
  padding-bottom: 30px;
}
.contact_cont-list-cont-head {
  font-size: 1.2rem;
  padding-bottom: 5px;
  text-indent: -0.9em;
  margin-left: 0.9em;
}
.contact_cont-text{
  line-height: 1.7;
}
.contact_cont-text-list li {
  padding-bottom: 5px;
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.privacy_contact {
  font-size: 1.1rem;
}
.contact_mail {
  padding: 40px 10px;
}
.contact_table-head, .contact_table-input{
  padding: 20px;
}
.contact_table-head {
  text-align: left;
  line-height: 2.2;
  vertical-align: top;
  font-weight: bold;
}
.contact_table-cont:not(:last-child){
  border-bottom: dotted 1px #fff;
}
input[type="text"], input[type="tel"],
input[type="email"], textarea, select {
  border: solid 1px #1159ca;
  border-radius: 5px;
  font-size: 1.05rem;
  padding: 5px;
  font-family: inherit;
}
#unicom-omotenashi-contact01 th{
  width: 26%;
  display: inline-block;
}
#unicom-omotenashi-contact01 td{
  width: 64%;
  display: inline-block;
}
.required {
  color: #d66583;
}
.input_attention {
  display: block;
  font-weight: normal;
}
.input_attention2 {
  font-weight: normal;
}
.input_3 {
  width: 31%;
  margin: 0 0.5%;
  box-sizing: border-box;
}
.input_2 {
  width: 30.3333%;
  margin: 0 0.5%;
}
.input_2:first-child,.input_3:first-child {
  margin-left: 0;
}
.input_2:last-child, .input_3:last-child {
  margin-right: 0;
}
.input_1-short {
  width: 50%;
  box-sizing: border-box;
}
.input_1-long {
  width: 100%;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.contact_btn {
  font-weight: bold;
  padding: 16px 0;
  background-color: #eb6677;
  display: inline-block;
  border-radius: 2em;
  color: #fff;
  max-width: 270px;
  font-size: 1.05rem;
  width: 80%;
  border: solid 2px #fff;
  cursor: pointer;
}
#unicom-omotenashi-contact01 .contact_btn {
  font-weight: bold;
  padding: 16px 0;
  display: inline-block;
  border-radius: 2em;
  color: #fff;
  max-width: 216px;
  font-size: 1.05rem;
  width: 50%;
  border: solid 2px #fff;
  cursor: pointer;
}
#unicom-omotenashi-contact01 .btn_area .contact_btn:first-child {
  background-color: #555;
}
#unicom-omotenashi-contact01 .btn_area .contact_btn:last-child {
  background-color: #eb6677;
  margin-left: 1rem;
}
.contact_btn:hover{
  opacity: .7;
  transition: .2s;
}
/* 0408 追記 */
.contact_read {
  padding-bottom: 20px;
  line-height: 1.4;
}
.contact_terms {
  font-weight: bold;
  letter-spacing: 0;
  background: #fff;
  overflow-y: scroll;
  height: 50vh;
  width: 80%;
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.check_box{
  margin-top: 2em;
	text-align:center;
	font-size: 18px;
}

/*ボタン非活性化*/
button[type="button"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}
button[type="button"][disabled]:hover{
  opacity:1;
}

p.close {
  text-align: right;
  color: #fff;
  padding-right: 10px;
}

/* form バリデーションチェック */
.unicom-error_msg{
  display: none;
}
.unicom-error{
  display: block;
  color: #d66583;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 0;
}
/* ******************************************************************* */
@media screen and (max-width: 640px){

  /* お問い合わせ */
  .cont_width {
    max-width: 976px;
    margin: 0 auto 0;
    padding: 22px 10px 0 10px;
  }
  .contact_btn:hover {
    opacity: 0.7;
  }
  .contact_cont-list-cont-text {
    padding-left: 1.2em;
  }
  .contact_mail-read {
    padding-bottom: 20px;
  }
  .contact_attention {
    padding: 20px 0;
  }
  .contact_cont-wrap {
    padding: 10px;
  }
  .contact_tel-attention {
    display: block;
    padding: 5px 0;
  }
  .contact_table-head{
    width: 45%;
  }
  .contact_table-input{
    width: 54%;
  }
  .contact_table-head, .contact_table-input {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
  }
  .contact_table-head {
    padding-bottom: 10px;
  }
  .container.contact_terms {
    margin-top:40px;
    height: 50vh;
    width: 88%;
  }
  .input_1-short, .input_1-long, .input_3, textarea {
    width: 100%;
  }
  .cont_width {
    width: 95%;
    margin: 0 auto;
  }
}

/* ******************************************************************* */
@media screen and (max-width: 560px){
  .contact_table-head, .contact_table-input {
    display: contents;
  }
  .basic-page .header2 h2{
    line-height: 2;
  }
}
/* ******************************************************************* */
/* contact page */
#unicom-omotenashi-contact01 .basic-page .header2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 8px;
}
#unicom-omotenashi-contact01 .unicom-contents,
#unicom-omotenashi-contact02 .unicom-contents{
  margin-bottom: 46px;
}
#unicom-omotenashi-contact02 section.basic-page{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#unicom-omotenashi-contact02 .basic-page .header1 {
  line-height: 2;
  margin: 20px 0 36px 0;
}
#unicom-omotenashi-contact02 .unicom-contents div{
  line-height: 1.8;
}
#unicom-omotenashi-contact02 address{
  margin: 32px 0 16px;
}
#unicom-omotenashi-contact02 address .unicom-tel a{
  font-size: 188%;
  color: #1f1f1f;
}
#unicom-omotenashi-contact02 address .unicom-tel a:hover{
  opacity: .6;
}
#unicom-omotenashi-contact02 .unicom-link a{
  margin: 56px 0 30px 0;
  padding: 10px;
  display: inline-block;
  width: 60%;
}
/* reCATPCHA */
#google_p{
  font-size: .8em;
  text-align: center;
}
#google_p a{
  color: #d66583;
}
.rc-anchor-normal-footer, .rc-inline-block {
  visibility: hidden;
}
.rc-anchor-error-message {
  display: none;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  visibility: hidden;
}

.arrow_top {
  z-index: 10;
}
