@charset "utf-8";

h3.sec_lead{
    text-align: center;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.9;
    color: #231815;
    margin: 0 0 38px 0;
}
h3.sec_lead:after{
    display: block;
    margin: 30px auto 0 auto;
    content: '';
    width: 48px;
    height: 4px;
    background: #005dab;
}

.sec01 p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3;
    color: #231815;
}

h3.sec_ttl,
h3.sec_ttl.pc_only{
    display: flex !important;
    align-items: center;
    font-size: 3.0rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 30px 0;
    color: #030000;
    padding: 0;
}
h3.sec_ttl.sp_only{ display: none !important;}

h3.sec_ttl:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    width: 3px;
    height: 138px;
    background: #005dab;
}

h3.topic_ttl{
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #030000;
}
h3.topic_ttl:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    width: 3px;
    height: 78px;
    background: #005dab;
}


.sec02{
    padding:105px 0 100px 0;
    box-sizing: border-box;
}
.sec02 h3{ margin-bottom: 45px;}

.sec02 p { margin-bottom: 30px; }

.sec02 table{
    margin: 0 0 30px 0;
    padding: 0;
    width: 40%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #cccccc;
}
.sec02 table th,
.sec02 table td{
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #231815;
    padding: 20px 35px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.sec02 table th{
    padding: 20px 40px;
    background: #f7fcff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.sec02 table td.price {
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec02 table th span{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.sec02 table th span:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.vaccination_list li+li{ margin-top: 10px;}


.vaccination_list{
    display: flex;
    justify-content: space-between;
}

.vaccination_list ul{
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.vaccination_list li{
    font-size: 1.6rem;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.vaccination_list li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '●';
    color: #eb6d6c;
}
.vaccination_list li+li{ margin-top: 10px;}

/*.sec02 p{
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 65px auto 35px auto;
}*/


@media screen and (max-width: 767px) {
    h3.sec_lead{
        font-size: 5vw;
        margin: 0 0 11% 0;
		text-align: left;
    }
    h3.sec_lead:after{
        margin: 4.6% auto 0 auto;
        width: 40px;
        height: 4px;
    }

    .sec01 p{
        font-size: 1.5rem;
        text-align: left;
		line-height: 1.9;
    }

    h3.sec_ttl{
        font-size: 5vw;
        margin: 0 0 6% 0;
    }
    h3.sec_ttl.pc_only{ display: none !important;}
    h3.sec_ttl.sp_only{ display: flex !important;}
    h3.sec_ttl:before{
        margin-right: 15px;
        width: 3px;
        height: 27vw;
    }

    h3.topic_ttl{
        font-size: 5.5vw;
    }
    h3.topic_ttl:before{
        margin-right: 12px;
        width: 3px;
        height: 58px;
    }
	
	
	.sec02{
        padding:15% 0;
    }
    .sec02 h3{ margin-bottom: 7%;}

    .vaccination_list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vaccination_list ul{
        width: 100%;
    }

    .vaccination_list li{
        font-size: 1.4rem;
    }
    .vaccination_list li:before{
        margin-right: 8px;
    }
    .vaccination_list li+li{ margin-top: 2%;}

    .sec02 p{
        font-size: 1.4rem;
        margin: 10% auto 4.6% auto;
        text-align: left;
    }
	
	.sec02 table {
		width: 100%;
	}
	
	.sec02 table th span{
        font-size: 1.4rem;
    }
	
	.sec02 table th{
		padding-left: 15px;
    }
	
    .sec02 table td{
        font-size: 1.4rem;
		white-space: nowrap;
    }
	
	/*.sec02 table{
		width: 100%;
        margin: 0 0 6% 0;
    }
    .sec02 table th,
    .sec02 table td{
        display: block;
        font-size: 1.4rem;
        padding: 5% 0 5% 5%;
    }

    .sec02 table th{
		width: 100%;
        padding: 5% 5%;
    }
    .sec02 table td dt,
    .sec02 table td dd{
        display: block;
    }
	
	.sec02 table td {
		width: 100%;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.sec02 table td.price {
		width: 100%;
		vertical-align: middle;
		text-align: right;
		white-space: nowrap;
		padding-right: 20px;
	}*/

}

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

}

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

}

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

}




@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



