/* @group global */
    
    *{word-wrap: break-word}
    body{border-top: 3px solid #244176;}
	
    
    /* @group header */ 
	header img{
	vertical-align: bottom;
	}
	
    #menu_top{
	border-bottom: 2px solid #fff;
	border-top: 3px solid #FF0635;
	box-shadow: 0 3px #FFE345 inset;
	background-color: #244176;
	}
	.logo_wrap{
	padding: 25px 0;
	display: inline-block;
	max-width: 772px;
	}
	#logo{
	width: 100%;
	height: auto;
	}
	#header_right{
	float: right;
	margin-top: 10px;
	}
	#lang{
	text-align: right;
	font-size: 0;
	}
	#lang a{
	font-size: 13px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 10px 3px 10px;
	color: #fff;
	text-decoration: none;
	}
	#lang a:hover{
	background-color: #31579b;
	}
	#lang a:not(:first-child){
	border-left: none;
	}
	#header_right ul{
	font-size: 0;
	margin-top: 10px;
	text-align: right;
	}
	#header_right ul li{
	font-size: 12px;
	display: inline-block;
	margin-left: 20px;
	}
	#menu{
	border-top: 2px solid #244176;
	border-bottom: 2px solid #244176;
	background-color: #fff;
	}
	#menu .pc li:hover{
	background-color: #bebebe;
	}
	/* @end */
    
    
    
    /* @group footer */
    .pagetop{
	border-radius: 100%;
	background-color: rgba(36,65,118,0.7);
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	font-size: 12px;
	padding-top: 55px;
	position: fixed;
	cursor: pointer;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
	color: #fff;
	}
    footer{
	margin-top: 100px;
	padding: 0 0 100px;
	background-color: #244176;
	}
	footer:before{
	content: "";
	border-top: 5px solid #244176;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	}
	.footer_logo{
	width: 100%;
	height: auto;
	max-width: 772px;
	}
	footer address{
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
	padding-left: 65px;
	}
	#footer_right{
	font-weight: bold;
	}
    /* @end */
    
    
    
	/* @group link */	
    a{color: #244176;}
	.opacity:hover{opacity: 0.7;}
	
	.txt_deco_1{text-decoration: none;}
	.txt_deco_1:hover{text-decoration: underline;}
	
	.txt_deco_2{text-decoration: underline;}
	.txt_deco_2:hover{text-decoration: none;}
	/* @end */
	
	/* @group background-color */
	.bkg_blue{
	background-color: #ABCCE2;
	}
	/* @end */
	
	/* @group icon */
	.icon_window{
	background: url(../a_images/icon_window.png) no-repeat 0 50%;
	padding-left: 22px;
	}
	.icon_window_r{
	background: url(../a_images/icon_window.png) no-repeat 100% 50%;
	padding-right: 19px;
	}
	/* @end */
	
	/* @group sd_content */
	#sd_content{margin-top: 60px;}
	#sd_content div > section{margin-top: 60px;}
	#sd_content div > section > section{margin-top: 40px;}
	#sd_content div > section > section > section{margin-top: 35px;}
	#page_title_wrap{
	background-color: #EFE8DE;
	background: linear-gradient(#9CD4FF 10%, #FFF 80%);
	-webkit-background: linear-gradient(#FFF 80%, #9CD4FF 10%);
	}
	#pankuzu{
	position: relative;
	}
	#pankuzu ul{
	margin-top: 15px;
	position: absolute;
	right: 0;
	font-size: 0;
	}
	#pankuzu ul li{
	display: inline-block;
	font-size: 14px;
	}
	#pankuzu ul li:not(:first-child):before{
	content:">";
	padding-left: 10px;
	padding-right: 7px;
	}
	#page_title{
	background-image: url(../a_images/niji.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: inline-block;
	width: 480px;
	margin-top: -30px;
	}
	#title_text{
	display: inline-block;
	vertical-align: middle;
	margin-top: -40px;
	line-height: 1.8em;
	width: 630px;
	}
	/* @end */
	
	/* @group font */
	.f_mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	/* @end */
	
	/* @group h */
	.ichiran_wrap{position: relative;}
	.h_1_ichiran{
	position: absolute;
	font-size: 14px;
	background: url(../a_images/arrow.png) no-repeat 0 6px;
	padding-left: 10px;
	}
	.h_1{
	background-color: #244176;
	background: linear-gradient(#244176, #fffz);
	background: -moz-linear-gradient(top, #244176, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#244176), to(#fff));
	padding-left: 4px;
	margin-bottom: 15px;
	}
	.h_1 > span{
	display: block;
	padding: 20px 10px 20px 15px;
	background-color: #fff;
	}
	.h_1 > span span{
	font-size: 0.7em;
	margin-left: 50px;
	}
	.h_2{
	font-weight: bold;
	}
	.h_2_text{
	font-weight: bold;
	margin-bottom: 30px;
	}
	.h_2_text + p{
	line-height: 1.8em;
	}
	.h_3{
	position: relative;
	background-color: #005492;
	background: linear-gradient(#005492, #fffz);
	background: -moz-linear-gradient(left, #005492, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(#005492), to(#fff));
	margin-bottom: 30px;
	color: #fff;
	padding: 15px 10px 13px 35px;
}
	.h_3:before{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #A12024;
	position: absolute;
	left: 0;
	top: 0;
	}
	.h_3:after{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #EEC02C;
	position: absolute;
	left: 10px;
	top: 0; 
	}
	
	.lund{
	position: relative;
	background-color: #EEC02C;
	background: linear-gradient(#005492, #fff);
	background: -moz-linear-gradient(left, #005492, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(#005492), to(#fff));
	margin-bottom: 30px;
	color: #fff;
	padding: 15px 10px 13px 35px;
}
	.h_3:before{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #A12024;
	position: absolute;
	left: 0;
	top: 0;
	}
	.h_3:after{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #EEC02C;
	position: absolute;
	left: 10px;
	top: 0; 
	}
	
	.h_4{
	background: #EDEEEE;
	position: relative;
	min-height: 45px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 12px 10px 10px 28px;
	color: #595858;
	font-weight: bold;
	}
	.h_4:before{
	content: url(../a_images/h_arrow.png);
	position: absolute;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	left: -8px;
	top: 50%;
	margin-top: -37px;
	}
	.h_5{
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 25px;
	border-bottom: 2px solid #C7C7C8;
	padding-bottom: 5px;
}
	.h_5:before{
	content: url(../a_images/disc2.png);
	position: absolute;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	left: -8px;
	top: 50%;
	margin-top: -21px;
	}
	/* @end */
	
	
	/* @group width */
	.m_w_100p{
	max-width: 100%;
	}
	/* @end */
	
	/* @group height */
	.h_auto{
	height: auto;
	}
	/* @end */
	
	/* @group border */
	.bd_b_green_solid{
	border-bottom: 1px solid #8FB8AB;
	}
	/* @end */
	
	/* @group table */
	table{
	width: 100%;
	}
	table th{
	background-color: #5792BE;
	color: #fff;
	font-weight: normal;
	text-align: center;
	}
	table tr:not(:last-child) th{
	border-bottom: 1px solid #fff;
	}
	table td{
	border: 1px dotted #4d4d4d;
	border-right: none;
	border-left: none;
	text-align: left;
	}
	table tr td:not(:last-child){
	border-right: 1px dotted #4d4d4d;
	}
	table tr th:not(:first-child){
	border-left: 1px solid #fff;
	}
	table th,table td{
	padding: 8px 10px 7px;
	}
	/* @end */
	
	/* @group color */
    .col_brown{color: #7B6754;}
	/* @end */
	
	/* @group button */
    .btn_blue{
	display: inline-block;
	padding: 10px 15px 8px;
	color: #fff;
	background-color: #244176;
	text-decoration: none;
	transition: 600ms;
	-wekit-transition: 600ms;
	width: 300px;
	max-width: 100%;
	box-sizing: border-box;
	}
	.btn_blue:hover{
	opacity: 0.6;
	transition: 600ms;
	-wekit-transition: 600ms;
	}
	/* @end */
	
	/* @group ul */
	.list_disc li{
	background-image: url(../a_images/disc.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 50%;
	}
	/* @end */
	
	/* @group arrow */
	.arrow4{
	position: relative;
	padding-left: 25px;
	line-height: 1.8em;
	}
	.arrow4:before{
	content: url(../a_images/arrow4.png);
	position: absolute;
	left: 0;
	margin-top: 1px;
	}

/* My Comment */
	/* @end */
	
	/* @group img */
	.img_l{
	float: left;
	}
	
	
	/* @group s_4_6 */
	.s_4_6 > div:nth-of-type(1){
	float: left;
	width: 39%;
	}
	.s_4_6 > div:nth-of-type(2){
	float: right;
	width: 60%;
	}
	/* @end */
	/* @group s_5_5 */
	.s_5_5 > div{
	width: 49%;
	}
	.s_5_5 > div:nth-of-type(1){
	float: left;
	}
	.s_5_5 > div:nth-of-type(2){
	float: right;
	}
	/* @end */
	/* @group s_6_4 */
	.s_6_4 > div:nth-of-type(1){
	float: left;
	width: 59%;
	}
	.s_6_4 > div:nth-of-type(2){
	float: right;
	width: 39%;
	}
	/* @end */

/* @end */


@media only screen and (max-width: 649px) {
	/* @group global */
	.wrap_out{
	padding: 0px 10px 0px 10px;
	}
	.sp{
	display: block;
	}
	.pc{
	display: none;
	}	
	/* @end */
	
	
	/* @group header */
	.logo_wrap{
	padding: 15px 0;
	}
	#logo{width: 100%;}
	#menu_top{
	padding-right: 60px;
	position: relative;
	}
	#menu_sp_btn{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	}
	#menu_sp{
	padding-bottom: 10px;
	display: none;
	}
	#menu_sp li a{
	padding-top: 10px;
	border-top: 1px dotted #5f5e5f;
	display: block;
	text-decoration: none;
	color: #5f5e5f;
	}
	#menu_sp li:first-child a{
	border-top: none;
	}
	#menu_sp li:not(:last-child) a{
	padding-bottom: 8px;
	}
	/* @end */
	
	
	/* @group nav */
	#sp_menu_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	}
	#sp_menu{
	display: none;
	}
	nav .sp li:not(:last-child){
	border-bottom: 1px dotted #30a7e3;
	}
	nav .sp > li a,nav .sp > li p{
	padding: 12px 10px 10px 10px;
	display: block;
	text-decoration: none;
	color: #25A6E3;
	cursor: pointer;
	}
	nav .sp li ul{
	padding-left: 20px;
	display: none;
	}
	/* @end */	
	
	/* @group footer */
    #footer_left{float: left;}
    #footer_right{float: left;clear: both;margin-top: 40px;margin-left: 60px;}
    #footer_right li {margin-bottom: 5px;}
    .pagetop{
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	font-size: 7px;
	padding-top: 24px;
	}
	/* @end */
    
    /* @group h */
    .ichiran_wrap{
	padding-bottom: 50px;
	}
	.h_1_ichiran{
	bottom: 0;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	background: none;
	background-color: #244176;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	}
	.h_3{
	background-color: #005492;
	background: linear-gradient(#005492, #005492);
	background: -moz-linear-gradient(left, #005492, #005492);
	background: -webkit-gradient(linear, left top, right bottom, from(#005492), to(#005492));
	}
	/* @end */
	
	/* @group sd_content */
	#sd_content{margin-top: 60px;}
	.h_2{margin-bottom: 60px;}
	#sd_content div > section{margin-top: 40px;}
	#page_title{
	background-size: 250px;
	background-position: 0 30px;
	min-height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 90px;
	margin-top: 10px;
	}
	#page_title img{
	width: 100%;
	height: auto;
	}
	#title_text{
	margin-top: 20px;
	width: 100%;
	color: #7e7e7e;
	}
	/* @end */
	
	
	/* @group table */
	.table_sp_block{
	width: 100%;
	}
	.table_sp_block th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	}
	.table_sp_block td{
	display: block;
	}
	/* @end */
	
	/* @group img */
	.img_l{
	width: 100%;
	margin-bottom: 30px;
	}
	/* @end */
	
	/* @group s_4_6 */
	.s_4_6 > div:nth-of-type(1){
	float: none;
	width: 100%;
	}
	.s_4_6 > div:nth-of-type(2){
	float: none;
	width: 100%;
	margin-top: 10px;
	}
	/* @end */
	/* @group s_5_5 */
	.s_5_5 > div{
	width: 100%;
	}
	.s_5_5 > div:nth-of-type(1){
	float: none;
	}
	.s_5_5 > div:nth-of-type(2){
	float: none;
	margin-top: 10px;
	margin-top: 10px;
	}
	/* @end */
	
	/* @group s_6_4 */
	.s_6_4 > div:nth-of-type(1){
	width: 100%;
	}
	.s_6_4 > div:nth-of-type(2){
	margin-top: 10px;
	width: 100%;
	}
	/* @end */
}


@media screen and (min-width: 650px) and  (max-width: 999px) {
	/* @group global */
	.wrap_out{padding: 0px 10px 0px 10px;}
	.sp{display: none!important;}
	.pc{display: block;}	
	/* @end */
    
    /* @group header */
	header .wrap_out{padding: 0px;}
	#logo{width: 100%;}
	#menu_top{
	padding: 0px 200px 0px 10px;
	position: relative;
	}
	#header_right{
	position: absolute;
	right: 10px;
	top: 0;
	}
    #menu ul{
	display: table;
	}
    #menu li{
	display: table-cell;
	vertical-align: top;
    }
    #menu li img{
	width: 100%;
	}
    /* @end */
	
	/* @group footer */
    #footer_left{float: left;}
    #footer_right{float: right;}
    #footer_right li {margin-bottom: 5px;}
    .pagetop{
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	font-size: 12px;
	padding-top: 45px;
	}
	/* @end */
    
    /* @group h */
	.h_1_ichiran{
	top: 50%;
	right: 10px;
	margin-top: -6px;
	}
    .ichiran_wrap .h_1{
	margin-right: 150px;
	}
	.h_1 > span span{
	display: block;
	font-size: 0.6em;
	margin-top: 5px;
	margin-left: 0;
	}
	/* @end */
	
	/* @group sd_content */
	#sd_content{margin-top: 60px;}
	.h_2{margin-bottom: 60px;}
	#page_title{
	background-size: 290px;
	min-height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 90px;
	margin-top: 10px;
	}
	#title_text{
	margin-top: 20px;
	width: 100%;
	color: #7e7e7e;
	}
	/* @end */
	
}

@media only screen and (min-width: 1000px) {
    /* @group global */
    .wrap_out{
	width: 1000px;
	padding: 0px 10px;
	box-sizing:border-box;
	margin: auto;
    }
    .sp{
    display: none!important;
    }
    .pc{
	display: block;
    }	
    /* @end */
    
    /* @group menu */
    #menu ul{
	display: table;
	}
    #menu li{
	display: table-cell;
    }
    #menu li img{
	width: 100%;
	}
    /* @end */
    
    /* @group footer */
    #footer_left{float: left;}
    #footer_right{float: right;}
    #footer_right li {margin-bottom: 5px;}
    /* @end */
    
    /* @group h */
	.h_1_ichiran{
	top: 18px;
	right: 0;
	}
	/* @end */
    
    /* @group sd_content */
	#page_title{
	min-height: 180px;
	background-size: 350px;
	padding-top: 120px;
	padding-left: 90px;
	margin-top: 30px;
	}
    /* @end */
   

}*/