@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


.contentsListSection {
margin-bottom: 4em;
}


.contentsListSection .contentsList > li > span,
.contentsListSection .contentsList > li > a {
background-color: #fff;
background-image: url("../../../common/images/fig_triangle002.svg");
background-position: right 15px center;
border-radius: 0;
border-bottom: 1px solid #e08090;
padding: 10px 0;
}
.contentsListSection .contentsList .title {
padding: 0 0 0 13px;
margin-bottom: 0;
}

.contentsListSection .contentsList > li {
margin-bottom: 2em;
float: none;
width: 100%;
}

/* for PC */
@media screen and (min-width: 1201px) {
	
	.contentsListSection .contentsList > li > span,
	.contentsListSection .contentsList > li > a {
	padding: 15px 0;
	}

	.contentsListSection .contentsList > li {
	margin-bottom: 3em;
	}

}






/* ============================
		bosyuListSection
 ============================ */

.bosyuListSection {
}

.bosyuListSection .bosyuList {
}

.bosyuListSection .bosyuList li {
margin-bottom: 1em;
}

.bosyuListSection .bosyuList a {
display: table;
width: 100%;

}

.bosyuListSection .bosyuList a span {
display: table-cell;
height: 3.5em;
vertical-align: middle;
font-size: 1.6rem;
color: #e58095;
line-height: 1.75em;
padding: 1em 1em 1em 0em;
border: 1px solid #e58095;
border-radius: 0;
background-image: url("../../../common/images/arrow001.svg");
background-repeat: no-repeat;
background-position: right 15px center;
text-align: center;
}

.bosyuListSection .bosyuList a:hover {
opacity: 1;
}

.bosyuListSection .bosyuList a:hover span {
background-color: #e58095;
color: #fff;
background-image: url("../../../common/images/arrow002.svg");
}

.bosyuListSection a {
display: block;
}

.bosyuListSection a .common_h3 .inner {
background-image: url("../../../common/images/fig_triangle002.svg");
background-repeat: no-repeat;
background-position: right center;
}

.bosyuListSection a .common_h3 {
margin-bottom: 6em !important;
}

.bosyuListSection .telphoneCall {
font-size: 2.8rem;
font-weight: bold;
margin-bottom: 0.5em;
line-height: 1.0em;
margin-left: 0.75em;
}

.bosyuListSection .telphoneCall a {
font-size: 2.8rem;
font-weight: bold;
line-height: 1.0em;
}


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

    .bosyuListSection .bosyuList {
    margin: 0 20px;
    }

    .bosyuListSection .bosyuList li {
    margin-bottom: 40px;
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(even) {
    margin-right: 0;
    float: right;
    }

    .bosyuListSection .bosyuList li:nth-child(odd) {
    clear: both;
    }


}



/* for PC */
@media screen and (min-width: 1201px) {

    .bosyuListSection .bosyuList li {
    margin-bottom: 40px;
    float: left;
    width: calc(33.33333% - 27px);
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(3n) {
    margin-right: 0;
    }

    .bosyuListSection .bosyuList li:nth-child(3n+1) {
    clear: both;
    }

    .bosyuListSection .bosyuList a span {
    font-size: 1.8rem;
    }

}



/* ============================
		applicationSection
 ============================ */

.applicationSection .topsPhoto {
text-align: center;
}

.applicationSection .topsPhoto img {
width: 100%;
max-width: 800px;
}

.applicationSection .topsPhoto .caption {
margin-top: 1em;
}

.applicationSection .applicationTable th {
width: 10em;
}

.applicationSection .applicationTable td {
width: calc(100% - 10em);
}


/* for SP */
@media screen and (max-width: 767px) {

	.applicationSection .applicationTable.nurseApplication th {
	width: 6em;
	}

}



/* ============================
		other
 ============================ */


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
