@charset "utf-8";

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* REASON */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

@media (max-width: 600px) {
  .service_box {
    width:100%;
  }
  .service_box:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
  }
	.service_rec{
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}
	.service_rec a{
	content: "";
	display: block;
    clear:both;
	padding: 20px 10px ;
	border: 1px solid #6aadcc;
	}
	.service_rec a img{
	float: right;
	width: 30%;
	}
	.service_rec a:hover{
		background:#eaf4f9;
	}
	div.service_rec .bigicon_arrow03{
		text-decoration: underline;
	}
	.fontb{
		color: #000000;
	}
    #service_main .box_all .service_img{
        margin: -5px 0 0 0 ;
        text-align: right;
    }
    .service_box .service_office_img img{
        width: 100%;
    }
    .service_box .box_all .box_office{
        position: relative;
        height: 430px;
    }
    .service_box .box_all .box_office2{
        position: relative;
        height: 270px;
    }
    .service_box .box_all .box_office .box_2_5:nth-child(1),
    .service_box .box_all .box_office2 .box_2_5:nth-child(1){
        position: absolute;
        bottom: 0;
    }
    .service_box .box_all .box_office .box_2_5:nth-child(2){
        position: absolute;
        top: 0;
    }
    .kaigai_pc{
        display: none;
    }
    .hospital_pqs {
        margin: 0 auto;
    }
    .hospital_pqs img{
        width: 100%;
    }
    .hospital_pqsh4{
        background-color: #6bc8d7;
        color: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
        padding: 20px 0;
    }
    .hospital_pqs .box_3{
        margin-bottom: 26px;
    }
    .hospital_pqs .box_3 p{
        font-size: 18px;
        text-align: center;
        padding: 16px 0;
    }
    .hospital_pqs .box_3 ul {
        margin-top: 10px;
    }
    .hospital_pqs .box_3 ul li{
        position: relative;
        line-height: 1.8;
        margin-left: 17px;
    }
    .hospital_pqs .box_3 ul li::before{
        content: "●";
        color: #6bc8d7;
        position: absolute;
        left: -18px;
    }
    ul.transport {
        width:100%;
        height: auto;
        margin: 20px auto 10px;
    }
    ul.transport::after {
        content: "";
        clear: both;
        display: block;
    }
    ul.transport li{
        float: left;
        color: #fff;
        position: relative;
        font-weight: bold;
        background-color: #8ec21f;
        font-size: 12px;
        border-radius: 14px;
        padding: 4px 6px;
        margin: 0 20px 10px 0;
    }
    ul.transport li::after{
        content: "";
        position: absolute;
        top: 10px;
        right: -20px;
        width: 20px;
        height: 20px;
        background-image: url(../service/hospital/images/index_ph07.gif);
        background-size: 20px;
        background-repeat: no-repeat;
    }
    ul.transport li:last-child::after{
        content: none;
    }
    ul.transport li:last-child{
        margin-right: 0px;
    }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .service_box {
    width:100%;
  }
  .service_box:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
  }
	.service_rec{
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
	}
	.service_rec a{
	content: "";
	display: block;
    clear:both;
	padding: 20px 0px 20px 10px ;
	border: 1px solid #6aadcc;
	}
	.service_rec a img{
	float: right;
	width: 24%;
	margin-top: -10px;
	}
	.service_rec a:hover{
		background:#eaf4f9;
	}
	div.service_rec .bigicon_arrow03{
		text-decoration: underline;
	}
	.fontb{
		color: #000000;
	}
    #service_main .box_all .service_img{
        margin: -10px 0 0 0 ;
        text-align: right;
    }
    .service_box .service_office_img img{
        width: 100%;
    }
    .kaigai_sp{
        display: none;
    }
    .hospital_pqs img{
        width: 100%;
    }
    .hospital_pqsh4{
        background-color: #6bc8d7;
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-weight: normal;
        padding: 28px 0;
    }
    .hospital_pqs .box_3 p{
        font-size: 20px;
        text-align: center;
        padding: 30px 0;
    }
    .hospital_pqs .box_3 ul {
        margin-top: 10px;
    }
    .hospital_pqs .box_3 ul li{
        position: relative;
        line-height: 1.8;
        margin-left: 17px;
    }
    .hospital_pqs .box_3 ul li::before{
        content: "●";
        color: #6bc8d7;
        position: absolute;
        left: -19px;
    }
    ul.transport {
        max-width: 720px;
        width:100%;
        height: auto;
        margin: 20px auto 10px;
    }
    ul.transport::after {
        content: "";
        clear: both;
        display: block;
    }
    ul.transport li{
        float: left;
        color: #fff;
        position: relative;
        font-weight: bold;
        background-color: #8ec21f;
        font-size: 14px;
        border-radius: 20px;
        padding: 5px 10px;
        margin-right: 20px;
    }
    ul.transport li::after{
        content: "";
        position: absolute;
        top: 10px;
        right: -20px;
        width: 20px;
        height: 20px;
        background-image: url(../service/hospital/images/index_ph07.gif);
        background-size: 20px;
        background-repeat: no-repeat;
    }
    ul.transport li:last-child::after{
        content: none;
    }
    ul.transport li:last-child{
        margin-right: 0px;
    }
}

@media (min-width: 1001px) {
  .service_box {
    width:100%;
  }
  .service_box:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
  }
	.service_rec{
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
	}
	.service_rec a{
	content: "";
	display: block;
    clear:both;
	padding: 20px 30px 20px 10px;
	border: 1px solid #6aadcc;
	}
	.service_rec a img{
	float: right;
	width: 24%;
	margin-top: -10px;
	}
	.service_rec a:hover{
		background:#eaf4f9;
	}
	div.service_rec .bigicon_arrow03{
		text-decoration: underline;
	}
	.fontb{
		color: #000000;
	}
    #service_main .box_all .service_img{
        padding: 0 20px 0 0 ;
        margin: -20px 0 0 0 ;
        text-align: right;
    }
    .service_box .text_c .btn02_l{
        padding: 10px 70px;
    }
    .kaigai_sp{
        display: none;
    }
    .hospital_pqs img{
        width: 100%;
    }
    .hospital_pqsh4{
        background-color: #6bc8d7;
        color: #fff;
        font-size: 36px;
        text-align: center;
        font-weight: normal;
        padding: 28px 0;
    }
    .hospital_pqs .box_3{
        width: 260px;
    }
    .hospital_pqs .box_3:first-child{
        padding-left: 95px;
    }
    .hospital_pqs .box_3 p{
        font-size: 26px;
        text-align: center;
        padding: 30px 0;
    }
    .hospital_pqs .box_3 ul {
        margin-top: 10px;
    }
    .hospital_pqs .box_3 ul li{
        position: relative;
        line-height: 1.8;
        margin-left: 17px;
    }
    .hospital_pqs .box_3 ul li::before{
        content: "●";
        color: #6bc8d7;
        position: absolute;
        left: -19px;
    }
    ul.transport {
        width: 720px;
        height: auto;
        margin: 20px auto 10px;
    }
    ul.transport::after {
        content: "";
        clear: both;
        display: block;
    }
    ul.transport li{
        float: left;
        color: #fff;
        position: relative;
        font-weight: bold;
        background-color: #8ec21f;
        font-size: 14px;
        border-radius: 20px;
        padding: 5px 10px;
        margin-right: 20px;
    }
    ul.transport li::after{
        content: "";
        position: absolute;
        top: 10px;
        right: -20px;
        width: 20px;
        height: 20px;
        background-image: url(../service/hospital/images/index_ph07.gif);
        background-size: 20px;
        background-repeat: no-repeat;
    }
    ul.transport li:last-child::after{
        content: none;
    }
    ul.transport li:last-child{
        margin-right: 0px;
    }
}

