@charset "utf-8";
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-size: 1.6rem;/* 16px */
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	margin: 0px;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0px;
}
p {
	margin: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a img {
	border-style: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	display: inline;
}
.menu-btn {
	position: fixed;
	top: 0px;
	left: 10px;
	cursor: pointer;
	z-index: 500;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
	content: attr(data-txt-close);
}
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 400;
	padding-top: 30px;
    font-family: 'Noto Serif JP', serif;
}
.menu p {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	float: left;
}
.menu p a {
	margin-right: 10px;
	margin-left: 10px;
}
.menu table {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.menu table td {
	text-align: center;
	padding-top: 20px;
}
.menu table td span {
	font-size: 1.6rem;
	margin-left: 10px;
}
.menu table a {
	display: inline;
	color: #FFFFFF;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 40px;
}
.menu table a:hover {
	color: #FFF4F4;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	cursor: url(../images/cross.svg), auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
.cd-fixed-bg.cd-bg-1 {
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	width: 100%;
	float: left;
}
#wrap {
	overflow: hidden;
}
#header {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(../photo/top_photo_4.jpg);
	background-repeat: repeat;
}
#header h1 {
	width: 100%;
	float: left;
	text-align: center;
}
#header h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	padding-top: 10px;
}
#header p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	padding-top: 10px;
}
#header p span {
	font-size: 1.3rem;
}
#pan {
	width: 100%;
	float: left;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}
#pan_left {
	width: 48%;
	float: left;
	padding-left: 2%;
}
#pan_left ul {
	width: 100%;
	float: left;
}
#pan_left ul li {
	float: left;
	margin-right: 5px;
	font-size: 1.2rem;
}
#pan_left ul li i {
	margin-right: 5px;
}
#pan_left a {
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}
#pan_left a:hover {
	text-decoration: underline;
}
#pan_right {
	width: 48%;
	float: right;
	padding-right: 2%;
}
#pan_right ul {
	width: 100%;
	float: left;
}
#pan_right ul li {
	float: right;
	margin-left: 10px;
	font-size: 1.3rem;
}
#pan_right ul li span {
    font-family: 'Muli', sans-serif;
}
#pan_right ul li i {
	margin-right: 5px;
}
#pan_right a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#pan_right a:hover {
	text-decoration: none;
}
#pan_right2 {
	display: none;
}
#topnew {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#topnew_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topnew_contents {
	width: 1000px;
	float: left;
}
.topnew_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.topnew_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.topnew_box h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.topnew_box h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.topnew_box h3:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.topnew_box p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 1.4rem;
}
.topnew_box2 {
	width: 180px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	border: 1px solid #D4D4D4;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background-color: #FCFCFC;
	margin-top: 20px;
	height: 370px;
}
.topnew_box2_img {
	width: 180px;
	float: left;
	height: 180px;
	overflow: hidden;
}
.topnew_box2_img img {
	width: 180px;
	height: 180px;
}
.topnew_box2 a {
	color: #FF0004;
	text-decoration: none;
}
.topnew_box2 a:hover {
	color: #828282;
	text-decoration: none;
}
.topnew_box2 h3 {
	width: 90%;
	float: left;
	text-align: center;
	font-size: 1.5rem;
	padding-right: 5%;
	padding-left: 5%;
	border-bottom: 1px dotted #FF0004;
	padding-top: 3px;
	height: 47px;
	overflow: hidden;
}
.topnew_box2 p {
	width: 90%;
	float: left;
	text-align: left;
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 5%;
	padding-left: 5%;
}
.topnew_box2 ul {
	width: 90%;
	float: left;
	text-align: left;
	font-size: 1.2rem;
	padding-right: 5%;
	padding-left: 5%;
}
.topnew_box3 {
	width: 180px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 20px;
	height: 370px;
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F8494C;
}
.topnew_box3 h3 {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	color: #FF0004;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
.topnew_box3 p {
	width: 90%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 1.3rem;
	bottom: 0;
	text-align: justify;
	padding-bottom: 22px;
	color: #FFFFFF;
	padding-top: 22px;
	border-top: 1px dotted #D4D4D4;
}
.topnew_box3 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	margin-left: 5px;
	margin-top: 10px;
}
.topnew_box3 a:hover {
	color: #F9F0F1;
}
#topsearch {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#topsearch_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topsearch_contents {
	width: 1000px;
	float: left;
}
.topsearch_box {
	width: 1000px;
	float: left;
	margin-top: 30px;
}
.topsearch_box_left {
	width: 280px;
	float: left;
	border-top-color: #838383;
	background-image: url(../sozai/back.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FCFCFC;
	padding-bottom: 10px;
}
.topsearch_box_left h3 {
	width: 97%;
	float: left;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-left: 3%;
}
.topsearch_box_left h3 i {
	margin-right: 5px;
}
.topsearch_box_left form {
	width: 97%;
	float: left;
	font-size: 1.4rem;
	margin-top: 5px;
	margin-left: 3%;
}
.topsearch_box_left p {
	width: 60%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #838383;
	font-size: 2rem;
	margin-left: 3%;
}
.topsearch_box_left p span {
	font-size: 1.4rem;
	display: block;
}
.topsearch_box_left p a {
	color: #000000;
	text-decoration: none;
}
.topsearch_box_left p a:hover {
	color: #838383;
	text-decoration: underline;
}
.topsearch_box_right {
	width: 670px;
	float: right;
	background-image: url(../sozai/back2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.topsearch_box_right h3 {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.topsearch_box_right h3 a {
	color: #000000;
	text-decoration: none;
}
.topsearch_box_right h3 a:hover {
	color: #838383;
	text-decoration: underline;
}
.topsearch_box_right h3 i {
	margin-right: 5px;
}
.topsearch_box_right_page {
	width: 640px;
	float: left;
	margin-left: 30px;
}
.topsearch_box_right_page div {
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 17px;
}
.topsearch_box_right_page div img {
	width: 71px;
	height: 55px;
}
.topsearch_box_right_page div p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.4rem;
}
.topsearch_box_right_page div p a {
	color: #000000;
	text-decoration: none;
}
.topsearch_box_right_page div p a:hover {
	color: #838383;
	text-decoration: underline;
}
.topsearch_box_right_page div p span {
	font-family: 'Muli', sans-serif;
	display: block;
	font-size: 1rem;
}
#topvoice {
	width: 100%;
	float: left;
	margin-top: 100px;
	background-image: url(../sozai/back3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 45px;
}
#topvoice_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topvoice_contents {
	width: 1000px;
	float: left;
}
.topvoice_box {
	width: 1000px;
	float: left;
}
.topvoice_box ul {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.topvoice_box ul li {
	width: 42%;
	float: left;
	font-size: 1.3rem;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
	background-color: #F7F7F7;
}
.topvoice_box ul li span {
	font-weight: bold;
	margin-right: 10px;
}
.topvoice_box ul li span i {
	margin-right: 5px;
}
.topvoice_box a {
	color: #000000;
	text-decoration: none;
}
.topvoice_box a:hover {
	color: #848484;
	text-decoration: underline;
}
.topvoice_box2 {
	width: 1000px;
	float: left;
	margin-top: 30px;
}
.topvoice_box2 p {
	width: 100%;
	float: left;
	text-align: right;
}
.topvoice_box2 a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.3rem;
}
.topvoice_box2 a:hover {
	color: #EF5759;
	text-decoration: underline;
}
#topnews {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#topnews_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topnews_contents {
	width: 1000px;
	float: left;
}
.topnews_box {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.topnews_box p {
	width: 100%;
	float: left;
	padding-top: 30px;
	text-align: right;
}
.topnews_box a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.3rem;
}
.topnews_box a:hover {
	color: #EF5759;
	text-decoration: underline;
}
.topnews_box ul {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
}
.topnews_box ul a {
	color: #000000;
	text-decoration: none;
	font-size: 1.3rem;
}
.topnews_box ul li a:hover {
	color: #8E8E8E;
	text-decoration: underline;
}
#topnews_left {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
#topnews_right {
	width: 46%;
	float: right;
	margin-right: 2%;
	margin-left: 2%;
}
#topshop {
	width: 100%;
	float: left;
	margin-top: 100px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom: 30px;
}
#topshop_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topshop_contents {
	width: 1000px;
	float: left;
}
.topshop_box {
	width: 100%;
	float: left;
	padding-top: 25px;
	margin-top: 0px;
}
.topshop_box2 {
	width: 40%;
	float: right;
	margin-top: 28px;
}
.topshop_box2 p {
	width: 97%;
	float: left;
	font-size: 1.3rem;
	margin-left: 3%;
}
.topshop_box2 img {
	margin-top: 10px;
	margin-left: 3%;
}
.topshop_box3 {
	width: 56%;
	float: left;
}
.topshop_box3 h4 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FF0004;
	height: 25px;
}
.topshop_box3 h4 i {
	margin-right: 5px;
}
.topshop_box3 h5 {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 15px;
}
.topshop_box3 p {
	width: 97%;
	float: left;
	font-size: 1.3rem;
	margin-top: 3px;
	margin-left: 3%;
}
.topshop_box3 img {
	margin-top: 10px;
	margin-left: 3%;
}
.topshop_box3 a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.3rem;
}
.topshop_box3 a:hover {
	color: #EF5759;
	text-decoration: underline;
}
#banner {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#banner_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner_contents {
	width: 1000px;
	float: left;
}
#banner img {
	margin-bottom: 15px;
	width: 60px;
	height: 59px;
}
#banner p {
	width: 100%;
	float: left;
	font-size: 1.5rem;
}
#banner p span {
	font-size: 3rem;
	color: #153EDD;
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}
#banner h5 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.banner_box {
	width: 300px;
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	border-right: 1px solid #000000;
	text-align: center;
}
.banner_box h5 a {
	text-decoration: none;
	color: #000;
}
.banner_box p a {
	text-decoration: none;
	color: #000000;
}
.banner_box2 {
	width: 300px;
	float: right;
	margin-right: 16px;
	margin-left: 16px;
	text-align: center;
}
.banner_box2 {
	width: 300px;
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	border-right: 1px solid #000000;
	text-align: center;
}
.banner_box2 h5 a {
	text-decoration: none;
	color: #000;
}
.banner_box p a {
	text-decoration: none;
	color: #000000;
}
#list {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#list_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#list_contents {
	width: 1000px;
	float: left;
}
.list_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.list_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.list_box h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.list_box p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
}
.list_box ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.list_box ul li {
	display: inline-block;
}
.list_box ul li a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 1.4rem;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.list_box ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.list_box2 {
	width: 100%;
	float: left;
	margin-top: 30px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list_box2_left {
	width: 50%;
	float: left;
	margin-left: 2%;
}
.list_box2_left ul {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.list_box2_left ul li {
	width: 20%;
	float: left;
}
.list_box2_left a {
	color: #000000;
	text-decoration: none;
}
.list_box2_left a:hover {
	color: #888888;
}
.list_box2_right {
	width: 46%;
	float: right;
	padding-right: 2%;
	margin-top: 11px;
}
.list_box2_right p {
	width: 100%;
	float: left;
	text-align: right;
}
.list_box2_right p i {
	margin-right: 5px;
}
.list_box2_right a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 1.4rem;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.list_box2_right a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.list_box3 {
	width: 990px;
	float: left;
	margin-top: 25px;
	border: 5px solid #E9E9E9;
	padding-bottom: 15px;
}
.list_box3 h3 {
	width: 98%;
	float: left;
	background-color: #E9E9E9;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
}
.list_box3 h3 a {
	color: #000000;
	text-decoration: none;
}
.list_box3 h3 a:hover {
	color: #929191;
	text-decoration: underline;
}
.list_box3 h3 span {
	display: inline;
	margin-left: 10px;
	font-size: 1.4rem;
}
.list_box3 i {
	margin-right: 5px;
}
.list_box3_left {
	width: 180px;
	float: left;
	margin-left: 20px;
	padding-top: 15px;
}
.list_box3_left img {
	width: 100%;
}
.list_box3_right {
	width: 740px;
	float: right;
	margin-right: 20px;
	padding-top: 15px;
}
.list_box3_right h4 {
	width: 96%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4rem;
	background-color: #3787F3;
	color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
}
.list_box3_right p {
	width: 350px;
	float: left;
	margin-top: 25px;
	font-size: 1.4rem;
}
.list_box3_right ul {
	width: 320px;
	float: right;
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.4rem;
}
.list_box4 {
	width: 990px;
	float: left;
	border-bottom: 5px solid #E9E9E9;
	border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;
}
.list_box4 i {
	margin-right: 5px;
}
.list_box4 table {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.list_box4 th {
	background-color: #E9E9E9;
	border-right: 1px solid #B8B8B8;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list_box4 td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	padding-right: 3%;
	padding-left: 3%;
}
.list_box4 td a {
	color: #FF0004;
	text-decoration: underline;
}
.list_box4 td a:hover {
	text-decoration: none;
}
.list_box5 {
	width: 1000px;
	float: left;
	margin-top: 50px;
}
.list_box5 p {
	width: 1000px;
	float: left;
	text-align: center;
	line-height: 40px;
}
.list_box5 span {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	color: #000000;
	border: 1px double #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 1.4rem;
	font-family: 'Muli', sans-serif;
	background-color: #EFEFEF;
}
.list_box5 a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	color: #000000;
	border: 1px double #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 1.4rem;
    font-family: 'Muli', sans-serif;
}
.list_box5 a:hover {
	cursor: pointer;
	background-color: #E9E9E9
}
.list_box6 {
	width: 960px;
	float: left;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
}
.list_box6 h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 25px;
}
.list_box6 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.list_box6 h3 {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.list_box6_box {
	width: 23%;
	float: left;
	height: 190px;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-top: 25px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 2%;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
.list_box6_box select {
	width: 48%;
	float: left;
	margin-right: 2%;
	font-size: 1.3rem;
}
.list_box6_box2 {
	width: 13%;
	float: left;
	height: 190px;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-top: 25px;
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 1%;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	margin-left: 1%;
}
.list_box6_box2 select {
	width: 100%;
	float: left;
	font-size: 1.3rem;
}
.list_box6_box2 ul {
	width: 100%;
	float: left;
	font-size: 1.3rem;
}
.list_box6_box2 ul li {
	width: 100%;
	float: left;
}
.list_box6_box3 {
	width: 60%;
	float: left;
	margin-top: 25px;
	text-align: center;
	margin-left: 20%;
}
.list_box6_box4 {
	width: 100%;
	float: left;
	text-align: center;
	border-style: none;
	padding-top: 10px;
}
.list_box6_box4 p {
	margin-top: 5px;
	font-size: 2.4rem;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #B8B8B8;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#page {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#page_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page_contents {
	width: 1000px;
	float: left;
}
.page_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.page_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.page_box h2 span {
	color: #FFFFFF;
	margin-left: 10px;
	background-color: #ED282B;
	padding-right: 10px;
	padding-left: 10px;
}
.page_box2 {
	width: 94%;
	float: left;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	margin-top: 25px;
    background: -moz-linear-gradient(to bottom,#676767,#000000 30%,#F89174); 
    background: -webkit-linear-gradient(to bottom,#676767,#FFC778 30%,#F89174); 
    background: linear-gradient(to bottom,#676767,#343434 30%,#343434); 
}
.page_box2_left {
	width: 35%;
	float: left;
	text-align: center;
}
.page_box2_left img {
	width: 90%;
	float: left;
}
.page_box2_right {
	width: 65%;
	float: right;
}
.page_box2_right p {
	width: 100%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	color: #FFFFFF;
}
.page_box3 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 5px solid #DDDDDD;
}
.page_box3 h3 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	text-align: left;
}
.page_box3 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.page_box3_left {
	width: 45%;
	float: left;
}
.page_box3_left ul {
	width: 94%;
	float: left;
	border-bottom: 1px dotted #828282;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	margin-right: 3%;
	margin-left: 3%;
}
.page_box3_right {
	width: 45%;
	float: right;
	text-align: center;
}
.page_box3_right img {
	width: 21%;
	margin-left: 2%;
	margin-top: 2%;
}
.page_box3_right p {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 10px;
	font-size: 1.2rem;
	color: #777777;
}
.page_box3_right div {
	width: 94%;
	height: 200px;
	float: left;
	margin-left: 3%;
	margin-top: 25px;
}
.page_box3_right #map_canvas {
	width: 94%;
	height: 200px;
	float: left;
	margin-left: 3%;
	margin-top: 25px;
}
.page_box3_right2 {
	width: 45%;
	float: right;
}
.page_box3_right2_box {
	width: 100%;
	float: left;
	text-align: center;
}
.page_box3_right2_box img {
	width: 90%;
}
.page_box3_right2_box2 {
	width: 100%;
	float: left;
	text-align: center;
}
.page_box3_right2_box2 img {
	width: 21%;
	margin-left: 2%;
	margin-top: 2%;
}
.page_box3_right2_box2 p {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 10px;
	font-size: 1.2rem;
	color: #777777;
}
.page_box3_right2_box2 div {
	width: 94%;
	height: 200px;
	float: left;
	margin-left: 3%;
	margin-top: 25px;
}
.page_box3_right2_box2 #map_canvas {
	width: 94%;
	height: 200px;
	float: left;
	margin-left: 3%;
	margin-top: 25px;
}
.page_box3_center {
	width: 94%;
	float: left;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	margin-top: 25px;
}
.page_box3_center p {
	width: 100%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
}
.page_box4 {
	width: 990px;
	float: left;
	border-bottom: 5px solid #E9E9E9;
	border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;
}
.page_box4 i {
	margin-right: 5px;
}
.page_box4 table {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.page_box4 th {
	background-color: #E9E9E9;
	border-right: 1px solid #B8B8B8;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.page_box4 td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
}
.page_box4 td a {
	color: #FF0004;
	text-decoration: underline;
}
.page_box4 td a:hover {
	text-decoration: none;
}
.page_box5 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 100px;
}
.page_box5 h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box5 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.page_box5 h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box5 h3:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.page_box5 p {
	width: 54%;
	float: left;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	margin-top: 25px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	margin-left: 20%;
	text-align: left;
	line-height: 3rem;
}
.page_box5 p span {
	font-size: 2rem;
}
.page_box6 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 50px;
}
.page_box6 i {
	margin-right: 5px;
}
.page_box6 ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	font-size: 2.4rem;
}
.page_box6 ul li {
	display: inline-block;
}
.page_box6 ul li a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box6 ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#search {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#search_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#search_contents {
	width: 1000px;
	float: left;
}
.search_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.search_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.search_box h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.search_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.search_box2 h3 {
	position: relative;
	text-align: center;
	font-size: 2.6rem;
}
.search_box2 h3:before {
	border-top: 1px solid #BBB;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.search_box2 h3 span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	background-color: #FFFFFF;
}
.search_box2 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.search_box2 p label {
	float: left;
	width: 25%;
}
.search_box3 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.search_box3 i {
	margin-right: 5px;
}
.search_box3 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	font-size: 2.4rem;
}
.search_box3 a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    font-family: 'Noto Serif JP', serif;
}
.search_box3 a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.search_box4 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.search_box4 p {
	width: 30%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-size: 4rem;
	background-color: #F91014;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 35%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search_box5 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #000000;
}
.search_box5 h3 {
	position: relative;
	text-align: center;
	font-size: 2.6rem;
}
.search_box5 h3:before {
	border-top: 1px solid #BBB;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.search_box5 h3 span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	background-color: #FFFFFF;
}
.search_box5 p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.8rem;
}
.search_box5 p span {
	margin-right: 5px;
}
.search_box6 {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}
.search_box6_left {
	width: 20%;
	float: left;
	margin-top: 25px;
}
.search_box6_left h4 {
	width: 100%;
	float: left;
}
.search_box6_right {
	width: 80%;
	float: right;
}
.search_box6_right p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.search_box6_right2 {
	width: 80%;
	float: right;
	padding-bottom: 20px;
}
.search_box6_right2 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.search_box6_right2 label {
	width: 33%;
	float: left;
}
.search_box7 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000000;
}
.search_box7_left {
	width: 20%;
	float: left;
	margin-top: 25px;
}
.search_box7_left h4 {
	width: 100%;
	float: left;
}
.search_box7_right2 {
	width: 80%;
	float: right;
	padding-bottom: 20px;
	margin-top: 25px;
}
.search_box7_right2 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.search_box7_right2 label {
	width: 33%;
	float: left;
}
.search_box8 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.search_box8 ul {
	width: 100%;
	float: left;
}
.search_box8 ul li {
	width: 20%;
	float: left;
	margin-top: 50px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
}
.search_box8 img {
	display: block;
	width: 70%;
	margin-left: 15%;
}
.search_box8 ul li span {
	font-size: 1.3rem;
	font-family: 'Muli', sans-serif;
	display: block;
}
.search_box8 a {
	color: #000000;
	text-decoration: none;
}
.search_box8 a:hover {
	color: #939393;
}
.contents_page_2 {
	width: 1000px;
	float: left;
	padding-top: 50px;
}
.contents_page_2_page {
	width: 1000px;
	float: left;
	margin-top: 25px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #878787;
}
.contents_page_2_page_left {
	width: 250px;
	float: left;
}
.contents_page_2_page_left img {
	width: 100%;
}
.contents_page_2_page_right {
	width: 650px;
	float: right;
}
.contents_page_2_page_right h3 {
	width: 100%;
	float: left;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	font-family: 'Noto Serif JP', serif;
}
.contents_page_2_page_right h3 span {
	color: #FFFFFF;
	font-size: 1.4rem;
	background-color: #999999;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
	display: inline;
	font-weight: normal;
}
.contents_page_2_page_right a {
	margin-top: 10px;
	color: #F93538;
	text-decoration: none;
}
#normal {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#normal_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#normal_contents {
	width: 1000px;
	float: left;
}
.normal_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.normal_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.normal_box h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.normal_box div {
	width: 90%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	background-image: url(../sozai/back7.png);
	background-position: left top;
	background-repeat: repeat;
	padding-right: 5%;
	padding-bottom: 25px;
	padding-left: 5%;
}
.normal_box p {
	width: 100%;
	float: left;
	margin-top: 25px;
	text-align: left;
}
.normal_box img {
	margin-top: 25px;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box2 h3 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}
.normal_box2 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.normal_box2 h4 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}
.normal_box2 h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.normal_box2_left {
	width: 45%;
	float: left;
}
.normal_box2_left ul {
	width: 94%;
	float: left;
	border-bottom: 1px dotted #828282;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	margin-right: 3%;
	margin-left: 3%;
}
.normal_box2_right {
	width: 45%;
	float: right;
	text-align: center;
}
.normal_box2_right p {
	width: 94%;
	float: left;
	margin-top: 10px;
	font-size: 1.4rem;
	padding-right: 3%;
	padding-left: 3%;
	text-align: left;
}
.normal_box2_right img {
	margin-top: 10px;
}
.normal_box2_right div {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box2_right iframe {
	width: 100%;
	float: left;
	margin-top: 15px;
	background-color: #E9E9E9;
}
.normal_box3 {
	width: 100%;
	float: left;
	margin-top: 100px;
}
.normal_box3_layout {
	width: 29%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	height: 580px;
	border-bottom: 1px dotted #868686;
}
.normal_box3_layout h3 {
	width: 96%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	margin-top: 10px;
	font-size: 1.8rem;
	background-image: url(../sozai/back4.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.normal_box3_layout h3 span {
	background-color: #F44C4F;
	color: #FFFFFF;
	margin-right: 5px;
	font-size: 1.2rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.normal_box3_layout p {
	width: 96%;
	float: left;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
}
.normal_box3_layout ul {
	width: 96%;
	float: left;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	list-style-position: inside;
	list-style-type: disc;
}
.normal_box3_layout ul li {
	width: 100%;
	float: left;
}
.normal_box4 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box4 h3 {
	width: 100%;
	float: left;
	font-size: 1.8rem;
}
.normal_box4 h4 {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.normal_box4 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.4rem;
}
.normal_box4 ul {
	width: 96%;
	float: left;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	list-style-position: outside;
	list-style-type: disc;
}
.normal_box4 ul li {
	width: 100%;
	float: left;
}
.normal_box5 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.normal_box5 h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.normal_box5 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.normal_box5 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	text-align: center;
	font-size: 1.4rem;
}
.normal_box5 p span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #3C60EC;
}
.normal_box6 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box6_layout {
	width: 18%;
	float: left;
	margin-top: 25px;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom: 1px dotted #909090;
	padding-bottom: 15px;
}
.normal_box6_layout h3 {
	width: 96%;
	float: left;
	background-color: #E8E8E8;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 4%;
	font-size: 1.6rem;
}
.normal_box6_layout ul {
	width: 98%;
	float: left;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 1.4rem;
}
.normal_box6_layout ul li {
	width: 96%;
	float: left;
	text-align: center;
}
.normal_box6_layout a {
	color: #000000;
	text-decoration: none;
}
.normal_box7 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box7_layout {
	width: 22%;
	float: left;
	margin-top: 25px;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom: 1px dotted #909090;
	padding-bottom: 15px;
	height: 370px;
}
.normal_box7_layout h3 {
	width: 96%;
	float: left;
	background-color: #E8E8E8;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 4%;
	font-size: 1.6rem;
}
.normal_box7_layout ul {
	width: 98%;
	float: left;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 1.4rem;
}
.normal_box7_layout ul li {
	width: 94%;
	float: left;
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
}
.normal_box7_layout a {
	color: #000000;
	text-decoration: none;
}
.normal_box7_layout a:hover {
	color: #828282;
	text-decoration: underline;
}
.normal_box8 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box8_layout {
	width: 100%;
	float: left;
	margin-top: 25px;
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 15px;
}
.normal_box8_layout ul {
	width: 100%;
	float: left;
}
.normal_box8_layout a {
	color: #000000;
	text-decoration: none;
}
.normal_box8_layout a:hover {
	color: #8B8B8B;
	text-decoration: underline;
}
.normal_box9 {
	width: 90%;
	float: left;
	margin-top: 50px;
	padding-top: 35px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
	background: -moz-linear-gradient(to bottom,#ffffff,#000000 30%,#F89174);
	background: -webkit-linear-gradient(to bottom,#ffffff,#FFC778 30%,#F89174);
	background: linear-gradient(to bottom,#ffffff,#f2f2f2 30%,#f2f2f2);
}
.normal_box9 h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
    font-family: 'Muli', sans-serif;
}
.normal_box9 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
}
.normal_box9 img {
	margin-top: 25px;
	width: 40%;
}
.normal_box10 {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.normal_box10 h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 100px;
}
.normal_box10 h3:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.normal_box10 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 50px;
}
.normal_box10 p a {
	color: #000000;
	text-decoration: underline;
	margin-right: 3px;
	margin-left: 3px;
}
.normal_box10 p a:hover {
	color: #878787;
	text-decoration: none;
}
.normal_box10_layout {
	width: 70%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #888888;
	margin-left: 15%;
}
.normal_box10_layout h4 {
	width: 100%;
	float: left;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.normal_box10_layout label {
	width: 30%;
	float: left;
}
.normal_box10_layout2 {
	width: 70%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #888888;
	margin-left: 15%;
}
.normal_box10_layout2 h4 {
	width: 100%;
	float: left;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.normal_box10_layout2 label {
	width: 48%;
	float: left;
	font-size: 1.6rem;
	color: #3E3E3E;
	margin-left: 2%;
}
.normal_box10_layout3 {
	width: 70%;
	float: left;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888888;
	margin-left: 15%;
}
.normal_box10_layout3 h4 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.3rem;
	margin-top: 15px;
	color: #868686;
}
.normal_box10_layout3 p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.8rem;
	margin-top: 5px;
    font-family: 'Noto Serif JP', serif;
}
.normal_box11 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box11 ul {
	width: 100%;
	float: left;
	text-align: center;
}
.normal_box11 ul li {
	display: inline-block;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #000000;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box12 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box12 h3 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
	width: 100%;
}
.normal_box12 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.normal_box12_box {
	width: 100%;
	float: left;
}
.normal_box12 ul {
	width: 100%;
	float: left;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 10px;
}
.normal_box12_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box12_box2 h4 {
	position: relative;
	padding: .5em 1em .5em 1.5em;
	border: 1px solid #ccc;
	margin-top: 25px;
	width: 92%;
	margin-left: 2%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
}
.normal_box12_box2 h4::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}
.normal_box12_box2 p {
	margin-top: 15px;
	width: 90%;
	margin-left: 5%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
}
.normal_box13 {
	width: 50%;
	float: left;
	margin-left: 25%;
}
.normal_box13 h3 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
    font-family: 'Noto Serif JP', serif;
}
.normal_box13 h4 {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
    font-family: 'Noto Serif JP', serif;
}
.normal_box13 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.normal_box13 ul {
	font-size: 1.4rem;
	margin-top: 20px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #939393;
}
.normal_box13 ul li {
	text-align: left;
	width: 100%;
}
.normal_box13 a {
	color: #F52D30;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.normal_box13 a:hover {
	text-decoration: underline;
}
#footer {
	width: 100%;
	float: left;
	margin-top: 100px;
	background-color: #1E1B1B;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer_contents {
	width: 1000px;
	float: left;
}
.footer_box {
	width: 170px;
	float: left;
}
.footer_box h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
}
.footer_box h3 i {
	margin-right: 5px;
}
.footer_box ul {
	width: 94%;
	float: left;
	font-size: 1.2rem;
	margin-top: 15px;
	padding-left: 6%;
}
.footer_box ul li {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.footer_box a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.footer_box a:hover {
	text-decoration: underline;
	color: #E3E3E3;
}
.footer_box2 {
	width: 230px;
	float: left;
	margin-left: 70px;
}
.footer_box2 h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
}
.footer_box2 h3 i {
	margin-right: 5px;
}
.footer_box2 ul {
	width: 94%;
	float: left;
	font-size: 1.2rem;
	margin-top: 15px;
	padding-left: 6%;
}
.footer_box2 ul li {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.footer_box2 a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.footer_box2 a:hover {
	text-decoration: underline;
	color: #E3E3E3;
}
.footer_box3 {
	width: 170px;
	float: left;
	margin-left: 70px;
}
.footer_box3 h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
}
.footer_box3 h3 i {
	margin-right: 5px;
}
.footer_box3 ul {
	width: 94%;
	float: left;
	font-size: 1.2rem;
	margin-top: 15px;
	padding-left: 6%;
}
.footer_box3 ul li {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.footer_box3 h4 {
	width: 94%;
	float: left;
	margin-top: 10px;
	padding-left: 6%;
}
.footer_box3 p {
	width: 94%;
	float: left;
	margin-top: 5px;
	padding-left: 6%;
	color: #FFFFFF;
	font-size: 1.2rem;
}
.footer_box3 a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.footer_box3 a:hover {
	text-decoration: underline;
	color: #E3E3E3;
}
.footer_box4 {
	width: 210px;
	float: right;
	margin-left: 50px;
}
.footer_box4 p {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 10px;
}
.footer_box4 p img {
	display: inline-block;
	margin-top: 10px;
}
.footer_box4 ul {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.footer_box4 ul li {
	float: right;
	margin-left: 10px;
}
#footerninki {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #464343;
}
#footerninki_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footerninki_contents {
	width: 1000px;
	float: left;
}
#footerninki h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 15px;
}
#footerninki h3 i {
	margin-right: 5px;
}
#footerninki ul {
	width: 99%;
	float: left;
	font-size: 1.2rem;
	padding-left: 1%;
}
#footerninki ul li {
	width: 25%;
	float: left;
	margin-top: 3px;
}
#footerninki a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
#footerninki a:hover {
	text-decoration: underline;
	color: #E3E3E3;
}
#copy {
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
}
#copy p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.3rem;
    font-family: 'Muli', sans-serif;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.des1 {
	width: 27%;
	float: left;
	color: #808080;
}
.des1_2 {
	width: 68%;
	float: right;
}
.des1_3 {
	width: 23%;
	float: left;
	color: #808080;
	font-family: 'Muli', sans-serif;
	font-size: 1.2rem;
}
.des1_3 img {
	width: 100%;
	margin-top: 1px;
	display: block;
}
.des1_4 {
	width: 75%;
	float: right;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3rem;
}
.des1_4 span {
	display: inline-block;
	margin-right: 5px;
	background-color: #FF0004;
	color: #FFFFFF;
	font-size: 1.3rem;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.des1_4 a {
	display: block;
}
.des1_5 {
	width: 100%;
	float: left;
}
.des1_5_2 {
	width: 80%;
	float: right;
}
.des1_6 {
	width: 25%;
	float: left;
}
.des1_6_2 {
	width: 73%;
	float: right;
	padding-left: 2%;
}
.des1_6_2 span {
	color: #FF0004;
	margin-left: 5px;
}
.des1_7 {
	width: 17%;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Muli', sans-serif;
	font-size: 1.6rem;
}
.des1_7_2 {
	width: 78%;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.des2 {
	width: 27%;
	float: left;
	position: relative;
	padding: 0 .4em .1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	margin-top: 15px;
	margin-right: 2%;
	margin-left: 2%;
	color: #000000;
}
.des2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #EFDEDB;
}
.des2_2 {
	width: 60%;
	float: left;
	position: relative;
	padding: 0 .4em .1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	margin-top: 15px;
	margin-right: 2%;
	margin-left: 2%;
	color: #000000;
}
.des2_2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #EFDEDB;
}
.des3 {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	float: left;
	font-size: 1.6rem;
	font-weight: normal;
}
.des3_2 {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	float: left;
	font-size: 1.4rem;
}
.des3_2 span {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #999999;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
	display: inline;
	font-weight: normal;
}
.des3_3 {
	text-align: left;
	width: 100%;
	padding-top: 30px;
	float: left;
}
.des3_3 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.text {
	border: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	color: #000;
	border: solid 1px #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	width: 85%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.text1 {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	font-size: 1.5rem;
	font-weight: normal;
	display: inline;
	padding-left: 2%;
}
.text2 {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	font-size: 1.5rem;
	font-weight: normal;
	display: inline;
	padding-left: 2%;
	height: 150px;
}
.text3 {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 28%;
	font-size: 1.5rem;
	font-weight: normal;
	display: inline;
	padding-left: 2%;
}
/* css checkbox01 */
.checkbox01-input {
	display: none;
}
.checkbox01-parts {
	padding-left: 25px;
	position: relative;
	margin-right: 25px;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	border-radius: 4px;
	cursor: pointer;
	cursor: hand;
	margin-top: 3px;
}
.checkbox01-input:checked + .checkbox01-parts {
	color: #F40F18;
}
.checkbox01-input:checked + .checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #F40F18;
	border-right: 3px solid #F40F18;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin-top: 25px;
	text-align: center;
	margin-right: 25px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.6rem;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #000000;
	border-radius: 5px;
	background: #ffffff;
	width: 30%;
	float: left;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000000;;
}
.cp_ipselect2 {
	overflow: hidden;
	width: 90%;
	text-align: center;
	margin-right: 25px;
}
.cp_ipselect2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.6rem;
}
.cp_ipselect2 select::-ms-expand {
  display: none;
}
.cp_ipselect2.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #000000;
	border-radius: 5px;
	background: #ffffff;
	width: 30%;
	float: left;
}
.cp_ipselect2.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}
.cp_ipselect2.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000000;;
}
.cp_ipselect2.cp_sl05 {
	position: relative;
	border: 1px solid #000000;
	background: #ffffff;
	width: 30%;
	float: left;
}
.cp_ipselect2.cp_sl05::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.cp_ipselect2.cp_sl05 select {
  padding: 8px 38px 8px 8px;
  color: #000;;
}
.bot {
	border: solid 1px #ccc;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	width: 50%;
	background-color: #FF0004;
	font-family: 'Muli', sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.bot2 {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 2.4rem;
}
.bot2:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yaji1::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background-color: #FFFFFF;
}
.yaji1::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FF0000;
}
.yaji2::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background-color: #FF0000;
}
.yaji2::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFFFFF;
}
.yaji3::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background-color: #FFFFFF;
}
.yaji3::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #000000;
}
.yaji4::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background-color: #000000;
}
.yaji4::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFFFFF;
}
.pc {
	display: inline !important;
}
.sm {
	display: none !important;
}
@media screen and (min-width : 1000px ){
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and ( max-width:896px ) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
}
br {
    display: none;
}
.menu table a {
	display: inline;
	color: #FFFFFF;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 30px;
}
#header {
	width: 96%;
	float: left;
	padding-top: 45px;
	padding-bottom: 30px;
	background-image: url(../photo/top_photo_4.jpg);
	background-repeat: repeat;
	padding-right: 2%;
	padding-left: 2%;
}

#header br {
	display: inherit;
}
#header p {
	display: none;
}
#pan {
	width: 98%;
	float: left;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
	padding-right: 1%;
	padding-left: 1%;
}
#pan_left {
	width: 100%;
	float: left;
	padding-left: 0%;
}
#pan_left ul {
	width: 100%;
	float: left;
}
#pan_left ul li {
	float: left;
	margin-right: 0px;
	font-size: 1.4rem;
	line-height: 2rem;
}
#pan_right {
	display: none;
}
#pan_right2 {
	display: inherit;
	width: 98%;
	float: left;
	padding-right: 2%;
}
#pan_right2 p {
	width: 100%;
	margin-top: 15px;
	text-align: right;
	font-size: 1.4rem;
	float: left;
}
#pan_right2 p span {
    font-family: 'Muli', sans-serif;
}
#pan_right2 p i {
	margin-right: 5px;
}
#pan_right2 p a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#pan_right2 p a:hover {
	text-decoration: none;
}
#topnew {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#topnew_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#topnew_contents {
	width: 100%;
	float: left;
}
.topnew_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.topnew_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.topnew_box h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.topnew_box2 {
	width: 89%;
	float: left;
	margin-right: 0px;
	margin-left: 5%;
	border: 1px solid #D4D4D4;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background-color: #FCFCFC;
	margin-top: 15px;
	height: auto;
	padding-bottom: 10px;
}
.topnew_box2_img {
	width: 90%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 5%;
}
.topnew_box2_img img {
	width: 100%;
	height: auto;
}
.topnew_box2 h3 {
	width: 90%;
	float: left;
	text-align: center;
	font-size: 1.8rem;
	padding-right: 5%;
	padding-left: 5%;
	border-bottom: 1px dotted #FF0004;
	padding-top: 10px;
	padding-bottom: 3px;
}
.topnew_box2 p {
	width: 90%;
	float: left;
	text-align: left;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5%;
	padding-left: 5%;
}
.topnew_box2 ul {
	width: 90%;
	float: left;
	text-align: left;
	font-size: 1.4rem;
	padding-right: 5%;
	padding-left: 5%;
}
.topnew_box3 {
	width: 89%;
	float: left;
	margin-right: 0px;
	margin-left: 5%;
	margin-top: 15px;
	height: auto;
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F8494C;
}
.topnew_box3 h3 {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	color: #FF0004;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
.topnew_box3 p {
	width: 90%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 1.4rem;
	bottom: 0;
	text-align: justify;
	padding-bottom: 15px;
	color: #FFFFFF;
	padding-top: 15px;
	border-top: 1px dotted #D4D4D4;
}
#topsearch {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#topsearch_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#topsearch_contents {
	width: 100%;
	float: left;
}
.topsearch_box {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.topsearch_box_left {
	width: 100%;
	float: left;
	border-top-color: #838383;
	background-image: url(../sozai/back.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FCFCFC;
	padding-bottom: 10px;
}
.topsearch_box_right {
	width: 100%;
	float: left;
	background-image: url(../sozai/back2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-top: 30px;
}
.topsearch_box_right h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
}
.topsearch_box_right_page {
	width: 100%;
	float: left;
	margin-left: 0px;
}
.topsearch_box_right_page div {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#topnews {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#topnews_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#topnews_contents {
	width: 100%;
	float: left;
}
.topnews_box {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.topnews_box p {
	width: 100%;
	float: left;
	padding-top: 15px;
	text-align: right;
}
.topnews_box a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.4rem;
}
.topnews_box ul a {
	color: #000000;
	text-decoration: none;
	font-size: 1.4rem;
}
#topnews_left {
	width: 100%;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
}
#topnews_right {
	width: 100%;
	float: right;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 50px;
}
#topshop {
	width: 96%;
	float: left;
	margin-top: 50px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 2%;
	padding-left: 2%;
}
#topshop_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#topshop_contents {
	width: 100%;
	float: left;
}
.topshop_box2 {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.topshop_box2 p {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	margin-left: 0%;
}
.topshop_box2 img {
	margin-top: 10px;
	margin-left: 0%;
}
.topshop_box3 {
	width: 100%;
	float: left;
	text-align: center;
}
.topshop_box3 h4 {
	width: 96%;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF0004;
	height: auto;
	text-align: left;
	margin-left: 2%;
}
.topshop_box3 p {
	width: 96%;
	float: left;
	font-size: 1.4rem;
	margin-top: 8px;
	margin-left: 2%;
	text-align: left;
	max-height: 999999px;
}
.topshop_box3 img {
	margin-top: 10px;
	margin-left: 0%;
}
.topshop_box3 a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.4rem;
}
#topvoice {
	width: 96%;
	float: left;
	margin-top: 50px;
	background-image: url(../sozai/back3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 40px;
	margin-left: 2%;
}
#topvoice_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#topvoice_contents {
	width: 100%;
	float: left;
}
.topvoice_box {
	width: 100%;
	float: left;
}
.topvoice_box ul li {
	width: 96%;
	float: left;
	font-size: 1.4rem;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 10px;
	background-color: #F7F7F7;
}
.topvoice_box2 {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.topvoice_box2 a {
	color: #FF0004;
	text-decoration: none;
	font-size: 1.4rem;
}
#banner {
	width: 96%;
	float: left;
	margin-top: 35px;
	margin-left: 2%;
}
#banner_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#banner_contents {
	width: 100%;
	float: left;
}
#banner p {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
#banner p span {
	font-size: 2.4rem;
	color: #153EDD;
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}
.banner_box {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	border-right-style: none;
	text-align: center;
	margin-top: 15px;
}
.banner_box2 {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 25px;
}
#list {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#list_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#list_contents {
	width: 100%;
	float: left;
}
.list_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.list_box ul li a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 1.6rem;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.list_box2 {
	width: 100%;
	float: left;
	margin-top: 15px;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 25px;
}
.list_box2_left {
	width: 100%;
	float: left;
	margin-left: 0%;
}
.list_box2_left ul {
	width: 100%;
	float: left;
	font-size: 1.6rem;
}
.list_box2_left ul li {
	width: 32%;
	float: left;
	margin-left: 1%;
	line-height: 2.2rem;
}
.list_box2_right {
	width: 100%;
	float: left;
	padding-right: 0%;
	margin-top: 20px;
}
.list_box2_right p {
	width: 100%;
	float: left;
	text-align: center;
}
.list_box2_right a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 1.6rem;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.list_box3 {
	width: 97%;
	float: left;
	margin-top: 15px;
	border: 5px solid #E9E9E9;
	padding-bottom: 10px;
}
.list_box3_left {
	width: 26%;
	float: left;
	margin-left: 1%;
	padding-top: 10px;
}
.list_box3_right {
	width: 70%;
	float: left;
	margin-right: 1%;
	padding-top: 10px;
	margin-left: 2%;
}
.list_box3_right h4 {
	width: 92%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4rem;
	background-color: #3787F3;
	color: #FFFFFF;
	padding-left: 4%;
	padding-right: 4%;
}
.list_box3_right p {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 1.4rem;
	max-height: 999999px;
}
.list_box3_right ul {
	width: 92%;
	float: left;
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.4rem;
}
.list_box4 {
	width: 98%;
	float: left;
	border-bottom: 5px solid #E9E9E9;
	border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;
}
.list_box4 table {
	width: 100%;
	float: left;
	font-size: 1.4rem;
}
.list_box4 th br {
	display: inherit;
}
.list_box4 td br {
	display: inherit;
}
.list_box4 td span {
	display: none;
}
.list_box5 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.list_box5 p {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
}
.list_box6 {
	width: 94%;
	float: left;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
}
.list_box6 h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.list_box6 p {
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 2.4rem;
	margin-left: 35%;
	background-color: #FFFFFF;
	padding-top: 3px;
	font-weight: bold;
	border: 1px solid #B8B8B8;
	margin-right: 34%;
}
.list_box6_box {
	width: 96%;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	margin-right: 0%;
	margin-top: 25px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 0%;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 10px;
}
.list_box6_box select {
	width: 48%;
	float: left;
	margin-right: 2%;
	font-size: 1.6rem;
}
.list_box6_box2 {
	width: 96%;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	margin-right: 0%;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	margin-left: 0%;
	padding-bottom: 10px;
}
.list_box6_box2 select {
	width: 100%;
	float: left;
	font-size: 1.6rem;
}
.list_box6_box2 ul {
	width: 100%;
	float: left;
	font-size: 1.5rem;
}
.list_box6_box2 ul li {
	width: 50%;
	float: left;
}
.list_box6_box4 {
	width: 75%;
	float: left;
	text-align: center;
	border-style: none;
	padding-top: 10px;
}
.list_box6_box4 p {
	margin-top: 5px;
	font-size: 2.4rem;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #B8B8B8;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	width: 50%;
}
#page {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#page_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#page_contents {
	width: 100%;
	float: left;
}
.page_box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.page_box h2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box2_left {
	width: 100%;
	float: left;
	text-align: center;
}
.page_box2_left img {
	width: 90%;
	margin-left: 5%;
}
.page_box2_right {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.page_box2_right p {
	width: 100%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	color: #FFFFFF;
	max-height: 999999px;
}
.page_box3 {
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid #DDDDDD;
}
.page_box3 h3 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	text-align: left;
}
.page_box3_left {
	width: 100%;
	float: left;
}
.page_box3_right {
	width: 100%;
	float: right;
	text-align: center;
	margin-top: 25px;
}
.page_box3_right img {
	width: 21%;
	margin-left: 2%;
	margin-top: 2%;
}
.page_box3_right2 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.page_box3_right2_box2 {
	width: 100%;
	float: left;
	text-align: center;
}
.page_box3_center {
	width: 94%;
	float: left;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 3%;
	padding-bottom: 15px;
	padding-left: 3%;
	margin-top: 25px;
}
.page_box3_center p {
	width: 100%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	max-height: 999999px;
}
.page_box4 {
	width: 98%;
	float: left;
	border-bottom: 5px solid #E9E9E9;
	border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;
}
.page_box4 td span {
	display: none;
}
.page_box4 th br {
	display: inherit;
}
.page_box4 td br {
	display: inherit;
}
.page_box5 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 50px;
}
.page_box5 p {
	width: 94%;
	float: left;
	background-image: url(../sozai/back4.png);
	background-position: left top;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	margin-top: 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	margin-left: 0%;
	text-align: left;
	line-height: 2.6rem;
	max-height: 999999px;
}
.page_box5 p br {
	display: inherit;
}
.page_box6 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 25px;
}
.page_box6 ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	font-size: 2rem;
	line-height: 6rem;
}
.page_box6 ul li {
	display: block;
	width: 100%;
	text-align: center;
	float: left;
}
.page_box6 ul li a {
	border: 1px solid #000000;
	margin-right: 0px;
	margin-left: 0px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
}
.page_box6 form {
	margin-bottom: 10px;
}
#search {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#search_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#search_contents {
	width: 100%;
	float: left;
}
.search_box {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.search_box2 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.search_box2 p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.search_box2 p label {
	float: left;
	width: 50%;
}
.search_box3 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.search_box3 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	font-size: 2rem;
	line-height: 6rem;
}
.search_box3 a {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	margin-bottom: 5px;
}
.search_box4 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.search_box4 p {
	width: 80%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-size: 4rem;
	background-color: #F91014;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 10%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search_box5 {
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #000000;
}
.search_box5 p span {
	margin-right: 10px;
}
.search_box6_left {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.search_box6_right {
	width: 100%;
	float: left;
}
.search_box6_right p {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 1.8rem;
}
.search_box6_right2 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.search_box6_right2 p {
	width: 98%;
	float: left;
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding-left: 2%;
}
.search_box6_right2 label {
	width: 100%;
	float: left;
}
.search_box8 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.search_box8 ul li {
	width: 50%;
	float: left;
	margin-top: 25px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
}
.contents_page_2 {
	width: 100%;
	float: left;
	padding-top: 25px;
}
.contents_page_2_page {
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #878787;
}
.contents_page_2_page_left {
	width: 100%;
	float: left;
	text-align: center;
}
.contents_page_2_page_left img {
	width: 80%;
}
.contents_page_2_page_right {
	width: 100%;
	float: right;
}
.contents_page_2_page_right h3 {
	width: 100%;
	float: left;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-family: 'Noto Serif JP', serif;
}
#normal {
	width: 96%;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#normal_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#normal_contents {
	width: 100%;
	float: left;
}
.normal_box div {
	width: 90%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	background-image: url(../sozai/back7.png);
	background-position: left top;
	background-repeat: repeat;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}
.normal_box p {
	width: 100%;
	float: left;
	margin-top: 25px;
	text-align: left;
	max-height: 999999px;
}
.normal_box2 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box2 h4 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}
.normal_box2 h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.normal_box2_left {
	width: 100%;
	float: left;
}
.normal_box2_right {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.normal_box2_right p {
	width: 94%;
	float: left;
	margin-top: 10px;
	font-size: 1.4rem;
	padding-right: 3%;
	padding-left: 3%;
	text-align: left;
	max-height: 999999px;
}
.normal_box3 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.normal_box3_layout {
	width: 100%;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	height: auto;
	border-bottom: 1px dotted #868686;
	margin-top: 25px;
	padding-bottom: 20px;
}
.normal_box3_layout h3 {
	width: 96%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	margin-top: 10px;
	font-size: 2.2rem;
	background-image: url(../sozai/back4.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.normal_box3_layout h3 span {
	background-color: #F44C4F;
	color: #FFFFFF;
	margin-right: 5px;
	font-size: 1.6rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.normal_box3_layout p {
	width: 96%;
	float: left;
	font-size: 1.5rem;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	max-height: 999999px;
}
.normal_box3_layout ul {
	width: 94%;
	float: left;
	font-size: 1.4rem;
	padding-top: 10px;
	padding-right: 3%;
	padding-left: 3%;
	list-style-position: inside;
	list-style-type: disc;
}
.normal_box4 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box4 h3 {
	width: 100%;
	float: left;
	font-size: 1.8rem;
}
.normal_box4 h4 {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.8rem;
}
.normal_box4 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.4rem;
	max-height: 999999px;
	line-height: 2rem;
}
.normal_box4 p br {
	display: inherit;
}
.normal_box4 ul {
	width: 92%;
	float: left;
	font-size: 1.4rem;
	padding-top: 10px;
	padding-right: 4%;
	padding-left: 4%;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 2rem;
}
.normal_box4 ul li {
	width: 100%;
	float: left;
	max-height: 999999px;
}
.normal_box5 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.normal_box6 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.normal_box6_layout {
	width: 48%;
	float: left;
	margin-top: 25px;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom: 1px dotted #909090;
	padding-bottom: 15px;
}
.normal_box6_layout ul {
	width: 98%;
	float: left;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 2rem;
}
.normal_box7 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.normal_box7_layout {
	width: 98%;
	float: left;
	margin-top: 25px;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom: 1px dotted #909090;
	padding-bottom: 15px;
	height: auto;
}
.normal_box7_layout ul {
	width: 98%;
	float: left;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.normal_box7_layout ul li {
	width: 44%;
	float: left;
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
}
.normal_box7_layout a {
	color: #000000;
	text-decoration: none;
}
.normal_box7_layout a:hover {
	color: #828282;
	text-decoration: underline;
}
.normal_box8 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.normal_box8_layout {
	width: 100%;
	float: left;
	margin-top: 25px;
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 15px;
}
.normal_box9 {
	width: 90%;
	float: left;
	margin-top: 25px;
	padding-top: 35px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
}
.normal_box9 p {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	max-height: 999999px;
	line-height: 2.2rem;
}
.normal_box9 img {
	margin-top: 25px;
	width: 100%;
}
.normal_box9 br {
	display: inherit;
}
.normal_box10 {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}
.normal_box10 h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 50px;
}
.normal_box10 p {
	width: 90%;
	float: left;
	text-align: left;
	font-size: 1.6rem;
	margin-top: 25px;
	margin-left: 5%;
	line-height: 2.4rem;
}
.normal_box10_layout {
	width: 90%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #888888;
	margin-left: 5%;
}
.normal_box10_layout label {
	width: 100%;
	float: left;
}
.normal_box10_layout2 {
	width: 90%;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #888888;
	margin-left: 5%;
	line-height: 2.2rem;
}
.normal_box10_layout2 h4 {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.normal_box10_layout2 label {
	width: 88%;
	float: left;
	font-size: 1.6rem;
	color: #3E3E3E;
	margin-left: 2%;
}
.normal_box10_layout3 {
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888888;
	margin-left: 0%;
}
.normal_box10 h3 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 0px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 100px;
}
.normal_box10_layout3 p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.8rem;
	margin-top: 0px;
    font-family: 'Noto Serif JP', serif;
}
.normal_box11 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box11 ul li {
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #000000;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 5px;
}
.normal_box12 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box12 h3 {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #298AFD;
	color: white;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
	width: 92%;
}
.normal_box12_box {
	width: 100%;
	float: left;
}
.normal_box12_box2 h4 {
	position: relative;
	padding: .5em 1em .5em 1.5em;
	border: 1px solid #ccc;
	margin-top: 25px;
	width: 81%;
	margin-left: 2%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
}
.normal_box12_box2 p {
	margin-top: 15px;
	width: 90%;
	margin-left: 5%;
	float: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	max-height: 999999px;
}
.normal_box13 {
	width: 80%;
	float: left;
	margin-left: 10%;
}
#footer {
	width: 96%;
	float: left;
	margin-top: 50px;
	background-color: #1E1B1B;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 2%;
	padding-left: 2%;
}
#footer_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer_contents {
	width: 100%;
	float: left;
}
.footer_box {
	width: 100%;
	float: left;
}
.footer_box h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
    padding-bottom: 5px;
}
.footer_box ul {
	width: 94%;
	float: left;
	font-size: 1.4rem;
	margin-top: 10px;
	padding-left: 0%;
}
.footer_box ul li {
	width: 50%;
	float: left;
	margin-top: 3px;
}
.footer_box2 {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}
.footer_box2 h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
    padding-bottom: 5px;
}
.footer_box2 ul {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	margin-top: 10px;
	padding-left: 0%;
}
.footer_box2 ul li {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.footer_box3 {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}
.footer_box3 h3 {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBBBBB;
    padding-bottom: 5px;
}
.footer_box3 ul {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	margin-top: 10px;
	padding-left: 0%;
}
.footer_box3 ul li {
	width: 50%;
	float: left;
	margin-top: 3px;
}
.footer_box3 h4 {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-left: 0%;
	text-align: center;
	padding-top: 5px;
}
.footer_box3 p {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-left: 0%;
	color: #FFFFFF;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 5px;
}
.footer_box4 {
	width: 100%;
	float: left;
	margin-left: 0px;
}
.footer_box4 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.footer_box4 ul {
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-left: 35%;
}
.footer_box4 ul li {
	float: left;
	margin-left: 0px;
	width: 50%;
	text-align: center;
}
#footerninki {
	width: 96%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #464343;
	padding-right: 2%;
	padding-left: 2%;
}
#footerninki_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footerninki_contents {
	width: 100%;
	float: left;
}
#footerninki ul {
	width: 90%;
	float: left;
	font-size: 1.3rem;
	padding-left: 0%;
	margin-left: 5%;
}
#footerninki ul li {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.des1_3 img {
	width: 90%;
	margin-top: 5px;
	display: block;
}
.des1_5 {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.des1_6_2 br {
	display: inherit;
}
.des1_7 {
	width: 28%;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Muli', sans-serif;
	font-size: 1.4rem;
}
.des1_7_2 {
	width: 67%;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.des2 {
	width: 90%;
	float: left;
	position: relative;
	padding: 0 .4em .1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	margin-top: 15px;
	margin-right: 2%;
	margin-left: 2%;
	color: #000000;
}
.des2_2 {
	width: 90%;
	float: left;
	position: relative;
	padding: 0 .4em .1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	margin-top: 15px;
	margin-right: 2%;
	margin-left: 2%;
	color: #000000;
}
.des3 {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	float: left;
	font-size: 1.6rem;
	font-weight: normal;
	max-height: 999999px;
}
.des3_2 {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	float: left;
	font-size: 1.4rem;
	max-height: 999999px;
}
.des3_3 {
	width: 100%;
	padding-top: 30px;
	float: left;
	text-align: center;
}
.text3 {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	font-size: 1.5rem;
	font-weight: normal;
	display: inline;
	padding-left: 2%;
}
.bot2 {
	border: 1px solid #000000;
	margin-right: 0px;
	margin-left: 0px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 2rem;
}
.cp_ipselect2.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #000000;
	border-radius: 5px;
	background: #ffffff;
	width: 40%;
	float: left;
}
.cp_ipselect2.cp_sl05 {
	position: relative;
	border: 1px solid #000000;
	background: #ffffff;
	width: 90%;
	float: left;
}
.pc {
	display: none !important;
}
.sm {
	display: inline !important;
}
}
