#wrap {width:100%;height:auto;background:#fff;}

#main_img {margin-top:53px;width:100%;height:auto;}
#main_img img {width:100%;height:auto;}

#sub_img {width:100%;height:auto;}
#sub_img img {width:100%;height:auto;}

#title_01 {width:100%;height:auto;box-sizing:border-box;}
#title_01 .title_text {padding-top:38px;font-size:1.8em;color:#9ad4cd;}
#title_01 .subtitle_text {padding-bottom:38px;font-size:0.8em;color:#4c4c4c;}

.sub_01 {margin:0 auto 12px;width:calc(100% - 24px);height:173px;background:#ebebeb;}
.sub_01 .sub_01_text {float:left;width:((100% - 173px) / 2);padding:10px 0 0 23px;font-size:9px;text-align:left;box-sizing:border-box;}
.sub_01 .sub_01_text p.first {margin-top:10px;}
.sub_01 .sub_01_text p {line-height:140%;font-size:8px;}
.sub_01 .sub_01_text p span {margin-left:5px;font-size:15px;}
.sub_01 .sub_01_text p.first span {margin-left:5px;font-size:8px;}
.sub_01 .sub_01_photo {float:right;width:173px;height:173px;}
.sub_01 .sub_01_photo img {width:173px;height:173px;}

#nurse {margin-top:8px;width:100%;height:940px;padding:0 10px;background:#ebebeb;box-sizing:border-box;}
#nurse #title_02 {width:100%;height:auto;background:none;box-sizing:border-box;}
#nurse #title_02 .title_text {padding-top:38px;font-size:1.8em;color:#9ad4cd;}
#nurse #title_02 .subtitle_text {padding-bottom:38px;font-size:0.8em;color:#4c4c4c;}
#nurse .nurse_area {width:100%;height:auto;}
#nurse .nurse_area li {float:left;width:calc(50% - 6px);height:173px;margin-right:12px;}
#nurse .nurse_area li:nth-child(odd) {margin-top:12px;}
#nurse .nurse_area li:nth-child(even) {margin-top:12px;margin-right:0;}
#nurse .nurse_area li:nth-child(1),
#nurse .nurse_area li:nth-child(2) {margin-top:0;}
#nurse .nurse_area li img {vertical-align:top;width:100%;height:114px;}
#nurse .nurse_area li div {width:100%;height:59px;padding-top:15px;background:#888888;box-sizing:border-box;}
#nurse .nurse_area li div p {line-height:180%;color:#fff;}
#nurse .nurse_area li div p.title {font-size:0.75em;}
#nurse .nurse_area li div p.name {font-size:0.75em;}

#nurse:after {content:"";display:block;clear:both;}

@media screen and (max-width:359px) {
	.sub_01 .sub_01_text {width:((100% - 140px) / 2);padding-left:15px;}
	.sub_01 .sub_01_photo {float:right;width:140px;height:173px;}
	.sub_01 .sub_01_photo img {width:140px;height:173px;}
}