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

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

html{ height:100%;}
body{ padding:0; height:100%;}


article {margin-top: 0px;}

header {
background-color: transparent;
}

/* common */

.commonTop_h2 {
font-size: 2.4rem;
font-weight: bold;
text-align: center;
line-height: 1.5em;
margin-bottom: 1em;
}
.commonTop_h2 .script {
display: block;
font-size: 1.4rem;
text-align: center;
font-weight: normal;
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
color: #999;
}

article a,
main a {
color: #000;
}


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

    .commonTop_h2 {
    font-size: 2.8rem;
    }
    .commonTop_h2 .script {
    font-size: 1.6rem;
    }

}



/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
height: 100vh;
}

.mainVisualSection .fit {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.mainVisualSection .fitsize {
position: absolute;
}

.mainVisualSection h1 {
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
font-weight: bold;
font-size: 30px;
line-height: 2.0;
padding: 0em .5em 1em .5em;
margin: 0;
position: relative;
z-index: 10;
text-align: center;
text-shadow:0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
top: -110px;
}



.mainVisualSection .contactBlockList {
margin: 20px 15px 0 15px;
border: 1px solid #ccc;
padding: 0;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.mainVisualSection .contactBlockList ul {
}

.mainVisualSection .contactBlockList li {
}

.mainVisualSection .contactBlockList a {
display: block;
}

.mainVisualSection .contactBlockList .call a {
text-align: center;
}
.mainVisualSection .contactBlockList .call a span {
display: inline-block;
background-image: url("../images/fig_call001.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: auto 25px;
padding-left: 35px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2.5em;
}

.mainVisualSection .contactBlockList .news a {
background-color: #f5e9d8;
text-align: center;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.mainVisualSection .contactBlockList .news a span {
display: inline-block;
background-image: url("../images/fig_news001.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: auto 22px;
padding-left: 50px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2.5em;
}


.mainVisualSection .forResident {
margin: 20px 15px 20px 15px;
border: 1px solid #ccc;
padding: 0;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.mainVisualSection .forResident a {
display: table;
width: 100%;
}

.mainVisualSection .forResident a span {
display: table-cell;
vertical-align: middle;
height: 90px;
background-image: url("../images/bg_bnr_resident001.webp");
background-repeat: no-repeat;
background-position: left -5px center;
background-size: 125px auto;
box-sizing: border-box;
padding-left: 140px;
line-height: 1.5em;
font-size: 1.8rem;
font-weight: bold;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

/* support scholarship */

.mainVisualSection .scholarship {
margin: 20px 15px 20px 15px;
border: 1px solid #ccc;
padding: 0;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.mainVisualSection .scholarship a {
display: table;
width: 100%;
}

.mainVisualSection .scholarship a span {
display: table-cell;
vertical-align: middle;
height: 90px;
background-image: url("../images/bg_bnr_scholarship001 .webp");
background-repeat: no-repeat;
background-position: left -5px top;
background-size: 125px auto;
box-sizing: border-box;
padding-left: 140px;
line-height: 1.5em;
font-size: 1.8rem;
font-weight: bold;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}


.mainVisualSection .scholarship002 {
margin: 20px 15px 20px 15px;
border: 1px solid #ccc;
padding: 0;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff5f9;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.mainVisualSection .scholarship002 a {
display: block;
}

.mainVisualSection .scholarship002 figure {
text-align: center;
}

.mainVisualSection .scholarship002 figure img {
width: 170px;
padding: 5px 0 5px 0;
}


/* instagram toyama-inchou */

.mainVisualSection .instagramInMainvisual {
margin: 20px 15px 20px 15px;
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}


.mainVisualSection .instagramInMainvisual a {
display: block;
padding: 25px 0px 25px 80px;
background-image: url("../images/icon_instagram001.svg");
background-size: 40px;
background-repeat: no-repeat;
background-position: left 20px center;
font-size: 1.8rem;
font-weight: bold;
}






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

	.otherBlock {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	}

}


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

    .mainVisualSection h1 {font-size: 40px;}

    .mainVisualSection .contactBlockList {
    position: absolute;
    bottom: 50px;
    left: calc(50% + 255px);
    width: 320px;
    border: none;
    }

    .mainVisualSection .contactBlockList a:hover {
    background-color: #74582e;
    color: #fff;
    opacity: 1;
    }
    .mainVisualSection .contactBlockList .call a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }
    .mainVisualSection .contactBlockList .call a:hover span {
    background-image: url("../images/fig_call001on.svg");
    }
    .mainVisualSection .contactBlockList .news a:hover span {
    background-image: url("../images/fig_news001on.svg");
    }

	.mainVisualSection h1 {
	top: -30px !important;
	}


	/* forResident */
	.mainVisualSection .forResident {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 600px);
	margin: 0;
	width: 360px;
	border: 5px solid #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}

	.mainVisualSection .forResident a span {
	font-size: 2.2rem;
	height: 80px;
	}

	/* support scholarship */

	.mainVisualSection .scholarship {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 220px);
	margin: 0;
	width: 360px;
	border: 5px solid #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}

	.mainVisualSection .scholarship a span {
	font-size: 2.2rem;
	height: 80px;
	}


	.mainVisualSection .scholarship002 {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 220px);
	margin: 0;
	width: 200px;
	border: none;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}

	.mainVisualSection .scholarship002 figure img {
	width: 170px;
	padding: 7px 0 8px 0;
	}

	/* support scholarship */

	.mainVisualSection .scholarship {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 220px);
	margin: 0;
	width: 360px;
	border: 5px solid #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}

	.mainVisualSection .scholarship a span {
	font-size: 2.2rem;
	height: 80px;
	}


	.mainVisualSection .scholarship002 {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 220px);
	margin: 0;
	width: 200px;
	border: none;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}

	.mainVisualSection .scholarship002 figure img {
	width: 170px;
	padding: 7px 0 8px 0;
	}


	/* instagram toyama-inchou */

	.mainVisualSection .instagramInMainvisual {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 220px);
	left: 460px;
	margin: 0;
	border: 5px solid #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	}


	.mainVisualSection .instagramInMainvisual a {
	display: grid;
	align-items: center;
	height: 80px;
	padding: 0 20px 0 90px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3em;
	}




}

@media screen and (min-width: 1501px) {

    .mainVisualSection .contactBlockList {
    left: calc(100% - 390px);
    }

	.mainVisualSection .forResident {
	left: 70px;
	}

	.mainVisualSection .scholarship {
	left: 460px;
	}

	.mainVisualSection .scholarship002 {
	left: 460px;
	}

}


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

	.otherBlock {
	bottom: 40px;
	}

	.mainVisualSection .forResident {
	float: left;
	width: calc(50% - 30px);
	box-sizing: border-box;
	margin-bottom: 0px;
	}

	.mainVisualSection .scholarship {
	float: left;
	width: calc(50% - 30px);
	box-sizing: border-box;
	margin-bottom: 0px;
	}

	.mainVisualSection .scholarship002 {
	float: left;
	width: calc(50% - 30px);
	box-sizing: border-box;
	margin-bottom: 0px;
	}

	.mainVisualSection .contactBlockList {
	float: right;
	width: calc(50% - 30px);
	box-sizing: border-box;
	}

}


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

	.mainVisualSection h1 {
	top: 0px;
	}

}





/* ============================
		mainMenuSection
 ============================ */

.mainMenuSection {
position: relative;
padding-top: 2em;
padding-bottom: 3em;
background-image: url("../images/bg_main_menu001.webp");
background-repeat: no-repeat;
background-position: center top;
background-size: auto 500px;
}

.mainMenuSection .smartContainer {
position: relative;
}

.mainMenuSection .mainMenuInstagram001 {
position: absolute;
top: -50px;
right: 15px;
background-image: url("../../common/images/mark002.svg");
background-repeat: no-repeat;
background-position: right center;
padding-right: 6px;
background-color: #fff;
border-radius: 5px;
}
.mainMenuSection .mainMenuInstagram001 a {
display: inline-block;
background-image: url("../images/icon_instagram001.svg");
background-repeat: no-repeat;
background-position: left 12px center;
background-size: 24px;
line-height: 26px;
padding: 10px 10px 10px 45px; 
}


.mainMenuSection .mainMenuInstagram002 {
margin: 1em 0 3em 0;
text-align: right;
background-image: url("../../common/images/mark002.svg");
background-repeat: no-repeat;
background-position: right 10px center;
}
.mainMenuSection .mainMenuInstagram002 a {
display: inline-block;
background-image: url("../images/icon_instagram001.svg");;
background-repeat: no-repeat;
background-position: left 15px center;
background-size: 24px;
padding-left: 34px;
line-height: 26px;
box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;
padding: 10px 30px 10px 50px;
border-radius: 5px;
}



.mainMenuSection .menuList {
}

.mainMenuSection .menuList ul {
width: 320px;
margin: 0 auto;

}

.mainMenuSection .menuList li {
float: left;
width: 160px;
vertical-align: top;
text-align: center;
margin-bottom: 20px;
}
.mainMenuSection .menuList li:nth-child(odd) {
clear: both;
}


.mainMenuSection .menuList li a {
display: table;
width: 140px;
height: 140px;
background-repeat: no-repeat;
background-position: top 15px center;
background-size: 73px auto;
background-color: #fff;
border-radius: 5px;
box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;
box-sizing: border-box;
padding-top: 90px;
}
.mainMenuSection .menuList li a span {
display: table-cell;
height: 2.5em;
vertical-align: middle;
font-size: 1.4rem;
line-height: 1.25em;
}

.mainMenuSection .menuList li a:hover {
background-color: #baa689;
opacity: 1;
color: #fff;
}

.mainMenuSection li.gairai a {
background-image: url("../images/fig_main_menu001.svg");
}
.mainMenuSection li.nyuin a {
background-image: url("../images/fig_main_menu002.svg");
}
.mainMenuSection li.kenshin a {
background-image: url("../images/fig_main_menu003.svg");
}
.mainMenuSection li.kango a {
background-image: url("../images/fig_main_menu004.svg");
}
.mainMenuSection li.iryou a {
background-image: url("../images/fig_main_menu005.svg");
}
.mainMenuSection li.resident a {
background-image: url("../images/fig_main_menu006.svg");
}
.mainMenuSection li.reha a {
background-image: url("../images/fig_main_menu007.svg");
}

.mainMenuSection li.gairai a:hover {
background-image: url("../images/fig_main_menu001on.svg");
}
.mainMenuSection li.nyuin a:hover {
background-image: url("../images/fig_main_menu002on.svg");
}
.mainMenuSection li.kenshin a:hover {
background-image: url("../images/fig_main_menu003on.svg");
}
.mainMenuSection li.kango a:hover {
background-image: url("../images/fig_main_menu004on.svg");
}
.mainMenuSection li.iryou a:hover {
background-image: url("../images/fig_main_menu005on.svg");
}

.mainMenuSection li.resident a:hover {
background-image: url("../images/fig_main_menu006on.svg");
}
.mainMenuSection li.reha a:hover {
background-image: url("../images/fig_main_menu007on.svg");
}


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


	.mainMenuSection {
	padding-bottom: 4em;
	padding-top: 4em;
	background-size: auto 280px;
	}

	.mainMenuSection .menuList ul {
	width: 740px;
	}
	.mainMenuSection .menuList li {
	width: 123px;
	margin: 0;
	}
	
	.mainMenuSection .menuList li:nth-child(odd) {
	clear: none;
	}

	.mainMenuSection .menuList li a {
	width: 110px;
	height: 135px;
	position: relative;
	left: 6px;
	}

	.mainMenuSection .menuList li a span {
	font-size: 1.2rem;
	}



	.mainMenuSection .mainMenuInstagram001 {
	top: -60px;
	right: 30px;
	}
	.mainMenuSection .mainMenuInstagram001 a {
	background-size: 30px;
	padding: 15px 15px 15px 55px; 
	font-size: 1.6rem;
	}

	.mainMenuSection .mainMenuInstagram002 {
	margin: 70px 20px 40px 0;
	text-align: right;
	background-position: right 20px center;
	}

	.mainMenuSection .mainMenuInstagram002 a {
	font-size: 1.6rem;
	background-position: left 16px center;
	background-size: 30px;
	padding: 18px 40px 18px 58px;
	}

}




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

	.mainMenuSection {
	padding-bottom: 8em;
	padding-top: 6em;
	background-size: auto 360px;
	}

	.mainMenuSection .menuList {
	text-align: center;
    display: block;
	}

	.mainMenuSection .menuList ul {
	width:auto;
    display: inline-block;
	}
    
	.mainMenuSection .menuList li {
	display: inline-block;
	margin: 0 2em;
	width: 130px;
	}
	
    .mainMenuSection .menuList li:first-child {
    margin-left: 0;
    }
    
	.mainMenuSection .menuList li:nth-child(odd) {
	clear: none;
	}

	.mainMenuSection .menuList li a {
	width: 160px;
	height: 190px;
	background-position: top 25px center;
	background-size: 90px auto;
	font-size: 1.6rem;
    font-weight: bold;
	padding-top: 110px;
	}

    .mainMenuSection .menuList li a span {
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25em;
    }
	

	.mainMenuSection .mainMenuInstagram001 {
	top: -60px;
	right: 60px;
	}
	.mainMenuSection .mainMenuInstagram001 a {
	background-size: 30px;
	padding: 15px 15px 15px 55px; 
	font-size: 1.6rem;
	}

	.mainMenuSection .mainMenuInstagram002 {
	margin: 80px 20px 0 0;
	text-align: right;
	background-position: right 20px center;
	}

	.mainMenuSection .mainMenuInstagram002 a {
	font-size: 1.6rem;
	background-position: left 16px center;
	background-size: 30px;
	padding: 18px 40px 18px 58px;
	}

}


/* ============================
		secondBlockContents
 ============================ */

.secondBlockContents {
}

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



    .importantNewsSection {
    float: left;
    width: calc(43% - 25px);

    }

    .newsArchiveListSection {
    float: right;
    width: calc(57% - 25px);
    }


}

/* ============================
		importantNewsSection
 ============================ */

.importantNewsSection .newsDataList {
}

.importantNewsSection .newsDataList li {
border-bottom: 1px solid #ccc;
}
.importantNewsSection .newsDataList li:first-child {
border-top: 4px solid #e02020;
}

.importantNewsSection .newsDataList li a {
display: block;
padding: 10px 5px;
}

.importantNewsSection .newsDataList dt {
font-size: 1.4rem;
line-height: 1.5em;
margin-bottom: 1.5em;
margin: 0;
}

.importantNewsSection .newsDataList dd {
font-size: 1.4rem;
line-height: 1.5em;
margin: 0;
}


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

    .importantNewsSection .newsDataList dt {
    float: left;
    width: 10em;
    font-size: 1.6rem;
    }

    .importantNewsSection .newsDataList dd {
    float: right;
    width: calc(100% - 10em);
    font-size: 1.6rem;
    }


}


/* ============================
		newsArchiveListSection
 ============================ */


/* tab */

.newsArchiveListSection .tab {
border-bottom: 3px solid #74582e;
}
.newsArchiveListSection .tab li {
float: left;
width: calc(33.3333% - 10px);
font-size: 1.4rem;
line-height: 2em;
text-align: center;
border: 1px solid #74582e;
border-bottom: none;
margin-right: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.newsArchiveListSection .tab li:nth-child(4) {
width: calc(66% - 10px)
}
.newsArchiveListSection .tab li:hover {
cursor: pointer;
}

.newsArchiveListSection .tab li.active {
background-color: #74582e;
color: #fff;
}

.newsArchiveListSection .tabContets {
display: block;
width: 100%;
margin-bottom: 1em;
}

.newsArchiveListSection .tabContets > div {
display: none;
}
.newsArchiveListSection .tabContets > div.show {
display: block;
}


/* newsArchiveList */

.newsArchiveListSection .newsArchiveList {
}

.newsArchiveListSection .newsArchiveList li {
border-bottom: 1px solid #ccc;
}

.newsArchiveListSection .newsArchiveList a {
display: block;
padding: 10px 5px;
}

.newsArchiveListSection .newsArchiveList .date {
display: inline-block;
width: 10em;
font-size: 1.6rem;
line-height: 1.75em;
}

.newsArchiveListSection .newsArchiveList .category {
display: inline-block;
width: 10em;
font-size: 1.4rem;
color: #fff;
line-height: 1.75em;
background-color: #ccc;
text-align: center;
position: relative;
top: -1px;
}
.newsArchiveListSection .newsArchiveList .category.news {
background-color: #205493;
}
.newsArchiveListSection .newsArchiveList .category.jobs,
.newsArchiveListSection .newsArchiveList .category.recruit {
background-color: #981b1e;
}
.newsArchiveListSection .newsArchiveList .category.medical {
background-color: #2e8450;
}
.newsArchiveListSection .newsArchiveList .category.bidding {
background-color: #0071bc;
}


.newsArchiveListSection .newsArchiveList.all .category.news::after {
content: "お知らせ";
}
.newsArchiveListSection .newsArchiveList.all .category.jobs::after,
.newsArchiveListSection .newsArchiveList.all .category.recruit::after {
content: "採用情報";
}
.newsArchiveListSection .newsArchiveList.all .category.medical::after {
content: "医療機関の皆様へ";
}
.newsArchiveListSection .newsArchiveList.all .category.bidding::after {
content: "入札情報";
}


.newsArchiveListSection .newsArchiveList .title {
display: block;
margin-top: 5px;
font-size: 1.6rem;
line-height: 1.75em;
}

.newsArchiveListSection .newsArchiveList .category.jobs + .title::after {
content: "を募集します";
}


.newsArchiveListSection .more {
text-align: right;
}

.newsArchiveListSection .more a {
display: block;
padding-right: 1.25em;
font-size: 1.6rem;
line-height: 2em;
background-image: url("../../common/images/mark001.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 16px auto;
}


.newsArchiveListSection .biddingLink {
text-align: center;
}

.newsArchiveListSection .biddingLink a {
display: inline-block;
text-align: center;
border-radius: 3em;
font-size: 1.8rem;
line-height: 1.2em;
/*color: #fff;
color: #0071bc;*/
color: #fff;
/*background-color: #74582e;
background-color: #0071bc;
background-color: #fff;*/
background-color: #0071bc;
background-image: url("../../common/images/mark001on.svg");
background-repeat: no-repeat;
background-position: right 1em center;
background-size: 18px;
padding: 0.75em 3em 0.75em 2em;
min-width: 100%;
border: 1px solid #0071bc;
box-sizing: border-box;
}




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

	/* tab */

	.newsArchiveListSection .tab li {
	width: auto;
	font-size: 1.6rem;
	line-height: 2.0em;
    padding-left: 1em;
    padding-right: 1em;
	}
    
    .newsArchiveListSection .tab li:nth-child(4) {
    width: auto;
    }

	/* newsArchiveList */
	
	.newsArchiveListSection .newsArchiveList {
	margin: 1.5em 0;
 	}
	
	.newsArchiveListSection .newsArchiveList li {
	}

    
	.newsArchiveListSection .newsArchiveList a:before,
	.newsArchiveListSection .newsArchiveList a:after {
	content:"";
	display: table;
	}
	.newsArchiveListSection .newsArchiveList a:after { clear:both; }
	.newsArchiveListSection .newsArchiveList a { *zoom:1; }

	
	.newsArchiveListSection .newsArchiveList a {
	display: block;
	padding: 10px 5px;
	}

	.newsArchiveListSection .newsArchiveList .date {
	font-size: 1.6rem;
	}

	.newsArchiveListSection .newsArchiveList .category {
	}

	.newsArchiveListSection .newsArchiveList .title {
	font-size: 1.6rem;
	}

}



/* ============================
		otherSection
 ============================ */

.otherSection {
background-image: url("../images/bg_other001.webp");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
padding: 2em 0;
}

.otherSection .otherList {
}

.otherSection .otherList li {
margin-bottom: 1em;
}

.otherSection .otherList li:last-child {
margin-bottom: 0;
}

.otherSection .otherList a {
display: block;
background-color: #fff;
font-size: 1.6rem;
font-weight: bold;
padding: 1em;
border-radius: 5px;
background-image: url("../../common/images/mark002.svg");
background-repeat: no-repeat;
background-position: right 10px center;
}

.otherSection .otherList a:hover {
opacity: 1;
color: #fff;
background-color: #74582e;
background-image: url("../../common/images/mark002on.svg");
}



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

	.otherSection {
	padding: 5em 0;
	}

	.otherSection .otherList {
	margin: 0;
	}
	
	.otherSection .otherList li {
	float: left;
	width: calc(50% - 30px);
	margin-bottom: 30px;
	}
	.otherSection .otherList li:nth-child(even) {
	float: right;
	}
	
	.otherSection .otherList li:nth-child(odd) {
	clear: both;
	}
	
	.otherSection .otherList li:nth-last-of-type(2) ,
	.otherSection .otherList li:last-child {
	margin-bottom: 0;
	}

	.otherSection .otherList a {
	font-size: 2rem;
	border-radius: 7px;
	}


}


/* ============================
		bnrRihaSection
 ============================ */

.bnrRihaSection {
margin-bottom: 4em;
}

.bnrRihaSection a {
position: relative;
display: block;
}

.bnrRihaSection .bunner img {
max-width: 100%;
height: auto;
border-radius: 10px;
}

.bnrRihaSection .bunner img {
opacity: 1 !important;
}


.bnrRihaSection .rehaLogo {
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%); 
}

.bnrRihaSection img.rehaLogo  {
width: 150px;
height: auto;
}



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


.bnrRihaSection img.rehaLogo {
width: 220px;
}

.bnrRihaSection a:hover .bunner img {
outline: solid #00b050 5px;
}

}



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

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

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

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