@charset "UTF-8" ;
/*index.thml*********************************************************************/
h1{
  margin: 0;
  padding: 0;
  background-color: transparent;
}

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

h2{
  border-style: none;
}

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

h1.style_h1_pr{
  padding: 30px 5px 20px 5px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 43px;
  line-height: 1.2em;
  font-family: kan412typos-std, sans-serif;
}

h2.style_h2_in{
  border-style: none;
  margin-bottom: 1.5em; 
  font-size: 1.8em;
  font-family: kan412typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;  
  line-height: 1.3;
  text-align: center;
}

span.span_new{
  color: #036eb8;
}

h2.h2_course{
  border-style: none;
  margin-bottom: 1.5em; 
  font-size: 2.5em;
  font-weight: 400;
  font-style: normal; 
  font-family: kan412typos-std, sans-serif;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

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;
}

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

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

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

/*よくある質問*/
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;
}

div.nav_box,
div.nav_box_2{
  height: auto;
  margin-bottom: 30px;
  padding: 0 10px;
  color: #1e90ff;
  border: solid 0.5px #dcdcdc;
  border-radius: 3px;
  transition: .4s;
}

div.nav_box{
  width: 28%;
}

div.nav_box_2{
  width: 100%;
}

h3.style_h3_st{
  border-style: none;
  height: 75px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #1e90ff;
  text-align: center;
}

p.nav_p{
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #ff1493;
  text-align: center;
}

p.question,
p.answer{
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 700;
  font-family: 'Corben', cursive;
  text-align: center;
}

p.question{
  color: #1e90ff;
}

p.answer{
  color: #ff1493;
}

p.answer_2{
  font-size: 0.9em;
  color: #000;
}

div.answer_box p{
  color: #1e90ff;
}

p.answer_p{
  font-size: 1.1em;
  font-weight: bold;
}

div.answer_boxs{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

div.answer_boxs img{
  width: 40%;
  height: 40%;
  align-self: center;
}

div.answer_boxs p{
  margin: 0;
  width: 50%;
}

/*続きを読む*/
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 80px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  line-height: 1.5rem;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 90%;
  width: 1.5rem;
  content: '\f13a''';
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
  background-color: #1e90ff;
}

.cp_box label:hover:after {
  color: #fff;
  background-color: #ff1493;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 80px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  content: '\f139''';
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

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

}

/* 480px以下の画面に適用するCSS*****************************************************/
@media screen and (max-width:480px){
  h1{
    margin-top: 20px;
  }

  /*改行***********/
   br.br_noen{
    display: none;
  }

  br.br_inline{
    display: inline;
  }

  div.nav_box{
    width: 80%;
  }

  div.nav_box_2{
    width: 80%;
  }

  div.answer_boxs{
    flex-direction: column;
  }

  div.answer_boxs img{
    width: 80%;
    height: 80%;
    margin-bottom: 10px;
    align-self: center;
  }

  div.answer_boxs p{
    width: 100%;
  }
}

/********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%;
  }

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


