@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: #FFFFFF;
}
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;		/* フッター部の配置用に定義 */
}
#contents {
    width: 1080px; 
}

@media only screen and (min-width: 1040px) { 
	
#header {
	width: 100%;
    max-width: 1200px;
	height: auto;
}
.pc { display: block !important; }
.sp { display: none !important; }

#header img {
	width: 100%;
	max-width: 1200px;
	height:auto;
    margin-top: 5px;
	margin-bottom: 3px;
}
	
#menu{
  width: 100%;
  max-width: 1200px;
  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;
 }

#slider img { width: 100%; max-width: 1200px; height: auto;}
#slider_sp { display:none;}
	
.aqua_sheet_box {
	background: #ddf0f3; width: 100%; max-width:1200px; max-height:307px;
	border: 3px solid #fff;
	margin-top: 20px;
	margin-bottom: 40px;
}
.aqua_sheet_box:after {
	content:"";
	display: block;
	clear: both
}

.aqua_pc {
	max-width: 600px;
	width: 100%;
	height: auto;
	float:left;
	padding-top:13px;
	padding-left:50px;
	padding-bottom:13px;
}
.aqua_pc { display: block !important; }
.aqua_sp { display: none !important; }

.aqua_sheet_butn {
	padding-top: 11px;
	padding-left: 70px;
}
.aqua_sheet_butn_box {
	display: flex;
	flex-direction: column;
}
.aqua_sheet_butn_1 div a img {
	max-width: 290px;
	width: 100%;
	height: auto;
	padding-top:7px;
}
.aqua_sheet_butn_2 div a img {
	max-width: 290px;
	width: 100%;
	height: auto;
	padding-top:7px; 
}
#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 .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }

#footer{
	height:auto;         
	max-width: 1080px;         
	margin: auto;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
.space{height: 10px;}
}

@media only screen and (min-width: 769px) and (max-width: 1039px) {
#header {
width: 100%;
max-width: 1039px;
height: auto;
}
.pc { display: block !important; }
.sp { display: none !important; }

#header img {
width: 100%;
max-width: 1039px;
height:auto;
margin-top: 5px;
margin-bottom: 3px;
}
	
#menu{
  width: 100%;
  max-width: 1039px;
  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;
 }

#slider img { width: 100%; max-width: 1039px; height: auto;}
#slider_sp { display:none;}

.aqua_sheet_copy {
	padding-bottom: 10px;
}
.aqua_sheet_box {
	background: #ddf0f3; width:100%; max-width:1039px; max-height:500px;
	border: 3px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.aqua_sheet_box:after {
	content:"";
	display: block;
	clear: both
}
.aqua_pc {
	max-width: 600px;
	width: 90%;
	height: auto;
	margin: auto;
	padding-top:13px;
}
.aqua_pc { display: block !important; }
.aqua_sp { display: none !important; }

.aqua_sheet_butn_box {
    display: flex;
    justify-content: center;
}
.aqua_sheet_butn {
	display: flex;
    flex-direction: row;
}
.aqua_sheet_butn_1 div a img {
	max-width: 290px;
	width: 100%;
	height: auto;
	padding-top:8px;
	padding-right:8px;
}
.aqua_sheet_butn_2 div a img {
	max-width: 290px;
	width: 100%;
	height: auto;
	padding-top:8px;
	padding-left:8px;
}
#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 .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }

#footer{
	height:auto;         
	max-width: 1080px;         
	margin: auto;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}
.space{height: 30px;}
}

@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;
}

#slider img { width: 100%; max-width: 768px; height: auto;}
#slider_sp { display:none;}

.aqua_sheet_copy {
	padding-bottom: 10px;
}
.aqua_sheet_box {
	background: #ddf0f3; width:100%; max-width:1039px; max-height:500px;
	border: 3px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.aqua_sheet_box:after {
	content:"";
	display: block;
	clear: both
}
.aqua_pc {
	max-width: 600px;
	width: 90%;
	height: auto;
	margin: auto;
	padding-top:13px;
}
.aqua_pc { display: block !important; }
.aqua_sp { display: none !important; }

.aqua_sheet_butn_box {
    display: flex;
    justify-content: center;
}
.aqua_sheet_butn {
	display: flex;
    flex-direction: row;
}
.aqua_sheet_butn_1 div a img {
	max-width: 250px;
	width: 100%;
	height: auto;
	padding-top:8px;
	padding-right:8px;
}
.aqua_sheet_butn_2 div a img {
	max-width: 250px;
	width: 100%;
	height: auto;
	padding-top:8px;
	padding-left:8px;
}

.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 13px;
}
 .link {
	max-width: 768px;
	margin-bottom: 30px;
	text-align:center;
}
#footer .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }
	
#footer{
	height:auto;         
	max-width: 768px;         
	margin: auto;
	}

#footer p {
	font-size: 12px;
	text-align: center;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}	
.space{height: 30px;}
}


@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;
  }
	
#slider_sp img { width: 100%; max-width: 480px; height: auto;}
#slider	{ display:none;}
	
.aqua_sheet_box {
	background: #ddf0f3; width: 100%; max-width: 480px; height:auto;
	overflow: hidden;
	border: none;
	margin-top:30px;
	margin-bottom: 30px;
}
.aqua_pc { display: none !important; }
.aqua_sp { display: block !important; }

.aqua_sp {
	max-width: 380px;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 10px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.aqua_sheet_butn_box {
	max-width: 480px;
	height: auto;
	text-align: center;
	padding-bottom: 10px;
	}
	
.aqua_sheet_butn_box div a img {
	max-width: 280px;
	height: auto;
	padding-bottom: 10px;
	display:inline-block;
	}
	
.link li {
	display: inline-block
}
.link li a {
	color: #ffffff;
    font-size: 12px;
}
.link {
	max-width: 460px;
	margin-bottom: 15px;
	text-align:center;
}
#footer .cpy_cp { display: block !important; }
#footer .cpy_sp { display: none !important; }
	
#footer{
	height:auto;         
	max-width: 460px;         
	margin: auto;
	}
	
#footer p {
	max-width: 460px;
	font-size: 9px;
	padding-bottom: 5px;
	text-align: center;
	}
#footer-blue {background-color: #182950; 
	width:100%; 
	margin: 0 -500%;
	padding: 10px 500%;
}	
.space{height: 10px;}
}

@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;
  }
	
#slider_sp img { width: 100%; max-width: 320px; height: auto;}
#slider	{ display:none;}
	
.aqua_sheet_box {
	background: #ddf0f3; width: 100%; max-width: 320px; height:auto;
	overflow: hidden;
	border: none;
	margin-top:20px;
	margin-bottom: 30px;
}
.aqua_pc { display: none !important; }
.aqua_sp { display: block !important; }

.aqua_sp {
	max-width: 260px;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 10px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.aqua_sheet_butn_box {
	max-width: 310px;
	height: auto;
	text-align: center;
	padding-bottom: 6px;
	}
	
.aqua_sheet_butn_box div a img {
	max-width: 250px;
	height: auto;
	padding-bottom: 10px;
	display:inline-block;
	}
	
.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;
	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%;
}	
.space{height: 10px;}
}

