@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:auto;
	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;}

.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	margin-right: 10px;
}

.aqa_sheet_1 {
	margin-top: 20px;
	}
.aqa_sheet_2 {
	width: 768px;
	border-width:2px;
	border-style:solid;
	border-color:#12a1c0;
	background:#ffffff;
	margin: 0 auto;
	padding-bottom: 8px;
	}
.title {
    background-color: #12a1c0;
	padding: 8px;
	text-align:center;
	}
.title p{
	font-size: 19px;
	font-weight:bold;
	color: #ffffff;
}
.copy{
	padding: 5px;
	}
.kouho_1 {
	display: flex;
	justify-content:center;
}
.kouho_1_s {
	display: flex;
	flex-direction: row;
}
.kouho_1_s div img{
	width: 240px;
	height: auto;
	padding: 5px;
}
.kouho_2 {
	display: flex;
	justify-content:center;
}
.kouho_2_s {
    display: flex;
	flex-direction: row;
}
.kouho_2_s div img{
	width: 240px;
	height: auto;
	padding: 5px;
}
.pdf_dw p {
	text-align: center;
	font-size: 120%;
	}
.pdf_dw {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 30px;
	} 
#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;}

.title {
	font-size: 19px;
	font-weight:bold;
	color: #ffffff;
		}
	
.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	margin-right: 10px;
}
.aqa_sheet_1 {
	margin-top: 20px;
	}
.aqa_sheet_2 {
	width: 480px;
	border-width:2px;
	border-style:solid;
	border-color:#12a1c0;
	background:#ffffff;
	margin: 0 auto;
	padding-bottom: 8px;
	}
.title {
    background-color: #12a1c0;
	padding: 8px;
	text-align:center;
	}
.title p{
	font-size: 19px;
	font-weight:bold;
	color: #ffffff;
}
.copy{
	padding: 5px;
	}
.kouho_1 {
	display: flex;
	justify-content:center;
}
.kouho_1_s {
	display: flex;
	flex-direction: column;
}
.kouho_1_s div img{
	width: 300px;
	height: auto;
	padding: 5px;
}
.kouho_2 {
	display: flex;
	justify-content:center;
}
.kouho_2_s {
    display: flex;
	flex-direction: column;
}
.kouho_2_s div img{
	width: 300px;
	height: auto;
	padding: 5px;
}
.pdf_dw p {
	text-align: center;
	font-size: 120%;
	}
.pdf_dw {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 30px;
	}
.pdf_dw img {
	width: 75px;
	}	
	
.space{height:50px;}
}


@media only screen and (min-width: 321px) and (max-width: 480px){
	#header {
		width: 90%;
		max-width: 480px;
		height: 100%;
		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;}

.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	margin-right: 10px;
}
.aqa_sheet_1 {
	margin-top: 20px;
	}
.aqa_sheet_2 {
	width: 320px;
	border-width:2px;
	border-style:solid;
	border-color:#12a1c0;
	background:#ffffff;
	margin: 0 auto;
	padding-bottom: 8px;
	}
.title {
    background-color: #12a1c0;
	padding: 8px;
	text-align:center;
	}
.title p{
	font-size: 19px;
	font-weight:bold;
	color: #ffffff;
}
.copy{
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 2px;
	}
.kouho_1 {
	display: flex;
	justify-content:center;
}
.kouho_1_s {
	display: flex;
	flex-direction: column;
}
.kouho_1_s div img{
	width: 300px;
	height: auto;
	padding: 5px;
}
.kouho_2 {
	display: flex;
	justify-content:center;
}
.kouho_2_s {
    display: flex;
	flex-direction: column;
}
.kouho_2_s div img{
	width: 300px;
	height: auto;
	padding: 5px;
}
.pdf_dw p {
	text-align: center;
	font-size: 110%;
	}
	
.pdf_dw {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 30px;
	}
.pdf_dw img {
	width: 75px;
	}
		
.space{height:50px;}	
}

@media only screen and (max-width: 320px){
		#header {
		width: 90%;
		max-width: 320px;
		height:100%;
		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;}

.title {
	font-size: 17px;
	font-weight:bold;
	color: #ffffff;
		}
	
.tophe {
	color:#025AC8;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-top: -20px;
	margin-right: 10px;
}
.aqa_sheet_1 {
	margin-top: 20px;
	}
.aqa_sheet_2 {
	width: 250px;
	border-width:2px;
	border-style:solid;
	border-color:#12a1c0;
	background:#ffffff;
	margin: 0 auto;
	padding-bottom: 8px;
	}
.title {
    background-color: #12a1c0;
	padding: 8px;
	text-align:center;
	}
.title p{
	font-size: 19px;
	font-weight:bold;
	color: #ffffff;
}
.copy{
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 2px;
	}
.kouho_1 {
	display: flex;
	justify-content:center;
}
.kouho_1_s {
	display: flex;
	flex-direction: column;
}
.kouho_1_s div img{
	width: 240px;
	height: auto;
	padding: 5px;
}
.kouho_2 {
	display: flex;
	justify-content:center;
}
.kouho_2_s {
    display: flex;
	flex-direction: column;
}
.kouho_2_s div img{
	width: 240px;
	height: auto;
	padding: 5px;
}
.pdf_dw p {
	text-align: center;
	font-size: 110%;
	}
.pdf_dw {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 30px;
	}
.pdf_dw img {
	width: 75px;
	}			
.space{height:50px;}	
}


