﻿
@charset "utf-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}


aside,figure,footer,header,main,menu,section {display: block;}

h1,h2,h3,p,span,small,dl,dt,dd,ul,li {
    margin: 0;
  }


a {
  background-color: transparent;
  color: #494c50;
  text-decoration: none;
}


a:hover {
  outline: 0;
  text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
	border: 0;
	max-width: 100%;
    height:auto;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

section {
    margin: 0 auto;
    padding: 30px 0 40px;
    text-align: center;
}

h1 {display:none;}
h2{font-size: 38px;}

h2.oreline,h2.sankaku {font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:38px;
  position: relative;
  padding: 2rem 1.5rem 1rem 1.5rem;
  text-align: center;
}

h2.oreline span {font-size:28px;
  display: block;
}


h2.white {
	color:#fff;	  
    font-weight: bold;
	font-size: 42px;
}
/*------------------ \/付タイトル ------------------*/
h2.line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  text-align: center;
}
h2.line2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}
h2.line::before,
h2.line::after,h2.line2::before,
h2.line2::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #000;
}

h2.line::before,h2.line2::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
h2.line::after,h2.line2::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*------------------ \/付タイトル 青字 ------------------*/
h2.line_b {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color:#1d7fc9;
  text-align: center;
}

h2.line_b::before,
h2.line_b::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #1d7fc9;
}

h2.line_b::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
h2.line_b::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*------------------ 上box付２行タイトル ------------------*/
h2.box {font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:48px;
  position: relative;
  padding: 2rem 1.5rem 3rem 1.5rem;
  text-align: center;
  font-weight: bold;
}
h2.box::before {
  content: attr(data-en);
  display: block;
  color: #707070;
  padding: 0.2em;
  background:#fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  font-style: italic;
  text-transform: uppercase;
  width:30%;
  margin:0 auto;
  margin-bottom:30px;
}

/*------------------ 背景文字２行タイトル ------------------*/
h2.backtxt {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:38px;
  text-align: center;
}

h2.backtxt span {
  position: relative;
  z-index: 2;
}

h2.backtxt::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(29,127,201,0.1);
  font-size: 130px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*------------------ 下に▼タイトル ------------------*/

h2.sankaku::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fb3d18 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

h3{font-size: 32px;}

.txt38{font-size: 38px;}
.txt26{margin-top:20px; font-size: 28px; text-align: center;}

red {
    color: #fb3d18;
    font-weight: bold;
}
.red {
    color: #e61c24;
    font-weight: bold;
}
.blue{color: #1d7fc9; font-weight: bold}
.yellow {
    color: #fff68f;
    font-weight: bold;
}

.y_line {
    color: #000;
    font-weight: bold;
	background: linear-gradient(transparent 60%, #fcf885 0%); 
	
}
.y_liner {
    color: #e61c24;
    font-weight: bold;
  background: linear-gradient(transparent 60%, #fcf885 0%); 
  
}
.b,.bold {
  font-weight: bold;
}
.b_line {text-decoration: underline;
  font-weight: bold;
}
small {
  font-size: 80%;
}
.small {
  font-size: 15px;
}
.center{ text-align:center; font-size:13px; margin-top:30px;}
.center2{ text-align:center; }
.menseki{ font-size: 12px;text-align: right;}
.menseki2{ font-size: 12px;text-align: right; color: #fff;}
.m20-t{ margin-top:20px;}
.m40-b{ margin-bottom:40px;}
.f42{font-size: 42px;font-family:'游明朝 Medium', 'ＭＳ Ｐ明朝','メイリオ',serif;}
.katagaki li{font-size: 18px;line-height: 1.8;}
.sma{display: none;}
/*------------------ clearfix ------------------*/

.clear{ clear:both;}
  
  
/*------------------ header ------------------*/

  header {
    text-align: center;
    padding:0 0 10px 0;
  }

  .head_box {
    display: block;
    margin: 0 auto ;
}
  .head_box2 {
    display: block;
    margin: 0 auto ;
    padding-top:50px;
}
  .head_box img,.head_box2 img {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    vertical-align: top;

}
#fb_box{margin-top: 20px;}

/*------------------ header img ------------------*/

.top{
    background: url(../images/top_bk.gif) repeat;
    margin: 0 auto;
    text-align: center;
    padding:10px 0 25px;
  }

  .sm_img {
    display: none;
  }
/*------------------ fixed_boxボタン2つ ------------------*/

   .fixed_btn {
     background:rgba(55,55,55,0.8);
     box-sizing: border-box;
     max-width: 100%;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 15;
   }

   .fixed_btn a {
     box-sizing: border-box;
     display: block;
     float: left;
     margin: 2% 0 0 0;
	 text-align:center;
   }

   .fixed_btn a img {
     height: auto;
     margin: 0;
     max-width: 100%;
     width: 100%;
   }

   .fixed_btn a:first-child {
     margin: 1% 12%;
     width: 32%;
   }

   .fixed_btn a:nth-child(2) {
	 margin: 1% 0;
     width: 32%;
   }
/*------------------ fixed_boxボタン1つ ------------------*/

   .fixed_btn2 {
     background:rgba(55,55,55,0.8);
     box-sizing: border-box;
     max-width: 100%;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 15;
   }

   .fixed_btn2 a {
     box-sizing: border-box;
     display: block;
     margin: 2% 0 0 0;
   text-align:center;
   }

   .fixed_btn2 a img {
     height: auto;
     margin: 0;
     max-width: 100%;
     width: 100%;
   }

   .fixed_btn2 a:first-child {
     margin: 2% 30%;
     width: 40%;
   }
/*------------------ fadein ------------------*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*------------------ results ------------------*/

  .results{ background:#fff;}

.results_box{width:1380px; margin:0 auto;}
.seika {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.seika_box {
  margin: 30px 0;
  text-align: center;
  display: inline;
}

.txt {
    font-size: 24px;
    width: 44%;
    position: relative;
    margin:30px 15px 30px 15px;
    padding: 2rem 1rem 1rem 1rem;
    color: #333;
    background: #f1f1f1;
    -webkit-box-shadow: 0 5px 0 #ccc;
    box-shadow: 0 5px 0 #ccc;
}

.txt span {
    font-size:20px;
    position: absolute;
    top: -15px;
    left: calc(50% - 80px);
    display: block;
    width: 150px;
    padding: 0.2rem 0;
    color: #fff;
    background: #000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

/*------------------ jisseki ------------------*/
.igarashi_j{width:1380px; margin:0 auto;}
.jisseki {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.jisseki_box {
  margin: 30px 0;
  text-align: center;
  display: inline;
}

.txt2 {
    font-size: 20px;
    width: 25%;
    position: relative;
    margin:30px 15px 30px 15px;
    padding: 2rem 1rem 1rem 1rem;
    color: #333;
    background: #f1f1f1;
    -webkit-box-shadow: 0 5px 0 #ccc;
    box-shadow: 0 5px 0 #ccc;
}

.txt2 span {
    font-size:20px;
    position: absolute;
    top: -15px;
    left: calc(50% - 80px);
    display: block;
    width: 150px;
    padding: 0.2rem 0;
    color: #fff;
    background: #51bcf0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
/*------------------ senseigyou ------------------*/
.seiseigyou_box {
  width: 1300px;
    margin:0 auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border:2px solid #579fd6;
}
.seiseigyou_box .box-title {
    font-size: 36px;
    background: #e0eff4;
    padding: 4px;
    text-align: center;
    color: #1d7fc9;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.seiseigyou_box p {
    padding: 15px 20px;
    margin: 0;
    color: #000;
    font-weight: bold;
    font-weight:bold;
    text-align:center;
    clear:both;
}

@media(min-width:751px){
  /*PC版のみ*/
  .senseigyou{
    width:100%;
    margin:20px 0 0 20px;
    font-size:18px;
    font-weight:bold;
    text-align:left;
  }
  .senseigyou>div{
    width:22%; 
    float: left;
  }
}
/*PC・スマホ共通*/
.senseigyou>div{
  margin:0 1%;
}
/*------------------ lecturer ------------------*/

  .lecturer {
background: url(../images/lecturer_bk.jpg) no-repeat;
  }
  
  .txt_box1,
  .txt_box2 {
    margin: 20px auto 0;
    padding: 0 0 0 28px;
    text-align: left;
    max-width: 980px;
    width: 90%;
  }

  .txt_box3 {
    margin: 20px auto 0;
    padding: 0 0 0 100px;
    text-align: left;
    max-width: 880px;

  }
  .txt_box1 img {
    float: right;
  }
/*------------------ 画像の上に文字box重ねる ------------------*/

.img_box{
    width: 100%;
    max-width: 1080px;
    height: 450px;
    margin: 50px auto;
}
.img_txt{
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.img_txt img{
    position: absolute;
    right: 5%;
    top:0;
    width: 600px;
    height: auto;
    object-fit: cover;
}

.img_txt p{
    position: absolute;
    left: 5%;
    background: #fff;
    z-index: 100;
    top: 70px;
    width: 500px;
    height:  auto;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #999;
    text-align: justify;
}
/*------------------ 左右ボックス ------------------*/
.rl_box {
  width: 1300px;
  display:flex;
  flex-direction: column;
  margin:0 auto;
  padding-top:40px;
}

.rl_box .text {box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 50%;
  height:260px;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding:20px 40px 40px 40px;
}

.rl_box .text2 {
  width: 68%;
  font-size: 20px;
  text-align: left;
  padding:0 0 20px 30px;
}

.rl_box .text2 ul {
  background: #fff;
  padding:20px;
  color:#000;
}

.rl_box h3 {
  font-size: 36px;
  line-height:1.5;
  color: #00ABDC;
  margin: 0;
}
.rl_box h3.blue {
  font-size: 30px;
  line-height:1.5;
  color: #1d7fc9;
  margin:0 0 15px 0;
}
.rl_box p {
  margin-top:15px;
}

.rl_box .pict,.rl_box .pict2 {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.rl_box .pict img {
  max-width: 600px;
  height:auto;
}

.rl_box .pict2 img {
  max-width: 400px;
  height:auto;
  margin-left:20px;
  margin-bottom:20px;
}

@media (min-width:768px) {
.rl_box {
    flex-direction: row;
    justify-content: space-between;
  }
.rl_box:nth-child(even) {
    flex-direction: row-reverse;
  }
  
.rl_box .text,.rl_box .text2 {
    text-align: left;
  }
.rl_box:nth-child(even) .text,.rl_box:nth-child(even) .text2 {
    text-align:left;
  }
.rl_box .pict {
    width:60%;
  }
.rl_box .pict2 {
    width:60%;;
  }
.rl_box .pict img,.rl_box .pict2 img {
    width: 100%;
    height:auto;
  }

.rl_box .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 3%;
  }
  .rl_box .box:nth-child(even) .pict2 {
    margin-left: 0;
    margin-right:0;
  }
}
/*------------------web_box ------------------*/
.web_box {display: flex; justify-content: flex-start;}
.web_box .blue {width:25%;
  margin: 5px;
    background:#b7dbfc;}
.web_box .blue .box-title {
    font-size: 1.2em;
    background: #03447b;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;}
.web_box .blue p {
    padding: 15px 20px;
    margin: 0;
    font-size:15px;
    font-weight: bold;
    color: #000;}
/*------------------kaisha table ------------------*/
.kaisha {
width: 100%;
border-collapse:collapse;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 10px;
font-size:13px;
}

.kaisha th {
font-weight: bold;
background: #5da8cc;
color:#FFF;
}
.kaisha td {
background: #fff;
}
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

.blue_box2{
  width: 960px;
    padding:0.2em 1em 1em 1em;
    margin:0 auto;
    color: #c6e4ff;
    background: #fff;
    border-bottom: solid 6px #c0c0c0;
    border-radius: 9px;
  font-size:13px;
}
.blue_box2 p{color: #000;}
.blue_box2 a{color: #06F; text-decoration:underline;}
.blue_box2 a:hover{ text-decoration:none;}
@media screen and (max-width:736px){
.blue_box2{width: 100%; padding:0.2em 0.2em 1em 0;}
.kaisha {margin-left:-7px;}
}    
/*------------------ nayami ------------------*/  
  .nayami {
    background:#4c88c1;
  }
/*------------------ swiper ------------------*/  
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/*------------------ content ------------------*/ 

  .content {
    background:#fff;
  }
  .m30b{ margin-bottom:30px;}


/*------------------ content2 ------------------*/  
  .content2 {
    background: url(../images/content2_bk.jpg) no-repeat;
  }

/*------------------ content3 ------------------*/  
  .content3 {
    background: #f1f1f1;
  }
/*------------------ content4 ------------------*/  
  .content4 {
    background: url(../images/con4_bk.jpg) no-repeat;
  } 
    .txt_box_h {
    margin: 30px auto 0;
    padding:40px;
    text-align: left;
    max-width: 970px;
    width: 90%;
	background:#fff;
  } 
  /*------------------ content5 ------------------*/ 
.content5 {
    background: url(../images/ore_bk.jpg) repeat;
background-size: cover;
  }
.pc_box {display: flex; justify-content:flex-end;}
.pc_txt{padding:35px; }
.p_circle {border-radius: 50%; width: 100px;}

/*------------------ check list ------------------*/ 
.check_red{
  padding: 0.5em 1em 0.5em 5em;
  position: relative;
}
.check_red li{font-weight: 900;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.check_red li:before{ 
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 3.8em;
  color:#e61c24;
font-weight: 900;
}

.check_red2{
  padding: 0.5em 1em 0.5em 10.5em;
  position: relative;
}
.check_red2 li{font-size:24px;
  font-weight: 900; 
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.check_red2 li:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 7.5em;
  color:#e61c24;
font-weight: 900;
}

.check_bl{background:#fff;
  max-width: 680px;
  width: 90%;
  padding: 0.5em 1em 0.5em 10.5em;
  position: relative;
}
.check_bl li {font-size:24px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.check_bl li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 7.5em;
  color: #1d7fc9;
font-weight: 900;
}


 /*------------------ conversation ------------------*/  

.conversation {background:#f1f1f1;}
.conversation h2 {
    margin: 0 auto;
	padding:40px 0 40px 0;
    text-align: center;
	font-weight: bold;
	font-size: 42px;
	color:#1d7fc9;
  }

.cbox-area{background:url(../images/soudan.png) no-repeat left top;padding-left:85px;float:left;margin:0.3em 0;clear:right; width:100%;}
.cbox-area2{background:url(../images/igarashi.png) no-repeat right top;padding-right:95px;float:right;margin:0.3em 0;text-align:right;clear:left; width:100%;}
.cbox{position:relative;display:inline-block;padding:13px 18px;background:#fff;border:2px solid #805022;margin:5px 5px 5px 8px;border-radius:8px;}
.cbox2{position:relative;display:inline-block;padding:13px 18px;background:#fffaec;border:2px solid #fb6101;margin:5px 5px 5px 8px;border-radius:8px;}
.cbox:after,.cbox:before,.cbox2:after,.cbox2:before{content:"";position:absolute;height:0;width:0}
.cbox:after,.cbox:before{left:-18px}
.cbox2:after,.cbox2:before{right:-18px}
.cbox:after,.cbox2:after{top:10px;border:10px solid transparent}
.cbox:before,.cbox2:before{top:12px;border:8px solid transparent}
.cbox:after{border-right:15px solid #f7f7f7}
.cbox:before{border-right:8px solid #805022}
.cbox2:after{border-left:15px solid #fffaec}
.cbox2:before{border-left:8px solid #fb6101}  

/*------------------ seminar ------------------*/

  .seminar{background:#c1ecfb;}

  .seminar ul {text-align:left;
    margin: 0 auto;
	  padding:20px;
    max-width: 788px;
    width: 90%;
  }

  .seminar li {
margin:15px 0 -10px -45px;
padding: 13px 5px 7px 80px;
margin-bottom:5px;
border:solid 3px #000;
color:#000;
font-weight:bold;
box-shadow: 6px 6px #2fa2d6;
background: #fff url(../images/semi_c.png)no-repeat left 1em top 0.4em; width:100%;  height:45px;
}

   .seminar p {
	color:#000;
	font-weight: bold;
	font-size:22px;
  }
/*------------------ ボックス　タイトル帯------------------*/
.title_obi{
margin: 2em auto;
background-color: #fff;
padding:3em 2em 2em;
position:relative;
border: 1px solid #000;
}
.obi_txt {
background-color:#000;
font-size: 30px;
font-weight: bold;
color: #fff ;
padding: 15px 30px;
line-height: 1;
position:absolute;
top: -30px;
left: calc(25%);
}
.obi_txt2 {
background-color:#000;
font-size: 30px;
font-weight: bold;
color: #fff ;
padding: 15px 30px;
line-height: 1;
position:absolute;
top: -30px;
left: calc(34%);
}
/*------------------ schedule セミナー詳細------------------*/

  .schedule {
    background:#f1f1f1;
  }
  .schedule h3.tokyo ,.schedule h3.osaka,.schedule h3.nagoya,.schedule h3.fukuoka{  
  font-weight: bold;
  font-size: 42px;
  }
  .schedule h3.tokyo{ color:#ea5a24;}
  .schedule h3.osaka{ color:#37579d;}
  .schedule h3.nagoya{ color:#32c0ee;}
  .schedule h3.fukuoka{ color:#37ab0c;}
  .schedule ul {
	  text-align:left;
	  padding:20px;
  }
   .schedule-t {
    border: 9px solid #ea5a24;
    background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
  .schedule-o {
    border: 9px solid #37579d;
	background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
   .schedule-n {
    border: 9px solid #32c0ee;
	background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
   .schedule-f {
    border: 9px solid #37ab0c;
    background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
 /*------------------ pulldown ------------------*/  

.pd_box {
    display: none;
}
.pd_label {color:#fff;font-weight: 900;
    font-size:24px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #37ab0c;
    display: flex;
    justify-content:center;
    margin: 0 auto 5px;
    width: 100%;
}
.pd_label2 {color:#fff;font-weight: 900;
    font-size:24px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #ea5a24;
    display: flex;
    justify-content:center;
    margin: 0 auto 5px;
    width: 100%;
}
.pd_label::after,.pd_label2::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    transition: all 0.3s;
}

.pd_txt {background: #fff;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.pd_txt p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.pd_txt h3 {display:none;}
.pd_txt .schedule {width:100%;}

.pd_box:checked + .pd_label + .pd_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.pd_box:checked + .pd_label::after {
    transform: rotate(180deg);
}
.pd_box:checked + .pd_label2 + .pd_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.pd_box:checked + .pd_label2::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .pd_label,.pd_label2 {
        width: 95%;
    }
    .pd_txt {
        width: 95%;
    }
    .pd_box:checked + .pd_label + .pd_txt {
        padding: 10px 0;
    }
    .pd_box:checked + .pd_label2 + .pd_txt {
        padding: 10px 0;
    }
}
/*------------------ qa ------------------*/  
.qa {background:#fff; padding-bottom:30px;}
.qa a {background-color: transparent;
  color: #1d79be;
  text-decoration: underline;}
.qa a:hover {outline: 0;}
.qa_box {
    display: none;
}
.qa_label {color:#fff;font-weight: 900;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #4d4b4b;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5px;
    width: 100%;
}
.qa_label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    transition: all 0.3s;
}

.qa_txt {background: #fff;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.qa_txt p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.qa_box:checked + .qa_label + .qa_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.qa_box:checked + .qa_label::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .qa_label {
        width: 95%;
    }
    .qa_txt {
        width: 95%;
    }
    .qa_box:checked + .qa_label + .qa_txt {
        padding: 10px 0;
    }
}


/*------------------ t_pro ------------------*/
  .t_pro {
	background:#c1ecfb;
  }

  .t_pro_box {box-shadow: 2px 2px 4px gray;
    max-width: 960px;
    margin: 0 auto;
	margin-bottom:20px;
  }

  .t_pro_box img {
    margin:30px 20px 10px 20px;
	float:right;
  }
  .t_pro ul{
    background: #fff;
    font-size: 16px;
    padding:10px 30px 20px 30px;
    text-align: left;
  }
  
  .t_pro_txt {
    background: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: left;
  }
  .t_pro_txt2 {
    background: #fff;
    font-size: 18px;
    padding: 20px 30px 15px 30px;
    text-align: left;
  }

/*------------------ voice ------------------*/
  .voice {
	background:#fff;
  }

.blue_box{
  width: 1150px;
    padding:0.2em 1em ;
    margin:0 auto;
  margin-top:40px;
    color: #e0eff4;
    background: #e0eff4;
    border-bottom: solid 6px #a2d5e6;
    border-radius: 9px;
}
.blue_box ul {
    margin: 0; 
    padding: 0;
}
 
/*------------------ button ------------------*/  
.t_button {
	position: relative;
	background-color: #ea5a24;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #ea8624;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-weight:bold;
	text-align:center;
	
}
.tm_button {
  position: relative;
  background-color: #ea5a24;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ea8624;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-weight:bold;
  text-align:center;
  padding:20px 40px 20px 40px;
  
}
.t_button:hover,.tm_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #ea5a24;
	text-decoration:none;
}

.f_button {
	position: relative;
	background-color: #37ab0c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #80e35b;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-weight:bold;
	text-align:center;
	
}
.f_button:hover,.fm_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #37ab0c;
	text-decoration:none;
}
.moushikomi{ text-align:center;}

/*------------------ footer ------------------*/

  footer {
    background: #000033;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  small {
    display: block;
    padding: 15px 0 20px;
  }

iframe {border: 0;}
.fugapage{width:100%;}


/* PC 以外
------------------------------------------------------------*/ 
@media screen and (max-width: 1024px) { br{display:none;}
small {font-size: 13px;}
/*------------------ results ------------------*/
.results{ background:#fff; width: 100%; padding:-10px 0 -5px 0;}
.results_box{width:100%; margin:0 auto;}
.txt {width: 42%; font-size: 20px;}
/*------------------ jisseki ------------------*/
.igarashi_j{width:100%; margin:0 auto;}
/*------------------ senseigyou ------------------*/
  .senseigyou{
    width:100%;
    margin:10px 0 0 10px;
  }
  .senseigyou>div{
    width:46%; 
    float: left;
  }
.seiseigyou_box{width:95%; text-align:left;}  
.rl_box {
  width: 92%;
  padding-top:20px;
}

.rl_box .text {
  width: 90%;
  font-size: 16px;
  padding:20px;
}

.rl_box .text2 {
  width: 93%;
  font-size: 14px;
  padding:0 10px 20px 10px;
}
 /*------------------ voice ------------------*/
.blue_box{width: 95%; padding:0.2em 0.2em ;
  margin-top:10px;}
  }

/* タブレット横～PC 
------------------------------------------------------------*/ 
@media only screen and (min-width: 961px)and (max-width: 1024px){
 #wrap{overflow: hidden;}   
	.simply-scroll-list li {
	width: 280px;
	height: 186px;
}
.form_back{ float:left; width:20%;}
.form_done{width:66%;text-align:center;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}
}


/* tablet 縦
------------------------------------------------------------*/ 

@media only screen and (min-width: 737px) and (max-width: 960px) {
  
#wrap{overflow: hidden;}
.simply-scroll-list li {
	width: 200px;
	height: 133px;
}
h2,h2.white {font-size: 28px; padding:10px;}
.f42{font-size: 30px;font-family:'游明朝 Medium', 'ＭＳ Ｐ明朝','メイリオ',serif;}
.katagaki li{font-size: 16px;line-height: 1.8;}
.conversation h2 {
	padding:10px;
	font-size: 28px;}
.error_txt{margin:3px 0 0 200px}
.form_back{ float:left; width:20%;}
.form_done{width:80%;text-align:center;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}

}

/* smartPhone
------------------------------------------------------------*/ 

@media screen and (max-width:736px){
body{ font-size: 13px; line-height: 1.5;}
section {
    padding: 10px 0 10px;
}
.sma{display: block;}
h1 { display:none;}
h2{font-size: 18px; padding:10px;}
h2.white,.content2 h2 {font-size: 20px; padding:10px;}
h2.oreline{font-size:20px;padding: 1.5rem 1.5rem 0.5rem 1.5rem;}
h2.oreline:before {
  width: 100px;
  height: 5px;
}
h2.line,h2.line2,h2.line_b,.txt38 {font-size:20px;}

h2.box {
  font-size:20px;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

h2.line2{font-size:18px;}
h2.line_b::before,h2.line::before,h2.line2::before{margin-right:20px;}
h2.line_b::after,h2.line::after,h2.line2::after{margin-left:20px;}
h2.box::before{font-size:16px; width:70%;}
.txt26{font-size:16px;}

h2.backtxt {margin-top:-20px;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size:20px;
}
h2.backtxt::before {
  top: -10px;
  left: 50%;
  font-size: 90px;
}
h3 {font-size: 18px; padding:10px;}
.m40-b{ margin-bottom:20px;}
#wrap{overflow: hidden;}

  .top{
    background:#fff;
    margin:10px 0 10px 0;
    text-align: center;
    padding:0;
  }

  .sm_img {
    display: block;
  }
.m20-t{ text-align: center;}
.head_box2 {padding-top:80px;}
.head_box img,.head_box2 img {display:none;}	
.pc_img {display: none;}
.f42{font-size: 24px;font-family:'游明朝 Medium', 'ＭＳ Ｐ明朝','メイリオ',serif;}
.katagaki li{font-size: 13px;line-height: 1.8;}
/*------------------ results ------------------*/
.results{ background:#fff; width: 100%; padding:-10px 0 -5px 0;}
.results_box{width:90%; margin:0 auto;}
.txt {margin:30px 15px 30px 5px;
    font-size: 20px;
    width: 90%;}

/*------------------ senseigyou ------------------*/
  .senseigyou{
    width:100%;
    margin:10px 0 0 10px;
  }
  .senseigyou>div{
    width:46%; 
    float: left;
  }
.seiseigyou_box{width:95%; text-align:left;}    
.seiseigyou_box  ul{text-align:left; font-weight:bold;font-size:10px; padding-left:10px; }  
.seiseigyou_box p {font-size:16px; }
.seiseigyou_box .box-title {font-size: 22px;}

.rl_box {
  width: 92%;
  padding-top:20px;
}

.rl_box .text {
  width: 90%;
  font-size: 16px;
  padding:20px;
}

.rl_box .text2 {
  width: 95%;
  font-size: 13px;
  padding:0 10px 20px 10px;
}

.rl_box h3 {font-size: 24px;}
.rl_box h3.blue {font-size: 20px;}

.rl_box .pict,.rl_box .pict2 {width: 100%;}

.rl_box .pict img {max-width: 100%;}
  .rl_box .pict2 img {
    width: 100%;
    height:auto;
    margin-left:0;
  }
/*------------------ ボックス　タイトル帯------------------*/
.title_obi{
margin: 2.5em auto;
padding:3em 2em 2em;
}
.obi_txt {
font-size: 18px;
padding: 10px 10px;
top: -20px;
left: calc(7%);
}
.obi_txt2 {
font-size: 18px;
padding: 10px 20px;
top: -20px;
left: calc(22%);
}
/*------------------ 画像の上に文字box重ねる ------------------*/

.img_box{
    width: 100%;
    max-width:100%;
    height:350px;
    margin:0 auto;
}

.img_txt img{
    position: absolute;
    right: 5%;
    top:200px;
    width: 180px;
    height: auto;
    object-fit: cover;
}

.img_txt p{
    left: 20px;
    top:0;
    width: 60%;
    height:  auto;
    padding: 15px;
}
/*------------------ nayami ------------------*/  
  .nayami {background:#4c88c1; padding:-10px 0 -5px 0; width: 100%;}
/*------------------ check list ------------------*/ 
.check_red{padding: 0 0 0 2em;}
.check_red li{padding: 0.5em 0;}
.check_red li:before{ left : 0.5em;}

.check_red2{padding: 0 0 0 2em;}
.check_red2 li{font-size:16px;
padding: 0.5em 0;}
.check_red2 li:before{ left : 0.5em;}

.check_bl{
  max-width: 89%;
  width: 89%;
  padding: 0 0 0 3em;
}
.check_bl li {font-size:16px;
  padding: 0.5em 0;
}
.check_bl li:before {left : 1em;}
/*------------------web_box ------------------*/
.web_box {display: block; justify-content: flex-start;}
.web_box .blue {width:98%;
  margin: 5px;}
.web_box .blue .box-title {
    font-size: 1.2em;
    padding: 4px;
    letter-spacing: 0.05em;}
.web_box .blue p {
    padding: 15px 20px;
    font-size:15px;}
/*------------------ lecturer ------------------*/ 
  .lecturer {
    background: url(../images/lecturer_bk.jpg) no-repeat; width: 98%; padding:-10px 0 -5px 0;
  }
  
  .txt_box1,
  .txt_box2 {
    margin: 10px auto 0;
    padding: 0 10px 0 12px;
    text-align: left;
    max-width: 100%;
    width: 90%;
  }
  .txt_box1 img { width:40%;}
.igarashi_j{width:90%; margin:0 auto;}
.txt2 {margin:30px 15px 30px 5px;
    font-size: 19px;
    width: 90%;}
/*------------------ pulldown ------------------*/  
 .pd_label,.pd_label2{font-size:18px;}
/*------------------ conversation ------------------*/  
.conversation h2 {
	padding:10px;
	font-size: 18px;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}
.cbox, .cbox2{ font-size:12px;}
/*------------------ content2 ------------------*/  
  .content2 {
    background: url(../images/content2_bk.jpg) no-repeat; width: 100%; padding:-10px 0 -5px 0;
  }
  
/*------------------ content4 ------------------*/  
  .content4 {
    background: url(../images/con4_bk.jpg) repeat; width: 98%; padding:5px 0 -5px 0; margin-top:15px;
  } 
    .txt_box_h {
    margin: 20px auto 0;
    padding:10px 10px 20px 10px;
    text-align: left;
    max-width: 100%;
  }
/*------------------ content5 ------------------*/
.content5 {
    background: url(../images/ore_bk.jpg) repeat; width: 100%; padding:5px 0 -5px 0;
  }
.txt_box3 {
margin:0 auto;
padding:0;
text-align: left;
max-width: 90%;}
.pc_box {display: flex; justify-content:flex-end;}
.pc_txt{padding:15px; }
.p_circle {border-radius: 50%; width: 80px;}

/*------------------ seminar ------------------*/
  .seminar{ background:#c1ecfb; width: 100%; padding:-10px 0 -5px 0;}

  .seminar ul {
    margin: 0 auto;
	padding:10px 30px 10px 0;
    max-width: 100%;
    width: 72%;
  }

  .seminar li {
    margin:5px 5px 10px -15px;
	padding:10px 10px 5px 50px;
  box-shadow: 3px 3px #2fa2d6;
background: #fff url(../images/semi_c.png)no-repeat left 0.1em top 0.1em; width:100%;  height:40px;
  }

.seminar p{font-size:15px; padding:0;}

 /*------------------ voice ------------------*/
.blue_box{width: 95%; padding:0.2em 0.2em ;
  margin-top:10px;}   
/*------------------ schedule セミナー詳細------------------*/
  .schedule h3.tokyo ,.schedule h3.osaka,.schedule h3.fukuoka{  
	font-size: 32px;
  }

   .schedule-t {
    border: 9px solid #ea5a24;
    background:#fff;
    margin: 20px auto 10px;
    padding:10px 10px 10px 0;
    max-width: 100%;
  }

/*------------------ t_pro ------------------*/
  .t_pro { background:#c1ecfb; width: 100%; padding:-10px 0 -5px 0;}

  .t_pro_box {
    max-width: 96%;
  }

  .t_pro_box img {
	  width:30%;
    margin:20px 5px 5px 10px;
  }  
  .t_pro_txt{
    font-size: 13px;
    padding:20px 10px 20px 20px;
  }
  .t_pro_txt2 {
    font-size: 13px;
    padding:10px 10px 10px 20px;
  }

/*------------------ voice ------------------*/
  .voice {
	background:#fff; padding:-10px 0 -5px 0; width: 98%;
  }

/*------------------ button ------------------*/  
.t_button,.o_button,.n_button,.f_button {line-height: 40px;font-size:13px;}
.tm_button,.om_button,.nm_button,.fm_button {
	line-height: 52px;
	padding:10px 15px 10px 15px;
	margin-left:10px;
	font-size:15px	
}
.center{font-size:11px;}

   .fixed_btn a:first-child {
     margin: 5.5% 4%;
     width: 44%;
   }

   .fixed_btn a:nth-child(2) {
     width: 44%;
   }

   .fixed_btn2 a:first-child {
     margin: 6% 10%;
     width: 80%;
   }

}

