@charset "utf-8";
/* === パンくず =========================== */
section#breadcrumb {
display: none;
}
p{
font-size: 1rem;
}
/* === fv =========================== */
.fv_cont {
width: 100%;
/*max-width: 1500px;*/
margin: 6.5rem auto 0 auto;
}


.fv_cont img {
width: 100%;
}
.fv_cont p {
font-size: 12px;
text-align: right;
}
/* slider */
.slick-track {
width: 20000px !important;
}
li.slick-slide {
/*margin: 0 20px;*/
width: 100vw;
}
.main-visual img{
margin:0 auto;
}





/* === nav ===========
section#nav {
width: 100%;
}
#nav ul {
width: 100%;
max-width: 1200px;
margin: 60px auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#nav ul li {
margin-bottom: 20px;
}
#nav ul li:not(:nth-child(5n + 1)) {
margin-left: 20px;
}
#nav ul li a {
position: relative;
display: block;
width: 220px;
padding: 14px 0;
color: #10589e;
background: #f2f4fa;
border: 1px solid #10589e;
font-size: 20px;
font-weight: bold;
line-height: 24px;
text-align: center;
}
#nav ul li a:after {
position: absolute;
top: 0;
bottom: 0;
right: 5%;
margin: auto;
content: "";
vertical-align: middle;
box-sizing: border-box;
width: 5px;
height:5px;
border: 5px solid transparent;
border-left: 5px solid #10589e;
}
@media screen and (max-width: 768px) {
#nav ul {
width: 90vw;
max-width: 100%;
margin: 20px auto;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
#nav ul li {
width: 48%;
margin-left: 0!important;
margin-bottom: 10px;
}
#nav ul li a {
width: 100%;
font-size: 4.2vw;
line-height: 1.5;
padding: 10px 0;
}
}======= */
/* === feature ====================== */
section#feature {
width: 100%;
max-width: 1100px;
margin: 20px auto 0;
position: relative;
}
section#feature h2 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 20px 0 26px;
text-align: center;
font-size: 36px;
font-weight: 800;
line-height: 36px;
color: #10589e;
background: #ffe63e;
border-radius: 50px;
}
.feature_cont {
width: 100%;
max-width: 1000px;
margin: 40px 0px 30px 9%;
position: relative;
}
.feature_cont p {
font-size: 30px;
line-height: 50px;
font-weight: 800;
color: #10589e;
position: relative;
z-index: 10;
}
.feature_cont p span {
font-size: 48px;
}
.feature_cont p span.green {
color: #019797;
}
.feature_cont img {
position: absolute;
top: -100px;
right: -3%;
z-index: 1;
width: 31%;
}
.point_cont {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
position: relative;
z-index: 1;
}
.point_cont > div {
position: relative;
border: 2px solid #10589e;
border-radius: 20px;
background: #f2f4fa;
text-align: center;
padding: 35px 0;
width: 100%;
max-width: 340px;
}
.point_cont > div:nth-child(even) {
border: none;
background: none;
width: 100%;
max-width: 30px;
}
.point_cont > div > span {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 2px;
height: 30px;
border-left: 2px solid #10589e;
}
.point_cont > div > span:first-child {
transform: rotate(135deg);
}
.point_cont > div > span:last-child {
transform: rotate(45deg);
}
.point_cont > div img {
width: 50px;
}
.point_cont > div h4 {
font-size: 20px;
font-weight: bold;
color: #10589e;
line-height: 34px;
padding: 15px 0;
}
.point_cont > div h4 span {
font-size: 28px;
background: linear-gradient(transparent 70%, #ffe63e 50%);
}



/* === covid-19 ====================== */
#covid-19_text {
width: 100%;
max-width: 1200px;
margin: 60px auto;
text-align: center;
}
#covid-19_text h3 {
position: relative;
color: #dd0000;
font-size: 20px;
font-weight: normal;
text-align: center;
display: inline-block;
margin-bottom: 20px;
cursor: pointer;
}
#covid-19_text h3:after {
position: absolute;
top: 3px;
bottom: 0px;
right: -40px;
margin: auto;
content: "";
vertical-align: middle;
box-sizing: border-box;
width: 7px;
height: 8px;
border: 7px solid transparent;
border-top: 8px solid #dd0000;
}
#covid-19_text p {
display: none;
width: 900px;
margin: 0 auto;
line-height: 1.6;
padding: 30px;
background: #f5f5f5;
}
#covid-19_text a {
width: 90vw;
padding: 10px;
font-size: 1vw;
line-height: 1.7;
text-align: justify;
font-feature-settings: "palt";
color: #007AAD;
}	


/* === feature_10 ==================== */
section#feature_10 {
background: url(../img/top/bg_patient.webp) no-repeat bottom right 60vw ,#f2f4fa;
padding: 60px 0 120px;
margin: 40px 0 0;
background-size: 576px;
}
.feature_10_cont {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.feature_10_cont h3 {
text-align: center;
font-size: 20px;
line-height: 44px;
}
.feature_10_cont h3 span:first-of-type {
font-size: 54px;
font-weight: normal;
letter-spacing: -6px;
padding-right: 6px;
}
.feature_10_cont h3 span:nth-of-type(2) {
font-size: 30px;
}
.feature_10_cont h3 span:last-of-type {
font-size: 36px;
}
.feature_10_cont p {
text-align: center;
}
.feature_list {
width: 100%;
max-width: 920px;
margin: 30px auto;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.feature_list img {
width: 100%;
max-width: 145px;
margin: 0 10px 30px;
box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}


/* === concern ====================== */
section#concern {
width: 100%;
max-width: 1200px;
margin: 80px auto 0;
}
section#concern h3 {
text-align: center;
font-size: 30px;
line-height: 46px;
}
.concern_cont {
display: flex;
width: 100%;
max-width: 920px;
margin: 30px auto 50px;
align-items: center;
justify-content: space-evenly;
flex-wrap: wrap;
}
.concern_cont p {
position: relative;
width: 50%;
font-size: 20px;
line-height: 40px;
padding-left: 26px;
}
.concern_cont p:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 19px;
height: 19px;
background: url(../img/top/check.png)no-repeat;
background-size: contain;
}

/* === flow ========================= */
section#flow {
background: #f2f4fa;
padding: 50px 0 60px;
margin: 60px 0 0;
}
section#flow h3 {
text-align: center;
font-size: 30px;
line-height: 46px;
}
.flow_box {
width: 100%;
max-width: 1080px;
margin: 60px auto 40px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.flow_cont {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 620px;
}
.flow_block {
display: flex;
align-items: flex-start;
margin-bottom: 40px;
}
.flow_block .number {
display: flex;
justify-content: center;
align-items: center;
background: #10589e;
color: #fff;
width: 40px;
height: 40px;
padding: 16px 16px;
margin-right: 20px;
}
.flow_block .number p {
font-size: 24px;
color: #fff;
}
.flow_block .text p:first-child {
font-size: 20px;
font-weight: bold;
color: #10589e;
padding: 8px 0;
}
.flow_img {
position: relative;
width: 580px;
}
.flow_img img {
width: 38vw;
max-width: 720px;
min-width: 600px;
position: absolute;
top: 0;
left: 0;
}


/* === news ========================= */
.news_box {
width: 100%;
max-width: 1200px;
margin: 60px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.news_list {
width: 100%;
max-width: 710px;
height: 420px;
border: 1px solid #10589e;
padding: 20px 0 10px 40px;
}
.news_pickup {
width: 100%;
max-width: 460px;
height: 420px;
border: 1px solid #10589e;
padding: 20px 20px;
}
.news_list h4, .news_pickup h4 {
font-size: 1.3rem;
line-height: 1.6rem;
font-weight: bold;
color: #10589e;
padding-bottom: 20px;
margin: 0 auto;
text-align: center;
}
.news_pickup p {
font-size: 16px;
}
.news_pickup p span {
font-size: 12px;
}
.news_list .text {
overflow: scroll;
height: 330px;
overflow-x: hidden;
padding: 10px 20px 10px 0;
}
.news_list .text div + div {
margin-top: 20px;
border-top: 1px solid #CCC;
padding-top: 20px;
}
.news_list .text .date {
padding-bottom: 16px;
}
.news_list .text .date span {
font-size: 14px;
padding: 1px 10px;
margin-right: 14px;
}
.news_list .text .date .new {
border: 1px solid #10589e;
color: #10589e;
}
.news_list .text .date .news {
border: 1px solid #019797;
color: #019797;
}
.news_list .text p {
font-size: 14px;
line-height: 1.4;
}
.news_list .text p a {
text-decoration: underline;
}
.news_pickup p span {
font-size: 0.9rem;
color: #ff6464;
font-weight: 600;
margin:  0 0rem 0 -1rem;	
padding: 0 1rem 0 2.2rem;	
text-indent: -1rem;	
}
.news_pickup h5 {
font-size:1.3rem;
line-height: 1.5rem;
text-align: center;
padding:1rem;
color:#10589e;
}	
.news_pickup li {
font-size: 1rem;
line-height: 1.5rem;
text-align: justify;
padding: 0rem 0rem 0rem 1rem ;	
margin: 0 auto;
}

/*キャンペーン*/
/*PC*/
@media only screen and (min-width :768px ){
.pc { display: block !important; }
.sp { display: none !important; }
	
.campaign-flex{
max-width: 1200px;	
flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
display: flex;
justify-content: space-between;
align-items: top;
margin: 2rem auto  3.5rem auto;
	
}	
.campaign-img {
width: 30%;	
margin: 2rem auto  0rem auto;
padding: 0rem 0rem 0rem 0rem;	
text-align: center;
}	
/* 最後のコンテンツを左寄せにする指定 */
.campaign-img :after {
content: "";
display: block;
width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
height: 0;
margin: 0rem 0rem 0rem 0rem;	
}
.campaign-img img{
width: 100%;	
margin: 0rem auto  0rem auto;	
padding: 0rem;
text-align: center;	
}		
	
/*--ブログ　挨拶-----*/	
.campaign-one{
max-width: 1200px;
text-align:center;
margin: 0 auto;
}
.campaign-one img{
width: 96%;
height: auto;
text-align:center;
margin: 1rem 1rem;;
}	
.campaign-pc{
max-width: 1200px;
text-align:center;
margin: 0 auto;
display: flex;
}
.campaign-pc img{
max-width: 46.75%;
height: auto;
text-align:center;
margin: 1rem 1rem;;
}
.campaign{
max-width: 1200px;
text-align:center;
margin: 0 auto;
display: flex;
}
.campaign img{
max-width: 90%;
height: auto;
text-align:center;
margin: 1rem 1rem;
}

.philosophy-bana{
max-width: 100%;
height: auto;
text-align:center;
margin: 3rem auto 1rem auto;
}   
.philosophy-bana img{
max-width: 50%;
height: auto;
text-align:center;
margin: 2rem auto 1rem auto;
}       


}
/*----------------------------------------*/
/*SP--------------------------------------*/
/*----------------------------------------*/
@media only screen and (max-width: 768px){
.pc { display: none !important;}
.sp { display: block !important;}   	

/*---mainimg------*/
.fv_cont {
width: 100%;
/*max-width: 1500px;*/
margin: 4rem auto 0 auto;
}	

/*---キャンペーン------*/
.campaign-flex{
max-width: 94%;
text-align:center;
margin: 0rem auto  0rem auto;
display: block;
	
}	
.campaign-img {
width: 100%;	
margin: 0rem auto  0rem auto;
padding: 0rem 0rem 0rem 0rem;	
text-align: center;
}	
/* 最後のコンテンツを左寄せにする指定 */
.campaign-img :after {
content: "";
display: block;
width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
height: 0;
margin: 0rem auto  0rem auto;
}
.campaign-img img{
max-width: 90%;
text-align:center;
margin: 0rem auto  2rem auto;
}		
	
/*---ブログ　挨拶------*/
.campaign{
max-width: 94%;
text-align:center;
margin: 0 auto;
display: block;
}
.campaign img{
max-width: 90%;
text-align:center;
margin: 1rem 1rem;;
}
.philosophy-bana{
max-width: 100%;
height: auto;
text-align:center;
margin: 1rem auto 1rem auto;
}   
.philosophy-bana img{
max-width: 90%;
height: auto;
text-align:center;
margin: 1rem auto 1rem auto;
}       

/*どこもおなじと----------------*/
section#feature {
width: 92%;
padding: 7px 0 7px;
font-size: 5vw;
line-height: 1.5;
}	
section#feature h2 {
width: 92%;
padding: 7px 0 7px;
font-size: 5vw;
line-height: 1.5;
}
.feature_cont {
width: 96%;
max-width: 100%;
margin: 10px 0rem 10px 0.75rem;
}
.feature_cont p {
font-size: 1.6rem;
line-height: 1.3;
}
.feature_cont p span {
font-size: 5vw;
}
.feature_cont img {
top: -15px;
right: 0rem;
width: 32vw;
}
.point_cont {
flex-direction: column;
}
.point_cont > div {
display: flex;
align-items: center;
padding: 0 0 10px;
max-width: 92vw;
border: 2px solid #10589e;
text-align: left;
border-radius: 10px;
}
.point_cont > div:nth-child(even) {
padding: 20px 0;
}
.point_cont > div > span {
border-left: 1px solid #10589e;
}
.point_cont > div > span:first-child {
transform: rotate(135deg);
}
.point_cont > div > span:last-child {
transform: rotate(45deg);
}
.point_cont > div img {
width: 50px;
margin: 0 25px;
}
.point_cont > div h4 {
font-size: 4vw;
line-height: 1.4;
padding: 10px 0 6px 0;
}
.point_cont > div h4 span {
font-size: 4.8vw;
}
.point_cont > div p {
font-size: 1rem;
line-height: 1.4;
padding: 0.25rem 0.75rem 0.25rem 0;
text-align: justify;	
}
/*-------------------------------*/
section#feature_10 {
width: 100%;
background: url(../img/top/sp_bg_patient.webp) no-repeat bottom right ,#f2f4fa;
padding: 30px 0 60vw;
margin: 0 auto;
background-size: 100%;
}
.feature_10_cont h3 {
text-align: center;
font-weight: 600;
font-size: 1.4rem;
line-height: 1.2;
margin-bottom: 10px;
}
.feature_10_cont h3 span:first-of-type {
font-size: 5.5rem;
}
.feature_10_cont h3 span:nth-of-type(2) {
font-size: 3rem;
}
.feature_10_cont h3 span:last-of-type {
font-size: 3.5rem;
}
.feature_10_cont p {
font-size: 1.1rem;
line-height: 1.5rem;
text-align: center;
}
.feature_list {
max-width: 90%;
margin: 10px auto 30px;
}
.feature_list img {
width: 100%;
max-width: 44%;
height: auto;
margin: 6px 0 10px;
}

/*---------------*/
section#flow {
width: 100%;
padding: 30px 0 30px;
margin: 20px 0 0;
}
section#flow h3 {
text-align: center;
font-size: 6vw;
line-height: 7vw;
}
.flow_box {
width: 100%;
max-width: 100%;
margin: 20px auto 0;
flex-direction: column;
}
.flow_block {
width: 92vw;
margin: 0 auto 20px;
}
.flow_cont {
width: 100vw;
order: 2;
margin: 20px 0 0;
}
.flow_block {
width: 92vw;
margin: 0 auto 24px;
}
.flow_block .number {
width: 40px;
height: 40px;
padding: 13px 12px 11px;
margin-right: 10px;
}
.flow_block .number p {
font-size: 1.75rem;
}
.flow_block .text p:first-child {
font-size: 5.5vw;
padding: 0 0 10px;
line-height: 1.0;
}
.flow_block .text p:last-child {
font-size: 1rem;
line-height: 1.5rem;
padding: 0rem 1rem 0rem 0rem;
}
.flow_img {
position: relative;
width: 100%;
order: 1;
}
.flow_img img{
position: relative;
width: 100%;
order: 1;
}
.flow_box img {
position: relative;
width: 100%;
min-width: 100%;
}

	
/*----------------*/
section#concern {
width: 100%;
max-width: 100%;
margin: 40px auto 0;
}
section#concern h3 {
text-align: center;
font-size: 6vw;
line-height: 7vw;
}
.concern_cont {
width: 90vw;
max-width: 100%;
margin: 20px auto;
align-items: flex-start;
justify-content: space-evenly;
flex-wrap: wrap;
flex-direction: column;
}
.concern_cont p {
position: relative;
width: 100%;
font-size: 1.1rem;
line-height: 1.7;
padding: 3px 0 3px 20px;
margin: 0 0 0 0.5rem;
}
.concern_cont p:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 16px;
height: 16px;
background: url(../img/top/check.png)no-repeat;
background-size: contain;
}

	
	
	
/*------------------------*/	
.news_box {
width: 92%;
margin: 30px auto;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.news_list {
width: 100%;
height: auto;
padding: 10px 0 10px 20px;
}

.news_list h4 {
font-size:1.35rem;
line-height: 1.7rem;
text-align: center;
padding:0.25rem 1rem 1rem 0rem;
}	
.news_list .text {
height: 315px;
padding: 10px 10px 0px 0;
}
.news_list .text div + div {
margin-top: 14px;
padding-top: 16px;
}
.news_list .text .date {
padding-bottom: 10px;
font-size: 3.5vw;
}
.news_list .text .date span {
font-size: 2.8vw;
padding: 1px 6px;
margin-right: 8px;
}
.news_list .text .date .new {
border: 1px solid #10589e;
color: #10589e;
}
.news_list .text .date .news {
border: 1px solid #019797;
color: #019797;
}
.news_list .text p {
font-size: 1.3rem;
line-height: 1.5rem;
}
.news_list .text p a {
text-decoration: underline;
}	
	
.news_pickup {
max-width: 100%;
height: auto;
padding: 10px 10px;
margin-top: 30px;
}	
.news_pickup h4 {
font-size:1.35rem;
line-height: 1.7rem;
text-align: center;
padding:0.25rem 0.5rem 0rem 0.5rem;
}
.news_pickup p {
font-size: 1rem;
line-height: 1.3rem;
padding: 1rem;
text-align: justify;
}
.news_pickup p span {
font-size: 0.9rem;
color: #ff6464;
font-weight: 600;
margin:  0 0rem 0 -1rem;	
padding: 0 0.25rem 0 0.25rem;	
text-indent: -1rem;	
}
.news_pickup h5 {
font-size:1.3rem;
line-height: 1.5rem;
text-align: center;
padding:1rem;
color:#10589e;
}	
.news_pickup li {
font-size: 1rem;
line-height: 1.5rem;
text-align: justify;
padding: 0rem 0rem 0rem 1rem ;	
}



/*---コロナ----------*/
#covid-19_text {
width: 90vw;
margin: 40px auto;
text-align: left;
}
#covid-19_text h3 {
font-size: 5vw;
text-align: left;
width: 90vw;
margin-bottom: 10px;
}
#covid-19_text h3:after {
right: 0;
}
#covid-19_text p {
width: 90vw;
padding: 10px;
font-size: 4.2vw;
line-height: 1.7;
text-align: justify;
font-feature-settings: "palt";
}
#covid-19_text a {
width: 90vw;
padding: 10px;
font-size: 3vw;
line-height: 1.7;
text-align: justify;
font-feature-settings: "palt";
color: #007AAD;
}	



}	









/*--tab-------------------
@media screen and (min-width: 600px) and (max-width: 1024px) {
.fv_cont {
width: 100%;
max-width: 1500px;
margin: -2rem auto 0 auto;
}	
@media screen and (min-width: 600px) and (max-width: 1024px) {
.fv_cont p {
font-size: 12px;
}
}


@media screen and (min-width: 600px) and (max-width: 1024px) {
section#feature h2 {
width: 92%;
padding: 7px 0 7px;
font-size: 3.2vw;
line-height: 1.5;
}
.feature_cont {
width: 88%;
max-width: 100%;
margin: 10px 8vw;
}
.feature_cont p {
font-size: 3vw;
line-height: 1.3;
}
.feature_cont p span {
font-size: 5vw;
}
.feature_cont img {
top: -26px;
right: 4vw;
width: 32vw;
}
.point_cont {
flex-direction: column;
}
.point_cont > div {
display: flex;
align-items: center;
padding: 10px 0 20px;
max-width: 88vw;
border: 1px solid #10589e;
text-align: left;
border-radius: 10px;
}
.point_cont > div:nth-child(even) {
padding: 20px 0;
}
.point_cont > div > span {
border-left: 1px solid #10589e;
}
.point_cont > div > span:first-child {
transform: rotate(135deg);
}
.point_cont > div > span:last-child {
transform: rotate(45deg);
}
.point_cont > div img {
width: 80px;
margin: 0 60px 0 100px;
}
.point_cont > div h4 {
font-size: 24px;
line-height: 1.4;
padding: 10px 0 6px 0;
}
.point_cont > div h4 span {
font-size: 36px;
}
.point_cont > div p {
font-size: 18px;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
#covid-19_text {
width: 90vw;
margin: 40px auto;
text-align: left;
}
#covid-19_text h3 {
font-size: 18px;
text-align: left;
width: 90vw;
margin-bottom: 10px;
}
#covid-19_text h3:after {
right: 0;
}
#covid-19_text p {
width: 90vw;
padding: 20px;
font-size: 14px;
}
#covid-19_text a {
width: 90vw;
padding: 10px;
font-size: 3vw;
line-height: 1.7;
text-align: justify;
font-feature-settings: "palt";
color: #007AAD;
}	
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
.news_box {
width: 92vw;
margin: 30px auto;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.news_list {
width: 100%;
max-width: 100%;
height: 380px;
padding: 10px 0 0px 20px;
}
.news_pickup {
max-width: 100%;
height: auto;
padding: 10px 10px;
margin-top: 30px;
}
.news_list h4, .news_pickup h4 {
font-size: 20px;
padding-bottom: 0px;
line-height: 1.6;
}
.news_pickup p {
font-size: 14px;
}
.news_pickup p span {
font-size: 12px;
}
.news_list .text {
height: 315px;
padding: 10px 10px 0px 0;
}
.news_list .text div + div {
margin-top: 14px;
padding-top: 16px;
}
.news_list .text .date {
padding-bottom: 10px;
font-size: 16px;
}
.news_list .text .date span {
font-size: 14px;
padding: 1px 6px;
margin-right: 8px;
}
.news_list .text .date .new {
border: 1px solid #10589e;
color: #10589e;
}
.news_list .text .date .news {
border: 1px solid #019797;
color: #019797;
}
.news_list .text p {
font-size: 14px;
line-height: 1.6;
}
.news_list .text p a {
text-decoration: underline;
}
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {
.flow_img img {
width: 38vw;
max-width: 720px;
min-width: 600px;
position: absolute;
top: 0;
left: auto;
right: 0;
}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
section#flow {
padding: 30px 0 10px;
margin: 20px 0 0;
}
section#flow h3 {
text-align: center;
font-size: 30px;
line-height: 42px;
}
.flow_box {
width: 100%;
max-width: 100%;
margin: 20px auto 0;
flex-direction: column;
}
.flow_block {
width: 92vw;
margin: 0 auto 20px;
}
.flow_cont {
width: 84vw;
order: 2;
margin: 20px auto 0;
}
.flow_block {
width: 84vw;
margin: 0 auto 24px;
}
.flow_block .number {
width: 30px;
height: 30px;
padding: 13px 12px 11px;
margin-right: 10px;
}
.flow_block .number p {
font-size: 24px;
}
.flow_block .text p:first-child {
font-size: 20px;
padding: 0 0 10px;
}
.flow_block .text p:last-child {
font-size: 16px;
line-height: 1.6;
}
.flow_img {
position: relative;
width: 100%;
order: 1;
}
.flow_box img {
position: relative;
width: 100vw;
min-width: 100vw;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
section#concern {
width: 100%;
max-width: 100%;
margin: 40px auto 0;
}
section#concern h3 {
text-align: center;
font-size: 30px;
line-height: 42px;
}
.concern_cont {
width: 88vw;
max-width: 100%;
margin: 20px auto;
align-items: flex-start;
justify-content: space-evenly;
flex-wrap: wrap;
}
.concern_cont p {
position: relative;
width: 50%;
font-size: 16px;
line-height: 1.7;
padding: 3px 0 3px 26px;
}
.concern_cont p:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 19px;
height: 19px;
background: url(../img/top/check.png)no-repeat;
background-size: contain;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
#nav ul {
width: 100%;
max-width: 100%;
margin: 30px auto;
display: flex;
align-items: center;
flex-wrap: wrap;
}
#nav ul li {
margin-bottom: 20px;
}
#nav ul li:not(:nth-child(3n + 1)) {
margin-left: 20px;
}
#nav ul li:nth-child(3n + 1) {
margin-left: 0;
}
#nav ul li a {
position: relative;
display: block;
padding: 6px 0;
line-height: 1.5;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
section#feature_10 {
background: url(../img/top/sp_bg_patient.webp) no-repeat bottom right ,#f2f4fa;
padding: 30px 0 20vw;
margin: 0;
background-size: 76vw;
}
.feature_10_cont h3 {
text-align: center;
font-size: 20px;
line-height: 1.2;
font-weight: normal;
margin-bottom: 10px;
}
.feature_10_cont h3 span:first-of-type {
font-size: 60px;
}
.feature_10_cont h3 span:nth-of-type(2) {
font-size: 30px;
}
.feature_10_cont h3 span:last-of-type {
font-size: 46px;
}
.feature_10_cont p {
text-align: center;
font-size: 16px;
}
.feature_list {
max-width: 92vw;
margin: 20px auto 80px;
justify-content: flex-start;
}
.feature_list img {
width: 100%;
max-width: 17.8vw;
margin: 6px 2.6vw 20px;
}
}

}
----------*/