html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html{scroll-behavior: smooth;}
body {line-height: 1.7;}
ul li {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse;border-spacing: 0; }
th {text-align: left; }
h1, h2, h3, h4, h5, h6 {font-size: 100%; }
img, fieldset {border: 0; }
* {box-sizing: border-box; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.clearfix {display: inline-table;min-height: 1%; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */
* html .clearfix {zoom: 1;}
/* IE6 */
*:first-child + html .clearfix {zoom: 1; }

/** 共通の基本仕様 **/
a{text-decoration: none;}
body, html {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  box-sizing: border-box;
  font-size: 93.75%;
  color: #444; }
html > body {
  font-size: 15px;
  /* Except IE */ }
.tbld{font-weight: bold;}
.tudl{text-decoration: underline;}
.textlink_alert{color: #ff0000;font-weight: bold;}
.textlink:hover{opacity: 0.6;}

/** 固定背景用設定-PC・SP共通 **/
section{
  position: relative;
  text-align: center;
}
.c_bg-img_clip {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.c_bg-img_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.bg01{background-image: url(../img/mv_bg.webp);}
.bg02{background-image: url(../img/bg02.webp);}
.bg03{background-image: url(../img/bg03.webp);}
.bg04{background-image: url(../img/bg04.webp);}

.g-px {
  transform: translateY(0);
}

/** 共通の基本仕様 **/
@media only screen and (max-width:766px){
  .sp_only{ 
  }
  .pc_only{ 
      display: none;
  }
  .sp-pc-medium_only{
  }
  .pc-medium_only{
    display: none;
  }
  .pc-large_only{
    display: none;
  }
  .pc-large1201_only{
  }
  .pc {display: none !important;
  }
  .sp {display: block !important;
  }
  main{
      width: 100%;
  }
  footer{
      width: 100%;
      /**background-color: #ddd;**/
  }
  body {-webkit-text-size-adjust: 100%; }
    body {font-size: 14px; }
  img {
    max-width: 100%;
    height: auto;
  }
  .wrap {
    width: 90%;
    margin: 0 auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .btn_top {
    position: fixed;
    right: 10px;
    bottom: -100%;
    z-index: 3;
  }
  .btn_top span {
    width: 40px;
    height: 40px;
    background-color: #444444;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    cursor: pointer;
  }
  .btn_top span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .clm {
    padding: 50px 0;
  }
  .clm h2 {
    font-size: 28px;
    font-weight: 700;
    color: #043492;
    text-align: center;
    margin-bottom: 20px;
  }

  .c_content-title_text{
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .text-blue{
    color: #043492;
  }
  .text-green{
    color: #00730b;
  }
  .text-orange{
    color: #e57600;
  }
  .c_titlebar-blue{
    /*border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;*/
    line-height: 1;
    padding: 5px 25px;
    margin-bottom:40px;
  }
  .c_titlebar-green{
    /*border-top: 2px solid #00730b;
    border-bottom: 2px solid #00730b;*/
    line-height: 1;
    padding: 5px 25px;
  }
  .c_titlebar-orange{
    /*border-top: 2px solid #e57600;
    border-bottom: 2px solid #e57600;*/
    line-height: 1;
    padding: 5px 25px;
  }
}
@media only screen and (min-width:767px){
  .sp_only{ 
    display: none;
  }
  .sp-pc-medium_only{
  }
  .pc-medium_only{
  }
  .pc-large_only{
    display: none;
  }
  .pc-large1201_only{
  }
  .pc {
  display: inline-block;
  }
  .sp {
  display: none;
  }
  .flxB {
  display: flex;
  }
  main{
      width: 100%;
  }
  footer{
      width: 100%;
  }
  .btn_top {
    position: fixed;
    right: 20px;
    bottom: -100%;
    z-index: 3;
  }
  .btn_top span {
    width: 60px;
    height: 60px;
    background-color: #444444;
    display: inline-block;
    position: relative;
    border-radius: 100px;
    cursor: pointer;
  }
  .btn_top span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mv,#msg-top,#event,#book,#analisttour{
    text-align: center;
    font-size: 16px;
    /*z-index: -1;*/
  }
  .clm {
    padding: 60px 0;
    }
  .clm h2 {
    font-size: 28px;
    font-weight: 700;
    color: #043492;
    text-align: center;
    margin-bottom: 60px;
  }
  .clm h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
  }

  .c_content-title_text{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  .text-blue{
    color: #043492;
  }
  .text-green{
    color: #00730b;
  }
  .text-orange{
    color: #e57600;
  }
  .c_titlebar-blue{
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    margin-bottom:40px;
  }
  .c_titlebar-green{
    border-top: 2px solid #00730b;
    border-bottom: 2px solid #00730b;
    line-height: 1;
    padding: 5px 25px;
  }
  .c_titlebar-orange{
    border-top: 2px solid #e57600;
    border-bottom: 2px solid #e57600;
    line-height: 1;
    padding: 5px 25px;
  }
}
@media only screen and (min-width:971px){
  .sp-pc-medium_only{
    display: none;
  }
  .pc-medium_only{
    display: none;
  }
  .pc-large_only{
    display: inline-block;
  }
  .pc-large1201_only{
  }
}
@media only screen and (min-width:1201px){
  .sp-pc-medium_only{
    display: none;
  }
  .pc-medium_only{
    display: none;
  }
  .pc-large1201_only{
    display: none;
  }
}

/*------ ヘッダー ------*/
@media only screen and (max-width:766px){
  .area_logo{
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
    padding:0;
    margin: 0 0 0 0;
    /*box-shadow: 0 5px 5px 0 rgba(100, 100, 100, .4);
    background-color: rgba(255,255,255,0.7);*/
    z-index: 99;
  }
  .header-logo{
    margin: 15px 0 0 15px;
    display: inline-block;
  }
  .logo-sawakami{
    width:150px;
  }
  .main-text_box{
    width:80%;
    margin: 0 10% 5% 10%;
  }
  .main-text{
    font-size: 0.85em;
    line-height: 2.1em;
    margin-bottom: 5%;
  }
  .sub-text{
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 5%;
  }
  .alarttext_space{
    margin-bottom: 8%;
    font-size: 0.9em;
  }

  /* 申込ボタン（上部ヘッダー用） */
  /*.btn2{
    top: 0;
    right: 0;
    position: absolute;
    float: right;
    text-align: center;
    background-color: #EF9407;
    display: block;
    padding:10px 10px;
    margin-top: 9px;
    margin-right: 10px;
    background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 25px;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
    border: 1px solid #EF9407;
    transition:all 0.3s ease-in-out;
    }
.btn2:link,.btn2:hover,.btn2:visited{
    color: #ffffff;
}
.btn2:hover{
    color:#EF9407;
    background-color: #fff;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
}*/
}
@media only screen and (min-width:767px){
  .area_logo{
    width: 100%;
    height: 70px;
    position:fixed;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
    padding:0;
    margin: 0 0 0 0;
    /*box-shadow: 0 5px 5px 0 rgba(100, 100, 100, .2);
    background-color: rgba(255,255,255,0.7);*/
    z-index: 99;
  }
  .header-logo{
      margin: 10px 0 0 20px;
      display: inline-block;
  }
  .logo-sawakami{
      width:180px;
  }
  .main-text_box{
      width:70%;
      margin: 0 15% 5% 15%;
  }
  .main-text{
      font-size: 1em;
      line-height: 2.1em;
      margin-bottom: 20px;
  }
  .sub-text{
      font-size: 1em;
      line-height: 1.8em;
      margin-bottom: 20px;
  }
  .alarttext_space{
      margin-top: -6%;
      margin-bottom: 6%;
      font-size: 0.9em;
  }
  /* 申込ボタン（上部ヘッダー用） */
  /*.btn2{
    top: 0;
    right: 0;
    position: absolute;
    float: right;
    text-align: center;
    padding:14px 60px;
    margin-top: 10px;
    margin-right: 20px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.0em;
    border: 1px solid #EF9407;
    transition:all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
    border-radius: 70px;
    opacity: 1;
    }
  .btn2:link,.btn2:hover,.btn2:visited{
    color: #ffffff;
  }
  .btn2:hover{
      color:#EF9407;
      background-color: #fff;
      background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
  }*/
}

/**--------  TOP・KV  ---------**/
@media only screen and (max-width:766px){
    #mv {
      padding-bottom: 5%;
    }
    #mv h1 img {
        width: 100%;
        margin-top: 40vw;
        margin-bottom: 5%;
        max-width: 400px;
    }
    #mv .date {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: -10px; 
        text-shadow:
	  	4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
	  	-4px 4px 4px #FFFFFF,  4px -4px 4px #FFFFFF,
	  	4px 0 4px #FFFFFF, -4px  0 4px #FFFFFF,
	  	0 4px 4px #FFFFFF,  0 -4px 4px #FFFFFF;
    }
    #mv .date span {
        font-size: 50px;
        margin: 0 3px;
    }
    #waybox{
      text-align: center;
      background-color: rgba(255, 255, 255,.7);
      padding: 20px 0;
      margin: 2% 5% 5%;
      border-radius: 30px;
      box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
      }
    #mv .way {
        color: #000;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    #mv .way_bottom {
      color: #000;
      align-items: center;
      justify-content: center;
    }
    #mv .way > span {
        font-weight: 700;
        width: 100%;
        font-size: 12px;
    }
    #mv .way > span span {
        color: #fff;
        background-color: #000;
        border-radius: 5px;
        margin-right: 5px;
        font-size: 14px;
        padding: 2px 5px;
       text-shadow:none;
    }
    .mb30 {
      margin-bottom: 10px;
      display: inline-block;
    }
    #mv .way > span.ml30 {
        margin-left: 0; }
    #mv .txt_attn {
        color: #000;
        font-weight: bold;
        font-size: 0.8em; }
    .btn_blc {
        padding: 0% 0 0%;
    }
    .btn_blc a {
        font-size: 22px;
        font-weight: 700;
        border-radius: 100px;
        padding: 20px 0;
        width: 280px;
        display: inline-block;
        line-height: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }
    .btn_blc a.btn_entry {
        color: #fff;
        background-color:#ff8009;
        margin-bottom: 25px;
    }
    .btn_blc a.btn_entry::after{
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-left: 2px;
      margin-top: -3px;
      transition:all 0.3s ease-in-out;
  }
  .btn_blc a.btn_entry:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
  .btn_blc .btn_close {
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    padding: 20px 0;
    width: 280px;
    display: inline-block;
    line-height: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    color: #fff;
    background-color: #707070;
    border:1px solid #707070; 
    margin-bottom: 25px;
    }
}
@media only screen and (min-width:767px){  
  #mv{
    padding-bottom: 30px;
  }
  #mv .wrap {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #mv h1 img {
    width: 70%;
    margin-top: 150px;;
    margin-bottom: 20px;
    max-width: 600px;
}
  #mv .date {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-top: -20px;
    text-shadow:
    4px 4px 2px #FFFFFF, -4px -4px 2px #FFFFFF,
    -4px 4px 2px #FFFFFF,  4px -4px 2px #FFFFFF,
    4px 0 2px #FFFFFF, -4px  0 2px #FFFFFF,
    0 4px 2px #FFFFFF,  0 -4px 2px #FFFFFF;
  }
  #mv .date span {
    font-size: 60px;
  }
  #mv .way {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
  }
  #mv .way > span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow:
    2px 2px 2px #FFFFFF, -2px -2px 2px #FFFFFF,
    -2px 2px 2px #FFFFFF,  2px -2px 2px #FFFFFF,
    2px 0 2px #FFFFFF, -2px  0 2px #FFFFFF,
    0 2px 2px #FFFFFF,  0 -2px 2px #FFFFFF;
}
  #mv .way > span span {
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 10px;
    text-shadow:none;
  }
  .ml30 {
    margin-left: 30px;
  }
  .btn_blc {
    position: relative;
    padding: 0 0 0;
    z-index: 100;
  }
  .btn_blc a {
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  padding: 20px 0;
  width: 400px;
  display: inline-block;
  line-height: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
  .btn_blc a.btn_entry {
  color: #fff;
  background-color: #ff8009;
  border:1px solid #ff8009; 
  margin-bottom: 30px;
  transition:all 0.3s ease-in-out;
  }
  .btn_blc a:hover{
    color:#ff8009;
    border:1px solid #ff8009; 
    background-color: #fff;
  }
  #mv .txt_attn {
    color: #000;
    font-weight: bold;
    font-size: 0.4em;
  }
  .btn_blc a.btn_entry::after{
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-left: 2px;
      transition:all 0.3s ease-in-out;
  }
  .btn_blc a.btn_entry:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
  .btn_blc .btn_close {
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    padding: 20px 0;
    width: 400px;
    display: inline-block;
    line-height: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    color: #fff;
    background-color: #707070;
    border:1px solid #707070; 
    margin-bottom: 30px;
    transition:all 0.3s ease-in-out;
    }
}

/** TOP/ご挨拶**/
@media only screen and (max-width:766px){
  /** ご挨拶 **/
  #msg-top {
    padding-bottom: 10%;

    }
  #msg-top h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #msg-top h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #msg-top .wrap {
      line-height: 1.8;
      font-size: 13px;
      }
  .box-msg{
    width: 90%;
    background-color: rgb(255, 250, 184);
    margin: 0 auto;
    padding: 10% 10% 10%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
  }
  .box-msg p{
    margin:0 auto 10px;
    text-align: left;
    font-size:1em;
  }
  .t_right{
      text-align: center;
      margin-top: 30px;
      display: inline;
  }
}
@media only screen and (min-width:767px){
  #msg-top{
    padding-bottom: 100px;
   }
  .box-msg{
    width: 80%;
    position: relative;
    background-color: rgba(255, 250, 184,0.75);
    margin: 0 auto;
    padding: 70px;
    border-radius: 20px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
  }
  #msg-top h2 {
    margin-bottom: 40px;
  }
  .box-msg p{
    margin-bottom:0.8em;
    text-align: left;
  }
  .t_right{
      text-align: center;
      margin-top: 30px;
      display: inline-block;
  }
}

/**---- イベント共通 ----**/
@media only screen and (max-width:766px){
  #event{
      /*background-color: rgb(221, 241, 253);*/
      padding-top: 5%;
      padding-bottom: 5%;
  }
  #event h2 {
      line-height: 1;
  }
  #event h2 span {
    padding: 0;
  }
  #event h2::before {
      top: 64%;
  }
  #event .wrap {
      line-height: 1.8;
      font-size: 13px;
      text-align: center;
      padding-bottom: 10%;
  }
  #event .wrap .pickup {
    position: relative;
  }
  #event .wrap .pickup div {
    float: left;
    position: absolute;
    top: -100px;
    left: -10px;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width:767px){
  #event{
    padding-top: 150px;
    padding-bottom: 150px;
   }
  #event::before{
    content: '';
    position: absolute;
    /*background-color: rgba(255, 255, 255, .25);
    mix-blend-mode: plus-lighter;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #event .wrap {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 60px 40px;
    font-size: 16px;
    line-height: 1.8;
    box-shadow: 7px 15px 20px rgba(0, 0, 0, .2);
  }
  #event .wrap .pickup {
      position: relative;
  }
  #event h2 {
      position: relative;
    }
}

/** ニデック記念講演 **/
@media only screen and (max-width:766px){
  #nidec-speech{
    text-align: center;
    }
  /*#nidec-speech h2 {
      position: relative;
      margin-bottom: 20px;
      line-height: 1;
    }
  #nidec-speech h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #nidec-speech h2 span {
    padding: 5px 25px;
    font-size: 24px;
    border: none;
    position: relative;
    z-index: 1;
    color:#00730b;
    padding: 0 3px 0 0; }
    #nidec-speech h2::before {
    top: 64%;
  }*/
  #nidec-speech .wrap {
    line-height: 1.8;
    font-size: 13px;
    background-color: rgb(223, 252, 230);
    margin: 20% 5% 5%;
    padding: 15% 10% 10%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
    }
  #nidec-speech .wrap .pickup {
    position: relative;
  }
  #nidec-speech .wrap .pickup div {
    float: left;
    position: absolute;
    top: -110px;
    left: -10px;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #nidec-speech .time {
    display: inline-block;
    font-size: 16px;
    color:#00730b;
    font-weight: bold;
  }
  #nidec-speech .time span {
    background-image: url(../img/icon_mic02.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 10px center;
    font-size: 12px;
    color: #fff;
    background-color: #00730b;
    line-height: 1;
    padding: 5px 10px 5px 28px;
    margin-right: 7px;
  }

  #nidec-speech .lead {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    }
  #nidec-speech .box {
    text-align: left;
    display: block;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #nidec-speech .box:last-child {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #nidec-speech .box .img_box {
    width: 100%;
    text-align: center;
  }
  #nidec-speech .box .img_box img {
      width: 44%;
      max-width: 100%;
    }
  #nidec-speech .box .txt_box {
    width: 100%;
    padding-left: 0;
    padding: 0 0;
  }
  #nidec-speech .box .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
  }
  #nidec-speech .box .txt_box p {
    font-size: 1em;
    line-height: 1.8;
  }
}
@media only screen and (min-width:767px){
  #nidec-speech {
    text-align: center;
    padding-top: 0;
  }
  #nidec-speech .wrap {
    border-radius: 20px;
    padding: 60px 40px;
    background-color: rgba(223, 252, 230,0.7);
    font-size: 16px;
    line-height: 1.8;
    }
  #nidec-speech .wrap .pickup {
    position: relative;
  }
  #nidec-speech .wrap .pickup div {
    float: left;
    position: absolute;
    top: -85px;
    left: 0;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  /*#nidec-speech h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
  }
  #nidec-speech h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%; }
  #nidec-speech h2 span {
    padding: 0 15px 0 7px;
    border: none;
    position: relative;
    z-index: 1;
    color:#00730b;
  }*/
  #nidec-speech .time {
    color: #00730b;
    font-weight: 700;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px; }
  #nidec-speech .time span {
    font-size: 14px;
    color: #fff;
    background-color: #00730b;
    background-image: url(../img/icon_mic02.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 10px center;
    line-height: 1;
    padding: 5px 10px 5px 28px;
    margin-right: 7px;
  }
  #nidec-speech .lead{
    font-size: 1em;
    margin-bottom: 30px;
    text-align:left;
  }
  #nidec-speech .box{
    text-align: left;
    display: flex;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #nidec-speech .box:last-child {
    margin-bottom: 0;
  }
  #nidec-speech .box .img_box {
    width: 140px;
  }
  #nidec-speech .box .img_box img {
    max-width: 100%;
  }
  #nidec-speech .box .txt_box{
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  #nidec-speech .box .txt_box .ttl{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }
  #nidec-speech .box .txt_box p{
    font-size: 0.8em;
    line-height: 1.6;
  }
}

/**運用報告**/
@media only screen and (max-width:766px){
  #annual-report .wrap{
    background-color: rgb(221, 241, 253);
    margin:5% 5% 5%;
    padding: 15% 10% 10%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
  }
  #annual-report .wrap h2 {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  #annual-report .time {
    color: #043492;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #annual-report .time span {
    font-size: 12px;
    color: #fff;
    background-color: #043492;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-right: 7px;
  }
  #annual-report .time::before {
    content:'';
    background-image: url(../img/icon_mic.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 5px 2px;
    padding-left: 23px;
    padding-bottom: 10px;
  }
  #annual-report .lead {
    font-size: 1.2em;
    margin-bottom: 30px;
    text-align: left;
    }
  #annual-report .box {
    text-align: left;
    display: block;
    padding: 0 ;
    margin-bottom: 30px; }
  #annual-report .box:last-child {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #annual-report .box .img_box {
    width: 100%;
    text-align: center;
  }
  #annual-report .box .img_box img {
      width: 44%;
      max-width: 100%;
    }
  #annual-report .box .txt_box {
    width: 100%;
    padding-left: 0;
  }
  #annual-report .box .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
  }
  #annual-report .box .txt_box p {
    font-size: 1em;
    line-height: 1.8;
  }
}
@media only screen and (min-width:767px){
  #annual-report .wrap {
    background-color: rgba(255, 255, 255, 0.702);
  }
  #annual-report .wrap .pickup div {
      float: left;
      position: absolute;
      top: -85px;
      left: 0;
      background-color: #ffcd29;
      color: rgb(8, 76, 224);
      font-size: 16px;
      font-weight: bold;
      border-radius: 50px;
      width: 100px;
      height: 100px;
      text-align: center;
      padding-top: 35px;
      box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #annual-report .time {
      color: #043492;
      font-weight: 700;
      background-repeat: no-repeat;
      background-size: auto 22px;
      background-position: left 3px;
      display: inline-block;
      margin-bottom: 25px;
      font-size: 16px;
    }
    #annual-report .time::before {
      content:url(../img/icon_mic.svg);
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0px 5px 0px 0px;
      vertical-align: top;
    }
  #annual-report .time span {
      font-size: 14px;
      color: #fff;
      background-color: #043492;
      line-height: 1;
      padding: 1px 10px;
      margin-right: 7px;
    }
  #annual-report .lead {
      font-size: 1em;
      margin-bottom: 30px;
      text-align: left;
    }
  #annual-report .box {
    text-align: left;
    display: flex;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #annual-report .box:last-child {
    margin-bottom: 0;
  }
  #annual-report .box .img_box {
    width: 140px;
  }
   #annual-report .box .img_box img {
        max-width: 100%;
  }
  #annual-report .box .txt_box {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  #annual-report .box .txt_box .ttl {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7;
  }
  #annual-report .box .txt_box p {
        font-size: 0.8em;
        line-height: 1.6;
  }
}

/** パネルディスカッション **/
@media only screen and (max-width:766px){
  #panel-discussion .wrap{
    text-align: center;
    background-color: rgb(252, 240, 223);
    margin: 5% 5% 5%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
    }
  /*#panel-discussion h2 {
      position: relative;
      margin-bottom: 20px;
      line-height: 1;
    }

  #panel-discussion h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #panel-discussion h2 span {
    padding: 5px 25px;
    font-size: 24px;
    border: none;
    position: relative;
    z-index: 1;
    color:#e57600;
    padding: 0 3px 0 0; }
    #panel-discussion h2::before {
    top: 64%;
  }*/
  #panel-discussion .subtitle {
    padding: 5px 25px;
    font-size: 14px;
    color:#e57600;
    font-weight: bold;
  }
    #panel-discussion h2::before {
    top: 64%;
  }
  #panel-discussion .wrap {
    border-radius: 20px;
    padding: 15% 10% 10%;
    background-color: rgba(252, 240, 223,0.7);
    line-height: 1.8;
    font-size: 13px;
    }
  #panel-discussion .wrap .pickup {
    position: relative;
  }
  #panel-discussion .wrap .pickup div {
    float: left;
    position: absolute;
    top: -100px;
    left: -10px;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #panel-discussion .time {
    display: inline-block;
    font-size: 16px;
    color:#e57600;
    font-weight: bold;
  }
  #panel-discussion .time span {
    background-image: url(../img/icon_mic02.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 10px center;
    font-size: 12px;
    color: #fff;
    background-color: #ff8800;
    line-height: 1;
    padding: 5px 10px 5px 28px;
    margin-right: 7px;
  }

  #panel-discussion .lead {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    }
  #panel-discussion .box {
    text-align: left;
    display: block;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #panel-discussion .box:last-child {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #panel-discussion .box .img_box {
    width: 100%;
    text-align: center;
  }
  #panel-discussion .box .img_box img {
      width: 44%;
      max-width: 100%;
    }
  #panel-discussion .box .txt_box {
    width: 100%;
    padding-left: 0;
  }
  #panel-discussion .box .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
  }
  #panel-discussion .box .txt_box p {
    font-size: 1em;
    line-height: 1.8;
  }
}
@media only screen and (min-width:767px){
  #panel-discussion {
    text-align: center;
    padding-top: 0;
  }
  #panel-discussion .wrap {
    border-radius: 20px;
    padding: 60px 40px;
    background-color: rgba(252, 240, 223,0.7);
    font-size: 16px;
    line-height: 1.8;
    }
  #panel-discussion .wrap .pickup {
    position: relative;
  }
  #panel-discussion .wrap .pickup div {
    float: left;
    position: absolute;
    top: -85px;
    left: 0;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  /*#panel-discussion h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
  }
  #panel-discussion h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #panel-discussion h2 span {
    padding: 0 15px 0 7px;
    border: none;
    position: relative;
    z-index: 1;
    color:#e57600;
  }*/
  #panel-discussion .subtitle{
    padding: 0 15px 0 7px;
    font-weight: bold;
    color:#e57600;
  }
  #panel-discussion .time {
    color: #e57600;
    font-weight: 700;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px; }
  #panel-discussion .time span {
    font-size: 14px;
    color: #fff;
    background-color: #ff8800;
    background-image: url(../img/icon_mic02.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 10px center;
    line-height: 1;
    padding: 5px 10px 5px 28px;
    margin-right: 7px;
  }
  #panel-discussion .lead{
    font-size: 1em;
    margin-bottom: 30px;
    text-align: left;
  }
  #panel-discussion .box{
    text-align: left;
    display: flex;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #panel-discussion .box:last-child {
    margin-bottom: 0;
  }
  #panel-discussion .box .img_box {
    width: 140px;
  }
  #panel-discussion .box .img_box img {
    max-width: 100%;
  }
  #panel-discussion .box .txt_box{
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  #panel-discussion .box .txt_box .ttl{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }
  #panel-discussion .box .txt_box p{
    font-size: 0.8em;
    line-height: 1.6;
  }
}

/** パーパスプロジェクト参加者インタビュー **/
@media only screen and (max-width:766px){
  #purpose{
      background-color: rgb(255, 210, 210);
      padding: 10% 0 0;
      margin: 15% 5% 5%;
      border-radius: 30px;
      box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
  }
  #purpose h2 {
      line-height: 1;
      font-size: 1.8em;
      line-height: 1.5em;
  }
  #purpose h2 span {
    font-size: 24px;
    padding: 0 3px 0 0;
  }
  #purpose h2::before {
      top: 64%;
  }
  #purpose .wrap {
      line-height: 1.8;
      font-size: 13px;
      text-align: center;
  }
  #purpose .wrap h2 {
    padding-top: 30px;
  }
  #purpose .wrap .pickup {
    position: relative;
  }
  #purpose .wrap .pickup div {
    float: left;
    position: absolute;
    top: -86px;
    left: -10px;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #purpose .time {
    color: #043492;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #purpose .time span {
    font-size: 12px;
    color: #fff;
    background-color: #043492;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-right: 7px;
  }
  #purpose .time::before {
    content:'';
    background-image: url(../img/icon_mic.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 5px 2px;
    padding-left: 23px;
    padding-bottom: 10px;
  }
  #purposet .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 3vw;
    }
  #purpose .box {
    text-align: left;
    display: block;
    padding: 0 ;
    margin-bottom: 30px; }
  #purpose .box:last-child {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #purpose .box .img_box {
    width: 100%;
    text-align: center;
  }
  #purpose .box .img_box img {
      width: 80%;
      border-radius: 70%;
      max-width: 100%;
    }
  #purpose .box .txt_box {
    width: 100%;
    padding-left: 0;
    padding: 0 3vw; }
  #purpose .box .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
  }
  #purpose .box .txt_box p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media only screen and (min-width:767px){
  #purpose .wrap {
    background-color: rgba(255, 210, 210, 0.8);
  }
  #purpose .wrap .pickup div {
    float: left;
    position: absolute;
    top: -80px;
    left: 0;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #purpose h3{
    font-size: 18px;
    font-weight: 700;
    color: #043492;
    text-align: center;
    border-top: 1px solid #043492;
    border-bottom: 1px solid #043492;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5em;
  }
  #purpose .time {
    color: #043492;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px;
  }
  #purpose .time::before {
    content:url(../img/icon_mic.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 5px 0px 0px;
    vertical-align: top;
  }

  #purpose .time span {
    font-size: 14px;
    color: #fff;
    background-color: #043492;
    line-height: 1;
    padding: 1px 10px;
    margin-right: 7px;
  }
  #purpose .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
  #purpose .box {
    text-align: left;
    display: flex;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #purpose .box:last-child {
    margin-bottom: 0;
  }
  #purpose .box .img_box {
    width: 200px;
  }
  #purpose .box .img_box img {
      max-width: 100%;
      border-radius: 200px;
    }
  #purpose .box .txt_box {
    width: calc(100% - 170px);
    padding-left: 20px;
  }
  #purpose .box .txt_box .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #purpose .box .txt_box p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

/** 夢プロ応援者インタビュー **/
@media only screen and (max-width:766px){
  #yumepro{
    background-color: rgba(226, 255, 202, 0.842);
      padding: 0;
      margin:15% 5% 5%;
      border-radius: 30px;
      box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
  }
  #yumepro .wrap {
    width: 100%;
    padding:30px 5% 30px;
    margin: 0 auto;
  }
  #yumepro .wrap h2 {
    padding-top: 30px;
    font-size: 1.5em;
    line-height: 1.3em;
  }
  #yumepro h2 {
      line-height: 1;
  }
  #yumepro h2 span {
    font-size: 24px;
    padding: 0 3px 0 0;
  }
  #yumepro h2::before {
      top: 64%;
  }
  #yumepro .wrap {
      line-height: 1.8;
      font-size: 13px;
      text-align: center;
  }
  #yumepro .wrap .pickup {
    position: relative;
  }
  #yumepro .wrap .pickup div {
    float: left;
    position: absolute;
    top: -75px;
    left: -10px;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }

  #yumepro h3{
    font-size: 18px;
    font-weight: 700;
    color: #043492;
    text-align: center;
    border-top: 1px solid #043492;
    border-bottom: 1px solid #043492;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5em;
  }

  #yumepro .time {
    color: #043492;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #yumepro .time span {
    font-size: 12px;
    color: #fff;
    background-color: #043492;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-right: 7px;
  }
  #yumepro .time::before {
    content:'';
    background-image: url(../img/icon_mic.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 5px 2px;
    padding-left: 23px;
    padding-bottom: 10px;
  }
  .yumepro-logo{
    display: block;
    margin: 0px auto 10px;
    width: 70%;
  }
  #yumepro .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 3vw;
    }
    #yumepro .box {
    text-align: left;
    display: block;
    padding: 0 ;
    margin-bottom: 30px; }
    #yumepro .box:last-child {
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #yumepro .box .img_box {
    width: 100%;
    text-align: center;
  }
  #yumepro .box .img_box img {
      width: 44%;
      max-width: 100%;
    }
  #yumepro .box .txt_box {
    width: 100%;
    padding-left: 0;
    padding: 0 3vw; }
  #yumepro .box .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
  }
  #yumepro .box .txt_box p {
    font-size: 13px;
    line-height: 1.8;
  }

  .yumepro-subtitle{
    font-size: 1.2em;
    color: #043492;
    margin-top:20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .yumepro-link{
    margin-top: -20px;

  }
  .yumepro-link a{
    font-weight: bold;
    color: #ff0000;
  }
}
@media only screen and (min-width:767px){
  #yumepro .wrap {
    background-color: rgba(226, 255, 202, 0.842);
  }
  #yumepro .wrap .pickup div {
    float: left;
    position: absolute;
    top: -80px;
    left: 0;
    background-color: #ffcd29;
    color: rgb(8, 76, 224);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #yumepro h3{
    font-size: 18px;
    font-weight: 700;
    color: #043492;
    text-align: center;
    border-top: 1px solid #043492;
    border-bottom: 1px solid #043492;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5em;
  }
  .yumepro-subtitle{
    font-size: 1.2em;
    color: #043492;
    margin-top:-20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .yumepro-link{
    margin-top: -20px;

  }
  .yumepro-link a{
    font-weight: bold;
    color: #ff0000;
  }
  #yumepro .time {
    color: #043492;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px;
  }
  #yumepro .time::before{
  content:url(../img/icon_mic.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
  #yumepro .time span {
    font-size: 14px;
    color: #fff;
    background-color: #043492;
    line-height: 1;
    padding: 1px 10px;
    margin-right: 7px;
  }
  .yumepro-logo{
    display: block;
    margin: -10px auto 10px;
    width: 250px;
  }
  #yumepro .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
  #yumepro .box {
    text-align: left;
    display: flex;
    padding: 0 ;
    margin-bottom: 30px;
  }
  #yumepro .box:last-child {
    margin-bottom: 0;
  }
  #yumepro .box .img_box {
    width: 140px;
  }
  #yumepro .box .img_box img {
      max-width: 100%;
      border-radius: 200px;
    }
  #yumepro .box .txt_box {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  #yumepro .box .txt_box .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #yumepro .box .txt_box p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/** ハンカチプレゼント **/
@media only screen and (max-width:766px){
  #hanky{
    text-align: center;
    background-color: rgb(221, 241, 253);
    padding: 0;
    margin: 15% 5% 5%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
    }
  #hanky h2 {
      position: relative;
      margin-bottom: 20px;
      line-height: 1;
    }
  #hanky h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #hanky h2 span {
    font-size: 24px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
    padding: 0 3px 0 0;
  }
  #hanky h2::before {
    top: 64%;
  }
  #hanky .wrap {
    border-radius: 20px;
    padding: 40px 5%;
    line-height: 1.8;
    font-size: 13px;
    }
  #hanky .lead {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    }
  #hanky .wrap img {
      width: 50%;
      max-width: 100%;
      margin-bottom: 5%;
    }
  .text_alert{
      font-size: 0.8em;
    }
}
@media only screen and (min-width:767px){
  #hanky {
    text-align: center;
    padding-top: 0;
  }
  #hanky .wrap {
    border-radius: 20px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #hanky h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
  }
  #hanky h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #hanky h2 span {
    padding: 0 15px 0 7px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
  }
  #hanky .lead {
    font-size: 18px;
    text-align:left;
  }
  #hanky .wrap img {
      display: inline-block;
      width: 130px;
      float: left;
      margin:-60px 30px 0 0;
      transform: rotate(10deg);
      /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);*/
      }
  .text_alert{
    font-size: 15px;
  }
}
@media only screen and (min-width:1001px){
  #hanky .wrap img {
      margin:-70px 30px 0 0;
  }
}


/** 新刊本 **/
@media only screen and (max-width:766px){
  #book{
    text-align: center;
    background-color: rgb(221, 241, 253);
    padding: 0;
    margin: 15% 5% 5%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
    }
  #book h2 {
      position: relative;
      margin-bottom: 20px;
      line-height: 1;
    }
  #book h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #book h2 span {
    font-size: 24px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
    padding: 0 3px 0 0;
  }
  #book h2::before {
    top: 64%;
  }
  #book .wrap {
    border-radius: 20px;
    padding: 40px 5%;
    line-height: 1.8;
    font-size: 13px;
    }
  #book .lead {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    }
  #book .wrap img {
      width: 60%;
      max-width: 100%;
      margin-bottom: 5%;
    }
  .text_alert{
      font-size: 0.8em;
    }
}
@media only screen and (min-width:767px){
  #book {
    text-align: center;
    padding-top: 0;
  }
  #book .wrap {
    border-radius: 20px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
  }
  #book h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
  }
  #book h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #book h2 span {
    padding: 0 15px 0 7px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
  }
  #book .lead {
    font-size: 16px;
    text-align:left;
  }
  #book .wrap img {
      display: inline-block;
      width: 250px;
      float: right;
      margin:-90px -110px 0 10px;
      transform: rotate(10deg);
      /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);*/
      }
  .text_alert{
    font-size: 15px;
  }
}
@media only screen and (min-width:1001px){
  #book .wrap img {
      margin:-100px -60px 0 10px;
  }
}

/** TOP/アナリストツアー **/
@media only screen and (max-width:766px){
  #analisttour .wrap{
    text-align: center;
    background-color: rgb(221, 241, 253);
    margin: 0% 5% 10%;
    padding: 15% 10% 10%;
    border-radius: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
    line-height: 1.8;
    font-size: 13px;
  }
  #analisttour .wrap .pickup {
    position: relative;
  }
  #analisttour .wrap .pickup div {
    float: left;
    position: absolute;
    top: -110px;
    left: 0;
    display: inline-block;
    background-color: #fd4f42;
    color:#fff;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    padding-top: 21px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  #analisttour h2 {
      position: relative;
      margin-bottom: 20px;
      padding-top: 0;
      line-height: 1;
    }
  #analisttour h2::before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 64%;
  }


  #analisttour h2 span {
    font-size: 24px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
    padding: 0 3px 0 0;
  }
  #analisttour .lead {
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    }
  #analisttour .wrap img {
      width: 90%;
      margin-bottom: 5%;
    }
  .text_alert{
      font-size: 0.9em;
    }
}
@media only screen and (min-width:767px){
  #analisttour {
    text-align: left;
    padding-top: 0;
  }
  #analisttour .wrap {
    border-radius: 20px;
    padding: 60px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
    }
  #analisttour .wrap .pickup {
    position: relative;
  }
  #analisttour .wrap .pickup div {
    float: left;
    position: absolute;
    top: -70px;
    left: 0;
    display: inline-block;
    background-color: #fd4f42;
    color:#fff;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    padding-top: 21px;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
  }
  /*#analisttour h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center !important;
  }
  #analisttour h2 span {
    padding: 0 15px 0 7px;
    border: none;
    position: relative;
    z-index: 1;
    color:#043492;
  }*/
  #analisttour .lead {
    font-size: 1.1em;
    text-align:left;
  }
  #analisttour .wrap img {
    display: inline-block;
    width: 300px;
    float: right;
    margin:5px 0 0 20px;
    }
  .text_alert{
    font-size: 15px;
  }
}
@media only screen and (min-width:851px){
  #analisttour h2 {
    margin-left: 0px;
    text-align: center !important;
  }
}
@media only screen and (min-width:1001px){
  #analisttour h2 {
    text-align: center !important;
    margin-left: 0;
    padding-right:0;
  }
  #analisttour .wrap img {
    margin:0 0 20px 20px;
    }
}
@media only screen and (min-width:1101px){
  #analisttour h2 {
    text-align: center !important;
    padding-right:0;
  }
  #analisttour .wrap {
    padding: 60px 40px 80px 40px;
  }
}

/** 出展企業 **/
@media only screen and (max-width:766px){
  #company h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #company {
    background-color: #fff;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #company .wrap{
    width: 94%;
    margin: 0 3%;
    padding-left: 0;
    padding-right: 0;
  }
    #company .lead02 {
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 40px;
  }
    #company .bnr_blc {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
    #company .bnr_blc .box {
    width: 25%;
    margin-bottom: 30px;
  }
    #company .bnr_blc .box .thum {
    width: 100%;
    text-align: center;
  }
    #company .bnr_blc .box .thum:hover {
    cursor: pointer;
    opacity: 0.8;
  }
    #company .bnr_blc .box .thum img {
    max-width: 100%;
  }
  #company .bnr_blc p{
    font-size: 0.8em;
  }
  #company .lead {
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 10px;
    }
  #company .lead02 {
    font-size: 13px;
    line-height: 1.4;
    width: 88%;
    margin-bottom: 30px;
  }
  #company .bnr_blc {
    padding: 0;
    margin-bottom: 5%;
  }
  #company .bnr_blc .box {
      width: 50%;
      padding: 0 3vw;
      margin-bottom: 3.5vw;
  }
  /*#company .bnr_blc .box.ntn .mdl .mdl_box .inner .head .logo_blc img {
    width: 38.3%;
  }
  #company .bnr_blc .box.paramount .mdl .mdl_box .inner .head .ttl h3 {
    font-size: 16px;
  }*/
}
@media only screen and (min-width:767px){
    #company {
        background-color: #fff;
        text-align: center;
        padding-bottom: 30px;
      }

      #company .wrap {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
        #company .lead {
        font-size: 16px;
      }
        #company .lead02 {
        line-height: 1;
        padding: 3px 10px;
        border-radius: 100px;
        border: 1px solid #000;
        display: inline-block;
        margin-bottom: 40px;
      }
        #company .bnr_blc {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
      }
        #company .bnr_blc .box {
        width: 25%;
        margin-bottom: 30px;
      }
        #company .bnr_blc .box .thum {
        width: 100%;
        text-align: center;
      }
        #company .bnr_blc .box .thum:hover {
        cursor: pointer;
        opacity: 0.8; }
        #company .bnr_blc .box .thum img {
        max-width: 100%;
      }
        /*#company .bnr_blc .box .thum .jrtokai-min {
          max-width: 60%; }
        #company .bnr_blc .box .thum .mani-min {
          max-width: 70%;
        }*/
        #company .bnr_blc p{
          font-size: 14px;
        }
}

/** 企業ロゴ　ポップアップ用css **/
@media only screen and (max-width:766px){
  main .mdl {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
  }
  main .mdl.active {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  }
  main .mdl .mdl_box {
  width: 760px;
  max-height: 90%;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110; }
  main .mdl .mdl_box .mdl_close {
  width: 55px;
  height: 55px;
  background-color: #043492;
  position: absolute;
  top: -55px;
  right: 0; }
  main .mdl .mdl_box .mdl_close img {
  width: 41.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  main .mdl .mdl_box .mdl_close:hover {
  cursor: pointer; }
  main .mdl .mdl_box .inner {
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  padding: 35px 40px; }
  main .mdl .mdl_box .inner .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  main .mdl .mdl_box .inner .head .ttl {
  width: 70%;
  text-align: left; }
  main .mdl .mdl_box .inner .head .ttl h3 {
  font-size: 24px;
  font-weight: 700; }
  main .mdl .mdl_box .inner .head .logo_blc {
  width: 30%;
  text-align: right; }
  main .mdl .mdl_box .inner .head .logo_blc img {
  min-height: 24px;
  max-height: 35px;
  width: auto;
  max-width: 100%; }
  main .mdl .mdl_box .inner .time {
  position: relative;
  margin-bottom: 20px;
  min-height: 1px; }
  main .mdl .mdl_box .inner .time:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 50%; }
  main .mdl .mdl_box .inner .time > span {
  background-color: #fff;
  color: #043492;
  font-weight: 700;
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: left 10px center;
  padding: 5px 10px 5px 32px;
  position: relative;
  z-index: 10; }
  main .mdl .mdl_box .inner .time > span .cate {
  color: #fff;
  background-color: #043492;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 12px;
  margin-right: 10px; }
  main .mdl .mdl_box .inner .time.channelA > span {
  background-image: url(../img/icon_mic.svg);
  color: #1b4db0; }
  main .mdl .mdl_box .inner .time.channelA .cate {
  background-color: #1b4db0; }
  main .mdl .mdl_box .inner .time.channelB > span {
  background-image: url(../img/icon_mic_chB.svg);
  color: #1e9af3; }
  main .mdl .mdl_box .inner .time.channelB .cate {
  background-color: #1e9af3; }
  main .mdl .mdl_box .inner .time.channelC > span {
  background-image: url(../img/icon_mic_chC.svg);
  color: #78b501; }
  main .mdl .mdl_box .inner .time.channelC .cate {
  background-color: #78b501; }
  main .mdl .mdl_box .inner .time.channelD > span {
  background-image: url(../img/icon_mic_chD.svg);
  color: #b9ab00; }
  main .mdl .mdl_box .inner .time.channelD .cate {
  background-color: #b9ab00; }
  main .mdl .mdl_box .inner .time.channelE > span {
    background-image: url(../img/icon_mic_chE.svg);
    color: #a270ad; }
  main .mdl .mdl_box .inner .time.channelE .cate {
    background-color: #a270ad; }
  main .mdl .mdl_box .inner .con {
  text-align: left; }
  main .mdl .mdl_box .inner .con p {
  margin-bottom: 1em; }
  main .mdl .mdl_box .inner .con .img_blc {
  display: flex;
  flex-wrap: wrap; }
  main .mdl .mdl_box .inner .con .img_blc img {
  width: 49%;
  }
  main .mdl .mdl_box .inner .con .img_blc img:nth-child(2n) {
  margin-left: 2%;
  }
  main .mdl .mdl_box .inner .con .img_blc .bigimg {
    width: 100%;
    margin:0 auto;
   }
  main .mdl .mdl_box .inner .head .ttl {
  width: 74%; }
  
  main .mdl .mdl_box .inner .head .ttl h3 {
  font-size: 23px; }
  
  main .mdl .mdl_box .inner .head .logo_blc {
  width: 26%; }
  
  main .mdl .mdl_box .inner .head .logo_blc img {
  min-height: 30px;
  max-height: 65px;
  width: auto;
  max-width: 175px; }
  
  main .mdl .mdl_box .inner {
  max-height: 77vh;
  overflow-y: auto;
  padding: 20px; }
  main .mdl .mdl_box .inner .head {
  display: block;
  margin-bottom: 3vw; }
  main .mdl .mdl_box .inner .head .ttl {
  width: 100%;
  margin-bottom: 10px; }
  main .mdl .mdl_box .inner .head .ttl h3 {
  font-size: 18px;
  text-align: center;
  line-height: 1.4; }
  main .mdl .mdl_box .inner .head .logo_blc {
  width: 100%;
  text-align: center; }
  main .mdl .mdl_box .inner .head .logo_blc img {
  max-width: 51.3%;
  max-height: inherit;
  min-height: inherit; }
  main .mdl .mdl_box .inner .time > span {
  font-size: 14px; }
  main .mdl .mdl_box .inner .time > span .cate {
  font-size: 13px;
  }
  .con .message{
    color:#043492;
    font-weight: bold;
    font-size: 0.9em;
  }
  }
@media only screen and (min-width:767px){
  main .mdl {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }
    main .mdl.active {
      /*display: block;*/
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease;
  }
  main .mdl .mdl_box {
  width: 760px;
  max-height: 90%;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
}
  main .mdl .mdl_box .mdl_close {
  width: 55px;
  height: 55px;
  background-color: #043492;
  position: absolute;
  top: -55px;
  right: 0; }
  main .mdl .mdl_box .mdl_close img {
  width: 41.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  main .mdl .mdl_box .mdl_close:hover {
  cursor: pointer; }
  main .mdl .mdl_box .inner {
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  padding: 35px 40px; }
  main .mdl .mdl_box .inner .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  main .mdl .mdl_box .inner .head .ttl {
  width: 70%;
  text-align: left; }
  main .mdl .mdl_box .inner .head .ttl h3 {
  font-size: 24px;
  font-weight: 700; }
  main .mdl .mdl_box .inner .head .logo_blc {
  width: 30%;
  text-align: right; }
  main .mdl .mdl_box .inner .head .logo_blc img {
  min-height: 24px;
  max-height: 35px;
  width: auto;
  max-width: 100%; }
  main .mdl .mdl_box .inner .time {
  position: relative;
  margin-bottom: 20px;
  min-height: 1px; }
  main .mdl .mdl_box .inner .time:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 50%; }
  main .mdl .mdl_box .inner .time > span {
  background-color: #fff;
  color: #043492;
  font-weight: 700;
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: left 10px center;
  padding: 5px 10px 5px 32px;
  position: relative;
  z-index: 10; }
  main .mdl .mdl_box .inner .time > span .cate {
  color: #fff;
  background-color: #043492;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 12px;
  margin-right: 10px; }
  main .mdl .mdl_box .inner .time.channelA > span {
  background-image: url(../img/icon_mic.svg);
  color: #1b4db0; }
  main .mdl .mdl_box .inner .time.channelA .cate {
  background-color: #1b4db0; }
  main .mdl .mdl_box .inner .time.channelB > span {
  background-image: url(../img/icon_mic_chB.svg);
  color: #1e9af3; }
  main .mdl .mdl_box .inner .time.channelB .cate {
  background-color: #1e9af3; }
  main .mdl .mdl_box .inner .time.channelC > span {
  background-image: url(../img/icon_mic_chC.svg);
  color: #78b501; }
  main .mdl .mdl_box .inner .time.channelC .cate {
  background-color: #78b501; }
  main .mdl .mdl_box .inner .time.channelD > span {
  background-image: url(../img/icon_mic_chD.svg);
  color: #b9ab00; }
  main .mdl .mdl_box .inner .time.channelD .cate {
  background-color: #b9ab00; }
  main .mdl .mdl_box .inner .time.channelE > span {
    background-image: url(../img/icon_mic_chE.svg);
    color: #a270ad; }
  main .mdl .mdl_box .inner .time.channelE .cate {
    background-color: #a270ad; }
  main .mdl .mdl_box .inner .con {
   text-align: left;
  }
  main .mdl .mdl_box .inner .con p {
    margin-bottom: 1em;
  }
  main .mdl .mdl_box .inner .con .img_blc {
    display: flex;
    flex-wrap: wrap;
  }
  main .mdl .mdl_box .inner .con .img_blc img {
    width: 49%;
  }
  main .mdl .mdl_box .inner .con .img_blc img:nth-child(2n) {
    margin-left: 2%;
  }
  main .mdl .mdl_box .inner .con .img_blc .bigimg {
    width: 90%;
    margin:0 auto;
  }
  main .mdl .mdl_box .inner .head .ttl {
    width: 74%;
  }
  main .mdl .mdl_box .inner .head .ttl h3 {
    font-size: 23px;
  }
  main .mdl .mdl_box .inner .head .logo_blc {
    width: 26%;
  }
  main .mdl .mdl_box .inner .head .logo_blc img {
    min-height: 30px;
    max-height: 65px;
    width: auto;
    max-width: 175px;
  }
  .con .message{
    color:#043492;
    font-weight: bold;
    font-size: 0.9em;
  }
  }
  
/** 講演スケジュール **/
@media only screen and (max-width:766px){
  #schedule h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #schedule {
    background-color: #FFFCD5;
    padding-top: 15%;
    padding-bottom:15% ;
  }
  #schedule .lead {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; 
    font-size: 14px;
    margin-bottom: 10px;
  }
  #schedule .lead a {
    text-decoration: underline; }
  #schedule .tab_box .btn_area {
    display: flex;
    justify-content: space-between; }
  #schedule .tab_box .btn_area .tab_btn {
    width: 24%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #1b4db0;
    border-radius: 15px 15px 0 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    position: relative;
    line-height: 1.4;
    padding: 7px 0;
  }
  #schedule .tab_box .btn_area .tab_btn span {
    font-size: 16px;
    line-height: 1; }
  
  #schedule .tab_box .btn_area .tab_btn.channelB {
    background-color: #1e9af3; }
  #schedule .tab_box .btn_area .tab_btn.channelC {
    background-color: #78b501; }
  #schedule .tab_box .btn_area .tab_btn.channelD {
    background-color: #b9ab00; }
  #schedule .tab_box .btn_area .tab_btn.channelE {
    background-color: #a270ad; }
  #schedule .tab_box .btn_area .tab_btn.active:after {
    content: "";
    display: inline-block;
    width: 60%;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  #schedule .tab_box .panel_area .tab_panel {
    display: none;
    border: 18px solid #1b4db0;
    background-color: #fff; }
  #schedule .tab_box .panel_area .tab_panel .box {
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #1b4db0; }
  #schedule .tab_box .panel_area .tab_panel .box:nth-child(even) {
    background-color: #f4f5ff; }
  #schedule .tab_box .panel_area .tab_panel .box .left_blc {
    width: 305px; }
  #schedule .tab_box .panel_area .tab_panel .box .left_blc p {
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #fff;
    color: #1b4db0;
    border: 1px solid #1b4db0; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl:last-child{
    margin-bottom: 0; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl {
    display: flex; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dt {
    margin-right: 15px;
    width: 165px; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dd {
    width: calc(100% - 165px); }
    #schedule .tab_box .panel_area .tab_panel.channelB {
    border-color: #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box {
    border-color: #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box:nth-child(even) {
    background-color: #e5f8fd; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box .left_blc p {
    color: #1e9af3;
    border: 1px solid #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelC {
    border-color: #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box {
    border-color: #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box:nth-child(even) {
    background-color: #e9fac7; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box .left_blc p {
    color: #78b501;
    border: 1px solid #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelD {
    border-color: #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box {
    border-color: #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box:nth-child(even) {
    background-color: #fefbcf; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box .left_blc p {
    color: #b9ab00;
    border: 1px solid #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelE {
      border-color: #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box {
      border-color: #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box:nth-child(even) {
      background-color: #f5e1f9; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box .left_blc p {
      color: #a270ad;
      border: 1px solid #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.active {
    display: block;
  } 
    
    
    
  #schedule .tab_box .btn_area .tab_btn:not(#schedule .tab_box .btn_area .tab_btn:last-child) {
  margin-right: 1.33%; }
  #schedule .tab_box .btn_area .tab_btn.active::after {
  border-bottom: 2px solid #fff; }
  #schedule .tab_box .panel_area .tab_panel .box {
  display: block;
  padding: 20px 3vw; }
  #schedule .tab_box .panel_area .tab_panel .box .left_blc {
  width: 100%; }
  #schedule .tab_box .panel_area .tab_panel .box .left_blc p {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc {
  width: 100%; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1vw; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc dl {
  display: block; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dt {
  text-align: center;
  margin-right: 0;
  width: 100%; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dd {
  text-align: center;
  width: 100%;
  font-size: 13px; }
  #schedule .tab_box .panel_area .tab_panel .box .right_blc p {
  text-align: center;
  font-size: 13px;
}

.panel_area .comment{
  margin: 10px;
  font-size: 12px;
  text-align: center;
}
}
@media only screen and (min-width:767px){
  #schedule {
    background-color: #FFFCD5;
  }
  #schedule .wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
    #schedule .lead {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px; }
    #schedule .lead a {
    text-decoration: underline; }
    #schedule .tab_box .btn_area {
    display: flex;
    justify-content: space-between; }
    #schedule .tab_box .btn_area .tab_btn {
    width: 19%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #1b4db0;
    border-radius: 15px 15px 0 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    position: relative; }
    #schedule .tab_box .btn_area .tab_btn span {
    font-size: 20px;
    line-height: 1; }
    #schedule .tab_box .btn_area .tab_btn.channelB {
      background-color: #1e9af3; }
    #schedule .tab_box .btn_area .tab_btn.channelC {
      background-color: #78b501; }
    #schedule .tab_box .btn_area .tab_btn.channelD {
      background-color: #b9ab00; }
    #schedule .tab_box .btn_area .tab_btn.channelE {
      background-color: #a270ad; }
    #schedule .tab_box .btn_area .tab_btn.active:after {
    content: "";
    display: inline-block;
    width: 60%;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    #schedule .tab_box .panel_area .tab_panel {
    display: none;
    border: 18px solid #1b4db0;
    background-color: #fff; }
    #schedule .tab_box .panel_area .tab_panel .box {
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #1b4db0; }
    #schedule .tab_box .panel_area .tab_panel .box:nth-child(even) {
    background-color: #f4f5ff; }
    #schedule .tab_box .panel_area .tab_panel .box .left_blc {
    width: 305px; }
    #schedule .tab_box .panel_area .tab_panel .box .left_blc p {
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #fff;
    color: #1b4db0;
    border: 1px solid #1b4db0; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl:last-child{
      margin-bottom: 0; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl {
    display: flex; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dt {
    margin-right: 15px;
    width: 165px; }
    #schedule .tab_box .panel_area .tab_panel .box .right_blc dl dd {
    width: calc(100% - 165px); }
    #schedule .tab_box .panel_area .tab_panel.channelB {
    border-color: #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box {
    border-color: #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box:nth-child(even) {
    background-color: #e5f8fd; }
    #schedule .tab_box .panel_area .tab_panel.channelB .box .left_blc p {
    color: #1e9af3;
    border: 1px solid #1e9af3; }
    #schedule .tab_box .panel_area .tab_panel.channelC {
    border-color: #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box {
    border-color: #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box:nth-child(even) {
    background-color: #e9fac7; }
    #schedule .tab_box .panel_area .tab_panel.channelC .box .left_blc p {
    color: #78b501;
    border: 1px solid #78b501; }
    #schedule .tab_box .panel_area .tab_panel.channelD {
    border-color: #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box {
    border-color: #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box:nth-child(even) {
    background-color: #fefbcf; }
    #schedule .tab_box .panel_area .tab_panel.channelD .box .left_blc p {
    color: #b9ab00;
    border: 1px solid #b9ab00; }
    #schedule .tab_box .panel_area .tab_panel.channelE {
      border-color: #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box {
      border-color: #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box:nth-child(even) {
      background-color: #f5e1f9; }
    #schedule .tab_box .panel_area .tab_panel.channelE .box .left_blc p {
      color: #a270ad;
      border: 1px solid #a270ad; }
    #schedule .tab_box .panel_area .tab_panel.active {
    display: block; }


    #schedule .tab_box .panel_area .tab_panel .box .left_blc {
        width: 230px; }
      #schedule .tab_box .panel_area .tab_panel .box .right_blc {
        width: calc(100% - 230px);
    }
    .panel_area .comment{
      margin: 10px;
      font-size: 14px;
      text-align: right;
    }

}

/** スタンプラリー **/
@media only screen and (max-width:766px){
  #rally {
    background-color: #FFFF;
    text-align: center;
  }
  #rally .wrap{
    margin-bottom: 5%;
  }
  #rally h2 {
    color: #ff5555;
  }
  #rally h2 span {
    border-top: 2px solid #ff5555;
    border-bottom: 2px solid #ff5555;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #rally .lead {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: left;
  }
  #rally .wrap img{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
  }
}
@media only screen and (min-width:767px){
  #rally {
  background-color: #ffffff;
  text-align: left;
  }
  #rally .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #rally h2 {
    text-align: center;
    color: #ff5555;
  }
  #rally h2 span {
  border-color: #ff5555;
  }
  #rally .lead {
  font-size: 18px;
  margin: 0 10% 30px 10%;
  line-height: 1.8; 
  width: 80%;
  } 
  #rally .wrap img{
    width: 250px;
    float: right;
    margin: 0px 0px 0px 20px;
    top: -60px;
    position: relative;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
  }
}
@media only screen and (min-width:950px){
  #rally .wrap img{
    margin: -30px 0px 0px 20px;
  }
}

/** カツサンド **/
@media only screen and (max-width:766px){
  #sandwich {
    background-color: #FFFF;
    text-align: center;
  }
    #sandwich .wrap{
    margin-bottom: 5%;
  }
  #sandwich h2 {
    color: #1b4db0;
    margin-bottom: 15%;
  }
  #sandwich h2 span {
    border-top: 2px solid #1b4db0;
    border-bottom: 2px solid #1b4db0;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #sandwich .lead {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
  }
  #sandwich .wrap img{
    width: 80%;
  }
}
@media only screen and (min-width:767px){
  #sandwich {
  background-color: #ffffff;
  text-align: left;
  }
  #sandwich .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sandwich h2 {
    text-align: center;
    color: #1b4db0;
  }
  #sandwich h2 span {
  border-color: #1b4db0;
  }
  #sandwich .lead {
  font-size: 18px;
  margin: 0 10% 30px 10%;
  line-height: 1.8; 
  width: 80%;
  } 
  #sandwich .wrap img{
    width: 250px;
    float: left;
    margin: -60px 15px 0px 0px;
  }
}
@media only screen and (min-width:950px){
  #sandwich .wrap img{
    margin: -130px 10px 0px 0px;
  }
}

/** 夢プロ **/
@media only screen and (max-width:766px){
  #yumepj {
    background-color: #FFFF;
    text-align: center;
  }
  #yumepj .wrap{
    margin-bottom: 5%;
  }
  #yumepj h2 {
    color: #ff5555;
  }
  #yumepj h2 span {
    border-top: 2px solid #ff5555;
    border-bottom: 2px solid #ff5555;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #yumepj .lead {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: left;
  }
  #yumepj .lead span{
    font-weight: bold;
    }
  .yume1 img{
    width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
  }
  .yume2 img{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .yume3 img{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:767px){
  #yumepj {
  background-color: #ffffff;
  text-align: left;
  }
  #yumepj .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #yumepj h2 {
    text-align: center;
    color: #ff5555;
  }
  #yumepj h2 span {
  border-color: #ff5555;
  }
  #yumepj .lead {
  font-size: 18px;
  margin: 0 10% 80px 10%;
  line-height: 1.8; 
  width: 80%;
  }
  #yumepj .lead span{
    font-weight: bold;
    }
  .yume1 img{
    width: 150px;
    float: right;
    margin: 0px 20px 0px 20px;
    top: -60px;
    position: relative;
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, .4);
  }
  .yume2 img{
    width: 220px;
    float: left;
    margin: 0px 20px 0px 20px;
    top: 0px;
    position: relative;
  }

  .yume3 img{
    width: 220px;
    float: right;
    margin: 0px 20px 0px 20px;
    top: -40px;
    position: relative;
  }
}
@media only screen and (min-width:950px){
  #yumepj .wrap img{
    margin: 0px 20px 0px 20px;
  }
  #yumepj .lead {
    margin: 0 10% 130px 10%;
    }
  .yume1 img{
    width: 180px;
    margin: 0px 20px 0px 20px;
    top: -70px;
  }
  .yume2 img{
    width: 250px;
    margin: 0px 20px 0px 20px;
    top: -60px;
  }

  .yume3 img{
    width: 250px;
    margin: 0px 20px 0px 20px;
    top: -75px;
  }
}

/** アートコンテスト **/
@media only screen and (max-width:766px){
  #art {
    background-color: #FFFF;
    text-align: center;
  }
  #art .wrap{
    margin-bottom: 5%;
  }
  #art h2 {
    color: #ff5555;
  }
  #art h2 span {
    border-top: 2px solid #ff5555;
    border-bottom: 2px solid #ff5555;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #art .lead {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: left;
  }
  #art .wrap img{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
  }
}
@media only screen and (min-width:767px){
  #art {
  background-color: #ffffff;
  text-align: left;
  }
  #art .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #art h2 {
    text-align: center;
    color: #5e3387;
  }
  #art h2 span {
  border-color: #5e3387;
  }
  #art .lead {
  font-size: 18px;
  margin: 0 10% 20px 10%;
  line-height: 1.8; 
  width: 80%;
  } 
  #art .wrap img{
    width: 330px;
    float: right;
    margin: 15px 0px 0px 20px;
    top: -20px;
    position: relative;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
  }
}
@media only screen and (min-width:950px){
  #art .wrap img{
    margin: 0px 0px 0px 20px;
  }
}


/** キッズスペース **/
/*@media only screen and (max-width:766px){
  #kids {
    background-color: #FFFF;
    text-align: center;
  }
  #kids h2 {
    color: #1b4db0;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  #kids h2 span {
    border-top: 2px solid #1b4db0;
    border-bottom: 2px solid #1b4db0;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #kids .lead {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
  }
  #kids .wrap img{
    width: 80%;
  }
}
@media only screen and (min-width:767px){
  #kids {
  background-color: #ffffff;
  text-align: left;
  }
  #kids .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #kids h2 {
    text-align: center;
    color: #1b4db0;
  }
  #kids h2 span {
  border-color: #1b4db0;
  }
  #kids .lead {
  font-size: 18px;
  margin: 0 10% 30px 10%;
  line-height: 1.8; 
  width: 80%;
  } 
  #kids .wrap img{
    width: 250px;
    float: left;
    margin: -30px 10px 0px 0px;
  }
}
@media only screen and (min-width:950px){
  #kids .wrap img{
    margin: -100px 10px 0px 0px;
  }
}*/

/** さわかみマイル **/
@media only screen and (max-width:766px){
  #mile {
    background-color: #fff;
    text-align: center;
  }
  #mile h2 {
    color: #00730b;
  }
  #mile h2 span {
    border-top: 2px solid #00730b;
    border-bottom: 2px solid #00730b;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #mile .lead {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
  }
  #mile .wrap{
    margin-top: -80px;
  }
  #mile .wrap img{
    width: 100%;
  }
}
@media only screen and (min-width:767px){
  #mile {
  background-color: #fff;
  text-align: center;
  }
  #mile .wrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #mile h2 {
  color: #00730b;
  }
  #mile h2 span {
  border-color: #00730b;
  }
  #mile .lead {
  font-size: 18px;
  margin: 0 auto 30px;
  line-height: 1.8; 
  width: 100%;
  } 
  #mile .wrap img{
    width: 80%;
    max-width: 900px;
  }
}

/** アクセス **/
@media only screen and (max-width:766px){
  #access h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #access {
    background-color: #ddf1fd;
    text-align: center; }
    #access h2 {
    color: #043492; }
    #access h2 span {
    border-color: #043492; }
    #access .lead {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
  }  
  .access_box{
      margin-bottom: 10%;
  }
  .bluebox{
    background: #27B7FF;
    width:100%;
    margin-bottom: 5%;
  }
  .access_subtitle1,.access_subtitle2{
    color: #fff;
    font-size: 1.3em;
    padding: 3px;
    vertical-align: middle;
    display: inline-block;
  }
  .access_right_text{
    text-align: left;
  }
  .accesstext_title{
    font-size: 1.4em;
  }
  .accesstext_detail{
    font-size:1em ;
  }
  #access iframe{
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width:767px){
  #access {
  background-color: #ddf1fd;
  text-align: center;
}
#access .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
  #access h2 {
  color: #043492;
}
  #access h2 span {
  border-color: #043492;
}
  #access .lead {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
}  
  .access_box{
    margin-bottom: 15px;
  }
  .bluebox{
    background: #27B7FF;
    width:70px;
    height: 70px;
    opacity: 1;
    display: block;
    padding-top:20px;
    margin-right: 10px;
    float:left;
  }
  .access_subtitle1{
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    display: block;
    padding-top:20px;
    margin-right: 10px;
  }
  .access_subtitle2{
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    display: block;
    padding-top:20px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .access_right_text{
    text-align: left;
  }
  .accesstext_title{
    font-size: 25px;
  }
  .accesstext_detail{
    font-size:14px ;
  }
  #access iframe{
    width: 100%;
  }
}

/** 申込はこちら **/
@media only screen and (max-width:766px){
  #cta {
    padding:40% 0 40% 0;
  }

  #cta .cta_area{
    background-color: rgba(255, 255, 255,.8);
    width:90%;
    border-radius: 15px;
    margin: 0 auto;
    padding:30px 5% 0;
    text-align: center;
  }
  #cta .cta_area p{
    font-size: 1.2em;
    font-weight: bold;
  }

  #cta .btn_blc {
    padding: 10px 0 20px;
  }
  #cta .btn_blc a {
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    padding: 20px 0;
    margin: 0 5%;
    width: 90%;
    display: inline-block;
    line-height: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #cta .btn_blc a.btn_entry {
    color: #fff;
    background-color:#ff7300;
    border:1px solid #ff7300; 
    margin-bottom: 25px;
 }
  #cta .btn_blc a.btn_entry::after{
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-left: 2px;
      margin-top: -3px;
      transition:all 0.3s ease-in-out;
  }
  #cta .btn_blc a.btn_entry:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
}
@media only screen and (min-width:767px){
  #cta {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 16px;
  }
  #cta .wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #cta .cta_area{
    background-color: rgba(255, 255, 255,.8);
    width:700px;
    border-radius: 15px;
    margin: 0 auto;
    padding:30px 0 0 20px;
  }
  #cta .cta_area p{
    font-size: 1.5em;
    font-weight: bold;
    }
  #cta .btn_blc {
    padding-top:20px;
   }
  #cta .btn_blc a {
   font-size: 22px;
   font-weight: 700;
   border-radius: 100px;
   padding: 20px 0;
   width: 400px;
   display: inline-block;
   line-height: 1;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  }
  #cta .btn_blc a.btn_entry {
   color: #fff;
   background-color: #ff8009;
   border:1px solid #ff8009; 
   margin-bottom: 30px;
   transition:all 0.3s ease-in-out;
   }
   #cta .btn_blc a:hover{
     color:#ff8009;
     border:1px solid #ff8009; 
     background-color: #fff;
   }

  #cta .btn_blc a.btn_entry::after{
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-left: 2px;
      transition:all 0.3s ease-in-out;
  }
  #cta .btn_blc a.btn_entry:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
}

/** 運用報告会について **/
@media only screen and (max-width:766px){
  #notes h2 span {
    border-top: 2px solid #043492;
    border-bottom: 2px solid #043492;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #notes {
    background-color: #eeeeee;
    padding-top:10%;
    font-size: 0.8em;
  }
  #notes .box {
    margin-bottom: 10px;
    text-align: left;
  }
  #notes .box:last-child {
    margin-bottom: 0; }
  #notes .box h3 {
    font-size: 14px;
    font-weight: 700;
  }
  #notes .box ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 5px;
  }
  #notes .box ul li a {
    text-decoration: underline;
  }
  #notes hr{
    margin: 0 20% 50px 20%;
  }
  #notes .alert{
    margin:10% auto 10% auto;
    line-height: 1.6em;
    font-size: 1.2em;
  }
}
@media only screen and (min-width:767px){
#notes {
  background-color: #eeeeee;
  font-size: 0.9em;
}
#notes .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
  #notes .box {
  margin-bottom: 40px; }
  #notes .box:last-child {
  margin-bottom: 0; }
  #notes .box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
  #notes .box ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 12px;
  text-align: left;
  }
  #notes .box ul li a {
  text-decoration: underline;
  }
  #notes hr{
    margin: 0 20% 50px 20%;
  }
  #notes .alert{
    width: 70%;
    margin-left:auto;
    margin-right: auto;
    line-height: 1.8em;
    font-size: 1.2em;
  }
}

/** 留意事項・copyright **/
@media only screen and (max-width:766px){
    /** 留意事項など **/
  .consideration{
      background-color: #ddd;
      padding: 10% 0;
  }
  .title-consideration{
      font-size: 1em;
      font-weight: bold;
  }    
  .para-consideration{
      margin-bottom:0;
      width: 100%;
  }
  .copyright {
    background-color: #848484;
    padding: 45px 0; }
    .copyright p {
      color: #fff;
      font-size: 0.6em;
      text-align: center; }
  .disclamer {
      padding: 60px 0; }
  .disclamer_box {
      background-color: #ddd; }
  .disclamer_box .box {
      margin-bottom: 40px; }
  .disclamer_box .box:last-child {
      margin-bottom: 0; }
  .disclamer_box .box h3 {
      font-size: 0.8em;
      font-weight: 700;
      margin-bottom: 5px; }
  .disclamer_box .box p {
      font-size: 0.7em;
      line-height: 1.4; }
  .disclamer_box .box p.attn {
      margin-top: 20px; }
  .disclamer_box .box p.attn2 {
      margin-top: 10px;
      margin-bottom: 10px;}
  .disclamer_box .box .line {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #555555;
    }
  .disclamer_box .box .line.bdru {
      border-top: 1px solid #555555;
    }
  .disclamer_box .box .line > div {
      padding: 10px 0;
      height: 100%;
    }
  .disclamer_box .box .line .left_blc {
      width: 150px;
      padding-left: 20px;
    }
  .disclamer_box .box .line .left_blc p {
      font-weight: 700;
    }
  .disclamer_box .box .line .right_blc {
      width: calc(100% - 150px);
    }
}
@media only screen and (min-width:767px){  
    /** 留意事項など **/
    .consideration{
      background-color: #ddd;
      width: 100%;
      padding: 50px 0;
  }
  .title-consideration{
      font-size: 1.0em;
      font-weight: bold;
  }    
  .para-consideration{
      margin-bottom:0;
      width: 100%;
      line-height: 1.8em;
      font-size: 0.8em;
  }

  /** リスク手数料 **/
  .disclamer {
      width: 100%;
      margin: 0 auto;
      padding: 60px 0;
    }
    .disclamer .wrap {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
    }
  .disclamer h2 {
      font-size: 32px;
      font-weight: 700;
      color: #043492;
      text-align: center;
      margin-bottom: 60px; }
  .disclamer h2 span {
      border-left: 2px solid #043492;
      border-right: 2px solid #043492;
      line-height: 1;
      padding: 5px 25px; }
  .disclamer_box {
      background-color: #ddd;
  }
  .disclamer_box .box {
      margin-bottom: 40px; }
  .disclamer_box .box:last-child {
      margin-bottom: 0; }
  .disclamer_box .box h3 {
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 5px; }
  .disclamer_box .box p {
      font-size: 12px;
      line-height: 1.4; }
  .disclamer_box .box p.attn {
      margin-top: 20px; }
  .disclamer_box .box p.attn2 {
      margin-top: 10px;
      margin-bottom: 10px;}
  .disclamer_box .box .line {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #555555; }
  .disclamer_box .box .line.bdru {
      border-top: 1px solid #555555; }
  .disclamer_box .box .line > div {
      padding: 10px 0;
      height: 100%; }
  .disclamer_box .box .line .left_blc {
      width: 180px;
      padding-left: 20px; }
  .disclamer_box .box .line .left_blc p {
      font-weight: 700; }
  .disclamer_box .box .line .right_blc {
      width: calc(100% - 180px);
      text-align: left;
  }

/* 最下部コピーライト */
  .copyright {
      background-color: #848484;
      padding: 45px 0; }
  .copyright p {
      color: #fff;
      font-size: 12px;
      text-align: center;
    }
}

/**--------- 追従バナー設定 -----------**/
@media screen and (max-width: 766px) {
  .fixed-cta-button{
      display: none;
      width: 70%;
      margin: 0 15% 0;
      font-size:1.2em;
      text-align: center;
      position: fixed;
      z-index: 2;
      bottom: 30px;
  }
  .fixed-cta-button .button_apply{
      background-color: #ff8009;
      color: #fff;
      border: 2px solid #ff8009;
      width: 100%;
      font-weight: bold;
      padding: 10px;
      border-radius: 50px;
      display: inline-block;
      box-shadow: 5px 5px rgba(0, 0, 0, .5);
      transition:all .2s ease;
  }
  .fixed-cta-button .button_apply:hover{
      background-color: #fff;
      color: #ff8009;
      border: 2px solid #ff8009;
      box-shadow:none;
      transform:translate(5px, 5px);
  }
  .fixed-cta-button .button_apply::after{
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-top: -3px;
  }
  .fixed-cta-button .button_apply:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
}
@media only screen and (min-width:767px){
  .fixed-cta-button{
      display: none;
      width: 100%;
      bottom: 30px;
      margin: 0 auto 0;
      text-align: center;
      position: fixed;
      z-index: 2;
  }
  .fixed-cta-button .button_apply{
      background-color: #ff8009;
      color: #fff;
      border: 2px solid #ff8009;
      width: 500px;
      font-size: 24px;
      font-weight: bold;
      padding: 15px;
      border-radius: 50px;
      display: inline-block;
      box-shadow: 7px 7px rgba(0, 0, 0, .5);
      transition:all .2s ease;
  }
  .fixed-cta-button .button_apply:hover{
      background-color: #fff;
      color: #ff8009;
      border: 2px solid #ff8009;
      box-shadow:none;
      transform:translate(5px, 5px);
  }
  .fixed-cta-button .button_apply::after{
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../img/icon_external-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      margin-left: -3px;
      margin-top: 1px;
      transition:all .2s ease;
  }
  .fixed-cta-button .button_apply:hover::after{
      background-image: url(../img/icon_external-link_orange.svg);
  }
}


/*========= ナビゲーション ===============*/
#g-nav.panelactive{
  position:fixed;
  z-index: 999;
top: 0;
width:100%;
  height: 100vh;
}
.circle-bg{
  position: fixed;
  z-index:3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 80, 147, 0.8);
  backdrop-filter: blur(0.8px);
  -webkit-backdrop-filter: blur(0.8px);
  mix-blend-mode: hard-light;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  right:-50px;
  top:-50px;
  transition: all .6s;
}
@media screen and (max-width: 766px) {
  .circle-bg{
    background: rgba(0, 50, 90, 0.9);
    mix-blend-mode:darken;
  }
}
.circle-bg.circleactive{
  transform: scale(50);
}
/*ナビゲーションの縦スクロール*/
#g-nav-list{
  display: none;
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list{
   display: block;
}

/*ナビゲーション*/
#g-nav ul {
opacity: 0;
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  width: 80%;
}

@media screen and (max-width: 766px) {
  #g-nav ul {
    font-size: 13px;
  }
}

#g-nav.panelactive ul {
  opacity:1;
}
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}
#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.2em;
}
#g-nav li a:hover{
  padding:10px;
  display: block;
  background-color: #127ed6;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 99;/*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height:50px;
  background-color: #fff;
  border-radius: 50px;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #005093;
  width: 45%;
}

.openbtn.active{
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 999;/*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height:50px;
  background-color:transparent;
  border-radius: 50px;
}
.openbtn.active span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:23px;
}
.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}