@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing: border-box;
	line-height: 1em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
	-ms-text-size-adjust: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
}
.wrap{
	background-color: white;
	text-align: center;
}
header{
	display: flex;
	max-width: 980px;
	margin: auto;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
header .rogo img {
	
}
header nav{
	margin-top: 30px;
	width: auto;
	text-align: right;
}
header nav li{
	display: inline-block;
	margin: 0 3px;
	padding: 5px;
	border-bottom: 1px solid #444;
}
header nav a{
	font-size: 13px;
	color: #444;
	display: block;
	margin: -5px;
	padding: 5px;
	text-decoration: none;
}

header nav a:hover{
	background-color: #CDF0F0;
}
.nav_und{
	height: 2px;
	width: auto;
	background-color: rgb(23,140,197);
}
.main{
	height: 500px;
	background-image: url(img/haikei.png);
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main img {
	padding-top: 2rem;
	max-width: 850px;
	height: auto;

}
.main_nagao_txt{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	background-color: rgb(255,192,40);
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}

.main_photo{
	max-width: 980px;
	margin: auto;
}
.sec1{
	max-width: 980px;
	margin: auto;
	padding: 0 20px;
	text-align: center;
}
.nagao_text{
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	color: #444;
}

.sec2023_04 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.sec2023_img a:hover img {
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
/*----------------------------------埋め込みCMS iflameの設定*/
.sec2 .iflame{
	text-align: center;
	margin: auto;
}
section{
	max-width: 980px;
	margin: auto;
}
section p{
	color: #444;
}

.top_con1{
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.top_con1 img {
	width: 280px;
	height: auto;
	padding: 3px;
	margin: 15px;
	border: 2px solid rgb(255,255,150);
	border-radius: 5px;
}
.top_con1 .item1 {
	margin: auto;
}
.top_con1 img:hover{
	border: 3px solid rgba(245,182,0,1.00);
	border-radius: 5px;
	opacity: 0.7;
	transition-duration: 0.3s;
}
.sec2 {
	max-width: 980px;
	padding: 10px 10px;
}
h2{
	max-width: 980px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.3px;
	height: 45px;
	padding: 15px;
	margin: 10px auto;
	background-color: rgb(23,140,197);
	color: white;
}
.sec2{
	text-align: left;
	max-width: 980px;
	margin: auto;
	margin-bottom: 20px;
}
.top_con2 dl {
	margin: auto 10px;
}
.top_con2 dl dt {
	padding-top: 10px; 
	margin-bottom: 5px;
}
.top_con2 dl dd {
	padding-bottom: 10px;
	border-bottom: solid 1px #09f;
	margin-bottom: 10px;
}

.top_con2 p{
	font-size: 15px;
	font-weight: bold;
	color: rgb(23,140,197);
	text-align: right;
}
.sec3 p{
	font-size: 17px;
	margin-left: 20px;
}
.sec3 dl{
	margin: 20px;
	font-size: 16.5px;
}

.sec3 dt{
	font-weight: 900;
	font-size: 17px;
	margin: 15px 0 5px 0;
}
.sec3 dd{
	line-height: 1.8em;
}
h3{
	margin: 50px auto 30px auto;
}
h3 .con_title{
	font-size: 20px;
	font-weight: bold; 
	line-height: 1.7;
	color:  rgb(23,140,197);
}
hr{
margin-top: 15px;
height: 3px;
width: 200px;
background-color: rgb(23,140,197);
border: none;
color: rgb(23,140,197);
}

.team_con1{
	margin-top: 20px;
}

.team_con1 img{
	margin-bottom: 30px;
}

section .team_cl{
	font-size: 17px;
	line-height: 1.9em;
	margin-bottom: 30px;
}
section .team_con2{

}
.team_con2 .table1{
	width: 90%;
	margin-left: 20px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 30px;
}
.table1 tr{
	border-bottom: 1px dotted black;
	display: block;
}
.table1 th{
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.table1 td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.team_con2 .table2{
	width: 90%;
	margin-left: 20px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.table2 tr{
	
}
.table2 th{
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table2 td{
	padding-top: 5px;
	padding-bottom: 5px;
}
.table2 tr:first-child th{
	font-weight: bold;
}

.mem_con1{
	margin: 20px auto;
}
.mem_cl{
	font-size: 13px;
	line-height: 1.8em;
}
.mem_con2{
	margin-bottom: 30px;
}
.mem_con2 dl{
	width: auto;
	height: 100px;
	margin: 15px auto;
	background-color: #FFC028;
}
.mem_con2 dt{
	color: white;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.mem_con2 dd{
	font-size: 15px;
	font-weight: bold;
	color: #4D4D4D;
}
.toiawase{
	background-image: url(img/toiawase_banner.png) ;
	padding: 30px;
	margin-bottom: 20px;
	
}

.toiawase .toiawase_text{
	border: 2px solid #4D4D4D;
	border-radius: 6px;
	background-color: white;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.toiawase_text p{
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.toiawase .button1:hover{
	opacity: 0.8;
}

#formWrap dd {
text-align: left;
}

#formWrap {
	color: #333;
}

#formWrap h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0 20px;
}

.kome {
	margin: 40px 0;
	line-height: 1.7;
}

.kome .sp {
	display: none;
}

@media only screen and (max-width: 750px) {
	.kome .sp {
	display: block;
}
}

/*______________________完了画面*/

.thanks_sec h3 {
}

.thanks_sec .thanks_message{
	padding-top: 30px;
}

.thanks_sec .thanks_message p {
	line-height: 1.8;
	margin-bottom: 100px;
}







/*フォーム（PHPkobo）

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	margin-top: -5px;
}
#formWrap h4 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}
#formWrap p {
	padding: 10px 0;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	text-align: left;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
input[type="submit"], input[type="reset"], input[type="button"]{
	width: 130px;
	height: 30px;
}
*/

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	vertical-align: middle;
}

input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
#formWrap .kome {
	padding: 20px 0;
}
フォームここまで*/

/*--------------------------------学年別成績のcss*/

.sec3 {
	margin-top: 60px;
}
.record_box {
	max-width: 950px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f0fafa;
}	
.midashi_year {
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 18px;
	color: #333333;
}

.midashi_year_1st {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: 900;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #ccc;

}
.rcd_box_inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.by_grade {
	width: 285px;
}
.gakunen {
	background-color: #fa9114;
	color: #fff;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 35px;
	font-weight: 900;
	letter-spacing: 1.5px;
}

.rcd_box_inner dl {
	margin: 0px;
	color: #5f5f5f;
	padding-bottom: 5px;
	padding-left: 10px;
}

.taikai {
	font-weight: 900;
	font-size: 17px;
}
.seiseki {
	font-weight: 100;
	font-size: 16px;
}

.sec3 {
	margin-bottom: 80px;
}

/*=========
accordion
=========*/
 
.accordion_area {
	margin-bottom: 30px;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 25px 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 10px;
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}

@media screen and (max-width:670px){
	.by_grade {
		margin-bottom: 30px;
	}
	.record_box {
	max-width: 96%
}
}
/*--------------------------------footerのcss*/
footer {
	height: auto;
	background-color: #9CD9ED}
footer .f_wrap{
	max-width: 980px;
	margin: auto;
}
footer .f_con{
	padding-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.f_con .footer_nav {
	margin-top: 15px;
}
.f_con .footer_nav li {
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
}
.f_con .footer_nav ul li a {
	text-decoration: none;
	color: #444;
}
.f_con .footer_nav ul {
	border-bottom: 1px solid #444;
}
footer .copyright{
	margin-left: 25px;
}
.wrap .main .main_img {
}
section .team_con2 .table1 {
}
small .copyright{
	font-size: 13px;
	padding-bottom: 15px;
}
section .toiawase .bottun {
	position: absolute;
}

@media screen and (max-width:670px){
	body header {
		display: block;
		width: auto;
}
	header .rogo{
		max-width: 280px;
		margin: 0 auto;
	}
	header nav {
		text-align: center;
		margin-top: 0;
		padding-top: 10px;
	}
	.wrap .nagao_text {
		padding: 0 15px;
	}
	h2 {
		margin: 10px 10px;
	}
	section {
		margin: 0 15px;
	}
	.mem_con2 dl {
		padding: 0 10px;
	}
	.mem_con2 dt {
		padding: 20px 0 10px 0;
	}
	.mem_con2 dd {
		line-height: 1.3;
		
	}
	
	footer .f_con{
		display: block;
	}
	.f_con .footer_nav {
		margin: 0;
		padding: 10px 0 0 15px;
		width: 90%;
	}
	.f_con img {
		padding-left: 15px;
	}
	.f_con .footer_nav ul {
	padding-bottom: 10px;
}
}