@charset "utf-8";

html, body {
  height: 100%;
}
body {
  color: #000;
}
a, a:link, a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a:hover, a:link:hover, a:visited:hover {
  opacity: 0.8;
    color: #23a6eb;
}
img{
  width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  zoom: 1;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* common--------------------------------------------------- */

.menu{
  position: fixed;
  display: flex;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffffc2;
    box-shadow: 1px 1px 5px #aaa;
}
.logo img{
  width: 500px;
  padding: 20px 35px;
}
.logo p{
  font-size: 14px;
}
.menu .contact{
  width: 100px;
}
/*
.content{
  background-color: #0001ff;
  background-image: linear-gradient(#0016f9, white);
}*/
.content{
}
.ct1{
  text-align: center;
  background: #23A6EB;
  padding-bottom: 100px;
}
.ct1 img{
  width: 325px;
  padding: 70px 0;
}
.ct1 p{
  font-size: 18px;
  line-height: 2.1;
    color: white;
}
.ct2{
  display: flex;
  flex-wrap: wrap;
}
.ct2 div{
    width: 25%;
    overflow: hidden;
}
@media (min-width: 768px){
    .ct2 img{
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        transition: 1s;
    }
    .ct2 img:hover{
        filter: none;
        transform: scale(1.1,1.1);
        z-index: 1;
    }
}
.ct3{
  background: #D0ECFA;
  text-align: center;
  padding-bottom: 120px;
}
.ct3 h2{
  font-size: 28px;
  color: #23A6EB;
  padding: 5px;
  margin: 65px 0;
  letter-spacing: 5px;
  border-bottom: 5px solid;
  display: inline-block;
}
.ct3_content{
  display: flex;
  justify-content: center;
}
.ct3_flag {
  width: 260px;
  height: 153px;
  border: 1px solid #23a6eb;
  text-align: center;
  position: relative;
  margin: 0 30px;
}
.ct3_flag:hover .ct3_text {
  opacity: 0
}
#ct3_vietnam:hover .ct3_img {
  opacity: 1
}
#ct3_indo:hover .ct3_img {
  opacity: 1
}
#ct3_nepal:hover .ct3_img {
  opacity: 1
}
.ct3_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .3s linear;
    font-size: 18px;
    color: #23a6eb;
}
.ct3_img {
  transition: opacity .3s linear;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
}
.ct4{
  text-align: center;
  padding-bottom: 90px;
}
.ct4 h2{
  font-size: 28px;
  color: #23A6EB;
  padding: 5px;
  margin: 65px 0;
  letter-spacing: 5px;
  border-bottom: 5px solid;
  display: inline-block;
}
.ct4_content{
  display: flex;
  justify-content: center;
}
.ct4_content img{
  width: 408px;
}
.ct4_content div{
  text-align: left;
  padding: 0 50px;
}
.ct4_name{
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
.ct4_address{
  font-size: 13px;
  padding-bottom: 5px;
}
.ct4_content a{
  font-size: 18px;
  color: #23A6EB;
}
.ct4_content a:hover{
  color: #ff0000;
}
.ct5{
  background: linear-gradient(180deg, #23a6eb 50%, #0e90d5 50%);
  color: #ffffff;
  text-align: center;
  padding-bottom: 100px;
}
.ct5 .arrow-down{
  display: flex;
  justify-content: center;
}
.ct5 .arrow-down div{
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
}
.ct5 h2{
  font-size: 28px;
  padding-top: 50px;
  padding-bottom: 25px;
}
.ct5 .ct5_p1{
  font-size: 18px;
  padding-bottom: 80px;
}
.ct5_tooltip{
  display: flex;
  justify-content: center;
  padding-bottom: 38px;
}
.ct5_tooltip div{
  background-image: url(../img/tooltip.png);
  background-repeat: no-repeat;
    background-size: 100% 100%;
  width: 306px;
  height: 173px;
  margin: 0 25px;
  position: relative;
}
.ct5_tooltip p{
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  top: 25%;
}
.ct5 .ct5_p2{
  font-size: 18px;
  padding-bottom: 80px;
  line-height: 2.1;
}
.ct5 .ct5_p3{
  font-size: 18px;
}
.ct5 img.icon-search{
  width: 80px;
  padding-bottom: 15px;
}
.ct6{
  text-align: center;
  padding-top: 90px;
  padding-bottom: 130px;
}
.ct6 h2{
  font-size: 28px;
  color: #23A6EB;
  padding: 5px;
    margin-top: 65px;
  letter-spacing: 5px;
  border-bottom: 5px solid;
  display: inline-block;
}
.ct6 .ct6_p1{
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 50px;
    color: #23a6eb;
}
.ct6 .ct6_menu{
  width: 868px;
  padding-bottom: 65px;
}
.ct6 .ct6_logo{
  width: 698px;
}
.ct6 .ct6_p2{
  font-size: 16px;
  padding-bottom: 70px;
}
.ct7{
  background: #F8F8F8;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 150px;
}
.ct7 h2{
  font-size: 28px;
  padding-bottom: 100px;
    letter-spacing: 2px;
}
.ct7 table th{
  width: 25%;
  padding: 50px 50px;
  vertical-align: top;
    font-size: 16px;
}
table td{
  width: 75%;
  padding: 50px 50px;
  vertical-align: top;
  line-height: 1.5;
    font-size: 16px;
}
.ct7 table tr{
  border-bottom: 1px solid #000000;
  padding: 50px 0;
}

.tab input { display: none; }

.tab label {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 20px 10px 20px 50px;
    color: #000000;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #707070;
}
.tab .content {
  background: #ccdef9;
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
}
.tab .content p { padding: 10px; }

.tab input:checked ~ .content { max-height: 100vh; }

.tab label::after {
  display: block;
  content: url("../img/icon-down.svg");
    position: absolute;
    right: 18px;
    top: 18px;
    transition: all 0.4s;
}

.tab input:checked ~ label::after { transform: rotate(90deg); }
table tbody tr{
  border-bottom: none;
}
table tbody th{
  padding: 50px 0;
}

.footer{
  background: #000000;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 600px;
}
.footer img{
  width: 422px;
}


/*airsign*/
.title{
    background: #0E90D5;
    padding: 180px 0 80px 0;
    text-align: center;
    color: #ffffff;
}
.title h2{
    font-size: 36px;
    padding-bottom: 20px;
}
.title p{
    font-size: 18px;
}
.ai1{
    max-width: 1100px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 150px;
}
.ai1-table{
    margin: 50px 0 80px 0;
    border: 1px solid #707070;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai1-table .ai1-left{
    width: 460px;
}
.ai1-left-1{
    border-bottom: 1px solid #C9C9C9;
}
.ai1-left-1 p:nth-child(1){
    font-size: 12px;
    border: 1px solid #3C3C3C;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.ai1-left-1 p:nth-child(2){
    font-size: 30px;
    margin-bottom: 15px;
}
.ai1-left-2{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai1-left-2 p{
    font-size: 30px;
}
.ai1-left-2 p span:nth-child(1){
    font-size: 19px;
}
.ai1-left-2 p span:nth-child(3){
    font-size: 17px;
}
.ai1-right p{
    font-size: 18px;
    line-height: 1.7;
}
.ai1-right p:nth-child(3){
    font-size: 16px;
}
.ai1-right img{
    width: 260px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.ai3-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
    padding-bottom: 140px;
}
.ai3-box img{
    width: 253px;
    transition: transform 0.5s;
}
.ai3-box img:hover{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
}
.ai2{
    background: #D0ECFA;
    padding: 75px 0 110px 0;
    text-align: center;
}
.ai2 .ai2-title p{
    font-size: 18px;
    padding-bottom: 15px;
}
.ai2 .ai2-title h2{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 50px;
}
.ai2 .ai2-contact p:nth-child(1){
    font-size: 18px;
    padding-bottom: 15px;
}
.ai2 .ai2-contact a:nth-child(2){
    font-size: 33px;
    color: #0E90D5;
    font-weight: bold;
}
.ai2 .ai2-contact a:nth-child(2) img{
    width: 28px;
    margin-right: 5px;
}
.ai2 .ai2-contact p:nth-child(3){
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 45px;
}
.ai2 .ai2-contact p:nth-child(4){
    font-size: 18px;
    padding-bottom: 25px;
}
.ai2 .ai2-contact a:nth-child(5) img{
    width: 302px;
}
.ai2 .ai2-contact p:nth-child(6){
    font-size: 18px;
    padding-top: 50px;
}

/*end airsign*/
.ct7 table{
    width: 100%;
    margin: auto !important;
}

.ct-title{
    padding-top: 110px;
    padding-bottom: 50px;
    text-align: center;
}
.ct-title h2{
    font-size: 40px;
    padding-bottom: 10px;
}
.ct-title p{
    font-size: 18px;
}
.contact-form{
    padding-top: 100px;
    background: #F2F2F2;
    padding-bottom: 138px;
}
.contact-form .contact-content{
    background: #ffffff;
    padding: 60px 100px;
}
.contact-form table {
    width: 100%;
}
.contact-form table.table1{
    margin-bottom: 20px;
}
.contact-form table.table1 th{
    background: #ffffff;
}
.contact-form table.table1 td{
    padding: 35px;
}
.contact-form th {
    border: 1px solid #000000;
    background: #E6E6E6;
    font-size: 16px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    padding: 0 20px 0 30px;
    width: 26%;
    color: #000000;
}
.contact-form td .note {
    font-size: 12px;
    margin-top: 15px;
    display: block;
}
.contact-form td {
    border: 1px solid #000000;
    width: 74%;
    padding: 15px 30px;
    font-size: 16px;
}
.contact-form th span {
    float: right;
    color: #ffffff;
    background: #E64B1E;
    border-radius: 5px;
    padding: 3px 7px;
}
.contact-form td input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #000000;
    padding: 8px 10px;
    border-radius: 5px;
}
.contact-form table.table1 input{
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
}
.contact-form table.table1 td span.horizontal-item:nth-child(2){
    margin-left: 45px;
}
.contact-form table.table1 td span.horizontal-item:nth-child(3){
    margin-left: 0;
    margin-top: 20px;
    display: block;
}
.mw_wp_form .error{
    padding-top: 5px;
}
table textarea {
    width: 100%;
    height: 175px;
    font-size: 16px;
    border: 1px solid #000000;
    padding: 8px 10px;
    border-radius: 5px;
}
.form-policy {
    text-align: center;
    padding: 90px 0;
}
.form-policy p:nth-child(1) {
    font-size: 12px;
    padding-bottom: 40px;
}
.form-policy p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 58px;
}
.form-policy p:nth-child(2) a {
    color: black;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px 80px;
    position: relative;
}
.form-policy p:nth-child(2) a img {
    position: absolute;
    right: 15px;
    width: 19px;
}
.form-policy p:nth-child(3) label {
    font-size: 15px;
}
.contact-form .form-btn {
    text-align: center;
}
.contact-form .form-btn p {
    position: relative;
    padding: 0;
    display: inline-block;
}
.contact-form .form-btn input:hover{
    cursor: pointer;
}
.contact-form .form-btn input {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    font-size: 30px;
    padding: 15px 100px;
    background: #B80012;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.5s ease;
    font-weight: unset;
}
.contact-form .form-btn p:after {
    content: url(./img/contact/icon-right.png);
    position: absolute;
    right: 15px;
    top: 35%;
}
.form-title2{
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.form-title{
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}
.inner {
    width: 990px;
    margin: auto;
}


/*15112024*/

.ct4_content{
    width: 860px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ct4_content p{
    border: 1px solid;
    width: 400px;
    text-align: center;
    padding: 20px 0;
    margin: 0 15px 30px 15px;
    font-size: 26px;
}
/*end 15112024*/

.ct7 .ct7-note{
    width: 1280px;
    margin: auto !important;
    text-align: left;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.ct7 .ct7-note a:nth-child(1){
    padding-bottom: 10px;
}
.ct7 .ct7-note img{
    width: 15px;
    margin-left: 10px;
}
.ct7 table td img{
    width: 19%;
    margin-top: 5px;
}
@media (max-width: 1200px){
    .ai1{
        max-width: 990px;
    }
}
@media (min-width: 1280px){
    .ct7 table{
        width: 1280px;
        margin: auto !important;
    }
    .inner {
        width: 1100px;
    }
}
@media (min-width: 768px){
    .logo{
        display: flex;
        align-items: center;
    }
    .sp{
        display: none;
    }
}
@media (max-width: 768px){
    .inner {
        width: 90%;
    }
    .pc{
        display: none;
    }
    .logo{
        padding-left: 3vw;
    }
    .logo img {
        width: 70%;
        padding: 0 0 1vw 0;
    }
    .logo p {
        font-size: 2vw;
    }

    .ct-title {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }
    .ct-title h2 {
        font-size: 8.5vw;
    }
    .ct-title p {
        font-size: 3.5vw;
    }
    .menu .contact {
        width: 50vw;
    }
    .mv img{
        height: 80vw;
        width: 100%;
        object-fit: cover;
    }
    .ct1 img {
        width: 40vw;
        padding: 10vw 0;
    }
    .ct1 p {
        font-size: 2.5vw;
        padding: 0 5vw;
    }
    .ct1 {
        padding-bottom: 15vw;
    }
    .ct2 div {
        width: 50%;
        height: 50vw;
    }
    .ct3 {
        padding-bottom: 15vw;
    }
    .ct3 h2 {
        font-size: 5vw;
        margin: 10vw 0;
        border-bottom: 1vw solid;
    }
    .ct3_text {
        font-size: 3vw;
    }
    .ct3_flag {
        width: 30%;
        height: 25vw;
        margin: 0 1vw;
    }
    .ct4 {
        padding-bottom: 15vw;
    }
    .ct4 h2 {
        font-size: 5vw;
        margin: 10vw 0;
        border-bottom: 1vw solid;
    }
    .ct4_content div {
        padding: 0 1.5vw;
        width: 50%;
    }
    .ct4_name {
        font-size: 3.2vw;
        font-weight: bold;
        padding: 3vw 0;
    }
    .ct4_address {
        font-size: 3vw;
        padding-bottom: 3vw;
    }
    .ct4_content a {
        font-size: 3.5vw;
        color: #23A6EB;
    }
    .ct5 {
        padding-bottom: 15vw;
    }
    .ct5 h2 {
        font-size: 5vw;
        padding-top: 10vw;
        padding-bottom: 5vw;
    }
    .ct5 .ct5_p1 {
        font-size: 3vw;
        padding-bottom: 10vw;
    }
    .ct5_tooltip {
        display: unset;
        text-align: center;
    }
    .ct5_tooltip div {
        width: 60%;
        height: 25vw;
        margin: auto;
        margin-bottom: 5vw;
    }
    .ct5_tooltip p {
        font-size: 3.5vw;
        top: 20%;
    }
    .ct5 .ct5_p2 {
        font-size: 3vw;
        padding: 0 5vw 15vw 5vw;
        line-height: 1.8;
    }
    .ct5 .ct5_p3 {
        font-size: 3vw;
    }
    .ct5 img.icon-search {
        width: 15%;
        padding-bottom: 3vw;
    }
    .ct6 {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .ct6 h2 {
        font-size: 5vw;
        margin: 5vw 0;
        letter-spacing: 1px;
        border-bottom: 1vw solid;
    }
    .ct6 .ct6_p1 {
        font-size: 3vw;
        padding-top: 0;
        padding-bottom: 10vw;
    }
    .ct6 .ct6_menu {
        width: 90%;
        padding-bottom: 2vw;
    }
    .ct6 .ct6_p2 {
        font-size: 2.5vw;
        padding-bottom: 10vw;
    }
    .ct6 .ct6_logo {
        width: 80%;
    }
    .ct7 {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .ct7 h2 {
        font-size: 5vw;
        padding-bottom: 5vw;
    }
    .ct7 table tr {
        padding: 3vw 0;
    }
    .ct7 table th {
        font-size: 3vw;
        padding: 2vw;
    }
    .ct7 .ct7-note {
        font-size: 3vw;
        padding: 2vw;
    }
    .ct7 .ct7-note img{
        width: 1%;
        margin-left: 2vw;
        margin-bottom: -1px;
    }
    table td {
        font-size: 3vw;
        padding: 2vw;
    }
    table{
        width: 95%;
    }
    table tbody th {
        padding: 2vw;
    }
    .tab label {
        margin-top: 5vw;
        padding: 2vw 1vw 2vw 5vw;
        font-size: 3vw;
    }
    .tab label::after {
        right: 2vw;
        top: 0.5vw;
    }
    .footer {
        padding-top: 10vw;
        padding-bottom: 50vw;
    }
    .footer img {
        width: 60%;
    }
    .title {
        padding: 28vw 0 10vw 0;
    }
    .title h2 {
        font-size: 5vw;
        padding-bottom: 3vw;
    }
    .title p {
        font-size: 2.8vw;
    }
    .ai1{
        max-width: 95%;
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .ai1 .ai1-table{
        margin: 7vw 0 10vw 0;
        padding: 3vw;
        flex-direction: column;
    }
    .ai1-table .ai1-left {
        width: 100%;
    }
    .ai1-left-1 p:nth-child(2) {
        font-size: 5vw;
    }
    .ai1-left-2 {
        padding: 5vw 0;
    }
    .ai1-left-2 p {
        font-size: 5vw;
    }
    .ai1-left-2 p span:nth-child(1) {
        font-size: 3.5vw;
    }
    .ai1-left-2 p span:nth-child(3) {
        font-size: 3vw;
    }
    .ai1-right{
        padding-top: 10vw;
        width: 100%;
    }
    .ai1-right p {
        font-size: 3.5vw;
        line-height: 1.7;
    }
    .ai1-right p:nth-child(3) {
        font-size: 3.5vw;
    }
    .ai3-box {
        flex-wrap: wrap;
        padding-bottom: 10vw;
    }
    .ai3-box img {
        width: 50%;
        padding-bottom: 5vw;
    }

    .ai2{
        padding: 10vw 0 15vw 0;
    }
    .ai2 .ai2-title p{
        font-size: 3.5vw;
        padding-bottom: 5vw;
    }
    .ai2 .ai2-title h2{
        font-size: 5vw;
        padding-bottom: 10vw;
    }
    .ai2 .ai2-contact p:nth-child(1){
        font-size: 3.5vw;
        padding-bottom: 5vw;
    }
    .ai2 .ai2-contact a:nth-child(2){
        font-size: 8vw;
    }
    .ai2 .ai2-contact a:nth-child(2) img{
        width: 6.5vw;
    }
    .ai2 .ai2-contact p:nth-child(3){
        font-size: 3vw;
        padding-bottom: 10vw;
    }
    .ai2 .ai2-contact p:nth-child(4){
        font-size: 3.5vw;
        padding-bottom: 5vw;
    }
    .ai2 .ai2-contact a:nth-child(5) img{
        width: 65%;
    }
    .ai2 .ai2-contact p:nth-child(6){
        font-size: 3.5vw;
        padding-top: 10vw;
    }


    .contact-form{
        background: #ffffff;
    }
    .contact-form .contact-content{
        padding: 0;
    }
    .form-title2{
        font-size: 5vw;
    }
    .form-title{
        font-size: 4vw;
    }
    .contact-form th {
        width: 100%;
        border: 0.5px solid #000000;
    }
    .contact-form td {
        width: 100%;
        border: 0.5px solid #000000;
    }
    .contact-form table tr{
        display: flex;
        flex-direction: column;
    }
    .contact-form table {
        border: 1px solid #000000;
    }
    .contact-form table.table1 td {
        padding: 5vw;
        font-size: 4vw;
    }
    .contact-form table.table1 th {
        padding: 6vw;
        text-align: center;
        font-size: 4vw;
    }
    .contact-form table.table1 td span.horizontal-item {
        margin-left: 0 !important;
        display: block;
        width: 100%;
    }
    .contact-form table.table1 td span.horizontal-item:nth-child(1),
    .contact-form table.table1 td span.horizontal-item:nth-child(2){
        margin-bottom: 9vw;
    }
    .contact-form table.table2 td {
        padding: 3vw;
        font-size: 3.5vw;
    }
    .contact-form table.table2 th {
        padding: 2vw;
        font-size: 3.5vw;
    }
    .contact-form table.table2 td input{
        font-size: 3.5vw;
    }
    .contact-form th span {
        float: unset;
        margin-left: 5vw;
        padding: 0.5vw 2vw;
    }
    table textarea {
        height: 57vw;
        font-size: 3.5vw;
    }
    .form-policy {
        padding: 10vw 0;
    }
    .form-policy p:nth-child(1) {
        font-size: 3vw;
        padding-bottom: 10vw;
    }
    .form-policy p:nth-child(2) {
        font-size: 3vw;
        margin-bottom: 15vw;
    }
    .form-policy p:nth-child(3) label {
        font-size: 3.5vw;
    }
    .contact-form .form-btn {
        padding-bottom: 10vw;
    }
    .contact-form .form-btn input {
        font-size: 5.5vw;
        padding: 4vw 15vw;
    }
    .contact-form .form-btn p:after {
        content: url(./img/contact/icon-right-sp.png);
        top: 30%;
    }
    .ct4_content{
        width: 100%;
    }
    .ct4_content p{
        font-size: 4vw;
    }
    .ct7 table td img{
        width: 43%;
    }

}