/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
}

.wrap {
	border-top: 10px solid #000080;
}

header {
	max-width: 100%;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc_only {
	display: none
}

img {
	max-width: 100%;
	height: auto
}

.head {
	border-bottom: 1px solid #000080;
	padding-bottom: 30px;
	width: 100%
}


.head img {
	width: 60px;
}

.title h1 {
	font-size: 1.4em;
	margin-left: 10px;
	line-height: 1.2;
	width: calc(100% - 50px)
}

.title h1 span {
	font-size: 1.5em;
}

.title p {
	width: calc(100% - 70px);
	font-size: 1.0em;
	line-height: 1.3;
	margin-left: 10px
}

.contact a:visited,
.contact a:link {
	text-decoration: none;
	color: #000;
}

.contact a {
	display: block;
	margin-top: -7px;
}

.tel::before,
.mail::before {
	font-family: FontAwesome;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 0.7em;
}

.tel::before {
	content: '\f095';
}

.mail::before {
	content: '\f0e0';
}

.contact {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

nav ul li a {
	font-size: 0.8em;
}

nav ul li:nth-last-child(1) {
	border-right: none;
}

nav ul li:nth-child(1) {
	border-left: none;
}

.main_img img {
	max-width: 100%;
    height: auto

	/*max-width: 100%;
    height: 150px!important;
    object-fit: cover;
	font-family: "object-fit: cover;";*/
}

.main {
	display: block;
}

.main_area {
	width: 100%;
	padding: 0;
	margin: 0;
}

.about p {
	border: 10px solid #dddddd;
	font-size: 1.3em;
	margin: 10px;
	padding: 20px;
}


.about {
	position: relative;
}

.about h2 {
	position: absolute;
	width: 150px;
	height: 50px;
	text-align: center;
	background: #5f9ea0;
	top: -30px;
	color: #fff;
	padding-top: 10px;
	font-size: 1.4em;
	letter-spacing: 1px;
}

.news_area h3 {
	font-size: 1.2em;
	padding: 0.25em 0.5em;
	margin: 20px 0;
	color: #000;
	background: transparent;
	border-left: solid 5px #000080;
}

.news_area p {
	font-size: 1.2em;
}

.link_list {
	margin: 20px;
}


.scroller {
	overflow-y: scroll;
	height: 200px
}

.news_area {
	width: 100%;
	padding: 10px;
}

.news_area h2 {
	margin-top: 20px;
	font-size: 1.6em;
	border-bottom: 6px solid #000080;
}

.news_box {
	border-bottom: 1px dotted #000080;
	padding: 20px 5px 20px 5px;
	font-size: 1.1em;
}

.news_box time::before {
	font-family: FontAwesome;
	content: '\f017';
	font-size: 0.8em;
	margin-right: 2px;
}

.news_box p {
	padding: 5px 10px;
}

.new{
color: #FB0307;
font-weight: bold
}

footer {
	background: #000080;
    padding: 10px 0;
	margin-top: 60px;
}

footer p {
	color: #fff;
	text-align: center;
	line-height: 2;
}


/*--------------------
	下層ページ
--------------------*/
.page .main_area {
	width: 100%;
	padding: 15px;
	margin-bottom: 0;
}

.page .contents {
	margin-bottom: 30px;
}

.page .contents h2{
	font-size:1.4em;
	border-left:4px solid #000080;
	border-bottom:1px dotted #000080;
	letter-spacing:1px;
	padding-left:8px;
    margin: 20px 0
}

    .page .contents h3 {
	font-size: 1.2em;
	padding: 0.25em 0.5em;
	margin: 20px 0;
	background: transparent;
	border-left: solid 5px #5F9EA0;
}
.page .contents h4{
 font-size:1.2em;
 color: #5F9EA0;
 margin: 15px 0;
}
.page .contents p {
	font-size: 1.1em;
	padding-top: 5px;
	line-height: 2;
}

.page .contents .map iframe {
	max-width: 100%;
	height: auto
}


.btn a{
display: block;
width: 100%;
background: #EB8486;
padding: 15px;
text-align: center;
font-weight: bold;
border-radius: 10px;
text-decoration: none;
color: #fff
}
.btn a:hover{
opacity: 0.7
}
.btn02 a{
display: block;
background: #5F9EA0;
padding: 10px;
text-align: center;
font-weight: bold;
border-radius: 0px;
text-decoration: none;
color: #fff
}
.btn02 a:hover{
opacity: 0.7
}
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
	background: #333;
	color: #fff;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	z-index: 100;
	width: 70%;
	overflow-x: none;
	overflow-y: auto;
	top: 0px;
	right: -70%;
	position: fixed;
	transition: All 0.5s ease
}

.nav_list>li>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 1em 1em 1em 1.5em;
	text-decoration: none;
	position: relative
}

.nav_list>li>a:hover,
.nav_list>li>a.current {
	background-color: rgba(0, 0, 0, 0.2)
}

.nav_list>li>a::after {
	content: attr(data-text);
	display: block
}

.nav_list>li>a img {
	display: none
}

.nav_clist>li>a {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 1em 1em 1em 2em;
	text-decoration: none
}

.nav_clist>li>a:hover,
.nav_clist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}

.nav_glist>li>a {
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 1em 1em 1em 3em;
	text-decoration: none
}

.nav_glist>li>a:hover,
.nav_glist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}

.sp_nav_open {
	right: 0 !important
}

.sp_nav_trigger {
	cursor: pointer;
	z-index: 1000;
	position: fixed !important;
	top: 25px;
	right: 15px;
	margin-top: -5px;
	width: 36px;
	height: 24px
}

.sp_nav_trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box
}

.sp_nav_trigger span:nth-of-type(1) {
	top: 0
}

.sp_nav_trigger span:nth-of-type(2) {
	top: 10px
}

.sp_nav_trigger span:nth-of-type(3) {
	bottom: 0
}

.sp_nav_trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s
}

.sp_nav_trigger.sp_active::after {
	content: 'CLOSE';
	bottom: -25px;
	color: #fff
}

.sp_nav_trigger.sp_active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}

.sp_nav_trigger.sp_active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}

.sp_nav_trigger.sp_active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}

.table_curriculum_box table{
	width:960px;
}

.table_curriculum_box {
	overflow:scroll;
}


/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
	border-radius: 50%;
	background-color: #333;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	right: 10px;
	position: fixed;
	width: 40px;
	z-index: 100;
}

.pt:hover {
	opacity: 0.6;
}

.pt_btn {
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	transform: rotate(45deg);
	position: relative;
}

.pt_btn::before,
.pt_btn::after {
	background-color: #FFF;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

.pt_btn::before {
	width: 5px;
	bottom: 0;
}

.pt_btn::after {
	height: 5px;
	right: 0;
}


img {
    image-rendering: -webkit-optimize-contrast;
}
