/*PC*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

.feature_title {
	margin-top: 30px;
}


.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.contents_textarea {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-bottom:20px;
}

.old_contents,
.old_contents header{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: "Mplus 1p";
	line-height:160%;
	color:#333;
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


.box {
	clear:both;
}

.box:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.sliderbox {
	width:450px;
	float:right;
}

.contbox {
	width:490px;
	float:left;
}

.contbox h2 {
	font-size:2.4em;
	padding:10px;
	margin-bottom:15px;
	line-height:120%;
	border-bottom:5px solid #8E161B;
}


.contbox h3 {
	font-size:1.4em;
	padding:10px;
}

.contbox .box_txt {
	padding:10px;
	line-height:180%;
	margin-bottom:10px;
}

/*正月専用コンテンツ*/

.newyear {
	display:none;
	background-color:#FFFDEF;
	padding:20px;
	border:2px solid #9E0002;
	border-radius:10px;
	margin:15px 0;
}

.newyear h4 {
	padding:10px;
	color:#E1070B;
	font-size:1.2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.newyear p {
	line-height:160%;
	padding-left:15px;
}



.morebox {
	clear:both;
	padding:15px;
	background-color:#E2EEDA;
	margin:20px 0 20px 0;
}


/*PC固定パーツ*/
	
#voicenavi {display:none;}

#kikaku_header {
	width: 100%;
	height: 58px;
	background-color: #fff;
	border-bottom: 3px solid #E54047;
}
#kikaku_header_h1 {
	background-image: url(../images/common/logo.jpg);
	width: 220px;
	height: 58px;
	text-indent: -9999px;
	float: left;
}
#kikaku_header_h1 a {
	background-image: url(../images/common/logo.jpg);
	width: 220px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	outline: none;
	text-decoration: none;
}
#kikaku_header_ul {
	float: right;
	width: 100px;
	margin-top: 15px;
}
#kikaku_header_ul li {
	float: left;
	margin-left: 5px;
}
#kikaku_header_li1 a {
	background-image: url(../images/common/head_li1.jpg);
	width: 72px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	outline: none;
	text-decoration: none;
}
#kikaku_header_li2 a {
	background-image: url(../images/common/head_li2.jpg);
	width: 112px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	outline: none;
	text-decoration: none;
}
#kikaku_header_li3 a {
	background-image: url(../images/common/head_li3.jpg);
	width: 72px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	outline: none;
	text-decoration: none;
}

#topicpath {
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #dedede);
	background: -moz-linear-gradient(#fff, #dedede);
	background: -o-linear-gradient(#fff, #dedede);
	background: -ms-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	border-bottom: 2px solid #ccc;
}
#topicpath ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
}
#topicpath ol li:before {
	/* liの前に記号追加 */
	content: " > ";
}
#topicpath ol li:first-child:before {
	/* 最初のliだけcontentを消す */
	content: "";
}

#copyright {
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#footer_logo {
	padding-bottom: 10px;
}
#footer_text {
	padding-bottom: 15px;
}


/*共通*/

.btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	background-color: #eee;
}

.btn li {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.btn a {
	padding: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 10px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #efe457), color-stop(1.00, #feae31));
	background: -webkit-linear-gradient(#efe457, #feae31);
	background: -moz-linear-gradient(#efe457, #feae31);
	background: -o-linear-gradient(#efe457, #feae31);
	background: -ms-linear-gradient(#efe457, #feae31);
	background: linear-gradient(#efe457, #feae31);
}



.new_banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.new_banner img {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 265px;
	object-fit: cover;}