*{
    box-sizing: border-box;
}

.inbound{
    font-size: 2.0em;
    text-align: center;
/*    color: rgba(34,255,198,1);*/
    color: #1a3e7e;
}

hr{
    border: 0;
    height: 0;
/*    border-top: 2px solid rgba(0, 0, 0, 0.1);*/
/*    border-bottom: 2px solid rgba(38, 204, 255, 0.1);*/
/*    border-bottom: 2px solid rgba(255, 223, 0, 0.3);*/
/*    border-top: 2px solid rgba(0, 38, 172, 0.3);*/
    border-bottom: 3px #FFD700 solid;
    width: 55%;
    margin: 0px auto 0px auto;
}

.subnav{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px 1em 10px 1em;
    font-size: 1.1em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: auto;
    background: rgba(255,255,255,0.95);
    z-index: 90;
    transition: 1s;
    font-size: 0.9rem;
    color: #1a3e7e;
}

.subnav li:nth-child(-n + 5){
    margin-right: 40px;
}

.subnav a{
    color: #1a3e7e;
}

.subnav a:hover{
    color: #26ccff;
}

#asian, #multi, #order, #language, #wifi, #fee{
    margin-top: -10px;
    padding-top: 10px;
}

.solutions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    color: #000;
    margin: 0px 20px 20px 20px;
/*    padding: 2em;*/
}

.solutions:nth-child(even) {
	flex-direction: row-reverse;
}


.solution_text h2{
    margin-bottom: 20px;
}

.solution_img{
    margin: 5px;
    width: 40%;
}

.solution_img img{
    display: block;
    width: 100%;
}

.solutions a{
    color: #002EE6;
}

.solutions a:hover{
    color: #26ccff;
}

.text_wrapper{
    display: flex;
    flex-flow: column;
    margin: 0px 20px 0 20px;
    justify-content: center;
    width: 55%;
}

.lead_text {
    font-size: 0.9rem;
    margin-bottom: 20px;
    text-indent: 1em;
}

.lead_text p{
  padding: 5px;
  text-indent: 1rem;
  text-align: justify;
  font-feature-settings : "pkna";
  line-height: 1.5rem;
  color: #555555;
}

.info_text{
    margin-bottom: 1em;
}

.info_text li{
    font-size: 0.9rem;
    margin-left: 30px;
    list-style:disc;
}

.info_text li span{
    display: block;
}

.info_text a, .info_text a:link{
	color: limegreen;
}

.info_text a:hover{
	background-color: #fff100;
}

.info_text a:visited{
	color: limegreen;
}


.lead_text h2{
    font-size: 1.2rem;
    margin: 10px 10px 0 0;
    position: relative;
    padding: .25em 0 .5em 0em;
    border-left: 6px solid red;
}

.lead_text h2::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;  
}

#comp_name{
/*    color: #fff;*/
    text-align: center;
/*    background-color: rgba(34,255,198,1);*/
}

#contact_message{
    font-size: 1.4em;
    line-height: 1.2;
    text-align: center;
/*    color: #fff;*/
    padding-top: 10px;
/*    background-color: rgba(34,255,198,1);*/
}

h2#contact_message{
    font-size: 1.1em;
    font-weight: 300;
    padding-bottom: 8px;
}

.contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    background-color: rgba(34,255,198,1);*/
/*    color: #fff;*/
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* .contact a:link{
    color: deepskyblue;
} */


.contact a{
    color: #002EE6;
}

.contact a:hover{
    color: #26ccff;
}

.info{
    font-size: 1.5em;
    padding-bottom: 5px;
}

.article_date{
    text-align: right;
    font-size: 0.8rem;
    margin: 1em 1em 0em 1em;
}

.date{
    color: red;
}

.campaign{
    margin: 2rem 20px 1rem 20px;
    border: 2px solid orange; 
}

.campaign h2{
    text-align: center;
    background-color: orange;
    color: #fff;
    padding: 3px;
    font-size: 1.3rem;
}

.campaign p{
    text-indent: 1rem;
    margin: 0.8rem;
    text-align: justify;
    font-size: 0.9rem;
}

.campaign a{
    color: #002EE6;
}

.campaign a:hover{
    color: #26ccff;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

@media screen and (max-width : 768px) { /* モバイル用CSS */
.inbound{
    font-size: 1.4em;
    margin-top: 1em;
}
    
hr{
    width: 88%;
}
    
.subnav{
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px 0px 0px 8%;
    margin-top: 1em;
}
    
.subnav li{
    width: calc(100%/2);
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: left;
}
    
.subnav li:nth-child(-n + 5){
    margin-right: 0px;
}
    
#asian, #multi, #order, #language, #wifi, #fee{
    margin-top: -40px;
    padding-top: 40px;
}
    
    .solutions{
        flex-flow: column;

    }
    .solutions:nth-child(even){
        flex-flow:column;
    }

    .solution_img{
        margin: 0;
        padding: 0em 0.8em 0.8em 0.8em;
        width: 100%;
        order: 1;
    }
    .text_wrapper{
        width: 100%;
    }
    
    .lead_text{
        margin-bottom: 15px;
    }
    
    .lead_text h2{
        font-size: 1.1em;
        padding: .5em 0 .5em 0em;
        margin: 0;
    }
    
    .lead_text p{
        padding: 5px 15px;
    }
    
    .lead_text p:last-child{
        padding-bottom: 0;
    }

    .info_text li{
        margin-left: 35px;
        font-size: 0.9em;
    }
    
.contact{
    flex-flow: column;
    text-align: center;
    } 
    
 #contact_message{
     font-size: 0.1em;
     font-weight: 500;
    }
    
h2#contact_message{
    font-size: 0.9em;
    padding-bottom: 8px;
    letter-spacing: -0.08em;
}
    
#comp_name{
    font-size: 1.5em;
}    

.info{
    font-size: 1.5em;
    } 

.message{
    margin: 8px;
    font-size: 0.8em;
    }    
    
}