@charset "utf-8";

/*======================================

	Color CSS
	Copyright (c) 2019-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*Top*/
#top-img img {
    vertical-align: bottom;
}

.symptom--box > .icon {
	display: block;
	padding: 3rem;
	background: url("../img/public/symptom.svg") no-repeat center;
	background-size: 60px;
}
.symptom--box > h2 {
    color: #04A54C;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}
.specialist--box > .icon {
	display: block;
	padding: 3rem;
	background: url(../img/public/specialist.svg) no-repeat center;
	background-size: 60px;
}
.specialist--box > h2 {
    color: #D1495B;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}

.student--box > .icon {
	display: block;
	padding: 3rem;
	background: url(../img/public/student.svg) no-repeat center;
	background-size: 60px;
}
.student--box > h2 {
    color: #259BD6;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}
.commentless--box > h2 {
    margin-top: 1.5rem;
}

/* Information */
.info-top__title,
.info-top__list {
}

.info-top__title {
	background-color: #eab828;
	color: #fff;
}

.info-top__list {
	border: 1px solid #ccc;
	padding: 1.5rem 1rem;
}

@media screen and (min-width: 769px) {
	.info-top {
		display: flex;
	}
	
	.info-top__title {
		width: 11rem;
		font-size: 1.5rem;
		padding: 1.5rem 2rem;
	}
	
	.info-top__list {
		width: calc(100% - 11rem);
	}
	
	.info dt {
		float: left;
		width: 8em;
		padding: .25em 0 .25em .5em;
		clear: left;
	}

	.info dd {
		margin: 0 0 .25em 0;
		padding: .25em .5em .25em 8em;
	}

	.info.bdr-btm dd {
		border-bottom: 1px dotted #ccc;
	}
}

@media screen and (max-width: 768px) {
	.info-top__title {
		font-size: 1.15rem;
		padding: .75rem 2rem;
	}
}

/*バナー */
.bnr--sp a {
	font-size: 1.15rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
}

.bnr--sp a {
	display: block;
	padding: 1rem .5rem;
}

.bnr--sp li {
	/*display: table;*/
}

.bnr--sp li a {
	/*display: table-cell;*/
}

.bnr--sp .bnr--sp__Yel a {
	border: 8px double #333;
	background-color: #fff352;
	color: #333;
	font-weight: bold;
}

.bnr--sp a:hover {
	background-color: #fff;
}

@media screen and (min-width: 769px) {
	.bnr--sp > p a {
		margin: 0 1rem;
	}
	
	.bnr--sp .bnr--sp__Yel a {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 768px) {
	.bnr--sp li {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.bnr--sp li a {
		min-height: 60px;
		padding: 1rem;
	}
}


/*症状一覧List*/

.list--symptom {
    padding-left: 1.5rem;
}

.list--symptom > li {
	margin-bottom: .5em;
	padding-bottom: .5rem;
    position: relative;
}
.list--symptom > li::before {
	font-family: FontAwesome;
	content: '\f058';
	color: #04a54c;
    position: absolute;
    left: -1.5rem;
    top:0/* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
}
.list--symptom > li a {
	padding: .5rem 0 .5rem 0rem;
}

.img-responsive {
    max-width:100%;
    height:auto;

}

/*こんな症状*/
.symptoms--text {
    text-align: center;
}
.symptoms--text p,
.symptoms--text dl,
.symptoms--text h2,
.symptoms--text h3 {
    text-align: left;
}

/*box*/
.layout--box {
    padding: 1rem;
    border: 1px solid #1C8B94;
}
