@charset "UTF-8";
/* =========================================

nasluck common CSS

last modify : 2019/6/19 TCI_sakaguchi SPメニューを開いた時に#contentsをposition: fixed

2019/6/6 TCI_goto 複数行のぱんくずクラス追加
============================================ */
body{
  background:#fff;
  line-height:1.5;
  font-size:16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: .06em;

}
body,h1,h2,h3,h4,h5,h6,div,p,img,ul,li,dl,dt,dd,input,form{
  margin:0;
  padding:0;
}
section,article,aside,nav,fotter,header,figure{
  display:block;
  margin:0;
  padding:0;
  overflow:hidden;/*ipad右余白対策*/
}
ul,li,dl,dt,dd{
  list-style:none
}

em{
  font-style: normal;
}

a:link    {text-decoration: none;}
a:visited {color: #0000ff;text-decoration: none;}
a:hover   {color: #ff0000;text-decoration: underline;cursor:pointer;}
a:active  {color: #ff0000;text-decoration: underline;}

img{
border: none;
}



/* サイズ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.sec_box{
  clear:both;
  overflow:hidden;
}

.red {color: #F00;}

/* -------------------------------------------
  header
------------------------------------------- */
header{
  width:100%;
  z-index:9999;
}

.head_top_line {
  border-top: 15px solid #00458d;
}

.head_box{
  margin:0 auto;
  padding:0 20px;
  width:1000px;
  overflow: hidden;
}

.head_box h1,.head_box p {
  float:left;
  width:281px;
  height:69px;
  margin:26px 0px 15px 10px;
}

.r_box{
  position:relative;
  top:20px;
  /*left:90px;*/
  float:right;
  height:75px;
}

/*--検索--*/
.search_box{
  position:relative;
  right:0;
}
input[type=text]{
  width:195px;
  height:28px;
  border:1px solid #cecece;
  -webkit-appearance: none;
    border-radius: 0;
}
input[type=submit]{
  position:relative;
  right: 10px;
  bottom:1px;
  float:right;
  width:63px;
  height:32px;
  border:none;
  background:url("/responsive/image_cmn/btn_search.png") no-repeat 0 0;
}
input[type=submit]:hover{
  background:url("/responsive/image_cmn/btn_search_on.png") no-repeat 0 0;
}
/*--文字サイズ--*/
.biz{
  position: relative;
  left: -120px;
  float: left;
  padding:17px 0 0 12px;
  background:url("/responsive/image_cmn/img_biz.png") no-repeat 0 24px;
}
#size{
  position:relative;
  /*--bottom:30px;--*/
  top:7px;
  float:right;
  clear:both;
  overflow:hidden;
  padding-left:105px;
  width:220px;
  background:url("/responsive/image_cmn/ttl_font_change.png") no-repeat 0 6px;
}
.fsize{
  display: block;
  width: 34px;
  height:32px;
  margin-right:8px;
  float:left;
  cursor:pointer;
}

.fsize_s{
  display: block;
  width: 27px;
  height:32px;
  margin-right:8px;
  float:left;
  cursor:pointer;
}

/*---------------文字サイズ変更-------*/
#control-wrap {
  float:right;
  width: 230px;
  margin: 45px 10px 0 0px;
}

#control-wrap ul{
display: block;
border-bottom:1px solid #148ec6;
background-image: url(/responsive/image_cmn/font-bg.png);
height: 33px;
width: 230px;
}

#control-wrap ul li{
  margin:0px;
  padding:0px 10px 0px 10px;
  float:right;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  -ms-box-sizing: initial;
  box-sizing: initial;
}

#control-wrap ul li img{
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

#control-wrap img:hover,
#control-wrap .active {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}


#animation {
  width: 400px;
  float: left;
  margin: 10px 10px 0 36px;
}

/* -------------------------------------------
  menu
------------------------------------------- */
.menu{
  clear:both;
  overflow:hidden;
  max-width:100%;
  padding:0 20px;
  background:#00458d;
}
.menu ul{
  margin:0 auto;
  width:946px;
  height:65px;
}
.menu li{
  display:block;
  float:left;
  margin:0 4px;
  width:150px;
  height:58px;
  cursor:pointer;
}

.menu a{
  display:block;
  width:150px;
  height:58px;

}
.menu li:first-child{
  margin:0 4px 0 0;
}
li.nav01{
  background:url("/responsive/image_cmn/nav01_on.png") no-repeat 0 0;
}
li.nav02{
  background:url("/responsive/image_cmn/nav02_on.png") no-repeat 0 0;
}
li.nav03{
  background:url("/responsive/image_cmn/nav03_on.png") no-repeat 0 0;
}
li.nav04{
  background:url("/responsive/image_cmn/nav04_on.png") no-repeat 0 0;
}
li.nav05{
  background:url("/responsive/image_cmn/nav05_on.png") no-repeat 0 0;
}
li.nav06{
  background:url("/responsive/image_cmn/nav06_on.png") no-repeat 0 0;
  margin:0 0 0 8px;
}
.menu img:hover{
  opacity:0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

.menu .btn_bussiness {
  margin: 5px auto 0;
  text-align: right;
  width: 946px;
}

.menu .btn_bussiness a {
  color: #fff;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: right;
  text-decoration: none;
}

.menu .btn_bussiness a:before {
  content: url("/responsive/image_cmn/icon_business.png");
  display: inline-block;
  /*margin-right: 3px;*/
  position: absolute;
  top: -1px;
  left: -1.5em;
}

.menu .btn_bussiness a:after {
  content: url("/responsive/image_cmn/icon_business_arrow.png");
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.7em;
}

.menu .btn_bussiness a:hover {
  color: #7BCDF1;
}

.menu .btn_bussiness a:hover:before {
  content: url("/responsive/image_cmn/icon_business_on.png");
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1.5em;
}

.menu .btn_bussiness a:hover:after {
  content: url("/responsive/image_cmn/icon_business_arrow_on.png");
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.7em;
}


/* -------------------------------------------
  footer
------------------------------------------- */
.foot_box{
  clear:both;
  overflow:hidden;
  margin-top:15px;
  width:100%;
  background:url("/responsive/image_cmn/bk_footer.png") repeat-x 0 bottom;
}

.foot_sitemap{
  clear:both;
  overflow:hidden;
  padding:1.5em;
  /*height:250px;*/
  background:#e2f1f9;
  /*border-top:3px solid #42b8ea;*/
  font-size:95%;
}
.foot_sitemap a{
  color: #000;
}

.corp_copy{
  clear:both;
  overflow:hidden;
  margin:0 auto 20px;
  padding:5px 0 6px 0;
  width:944px;
  font-size:90%;
  text-align:center;
}
.corp_copy li{
  /*float:left;*/
  display:inline-block;
  margin:0 0 5px;
  padding:0 20px;
  border-right:1px solid #ccc;
}
.corp_copy li:nth-of-type(1){
  padding:0 20px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
.copy_corp_name{
  width:193px;
  margin-right: 20px;
}

.corp_copy li.copylight{
  margin-top:0;
  width: 944px;
  text-align: center;
}

.copylight span {
  display: inline-block;
  vertical-align: middle;
}

/* @タブレット非表示対応-リンク非表示
  「userAgent.js」とセットで動作します。 */
.noFlash {
  display:none;
}
.mobile .hasFlash {
  display:none;
}
.mobile .noFlash {
  display:block;
}

/*-------------------------------------
 フッター　関連サイトバナー
----------------------------------------*/
.foot_box .box_group_site {
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 1.5em;
  padding: 1em 1.5em;
  max-width: 980px;
  width: 90%;
}

.foot_box .box_group_site h2 {
  border-bottom: 2px solid #EADBC6;
  color: #0A3789;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-bottom: 0.3em;
  text-align: center;
  position: relative;
  width: 100%;
}

.foot_box .box_group_site h2:before {
  border-bottom: solid 2px #1360C0;
  bottom: -2px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 30%;
  right: 0;
  margin: 0 auto;
}

.foot_box .box_group_site ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
  width: 100%;
}

.foot_box .box_group_site ul li {
  width: calc( 300 / 935 * 100% );
}

.foot_box .box_group_site ul li img {
  display: block;
  width: 100%;
}

.foot_box .box_group_site ul li a {
  display: block;
}

.foot_box .box_group_site ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

/* -------------------------------------------
  breadcrumbs
------------------------------------------- */
#breadcrumbs {
  width: 998px;
  margin: 0 auto;
  border-top: 2px solid #1fadec;
}

#breadcrumbs ul {
  display: flex;
  /*flex-wrap: wrap;*/
  width: 986px;
  overflow: hidden;
  margin: 0 auto;
  padding: 7px 0 5px;
  border-bottom: 1px dashed #c6c6c6;
}

#breadcrumbs ul li {
  padding: 0 13px 0 0;
}

#breadcrumbs ul li:before {
  content: ">　";
}

#breadcrumbs ul li:first-child {
  margin: 0 0 0 19px;
}

#breadcrumbs ul li:first-child:before {
  content: "";
}

/* 737px以上の幅で複数行になる場合は、クラス「multiple_lines」を追加 */
#breadcrumbs.multiple_lines {
  max-width: 998px;
  width: 100%;
}

#breadcrumbs.multiple_lines ul {
  box-sizing: border-box;
  padding: 7px 19px 5px;
  width: 100%;
}

#breadcrumbs.multiple_lines ul li:first-child {
  margin-left: 0;
}

/* -------------------------------------------
  #main_contents
------------------------------------------- */
.wrapper {
  width: 1040px;
  margin: 0 auto;
}

#main_contents {
  width: 1000px;
  margin: 0 auto;
}

#page_title {
  width: 975px;
  margin: 0 auto;
  padding: 7px 0 4px 23px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #1fadec;
}


/* -------------------------------------------
  .pagetop
------------------------------------------- */
.pagetop {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

.pagetop a {
  background: url(/responsive/image_cmn/arw_top.png) no-repeat 0 center;

  padding: 0 0 0 12px;
  color: #000;
}

.pagetop a:hover {
  text-decoration: underline;
}

/*-------------------------
 official tools BOX
--------------------------*/
p.mk_mail {
  margin: 0 0 15px 0;
  text-align:center;
}
p.mk_mail a {
  display: inline-block;
  font-size: 17px;
  background: url(https://www.token.co.jp//image_cmn/mark_mail_blue_speedup.png) no-repeat 0 0px;
  vertical-align:middle;
  padding: 5px 0 10px 40px;
}

p.mk_mail a[href*="javascript:void(0)"] {
  font-size: 17px;
  background: url(https://www.token.co.jp//image_cmn/mark_mail_blue_speedup.png) no-repeat 0 0px;
  padding: 5px 0 15px 40px;
  vertical-align:middle;
}

.official_tools_box {
  display:inline-block;
  width:300px;
  margin:8px 0px 15px;
  vertical-align:bottom;
}

.official_tools_box dt {
  width:240px;
  margin:0px auto 12px;
  padding-bottom:7px;
  border-bottom:#959595 solid 1px;
  font-size:17px;
  font-weight:bold;
  color:#da1a5a;
  text-align:center;
  line-height:1.2;
}

.official_tools_box img {
  vertical-align: bottom;
}

.official_tools_box li {
  margin-bottom:15px;
  text-align:center;
}

.official_tools_box li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-device-width: 1024px) {
  .official_tools_box li a:hover img {
    opacity: 1 !important;
  }
}


/*
▼メディアクエリ設定▼

[PC/iPad]
@media screen and  (min-width: 737px)

[SP]
@media only screen and  (max-width: 736px)

※iPhone横表示のヘッダーはSP版ヘッダーを読ませるため、
　ブレイクポイントは736で設定。

*/

/*-------------------------------------------

common

-------------------------------------------*/



/*SP非表示設定*/
@media only screen and (max-width: 600px){
  .sp_none{
  display: none;
  }
}

/*PC非表示設定*/
@media screen and (min-width: 600px){
  .none{
  display: none;
  }
}

@media screen and (max-width: 736px) {
  p {
    color:#333;
    font-size: 16px;
  }
  body {-webkit-text-size-adjust: 100%;}
}

@media screen and (max-width: 600px){
  p {
    font-size: 4vw;
  }
}

/*-------------------------------------------

wrap

-------------------------------------------*/
#wrap {
  position: relative;
  overflow-x: hidden;
}
/*-------------------------------------------

header

-------------------------------------------*/


/*PC*/
@media screen and  (min-width: 737px){
  header{
    max-width: 1000px;
      margin: 0 auto;
  }
  .header_wrap{
    position: relative;
      width: 100%;
      height: auto;
    margin: 0 auto;
  }
}

/*iPad縦向き*/
@media screen and  (min-width: 737px) and (orientation:portrait){
  .header_wrap{
    width: 96%;
  }
}
@media screen and  (min-width: 737px){
  .header_wrap::before{
    content: "";
      display: block;
      padding-top: 9%;
  }
  .header_wrapInner{
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .header_logo{
    display: inline-block;
      margin-left: 1%;
      width: 284px;
  }
  .header_logo_img{
    height: 69px;
      top: 23%;
      position: absolute;
      width: 100%;
      left: 2%;
  }
  .header_logo_img img{
    width: 23%;
  }
}


/*SP*/
@media only screen and  (max-width: 736px){
  header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  .header_list{
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 3.6em;
    background-color: #FFF;
  }

  /*ロゴ------------------------------------*/
  .header_logo,
  .header_btn {
    display: table-cell;
    padding: 0 0.5em;
    vertical-align: middle;
  }
  .header_logo h1 {
    width: 79%;
    max-width: 280px;
  }
  .header_logo .header_logo_img {
    height: 40px;
    margin: 0;
  }
  .logo{
    width: 167px;
    height: 40px;
  }
  /*js切り替え用*/
  .navOp header {
    position: fixed;
  }
  .navOp header .header_menu {
    display: none;
  }
  .navOp header .header_close {
    display: block;
  }
  /*PC表示の打ち消し*/
  #animation,
  .r_box{
    display: none;
  }
}



/*-------------------------------------------

memu-btn

-------------------------------------------*/

/*PC*/
@media screen and (min-width: 737px){
  .menu-btn{
  display: none;
  }
}


/*SP*/
@media only screen and (max-width: 736px){

  /*ボタンベース*/
  .menu-btn{
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .menu-btn a{
    display: table-cell;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.5em 1em;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.15);
    height: auto;
    border: 1px solid #00386f;
    color: #FFF;
    background-color: #004894;
    background: -webkit-gradient(linear, left top, left bottom, from(#004894), to(#00386f));
    background: linear-gradient(#004894, #00386f);
    padding-right: 2.69em;
  }
  .menu-btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 1em;
    width: 0.62em;
    background-image: url(/responsive/image_cmn/arrow_01.png);
  }
  .menu-btn-open a::after{
    transform: rotate(90deg);
  }
  .menu-btn-close a::after{
    transform: rotate(-90deg);
  }

  /*wrap要素*/
  .header_btn {
    position: relative;/*上下中央用*/
  }
  .header_btn a {
    height: auto;

  }
  .header_menu {
    text-align: right;
    position: absolute;/*上下中央用*/
    top: 50%;/*上下中央用*/
    transform: translateY(-50%);/*上下中央用*/
    right: 0.5em;
    width: 8.45em;
  }

  /*閉じる*/
  .header_close {
    display: none;
  }
  /*メニュー内：閉じる*/
  .nav_close {
    margin-top: 1.5em;
    text-align: center;
  }
  .nav_close .menu-btn-close{
    width: auto;
  }
}


/*-------------------------------------------

content

-------------------------------------------*/
/*SP*/
@media only screen and (max-width: 736px) {
  /*.navOp #contents,
  .navOp #content {
    position: fixed;
  }*/
  .navOp #wrap_inner {
    padding: 3.6em 0 0;
  }
  .navOp .footer_sp {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #wrap_inner,
  #contents {
    position: relative;
    width: 100%;
    background-color: #FFF;
    z-index: 1;
  }
}

/*PC*/
@media screen and  (min-width: 737px){
  #wrap_inner{
    max-width: 1040px;
    margin: 0 auto;
  }
}

/*-------------------------------------------

nav

-------------------------------------------*/

/*共通*/
.nav_wrap {
    margin: 0 auto;
    max-width: 1000px;
}



@media screen and  (min-width: 737px){
  .nav_wrap{
    position: relative;
      width: 100%;
      height: auto;
  }
}
/*iPad縦向き*/
@media screen and  (min-width: 737px) and (orientation:portrait){
  .nav_wrap{
    width: 94%;
  }
}



@media screen and  (min-width: 737px){
  .nav_wrap::before{
    content: "";
      display: block;
      padding-top: 9.3%; /*可変の割合*/
  }
  .nav_wrapInner{
    position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
    margin: 0 1.8%;
  }
  #animation{
      display: inline-block;
      float: none;
      top: 5%;
      position: absolute;
      left: 32%;
      margin: 0;
    max-width: 400px;
    width: 40%;
      height: 80px;
  }
  #animation img{
    width: 100%;
  }
  .r_box{
      display: inline-block;
      float: none;
    height: 33%;
      top: 56%;
      position: absolute;
    width: 25%;
      right: 1%;
      max-width: 230px;
  }
  #control-wrap{
    float: none;
      margin: 0;
    width: 100%;
  }
  #control-wrap ul{
    background-size: contain;
      position: absolute;
      background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: right;
  }
  #control-wrap ul li{
    padding: 0 3.7%;
    display: inline-block;
  }
  #control-wrap ul li.small{
    width: 24px;
      height: 30px;
  }
  #control-wrap ul li.small img{
    width: 11%
  }
  #control-wrap ul li.medium{
    width: 27px;
      height: 30px;
  }
  #control-wrap ul li.medium img{
    width: 12%;
  }
  #control-wrap ul li.large{
    width: 30px;
      height: 30px;
  }
  #control-wrap ul li.large img{
    width: 13%;
  }
  #control-wrap ul li img{
    display: block;
      position: absolute;
      bottom: 10%;
      width: auto;
      height: auto;
  }

}






/*PC*/
@media screen and  (min-width: 737px){

  /*#nav*/
  #nav{
      clear: both;
      overflow: hidden;
      max-width: 100%;
      background: #00458d;
  }

  /*.nav_list*/
  .nav_list{
      position: relative;
  }
  .nav_list li{
    text-align: center;
      width: 15%;
      display: inline-block;
      margin: 3.5% 0.4% 0;
  }
  #nav .nav_list_sp {
    display: none;
  }
}


/*PC*/
@media screen and  (min-width: 737px){

  .nav_list li a{
    text-decoration: none;
    max-width: 200px;
      height: 60px;
    display: block;
      text-indent: -9999px;
  }

  .nav_list li a .visibility{
    visibility:hidden;
  }



  /*ロールオーバー用*/
  .nav_list li.nav01{
    background: url(/responsive/image_cmn/nav01_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav01 a {
    background: url(/responsive/image_cmn/nav01.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav01 a:hover {
    background-image: url(/responsive/image_cmn/nav01_on.png);
    background-size: contain;
  }
  .nav_list li.nav02{
    background: url(/responsive/image_cmn/nav02_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav02 a {
    background: url(/responsive/image_cmn/nav02.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav02 a:hover {
    background-image: url(/responsive/image_cmn/nav02_on.png);
    background-size: contain;
  }
  .nav_list li.nav03{
    background: url(/responsive/image_cmn/nav03_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav03 a {
    background: url(/responsive/image_cmn/nav03.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav03 a:hover {
    background-image: url(/responsive/image_cmn/nav03_on.png);
    background-size: contain;
  }
  .nav_list li.nav04{
    background: url(/responsive/image_cmn/nav04_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav04 a {
    background: url(/responsive/image_cmn/nav04.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav04 a:hover {
    background-image: url(/responsive/image_cmn/nav04_on.png);
    background-size: contain;
  }
  .nav_list li.nav05{
    background: url(/responsive/image_cmn/nav05_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav05 a {
    background: url(/responsive/image_cmn/nav05.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav05 a:hover {
    background-image: url(/responsive/image_cmn/nav05_on.png);
    background-size: contain;
  }
  .nav_list li.nav06{
    background: url(/responsive/image_cmn/nav06_on.png) no-repeat 0 0;
    background-size: contain;
  }
  .nav_list li.nav06 a {
    background: url(/responsive/image_cmn/nav06.png) no-repeat;
    background-size: contain;
  }
  .nav_list li.nav06 a:hover {
    background-image: url(/responsive/image_cmn/nav06_on.png);
    background-size: contain;
  }

  /*ビジネスユーザー*/
  .nav_list li.business{
    position: absolute;
    background: #fff;
    border-radius: 1em;
      right: 30px;
      top: 7%;
      width: auto;
    margin: 0;
    width: calc( 206 / 1000 * 100% );
  }
  .nav_list li.business a {
    background-image: url(/responsive/image_cmn/btn-business.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 29px;
    max-width: none;
    width: 100%;
    text-indent: -9999px;
  }

  .nav_list li.business a:hover {
    opacity: .8;
  }
}

@media only screen and  (max-width: 1000px) {
  .nav_list li.business a {
    height: 2.9vw;
  }
}




/*SP*/
@media only screen and  (max-width: 736px){

  /*.nav_wrap*/
  #nav .nav_wrap {
    visibility: hidden;
    -moz-transition: -moz-transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    top: 3.55em;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #c2e5ed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
  }
  .navOp #nav .nav_wrap {
    visibility: visible;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateX(0%);
    z-index: 100;
  }
  .navClose #nav .nav_wrap {
    visibility: hidden;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .navAnm #nav .nav_wrap {
    visibility: visible;
    z-index: 100;
  }
  .nav_wrapInner {
    padding-bottom: 1em;
  }


  /*.nav_list*/
  .nav_list {
    display: none;
  }
  /*.nav_list li{
    background: none;
    margin: 0;
  }
  .nav_list a {
    display: block;
    position: relative;
    border-bottom: 1px solid #9bd3e0;
    padding: 1em 3.08em 1em 2.69em;
    text-decoration: none;
    background-color: #c2e5ed;
    color: #0061b8;
  }
  .nav_list li.business a {
    height: auto;
  }
  .nav_list a:before,
  .nav_list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .nav_list a:before {
    left: 1em;
    width: 0.92em;
    background: url(/responsive/image_cmn/ico_circle03.png) center 1.2em no-repeat;
    background-size: contain;
  }
  #nav .nav_list a:after {
    right: 1.54em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: auto 1.15em;
  }*/
  #nav .nav_list_sp {
    border-top: 1px solid #9bd3e0;
  }
  #nav .nav_list_sp a {
    display: block;
    position: relative;
    border-bottom: 1px solid #9bd3e0;
    padding: 1em 3.08em 1em 2.69em;
    text-decoration: none;
    background-color: #c2e5ed;
    color: #0061b8;
  }
  #nav .nav_list_sp a:before,
  #nav .nav_list_sp a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #nav .nav_list_sp a:before {
    left: 1em;
    width: 0.92em;
    background: url(/responsive/image_cmn/ico_circle03.png) center 1.2em no-repeat;
    background-size: contain;
  }
  #nav .nav_list_sp a:after {
    right: 1.54em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: auto 1.15em;
  }
  /*-------------------------------------------
  businessユース　↓
  #nav .nav_list a.business{
      color: #FFF;
      background-color: #0086a2;
  }

  #nav .nav_list a.business:before {
    left: 1em;
    width: 0.92em;
    background: url(/responsive/image_cmn/ico_circle01.png) center 1.2em no-repeat;
    background-size: contain;
  }

  #nav .nav_list a.business:after {
    right: 1.54em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_01.png) center center no-repeat;
    background-size: auto 1.15em;
  }
  /*-------------------------------------------
  businessユース　↑
  -------------------------------------------*/

  #nav .nav_list_sp .accordion a.accordion_btn:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #nav .nav_list_sp .accordion.op a.accordion_btn:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  #nav .nav_list_sp li li a {
    border-color: #c8e5ec;
    padding-left: 3.62em;
    text-indent: -1em;
    background-color: #e7f7fa;
  }
  #nav .accordion li a:after {
    right: 1.54em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: auto 1.15em;
  }
  #nav .nav_list_sp li li a:before {
    content: "・";
    display: inline;
    position: static;
    background-image: none;
  }
  #nav .nav_list_sp li li:last-child a {
    border-color: #9bd3e0;
  }
  #nav .nav_list_sp .home a {
    padding-left: 2.69em;
    background-image: url(/responsive/image_cmn/nav_ico01.png);
    background-position: 0.77em center;
    background-repeat: no-repeat;
    background-size: 1.38em;
  }
  #nav .nav_list_sp .home a:before {
    content: normal;
  }
  #nav .nav_list_sp .home a:after {
    content: normal;
  }
  #nav .nav_list_sp a.blank {
    background-image: none;
  }
  #nav .nav_list_sp a.blank:after {
    background-image: url(/responsive/image_cmn/ico_blank03.png);
    background-size: auto 1em;
  }
  #nav .nav_bnrlist {
    margin: 0 2em;
    padding: 1.5em 0.5em;
    border-bottom: 1px solid #9bd3e0;
  }
  #nav .nav_bnrlist li {
    margin: 1em auto 0 auto;
  }
  #nav .nav_bnrlist li:first-child {
    margin-top: 0;
  }
  #nav .nav_close {
    margin-top: 1em;
  }
  #nav .nav_close a {
    height: auto;
  }
  
  /*-------------------------------------------
  accordion
  -------------------------------------------*/
  .accordion_block {
    margin-top: 1em;
  }
  .accordion_block.accordion_default ul {
    border-bottom: 1px solid #9bd3e0;
  }
  .accordion_block.accordion_default li a {
    display: block;
    position: relative;
    border: 1px solid #9bd3e0;
    border-bottom: none;
    padding: 0.75em 2.5em 0.75em 2.46em;
    color: #004894;
    text-decoration: none;
    background-color: #c2e5ed;
  }
  .accordion_block.accordion_default li a:before,
  .accordion_block.accordion_default li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .accordion_block.accordion_default li a:before {
    left: 1em;
    width: 0.92em;
    background: url(/responsive/image_cmn/ico_rectangle03.png) center 0.9em no-repeat;
    background-size: contain;
  }
  .accordion_block.accordion_default li a:after {
    right: 1em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: auto 1.15em;
  }
  .accordion_block.accordion_default .accordion a.accordion_btn:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 1em;
    width: 1.15em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: auto 1.15em;
  }
  .accordion_block.accordion_default .accordion.op a.accordion_btn:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .accordion_block.accordion_default li ul {
    border-bottom: none;
  }
  .accordion_block.accordion_default li li a {
    border: 1px solid #c8e5ec;
    border-bottom: none;
    padding: 0.75em 2.5em 0.75em 3.38em;
    text-indent: -1em;
    background-color: #e7f7fa;
  }
  .accordion_block.accordion_default li li a:before {
    content: "・";
    display: inline;
    position: static;
    background-image: none;
  }
  .accordion_block.accordion_default li li:first-child a {
    border-top: 1px solid #9bd3e0;
  }
  #wrap .accordion_block.accordion_default li a.blank {
    background-image: none;
    padding-left: 2.46em;
  }
  .accordion_block.accordion_default li a.blank:after {
    background-image: url(/responsive/image_cmn/ico_blank03.png);
    background-size: auto 1em;
  }
  #wrap .accordion_block.accordion_default li li a.blank {
    padding-left: 3.38em;
  }
  .accordion .accordion_data {
    /*transition: height ease 0;*/
    overflow: hidden;
  }
  .accordion.op .accordion_data {
    display: block;
  }
  .accordion .accordion_data {
    display: none;
  }
  .accordion.anm .accordion_data {
    display: block;
  }
  .accordion_block.accordion_default li.ac a {
    border-color: #004894;
    color: #FFF;
    background-color: #004894;
  }
  .accordion_block.accordion_default .home a {
    padding-left: 2.69em;
    background-image: url(/responsive/image_cmn/nav_ico01.png);
    background-position: 0.77em center;
    background-repeat: no-repeat;
    background-size: 1.38em;
  }
  .accordion_block.accordion_default .home a:before {
    content: normal;
  }
  .accordion_block.accordion_default .home a:after {
    content: normal;
  }
  .accordion_block.accordion_box {
    background-color: #f7f7f7;
    padding: 0;
  }
  .accordion_block.accordion_box .accordion_btn {
    position: relative;
    display: block;
    padding: 1em 2.69em 1em 1em;
    font-weight: bold;
  }
  .accordion_block.accordion_box .accordion_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0.62em;
    background-size: contain;
  }
  .accordion_block.accordion_box .accordion.op .accordion_btn:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .accordion.op .accordion_btn.btn_base.btn_default.btn_plus a:after,
  .accordion.op .accordion_btn.btn_base.btn_sub.btn_plus a:after,
  .accordion.op .accordion_btn.btn_base.btn_active.btn_plus a:after {
    background-image: url(/responsive/image_cmn/ico_minus01.png);
  }
  .accordion.op .accordion_btn.btn_base.btn_more.btn_plus a:after,
  .accordion.op .accordion_btn.btn_base.btn_disabled.btn_plus a:after {
    background-image: url(/responsive/image_cmn/ico_minus02.png);
  }
  .accordion.op .accordion_btn.btn_base.btn_variation.btn_plus a:after,
  .accordion.op .accordion_btn.btn_base.btn_title.btn_plus a:after {
    background-image: url(/responsive/image_cmn/ico_minus03.png);
  }
}





/*iPhoneSE（縦320）メニュー微調整*/
@media only screen and  (max-width: 320px){
  .header_list{
    height: 2.9em;
  }
  .logo{
    position: relative;
      top: 8%;
        height: auto;
    width: 49%;
  }
  .header_menu{
    transform: none;
        top: 14%;
        right: -31%;
  }
  .menu-btn{
        width: 84%;
  }
  .menu-btn a{
      font-size: 84%;
  }
  #nav .nav_wrap{
    top: 2.9em;
  }

}

/*-------------------------------------------

title(SP)

-------------------------------------------*/

/*SP版のタイトル*/
.title{
  margin-top: 0;
    padding: 0.5em 1em;
    color: #FFF;
    text-align: center;
    background-color: #004894;
  font-weight: bold;
}
.title p{
  color: #fff;
  font-size: 1.53rem;
}
@media screen and  (min-width: 737px){
  .title{
    display: none;
  }
}
@media screen and (max-width: 600px){
  .title{
    display: block;
  }
}

/*-------------------------------------------

breadcrumbs(PC)

-------------------------------------------*/


#breadcrumbs ul{
  border-bottom: 2px solid #1fadec;
    width: 998px;
}

/*SP用非表示　2022.1.14 SP用パンくず作成 */
@media only screen and  (max-width: 736px){
  #breadcrumbs{
    background: #dcdcdc;
    width: auto;
    height: 26px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 10px;
    border: 1px solid #dcdcdc;
  }
  #breadcrumbs ul {
    width: 100%;
    padding: 0 10vw 0 0;
    border-bottom: 0;
    box-sizing: border-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #breadcrumbs.multiple_lines ul {
    padding: 0 10vw 0 0;
    width: auto;
  }
  #breadcrumbs ul li {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    height: 25px;
    padding: 0 0 0 12px;
    line-height: 25px;
  }
  #breadcrumbs ul li:first-child {
    margin: 0;
    padding: 0;
  }
  #breadcrumbs ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.1em;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid;
    border-left-color: #dcdcdc;
    z-index: 1;
  }
  #breadcrumbs ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid;
    right: -10px;
    z-index: 2;
    border-left-color: #fff;
  }
  #breadcrumbs ul li a {
    display: block;
    padding: 0 6px 0 8px;
  }
  #breadcrumbs ul li:first-child a {
    margin: 0;
    padding: 0 6px 0 25px !important;
    background: #fff url(/responsive/image_cmn/icon_home-bl_sp.png) 10px 6px no-repeat !important;
  }
  #breadcrumbs ul li:last-child {
    padding: 0 6px 0 20px;
  }
}


/* --------------------------------------

　　　　　　　ページ内メニュー（SP版のみ表示）

-----------------------------------------*/
.pagemenu {
  margin: 0 auto 10%;
  width: 92%;
}

.pagemenu label {
  background-color: #004894;
  background: -webkit-gradient(linear, left top, left bottom, from(#004894), to(#00386f));
  background: linear-gradient(#004894, #00386f);
  border: 1px solid #00386f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 120%;
  display: block;
  padding: 3% 0% 3% 16%;
  position: relative;
  width: 84%;
}

.pagemenu label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3em;
  width: 2.4em;
  display: block;
  background: url(/responsive/image_cmn/ico_note.png) center center no-repeat;
  background-size: 1.6em;
}

.pagemenu label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1.15em;
  display: block;
  background: url(/responsive/image_cmn/arrow_01.png) center center no-repeat;
  background-size: 0.62em;
}

.pagemenu input {
  display: none;
}

input#ac_btn:checked + label:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1.15em;
  display: block;
  background: url(/responsive/image_cmn/arrow_01.png) center center no-repeat;
  background-size: 0.62em;
}

.pagemenu .ac_name {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.pagemenu .toggle:checked + label + .ac_name {
  transition: all 0.5s ease-in;
  max-height: 999px;
}

.pagemenu .ac_name li {
  background: #edfcff;
  border-bottom: 1px solid #999;
  padding: 5% 9% 5% 3%;
  position: relative;
}

.pagemenu .ac_name li:last-child {
  border: none;
}

.pagemenu .ac_name li:after {
  content: "";
  width: 0.62em;
  display: block;
  background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
}

.pagemenu .ac_name li a {
  color: #0061b8;
  display: block;
}

/* --------------------------------------

　　　　　　　　　　　description

-----------------------------------------*/
#description {
  margin: 8% auto;
  max-width: 784px;
  background: #f2f8fe;
  padding: 20px;
  width: 95%;
}

#description .description_txt {
  /* color: #777; */
}

#description #description_txt[type="checkbox"] {
  display: none;
}

@media screen and (max-width: 736px) {
  #description {
    background: #d6edf2;
    width: 80%;
  }
  #description .description_open {
    display: block;
  }
  #description .description_close {
    display: none;
  }
  #description .description_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_txt {
    display: inline;
  }
  #description .description_open,
  #description .description_close {
    color: #0061b8;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_open {
    display: none;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_close {
    display: inline-block;
  }
}


/*-------------------------------------------

　　　　　　　　　　　　　PC版 footer

-------------------------------------------*/
.pagetop_pc {
  display: block;
  margin: 1em auto;
  max-width: 960px;
  overflow: hidden;
  width: 100%;
}

.pagetop_pc p {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  float: right;
  width: 10em;
}

.pagetop_pc p:hover {
  text-decoration: underline;
}

.pagetop_pc p:before {
  content: url("/responsive/image_cmn/arw_top.png");
  display: inline-block;
  margin-right: 5px;
}

.foot_box .corp_copy {
  max-width: 944px;
  width: 100%;
}


.foot_box .f_map00 {
	display: flex;
	align-items: flex-start;
  margin:0 auto;
  max-width: 870px;
  width: 100%;
}

.f_map00 li {
	padding: 0 0 0 10px;
	margin: 0 0 0.5em;
}
.f_map00 li.f_map_ttl {
	font-size: 17px;
  color: #333;
  font-weight: bold;
  background:url("/responsive/image_cmn/bk_dt_foot.png") no-repeat 0 10px;
}
.f_map_ttl:nth-child(4) {
	margin-top: 1em;
}

.foot_sitemap .f_map_ttl a{
  color: #333;
}
.foot_box .f_map00 .f_map01 {
	display: flex;
	flex-wrap: wrap;
  width: 27%;
}
.foot_box .f_map00 .f_map01 .f_map_ttl {
	width: 100%;
}
.foot_box .f_map00 .f_map01  li:nth-child(even):not(.f_map_ttl) {
	width: 6.2em;
}

.foot_box .f_map00 .f_map02 {
  width: 26%;
}
.foot_box .f_map00 .f_map03 {
  width: 29%;
}

.foot_box .f_map00 .f_map04 {
	display: flex;
	flex-wrap: wrap;
  width: 19.5%;
}
.foot_box .f_map00 .f_map04 .f_map_ttl {
	width: 100%;
}
.foot_box .f_map00 .f_map04  li:not(.f_map_ttl) {
	width: 4.5em;
}


.foot_box .corp_copy li.copylight {
  max-width: 944px;
  width: 100%;
}

.footer_pc {
  display: block;
}

@media screen and (max-width: 736px) {
  .footer_pc {
    display: none;
  }
}

/*-------------------------------------------

　　　　　　　　　　　　　SP版 footer

-------------------------------------------*/
.footer_sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .footer_sp {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  /*------------------------
  スクロール追従「ページトップへ」ボタン
  -------------------------*/
  #page-top {
      bottom: 20px;
      font-size: 77%!important;
      margin-right: 3%;
      position: fixed;
      right: 20px;
      z-index: 100;
  }
  #page-top span {
    background-image: -webkit-linear-gradient(#004894 0%, #00386f 100%);
    background-image: linear-gradient(#004894 0%, #00386f 100%);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    overflow: hidden;
    padding: 25% 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 140%;
  }

  #page-top span:before {
    content: "▲";
    display: block;
  }

  /*　pagetop　*/
  .pagetop {
    float: none;
    margin-top: 2em;
    width: 100%;
  }
  .pagetop p {
    text-align: center;
    }
  .pagetop a,
  .pagetop span {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    padding: 0.5em 3em 0.5em 1em;
    font-size: 1.07rem;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.15);
      border: 1px solid #00386f;
      color: #FFF;
      background-color: #004894;
      background: -webkit-gradient(linear, left top, left bottom, from(#004894), to(#00386f));
      background: linear-gradient(#004894, #00386f);
  }
  .pagetop a:before,
  .pagetop span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 1.15em;
    display: block;
    background: url(/responsive/image_cmn/arrow_01.png) center center no-repeat;
    background-size: 0.62em;
  }

  /* footer */
  footer {
    margin-top: 2em;
  }
  footer li {
    background-color: #edfcff;
  }
  footer li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #999;
    padding: 1em 2.31em 1em 2.46em;
    color: #333;
    text-decoration: none;
  }
  footer li a:visited {
    color: #333;
  }
  footer li a:before,
  footer li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  footer li a:before {
    left: 1em;
    width: 0.92em;
    background: url(/responsive/image_cmn/ico_rectangle03.png) center 1.24em no-repeat;
    background-size: contain;
  }
  footer li a:after {
    right: 1em;
    width: 0.62em;
    background: url(/responsive/image_cmn/arrow_03.png) center center no-repeat;
    background-size: contain;
  }
  #wrap footer li a.blank {
    padding-left: 2.46em;
    background-image: none;
  }
  footer li a.blank:after {
    width: 1em;
    background-image: url(/responsive/image_cmn/ico_blank02.png);
    background-size: auto 1em;
  }
  footer .copyright {
    padding: 1.75em 1em;
    font-size: 0.69rem!important;
    font-family: Verdana, "Droid Sans";
    color: #FFF;
    text-align: center;
    background: #333;
  }
}
