@charset "utf-8";

/*****************************************************************

	トップページ＆共通レイアウト定義

*****************************************************************/

/* ====== BASE Module SET ===== */


* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
td,
th,
address,
blockquote,
form,
fieldset,
legend,
div,
hr,
pre {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	font-size: 100%;
	line-height: 1.2;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}


body {
	background: #FFF;
	font-family: "Roboto", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	vertical-align: top;
}

svg,
img {
	border: 0;
	vertical-align: top;
	outline: none;
	max-width: 100%;
	height: auto;
}

svg {
	overflow-x: visible;
	overflow-y: visible;
}

img,
input,
select,
textarea {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 1rem;
}

select,
input[type="button"],
input[type="submit"] {
	appearance: none;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {}

button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

abbr {
	border: 0;
}

hr {
	margin: 2em 0;
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	vertical-align: top;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}

iframe {
	display: block;
	vertical-align: top;
}

i,
em {
	font-style: normal;
}

a {
	color: #000;
	background: transparent;
	transition: 0.25s;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #244a90;
}

a:hover img {}

ul li {
	list-style: none;
}

::selection {
	background-color: #244a90;
	color: #fff;
}

::-moz-selection {
	background-color: #244a90;
	color: #fff;
}

input::selection,
textarea::selection {
	background-color: #b6d6fd;
	color: #000;
}

input::-moz-selection,
textarea::-moz-selection {
	background-color: #b6d6fd;
	color: #000;
}

div,
ul,
section,
article {
	width: auto;
}

.tel_dis {
	cursor: default;
}

.sp_i {
	display: none;
}

.sp_b {
	display: none;
}

.pc_i {
	display: inline;
}

.pc_b {
	display: block;
}

.sp_ib {
	display: none;
}

.pc_ib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

/*============================================================
	youtube
============================================================*/

.video_area {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_area iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================================================
	TopContentsStyle
============================================================*/

/*============================================================
	Page / column
============================================================*/
#page {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/*============================================================
	Header
============================================================*/
#page_header {
	width: 100%;
	position: relative;
	text-align: center;
	background: #fff;
	z-index: 10;
}

#page_header .inner {
	z-index: 10;
	position: relative;
}

.sp_menu {
	display: none;
}

/*============================================================
	Nav
============================================================*/
.grp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#page_header .ci {
	max-width: 300px;
	width: 25%;
	padding: 12px 0;
}

#page_header .sub_nav {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#page_header .sub_nav li {
	padding-right: 1em;
	margin-right: 1em;
	line-height: 1;
	font-size: 0.88rem;
}

#page_header .sub_nav .head_search {
	margin: 0;
	padding: 0;
	max-width: 180px;
}

#page_header .sub_nav li:first-child {
	border-right: 1px solid #000;
}

.head_search {
	position: relative;
}

.inp_txt_search {
	display: block;
	width: 100%;
	border: 2px solid #999;
	border-radius: 20px;
	font-size: 0.78rem;
	padding: 11px;
}

.btn_search {
	position: absolute;
	display: block;
	width: 15px;
	top: calc(50% - 7px);
	right: 15px;
}

.main_menu {
	background: #244a90;
	color: #fff;
}

.main_menu ul {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.main_menu li {
	width: 14.28%;
	position: relative;
	font-size: 1.125rem;
}

.main_menu a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	height: 100%;
	position: relative;
}

.main_menu a::before {
	content: "";
	display: block;
	border-left: 1px solid #aab4cc;
	top: 12px;
	height: 1em;
	right: 0;
	position: absolute;
}

.main_menu a:hover,
.main_menu a:focus {
	color: #fff;
	opacity: 0.75;
}

.main_menu .par_menu {
	background: url("../images/ico_ar_b.png") no-repeat 50% 90%;
	background-size: 15px auto;
}

.child_menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 400%;
	max-width: 600px;
	opacity: 0;
	transform: translateY(0);
	transition: opacity 0.25s, transform 0.25s;
	z-index: -1;
	pointer-events: none;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

@media screen and (min-width: 981px) {

	.par_menu:hover .child_menu,
	.par_menu:focus .child_menu {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
}

.child_menu ul {
	display: block;
	width: auto;
	padding: 15px 0;
}

.child_menu li {
	width: auto;
	padding: 0;
	font-size: 0.88rem;
}

.child_menu a {
	display: block;
	color: #000;
	padding: 10px 10px 10px 45px;
	text-align: left;
	background: url("../images/ico_ar_cir_r.png") no-repeat 25px 50%;
	background-size: 15px auto;
}

.child_menu .grandchild_menu {
	background-image: url("../images/ico_ar_cir_d.png");
}

.child_menu .grandchild_menu.on {
	background-image: url("../images/ico_ar_cir_t.png");
}

.child_menu ul ul {
	padding: 0;
	interpolate-size: allow-keywords;
	transform: none;
	transition: 0.25s;
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: auto;
}

.child_menu .on+ul {
	height: auto;
	pointer-events: auto;
}

.child_menu ul ul a {
	background: none;
}

.child_menu a:hover,
.child_menu a:focus {
	color: #000;
	opacity: 0.75;
}

/*============================================================
	Main
============================================================*/
#main {
	width: 100%;
	background: #f0f3f5;
	padding: 20px 0 80px 0;
}

/* Main Design */
#main p,
#main li,
#main dd,
#main dt,
#main blockquote,
#main pre,
#main td,
#main th {
	line-height: 1.75;
	font-size: 1rem;
}

#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main table {
	margin-bottom: 1em;
}

#main td,
#main th {
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: 900;
}

/* default */
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl {}

#main ol li {
	margin-left: 1.6em;
}

#main *:last-child {
	margin-bottom: 0;
}

/*============================================================
	TOP
============================================================*/

/* ===== top_slide ===== */
#main .top_slide {
	overflow: hidden;
	position: relative;
	padding-top: 45%;
	min-height: 500px;
	color: #fff;
	border-radius: 30px;
}

#main .top_slide ul {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f3f5;
}

#main .top_slide li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}

#main .top_slide .i1 {
	background-image: url("../images/main_image_pc_1.jpg");
}

#main .top_slide .i2 {
	background-image: url("../images/main_image_pc_2.jpg");
}

#main .top_slide .i3 {
	background-image: url("../images/main_image_pc_3.jpg");
}

#main .top_slide .txt_box {
	left: 40px;
	bottom: 40px;
	position: absolute;
}

#main .top_slide h2 {
    margin-bottom: 0.5em;
    font-size: 2.26rem;
    color: #244a90;
    background-color: #ffffff96;
    padding: 0.5em 1em;
    display: inline-block;
    border-radius: 15px;
}

#main .top_slide span {
	background: #fff;
	padding: 10px;
}

#main .top_slide p {
	background: rgba(0, 0, 0, 0.5);
	width: 50%;
	padding: 10px;
}

/* ===== sec_top ===== */
#main .sec_top {
	padding: 50px 40px 20px 40px;
	background: #fff;
	border-radius: 30px;
	margin-top: 40px;
}

#main .sec_top_contact {
	margin: 50px auto 0 auto;
	max-width: 630px;
	border-radius: 20px;
}

#main .sec_top_contact h2 {
	text-align: center;
	color: #244a90;
	font-size: 1.5rem;
	line-height: 1;
}

#main .head_top {
	line-height: 1;
	letter-spacing: 0.025em;
	color: #244a90;
	margin-bottom: 1 em;
	font-size: 3rem;
}

.btn_prev,
.btn_next,
.btn_more {
	position: relative;
	display: inline-block;
	padding: 18px 10px;
	text-align: center;
	border: 4px solid #0f6fb9;
	border-radius: 40px;
	max-width: 200px;
	width: 100%;
	color: #0f6fb9;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1;
}

.btn_prev::before,
.btn_next::before,
.btn_more::before {
	position: absolute;
	right: 12px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 4px solid #0f6fb9;
	border-right: 4px solid #0f6fb9;
}

.btn_prev::before {
	transform: rotate(45deg);
	border: 0;
	right: auto;
	left: 12px;
	border-bottom: 4px solid #0f6fb9;
	border-left: 4px solid #0f6fb9;
}

.btn_prev,
.btn_next {
	background-color: #fff;
	max-width: 150px;
	margin: 0 1%;
}

.btn_prev:hover,
.btn_next:hover,
.btn_prev:focus,
.btn_next:focus,
.btn_more:hover,
.btn_more:focus {
	color: #244a90;
	border-color: #244a90;
}

.btn_more:hover::before,
.btn_more:focus::before,
.btn_more:hover::before,
.btn_more:focus::before {
	border-color: #244a90;
}

.btn_link {
	line-height: 1;
	color: #333399;
	display: inline-block;
	padding: 10px 3em;
	border: 2px solid #333399;
	border-radius: 30px;
	font-weight: bold;
}

.btn_link_s {
	padding: 10px;
	font-size: 0.78rem;
}

.btn_link_prev {
	line-height: 1;
	color: #333399;
	background: #f4f4f4;
	display: inline-block;
	padding: 20px 60px;
	border: 2px solid #f4f4f4;
	border-radius: 30px;
	font-weight: bold;
}

#main .foot_area {
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

/* ===== sec_top_pickup ===== */
#main .top_pickup {
	margin-bottom: 30px;
}

#main .sec_top_pickup {
	background: #244a90;
	color: #fff;
}

#main .sec_top_pickup .grp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#main .sec_top_pickup img {
	border-radius: 10px;
}

#main .sec_top_pickup .pic {
	width: 47%;
}

#main .sec_top_pickup .txt_box {
	width: 50%;
}

#main .sec_top_pickup time {
	display: block;
	margin-bottom: 1em;
}

#main .sec_top_pickup .head_top {
	color: #fff;
}

#main .sec_top_pickup h3 {
	margin-bottom: 0.5em;
	font-size: 1.25rem;
}

/* ===== news_list ===== */
#main .btn_news_cate_list {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}

#main .btn_news_cate_list li {
	width: 19%;
	line-height: 1;
	font-weight: 700;
}

#main .btn_news_cate_list a {
	display: block;
	text-align: center;
	border: 4px solid #ccc;
	padding: 8px;
}

#main .btn_news_cate_list a:focus,
#main .btn_news_cate_list a:hover {
	opacity: 0.75;
}

#main .news_list {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2em;
}

#main .news_list a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-decoration: none;
	padding: 1em 0;
	border-top: 1px dotted #ccc;
	color: #333;
}

#main .news_list p {
	margin: 0
}

#main .news_list .news_category {
	width: 15%;
	display: block;
	font-size: 1rem;
}

#main .news_list time {
	width: 13%;
	display: block;
	font-size: 1rem;
}

#main .news_list .news_title {
	width: 69%;
	font-weight: bold;
	font-size: 1.125rem;
}

.news_list time,
.ico_news_cate {
	display: inline-block;
	line-height: 1;
	padding: 10px 0;
	font-size: 1rem;
}

.ico_news_cate {
	padding: 8px 1em;
	border-radius: 20px;
	background: #999;
	font-size: 0.88rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.news_list_second .ico_news_cate {
	border-radius: 0;
}

.ico_news_cate_1 {
	background: #0f6fb9;
}

.ico_news_cate_2 {
	background: #4ea2af;
}

.ico_news_cate_3 {
	background: #51a944;
}

.ico_news_cate_4 {
	background: #e3ab2f;
}

.ico_news_cate_5 {
	background: #c30e24;
}

#main .btn_news_cate_list .btn_news_cate_1 {
	border-color: #0f6fb9;
	color: #0f6fb9;
}

#main .btn_news_cate_list .btn_news_cate_2 {
	border-color: #4ea2af;
	color: #4ea2af;
}

#main .btn_news_cate_list .btn_news_cate_3 {
	border-color: #51a944;
	color: #51a944;
}

#main .btn_news_cate_list .btn_news_cate_4 {
	border-color: #e3ab2f;
	color: #e3ab2f;
}

#main .btn_news_cate_list .btn_news_cate_5 {
	border-color: #c30e24;
	color: #c30e24;
}


.news_list .ico_news_cate {
	display: block;
	width: 100%;
}

#main .news_pageing {
	margin: 2em 0 0 0;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2%;
}

#main .news_pageing li {
	line-height: 1;
	font-size: 1.125rem;
	font-weight: 900;
}

#main .news_pageing img {
	width: 35px;
}

#main .news_pageing a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f0f3f5;
	color: #244a90;
}

#main .news_pageing .btn_page_index {
	width: auto;
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 40px;
}

#main .news_pageing .btn_page_num {
	width: 40px;
	height: 40px;
}

#main .news_pageing .btn_page_num.current {
	font-weight: bold;
	pointer-events: none;
	background: #244a90;
	color: #f0f3f5;
}

.is-hidden {
	display: none;
}


#main .news_header .ico_news_cate {
	border-radius: 0;
	margin-left: 1em;
}

#main .news_header h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0.5em 0 1em 0;
}

#main .news_main_area {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#main .news_main_area h3 {
	font-size: 1.25rem;
	border-left: #244a90 solid 5px;
	padding-left: 25px;
}

/* ===== #slide_top ===== */
#main #slide_top img {
    border-radius: 10px;
    max-height: 350px;
    width: auto;
}

#main #slide_top a {
    display: flex;
    text-decoration: none;
    height: 350px;
    align-items: center;
    justify-content: center;
}

#main #slide_top p {
	margin: 0;
}

#main #slide_top h3 {
	margin: 1em 0 0.5em 0;
	font-size: 1.25rem;
}

#main .change {
	text-align: center;
	margin: 0;
}

#slide_top .owl-prev,
#slide_top .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 30.0%;
	background: url("../images/ico_slide_ar_l.png") no-repeat 0 0;
	background-size: 100% 100%;
}

#slide_top .owl-prev {
	left: -20px;
}

#slide_top .owl-next {
	right: -20px;
	background-image: url("../images/ico_slide_ar_r.png");
}

/* ===== head_page ===== */
#main .head_theme_detail {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.5rem;
}

#main .head_theme_main {
	margin: 1.5em 0;
	font-size: 1.125rem
}

#main .head_page {
	color: #244a90;
	font-size: 2.25rem;
	margin-bottom: 1em;
	line-height: 1.25;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	position: relative;
	font-weight: 900;
}

#main .head_page small {
	display: block;
	font-size: 1.125rem;
	margin-top: 0.5em;
}

/* ===== head_sub_page ===== */
#main .head_sub::before {
	position: absolute;
	display: block;
	content: "";
	height: 5px;
	width: 190px;
	left: 0;
	bottom: 0;
	background: #cb002c;
}

#main .head_sub {
	position: relative;
	margin: 45px 0 1em 0;
	border-bottom: 1px solid #244a90;
	color: #244a90;
	font-size: 1.5rem;
	padding-bottom: 20px;
	line-height: 1;
}

#main .head_sub:first-child {
	margin-top: 0;
}

#main .news_main_area h2,
#main .head_sub_page {
	background: #eee;
	color: #244a90;
	line-height: 1.25;
	font-size: 1.5rem;
	padding: 20px 30px;
	border-radius: 10px;
}

#main *+.news_main_area h2,
#main *+.head_sub_page {
	margin-top: 3em;
}

#main .head_sub_page small {
	font-weight: normal;
	font-size: 1rem;
}

.inner_s {
	margin: 0 auto;
	max-width: 990px
}

#main .sec_text_item {
	border: 2px solid #ccc;
	border-radius: 20px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.link_blue {
	color: #244a90
}

#main .head_tgl {
	padding: 20px 50px 20px 30px;
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0;
	font-size: 1.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
}

#main .head_tgl::before {
	position: absolute;
	right: 20px;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	transform: rotate(45deg);
	border-bottom: 4px solid #cb002c;
	border-right: 4px solid #cb002c;
}

#main .head_tgl.on {
	border-color: #ccc;
}

#main .head_tgl.on::before {
	border: 0;
	border-top: 4px solid #cb002c;
	border-left: 4px solid #cb002c;
}

#main .ico_text {
	background: #244a90;
	color: #fff;
	padding: 10px 20px;
	line-height: 1;
	border-radius: 5px;
	font-size: 0.88rem;
	vertical-align: middle;
	margin-right: 0.5em;
	min-width: 8em;
	text-align: center;
	font-weight: bold;
}

#main .ico_text_s {
	background: #ccc;
	color: #244a90;
}

#main .box_tgl {
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	height: 0;
	interpolate-size: allow-keywords;
	transition: 0.25s;
}

#main .on+.box_tgl {
	padding: 40px 30px;
	height: auto;
}

#main .head_theme {
	font-size: 1.875rem;
	margin: 0.75em 0 1em 0;
}

#main .image_area {
	text-align: center;
	margin: 2em 0;
}

#main .image_area img {
	width: 100%;
	max-width: 650px;
}

#main .image_area_s img {
	max-width: 500px;
}

#main .image_area_l img {
	max-width: 100%;
}

/* ===== content_link ===== */
#main .content_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 4em;
}

#main .content_link li {
    margin: 1%;
    line-height: 1;
    font-weight: 700;
    flex: 1 1 15%;
}

#main .content_link a {
	display: block;
	border: #999 4px solid;
	padding: 10px 5px;
	width: 100%;
	text-align: center;
	color: #333;
}

#main .content_link a:hover,
#main .content_link a:focus {
	border-color: #244a90;
	color: #244a90;
}

/* ===== video_outer ===== */
.video_outer {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 10px;
}

.video_outer_s {
	width: 100%;
	max-width: 620px;
	margin: 40px auto 50px auto;
}

/* ===== table ===== */
#main table {
	width: 100%;
	border: #999 solid 1px;
}

#main .tbl_outer {
	overflow: auto;
}

#main th:nth-of-type(1) {
	width: 20%;
}

#main th:nth-of-type(2) {
	width: 30%;
}

#main th:nth-of-type(3) {
	width: 20%;
}

#main th:nth-of-type(4) {
	width: 15%;
}

#main th:nth-of-type(5) {
	width: 15%;
}

#main th,
#main td {
	padding: 8px 5px;
	border: #999 solid 1px;
	text-align: left;
}

#main th {
	background: #333399;
	color: #fff;
	text-align: center;
}

/* ===== study_area ===== */
#main .study_area {
	align-items: flex-start;
}

#main .study_area .pic {
	display: block;
	text-align: center;
	width: 32%;
}

#main .study_area .txt_box {
	width: 67%;
	padding-top: 1em;
}

#main .study_text {
	width: 100%;
	border: 0;
	border-top: #ccc solid 1px;
}

#main .study_text th:nth-of-type(1) {
	width: auto
}

#main .study_text th,
#main .study_text td {
	padding: 10px 0;
	border: 0;
	text-align: left;
	border-bottom: #ccc solid 1px;
	vertical-align: middle;
}

#main .study_text th {
	background: none;
	color: #333;
	width: 15%;
}

#main .study_text td {
	width: 85%;
	padding-left: 10px;
	font-weight: bold;
}

#main .study_text td a {
	color: #333;
}

#main .study_text .ico_text {
	margin: 0;
	display: block;
	min-width: 1px;
	padding: 8px;
}

/*============================================================
	Footer
============================================================*/
#page_footer {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 30px;
}

.sns_menu {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.sns_menu p {
	text-align: center;
	line-height: 1.75;
	font-size: 0.88rem;
}

.sns_menu li {
	margin: 0 5%;
	text-align: center;
}

.sns_menu img {
	width: 58px;
	margin-bottom: 10px;
}

.sns_menu a {
	text-decoration: none;
}

.bnr_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1%;
}

.bnr_menu li {
	width: 13%;
	text-align: center;
}

.foot_menu {
	text-align: center;
	padding: 25px 0;
}

.foot_menu li {
	display: inline-block;
}

.foot_menu li {
	border-right: 1px solid #000;
}

.foot_menu li:last-child {
	border-right: 0;
}

.foot_menu a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	font-size: 0.88rem;
}

.sns_menu a:hover,
.sns_menu a:focus,
.foot_menu a:hover,
.foot_menu a:focus {
	color: #244a90;
}

.copy {
	background: #244a90;
	color: #fff;
	padding: 14px 0;
	line-height: 1;
	font-size: 0.78rem;
}

@media screen and (max-width: 960px) and (min-width: 769px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	#main {
		padding: 20px 0;
	}

	body {
		padding-top: 106px;
	}

	/*============================================================
  Nav
 ============================================================*/
	.main_menu a::before {
		content: normal;
	}

	.sp_menu {
		display: block;
	}

	.btn_sp_menu {
		display: block;
		width: 30px;
		height: 30px;
		background: url("../images/ico_sp_menu.png") center center no-repeat;
		background-size: 100% auto;
		margin-right: 18px;
	}

	.main_menu ul {
		width: 50%;
		margin: 0;
	}

	.menu_on .btn_sp_menu {
		background-image: url("../images/ico_sp_menu_on.png")
	}

	.sp_menu {
		overflow: auto;
		scrollbar-width: none;
		z-index: 10;
		transform: translateX(100%);
		transition: 0.25s transform;
		position: fixed;
		top: 106px;
		bottom: 0;
		width: 100%;
		background: #244a90;
		color: #fff;
		padding-bottom: 30px;
	}

	.sp_menu::-webkit-scrollbar {
		display: none;
	}

	.menu_on .sp_menu {
		transform: translateX(0);
	}

	.sp_menu form {
		position: relative;
		padding: 20px 18px;
	}

	.sp_menu .btn_search {
		right: 30px;
	}

	.sp_menu a {
		color: #fff;
		text-decoration: none;
	}

	.child_menu {
		display: block;
		position: static;
		width: 100%;
		max-width: 100%;
		background: #4e6da5;
	}

	/*============================================================
	Page / column
============================================================*/
	#page_header {
		position: fixed;
		top: 0;
		left: 0;
	}

	#page_header .ci {
		max-width: 175px;
		width: 70%;
		padding: 12px 0;
	}

	#page_header .sub_nav {
		display: none;
	}

	.main_menu {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main_menu li {
		display: none;
	}

	.main_menu li:first-child {
		display: block;
		width: 90px;
	}

	.child_menu ul {
		padding: 0;
	}

	.child_menu ul ul {
		background: #3a5c9b;
	}

	.sp_main_menu {
		font-weight: bold;
		border-bottom: 1px solid #506ea6;
	}

	.sp_main_menu li {
		line-height: 1;
		border-top: 1px solid #506ea6;
	}

	.sp_main_menu a {
		display: block;
		padding: 14px 18px;
		background: none;
		position: relative;
	}

	.sp_main_menu ul ul a {
		padding-left: 2em;
	}

	.sp_main_menu .child_menu .grandchild_menu.on,
	.sp_main_menu .child_menu .grandchild_menu {
		background: none;
	}

	.child_menu {
		interpolate-size: allow-keywords;
		opacity: 1;
		transform: none;
		transition: 0.25s;
		height: 0;
		overflow: hidden;
		position: relative;
		z-index: auto;
		border-radius: 0;
	}

	.on .child_menu {
		height: auto;
		pointer-events: auto;
		opacity: 1;
	}

	.child_menu ul ul {
		height: auto;
	}

	.par_menu>a::before {
		position: absolute;
		right: 10px;
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.par_menu.on>a::before {
		border: 0;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		top: 20px;
	}

	.sp_sub_menu {
		margin-top: 2em;
		font-weight: bold;
	}

	.sp_sub_menu+.sp_sub_menu {
		font-size: 0.78rem;
	}

	.sp_sub_menu a {
		display: block;
		padding: 10px 18px;
	}
}

/*============================================================
	追記
============================================================*/

.list-disc {
	margin: 1.5em;
}

.list-disc li {
	list-style: disc;
	margin-bottom: 0.5em;
}

.flex-only {
	display: flex;
}

#main .news_list.press_list .news_category {
    display: none;
}

#main .news_list.press_list .news_title {
    width: 100%;
}

.image_box {
    margin-bottom: 1em;
}

.image_box_right {
    float: right;
    margin: 0 0 1em 1em;
}

.image_box_left {
    float: left;
    margin: 0 1em 1em 0;
}

.image_box_right img ,.image_box_left img{
	display: block;
    border: 1px solid #e9e9e9;
    margin: auto;
}

.sec_top a:not([class]) {
    color: #2f8682;
}

.font_kyoutyo, .font_red {
    font-weight: bold;
    color: red;
}

.news_main_area dl {
    display: flex;
    align-items: baseline;
    font-weight: bold;
}

.news_main_area dd {
    max-width: 80%;
    margin: 0 1em;
    font-weight: 100;
}