body{font-family:"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Meiryo,Arial,sans-serif;background-color:#fafbf3}
.inleft {
	float: left;
	width: 28%;
}
.inright {
	float: right;
	width: 68%;
	text-align: justify;
	padding-bottom: 20px;
}
.sc_all_title {
	background-color: #FFF;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #000066;
	max-width: 980px;
	font-family: "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	font-size: 128%;
	color: #000066;
	border-radius: 5px;
	line-height: 200%;
	box-shadow: 2px 2px 4px gray;
	padding-top: 3px;
	text-align: center;
}
.sc_all_title_p {
	background-color: #FFF;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #ff66ff;
	max-width: 980px;
	font-family: "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	font-size: 136%;
	color: #ff66ff;
	border-radius: 5px;
	line-height: 250%;
	box-shadow: 2px 2px 4px gray;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.p_hosoku {
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 118%;
	color: #000000;
	max-width: 900px;
	line-height: 170%;
	font-weight: bold;
}
.p_hosoku02 {
	text-align: right;
	width: 94%;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	font-size: 92%;
	color: #000000;
	max-width: 900px;
	font-weight: normal;
}
.p_hosoku03 {
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-size: 118%;
	color: #000000;
	max-width: 900px;
	line-height: 170%;
	font-weight: bold;
}
.top_bd {
	font-size: 112%;
	line-height: 190%;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	text-align: center;
}
.top_bd span {
	font-weight: bold;
}
.area_about_zx {
	text-align: center;
	line-height: 170%;
	margin-bottom: 20px;
}
.area_about_zx span {
	font-size: 112%;
	font-weight: bold;
}
.area_about_zx a {
	font-weight: bold;
	color: #006;
	text-decoration: underline;
	letter-spacing: 1px;
}
.e_days_flame {
	overflow: hidden;
	text-align: left;
	font-family: "メイリオ", Meiryo , Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
table.col-head-type3 {
  border-collapse: collapse;
  width: 100% !important;
}
 
table.col-head-type3 th,
table.col-head-type3 td {
	border: 1px solid #dbe1e8;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #FFF;
}
 
table.col-head-type3 th {
	text-align: center;
	background-color: #FCEECD;
}
table.col-head-type3 td h6 {
	color: #900;
}
.center01 {
	text-align: center;
}
.inq_bt {
	clear: both;
}
.button01{
     display:block;
     width: 100%;
     height:60px;
     line-height: 60px;
     color: #FFF;
	 font-size: 100%;
	 font-weight: bold;
     text-decoration: none;
     text-align: center;
     background-color: orangered; /*ボタン色*/
     border-radius: 7px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01:hover{
	background-color: #f9c500; /*ボタン色*/
	color: #FFF;
	text-decoration: none;
}
.ttl {
	position: relative;
	border: 1px solid #ccc;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-weight: bold;
	color: #000;
	width: 94%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0.75em;
	padding-left: 4%;
	padding-bottom: 0.75em;
}
.ttl::after {
  position: absolute;
  top: 1.2em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
}
.ttl_p {
	position: relative;
	border: 1px solid #ccc;
	border-top: 3px solid #EF94B7;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-weight: bold;
	color: #000;
	width: 94%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 0.75em;
	padding-left: 4%;
	padding-bottom: 0.75em;
	font-size: 118%;
}
.e_days_flame90 {
	overflow: hidden;
	text-align: left;
	font-family: "メイリオ", Meiryo , Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.e_days_flame90_w {
	overflow: hidden;
	text-align: left;
	font-family: "メイリオ", Meiryo , Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
}
ul.cp_list02 {
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list02 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(25,118,210,1);
	text-align: justify;
}
ul.cp_list02 li:after,
ul.cp_list02 li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.cp_list02 li span {
	font-size: 108%;
	line-height: 180%;
	font-weight: bold;
	color: #1976D2;
}
ul.cp_list02 li a {
	font-weight: bold;
	color: #FF4500;
	text-decoration: underline;
}
.mida {
	font-size: 108%;
	font-weight: bold;
	color: #1976D2;
	margin-bottom: 20px;
}
ul.cp_list02 li h7 {
	font-size: 86%;
	line-height: 140%;
	letter-spacing: 0em;
}
ul.cp_list02 li h8 {
	letter-spacing: 0em;
}
ul.cp_list02 li:before {
	top: 0.9em;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.cp_list02 li:after {
	top: 1.0em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}
.center_photo {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.dn_20 {
	margin-bottom: 20px;
}
.nd_min {
	font-size: 86%;
	letter-spacing: 0em;
	text-align: justify;
}
.mida_in {
	margin-bottom: 20px;
}
.mida_in02 {
	font-weight: bold;
	margin-bottom: 20px;
}
.mida_in03 {
	margin-bottom: 10px;
	padding-left: 1em;
	letter-spacing: 0em;
	text-align: justify;
}
.bn20 {margin-bottom: 20px !important;}
.charge {
	width: 98%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
	color: #1976D2;
}
.charge_detail {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.charge_detail_left {
	float: left;
	width: 30%;
}
.charge_detail_right {
	width: 90%;
	font-size: 82%;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.charge_detail_right02 {
	width: 98%;
	font-size: 82%;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.charge_name {
	line-height: 150%;
	text-align: left;
	margin-bottom: 20px;
}
.charge_photo {
	margin-bottom: 10px;
}
.mob_warn {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 92%;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: justify;
	margin-bottom: 20px;
	padding-top: 20px;
}
.mob_warn span {
	color: #F63;
	font-weight: bold;
}
.mob_warn h6 {
	font-size: 92%;
	line-height: 160%;
	font-weight: bold;
	color: #000;
	display: inline;
}
.mob_warn h7 {
	font-size: 136%;
	font-weight: bold;
	color: #F7940D;
}
.bt20 { margin-bottom: 20px !important;}
.mob_warn02 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 108%;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: justify;
	margin-bottom: 20px;
	border: 1px solid #F00;
	padding: 20px;
	box-sizing: border-box;
}
.mob_warn02 span {
	color: #F63;
	font-weight: bold;
}
.mob_warn02 h6 {
	font-size: 100%;
	line-height: 180% !important;
	font-weight: bold;
	color: #F00;
	display: inline;
}
.mob_warn02 h7 {
	font-size: 136%;
	font-weight: bold;
	color: #F7940D;
}
@media all and (max-width: 768px) {
.inleft {
	float: none;
	width: 80%;
	max-width: 420px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.inright {
	float: none;
	width: 100%;
}
.sc_all_title_p {
	font-size: 118%;
	letter-spacing: 0em;

}
.p_hosoku {
	font-size: 92%;
}
}
@media all and (max-width: 480px) {
.p_hosoku {
	font-size: 86%;
}
}
