@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 768px) {
}

/***************************************************************************
main_img
****************************************************************************/

#main_img.contents {
	text-align: center;
	max-width: 1000px;
	margin-bottom: 70px;
}
#main_img ul {
	background-image: url(../img/common/contents/dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main_img .img {
	margin-bottom: 60px;
}
#main_img .txt {
	font-size: 2rem;
	background-image: url(../img/common/contents/dot.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0;
}

@media only screen and (max-width: 767px) {
#main_img.contents {
	text-align: left;
	margin-bottom: 10vw;
}
#main_img .img {
	margin: 0 calc(50% - 50vw);
	margin-bottom: 8.0vw;
	width: 100vw;
}
#main_img .txt {
	padding: 5.3vw 0;
	font-size: 4.5vw;
}
}

/***************************************************************************
section (共通)
****************************************************************************/

.section {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
.section {
	margin-bottom: 14.0vw;
}
}

/***************************************************************************
section_ttl (共通)
****************************************************************************/

.section_ttl {
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	font-size: 2rem;
	line-height: 0.8;
	font-weight: bold;
	padding-right: 70px;
	margin-bottom: 30px;
}
.section_ttl .icon {
	width: 75px;
	top: -15px;
	margin-right: 15px;
}
.section_ttl .txt {
	top: -6px;
}
.section_ttl:before {
	content: " ";
	display: block;
	background-color: #D03D36;
	border-radius: 8px;	
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
.section_ttl {
	font-size: 4.8vw;
	padding-left: 0vw;
	padding-right: 9vw;
	margin-bottom: 6.7vw;
}
.section_ttl .icon {
	width: 16vw;
	top: -1.5vw;
	margin-right: 2.7vw;
}
.section_ttl .txt {
	top: -0.6vw;
}
.section_ttl:before {
	border-radius: 1.5vw;	
	height: 12vw;
}
}

/***************************************************************************
news
****************************************************************************/

#news .news_link li {
	font-size: 1.8rem;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../img/common/contents/dot.png);
	display: flex;
}
#news .news_link li span,
#news .news_link li a {
	padding: 15px 10px 12px;
}
#news .news_link li:first-child span,
#news .news_link li:first-child a {
	padding-top: 0;
}
#news .news_link li span {
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
.section_ttl {
	margin-bottom: 6vw;
}
#news .news_link li {
	font-size: 4.3vw;
	flex-direction: column;
	padding: 3.5vw 2.5vw 3vw;
}
#news .news_link li:first-child {
	padding-top: 0;
}
#news .news_link li span {
	padding: 0;
}
#news .news_link li a {
	padding: 0;
	line-height: 1.4;
}
}

/***************************************************************************
about
****************************************************************************/

#about {
	font-size: 2rem;
}
#about .origin {
	font-size: 1.8rem;
}
#about p {
	margin-bottom: 35px;
}

#about .activity_list {
	background-color: #FFF8F0;
	border: 1px solid #F8D2B4;
	border-radius: 8px;
	padding: 20px 30px;
}
#about .activity_list li:before {
	content: " ";
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #DC507D;
	position: absolute;
	top: 9px;
	left: 0;
}
#about .activity_list li {
	padding-left: 25px;
}

#about .origin {
	text-align: center;
}
#about .origin .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0px 15px;
}
#about .origin .ttl span {
	padding: 0 15px;
	font-weight: bold;
}
#about .origin .ttl:before,
#about .origin .ttl:after {
	content: " ";
	display: block;
	height: 1px;
	flex: 1;
	background-color: #D03D36;
}
#about .origin p {
	line-height: 2.5;
	margin-bottom: 0;
}
#about .origin .red {
	font-weight: bold;
}

#about .contact {
	background-color: #F1F9FE;
	border: 1px solid #A9C4E4;
	color: #004D99;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
#about .contact .ttl {
	background-color: #004D99;
	color: #FFFFFF;
	font-size: 1.8rem;
	padding: 0.5em;
}
#about .contact ul {
	padding: 1em;
}
#about .line_bnr a {
	display: block;
}

@media only screen and (max-width: 767px) {
#about {
	font-size: 4.5vw;
}
#about .origin {
	font-size: 4.3vw;
}
#about p {
	margin-bottom: 5.3vw;
}
#about .activity_list {
	border-radius: 1.7vw;
	padding: 4.2vw 6.3vw;
}
#about .activity_list li:before {
	content: " ";
	width: 3.3vw;
	height: 3.3vw;
	border-radius: 3.3vw;
	top: 2vw;
}
#about .activity_list li {
	padding-left: 4.5vw;
}
#about .origin {
	text-align: left;
}
#about .origin .ttl {
	padding: 8.3vw 0px 4.0vw;
}
#about .origin .ttl span {
	padding: 0 4.0vw;
}
#about .origin p {
	line-height: 2;
}
#about .contact {
	font-size: 4.3vw;
	margin-bottom: 8vw;
}
#about .contact .ttl {
	font-size: 4.3vw;
}
#about .contact .tel_num {
	font-size: 5.5vw;
}
#about .contact .attention {
	font-size: 3.7vw;
}
}

/***************************************************************************
fee
****************************************************************************/

#fee {
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
#fee {
	font-size: 4.5vw;
}
#fee .section_ttl .icon {
	top: -2.5vw;
	margin-right: 1vw;
}
}

/***************************************************************************
q_a
****************************************************************************/

#q_a .section_ttl .icon {
	top: -5px;
	margin-right: 5px;
}
#q_a .q_ttl {
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
#q_a .q_ttl img {
	width: 45px;
	margin-right: 15px;
}
#q_a .answer {
	background-color: #FFF8F0;
	border: 1px solid #F8D2B4;
	border-radius: 8px;
	padding: 20px 30px;
}
#q_a .answer li {
    padding-left: 0.5em !important;        /* ブロック全体を 1em 右に */
    text-indent: -0.5em !important;        /* 先頭の1文字のみ 1em 左に */
}
#q_a .answer p {
	margin-bottom: 20px;
}
#q_a .answer p:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
#q_a .section_ttl .icon {
	width: 17.5vw;
	top: -1.2vw;
	margin-right: 0.6vw
}
#q_a .section_ttl .txt {
	top: -1vw;
}
#q_a .q_ttl {
	font-size: 4.8vw;
	margin-top: 7vw;
	margin-bottom: 3vw;
}
#q_a .q_ttl img {
	width: 10vw;
	margin-right: 3vw;
}
#q_a .answer {
	border-radius: 1.5vw;
	padding: 4vw 6vw;
}
#q_a .answer p {
	margin-bottom: 5.3vw;
}
}
