@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* -- ページタイトル ----------------------------------------------- */
#page_tt {
	text-align: center;
	margin-bottom: 30px;
}
#page_tt h3 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #00aeef;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 800;
}

/* -- リード文 ----------------------------------------------- */
#lead {
	text-align: center;
}
#lead p {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #878787;
	font-size: 30px;
	line-height: 2em;
	writing-mode: vertical-rl;
	column-count: 1;
	column-gap: 1em;
	display: inline-block;
	text-align: justify;
}

/* -- ビジュアル ----------------------------------------------- */
#kv_pic {
}
#kv_pic img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	margin-bottom: 40px;
}
.h3_box h3 {
	text-align: center;
	color: #FF9AA2;
	font-weight: 800;
	font-size: 22px;
}
.h3_box h3 span {
	font-size: 16px;
	display: block;
}
.h3_box h3 img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}











/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	padding-top: 100px;
	padding-bottom: 20px;
}

/* -- ページタイトル ----------------------------------------------- */
#page_tt {
	margin-bottom: 40px;
}

/* -- リード文 ----------------------------------------------- */
#lead p {
	font-size: 26px;
	line-height: 2em;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	margin-bottom: 40px;
}
.h3_box h3 {
	font-size: 20px;
}
.h3_box h3 span {
	font-size: 14px;
}
.h3_box h3 img {
	width: 60px;
}

}
