﻿@charset "UTF-8";

/* network-service-center */

@media screen and (max-width: 767px){
 .sp_none{
  display: none;
}
}

#content-body-wrapper .hdg-level1{
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px){
#content-body-wrapper .hdg-level1{
  margin-bottom: 0px !important;
}
}

@media screen and (max-width: 767px){
#content-body-wrapper .hdg-level1-wrapper, .inline-wrap-inner .hdg-level1-wrapper{
  margin: 80px auto 28px !important;
}
}

.indent{
  padding-left: 4em; 
  text-indent: -4em;
}

.info_txt{
  padding: 10px 20px;
  border: 1px solid rgb(191, 191, 191); 
  margin-top: 5px;
  margin-bottom: 15px;
}

.txt-list2{
  font-size: 115%;
  color: rgb(234, 31, 25);
  margin-bottom: 15px;
  line-height: 1.4em;
}

.table-01{
   width: 100%;
   margin: 5px 0 0 0;
   border-top: solid 1px #bfbfbf;
   border-left: solid 1px #bfbfbf;
}

.table-01 th{
   background-color: #f3f3f3;
}

.table-01 th, .table-01 td{
   padding: 7px;
   border-bottom: solid 1px #bfbfbf;
   border-right: solid 1px #bfbfbf;
}

.txt_note{
   line-height: 1.6em;
}

iframe{
   width: 600px;
   height: 450px;
}

@media screen and (max-width: 767px){
iframe{
   width: 100%;
   height: 240px;
}
}


/* network-service-center POP-UP */

.select_btn_container{
  margin: 12px 0 22px 0;
}

.flex_box{
  display: flex;
}

@media screen and (max-width: 767px) {
.flex_box{
  display: block;
}
}


a#openModal{
  display: inline-block;
  background-color: #e82229;
  box-shadow: 1px 4px 0px 0px #ac000d;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 8px 30px;
  margin: 0 12px;
  border-radius: 20px;
}

a#openModal:hover{
  text-decoration: none !important;
  opacity: .6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.modal-content {
  max-height: 67vh; /* 画面の高さの8割まで */
  overflow-y: auto; /* 縦スクロールを有効にする */
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 368px;
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-content{
  margin-right: 4.2vw;
    width: calc(100% - 8.4vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 96%;
}
}

.close_btn{
  position: relative;
  width: 5vw;
  height: 5vw;
  right: 20px;
  max-width: 24px;
  max-height: 24px;
}

.close_btn::before{
  content: "";
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.close_btn::after{
  content: "";
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}


/* buttonタグのリセットCSS */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.select_btn {
  display: block;
  width: 100%;
  padding: 8px 24px;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: 16px;
  max-width: 348px;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: transparent;
  border: 2px solid #919191;
  transition: background-color 0.2s;
}

@media screen and (max-width: 767px) {
.select_btn{
  max-width: none;
}
}

@media (any-hover: hover) {
  .buttonOutline {
    transition: background-color 0.2s;
  }

  .buttonOutline:hover {
    background-color: #f9f9f9;
  }
}

.result-text {
font-size: 16px;
margin: 40px 0 20px;
text-align: center;
}

.step {
display: none;
}
