@charset "utf-8";
div.contents {
  margin-bottom: 10%;
  text-align: left;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.bk_white {
	background-color: white;
}
.padding_3per {
	padding: 3%;
}
.waku_blue {
	border: solid 1px #00afcc;
	color: #00afcc;
	padding: 0 0.2em;
	background-color: white;
}
.waku_red {
	border: solid 1px #e8383d;
	color: #e8383d;
	padding: 0 0.2em;
	background-color: white;
}
.textsize {
  font-size: 128.57%;
  margin-bottom: 26px;
}
.font_red {
  color: red;
}
.font_orange {
  color: #ff4500;
}
.font_lightblue {
  color: #008db7;
}
.font_blue {
  color: #004098;
}
.font_small80 {
	font-size: 80%;
}
.font_100per {
	font-size: 100%;
}
.font_80per {
	font-size: 80%;
}
.font_110per {
	font-size: 110%;
}
.font_120per {
	font-size: 120%;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.pagetop a {
  display: block;
  background-color: #89c3eb;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #007bbb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
p.totop {
  text-align: right !important;
  margin: 3%;
  font-size: 120%;
}
p.totop a, a.link {
  color: #555;
  text-decoration: underline;
}
p.totop a:hover, a:hover.link {
  color: #1e90ff;
}
.padding_right_05em {
  padding-right: 0.5em;
}
.contents h2 {
  padding: 0.5em 0;
  font-size: 180%;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 3%;
  background-color: #004098;
  color: #fff;
  text-align: center;
}
.contents h3 {
  padding: 0.5em 0;
  font-size: 150%;
  font-weight: bold;
  color: #008db7;
  border-top: solid 3px #008db7;
  border-bottom: solid 3px #008db7;
  text-align: center;
}
.contents h4 {
  align-items: center;
}
.contents p.info, .contents p {
  text-align: left;
  font-size: 120%;
}
p.info span.option a {
  color: red;
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.contents div.point, .contents div.point_orange, .contents div.point_blue {
  position: relative;
  margin: 5em 0 2em 0;
  padding: 0.5em 1em;
  text-align: left;
  font-size: 120%;
}
.contents div.point .box-title, .contents div.point_orange .box-title, .contents div.point_blue .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.contents div.point p {
  margin: 0;
  padding: 0;
}
.contents div.point_orange {
  border: solid 3px #ec6800;
}
.contents div.point_orange .box-title {
  background: #ec6800;
}
.contents div.point_blue {
  border: solid 3px #008db7;
}
.contents div.point_blue .box-title {
  background: #008db7;
}
.contents ul {
  padding-top: 1em;
  font-size: 120%;
}
.contents ul li {
  list-style: disc;
  list-style-position: inside;
}
nav.menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
nav.menu li {
  display: table-cell;
  min-width: 50px;
  font-weight: bold;
}
nav.menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  padding-bottom: 5px;
}
nav.menu li.red {
  border-bottom: 3px solid #ea5550;
  color: #ea5550;
}
nav.menu li.orange {
  border-bottom: 3px solid #ec6800;
}
nav.menu li.blue {
  border-bottom: 3px solid #008db7;
}
nav.menu li.yellow {
  border-bottom: 3px solid #f8b500;
}
nav.menu li.purple {
  border-bottom: 3px solid #7f1184;
}
nav.menu li.green {
  border-bottom: 3px solid #028760;
}
nav.menu li.pink {
  border-bottom: 3px solid #e44d93;
}
nav.menu li:hover {
  color: #E7DA66;
  border-bottom: 3px solid #a1d8e6;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 40%;
  justify-content: space-between;
  padding: 1%;
}
.item_80per {
  width: 80%;
  justify-content: space-between;
  padding: 1%;
}
.item_20per {
  width: 20%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
div.contents div.infomation {
  background-color: #eee7e0;
  padding: 10px 30px;
}
h3.forms_info {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	margin-bottom: 3%;
}
h3.forms_info:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h3.forms_info:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
/*===========================
  PCR　KIT
=============================*/
.pcr_kit_are ul{
	display: flex;
	width: 100%;
}
.pcr_kit_are ul li{
	list-style-type: none;
	width: 30%;
	background-color: #fad5ce;
	margin-left: 2.5%;
	border-radius: 10px;
	text-align: center;
	padding: 5px 0;
	color: #e8566e;
	font-size: 1.2em;
	line-height: 1.2;
}
.kit_1{
	padding-top: 15px !important;
}
.pcrkit_img_right img{
	float: right;
}
.pcrkit_price_area{
	margin-top: 5%;
}
.pcrkit_price_ttl{
	font-size: 1.5em;
	font-weight: bold;
	color: #0099cc;
}
.pcrkit_price{
	font-size: 1.2em;
}
.kitpriceL{
	font-size: 26px;
	font-weight: bold;
	color: #cc0000;
	padding-left: 8px;
}
.kitpriceS{
	font-size: 14px;
	font-weight: 400;
}
.text_align_center{
	text-align: center;
}
.warkation_top_box0 {
  position: relative;
  width: 90%;
  margin: 0 auto 5%;
  border: solid #004098 1px;
  font-size: 16px;
  padding: 2% 5%;
  text-indent: -1em;
}
.promoSec02 {
    margin-bottom: 6.25%;
}
.box0_ttl {
    text-align: center;
    font-size: 20px;
    border: dotted 2px #004098;
    font-weight: bold;
}
.warkation_top_box0 ul {
    display: flex;
    width: 100%;
    margin: 3% 0 0;
    text-indent: -1em;
	text-align: left;
}
.warkation_top_box0 ul li:first-child {
    width: 41%;
    padding-left: 3%;
}
.warkation_top_box h2 img, .warkation_top_box0 h2 img, .warkation_top_box1 h2 img, .inhousetraining_box h2 img {
  position: absolute;
  top: -40px;
  left: -40px;
}
ul, ol, menu {
    list-style: none;
}
.sp_none{
		display: none;
	}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
h3.forms_info {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	margin-bottom: 5%;
}
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn-orange, .btn-blue {
    width: 100%;
  }
}
a.link {
  color: dodgerblue;
  border-bottom: dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
.contents ul.tourpoint {
  margin-top: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}
.contents ul.tourpoint li {
  font-size: 150%;
  margin-top: 1%;
  padding-bottom: 3%;
  width: 50%;
  float: left;
  color: #004098;
  font-weight: bold;
}
.contents ul.tourpoint li.last {
  font-size: 150%;
  margin-top: 20px;
  padding-bottom: 3%;
  width: 100%;
  line-height: 1.5em;
}
.contents ul.tourpoint li p {
  font-size: 12pt;
  line-height: 1.5em;
  margin-left: 1em;
  margin-top: 10px;
  color: #333;
  font-weight: normal;
}
.contents ul.tourpoint li span img {
  padding: 0 10px;
}
.contents ul.tourpoint li.last::before {
  content: none;
}
.box_border_blue {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.margintop_3 {
  margin-top: 3%;
}
.marginbottom_3 {
  margin-bottom: 3%;
}
.marginright_05em {
  margin-right: 0.5em;
}
.ctgry {
    color: #fff;
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #f39700;
    border-radius: 14px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
  .contents ul.tourpoint li, .contents ul li.last {
    font-size: 15pt;
    width: 100%;
  }
  .contents ul.tourpoint li span img {
    width: 10%;
    margin: 2% 0 0 0;
  }
  .contents ul.tourpoint li p {
    margin-left: 1em;
  }
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_3column {
  width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-body ul {
  padding-top: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.item ul {
  margin-top: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}
.contents span.option {
  background-color: white;
  color: red;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border: red solid 1px;
  line-height: 3em;
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item,.item_3column,.item_40per,.item_60per {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
.contents h4 {
  display: flex;
  align-items: center;
  text-align: center;
  color: #004098;
  font-size: 150%;
  font-weight: 700;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent;
  border-left: solid 5px #004098; /*左線*/
}
.stepflow {
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
  padding: 0;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
}
.stepflow > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.stepflow > li .bubble::after, .stepflow > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.stepflow > li.completed, .stepflow > li.completed .bubble {
  color: #333;
}
.stepflow > li.completed .bubble, .stepflow > li.completed .bubble::after, .stepflow > li.completed .bubble::before {
  background-color: #004098;
}
.stepflow > li:last-child .bubble::after, .stepflow > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.window_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .stepflow {
    display: list-item;
    list-style-type: none;
  }
  .textsize {
    font-size: 100%;
    margin-bottom: 6.93%;
  }
  .window_pc {
    display: none;
  }
  .window_sp {
    display: block;
  }
  nav.menu li {
    display: list-item;
    list-style-type: none;
  }
}
.box_service {
    background: #dcefff;
}
.box_country {
    background: #fff;
}
.box_service .box-title {
    font-size: 150%;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_country .box-title {
    font-size: 150%;
    background: #ff8c00;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_service p {
    padding: 15px 20px;
    margin: 0;
}
.box_modelcorse {
    position: relative;
    margin: 2em 0;
	padding-left: 65px;
    padding-top: 30px;
    padding-bottom: 10px;
	text-align: left;
	font-size: 15px;
    border: solid 2px #004098;
	overflow:hidden;
}
.box_modelcorse .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #004098;
    color: #ffffff;
    font-weight: bold;
}
.box_modelcorse p {
    margin: 0; 
    padding: 0;
}
.box_modelcorse a:hover {
	background-color:#f79839;
}
ul.modelcorse{
	list-style: none outside;
}
ul.modelcorse li{
	list-style-type: none;
	padding: 0;
	float: left;
	width: 10%;
}
@media only screen and (max-width: 768px){
ul.modelcorse li{
	width: 100%;
}
.scroll-table {
  overflow: auto;
  white-space: pre-line;
}
}
@media screen and (max-width: 768px) {
.ctgry {
    font-size: 67.86%;
    color: #fff;
    display: inline-block;
    padding: 0 2.5em;
    background: #f39700;
    border-radius: 8px;
    line-height: 16px;
}
.contents h2 {
    padding: 0.5em 0;
    font-size: 120%;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 3%;
    background-color: #004098;
    color: #fff;
    text-align: center;
}	
.box_service .box-title {
    font-size: 120%;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}	
}

@media screen and (min-width: 601px) {
	.pc_none{
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.sp_none{
		display: none;
	}
	.pcrkit_price_ttl{
		font-size: 1.3em;
	}
	.kitpriceL{
		font-size: 18px;
	padding-left: 0;		
	}
	.kitpriceS {
		font-size: 17px;
	}
	.pcrkit_img_right img, .pcrkit_img_left img{
		width: 60%;
	}
	.pcrkit_img_left img{
		margin-top: -10%;
	}
	.pcr_kit_are ul li{
		font-size: 0.6em;
	}
	.kit_1 {
		padding-top: 10px !important;
	}
}
@media screen and (max-width:480px) {
.warkation_top_box h2 img, .warkation_top_box0 h2 img, .warkation_top_box1 h2 img, .inhousetraining_box h2 img {
    width: 18%;
    height: auto;
    top: -10px;
    left: -25px;
  }
.warkation_top_box0 ul li, .inhousetraining_box ul li {
    width: 100% !important;
    padding-left: 0 !important;
 display: block;
margin: 3% 0 0;	
}	
.warkation_top_box0 ul, .inhousetraining_box ul {
    display: block;
}
	}
@media screen and (min-width: 481px){
.pc_none {
    display: none;
}	
}