@charset "utf-8";
/* CSS Document */
.text_box_black {
  border: solid 1px #000000;
  padding: 2px 5px;
  margin-right: 0.5em;
  line-height: 2.2em;
}
.headTxtBox02 .txtBox {
  width: 100%;
  text-align: left;
}
.headTxtBox02 .txtBox h2 {
  font-size: 214.29%;
  font-weight: 700;
  color: #004098;
  margin-bottom: 30px;
}
.headTxtBox02 .txtBox h3.subTtl {
  font-size: 171.43%;
  font-weight: 700;
  color: #004098;
}
.headTxtBox02 .txtBox .txt {
  font-size: 128.57%;
  line-height: 2;
  margin-bottom: 26px;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_3column, .item_3column_02 {
  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-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;
}
h3.slash:before {
  left: 0;
}
h3.slash {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 3%;
}
h3.slash:before, h3.slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h3.slash:before, h3.slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item, .item_3column_02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.tag {
  text-align: left;
}
.tag span {
  padding: 0.5em;
  margin: 0 10px;
  vertical-align: middle;
  color: dodgerblue;
  border: 1px solid dodgerblue;
  border-radius: 2em;
}
.tag span:before {
  content: "#";
}
.margin-bottom3per {
  margin-bottom: 3%;
}
.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);
}
ul.schedule, ul.normal {
  padding: 0;
  position: relative;
}
ul.schedule li {
  background: #f1f8ff;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  font-size: 120%;
}
ul.schedule li.date {
  background: #f2f2f2;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
ul.normal li {
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  font-size: 120%;
}
ul.normal li:before {
  content: "●";
  padding-right: 0.5em;
}
h3.product {
  padding: 0.5em 1em;
  font-size: 130%;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 3%;
  background-color: #004098;
  color: #fff;
}
.goto_space {
  text-align: center;
}
.goto_space span {
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 130%;
  margin-top: 1%;
  margin-bottom: 3%;
  background-color: #004098;
  color: #fff;
  text-align: center;
}
.font_orange {
  color: #ff4500;
}
.padding_right_05em {
  padding-right: 0.5em;
}
div.contents {
  margin-bottom: 10%;
  text-align: left;
}
.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; /*左線*/
}
.contents ul {
  padding-top: 1em;
  font-size: 120%;
}
.stepflow {
  display: flex;
  margin: 0 0 1em;
  padding: 0;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
  font-size: 90%;
}
.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;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
}
.contents p.info, .contents p {
  text-align: left;
  font-size: 120%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.contents ul li {
  list-style: disc;
  list-style-position: inside;
}
.font_size80per {
  font-size: 80%;
}
.font_size120per {
  font-size: 120%;
}
.font_size110per {
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .window_pc {
    display: none;
  }
  ul.schedule li {
    font-size: 100%;
  }
  .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%;
  }
  .grayBox .blue {
    color: #004098;
  }
  .grayBox {
    background: #eee;
    padding: 15px 30px;
    border: 1px solid #ccc;
    font-size: 100%;
  }
  .grayBox li {
    line-height: 2;
    padding-left: 1em;
    text-indent: -1.2em;
    list-style: disc inside;
  }
}
@media only screen and (max-width: 768px) {
  ul.modelcorse li {
    width: 100%;
  }
  .coronainfo, .coronainfo_area p {
    width: 100%;
    margin: 0 auto;
  }
  .coronainfo_area p {
    padding-top: 10px;
  }
  .productPageLink li a, .productPageLink li a:hover {
    display: block;
    width: auto;
    text-align: center;
    color: #004098;
    font-weight: 500;
    background: #eee;
    padding: 1em 1.2em;
    font-size: 85.71%;
    position: relative;
  }
  .productPageLink li a:after, .productPageLink li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
    bottom: 5px;
    left: 50%;
    margin-left: -4px;
    transition: all .25s ease;
  }
}
.coronainfo_area {
  width: 90%;
  margin: 5%;
}
.coronainfo {
  width: 50%;
  margin: 0 25%;
  display: block;
  color: #FFF;
  background: #004098;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-size: 16px;
}
.coronainfo_area p {
  width: 70%;
  margin: 1% 15%;
}
.coronainfo::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 15px;
}
.coronainfo:hover {
  background: #f39700;
}
.productPageLink {
  width: 100%;
  display: flex;
  margin: 4.69% auto;
}
.productPageLink li {
  flex: 1 1 auto;
  margin: 0 1px 1px 0;
}
.productPageLink li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #004098;
  font-weight: 500;
  background: #eee;
  padding: 20px 0;
  font-size: 16px;
  transition: all .25s ease;
  position: relative;
}
.productPageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  transition: all .25s ease;
}
.productPageLink li a:hover {
  background: #004098;
  color: #fff;
}
.productPageLink li a:hover:after {
  background: url(/corp/images/common/arrowWhiteDown.png) no-repeat center/100%;
  bottom: 5px;
}
a.link {
  color: dodgerblue;
  border-bottom: dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
@media screen and (max-width: 768px) {
  .stepflow {
    display: list-item;
    list-style-type: none;
  }
  .window_pc {
    display: none;
  }
  .window_sp {
    display: block;
  }
  .fulltxt {
    width: 100% !important;
  }
  .padding_right_05em {
    padding-right: 0.5em;
  }
  .productPageLink {
    width: 100%;
    display: flex;
    margin: 4.69% auto;
    flex-wrap: wrap;
  }
  .box02_special {
    padding: 0.5em 1em;
    margin: 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);
    display: flex;
    justify-content: center;
  }
  .box02_special p {
    margin: 0;
    padding: 0;
  }
}
/*---------------------------
	お問合わせ
-----------------------------*/
@media screen and (max-width:768px) {
  .contactBox01 {
    width: 100%;
    display: block;
  }
  .contactBox01 .address {
    padding: 6.76%;
  }
  .contactBox01 .address h4 {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .contactBox01 .address .coName {
    font-size: 100%;
    color: #014593;
  }
  .contactBox01 .address .coInfo {
    font-size: 85.71%;
  }
  .contactBox01 .entry {
    width: 100%;
    padding: 4% 0;
    margin-bottom: 15%;
  }
  .contactBox01 .entry h4 .en {
    font-size: 24px;
  }
  .contactBox01 .entry h4 .jp {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .contactBox01 .entry .seminarTtl, .contactBox01 .entry .date {
    font-size: 85.71%;
  }
  .contactBox02 {
    width: 100%;
    display: block;
  }
  .contactBox02 .address {
    padding: 6.76%;
  }
  .contactBox02 .address h4 {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .contactBox02 .address .coName {
    font-size: 100%;
    color: #014593;
  }
  .contactBox02 .address .coInfo {
    font-size: 85.71%;
  }
  .contactBox02 .entry {
    width: 100%;
    padding: 4% 0;
    margin-bottom: 15%;
  }
  .contactBox02 .entry h4 .en {
    font-size: 24px;
  }
  .contactBox02 .entry h4 .jp {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .contactBox02 .entry .seminarTtl, .contactBox02 .entry .date {
    font-size: 85.71%;
  }
  .satelliteLink_sp {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
/*---------------------------------------
	モニターツアー募集ページ
---------------------------------------*/
.headImg {
  max-width: 1280px;
  margin: 0 auto;
}
.box02 {
  padding: 0.5em 1em;
  margin: 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);
}
.box02 p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
 /* .headImg {
    margin: 100px auto 0;
  }*/
}