/******************************************************************************
******************************************************************************
**
** 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クラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

body{
    margin:0;
    padding:0;
}
.wrap{
    border-top:10px solid #000080
}
.sp_only{
display: none
}
img{
-webkit-backface-visibility: hidden;
}
header{
    max-width:960px;
    margin:20px auto 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.head img{
    width:80px;
}
.head{
    display:flex;
    align-items:center;
}
.title{
    margin-left:10px;
}
.title h1{
    font-size:2.0em;
    line-height: 1.2
}
.title h1 span{
    font-size:1.5em;
}
.title p{
    font-size:1.3em;
    margin-top:-8px;
}
.contact{
    text-align:right;
    font-size:1.3em;
    font-weight:bold;
    line-height: 1.2
}
.contact p{
    margin-bottom:5px;
}
.contact a:visited,
.contact a:link{
    text-decoration:none;
    color:#000;
}
.contact a{
    display: inline-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';
}
nav{
    background-color:#000080
}
nav ul{
    max-width:960px;
    display:flex;
    margin:0 auto;
    justify-content:space-between;
    padding:4px 0 4px 0;
}
nav ul li{
    width:20%;
    border-left:1px solid #fff;
        display:flex;
    flex-flow: wrap;
    align-items: center!important;
}
nav ul li:nth-last-child(1){
    border-right:1px solid #fff;
}
nav ul li a{
    width:100%;
    display:block;
    text-align:center;
    font-size:1.2em;
    padding:10px 0 10px 0;
    transition:all .3s;
}
nav ul li a:visited,
nav ul li a:link{
    color:#fff;
    text-decoration:none;
}
nav ul li a:hover{
    background:rgba(255,255,255,0.2);
    padding: 22px 0
}
nav ul li:nth-child(2) a:hover {
    background:rgba(255,255,255,0.2);
    padding: 10px
}
nav li.current a {
    background:rgba(255,255,255,0.2);
    padding: 22px 0
} 
nav li:nth-child(2).current a {
    background:rgba(255,255,255,0.2);
    padding: 10px
} 

.main_img img{
    width:100%;
}
.main{
    max-width:960px;
    margin:0 auto;
    display:flex;
}
.main_area{
    margin-bottom:70px;
    width:70%;
    padding-right:15px;
}
.about{
    position:relative;
}
.about h2{
    position:absolute;
    width:150px;
    height:160px;
    text-align:center;
    background:#5f9ea0;
    top:-120px;
    color:#fff;
    padding-top:110px;
    font-size:1.4em;
    letter-spacing:1px;
}
.about p{
    border:10px solid #dddddd;
    padding:40px 30px;
    font-size:1.3em;
    margin:60px 0 50px 40px;
}
.link_list{
    margin-bottom:20px;
}
.link_list img{
    width:90%;
}
.link_box{
width: 90vw;
margin: 0 auto;
white-space: nowrap
}

.scroller{
overflow-y: scroll;
height: 370px

}
.news_area{
    width:30%;
    padding-left:15px;
}
.news_area h2{
    margin-top:50px;
    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;
    height:60px;
    margin-top:100px;
}
footer p{
    color:#fff;
    text-align:center;
    line-height:5;
}

/*--------------------
	下層ページ
--------------------*/
.page .main_area{
	width:100%;
	padding:15px;
	margin-bottom:0;
}
.page .contents{
	margin-bottom:30px;
}
.page .contents h2{
	font-size:1.6em;
	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.4em;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 5px #5F9EA0;
}
.page .contents h4{
 font-size:1.3em;
 color: #5F9EA0;
 margin: 15px 0;
}
.page .contents p{
	font-size:1.2em;
	padding-top:5px;
	line-height:1.8;
}

.bnr_box{
margin: 0 auto;
width: 1000px;

}

.bnr_box img{
 width: 300px
}

.bnr_box a:hover{
opacity: 0.7
}

.table_curriculum_box{
	width:960px;
}

.btn a{
display: block;
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
}


/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
	border-radius: 50%;
	background-color: #333;
	bottom: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	right: 30px;
	position: fixed;
	width: 60px;
	z-index: 100;
}
.pt:hover {
	opacity: 0.6;
}
.pt_btn {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	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: 7px;
	bottom: 0;
}
.pt_btn::after{
	height: 7px;
	right: 0;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/*.mcon {
	word-wrap: break-word
}
.mcon a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.mcon h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.mcon h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.mcon h3 {
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
}
.mcon h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mcon h5, .mcon h6 {
	font-size: 1.1em;
	margin-bottom: 2px;
	margin-top: 5px;
}
.mcon hr {
	border: none;
	border-top: 1px dotted #000
}
.mcon iframe {
	max-width: 100%
}
.mcon img {
	max-width: 100%;
	height: auto
}
.mcon ol {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ol li {
	margin-left: 2em;
	margin-bottom: 0.5em
}
.mcon p {
	margin-bottom: 1em
}
.mcon ul {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5em
}*/
