@charset "UTF-8";
/* =========================================

nasluck common CSS

============================================ */
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: "pkna" 1;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;

}
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;
  width:950px;
  overflow: hidden;
}

.head_box h1,.head_box p {
  float:left;
  width:230px;
  height:62px;
  margin:26px 0px 15px 5px;
}

.head_box h1 img,.head_box p img{
  width:100%
}

.r_box{
  position: relative;
  top: 50px;
  float: right;
}

/*--検索--*/
.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("/image_cmn_new/btn_search.png") no-repeat 0 0;
}
input[type=submit]:hover{
  background:url("/image_cmn_new/btn_search_on.png") no-repeat 0 0;
}
/*--文字サイズ--*/
.biz{
  position: relative;
  left: -120px;
  float: left;
  padding:17px 0 0 12px;
  background:url("/image_cmn_new/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("/image_cmn_new/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(../image_new/font-bg.png);
height: 33px;
width: 230px;
}

#control-wrap ul li{
  margin:0px;
  padding:0px 10px 0px 10px;
  float:right;
}

#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 0 0 65px;
}

/* -------------------------------------------
  menu
------------------------------------------- */
.menu{
  clear:both;
  overflow:hidden;
  max-width:100%;
  padding:0 20px;
  background:#00458d;
}
.menu ul{
  clear: both;
  margin:-7px auto 0;
  width:946px;
  height:60px;
}
.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("/image_cmn_new/nav01_on.png") no-repeat 0 0;
}
li.nav02{
  background:url("/image_cmn_new/nav02_on.png") no-repeat 0 0;
}
li.nav03{
  background:url("/image_cmn_new/nav03_on.png") no-repeat 0 0;
}
li.nav04{
  background:url("/image_cmn_new/nav04_on.png") no-repeat 0 0;
}
li.nav05{
  background:url("/image_cmn_new/nav05_on.png") no-repeat 0 0;
}
li.nav06{
  background:url("/image_cmn_new/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: 7px auto 0;
  text-align: right;
  width: 946px;
}

.menu .btn_bussiness a {
  background: #fff;
  border-radius: 1em;
  display: block;
  text-decoration: none;
  float: right;
  height: 29px;
  width: 206px;
}

.menu .btn_bussiness a img:hover {
  opacity: 0.8;
}

/*.menu .btn_bussiness a:before {
  content: url("../image_cmn_new/icon_business.png");
  display: inline-block;
  margin-right: 3px;
  position: absolute;
  top: -1px;
  left: -1.5em;
}

.menu .btn_bussiness a:after {
  content: url("../image_cmn_new/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("../image_cmn_new/icon_business_on.png");
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1.5em;
}

.menu .btn_bussiness a:hover:after {
  content: url("../image_cmn_new/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("/image_cmn_new/bk_footer.png") repeat-x 0 bottom;
}

.foot_sitemap{
  clear:both;
  overflow:hidden;
  padding:1.5em 0 3em;
  /*height:250px;*/
  background:#e2f1f9;
  /*border-top:3px solid #42b8ea;*/
  font-size:95%;
}
.foot_sitemap a{
  color: #000;
}
.f_map00{
  margin:0 auto;
  width:980px;
}

.f_map_ttl{
  color: #333;
  font-weight: bold;
  background:url("/image_cmn_new/bk_dt_foot.png") no-repeat 0 14px;
}

@media screen and (max-device-width: 1024px) {
  .f_map_ttl{
    background:url("/image_cmn_new/bk_dt_foot.png") no-repeat 0 15px;
  }
}

.foot_sitemap .f_map_ttl a{
  color: #333;
}

.f_map00 li{
  padding:7px 0 0 10px;
}

.f_map01{
  float:left;
  width:260px;
}
.f_map02{
  float:left;
  width:330px;
}
.f_map03{
  float:right;
  width:80px;
}
.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;
  width: 1000px;
}

.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: 930px;
  margin: 0 auto;
}

.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: 0.7em auto 0;
  width: 930px;
}
.box_group_site ul li {
  width: 300px;
  margin: 0 5px;
}

.box_group_site ul li img {
  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;
}
.box_group_site .slick-prev,
.box_group_site .slick-next {
  width: 30px;
  height: 30px;
  background: url(/image_new/btn_group_site_arrow.png) 0 0 / 100% auto no-repeat;
}
.box_group_site .slick-prev:hover,
.box_group_site .slick-next:hover {
  opacity: 0.75;
  background: url(/image_new/btn_group_site_arrow.png) 0 0 / 100% auto no-repeat;
}
.box_group_site .slick-prev {
  left: -30px;
}
.box_group_site .slick-next {
  right: -30px;
  transform: rotate(180deg);
  transform-origin: 50% 25%;
}
.box_group_site .slick-prev::before,
.box_group_site .slick-next::before {
  display: none;
}

/* -------------------------------------------
  breadcrumbs
------------------------------------------- */
#breadcrumbs {
  width: 998px;
  margin: 0 auto;
  border-top: 2px solid #1fadec;
}

#breadcrumbs ul {
  width: 986px;
  overflow: hidden;
  margin: 0 auto;
  padding: 7px 0 5px;
  border-bottom: 1px dashed #c6c6c6;
}

#breadcrumbs ul li {
  float: left;
  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: "";
}

/* -------------------------------------------
  #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(/image_cmn_new/arw_top.png) no-repeat 0 center;

  padding: 0 0 0 12px;
  color: #000;
}

.pagetop a:hover {
  text-decoration: underline;
}

/*----------------------------
 SNS公式アカウントBOX
-----------------------------*/
#sns_box {
  display:block;
  margin:0 auto; /* mb15*/
  width:300px;
}
#sns_box .sns_intro_ttl {
  width:239px;
  margin:0 auto 12px;
  padding-bottom:6px;
  border-bottom:1px solid #959595;
  font-size:17px;
  color:#da1b5a;
  text-align:center;
  font-weight:bold;
  line-height:130%;
}
#sns_link_box {
  overflow:hidden;
  border:2px solid #0a72c3;
  width:296px;
  padding:0;
  margin: 0px auto 35px;
}
#sns_link_box dt {
  position:relative;
  padding: 4px 0 8px;
  font-size:18px;
  color:#fff;
  border:1px solid #4997d3;
  border-bottom-color:#1273bf;
  text-align:center;
  background: #358cd0; /* Old browsers */
  background: -moz-linear-gradient(top, #358cd0 0%, #1f7ec7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #358cd0 0%,#1f7ec7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #358cd0 0%,#1f7ec7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight:bold;
  line-height:1;
  /*behavior: url(/css/PIE.htc);*/
}
#sns_link_box dd {
  margin:0px;
  }
#sns_link_box #sns_list {
  width:200px;
  margin:0 auto;
  padding: 2px 0 12px 0;
  text-align:center;
}
#sns_link_box #sns_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
*+html #sns_link_box #sns_list { zoom: 1; }
#sns_link_box #sns_list li {
  float:left;
  padding:0 0 0 0;
  margin: 10px 17px 0 0;
}
#sns_link_box #sns_list li:nth-of-type(3n) {
  margin: 10px 0 0 0;
}
#sns_link_box #sns_list li:nth-of-type(4){
	margin: 10px 17px 0 35px;
}
#sns_link_box #sns_list li a{
  display:block;
  line-height: 1;
  font-size: 0;
}
#sns_link_box #sns_list li a:hover{
  opacity:0.7 !important;
  -ms-filter: "alpha(opacity=70)";
  }
#sns_link_box #sns_list li.disable{
  background:#eee;
  border-color:#ccc;
}

#sns_link_box #lnk_sns_cont {
  display:block;
  text-align:center;
  margin:0 15px;
  border-top:1px solid #358cd0;
  padding:10px 0px;
  font-weight: bold;
  color: #999;
  font-size:15px;
    line-height:1.3;
}
#sns_box .share_box {
  margin: 0 auto;
  overflow: hidden; /zoom:1;
}
#sns_box .share_box dt img {
  display:block;
}
#sns_box .share_box dd {
  margin:0px;
  padding:10px 5px 0;
}

#sns_box .share_box dd ul {
  overflow:hidden; /zoom:1;
}
#sns_box .share_box dd ul li {
  display: block;
  float: left;
  line-height: 1;
  margin: 0 6px 10px;
  width: 131px;
  height: 30px;
  padding: 10px 0 0;
  text-align: center;
  background: #d3e5f4;
  border: 1px solid #b7d3ea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#sns_box .share_box dd ul li span.line_bg {
  display:block;
  width:82px;
  height:20px;
  margin:0 auto;
}
#sns_box .bnrbox{
  margin:15px 0 25px
}

/*-------------------------
 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(//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(//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:20px 0px 10px;
  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:20px;
  text-align:center;
}

.official_tools_box li:last-child {
       margin-bottom:0px;
}


.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;
  }
}



/* ==================================================================================================
		SEO��
   --------------------------------------------------------------------------------------------------
		.seo
================================================================================================== */
.seo {
	margin: 30px auto 0;
	width: 784px;
	background: #f2f8fe;
	padding: 25px;
}

.pagetop {
	margin: 70px 0 0 0;
}

