@charset "utf-8";
/*-----------------------------------------------------------------------------------------------------
ALL SIZE
-------------------------------------------------------------------------------------------------------*/
html,body{
    width: 100%;
}

html {
   font-size: 62.5%;

}
body {
   font-family: 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
   -webkit-text-size-adjust: none;
   font-size: 1.6rem;
   line-height: 2.4rem;
   background-color: #fff;
   color: #434343;
     position: relative;
  overflow-x: hidden;
/*overflow-x: hidden;

*/}
.sns__yt_img img {
  width: 100%;
  height: auto;
}
/*----------------------------------- wrapper */

.wrapper_all {
   position: relative;
   width: 100%;
}
.container {
   position: relative;
   width: 1126px;
 max-width: 1126px;
 
   margin: 0 auto;
   padding: 60px 0;
}
/*----------------------------------- header */


#header {
   position: relative;
   margin: 0 auto;
}
.header__container {
   margin: 10px auto 0;
   width: 1186px;
   height: auto;
}
h1.logo {
   display: block;
   width: 440px;
   height: auto;
   float: left;
}
h1.logo img {
   width: 100%;
   height: auto;
}
.header__sns {
   float: right;
   overflow: hidden;
   float: right;
}

.searchbox{
  float: left;
  margin:10px 30px 0 0;
  width:400px;

}
#searchform2 {  
    position: relative;   
}


/*googleカスタム検索*/
.search{
	border: 1px solid #005CAD !important;
    border-radius: 6px;
    width:80%;
    height:32px;
    padding-top: 5px;
}
.search_btn{
  -webkit-appearance: none;
    border: 1px solid #aaaaaa !important;
    background-color: #e6e6e6!important;
    padding: 6px 15px !important;
    height:36px;
    border-radius: 6px !important;
    
}


#keywords2  {  
    width:350px;
    height: 40px;
    border: 1px #005CAD solid;
color: #FFF;  
    border-radius: 6px;

}  
#searchBtn2 {  
    position: absolute;  
    top: 10px;  
    right: 10px;  
}  
*:first-child + html #searchBtn2    {  
    top: 1px;  
}  

/*input:focus{border: 1px solid yellow;}
*/
input:focus {
background-color: #eaf5ff;
}

.header__sns ul {
   margin-top: 20px;
   float: left;
}
.header__sns ul li {
   font-size: 24px;
   margin-right: 30px;
   float: left;
}
ul.global__menu {
   margin: 20px auto;
   display: block;
   height: 61px;
   width: 1186px;
}
ul.global__menu li {
   display: inline-block;
   position: relative;
}

ul.global__menu li a{
   float: left;
   width: 150px;
   height: 61px;
   display: block;
   box-sizing: border-box;
    font-weight: bold;
   font-size: 1.4rem;
   line-height: 1.8rem;
   text-align: center;
   vertical-align: middle;
   color:#434343;
}

ul.global__menu li div{
 width: 100%;
 height: 34px;
 border-right: 1px solid #CBCBCB;
 position: relative;
 margin-top: 8px;
}

ul.global__menu li p{
 width: 100%;
padding:0 10px;
box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(0, -50%);

  }

ul.global__menu li::after {
   border-radius: 6px; /* 線幅の半分 */
   content: "";
   display: block;
   height: 8px;
   width: 130px;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
ul.global__menu li.menu01 {
   width: 240px;
   border: none;
}
ul.global__menu li.menu02::after {
   background-color: #AB4854;
}
ul.global__menu li.menu03::after {
   background-color: #E46601;
}
ul.global__menu li.menu04::after {
   background-color: #A2C648;
}
ul.global__menu li.menu05::after {
   background-color: #499787;
}
ul.global__menu li.menu06::after {
   background-color: #46518F;
}
ul.global__menu li.menu07::after {
   background-color: #EB6182;
}

ul.global__menu li.menu01 a,
ul.global__menu li.menu01 img { width: 100%}

/*hoverリンクカラー*/
ul.global__menu li.menu02 a:hover{color: #AB4854;}
ul.global__menu li.menu03 a:hover{color: #E46601;}
ul.global__menu li.menu04 a:hover{color: #A2C648;}
ul.global__menu li.menu05 a:hover{color: #499787;}
ul.global__menu li.menu06 a:hover{color: #46518F;}
ul.global__menu li.menu07 a:hover{color: #EB6182;}


#top__head{display: none;}
.sp_wrap{display: none;}

/*----------------------------------- main visual */

.mainvisual {position: relative;}

.visual li{
      height: 100vh;
   max-height: 450px;
   background: center / cover no-repeat;
}

@media screen and (max-width: 414px){
.visual li:first-child {
    background: left / cover no-repeat;
}
}


@media screen and (max-width: 320px){
.visual li:first-child {
    background: -35px / cover no-repeat;
}
}


/* bxslider */
.bxslider{ margin:0;
height: 450px;}

.bx-wrapper {
    position: relative;
      box-shadow: none;
border: none;
margin-bottom: 0;
background:none;
}

.bx-wrapper img {width:100%;}

.bx-viewport {max-height: 450px;}


/* bxslider pager */


.bx-pager {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}
.bx-wrapper .bx-pager.bx-default-pager a{
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
background: #fff;
 opacity: 0.5;}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus{
   background: #fff;
   opacity: 1;

}

.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 10000;
}

.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto{display: block;}

.bx-controls-direction{display:none;}


.btn_special {
   position: absolute;
   width: 342px;
   height: 332px;
   bottom: 20px;
   right: 110px
}
.btn_special img {
   width: 100%;
   height: auto;
   animation: bounce_8640 3.6s ease infinite;
}


/****************************
SMSメッセージ201905追加
****************************/
.btn_smsannounce{
   bottom: 60px;
   position: absolute;
   left: 50%;
   margin-left: -587px;
}
.btn_smsannounce a{
   color:#005CAD;
   font-weight:bold;
   display:block;
   background:url("/common_images/r_top/icon_info.svg") 20px center no-repeat rgba(255,255,255,0.6);
   background-size:40px;
   border:2px solid #005CAD;
   padding: 15px 20px 15px 75px;
}
.btn_smsannounce a img{
   display: inline-block;
   margin-bottom: 3px;
}
.toggle{
       display:block;
   }



@keyframes bounce_8640 {
   0% {
      transform:translateY(0)
   }
   5.55556% {
      transform:translateY(0)
   }
   11.11111% {
      transform:translateY(0)
   }
   22.22222% {
      transform:translateY(-15px)
   }
   27.77778% {
      transform:translateY(0)
   }
   33.33333% {
      transform:translateY(-15px)
   }
   44.44444% {
      transform:translateY(0)
   }
   100% {
      transform:translateY(0)
   }
}
/*----------------------------------- fixedbutton */

.fixbutton {
   width: 68px;
   height: 390px;
   position: fixed;
   top: 220px;
   right: 0;
   z-index: 10000;
}
.fixbutton img {
   width: 100%;
   height: auto;
}
/*----------------------------------- news */

ul.news__list {
   justify-content: center;
   padding: 0;
   list-style: none;
   width: 1160px;
   margin: 0 auto;

    /*display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display:flex;*/

}
ul.news__list li {
   width: calc(100% / 5);
   border-right: 1px solid #CBCBCB;
   float: left;
}

ul.news__list li:last-child {
   margin-right: 0;
}
ul.news__list li.news__head {
   width: 200px;
}
ul.news__list li.news__head h3 {
   font-size: 21px;
   font-weight: bold;
   padding: 40px 0 0 30px;
}
.news__btnarea {
   margin: 30px auto 0;
}
.news__button {
   display: inline-block;
   font-size: 16px;
   font-weight: bold;
   color: #005CAD;
   width: 154px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   text-decoration: none;
   position: relative;
   z-index: 2;
   background: #fff;
   border: 1px solid #005CAD;
   overflow: hidden;
   letter-spacing: 0.1em;
   box-sizing: border-box;
   border-radius: 30px;
}
.news__button::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   background: #005CAD;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform 0.3s;
}
.news__button::before,
.news__button::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
}
.news__button:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
}
.news__button:hover {
   color: #fff;
}
.news__button:hover::after {
   top: 0;
}
.news__category,
.news__date,
.news__title {
   font-weight: bold;
   margin-left: 15px;
   margin-right: 15px;
}
.news__category {
   font-size: 1.2rem;
   padding: 3px 10px;
   text-align: center;
   border-radius: 40px;
   background: #005CAD;
   width: 96px;
   color: #fff;
   display: block;
   margin-bottom: 20px;
}
.news__date {
   line-height: 1;
   margin-bottom: 15px;
}
.news__title {
   margin-bottom: 0;
}
/*----------------------------------- special */

#special {
   background: url(../../common_images/r_top/bg_special.png) no-repeat;
   background-size: cover;
   height: 465px;
   padding-top: 100px;
   box-sizing: border-box;
}
/*
#special a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   text-indent: -999px;
}*/
#special .inner{
  width:1200px;
  margin:0 auto;
}

.special__comment {
   width: 370px;
   height: 250px;
   background: #fff;
   box-shadow: 5px 5px #F5F57B;
   margin:0 0 0 10%;
   padding: 30px 40px 0 20px;
   box-sizing: border-box;
}
.special__comment h5 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #EB4F14;
}
.special__comment h2 img {
   width: 98%;
   height: auto;
   display: block;
   margin: 0 auto;
}
.sp_btnarea {
   margin-top: 30px;
   text-align: center;
   position: relative;
}
#special a.sp__button {
   display: inline-block;
   font-size: 1.6rem;
   font-weight: bold;
   color: #fff;
   width: 270px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   text-decoration: none;
   position: relative;
   z-index: 5;
   background: #EB4F14;
   border: 1px solid #EB4F14;
   overflow: hidden;
   letter-spacing: 0.1em;
   box-sizing: border-box;
   border-radius: 30px;
   text-indent: 0;
}
#special a.sp__button::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   background: #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform 0.3s;
}
#special a.sp__button::before,
#special a.sp__button::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
}
#special a.sp__button:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
}
#special a.sp__button:hover {
   color: #EB4F14;
}
#special a.sp__button:hover::after {
   top: 0;
}

@media screen and (max-width:767px) {
    #special {
      background: url(../../common_images/r_top/bg_special_sp.png) no-repeat #EB4F14;
      background-size: contain;
      padding-top: 0;
      width:100%;
      height: 100%;
  }
    #special .inner{
      width:100%;
      margin:0 auto;
      height:auto;
    }
    .special__comment {
      width:90%;
      height: auto;
      background: none;
      box-shadow: none;
      margin: 0 auto;
      padding:63% 0 30px 0;
      color:#fff;
  }
  .sp_btnarea {
    margin-top: 20px;
  }
  .special__comment h5 {
    color: #fff;
  }
  .special__comment h2{
    display:none;
  }
  #special a.sp__button {
    color: #EB4F14;
    background: #fff;
    border: 1px solid #fff;
  }
}
/*----------------------------------- topics */

#topics {
   background: #DAE6F1;
}
#topics h3 {
   font-size: 3.2rem;
   font-weight: bold;
   margin-bottom: 60px;
   text-align: center;
}
ul.topics__contents {
   width: 1126px;
   margin: 0 auto;
}
ul.topics__contents li {
   border-radius: 20px;
   background: #fff;
   width: 330px;
   height: 390px;
   float: left;
/*   margin: 0 20px;*/
}
ul.topics__contents li img {
   width: 100%;
   height: auto;
}
.topics__desc {
   padding: 28px;
   position: relative;
}
.topics__title01,
.topics__title02,
.topics__title03,
.topics__title04 {
   font-size: 1.6rem;
   color: #383838;
   font-weight: bold;
   margin-bottom: 16px;
   padding-left: 50px;
}
.topics__title01::after {
   background: url( ../../common_images/r_top/icon_note.png);
}
.topics__title02::after {
   background: url( ../../common_images/r_top/icon_warning.png);
}
.topics__title03::after {
   background: url( ../../common_images/r_top/icon_jmdp.png);
}
.topics__title04::after {
  background-size:90% !important;
  background-image: url( ../../common_images/r_top/icon_mailmagagine.png);
  background-repeat:no-repeat;
  
}
.topics__title01::after,
.topics__title02::after,
.topics__title03::after,
.topics__title04::after {
   content: " ";
   display: inline-block;
   width: 45px;
   height: 36px;
   background-size: contain;
   position: absolute;
   left: 28px;
   top: 23px;
}
.topics__title01:hover,
.topics__title02:hover,
.topics__title03:hover,
.topics__title04:hover{
   color: #3B8CD5;
   text-decoration: none;
   -webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
   -o-transition: 0.2s ease-in-out;
   transition: 0.2s ease-in-out;
}
.topics__contents p {color: #005CAD;}

.topics__contents .slick-prev::before {
 content: '';
 display: inline-block;
 width: 36px;
 height: 77px;
 background-image: url(../../common_images/r_top/arrow-prev.png);
 background-size: contain;
 vertical-align: middle;
}

.topics__contents .slick-next::before {
 content: '';
 display: inline-block;
 width: 36px;
 height: 77px;
 background-image: url(../../common_images/r_top/arrow-next.png);
 background-size: contain;
 vertical-align: middle;
}

.topics__contents .slick-prev, .topics__contents .slick-next {
   width: 36px;
   height: 77px;
   z-index: 10;
}
.topics__contents .slick-prev {
   left: -50px;
}
.topics__contents .slick-next {
   right: -50px;
}



#topics .bx-wrapper{ margin: 0 auto;}

#topics .bx-wrapper .bx-pager, 
#topics .bx-wrapper .bx-controls-auto{display: none;}

#topics .bx-controls-direction{display:block;}

#topics .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 45%;
    outline: 0;
    width: 33px;
    height: 74px;
    text-indent: -9999px;
    }

#topics .bx-wrapper .bx-prev {
    left: -8%;
    background: url('../../common_images/r_top/arrow-prev.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

#topics .bx-wrapper .bx-next {
    right:-8%;
    background: url('../../common_images/r_top/arrow-next.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

#topics .bx-wrapper .bx-next:hover,
#topics .bx-wrapper .bx-next:focus{
   background-position:0;}

/*----------------------------------- fund */

#fund {
   background: url(../../common_images/r_top/bg_bokin.png);
   width: 100%;
   height: 445px;
   background-size: cover;
}
.fund__comment {
   padding: 60px 0 0 30px;
   width: 580px;
   height: auto;
}
.fund__comment h2 {
   color: #fff;
   font-weight: bold;
   font-size: 4.1rem;
   line-height: 6.5rem;
   display: inline-block;
}
.fund__btnarea {
   margin-top: 20px;
}
.fund__button {
   display: inline-block;
   font-size: 24px;
   font-weight: bold;
   color: #fff;
   width: 360px;
   height: 64px;
   line-height: 64px;
   text-align: center;
   text-decoration: none;
   position: relative;
   z-index: 2;
   background: #005CAD;
   border: 1px solid #005CAD;
   overflow: hidden;
   letter-spacing: 0.1em;
   box-sizing: border-box;
   border-radius: 30px;
}
.fund__button::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   background: #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform 0.3s;
}
.fund__button::before, .fund__button::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
}
.fund__button:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
}
.fund__button:hover {
   color: #005CAD;
}
.fund__button:hover::after {
   top: 0;
}
/*----------------------------------- menu list */
ul.linklist li {
   border-right: 1px solid #CBCBCB;
   display: block;
   width: 33%;
   float: left;
   padding: 0 30px 0 40px;
   margin-bottom: 60px;
   box-sizing: border-box;
   position: relative;
}
ul.linklist li h4 a {
   font-size: 2.0rem;
   font-weight: bold;
   margin-bottom: 10px;
   padding-left: 70px;
   display: inline-block; 
}
ul.linklist li h4 a::after {
   content: "";
   display: block;
   width: 0;
   height: 1px;
   transition: all 0.3s ease;
}
ul.linklist li h4 a:hover {
   color: #3B8CD5;
   text-decoration: none;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
ul.linklist li h4 a:hover::after {
   width: 100%;
   height: 1px;
   background-color: #3B8CD5;
   transition: all 0.3s ease;
}
ul.linklist li p {
   padding-left: 70px;
   color: #2B2B2B;
   font-size: 1.4rem;
}
ul.linklist li::after {
   content: " ";
   display: inline-block;
   width: 60px;
   height: 60px;
   position: absolute;
   top: 15px;
   left: 27px;
}
ul.linklist li.link__01::after {
   background: url( ../../common_images/r_top/ico1_press.png);
}
ul.linklist li.link__02::after {
   background: url( ../../common_images/r_top/ico2_oen.png);
}
ul.linklist li.link__03::after {
   background: url( ../../common_images/r_top/ico3_data.png);
}
ul.linklist li.link__04::after {
   background: url( ../../common_images/r_top/ico4_news.png);
}
ul.linklist li.link__05::after {
   background: url( ../../common_images/r_top/ico5_mail.png);
}
ul.linklist li.link__06::after {
   background: url( ../../common_images/r_top/ico6_qa.png);
}
ul.linklist li.link__01::after, ul.linklist li.link__02::after, ul.linklist li.link__03::after, ul.linklist li.link__04::after, ul.linklist li.link__05::after, ul.linklist li.link__06::after {
   background-size: contain;
}
/*----------------------------------- social media */

.sns__bg {
   background: #DAE6F1;
}
.sns__fb, .sns__tw, .sns__yt {
   width: 350px;
   height: auto;
   float: left;
}
.sns__fb, .sns__tw {
   margin-right: 38px;
}
.sns__title p {
   margin: 10px auto;
   text-align: center;
   font-weight: bold;
}
.sns__title img {
   height: 40px;
   width: auto;
   display: block;
   margin: 0 auto;
}
.sns__yt_img img {
   width: 100%;
   height: auto;
}
.sns__yt_txt {
   font-size: 18px;
   text-align: center;
   padding: 37px;
  background: #fff;
}
/*----------------------------------- banner */

ul.banner__area {
   display: flex;
   justify-content: center;
   padding: 0;
   list-style: none;
   width: 1126px;
   margin: 0 auto;
}
ul.banner__area li {
   width: calc(100% / 5);
   margin-right: 20px;
}
ul.banner__area li:last-child {
   margin-right: 0;
}
ul.banner__area li img {
   width: 100%;
   height: auto;
}
/*----------------------------------- footer */

.footer {
   background: #4D4D4D;
   font-size: 1.6rem;
   color: #fff;
   font-weight: nomal;
}
.footer__container {
   width: 1126px;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   padding: 30px 0 60px;
}
.footer__left {
   float: left;
   width: 752px;
}
.footer__title {
   position: relative;
   padding-bottom: 12px;
   border-bottom: 1px solid #fff;
}
.footer__title h3 {
   font-size: 2.0rem;
   font-weight: bold;
   display: inline-block;
   float: left;
}
.footer__title h3 a{
  color:#fff;
}
.footer__title h3 a:hover {
  color: #C6C6C6;
}
.footer__sns {
   float: right;
   position: relative;
}
.footer__sns ul {
   margin-bottom: 15px;
}
.footer__sns ul li {
   font-size: 24px;
   margin-right: 30px;
   float: left;
}
.footer__sns ul li:last-child {
   margin-right: 0;
}
.footer__sns ul li a {
   color: #fff;
}
.footer__sns ul li a:hover {
   color: #C6C6C6;
}
.footer__menu {
   padding: 25px 0 0 10px;
   overflow: hidden;
}
.footer__menu ul {
   position: relative;
   float: left;
   margin-right: 80px;
}
.footer__menu ul.footer__menu_03 {
   margin-right: 0;
}
.footer__menu ul li a {
   color: #fff;
   line-height: 2.8rem;
}
.footer__menu ul li a:hover {
   color: #C6C6C6;
}
.footer__right {
   float: left;
   padding: 37px 0 0 75px;
}
.footer__right p{
  margin-bottom:10px;
}
.footer__right__bnr img {
   width: 190px;
   direction: block;
}
/*----------------------------------- copyright */
.copyright {
   width: 100%;
   background: #393939;
}
.copyright p {
   text-align: center;
   font-size: 1.4rem;
   padding: 15px 0;
   color: #fff;
}
/*----------------------------------- button */
.btn_area {
   margin: 0 auto;
   text-align: center;
   float: right;
}
.button {
   display: inline-block;
   font-size: 15px;
   color: #504b4b;
   width: 200px;
   height: 60px;
   line-height: 60px;
   text-align: left;
   padding-left: 30px;
   text-decoration: none;
   outline: none;
   position: relative;
   z-index: 2;
   border: 1px solid #504b4b;
   overflow: hidden;
   letter-spacing: 0.1em;
   box-sizing: border-box;
}
.button::after {
   top: -100%;
   width: 100%;
   height: 100%;
   content: "";
   display: block;
   width: 22px;
   height: 5px;
   background-size: 22px 5px;
   position: absolute;
   right: 30px;
   top: 50%;
   margin-top: -1px;
   transition: transform .15s linear, opacity .15s linear;
}
html:not(.touch) .button:hover::after {
   -ms-transform: translate(5px, 0);
   transform: translate(5px, 0);
   opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.button img {
   position: absolute;
   top: -100%;
   bottom: -100%;
   margin: auto;
   width: 15px;
   height: 15px;
}
.sp {
   display: none;
}
.spfix{display: none;}

/*-----------------------------------------------------------------------------------------------------
max:1240px
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1240px) {
   .btn_smsannounce{
       left: 27px;
       margin-left:0;
   }
}

/*-----------------------------------------------------------------------------------------------------
max:767ppx
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
   .pc {
      display: none;
   }
   .sp {
      display: block;
   }
   /*----------------------------------- wrapper */

   .wrapper_all {
      position: relative;
      width: 100%;
   }
   .container {
      position: relative;
      width: 96%;
      margin: 0 auto;
      padding: 25px 0;
   }
 
  /*----------------------------------- spheader */
 #header{display: none;}


#top__head{
   height: 63px;
   width: 100%;
   background: #fff;
   display: block;
   position: fixed;
   top: 0;
   right: 0;
   z-index: 50;
}

.inner{
   width: 100%;
   height: 63px;
   position: relative;
}

/* sp logo */

h1.logo_sp{
   width: 30%;
   height: auto;
   padding:0 5px;
   max-width: 149px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) ;
  -webkit-transform: translateY(-50%) ;
}

.special_sp{
   margin-left: 5%;
   float: left;
   height: auto;
   width:42%;
   max-width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) ;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

h1.logo_sp img,
.special_sp img{
   width: 100%;
   height: auto;
}

/* sp menu */
.sp_wrap {
  margin: 0px auto;
  max-width: 100%;
  font-size: 1em;
  line-height: 1.4;
  background: #fff;
  display: block;
}
.sp_wrap h1,
.sp_wrap h3,
.sp_wrap h4,
.sp_wrap h5 {
  font-weight: normal;
}
.sp_wrap h3 {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px #9D9D9D solid;
}

.sp_wrap p {
  margin: 0;
  padding: .7em 1.0em;
  box-sizing: border-box;
}
.sp_wrap ul {
  margin: 0 auto;
  padding: 0;
}
.sp_wrap li {
  margin: 0;
  list-style: none;
}
.sp_wrap li a {
  padding: 0.25em;
}

/* sp menu section */

.section_menu {
  margin: 0 0 2.5em;
  overflow-y: auto;
height: 80vh;
/*height: 100vh;*/
 -webkit-overflow-scrolling: touch;}

.regist a{
width: 100%;
color: #fff;
background-color: #47A26E;
position: relative;
display: block;
}

.regist p { padding: 0;}

.regist p a{
  display: block;
    display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding :26px 0;
  font-weight: bold;
}

.regist p i{
  font-size: 22px;
}

.mmenu01 {
  display: none;
}
.mmenu01 .target {
  background-color: #ffa000;
}
.mmenu01 .target .active a {
  background-color: #161b1d;
}
.mmenu01 .target .active a:hover {
  background-color: #2c363a !important;
}
.mmenu01 .target .active a:before {
  background-color: #ffa000 !important;
}
.mmenu01 .active a {
  background-color: none;
}
ul.mmenu_list{
  width: 90%;
  margin: 20px auto 50px;
}
.mmenu_list .target {
  background-color: #fff;
  color: #434343;
}
.section_menu .trigger {
  z-index: 0;
  line-height: 1em;
  background-color: #fff;
}

.section_menu li.smenu01::before,
.section_menu li.smenu02::before,
.section_menu li.smenu03::before,
.section_menu li.smenu04::before,
.section_menu li.smenu05::before,
.section_menu li.smenu06::before,
.section_menu li.smenu07::before{
    border-radius: 3px;
    content: "";
    display: block;
    height: 32px;
    width: 6px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    left: 3px;
}
.section_menu li.smenu01::before{  background-color: #AB4854;}
.section_menu li.smenu02::before{  background-color: #EB4F14;}
.section_menu li.smenu03::before{  background-color: #A2C648;}
.section_menu li.smenu04::before{  background-color: #499787;}
.section_menu li.smenu05::before{  background-color: #46518F;}
.section_menu li.smenu06::before{  background-color: #EB6182;}
.section_menu li.smenu07::before{  background-color: #272727;}

.section_menu li.smenu01::after,
.section_menu li.smenu02::after,
.section_menu li.smenu03::after,
.section_menu li.smenu04::after,
.section_menu li.smenu05::after,
.section_menu li.smenu06::after,
.section_menu li.smenu07::after{
  content:"";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 30px;
  height: 30px;
}
.section_menu li.smenu01::after{background: url(../../common_images/r_top/icon_sm01.png);  background-size: contain;}
.section_menu li.smenu02::after{background: url(../../common_images/r_top/icon_sm02.png);  background-size: contain;}
.section_menu li.smenu03::after{background: url(../../common_images/r_top/icon_sm03.png);  background-size: contain;}
.section_menu li.smenu04::after{background: url(../../common_images/r_top/icon_sm04.png);  background-size: contain;}
.section_menu li.smenu05::after{background: url(../../common_images/r_top/icon_sm05.png);  background-size: contain;}
.section_menu li.smenu06::after{background: url(../../common_images/r_top/icon_sm06.png);  background-size: contain;}
.section_menu li.smenu07::after{background: url(../../common_images/r_top/icon_sm07.png);  background-size: contain;}

.section_menu .trigger a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 60px;
  color: #434343;
  text-decoration: none;
  -webkit-transition: .35s all ease;
          transition: .35s all ease;
}

.section_menu .trigger a:before, .section_menu .trigger a:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  background-color: #425157;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  border-radius: 10px;
}
.section_menu .trigger a:before {
  top: 1em;
  right: 25px;
  height: 12px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_menu .trigger a:after {
  top: 1em;
  right: 18px;
  height: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section_menu .target {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
}
.section_menu .target .target a {
  background-color: #2c363a;
  padding:0 15px;
}
.section_menu .target .target a:hover {
  background-color: #374449;
}
.section_menu .target .trigger a {
  background-color: #161b1d;
}
.section_menu .target .trigger a:before,
.section_menu .target .trigger a:after {
  background-color: #fff;
}
.section_menu .target .trigger a:before {
  top: .5em;
  right: 16px;
}
.section_menu .target .trigger a:after {
  top: .85em;
  right: 16px;
}
.section_menu .target .active a {
  /* 子階層のアクティブ箇所 */
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #fff;
}
.section_menu .target .active a:hover {
  background-color: #2c363a;
}
.section_menu .target .active a:before,
.section_menu .target .active a:after {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.section_menu .target .active a:before {
  top: .65em;
  left: 1em;
  width: 3px;
  height: 12px;
}
.section_menu .target .active a:after {
  display: none;
}
.section_menu .target .active a:hover {
  background-color: #21292c !important;
}
.section_menu .target ul li a {
  padding: 13px 0 13px 60px;
  text-decoration: none;
}
.section_menu .target a {
  display: block;
  color: #434343;
  -webkit-transition: .35s all ease;
          transition: .35s all ease;
}
.section_menu .target li{
  margin: 0 auto;
  border-bottom: 1px solid #E6E6E6;
  font-size: 12px;
  position: relative;
}
.smenu01 ul li::after,
.smenu02 ul li::after,
.smenu03 ul li::after,
.smenu04 ul li::after,
.smenu05 ul li::after,
.smenu06 ul li::after,
.smenu07 ul li::after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30%;
  left:40px;
  }

.smenu01 ul li::after{color: #AB4854;}
.smenu02 ul li::after{color: #EB4F14;}
.smenu03 ul li::after{color: #A2C648;}
.smenu04 ul li::after{color: #499787;}
.smenu05 ul li::after{color: #46518F;}
.smenu06 ul li::after{color: #EB6182;}
.smenu07 ul li::after{color: #272727;}

.section_menu .target ul{
border-top: 1px #9D9D9D solid;
font-weight: bold;
}

.section_menu .target li:last-child{
  border-bottom: none;
}

.section_menu .active a:before,
.section_menu .active a:after {
  background-color: #434343;
}
.section_menu .active a:before {
  top: 1em;
  right: 24px;
  height: 14px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section_menu .active a:after {
  top: 1em;
  right: 16px;
  height: 14px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_menu > ul > li {
  position: relative;
}
.section_menu > ul > li:last-of-type {
/*  border-bottom: 0;*/
  border-bottom: 1px #9D9D9D solid;
}

.sp__contact{
  width: 100%;
  background: #4D4D4D;}

.sp__contact__menu{
  width: 90%;
  margin: 0 auto ;
  overflow: hidden;
  padding:15px 0;
}

.sp__contact__menu p.contact{
  padding:0;
}
.sp__contact__menu p a{
  float: left;
  display: inline-block;
color: #fff;
text-decoration: none;
font-size: 14px;
}

ul.sp__contact_sns{
  display: block;
  float: right;
}

ul.sp__contact_sns li {
  display: block;
  float: left;
  margin-right: 20px;
}

ul.sp__contact_sns li:last-child{
  margin-right: 0;
}

ul.sp__contact_sns li a{color: #fff; 
  font-size:20px;
  padding:0;
}


/* sp menu trigger button */
.btn_hamburger {
  margin: 0 auto 2em !important;
  width: 63px;
  height: 63px;
  background-color: #005CAD;
  position: fixed;
  top: 0;
  right: 0;  
}
.btn_hamburger a {
  position: relative;
  display: block;
  height: 30px;
  -webkit-transition: all .4s;
          transition: all .4s;
  box-sizing: border-box;
}

.btn_hamburger div{font-size: 11px;}

.btn_hamburger span.spanmenu{
  font-size: 11px;
  color: #fff;
  background-color: none;
  height: 0;
}

.btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
  box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
  top: 0;
}
.btn_hamburger span:nth-of-type(2) {
  top: 10px;
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 8px;
}
.btn_hamburger span:nth-of-type(4) {
  bottom: 0;
}

.btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
      -ms-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
      -ms-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0);
}


/*----------------------------------- main visual */
.mainvisual {
      position: relative;
      margin-top: 63px;
}
.visual li{
      height: 100vh;
   max-height: 250px;
   background: center / cover no-repeat;
}

/* bxslider */
.bx-viewport {min-height: 250px;}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{display: none;}

.bx-controls-direction{display:block;}

.bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 50%;
    outline: 0;
    width: 15px;
    height: 31px;
    text-indent: -9999px;
    z-index: 40;
    }

.bx-wrapper .bx-prev {
    left: 3%;
    background: url('../../common_images/r_top/arrow_prev_w.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

.bx-wrapper .bx-next {
    right: 3%;
    background: url('../../common_images/r_top/arrow_next_w.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

.bx-wrapper .bx-next:hover,
 .bx-wrapper .bx-next:focus{
   background-position:0;}

   .btn_special {
      position: absolute;
      width: 70%;
      height: auto;
      max-width: 300px;
      bottom: -320px;
      right: 0;
      left: 0;
      display: block;
      margin: auto auto;
   }
   /***********************
   SMSメッセージ　201905追加
   ************************/
   .btn_smsannounce{
      bottom: 0;
      left: 0;
      margin-left:0;
      width:100%
   }
   .toggle{
         display:none;
   }
   .btn_smsannounce a{
         background:url("/common_images/r_top/icon_info.svg") 20px center no-repeat rgba(255,255,255,0.6);
         background-size:30px;
         padding: 18px 10px 15px 65px;
   }
   
   /*----------------------------------- news */

   #news {
      background: #005CAD;
      color: #fff;
   }
   ul.news__list {
      display: none;
   }
   ul.sp_news__list {
      width: 100%;
      display: block;
      margin-top: 320px;
   }

ul.sp_news__list li{
   padding-left: 23%;
   position: relative;
}

ul.sp_news__list li:last-child{
   padding-left: 0;
   position: relative;
}

   ul.sp_news__list li > .news__date {
      float: left;
      font-size: 1.4rem;
      font-weight: normal;
      margin: 0;
      top: 0;
      left: 0;
      position: absolute;
   }
   .news__title {
      overflow: hidden;
   }
   ul.sp_news__list li .news__title {
      margin-bottom: 0;
      font-size: 1.4rem;
            line-height:1.8rem;

      color: #fff;
      padding-left: 5%;
      margin: 0;
      text-align: left;
      overflow: hidden;
   }
   ul.sp_news__list li .news__title a {
      color: #fff;
   }
   .news__btnarea {
      margin: 30px auto 10px;
      text-align: center;
   }
   .news__button {
      font-size: 1.4rem;
      width: 70%;
      border: #fff 1px solid;
   }
   .news__button::before {
      background: #3B8CD5;
   }
   /*----------------------------------- special 
   #special {display: none;}
*/

   /*----------------------------------- topics */

   #topics {
      background: #DAE6F1;
      width: 100%;
   }

   #topics .container{
      padding:25px 0 60px;
   }
   #topics h3 {
      font-size: 1.6rem;
      margin-bottom: 20px;
   }
   ul.topics__contents {
      width: 100%;
      margin: 0 auto;
   }
   ul.topics__contents li {
      border-radius: 20px;
      background: #fff;
      width: auto;
      height:auto;
      float: left;
   }


   .topics__title01, 
   .topics__title02, 
   .topics__title03,
   .topics__title04 {
      padding-left: 0px;
   }
   .topics__title01::after,
   .topics__title02::after,
   .topics__title03::after,
   .topics__title04::after{
      background: none;
   }


   .topics__contents .slick-prev::before,
   .topics__contents .slick-next::before {
    display: inline-block;
    width: 24px;
    height: 52px;

 }
.topics__contents .slick-prev {
   left: 0px;
}
.topics__contents .slick-next {
   right: 0px;
}



/* bxslider カルーセル*/
#topics .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 45%;
    outline: 0;
    width: 22px;
    height: 43px;
    text-indent: -9999px;
    }


#topics .bx-wrapper .bx-prev {
    left: -40px;
    background: url('../../common_images/r_top/arrow-prev.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

#topics .bx-wrapper .bx-next {
    right: -42px;
    background: url('../../common_images/r_top/arrow-next.png') no-repeat;
    background-position: auto;
    background-size: contain;
 }

.bx-wrapper .bx-next:hover,
 .bx-wrapper .bx-next:focus{
   background-position:0;}


 #topics .bx-wrapper .bx-pager, 
 #topics .bx-wrapper .bx-controls-auto{display: block;}


#topics .bx-wrapper .bx-pager, 
#topics .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 40;
}

#topics .bx-wrapper .bx-pager.bx-default-pager a{
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
background: #fff;
}

#topics .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#topics .bx-wrapper .bx-pager.bx-default-pager a.active, 
#topics .bx-wrapper .bx-pager.bx-default-pager a:focus{
   background: #B7B7B7;
}



/*----------------------------------- fund */

#fund {
   background: none;
   width: 100%;
   height: auto;
}
#fund .container{
   width: 100%;
   padding: 0;
}

#fund img{
   width: 100%;
   height: auto;
   display: block;
}

.fund__comment {
   padding:30px;
   width: 100%;
   height: auto;
   background:#005CAD;
   box-sizing: border-box;
}
.fund__comment h2 {
   font-size: 1.6rem;
   line-height: 2.7rem;
   text-align: center;
   width: 100%;
}
.fund__btnarea {
   margin-top: 20px;
   text-align: center;
}
.fund__button {
   font-size:1.4rem;
   color: #005CAD;
   width: 70%;
   height: 40px;
   line-height: 40px;
   background: #fff;
   border: 1px solid #fff;
}
.fund__button::before {
   background: #3B8CD5;
}
.fund__button:hover {
   color: #fff;
}



/*----------------------------------- menu list */
ul.linklist{
   margin: 0 auto;
   width: 86%;
}
ul.linklist li {
   border-bottom: 1px solid #CBCBCB;
   border-right: none;
   display: block;
   width: 100%;
   float: left;
   padding: 22px 0px 22px 22px;
   margin-bottom: 0;
}
ul.linklist li h4 a{
   font-size:1.6rem;
   padding-left: 60px;}

   ul.linklist li p {
      padding-left: 60px;
      color: #2B2B2B;
      font-size: 1.4rem;
   }
   ul.linklist li::after {
      content: " ";
      display: inline-block;
      width: 50px;
      height: 50px;
      position: absolute;
      top:0;
      bottom:0;
      margin: auto;
      left:1%;
   }



   /*----------------------------------- social media */

   .sns__bg{background:#fff;}
   ul.sns__banner li{
      width: 90%;
      margin:0 auto 20px;
   }

   ul.sns__banner li img{
      width: 100%;
      height: auto;
   }


   /*----------------------------------- banner */

   ul.banner__area {
      display: block;
      padding:1px 0 0 0;
      list-style: none;
      width: 90%;
      margin: 0 auto;
   }
   ul.banner__area li {
      width: 49%;
      float:left;
      margin-right: 2%;
      margin-bottom: 15px;
   }
   ul.banner__area li:nth-child(even) { margin-right: 0;}


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

.footer {
   background: #4D4D4D;
   font-size: 1.2rem;
   width: 100%;
}
.footer__container {
   width: 90%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   padding: 30px 0 60px;
}
.footer__left {
   float: none;
   width: 100%;
}

.footer__title h3 {
   font-size: 1.4rem;
}

.footer__menu {
   padding: 25px 0 0;
   overflow: hidden;
}
.footer__menu ul {
      float: none;
   position: relative;
   margin-right: 0;
   font-size: 1.2rem;
   margin-right: 0;
}
.footer__menu ul.footer__menu_01{
   float: left;
   width: 48%;
   margin-right: 2%;
}
.footer__menu__sub{
   float: right;
   width:48%;
}

.footer__menu ul.footer__menu_02 li:nth-child(3),
.footer__menu ul.footer__menu_02 li:nth-child(6)
{margin-bottom: 30px;}

.footer__menu ul:last-child {
   margin-right: 0;
}
.footer__menu ul li a {
   line-height: 2.4rem;
}

.footer__right {
   float: left;
   padding:0;
   margin-top: -50px;
}
.footer__right__bnr img {
   width: 120px;
   direction: block;
}

/*----------------------------------- copyright */
.copyright p {
   font-size: 1.2rem;
   padding: 15px;
   text-align: left;
}


/*----------------------------------- spfix */

.spfix a {
    width: 100%;
    color: #fff;
    background-color: #47A26E;
    position: relative;
    display: block;
    width: 90%;
    height: 55px;
    margin:0 auto;
    -webkit-border-radius: 20px 20px 0 0 ;
-moz-border-radius: 20px 20px 0 0 ;
border-radius: 20px 20px 0 0 ;
position: relative;
}
.spfix p {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px 0 0;
    font-weight: bold;
}
.spfix p i{font-size: 20px;}

.spfix{
    position: fixed;
    bottom: 0;
    transition: .5s;
    width: 100%;
    z-index: 40;
    display: block;
}
 
.spfix.hide{
    transform: translateY(100%);
}

.is-fixed{
	display: none !important;
}
}


/*-----------------------------------------------------------------------------------------------------
max:414px
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 414px) {
   /*高さ調整*/
   .btn_special {
      bottom: -264px;
   }

   ul.sp_news__list {
      margin-top: 264px;
   }
}


@media screen and (max-width: 414px){
    .visual li:nth-child(2) {
        background: left / cover no-repeat;
    }
    .visual li:nth-child(5) {
      background: left / cover no-repeat;
  }
  }
  
  
  
  @media screen and (max-width: 320px){
    .visual li:nth-child(2) {
        background: -35px / cover no-repeat;
      }
      .visual li:nth-child(5) {
        background: -35px / cover no-repeat;
      }
  }



/*add180618*/
@media screen and (max-width: 767px){
  .sns__fb, .sns__tw, .sns__yt{
    position:relative;
    margin:0 auto;
    display:block;
    float:none;
    width: 90%;
    max-width: 500px;
  }
  .sns__tw, .sns__yt{
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #twitter-widget-0 {
    height: 450px !important;
  }
  .sns__bg {
      background: #DAE6F1 !important;
  }
}
@media screen and (max-width: 414px){
  #twitter-widget-0 {
      height: 330px !important;
  }
}