@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color:#000000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common */
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.red_bold {
	font-weight: bold;
	color: #F00;
}

html { 
  background: url(../img/13250204.jpg) no-repeat center center fixed; 
  background-size: cover;
  position: relative;
  overflow: auto;
}


/* main */
html,body {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	overflow-x: hidden;/* 横スクロールバーの拡大を防ぐ */
	-webkit-overflow-scrolling: touch;
}

#container {
	padding: 0px;
	max-width: 1080px;
	height:100%;
	margin: 0px auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	position: relative;		/* フッター部の配置用に定義 */
	-webkit-overflow-scrolling: touch;
}
#contents {
    width: 1080px; 
}

@media only screen and (min-width: 769px) {
	
#header {
	width: 100%;
    max-width: 1080px;
	height: auto;
}
.pc { display: block !important; }
.sp { display: none !important; }

#header img {
	width: 100%;
	max-width: 1080px;
	height:auto;
    margin-top: 5px;
	margin-bottom: 3px;
}
	
#menu{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 14.285%;
  margin: 0;
  padding: 0; }

#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #208ac5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #2053c5;
}
#toggle{ 
 display: none;
 }

	#footer p {
	text-align:center;
	color: #ffffff;
	margin-top: -10px;
}
.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 13px;
}
.link {
	margin-bottom: 35px;
	text-align:center;
}
.bx_pc { display: block !important; }
.bx_sp { display: none !important; }
	
#footer{
	height:auto;         
	max-width: 1080px;         
	margin: auto;
	}

#footer .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }
	
.page_box {
	max-width: 1080px; 
	height:100%;
    padding-top: 40px;
    background-image: url(../img/cnt_back.gif);
	background-repeat: repeat;}

.top_box {
	background-color:#F80000;
    width:30px;
    height:24px;
	margin-top:-10px;
}
.title {
	color:#000000;
	font-size: 24px;
	font-weight: 500;
	margin-top: -19px;
	margin-left: 34px;
}
.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	margin-right: 10px;
}

.saiyo_copy{
	text-align: center;
	}
	
.copy {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	}

.kaisyagaiyo table {
	margin:auto;
	margin-top: 5px;
	}

.kaisyagaiyo th {
	background-color: #BFE4EB;
	width:15%;
	padding: 15px;
	text-align:center;
}
.kaisyagaiyo td {
	background-color: #ffffff;
	padding: 15px;
}

#footer{
	height:auto;         
	max-width: 1080px;         
	margin: auto;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
.space{height: 80px;}

}

@media only screen and (min-width: 481px) and (max-width: 768px) {
#header {
		width: 100%;
	max-width: 768px;
		height: 135px;
	}
#header img {
		width: 100%;
	max-width: 450px;
	height: auto;
	margin: auto;
	padding-top: 5px;
	}
.pc { display: none !important; }
.sp { display: block !important; }
	
#menu{
	  display: none;
  }
  #menu li{
    max-width: 768px;
	width: 100%;
	border-bottom: 1px solid #96b1ab;
  }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #208ac5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #2053c5;
}

  #toggle{
    display: block;
    position: relative;
    width: 768px;
	max-width: 100%;
    background: #208ac5;
	border-bottom: 1px solid #96b1ab;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px; 
    background: #208ac5;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 12px;
}
.link {
	max-width: 768px;
	margin-bottom: 15px;
	text-align:center;
}

	
#footer .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }

	#footer p {
	max-width: 768px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	}
	#footer{
	height:auto;         
	max-width: 768px;         
	margin: auto;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
.page_box {
	max-width: 768px; 
	height:100%;
    padding-top: 40px;
    background-image: url(../img/cnt_back.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	}

.top_box {
	background-color:#F80000;
    width:30px;
    height:24px;
	margin-top:-10px;
	margin-left: -10px;
}
.title {
	color:#000000;
	font-size: 24px;
	font-weight: 500;
	margin-top: -19px;
	margin-left: 24px;
}
.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	}

.saiyo_copy{
	text-align: center;
	}
	
.copy {
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	}

.kaisyagaiyo table {
	width: 480px;
	margin:auto;
	margin-top: 5px;
	}

.kaisyagaiyo th {
	background-color: #BFE4EB;
	padding: 5px;
	text-align:left;
}
.kaisyagaiyo td {
	background-color: #ffffff;
	padding: 5px;
	text-align:left;
}
	.kaisyagaiyo,
    .kaisyagaiyo tbody,
    .kaisyagaiyo thead,
    .kaisyagaiyo tr,
    .kaisyagaiyo td,
    .kaisyagaiyo th {display:block;}
 
    .kaisyagaiyo th {width:auto;}
	
.space{height: 50px;}	

}
	
@media only screen and (min-width: 321px) and (max-width: 480px){
	#header {
		width: 90%;
		max-width: 480px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#header img {
	max-width: 400px;
	width:  100%;
	height:auto;
	padding-top: 5px;
	padding-bottom: 3px;
	}
.pc { display: none !important; }
.sp { display: block !important; }
	
  #menu{
	  display: none;
  }
  #menu li{
    max-width: 480px;
	width: 100%;
	border-bottom: 1px solid #96b1ab;
  }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #208ac5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #2053c5;
}

  #toggle{
    display: block;
    position: relative;
    width: 480px;
	max-width: 100%;
    background: #208ac5;
	border-bottom: 1px solid #96b1ab;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px; 
    background: #208ac5;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
	
.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 12px;
}
.link {
	max-width: 480px;
	margin-bottom: 15px;
	text-align:center;
}
#footer .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }
	
#footer p {
	max-width: 480px;
	font-size: 9px;
	color: #ffffff;
	padding-bottom: 5px;
	text-align: center;
	}
#footer{
	height:auto;         
	max-width: 480px;         
	margin: auto;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
	
.page_box {
	max-width: 480px; 
	height:100%;
    padding-top: 40px;
    background-image: url(../img/cnt_back.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	}

.top_box {
	background-color:#F80000;
    width:30px;
    height:24px;
	margin-top:-10px;
	margin-left: -10px;
}
.title {
	color:#000000;
	font-size: 24px;
	font-weight: 500;
	margin-top: -19px;
	margin-left: 24px;
}
	
.tophe {
	color:#025AC8;
	font-size: 11px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
   padding-left: 5px;
}
.saiyo_copy{
	text-align: center;
	}
	
.copy {
	max-width: 400px;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	}

.kaisyagaiyo table {
	width: 321px;
	margin:auto;
	margin-top: 5px;
	}

.kaisyagaiyo th {
	background-color: #BFE4EB;
	width:15%;
	padding: 5px;
	text-align:left;
}
.kaisyagaiyo td {
	background-color: #ffffff;
	padding: 5px;
}
	.kaisyagaiyo,
    .kaisyagaiyo tbody,
    .kaisyagaiyo thead,
    .kaisyagaiyo tr,
    .kaisyagaiyo td,
    .kaisyagaiyo th {display:block;}
 
    .kaisyagaiyo th {width:auto;}

.space{height: 50px;}

}

@media only screen and (max-width: 320px){
		#header {
		width: 90%;
		max-width: 320px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#header img {
	max-width: 320px;
	width:  100%;
	height:auto;
	padding-top: 5px;
	padding-bottom: 3px;
	}
.pc { display: none !important; }
.sp { display: block !important; }
	
  #menu{
	  display: none;
  }
  #menu li{
    max-width: 320px;
	width: 100%;
	border-bottom: 1px solid #96b1ab;
  }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #208ac5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #2053c5;
}

  #toggle{
    display: block;
    position: relative;
    width: 320px;
	max-width: 100%;
    background: #208ac5;
	border-bottom: 1px solid #96b1ab;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px; 
    background: #208ac5;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
	
.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 11px;
}
.link {
	max-width: 300px;
	margin-bottom: 15px;
	text-align:center;
}
#footer .cpy_cp { display: none !important; }
#footer .cpy_sp { display: block !important; }

#footer .cpy_sp {
	max-width: 320px;
	font-size:10px;
	color: #ffffff;
	padding-bottom: 5px;
	text-align: center;
	line-height:1.5em;
	}
#footer{
	height:auto;         
	max-width: 320px;         
	margin: auto;
	}
	#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
.page_box {
	max-width: 320px; 
	height:100%;
    padding-top: 40px;
    background-image: url(../img/cnt_back.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	}

.top_box {
	background-color:#F80000;
    width:30px;
    height:24px;
	margin-top:-10px;
	margin-left: -10px;
}
.title {
	color:#000000;
	font-size: 24px;
	font-weight: 500;
	margin-top: -19px;
	margin-left: 24px;
}
.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
}

.saiyo_copy{
	text-align: center;
	}
	
.copy {
	max-width: 300px;
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align:left;
	}

.kaisyagaiyo table {
	max-width: 300px;
	margin:auto;
	margin-top: 5px;
	margin-left: -10px;
	
	}

.kaisyagaiyo th {
	background-color: #BFE4EB;
	width:15%;
	padding: 5px;
	text-align:left;
}
.kaisyagaiyo td {
	background-color: #ffffff;
	padding: 5px;
}
	.kaisyagaiyo,
    .kaisyagaiyo tbody,
    .kaisyagaiyo thead,
    .kaisyagaiyo tr,
    .kaisyagaiyo td,
    .kaisyagaiyo th {display:block;}
 
    .kaisyagaiyo th {width:auto;}

.space{height: 50px;}
	
}


