@charset "UTF-8";




/* ==========================================
�w�b�_�[����
========================================== */

header .main {
	transition: ease .3s;
}
header .main li a {
	display: block;
	padding: 24px 8px;
	color: #343C3F;
	font-size: 1.250rem;
}
html.big header .main {
	width: 1100px;
}
html.big header .main li a {
	padding: 22px 8px;
}



/* ==========================================
���C���r�W���A��
========================================== */

.pc { display: block; }
.sp { display: none; }

@media screen and (max-width: 999px) {

.pc { display: none; }
.sp { display: block; }

}

.large.mv_container .mv.l-01 p {
	top: 280px;
	left: 550px;
	line-height: 1;
}
.large.mv_container .mv.l-05 p {
	top: 280px;
	left: 50px;
	line-height: 1;
}



/* ==========================================
���i���j���[
========================================== */

#mid-nav01 {
	width: 1000px;
	margin: 0 auto 24px;
}
#mid-nav01 ul {
	display: flex;
	margin: 0 -10px;
}
#mid-nav01 li {
	margin: 0 10px;
	width: calc(100% / 3); 
	background-color: #FFFFFF;
}
#mid-nav01 li a {
	display: block;
	min-height: 100px;
	padding: 15px 15px 15px 73px;
	font-size: 1.250rem;
	background-repeat: no-repeat;
	background-position: 18px 50%;
	vertical-align: middle;
	line-height: 1.2;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav01 li a:hover {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav01 li a dl dt {
	margin-bottom: 3px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
}
#mid-nav01 li a dl dd {
	font-size: 1.1rem;
	line-height: 1.5;
}
#mid-nav01 li.dental-search a {
	background-image: url(../image/common/icon-dental_search.png);
}
#mid-nav01 li.visit a {
	background-image: url(../image/common/icon-visit.png);
}
#mid-nav01 li.sasshi a {
	background-image: url(../image/common/icon-sasshi.png);
}
#mid-nav02 {
	width: 1000px;
	margin: 0 auto 24px;
}
#mid-nav02 ul {
	display: flex;
	margin: 0;
	background-color: #4DB1B9;
}
#mid-nav02 li {
	display: flex;
	margin: 5px 5px 5px 0;
	background-color: #FFF;
}
#mid-nav02 li.to-som {
	width: 165px;
}
#mid-nav02 li.night {
	width: 270px;
}
#mid-nav02 li.failure {
	width: 270px;
}
#mid-nav02 li.swallow {
	width: 270px;
}
#mid-nav02 li:first-child {
	margin-left: 5px;
}
#mid-nav02 li a {
	display: block;
	padding: 10px 10px 10px 68px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
	vertical-align: middle;
	line-height: 1.2;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav02 li:hover {
	background-color: #D9EBEE;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav02 li.to-som a {
	padding: 10px;
	text-align: center;
}
#mid-nav02 li.to-som a dt {
	font-size: 1.4rem;
}
#mid-nav02 li.night dd span {
	font-size: 1.3rem;
	font-weight: bold;
}
#mid-nav02 li a dl dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
#mid-nav02 li a dl dd {
	font-size: 1.0rem;
	line-height: 1.5;
}
#mid-nav02 li.night a {
	background-image: url(../image/common/icon-night.png);
}
#mid-nav02 li.failure a {
	background-image: url(../image/common/icon-failure_sp.png);
}
#mid-nav02 li.swallow a {
	background-image: url(../image/common/icon-swallow.png);
}

#contents #main #pickup li.shika-check a {
	padding-right: 5px;
	background-image: url(../image/home/shika-check.jpg);
	background-color: #FFF0F5 !important;
}
#contents #main #pickup li.shika-check-houmon {
	height: auto;
}
#contents #main #pickup li.shika-check-houmon a {
	padding: 15px;
	border: 10px solid #FFF0F5;
}
#contents #main #pickup li.shika-check-houmon a h3 {
	text-align: center;
}
.small.mv_container .mv.s-05 p {
	top: 70%;
	left: 5%;
	line-height: 1;
}
#unit-bnr {
	margin: 30px auto;
	padding: 0;
}
#unit-bnr li img {
	text-align: center;
	width:100%;
	max-width: 100%;
}

@media screen and (max-width: 999px) {

.small.mv_container .mv.s-05 p {
	top: 70%;
	left: 5%;
	line-height: 1;
}
#mid-nav01 {
	width: auto;
	margin: 0 20px 24px;
}
#mid-nav01 ul {
	display: block;
	margin: 0;
}
#mid-nav01 li {
	margin: 15px 0;
	width: auto; 
}
#mid-nav01 li a {
	display: block;
	min-height: 100px;
	padding: 15px 15px 15px 68px;
	font-size: 1.250rem;
	background-repeat: no-repeat;
	background-position: 13px 50%;
	vertical-align: middle;
	line-height: 1.2;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav01 li a:hover {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav01 li a dl dt {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}
#mid-nav01 li a dl dd {
	font-size: 1.2rem;
	line-height: 1.5;
}
#mid-nav02 {
	width: auto;
	margin: 0 20px 25px;
}
#mid-nav02 ul {
	display: block;
	margin: 0;
	padding: 1px 20px;
}
#mid-nav02 li {
	display: block;
	margin: 15px 0;
}
#mid-nav02 li.to-som {
	text-align: center;
}

#mid-nav02 li.to-som,
#mid-nav02 li.night,
#mid-nav02 li.failure,
#mid-nav02 li.swallow {
	width: auto;
}
#mid-nav02 li:first-child {
	margin-left: 0;
}
#mid-nav02 li a {
	display: block;
	padding: 10px 10px 10px 68px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
	vertical-align: middle;
	line-height: 1.2;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav02 li:hover {
	background-color: #D9EBEE;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#mid-nav02 li.to-som a {
	padding: 10px;
	text-align: center;
}
#mid-nav02 li.to-som a dt {
	font-size: 1.4rem;
}

#mid-nav02 li.night dd span {
	font-size: 1.3rem;
	font-weight: bold;
}
#mid-nav02 li.night dd {
}
#mid-nav02 li a dl dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
#mid-nav02 li a dl dd {
	font-size: 1.0rem;
	line-height: 1.5;
}
#mid-nav02 li.night a {
	background-image: url(../image/common/icon-night.png);
}
#mid-nav02 li.failure a {
	background-image: url(../image/common/icon-failure_sp.png);
}
#mid-nav02 li.swallow a {
	background-image: url(../image/common/icon-swallow.png);
}
#contents #main #pickup li.shika-check {
	border-bottom: 1px solid #CCC;
}
#contents #main #pickup li.shika-check a {
	padding-top: 20px;
}
#contents #main #pickup li.shika-check a h3,
#contents #main #pickup li.shika-check a p {
	margin: 0;
}
#contents #main #pickup li.shika-check-houmon {
	padding: 0;
}
#contents #main #pickup li.shika-check-houmon a {
	border-width: 20px;
}
#unit-bnr {
	margin: 0 20px;
	padding: 0;
	width: auto;
}


}



/* ==========================================
���m�点����
========================================== */

#contents #info {
	display: table;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto 20px;
}
#contents #info .head, #contents #info ul {
	display: table-cell;
	height: 210px;
}
#contents #info .head {
	width: 200px;
	background-color: #cbe7eb;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
#contents #info .head h1 {
	padding: 28px 0 0 0;
	margin: 0 auto 25px;
	font-size: 24px;
	font-size: 2.000rem;
	color: #17707d;
	font-weight: bold;
}
#contents #info .head h1 span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
#contents #info .head p {
	display: table;
	width: 120px;
	height: 38px;
	margin: 0 auto 0;
	text-align: center;
}
#contents #info .head p a {
	display: table-cell;
	width: 120px;
	height: 38px;
	color: #fff;
	font-size: 14px;
	font-size: 1.167rem;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #27808c;
	background: -moz-linear-gradient(top, #2f96a5 0%, #27808c 100%);
	background: -webkit-linear-gradient(top, #2f96a5 0%, #27808c 100%);
	background: linear-gradient(to bottom, #2f96a5 0%, #27808c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f96a5', endColorstr='#27808c',GradientType=0 );
	vertical-align: middle;
}
#contents #info .head:before {
	content: "";
	display: block;
	width: 66px;
	height: 65px;
	background-image: url(../image/common/sasshi-01.png);
	background-size: cover;
	position: absolute;
	top: -14px;
	left: 11px;
}
#contents #info ul {
	width: 800px;
	background-color: #FFFFFF;
}
#contents #info li {
	height: 70px;
}
#contents #info li .unit {
	height: 70px;
	display: table;
	width: 100%;
	padding: 0 20px;
}
#contents #info li .unit .box {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
}
#contents #info li:last-child .unit .box {
	border-bottom: none;
}
#contents #info li .unit .box .day {
	margin: 0 auto 4px;
	font-size: 10px;
	font-size: 0.833rem;
	color: #000;
}
#contents #info li .unit .box h2 {
	width: 800px;
	padding: 0 0 0 24px;
	color: #2f96a5;
	font-size: 15px;
	font-size: 1.250rem;
	font-weight: bold;
	background-image: url(../image/common/icon-link.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#contents #info .head p a:hover, #contents #info li a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px) {

#contents #info {
	display: block;
	padding: 30px 15px 0 15px;
}
#contents #info .head, #contents #info ul {
	display: block;
	height: auto;
}
#contents #info .head {
	width: 100%;
	height: 50px;
	margin: 0 auto 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #cbe7eb;
	vertical-align: inherit;
	text-align: left;
	position: relative;
}
#contents #info .head h1 {
	padding: 0 0 0 0;
	margin: 0 auto 0;
	font-size: 16px;
	font-size: 1.333rem;
	position: absolute;
	left: 72px;
	top: 14px;
}
#contents #info .head h1 span {
	display: none;
}
#contents #info .head p {
	display: block;
	width: auto;
	height: 28px;
	margin: 0 auto 0;
	position: absolute;
	top: 11px;
	right: 11px;
}
#contents #info .head p a {
	display: table-cell;
	width: 80px;
	height: 28px;
	font-size: 12px;
	font-size: 1.000rem;
}
#contents #info .head:before {
	width: 50px;
	height: 49px;
	top: -10px;
	left: 11px;
}
#contents #info ul {
	width: 100%;
}
#contents #info li {
	height: auto;
}
#contents #info li .unit {
	height: auto;
}
#contents #info li .unit .box {
	padding-top: 16px;
	padding-bottom: 16px;
}
#contents #info li .unit .box .day {
	margin: 0 auto 4px;
}
#contents #info li .unit .box h2 {
	width: 100%;
	padding: 0 0 0 24px;
	color: #2f96a5;
	font-size: 14px;
	font-size: 1.167rem;
	white-space: inherit;
	background-position: 0 1px;
}
#contents #info .head p a:hover, #contents #info li a:hover {
	opacity: 1;
}

}


/* ==========================================
�����i�e���j���[
========================================== */

#contents #main #pickup ul.left-bnr {
	margin: 0;
	padding: 0;
	border-top: 1px solid #EAEAEA;
	list-style: none;
}
#contents #main #pickup ul.left-bnr li {
	height: auto;
}
#contents #main #pickup ul.left-bnr li a {
	display: inline;
}
#contents #main #pickup ul.left-bnr li.type01 {
	padding: 25px 15px;
	text-align: center;
}
#contents #main #pickup ul.left-bnr li.type01 a {
	width: auto;
	height: auto;
	padding: 0;
}
#contents #main #pickup ul.left-bnr li dl {
	padding: 20px 0;
	text-align: center;
	border: 3px solid #A1D3F4;
}
#contents #main #pickup ul.left-bnr li dl dt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
#contents #main #pickup ul.left-bnr li dl dd.txt {
	margin-top: 5px;
	font-size: 1.0rem;
}
#contents #main #pickup ul.left-bnr li dl dd a {
	width: auto;
	height: auto;
	padding: 0;
}
#contents #main #pickup ul.left-bnr {
	margin: 0;
	padding: 0 15px;
}
#contents #main #pickup ul.left-bnr li.type01 {
	padding: 20px 0px;
}
#contents #main #pickup ul.left-bnr li dl {
	padding: 20px 15px;
}
#contents #main #pickup ul.left-bnr li dl dt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
#contents #main #pickup ul.left-bnr li dl dd.txt {
	margin-top: 5px;
	font-size: 1.0rem;
}
#contents #main #pickup ul.left-bnr li dl dd a {
	width: auto;
	height: auto;
	padding: 0;
}
#contents #main #pickup li.shika-check {
	padding: 0;
}
#contents #main #pickup li.shika-check h3 {
	padding: 5px 5px 5px 0;
}
#contents #main #pickup li.shika-check p {
	padding-right: 5px;
}


@media screen and (max-width: 999px) {

#contents #top ul {
	padding: 0 !important;
}
#contents #top li {
	height: 100%;
	height: 162px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #FFF !important;
	background-repeat: no-repeat;
	background-size: 90px auto;
	background-position: 0 center;
}
#contents #top li:last-child {
	border-bottom: none;
}
#contents #top li a {
	padding: 0 0 0 106px;
}
#contents #top h3 {
	margin: 0 0 6px;
	padding: 0 0 0 20px !important;
	font-size: 1.231rem;
	font-weight: bold;
}
#contents #top h3 span {
	font-size: 0.923rem;
	font-weight: bold;
}
#contents #top li .text {
	padding: 0 0 0 20px !important;
}
#contents #top li.oralflail,
#contents #top li.download {
	padding: 0 !important;
}
#contents #top li.oralflail a,
#contents #top li.download a {
	padding: 20px 20px 20px 106px !important;
	background-image: url(../image/home/icon_download.png);
	background-position: 20px 20px !important;
	background-color: #D6EBF2 !important;
}
#contents #top li.oralflail a {
	background-image: url(../image/home/icon_oralflail.png);
}
#contents #top li.download a {
	background-image: url(../image/home/icon_download.png);
}

#contents #top li.oralflail .text span,
#contents #top li.download .text span {
	color: #C00;
}


#contents #top {
	width: auto;
	padding: 0 0 38px 0;
}
#contents #top h2 {
	width: 100%;
	min-height: 70px;
	padding: 12px 0 0 0;
	color: #FFF !important;
	font-size: 1.692rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-image: url(../image/home/download-head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#contents #top h2 span {
	font-size: 1.000rem;
	font-weight: normal;
}
#contents #top h3 {
	padding: 0 0 0 56px;
	margin: 0 auto 6px;
	font-size: 1.231rem;
	font-weight: bold;
	background-repeat: no-repeat;
}
#contents #top .text, #contents #top .tel {
	padding: 0 0 0 56px;
}
#contents #top .text {
	font-size: 0.769rem;
}
#contents #top .tel {
	font-size: 1.385rem;
	font-weight: bold;
}
#contents #top .tel span {
	display: inline-block;
	font-size: 0.769rem;
	font-weight: normal;
}
#contents #top .section-01 .head {
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url(../image/common/arrow-on.png);
	background-repeat: no-repeat;
	background-position: right 20px bottom 58px;
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	cursor: pointer;
}
#contents #top .section-01 .head.active {
	background-image: url(../image/common/arrow-on.png);
}
#contents #top .section-01 .photo {
	display: block;
	width: 100%;
	position: absolute;
	top: -30px;
	text-align: center;
}
#contents #top .section-01 .photo img {
	width: 80px;
}
#contents #top .section-01 .head h3 {
	padding: 64px 0 3px 70px;
	font-size: 1.231rem;
	font-weight: bold;
	line-height: 1.3;
	background-image: url(../image/common/icon-dental_search.png);
	background-repeat: no-repeat;
	background-position: 16px bottom;
}
#contents #top .section-01 .head .text {
	padding: 0 0 0 70px;
}
#contents #top .section-01 ul {
	display: none;
	padding: 0 0 0 72px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #EAEAEA;
}
#contents #top .section-01 li {
	border-bottom: 1px solid #EAEAEA;
}
#contents #top .section-01 li a {
	display: block;
	padding: 16px 0;
	font-size: 1.077rem;
	background-image: url(../image/common/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	text-indent: 14px;
}
#contents #top .section-01 li.all a {
	text-indent: 0;
}
#contents #top .section-01 li:last-child {
	border-bottom: none;
}
#contents #top .section-02, #contents #top .section-03 {
	border-bottom: 1px solid #EAEAEA;
}
#contents #top .section-02, #contents #top .section-03, #contents #top .section-04 {
	padding: 18px 16px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 16px center;
}
#contents #top .section-02 {
	background-image: url(../image/common/icon-night.png);
}
#contents #top .section-03 {
	background-image: url(../image/common/icon-failure_sp.png);
}
#contents #top .section-04 {
	margin: 0 auto 20px;
	background-image: url(../image/common/icon-visit.png);
}
#contents #top .section-02 a, #contents #top .section-03 a, #contents #top .section-04 a {
	display: block;
	position: relative;
	background-image: url(../image/common/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right 6px center;
}
#contents #top .section-02 .text, #contents #top .section-02 .tel {
	color: #D93E73;
}
#contents #top .section-02 .text {
	margin: 0 auto 5px;
}
#contents #top .section-03 .text {
	margin: 0 auto 5px;
}
#contents #top .section-02 .tel {
	line-height: 1;
}
#contents #top .section-02 .tel span {
	text-indent: -5px;
}
#contents #top .section-03 .tel {
	color: #48B1BA;
}
#contents #top .section-02 .tel span {
	text-indent: -5px;
}
#contents #top .section-03 .tel {
	color: #48B1BA;
}

#contents #main #pickup li.shika-check {
	padding: 0;
}
#contents #main #pickup li.shika-check h3 {
	padding: 5px 5px 5px 0;
}
#contents #main #pickup li.shika-check p {
	padding-right: 5px;
}


}




/* ==========================================
 Side ///////////////////////////////////////
========================================== */

#side h2 {
	width: 320px;
	height: 152px;
	padding: 94px 0 0 0;
	color: #FFF;
	font-size: 1.833rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-image: url(../image/home/download-head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#side h2 span.small {
	font-size: 1.000rem;
	font-weight: normal;
}
#side h2 span.btn {
	display: none;
}
#side ul {
	display: block;
	margin: 0 0 20px;
	padding: 0 20px;
	background-color: #FFFFFF;
}
#side ul li {
	height: 152px;
	border-bottom: 1px solid #FFF;
}
#side ul li:last-child {
	border-bottom: none;
}
#side ul a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 20px 120px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0 center;
}
#side ul li a:hover {
	color: #3096A5;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#side .section-05 ul li {
	height: auto;
}
#side .section-05 ul li a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}
#side ul li h3 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.250rem;
	font-weight: bold;
}
#side ul li .text {
	padding: 0;
	font-size: 1.000rem;
}
#side ul li.oralflail,
#side ul li.download {
	margin: 0 -20px;
}
#side li.oralflail a,
#side li.download a {
	padding-right: 20px;
	background-position: 20px 20px;
	background-color: #D6EBF2 !important;
}
#side li.oralflail a {
	background-image: url(../image/home/icon_oralflail.png);
}
#side li.download a {
	background-image: url(../image/home/icon_download.png);
}
#side li.oralflail .text span,
#side li.download .text span {
	color: #C00;
}
#side #other .section-05 {
	padding: 20px 20px 5px;
	border-bottom: 1px solid #EAEAEA;
}
#side #other .section-06 {
	min-height: 150px;
	padding: 20px 20px;
	border-bottom: 1px solid #EAEAEA;
	background-image: url(../image/common/icon-chirashi.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #D6EBF2;
	word-break: break-all;
}
#side #other .section-05 h5 {
	margin-bottom: 15px;
	padding-left: 0;
	text-align: center;
}
#side #other .section-05 ul li {
	margin-bottom: 15px;
	text-align: center;
}
#side #other .section-05 ul li dl dt {
	margin-bottom: 3px;
}
#side #other .section-05 ul li dl dd {
	font-size: 1.0rem;
}
#side #other .section-06 a {
	background-color: #D6EBF2;
}
#side #other .section-06 h5 {
	color: #4D9BD2;
}
#side #other .section-06 .text {
	margin: 10px auto;
}
#side #other .section-06 .text b {
	font-weight: bold;
	font-size: 1.0rem;
	color: #DB3E75;
}
#side #other .section-06:hover {
	background-color: #F9F9F9;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#side #other .section-06:hover h5 {
	color: #48B1BA;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#side #other .section-07 {
	padding: 20px 20px;
    min-height: 105px;
	border-bottom: 1px solid #EAEAEA;
	background-image: url(../image/home/icon_contest.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
    background-size: 90px 64px;
	background-color: #FFF;
	word-break: break-all;
}
#side #other .section-07 h5 br {
    display: none;
}
#side #other .section-07:hover {
    transition: ease .3s;
    background-color: #F9F9F9;
}
#side #other .section-07:hover h5 {
    transition: ease .3s;    
    color: #48B1BA;
}



@media screen and (max-width: 999px) {



#side {
	float: none;
	width: 100%;
	padding: 20px;
	background-color: #dceaed;
}
#side #other {
	width: 100%;
	margin: 0 auto 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#side h3 {
	font-size: 1.231rem;
}
#side h5 {
	font-size: 1.231rem;
}
#side h5 span {
	font-size: 1.000rem;
}
#side .section-02, #side .section-03 {
	border-bottom: 1px solid #EAEAEA;
}
#side .section-02, #side .section-03, #side .section-04 {
	padding: 18px 16px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 16px center;
}
#side #other h4 {
	font-size: 1.154rem;
	background-size: 16px auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#side #other h4 span {
	display: block;
	background-repeat: no-repeat;
	background-position: right 16px top 2px;
}
#side #other .section-01, #side #other .section-02, #side #other .section-03 {
	min-height: 150px;
}
#side #other .section-07 h5 br {
    display: block;
}
#side #banner {
	padding: 8px 10px 0;
}
#side #banner li {
	width: 48.33%;
	margin: 0 10px 10px 0;
}
#side #banner li:nth-child(2n) {
	margin: 0 0 10px 0;
}

}