@charset "utf-8";
/*---------------------------------------------
	tenpo_tel.css
  ---------------------------------------------*/
body {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.tenpo_tel-top {
    overflow: hidden;
    pointer-events: none;
}
.tenpo_tel-top img {
    width: 100%;
}
@media all and (max-width: 767px) {
    .sm-none {
        display: none !important;
    }
}
@media all and (min-width: 768px) {
    .md-none {
        display: none !important;
    }
}
.main_bg_tenpo_tel {
    margin-top: 0px;
    width: 100%;
    padding: 0;
 background: #FFF6F1;
}
@media screen and (max-width:640px) {
    .main_bg_tenpo_tel {
        margin: 0px 0 0 0;
    }
}
.pankuzu {
    margin-top: 3px;
}
.government_tel_sec {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
.government_tel_sec div.inner {
    width: 90%;
    max-width: 1140px;
    margin: 40px auto;
    padding: 0;
}
@media screen and (min-width:768px) {
    .government_tel_sec div.inner {
        width: 85%;
        margin: 40px auto;
    }
}
.inner h3 {
    font-size: 28px !important;
    color: #0660c5;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
}
@media screen and (max-width:640px) {
    .inner h3 {
        font-size: 20px !important;
    }
}
.inner h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner p {
    text-align: left;
    color: #191919;
}
.flex_w30 li {
    border-radius: 12px;
    letter-spacing: 1px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.flex_w30 li:not(:last-child) {
    margin-bottom: 30px;
}
.flex_w30 li figure {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .flex_w30 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .flex_w30 li {
        width: 30%;
    }
    .flex_w30 li:not(:last-child) {
        margin-bottom: 0;
    }
}
.flex_w50 li {
    border-radius: 12px;
    letter-spacing: 1px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.flex_w50 li:not(:last-child) {
    margin-bottom: 30px;
}
.flex_w50 li figure {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .flex_w50 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .flex_w50 li {
        width: 48%;
    }
    .flex_w50 li:not(:last-child) {
        margin-bottom: 0;
    }
}

.flex_w25 li {
    border-radius: 12px;
    letter-spacing: 1px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.flex_w25 li:not(:last-child) {
    margin-bottom: 30px;
}
.flex_w25 li figure {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .flex_w25 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .flex_w25 li {
        width: 23%;
    }
    .flex_w25 li:not(:last-child) {
        margin-bottom: 0;
    }
}
.ma_t0 {
    margin-top: 0 !important;
}
.ma_t10 {
    margin-top: 10px !important;
}
.ma_t20 {
    margin-top: 20px !important;
}
.ma_t30 {
    margin-top: 30px !important;
}
.ma_t40 {
    margin-top: 40px !important;
}
.ma_t50 {
    margin-top: 50px !important;
}
.ma_t60 {
    margin-top: 60px !important;
}
.ma_t70 {
    margin-top: 70px !important;
}
.ma_t80 {
    margin-top: 80px !important;
}
.ma_b0 {
    margin-bottom: 0px !important;
}
.ma_b10 {
    margin-bottom: 10px !important;
}
.ma_b20 {
    margin-bottom: 20px !important;
}
.ma_b30 {
    margin-bottom: 30px !important;
}
.ma_b40 {
    margin-bottom: 40px !important;
}
.ma_b50 {
    margin-bottom: 50px !important;
}
.ma_b60 {
    margin-bottom: 60px !important;
}
.pa_10 {
    padding: 10px !important;
}
.pa_20 {
    padding: 20px !important;
}
.pa_30 {
    padding: 30px !important;
}
.pa_40 {
    padding: 40px !important;
}
.pa_50 {
    padding: 50px !important;
}
.pa_t0 {
    padding-top: 0px !important;
}
.pa_t10 {
    padding-top: 10px !important;
}
.pa_t20 {
    padding-top: 20px !important;
}
.pa_t30 {
    padding-top: 30px !important;
}
.pa_t40 {
    padding-top: 40px !important;
}
.pa_t50 {
    padding-top: 50px !important;
}
.pa_t60 {
    padding-top: 60px !important;
}
.pa_t70 {
    padding-top: 70px !important;
}
.pa_b10 {
    padding-bottom: 10px !important;
}
.pa_b20 {
    padding-bottom: 20px !important;
}
.pa_b30 {
    padding-bottom: 30px !important;
}
.pa_b40 {
    padding-bottom: 40px !important;
}
.pa_b50 {
    padding-bottom: 50px !important;
}
.pa_b60 {
    padding-bottom: 60px !important;
}
.pa_b70 {
    padding-bottom: 70px !important;
}
.pa_r10 {
    padding-right: 10px !important;
}
.pa_r20 {
    padding-right: 20px !important;
}
.pa_l10 {
    padding-left: 10px !important;
}
.pa_l20 {
    padding-left: 20px !important;
}
.back_sec1 {
    background: #EBF7FD;
    position: relative;
}
.back_sec2 {
    background: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 50px 80px;
}
@media screen and (max-width:640px) {
    .back_sec2 {
        padding: 20px 30px;
    }
}
.back_sec3 {
    background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
    position: relative;
}
.back_sec3 h4 {
    color: #fff;
}
.back_sec3 p {
    color: #fff;
}
.triangle {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #ffffff transparent transparent transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 70px 0 70px;
}
.back_sec1 h3 {
    margin-top: 50px;
}
.benefit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.benefit li.double {
    width: 45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
}
@media screen and (max-width:640px) {
    .benefit li.double {
        width: 100%;
        padding-top: 40px;
    }
}
.benefit li.double img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.benefit li.double h4 {
 text-align: left;
    font-weight: 900;
    font-size: 20px;
    color: #00c4cc;
}
.benefit li.double h4 span.number {
    font-weight: 900;
    font-size: 58px;
    color: #00c4cc;
}
small.size60 {
    font-size: 60%;
}
.txt_red {
    color: #ff0000
}
.txt_small {
    font-size: 11px !important;
}
.txt_normal {
    font-weight: normal !important;
}
.block {
    display: block;
}
.txt22 {
    font-size: 22px;
}
.center {
    text-align: center !important;
}
.fv_btn {
    background: #ff3366;
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
}
.fv_btn:hover {
    background: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border: #ff3366 2px solid;
    text-decoration: none;
    color: #424242 !important;
}
@media screen and (max-width:640px) {
    .fv_btn {
        padding: 10px 40px;
        font-size: 14px;
    }
}
.newtel_list li.white {
    text-align: left;
    color: #fff;
    font-size: 25px;
}
.Bnr__img__.inner {
    width: 300px;
}

.fv_link li:not(:last-child){
 margin-bottom: 10px;
}
.fv_link li a{
 display: block;
 width: 100%;
 font-weight: bold;
 padding: 8px 20px;
 border-radius: 50px;
 transition: all 0.5s;
}

.fv_link li:nth-child(1) a{
 color: #fff;
 background: #fc4a02;
 border: 3px solid #fc4a02;
}
.fv_link li:nth-child(2) a{
 color: #191919;
 background: #fff;
 border: 3px solid #fc4a02;
}

.fv_link li:nth-child(1) a:hover{
 color: #fc4a02;
 background: #fff;
}
.fv_link li:nth-child(2) a:hover{
 color: #fff;
 background: #fc4a02;
 
}

@media print, screen and (min-width:768px){
 .fv_link{
  display: flex;
  justify-content: center;
  align-items: stretch;
 }
 .fv_link li:nth-child(1){
  margin-right: 10px;
 }
 .fv_link li:not(:last-child){
 margin-bottom: 0;
}
 .fv_link li a{
 max-width: 360px;
}
}
.factory_fv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
@media screen and (max-width:640px) {
    .factory_fv {
        padding: 10px 0 50px;
    }
}
.factory_fv li.txt {
    width: 36%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
    margin-right: 60px;
}
.factory_fv li.img {
    width: 36%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
}
@media screen and (max-width:640px) {
    .factory_fv li.txt {
        width: 100%;
        padding: 40px 10px;
        margin: 0
    }
    .factory_fv li.img {
        width: 100%;
        border-radius: 4px;
        line-height: 26px;
        letter-spacing: 1px;
        min-height: auto;
    }
}
.factory_fv li.img img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.factory_fv li.txt h2 {
 text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: #191919;
}
.factory_fv li.txt h3 {
 text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    margin: 0;
}
.factory_fv li.txt p {
    text-align: left;
 margin-bottom: 30px;
}
@media screen and (max-width:640px) {
    .factory_fv li.txt h2 {
     text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #191919;
        text-align: center;
    }
    .factory_fv li.txt h3 {
     text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #191919;
        margin: 0;
    }
}

@media screen and (Min-width:768px){
 .factory_fv .fv_link{
  display: flex;
  justify-content: center;
  align-items: stretch;
 }
 .factory_fv .fv_link li{
  width: 48%;
 }
}
.txt_black {
    color: #191919 !important;
}
.txt_white {
    color: #fff !important;
}


/*government_tel_sec01*/
#government_tel_sec01 ul li p a{
 position: relative;
 display: block;
 text-align: center;
 font-weight: bold;
 color: #fff;
 background: #00c4cc;
 padding: 8px 10px;
 margin-top: 20px;
 
}

#government_tel_sec01 ul li p a::after{
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 right: 20px;
 margin: auto;
 block-size:0;
 inline-size:0;
 border-top: 6px solid #fff;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
}

.kaiketu_mottel{
 position: relative;
 background: #00c4cc;
 padding: 30px ;
}

.kaiketu_mottel::after{
 content: "";
 position: absolute;
 bottom: -26px;
 right: 0;
 left: 0;
 margin: auto;
 block-size:0;
 inline-size:0;
 border-top: 26px solid #00c4cc;
 border-right: 26px solid transparent;
 border-left: 26px solid transparent;
}

.kaiketu_mottel p{
 font-size: 20px;
 font-weight: bold;
 color: #fff;
}

@media print, screen and (min-width:768px){
 .kaiketu_mottel p{
 font-size: 30px;
}
}
/*government_tel_sec09*/
#government_tel_sec09 ul li {
 background: #fff;
}
/*government_tel_sec10*/
#government_tel_sec10 ul li {
 padding: 0;
}

#government_tel_sec10 ul li h4{
 text-align: left;
 color: #fff;
 background: #00c4cc;
 padding: 20px 10px;
 border-radius: 12px 12px 0 0;
}
#government_tel_sec10 ul li p{
 padding: 30px 20px;
}

/*government_tel_sec11*/
#government_tel_sec11 ul li:not(:last-child){
 margin-bottom: 40px;
}
#government_tel_sec11 ul li h4 {
 position: relative;
 display: flex;
 justify-content: flex-start;
 align-items: center;
}
#government_tel_sec11 ul li h4 span {
 position: relative;
 z-index: 1;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 30px;
 height: 30px;
 font-size: 30px;
 font-weight: bold;
 color: #00c4cc;
 background: #fff;
 border: 2px solid #5E5E5E;
 border-radius: 100px;
 padding: 30px;
}

#government_tel_sec11 ul li h4::before{
 content: "";
 position: absolute;
 top: 0;
 bottom:0;
 left: 0;
 margin: auto;
 width: 100%;
 height: 2px;
 background: #00c4cc;
}

#government_tel_sec11 ul li h5{
 text-align: left;
 font-size: 20px; 
 font-weight: bold;
 color: #191919;
 margin-bottom: 10px;
}

@media print, screen and (min-width:768px){
 #government_tel_sec11 ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
 }
 #government_tel_sec11 ul li h4::before{
 top: auto;
 bottom:-20px;
 left: 0;
  right: 0;
 margin: auto;
  transform: rotate(90deg);
}
 
 #government_tel_sec11 ul li:last-child h4::before{
  content: none;
 }
 #government_tel_sec11 ul li h4{
  margin-right: 30px;
 }
 #government_tel_sec11 ul li h4 span {
 width: 40px;
 height: 40px;
 font-size: 30px;
 font-weight: bold;
 color: #00c4cc;
 background: #fff;
 border: 2px solid #5E5E5E;
 border-radius: 100px;
 padding: 40px;
}
}



/*mot_faq*/
.mot_faq{
 text-align: left;
 margin-bottom: 30px;
}
.mot_faq li{
 border-bottom: 1px dotted #ccc;
 padding: 10px 0;
}
.mot_faq li .question, .mot_faq li .answer{
 position: relative;
 padding: 15px 15px 15px 60px; 
}
.mot_faq li .answer{
 display: none;
}
.mot_faq li .question::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "Q";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #7FDBEC;
 border-radius: 50%;
}

.mot_faq li .answer::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "A";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #eb003b;
 border-radius: 50%;
}
