@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
}

p {
    font-size: 16px;
}

h3 {
    color: #ad0000;
}

/*
.box-wrap {
    padding-top: 146px;
}
*/

#top_c .layer-01 {
    background-color: rgba(0, 0, 0, .5);
}

#top_c .layer-02 {
    background-color: #31708f;
}

#top_c .layer-03 {
    background-color: #31708f;
}

#top_c .layer-04 {
    background-color: rgba(0, 0, 0, .5);
}

.goaisatsu h2 {
    border-bottom: solid 3px #e5bff2;
    position: relative;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
    color: #a32658;
    text-shadow: 0 0 2px #eeeeee;
}
.internet h2 {
    border-bottom: solid 3px #e5bff2;
    position: relative;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
    color: #ce297d;
    text-shadow: 0 0 2px #eeeeee;
}
.internet h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px  #ce297d;
    bottom: -3px;
    width: 20%;
}
.goaisatsu h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #a32658;
    bottom: -3px;
    width: 20%;
}
.fixedheader {
    border-bottom: 5px solid #F7D0E7;
}

.headercontent {
/*    padding: 16px;*/
    background-color: #E987B9;
}

footer {
    background-color: #333;

}
.midashi h3 {
    color: #ad0000;
}
.point {
    background: linear-gradient(transparent 60%, #fbff0038 40%);
}
.sec_k h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: .5em;
}
.sec_k p {
    font-size: 17px;
    line-height: 1.6;
}
.topmenu li a {
    color: #f5f5f5;
}
.top-number h3 {
    color: #ad0000;
}
.top-introduce-number h3 {
    color: #ad0000;
}
.top-introduce h3 {
    margin-bottom: .5em;
    font-size: 26px;
}
form {
    margin: 0 auto;
}
label i {
    margin-right: 2px;
}
.form_item {
    overflow: hidden;
    margin-bottom: 30px;
}
.formlabel {
    text-align: left;
    font-size: 15px;
    float: left;
    margin-right: 20px;
    width: 135px;
    border-left: solid 3px #e03c31;
    padding-left: 10px;
    color: #004294;
    border-radius: 0;
    margin-top: 5px;
}
.top01_02>ul>li {
    border: #f7d0e7a6 4px solid;
    background: #FFFFFF;
    box-sizing: border-box;
}
.em_list li:before {
    color: #ad2723;
}
.midashi i {
    color: #ad2723;
}
.voicelist h4 {
    color: #ad2925;
    
}
input[type="text"],
input[type="email"] {
    border: none;
    padding: 5px 10px;
    font-size: 15px;
    border-bottom: 2px solid #e987b9;
    background: transparent;
}
select {
    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #e987b9;
    background: transparent;
}
textarea {
    padding: 10px;
    height: 160px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #e987b9;
    background: transparent;
}
.btn-area {
    text-align: center;
}
input[type="submit"] {
    background: #e0505c;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0 5px;
    border-radius: 5px
}
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #e03c31;
}
select:focus {
    border-color: crimson;
}
.arrow_link:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 7px;
    width: 6em;
    border-bottom: solid 3px #ef479c;
}
.arrow_link:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -7px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 15px #ef479c;
}
.cost_title {
    background-color: #e987b952 !important;
    text-align: center !important;
    color: #333332;
}
.k_cost th {
    background-color: #f2dede80;
}
.cost_h_1 {
    background-color: #e6c8c8 !important;
    /* color: #fff; */
}
.to-plan{
    margin-top: -30px;
}

@media (max-width: 1229px) {
    label {
        margin-left: 10%;
        width: 80%;
    }
}
@media screen and (max-width:1025px) {
    .fa-bug {
        position: absolute;
        left: 15vw;
        top: 60vw;
    }
}
._ipad {
    display: none;
}
@media screen and (max-width: 768px) {
    h2{
    font-size: 25px;
}
th{
    font-size: 20px;
}
td{
    font-size: 18px;
}
    .midashi h3{
font-size:24px;        
    }
    .top-introduce h3 {
    font-size: 20px;
}
/*
    .headercontent {
    padding: 10px;
}
*/
    .sec_k h2 {
        margin-top: .75em;
        margin-top: .75em;
        font-size: 25px;
        line-height: 30px;
    }
    .sec_k p {
        font-size: 15px;
    }
    .pic {
        padding-top: 140px;
        padding-bottom: 0;
    }
    .icon-sidenv {
        font-size: 32px;
        color: #980300;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 32px;
        transform: translateY(-50%);
    }
    ._ipad {
        display: block;
    }
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .5);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .top-introduce .text-colum {
        padding: 30px 0 20px;
    }
}
@media screen and (max-width: 500px) {
   
    .topix h2 {
    font-size: 23px;
       }
    .icon-sidenv {
        color: #920000;
    }
}
.k_history td,
.k_history th {

    font-size: 18px
}
.affiliated th {
    font-size: 20px;
}
.partner {
    color: #ad0000;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
/*
    .box-wrap {
        padding-top: 134px;
    }
*/
    .k_history td,
    .k_history th {
        font-size: 16px;
    }
  
}
.contact_btn {
    background: #E987B9;
z-index: 200;
}
.contact_btn_burst {
    background: #E987B9;
    color: #E987B9;
}
/*
.choose_lang {
    background-color: #ffffff;
}
*/
.choose_lang ul li {
    background-color: #E987B9;
}
.choose_lang li {
    padding: 2px 4px;
}
@media screen and (max-width: 768px){
.td_add .td_r:before {
    left: 4.5em;
    }}
.choose_lang {
    top: 18px;
}
 
@media screen and (max-width: 680px){
.fixedheader img {
    max-width: 48%;
    margin-left: .4em;
}
.choose_lang {
    top: 0;
}}

.shisetsu {
    background-color: #E987B9;
}
/*
@media screen and (max-width: 480px){
.fixedheader img {
    max-width: 43%;
    margin-left: .4em;
}
.fixedheader img {
    margin-top: 20px;
    }}
@media screen and (max-width:390px){

    .youtb {
    left: calc(0vw + 75px);
    top: 19px;
   
}
}
@media screen and (max-width:368px){
    .youtb {
    top: 25px;
    left: calc(0vw + 59px);
}
}
@media screen and (max-width:330px){
    .fixedheader img {
    margin-top: 30px;
}
    .youtb {
    top: 25px;
    left: calc(0vw + 37px);
}
}
@media screen and (max-width:320px){
    .fixedheader img {
    margin-top: 27px;
    }
    
    .youtb{
     top: 14px;
    left: calc(0vw + 90px);
}
    }
@media screen and (max-width:285px){
    .choose_lang ul li {
    background-color: #E987B9;
    font-size: 12px;
}
    .youtb {
    top: 18px;
    left: calc(0vw + 70px);
}
}
*/

.voicelist h5 {
    border-left: solid #ad2925;
}
.hukidashi {
    background: #ffe2f3;
}
.hukidashi:after {
    border-top: 15px solid #ffe2f3;
}