@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;
}
.txt_small{
	font-size:1.2em;
}
/*------------------------*/
/*  font/*
/*------------------------*/
.ly_cont_h2txt{
	letter-spacing:0.2rem;
	line-height: 4rem;
	margin-bottom:30px;
	color:#233477;
	font-size:2.5rem;
}
.txt_btmBlank05{
	margin-bottom:0.5%;
}
.txt_btmBlank2{
	margin-bottom:2%;
}
.txt_btmBlank1{
	margin-bottom:1%;
}
.txt_btmBlank3{
	margin-bottom:3%;
}
.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;
	}	
}
/* =========================
  reCapcha
========================= */
.grecaptcha-badge { visibility: hidden; }
.recaptcha {
	margin: 15px 0 15px;
	font-size: 0.875rem;
	text-align: center;
	color: #ffffff;
}
.recaptcha a {
	margin: 0 5px;
	text-decoration: underline;
	color: white;
}
.txt_recaptcha {
    padding: 0 10px 15px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #5e5d5c;
    line-height: 1.6em;
}
.txt_recaptcha a{
	text-decoration:underline;
}
@media screen and (max-width: 767px) {
	.recaptcha {
		text-align: left;
	}
}
/* =========================
  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: 40%;
}
.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: #db0700;
}
.headerTop .logo a .txt_taimen {
color: white;
    background: #072466;
    padding: 0 3%;
    border-radius: 5px;
    font-size: 0.8em;
    margin: 0 0 0 3%;
    line-height: 0;
	color:#e1297d;
	background:#ffdee4;
}
.headerTop .top_nav{
	display: flex;
    justify-content: flex-start;
}
.menuList {
display: flex;
justify-content:center;
	background:#db0700;
}
.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;
	font-weight:bold;
}
.menuList_item a:hover{
	color:#072466;
}
footer .menuList{
	background:#1f2963;
}
footer .menuList .menuList_item a:hover{
	color:white;
}
@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: 70%;
    }
}
@media screen and (max-width: 1010px) {
    .headerTop .logo {
        width: 60%;
    }
	.headerTop .logo a{
		margin-left:0;
	}
}
@media screen and (max-width: 990px) {
    .headerTop .logo {
        width:50%;
    }	
}
@media screen and (max-width: 770px) {
	footer .menuList{
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.menuList{
		display:block;
	}
}
/*--- grobalNav ---*/
.grobalNav {
  margin-top: 0;
	z-index:5;
}
.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.online{
    width: 30%;	
}
.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.btn_online{
border:1px solid #ccefff;
color: #072466;
    background: #ccefff;
}
.menuList_top .menuList_item_top a.btn_online:hover{
	background:	#072466;
	color:white;
}
.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: 1370px) {
.menuList_top .menuList_item_top.online{
    width: 35%;	
}
}
@media screen and (max-width: 1250px) {
.headerTop .logo a {
	margin-top: 0;
	}
	.menuList_top{
		width:100%;
	}
	.menuList_top .menuList_item_top{
		width:35%;
	}
.menuList_top .menuList_item_top.online{
    width: 50%;	
}
.headerTop .top_nav {
    align-items: center;
}
}
@media screen and (max-width: 1200px) {	
	.menuList_top .menuList_item_top.online {
        width: 60%;
    }
    .menuList_top .menuList_item_top {
        width: 45%;
    }
}
@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: 990px) {
.menuList_top .menuList_item_top a {
    font-size: 15px;
    padding: 4% 0;
}
.menuList_top .menuList_item_top.online{
    width: 50%;	
}
}
@media screen and (max-width: 965px) {	
.headerNav{
	display:none;
}
	.menuList_top{
		display:none;
	}
	.headerTop{
position: fixed;
    width: 100%;
    background: #db0700;		
	}
.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: 585px) {
  .headerInner {
    padding:0;
  }
	.headerTop .logo a{
		font-size: 20px;
		        padding: 2% 0;
	}
}
@media screen and (max-width: 467px) {
	.headerTop .logo {
        width: 60%;
    }
}
/*------------------------*/
/*  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;
}
}
@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%;
	bottom:6%;
	width:20%;
}
.ly_topImg ul a{
    display: block;
    background: #ff7200;
    color: white;
    padding: 4% 2%;
    text-align: center;
    font-weight: bold;
    height: 4.1em;
    font-size: 22px;
    transition: all .3s 
ease 0s;
    border-radius: 5px;
    border: 2px solid white;
    line-height: 1.4em;
}
.ly_topImg ul a .fas{
	margin-left:1%;
}
.ly_topImg ul a:hover{
	background:#da5400;
}
.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:#db0700;
}
.bl_topImg_title h1 span.txt_taimen{
color: white;
    background:#072466;
    padding: 0 1%;
    border-radius: 10px;
    font-size: 0.8em;
    margin: 0 0 0 1%;
    line-height: 0;
	text-shadow:none;
color: #e1297d;
    background: #ffdee4;
}
.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;
}
.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_topImg_title h1 span.txt_taimen{
	border: 2px solid #e1297d;	
	}
.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;
}
	.ly_topImg ul li{
		width:50%;
		margin:0 1%;
	}
	.ly_topImg ul a{
        height: auto;
        padding: 3% 2% 2%;
        margin-bottom:10%;
        display: block;
	}
	.bl_topImgBox_item h3{
		font-size:18px;
	}
	.ly_topImg img{
		display:none;
	}	
	.ly_topImg ul a span{
		margin-top:2%;
	}
.ly_topImg {
background: url(./images/top-backiMV.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 h4 {
        margin-top: 14%;
    }
.ly_topImg ul a {
        padding: 3%;
    }
}

@media screen and (max-width:850px){
.bl_topImg_title h1 {
        font-size: 50px;
    }
	.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;
    }
}
@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_taimen {
    color: #072466;
    background: transparent;
    padding: 1%;
    border-radius: 5px;
    font-size: 1em;
    margin: 1% auto 2%;
    line-height: 1em;
    display: block;
    font-weight: bold;
	border:none;
}	
.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_taimen{
		        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 h2{
	text-align:center;
	margin-bottom:2%;
}
/*記事一覧*/
.top_news .bl_flexBox_min{
width: 85%;
    margin: 0 auto;
    background: white;
    padding: 3%;
	border-radius:5px;
}
.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:#db0700;
}
/*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 {
    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;
}
/* 派遣元責任者講習とはボタン*/
.top_about a{
    width: 30%;
    display: block;
    padding: 10px;
    border: solid 1px #222;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
letter-spacing: 0.15rem;
transition: all .3s 
ease 0s;
}
.top_about a:hover{
	background:#fff2f1;
}
.top_about a .fas{
	margin-left:1%;
}
/* アンダーライン*/
.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: 1200px) {
	.top_about a{
		width: 60%;
    padding: 20px;
	}
}
@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: 900px) {
	.top_about .ly_cont p .underline-before{
		background:none;
		font-size: 17px;
		text-decoration:underline;
	}
}
@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;
}
}
@media screen and (max-width: 485px) {
	.top_about a {
        width: 90%;
}
}
/*------------------------*/
/* 2. 開催日程*/
/*------------------------*/
.top_schedule{
	text-align:center;
	background: #fff2f1;
}
.top_schedule .top_btnBox{
	margin:4% auto 2%;
}
/*------------------------*/
/* 2.開催日程内　横長ボタン*/
/*------------------------*/
.top_btnBox a {
display: block;
    background: #ff7200;
    color: white;
    padding: 2% 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s 
ease 0s;
    width: 60%;
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #8c8c8c;
    margin: 0 auto;
}
.top_btnBox a:hover{
	background:#da5400;
}
.top_btnBox a .fas{
	margin-left:1%;
}
@media screen and (max-width: 700px) {
	.top_btnBox a{
		width:100%;
	}
}
@media screen and (max-width: 690px) {
.top_btnAll .top_btnAll_box a{
		width: 95%;
    margin: 0 auto 3%;
	    box-shadow:none;
	}
}
/*------------------------*/
/* 3 .申し込み手順と本人確認について*/
/*------------------------*/
.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: #fff2f1;
    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%;
}
.top_flow .bl_flexBox .bl_flexBox_item.top p{
    margin-bottom: 16%;
    margin-top: 10%;	
}
.top_flow .bl_flexBox .bl_flexBox_item.sec{
	width:40%;
}
.top_flow .bl_flexBox .bl_flexBox_item ul li {
    border: 2px solid #1f2963;
    padding: 2%;
    margin: 2%;
    border-radius: 5px;
}
.top_flow .bl_flexBox .bl_flexBox_item ul li .number {
    text-align: center;
    background: aliceblue;
    color: #1f2963;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3%;
}
.top_flow .bl_flexBox .bl_flexBox_item ul li p{
	line-height: 1.6em;
}
.top_flow .bl_flexBox .bl_flexBox_item ul li p span {
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    text-indent: -1em;
    text-align: center;
    margin-top: 3%;
}
/*横向き→*/
.bl_flexBox_item.arrow{
	width:5%;
	text-align:center;
	background:transparent!important;
	position:relative;
}
.bl_flexBox_item.arrow .fas{
	font-size:1.5em;
	 font-size: 3em;
    color: white;
    position: absolute;
    top: 45%;
    width: 100%;
}
/*受講申し込みボタン*/
.top_flow .bl_flexBox .bl_flexBox_item a{
display: block;
    background:#ff7200;
    color: white;
    padding: 5% 2%;
    text-align: center;
    font-weight: bold;
    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:#da5400;
}
.top_flow .bl_flexBox .bl_flexBox_item a .fas{
	margin-left:2%;
}
/*お振込み先ボタン*/
.top_flow .bl_flexBox .bl_flexBox_item a.btn_fee{
	background:#03A9F4;
}
.top_flow .bl_flexBox .bl_flexBox_item a.btn_fee:hover{
	background:#0985be;
}
@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 .circle_number{
	font-size: 16px;
	}	
}
@media screen and (max-width:1127px){
	.top_flow .bl_flexBox{
		display:block;
	}
	.top_flow .bl_flexBox .bl_flexBox_item{
		width:100%;	
	}
.top_flow .bl_flexBox .bl_flexBox_item.sec {
    width: 100%;
        margin-top: 3%;
}
	.top_flow .bl_flexBox .bl_flexBox_item.sec p br{
		display:none;
	}
    .top_flow p {
        font-size: 16px;
    }
	.top_flow .bl_flexBox .bl_flexBox_item.arrow{
		display:none;
	}
.top_flow .bl_flexBox .bl_flexBox_item a {
    padding: 2%;
	height: auto;
	}
	.top_flow .bl_flexBox .bl_flexBox_item a br{
		display:none;
	}
	.top_flow p .txt_red br{
		display:none;
	}
.top_flow .bl_flexBox .bl_flexBox_item.top p {
    margin-bottom: 2%;
    margin-top: 0;
}
.top_flow .bl_flexBox .bl_flexBox_item ul li p span {
    margin-top: 1%;
}
}
/*------------------------*/
/* 4 .会員登録*/
/*------------------------*/
.top_member h2{
	text-align:center;
	margin-bottom:4%;
}
.top_member ul {
    margin: 4% auto;
    text-align: center;
}
.top_member ul li {
display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
.top_member .txt_through {
    text-decoration: line-through;
	color: #2c2c2c;
}
.top_member .txt_price{
font-size: 2.8rem;
    color: #db0700;
    margin-left: 10px;
}
.top_member .txt_price .txt_tax{
	font-size:0.6em;
    text-decoration:none;
    margin-left: 5px;
}
.top_member .txt_price .txt_tax.txt_black{
	color: #2c2c2c;
}
/*矢印*/
.top_member li.icon_arrow {
width: 7%;
    margin: 0 auto;
    text-align: center;
    margin-right: 2%;
}
.top_member li.icon_arrow .arrow {
    display: inline-block;
    height: 15px;
    width: 25px;
    background-color: #db0700;
    position: relative;
    top: 0;
    left: 0;
}
.top_member li.icon_arrow .arrow:before {
position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left: 25px solid #db0700;
    left: 25px;
    top: -9px;
}
.top_member hr{
	margin-bottom:2%;
	border-top: 1px dotted #aaa;
}
/*注意事項*/
.top_member ol{
	margin-bottom:3%;
}
.top_member ol li a{
	text-decoration:underline;
}
/*登録ボタン・会員検索ボタン*/
.top_member .top_btnBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-evenly;
}
.top_member .top_btnBox a {
    width: 40%;
    color: #1f2963;
    background: white;
    border: 1.5px solid #1f2963;
    display: block;
    padding: 2% 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s 
ease 0s;
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #8c8c8c;
    margin: 0 auto;
}
.top_member .top_btnBox a:hover{
	background:aliceblue;
}
.top_member .top_btnBox a:first-child {
    padding-top: 3%;
    background: #1f2963;
    color: white;
}
.top_member .top_btnBox a:first-child:hover{
	background:white;
	color:#1f2963;
}
.top_member .top_btnBox a span {
    font-size: 0.8em;
}
/*会員検索*/
.top_member .companySearch{
	border: 1.5px solid #1f2963;
    text-align: center;
    padding-bottom: 2%;
    width: 95%;
    margin: 5% auto 0;
}
.top_member .companySearch h3{
    font-size: 24px;
    font-weight: bold;
    color: #1f2963;
    margin-bottom: 2%;
    letter-spacing: 0.05em;
    background: aliceblue;
    padding: 0.5% 0;
}
.top_member .companySearch .txt_center {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 2%;
}
form{
	font-size:16px;
}
input, textarea, select {
    font-family: inherit;
    vertical-align: middle;
    font-family: inherit;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 16px;
    padding: 0.5%;
    text-align: left;
}
input[type="submit"] {
    cursor: pointer;
    background: #1f2963;
    color: white;
    padding: 0.5% 2%;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s 
ease;
}
@media screen and (max-width:1200px){
.top_member .companySearch .system{
		    margin: 2% 10%;
	text-align: left;
	}
.top_member .companySearch input{
display: block;
        width: 100%;
        margin-top: 1%;
	margin-bottom:2%;
	padding:1%;
}
.top_member .companySearch input[type="submit"] {
	width:60%;
	padding:1%;
	margin:0 auto;
	text-align: center;
	}
}
@media screen and (max-width:1170px){
.top_member .top_btnBox a {
	width: 48%;
	}
	.top_member .companySearch .txt_center{
		padding:0 2%;
	}
	.top_member .companySearch h3{
		padding: 1% 0;
	}
}
@media screen and (max-width:1000px){
	.top_member ol li{
		margin-bottom:1%;
	}
	.top_member .top_btnBox{
		display:block;
	}
    .top_member .top_btnBox a {
        width: 70%;
    }
.top_member .top_btnBox a:first-child {
    padding-top: 2%;
    margin-bottom: 2%;
}
}
@media screen and (max-width:900px){
    .top_member .top_btnBox a {
        width: 100%;
    }
	.top_member .companySearch{
        width: 100%;		
	}
    .top_member .companySearch .system {
		margin: 2%;
	}
    .top_member .companySearch input[type="submit"] {
        width: 100%;
        margin: 0 auto 4%;
    }
}
@media screen and (max-width:850px){
	.top_member ul li{
		display:block;
	}
.top_member li.icon_arrow {
    width: 100%;
    margin-right:0;
    transform: rotate(90deg);
	        margin-top: 20px;
}
	.top_member ul li.right{
		    margin-top: 50px;
	}
}
/*------------------------*/
/* 5. 受講料・お支払いについて*/
/*------------------------*/
.top_fee{
text-align:center;
	background:#fff2f1;
}
.top_fee .fee_flex{
    margin: 5% auto;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
    justify-content:center;
	background:white;
	padding: 5% 0;
}
.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;
}
.top_fee .fee_flex li p span.fee_member{
	background:#03A9F4;
}
/*受講料の振込先・返金対応について*/
.top_fee .ly_feeMore{
    background: white;
    padding: 3%;
    text-align: left;
	margin-bottom: 5%;
}
.top_fee .ly_feeMore h3{
font-size: 24px;
    font-weight: bold;
    color: #1f2963;
    margin-bottom: 5%;
	letter-spacing: 0.05em;
}
.top_fee .ly_feeMore h4{
    text-align: center;
    background: #f0f0f0;
    padding: 10px;
    margin: 0 0 25px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
/*振込先*/
.top_fee .ly_feeMore .ly_feeMoreMin{
	margin-top:4%;
}
.top_fee .ly_feeMore .ly_feeMoreMin p{
line-height: 1.7em;
}
.top_fee .underline-before {
background: linear-gradient(#db0729, #db0729) 0 100% / 0 2px no-repeat;
transition: background 1s;
text-decoration: none;
}
.top_fee .underline-after {
    background-size: 100% 2px;
}
.wid-80{
	width: 80%;
	margin:0 auto;
}
.top_fee .box_feeMoreMin{
border: solid 1px #2c2c2c;
    background: white;
    margin: 5% auto 2%;
    padding: 2%;
}
.top_fee .box_feeMoreMin h5{
    padding: 4px 9px;
    font-size: 16px;
    background: #f0f0f0;
    letter-spacing: 0.2em;
    margin-bottom: 1%;
    font-weight: bold;
}
/*ご注意BOX*/
.anno_box {
    position: relative;
    padding: 1em;
    border: solid 2px #ff0000;
    background: white;
	width: 80%;
    margin: 6% auto 0;
}
.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;
}
/*講義内容・タイムテーブルはこちらボタン*/
.top_fee .btn_entry{
	background:#1f2963;
border: 1.5px solid #1f2963;
}
.top_fee .btn_entry:hover{
	background:white;
	color:#1f2963;
}
@media screen and (max-width: 1200px) {
	.wid-80{
	width:100%;
	}
}
@media screen and (max-width: 1100px) {
	.top_fee .underline-before{
	background: none;
	        text-decoration: underline;
	}
	.anno_box{
		width:100%;
		padding: 1.5em
	}
}
@media screen and (max-width:1000px) {
	.top_fee .fee_flex li{
		width:40%;
	}
}
@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:last-child{
        margin-bottom:0;
	}
.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;
	}
}
/* =========================
  footer
========================= */
footer{
	background:#FAF8F5;
}
.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:#db0700;
}
.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:#fff2f1;
  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:#db0700;
}
@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 #ff74a3;
    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%;
}
}
/*------------------------*/
/* 【固定ページ】 講義内容・タイムテーブル*/
/*------------------------*/
.page_lecture h2{
    font-size: 25px;
    font-weight: bold;
    color: #1f2963;
    margin-bottom: 4%;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 2px solid;
    line-height: 2.5em;
}
.page_lecture section{
	margin-bottom:7%;
}
.page_lecture section:last-child{
	margin-bottom:0;	
}
.page_lecture .wid-80{
	width:80%;
	margin:0 auto;
}
/*講義内容*/
.ly_lectureContent .list-12 {
    list-style-type: none;
width:65%;
	margin:0 auto 4%;
}

.ly_lectureContent .list-12 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .5em 1.5em;
}

.ly_lectureContent .list-12 li::before,
.ly_lectureContent .list-12 li::after {
    position: absolute;
    content: '';
}

.ly_lectureContent .list-12 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2589d0;
}

.ly_lectureContent .list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*テキストについて*/
.ly_text ul{
	    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.ly_text ul li{
	width:45%;
	text-align:center;
	margin:1%;
}
.ly_text ul li a{
	display:block;
    transition: all .3s ease 0s;
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #8c8c8c;
	color: #1f2963;
    background: white;
    border: 1.5px solid #1f2963;
	padding: 2%;
}
.ly_text ul li a:hover{
	background:aliceblue;
}
.ly_text ul li a span{
	font-weight:bold;
}
/*タイムテーブル*/
.ly_timetable table.wid-80{
    border-collapse: collapse;
	margin-bottom:4%;
}
.ly_timetable table th,.ly_timetable table td {
    padding: 12px;
    border: 1px solid #999;
}
.ly_timetable table th {
    background-color: #1f2963;
    text-align: center;
    width: 30%;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}
.ly_timetable table td {
    background: #fff;
    text-align: left;
}
.ly_timetable table td.gray{
	background:#f0f0f0;
}
.ly_timetable table td .icon_check{
margin-left: 1%;
    padding: 0.5% 2%;
    border-radius: 5px;
border: 2px solid #009688;
    color: #009688;
	font-weight:bold;
}
.ly_timetable table td .icon_certificate{
margin-left: 1%;
    padding: 0.5% 2%;
    border-radius: 5px;
border: 2px solid #2196F3;
    color: #2196F3;
	font-weight:bold;
}
/*受講者本人確認について*/
.ly_check .anno_box .box-title{
    background: #2589d0;
	letter-spacing:0.05em;
}
.ly_check .anno_box{
	border: solid 2px #2589d0;
}
@media screen and (max-width: 1200px) {
	.page_lecture .wid-80 {
    width: 100%;
}
}
@media screen and (max-width: 1022px) {
.page_lecture .ly_text ul {
    display: block;
	}
.ly_text ul li {
    width: 55%;
    margin: 2% auto;
}
	}
@media screen and (max-width: 950px) {
.ly_timetable table td{
	line-height:2em;
}
}
    @media screen and (max-width: 700px) {
        .ly_text ul li {
            width: 100%;
            margin: 3% auto;
        }
    }
@media screen and (max-width: 600px) {
.ly_timetable table td .icon_certificate,.ly_timetable table td .icon_check{
	display:block;
	        text-align: center;
}
.page_lecture h2 {
	font-size: 20px;
	}
}
/*------------------------*/
/* 【固定ページ】申込時自動返信メール*/
/*------------------------*/
.page_confirmation .ly_mailBox{
    border: solid 1px #2c2c2c;
    margin: 5% auto 2%;
    padding: 2%;
	width:80%;
}
.page_confirmation .ly_mailBox  a{
	color:blue;
}
@media screen and (max-width: 800px) {
.page_confirmation .ly_mailBox{
	width:100%;
}	
}
/*------------------------*/
/* 【固定ページ】会員登録フォーム*/
/*------------------------*/
/*Contact form7 */
.page_member .form{
	margin-bottom:3%;
}
.page_member .form label {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin-right: 10px;
}
.page_member .form hr{
	margin-bottom:2%;
}
.formTxt_his {
    background: #ff6347;
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.85em;
}
.formTxt_ex {
    color: #666;
	margin-left:10px;
}
.form-box{
	    width: 95%;
    margin: 0 auto;
}
.form-box.ly_privacypolicy{
	    width:100%;	
}
.form-box.ly_privacypolicy li{
	margin-bottom:0;
}
.form-box li{
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 5%;
	margin-bottom: 30px;
}
.form-box li:nth-child(even){
    margin-right: 0;
}
.form-boxLong{
	width: 95%;
    margin: 10px auto 30px;
}
.form_item {
    margin-bottom: 10px;
}
.wpcf7-list-item-label,.form label {
    vertical-align: middle;
}
.form label {
    border: 1px solid #999;
    border-radius: 5px;
    padding:5px 30px 5px 30px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
	margin-right:10px;
}
.wpcf7-form-control.textarea{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px black;
}
.wpcf7-list-item {
    margin: 0!important;
}
.form select {
    width: 100%;
}
/*送信ボタン*/
.form .transmission{
	text-align:center;
	margin-top:2%;
}
.form .transmission input[type="submit"] {
	padding: 1% 10%;
}

@media screen and (max-width: 1180px) {
.form-box li {
    display: block;
width:100%;
}
}
/*------------------------*/
/* 【固定ページ】講師紹介*/
/*------------------------*/
.page_instructor h2{
    color: #1f2963;
    margin-top: 5%;
    background: #fff2f1;
    font-size: 18px;
    padding: 7px 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	border-left: solid 7px #1f2963;
	}
	.page_instructor .box_instructor{
border: solid 1px #1f2963;
    padding: 15px;
    margin-bottom: 20px;	
	}
/*上部プロフィール*/
.page_instructor .topProfile{
	display:flex;
}
	.page_instructor .topProfile li{
    width: 10%;
}
	.page_instructor .topProfile li.right {
    width: 90%;
}
	.page_instructor .topProfile li.right .name {
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 4px;
    border-bottom:dotted 2px #9599af;
		    margin-bottom: 7px;
}
	.page_instructor .box_instructor .career {
    margin-top: 10px;
    border-top: 1px solid #b6b9ce;
    padding-top: 10px;
    font-size: 16px;
		letter-spacing:0.05em;
}
@media screen and (max-width: 900px) {
.page_instructor .topProfile li {
    margin-right: 2%;
}	
}
@media screen and (max-width: 700px) {
.page_instructor .topProfile li {
    width: 20%;
    margin-right: 0;
}
}
@media screen and (max-width: 511px) {
    .page_instructor .topProfile li {
        margin-right: 3%;
    }
}