@charset "UTF-8";
/* CSS Document */

section {
	overflow:auto;
}


.content-info {
	width:90%;
	margin:0 auto;
	padding-bottom:50px;
}
.content-info_title {
	padding:30px 0 20px 0;
}
.content-info_title h2 {
	display: flex;
	align-items: center;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#0e2e77;
	font-size:20px;
	font-size:2.0rem;/* =20px */
	line-height:26px;
	line-height:2.6rem;/* =26px */
	font-weight:bold;
}
.content-info_title h2 span {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:28px;
	line-height:2.8rem;/* =28px */
	font-weight:bold;
}
.content-info_title h2:after {
	border-top: 1px solid;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
	margin-left: 1em;
}

/*	index.html	-----------------------------*/

.greeting {
	width:100%;
	padding-bottom: 30px;
}
.greeting_left {
	width:100%;
}
.greeting_left h3 {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
	margin-bottom:20px;
}
.greeting_left p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
}
.greeting_right {
	width:214px;
	margin: 0 auto;
	padding-top: 30px;
}
.greeting_name {
	width:196px;
	padding:15px 0 15px 18px;
	background-color:#f2f2f2;
}
.greeting_name p {
	font-size:14px;
	font-size:1.4rem;/* =16px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:normal;
}

#overview {
	margin-top:-120px;
	padding-top:120px;
}
.overview h3 {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	font-weight:bold;
	margin-bottom:15px;
}
.overview table {
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.overview table th,
.overview table td {
	display: block;
	width: 100%;
	padding: 8px 0;
	border-bottom:1px solid #c8c8c8;
}
.overview table th {
	background-color:#f2f2f2;
}

.overview table th p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	text-align:left;
	padding-left: 15px;
}

.overview table td p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	padding:0 15px;
}

.overview table td a:link,
.overview table td a:visited {
	color:#0f2d78;
	text-decoration:none;
}
.overview table td a:hover {
	color:#0f2d78;
	text-decoration:underline;
}

div.organization_chart {
	width: 798px;
	height: 296px;
	overflow-x: scroll;
	margin-bottom: 15px;
}

#officers_list {
}

.officers_list h3 {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	font-weight:bold;
	margin-bottom:14px;
}
.officers_list-info {
	width:100%;
}
.officers_list-info_left {
	width:100%;
}
.officers_list-info_right {
	width:100%;
	float:right;
}
.officers_list-info table {
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	margin-bottom:24px;
}
.officers_list-info table th,
.officers_list-info table td {
	padding: 8px 0;
	border-bottom:1px solid #c8c8c8;
}
.officers_list-info table th {
	width: 25%;
	vertical-align:top;
	background-color:#f2f2f2;
	border-right:1px solid #c8c8c8;
}

.officers_list-info table th p {
	text-align:left;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	padding-left: 12%;
}

.officers_list-info table td p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	padding-left: 15px;
}
.officers_list-info p {
	clear:both;
}

.business_plan h3 {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	font-weight:bold;
	margin-bottom:15px;
}
.business_plan table {
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	margin-bottom:24px;
}
.business_plan table th,
.business_plan table td {
	display: block;
	width: 100%;
	padding: 8px 0;
	border-bottom:1px solid #c8c8c8;
}
.business_plan table th {
	vertical-align:top;
	background-color:#f2f2f2;
}

.business_plan table th p {
	text-align:left;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	padding-left: 15px;
}

.business_plan table td p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:23px;
	line-height:2.3rem;/* =23px */
	font-weight:normal;
	padding: 0 15px;
}


/*	history.html	-----------------------------*/

table.history {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.history tr:first-child {
	padding-top:20px;
}
table.history tr:last-child {
	padding-bottom:20px;
}
table.history th,
table.history td {
	padding-top:4px;
	padding-bottom:4px;
	font-size:13px;
	font-size:1.3rem;/* =13px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
}
table.history th {
	color:#0f2d78;
	background-color:#f2f2f2;
}
table.history th:first-child {
	width:150px;
	padding-left:15px;
	text-align:left;
}
table.history th:nth-child(2) {
	width:58px;
	text-align:left;
}
table.history td {
	width:707px;
	padding-left:30px;
}

.distribution {
	border-top:1px solid #6e6e6e;
	border-bottom:1px solid #6e6e6e;
}

/*	events.html	-----------------------------*/

p.events_summary {
	margin-top:70px;
	font-size:15px;
	font-size:1.5rem;/* =15px */
	line-height:25px;
	line-height:2.5rem;/* =25px */
	font-weight:normal;
	letter-spacing:-0.5px;
}
.events_cont p {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:25px;
	line-height:2.5rem;/* =25px */
	font-weight:normal;
}
.events_info {
	width:930px;
	margin:20px 0 32px 0;
	padding:15px;
	background-color:#f2f2f2;
}
.events_info_left {
	width:730px;
	float:left;
}
.events_info h3 {
	color:#0f2d78;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight: bold;
}
.events_info h4 {
	color:#ff0000;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight: bold;
}
.events_info p {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}
.events_info_right {
	width:200px;
	float:right;
	text-align:right;
}
.events_img {
	width:960px;
	margin-bottom:30px;
}
.events_img li {
	width:308px;
	float:left;
	background-color:#f2f2f2;
	margin-right:18px;
}
.events_img li:last-child {
	margin-right:0;
}
.events_img p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
	padding:12px 0 12px 15px;
}

.link_detail {
	text-align:center;
	width:220px;
}
.link_detail a {
	display:block;
	color:#fff;
	width:220px;
	height:50px;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:50px;
	line-height:5rem;/* =50px */
	font-weight:bold;
	border-radius:25px;
}
.link_detail a:link,
.link_detail a:visited {
	background-color:rgba(14,46,119,1);
}
.link_detail a:hover {
	transition: all 0.5s linear;
	background-color:rgba(14,46,119,0.8);
}

.mt {
	margin-top:25px;
}

.events_flex {
	display: -webkit-flex; /*横並びに*/
	display: flex; /*横並びに*/
}
.events_flex div:first-child {
	width: 685px;
}

.reports {
	margin-bottom:40px;
}
.reports p {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:36px;
	line-height:3.6rem;/* =36px */
	font-weight:bold;
}
.reports p a:link,
.reports p a:visited {
	color:#0f2d78;
}
.reports p a:hover {
	color:#0f2d78;
	text-decoration:underline;
}

#former_teacher,
#spring_festa {
	margin-top:-120px;
	padding-top:120px;
}

/*	newsletter.html	-----------------------------*/

.newsletter_summary {
	width:960px;
	margin:72px 0 40px 0;
	padding:10px 0;
	border-top:1px solid #303030;
	border-bottom:1px solid #303030;
}
.newsletter_summary p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}

.newsletter_info {
	width:960px;
}
.newsletter_info-left {
	width:368px;
	float:left;
	box-shadow:3px 3px 6px 0 #cccac9;
}
.newsletter_info-right {
	width:510px;
	float:right;
}
.newsletter_info-right h3 {
	color:#0f2d78;
	font-size:26px;
	font-size:2.6rem;/* =16px */
	line-height:28px;
	line-height:2.8rem;/* =28px */
	font-weight:bold;
	margin-bottom:20px;
}
.newsletter_info-right h3 span {
	font-size:17px;
	font-size:1.7rem;/* =17px */
}
.newsletter_info-right table {
	border-collapse:collapse;
}
.newsletter_info-right tr {
	border-bottom:1px dashed #808080;
}
.newsletter_info-right th,
.newsletter_info-right td {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:30px;
	line-height:3rem;/* =30px */
	font-weight:normal;
	padding:2px 0;
	/*border-bottom:1px dashed #808080;*/
}
.newsletter_info-right th {
	width:90%;
	text-align:left;
}
.newsletter_info-right td {
	width:10%;
	text-align:right;
	vertical-align:top;
}

.viewing_method {
	clear:both;
	display: -webkit-flex; /*グローバルナビゲーションを横並びに*/
	display: flex; /*横並びに*/
	width:820px;
	margin:34px 0 55px 0;
	padding:24px 60px 24px 80px;
	background-color:#f0f0f0;
}
.viewing_method div {
	display:block;
}
.viewing_method div:first-child {
	width:288px;
	text-align:center;
}
.viewing_method div:last-child {
	width:506px;
	padding-left:26px;
}
.viewing_method h3 {
	font-size:15px;
	font-size:1.5rem;/* =15px */
	line-height:15px;
	line-height:1.5rem;/* =15px */
	font-weight:bold;
	margin-bottom:15px;
}
.viewing_method li {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:21px;
	line-height:2.1rem;/* =21px */
	font-weight:normal;
	padding-left:1em;
	text-indent:-1em;
}

.back_number-link {
	width:338px;
	text-align:center;
	margin:0 auto;
}
.back_number-link a {
	display:block;
	width:334px;
	height:36px;
	padding-top:16px;
	border:2px solid #0e2e77;
	font-size:20px;
	font-size:2rem;/* =20px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
	transition: all 0.5s linear;
}
.back_number-link a:link,
.back_number-link a:visited {
	color:#0e2e77;
}
.back_number-link a:hover {
	color:#0e2e77;
}

/*	back_number.html	-----------------------------*/

.back_number-info {
	margin-top:70px;
}

.back_number-wrap {
	width:960px;
	display: -webkit-flex; /*グローバルナビゲーションを横並びに*/
	display: flex; /*横並びに*/
	flex-direction:row-reverse;
}
.back_number-wrap > div {
	width:176px;
	margin-left:20px;
}
.back_number-wrap > div:last-child {
	margin-left:0;
}
.back_number-wrap div img {
	box-shadow:3px 3px 6px 0 #cccac9;
}
.back_number-wrap div p {
	text-align:center;
	width:176px;
	height:70px;
	padding-top:12px;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:18px;
	line-height:1.8rem;/* =18px */
	font-weight:bold;
}
.back_number-wrap div p span {
	font-size:14px;
	font-size:1.4rem;/* =14px */
}

.plans {
	width:176px;
	height:144px;
	padding-top:105px;
	color:#808080;
	background-color:#f2f2f2;
}
.plans p {
	padding-top:0;
}

/*	novelty.html	-----------------------------*/

.novelty_summary {
	width:960px;
	margin:70px 0 44px 0;
}
.novelty_summary p {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:25px;
	line-height:2.5rem;/* =25px */
	font-weight:normal;
}

.goods_wrap {
	width:960px;
	padding-bottom:32px;
}
.goods_wrap li {
	width:308px;
	float:left;
	margin:0 15px 34px 0;
	border:1px solid #cccccc;
	background-color:#f2f2f2;
}
.goods_wrap li:nth-child(3),
.goods_wrap li:nth-child(6) {
	margin:0 0 34px 0;
}
.goods_wrap p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
	padding:12px 0 12px 15px;
}
.goods_wrap p span {
	color:#0f2d78;
}

.how_to_order {
	clear:both;
	width:910px;
	padding:20px 25px 40px 25px;
	background-color:#f2f2f2;
}
.how_to_order h3 {
	color:#0f2d78;
	font-size:24px;
	font-size:2.4rem;/* =24px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
}
.how_to_info {
	width:910px;
	display: -webkit-flex; /*グローバルナビゲーションを横並びに*/
	display: flex; /*横並びに*/
	margin:20px 0 34px 0;
}
.how_to_info-left {
	width:545px;
	padding-right:19px;
	border-right:1px solid #c6c6c6;
}
.how_to_info-left p {
	font-size:15px;
	font-size:1.5rem;/* =15px */
	line-height:25px;
	line-height:2.5rem;/* =25px */
	font-weight:normal;
	letter-spacing:-1px;
}
.how_to_info-right {
	width:323px;
	padding-left:20px;
}
.how_to_info-right p {
	font-size:15px;
	font-size:1.5rem;/* =15px */
	line-height:25px;
	line-height:2.5rem;/* =25px */
	font-weight:normal;
}

.how_to_info-link {
	width:910px;
	display: -webkit-flex; /*グローバルナビゲーションを横並びに*/
	display: flex; /*横並びに*/
}
.how_to_info-pdf {
	text-align:center;
	width:280px;
	margin-right:34px;
}
.how_to_info-pdf a {
	display:block;
	color:#fff;
	width:280px;
	height:50px;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:50px;
	line-height:5rem;/* =50px */
	font-weight:bold;
	border-radius:25px;
}
.how_to_info-pdf a:link,
.how_to_info-pdf a:visited {
	background-color:rgba(14,46,119,1);
}
.how_to_info-pdf a:hover {
	transition: all 0.5s linear;
	background-color:rgba(14,46,119,0.8);
}
.how_to_info-email {
	text-align:center;
	width:224px;
}
.how_to_info-email a {
	display:block;
	color:#fff;
	width:224px;
	height:50px;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:50px;
	line-height:5rem;/* =50px */
	font-weight:bold;
	border-radius:25px;
}
.how_to_info-email a:link,
.how_to_info-email a:visited {
	background-color:rgba(14,46,119,1);
}
.how_to_info-email a:hover {
	transition: all 0.5s linear;
	background-color:rgba(14,46,119,0.8);
}

/*	site_map.html	-----------------------------*/

.site_map-wrap {
	width:960px;
	padding-bottom:32px;
	border-bottom:1px solid #cccccc;
	margin-bottom:32px;
}
.site_map-wrap h3 {
	color:#0e2e77;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
	margin-bottom:16px;
}
.site_map-wrap h3 a:link,
.site_map-wrap h3 a:visited {
	color:#0e2e77;
	text-decoration:none;
}
.site_map-wrap h3 a:hover {
	color:#0e2e77;
	text-decoration:underline;
}

.site_map-link {
	width:960px;
	display: -webkit-flex; /*グローバルナビゲーションを横並びに*/
	display: flex; /*横並びに*/
}
.site_map-link div {
	width:50%;
}
.site_map-link li {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:30px;
	line-height:3rem;/* =3px */
	font-weight:normal;
}
.site_map-link li a:link span,
.site_map-link li a:visited span {
	color:#0e2e77;
	text-decoration:none;
}
.site_map-link li a:hover span {
	color:#0e2e77;
	text-decoration:underline;
}
.site_map-link h3 {
	margin-bottom:0;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:38px;
	line-height:3.8rem;/* =38px */
	font-weight:bold;
}
