.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

body {
    line-height: 2;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #082b48;
}

.clear::after{
    content: "";
    clear: both;
    display: block;
    
}


/*==================
ヘッダー
==================*/
header {
    background-color: #fff;
}

.nav-icon-img {
    width: 10%;
    float: left;
}
.nav-icon-img-mo {
    width: 20%;
    float: left;
  
}
.menu-img-mo{
    width: 20%;
}
.menu-bg-mo{
    background-color: rgb(185, 184, 184);
    width: 100%;
}
.nav-item1-mo {
    color: #fff;
    letter-spacing: 0.1em;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
}


.nav-item {
    float: right;
    margin-top: 45px;
}

.nav-item1 {
    color: #082b48;
    letter-spacing: 0.1em;
    transition: all 0.5s ease-in-out;
}

.nav-item2 {
    color: #A9DBE4;
}

a:hover {
    text-decoration: none !important;
    color: #A9DBE4 !important;
    transition: all 0.5s;
}


/*====================
top
====================*/

.top {
        
    background-size: cover;    
    align-items: center;
    height: 780px;
}

.top-titles {
    padding: 206.5px 0;
}
.top-title-nurse{
    padding-top: 100px;
}

.top-title1{
    font-size: 36px;
    letter-spacing: 0.1em;
    

}
.top-title2{
    font-size: 40px;
}

.top-sentence{
    font-size: 20px;
}

.top-titles-mo {   
   padding: 100px 0;  
}
.top-title1-mo{
    font-size: 30px;
    letter-spacing: 0.1em;
}
.top-title2-mo{
    font-size: 40px;
}

.top-sentence-mo{
    font-size: 18px;
}

.top-mo{
    background-size: cover;
}
.top-title-left{
    background-color: #F4AABE;
    color: #fff;
}

/*====================
about
====================*/

.about {
    padding: 0 !important;
}
.about-title {
    padding: 60px 0;
   
}
.underLine {
    border-bottom: solid 5px #A9DBE4;
}
.about-img-item{
    width: 40%;
    margin-left: 50px;
}
.about-sentence {
    margin-top: 0px;
    font-size: 18px;
}
.about-sentence-mo {
    margin-top: 40px;
    font-size: 18px;
   
}

/*====================
service
=====================*/
.service {
    background-color: #f8f9fa;
}
.service-title {
    padding: 60px 30px;
    text-align: center;
}
.service-img {
    width: 100%;
}
.card-title {
    background-color: #A9DBE4;
    
}

/*=========================
cost
=========================*/
.img-arrow {
    width: 8%;
   
}

.time-card {
    border: solid 1px #F4AABE;
    border-radius: 30px;   
}
.time-card-title-1 {
    font-size: 30px;
    color: #fff;
    background-color: #F4AABE;
    border-radius: 100px;
    
    
}
.time-card-title-2 {
    font-size: 30px;
    color: #fff;
    background-color: #F4AABE;
    border-radius: 100px;
 
    
}
.time-card-sentence {
    font-size: 20px;
}
.cost-title-small {
    font-size: 18px;
    font-weight: normal;
}
.cost-sentence {
    font-size: 18px;
    
}

/*=====================
greeting
=====================*/
.greeting {
    background-color: #f8f9fa;
}
table {
    width: 100%;
}
th {
    background-color: #ece6dd;
    border: #fff solid 2px;
    padding: 20px;
    font-weight:bold;
    

}

td {
    background-color: #fdfaf2;
    padding: 20px;
    border: #fff solid 2px;
    
}

.greeting-name {
    padding-top: 13%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    
}

.greeting-bg {
    background-color: #A9DBE4;
    height: 275.0px;
    
}

.map {
    width: 100%;
}

.greeting-bg-mo{
    background-color: #A9DBE4;
}
.greeting-name-mo{
    color: #fff;
    font-size: 14px;
    float: right;
    font-weight: bold;
    padding-top: 70px;
    line-height: 1.5;
}

/*==========================
contact
=========================*/
.img-call {
    width: 5%;
}
.tel-number {
    letter-spacing: 0.1em;
}
.contact-input {
    width: 100%;
    border: solid 2px #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    font-size: 18px;
}
.contact-btn {
    border: solid #A9DBE4 2px;
    padding: 15px 32px;
    background-color: #A9DBE4 ;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
.img-call-mo {
    width: 10%;
}

/*=======================
footer
========================*/
.footer {
    background-color: #242424 ;
}
.copyright {
    color: #6c757d;
    
}

/*======================
バリエーション
======================*/

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #ec5f79;
    font-weight: 700;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #64d674;
    font-size: 22px;
}

.help-comment {
    font-size: 14px;
    
}

.has-success input, .has-success textarea {
    border: 1px solid #2fb4ce;
}
.has-success .help-comment, .has-success label {
    color: #2fb4ce;
}

.has-error input, .has-error textarea {
    border: solid 1px #ff4d4b;
}
.has-error .help-comment, .has-error label {
    color: #ff4d4b;
}

/*====================
news
====================*/
.news {
    background-color: #F4AABE;
}


@media screen and (max-width:480px) {

	body{
        font-size: 1rem;
        line-height: 1.5!important;
    }

}


.mt-19{
    margin-top: 5rem !important;
}

.pt25{
    padding-top: 2.5rem !important;
}

