<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print , screen {
html {
    font-family: "FOT-遲醍ｴｫ繧ｴ繧ｷ繝�け Pr5N D", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    height:100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    height:100%;
    margin:0;
    padding:0;
    background-color: #FFF;
    color: #2a5156;
}

.clearfix {
    overflow: hidden;
}

.clearfix:after , .clearfix:before{
    content: '';
    display: block;
    clear: both;
    height: 0;
}

p {
    margin:0;
    padding:0;
}

a:link , a:visited , a:hover , a:active {
    cursor: pointer;
    text-decoration: none;
    color: #2a5156;
}

 a:hover {
    opacity: 0.8;
}

ul, ol{
    padding: 0;
    margin:0;
    list-style: none;
}

.text_big {
    font-size: 1.2rem;
    font-weight: bold;
}

.text_big_normalweight {
    font-size: 1.2rem;
    font-weight: normal;
}

.text_bold {
    font-weight: bold;
}

.text_small {
    font-size: 0.8rem;
}

.text_red {
    color:red;
}

.text_green {
    color: #14a107;
}

input, select, textarea {
    font-size: 1.4rem;
    border-radius: 10px;
    border: 1px solid #999;
    padding: 0.7em;
    box-sizing: border-box;
}

.not_link {
    pointer-events:none;/*繝ｪ繝ｳ繧ｯ繧帝撼繝ｪ繝ｳ繧ｯ縺ｫ螟峨∴繧�*/
}

.alignleft {float: left; margin:0 20px 0 0;}
.alignright {float: right;}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------------------------------------*/
.page {
    position: relative;
    width: 100%;
    margin:0 auto;
    color: #2a5156;
    box-sizing: border-box;
}

.content {
    position: relative;
    width: 85%;
    margin: 0 auto;
    margin-left: 15%;
    float: left;
}

.content.index_content {
    
}

/*------------------------------------------------------------------------------繝帙�繝�繝ｭ繧ｴ險ｭ螳�*/
#home_logo {
    position: fixed;
    top:0 ;
    left: 0;
    display: block;
    width: 15%;
    text-align: center;
}

#home_logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/*------------------------------------------------------------------------------繧ｳ繝ｳ繝�Φ繝�ち繧､繝医Ν險ｭ螳�*/
.title_border_box {
    position: relative;
    margin: 20px 0;
    border-bottom: 5px solid #a4c208;
    border-radius: 0 0 0 6px;
}

.title_border_box p {
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    float: left;
}

.title_border_box.page_title {
    border-bottom: none;
    margin: 30px 0 30px;
}

.title_border_box.page_title p:nth-of-type(1) {
    font-size: 2.5rem;
    color: #04b338;
    float: none;
}
.title_border_box.page_title p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
}

.title_border_box img {
    display: block;
    height: 50px;
    float: right;
}
/*------------------------------------------------------------------------------繧ｪ繝ｼ繝舌�繝ｬ繧､險ｭ螳�*/
#overlay {
    display: none;
    position: fixed;
    width:100%;
    height:100%;
    z-index: 11000;
    background-color: #000;
    opacity: 0.5;
}

#overlay.check_on {
    display: block;
}

/*------------------------------------------------------------------------------莠育ｴ��繝ｼ繧ｸ遘ｻ蜍戊ｨｭ螳�*/
.yoyaku_btn {
    position: absolute;
    top: 10vw;
    right: 0;
    width: 17vw;
    z-index: 1000;
}

.yoyaku_btn img {
    width: 100%;
}

/*------------------------------------------------------------------------------繧ｵ繧､繝峨Γ繝九Η繝ｼ(new)險ｭ螳�*/
.side_menu_box {
    position: fixed;
    top: 0;
    width: 15%;
    height: 100px;
    float: left;
    background-color: #FFF;
    z-index: 1001;
}

.side_menu_box a {
    display: block;
    table-layout: fixed;
    width: 100%;
    height: 12.5%;
    max-height: 12.5%;
}

.side_menu_box .side_menu_cell {
    display: block;
    vertical-align: middle;
    height: 100%;
    font-size: 0.9rem;
}

.side_menu_box a:hover {
    opacity: 0.5;
}

.side_menu_box .sidemenu_content_box {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
    border-bottom: 1px solid #a4c208;
    box-sizing: border-box;
}

.side_menu_box .sidemenu_content_box img {
    display: block;
    width: 20%;
    margin: 0 auto;
    padding: 0 0 5px;
}

.side_menu_box .sidemenu_content_box p {
    margin: 0;
    color: #202020;
    font-size: 1vw;
    font-weight: bold;
}

.side_menu_box a:nth-of-type(8) .sidemenu_content_box {
    border-bottom: none;
}

#side_menu_mobile {
    table-layout: fixed;
}

.side_menu_box .side_menu_cell p span{
    font-size: 0.7rem;
    line-height: 1;
}

.side_menu_box .sidemenu_content_box span img{
    width: 15%;
}

/*------------------------------------------------------------------------------繧ｵ繧､繝峨Γ繝九Η繝ｼ(old)險ｭ螳�*/
#side_menu {
    position: fixed;
    top:0;
    right:-300px;
    width:300px;
    height: 100%;
    background-color: #FFF;
    z-index: 1002;
    transition-duration: 1s;
}

#side_menu.check_on {
    right:0;
    transition-duration: 1s;
}

#side_menu #close_menu {
    width:10%;
    margin:10px 10px;
}

#side_menu #close_menu img {
    width:100%;
}

#side_menu .personal_icon {
    width:30%;
    margin:0 auto;
    margin-bottom:30px;
}

#side_menu .personal_icon img {
    width:100%;
    border-radius: 50%;
}

#side_menu p {
    width:80%;
    color:#FFF;
    background-color: #77b0bd;
    border-radius: 20px;
    margin:30px auto;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

/*------------------------------------------------------------------------------繝倥ャ繝繝ｼ險ｭ螳�*/
.header {
    position: fixed;
    background-color: #FFF;
    z-index: 1001;
}

.header a {
    display: block;
    width: 10%;
    padding:10px 0 10px 2.5%;
    float: left;
}

.header &gt; a:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.header a img {
    width:100%;
}

.slider_area {
    position: relative;
}

.slider_area.event_page {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}

.slider_area .top_menu_box {
    position: absolute;
    bottom:-25px;
    width:100%;
}

.slider_area .top_menu_box a {
    display: block;
    width:25%;
    float: left;
}

.slider_area .top_menu_box a:nth-of-type(1) {
    margin: 0 2.5% 0 10%;
}

.slider_area .top_menu_box a:nth-of-type(3) {
    margin: 0 10% 0 2.5%;
}

.slider_area .top_menu_box a img{
    width:100%;
}

.sns_btn_box {
    display: block;
    height: 40px;
    float: left;
    margin-left: 15%;
}

.sns_btn_box iframe {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.sns_btn_box a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    float: left;
}

.sns_btn_box a img {
    width: 100%;
}

/*------------------------------------------------------------------------------邱頑･諠��ｱ險ｭ螳�*/
.emergency_information {
    width: 100%;
    margin: 0;
}

.emergency_information div {
    padding: 5px;
    padding-left: 40px;
    background-color: #df0000;
    color: #FFF;
    font-size: 1.5rem;
    background-image: url(../images/emergency.png);
    background-repeat: no-repeat;
    background-position: 1% 35%;
    background-size: 24px;
}

.emergency_information div.information_text {
    min-height: 500px;
    padding:10px;
    background-color: #FFF;
    color: #2a5156;
    /* font-size: 3rem; */
    font-weight: bold;
}
/*------------------------------------------------------------------------------豎守畑隕句�縺苓ｨｭ螳�*/
.content_title_box &gt; img {
    width: 50px;
}

.content_title_box &gt; p:nth-of-type(1) {
    font-size: 2rem;
    color: #a4c208;
}

.content_title_box &gt; p:nth-of-type(2) {
    margin-bottom: 20px;
}
/*------------------------------------------------------------------------------豎守畑繝�く繧ｹ繝医�繝�け繧ｹ險ｭ螳�*/
.border_text_box {
    width: 100%;
    margin: 10px 0;
    padding: 20px 10px;
    border: 1px solid #14a107;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
}

.border_text_box.color_red {
    border: 1px solid red;
    color: red;
}
/*------------------------------------------------------------------------------繝九Η繝ｼ繧ｹ繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.news_box_area {
    position: relative;
    width: 100%;
    padding: 10px 0;
    z-index: 100;
}

.content.index_content .news_box_area {
    margin-top: -70px;
}

.news_box_area .news_box_title {
    position: absolute;
    top: 0;
    left: 20px;
    width: 150px;
    margin-left: 0;
    padding-left: 0;
    float: left;
}

.news_box_area .news_box {
    width: 100%;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #fff;
    border: 2px solid #a4c208;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

.news_box_area .news_box a {
    display: block;
    margin: 2px;
    border-bottom: 1px solid #e9e4dd;
}

.news_box_area .news_box a:nth-of-type(1) {
    display: block;
    margin-top: 30px;
}

.news_box_area a.news_all {
    display: block;
    margin-right: 20px;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 10px;
    text-align: center;
    float: right;
}

.news_box_area .news_box a:nth-last-child(1) {
    border-bottom: none;
}

.news_box_area .news_box a .news_content {
    width: 96%;
    margin: 0 2%;
    padding: 4px 0;
}

.news_box_area .news_box a .news_content p {
    width: 15%;
    margin:0 1% 0 0;
    padding: 2px 5px;
    float: left;
    box-sizing: border-box;
}

.news_box_area .news_box a .news_content p:nth-of-type(3) {
    width: 67%;
    float: left;
}

.news_box_area .news_box a .news_content p.oshirase {
    background-color: #35aacb;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_box_area .news_box a .news_content p.seminar {
    background-color: #f27b1b;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_box_area .news_box a .news_content p.soudankai {
    background-color: #04b338;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_box_area .news_box a .news_content p.cat_news {
    background-color: #04b338;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_box_area .news_box a .news_content p.brushupseminar {
    background-color: #a0d8ef;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_box_area .news_box a .news_content p.cat_info {
    background-color: #35aacb;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_event,
.news_box_area .news_box a .news_content p.cat_kochi-seminar {
    background-color: #ff9b30;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_hata-seminar {
    background-color: #58b543;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_seminar {
    background-color: #ff9b30;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_soudan,
.news_box_area .news_box a .news_content p.cat_mensetu,
.news_box_area .news_box a .news_content p.cat_syushoku {
    background-color: #78bc14;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_works {
    background-color: #35aacb;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_sodan {
    background-color: #1b630c;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_mini {
    background-color: #35a9ca;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_interview,
.news_box_area .news_box a .news_content p.cat_interview2 {
    background-color: #84cc1a;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_training {
    background-color: #ff9493;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_brushupseminar {
    background-color: #a0d8ef;
    color:#FFF;
}
.news_box_area .news_box a .news_content p.cat_other {
    background-color: #036085;
    color:#FFF;
}

/*------------------------------------------------------------------------------豎守畑繧ｵ繝悶さ繝ｳ繝�Φ繝�ｨｭ螳�*/
.sub_content_box {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    overflow: visible;
}

/*------------------------------------------------------------------------------繝��繝悶Ν蝓ｺ譛ｬ險ｭ螳�*/
table {
    width: 90%;
    margin: 30px auto;
    border: 1px solid #04b338;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    table-layout: fixed;
    font-size: 1.2rem;
}
table thead th,
table tbody th,
table tbody td {
    padding: 1em 20px;
    border-bottom: 1px solid #04b338;
    font-weight: normal;
}
  table thead:last-child th {
    padding: 1em 20px;
    border-bottom: none;
    font-weight: normal;
  }
table thead th:nth-of-type(1) {
    background-color: #f7fae9;
}
table tbody th {
    background-color: #f7fae9;
}
table thead th + th,
table tbody td {
    text-align: left;
    border-left: 1px solid #04b338;
}
table tbody tr:last-child th,
table tbody tr:last-child td,
table tbody tr.last-child th,
table tbody tr.last-child td{
    border-bottom: none;
}
table thead tr:first-child th:first-child ,
table tbody tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
}
table thead:last-child tr:first-child th:first-child {
    border-radius: 5px 0 0 5px;
}
table thead:last-child tr:first-child th:last-child {
    border-radius: 0 5px 5px 0;
}
table tbody tr:last-child th:first-child,
table tbody tr.last-child th:first-child {
    border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child,
table tbody tr.last-child th:last-child {
    border-radius: 0 0 5px 0;
}

table tr th:nth-of-type(1) {
    width: 35%;
}

/* ------------- 2023/01/12 繧ｸ繝ｧ繝悶き繝輔ぉ4蛟九�繧ｿ繝ｳ  -------------------*/
.ent_jobcafe {
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: visible;
}

.ent_box {
	display:flex;
	justify-content: center;
}
a.top_button {
	display: grid;
	border-radius:10px;
	width:25%;
	text-decoration: none;
	text-align:center;
	background-color: #a4c208;
	border: 1px solid #84a208;
	place-items: center center;
	height: 4vw;
	line-height: 1.2rem;
	font-size: 1.2rem;
	margin:1vw;
}
@media screen and (max-width:480px) {
	a.top_button {
		display: grid;
		width:40%;
		text-decoration: none;
		text-align:center;
		background-color: #a4c208;
		border: 1px solid #84a208;
		place-items: center center;
		height: 8vw;
		line-height: 1rem;
		font-size: 1rem;
		margin:1vw;
	}
}



/*------------------------------------------------------------------------------繧ｸ繝ｧ繝悶き繝輔ぉ縺薙≧縺｡縺ｨ縺ｯ�溯ｨｭ螳�*/
.about_jobcafe {
    position: relative;
    width: 100%;
    margin: 10px 0 100px;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: visible;
}

.about_jobcafe_text {
    line-height: 2;
}

.about_jobcafe div {
    width: 50%;
    margin: 0 auto;
    padding: 5px 0;
    float: none;
    text-align: center;
}

.about_jobcafe div img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
}

.about_jobcafe .about_image_box {
    width: 100%;
    padding: 10px 0;
}

.about_jobcafe .about_image_box img:nth-of-type(1) {
    width: 30%;
    margin-left: 15%;
    float: left;
}

.about_jobcafe .about_image_box img:nth-of-type(2) {
    width: 30%;
    margin-left: 10%;
    float: left;
}

.about_jobcafe &gt; p {
    width: 80%;
    margin: 5px 0;
    padding: 10px 30px;
    line-height: 2;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    float: left;
}

.about_jobcafe .about_detail {
    position: absolute;
    bottom: -30px;
    right: 30px;
    display: block;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    float: right;
}

.explanatory &gt; p {
    margin-bottom: 10px;
}

.explanatory &gt; p span {
    line-height: 1.2;
    color: #14a107;
    font-size: 1.4rem;
    font-weight: bold;
}

.explanatory &gt; p img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.about_jobcafe_menu tr th ,
.about_jobcafe_menu tr td {
    width: 15%!important;
    padding: 5px 0;
    text-align: center!important;
    font-size: 1.1vw!important;
    color: #2a5156!important;
    font-weight: bold!important;
}

.about_jobcafe_menu tr th a ,
.about_jobcafe_menu tr td a {
    color: #2a5156!important;
    font-weight: bold!important;
}

.about_jobcafe_menu tr th img ,
.about_jobcafe_menu tr td img {
    width: 15%;
}

.usage_flow_box {
    width: 98%;
    margin: 0 auto;
}

.usage_flow_box a {
    display: block;
    width: 16.6666%;
    float: left;
}

.usage_flow_box a img {
    width: 100%;
}

.yoyaku_annai {
    width: 100%;
    margin: 30px 0;
    padding: 20px 0;
    background-color: #e9ce47;
    line-height: 1;
}

.yoyaku_annai .yoyaku_annai_image {
    width: 15%;
    float: left;
}

.yoyaku_annai .yoyaku_annai_image img {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-left: 10%;
}

.yoyaku_annai .yoyaku_annai_text {
    width: 30%;
    margin-top: 1.6vw;
    float: left;
    text-align: center;
}

.yoyaku_annai .yoyaku_annai_text .text_box {
    display: inline-block;
    text-align: right;
}

.yoyaku_annai .yoyaku_annai_text span.tel {
    font-size: 1.5vw;
    font-weight: bold;
}

.yoyaku_annai .yoyaku_annai_text span.business_day {
    font-size: 0.8rem;
}

.yoyaku_annai .yoyaku_annai_btn {
    width: 55%;
    margin-top: 1.6vw;
    padding: 0 10px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.yoyaku_annai .yoyaku_annai_btn a {
    display: block;
    width: 48%;
    margin: 10px 1%;
    padding: 10px 0;
    background-color: #ffffc8;
    color: #e46c0a;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    float: left;
}

.access_map_box {
    position: relative;
    width: 49%;
    margin: 10px 0.5%;
    float: left;
    text-align: center;
}

.access_map_box &gt; img {
    position: absolute;
    top: -1.5vw;
    left: -2vw;
    width: 18%;
    max-width: 90px;
}

.access_map_box &gt; .title_box {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #51bac8;
    font-size: 1.3rem;
    font-weight:bold;
    color: #FFF;
}

.access_map_box:nth-of-type(3) &gt; .title_box {
    padding-left: 40px;
    box-sizing: border-box;
}

.access_map_box .text_area ,
.access_map_box .map_area {
    width: 50%;
    float: left;
}

.access_map_box .text_area &gt; .title_box {
    width: 96%;
    border: 1px solid #2a5156;
    margin: 0 auto 10px;
    padding: 2px 10px;
    box-sizing: border-box;
}

.access_map_box span {
    font-size: 1.8vw;
    font-weight: bold;
}

.access_map_box .text_small {
    font-size: 0.8rem;
    font-weight: normal;
}

.access_map_box .map_area iframe {
    width: 100%;
    height: 300px;
}
/*------------------------------------------------------------------------------繧ｿ繧､繝怜挨繧ｳ繝ｳ繝�Φ繝��繝�け繧ｹ險ｭ螳�*/
.select_type_box {
    width: 85%;
    float: right;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
}

.select_type_box.check_on {
    position: fixed;
    top: 0;
    left: 15%;
    z-index: 10000;
}

.select_type_box .type_box {
    width: 11%;
    margin: 0;
    margin-left: 1.5%;
    padding: 0 5px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.select_type_box .type_box:nth-of-type(1) {
    margin-left: 1.5%;
}

.select_type_box .type_box img {
    width: 30%;
}

.select_type_box .type_box p:nth-of-type(1) {
    font-size: 2rem;
    margin: 10px 0;
    color: #afabb7;
}

.select_type_box .type_box a {
    display: block;
    width: 100%;
    margin: 2px auto 0;
    padding: 2px 0;
    border-radius: 6px;
    font-size: 1.2vw;
    font-weight: bold;
    background-color: #FFF;
    color: #202020;
    border: 2px solid #a4c208;
}

.select_type_box .type_box a:hover {
    background-color: #a4c208;
    color: #FFF;
}

.loop {
    /*background:url(../images/loop.png);*/
    background-size: contain;
    width: 100%;
    height: auto;
    /*padding-top: calc( 260/2000*100% );
    -moz-animation: loop 100s linear infinite;
    animation: loop 100s linear infinite;*/
   }
    /*
   @keyframes loop {
    0% {background-position: 2000px 0;}
    25% {background-position: 1500px 0;}
    50% {background-position: 1000px 0;}
    75% {background-position: 500px 0;}
    100% {background-position: 0 0;}
   }
    
   @-moz-keyframes loop {
    0% {background-position: 2000px 0;}
    25% {background-position: 1500px 0;}
    50% {background-position: 1000px 0;}
    75% {background-position: 500px 0;}
    100% {background-position: 0 0;}
   }
   */

.loop img {
    width: 100%;
} 

.page_about_text {
    width:100%;
    margin: 50px 0 0px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.page_about_text p:nth-of-type(1) {
    font-size: 3rem;
    font-weight: bold;
    line-height: 2;
    color: #14a107;
    margin-bottom: 20px;
}

.page_about_text p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 1.5;
}

.link_btn {
    display: inline-block;
    width: 20%;
    margin-left: 10px;
    padding: 10px 10px;
    background-color: #14a107;
    color: #FFF !important;
    border-radius: 10px;
    text-align: center;
}

.text_style {
    font-size: 1.4rem;
    font-weight: bold;
}

.balloon_area {
    width: 100%;
    margin: 20px 0;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: .5em 0 .5em 15px;
  padding: 7px 10px;
  width: 70%;
  margin-left: 5%;
  margin-right: 25%;
  color: #14a107;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #14a107;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #14a107;
  z-index: 1;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: .5em 15px .5em 0;
  padding: 7px 10px;
  width: 70%;
  margin-right: 5%;
  margin-left: 25%;
  color: #14a107;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #14a107;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #14a107;
  z-index: 1;
}

.balloon2-left p ,
.balloon2-right p {
  margin: 0!important;
  padding: 10px 0;
  font-size: 1.2rem!important;
}

.text_big_2 {
    font-size: 1.8vw;
    font-weight: bold;
    color: #2a5156;
}
/*------------------------------------------------------------------------------繧ｵ繝昴�繝医�繝�け繧ｹ險ｭ螳�*/
.support_category_area {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.support_category_area .support_category_box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.support_category_area .support_category_box .category_box {
    width: 22.5%;
    margin:0 1.25%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.support_category_area .support_category_box .category_box img {
    width: 80%;
}

.support_category_area .support_category_box .category_box a {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #FFF;
}

.support_category_area .support_category_box .category_box a.category_1 {
    background-color: #a4c208;
    color: #FFF;
}
.support_category_area .support_category_box .category_box a.category_2 {
    background-color: #1196c8;
    color: #FFF;
}
.support_category_area .support_category_box .category_box a.category_3 {
    background-color: #f42f95;
    color: #FFF;
}
.support_category_area .support_category_box .category_box a.category_4 {
    background-color: #edb21d;
    color: #FFF;
}

/*------------------------------------------------------------------------------繧ｵ繝昴�繝医�繝�け繧ｹ(detail)險ｭ螳�*/
.support_category_box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.support_category_box .category_box {
    width: 30%;
    margin:0;
    margin-left: 2.5%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.support_category_box .category_box img {
    width: 80%;
}

.support_category_box .category_box a {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #FFF;
}

.support_category_box .category_box a.category_1 {
    background-color: #a4c208;
    color: #FFF;
}
.support_category_box .category_box a.category_2 {
    background-color: #1196c8;
    color: #FFF;
}
.support_category_box .category_box a.category_3 {
    background-color: #f42f95;
    color: #FFF;
}

/*------------------------------------------------------------------------------sns繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.sns_box {
    width: 96%;
    margin: 0 2% 100px;
    background-color: #efefef;
    padding: 30px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.sns_box &gt; div {
    width: 40%;
    max-height: 600px;
    margin-left: 8%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.sns_box &gt; div:nth-of-type(2) {
    margin-left: 4%;
    overflow: hidden;
}

.sns_box &gt; div:nth-of-type(1) iframe {
    width: 100%;
    max-width: 500px!important;
}

/*------------------------------------------------------------------------------link繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.link_box {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    padding: 10px 0 50px;
}

.link_box &gt; a {
    display: block;
    width: 17%;
    margin-left: 2.5%;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    float: left;
}

.link_box .link_sub_box {
    display: block;
    width: 17%;
    margin-left: 2.5%;
    float: left;
    text-align: center;
}

.link_box.koho .link_sub_box {
    height: 24vw;
}

.link_box .link_sub_box .link_box a {
    width:100%;
}

.link_box a img {
    display: block;
    width: 100%;
    height: auto;
}

.link_box .about_detail {
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 30px;
    display: block;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    float: right;
}

.link_box .link_sub_box.movie {
    display: block;
    width: 30%;
    margin-left: 2.5%;
    float: left;
    text-align: center;
}

/*------------------------------------------------------------------------------繝輔ャ繧ｿ繝ｼ險ｭ螳�*/
.footer {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0 0;
    background-color: #FFF;
    border-top: 5px solid #a4c208;
    box-sizing: border-box;
    text-align: center;
}

.footer:before {
    content: '';
    position: absolute;
    right: 5px;
    top: -105px;
    display: inline-block;
    width: 35%;
    height: 80%;
    max-width: 130px;
    max-height: 100px;
    background-image: url(../images/silhouette.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0% 100%;
}

.footer a {
    display: block;
    width: 17%;
    margin-left: 2.5%;
    padding: 0;
    font-size: 1.15vw;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.footer a#page-top_fotter {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 80px;
    height: 40px;
    margin: 0 auto;
    border: none;
    background-color: #a4c208;
    border-radius: 50% / 100% 100% 0 0;
    background-image: url(../images/pagetop_footer_icon.png);
    background-size: 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer p {
    padding: 40px 0;
}

.footer .link_box {
    margin-bottom: 0;
    padding: 30px 0 0;
}

.footer .link_box a {
    display: block;
    width: 15%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    font-size: 1.2rem;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

.btn_pdf {
    display: block;
    width: 50%;
    margin: 10px auto;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    padding-left: 30px;
    background-image: url(../images/pdf_icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}
.btn_pdf a {font-size: 0;}
.btn_pdf a:before {color: #FFF; font-size: 1.2rem; content: "PDF繧偵ム繧ｦ繝ｳ繝ｭ繝ｼ繝峨☆繧�";}

/*------------------------------------------------------------------------------蜷��繝ｼ繧ｸ繧ｿ繧､繝医Ν驛ｨ蛻�ｨｭ螳�*/
.page_title_area {
    width:100%;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 2.5rem;
    color: #a4c208;
    border-bottom: 1px solid #a4c208;
}

/*------------------------------------------------------------------------------繧ｿ繧､繝怜挨繧ｳ繝ｳ繝�Φ繝Ю繝九Η繝ｼ繧ｹ險ｭ螳�*/
.select_type_information_box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.select_type_information_box .type_content_box {
    position: relative;
    width:22%;
    margin: 20px 0;
    margin-right: 3%;
    padding:10px;
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    float: left;
    text-align: left;
    overflow: visible;
}

.select_type_information_box .type_content_box p:nth-of-type(1) {
    position: absolute;
    top: -20px;
    right: -2vw;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color:#FFF;
    text-align: center;
    line-height: 2.5;
    background-color: #a4c208;
}

.select_type_information_box .type_content_box p:nth-of-type(1) span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :65px;
    text-align:center;
}

.select_type_information_box .type_content_box p:nth-of-type(2) {
    padding: 2px 10px;
    border-radius: 6px;
    color:#FFF;
}

.select_type_information_box .type_content_box.type_1 p:nth-of-type(2) {
    background-color: #35aacb;
}

.select_type_information_box .type_content_box.type_2 p:nth-of-type(2) {
    background-color: #f7872e;
}

.select_type_information_box .type_content_box.cat_news p:nth-of-type(2) {
    background-color: #04b338;
}

.select_type_information_box .type_content_box.cat_info p:nth-of-type(2) {
    background-color: #35aacb;
}

.select_type_information_box .type_content_box.cat_event p:nth-of-type(2),
.select_type_information_box .type_content_box.cat_kochi-seminar p:nth-of-type(2) {
    background-color: #ff9b30;
}

.select_type_information_box .type_content_box.cat_hata-seminar p:nth-of-type(2) {
    background-color: #58b543;
}

.select_type_information_box .type_content_box.cat_seminar p:nth-of-type(2) {
    background-color: #ff9b30;
}

.select_type_information_box .type_content_box.cat_soudan p:nth-of-type(2),
.select_type_information_box .type_content_box.cat_mensetu p:nth-of-type(2),
.select_type_information_box .type_content_box.cat_syushoku p:nth-of-type(2) {
    background-color: #78bc14;
}

.select_type_information_box .type_content_box.cat_sodan p:nth-of-type(2) {
    background-color: #1b630c;
}

.select_type_information_box .type_content_box.cat_mini p:nth-of-type(2) {
    background-color: #35a9ca;
}

.select_type_information_box .type_content_box.cat_interview p:nth-of-type(2),
.select_type_information_box .type_content_box.cat_interview2 p:nth-of-type(2) {
    background-color: #84cc1a;
}

.select_type_information_box .type_content_box.cat_training p:nth-of-type(2) {
    background-color: #ff9493;
}

.select_type_information_box .type_content_box.cat_brushupseminar p:nth-of-type(2) {
    background-color: #a0d8ef;
}

.select_type_information_box .type_content_box.cat_other p:nth-of-type(2) {
    background-color: #036085;
}

.select_type_information_box .type_content_box p:nth-of-type(2) {
    display: inline;
    padding: 2px 10px;
}

.select_type_information_box .type_content_box p:nth-of-type(3) {
    width: 100%;
    margin: 5px 0;
    font-size: 1.4rem;
    border-bottom: 1px dotted #a0a0a0;
}

.select_type_information_box .type_content_box.type_1 p:nth-of-type(3) {
    color: #35aacb;
}
.select_type_information_box .type_content_box.type_2 p:nth-of-type(3) {
    color: #f7872e;
}

.select_type_information_box .type_content_box.cat_news p:nth-of-type(3) {
    color: #04b338;
}

.select_type_information_box .type_content_box.cat_info p:nth-of-type(3) {
    color: #35aacb;
}

.select_type_information_box .type_content_box.cat_event p:nth-of-type(3),
.select_type_information_box .type_content_box.cat_kochi-seminar p:nth-of-type(3) {
    color: #ff9b30;
}

.select_type_information_box .type_content_box.cat_hata-seminar p:nth-of-type(3) {
    color: #58b543;
}

.select_type_information_box .type_content_box.cat_seminar p:nth-of-type(3) {
    color: #ff9b30;
}

.select_type_information_box .type_content_box.cat_soudan p:nth-of-type(3),
.select_type_information_box .type_content_box.cat_mensetu p:nth-of-type(3),
.select_type_information_box .type_content_box.cat_syushoku p:nth-of-type(3) {
    color: #78bc14;
}

.select_type_information_box .type_content_box.cat_sodan p:nth-of-type(3) {
    color: #1b630c;
}

.select_type_information_box .type_content_box.cat_mini p:nth-of-type(3) {
    color: #35a9ca;
}

.select_type_information_box .type_content_box.cat_interview p:nth-of-type(3),
.select_type_information_box .type_content_box.cat_interview2 p:nth-of-type(3) {
    color: #84cc1a;
}

.select_type_information_box .type_content_box.cat_training p:nth-of-type(3) {
    color: #ff9493;
}


.select_type_information_box .type_content_box.cat_brushupseminar p:nth-of-type(3) {
    color: #a0d8ef;
}

.select_type_information_box .type_content_box.cat_other p:nth-of-type(3) {
    color: #036085;
}

.select_type_information_box .type_content_box img {
    display: block;
    width: 80%;
    margin:10px auto;
}

.select_type_information_box .type_content_box p:nth-of-type(4) {
    width: 100%;
    margin:10px 0;
    text-align: left;
    float: left;
}

/*------------------------------------------------------------------------------繧ｳ繝ｳ繧ｵ繝ｫ繧ｿ繝ｳ繝医�繝ｭ繝輔ぅ繝ｼ繝ｫ險ｭ螳�*/
.consultant_profile_box {
    width: 96%;
    margin: 0 auto;
}

.consultant_profile_box img {
    display: block;
    width: 30%;
    margin-left: 2.5%;
    float: left;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ莠育ｴ�ｨｭ螳�*/
.seminar_select_calendar {
    width:100%;
    text-align: center;
    -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
            user-select: none;
    margin: 30px 0 50px;
}

.seminar_select_calendar .calendar_content_header {
    width:98%;
    margin: 10px auto;
    padding: 10px;
    background-color: #a4c208;
    color: #FFF; 
    border-radius: 10px;
    text-align: center;
}

.seminar_select_calendar .calendar_content_header p {
    float: left;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(1) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(2) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(3) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(4) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(5) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(6) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(7) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(8) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(9) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(10) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_all {
    width:100%;
    height:500px;
    margin: 10px auto;
    overflow-y: scroll;
}

/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ讓ｪ蟷�欠螳�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar {
    width: 15px;
}
/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹濶ｲ繝ｻ隗剃ｸｸ謖�ｮ�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ濶ｲ繝ｻ隗剃ｸｸ謖�ｮ�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box {
    width: 98%;
    margin: 10px auto;
    padding: 0 10px;
    text-align: center;
    background-color: #a4c208;
    border: 1px solid #a4c208;
    border-radius: 10px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .day_number {
    width: 10%;
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .day_number p {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_2persons .day_number p {
    height:55px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_3persons .day_number p {
    height:80px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box_all {
    width: 80%;
    padding: 2.5px 0;
    float: left;
    background-color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box_all .consultant_box {
   padding: 2.5px 0;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p {
    position: relative;
    width: 12.5%!important;
    padding: 2px 0;
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(1) {
    width: 10.5%!important;
    margin: 0 0.5%;
    padding: 0 0.5%;
    font-size: 0.8rem;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(2) {
    width: 10%;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(1) {
    color:#FFF;
    text-align: center;
    border-radius: 10px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box.jobcafe_kochi p:nth-of-type(1) {
    background-color: #a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box.hata_satellite p:nth-of-type(1) {
    background-color: #35aacb;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn {
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn {
    width:10%;
    background-color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding:0;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p span {
    padding: 5px 10px;
    background-color: #35aacb;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p span.check_on {
    background-color: #a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_2persons .reservation_btn p {
    height:55px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_3persons .reservation_btn p {
    height:80px;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ莠育ｴ�｢ｺ隱崎ｨｭ螳�*/
.reservation_seminar_box {
    width: 100%;
    text-align: center;
    padding: 30px;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.radio02 {
    display: inline-block;
}

.radio02-input {
    display: none;
}

.reservation_seminar_box .evaluation_send_box_content .radio02-input + label {
    padding-left: 10px;
    position: relative;
    margin-right: 10px;
}

.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background-color: #FFF;
    border-radius: 50%;
}

.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 13px;
    width: 11px;
    height: 11px;
    background: #009a9a;
    border-radius: 50%;
}

.reservation_seminar_box .evaluation_send_box_content p {
    display: inline-block;
    margin-right: 10px;
}

.reservation_seminar_box .seminar_day {
    font-size: 2rem;
    color: #a4c208;
    font-weight: bold;
}

.seminar_reservation_menu {
    width: 100%;
    margin: 10px 0;
    background-color: #a4c208;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
}

.seminar_reservation_menu &gt; span {
    text-align: left;
}

.seminar_reservation_menu &gt; span &gt; input {
    border-radius: 10px;
    border: 1px solid #a4c208;
    margin: 5px;
}


.seminar_reservation_menu.data {
    width: 100%;
    margin: 10px 0;
    background-color: #FFF;
    border: 1px solid #a4c208;
    color: #a4c208;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.seminar_reservation_menu p {
    width: 30%;
    margin-left: 2.5%;
    padding: 10px 0;
    float: left;
}

.seminar_reservation_menu.no_data  {
    width: 100%;
    margin: 10px 0;
    background-color: #FFF;
    color: #a4c208;
    text-align: center;
    box-sizing: border-box;
}

.seminar_reservation_menu.no_data  p {
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
    background-color: #FFF;
    border: 1px solid #a4c208;
    border-radius: 10px;
    box-sizing: border-box;
    float: none;
}

.seminar_reservation_menu.no_data  p:nth-of-type(2) ,
.seminar_reservation_menu.no_data  p:nth-of-type(3) {
    width: 30%;
    margin-left: 0;
    background-color: #a4c208;
    color: #FFF;
    margin: 30px auto;
    padding: 10px 0;
    float: none;
    cursor: pointer;
}

.seminar_reservation_menu.send_btn {
    width: 100%;
    margin: 10px 0;
    background-color: #FFF;
    color: #a4c208;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.seminar_reservation_menu.send_btn  p {
    width: 30%;
    margin-left: 0;
    background-color: #a4c208;
    color: #FFF;
    margin: 30px auto;
    padding: 10px 0;
    float: none;
    border-radius: 10px;
}

#seminar_1 ,#seminar_2 ,#seminar_3 ,#seminar_4 ,#seminar_5 ,#seminar_6 ,#seminar_7 ,#seminar_8.check_on ,#seminar_9 ,#seminar_10 ,#seminar_11 ,#reservation_seminar_box {
    display: none;
}

#seminar_1.check_on ,#seminar_2.check_on ,#seminar_3.check_on ,#seminar_4.check_on ,#seminar_5.check_on ,#seminar_6.check_on ,#seminar_7.check_on ,#seminar_9.check_on ,#seminar_10.check_on ,#seminar_11.check_on ,#reservation_seminar_box.check_on {
    display: block;
}

#reservation_seminar_box {
    width: 1080px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

/*------------------------------------------------------------------------------繧､繝吶Φ繝郁ｩｳ邏ｰ險ｭ螳�*/
.event_detail_text {
    width: 90%;
    margin: 30px auto;
    border: 1px solid #a4c208;
    border-radius: 10px;
    text-align: center;
}

.event_detail_text .title_text {
    width: 30%;
    padding: 20px 0;
    float: left;
    background-color: #a4c208;
    color: #FFF;
    font-size: 1.6rem;
}

.event_detail_text .content_text {
    width: 70%;
    padding: 20px 0;
    float: left;
    background-color:#FFF;
    font-size: 1.2rem;
}

/*------------------------------------------------------------------------------繧ｸ繝ｧ繝悶き繝輔ぉ縺薙≧縺｡縺ｨ縺ｯ�溯ｩｳ邏ｰ繝壹�繧ｸ險ｭ螳�*/
.about_jobcafe_table tr th:nth-of-type(1) {
    width: 35%;
    color: #14a107;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}

.about_jobcafe_table tr th:nth-of-type(2) ,
.about_jobcafe_table tr td:nth-of-type(1) {
    font-size: 1.2rem;
}

.about_jobcafe_table th span {
    display: block;
    width: 65%;
    margin: 0;
    color: #FFF;
    background-color: #14a107;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.about_jobcafe_table td span {
    color: #14a107;
    font-weight: bold;
}

.about_jobcafe_table a {
    color: #f7872e;
}

.access_box {
    width: 50%;
    padding: 20px;
    float: left;
    box-sizing: border-box;
}

.access_box p:nth-of-type(1) {
    line-height: 1.2;
    color: #14a107;
    font-size: 1.4rem;
    font-weight: bold;
}

.access_box p:nth-of-type(1) span {
    font-size: 2.2rem;
}

.access_box p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.4rem;
}

.access_box p:nth-of-type(3) {
    margin: 10px 0 20px;
    line-height: 40px;
    color: #f7872e;
    font-size: 2.2rem;
}

.access_box p:nth-of-type(4) {
    font-size: 1.5rem;
}

.access_box p:nth-of-type(3) span {
    margin: 0 10px;
    color: #FFF;
    background-color: #f7872e;
    padding: 10px 6px;
    border-radius: 50%;
    font-size: 1.5rem;
}

.map_box {
    width: 100%;
    height: 500px; 
    overflow: hidden;
}

.access_box iframe {
    margin: 10px 0;
}

.jobcafe_about_table {
    margin:30px 0;
}

.jobcafe_about_table th ,
.jobcafe_about_table td {
    text-align: center;
}

.jobcafe_about_table thead th {
    background-color: #f7fae9;
}

.jobcafe_about_table tbody th {
    background-color: #FFF;
}

.jobcafe_about_table thead th:nth-of-type(1) {
    border-right: none;
}
.jobcafe_about_table thead th:nth-of-type(2) {
    border-right: none;
    border-left: none;
}
.jobcafe_about_table thead th:nth-of-type(3) {
    border-left: none;
}

.jobcafe_about_table span {
    color: #14a107;
    font-size: 1.5rem;
    font-weight: bold;
}
.jobcafe_about_table span.title_text {
    color: #2a5156;
}

.address_box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding:70px 10px 30px;
    box-sizing: border-box;
}

.address_box p {
    box-sizing: border-box;
    padding: 10px;
}

.address_box p:nth-of-type(1) , 
.address_box p:nth-of-type(3) {
    width: 15%;
    font-size: 1.8rem;
    font-weight: bold;
    float: left;
}

.address_box p:nth-of-type(2) , 
.address_box p:nth-of-type(4) {
    width: 35%;
    border-left: 1px solid #a4c208;
    float: left;
}

/*------------------------------------------------------------------------------縺雁撫縺�粋繧上○險ｭ螳�*/
.forms thead th:nth-of-type(1) ,
.forms tbody th:nth-of-type(1) {
    width: 30%;
    color: #14a107;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}

.forms thead th:nth-of-type(2) ,
.forms tbody td:nth-of-type(1) {
    width: 70%;
}

.forms thead th:nth-of-type(2) input[type="text"] ,
.forms tbody td:nth-of-type(1) input[type="text"] ,
.forms tbody td:nth-of-type(1) input[type="email"] {
    width: 96%;
    margin: 10px 0;
}

.forms textarea {
    width:  96%;
    resize: none;
}

.fsubmit input[type="submit"] {
    display: block;
    margin: 30px auto;
    padding: 10px 100px;
    color: #FFF;
    background-color: #a4c208;
    border-radius: 10px;
    border: none;
}

.attention_text {
    position: relative;
    margin: 50px 0;
    padding:20px;
    border: 2px solid #a4c208;
    box-sizing: border-box;
    border-radius: 10px;
}

.attention_text p {
    margin: 10px 0;
    padding-left: 20px;
}

.attention_text span {
    color: #a4c208;
    margin-left: -10px
}

.attention_text p:nth-of-type(1) {
    position: absolute;
    top: -24px;
    left: 30px;
    padding-left: 0;
    color: #a4c208;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF,  2px -2px 0 #FFF,
                 0px 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
                background-color: #FFF;
}

.forms_box {
    width: 85%;
    margin: 0 auto;
    font-size: 1.2rem;
}

.forms_box .nf-before-form-content {
    margin-bottom: 10px;
}

.forms_box div.listradio-container.two-col-list ul {
    width: 25%;
}

.forms_box input[type="button"] {
    display: block;
    margin: 30px auto;
    padding: 10px 100px;
    color: #FFF;
    background-color: #a4c208;
    border-radius: 10px;
    border: none;
}

.forms_box table th span {
    color: #F00;
}

/*------------------------------------------------------------------------------繝｡繝ｼ繝ｫ繝槭ぎ繧ｸ繝ｳ險ｭ螳�*/
.attention_text.mail_magazine p {
    line-height: 30px;
}

.attention_text.mail_magazine span {
    color: #FFF;
    background-color: #a4c208;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.attention_text.mail_magazine span.dot {
    background-color: transparent;
    color: #a4c208;
    margin-left: -10px
}

.mail_magazine input[type="text"] {
    width: 50%;
    margin: 0;
    margin-right: 10px;
    float: left;
}

.mail_magazine input[type="button"] {
    display: block;
    margin: 0;
    padding: 10px 100px;
    color: #FFF;
    background-color: #a4c208;
    border-radius: 10px;
    border: none;
    float: left;
}

/*------------------------------------------------------------------------------繝ｪ繝ｳ繧ｯ髮�ｨｭ螳�*/
.page_link_box p {
    margin: 10px 0;
    padding-left: 20px;
}

.page_link_box span {
    color: #a4c208;
    margin-left: -10px
}

/*------------------------------------------------------------------------------逶ｸ隲�ｺ育ｴ�ｨｭ螳�*/
.soudan_box {
    position: relative;
    width: 24%;
    margin:0 auto;
    margin-left: 7%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #FFF;
}

.soudan_box .image_box {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    border: 4px solid #14a107;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.soudan_box .image_box:hover {
    background-color: #14a107;
    color: #FFF;
}

.soudan_box .image_box img {
    width:auto;
    height:100%;
}

.soudan_box p {
    margin: 20px auto;
}

.soudan_box p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.soudan_box a {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
}

.yoyaku_attention {
    width: 100%;
    overflow: visible;
}

.yoyaku_attention .attention_box {
    position: relative;
    width: 48%;
    min-height: 320px;
    margin: 0 1%;
    padding: 30px;
    float: left;
    border: 2px solid #04b338;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: visible;
}

.yoyaku_attention .attention_box .title_text {
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 1.5rem;
    padding: 5px 10px;
    background-color: #FFF;
    border-radius: 10px;
}

.yoyaku_attention .attention_box .list_title {
    display: inline-block;
    margin: 10px 0;
    padding: 2px 10px;
    background-color: #a4c208;
    border-radius: 10px;
    color: #FFF;
    font-size: 1.0rem;
}

.yoyaku_attention .attention_box a {
    display: block;
    width: 50%;
    margin: 10px 0;
    color: #FFF;
    background-color: #14a107;
    border-radius: 10px;
    padding: 10px 10px;
    float: left;
    text-align: center;
}

.yoyaku_attention .attention_box .sub_box {
    width: 80%;
    float: left;
}

.yoyaku_attention .attention_box img {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    display: block;
    width: 30%;
    margin-top: 5vw;
    float: left;
}

.attention_yoyaku {
    display: inline-block;
    padding: 20px 20px 50px;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ繝壹�繧ｸ險ｭ螳�*/
.seminar table thead tr td:nth-of-type(1) ,
.seminar table thead tr td:nth-of-type(2) {
    border-left: 1px solid #04b338;
    border-bottom: 1px solid #04b338;
    padding: 1em 20px;
}
.seminar table tr th:nth-of-type(1) {
    width: 25%;
    color: #14a107;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}

.seminar table tr th:nth-of-type(2) ,
.seminar table tr td:nth-of-type(1) {
    font-size: 1.1rem;
}

.seminar table {
    margin: 0 auto;
}
.seminar table th a {
    display: block;
    width: 65%;
    margin: 0;
    color: #FFF;
    background-color: #14a107;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.seminar table td span {
    color: #14a107;
    font-weight: bold;
}

.seminar_event_calendar {
    width: 98%;
    margin: 0 auto;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ繧､繝吶Φ繝郁ｩｳ邏ｰ繝壹�繧ｸ險ｭ螳�*/
.slider_area.seminar_event_page {
    position: relative;
    width: 40%;
    margin: 0;
    padding: 30px 0;
    float: left;
}

.seminar.seminar_event_page {
    width: 55%;
    margin: 30px 0 30px 5%;
    float: left;
}

.seminar img {
    display: block;
    width: 60%;
    height: auto;
    margin: 10px auto;
}

.seminar table th ,
.oshirase_page table th{
    text-align: left!important;
}

.seminar .btn_pdf ,
.oshirase_page .btn_pdf {
    clear: both;
}

a.seminar_pdf {
    display: block;
    width: 30%;
    margin: 0;
    margin-right: 12.5%;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    padding-left: 30px;
    background-image: url(../images/pdf_icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    float: right;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ繧､繝吶Φ繝医�繝ｼ繧ｸ險ｭ螳�*/
.sub_content_box.news_box a {
    display: block;
    margin: 2px;
    border-bottom: 1px solid #e9e4dd;
}

.sub_content_box.news_box a .news_content {
    width: 96%;
    margin: 0 2%;
    padding: 4px 0;
}

.sub_content_box.news_box a .news_content p {
    width: 15%;
    margin:0 1% 0 0;
    padding: 2px 5px;
    float: left;
    box-sizing: border-box;
}

.sub_content_box.news_box a .news_content p:nth-of-type(3) {
    width: 67%;
    float: left;
}

.sub_content_box.news_box a .news_content p.oshirase {
    background-color: #35aacb;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.sub_content_box.news_box a .news_content p.seminar {
    background-color: #f27b1b;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.sub_content_box.news_box a .news_content p.soudankai {
    background-color: #04b338;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.sub_content_box.news_box a .news_content p.cat_news {
    background-color: #04b338;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.sub_content_box.news_box a .news_content p.brushupseminar {
    background-color: #a0d8ef;
    padding: 2px 10px;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.sub_content_box.news_box a .news_content p.cat_info {
    background-color: #35aacb;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_event,
.sub_content_box.news_box a .news_content p.cat_kochi-seminar {
    background-color: #ff9b30;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_hata-seminar {
    background-color: #58b543;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_seminar {
    background-color: #ff9b30;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_soudan,
.sub_content_box.news_box a .news_content p.cat_mensetu,
.sub_content_box.news_box a .news_content p.cat_syushoku {
    background-color: #78bc14;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_works {
    background-color: #35aacb;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_sodan {
    background-color: #1b630c;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_mini {
    background-color: #35a9ca;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_interview,
.sub_content_box.news_box a .news_content p.cat_interview2 {
    background-color: #84cc1a;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_training {
    background-color: #ff9493;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_brushupseminar {
    background-color: #a0d8ef;
    color:#FFF;
}
.sub_content_box.news_box a .news_content p.cat_other {
    background-color: #036085;
    color:#FFF;
}

#event_calendar .maetuki{
    margin: 0 0 0 1.2em;
    padding: 0.45em 1.2em;
    background-color:#f7fae9;
    margin-bottom:20px;
    float:left;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
#event_calendar .maetuki:before{
    content: "";
    border: 1.2em solid transparent;
    border-right: 1.2em solid #f7fae9;
    position: absolute;
    top:0em;
    left: -2.1em;
}
#event_calendar .tugituki{
    margin: 0 1.2em 0 0;
    padding: 0.45em 1.2em;
    background-color:#f7fae9;
    margin-bottom:20px;
    float:right;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
#event_calendar .tugituki:before{
    content: "";
    border: 1.2em solid transparent;
    border-left: 1.2em solid #f7fae9;
    position: absolute;
    top:0em;
    right: -2.1em;
}
#event_calendar .maetuki,
#event_calendar .tugituki{
    color:#53585c;
    text-decoration:none;
    font-weight:bold;
    color:#a4c208;
}

#event_calendar table tr th {
    width: 10%;
}

#event_calendar table tr th.dayz {
    font-size:1.4em;
    padding:0.3em 0;
}
#event_calendar table tr th.dayz span {
    display:block;
    width:1.5em;
    border-radius:1.4em;
    background-color:#a4c208;
    padding: 0;
    color:#FFF;
}
#event_calendar table tr th.style_blue {
    color: #5f86b7;
}
#event_calendar table tr th.style_red {
    color: #df5e63;
}
#event_calendar table tr td div {
    padding:0.3em 0;
}
#event_calendar table tr td div.holidays{
    color:#df5e63;
    font-size:1.2em;
    font-weight:bold;
}
#event_calendar table tr td div span {
    background-color: #04b338;
    padding: 2px 10px;
    margin: 0 0.5em;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}
#event_calendar table tr td div span.cat_info {
    background-color: #35aacb;
    color:#FFF;
}
#event_calendar table tr td div span.cat_event,
#event_calendar table tr td div span.cat_kochi-seminar {
    background-color: #ff9b30;
    color:#FFF;
}
#event_calendar table tr td div span.cat_hata-seminar {
    background-color: #58b543;
    color:#FFF;
}
#event_calendar table tr td div span.cat_seminar {
    background-color: #ff9b30;
    color:#FFF;
}
#event_calendar table tr td div span.cat_soudan,
#event_calendar table tr td div span.cat_mensetu,
#event_calendar table tr td div span.cat_syushoku {
    background-color: #78bc14;
    color:#FFF;
}
#event_calendar table tr td div span.cat_works {
    background-color: #35aacb;
    color:#FFF;
}
#event_calendar table tr td div span.cat_sodan {
    background-color: #1b630c;
    color:#FFF;
}
#event_calendar table tr td div span.cat_mini {
    background-color: #35a9ca;
    color:#FFF;
}
#event_calendar table tr td div span.cat_interview,
#event_calendar table tr td div span.cat_interview2 {
    background-color: #84cc1a;
    color:#FFF;
}
#event_calendar table tr td div span.cat_training {
    background-color: #ff9493;
    color:#FFF;
}
#event_calendar table tr td div span.cat_brushupseminar {
    background-color: #a0d8ef;
    color:#FFF;
}
#event_calendar table tr td div span.cat_other {
    background-color: #036085;
    color:#FFF;
}

p.pagenation {clear:both; overflow: hidden; margin:20px 0 0;font-size:1.2em;}
p.pagenum {text-align: center}
p.pagenum a, p.pagenum span{padding: 0.5em;text-decoration:none; margin:0 0.2em;}
p.pagenum a{background-color: #a4c208; color:#FFF;}
p.pagenum span{background-color: #f7fae9;}

/*------------------------------------------------------------------------------繝上Ο繝ｼ繝ｯ繝ｼ繧ｯ繝壹�繧ｸ險ｭ螳�*/
.hellowork_about_box {

}

.hellowork_about_box img {
    display: block;
    width: 30%;
    margin-right: 5%;
    float: left;
}

.hellowork_about_box p {
    width: 65%;
    float: left;
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 2;
}

.hellowork_floor_box img {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

/*------------------------------------------------------------------------------蟆ｱ豢ｻ蟇ｾ遲悶＠縺溘＞繝壹�繧ｸ險ｭ螳�*/
.taisaku_box {
    position: relative;
    width: 100%;
}

.taisaku_box img {
    position: absolute;
    top: -30px;
    left: 0;
    width: 40%;
}

.taisaku_box .text_box {
    width: 80%;
    min-height: 300px;
    margin-top: 50px;
    margin-left: 20%;
    padding: 30px;
    padding-left: 25%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-radius: 6px;
}

.taisaku_box .text_box p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    color: #14a107;
}

.taisaku_box .text_box p:nth-of-type(2) {
    margin-top: 10px;
    line-height: 2;
}

.taisaku_box .text_box a {
    display: block;
    width: 30%;
    margin: 20px 0 10px;
    margin-left: 70%;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------螟夜Κ繝ｪ繝ｳ繧ｯ繝壹�繧ｸ險ｭ螳�*/
.page_link_box .link_box {
    margin-bottom: 0;
    border-bottom: 1px dotted #a0a0a0;
}

.page_link_box .link_box .image {
    width: 100%;
    float: left;
}

.page_link_box .link_box .image img {
    margin-left: 20px;
}

.page_link_box .link_box .image a img {
    width: auto;
}

.page_link_box .link_box .text {
    width: 100%;
    float: left;
}

.page_link_box .link_box .text p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    color: #14a107;
}

.page_link_box .link_box .text p:nth-of-type(2) {
    margin-top: 10px;
    line-height: 2;
}

.page_link_box .link_box .text a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #14a107;
}

.link_box_hidden {
    display: none;
}

#link_type_1 p ,
#link_type_2 p ,
#link_type_3 p {
    padding-left: 30px;
    background-image: url(../images/toggle_arrow.png);
    background-size: 20px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

#link_type_1.clicked p ,
#link_type_2.clicked p ,
#link_type_3.clicked p {
    background-image: url(../images/toggle_arrow_2.png);
}

/*------------------------------------------------------------------------------繧ｵ繧､繝医�繝��繝壹�繧ｸ險ｭ螳�*/
.site_map_box {
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.site_map_box:nth-last-child(1) {
    
}

.site_map_box p {
    font-size: 1.5rem;
    color: #04b338;
}

.site_map_box a {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
}

/*------------------------------------------------------------------------------蛟倶ｺｺ諠��ｱ菫晁ｭｷ譁ｹ驥晁ｨｭ螳�*/
.personal_text {
}
/*------------------------------------------------------------------------------20191015險ｭ螳�*/
table.consultant_calendar tr th:nth-of-type(1) {
    width: auto;
}

.consultant_calendar thead th {
    text-align: center;
    background-color: #f7fae9;
}

.consultant_calendar tbody th ,
.consultant_calendar tbody td {
    position: relative;
    text-align: center;
}

.consultant_calendar th ,
.consultant_calendar td {
    height: 40px;
}

.yoyaku_form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background-color: #FFF;
    padding:10px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100000;
    border-radius: 10px;
}

.yoyaku_form.check_on {
    display: block;
}

#yoyaku_list {
    width: 100%;
    float: left;
    margin-left: 0%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#yoyaku_list.check_on {
    position: absolute;
    top: 0;
    left: -110%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#yoyaku_list table {
    width: 96%;
    margin: 20px auto;
}

.consultant_calendar_2 th ,
.consultant_calendar_2 td {
    height: 20px;
}

.consultant_calendar thead th {
    height: 20px;
}

.consultant_calendar_2 thead th ,
.consultant_calendar_2 tbody td {
    text-align: center;
}

.consultant_calendar_2 thead th img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.consultant_calendar tbody th {
    background-color: #FFF;
}

.consultant_calendar tbody th p:nth-of-type(1) ,
.consultant_calendar tbody td p:nth-of-type(1) {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
.consultant_calendar tbody th p:nth-of-type(2) ,
.consultant_calendar tbody td p:nth-of-type(2) {
    display: block;
    position: absolute;
    text-align: left;
    bottom: 5px;
    right: 10px;
}

.consultant_calendar .style_blue {
    color: #5f86b7;
}
.consultant_calendar .style_red {
    color: #df5e63;
}
.consultant_calendar .style_grey {
    color: #b6b6b6;
}

.consultant_calendar tbody th.not_select ,
.consultant_calendar tbody td.not_select ,
.not_select {
    background-color: #cccccc;
}

.hide_cell {
    display: none;
}

.consultant_calendar tbody th.close_day ,
.consultant_calendar tbody td.close_day ,
.close_time {
    background-color: #ffd4cc;
}

.consultant_calendar tbody th.open_day ,
.consultant_calendar tbody td.open_day ,
.open_time {
    cursor: pointer;
}

.consultant_calendar tbody th.open_day:hover ,
.consultant_calendar tbody td.open_day:hover ,
.open_time:hover {
    background-color: #f4f6e8;
}

#consultant_calendar_hanrei {
    padding:10px 0px 10px 0 !important;
    margin:0 auto;
}
#consultant_calendar_hanrei ul {
    width:auto;
    margin:0;
    padding:0;
}
#consultant_calendar_hanrei ul li {
    list-style:none;
    text-align:left;
    margin:0 1em 0.5em 0;
    padding:0 0 0 5px;
    border-left-width:1.3em;
    border-left-style:solid;
    line-height:1.3;
    font-size: 1.2rem;
}
#consultant_calendar_hanrei ul.last li {
    margin:0 0 0.5em 0;
}
#consultant_calendar_hanrei ul li#close {
    border-left-color:#ffd4cc;
}

.consultant_form {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    float: left;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.consultant_form.check_on {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    float: left;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.consultant_form div.nf-before-form-content,
.consultant_form div.nf-field-container{
    width: 96%;
    margin: 0 2%;
    padding: 20px 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #04b338;
    margin-bottom: 10px;
}

.consultant_form div.yoyaku_form_header,
.consultant_form div.hidden-container,
.consultant_form div.email-container,
.consultant_form div.html-container,
.consultant_form div.submit-container {
    width: 96%;
    margin: 0 2%;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.consultant_form div.listradio-container.two-col-list ul {
    width: 25%;
}

.consultant_form div.hidden-container {
    display: none;
}

.consultant_form div.submit-container {
    margin-bottom: 30px;
}

.consultant_form div p {
    width: 100%;
}

.consultant_form div input {
    width: 100%;
    padding: 5px;
}

.consultant_form a ,
.consultant_form div.submit-container input[type='button'] {
    display: block;
    width: 30%;
    margin: 20px auto 0;
    margin-left: auto;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}

.consultant_form div.submit-container input[type='button'] {
    cursor: pointer;
}

#yoyaku_list a {
    display: block;
    width: 30%;
    margin: 20px auto 30px;
    margin-left: auto;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------繧ｪ繝ｳ繝ｩ繧､繝ｳ逶ｸ隲��繝ｼ繧ｸ*/
.online_soudan {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.online_soudan .online_soudan_flow_1 {
    position: relative;
    width: 15%;
    margin: 20px 1.25%;
    float: left;
}

.online_soudan .online_soudan_flow_2 {
    width: 10%;
    float: left;
}

.online_soudan .online_soudan_flow_1 &gt; p:first-child {
    display: block;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
}

.online_soudan .online_soudan_flow_1 &gt; p:last-child ,
.online_soudan .online_soudan_flow_2 &gt; p:last-child {
    text-align: left;
}

.online_soudan .online_soudan_flow_1 .circle_text ,
.online_soudan .online_soudan_flow_1 .circle_text_2 {
    width: 100%;
    height: 12vw;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #afaaac;
    color: #FFF;
}

.online_soudan .online_soudan_flow_1 .circle_text p {
    font-size: 2vw;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 4.5vw;
}

.online_soudan .online_soudan_flow_1 .circle_text_2 p {
    font-size: 2vw;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 3vw;
}

.online_soudan .online_soudan_flow_2 img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 5.5vw;
}

.online_image_box {
    width: 100%;
    margin: 10px 0;
}

.online_image_box a {
    width: 24%;
    margin: 0 .5%;
    float: left;
}

.online_image_box a img {
    width: 100%;
}

.online_text {
    display: inline-block;
    margin: 30px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #14a107;
    border-radius: 10px;
}

/*------------------------------------------------------------------------------FAQ繝壹�繧ｸ*/
.faq_box .list_title {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 15px;
    background-color: #a4c208;
    border-radius: 10px;
    color: #FFF;
    font-size: 1.5rem;
}

/*------------------------------------------------------------------------------index繝輔ャ繧ｿ繝ｼ繝ｪ繝ｳ繧ｯ*/
.index_link {
    display: none;
}

}

@media print and (-ms-high-contrast: none) {

	.side_menu_box .sidemenu_content_box p {
        font-size: 0.6vw!important;
    }

    .select_type_box .type_box a {
        font-size: 0.8vw!important;
    }

    .footer a {
        font-size: 0.8vw!important;
    }
}

@media print , screen and (min-width: 640px) {

    .mobile {
        display: none!important;
    }
    
    }

@media screen and (max-width: 800px) {
    
    .select_type_box .type_box a {
        font-size: 1vw;
    }

    .content.index_content .news_box_area {
        margin-top: -50px;
    }

    .footer a {
        font-size: 1.0rem;
    }
}
    
@media screen and (max-width:640px) {
    
    .pc {
        display: none!important;
    }
    
    html {
        font-size: 13px;
    }

.page {
    width: 100%;
}

.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: left;
}

/*------------------------------------------------------------------------------繝帙�繝�繝ｭ繧ｴ險ｭ螳�*/
#home_logo {
    position: relative;
    margin-left: 0;
    width: auto;
    text-align: center;
}

#home_logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/*------------------------------------------------------------------------------繧ｳ繝ｳ繝�Φ繝�ち繧､繝医Ν險ｭ螳�*/
.title_border_box {
    margin: 20px 0;
    border-bottom: 5px solid #a4c208;
    border-radius: 0 0 0 6px;
}

.title_border_box p {
    padding-left: 10px;
    line-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    float: left;
    box-sizing: border-box;
}


.title_border_box img {
    display: block;
    height: 30px;
    float: right;
}

.title_border_box.page_title p:nth-of-type(1) {
    font-size: 2.2rem;
}

.title_border_box.page_title {
    border-bottom: none;
    margin: 10px 0 20px;
}
/*------------------------------------------------------------------------------繝倥ャ繝繝ｼ險ｭ螳�*/
.header {
    width: 100%;
    background-color: #FFF;
}

.header a {
    display: block;
    width: 60%;
    padding: 10px 0 10px 50px;
    box-sizing: border-box;
    float: left;
}

.header a img {
    width: 100%;
}

.slider_area {
    position: relative;
}

.slider_area .top_menu_box {
    position: absolute;
    bottom:-25px;
    width:100%;
}

.slider_area .top_menu_box a {
    display: block;
    width:32%;
    float: left;
}

.slider_area .top_menu_box a:nth-of-type(1) {
    margin: 0 1% 0 1%;
}

.slider_area .top_menu_box a:nth-of-type(3) {
    margin: 0 1% 0 1%;
}

.slider_area .top_menu_box a img{
    width:100%;
}

.sns_btn_box {
    display: block;
    height: 40px;
    float: none;
    margin-right: 0;
    margin-left: 13%;
    padding-top: 15px;
    box-sizing: border-box;
}

.sns_btn_box iframe {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    float: left;
}

.sns_btn_box a {
    display: block;
    width: 40%;
    height: auto;
    margin: 0 5%;
    padding: 0;
    float: left;
}

.sns_btn_box a img {
    width: 100%;
}

/*------------------------------------------------------------------------------邱頑･諠��ｱ險ｭ螳�*/
.emergency_information p.information_text {
    height: 400px;
    font-size: 2rem;
}

/*------------------------------------------------------------------------------豎守畑隕句�縺苓ｨｭ螳�*/
.content_title_box &gt; img {
    width: 50px;
}

.content_title_box &gt; p:nth-of-type(1) {
    font-size: 2rem;
    color: #a4c208;
}

.content_title_box &gt; p:nth-of-type(2) {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------sns繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.sns_box {
    width: 100%;
    margin: 0 auto 100px;
    padding:30px 0;
}

.sns_box &gt; div {
    width: 100%;
    max-height: 600px;
    margin-left: 2.5%;
    overflow: hidden;
    float: left;
    text-align: left;
}

.sns_box &gt; div:nth-of-type(2) {
    margin-left: 10px;
    margin-top: 30px;
    overflow: hidden;
}

.sns_box &gt; div:nth-of-type(1) iframe {
    width: 10000px !important;
    max-width: 95% !important;
}


/*------------------------------------------------------------------------------繧ｸ繝ｧ繝悶き繝輔ぉ縺薙≧縺｡縺ｨ縺ｯ�溯ｨｭ螳�*/
.about_jobcafe div {
    width: 100%;
}

.about_jobcafe .about_image_box img:nth-of-type(1) ,
.about_jobcafe .about_image_box img:nth-of-type(2) {
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
    float: left;
}

.about_jobcafe &gt; p {
    width: 90%;
    margin: 10px 5%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
}

.about_jobcafe .about_detail {
    position: absolute;
    width: 60%;
    margin: 0;
    bottom: -10vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.usage_flow_box a {
    display: block;
    width: 33.3333%;
    float: left;
}

.yoyaku_annai .yoyaku_annai_image {
    width: 30%;
    float: left;
}

.yoyaku_annai .yoyaku_annai_text {
    width: 70%;
}

.yoyaku_annai .yoyaku_annai_btn {
    width: 100%;
    margin-top: 10px;
}

.access_map_box {
    width: 100%;
    margin: 10px 0;
}

.access_map_box &gt; img {
    top: -10px;
    left: -10px;
}

.access_map_box &gt; .title_box {
    margin-bottom: 30px;
    padding-right: 10px;
    font-size: 1.2rem;
    text-align: right;
}

.access_map_box:nth-of-type(1) &gt; .title_box ,
.access_map_box:nth-of-type(3) &gt; .title_box {
    width: 95%;
    margin-left: 5%;
}

.access_map_box:nth-of-type(3) &gt; .title_box {
    font-size: 1.1rem;
}

.access_map_box span {
    font-size: 4.5vw;
}

.yoyaku_annai .yoyaku_annai_btn a {
    font-size: 0.8rem;
}

/*------------------------------------------------------------------------------繝九Η繝ｼ繧ｹ繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.news_box_area {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
}

.content.index_content .news_box_area {
    margin-top: -20px;
}

.news_box_area .news_box_title {
    width: 35%;
    left: 10px;
    margin-left: 0;
    padding-left: 0;
    float: left;
}

.news_box_area .news_box a .news_content p {
    width: 49%;
    margin:0 1% 0 0;
    padding: 2px 5px;
    float: left;
    box-sizing: border-box;
}

.news_box_area .news_box a .news_content p:nth-of-type(3) {
    width: 100%;
    float: left;
}

/*------------------------------------------------------------------------------繝��繝悶Ν蝓ｺ譛ｬ險ｭ螳�*/
table {
    width: 100%!important;
    
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    table-layout: fixed;
  }
  table thead th,
  table tbody th,
  table tbody td {
    padding: 1em 10px;
    
    font-weight: normal;
  }

table tr th:nth-of-type(1) {
    font-size: 1.2rem;
  }

/*------------------------------------------------------------------------------莠育ｴ��繝ｼ繧ｸ遘ｻ蜍戊ｨｭ螳�*/
.yoyaku_btn {
    position: absolute;
    top: 10vw;
    right: -10px;
    width: 40%;
    z-index: 200;
}

.yoyaku_btn img {
    width: 100%;
}

.consultant_form div.listradio-container.two-col-list ul {
    width: auto;
}

.consultant_calendar tbody th p:nth-of-type(2) ,
.consultant_calendar tbody td p:nth-of-type(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 0.8rem;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}

/*------------------------------------------------------------------------------繧ｵ繧､繝峨Γ繝九Η繝ｼ(new)險ｭ螳�*/
.side_menu_box {
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    float: left;
    background-color: #FFF;
    z-index: 12000;
    font-size: 0.8rem;
    -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
}

.side_menu_content {
    height: 100%;
    overflow-y: scroll;
}

.side_menu_box.check_on {
    left: 0;
}

#sidemenu_close_btn {
    position: absolute;
    top: 0;
    right: -48px;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    background-image: url(../images/sidemenu_open_icon.png);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
}

.side_menu_box.check_on #sidemenu_close_btn {
    background-image: url(../images/sidemenu_close_icon.png);
}

.side_menu_box a {
    display: block;
    table-layout: fixed;
    width: 100%;
    height: 12.5%;
    max-height: 12.5%;
}

.side_menu_box .side_menu_cell {
    display: block;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
}

.side_menu_box a:hover {
    opacity: 0.5;
}

.side_menu_box .sidemenu_content_box {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid #a4c208;
    box-sizing: border-box;
}

.side_menu_box .sidemenu_content_box img {
    width: 20%;
    padding: 5px 0 2px;
}

.side_menu_box .sidemenu_content_box p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
}

.side_menu_box a:nth-of-type(8) .sidemenu_content_box {
    border-bottom: none;
}

.side_menu_box .side_menu_cell p span{
    font-size: 0.7rem;
}

.side_menu_box .sidemenu_content_box span img{
    width: 15%;
}

/*------------------------------------------------------------------------------繧ｿ繧､繝怜挨繧ｳ繝ｳ繝�Φ繝��繝�け繧ｹ險ｭ螳�*/
.select_type_box {
    width: 100%;
    margin-top: 0;
    padding: 10px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
}

.select_type_box.check_on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.select_type_box .type_box {
    width: 33%;
    margin: 5px 0;
    margin-left: 0.25%;
    padding: 0 5px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.select_type_box .type_box:nth-of-type(1) , 
.select_type_box .type_box:nth-of-type(3n+1) {
    margin-left: 0.25%;
}

.select_type_box .type_box a {
    font-size: 0.8rem;
}

.page_about_text p:nth-of-type(1) {
    font-size: 7.5vw;
    text-align: left;
}

.page_about_text p:nth-of-type(2) {
    font-size: 4.8vw;
    text-align: left;
}

.link_btn {
    display: inline-block;
    width: 60%;
    margin: 10px 0;
    margin-left: 0;
    padding: 10px 0;
    background-color: #14a107;
    color: #FFF !important;
    border-radius: 10px;
    text-align: center;
}

.loop {
    /*background:url(../images/loop.png);
    background-size: cover;*/
    width: 100%;
    height: 80px;
    /*padding-top: calc( 260/2000*100% );
    -moz-animation: loop 100s linear infinite;
    animation: loop 100s linear infinite;*/
   }

.balloon2-left ,
.balloon2-right {
  width: 90%;
}

.balloon2-right {
  margin-left: 5%;
}

.text_big_2 {
    font-size: 4.5vw;
}

.balloon2-left p, .balloon2-right p {
    font-size: 1.0rem!important;
}

/*------------------------------------------------------------------------------繧ｵ繝昴�繝医�繝�け繧ｹ險ｭ螳�*/
.support_category_area {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.support_category_area .support_category_box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.support_category_area .support_category_box .category_box {
    width: 96%;
    margin:0 2%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

/*------------------------------------------------------------------------------繧ｵ繝昴�繝医�繝�け繧ｹ(detail)險ｭ螳�*/
.detail_support_category_area {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.detail_support_category_area .support_category_box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.detail_support_category_area .support_category_box .category_box {
    width: 96%;
    margin:0 2%;
    margin-left: 2.5%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ莠育ｴ�ｨｭ螳�*/
.seminar_select_calendar {
    width:96%;
    text-align: center;
    -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
            user-select: none;
    margin: 30px 2% 50px;
}

.seminar_select_calendar .calendar_content_header {
    width:100%;
    max-width: 1080px;
    margin: 10px auto;
    padding: 10px;
    background-color: #a4c208;
    color: #FFF; 
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.seminar_select_calendar .calendar_content_header p {
    float: left;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(1) {
    width:20%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(2) {
    width: 50%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(3) {
    width: 50%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(4) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(5) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(6) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(7) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(8) ,
.seminar_select_calendar .calendar_content_header p:nth-of-type(9) {
    width: 16.6%;
}

.seminar_select_calendar .calendar_content_header p:nth-of-type(10) {
    width: 100%;
}

.seminar_select_calendar .calendar_content_all {
    width:100%;
    height:500px;
    margin: 10px auto;
    overflow-y: scroll;
}

/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ讓ｪ蟷�欠螳�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar {
    width: 15px;
}
/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹濶ｲ繝ｻ隗剃ｸｸ謖�ｮ�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ濶ｲ繝ｻ隗剃ｸｸ謖�ｮ�*/
.seminar_select_calendar .calendar_content_all::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box {
    width: 100%;
    max-width: 1080px;
    margin: 10px auto;
    margin-left: 0;
    padding: 0;
    text-align: center;
    background-color: #a4c208;
    border: none;
    border-radius: 10px;
    font-size: 0.8rem;
    border: 1px solid #a4c208;
    box-sizing: border-box;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .day_number {
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .day_number p {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_2persons .day_number p {
    height:55px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_3persons .day_number p {
    height:auto;
    padding: 10px 0;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box_all {
    width: 100%;
    padding: 2.5px 1%;
    float: left;
    background-color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box_all .consultant_box {
   padding: 2.5px 0;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p {
    position: relative;
    width: 16.6%!important;
    padding: 2px 0;
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p span {
    padding-left: 10px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(1) {
    width: 50%!important;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(2) {
    width: 50%!important;
    float: left;
    box-sizing: border-box;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box p:nth-of-type(1) {
    color:#FFF;
    text-align: center;
    border-radius: 10px;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box.jobcafe_kochi p:nth-of-type(1) {
    background-color: #a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .consultant_box.hata_satellite p:nth-of-type(1) {
    background-color: #35aacb;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn {
    float: left;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn {
    width: 100%;
    background-color: #FFF;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding:0;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p span {
    padding: 5px 10px;
    background-color: #35aacb;
    color:#FFF;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box .reservation_btn p span.check_on {
    background-color: #a4c208;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_2persons .reservation_btn p {
    display: block;
    height: auto;
    margin: 20px auto;
}

.seminar_select_calendar .calendar_content_all .calendar_content_box.consultant_3persons .reservation_btn p {
    display: block;
    height: auto;
    margin: 20px auto;
}

/*------------------------------------------------------------------------------蜷��繝ｼ繧ｸ繧ｿ繧､繝医Ν驛ｨ蛻�ｨｭ螳�*/
.page_title_area {
    width:100%;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 2.5rem;
    color: #a4c208;
}

/*------------------------------------------------------------------------------繧ｿ繧､繝怜挨繧ｳ繝ｳ繝�Φ繝Ю繝九Η繝ｼ繧ｹ險ｭ螳�*/
.select_type_information_box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 10px 5%;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
}

.select_type_information_box .type_content_box {
    width:96%;
    margin: 10px 0;
    margin-left: 2%;
    padding:10px;
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    float: left;
}

.select_type_information_box .type_content_box p:nth-of-type(1) {
    top: -35px;
    right: -20px;
}
/*
.select_type_information_box .type_content_box.type_1 p:nth-of-type(1) {
    background-color: #35aacb;
}

.select_type_information_box .type_content_box.type_2 p:nth-of-type(1) {
    background-color: #f7872e;
}

.select_type_information_box .type_content_box p:nth-of-type(2) {
    padding: 2px 10px;
    float: left;
}

.select_type_information_box .type_content_box p:nth-of-type(3) {
    width: 100%;
    margin: 5px 0;
    font-size: 2rem;
    border-bottom: 1px dotted #a0a0a0;
    float: left;
}

.select_type_information_box .type_content_box.type_1 p:nth-of-type(3) {
    color: #35aacb;
}
.select_type_information_box .type_content_box.type_2 p:nth-of-type(3) {
    color: #f7872e;
}

.select_type_information_box .type_content_box img {
    display: block;
    width: 35%;
    margin:10px 2.5%;
    float: left;
}

.select_type_information_box .type_content_box p:nth-of-type(4) {
    width: 57.5%;
    margin:10px 0;
    text-align: left;
    float: left;
}
*/

/*------------------------------------------------------------------------------繧ｳ繝ｳ繧ｵ繝ｫ繧ｿ繝ｳ繝医�繝ｭ繝輔ぅ繝ｼ繝ｫ險ｭ螳�*/
.consultant_profile_box {
    width: 96%;
    margin: 0 auto;
}

.consultant_profile_box img {
    display: block;
    width: 100%;
    margin-left: 0;
    float: left;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ莠育ｴ�｢ｺ隱崎ｨｭ螳�*/
.reservation_seminar_box {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 0.8rem;
}

.radio02 {
    display: inline-block;
}

.radio02-input {
    display: none;
}

.reservation_seminar_box .evaluation_send_box_content .radio02-input + label {
    padding-left: 10px;
    position: relative;
    margin-right: 10px;
}

.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background-color: #FFF;
    border-radius: 50%;
}

.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #009a9a;
    border-radius: 50%;
}

.seminar_reservation_menu.send_btn p {
    width: 50%;
}

.seminar_reservation_menu.no_data p:nth-of-type(2) {
    width: 50%;
}

.seminar_reservation_menu.no_data p:nth-of-type(2), .seminar_reservation_menu.no_data p:nth-of-type(3) {
    width: 50%;
}

#reservation_seminar_box {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.seminar_reservation_menu &gt; span &gt; input {
    width: 60%;
}

/*------------------------------------------------------------------------------link繝懊ャ繧ｯ繧ｹ險ｭ螳�*/
.link_box {
    width: 100%;
    padding:30px 0 50px;
}

.link_box &gt; a {
    display: block;
    width: 47%;
    margin: 10px 0;
    margin-left: 2%;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    float: left;
}

.link_box .link_sub_box {
    display: block;
    width: 47%;
    margin: 10px 0;
    margin-left: 2%;
    float: left;
}

.link_box.koho .link_sub_box {
    height: 70vw;
}

.link_box a img {
    display: block;
    width: 100%;
}

.link_box .about_detail {
    position: absolute;
    width: 60%;
    margin: 0;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.link_box .link_sub_box.movie {
    display: block;
    width: 96%;
    margin: 10px auto;
    margin-left: 2%;
    float: left;
}

/*------------------------------------------------------------------------------繝輔ャ繧ｿ繝ｼ險ｭ螳�*/
.footer a {
    display: block;
    width: 96%;
    margin: 10px 0;
    margin-left: 2%;
    padding: 0;
    border-radius: 6px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.footer .link_box a {
    width: 42%;
}

.btn_pdf {
    width: 80%;
    margin: 30px 0;
    font-size: 1rem;
}

/*------------------------------------------------------------------------------繧ｸ繝ｧ繝悶き繝輔ぉ縺薙≧縺｡縺ｨ縺ｯ�溯ｩｳ邏ｰ繝壹�繧ｸ險ｭ螳�*/
.about_jobcafe_table tr th:nth-of-type(1) {
    font-size: 1.2rem;
}

.about_jobcafe_table span {
    color: #a4c208;
    font-size: 1.2rem;
    font-weight: bold;
}

.about_jobcafe_table th span {
    width: auto;
    font-size: 1.2rem;
}

.about_jobcafe_table a {
    color: #f7872e;
}

.access_box {
    width: 96%;
    margin: 0 2%;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.access_box p:nth-of-type(1) {
    line-height: 1.2;
    color: #a4c208;
    font-size: 1.4rem;
}

.access_box p:nth-of-type(1) span {
    font-size: 2.2rem;
}

.access_box p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.4rem;
}

.access_box p:nth-of-type(3) {
    margin: 10px 0 20px;
    line-height: 40px;
    color: #f7872e;
    font-size: 1.8rem;
}

.access_box p:nth-of-type(3) span {
    margin: 0 10px;
    color: #FFF;
    background-color: #f7872e;
    padding: 10px 6px;
    border-radius: 50%;
    font-size: 1.5rem;
}

.access_box iframe {
    margin: 10px 0;
}

.address_box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding:30px 10px 30px;
    box-sizing: border-box;
}

.address_box p:nth-of-type(1) , 
.address_box p:nth-of-type(3) {
    width: 100%;
}

.address_box p:nth-of-type(2) , 
.address_box p:nth-of-type(4) {
    width: 100%;
}

.about_jobcafe_menu tr th a ,
.about_jobcafe_menu tr td a {
    font-size: 0.8rem;
}

.about_jobcafe_menu tr th ,
.about_jobcafe_menu tr td {
    height: 11vw;
    font-size: 0.8rem!important;
    padding: 5px 0;
}

/*------------------------------------------------------------------------------縺雁撫縺�粋繧上○險ｭ螳�*/
.forms thead th:nth-of-type(1) ,
.forms tbody th:nth-of-type(1) {
    width: 30%;
    color: #14a107;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}

.forms thead th:nth-of-type(2) ,
.forms tbody td:nth-of-type(1) {
    width: 70%;
}

.forms thead th:nth-of-type(2) input[type="text"] ,
.forms tbody td:nth-of-type(1) input[type="text"] ,
.forms tbody td:nth-of-type(1) input[type="email"] {
    width: 100%;
    margin: 10px 0;
}

.forms textarea {
    width:  96%;
    resize: none;
}

.fsubmit input[type="submit"] {
    display: block;
    margin: 30px auto;
    padding: 10px 100px;
    color: #FFF;
    background-color: #a4c208;
    border-radius: 10px;
    border: none;
}

.attention_text {
    position: relative;
    margin: 50px 0;
    padding:20px;
    border: 2px solid #a4c208;
    box-sizing: border-box;
    border-radius: 10px;
}

.attention_text p {
    margin: 10px 0;
    padding-left: 20px;
}

.attention_text span {
    color: #a4c208;
    margin-left: -10px
}

.attention_text p:nth-of-type(1) {
    position: absolute;
    top: -24px;
    left: 30px;
    padding-left: 0;
    color: #a4c208;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF,  2px -2px 0 #FFF,
                 0px 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
                background-color: #FFF;
}

.forms_box {
    width: 96%;
}

.forms_box div.listradio-container.two-col-list ul {
    width: auto;
}

/*------------------------------------------------------------------------------繝｡繝ｼ繝ｫ繝槭ぎ繧ｸ繝ｳ險ｭ螳�*/
.attention_text.mail_magazine p {
    line-height: 30px;
}

.attention_text.mail_magazine span {
    color: #FFF;
    background-color: #a4c208;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.mail_magazine input {
    width: 100%;
    margin: 20px 0;
    margin-right: 10px;
    float: left;
    box-sizing: border-box;
}

.mail_magazine .fsubmit input[type="submit"] {
    display: block;
    margin: 0;
    padding: 10px 100px;
    color: #FFF;
    background-color: #a4c208;
    border-radius: 10px;
    border: none;
    float: left;
}

/*------------------------------------------------------------------------------繝ｪ繝ｳ繧ｯ髮�ｨｭ螳�*/
.page_link_box p {
    margin: 10px 0;
    padding-left: 20px;
}

.page_link_box span {
    color: #a4c208;
    margin-left: -10px
}

/*------------------------------------------------------------------------------逶ｸ隲�ｺ育ｴ�ｨｭ螳�*/
.soudan_box {
    position: relative;
    width: 96%;
    margin:0 auto;
    margin-left: 2%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #FFF;
}

.soudan_box .image_box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.soudan_box .image_box img {
    width:auto;
    height:100%;
}

.soudan_box p {
    margin: 20px auto;
}

.soudan_box p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.soudan_box a {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
}

.yoyaku_attention .attention_box {
    position: relative;
    width: 100%;
    min-height: 0;
    margin: 10px 0 20px;
    padding: 30px 10px;
    float: none;
    border: 2px solid #04b338;
    border-radius: 10px;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ繝壹�繧ｸ險ｭ螳�*/
.seminar_table thead tr td:nth-of-type(1) ,
.seminar_table thead tr td:nth-of-type(2) {
    border-left: 1px solid #04b338;
    border-bottom: 1px solid #04b338;
    padding: 1em 20px;
}
.seminar_table tr th:nth-of-type(1) {
    width: 25%;
    color: #14a107;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}

.seminar_table tr th:nth-of-type(2) ,
.seminar_table tr td:nth-of-type(1) {
    font-size: 1.1rem;
}

.seminar_table th a {
    display: block;
    width: 65%;
    margin: 0;
    color: #FFF;
    background-color: #14a107;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.seminar_table td span {
    color: #14a107;
    font-weight: bold;
}

.seminar_event_calendar {
    width: 98%;
    margin: 0 auto;
}

/*------------------------------------------------------------------------------繧ｻ繝溘リ繝ｼ繧､繝吶Φ繝郁ｩｳ邏ｰ繝壹�繧ｸ險ｭ螳�*/
.slider_area.seminar_event_page {
    position: relative;
    width: 40%;
    margin: 0;
    padding: 30px 0;
    float: left;
}

.seminar_table.seminar_event_page {
    width: 55%;
    margin: 30px 0 30px 5%;
    float: left;
}

.seminar img ,
.oshirase_page img {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto;
}

.seminar table th ,
.oshirase_page table th {
    text-align: left!important;
}

.seminar .btn_pdf ,
.oshirase_page .btn_pdf {
    clear: both;
}

.seminar table th:nth-of-type(1) ,
.seminar table td:nth-of-type(1) {
    width: 35%!important;
}

.seminar table th:nth-of-type(2) ,
.seminar table td:nth-of-type(2) {
    width: 65%!important;
}

a.seminar_pdf {
    display: block;
    width: 30%;
    margin: 0;
    margin-right: 12.5%;
    color: #FFF;
    background-color: #14a107;
    padding: 15px 10px;
    padding-left: 30px;
    background-image: url(../images/pdf_icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    float: right;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------------繝上Ο繝ｼ繝ｯ繝ｼ繧ｯ繝壹�繧ｸ險ｭ螳�*/
.hellowork_about_box {

}

.hellowork_about_box img {
    display: block;
    width: 80%;
    margin-left: 10%;
    float: left;
}

.hellowork_about_box p {
    width: 96%;
    float: left;
    margin-top: 25px;
    margin-left: 2%;
    font-size: 1.4rem;
    line-height: 2;
}

.hellowork_floor_box img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

/*------------------------------------------------------------------------------蟆ｱ豢ｻ蟇ｾ遲悶＠縺溘＞繝壹�繧ｸ險ｭ螳�*/
.taisaku_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.taisaku_box img {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
}

.taisaku_box .text_box {
    width: 96%;
    min-height: auto;
    margin-top: -30px;
    margin-left: 2%;
    padding: 50px 20px;
    padding-left: 20px;
    text-align: left;
}

.taisaku_box .text_box a {
    display: block;
    width: 60%;
    margin: 20px 0 10px;
    margin-left: 20%;
}

/*------------------------------------------------------------------------------螟夜Κ繝ｪ繝ｳ繧ｯ繝壹�繧ｸ險ｭ螳�*/
.page_link_box .link_box .image {
    width: 80%;
    margin-left: 10%;
    float: left;
}

.page_link_box .link_box .image img {
    width: 100%;
}

.page_link_box .link_box .text {
    width: 96%;
    margin-left: 2%;
    float: left;
}

.page_link_box .link_box .text p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    color: #14a107;
}

.page_link_box .link_box .text p:nth-of-type(2) {
    margin-top: 10px;
    line-height: 2;
}

.page_link_box .link_box .text a {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 10px 30px;
    background-color: #14a107;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
}

.link_box_hidden {
    display: none;
}

#link_type_1 p ,
#link_type_2 p ,
#link_type_3 p {
    padding-left: 30px;
    background-image: url(../images/toggle_arrow.png);
    background-size: 20px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

#link_type_1.clicked p ,
#link_type_2.clicked p ,
#link_type_3.clicked p {
    background-image: url(../images/toggle_arrow_2.png);
}

/*------------------------------------------------------------------------------繧ｵ繧､繝医�繝��繝壹�繧ｸ險ｭ螳�*/
.site_map_box {
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.site_map_box:nth-last-child(1) {
    
}

.site_map_box p {
    font-size: 1.5rem;
    color: #04b338;
}

.site_map_box a {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
}

/*------------------------------------------------------------------------------繧ｪ繝ｳ繝ｩ繧､繝ｳ逶ｸ隲��繝ｼ繧ｸ*/
.online_soudan .online_soudan_flow_1 {
    position: relative;
    width: 100%;
}

.online_soudan .online_soudan_flow_2 {
    width: 50%;
    margin: 30px 0;
    margin-left: 25%;
}

.online_soudan .online_soudan_flow_1 &gt; p:first-child {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
}

.online_soudan .online_soudan_flow_1 .circle_text ,
.online_soudan .online_soudan_flow_1 .circle_text_2 {
    width: 50%;
    height: 47vw;
    margin-left: 25%;
}

.online_soudan .online_soudan_flow_1 .circle_text p {
    font-size: 8vw;
    padding-top: 15.5vw;
}

.online_soudan .online_soudan_flow_1 .circle_text_2 p {
    font-size: 8vw;
    padding-top: 11.5vw;
}

.online_soudan .online_soudan_flow_2 img {
    width: 50%;
    padding-top: 0;
    transform: rotate(90deg);
}

.online_image_box a {
    width: 48%;
    margin: 0 1%;
    float: left;
}

/*------------------------------------------------------------------------------FAQ繝壹�繧ｸ*/
.faq_box .list_title {
    margin: 10px 0 10px 10px;
    font-size: 1.2rem;
}

}

</pre></body></html>