@charset "UTF-8";

.faq_list:before {
	    content: "";
}

.faq_comment {
	    padding: 30px;
}

@media only screen and (max-width: 768px) {
	.faq_comment {
		padding: 5px;
	}
}

/** 00. CHARACTOR
 **************************************************************** **/
.daytimedate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	margin: 5px 0;
}


.content_full {
    margin: 0px -10px;
}


/* accordionの連番設定 */

.list-group {
	counter-reset: number;
}
.p_list {
	counter-increment: number;
	font-weight: bold;
	margin-top: -1px;
	text-indent: -4em;
	padding: 15px 3em 15px 4.5em;
}
.p_list::before {
	content: '魅力 ' counter(number);
	font-weight: 600;
	color: #ffffff;
	margin-right: 0.5em;
	font-size: 1em;
	white-space: pre;
	background-color: #3498db;
	padding: 5px;
	border-radius: .25em;
}

@media (max-width: 320px) {
h3, .h3 {
    font-size: 18px;
}
}




#content a {
		text-decoration: none;
}

#content .mb1rem {
		margin-bottom: 1rem;
}

/* 円の基本形 */
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
}

/* 円の大きさ */
.size_normal{
	width: 180px;
	height: 180px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.size_wide{
	width: 220px;
	height: 220px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 5px;
}

/* 文字の大きさ */
.letter1 {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}

.point05_txt {
	display: inline-block;
	line-height: 2rem;
	font-size: .8em;
}

/* 円と文字の色 */
.pink01 {
	background-color: #F56883;
}
.pink01:hover {
	background-color: #D24A64;
}

.blue01 {
	background-color: #2F98B7;
}
.blue01:hover {
		background-color: #197f9e;
}

.yellow01 {
	background-color: #e5b249;
}
.yellow01:hover {
		background-color: #bf8b20;
}

@media (max-width: 768px) {
.size_normal{
	width: 140px;
	height: 140px;
}

.size_wide{
	width: 160px;
	height: 160px;
}

.letter1 {
	font-size: 0.9rem;
	line-height: 1.5rem;
}

}

@media (max-width: 575px) {
	.nav-tabs-outer .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


	.size_normal{
		width: 21vw;
		height: 21vw;
	}

	.size_wide{
		width: 30vw;
		height: 30vw;
		font-size: .7em;
	}
	.point05_txt {
		display: inline-block;
		line-height: 1rem;
		font-size: .6em;
	}

	.letter1 {
		font-size: 2.5vw;
		line-height: 4vw;
	}
	.contact {
			padding: 0.8em 0.7em;
	}
}



.pink01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #F56883;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.pink01:hover .label-default.label-outline,
.pink01:active .label-default.label-outline{
	color: #D24A64;
}

.blue01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #2F98B7;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.blue01:hover .label-default.label-outline,
.blue01:active .label-default.label-outline {
	color: #197f9e;
}

.yellow01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #e5b249;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.yellow01:hover .label-default.label-outline,
.yellow01:active .label-default.label-outline {
	color: #bf8b20;
}

@media (max-width: 575px){
.pink01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.blue01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.yellow01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
}


/** 13. back to home
 **************************************************************** **/
#content a.btn_home {
	display: inline-block; 
	min-width: 120px;
	padding: 8px 24px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
#content a.btn_home:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}


