@charset "utf-8";

/*
    全体 ----------------------------------------------------------------------
*/
.brpc {
	display:block;
}
.brsp {
	display:none;
}

#print_logo{
	display: none;
	width: 500px;
	margin: 60px auto 0 auto;
}
#print_txt{
	display: none;
	margin: 20px auto 0 auto;
	font-size:100% !important; line-height:22px !important;
	text-align: center;
}

#content {
	width:1000px;
	margin:30px auto 40px auto;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#content_left {
	float: left;
	width:235px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#content_right {
	float: right;
	width:715px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.brpc {
	display:none;
}
.brsp {
	display:block;
}

#content {
	width:100%;
	margin:0 auto 40px auto;
	padding: 65px 10px 0 10px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#content_left {
	float: none;
	width:100%;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#content_right {
	float: none;
	width:100%;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}

/*
    head ----------------------------------------------------------------------
*/
#head_wp{
    width: 100%;
    border-top: solid 14px #e1242a;
    border-bottom: solid 1px #c9c9c9;
}

#head{
	width:1000px;
	height: 110px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#logo{
	width: 233px;
	margin: 15px 0 0 0;
}
#logo_link{
	width: 205px;
	margin: 15px 0 0 0;
}

#head_left{
	width:516px;
	margin:15px 0;
	padding:0;
	text-align:left;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#head_left_link{
	width:516px;
	margin:20px 0;
	padding:0;
	text-align:left;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#head_right{
	width: 280px;
	margin:20px 0 0 0;
	padding:0;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#head_right #txt{
	clear: both;
	text-align: right;
}

#head_right #txt p{
	float: right;
	width: 110px;
	margin: 5px 0 0 15px;
	padding: 0 0 0 12px;
	background-image: url(../images/icon-arrow03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px auto;
	font-size:93% !important; line-height:20px !important;
}
#head_right #txt p a{
	color: #222;
	text-decoration: none;
}
#head_right #txt p a:hover{
	color: #e1242a;
	text-decoration: none;
}

#head_font{
	width:120px;
	margin:10px 40px 0 0;
	padding:0;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.head_font_btn01{
	float: left;
	display: block;
	width: 60px;
	height: 30px;
	margin: 5px 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.head_font_btn02{
	float: left;
	display: block;
	width: 60px;
	height: 30px;
	margin: 5px 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#head_wp{
    z-index: 99;
	position: fixed;
    width: 100%;
    border-top: solid 7px #e1242a;
    border-bottom: solid 1px #c9c9c9;
}

#head{
	width:100%;
	height: 65px;
	margin:0 auto;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#logo{
	width: 163px;
	margin: 0 0 0 68px;
}
#logo_link{
	width: 120px;
	margin: 0 0 0 10px;
}

#head_left{
    width: 280px;
	margin: 5px 0 0 68px;
	text-align:left;
	float:none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#head_left_link{
	width: 280px;
	margin: 5px 0 0 10px;
	text-align:left;
	float:none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#head_right{
	display: none;
}

#head_font{
	display: none;
}
}

/*
    foot ----------------------------------------------------------------------
*/
#foot01_wp {
	width:100%;
	margin:20px auto 0 auto;
	background: #d9f1f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot01 {
	width:1000px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.foot01_txt01{
	margin: 20px 0px 10px 0px;
	padding: 0 10px 10px 10px;
	border-bottom:1px solid #00a2d9;
	font-size:139% !important; line-height:26px !important;
	color:#00a2d9;
}
.foot01_txt02 a{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url(../images/icon-arrow04.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 6px auto;
	font-size:108% !important; line-height:22px !important;
	color:#222;
	text-decoration: none;
}
.foot01_txt02 a:hover{
	text-decoration: underline;
}
.foot01_txt03 a{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	font-size:108% !important; line-height:22px !important;
	color:#222;
	text-decoration: none;
}
.foot01_txt03 a:hover{
	text-decoration: underline;
}

#foot02_wp {
	width:100%;
	margin:0 auto;
    border-left: solid 17px #e1242a;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
font-family: Noto Sans CJK JP, Open Sans, sans-serif;
color: #000;
}
#foot02 {
	width:1000px;
	margin: 0 auto;
	padding: 35px 0 30px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02 p{
	font-size:15px !important; line-height:20px !important;
}
#foot02 p a{
	color: #000;
	text-decoration: none;
}
#foot02 p a:hover{
	color: #e10;
}

.foot_navi_box{
	float: left;
	width: 33%;
	padding: 0 20px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p#foot_copy{
    width: 100%;
	padding: 57px 0 0 0;
	font-size:17px !important; line-height:18px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#foot_sp{
	display: none;
}

@media screen and (max-width: 767px) {
#foot01_wp {
	display: none;
}

#foot02_wp {
	width:100%;
	margin:0 auto;
    border-left: solid 8px #e1242a;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02 {
	width:100%;
	margin: 0 auto;
	padding: 13px 10px 13px 25px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02 p{
	font-size:12px !important; line-height:20px !important;
}

p#foot_copy{
	width: 100%;
	padding: 15px 0 0 0;
	font-size:12px !important; line-height:18px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot_copy .brsp{
	display: none;
}

#foot_sp{
	display: block;
	width: 100%;
}
.foot_sp_btn01 a{
	display: block;
	float: left;
	width: 50%;
	margin: -1px 0 0 0;
	padding: 10px 0;
	border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	background: #fff;
	font-size:93% !important; line-height:22px !important;
	text-align: center;
	color: #222;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.foot_sp_btn02 a{
	display: block;
	float: left;
	width: 50%;
	margin: -1px 0 0 0;
	padding: 10px 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	background: #fff;
	font-size:93% !important; line-height:22px !important;
	text-align: center;
	color: #222;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot_sp_logo{
	width: 200px;
	margin: 10px auto 0 auto;
}
}

/*
    レイアウト ----------------------------------------------------------------------
*/
#pan_wp{
	width: 100%;
	background: #eee;
}
#pan{
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0;
	font-size:93% !important; line-height:20px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#tec_wp{
	width: 1120px;
	margin: 0 auto;
}
#tec_new{
	float: left;
	width: 55%;
	margin: 15px auto 15px auto;
	padding: 8px 20px;
	border-radius: 14px;
	background: #eee;
	font-size:108% !important; line-height:22px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#tec{
	float: right;
	width: 45%;
	margin: 15px auto 15px auto;
	font-size:108% !important; line-height:22px !important;
	text-align: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#main{
	width: 1120px;
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	border-radius: 14px;
	background: #d9f1f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#news_set{
	width: 1120px;
	margin: 0 auto;
}
#news{
	width: 1130px;
	margin: 0 0 0 -10px;
}
#news_btn a{
	float: right;
	display: block;
	width: 240px;
	margin: 0 auto 5px auto;
	padding: 95px 60px 12px 60px;
	border-radius: 14px;
	background-color: #eee;
	background-image: url(../images/icon-helpmark.png);
	background-position: center 20px;
	background-size: 44px auto;
	background-repeat: no-repeat;
	font-size:124% !important; line-height:26px !important;
	color: #333;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#topix{
	float: left;
	width: 555px;
	margin: 0 0 10px 10px;
	padding: 12px 20px;
	border-radius: 14px;
	background: #eee;
	font-size:124% !important; line-height:26px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.link_box01{
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 16px 20px 16px 20px;
	border: solid 1px #eee;
	border-radius: 5px;
	background: #f8f8f8;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box_left{
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box_right{
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box_left2{
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box_right2{
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box_wt{
	width: 100%;
	padding: 20px;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box01{
	width: 100%;
	margin: -1px auto 0 auto;
	padding: 15px 15px;
	border: solid 1px #ccc;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box02{
	width: 100%;
	margin: 0 auto;
	padding: 11px 10px 10px 10px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #50b7da;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #00a2d9), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #00a2d9),
            color-stop(.75, #00a2d9), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
    box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box03{
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 10px;
	border-radius: 14px;
	background: #eee;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box04{
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 5px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #fff0ac), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff0ac),
            color-stop(.75, #fff0ac), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #fff0ac 25%, transparent 25%,
          transparent 50%, #fff0ac 50%, #fff0ac 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #fff0ac 25%, transparent 25%,
          transparent 50%, #fff0ac 50%, #fff0ac 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #fff0ac 25%, transparent 25%,
          transparent 50%, #fff0ac 50%, #fff0ac 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #fff0ac 25%, transparent 25%,
          transparent 50%, #fff0ac 50%, #fff0ac 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #fff0ac 25%, transparent 25%,
          transparent 50%, #fff0ac 50%, #fff0ac 75%,
          transparent 75%, transparent);
    box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box05{
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 5px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #50b7da;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #00a2d9), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #00a2d9),
            color-stop(.75, #00a2d9), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #00a2d9 25%, transparent 25%,
          transparent 50%, #00a2d9 50%, #00a2d9 75%,
          transparent 75%, transparent);
    box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box01{
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 14px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box01 img{
	width: 240px;
	margin: 20px auto;
}
.illa_box01_txt{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: dashed 1px #aaa;
	font-weight: bold;
	font-size:139% !important; line-height:26px !important;
	text-align: center;
	color:#00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box01_txt span{
	font-weight: normal !important;
	font-size:80% !important;
	color: #222;
}

.illa_box02{
	position: relative;
	z-index: 1;
	float: left;
	width: 33.3%;
	margin: 40px 0 0 -1px;
	padding: 20px;
	border: solid 1px #ccc;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box02_fast{
	border-radius: 14px 0 0 14px;
}
.illa_box02_last{
	border-radius: 0 14px 14px 0;
}
.illa_box02 img{
	width: 180px;
}
.illa_box02_txt{
	position: absolute;
	top: 184px;
	z-index: 10;
	width: 200px;
	margin: 20px auto 0 auto;
	padding: 6px 0 8px 0;
	background: #00a2d9;
	border-radius: 24px;
	font-size:139% !important; line-height:28px !important;
	text-align: center;
	color: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box03{
	width: 100%;
	margin: 40px 0 0 0;
	border: solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box04{
	float: left;
	width: 50%;
	margin: -1px 0 0 -1px;
	padding: 20px;
	border: solid 1px #ccc;
	background: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box04 img{
	width: 200px;
}
.illa_box04_txt{
	margin: 10px auto;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #aaa;
	font-weight: bold;
	font-size:154% !important; line-height:32px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box05{
	float: right;
	width: 200px;
	margin: 0 0 0 20px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box06{
	width: 510px;
	margin: 20px 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box06 img{
	border: solid 1px #ccc;
}
.illa_box07{
	display: table;
	width: 100%;
	height: 240px;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box07 .inner{
	display: table-cell;
	vertical-align: middle;
}
.illa_box08{
	display: table;
	width: 100%;
	height: 180px;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box08 .inner{
	display: table-cell;
	vertical-align: middle;
}
.illa_box09{
	display: table;
	width: 100%;
	height: 380px;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box09 .inner{
	display: table-cell;
	vertical-align: middle;
}

.suten{
	margin: 5px 0 0 0;
	font-size:108% !important; line-height:24px !important;
}
.suten_left{
	float: left;
	margin: 5px 0 0 0;
	font-size:108% !important; line-height:24px !important;
}
.suten_right{
	float: right;
	margin: 5px 0 0 0;
	font-size:108% !important; line-height:24px !important;
}

.qa-title-point{
	float: left;
	width: 60px;
	height: 60px;
	padding: 14px 0 0 0;
	border-radius: 12px;
	background: #00a2d9;
	font-family: "Rounded Mplus 1c";
	font-size:154% !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.qa-title-txt{
	float: right;
	width: 88%;
	padding: 3px 0 0 0;
	font-size:154% !important; line-height:28px !important;
	font-weight: bold;
	color: #00a2d9;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.qa-title-point-a{
	float: left;
	width: 60px;
	height: 60px;
	padding: 14px 0 0 0;
	border-radius: 12px;
	background: #ffd900;
	font-family: "Rounded Mplus 1c";
	font-size:154% !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.qa-title-txt-a{
	float: right;
	width: 88%;
	padding: 3px 0 0 0;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

@media screen and (max-width: 767px) {
#pan_wp{
	display: none;
}

#tec_wp{
	width: 100%;
	padding: 65px 0 0 0;
}
#tec_new{
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0 10px;
	background: none;
	font-size:108% !important; line-height:24px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#tec{
	width: 100%;
	margin: 10px auto 5px auto;
	/*margin: 10px auto 10px auto;*/
	font-size:93% !important; line-height:22px !important;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#main{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px 10px 0 10px;
	border-radius: 0;
	background: #d9f1f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#news_set{
	width: 100%;
	margin: 0 auto;
}
#news{
	float: none;
	width: 100%;
	margin: 0;
}
#news_btn a{
	float: none;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px 20px 55px;
	border-top: solid 1px #CCC;
	border-radius: 0;
	background-color: #eee;
	background-image: url(../images/icon-helpmark.png);
	background-position: 20px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	font-size:124% !important; line-height:26px !important;
	text-align: left;
	color: #333;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#topix{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 8px 10px;
	border-radius: 0;
	background: #eee;
	font-size:108% !important; line-height:24px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.link_box01{
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 8px 15px 10px 15px;
	border: solid 1px #eee;
	border-radius: 5px;
	background: #f8f8f8;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box_wt{
	width: 100%;
	padding: 10px;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box_left{
	float: left;
	width: 50%;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box_right{
	float: right;
	width: 50%;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box_left2{
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box_right2{
	float: none;
	width: 100%;
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box01{
	width: 100%;
	margin: -1px auto 0 auto;
	padding: 8px 10px;
	border: solid 1px #ccc;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box03{
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 4px;
	border-radius: 11px;
	background: #eee;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.box04{
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 5px;
}
.box05{
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 5px;
}

.illa_box01{
	width: 100%;
	margin: -10px 0 0 0;
	border: solid 1px #ccc;
	border-radius: 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box02{
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 5px 10px 5px 40px;
	border: solid 1px #ccc;
	border-radius: 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box02_fast{
	border-radius: 10px;
}
.illa_box02_last{
	border-radius: 10px;
}
.illa_box02 img{
	width: 140px;
}
.illa_box02_txt{
	position: absolute;
	top: -14px;
	left: 5px;
	z-index: 10;
	width: 110px;
	margin: 20px auto 0 auto;
	padding: 2px 0 4px 0;
	background: #00a2d9;
	border-radius: 8px;
	font-size:108% !important; line-height:24px !important;
	text-align: center;
	color: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box03{
	width: 100%;
	margin: 15px 0 0 0;
	border: solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box04{
	float: none;
	width: 100%;
	margin: -1px 0 0 -1px;
	padding: 20px;
	border: solid 1px #ccc;
	background: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box04 img{
	width: 160px;
}
.illa_box04_txt{
	margin: 10px auto;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #aaa;
	font-weight: bold;
	font-size:139% !important; line-height:28px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box05{
	float: right;
	width: 140px;
	margin: 0 5px 0 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.illa_box06{
	width: 100%;
	margin: 10px auto 0 auto;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.illa_box06 img{
	border: solid 1px #ccc;
}

.qa-title-point{
	float: none;
	width: 100%;
	height: auto;
	padding: 4px 0 4px 0;
	border-radius: 5px;
	background: #00a2d9;
	font-family: "Rounded Mplus 1c";
	font-size:139% !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.qa-title-txt{
	float: none;
	width: 100%;
	padding: 10px 0 0 0;
	font-size:139% !important; line-height:28px !important;
	font-weight: bold;
	color: #00a2d9;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.qa-title-point-a{
	float: none;
	width: 100%;
	height: auto;
	padding: 4px 0 4px 0;
	border-radius: 5px;
	background: #ffd900;
	font-family: "Rounded Mplus 1c";
	font-size:139% !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.qa-title-txt-a{
	float: none;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
}

/*
    トップページ ----------------------------------------------------------------------
*/
.top_navi_txt01{
	font-weight: bold;
	font-size:162% !important; line-height:30px !important;
	color:#00a2d9;
	text-align: center;
}
.top_navi_txt01 span{
	font-size:62% !important;
}

.top_navi_txt02{
	margin: 5px auto 0 auto;
	font-size:124% !important; line-height:24px !important;
	color:#222;
	text-align: center;
}

.top_navi_txt03{
	font-weight: bold;
	font-size:124% !important; line-height:24px !important;
	color:#00a2d9;
	text-align: center;
}

.top_navi_txt04{
	margin-top: -10px;
	font-weight: bold;
	font-size:108% !important; line-height:24px !important;
	color:#e1242a;
	text-align: center;
}

.top_navi_txt05{
	font-weight: bold;
	font-size:139% !important; line-height:28px !important;
	color:#00a2d9;
	text-align: center;
}

.top_navi_txt13bg{
	margin: 20px 20px 0 20px;
	padding: 15px 0;
	font-weight: bold;
	font-size:124% !important; line-height:24px !important;
	color:#00a2d9;
	text-align: center;
	border-top: solid 2px #00a2d9;
	border-bottom: solid 2px #00a2d9;
}

@media screen and (max-width: 767px) {
.top_navi_txt02{
	margin: 0 auto;
	font-size:124% !important; line-height:24px !important;
	color:#222;
	text-align: center;
}
.top_navi_txt05{
	font-weight: bold;
	font-size:162% !important; line-height:30px !important;
	color:#00a2d9;
	text-align: center;
}
.top_navi_txt13bg{
	margin: 10px 20px 0 20px;
	padding: 8px 0;
	font-weight: bold;
	font-size:124% !important; line-height:24px !important;
	color:#00a2d9;
	text-align: center;
	border-top: solid 2px #00a2d9;
	border-bottom: solid 2px #00a2d9;
}
}

/*
    公的支援ナビゲーター ----------------------------------------------------------------------
*/
#support_set01{
	width: 100%;
	padding: 0 0 20px 0;
	border: solid 1px #eee;
	background: #f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#support_set02A,
#support_set02B,
#support_set02C,
#support_set02D,
#support_set02E,
#support_set02F,
#support_set02G,
#support_set02H,
#support_set02I,
#support_set02J,
#support_set02K,
#support_set02L,
#support_set02M,
#support_set02N{
	width: 100%;
	margin: 40px 0 0 0;
	border: solid 1px #eee;
	background: #f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#support_ans01,
#support_ans02,
#support_ans03,
#support_ans04,
#support_ans05,
#support_ans06,
#support_ans07,
#support_ans08,
#support_ans09,
#support_ans10,
#support_ans11,
#support_ans12,
#support_ans13{
	width: 100%;
	margin: 40px 0 0 0;
	border: solid 1px #eee;
	background: #f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.support_bar01{
	width: 100%;
	margin: 0;
	padding: 20px 20px 6px 20px;
	font-size:139% !important; line-height:28px !important;
	color: #00a2d9;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bar01 label{
	cursor: pointer;
	padding: 2px 26px 2px 0;
	background-image: url(../images/icon_que01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px auto;
	color: #00a2d9;
	text-decoration: none;
}
.support_bar01 span{
	float: right;
}

.support_bg01{
	width: 100%;
	padding: 0 20px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bg02{
	width: 100%;
	padding: 20px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bg03{
	width: 100%;
	padding: 30px 20px;
	border-left: solid 1px #00a2d9;
	border-right: solid 1px #00a2d9;
	border-bottom: solid 1px #00a2d9;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#support_ans_txt{
	font-size:260% !important; line-height:40px !important;
	text-align: center;
	color:#00a2d9;
}
#support_ans_txt span{
	padding: 0 10px 5px 10px;
	background: linear-gradient(transparent 50%, yellow 50%);
}
#support_ans_txt2{
	margin: 10px auto 0 auto;
	font-size:139% !important; line-height:26px !important;
	text-align: center;
	color:#00a2d9;
}

.support_pop_box{
	width: 100%;
	padding: 10px 10px 15px 10px;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#support_set02A,
#support_set02B,
#support_set02C,
#support_set02D,
#support_set02E,
#support_set02F,
#support_set02G,
#support_set02H,
#support_set02I,
#support_set02J,
#support_set02K,
#support_set02L,
#support_set02M,
#support_set02N{
	width: 100%;
	margin: 20px 0 0 0;
	border: solid 1px #eee;
	background: #f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#support_ans01,
#support_ans02,
#support_ans03,
#support_ans04,
#support_ans05,
#support_ans06,
#support_ans07,
#support_ans08,
#support_ans09,
#support_ans10,
#support_ans11,
#support_ans12,
#support_ans13{
	width: 100%;
	margin: 20px 0 0 0;
	border: solid 1px #eee;
	background: #f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.support_bar01{
	width: 100%;
	margin: 0;
	padding: 10px 10px 6px 10px;
	font-size:139% !important; line-height:28px !important;
	color: #00a2d9;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bg01{
	width: 100%;
	padding: 0 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bg02{
	width: 100%;
	padding: 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.support_bg03{
	width: 100%;
	padding: 20px 10px;
	border-left: solid 1px #00a2d9;
	border-right: solid 1px #00a2d9;
	border-bottom: solid 1px #00a2d9;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#support_ans_txt{
	font-size:220% !important; line-height:34px !important;
	text-align: center;
	color:#00a2d9;
}
#support_ans_txt2{
	margin: 10px auto 0 auto;
	font-size:124% !important; line-height:26px !important;
	text-align: center;
	color:#00a2d9;
}

.support_pop_box{
	height: 100%;
	overflow: scroll;
}
}

/*
    チェックボックス ----------------------------------------------------------------------
*/
.checkbox-num{
	float: left;
	width: 12%;
	height: 80px;
	margin: -1px auto 0 auto;
	padding: 14px 0 0 0;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #d9f1f9;
	font-weight: bold;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif !important;
	font-size:32px;
	text-align: center;
	color: #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.checkbox01-input{
  	display: none;
}
.checkbox01-parts{
	float: left;
	width: 88%;
	height: 80px;
	display: block;
	margin: -1px auto 0 auto;
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 24px 20px 0 20px;
	position:relative;
	background: #FFF;
	font-size:154% !important; line-height:30px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.checkbox01-parts::before{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 22px;
  	right: 20px;
  	width: 30px;
  	height: 30px;
  	border: 1px solid #aaa;
  	border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  	color: #00a2d9;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 10px;
  	right: 25px;
  	width: 14px;
  	height: 28px;
  	transform: rotate(40deg);
  	border-bottom: 7px solid #00a2d9;
  	border-right: 7px solid #00a2d9;
}

@media screen and (max-width: 767px) {
.checkbox-num{
	float: left;
	width: 20%;
	height: 80px;
	margin: -1px auto 0 auto;
	padding: 16px 0 0 0;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #d9f1f9;
	font-weight: bold;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif !important;
	font-size:28px;
	text-align: center;
	color: #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.checkbox01-parts{
	float: left;
	width: 80%;
	height: 80px;
	display: block;
	margin: -1px auto 0 auto;
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 8px 50px 0 10px;
	position:relative;
	background: #FFF;
	font-size:139% !important; line-height:28px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.checkbox01-parts::before{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 22px;
  	right: 10px;
  	width: 30px;
  	height: 30px;
  	border: 1px solid #aaa;
  	border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  	color: #00a2d9;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 10px;
  	right: 15px;
  	width: 14px;
  	height: 28px;
  	transform: rotate(40deg);
  	border-bottom: 7px solid #00a2d9;
  	border-right: 7px solid #00a2d9;
}
}

/*
    認証 ------------------------------------------------------------------
*/
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	/* transparency for different browsers */
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:10000; 

	/* hide it by default */
	display:none;
}

#dialog-box {	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	width:800px;
	border-radius: 14px;
	background:#FFFFFF;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:10001; 

	/* hide it by default */
	display:none;
}

.dialog-content01{
	width: 100%;
	padding:40px 40px 0 40px;
	font-size:139% !important; line-height:28px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.dialog-content02{
	width: 100%;
	margin: 40px 0 0 0;
	padding:20px 40px 40px 40px;
	border-radius: 0 0 14px 14px;
	background: #d9f1f9;
	border-top: solid 4px #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#dialog-box ul {
	width:100%;
	list-style:none;
	margin:0;
}

#dialog-box ul li {
	width:100%;
	font-family: "Rounded Mplus 1c" !important;
	font-size:154% !important; line-height:28px !important;
}

#dialog-box ul li a{
	display:block;
	margin:20px auto 0 auto;
	padding:20px 0;
	border-radius: 3px;
	background-color:#666;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 680px 50%;
	background-size: 8px auto;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#dialog-box ul li a:hover{
	display:block;
	background-color:#00a2d9;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 680px 50%;
	background-size: 8px auto;
	text-decoration:none;
}

@media screen and (max-width: 767px) {
#dialog-box {	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	width:300px;
	border-radius: 10px;
	background:#FFFFFF;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:10001; 

	/* hide it by default */
	display:none;
}

.dialog-content01{
	width: 100%;
	padding:15px 15px 0 15px;
	font-size:116% !important; line-height:22px !important;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.dialog-content02{
	width: 100%;
	margin: 15px 0 0 0;
	padding:0 10px 12px 10px;
	border-radius: 0 0 14px 14px;
	background: #d9f1f9;
	border-top: solid 4px #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#dialog-box ul {
	width:100%;
	list-style:none;
	margin:0;
}

#dialog-box ul li {
	width:100%;
	font-family: "Rounded Mplus 1c" !important;
	font-size:124% !important; line-height:26px !important;
}

#dialog-box ul li a{
	display:block;
	margin:10px auto 0 auto;
	padding:10px 0;
	border-radius: 3px;
	background-color:#666;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 680px 50%;
	background-size: 8px auto;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#dialog-box ul li a:hover{
	display:block;
	background-color:#00a2d9;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 680px 50%;
	background-size: 8px auto;
	text-decoration:none;
}
}

/*
    市民公開講座 ----------------------------------------------------------------------
*/
.treatment07_box01{
	width: 100%;
	margin: 20px auto 20px auto;
	padding: 20px 25px;
	background: #ecf6eb;
	border: solid 1px #eee;
	border-radius: 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.treatment08_box01 a{
	display: block;
	width: 100%;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
.treatment08_box01 a:hover{
	background: #d9f1f9;
}
.treatment08_box01_photo{
	float: left;
	width: 25%;
}
.treatment08_box01_txt{
	float: right;
	width: 75%;
	padding: 20px 20px 25px 20px;
	color: #222;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.recip_point{
	float: left;
	margin: 4px 5px 0 0;
	padding: 1px 4px;
	border-radius: 5px;
	font-size:100% !important;
	line-height:22px !important;
	color: #FFF;
}
.recip_point_col01{
	background: #e3063e;
}
.recip_point_col02{
	background: #008c56;
}
.recip_point_col03{
	background: #7e1a83;
}
.recip_point_col04{
	background: #00509f;
}
.recip_point_col05{
	background: #d3007f;
}
.recip_point_col06{
	background: #00a0c9;
}
.recip_point_col07{
	background: #94252a;
}
.recip_point_col08{
	background: #cb522a;
}
.recip_point_col09{
	background: #3f3f85;
}
.recip_point_col10{
	background: #00591b;
}
.recip_point_col11{
	background: #785137;
}
.recip_point_col12{
	background: #120d69;
}
.recip_point_col13{
	background: #b17912;
}
.recip_point_col14{
	background: #c81428;
}
.recip_point_col15{
	background: #00979f;
}

.recip_sum{
	float: left;
	width: 20%;
	margin: 10px 0 5px 0;
}

@media screen and (max-width: 767px) {
.treatment07_box01{
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 15px 15px;
	background: #ecf6eb;
	border: solid 1px #eee;
	border-radius: 10px;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.treatment08_box01_photo{
	float: left;
	width: 35%;
}
.treatment08_box01_txt{
	float: right;
	width: 65%;
	padding: 5px 10px 5px 10px;
	color: #222;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.recip_point{
	float: left;
	margin: 4px 5px 0 0;
	padding: 1px 4px;
	border-radius: 5px;
	font-size:85% !important;
	line-height:20px !important;
	color: #FFF;
}
.recip_sum{
	float: left;
	width: 33.3%;
	margin: 10px 0 5px 0;
}
}
/*
    動画 ----------------------------------------------------------------------
*/
.mov_box{
	width: 100%;
}
video{
	width: 100%;
}
audio{
	width: 100%;
}
.training_icon{
	padding: 0 0 0 50px;
	background-image: url(../treatment/images/training_icon.png);
	background-position: left center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.training_box{
    position:relative;
    width:100%;
    background:#FFFFFF;
    margin: 10px auto 0 auto;
    padding:4px 12px 6px 12px;
    text-align:left;
    border:1px solid #FF0000;
    color:#FFFFFF;
    border-radius:10px;
    color: #FF0000;
    box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    
}
.training_box:after,.training_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:9%;
}
.training_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-bottom-color:#FFFFFF;
}
.training_box:before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    margin-bottom: 1px;
    border-bottom-color:#FF0000;
}

/*
    ポケットPD ----------------------------------------------------------------------
*/
.pocketPD_topbanner{
	width: 1120px;
	margin: 0 auto 10px auto;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_icon{
	padding: 5px 0 5px 50px;
	background-image: url(../record/images/pocketPD_icon.png);
	background-position: left center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.pocketPD_box01{
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 20px 25px;
	border: solid 4px #4faea1;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_box02{
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 20px 25px;
	border: solid 4px #CCC;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_box02_photo{
	width: 120px;
	margin: 0 30px 10px 0;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.pocketPD_topbanner{
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0 10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_icon{
	padding: 10px 0 10px 50px;
	background-image: url(../record/images/pocketPD_icon.png);
	background-position: left center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.pocketPD_box01{
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 10px 15px;
	border: solid 4px #4faea1;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_box02{
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 10px 15px;
	border: solid 4px #CCC;
	border-radius: 14px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pocketPD_box02_photo{
	width: 100px;
	margin: 0 15px 5px 0;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}

/*
	アプリ終了 ----------------------------------------------------------------------
*/
.appno_txt{
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 16px 20px;
	border: solid 2px #00a2d9;
	color: #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.appno_txt{
	margin: 0 auto 20px auto;
	padding: 12px 15px;
	border: solid 2px #00a2d9;
	color: #00a2d9;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}
/*
	トピック追加 ----------------------------------------------------------------------
*/
.topix_up01{
	width: 100%;
	margin: 0 0 20px 20px;
	color: #00a2d9;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.topix_up01{
	width: 100%;
	margin: 0 auto 20px auto;
	color: #00a2d9;
	text-align: center;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}