@charset "UTF-8" ;
html{
  font-size: 16px;
}

h1{
  margin: 0;
  padding: 0;
  background-color: transparent;
}

h1:before,
h1:after {
 content: none;
}

h2,h3{
  border-style: none;
}

h2:before,
h2:after {
 content: none;
}

h1.h1_nyuusi{
  margin:30px 0 50px 0;
}

h2.h2_nyushi{
  margin:0 0 20px 0;
  padding: 3px 10px;
  font-size: 1.8em;
  border-left: 10px solid #036eb8;
}

div.container{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
}

br.br_noen{
  display: inline;
}

br.br_inline{
  display: none;
}

/*section*/
section.section_all{
  margin: 50px 0;
  padding: 20px;
}

section.section_matching{
  margin-bottom: 50px;
  padding: 20px;
}

section.se_1{
  background:#f4f7f8; 
}

section.se_top{
  margin-top: 0;
  padding: 20px;
}

/*冒頭説明***********/
div.container_cou{
  margin: 30px 0 50px 0;
}

p.p_hyoudai{
  margin: 0 0;
  font-size: 26px;
}

p.p_naiyou{
  margin: 0 0;
  font-size: 15px;
}

/*コース紹介***********/
h2.h2_sec{
  border-style: none;
  margin-bottom: 1.5em; 
  font-size: 1.9em;
  font-family: kan412typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;  
  line-height: 1.3;
  text-align: center;
}

span.span_new{
  font-size: 0.4em;
}

span.span_kougaku{
  color: #009de1;
}

span.span_jouhou{
  color: #F39800;
}

h2.style_h2_in{
  border-style: none;
  margin: 10px 0 10px 10px;
  padding: 0;
  align-self: flex-start;
  font-size: 1.3em;
  font-weight:bold;
  border-radius: 3px;
}

h2.style_h2_in:first-letter{
  font-size:1.8em;
  font-weight:bold;
}

h2.h2_kougaku{
  color: #009de1;
  background: linear-gradient(transparent 85%, #b0e0e6 50%); 
}

h2.h2_jouhou{
  color: #F39800;
  background: linear-gradient(transparent 85%, #fac559 50%); 
}

span.style_small{
  margin: 0;
  padding: 0;
  font-size: 0.5em;
  overflow-wrap:break-all;
}

span.kasira{
  font-size: 0.9em;
}

div.course{
 padding: 0 15px;  
}

div.container_Course{
  display: flex;
  width: 100%;
  flex-direction: column;
}

div.container_matching{
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content: center;  
}

h3.style_h3_in{
  border-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #000;
}

p.matching_img{
   width: 50%;
}

p.matching_img img{
  width: 100%;
}

div.matching{
  margin-left: 15px;
  padding: 0;
  text-align: center;
  align-self: center;
}

span.span_matching{
  letter-spacing: -0.1em;
}

div.matching_oth{
  width: 40%;
}

div.matching_de{
  width: 70%;
}

ul.style_sikaku li:before{
  padding:0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

ul.style_sikaku{
  margin: 0;
  padding: 0;
}

ul.style_sikaku li{
  display: inline;
}

ul.ul_kougaku li:before{
  content: '\f0da';
  color: #87ceeb;
}

ul.ul_jouhou li:before{
  content: '\f0da';
  color: #fac559;
}

/*ナビゲーション***********/
div.nav_container{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #f4f7f8;
}

div.nav_box{
  width: 40%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  color: #1e90ff;
  border: solid 0.5px #dcdcdc;+3
  border-radius: 3px;
  transition: .4s;
}

div.nav_boxs{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

a.nav_a{
  text-decoration: none;
  margin: 0;
  padding: 0;
}

h3.style_h3_st{
  border-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #000;
  order: 2;
}

img.nav_img{
  width: 50%;
  margin-bottom: 10px;
  align-self: flex-end;
  order: 1;
}

p.nav_p{
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  order: 3;
}

span.nav_span{
  font-size: 0.8em;
}

div.nav_box:hover{
  background: #87cefa;
}

/*もっと見る*********************************************/
div.btnright{
  text-align: right;
  }
  
a.btn-gradient-radius {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  transition: .4s;
}

a.a_btn_kougaku{
  background-color:#00aaff; 
}

a.a_btn_kougaku:hover {
  color: #FFF;
  background-image: linear-gradient(45deg, #F39800 0%, #F39800 80%);
}

a.a_btn_jouhou{
  background-color:#F39800; 
}

a.a_btn_jouhou:hover {
  color: #FFF;
  background-image: linear-gradient(45deg, #00aaff 0%, #00aaff 80%);
}

/*ページtopへ********************************************/
div.style_button{
  margin: 40px 0;
}

/* 768pxx以下の画面に適用するCSS*****************************************************/
@media screen and (max-width:769px){

}

/* 480px以下の画面に適用するCSS*****************************************************/
@media screen and (max-width:480px){
  /*コース紹介***********/
  div.container_matching{
    flex-direction: column;
  }

  p.matching_img{
     width: 100%;
  }

  div.matching_oth,
  div.matching_de{
    width: 100%;
  }

  h1.h1_cou{
  padding: 10px;
  word-break:normal;
  }

  span.style_small{
    display: none;
  }

  br.br_noen{
    display: none;
  }

  br.br_inline{
    display: inline;
  }

  /*ナビゲーション***********/
  div.in_box{
    padding: 5px;
  }

  div.in_boxs{
    flex-direction: column;
    width: 100%;
  }

  div.nav_box{
    width: 90%;
  }
}

/********IEのみに適用するCSS********/
@media all and (-ms-high-contrast: none) {
  h1.style_h1_pr{
    background-color: #ffd700;
  }

  span.style_size{
    color: #008000;
  }

  span.style_hyoudai {
    color: #dc143c;
    background-image:none;
  }

  img.nav_img{
  height: 60%;
  }

  h4.pr2019_h4{
    align-self: auto;  
  } 

  p.pr2019_keyword{
    align-self: auto;
    margin: 5%;
  }
}