@charset "utf-8";

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

.brsp {
	display:none;
}

#content {
	width:1000px;
	margin:40px auto 0 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;
}

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

.brsp {
	display:block;
}

#content {
	width:100%;
	margin:0 auto;
    padding: 190px 10px 40px 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;
}
}

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

#head_index{
	width:1000px;
	height: 61px;
	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;
}

#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;
	font-size: 0;
}
#logo.top{
	width: 315px;
	margin: 34px 0 0 0;
}

#head_left{
	width: 355px;
	margin:15px 0 5px;
	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{
	margin:40px 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;
	margin: 0 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;
    background: #fff;
}

#head_index{
	width:100%;
	height: 27px;
	margin:0 auto;
    padding: 0 10px 0 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;
}

#head{
	width:100%;
	height: 75px;
	margin:0 auto;
    padding: 0 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;
}

#logo,
#logo.top{
	width: 163px;
	margin: 13px 0 0 0;
}

#head_left{
    width: 240px;
	margin: 4px 0 0 0;
	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:60px auto 0 auto;
	border-top: solid 5px #ffd900;
	background: #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;
}
#foot01 {
	width:1000px;
	margin: 0 auto;
	padding: 30px 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_txt a{
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 8px auto;
	font-size:124% !important; line-height:24px !important;
	color:#FFF;
	text-decoration: none;
}
.foot01_txt 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: 25%;
	padding: 0 15px;
	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 #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;
}

#foot02 #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;
}
}

/*
    レイアウト ----------------------------------------------------------------------
*/
#pan{
	width: 1000px;
	margin: 10px auto 0 auto;
	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: 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;
}
#tec{
	width: 1000px;
	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: 1000px;
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	background: #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;
}

.news_title{
	width: 1000px;
	margin: 0 auto;
	font-family: "Rounded Mplus 1c" !important;
	font-size:154% !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;
}
.news{
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 12px 20px;
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #999;
	font-size:124% !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;
}

.link_box{
	width: 100%;
	margin: 40px 0 0 0;
	padding: 12px 30px;
	border: solid 1px #eee;
	border-radius: 30px;
	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;
}

.red_box{
	width: 100%;
	margin: 40px 0 0 0;
	padding: 25px;
	border-radius: 10px;
	border: solid 3px #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;
}

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

#tec_wp{
	width: 100%;
    padding: 95px 10px 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;
}
#tec{
	width: 100%;
	margin: 10px auto 5px auto;
	font-size:93% !important; line-height:18px !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: 100%;
	margin: 0 auto 10px auto;
	padding: 5px;
	background: #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;
}

.news_title{
	width: 100%;
	margin: 0 auto;
    padding: 0 10px;
	font-family: "Rounded Mplus 1c" !important;
	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;
}
.news{
	width: 100%;
	margin: 5px auto 20px auto;
	padding: 6px 10px;
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #999;
	font-size:108% !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;
}

.link_box{
	width: 100%;
	margin: 30px 0 0 0;
	padding: 12px 18px;
	border: solid 1px #eee;
	border-radius: 10px;
	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;
}

.red_box{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	border-radius: 10px;
	border: solid 2px #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;
}
}

/*
    総合トップ ----------------------------------------------------------------------
*/
#sogo_logo{
	width: 322px;
	height: 50px;
	margin: 30px auto;
}

#sogo_bg_wp{
	width: 100%;
	background: #d9f1f9;
}
#sogo_bg{
	width: 860px;
	margin: 0 auto;
	padding: 100px 0 120px 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) {
#sogo_logo{
	width: 200px;
	height: auto;
	margin: 0 auto 0 auto;
    padding: 64px 0 20px 0;
}

#sogo_bg_wp{
	width: 100%;
	background: #d9f1f9;
}
#sogo_bg{
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 20px 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;
}
}

/*
    トップページ ----------------------------------------------------------------------
*/
.top_navi_txt01{
	font-family: "Rounded Mplus 1c" !important;
	font-weight: bold;
	font-size:193% !important; line-height:32px !important;
	color:#00a2d9;
	text-align: center;
}

.top_navi_txt02{
	margin: 0 auto;
	font-size:108% !important; line-height:20px !important;
	color:#555;
	text-align: center;
}

@media screen and (max-width: 767px) {
.top_navi_txt01{
	font-family: "Rounded Mplus 1c" !important;
	font-weight: bold;
	font-size:139% !important; line-height:22px !important;
	color:#00a2d9;
	text-align: center;
}

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

/*
    認証 ------------------------------------------------------------------
*/
#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;
	max-height: 95%;
	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;
	overflow: scroll;
}

.dialog-title{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
}

.dialog-content01{
	width: 100%;
	padding:0 40px;
	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;
}
.dialog-content02{
	width: 100%;
	margin: 40px 0 0 0;
	padding:30px 40px;
	background: #d9f1f9;
	border-top: solid 3px #00a2d9;
	border-bottom: solid 3px #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-content02-txt{
	width: 100%;
	font-size:124% !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;
}

#dialog-box ul {
	width:100%;
	list-style:none;
	margin:30px 0 0 0;
}

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

#dialog-box ul li a{
	display:block;
	margin:0 30px;
	padding:20px 0;
	background-color:#666;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 270px 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: 270px 50%;
	background-size: 8px auto;
	text-decoration:none;
}

#dialog-banner {
	width:430px;
	height: 115px;
	margin: 40px 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;
}

@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;
	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-title{
	width: 200px;
	height: 33px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}

.dialog-content01{
	width: 100%;
	padding:0 10px;
	font-size:85% !important; line-height:16px !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: 10px 0 0 0;
	padding: 8px 10px;
	background: #d9f1f9;
	border-top: solid 3px #00a2d9;
	border-bottom: solid 3px #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-content02-txt{
	width: 100%;
	font-size:93% !important; line-height:16px !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-box ul {
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
}

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

#dialog-box ul li a{
	display:block;
	margin:0 10px;
	padding:8px 0;
	background-color:#666;
	background-image: url(../images/icon-arrow05.png);
	background-repeat: no-repeat;
	background-position: 100px 50%;
	background-size: 6px 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: 100px 50%;
	background-size: 6px auto;
	text-decoration:none;
}

#dialog-banner {
	width:240px;
	height: 63px;
    background: #eee;
	margin: 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;
}
}