@charset "UTF-8";

.disp_pc{display: block}
.disp_sp{display: none}

article.guide{
  font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  padding: 40px;
}
article.guide h1{
  color:#212121;
  font-size: 2.6rem;
  margin-bottom: 10px;
  padding: 0;
}
article.guide .mainv-box{
  text-align: center;
  margin-bottom: 30px;
}
article.guide section{
  margin-bottom: 50px;
}
article.guide section .title-box{
  position: relative;
  margin-bottom: 20px;
  padding: 7px 0;
	color: #134b45;
  text-align: left;
}
article.guide section .title-box:before,
article.guide section .title-box:after{
  position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
article.guide section .title-box:before{
  top: 0;
  border-top: 2px solid #1f665f;
  border-bottom: 1px solid #7ba39f;
}
article.guide section .title-box:after{
  bottom: 0;
  border-top: 1px solid #7ba39f;
  border-bottom: 2px solid #1f665f;
}
article.guide section h2.title{
  position: relative;
	color: #134b45;
  padding-left: 21px;
}
article.guide section h2.title:before{
  display: inline-block;
  position: absolute;
	left: 0;
	content: '';
	height: 60%;
  border-left: solid 5px #30877e;
	box-sizing: border-box;
  margin: 0 8px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
/*助成金の種類*/
article.guide .type-box{
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #daf3ff;
  background-color: #daf3ff;
  padding: 20px 15px;
  margin: 50px 5px;
  text-align: center;
}
article.guide .type-title{
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #fff 60%);
  display: inline-block;
  margin-bottom: 15px;
}
article.guide .type-title br{
  display: none;
}
article.guide .type-box .note{
  font-size: 1.2rem;
}
article.guide .type-box .txt-box{
  text-align: left;
  margin: 15px 0;
}

article.guide .type-box .txt-box.type{
  counter-reset: number;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
article.guide .type-box .txt-box.type .type-Mhead{
  font-size: 1.8rem;
  margin: 10px auto 15px;
  padding-left: 50px;
  font-weight: bold;
  color: #212121;
  position: relative;
}
article.guide .type-box .txt-box.type .type-Mhead:before{
  display: block;
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
article.guide .type-box .txt-box.type .type-s01:before{
  background: url(/joseikin/wp-content/uploads/2019/08/guide_icon01.png) no-repeat left center;
}
article.guide .type-box .txt-box.type .type-s02:before{
  background: url(/joseikin/wp-content/uploads/2019/08/guide_icon02.png) no-repeat left center;
}
article.guide .type-box .txt-box.type .type-s03:before{
  counter-increment: number;
  content: counter(number);
  background: #fff;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
article.guide .type-box .txt-box.type ul{
  display: table;
  margin: 0 auto;
  list-style-type: disc;
  padding: 0px 0px 10px 30px;
}
article.guide .type-box .txt-box.type ul li{
  font-size: 1.8rem;
}
article.guide .type-box .txt-box.type .type-Mhead.type-s03{
  padding-left: 40px;
}
article.guide .type-box .txt-box.type ul.s03-case{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
article.guide .type-box .txt-box.type ul.s03-case li.images{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
	align-self: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 180px;
}
article.guide .type-box .txt-box.type ul.s03-case li.images img{
  -ms-flex-item-align: center;
	align-self: center;
}
article.guide .type-box .txt-box.type ul.s03-case li.images img:nth-child(2){
  width: 35px;
  height: 35px;
}
article.guide .type-box .txt-box.type ul.s03-case li.equal{
  -ms-flex-item-align: center;
	align-self: center;
  text-align: center;
  width: 48px;
}
article.guide .type-box .txt-box.type ul.s03-case li.equal:before{
  font-family: "Font Awesome 5 Free";
  content: '\f52c';
  font-weight: 900;
  font-size: 3.0rem;
}
article.guide .type-box .txt-box.type ul.s03-case li.answer{
  -ms-flex-item-align: center;
	align-self: center;
  flex: 3 1 auto;
}
article.guide .type-box .txt-box.type ul.s03-case li em{
  color: #ea5763;
  font-size: 3.0rem;
  font-style: normal;
}

/*table*/
table.blueTable {
  border: 2px solid #00A0E9;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td,
table.blueTable th {
  border: 1px solid #00A0E9;
  padding: 5px;
}
table.blueTable tbody td {
  font-size: 13px;
  color: #212121;
  vertical-align: middle;
}
table.blueTable tbody td[rowspan] {
  border-left-width: 2px;
  background: #DAF3FF;
  vertical-align: middle;
}
table.blueTable tbody td.price {
  font-size: 12px;
  font-weight: bold;
}
table.blueTable tbody td.price:first-line {
  font-size: 14px;
}
table.blueTable tbody td:nth-last-child(-n+3){
  text-align: center;
}
table.blueTable thead {
  background: #00A0E9;
  border-bottom: 0px solid #D2D2D2;
}
table.blueTable thead th {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center;
  border-left: 0px solid #D2D2D2;
}
table.blueTable thead th:first-child {
  border-left: none;
  width: 45%;
}
table.blueTable tr.sp{
  display: none;
}
/*その他の助成金一覧*/
article.guide .accordion{

}
article.guide .accordion h3{
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 10px 20px;
  margin: 0 0 15px;
  background: #00a0e9;
  color: #fff;
  border: none;
}
article.guide .accordion h3:before{
  content: none;
}
article.guide .accordion h3:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  color: #fff;
  right: 10px;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
  -webkit-text-stroke: 2px #00a0e9;
}
article.guide .accordion h3.now:after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
article.guide .detail_course.inner{
  padding: 20px;
  margin-bottom: 20px;
  background: #f2fbff;
  border: 1px solid #c4d9e3;
}
article.guide .detail_course table{
  border: 2px solid #00a0e9;
  margin-bottom: 20px;
}
article.guide .detail_course table:last-child{
  margin-bottom: 0;
}
article.guide .detail_course table th{
  width: 30%;
  font-size: 1.8rem;
  background-color: #00a0e9;
  color:#fff;
  border-right: none;
  text-align: left;
}
article.guide .detail_course table td{
  vertical-align: middle;
  background: #fff;
  border-left: none;
}
article.guide .detail_course table td.first{
  font-size: 1.8rem;
  color: #00a0e9;
  font-weight: bold;
}
article.guide .detail_course ul.attention{
  margin: 0 0 20px 0;
}
article.guide .attention li{
  list-style: none;
  font-size: 10px;
}
/*補助金とは何が違うの？*/
article.guide .how-box{
  position: relative;
  background: #f7ffff;
  border: 3px solid #009e96;
  border-radius: 30px;
  padding: 20px;
}
article.guide .how-box:before{
  position: absolute;
  top: -20px;
  left: 40px;
  content: "";
  width: 91px;
  height: 91px;
  background: url(/joseikin/wp-content/uploads/2019/08/guide_icon06.png) no-repeat left center;
}
article.guide .how-box:after{
  position: absolute;
  bottom: -3px;
  left: 20px;
  content: "";
  width: 143px;
  height: 210px;
  background: url(/joseikin/wp-content/uploads/2019/08/guide_img01.png) no-repeat left bottom;
}
article.guide .how-box h2.how-title{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  align-items: center;
  color: #134b45;
  text-align: center;
  font-family: serif;
  font-style: italic;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
article.guide .how-box h2.how-title:before{
  display: inline-block;
  content: "";
  width: 28px;
  height: 34px;
  margin-right: 5px;
  background: url(/joseikin/wp-content/uploads/2019/08/guide_icon07.png) no-repeat left center;
}
article.guide .how-box .txt-box{
  margin-bottom: 10px;
}
article.guide .how-box .txt-box:before{
  display: inline-block;
  content: "";
  width: 39px;
  height: 30px;
  margin-right: 5px;
  background: url(/joseikin/wp-content/uploads/2019/08/guide_icon08.png) no-repeat left center;
}
article.guide .how-box .how-flex{
}
article.guide .how-box .how-flex .flexbox-table{
  width: 76%;
  margin-left: auto;
}
table.howtable {
  border: 2px solid #009E96;
  background-color: #EEEEEE;
  color: #212121;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
}
table.howtable thead{
  background: #C4EBE9;
  border-bottom: 2px solid #009E96;
}
table.howtable tr{
  border-bottom: 2px solid #009E96;
}
table.howtable th{
  font-size: 1.8rem;
  text-align: center;
  color: #134b45;
  border: none;
}
table.howtable td{
  background: #fff;
  font-size: 1.5rem;
  width: 40%;
  vertical-align: middle;
  border: none;
}
table.howtable td:first-child{
  font-size: 1.7rem;
  width: 20%;
  background: #eafffe;
  padding: 8px 0px;
}
table.howtable tbody tr{
  height: 66px;
}

/*助成金の受給条件を知ろう！*/
article.guide .term-box {
  margin: 40px 0 0;
  text-align: right;
}
article.guide .term-box ul{
  display: table;
  text-align: left;
  margin: 0 auto;
  list-style-type: disc;
  padding: 0px 0px 10px 30px;
}
article.guide .term-box ul li {
  font-weight: bold;
  font-size: 1.8rem;
}
article.guide .term-box span{
  font-weight: bold;
}

/*助成金を受給するためにはどうすればいい？*/
article.guide .sc-box{
  padding: 0 20px;
}
article.guide h3.txt-box{
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin: 25px auto;
}
article.guide h3.txt-box:after{
  display: block;
  content: url(/joseikin/wp-content/uploads/2019/08/guide_img02.png);
  position: absolute;
  width: 101px;
  height: 70px;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tabMenu{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#tabMenu ul{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}
#tabMenu li{
  width: 100%;
}
#tabMenu li a{
  display: block;
  font-weight: bold;
  height: 70px;
  line-height: 72px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #ea4556;
}
#tabMenu li a[href="#tabBox2"]{
  background: #fcc601;
}
#tabMenu li a[href="#tabBox3"]{
  background: #05b3b2;
}
#tabMenu a:after{
  z-index: 2;
  color: #ea4556;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.2em;
  border-top: 2.2em solid #fcc601;
  border-bottom: 2.2em solid #fcc601;
  border-left: 2.2em solid;
  right: -1em;
}
#tabMenu a[href="#tabBox2"]:after{
  color: #fcc601;
  border-top: 2.2em solid #05b3b2;
  border-bottom: 2.2em solid #05b3b2;
}
#tabMenu a[href="#tabBox3"]:after{
  content: none;
}
#tabMenu .current,
#tabMenu .current:hover{
  font-weight: bold;
  background: none;
}
#tabMenu .current::after,
#tabMenu .current::before{
  content: normal;
}
#tabBoxes span.sp{
  display: none;
}
#tabBox1,#tabBox2,#tabBox3{
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 10px solid #8bd0c9;
  box-shadow: 0px 0px 2px 0px rgba(21,77,71,0.5);
}
#tabBox1:before,#tabBox2:before,#tabBox3:before{
  content: "";
  position: absolute;
  top: -40px;
  left: 13%;
  border: 15px solid transparent;
  border-bottom: 15px solid #8bd0c9;
}
#tabBox2:before{
  left: 50%;
}
#tabBox3:before{
  content: "";
  left: 82%;
}
table.scTable {
  border: 1px solid #c9c9c9;
  color: #212121;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
}
table.scTable thead{
  background: #C4EBE9;
}
table.scTable th{
  border: solid 1px #c9c9c9;
  font-size: 1.8rem;
  text-align: center;
  background: #30877e;
  color: #fff;
}
table.scTable td{
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
  background: #fff;
  vertical-align: middle;
}
table.scTable td:first-child{
  font-size: 1.8rem;
  color: #212121;
  text-align: center;
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
}
table.scTable tbody tr{
  height: 66px;
}
/* 助成金申請は社労士に依頼することもできる！ */
article.guide .balloon-box {
  width: 100%;
  margin: 25px 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
article.guide .balloon-box .face {
  flex-basis: 30%;
}
article.guide .balloon-box .faceicon img {
	width: 100%;
	height: auto;
}
article.guide .balloon-box .chatting {
  flex-basis: 70%;
}
article.guide .says {
  display: table;
	position: relative;
	padding: 20px;
	border: 3px solid #7cc7e9;
	background: #f2fbff;
	border-radius: 8px;
}
article.guide .says:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -37px;
	margin-top: -20px;
	border: 20px solid transparent;
	border-right: 20px solid #f2fbff;
	z-index: 2;
}
article.guide .says:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -44px;
	margin-top: -22px;
	border: 22px solid transparent;
	border-right: 22px solid #7cc7e9;
	z-index: 1;
}
article.guide .says .saysdetail {
  font-size: 1.8rem;
  color: #080a51;
  font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
article.guide .down-box {
  text-align: center;
  color: #00a0e9;
  font-size: 5.0em;
  line-height: 1;
  margin-bottom: 25px;
}
article.guide .down-box .fa-angle-double-down:before{
  -webkit-text-stroke: 4px #fff;
}
article.guide .answer-box{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
article.guide .answer-box.first dl{
  width: 38%;
  margin: 0 auto 16px;
}
article.guide .answer-box dl{
  flex-basis: 38%;
  background: #dcedeb;
  border-radius: 20px;
  overflow: hidden;
}
article.guide .answer-box dt{
  font-size: 1.8rem;
  background: #30877e;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
article.guide .answer-box dd{
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px;
}
article.guide .answer-box img{
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 0;
  margin: auto;
}
/* どんな助成金が受給できるか検索してみよう！ */


/* cta */
article.guide #cta-box{
  background: #f2fbff;
  border: 3px solid #7cc7e9;
  border-radius: 10px;
}
article.guide .cta-inner{
  padding: 10px 20px 10px 134px;
  position: relative;
}
article.guide .cta-inner:before{
  display: block;
  content: "";
  background: url(/joseikin/wp-content/uploads/2019/08/guide_img05.png) no-repeat left center;;
  position: absolute;
  width: 134px;
  height: 162px;
  left: -10px;
  bottom: -3px;
}
article.guide .cta-inner .cta-txt{
  color: #00a0e9;
  font-size: 2.4rem;
  font-weight: bold;
}
article.guide .cta-inner .cta-info{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
article.guide .cta-inner .cta-tel{
  text-align: center;
}
article.guide .cta-inner .cta-note{
  font-weight: bold;
}
article.guide .cta-inner .tel{
  color: #ea4556;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  padding-left: 39px;
  background: url(/joseikin/wp-content/uploads/2019/01/fc-icon.png) no-repeat left bottom;
}
article.guide .cta-inner .guide-btn{
  background: #30877e;
  border-radius: 20px;
  text-align: center;
  padding: 5px 10px;
  transition: 0.4s;
}
article.guide .cta-inner .guide-btn:hover{
  opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
article.guide .cta-inner .guide-btn a{
  display: block;
  color: #fff;
  position: relative;
}
article.guide .cta-inner .guide-btn a:after{
  position: absolute;
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  font-size: 2.0rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
article.guide .filter_box button{
  width: 400px;
  color: #134b45;
  background: #eafffe;
  border: 1px solid #83c4c1;
  box-shadow: none;
}
article.guide .filter_box button:after{
  position: absolute;
  display: block;
  content: "";
  color: #30877f;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  font-size: 2.0rem;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*診断コンテンツ*/
article.guide section .dignosis_wrap {
  border: solid 2px #e2e5e8;
  padding: 2rem;
  display: none;
  width: 100%;
  text-align: center;
}
article.guide section .dignosis_wrap.first {
  display: block;
}
article.guide section .dignosis_wrap p {
  font-weight: bold;
  font-size: 1.8rem;
  /*padding-bottom: 2rem;*/
}
.dignosis-title{
  color: #134b45;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  border-bottom: solid 1px #e2e5e8;
  margin: 32px auto 10px;
}
.dignosis-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #26655f;
  bottom: -1px;
  width: 10.0em;
}
.salary_check select{
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.salary_check input[type="number"] {
  -moz-appearance:textfield;
}
.salary_check {
  border: solid 1px #1f665e;
  padding: 1em;
  position: relative;
  margin: 2em 0;
}
.salary_check p {
  position: absolute;
  background: #fff;
  padding: .5em;
  top: -2rem;
}
.salary_check dl dd{
  margin: 0 auto 8px;
  padding: 0;
  position: relative;
  line-height: 1;
}
.salary_check dl dd:last-of-type{
  margin-bottom: 16px;
}
.salary_check dl dd select{
  margin-right: 5px;
}
.salary_check dl dd input{
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.salary_check dl dd:nth-of-type(2):after,
.salary_check dl dd:nth-of-type(3):after,
.salary_check dl dd:nth-of-type(4):after{
  content: '円';
  position: absolute;
  bottom: 0;
}
.salary_check dl dd:nth-of-type(3):after{
  content: '日';
}
.salary_check dl dd:nth-of-type(4):after{
  content: '時間';
}
.salary_check span{
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #8bd0c9 60%);
}
.dignosis_wrap ul{
  padding-bottom: 2rem;
}
.dignosis_wrap ul li {
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  height: 100px;
}

.dignosis_wrap ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.dignosis_wrap ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.dignosis_wrap ul li:hover label {
  color: #1f665e;
}

.dignosis_wrap ul li .check {
  display: block;
  box-sizing: content-box;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.dignosis_wrap ul li:hover .check {
  border: 5px solid #1f665e;
}

.dignosis_wrap ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.dignosis_wrap input[type=radio]:checked~.check {
  border: 5px solid #1f665e;
}

.dignosis_wrap input[type=radio]:checked~.check::before {
  background: #1f665e;
}

.dignosis_wrap input[type=radio]:checked~label {
  color: #1f665e;
}

.dignosis_wrap .button_wrap button {
  background: #134b45;
  color: #fff;
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  padding: 0px 30px;
  transition: 0.4s;
}
.dignosis_wrap .button_wrap button.next:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  font-size: 2.0rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.dignosis_wrap .button_wrap button.prev:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: bold;
  font-size: 2.0rem;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.dignosis_wrap .button_wrap button:hover {
  opacity: .8;
}
button.calucurate {
  background: #134b45;
  color: #fff;
  display: block;
  padding: 0 3em 0 3em;
  margin: 0 auto 16px;
  position: relative;
  border: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
table.illegal_reason th{
  border: solid 1px #c9c9c9;
  font-size: 1.8rem;
  text-align: center;
  background: #30877e;
  color: #fff;
}
table.illegal_reason td{
  width: 30%;
  vertical-align: middle;
  position: relative;
}
table.illegal_reason td:first-child{
  color: #212121;
  text-align: center;
  font-weight: bold;
}
table.illegal_reason td:nth-child(2){
  width: 10%;
  padding: 8px 10px;
}
table.illegal_reason td:nth-child(3){
  text-align: left;
}
.inquire_box a{
  display: inline-block;
  padding: 12px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  width: 160px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
  margin-right: 5px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.inquire_box a:before{
  position: absolute;
  display: block;
  content: "";
  top: 36%;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
.inquire_box a:hover{
  -webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	background-color: rgba(0, 0, 0, 0.2);
}
.inquire_box a.shindan{
  background: #bc0a04;
}
.inquire_box a.soudan{
  background: #004098;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  article.guide .type-box .txt-box.type ul.s03-case{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.images{
    width: 170px;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.equal{
    width: 30px;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.answer{
    font-size: 1.4rem;
  }
  article.guide .type-box .txt-box.type ul.s03-case li em{
    font-size: 1.6rem;
  }
  article.guide .type-box .txt-box.type ul li{
    font-size: 1.6rem;
  }
  table.blueTable thead th{
    font-size: 14px;
  }
  table.blueTable thead th:first-child{
    width: calc(100% / 2.7);
  }
  table.blueTable thead th:nth-child(2) {
    width: 20%;
  }
  table.blueTable thead th:nth-child(3) {
    width: 16%;
  }
  table.blueTable thead th:nth-child(4) {
    width: 26%;
  }
  table.blueTable tbody td.price {
    font-size: 12px;
  }
  table.blueTable tbody td.price:first-line {
    font-size: 14px;
  }
  article.guide .how-box h2.how-title{
    font-size: 2.2rem;
  }
  article.guide .how-box:after{
    content:none;
  }
  article.guide .how-box .how-flex .flexbox-table{
    width: 100%;
  }
  article.guide .answer-box dl{
    flex-basis: 36%;
  }
  article.guide h3.txt-box:after{
    right: 6%;
  }
  article.guide .cta-inner{
    padding: 10px 10px 10px 134px;
  }
  article.guide .cta-inner .cta-txt{
    font-size: 2.0rem;
  }
  article.guide .cta-inner .tel{
    font-size: 2.0rem;
  }
  article.guide .cta-inner .guide-btn{
    padding: 0px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  article.guide .type-box .txt-box.type ul li{
    font-size: 1.7rem;
  }
  table.howtable td{
    padding: 8px 10px;
  }
  table.howtable td:first-child{
    width: 22%;
  }
  table.blueTable td{
    padding: 5px 4px;
  }
  table.blueTable tbody td.price{
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  article.guide{
    padding: 10px;
  }
  article.guide .type-title{
    font-size: 2.0rem;
    display: inline;
  }
  article.guide .type-title br{
    display: block;
  }
  article.guide .type-box .txt-box.type ul.s03-case{
    padding: 0px 30px 10px 30px;
    display: block;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.images{
    margin: 0 auto;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.equal{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
  }
  article.guide .type-box .txt-box.type ul.s03-case li.answer{
    text-align: center;
  }
  article.guide .how-box:after{
    background: none;
  }
  article.guide .how-box .how-flex .flexbox-table{
    width: 100%;
  }
  article.guide h3.txt-box:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #8bd0c9;
    border-bottom-width: 0;
  }
  article.guide h3.txt-box:after{
    content:"Click!";
    background: #8bd0c9;
    display: block;
    color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    width: 50%;
    height: auto;
    transform: none;
    position: static;
    border-radius: 5px;
  }
  table.howtable td{
    padding: 8px 10px;
  }

  .salary_check dl dd:nth-of-type(2):after,
  .salary_check dl dd:nth-of-type(3):after,
  .salary_check dl dd:nth-of-type(4):after{
    right: 0;
  }
  .salary_check dl dd input{
    width: 85%;
    display: block;
  }
  article.guide .filter_box label:after{
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .disp_pc{display: none}
  .disp_sp{display: block}
  article.guide section h2.title{
    font-size: 2.0rem;
  }
  article.guide .type-box{
    padding: 20px 10px;
  }
  article.guide .type-box .txt-box.type ul li{
    font-size: 1.4rem;
  }
  article.guide .type-box .txt-box.type{
    padding: 10px;
  }
  article.guide .type-box .txt-box.type:last-child{
    margin-bottom:0;
  }
  article.guide .type-box .txt-box.type .type-Mhead{
    font-size: 1.5rem;
  }
  article.guide .type-box .txt-box.type ul.s03-case{
    padding: 0px;
    margin-bottom: 15px;
  }
  article.guide .type-box .txt-box.type .type-Mhead.type-s03{
    padding-left: 30px;
    font-size: 14px;
  }
  article.guide .type-box .txt-box.type .type-s03:before{
    width: 25px;
    height: 25px;
  }
  article.guide .type-box .txt-box.type ul.s03-case li em{
    font-size: 2.0rem;
  }
  article.guide .cta-inner{
    padding: 10px 20px;
    text-align: center;
    background: #f2fbff;
    background: linear-gradient(#ffffff, #f2fbff);
    box-shadow: 0 6px 0px #7cc7e9;
    border-radius: 10px;
  }
  article.guide .cta-inner:before{
    content: none;
  }
  article.guide .cta-inner a{
    display: block;
  }
  article.guide .cta-inner .cta-info{
    display: block;
  }
  article.guide .cta-inner .cta-tel{
    font-size: 2.0rem;
    display: inline-block;
  }
  article.guide .cta-inner .tel{
    font-size: 2.4rem;
  }
  table.blueTable tbody td{
    position: relative;
  }
  table.blueTable tbody td:before {
    content: attr(data-label);
    font-size: 1.4rem;
    color: #00A0E9;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
  }
  article.guide .accordion h3{
    padding: 10px 30px 10px 10px;
  }
  article.guide .accordion h3:after{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  article.guide .accordion h3.now:after{
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }
  article.guide .detail_course table th,
  article.guide .detail_course table td{
    width: 100%;
    display: block;
    border: none;
  }
  article.guide .how-box:before{
    background: none;
  }
  article.guide .how-box h2.how-title{
    font-size: 2.0rem;
  }
  article.guide .sc-box{
    padding: 0;
  }
  table.howtable td{
    padding: 8px 10px;
  }
  article.guide .answer-box.disp_pc{
    display: none;
  }
  article.guide .answer-box.first dl{
    width: 100%;
    margin-bottom: 8px;
  }
  article.guide .answer-box dl{
    flex-basis: 100%;
    order: 2;
  }
  article.guide .answer-box img{
    order: 1;
    position: static;
  }
  #tabMenu li a{
    font-size: 1.4rem;
    height: 44px;
    line-height: 46px;
  }
  .dignosis-title{
    font-size: 2.0rem;
  }
  .dignosis_wrap ul li{
    display: block;
    height: auto;
  }
  .dignosis_wrap ul li .check{
    top: 50%;
    left: 50px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .dignosis_wrap ul li label{
    padding: 10px 0px 10px 0px;
  }
  .salary_check{
    padding: 1em 0.5em;
  }
  .salary_check p{
    padding: 0 5px;
    left: 50%;
    width: 90%;
    -webkit- transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .salary_check span{
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #8bd0c9 60%);
  }
  table.illegal_reason td{
    display: block;
    width: 100%;
    border: none;
  }
  table.illegal_reason td:first-of-type{
    background: #C4EBE9;
    border: 2px solid #009E96;
  }
  table.illegal_reason td:nth-child(2){
    width: 100%;
    font-weight: bold;
    border-left: 2px solid #009E96;
    border-right: 2px solid #009E96;
    border-top: none;
    border-bottom: none;
  }
  table.illegal_reason td:nth-child(3){
    text-align: left;
    border-left: 2px solid #009E96;
    border-right: 2px solid #009E96;
    border-bottom: none;
  }
  table.illegal_reason td.last{
    border-bottom: 2px solid #009E96;
  }
  table.illegal_reason th{
    display: none;
  }
  table.illegal_reason td:before {
    content: attr(data-label);
    font-size: 1.7rem;
    color: #134b45;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  article.guide h3.txt-box:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #8bd0c9;
    border-bottom-width: 0;
  }
  article.guide h3.txt-box:after{
    content:"Click!";
    background: #8bd0c9;
    display: block;
    color: #fff;
    margin: 0 50px;
    padding: 0 10px;
    width: auto;
    height: auto;
    transform: none;
    position: static;
    border-radius: 5px;
  }
  table.howtable {
    width: 100%;
  }
  table.howtable .thead {
    display: none;
  }
  table.howtable tr {
    width: 100%;
  }
  table.howtable td {
    display: block;
    text-align: center;
    width: 100%;
  }
  table.howtable td:first-child {
    background: #c4ebe9;
    width: 100%;
    color: #134b45;
    font-weight: bold;
    text-align: center;
  }
  table.howtable td:before {
    content: attr(data-label);
    font-size: 1.7rem;
    color: #134b45;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #tabMenu li a{
    font-size: 1.0rem;
  }
  #tabBoxes span.sp{
    display: block;
    font-size: 1.8rem;
    color: #212121;
    font-weight: bold;
  }
  table.scTable th:first-child{
    display: none;
  }
  table.scTable td:first-child{
    display: none;
  }
  article.guide .balloon-box{
    display: block;
  }
  article.guide .balloon-box .face{
    text-align: center;
    margin-bottom: 15px;
  }
  article.guide .balloon-box .chatting{
    width: 100%;
  }
  article.guide .says{
    margin-bottom: 15px;
  }
  article.guide .says:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -22px;
    border: 22px solid transparent;
    border-bottom: 22px solid #f2fbff;
  }
  article.guide .says:after{
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -22px;
    border: 22px solid transparent;
    border-bottom: 22px solid #7cc7e9;
    z-index: 1;
  }
  article.guide .answer-box.disp_pc{
    display: none;
  }
  article.guide .answer-box.first dl{
    width: 100%;
    margin-bottom: 8px;
  }
  article.guide .answer-box dl{
    flex-basis: 100%;
    order: 2;
  }
  article.guide .answer-box img{
    order: 1;
    position: static;
  }
  article.guide .filter_box h3{
    margin-top: 0;
  }
  article.guide .filter_box button{
    width: 100%;
    font-size: 1.6rem;
  }
  article.guide .cta-inner .cta-txt{
    font-size: 2.0rem;
  }
  table.blueTable thead th:first-child{
    border: none;
  }
  table.blueTable tr.sp{
    display: block;
  }
  table.blueTable tbody td{
    width: 100%;
    display: block;
  }
  table.blueTable tbody td:before {
    content: attr(data-label);
    font-size: 1.7rem;
    color: #00A0E9;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  table.blueTable tbody tr td:first-child{
    background: #DAF3FF;
    vertical-align: middle;
    text-align: center;
  }
  .dignosis_wrap .button_wrap button{
    padding: 0 2em;
  }
}
