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

/* INDEX ---------------------
  - common setting
  - header
  - main
  - contents
  - footer
--------------------- */

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/* =========================
  common setting
========================= */
html {
  font-size: 62.5%;
}
main h2{
    letter-spacing: 0.1em;
    font-size: 30px;
    font-weight: bold;
	color:#1f2963;
}
body {
  color: #2C2C2C;
  line-height: 1.4;
  position: relative;
}
img {
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; /* for Chrome */
}
em {
  font-style:normal;
}
p,td,th,ul,li,dt,dd{
font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15rem;
    line-height: 2.7rem;
}
.spOnly {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1582px) {
  html{
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1150px) {
main h2{
	font-size: 26px;
	}	
}
@media screen and (max-width: 850px) {
main h2{
	font-size: 23px;
	}	
    body {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}
@media screen and (max-width: 965px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 690px) {
    main h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
main h2{
	font-size: 18px;
	}	
}
/*------------------------*/
/*  color 配色/*
/*------------------------*/
.ly_cont_h2txt.color_txt__white,.color_txt__white{
    color: #FFFFFF;	
}
.txt_underline{
	text-decoration:underline;
}
.txt_indent{
	  text-indent: -1em;
  padding-left: 1em;
}
.txt_bold{
	font-weight:bold;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.txt_red{
	color:#db0700;
}
/*------------------------*/
/*  font/*
/*------------------------*/
.ly_cont_h2txt{
	letter-spacing:0.2rem;
	line-height: 4rem;
	margin-bottom:30px;
	color:#233477;
	font-size:2.5rem;
}
.txt_btmBlank{
	margin-bottom:3%;
}
.txt_btmBlank2{
	margin-bottom:2%;
}
.txt_btmBlank1{
	margin-bottom:1%;
}
.txt_btmBlank4{
	margin-bottom:4%;
}
.txt_btmBlank span,.txt_btmBlank_last span{
	display:block;
}
.txt_btmBlank_last{
	margin-bottom:5%;	
}
.txt_rignt{
	text-align:right
}
.txt_min{
	font-size:0.7em;
	line-height: 1.5em;
}
@media screen and (max-width:1260px) {
.txt_btmBlank span.br1250,.txt_btmBlank_last span.br1250{
	display:none;
}	
}
@media screen and (max-width:1200px) {
.txt_btmBlank span.br1200,.txt_btmBlank_last span.br1200{
	display:none;
}	
}
@media screen and (max-width:1100px) {
.txt_btmBlank span,.txt_btmBlank_last span{
	display:none;
}	
	.txt_btmBlank,.txt_btmBlank_last{
		line-height:1.7em;
	}
	.ly_cont_h2txt{
		font-size:22px;
	}
}
@media screen and (max-width:570px) {
	.ly_cont_h2txt{
		font-size:20px;
	}	
}
@media screen and (max-width:400px) {
	.ly_cont_h2txt{
		font-size:19px;
	}	
}
/* =========================
  header
========================= */
header {
background-color: #ffffffed;
    width: 100%;
    position: relative;
    z-index: 100;
}
header.clone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.headerInner .top_nav{
    margin: 0 auto;
    max-width: 1400px;
}
.headerTop .logo {
    width: 50%;
}
.headerTop .logo a{
	font-size:25px;
	font-weight:bold;
	margin-top:3%;
	    display: block;
	letter-spacing:0.05em;
		margin-left:5%;
}
.headerTop .logo a .txt_red {
    color: #1e5536;
}
.headerTop .logo a .txt_online {
color: white;
    background: #072466;
    padding: 0 3%;
    border-radius: 5px;
    font-size: 0.8em;
    margin: 0 0 0 3%;
    line-height: 0;
color: #072466;
    background: #ccefff;
}
.headerTop .top_nav{
	display: flex;
    justify-content: flex-start;
}
.menuList {
display: flex;
justify-content:center;
	background:#1e5536;
}
.menuList_item{
margin: 0 2%;
}
.menuList_item a {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
	color:white;
	transition : all 0.5s ease 0s;
}
.menuList_item a:hover{
    color:#aecd70;
}
@media screen and (max-width: 1500px) {
.headerTop .top_nav{
	width:95%;
}
}
@media screen and (max-width: 1250px) {
.headerTop .logo {
        width: 60%;
        margin: 1%;
    }	
}
@media screen and (max-width: 1250px) {
	.headerTop .logo {
    width: 80%;
}
}
@media screen and (max-width: 600px) {
	.menuList{
		display:block;
	}
}
/*--- grobalNav ---*/
.grobalNav {
  margin-top: 0;
	z-index:5;
}
.headerNav a {
    line-height: 2rem;
    letter-spacing: 0.15rem;
	font-weight:bold;
}
.grobalNav li:last-child{
	width:25%;
	border-left:none;
}
/*--- 上部ナビゲーション ---*/
.menuList_top{
    display: flex;
    justify-content: flex-end;
    width: 90%;
}
.menuList_top .menuList_item_top{
display: flex;
    justify-content: flex-end;
    width: 25%;
   padding: 1.5% 0 1.5% 1.5%;
    text-align: center;
}
.menuList_top .menuList_item_top a{
    border: 1px solid #072466;
    border-radius: 50px;
    padding: 1.5% 5%;
    width: 100%;
    display: block;
    color: #072466;
	position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-weight:bold;
}
.menuList_top .menuList_item_top a:hover{
	color:white;
	background:#072466;
}
.menuList_top .menuList_item_top a .fas{
	position: absolute;
    top: 30%;
    right: 7%;
}
.grobalNav li a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.grobalNav li a:hover{
	color:#4ba8d8;
}
@media screen and (min-width: 768px) {
.grobalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	z-index:100;
}
.grobalNav li {
    border-left: 1px solid #DFDFDF;
    padding: 0;
    width: calc(100% / 6);
  }
.grobalNav li a {
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #404040;
	display: block;
	padding:2% 0;
}
}
@media screen and (max-width: 1250px) {
.headerTop .logo a {
	margin-top: 0;
	}
	.menuList_top .menuList_item_top{
		width:35%;
	}
.headerTop .top_nav {
    align-items: center;
}
}
@media screen and (max-width: 1145px) {	
	.menuList_top .menuList_item_top a .fas{
		display:none;
}
}
@media screen and (max-width: 1120px) {
    .headerTop .logo.logo_Agekke {
        margin-right: 0;
    }
}
@media screen and (max-width: 1100px) {
    .grobalNav li a {
	font-size:14px;
}
}
@media screen and (max-width: 1050px) {
    .headerInner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 965px) {	
.headerNav{
	display:none;
}
	.menuList_top{
		display:none;
	}
	.headerTop{
position: fixed;
    width: 100%;
    background: #1e5536;		
	}
.headerTop .logo a,.headerTop .logo a .txt_red {
        color: white;
    }
}
@media screen and (max-width: 930px) {	
	.grobalNav li a span{
		display:block;
	}
}
@media screen and (max-width: 640px){
 .headerTop h1.logo {
  width: 40%;
}
}
@media screen and (max-width: 550px) {
  .headerInner {
    padding:0;
  }
	.headerTop .logo a{
		font-size: 20px;
		        padding: 2% 0;
	}
}
/*------------------------*/
/*  section/*
/*------------------------*/
.ly_cont {
    margin: 0 auto;
    padding: 5% 0;
    max-width: 1170px;
	overflow:hidden;
}
@media screen and (max-width: 1200px){
.ly_cont {
    width: 90%;
    padding: 8% 0;
}
}
/*ly_cont内　分割ボックス*/
.bl_flexBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
	justify-content: flex-end;
}
.bl_flexBox .bl_flexBox_item{
	width:calc((100% - 10px) / 3);
	display: grid;
    grid-template-columns: repeat(1, 3fr);
}
/*p文字*/
.bl_flexBox_item p,.bl_flexBox_item li{
line-height: 1.8em;
    font-size: 16px;
    letter-spacing: 0.01rem;
}
@media screen and (max-width: 930px) {
	.bl_flexBox h3 {
		font-size: 2.2rem;
	}
.feature_box h4 {
    font-size: 3rem;
}
}
@media screen and (max-width: 800px) {
	.bl_flexBox .bl_flexBox_item{
		width:100%;
		margin-right: 0;
        margin-bottom: 4%;
		display:block;
	}
	.bl_flexBox .bl_flexBox_item:last-child{
        margin-bottom:0	;
	}
.bl_flexBox h3 {
font-size: 20px;
        padding-bottom: 10px;
        padding-top: 0px;
}
.bl_flexBox h3 span {
    background: none;
    font-size: 20px;
    padding: 0;
}
}
@media screen and (max-width: 767px) {
    .feature_box h4 {
        font-size: 2.2rem;
        width: 100%;
    }
}
/* =========================
  page top
========================= */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -50px;
    background:rgb(7 36 102 / 80%);
    border-radius: 50%;
    z-index: 15;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/*nav上部固定*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color:#ffffffed;
}
.is-show {
  transform: translateY(0);
}
.clone-nav .gnav {
    background: #002357eb;
	height: 3rem;
}
.clone-nav .gnav li a {
    height: 3rem;
    line-height: 3rem;
    background: #143464;
}
.clone-nav .header_top {
    padding: 0.2% 0;
}
.clone-nav .gnav li:hover > ul > li {
    height: 3rem;
}
.clone-nav .gnav li ul.nav_serbtn_small li a:hover {
    background: #228bc8;
}
@media screen and (max-width:640px) {
.clone-nav.clone-nav {
  display:none;
}
}
/*モバイルメニュー*/
.header-area{
  display: flex;
  justify-content: space-between;
  height: 65px;
  padding: 0 20px;
  align-items: center;
}
.hamburger{
  width: 40px;
  height: 25px;
  position: relative;
  transition: .5s;
	margin-top:20px;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color:white;
  transition: .5s;
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 65px;
  width: 100%;
  left: 0;
  transform: translateX(100%);
  transition: .5s;/* 追記 */
}
.slide-menu li{
  color: #fff;
  line-height: 400%;
  text-align: center;
    letter-spacing: 0.2em;
}
.hamburger.active{/* 追記 */
  transform: rotateY(360deg);/* 追記 */
}
.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}
.hamburger span:nth-of-type(2){
    height: 2px;
}
.hamburger span:last-of-type {
    height: 2.5px;
}
/*ページ内リンク*/
span.anchorlink {
    position: relative;
    top: -150px;
    display: block;
}

@media screen and (max-width:964px){
.header-area.spOnly{
	    position: absolute;
    right: 0;
	top:-6px;
}
}
@media screen and (max-width:640px){
span.anchorlink {
    top: -80px;
}
}
/*━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─*/
/* トップページ*/
/*━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─━─*/
/*------------------------*/
/*  トップ画像/*
/*------------------------*/
.ly_topImg{
	position:relative;
}
.ly_topImg ul{
	position:absolute;
	right:2%;
	top:6%;
	width:17%;
}
.ly_topImg ul a{
	display:block;
	background:#3F51B5;
	color:white;
	padding:5% 2% 2%;
	text-align:center;
	margin-bottom:5%;
	font-weight:bold;
	height:4em;
	font-size:20px;
transition: all .3s ease 0s;
border-radius:5px;
}
.ly_topImg ul a:hover{
	background:#343f7a;
}
.ly_topImg ul a.btn_entry{
	padding-top:9%;
	background:#ff7200;
}
.ly_topImg ul a.btn_entry:hover{
	background:#da5400;
}
.ly_topImg ul a.btn_login{
	background:#4caf50;
}
.ly_topImg ul a.btn_login:hover{
	background:#257228;
}
.ly_topImg ul a span{
	font-weight:normal;
	display:block;
	font-size:0.7em;
	letter-spacing:0.05em;
}
.bl_topImgBox_item{
top:27%;
    right: 0;
    bottom: 0;
    left: 0;
    margin:0 auto;
    height: auto;
    position: absolute;
}
.bl_topImgBox_item .ly_cont{
	padding:0;
}
.bl_topImg_title h1{
font-size:60px;
	font-weight:bold;
	    text-shadow: 1px 1px 0 #f9f6f7, -1px -1px 0 #f9f6f7, -1px 1px 0 #f9f6f7, 1px -1px 0 #f9f6f7, 0px 1px 0 #f9f6f7, 0 -1px 0 #f9f6f7, -1px 0 0 #f9f6f7, 1px 0 0 #f9f6f7;
	letter-spacing:0.1em;
	color:#282828;
}
.bl_topImg_title h1 span.txt_red{
	color:#1e5536;
}
.bl_topImg_title h1 span.txt_online{
color: white;
    background:#072466;
    padding: 0 1%;
    border-radius: 10px;
    font-size: 0.6em;
    margin: 0 0 0 1%;
    line-height: 0;
	text-shadow:none;
color: #072466;
    background: #ccefff;
}
.bl_topImg_subTitle{
    font-size: 22px;
    letter-spacing: 0.3rem;
    margin-top: 10px;
    margin-top: 10px;
  text-shadow:1px 1px 0 #f9f6f7, -1px -1px 0 #f9f6f7,
              -1px 1px 0 #f9f6f7, 1px -1px 0 #f9f6f7,
              0px 1px 0 #f9f6f7,  0-1px 0 #f9f6f7,
              -1px 0 0 #f9f6f7, 1px 0 0 #f9f6f7;
	font-weight:normal;
}
.bl_topImgBox_item h3{
display: inline-block;
    margin-top: 1.5%;
    padding: 0.5% 2%;
    background: white;
    letter-spacing: 0.1em;
    border: 2px solid #3F51B5;
    border-radius: 10px;
    color: #3F51B5;
	font-size:21px;
	font-weight:normal;
}
.ly_topImg h4{
    bottom: 0;
    font-size: 20px;
    padding: 1% 0;
    letter-spacing: 0.07em;
	color:#1f2963;
	text-shadow: 1px 1px 0 #f9f6f7, -1px -1px 0 #f9f6f7, -1px 1px 0 #f9f6f7, 1px -1px 0 #f9f6f7, 0px 1px 0 #f9f6f7, 0 -1px 0 #f9f6f7, -1px 0 0 #f9f6f7, 1px 0 0 #f9f6f7;
}
.ly_topImg h4 span{
    margin: 0 0.5%;
	font-size:30px;
}
.ly_topImg h4 .txt_brackets{
	font-size:18px;
}
@media screen and (max-width:1500px){
.ly_topImg ul{
	width:20%;
}
}
@media screen and (max-width:1280px){
.ly_topImg ul{
	width:25%;
}
.bl_topImg_title h1 {
	font-size: 55px;
	}
	.ly_topImg h4{
		font-size:18px;
	}
}
@media screen and (max-width:1100px){
.bl_topImgBox_item {
	top: 14%;
	}
	.ly_topImg h4{
		font-size:16px;
	}
.ly_topImg ul {
bottom: 0;
        top: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
	    position: unset;
	margin-top:2%;
}
	.ly_topImg ul li{
		width:30%;
		margin:0 1%;
	}
	.ly_topImg ul a{
		height:3.6em;
		padding: 3% 2% 2%;
	}
	.bl_topImgBox_item h3{
		font-size:18px;
	}
	.ly_topImg img{
		display:none;
	}	
.ly_topImg ul a.btn_entry {
	padding-top: 7%;
	}
	.ly_topImg ul a span{
		margin-top:2%;
	}
.ly_topImg {
background: url(./images/top-backiMVshokugyou.png) no-repeat top center / cover;
}
.ly_topImg h4 {
        margin-top: 10%;
    }
    .bl_topImgBox_item h3 {
        margin-bottom: 5%;
    }
.bl_topImgBox_item{
position: unset;
    text-align: center;
}
.ly_topImg h4 .txt_brackets {
    font-size: 16px;
}
}

@media screen and (max-width:960px){
    .ly_topImg ul a {
        padding: 5% 2% 2%;
    }
    .ly_topImg ul a.btn_entry {
        padding-top: 9%;
    }
.ly_topImg h4 {
        margin-top: 14%;
    }
}

@media screen and (max-width:850px){
.bl_topImg_title h1 {
        font-size: 50px;
    }
.ly_topImg ul a {
        padding: 7% 2% 2%;
    }
.ly_topImg ul a.btn_entry {
        padding-top: 10%;
    }
	.ly_topImg ul a span{
		font-size:0.6em;
	}
}

@media screen and (max-width:800px){
	.ly_topImg ul a{
		font-size:18px;
	}
.ly_topImg h4 span{
		font-size:20px;		
	}
}
@media screen and (max-width: 770px){
	.ly_topImg ul a span{
		line-height:1em;
	}
.bl_topImg_title h1 {
        font-size: 45px;
    }
.ly_topImg ul a {
        padding: 4% 2% 2%;
    }
    .ly_topImg ul a.btn_entry {
        padding-top: 8%;
    }
}
@media screen and (max-width:690px){
	.ly_topImg{
		padding-bottom:3%;
	}
    .ly_topImg h4 {
        margin-top: 20%;
    }
	.ly_topImg ul{
		display:block;
	}
    .ly_topImg ul li {
        width: 90%;
        margin: 0 auto;
    }
    .ly_topImg ul a {
        padding: 2%;
		margin-bottom:2%;
    }
.ly_topImg ul a span {
        margin-top: 1%;
    }
    .ly_topImg ul a.btn_entry {
        padding-top: 3%;
    }
}
@media screen and (max-width:650px){
.bl_topImg_title h1 span.txt_online {
    color: #072466;
    background: transparent;
    padding: 1%;
    border-radius: 5px;
    font-size: 1em;
    margin: 1% auto 2%;
    line-height: 1em;
    display: block;
    font-weight: bold;
}	
.ly_topImg h4 .txt_brackets {
        display: block;
        margin-top: 1%;
    }
}
@media screen and (max-width:550px){
.bl_topImg_subTitle{
	font-size:18px;
}
	.bl_topImg_title h1 span.txt_online{
		        margin: 0 auto 3%;
	}
.ly_topImg h4 .txt_brackets {
	display: inline-block;
	}
.bl_topImg_title h1 {
        font-size: 40px;
        margin: 4% 0;
    }
}
@media screen and (max-width:450px){
    .bl_topImgBox_item h3 {
        font-size: 16px;
        padding: 1% 2%;
    }	
}
@media screen and (max-width:410px){
    .bl_topImgBox_item h3 {
        font-size: 15px;
    }
    .bl_topImg_subTitle {
        font-size: 15px;
    }
}
/*------------------------*/
/* 0. ニュース一覧*/
/*------------------------*/
.top_news{
	background:#eef6de;
}
.top_news h2{
	text-align:center;
	margin-bottom:4%;
}
/*記事一覧*/
.top_news .bl_flexBox_min{
width: 85%;
    margin: 0 auto;
    background: white;
    padding: 3%;
	border-radius:5px;
}
.top_news a .no_link:hover{
	cursor:default;
	color:#2C2C2C;
}
.top_news .bl_flexBox_min .bl_flexBox {
    justify-content: flex-start;
    align-items:baseline;
}
.top_news time{
	font-size:14px;
	font-weight:normal;
	margin-right:2%;
    letter-spacing: 0.15rem;
	width:20%;
}
.top_news article{
	border-bottom:1px solid #6f6e6f;
	padding: 1% 0;
	    justify-content: flex-start;
    align-items:baseline;
}
.top_news article p,.top_news article a{
	font-size:16px;
    font-weight: normal;
    letter-spacing: 0.15rem;
	transition: 0.5s;
	line-height:1.8em;
}
.top_news article a:hover{
	color:#2cc26d;
}
/*VIEW ALLボタン*/
.top_news .btn_moreArticle{
	text-align:right;
	margin-top:10px;
}
.top_news .btn_moreArticle a{
	font-size:15px;
    font-weight: normal;
    letter-spacing: 0.05em;	
}
.top_news .btn_moreArticle .fas {
    font-size: 0.9rem;
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
}
@media screen and (max-width:1400px){
	.top_news .ly_cont{
		width:100%;
	}	
}
@media screen and (max-width:1200px){
	.top_news .ly_cont{
        width: 90%;
	}	
.top_news .bl_flexBox_min {
	width: 100%;
	}
}
@media screen and (max-width:850px){
.top_news .bl_flexBox{
	display:block;
}
.top_news .bl_flexBox h2 {
    width: 100%;
    font-size: 23px;
    text-align: center;
}
.top_news .bl_flexBox_min .bl_flexBox {
    display: flex;
    margin: 2% 0;
}
.top_news .bl_flexBox_min {
    width: 90%;
    margin: 5% auto;
}
}
@media screen and (max-width:770px){
	.top_news .bl_flexBox_min{
		width:100%;
	}

}
@media screen and (max-width:500px){
    .top_news .ly_cont {
        position: unset;
        padding: 6% 2% 0;
    }
}
/*------------------------*/
/* 1. トップメッセージ*/
/*------------------------*/
.top_about .ly_cont {
text-align:center;
}
.top_about .ly_cont p span{
    font-weight: bold;
    font-size: 19px;
    line-height: 2em;
}
.top_about .ly_cont .br1250{
	display:block;
}
/* アンダーライン*/
.underline-Area {
	  width: 50%;
	  min-width: 200px;
	  height: auto;
	  margin: 0;
	  padding: 20px;
	  border: 1px solid #333;
}
.underline-Area p {
	  margin: 60px auto;
}
.underline-before {
	background:linear-gradient(#FF9800, #FF9800) 0 100% / 0 2px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
	transition: background 1s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
	text-decoration: none;
	/*テキストの装飾の設定 */
}
.underline-after {
	background-size: 100% 2px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}
@media screen and (max-width: 1100px) {
.top_about .ly_cont{
        width: 80%;
        padding: 5% 0;
    }
	.top_about .ly_cont p{
		line-height:1.7em;
	}
.top_about .ly_cont .br1250 {
    display:none;
}
.underline-before {
    display: block;
}
}
@media screen and (max-width: 690px) {
.top_about .ly_cont p span{
	font-size: 18px;
}
}
@media screen and (max-width: 550px) {
.top_about .ly_cont p span{
	font-size: 16px;
}
}
/*------------------------*/
/* 2. 5つの理由*/
/*------------------------*/
.top_reason .ly_cont{
	background:#eef6de;
padding: 4% 2%;
	border-radius: 5px;
    box-shadow: 2px 2px 5px #c9c9c9;
}
.top_reason h2 {
text-align:center;
}
.top_reason .reason_flex{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 0;
 ? ? ? width: 95%;
    margin: 5% auto 0;
}
.top_reason .reason_flex li{
    width: 20%;	
	padding:2% 1.5%;
}
.top_reason .reason_flex li h3{
line-height: 1.4em;
	text-align:center;
}
.top_reason .reason_flex li h3 span{
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 2%;
    display: block;
text-indent: -1em;
  padding-left: 1em;
}
.top_reason .reason_flex li img{
width: 85%;
    margin: 0 auto 10%;
    display: block;
}
@media screen and (max-width:1200px){
	.top_reason .reason_flex {
		flex-wrap: wrap;
	}
.top_reason .reason_flex li {
	width: 33%;
	}
}
@media screen and (max-width:690px){
	    .top_reason .reason_flex {
        display: block;
    }
    .top_reason .reason_flex li {
        width: 100%;
        background: white;
        margin-bottom: 2%;
        border-radius: 5px;
    }
	.top_reason .reason_flex li h3 br{
		display:none;
	}
.top_reason .reason_flex li h3 span {
	margin-top: 1%;
	}
.top_reason .reason_flex li img {
	width: 50%;
    margin: 0 auto 1%;
	}
}
/*------------------------*/
/* 3. 金額*/
/*------------------------*/
.top_fee{
text-align:center;	
}
.top_fee .fee_flex{
    margin: 5% auto 0;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
    justify-content:center;
}
.top_fee .fee_flex li{
	margin:0 2%;
	width:25%;
}
.top_fee .fee_flex li p{
	font-size: 24px;
	font-weight:bold;
}
.top_fee .fee_flex li p span{
    background:#1f2963;
    color: white;
    padding:1% 2%;
	border-radius:5px;
	display:block;
	margin-bottom: 4%;
	font-weight:normal;
	letter-spacing: 0.1em;
	font-size: 20px;
}
@media screen and (max-width: 850px) {
.top_fee .fee_flex {
	display: block;
	}
.top_fee .fee_flex li {
    width: 100%;
        margin-bottom: 2%;
}
.top_fee .fee_flex li p{
	font-size: 18px;
}
	.top_fee .fee_flex li p span{
    padding:1% 2%;
    margin-bottom: 0;
		margin-right:2%;
    font-size: 18px;
		display: inline-block;
	}
}
/*------------------------*/
/* 4 .お申し込みの流れ*/
/*------------------------*/
.top_flow{
	background:#1f2963;	
}
.top_flow h2{
	text-align:center;
}
.top_flow .ly_cont_h2txt {
	margin-bottom: 10px;
}
.top_flow .bl_flexBox{
margin-top:4%;
	align-items: stretch;
}
.top_flow h3{
letter-spacing: 0.1rem;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    height: 3em;
    background:aliceblue;
    color: #1f2963;
    line-height: 0;
	font-weight:bold;
	    border-radius: 5px 5px 0 0;
}
.top_flow h3 .circle_number{
	font-size: 18px;
    width: 2em;
    height: 2em;
    line-height: 2.1;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background:#1f2963;
    display: inline-block;
    margin-right: 10px;
}
.top_flow p{
    text-align: center;
}
.top_flow .bl_flexBox .bl_flexBox_item{
	background:white;
	    border-radius: 5px;
}
.top_flow .bl_flexBox_item_min{
	padding:3% 4%;
}
/*横向き→*/
.bl_flexBox_item.arrow{
	width:10%;
	text-align:center;
	background:transparent!important;
	position:relative;
}
.bl_flexBox_item.arrow .fas{
	font-size:1.5em;
	 font-size: 4em;
    color: white;
    position: absolute;
    top: 45%;
    width: 100%;
}
/*①事前準備*/
.top_flow .bl_flexBox .bl_flexBox_item.top{
	width:45%;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul{
	display:flex;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul li{
    width: 50%;
    border:2px solid #1f2963;
    padding: 2%;
    margin: 2%;
    border-radius: 5px;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul li p{
line-height: 1.5em;
    font-weight: bold;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul li p span{
	font-weight: normal;
    display: block;
    font-size: 0.8em;
    line-height: 1.3em;
    text-indent: -1em;
    padding-left: 1em;
text-align: left;
	margin-top: 3%;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul li .number{
	text-align: center;
    background:#fff2f1;
    color: #1f2963;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3%;
}
/*②受講の流れとご注意を確認*/
.top_flow .bl_flexBox .bl_flexBox_item.sec{
	width:37%;
}
/*手順書*/
.top_flow .bl_flexBox .bl_flexBox_item.top ul li a{
font-size: 15px;
    background: gray;
    margin-top: 10%;
    display: block;
    padding: 2%;
    height: auto;
}
.top_flow .bl_flexBox .bl_flexBox_item.top ul li a:hover{
	background:#3c3c3c;
}
/*各リンクボタン*/
.top_flow .bl_flexBox .bl_flexBox_item a{
display: block;
    background:#3F51B5;
    color: white;
    padding: 5% 2%;
    text-align: center;
    margin-bottom: 3%;
    font-weight: bold;
    height: 3em;
    font-size: 18px;
    transition: all .3s ease 0s;
	letter-spacing:0.05em;
	border-radius:5px;
}
.top_flow .bl_flexBox .bl_flexBox_item a:hover{
	background:#343f7a;
}
.top_flow .bl_flexBox .bl_flexBox_item a .fas{
	margin-left:2%;
}
.top_flow .bl_flexBox .bl_flexBox_item a.btn_entry{
	background:#ff7200;
}
.top_flow .bl_flexBox .bl_flexBox_item a.btn_entry:hover{
	background:#da5400;
}
.top_flow .bl_flexBox .bl_flexBox_item a.btn_login{
	background:#4caf50;
	    margin-bottom: 0;
	    padding-top: 2%;
}
.top_flow .bl_flexBox .bl_flexBox_item a.btn_login:hover{
	background:#257228;
}
.top_flow .bl_flexBox .bl_flexBox_item a span {
    font-weight: normal;
    display: block;
    font-size: 0.7em;
    letter-spacing: 0.05em;
}
@media screen and (max-width:1200px){
.top_flow p{
	font-size:13px;
}
	.top_flow .ly_cont{
		    padding-bottom: 9%;
	}
}
@media screen and (max-width:1150px){
.top_flow h3,.top_flow h3 .circle_number{
	font-size: 16px;
	}	
}
@media screen and (max-width:1127px){
	.top_flow .bl_flexBox{
		display:block;
	}
	.top_flow .bl_flexBox .bl_flexBox_item.top,
	.top_flow .bl_flexBox .bl_flexBox_item.sec{
		width:100%;
		margin-bottom:2%;
	}
	.top_flow .bl_flexBox .bl_flexBox_item{
		width:100%;	
	}
    .top_flow p {
        font-size: 16px;
    }
	.top_flow .bl_flexBox .bl_flexBox_item.top ul li p span{
		text-align:center;
	}
	.top_flow .bl_flexBox .bl_flexBox_item.arrow{
		display:none;
	}
.top_flow .bl_flexBox .bl_flexBox_item a {
    padding: 2%;
	height: auto;
	}
	.top_flow p .txt_red br{
		display:none;
	}
}
/*------------------------*/
/* 5. 開催日程*/
/*------------------------*/
.top_schedule{
	text-align:center;
}
.top_schedule .ly_calendar{
	margin-top: 4%;
}
/*****土曜日*****/
/*見出しの背景色*/
.eo-fullcalendar .fc-day-header.fc-sat {
    background: #98E7FD;
}

/*枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sat {
    background: #EBFAFD;
}

/*****日曜日*****/
/*見出しの背景色*/
.eo-fullcalendar .fc-day-header.fc-sun {
    background: #FDA4A7;
}

/*枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sun {
    background: #FDEDEE;
}
.top_schedule .eo-fullcalendar{
	margin-top:3%;
}
.top_schedule .eo-fullcalendar-reset .fc-view-container th{
	padding:1%!important;
	font-size:18px;
}
.top_schedule .fc .fc-toolbar>*>:first-child {
        font-size: 20px;
        font-weight: bold;
        color: #1f2963;
    }
.top_schedule .fc .fc-toolbar>*>*{
	font-size:20px;
}
.fc-ltr .fc-basic-view .fc-day-number {
	font-size: 16px;
}
.top_schedule .eo-fullcalendar-reset .fc-content-skeleton td{
	padding:1%!important;
}
.top_schedule .fc-day-grid-event .fc-time{
	display:none;
}
.top_schedule .fc-content{
	font-size: 15px;
    text-align: center;
}
.eo-fullcalendar .fc-event{
	border-radius:5px;
}
.top_schedule .eo-fullcalendar-screen-reader-text.screen-reader-text{
	display:none!important;
}
.top_schedule .qtip-content{
	display:none!important;
}
/*------------------------*/
/* 6. タイムテーブル*/
/*------------------------*/
.top_timetable{
    background:#eef6de;
}
.top_timetable h2{
	text-align:center;
}
.top_timetable .table_wrap{
	margin-top: 4%;
}
.top_timetable table{
    border-collapse: collapse;
    width: 100%;
}
.top_timetable table th,.top_timetable table td {
    padding: 12px;
    border: 1px solid #999;
}
.top_timetable table th {
    background-color: #1f2963;
    text-align: center;
    width: 30%;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}
.top_timetable table td {
    background: #fff;
    text-align: left;
}
.top_timetable table td.gray{
	background:#f0f0f0;
}
.top_timetable table td .icon_movie{
    border: 2px solid #1f2963;
    color: #1f2963;
    margin-left: 1%;
    padding: 0.5% 2%;
    border-radius: 5px;
	font-weight:bold;
}
.top_timetable table td .icon_certificate{
margin-left: 1%;
    padding: 0.5% 2%;
    border-radius: 5px;
border: 2px solid #2196F3;
    color: #2196F3;
	font-weight:bold;
}
/*ご注意！*/
.anno_box {
    position: relative;
    margin: 5% 0 0;
    padding:1em;
    border: solid 2px #ff0000;
	background:white;
}
.anno_box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 950px) {
.top_timetable table td{
	line-height:2em;
}
	.anno_box{
		padding: 2%;
		margin-top:7%;
	}
	.anno_box p{
		    line-height: 1.8em;
	}
}
@media screen and (max-width: 600px) {
.top_timetable table td .icon_certificate{
	display:block;
	        text-align: center;
}
	.anno_box{
		margin-top:13%;		
	}
}
/*------------------------*/
/* 7. ボタン3つ横並び*/
/*------------------------*/
.top_btnAll .top_btnAll_box{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items:stretch;
    justify-content: space-evenly;	
	
}
.top_btnAll .top_btnAll_box a {
    display: block;
    background:#3F51B5;
    color: white;
    padding: 2% 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s ease 0s;
	width:30%;
		letter-spacing:0.05em;
	border-radius:5px;
	box-shadow:2px 2px 5px #8c8c8c;
}
.top_btnAll .top_btnAll_box a:hover{
	background:#343f7a;
}
.top_btnAll .top_btnAll_box a span {
    font-weight: normal;
    display: block;
    font-size: 0.7em;
    letter-spacing: 0.05em;
	margin-top:2%;
}
.top_btnAll .top_btnAll_box a.btn_entry {
    background: #ff7200;
	padding-top:3%;
}
.top_btnAll .top_btnAll_box a.btn_entry:hover{
	background:#da5400;
}
.top_btnAll .top_btnAll_box a.btn_login {
    background: #4caf50;
}
.top_btnAll .top_btnAll_box a.btn_login:hover{
	background:#257228;
}
.top_btnAll.back_blue{
	    background:#eef6de;
}
.top_btnAll.back_blue .ly_cont{
	padding-top:0;
}
@media screen and (max-width: 900px) {
.top_btnAll .top_btnAll_box a span{
	font-size: 0.6em;
}
}
@media screen and (max-width: 800px) {
.top_btnAll .top_btnAll_box a{
	font-size:18px;
}
}
@media screen and (max-width: 690px) {
.top_btnAll .top_btnAll_box{
	display:block;
}
.top_btnAll .top_btnAll_box a{
		width: 95%;
    margin: 0 auto 3%;
	    box-shadow:none;
	}
	.top_btnAll .top_btnAll_box a span{
		font-size:13px;
	}
}
/* =========================
  8.よくあるご質問　　faq
========================= */
.top_faq h2{
	text-align:center;
	    margin-bottom: 4%;
}
/*高い層アコーディオン*/
.s_07 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_07 .accordion_one .accordion_header {
    font-size: 18px;
	letter-spacing: 0.15rem;
    font-weight: bold;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color:white;
	border:2px solid #8ec0a4;
    padding: 2%;
	box-shadow:0 7px 15px -5px rgb(0 0 0 / 5%);
}
.s_07 .accordion_one .accordion_inner .accordion_header {
  background-color: white;
	border:2px solid white;
	display:flex;
	justify-content: flex-start;
    align-items: center;
	line-height: 1.5em;
}
.s_07 .accordion_one .accordion_inner .accordion_header.top{
    align-items:flex-start;
}
.s_07 .accordion_one .accordion_inner .accordion_inner  .accordion_header {
  background-color:#f2f2f2;
	border:2px solid #f2f2f2;
	font-weight:normal;
	font-size:16px;
	line-height: 1.8em;
}
.s_07 .accordion_one .accordion_inner .accordion_inner  .accordion_header a{
	text-decoration:underline;
	    transition: 0.3s;
}
.s_07 .accordion_one .accordion_inner .accordion_inner  .accordion_header a:hover{
	color:#2cc26d;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color:#1e5536;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.top_faq .iconQ,.top_faq .iconA {
    color:#1e5536;
    font-size: 25px;
    margin-right: 2%;
    font-weight: bold;
}
.top_faq .iconA{
	color:#d95700;
}
@media screen and (max-width: 1111px) {
	.s_07 .accordion_one .accordion_header {
    font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 931px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
.s_07 .accordion_one .accordion_inner .accordion_header {
	align-items:flex-start;
	}
}
/* =========================
  footer
========================= */
footer{
	background:#FAF8F5;
}
.footerNav{
	background:#ffdfb0;
}
.footerNav a{
    font-size: 14px;
    font-weight: normal;
    line-height: 2rem;
    letter-spacing: 0.15rem;
}
footer .ly_cont{
	padding:3% 0;
}
footer .footerBanar ul{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-evenly;
	margin:2%;
}
footer .footerBanar ul li{
	margin:0 1%;
}
footer .footerBanar ul li a{
	display:block;
}
/*コピーライト*/
footer .footerCopy{
	text-align:center;
padding: 0.5% 0;
	background:#2b2b2b;
}
footer small {
color:#a8a8a8;
font-weight: normal;
font-size: 12px;
letter-spacing: 0.15rem;
}
/* FOOTER ナビゲーションメニュー */
.footerNav .ly_cont{
	justify-content: space-evenly;
}
.footerNav .menuList {
	background:#5e5d5c;
	padding:1% 0;
}
@media screen and (max-width: 800px) {
	footer .footerBanar ul{
		display:block;
	}
footer .footerBanar ul li {
    width: 50%;
    margin: 0 auto 3%;
}	
}
@media screen and (max-width: 600px) {
	footer .footerCopy {
		padding: 2% 0;
	}
}
@media screen and (max-width: 500px) {
footer .footerBanar ul li {
	width: 80%;
	}
}
/*------------------------*/
/*  404ページ*/
/*------------------------*/
.inner-404 {
    padding: 10% 0;
    background-color: #f5f5f5;
}
.inner-404 .text {
    padding: 2%;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}
.inner-404 .text h3{
    font-size: 22px;
    padding: 0 0 2% 0;
    font-weight: bold;
}
.inner-404 .text p{
    font-size: 16px;
}
/*------------------------*/
/*  固定ページ*/
/*------------------------*/
/* パンくずリスト */
.pankuzu{
    margin: 0 auto;
    padding-top:1%;
    max-width: 1170px;
    overflow: hidden;
}
.pankuzu ul{
    list-style: none;
  }
.pankuzu li{
display: inline;
    font-size: 0.8em;
    color: #494949;
  }
.pankuzu li a{
    color: inherit;
    text-decoration: none;
	transition : all 0.5s ease 0s;
  }
.pankuzu li a:hover{
	color:#1e5536;
}
.pankuzu li a:after{
    content: ">";
    margin:.5em;
  }
.ly_page .ly_pageTopImg{
	position:relative;
}
.ly_page .ly_pageTopImg .ly_cont{
	padding:5% 0 8%;
	position:relative;
}
/*h2見出し　2色下線 */
.ly_page section .ly_cont_h2txt{
    border-bottom: solid 3px  #233477;
    position: relative;
    padding:9px 0px 35px;
	line-height:0;
	margin-bottom:40px;
}
.ly_page section .ly_cont_h2txt:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px  #df6a00;
    bottom: -2.5px;
    width: 15%;
}
/*h3見出し*/
.ly_page section .ly_cont_h3txt{
	margin-bottom:30px;
letter-spacing: 0.15rem;
line-height: 3.1rem;
}
.ly_pageTopImg:before{
  background:#eef6de;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.ly_pageTopImg .txt_pageTitle{
	text-align:center;
	position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;	
}
.ly_pageTopImg .txt_pageTitle h1{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #1f2963;
}
@media screen and (max-width: 965px) {
.ly_page .ly_pageTopImg .ly_cont{
	padding-top:12%;
}
}
@media screen and (max-width: 600px) {
.ly_pageTopImg .txt_pageTitle h1{
	font-size: 20px;
}
.ly_page .ly_pageTopImg .ly_cont {
        padding-top: 15%;
        padding-bottom: 10%;
    }
}
@media screen and (max-width: 500px) {
.ly_page .ly_pageTopImg .ly_cont {
        padding-top: 20%;
        padding-bottom: 15%;
    }
}
/*------------------------*/
/*  固定ページ おしらせ　一覧ページ*/
/*------------------------*/
.page_news .bl_flexBox {
    justify-content: flex-start;
    align-items: baseline;
    padding: 1%;
    background:#FAF8F5;
    margin-bottom: 1.5%;
    border-radius: 10px;
}
.page_news .bl_flexBox a br{
	display:none;
}
.page_news time {
    font-size: 15px;
    font-weight: normal;
    margin-right: 5%;
	margin-left: 3%;
    letter-spacing: 0.15rem;
}
.page_news article p, .page_news article a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15rem;
	transition : all 0.5s ease 0s;
}
.page_news article a:hover{
	color:#2cc26d;
}
@media screen and (max-width:1200px){
.pankuzu{
	width:90%;
	margin:0 auto;
}
}
@media screen and (max-width:1075px){
	.page_news .bl_flexBox{
		display:block;
	}
	.page_news .bl_flexBox h3{
		    margin-left: 3%;
    width: 100%;
	}
}
@media screen and (max-width: 900px) {
    .page_news .bl_flexBox {
        padding: 2%;
        margin-bottom: 3%;
    }
}
/*------------------------*/
/*  固定ページ おしらせ 記事ページ*/
/*------------------------*/
.page_singleNews .color_back__white{
	background:#FAF8F5;
}
.page_singleNews article{
    background: white;
    border-radius: 10px;
    padding:3%;
	width:80%;
	margin:0 auto;
}
.page_singleNews .back_link{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	display:block;
	margin-top:3%;
	letter-spacing:0.08em;
}
.page_singleNews .back_link .fas {
    font-size: 0.9rem;
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
}
/*h2見出し　2色下線 */
.page_singleNews .ly_cont_h2txt{
border-bottom: solid 3px #233477;
    position: relative;
    padding: 9px 0px 25px;
    line-height:1.4em;
    margin-bottom: 20px;
    font-size: 2.2rem;
}
.page_singleNews .ly_cont_h2txt:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px  #df6a00;
    bottom: -2.5px;
    width: 15%;
}
/*table*/
.page_singleNews table{
	border-collapse:collapse;
	border:1px solid gray;
}
.page_singleNews table td{
	padding:1%;
	border:1px solid gray;
}
.page_singleNews table tr:first-child{
	background:aliceblue;
}
@media screen and (max-width:1086px){
.page_singleNews article{
	width:90%;
}
}
@media screen and (max-width:700px){
.page_singleNews article{
	width:100%;
}
}
/*------------------------*/
/*  固定ページ  受講の流れとご注意 flow_detail*/
/*------------------------*/
.page_flow .back_blue{
    background: aliceblue;
    padding:5% 3%;
	margin:5% 0;
}
.page_flow .back_green{
	background:#f4ffe7;
    padding:5% 3%;
}
.page_flow table{
	    border-collapse: collapse;
    width: 100%;align-content;
}
.page_flow table th{
	width:5%;
}
.page_flow table h2{
	font-weight:bold;
	font-size:25px;
	writing-mode: vertical-rl;
	color:#2258B5;
	letter-spacing: 0.1em;
}
.page_flow .flow{
	position:relative;
}
.page_flow .flow ul::before {
    content: "";
    width: 15px;
    height: 100%;
    background:#bae5f3;
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    border-radius: 20px;
}
.page_flow .flow ul > li {
    margin-bottom: 70px;
}
.page_flow .flow ul > li.last{
    margin-bottom:0;
}
.page_flow .flow ul > li {
    position: relative;
	display:flex;
	align-items:center;
}
.page_flow .flow ul > li dl {
    padding-left: 70px;
    position: relative;
}
.page_flow .flow ul > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #2258b5;
    border-radius: 50%;
    left: -4px;
}
.page_flow .flow ul > li dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #2258B5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.page_flow .flow ul > li .icon {
font-size: 18px;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background: #2258B5;
    display: inline-block;
    margin-right: 10px;
}
.page_flow .flow ul > li dl {
    padding-left: 40px;
    position: relative;
	width:80%;
}
.page_flow .flow ul > li dl::before, .page_flow .flow ul > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.page_flow .flow ul > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #2258b5;
    border-radius: 50%;
    left: -4px;
}
.page_flow .flow ul > li dl::after {
    width: 30px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.page_flow .flow ul > li dd{
	    background: white;
    padding: 2%;
    border-radius: 10px;
}
/*詳細はこちらボタン*/
.page_flow .btn_more{
margin-left:2%;
	width:20%;
}
.page_flow .btn_more a{
    display: block;
    line-height: 1.6em;
    padding: 4% 2%;
    background: #2258B5;
    color: white;
    text-align: center;
    margin-top: 32px;
    transition: all .3s ease 0s;
    border-radius: 5px;
    font-weight: bold;
}
.page_flow .btn_more a:hover{
background: #bae5f3;
    color: #2258b5;
}
.page_flow .btn_more.btm_more_mid a{
    margin-top:10px;	
}
/*受講当日table*/
.page_flow table.bl_attendAfter h2,
.page_flow table.bl_attendAfter .flow ul > li dl dt{
	color:#086736;
}
.page_flow table.bl_attendAfter .flow ul > li .icon{
	background:#086736;
}
.page_flow table.bl_attendAfter .flow ul::before {
	background: #d4eeb6;
}
.page_flow table.bl_attendAfter .btn_more a{
	background:#086736;
}
.page_flow table.bl_attendAfter .btn_more a:hover{
	color:#086736;
	background:#d4eeb6;
}
@media screen and (max-width: 965px) {
	.page_flow .flow ul > li dd,.page_flow .flow ul > li dd p {
    line-height: 1.5em;
}
.page_flow .flow ul > li dl dt {
	font-size: 20px;
	}
	.page_flow .btn_more a br{
		display:none;
	}
	.page_flow table h2 {
		font-size: 20px;
	}
	}
@media screen and (max-width: 700px) {
.page_flow .flow ul > li {
    display: block;
	}
	.page_flow .flow ul > li dl{
		width:100%;
		        padding-left: 0;
	}
	.page_flow table th,.page_flow table td{
		display:block;
		width:100%;
	}
.page_flow table h2 {
    writing-mode: unset;
    color: white;
    background: #2258B5;
    padding: 2%;
    margin-bottom: 4%;
}
	.page_flow .flow ul::before{
		display:none;
	}
	.page_flow .flow ul > li dl::before,.page_flow .flow ul > li dl::after{
		display:none;		
	}
.page_flow .btn_more {
    margin-left: 0;
    width: 100%;
}
.page_flow table.bl_attendAfter h2{
    color: white;
    background: #086736;
}
}
@media screen and (max-width: 500px) {
.page_flow .flow ul > li dl dt{
        font-size: 18px;	
}
}
/*------------------------*/
/*  固定ページ  受講申し込み application*/
/*------------------------*/
.page_application .fee_flex{
	text-align:center;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
    justify-content:center;
}
.page_application .fee_flex li{
	margin:0 2%;
	width:25%;
}
.page_application .fee_flex li .btn_entry{
display: block;
    background:#ff7200;
    color: white;
    padding: 5% 2%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s ease 0s;
    border-radius: 5px;
}
.page_application .fee_flex li .btn_entry:hover{
	background:#da5400;	
}
.page_application .fee_flex li .btn_entry.member{
	background:#03A9F4;
}
.page_application .fee_flex li .btn_entry.member:hover {
    background: #037aaf;
}
.page_application .fee_flex li.fukidashi{
  position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #e7f8ff;
    border-radius: 10px;
}
.page_application .fee_flex li.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e7f8ff;
}
.page_application .fee_flex li.fukidashi p{
	font-size: 16px;
	font-weight:bold;
	color:black;
}
.page_application .fee_flex li.fukidashi p a{
display: block;
    color: #03A9F4;
    margin-top: 2%;
    width: 80%;
    margin: 2% auto;
    border: 1.5px solid #03A9F4;
    border-radius: 5px;
	transition: 0.3s;
}
.page_application .fee_flex li.fukidashi p a:hover{
    color: white;
	background:#03A9F4;
}
.page_application .fee_flex li.fukidashi p a .fas{
	margin-left:2%;
}
@media screen and (max-width: 1000px) {
.page_application .fee_flex li.fukidashi {
	padding: 10px;
	}
.page_application .fee_flex li.fukidashi p a{
	padding:1%;
	margin-top:4%;
}
}
@media screen and (max-width: 800px) {
	.page_application .fee_flex{
		display:block;
	}	
.page_application .fee_flex li {
    width: 90%;
    margin: 0 auto 3%;
}
	.page_application .fee_flex li.fukidashi:before{
		display:none;
	}
	.page_application .fee_flex li.fukidashi p br{
		display:none;
	}
    .page_application .fee_flex li.fukidashi p a {
        margin-top: 2%;
    }
    .page_application .fee_flex li.fukidashi {
        padding: 3% 2% 1%;
    }
}
/*------------------------*/
/*  固定ページ ?契約法人 business*/
/*------------------------*/
/*パスワード保護*/
.page_business input{
	border:1px solid black;
}
.page_business [type="submit"] {
    padding: 0 2%;
    background: #072466;
    color: white;
    margin-left: 10px;
    border-radius: 5px;
}
.page_business label{
	margin-top:3%;
}
/*上部ボタン*/
.page_business .fee_flex{
	text-align:center;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
    justify-content:center;
}
.page_business .fee_flex li{
	margin:0 2%;
	width:40%;
}
.page_business .fee_flex li .btn_entry{
display: block;
    background:#ff7200;
    color: white;
    padding: 5% 2%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s ease 0s;
    border-radius: 5px;
}
.page_business .fee_flex li .btn_entry:hover{
	background:#da5400;	
}
.page_business .fee_flex li .btn_entry.member{
	background:#03A9F4;
}
.page_business .fee_flex li .btn_entry.member:hover {
    background: #037aaf;
}
/*下部添付PDF*/
.page_business .fee_flex.pdf{
	margin-top:5%;
	align-items: flex-start;
	text-align:left;
}
.page_business .fee_flex.pdf a{
	display:block;
	margin-bottom: 1%;
}
.page_business .fee_flex.pdf a:hover{
	text-decoration:underline;
}
.page_business .fee_flex.pdf a::first-letter {
color:#ff7200;
font-weight:bold;
}
.page_business .fee_flex.pdf .old a::first-letter {
color:#03A9F4;	
}
@media screen and (max-width: 900px) {
	.page_business .fee_flex{
		display:block;
		width:100%;
	}	
.page_business .fee_flex li {
    width: 100%;
}
.page_business .fee_flex.pdf a {
    margin-bottom: 3%;
}
.page_business .fee_flex li .btn_entry {
	padding: 2%;
    margin-bottom: 3%;
	}
}