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

/*** ------------------------------------------------------------------------------ 

見出し

-----------------------------------------------------------------------------  ***/
.head-line {
	text-align: center;
	font-size: 1.8rem;
}
.head-line p{
	font-size: 1.4rem;
	padding: 0 10px;
}



/* h2
=============================================================*/
.head-line h2{ text-indent: -9999px;}

@media screen and (max-width:737px){
	.head-line h2{
		text-indent: 0;
		font-weight: bold;
		font-size: 1.8rem;
	}
}

/* .h2-style01_temp */
.h2-style01_temp{
	background: #efe8de;
	margin: 0 0 35px;
	padding: 10px;
	font-size: 2.0rem;
	line-height: 1.2;
}
.h2-style01_temp span{
	display: inline-block;
	border-left: 3px solid #ec7993;
	padding: 0 0 0 10px;
}

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

}

/* h3
=============================================================*/
/* .h3-style01_temp */


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

}

/* .h3-style02_temp */


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

}


/* h4
=============================================================*/
.h4-style01_temp{
}

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


/*** ------------------------------------------------------------------------------ 

head-title（テキストマーカー）

-----------------------------------------------------------------------------  ***/
.head-title {
	text-align: center;
	margin: 0 0 55px;
}
.head-title h2{
	margin: 0 0 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.66;
	color: #004d9e;
}
.head-title p span{ font-weight: bold;}

@media screen and (max-width:737px){
	.head-title { padding: 0 10px;}
	.head-title h2{ font-size: 2.0rem;}
}

/*** ------------------------------------------------------------------------------ 

ボタン

-----------------------------------------------------------------------------  ***/
.btn-01 a{
	display: inline-block;
	padding: 10px 20px 10px 70px;
	background: #04a1e9;
	border-radius: 6px;
	border: 1px solid #04a1e9;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.btn-01 a:hover{
	text-decoration: none;
	background: #fff;
	color: #04a1e9;
}
.btn-01 a svg{ margin: 0 0 0 50px;}

/*** ------------------------------------------------------------------------------ 

marker-line　（テキストマーカー）

-----------------------------------------------------------------------------  ***/
.marker-line{
	font-weight: bold;
	background: linear-gradient(transparent 40%, #f9f2c4 40%);
}


/*** ------------------------------------------------------------------------------ 

attention（テキストカラー）

-----------------------------------------------------------------------------  ***/
.atttion{
	color: #e00000;
	font-weight: bold;
}


/*** ------------------------------------------------------------------------------ 

link（テキストリンク）

-----------------------------------------------------------------------------  ***/
.link01{
	text-decoration: underline !important;
	color: #004d9e !important;
}
.link01:hover{ text-decoration: none !important;}


/*** ------------------------------------------------------------------------------ 

text-img_temp（左テキスト + 右画像のレイアウト）

-----------------------------------------------------------------------------  ***/
.text-img_temp{ display: flex;}
.text-img_temp .text{
	box-sizing: border-box;
	padding: 0 50px 0 0;
}
.text-img_temp .img img{ max-width: 100%;}

@media screen and (max-width:737px){
	.text-img_temp{ flex-wrap: wrap;}
	.text-img_temp .text{
		padding: 0;
		margin: 0 0 20px;
	}
	.text-img_temp .img {
		text-align: center;
		margin: 0 0 20px;
	}
}

/*** ------------------------------------------------------------------------------ 

img-text_temp（左画像のレイアウト + 右テキスト ）

-----------------------------------------------------------------------------  ***/
.img-text_temp{ display: flex;}
.img-text_temp .text{
	box-sizing: border-box;
	padding: 0 0 0 50px;
}
.img-text_temp .img img{ max-width: 100%;}

@media screen and (max-width:737px){
	.img-text_temp{ flex-wrap: wrap;}
	.img-text_temp .text{
		padding: 0;
		margin: 0 0 20px;
	}
	.img-text_temp .img {
		text-align: center;
		margin: 0 0 20px;
	}
}

/*** ------------------------------------------------------------------------------ 

カテゴリーアイコン

-----------------------------------------------------------------------------  ***/
.point-gratipay,
.point-leaf,
.point-binoculars,
.point-fire,
.point-volume{ font-size: 1.7rem;}

.point-gratipay{ color: #0271c2;}
.point-leaf{ color: #72ae4a;}
.point-binoculars{ color: #fcd25a;}
.point-fire{ color: #f3446b;}
.point-volume{ color: #c0c0c0;}


/*** ------------------------------------------------------------------------------ 

.contact-box01 (お問い合わせ)

-----------------------------------------------------------------------------  ***/
.contact-box01{
	background: url(../../imgs/about/bg-contact01.jpg) no-repeat;
	border: 4px solid #d7e8eb;
	padding: 24px 280px 24px 15px;
}
.contact-box01 .tit{
	margin: 0;
	font-weight: bold;
	font-size: 2.2rem;
	color: #ec7993;
}
.contact-box01 .btn01{
	margin: 5px 0 0;
	width: 310px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
.contact-box01 .btn01 a{
	width: 100%;
	display: block;
	border-bottom: 5px solid #634a4b;
	background: url(../img/arrow03.png) no-repeat right 10px center #866667;
	padding: 8px 0;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
}
.contact-box01 .btn01 a:hover{
	text-decoration: none;
	opacity: 0.6;
}

@media screen and (max-width:737px){
	.contact-box01{
		background: url(../../imgs/about/bg-contact01sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
		border: 4px solid #d7e8eb;
		padding: 20px 10px 30%;
	}
	.contact-box01 .btn01{ width: 100%;}
}
















