@charset "utf-8";
/*
Theme Name:外国人雇用労務責任者講習（オンライン講習）
Theme URI:https://g-jinzai-shien.soumu-madoguchi.co.jp/
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
*/
/* ======================================================
/*            ++ メイン画像 ++
   ====================================================== */
#main-img_frame {
    position: relative;
    overflow: hidden;
}

#main-img_frame::after {
    background: #d6e8e3;
    width: 100%;
    height: 35%;
    bottom: 2%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    opacity: .45;
}

#main-img {
    position: relative;
    z-index: 1;
    margin: 100px 70px 30px;
}

#main-img img {
    display: block;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 15px #c9c9c9;
}
#main-img #top-title {
    position: absolute;
    width: 92%;
    top: 59%;
    left: 8%;
    color: #444480;
    z-index: 10;
    transform: translateY(-50%);
    margin-top: -30px;
}
#main-img #top-title h2 {
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #2B2B2B;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#main-img #top-title h2 span {
	display: block;
    color: #29B988;
    letter-spacing: 0.1em;
}

#main-img #top-title .cc {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: .2em;
    color: #ffffff;
    padding: 2px 5px 2px 10px;
    margin: 1% 0 0 0;
    background: #2258b5;
    display: inline-block;
}

#main-img img.mo {
	display: none;
}
.deco {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
	z-index: 2;
}

.inductionBtn {
    position: absolute;
    right: 2%;
    bottom: 5%;
    width: 19%;
    z-index: 50;
}

.inductionBtn p {
	
}

.inductionBtn p a {
    background: linear-gradient(329deg, #2258b5, #2d65c5);
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 10%;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inductionBtn p a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #47d6a5, #ff5a5a00);
    position: absolute;
    left: -100%;
    top: 0;
    transition: .4s;
    z-index: -1;
}

.inductionBtn p a:hover::before {
  left: 0;
}

.inductionBtn p a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
}

.inductionBtn p a span i {
    padding: 0 7px 0 0;
    font-size: 21px;
}

@media screen and (min-width: 2000px){
	#main-img #top-title h2 {
		font-size: 3vw;
	}
#main-img #top-title .cc {
		font-size: 1.25vw;
	}
	.deco {
		bottom: -5px;
	}
}
@media screen and (max-width: 1290px){
    .inductionBtn {
        width: 19%;
    }
    .inductionBtn p a span {
        font-size: 1.5vw;
    }
    .inductionBtn p a {
        font-size: 1.2vw;
    }
    .inductionBtn p a span i {
        display: none;
    }
}
@media screen and (max-width: 1223px){
    #main-img #top-title h2 {
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 1098px){
	#main-img #top-title h2 {
    	font-size: 2.25rem;
	}
    #main-img {
        margin: 100px 20px 30px;
    }
}
@media screen and (max-width: 1023px){
	#main-img #top-title {
    	left: 5%;
    	margin-top: -16px;
	}
	#main-img #top-title .cc {
    	font-size: 1.0625rem;
    	letter-spacing: .1em;
	}
    .inductionBtn {
        width: 23%;
    }
    .inductionBtn p a span {
        font-size: 1.1rem;
    }
    .inductionBtn p a {
        padding: 5%;
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 980px) {
    #main-img #top-title h2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px){
	#main-img img.mo {
		display: block;
	}
	#main-img img.pc {
		display: none;
	}
	#main-img {
		margin: 60px 0 0;
	}
	#main-img #top-title {
    	width: 100%;
    	top: 15%;
    	left: 0;
    	transform: translateY(-15%);
    	text-align: center;
    	margin-top: 0;
	}
	#main-img #top-title h2 {
    	font-size: 2rem;
    	line-height: 1.4em;
	}
	#main-img #top-title h2 span,
	#main-img #top-title .cc,
	#main-img #top-title .cc span {
		letter-spacing: .1em;
	}
    .inductionBtn {
        width: 40%;
    }
    .inductionBtn p a span {
        font-size: 0.9rem;
    }
    .inductionBtn p a {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 340px){
	#main-img #top-title h2 {
    	font-size: 1.75rem;
	}
}
/* ======================================================
/*                ++ お知らせ ++
   ====================================================== */
#info {
    padding: 20px 0 60px;
    background: #ffffff;
}

#info .sec-title {
    margin: 0 0 20px;
}

#info ul.parts {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

#info ul.parts li {
	display: inline-block;
	vertical-align: middle;
}

#info ul.parts li.category {
	width:16%;
}

#info ul.parts li.category span {
	display: inline-block;
	border: .5px solid #29B988;
	font-size: .85em;
    padding: 3px 5px 1px;
    text-align: center;
	color: #29B988;
	background: #fff;
}

#info ul.parts li.date {
	width: 16%;
}

#info ul.parts li.date p {
	font-size:.9375em;
	letter-spacing: .1em;
}

#info ul.parts li.title {
	width:68%;
}

#info .more {
	margin: 50px auto 0;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#info {
		padding: 50px 0;
	}
}
@media screen and (max-width: 767px){
	#info {
		padding: 30px 0;
	}
	#info .box {
    	margin: 15px 0 0;
	}
	#info ul.parts {
    	padding: 15px 0 10px;
	}
	#info ul.parts li.category {
    	width: 30%;
	}
	#info ul.parts li.date {
    	width: 70%;
		margin: 0;
	}
	#info ul.parts li:last-child {
    	display: block;
		width: 100%;
		margin: 5px 0 0;
	}
	#info ul.parts li.title h2 {
		font-weight: bold;
	}
	#info .more {
    	margin: 30px auto 0;
	}
	#info .more a {
		padding: 12px 60px;
	}
}

/* ======================================================
/*                ++ レゼルバ誘導 ++
   ====================================================== */
#reserva {
	
}

#reserva .reserva-link {
    width: 80%;
    margin: 70px auto 80px;
    background: #fefefe;
    padding: 5%;
    border-radius: 30px;
    border: 5px solid #29B988;
    background-image: url(/wp-content/themes/mytheme/images/reserva_bunner02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    position: relative;
    background-position: right;
}

#reserva .reserva-link .el_em-title {
	
}

#reserva .reserva-link .el_em-title span {
	font-weight: bold;
    color: #29B988;
}

#reserva .reserva-link .el_title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin: 1% 0 0 0;
}

#reserva .reserva-link .el_title span {
    display: block;
    color: #29B988;
    font-size: 3rem;
    letter-spacing: 0.05em;
}

#reserva .reserva-link .el_btn__enter a {
    display: block;
    padding: 15px;
    font-weight: 800;
    text-align: center;
    transition: .5s;
    border-radius: 50px;
    margin: 2% auto 0 0;
    letter-spacing: .1em;
    width: 35%;
    background: #29B988;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    transition: .2s;
    position: relative;
}

#reserva .reserva-link .el_btn__enter.el_btn__enter_login a{
	background: #ffaf17;
}

#reserva .reserva-link .el_btn__enter.el_btn__enter_login a span {
    color: #333333;
    display: block;
    background: #fff;
    border-radius: 40px;
    margin: 0 0 10px 0;
    width: 95%;
    padding: 3px 5px;
    margin: 0 auto 5px;
    font-size: 14px;
    font-weight: 800;
}

#reserva .reserva-link .el_btn__enter a i {
    padding: 0 0 0 7px;
}

#reserva .reserva-link .el_btn__enter a:hover {
    background: #FFF700;
    color: #000000;
    transition: .2s;
}

#reserva .el_pop {
    position: absolute;
    background: yellow;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: #149166;
    bottom: 15%;
    left: 39%;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px){
    #reserva .el_pop {
        left: 430px;
    }
    #reserva .reserva-link .el_btn__enter a {
        width: 290px;
    }
}

@media screen and (max-width: 800px){
    #reserva .reserva-link .el_title {
        font-size: 1.5rem;
    }
    #reserva .reserva-link .el_title span {
        font-size: 2rem;
    }
    #reserva .el_pop {
        width: 90px;
        height: 90px;
        font-size: 1rem;
        bottom: 14%;
        left: 60%;
    }
    #reserva .reserva-link .el_btn__enter a {
        width: 55%;
        font-size: 15px;
    }
}

@media screen and (max-width: 675px){
    #reserva .reserva-link .el_btn__enter.el_btn__enter_login a span {
        font-size: 11px;
    }
    #reserva .reserva-link .el_btn__enter a {
        width: 63%;
    }
    #reserva .el_pop {
        left: 66%;
    }
}

@media screen and (max-width: 550px) {
    #reserva .reserva-link .el_btn__enter.el_btn__enter_login a span {
        font-size: 14px;
    }
    #reserva .reserva-link .el_btn__enter a {
        width: 100%;
        margin: 5% auto 0 0;
    }
    #reserva .el_pop {
        bottom: auto;
        right: -7%;
        left: auto;
        top: -18%;
    }
    #reserva .reserva-link {
        background-image: none;
	}
    #reserva .reserva-link .el_title span {
        font-size: 23px;
    }
    #reserva .reserva-link .el_title {
        font-size: 18px;
        margin: 3% 0 0 0;
    }
    #reserva .reserva-link .el_em-title {
        font-size: 13px;
    }
    #reserva .el_pop {
        bottom: auto;
        right: -3%;
        left: auto;
        top: -24%;
        font-size: 3.5vw;
    }
    #reserva .reserva-link {
        width: 90%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    #reserva .el_pop {
        width: 75px;
        height: 75px;
    }
}

/* ======================================================
/*                ++ 講習会について ++
   ====================================================== */
#about {
    background: #f0f7f5;
    padding: 70px 0 10px;
}

#about section:not(:last-of-type) {
	margin: 0 0 100px;
}

#about .sub-title {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 30px 0;
    color: #29B988;
}

#about .slash {
    margin: 5% 0 0 0;
}

.box-cont .inner {
	max-width:1020px;
	margin: 0 auto;
}

#about .sec-1 .desc {
	margin: 0 0 16px;
}

#about .sec-1 .notes {
	margin: 16px 0 0;
	font-size: .875rem;
    line-height: 1.4;
}

#about .about_txtBox {
    background: #fff;
    padding: 5%;
    border-radius: 30px;
    margin: 0 auto 5%;
}

#about .sec-1 .notes span {
	margin-left: 14px;
}

#about .sec-2 .desc {
	text-align: center;
	margin: 0 0 16px;
}

#about .sec-3 ul:not(:first-of-type) {
	margin: 40px 0 0;
}

#about .sec-3 ul li:first-child img {
    box-shadow: 0 5px 20px -6px rgb(25 25 25 / 30%);
}

#about .sec-3 ul li h3{
    position: relative;
    margin: 18px 0 16px;
	border-bottom: dotted 2px #999;
    padding: 0 0 14px;
    display: inline-block;
}

#about .sec-3 ul li h3 span.ja {
	font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
	display: inline-block;
}

#about .sec-3 ul li h3 span.en {
	font-size: .875rem;
    letter-spacing: .15em;
	display: inline-block;
	margin-left: 14px;
}
#about .sec-3 ul li h3:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #333;
    position: absolute;
	top: 12px;
    width: 100px;
    left: -120px;
}
#about .sec-3 ul li .sent,
#about .sec-3 ul li .sent span {
	letter-spacing: .15em;
	font-weight: bold;
    line-height: 1.5em;
}
#about .sec-3 ul li .box {
	margin: 24px 0 0;
}
#about .sec-3 ul li .box h4 {
	writing-mode: vertical-lr;
    padding: 5px 20px 5px 0;
    letter-spacing: .3em;
    font-size: 1.1375rem;
    border-right: 1px solid #5b5b5b;
    font-weight: bold;
    margin: 0 3% 0 0;
	display: inline-block;
	width: 6%;
}
#about .sec-3 ul li .box > div {
	line-height: 1.6em;
	display: inline-block;
    width: 91%;
}
#about .desc,
#about .note {
	line-height: 1.6em;
}
#about .note {
	margin:16px 0;
}
#about .link-text {
    line-height: 2em;	
	margin: 10px 0 0;
	font-size: .875rem;
}
#about .mark-circle {
    margin: 0 0 0 10px;	
}
#about h4 {
	margin: 16px 0 4px;
}
#about .list li {
	margin-bottom: 3px;
}
#about .list li .asterisk {
	position: relative;
	display: inline-block;
}
#about .list li .asterisk span {
	vertical-align: top;
}
#about .list li .asterisk span.mark {
	font-size: .75rem;
	margin-left: 2px;
}

#about ul.bl_methodBtn {
    display: flex;
    margin: 3% 0 0;
}

#about ul.bl_methodBtn li {
    width: 50%;
    background: linear-gradient(329deg, #29B988, #2ac48f);
    margin: 0 3% 0 0;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 100px;
}

#about ul.bl_methodBtn li:last-child {
    background: linear-gradient(324deg, #2258b5, #386dc8);
    margin: 0;
}

#about ul.bl_methodBtn li a {
    color: #fff;
    display: block;
    padding: 4%;
}

#about ul.bl_methodBtn li i {
    padding: 0 10px 0 0;
}

@media screen and (max-width: 1023px){
	#about section:not(:last-of-type) {
    	margin: 0 0 50px;
	}
}
@media screen and (max-width: 767px){
	#about .sec-1 ul li {
		width: 100%;
		display: block;
		margin: 0;
	}
	#about .sec-1 ul li img {
		display: block;
		width: 70%;
		margin: 0 auto 20px;
	}
	#about table.type-01 th,
	#about table.type-01 td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	#about table.type-01 {
		border-bottom: 1px solid #dcdcdc;
	}
	#about .sec-3 ul li:first-child {
		display: none;
	}
	#about .sec-3 ul li {
		display: block;
		width: 100%;
	}
	#about .sec-3 ul li img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#about .sec-3 ul li h3 {
		text-align: center;
    	width: 80%;
    	margin: 15px auto;
    	display: block;
	}
	#about .sec-3 ul li .box {
    	margin: 14px 0 0;
	}
	#about .sec-3 ul li .box h4 {
		width: 8%;
	}
	#about .sec-3 ul li .box > div {
    	width: 89%;
	}
	#about .sec-3 ul li h3:before {
    	content: none;
	}
	#about .sec-3 ul li .sent {
		text-align: center;
	}
	#about .sec-1 .notes span {
		margin-left: 0;
	}
	#about .mark-circle {
    	margin: 0 0 0 2px;
	}
	#about .mark-circle::before {
		left: 4px;
	}
	#about h4 {
    	margin: 16px 0 4px -7px;
	}
    #about ul.bl_methodBtn li {
        font-size: 1rem;
    }
    #about ul.bl_methodBtn {
        display: flex;
        flex-direction: column;
    }
    #about ul.bl_methodBtn li {
        width: 100%;
        margin: 0 0 3% 0;
    }
    #about .sub-title {
        font-size: 1.2em;
        margin: 0 0 10px 0;
    }
}

/* ======================================================
/*                ++講習タイムテーブル ++
   ====================================================== */
#timetable {
    padding: 70px 0;
    background: #dfefeb;
}

#timetable .desc {
	text-align: center;
    margin: 0 0 30px;
    letter-spacing: .1em;
    font-size: 1.125rem;
}

p.time-m {
    margin: 2% 0 1% 0;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

p.time-a {
    margin: 5% 0 1% 0;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

p.time-m i {
    padding: 0 5px 0 0;
    color: #29B988;
}

p.time-a i {
    padding: 0 5px 0 0;
    color: #29B988;
}

/* ======================================================
/*                ++お申込みについて ++
   ====================================================== */
#application {
	background: url(/wp-content/themes/mytheme/images/bg-01.webp);
    background-repeat: repeat;
    background-position: 0 0;
}
#application .flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
#application .flow dd {
	margin-left: 48px;
}

#application .flow dd span.red {
    background: #fff9c2;
    padding: 0 0 0 5px;
}

#application .flow ul {
  position: relative;
}
#application .flow ul::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
#application .flow ul > li {
  position: relative;
}
#application .flow ul > li:not(:last-child) {
  margin-bottom: 70px;
}
#application .flow ul > li .icon {
    font-size: 1.125rem;
    width: 2em;
    height: 2em;
    line-height: 2.1;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background: #29B988;
    display: inline-block;
    margin-right: 10px;
}
#application .flow ul > li dl {
  padding-left: 70px;
  position: relative;
}
#application .flow ul > li dl::before,
#application .flow ul > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
#application .flow ul > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #29B988;
    border-radius: 50%;
    left: -4px;
}
#application .flow ul > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
#application .flow ul > li dl dt {
    font-size: 1.25rem;
    font-weight: bold;
    color: #29B988;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
#application .cancel {
	margin: 70px 0 0;
	background: #fff;
	border-radius: 10px;
	padding: 50px 80px;
}

#application .cancel p {
	text-align: left;
}

#application .cancel h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #29B988;
    margin: 0 0 16px;
}
#application .cancel .box {
	margin: 10px 0 0;
	border: 1px #ccc solid;
	padding: 20px 40px;
}
#application .cancel .box .details {
	background: #0073a8;
	color: #fff;
	display: inline-block;
	padding: 2px 8px 1px 8px;
	margin: 14px 0 7px;
}
.materialsBox {
    background: #29b988;
    padding: 5%;
    margin: 5% 0 0;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.materialsBox .materialsBtn {
    display: flex;
    margin: 3% 0 0;
}

.materialsBox .materialsBtn p {
    width: 50%;
    margin: 0 4% 0 0;
}

.materialsBox .materialsBtn p a {
    background: #fff;
    padding: 4%;
    display: block;
    border-radius: 60px;
    text-align: center;
}

.materialsBox .materialsBtn p a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1023px){
	#application .cancel {
    	margin: 50px 0 0;
    	padding: 30px;
	}
}
@media screen and (max-width: 767px){
	#application .flow {
    	margin-left: 10px;		
	}
	#application .flow ul::before {
    	width: 15px;
	}
	#application .flow ul > li:not(:last-child) {
    	margin-bottom: 20px;
	}
	#application .flow ul > li dl {
    	padding-left: 12px;
	}
	#application .flow ul > li dl::after {
    	width: 8px;
	}
	#application .flow ul > li .icon {
    	font-size: 1rem;
    	width: 20px;
    	height: 20px;
    	line-height: 21px;
    	margin-right: 5px;
	}
	#application .flow ul > li dl dt {
    	font-size: 1.25rem;
    	margin-bottom: 3px;
	}
	#application .flow dd {
    	margin: 0 10px 0 26px;
	}
	#application .cancel {
    	margin: 30px 0 0;
    	padding: 20px 14px;
	}
	#application .cancel .box {
    	padding: 16px;
	}
    .materialsBox .materialsBtn p a {
        font-size: 15px;
    }
    .materialsBox .materialsBtn {
        display: flex;
        margin: 3% 0 0;
        flex-direction: column;
     }
    .materialsBox .materialsBtn p {
        width: 70%;
        margin: 0 auto 2%;
    }
}
/* ======================================================
/*                ++開催スケジュール ++
   ====================================================== */
#schedule {
    background: #f0f7f5;
}

#schedule .sec-1{
	position: relative;
	z-index: 0;
}
#schedule .sent {
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: .1em;
	font-size: 1.125rem;
}
#schedule .eo-fullcalendar .fc-toolbar {
    background: #29b988;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    line-height: 1em;
    font-size: 1.2rem;
    margin-bottom: 0 !important;
}

.calendar ul.calendar-list {
    text-align: right;
    margin-bottom: 1%;
}

.calendar ul.calendar-list li {
    display: inline-block;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

.calendar ul.calendar-list li.calendar-m {
    background: #6dddec;
}

.calendar ul.calendar-list li.calendar-a {
    background: #ffbf62;
}

.fc-toolbar .fc-left h2 {
    font-size: 1.4rem;
    padding: 10px 0 0 10px;
}

/*祝日*/
.eo-fullcalendar .fc-day[data-date="2025-07-21"] {
    background: #fdedee;
}
.eo-fullcalendar .fc-day[data-date="2025-08-11"] {
    background: #fdedee;
}
.eo-fullcalendar .fc-day[data-date="2025-09-15"] {
    background: #fdedee;
}
.eo-fullcalendar .fc-day[data-date="2025-09-23"] {
    background: #fdedee;
}

/*土曜日*/
.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;
}

.eo-fullcalendar .fc-event {
    pointer-events: none;
}

.fc-day-grid-event .fc-time {
   display: none;
}

#schedule .table-wrap {
	margin: 5% 0 0;
}

#schedule .table-wrap .table-readTxt {
	
}

#schedule .date-table th {
    background: #29b988;
    color: #fff;
    width: 20%;
    letter-spacing: .1em;
}
#schedule .date-table th, #schedule .date-table td {
    padding: 9px 20px 8px;
    font-size: .9375rem;
}
#schedule .date-table th:nth-of-type(1) {
	width:10%;
}
#schedule .date-table th:nth-of-type(2) {
	width: 20%;
}
#schedule .date-table th:nth-of-type(3) {
	width: 35%;
}
#schedule .date-table th:nth-of-type(4) {
	width: 35%;
}
#schedule .date-table th:nth-of-type(5) {
	width: 14%;
}

#schedule .date-table td span.time-m {
    background: #6dddec;
    padding: 0.2% 1%;
}

#schedule .date-table td span.time-a {
	background: #ffbf62;
    padding: 0.2% 1%;
}
#schedule .table-wrap .table-readTxt {
    margin: 0 0 1% 0;
}

@media screen and (max-width: 1023px){

}
@media screen and (max-width: 767px){
    .eo-fullcalendar-responsive .fc-toolbar h2 {
        padding: 5px 0 15px 10px!important;
    }
    #schedule .date-table th:nth-of-type(1) {
        width: 40%;
    }
    #schedule .date-table th:nth-of-type(2) {
        width: 60%;
    }
    #schedule .date-table th, #schedule .date-table td {
        padding: 9px 10px 8px;
        font-size: .85rem;
    }
}
/* ======================================================
/*                ++リンク集 ++
   ====================================================== */
#links {
	background: url(/wp-content/themes/mytheme/images/bg-02.png);
    background-repeat: repeat;
    background-position: top;
}
#links .box {
	background: #fff;
    border-radius: 10px;
    padding: 50px 80px;
}
#links .box p a {
    padding-bottom: 2px;
    border-bottom: 1px solid;
    color: #004aed;
    margin: 0 5px;
    transition: .3s;
	font-size: 1.125rem;	
}
#links .box p a:hover {
    color: #00a1e9;
}
#links .box p:not(:first-of-type) {
	margin: 16px 0 0;
}
@media screen and (max-width: 767px){
	#links .box {
    	padding: 20px 16px;
	}
	#links .box p a {
		font-size: 1rem;
		line-height: 1.8;
	}
}
/* ======================================================
/*            ++ お問い合わせ ++
   ====================================================== */
#contact-form {
	background: #29B988;
}

#contact-form .message {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: .1em;
    margin: 0 0 35px;
    color: #fff;
}

.sec-title .en {
    color: #29B988;
}

#contact-form .sec-title .ja {
    color: #fff;
}

#contact-form .sec-title .en {
    color: #fff;
}

#contact-form .form-wrap {
    max-width: 1020px;
    background: #fff;
    margin: 0 auto;
    padding: 60px;
    letter-spacing: .1em;
    border-radius: 30px;
}
#contact-form .form-wrap .box .sent {
	margin-bottom: 16px;
}
#contact-form .form-wrap .ratio{
	margin: 0 0 36px;
}
#contact-form .form-wrap .ratio li {
	width: 48%;
	margin-right: 4%;
}
#contact-form .form-wrap .ratio li:last-child {
	margin-right: 0;
}
#contact-form .form-wrap h2.item-title {
    margin-bottom: 7px;
}
#contact-form .form-wrap h2.item-title span {
	font-weight: bold;
	letter-spacing: .1em;
}
#contact-form .form-wrap h2.item-title label {
    font-weight: bold;
    letter-spacing: .1em;
    padding: 0;
    margin: 0;
}
#contact-form .wpcf7-form-control.textarea,
#contact-form .wpcf7-form-control.select{
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
	border: none;
    border-bottom: #ddd solid 2px !important;
}
#contact-form .wpcf7-form-control.select{
    padding: 9.5px 8px;
    border: #f5f5f5 solid 4px !important;
}
#contact-form .wpcf7-form-control.select,
#contact-form .wpcf7-form-control-wrap textarea{
   border: #f5f5f5 solid 4px !important;
}
#contact-form .wpcf7-form label {
    border: none !important;
    padding: 6px 10px 8px 4px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 6px 6px 0;
}
#contact-form .wpcf7-form-control.textarea,
#contact-form .wpcf7-form-control.textarea-s {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}
#contact-form span.his {
    background: #ff6347;
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.85em;
}
#contact-form .transmission {
    text-align: center;
    margin: 72px auto 0;
}
#contact-form .transmission .button, div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #22c7ff;
    display: inline-block;
    width: 30%;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}
#contact-form .transmission .button:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
	background: #5ec6ef;
    color: #fff;
}

.wpcf7-spinner {
	display: block !important;
}
.wpcf7-list-item {
	margin: 0 !important;
}
#contact-form .note {
	letter-spacing: .1em;
	text-align: center;
	margin: 50px 0 0;
}
div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}
div#wpcf7cpcnf table tr {
    border-bottom: 1px solid #ccc;
}
div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
    padding: 12px;
    background: #ffffff;
}
div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
    color: #00367c;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
    color: #00367c;
}
.apply-title {
	margin: 0 0 30px;
}
.apply-title span {
	font-weight: bold;
}
.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}
input[type="date"] {
	padding: 6px 10px 8px 4px;
	font-size: 1rem;
}
#contact-form .unit {
	display: inline-block;
	margin-left: 5px;
}
@media screen and (max-width:1023px){
	#contact-form .form-wrap {
		margin: 30px auto 0;
    	padding: 30px;
	}
	#contact-form .transmission .button {
		width: 50%;
	}
	#contact-form .transmission {
    	margin: 50px auto 0;
	}
}
@media screen and (max-width:767px){
	#contact-form .form-wrap {
 		margin: 20px auto 0;
    	padding: 20px 16px 6px;
	    border: 3px solid #f6f7f7;
    	box-shadow: 0px 0px 4px #ddd;
	}
	#contact-form .message {
    	font-size: 1.125rem;
    	margin: 0;
	}
	#contact-form .form-wrap .ratio {
    	margin: 0 0 12px;
	}
	#contact-form .form-wrap .ratio li,
	#contact-form .form-wrap .ratio li:last-child{
    	width: 100%;
    	margin: 0 0 16px;
	}
	.wpcf7-list-item {
		margin: 0 !important;
	}
	#contact-form .transmission {
    	margin: 30px auto 0;
	}
	div.wpcf7cp-btns {
    	margin: 40px 0 0 !important;
	}
	#contact-form .transmission .button, div.wpcf7cp-btns .wpcf7-form-control {
		width: 43%;
		font-size: 1rem;
		letter-spacing: .1em;
	}
	.grecaptcha-badge {
		bottom: 0 !important;
		right: -160px !important;
		transform: scale(0.5, 0.5);
	}
	.apply-title {
    	margin: 0 0 18px;
	}
	.apply-title input[type="text"] {
    	width: 100%;
		margin: 0;
	}
	.apply-title span {
		display: block;
		letter-spacing: .1em;
		margin: 0 0 5px;
	}
}
.full {
  color: #d40000;
  font-weight: 700;
}
