@charset "utf-8";
@import url("style01.css");
/* CSS Document */

* {
	margin:0;
	padding:0;
}

#content .back {
	display: none !important;
}

/*
body {
	background-color:#e5f2ff;
}
*/

body,p,input,textarea,ul,li {
	/*color:#4d4d4d;*/
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size:16px;
	line-height:1.9;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}

li, ol, ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

img {
	display:block;
	border:0;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

a {
	color:#42bef2;
	text-decoration:none;
}

.red {
	color:#e51717;
}

/*----------------------------------*/

div.chassis {
	position:relative;
	min-height:100%;
}

* html div.chassis {
	height:100%;
}


/*--header------------------------------------------*/


.header_outer {
	border-top:3px solid #42bef2;
	overflow:hidden;
	background-color:#ffffff;
	padding:10px;
}

.logo {
	width:149px;
	float:left;
}

.hnavi {
	width:48px;	
	display:block;
	float:right;
	margin:0 0 0 7px;
	/*--gra--*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #dddddd));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: linear-gradient(top, #ffffff 0%, #dddddd 100%);*/
  background-color: #fff;
	/*--border--*/
	/*border:1px solid #e5e5e5;*/
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
}

.hnavi img {
	width:48px;
	margin:0 auto;
}

h1 {
	font-size:9px;
	line-height:14px;
	text-align:center;
	color:#ffffff;
	background-color:#e61717;
	padding: 5px;
	box-sizing: border-box;
}

.navi_outer {
	display:block;
	/*--gra--*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #dddddd));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: linear-gradient(top, #ffffff 0%, #dddddd 100%);*/
  background-color: #fff;
	/*--border--*/
	border-bottom:1px solid #d1e1e7;
	/*------*/	
	width:100%;
	overflow:hidden;
}

.navi_outer li {
	width:20%;
	float:left;
	box-sizing:border-box;
	display:block;
}

.navi_outer li:not(:last-child) {
  border-right: solid 1px #d1e1e7;
}

.navi_outer li img {
	margin:0 auto;
	height:64px;
}

/*.n01 {
	border-right:1px solid #cccccc;
}

.n02,
.n03,
.n04 {
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff;
}

.n05 {
	border-left:1px solid #ffffff;
}*/

.navi_outer_age {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.navi_outer_age li {
  width: 50%;
  font-size: 12px;
}

.navi_outer_age li:nth-child(odd) a {
  border-right: solid 1px #d1e1e7;
}

.navi_outer_age li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  border-bottom: solid 1px #d1e1e7;
  background: url(/sp/images/2018/navi_age_icon.png) no-repeat 94% center/20px;
}

.check_area {
	background-color:#42bef2;
	padding:15px;
}

.check_area p {
	font-size:14px;
	line-height:1.6;
	background-image:url(../../images/icon/icon09.png);
	background-repeat:no-repeat;
	background-size:24px;
	padding:0 0 0 34px;
}

.check_area a {
	color:#ffffff;
	text-decoration:underline;
}


/*--contents------------------------------------------*/


.container_outer {
}

.container_inner {
	padding:10px 10px 0 10px;
}

.container_inner02 {
	padding:10px 10px 20px 10px;
}

.container_inner03 {
}

/*--footer------------------------------------------*/


.footer_outer {
	padding:20px 0 0 0;
  background-color:#e5f2ff;
}

.footer_inner {	
}

.tel_area {
	background-color:#42bef2;
	display:block;
	margin:10px 0 0 0;
}

.link_box {
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}

.link_box a {
	text-decoration:none !important;
	font-weight:bold;
}

.topbtn {
	overflow:hidden;
	padding:0 10px;
}

.topbtn a {
	display:block;
	width:50%;
	float:right;
}

.btn_color01 {
	display:block;
	/*--gra--*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42bef2), color-stop(0.00, #17a1e5));
	background: -webkit-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -moz-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -o-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: -ms-linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	background: linear-gradient(top, #42bef2 0%, #17a1e5 100%);
	/*--border--*/
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
	/*------*/
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:1.6;
	padding:0 10px;
}

.mb {
	position:relative;
	display:block;
	border-bottom:1px solid #cccccc;
	width:100%;
	height:43px;
	line-height:43px;
	box-sizing:border-box;
}

.mb img {
	position:absolute;
	top:14px;
	left:10px;
	width:13px;
}

.mb span {
	padding:0 0 0 30px;
	color:#42bef2;
	font-weight:bold;
}

.copyright {
	padding:17px 0;
}

.copyright p {
	font-size:10px;
	line-height:13px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.att_txt {
	border-radius:4px;  
    -webkit-border-radius:4px;  
    -moz-border-radius:4px;
	border:1px solid #e51717;
	padding:12px 10px 13px 10px;
	background-color:#ffffff;
	margin:7px 0 0 0;
}

.att_txt p {
	font-weight:bold;
	color:#e51717;
}

.att_txt a {
	color:#e51717;
	text-decoration:underline;
}


.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
	font-weight: bold;
}

/* limited_content */

#limited_content {}

#limited_content div {
	background-color: #e8f6ff;
	padding: 10px 0;
}

#limited_content p {
	font-size: 9px;
	line-height:14px;
	text-align:center;
	font-weight: bold;
}