@charset "utf-8";

/*オレンジ色読み込み*/
@import url("color-orange.css");

.main-msg{
	background: url(/wp/wp-content/uploads/2019/03/illust_sun.svg) no-repeat;
	/*background: url(/wp/wp-content/uploads/2019/03/illust_sun.png) no-repeat;*/
	background-size: contain;
	color: #00665A;
}

/* PCのみ */
@media screen and (min-width: 768px),print {
.main-msg{
	font-size: 1.5em;
	line-height: 2.0em;
	text-align: center;
	padding-top: 1.5em;
	padding-left: 120px;
}
}

h2{
	font-family: "Noto Serif JP" ,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
	color: #EA5504;
	text-align: center;
	letter-spacing: 1px;
	background:none;/*オレンジテーマ画像削除*/
	background-color: rgba(248,178,0,0.6);
	padding: 15px 0;
	margin-bottom: 0;
}

/* PCのみ */
@media screen and (min-width: 768px),print {
	h2{
		margin-top: 30px;
	}
	}

.item-box{
	padding: 20px 50px;
	background-color: rgba(248,178,0,0.3);
}

/*
.item-box .btn{}

.item-box .btn a{
	display: inline-block;
	padding: 5px 15px;
	color: #FFF;
	background-color: #F18900;
	text-decoration: none;
	border-radius: 5px;
}
*/

/* PCのみ */
@media screen and (min-width: 768px),print {
	.item-box{
		display: flex;
		justify-content: space-between;
	}

	.item-box .msg{
		width: 820px;
	}

	.item-box .btn{
		/*justify-content: center;*/
		align-self: center;
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	.main-msg br{
display: none;
	}

.item-box{
	padding: 10px 10px 15px;
}

.btn{
	text-align: center;
	margin-top: 1.0em;
}
}


