@charset "utf-8";
/* ==========================================================

title : 東建ホームメイトカップ
scope : トップページ

========================================================== */
.header_pc,
.footer_pc {
  display: block;
}

.header_sp,
.footer_sp {
  display: none;
}

@media screen and ( max-width: 736px ) {
  .header_pc,
  .footer_pc {
    display: none;
  }

  .header_sp,
  .footer_sp {
    display: block;
  }
}

/*=========================================================

    PC-TAB表示　common CSS

==========================================================*/
* {
  font-size: 100%;
}

/* ------------------------------------ 

    全体

------------------------------------ */
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  /*text-align: center;*/
  overflow-x: hidden;
  /* width: 100%; */
}
@media screen and (min-width: 737px) {
  body {
    min-width:1080px;
  }
}
body#popup {
  min-width: auto;
}
a:link {
  color: #0000ff;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
dl {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ol {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
form {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}
.nospace {
  letter-spacing: normal;
}
.blk {
  display: block;
}
br {
  letter-spacing: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
.red {
  color: #FF0000;
}
input{
  outline: none;
}


/* ---------------------------- 

    ヘッダー 

---------------------------- */
#header_box_pc {
  background: url("/responsive/image_cmn/head_bg.gif?20250304") repeat-x scroll left top transparent;
  background-size: contain;
  height: 10vw;
  max-height: 91px;
  width: 100%;
}
#header {
  background: url("/responsive/image_cmn/bg-header-line.jpg") no-repeat;
  background-position: left 15% top 22%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: static;
  max-width: 1035px;
  height: 10vw;
  max-height: 78px;
  margin: 0 auto;
  width: calc( 1000 / 1035 * 100% );
}

.site_ttl {
  height: 100%;
  position: relative;
  width: calc( 740 / 1035 * 100% );
}

#head_logo {
  position: absolute;
  bottom: -10px;
  left: 17px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#head_logo a {
  display: block;
/*  width: 460px;*/
  /*height: 75px;*/
  overflow:hidden;
}
#head_official {
  position: absolute;
  top: 0.6em;
  right: 0;
  width: calc( 240 / 740 * 100% );
  margin: 0px;
  padding: 0px;
}
#head_presented {
  position: absolute;
  top: 3.8em;
  right: 11.3%;
  width: calc( 196 / 740 * 100% );
  margin: 0px;
  padding: 0px;
}


.head_right_menu {
  height: 100%;
  width: calc( 287 / 1035 * 100% );
}


#head_btn {
  width: 100%;
  margin: 0;
  padding: 0px;
  background: url(/responsive/image_cmn/head_btn_bg_2024.png) right center no-repeat;
  background-size: contain;
  max-height: 26px;
  height: 100%;
}
#head_btn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc( 170 / 287 * 100% );
  margin: 0 auto;
  padding: 0px;
}
#head_btn li {
  padding: 0px;
  /*text-indent: -10000px;*/
  width: calc( 150 / 287 * 100% );
  white-space: nowrap;
}

#head_btn li:first-child {
  width: calc( 100 / 287 * 100% );
}

#head_btn li a {
  color: #fff;
  font-size: 77%;
  display: block;
  letter-spacing: -0.01em;
  padding: 0.2em 0 0.2em 0.7em;
  position: relative;
  text-align: left;
}

#head_btn li a:hover {
  color: #FFA800;
}

#head_btn li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  margin-top: -0.3em;
  top: 50%; 
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

#head_btn li a:hover:before {
  border-left: 4px solid #FFA800;
}

@media screen and ( max-width: 1024px ) {
  #header_box_pc {
    max-height: 74px;
  }

  #head_logo {
    bottom: 0.3em;
  }
}


@media screen and ( max-width: 1000px ) {
  #header_box_pc {
    padding-bottom: 0;
    max-height: 65px;
  }

  #header {
    background-position: left 25% top 17%;
    background-size: 70%;
  }

  #head_logo {
    bottom: 1.6em;
  }

  #head_presented {
    top: 2.6em;
  }

  #head_btn {
    background-position: center top;
    max-height: 23px;
  }

  #head_btn ul {
    width: 65%;
  }

  #head_btn li a {
    font-size: 1vw;
    padding: 0.2em 0 0.2em 0.7em;
  }
}

/* ---------------------------- 

    メニュー 

------------------------------- */
#menu_box {
	width:100%;
  margin: 0 0 10px 0;
  padding: 0px 0px 0px 0px;
  /* background: url(/responsive/image_cmn/menu_bg.gif) repeat-x scroll left top transparent; */
	background: linear-gradient(to bottom, #1a743a 0%, #2d8672 100%);
}

#menu_box .menu {
  margin: 0 auto;
  padding: 0px;
}
@media screen and (min-width: 737px) {
  #menu_box .menu {
    width:1035px;
  }
}
#menu_box .menu ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  /*max-width: 1035px;*/
  margin: auto;
  width:100%;
  /*padding: 0 0 0 1px;*/
  box-sizing: border-box;
}
#menu_box .menu li {
 width:310px; 
 font-size:15px;
text-align: center;
	color:#fff;
  border-left:1px solid #fff;
  padding:.5em;

}
#menu_box .menu li:last-child {
  border-right:1px solid #fff;
}
#menu_box .menu li a {
	display: block;
  color:#fff;
}
#menu_box .menu li:hover {
  background: #1b6657;
}

#menu_box .menu li.no_link {
  width:310px;
  background-color: #a2a99f;
 /*  background-image:
 repeating-linear-gradient(-45deg,
 #a0d1c8, #a0d1c8 1px,
 transparent 4px, transparent 4px); */
}




/* ---------------------------- 

メイン部分 

---------------------------- */
#main_box {
  clear: both;
  width: 1035px;
  margin: 0 auto;
  padding: 0px;
  background: transparent;
}
#main {
  clear: both;
  width: 1035px;
  position: relative;
  margin: 0px auto;
  padding: 0;
}
/* ---------- パンくず ---------- */

#main_box ul.siteroute,
#breadcrumbs {
  color: #000;
  display: block;
  font-size: 90%;
  vertical-align: bottom;
  margin: 1em auto;
  overflow: hidden;
  max-width: 1035px;
  width: 95%;
}
#main_box ul.siteroute > li,
#breadcrumbs ul li {
  background: url("/responsive/image_cmn/siteroute_mark.gif") no-repeat scroll left center transparent;
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
  padding: 0 0 0 12px;
  text-align: left;
  font-size: 16px;
}
#main_box ul.siteroute > li.marknon,
#breadcrumbs ul li.marknon {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
}

@media screen and ( max-width: 1000px ) {
  #main_box ul.siteroute > li,
  #breadcrumbs ul li {
    font-size: 1.3vw;
  }
}
/* ---------- 一つ前に戻る ---------- */
#breadcrumbs p.linkback {
  float: right;
  /*margin: 0 5px 5px 0;*/
  padding: 0;
  width: calc( 131 / 1035 * 100% );
}
/*---------------右カラム side_area ----------------*/
#side_area {
  float: right;
  margin: 0 0 0 0px;
  overflow: hidden;
  padding: 0;
  width: calc( 300 / 950 * 100% );
}

#side_area a {
  display: block;
}

#side_area a:hover {
  opacity: .8;
  transition: .5s all;
}


#side_area .movie_area {
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
}
#side_area .movie_area .movie_space {
  box-sizing: border-box;
  width: 100%;
  /*min-height: 250px;
  height: 100%;*/
  margin:0px 0px 10px;
  /*background:url(/image_cmn/side_movie_bg.png) no-repeat 0 0;*/
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(91,91,91,1) 29%, rgba(0,0,0,1) 57%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(91,91,91,1) 29%,rgba(0,0,0,1) 57%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(91,91,91,1) 29%,rgba(0,0,0,1) 57%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding:10px 0.6em;
}
/*.movie_space > .youtube > iframe {
  margin:10px 0 0 0px;
}*/
.movie_space > .linkyoutube {
  margin:1em auto 0;
}

.title_block.title_h1 {
  display: none;
}




#side_area .movie_area div.youtube_thum {
  box-sizing: border-box;
  position:relative;
  width:100%;
  min-height:157px;
  height: 100%;
  margin:0px auto;
  padding:0px;
  overflow:hidden
}

#side_area .movie_area div.youtube_thum .thumbnail {
  width:100%;
}
#side_area .movie_area div.youtube_thum .load {
  position:absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  width: 60px;
}


#side_animation_box {
  width: 300px;
  height: 100px;
  margin: 10px 0 15px 0;
  padding-top: 16px;
  background: url("/responsive/image_cmn/dot_line.gif") repeat-x scroll 0 0 transparent;
}
#side_area .bnr_s {
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
}

#side_area .bnr_s .cap{
  font-size: 14px;
  line-height:1.2;
  margin: 5px 0 10px;
  text-align: left;
}

#side_area .line {
    background: url("/responsive/image_cmn/dot_line.gif") repeat-x scroll 0 0 transparent;
    padding-top: 16px;
}

#side_area .line_b {
    background: url("/responsive/image_cmn/dot_line.gif") repeat-x scroll bottom;
    padding-bottom: 16px;
}

/* テキスト付きバナー用 */
#side_area .line_b2 {
    background: url("/responsive/image_cmn/dot_line.gif") repeat-x scroll bottom;
    padding-bottom: 3px;
}

#side_area .bnrbox{
  margin-bottom: 10px;
}

#side_area .bnrbox.hm{
  margin-top: -5px;
}

#side_area .bnrbox figure{
  margin: 0;
}


#side_area .bnrbox figcaption{
  font-size: 14px;
  line-height:1.2;
  text-align: left;
  margin-top: 5px;
}

/*#side_area hr.line {
    background: url("/responsive/image_cmn/dot_line.gif") repeat-x scroll 0 0 transparent;
  border:none;
  padding:5px 0;
  background-color:#FFF;
}*/
#side_area .bnr_s p.bnr_lead {
  text-align: left;
  margin: 5px 0 10px 0;
}
#side_area .bnr_s ul li {
  margin: 0 0 10px 0;
}

/* Facebook Twitter */
#side_area .sns_box {
  width:300px;
  margin-bottom:15px;
}

@media screen and (max-width: 1000px) {
  #side_area .movie_area div.youtube_thum {
    min-height: auto;
    height: 14vw;
  }
}

/* ---------- side バナーtitleつき ------- */
#side_area .bnr_box {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 0px auto 15px;
  padding: 0.5em;
  border: 1px solid #999;
  letter-spacing: 0px;
}

#side_area .bnr_box dl.listbox dt {
  margin: 0 auto 10px;
}

#side_area .bnr_box dl.listbox dd {
  margin: 0 auto;
  width: calc( 260 / 285 * 100% );
}


#side_area .bnr_box dl.listbox dd.txt {
font-size: 14px;
line-height: 1.2;
margin: 5px auto 10px;
text-align: left;
}

#side_area .bnr_box dl.listbox dd > a:hover > img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/* バナーボックス無し */
#side_area dl.listbox2 dt {
}

#side_area dl.listbox2 dd {
margin:0;
}

#side_area dl.listbox2 dd.txt {
margin: 5px 0 10px 0;
text-align: left;
}

/* ---------- スコア　ペアリング情報 ------- */
#side_area dl.score_pair_box {
  background: url("/responsive/image_cmn/score_pair_bg.gif") no-repeat scroll left bottom transparent;
  font-size: 100%;
  margin: 0 0 15px;
  padding: 0 0 10px;
  width: 300px;
  height: auto;
  overflow: hidden;
  text-align: left;
}
#side_area dl.score_pair_box .score_box {
  /*background: url("/responsive/image_cmn/score_img_bg.gif") no-repeat scroll right bottom transparent;*/
  width: 268px;
  padding: 10px 15px;
}
#side_area dl.score_pair_box .pair_box {
  /*background: url("/responsive/image_cmn/pair_img_bg.gif") no-repeat scroll right bottom transparent;*/
  width: 268px;
  padding: 10px 15px;
}
#side_area dl.score_pair_box .score_box dt {
  font-weight: bold;
  background: #bed8ad;
  font-size: 17px;
  padding: 5px;
  margin: 0 auto 8px;
  text-align: center;
}
#side_area dl.score_pair_box .pair_box dt {
  font-weight: bold;
  background: #ffc092;
  font-size: 17px;
  padding: 5px;
  margin: 0 auto 8px;
  text-align: center;
}
#side_area dl.score_pair_box .score_box p,
#side_area dl.score_pair_box .pair_box p{
  font-size: 17px;
}
#side_area dl.score_pair_box .score_box dd, #side_area dl.score_pair_box .pair_box dd {
  padding: 0 10px 0 15px;
  font-size: 16px;
}
#side_area dl.score_pair_box .pair_box dd p.link_arrow {
  background: url("/responsive/image_cmn/arrow_or.gif") no-repeat scroll 0 5px transparent;
  padding: 0 0 0 17px;
  margin: 8px 0 8px;
  text-align: left;
}
#side_area dl.score_pair_box .score_box dd p.link_arrow {
  background: url("/responsive/image_cmn/arrow_gr.gif") no-repeat scroll 0 5px transparent;
  padding: 0 0 0 17px;
  margin: 8px 0 8px;
  text-align: left;
}
#side_area dl.score_pair_box .score_box dd p.link_arrow.gr,
#side_area dl.score_pair_box .pair_box dd p.link_arrow.gr{
  pointer-events: none;
  background: url("/responsive/image_cmn/arrow_gray.gif") no-repeat scroll 0 5px transparent;
}

#side_area dl.score_pair_box .score_box dd p.link_arrow.gr a,
#side_area dl.score_pair_box .pair_box dd p.link_arrow.gr a{
  color: #aaa;
}

#side_area dl.score_pair_box dl dd p.jgto {
  margin: 10px 0 0;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  #side_area {
    display: none;
  }
}


/* ---------------------------- フッター ---------------------------- */
p.footer_lead {
  border: 3px solid #badcff;
  color: #666666;
  font-size:13px;
  line-height: 1.4;
  margin: 24px auto;
  padding: 10px 10px 8px;
  text-align: left;
  width: 760px;
}
p.footer_lead span {
  font-size: 15px;
  font-weight: bold;
}
#animation_box {
  margin: 60px 0 0 0;
  padding: 0;
}
#footer {
  display: block;
  overflow: hidden;
  letter-spacing: -0.03em;
  clear: both;
  width: 100%;
  margin: 20px auto 0px;
  padding: 0px;
  background: url("/responsive/image_cmn/footer_line.gif") repeat-x scroll center bottom transparent;
}
#footer #foot_graybox {
  background: #1a743a;
  clear: both;
  width: 100%;
  height: 44px;
  margin: 0px auto 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  position:relative;
}
#footer #foot_graybox .footer_width {
  position: relative;
  max-width: 1035px;
  width: calc( 1000 / 1035 * 100% );
  clear: both;
  margin: 0 auto;
  padding: 0;
}
/* ---------- プライバシーポリシー ---------- */

#footer #foot_graybox #foot_privacy a, #footer #foot_graybox #foot_social a {
  color: #000;
}
#footer #foot_graybox #foot_privacy a:hover, #footer #foot_graybox #foot_social a:hover {
  color: #777777;
}
/* ---------- ソーシャルメディアポリシー ---------- */

#footer #foot_graybox ul {
  display: flex;
  width:550px;
  margin:.7em auto 0;
}
#footer #foot_graybox li {
  color:#fff;
  margin-left:1em;
}
#footer #foot_graybox li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f138';
  font-weight: 900;
  padding-right:.5em;
}
#footer #foot_graybox li a{
  color:#fff!important;
}
#footer #foot_graybox li a:hover{
  color:#f8f406!important;
}


.footer_sponsor a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
@media screen and ( max-width: 736px ) {
  footer .footer_sponsor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: 3vw auto 2vw;
  }
  /*footer .footer_sponsor li {
    width: 48.4%;
  }
  footer .footer_sponsor li:not(:nth-last-child(-n+2)) {
    margin-bottom: 3vw;
  }*/
  footer .footer_sponsor a {
    display: block;
    background: #fff;
    text-align: center;
  }
  .footer_sponsor a img {
    height: 7.2vw;
  }
}
@media screen and ( min-width: 737px ) {
  .footer_sponsor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 770px;
    margin: 10px auto;
  }
}




/* ---------- pagetopボタン ---------- */
#footer #foot_graybox #foot_pagetop {
  position:absolute;
  width: 105px;
  height: 24px;
 top:0;
 right:0;
  padding: 0px;
  background: url(/responsive/image_cmn/btn_pagetop.gif) 0px 0px no-repeat;
  text-indent: -10000px;
}
#footer #foot_pagetop a {
  display: block;
  width: 105px;
  height: 24px;
}
#footer #foot_pagetop a:hover {
  background: url(/responsive/image_cmn/btn_pagetop_ov.gif) 0px 0px no-repeat;
}
/* ---------- 制作・運営 ---------- */
#footer p#manage {
  clear: both;
  line-height: 1.3em;
  margin: 0 auto 0;
  padding: 0.3em 0;
  text-align: center;
  max-width: 1035px;
  width: calc( 1000 / 1035 * 100% );
}
/* ---------- コピーライト ---------- */
#footer p#foot_copy {
  clear: both;
  display: block;
  min-height: 50px;
  line-height: 1.3em;
  height: 100%;
  margin: 0 auto 0.5em;
  padding: 0;
  text-align: center;
}

@media screen and ( max-width: 1000px ) {
  #footer p#manage,
  #footer p#foot_copy,
  #footer #foot_graybox #foot_privacy,
  #footer #foot_graybox #foot_social {
    font-size: 1.5vw;
  }
} 


/*---------------大会ダイジェスト----------------*/
.panel_digest {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.top_article_img {
  float: right;
  width: 150px;
  margin: 0px 0px 10px 10px;
  padding: 0px;
}
.top_article_img img {
  width: 150px;
}
.top_article_img2 {
  float: right;
  width: 230px;
  margin: 0px 0px 10px 10px;
  padding: 0px;
}
.top_article_img2 p.movie {
  margin: 10px 0 0 0;
  text-align: center;
}

.gai_kome {
  clear: both;
  margin: 0px;
  padding-top: 5px;
}
.l_15 {
  margin-left: 14px;
}
/*出場注目選手*/
#panel_chumoku {
  width: 490px;
  height: 60px;
  margin: 0px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/panel_chumoku.jpg) 0px 0px no-repeat;
  text-indent: -10000px;
}
#panel_chumoku a {
  display: block;
  width: 490px;
  height: 60px;
  background: url(/responsive/image_cmn/panel_chumoku.jpg) 0px 0px no-repeat;
}
#panel_chumoku a:hover {
  background: url(/responsive/image_cmn/panel_chumoku.jpg) 0px -60px no-repeat;
}
/*フォトギャラリー　大*/
#panel_photo {
  width: 510px;
  height: 60px;
  margin: 10px auto 10px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/panel_photo.jpg) 0px 0px no-repeat;
  text-indent: -10000px;
}
#panel_photo a {
  display: block;
  width: 510px;
  height: 60px;
}
#panel_photo a:hover {
  background: url(/responsive/image_cmn/panel_photo_ov.jpg) 0px 0px no-repeat;
}
/*フォトギャラリー　小（横に2こ）--------------------------*/
/*左*/
#w_photo {
  clear: both;
  width: 510px;
  margin: 0 0 10px 0;
}
#w_photo #panel_photo01 {
  float: left;
  width: 250px;
  height: 58px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  background: url(/responsive/image_cmn/panel_photo.jpg) 0px 0px no-repeat;
  text-indent: -10000px;
}
#w_photo #panel_photo01 a {
  display: block;
  width: 250px;
  height: 58px;
}
#w_photo #panel_photo01 a:hover {
  background: url(/responsive/image_cmn/panel_photo_ov.jpg) 0px 0px no-repeat;
}
/*右*/
#w_photo #panel_photo02 {
  float: left;
  width: 250px;
  height: 58px;
  margin: 10px 0px 10px 10px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_ishikawa.jpg) 0px 0px no-repeat;
  text-indent: -10000px;
}
#w_photo #panel_photo02 a {
  display: block;
  width: 250px;
  height: 58px;
}
#w_photo #panel_photo02 a:hover {
  background: url(/responsive/image_cmn/bnr_ishikawa_ov.jpg) 0px 0px no-repeat;
}
/*テレビ放送*/
h3#tv_hoso {
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 2px;
  background: #666666;
  color: #FFFFFF;
  font-size: 100%;
  text-align: center;
}
#tv_box {
  clear: both;
  overflow: hidden;
  margin: 0px auto 0px auto;
  padding: 2px;
  background: url(/responsive/image_cmn/gaiyou_tv_bg.gif) 0px 0px;
  font-size: 85%;
  font-weight: normal;
  text-align: center;
  background-color: #FFFF33;
}
#tv_box dl {
  clear: both;
  margin: 0px;
  padding: 0px;
}
#tv_box dt {
  display: block;
  clear: both;
  margin: 0px 0px 2px 0px;
  padding: 1px 0px 0px 0px;
  border: #cdcdcd solid 1px;
  background: #EEEEEE;
  font-weight: bold;
  text-align: left;
}
#tv_box dt.lastlink {
  line-height: normal;
  clear: both;
  border: none;
  margin: 0px 0px 5px 7px;
  padding: 0px 0px 0px 0px;
  background: none;
  font-weight: normal;
  font-size: 120%;
  text-align: right;
}
#tv_box .textalign {
  margin: 0px 0px 0px 7px;
}
#tv_box dd {
  width: 506px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#tv_box ul {
  clear: both;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}
#tv_box li {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 13px;
  background: url(/image_cmn/mark_square.gif) 0px 2px no-repeat;
  text-align: left;
}
#tv_box li.tv_biwako {
  margin: 0px 55px 0px 0px;
}
#tv_box li.tv_mie {
  margin: 0px 0px 5px 0px;
}
#tv_box ul.tv_keiretu {
  width: 470px;
  margin: 0px 0px 2px 0px;
}
#tv_box .tv_keiretu li {
  float: left;
  margin: 0px;
  padding: 0px 12px 0px 0px;
  background: url(/responsive/image_cmn/mark_slash.gif) right 1px no-repeat;
  text-align: left;
}
#tv_box .tv_l {
  clear: both;
  width: 470px;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 13px;
  background: url(/image_cmn/mark_square.gif) 0px 2px no-repeat;
  text-align: left;
}
#tv_box .tv_keiretu li.tv_keiretu_last {
  padding: 0px;
  background: none;
}
/*大会ダイジェストパネル*/
#pnl_digest {
  clear: both;
  width: 510px;
  height: 120px;
  margin: 0px 10px 10px 10px;
  padding: 0px;
  background: url(/responsive/image_cmn/digest2011_img_ov.jpg) 0px 0px no-repeat;
}
#pnl_digest a {
  display: block;
  width: 510px;
  height: 120px;
}
#pnl_digest a:hover {
  background: transparent;
}
#pnl_digest a:hover img {
  visibility: hidden;
}
/*大会ダイジェスト*/
#digest_box {
  position: relative;
  clear: both;
  width: 510px;
  height: 160px;
  margin: 0px 10px 10px 10px;
  padding: 0px;
  background: url(/responsive/image_cmn/digest_img0417.jpg) 0px 0px no-repeat;
}
#digest_box p {
  float: left;
  width: 323px;
  height: 141px;
  margin: 0px;
  padding: 0px;
  /*background:url(/responsive/image_cmn/digest_title.jpg) 0px 0px no-repeat;*/
  text-indent: -10000px;
}
#digest_box img {
  float: left;
  width: 183px;
  height: 141px;
  margin: 0px;
  padding: 0px;
}
#digest_box ul#digest_btn_box {
  position: absolute;
  top: 134px;
  left: 8px;
  width: 320px;
  height: 36px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}
#digest_box li {
  float: left;
  width: 156px;
  height: 36px;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  text-indent: -10000px;
}
#digest_box li a {
  display: block;
  width: 156px;
  height: 36px;
}
#digest_box li#digest_btn_movie {
  background: url(/responsive/image_cmn/digest_btn_movie.gif) 0px 0px no-repeat;
}
#digest_box li#digest_btn_movie a:hover {
  background: url(/responsive/image_cmn/digest_btn_movie_ov.gif) 0px 0px no-repeat;
}
#digest_box li#digest_btn_report {
  margin: 0px;
  background: url(/responsive/image_cmn/digest_btn_report.gif) 0px 0px no-repeat;
}
#digest_box li#digest_btn_report a:hover {
  background: url(/responsive/image_cmn/digest_btn_report_ov.gif) 0px 0px no-repeat;
}
/*満員御礼*/
.panel_manin {
  width: 510px;
  clear: both;
  margin: 0px 10px 20px;
  padding: 10px 0px 0px;
  background: url(/responsive/image_cmn/result_banner_ov.jpg) 0px 10px no-repeat;
  border-top: #999999 solid 1px;
}
.panel_manin a {
  display: block;
  width: 510px;
  height: 159px;
}
.panel_manin a:hover {
  background: transparent;
}
.panel_manin a:hover img {
  visibility: hidden;
}
/*前回大会最終スコア*/
.bnr_score {
  clear: both;
  width: 510px;
  height: 50px;
  margin: 10px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_score_ov.gif) 0px 0px no-repeat;
}
.bnr_score a {
  display: block;
  width: 510px;
  height: 50px;
}
.bnr_score a:hover {
  background: transparent;
}
.bnr_score a:hover img {
  visibility: hidden;
}
/* ---------------------------- コンテンツ部分 ---------------------------- */
#content_705 {
  float: left;
  width: 705px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
/* ---------- ナビゲーション ---------- */
#navi_box {
  clear: both;
  margin: 20px 0px 20px 0px;
  padding: 0px 1px 0px 0px;
  letter-spacing: normal;
  text-align: left;
}
#navi_box ul {
  /*height: 29px;*/
  background: url(/responsive/image_cmn/navi_bg.gif) right top no-repeat;
}

#navi_box li {
  float: left;
  width: 136px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: url(/responsive/image_cmn/navi_btn_ov.gif) no-repeat 0 0;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

#navi_box li a {
  display: block;
  width: 136px;
  height: 40px;
  background:url(/responsive/image_cmn/navi_btn.gif) no-repeat 0 0;
  color: #000;
  text-decoration: none;
}

#navi_box li.mid {
  width:200px;
  background:url(/responsive/image_cmn/navi_btn_m_ov.gif) no-repeat 0 0;
}

#navi_box li.mid a {
  width:200px;
  background:url(/responsive/image_cmn/navi_btn_m.gif) no-repeat 0 0;
}

#navi_box li.long {
  width:230px;
  background:url(/responsive/image_cmn/navi_btn_l_ov.gif) no-repeat 0 0;
}

#navi_box li.long a {
  width:230px;
  background:url(/responsive/image_cmn/navi_btn_l.gif) no-repeat 0 0;
}

#navi_box li.w_105 {
  width: 105px;
  background: url(/responsive/image_cmn/nave_btn_105_ac.gif) 0px 0px no-repeat;
}
#navi_box li.w_176 {
  width: 176px;
  background: url(/responsive/image_cmn/nave_btn_176_ac.gif) 0px 0px no-repeat;
}

#navi_box li.w_176 a {
  display: block;
  width: 176px;
  height: 25px;
  background: url(/responsive/image_cmn/nave_btn_176.gif) 0px 0px no-repeat;
}
#navi_box li a:hover {
  color: #999999;
}
#navi_box .navi_text {
  display: block;
  /*padding: 5px 0px 0px 0px;*/
  padding: 8px 0px 0px 0px;
}
#navi_box .navi_text2 {
  display: block;
  padding: 5px 0px 0px 0px;
  letter-spacing: -1px;
}

/* ---------- 動画リンク ---------- */
.movie_media_icon {
  float: left;
  width: 17px;
  height: 17px;
  margin: 0px;
  padding: 3px 0 0 0;
}
.movie_media_link {
  float: left;
  margin: 0px;
  padding: 1px 0px 0px 3px;
}
/* ---------- プライバシーポリシーリンク ---------- */
.privacy_link {
  margin: 0px auto 0px auto;
  padding: 10px;
  border: #999999 solid 1px;
  background: #EEEEEE;
}
/* ---------- イメージBOX ---------- */
.img_box {
  margin: 0px;
  padding: 0px;
}
.img_box .img_text {
  clear: both;
  margin: 0px;
  padding: 5px 4px;
  background: #FFCCCC;
  font-size: 14px;
  text-align: center;
  line-height: 120%;
  letter-spacing: normal;
}
.img_box .img_text2 {
  clear: both;
  margin: 0px;
  padding: 5px;
  background: #FFCCCC;
  /*font-size: 80%;*/
  font-size:14px;
  text-align: left;
  line-height: 120%;
}
/* ---------- イメージを拡大して見る ---------- */
.img_enlarge_box {
  clear: both;
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  letter-spacing: normal;
}
a .img_enlarge_box .img_enlarge {
  padding: 0px 0px 0px 17px;
  color: #DB2F74;
  background: url(/image_cmn/arrow_pk.gif) left center no-repeat;
}
a:hover .img_enlarge_box .img_enlarge {
  color: #E25990;
  background: url(/image_cmn/arrow_pk_ov.gif) left center no-repeat;
}

@media screen and (max-device-width: 1024px) {
  a .img_enlarge_box .img_enlarge {
  padding: 0px 0px 0px 17px;
  color: #DB2F74;
  background: url(/image_cmn/arrow_pk.gif) 0px 2px no-repeat;
}
a:hover .img_enlarge_box .img_enlarge {
  color: #E25990;
  background: url(/image_cmn/arrow_pk_ov.gif) 0px 2px no-repeat;
}
  }

/* ---------- BOX ---------- */
.box1 {
  overflow: hidden;
  clear: both;
  margin: 0px 10px 30px;
  padding: 0px;
  zoom: 1;
}
.box2 {
  overflow: hidden;
  clear: both;
  margin: 0px 10px 0px;
  padding: 0px;
  zoom: 1;
}
.box3 {
  overflow: hidden;
  clear: both;
  margin: 0px 0px 20px;
  padding: 0px;
  zoom: 1;
}
.box4 {
  overflow: hidden;
  clear: both;
  margin: 0px;
  padding: 0px;
  zoom: 1;
}
.box5 {
  overflow: hidden;
  clear: both;
  margin: 10px 0px 0px;
  padding: 0px;
  zoom: 1;
}
.box6 {
  overflow: hidden;
  clear: both;
  margin: 0px 10px 10px;
  padding: 0px;
  zoom: 1;
}
.box7 {
  overflow: hidden;
  clear: both;
  margin: 0px 10px 15px;
  padding: 0px;
  zoom: 1;
}
.box8 {
  overflow: hidden;
  clear: both;
  margin: 0px 10px 20px;
  padding: 0px;
  zoom: 1;
}
.box9 {
  overflow: hidden;
  clear: both;
  margin: 10px 10px 0;
  padding: 0px;
  zoom: 1;
}
/*BOX 2分割*/
.box_2bun_left {
  float: left;
  margin: 0px;
  padding: 0px;
}
.box_2bun_right {
  float: right;
  margin: 0px;
  padding: 0px;
}
/* ---------- BOX 幅530px ---------- */
.box_530 {
  clear: both;
  width: 510px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
/*右側にイメージ*/
.box_530 .img530_right {
  float: right;
  width: 200px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.box_530 .text530_left1 {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.box_530 .text530_left2 {
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
/*左側にイメージ*/
.box_530 .img530_left {
  float: left;
  width: 200px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.box_530 .text530_right1 {
  float: right;
  width: 300px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.box_530 .text530_right2 {
  float: right;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
/*BOX 2分割*/
.box_530 .box530_2bun_left {
  float: left;
  width: 250px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.box_530 .box530_2bun_right {
  float: right;
  width: 250px;
  margin: 0px;
  padding: 0px;
}
/*2分割リスト*/
.box_530_2bun {
  clear: both;
  width: 510px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
.box_530_2bun ul {
  clear: both;
  width: 510px;
  margin: 0px;
  padding: 0px;
}
.box_530_2bun li {
  float: left;
  width: 250px;
  margin: 0px 10px 15px 0px;
  padding: 0px;
}
.box_530_2bun li.li_530_2bun_right {
  margin: 0px 0px 15px 0px;
}
.box_530_2bun li.li_530_2bun_last {
  margin: 0px 10px 0px 0px;
}
.box_530_2bun li.li_530_2bun_last_right {
  margin: 0px;
}
/* ---------- BOX 幅510px ---------- */
.box_510 {
  clear: both;
  width: 490px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
/*右側にイメージ*/
.box_510 .img510_right {
  float: right;
  width: 200px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.box_510 .text510_left1 {
  float: left;
  width: 280px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.box_510 .text510_left2 {
  float: left;
  width: 280px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
/* ---------- BOX 幅705px ---------- */
.box_705 {
  clear: both;
  width: 689px;
  margin: 0px auto 0px;
  padding: 0px;
  overflow: hidden;
}
/*右側にイメージ*/
.img705_right {
  float: right;
  width: 200px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.img705_right2 {
  float: right;
  width: 300px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.text705_left1 {
  float: left;
  width: 445px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.text705_left2 {
  float: left;
  width: 445px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
.text705_left3 {
  float: left;
  width: 345px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
/*BOX 2分割*/
.box_705 .box705_2bun_left {
  float: left;
  width: 337px;
  margin: 0px 1px;
  padding: 0px;
}
.box_705 .box705_2bun_right {
  float: right;
  width: 337px;
  margin: 0px 1px;
  padding: 0px;
}
/*2分割リスト*/
.box_705_2bun {
  clear: both;
  width: 685px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
.box_705_2bun ul {
  clear: both;
  width: 685px;
  margin: 0px;
  padding: 0px;
}
.box_705_2bun li {
  float: left;
  width: 337px;
  margin: 0px 11px 15px 0px;
  padding: 0px;
}
.box_705_2bun li.li_705_2bun_right {
  margin: 0px 0px 15px 0px;
}
.box_705_2bun li.li_705_2bun_last {
  margin: 0px 11px 0px 0px;
}
.box_705_2bun li.li_705_2bun_last_right {
  margin: 0px;
}
/* ----- h3・h4の下 ----- */
.box_665 {
  clear: both;
  width: 665px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
/*右側にイメージ*/
.box_665 .img665_right {
  float: right;
  width: 260px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.box_665 .text665_left1 {
  float: left;
  width: 395px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.box_665 .text665_left2 {
  float: left;
  width: 395px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
/*2分割*/
.box_665 .box665_2bun_left {
  float: left;
  width: 327px;
  margin: 0px 11px 0px 0px;
  padding: 0px;
}
.box_665 .box665_2bun_right {
  float: left;
  width: 327px;
  margin: 0px;
  padding: 0px;
}
/*2分割リスト*/
.box_665_2bun {
  clear: both;
  width: 665px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
.box_665_2bun ul {
  clear: both;
  width: 665px;
  margin: 0px;
  padding: 0px;
}
.box_665_2bun li {
  float: left;
  width: 327px;
  margin: 0px 11px 15px 0px;
  padding: 0px;
}
.box_665_2bun li.li_665_2bun_right {
  margin: 0px 0px 15px 0px;
}
.box_665_2bun li.li_665_2bun_last {
  margin: 0px 11px 0px 0px;
}
.box_665_2bun li.li_665_2bun_last_right {
  margin: 0px;
}
/*3分割リスト*/
.box_665_3bun {
  clear: both;
  width: 665px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
.box_665_3bun ul {
  clear: both;
  width: 665px;
  margin: 0px;
  padding: 0px;
}
.box_665_3bun li {
  float: left;
  width: 215px;
  margin: 0px 10px 15px 0px;
  padding: 0px;
}
.box_665_3bun li.li_665_3bun_right {
  margin: 0px 0px 15px 0px;
}
.box_665_3bun li.li_665_3bun_last {
  margin: 0px 10px 0px 0px;
}
.box_665_3bun li.li_665_3bun_last_right {
  margin: 0px;
}

#h50 {height:50px;}

/*4分割リスト*/
.box_665_4bun {
  clear: both;
  width: 665px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
.box_665_4bun ul {
  clear: both;
  width: 665px;
  margin: 0px;
  padding: 0px;
}
.box_665_4bun li {
  float: left;
  width: 149px;
  margin: 0px 23px 15px 0px;
  padding: 0px;
}
.box_665_4bun li.li_665_4bun_right {
  margin: 0px 0px 15px 0px;
}
.box_665_4bun li.li_665_4bun_last {
  margin: 0px 23px 0px 0px;
}
.box_665_4bun li.li_665_4bun_last_right {
  margin: 0px;
}
/* ----- ページ下バナー ----- */
/* 大会フォトギャラリー バナー*/
.bnr_photo {
  width: 685px;
  height: 80px;
  margin: 25px auto 15px;
  padding: 0px;
}
/* 石川遼選手特集 バナー*/
.bnr_ishikawa_b {
  clear: both;
  width: 630px;
  height: 80px;
  margin: 0 auto 15px;
  padding: 0px;
}
/* ---------- 問合せBOX ---------- */
#toiawase_box {
  clear: both;
  margin: 0px 30px;
  padding: 0px 0px 10px 0px;
  border: #000 solid 2px;
  background: #fff;
}
#toiawase_box h2 {
  margin: 0;
  padding: 0;
  line-height:36px;
    height:36px;
  background: #0066cc;
  text-align: center;
}
#toiawase_box h3 {
  margin: 10px 0px;
  padding: 0px 10px 8px 40px;
  background: none;
  font-size: 120%;
  border-bottom: #000 solid 1px;
}
#toiawase_box #data_box {
  margin: 0px 10px 0 40px;
  padding: 0px;
}
#toiawase_box #data_box p {
  margin: 0px;
  text-align: left;
}
#toiawase_box #data_box.tado_zip {
  display: block;
  width: 98%;
  margin: 0px;
  padding: 0px;
}
#toiawase_box #data_box dl {
  margin: 0px;
  padding: 0px;
}
#toiawase_box #data_box dt {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#toiawase_box #data_box dd {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  text-align: left;
}
/* ---------- テーブル ---------- */
table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
th {
  margin: 0px;
  padding: 8px;
  border: #444444 solid 1px;
  background: #50a4e4;
  color: #FFFFFF;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: normal;
}
th.th_text_top {
  vertical-align: top;
}
td {
  margin: 0px;
  padding: 8px;
  border: #444444 solid 1px;
  background: #FFFFFF;
  text-align: left;
  letter-spacing: normal;
}
td.td_center {
  text-align: center;
}
td.td_right {
  text-align: right;
}
/* ---------- ※リスト ---------- */
.komelist_box {
  clear: both;
  margin: 0px;
  padding: 0px;
}
.komelist_box ul {
  margin: 0px;
  padding: 0px;
}
.komelist_box li {
  margin: 0px;
  padding: 0px 0px 0px 14px;
  background: url(/responsive/image_cmn/mark_kome.gif) 0px 4px no-repeat;
  text-align: left;
}
.komelist2_box {
  clear: both;
  margin: 0px;
  padding: 0px;
}
.komelist2_box ul {
  margin: 0px;
  padding: 0px;
}
.komelist2_box li {
  margin: 0 0 5px 0;
  padding: 0px 0px 0px 12px;
  background: url(/responsive/image_cmn/mark_kome2.gif) 0px 3px no-repeat;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
/* ---------- ・リスト (今のとこ川柳と優勝者予想クイズで使用)---------- */
.dotlist_box {
  margin: 0px;
  padding: 0px;
}
.dotlist_box ul {
  margin: 0px;
  padding: 0px;
}
.dotlist_box li {
  margin: 3px 0 12px;
  padding: 0px 0px 0px 9px;
  background: url(/responsive/image_cmn/mark_dot.gif) 3px 11px no-repeat;
  text-align: left;
  line-height:1.6;
}
/* ---------- 数字リスト ---------- */
.num_box {
  margin: 0px;
  padding: 0px;
}
.num_box ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.num_box li {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.num_box li.num_01 {
  background: url(/responsive/image_cmn/ol_num01.gif) 0px 3px no-repeat;
}
.num_box li.num_02 {
  background: url(/responsive/image_cmn/ol_num02.gif) 0px 3px no-repeat;
}
.num_box li.num_03 {
  background: url(/responsive/image_cmn/ol_num03.gif) 0px 3px no-repeat;
}
.num_box li.num_04 {
  background: url(/responsive/image_cmn/ol_num04.gif) 0px 3px no-repeat;
}
.num_box li.num_05 {
  background: url(/responsive/image_cmn/ol_num05.gif) 0px 3px no-repeat;
}
.num_box li.num_06 {
  background: url(/responsive/image_cmn/ol_num06.gif) 0px 3px no-repeat;
}
.num_box li.num_07 {
  background: url(/responsive/image_cmn/ol_num07.gif) 0px 3px no-repeat;
}
.num_box li.num_08 {
  background: url(/responsive/image_cmn/ol_num08.gif) 0px 3px no-repeat;
}
.num_box li.num_09 {
  background: url(/responsive/image_cmn/ol_num09.gif) 0px 3px no-repeat;
}
.num_box li.num_10 {
  background: url(/responsive/image_cmn/ol_num10.gif) 0px 3px no-repeat;
}
.num_box li.num_11 {
  background: url(/responsive/image_cmn/ol_num11.gif) 0px 3px no-repeat;
}
.num_box li.num_12 {
  background: url(/responsive/image_cmn/ol_num12.gif) 0px 3px no-repeat;
}
.num_box li.num_13 {
  background: url(/responsive/image_cmn/ol_num13.gif) 0px 3px no-repeat;
}
.num_box li.num_14 {
  background: url(/responsive/image_cmn/ol_num14.gif) 0px 3px no-repeat;
}
.num_box li.num_15 {
  background: url(/responsive/image_cmn/ol_num15.gif) 0px 3px no-repeat;
}
.num_box li.num_16 {
  background: url(/responsive/image_cmn/ol_num16.gif) 0px 3px no-repeat;
}
.num_box li.num_17 {
  background: url(/responsive/image_cmn/ol_num17.gif) 0px 3px no-repeat;
}
.num_box li.num_18 {
  background: url(/responsive/image_cmn/ol_num18.gif) 0px 3px no-repeat;
}
.num_box li.num_19 {
  background: url(/responsive/image_cmn/ol_num19.gif) 0px 3px no-repeat;
}
.num_box li.num_20 {
  background: url(/responsive/image_cmn/ol_num20.gif) 0px 3px no-repeat;
}
/* ---------- スラッシュリスト ---------- */
.slashlist_box {
  margin: 0px;
  padding: 0px;
}
.slashlist_box ul {
  margin: 0px;
  padding: 0px;
}
.slashlist_box li {
  float: left;
  margin: 0px 0px 0px 2px;
  padding: 0px 12px 0px 0px;
  background: url(/responsive/image_cmn/mark_slash.gif) right 5px no-repeat;
}
.slashlist_box li.slashlist_first {
  margin: 0px;
}
.slashlist_box li.slashlist_last {
  padding: 0px;
  background: none;
}
.slashlist_box li.slashlist_first_last {
  margin: 0px;
  padding: 0px;
  background: none;
}
/*---投稿する送信するなどのボタン---*/

/*大きいimgボタン
上にスペース空ない*/
.submit_big_btn {
  display: block;
  clear: both;
  margin: 0px auto;
  padding: 0px;
}
/*大きいimgボタン
上にスペース空ける*/
.submit_big_btn_sp {
  display: block;
  clear: both;
  margin: 25px auto 0px auto;
  padding: 0px;
}
/*---------- 戻るボタン ----------*/
.submit_big_btn_back a {
  display: block;
  width: 140px;
  height: 42px;
  margin: 0 auto;
  padding: 0;
  /*text-indent: -9999px;
  background: url(/responsive/image_cmn/btn_back.gif) no-repeat 0 0;*/
}
.submit_big_btn_back a:hover {
  background: url(/responsive/image_cmn/btn_back_ov.gif) no-repeat 0 0;
}
/* ---------- 大きいボタン ---------- */
#big_btn_box {
  clear: both;
  margin: 0px auto 0px auto;
  padding: 30px 0px 0px 0px;
}
/*応募する*/
#big_btn_box .btn_oubo {
  clear: both;
  width: 170px;
  height: 52px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/btn_oubo.gif) 0px 0px no-repeat;
  text-indent: -10000px;
}
#big_btn_box .btn_oubo a {
  display: block;
  width: 170px;
  height: 52px;
}
#big_btn_box .btn_oubo a:hover {
  background: url(/responsive/image_cmn/btn_oubo_ov.gif) 0px 0px no-repeat;
}
/*購入する*/
#big_btn_box .btn_buy {
  clear: both;
  width: 170px;
  height: 52px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/btn_buy.gif) 0px 0px no-repeat;
  text-indent: -9999px;
}
#big_btn_box .btn_buy a {
  display: block;
  width: 170px;
  height: 52px;
}
#big_btn_box .btn_buy a:hover {
  background: url(/responsive/image_cmn/btn_buy_ov.gif) 0px 0px no-repeat;
}
/*お申込み*/
#big_btn_box .btn_moushikomi {
  clear: both;
  width: 170px;
  height: 52px;
  margin: 0 auto 10px auto;
  padding: 0px;
  background: url(/responsive/image_cmn/btn_moushikomi.gif) 0px 0px no-repeat;
  text-indent: -10000px;
}
#big_btn_box .btn_moushikomi a {
  display: block;
  width: 170px;
  height: 52px;
}
#big_btn_box .btn_moushikomi a:hover {
  background: url(/responsive/image_cmn/btn_moushikomi_ov.gif) 0px 0px no-repeat;
}


/* ---------- 問合せ ---------- */
.btn_inquiry {
  clear: both;
  width: 207px;
  height: 36px;
  margin: 10px auto 0px;
  padding: 0;
  background: url(/responsive/image_cmn/btn_inquiry.gif) no-repeat 0 0;
  text-indent: -9999px;
}
.btn_inquiry a {
  display: block;
  width: 207px;
  height: 36px;
}
.btn_inquiry a:hover {
  background: url(/responsive/image_cmn/btn_inquiry.gif) no-repeat 0 -36px;
}
/* ---------------------------- ポップアップウィンドウ ---------------------------- */
body#popup {
  background: none;
}
/* ---------- ヘッダー ---------- */
#p_header_box {
  width: 100%;
  height: 87px;
  margin: 0px;
  padding: 0px;
  background: url(/responsive/image_cmn/p_title_bg.gif) 0px 0px repeat-x;
}
#p_header {
  float: left;
  width: 477px;
  height: 87px;
  margin: 0px;
  padding: 0px;
  /*background: url(/responsive/image_cmn/p_title.gif) 0px 0px no-repeat;
  text-indent: -10000px;*/
}
/* ---------- コンテンツ部分 ---------- */
#content_popup {
  width: 596px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
/* ---------- タイトル h1 ---------- */
/*タイトルバーありの場合（フォームとか）*/
#content_popup h1 {
  clear: both;
  height: 71px;
  margin: 0px auto 6px auto;
  padding: 0px;
}
/*タイトルバーなしの場合（トピックスとか）*/
#content_popup h1#popup_title {
  clear: both;
  height: auto;
  margin: 0px auto 10px auto;
  padding: 10px;
  background: #002147;
  color: #FFFFFF;
  font-size: 130%;
  text-align: left;
  text-indent: 0px;
}
/*イメージのみの場合*/
h1#img_popup {
  display: none;
}
/* 個人情報 プライバシー・ポリシー */


/* ---------- タイトル h2 ---------- */
h2.popup_h2 {
  clear: both;
  margin: 0px auto 6px auto;
  padding: 4px 10px 10px 13px;
  color: #FFFFFF;
  font-size: 110%;
  text-align: left;
  background: url(/responsive/image_cmn/h2_bg_596.gif) 0px 0px no-repeat;
}
/* ---------- イメージ拡大 ---------- */
#kakudai_img_box {
  margin: 20px auto 0px auto;
  padding: 0px;
}
/* ---------- コピーライト ---------- */
#p_copy {
  clear: both;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  border-top: #0072CA solid 3px;
  background: url(/responsive/image_cmn/p_copy_bg.gif) 0px 0px repeat-x;
}
/* ---------- フッター ---------- */
#p_footer {
  clear: both;
  width: 100%;
  height: 26px;
  margin: 0px;
  padding: 23px 0px 0px 0px;
  background: url(/responsive/image_cmn/p_footer_bg.gif) 0px bottom repeat-x;
}
#p_footer2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 26px;
  margin: 20px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  background: url(/responsive/image_cmn/p_footer_bg.gif) 0px 0px repeat-x;
}
/* ---------- 閉じるボタン ---------- */
#p_btn_close {
  width: 92px;
  height: 26px;
  margin: 0px auto 0px auto;
  padding: 0px;
}

/* ---------- 現地追加 ---------- */

.top_img_box {
  width: 530px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.top_img_box img {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.top_img_box .img_text {
  clear: both;
  margin: 0px;
  padding: 5px;
  background: #D6EBFF;
  font-size: 100%;
  text-align: center;
  line-height: 110%;
  letter-spacing: normal;
}
#cation {
  clear: both;
  margin: 5px auto 5px auto;
  padding: 2px;
  border: #CB0000 double 3px;
  color: #CB0000;
  letter-spacing: normal;
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
}
#cation2 {
  clear: both;
  margin: 0px auto 5px auto;
  padding: 0px;
  border: #999999 double 3px;
  color: #CB0000;
  letter-spacing: normal;
  font-size: 100%;
  line-height: 120%;
}
#cation3 {
  text-align: left;
  clear: both;
  margin: 0px auto 5px auto;
  padding: 2px 3px 2px 3px;
  border: #CB0000 double 3px;
  letter-spacing: normal;
  font-size: 100%;
  line-height: 120%;
}
/* ---------- 無料ギャラリーバス ---------- */

#top_bus {
  margin: 0px auto 10px auto;
  padding: 10px;
  border: #ffae00 solid 1px;
  background: #fff5c0 url(/image_cmn/bus_bg.gif) 0px 0px;
  font-size: 120%;
  line-height: 140%;
  font-weight: bold;
  text-align: left;
}
/* ---------- 満員御礼プレゼントバナー ---------- */
#bunner_manin {
  display: block;
  width: 530px;
  height: 130px;
  margin: 0 auto 5px auto;
  padding: 0;
}
/* ---------- 賞金についてのコメント ---------- */
.syoukin {
  background-color: #DCE8F3;
  border: 1px #FFFFFF solid;
  padding: 5px;
}
.syoukin_out {
  clear: both;
  border: 1px #6699CC solid;
  margin: 10px 0 0 0;
}
/*ギャラリーの皆様へのお願い*/
.onegai {
  text-align: center;
  background-color: #DCE8F3;
  border: 1px #FFFFFF solid;
  padding: 5px;
}
/* ---------- 緊急告知用CSS ---------- */
.kinkyu_kokuti {
  padding: 10px;
  margin: 0 10px 10px 10px;
  width: 490px;
  background-color: #FFBFDF;
  border: solid 1px #CC0066;
}
.kinkyu_kokuti p.red {
  color: #BF0060;
  font-weight: bold;
}
.kinkyu_kokuti p.bl {
  color: #333333;
  font-weight: nomal;
}
/* テレビ放送PR */
div.pr_tv {
  width: 510px;
  height: 48px;
  display: block;
  margin: 0 auto 20px auto;
}
div.pr_tv a {
  width: 510px;
  height: 48px;
  background: url(/responsive/image_cmn/bnr_tv.jpg) 0 0 no-repeat;
  text-indent: -9999px;
  display: block
}
div.pr_tv a:hover {
  background: url(/responsive/image_cmn/bnr_tv.jpg) 0 -48px no-repeat;
}
/* 東日本大震災チャリティゴルフトーナメント */
.bnr_charity {
  width: 510px;
  height: 120px;
  margin: 0 auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_charity_ov.jpg) 0 0 no-repeat;
}
.bnr_charity a {
  display: block;
  width: 510px;
  height: 120px;
}
.bnr_charity a:hover {
  background: transparent;
}
.bnr_charity a:hover img {
  visibility: hidden;
}
/* 東日本大震災口座開設 */
.bnr_kouza {
  width: 510px;
  height: 86px;
  margin: -10px auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_kouza_ov.gif) 0 0 no-repeat;
}
.bnr_kouza a {
  display: block;
  width: 510px;
  height: 86px;
}
.bnr_kouza a:hover {
  background: transparent;
}
.bnr_kouza a:hover img {
  visibility: hidden;
}
/* 応援川柳 */
.bnr_senryu {
  width: 510px;
  height: 60px;
  margin: 0 auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_senryu_ov.jpg) 0 0 no-repeat;
}
.bnr_senryu a {
  display: block;
  width: 510px;
  height: 60px;
}
.bnr_senryu a:hover {
  background: transparent;
}
.bnr_senryu a:hover img {
  visibility: hidden;
}
/* 満員御礼オリジナルQUOカード */
.bnr_quo {
  width: 510px;
  height: 60px;
  margin: 0 auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_quo_ov.jpg) 0 0 no-repeat;
}
.bnr_quo a {
  display: block;
  width: 510px;
  height: 60px;
}
.bnr_quo a:hover {
  background: transparent;
}
.bnr_quo a:hover img {
  visibility: hidden;
}
/* 優勝者予想クイズ */
.bnr_pre_quiz {
  width: 510px;
  height: 60px;
  margin: 0 auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_quiz2012_ov.jpg) 0 0 no-repeat;
}
.bnr_pre_quiz a {
  display: block;
  width: 510px;
  height: 60px;
}
.bnr_pre_quiz a:hover {
  background: transparent;
}
.bnr_pre_quiz a:hover img {
  visibility: hidden;
}
/* 選手応援メール */
.bnr_ouenmail {
  width: 510px;
  height: 60px;
  margin: 0 auto 15px;
  padding: 0px;
  background: url(/responsive/image_cmn/bnr_ouenmail_ov.jpg) 0 0 no-repeat;
}
.bnr_ouenmail a {
  display: block;
  width: 510px;
  height: 60px;
}
.bnr_ouenmail a:hover {
  background: transparent;
}
.bnr_ouenmail a:hover img {
  visibility: hidden;
}


/* 交通アクセス */
a.top_movie {
  height: 190px;
  width: 140px;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -170px 0 0 0;
  text-indent: -9999px;
  background: url(/responsive/image_cmn/access.jpg) no-repeat right 10px;
}
/*IE6用ハック*/
* html a.top_movie {
  height: 190px;
  width: 140px;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -150px 0 0 0;
  text-indent: -9999px;
}
/*IE7用ハック*/
*:first-child+html a.top_movie {
  height: 190px;
  width: 140px;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -150px 0 0 0;
  text-indent: -9999px;
}
/*決勝ラウンドレポート*/
.link_icon {
  margin: 0px;
  padding: 3px 0px 0px 22px;
  background: url(/image_cmn/arrow_or.gif) 37px 4px no-repeat;
  text-align: center;
  display: block;
}
/*お知らせ*/
div.announce {
  width: 543px;
  margin: 0 10px 15px 10px;
}
div.announce p {
  font-weight: bold;
  font-size: 120%;
  margin: 0 0;
  text-align: left;
  color: #F00;
}

/* フォントサイズ調整 */
p{
  font-size:16px;
  line-height:1.4;
}

li{
  font-size:16px;
  line-height:1.4;
}

dl{
  font-size:16px;
  line-height:1.4;
}

tr{
  font-size:16px;
}

.font_14{
  font-size:14px;
}

.font_15{
  font-size:15px;
}

.font_16{
  font-size:16px;
}

.bold {
  font-weight:bold;
}


/*　margin、padding汎用スタイル-----------------*/

.m10 {
  margin: 10px !important;
}
.m20 {
  margin: 20px !important;
}
.m30 {
  margin: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.p10 {
  padding: 10px !important;
}
.p20 {
  padding: 20px !important;
}
.p30 {
  padding: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}

/* ---------------------------------
　　動画枠非表示対応(TVCM確定後削除)
---------------------------------- */

#side_area #side_animation_box{
  background:none;
  margin-top:0;
  padding-top:0;
}

/* ----------------------------------------------------------------------------------------------------------------------
 多度温泉のみどころ > SNS公式アカウント
 ========================================================================================================================
 #sns_box
---------------------------------------------------------------------------------------------------------------------- */
#sns_box {
  display:block;
  margin:0 auto; /* mb15*/
  width:100%;
}
#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 {
  box-sizing: border-box;
  overflow:hidden;
  border:2px solid #0a72c3;
  width: 100%;
  padding:0;
  margin: 0px auto 20px;
}
#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-color:#358cd0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358cd0), color-stop(100%, #1f7ec7));
  background-image: -moz-linear-gradient(top, #358cd0, #1f7ec7);
  background-image: linear-gradient(top, #358cd0, #1f7ec7);
  font-weight:bold;
  line-height:1;
  behavior: url(/css/PIE.htc);
}
#sns_link_box dd {
  margin:0px;
  }
#sns_link_box #sns_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc( 250 / 300 * 100% );
  margin: 0.5em auto 0;
  padding: 2px 0 12px 0;
  text-align:center;
}

#sns_link_box #sns_list li {
  /*float:left;*/
  padding:0 0 0 0;
  margin: 0 0 0 1em;
  width: calc( 55 / 250 * 100% );
}

#sns_link_box #sns_list li:first-child,
#sns_link_box #sns_list li:nth-child(4) {
  margin-left: 0;
}

#sns_link_box #sns_list li:nth-child(n+4) {
  margin-top: 0.7em;
}


#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;
}

@media screen and (max-width: 1000px) {
  #sns_link_box #lnk_sns_cont {
    font-size: 1.5vw;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------
 多度温泉のみどころ > SNSコンテンツ紹介バナー
 ========================================================================================================================
 #sns_box > .official_tools_box
---------------------------------------------------------------------------------------------------------------------- */
 .official_tools_box {
  width:calc( 240 / 300 * 100% );
  margin:0 auto;
  vertical-align:bottom;
}
.official_tools_box li {
  margin-bottom:15px;
  text-align:center;
}

.official_tools_box li:last-child{
  margin-bottom:0;
}

.official_tools_box li figure {
  margin:0;
}

.official_tools_box li figure a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.mb0 { margin-bottom:0 !important;}

/* ----------------------------------------------------------------------------------------------------------------------
 多度温泉のみどころ > このサイトを友達に教える
 ========================================================================================================================
 #sns_box
---------------------------------------------------------------------------------------------------------------------- */
.share_box {
  margin: 25px auto 5px;
  overflow: hidden;
  zoom:1;
}

.share_box dt img {
  display:block;
}
.share_box dd {
  padding:10px 5px 0;
}

.share_box dd ul {
  overflow:hidden; zoom:1;
}

.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;
}
.share_box dd ul li span.line_bg {
  display:block;
  background:url(/image_cmn/btn_line_gr.png) no-repeat 0 0;
  background-size:100% auto;
  width:82px;
  height:20px;
  margin:0 auto;
}

p.mk_mail {
  text-align: center;
  margin: 2px 0 11px 0;
}

p.mk_mail a {
  display: inline-block;
  color: #0000ff;
  font-size: 17px;
  background: url(/image_cmn/mark_mail_blue.png) no-repeat 0 0px;
  vertical-align:middle;
  padding: 5px 0 10px 40px;
}

p.mk_mail a:hover {
  color: #ff0000;
}

.bnr_official {
  padding: 0 0 6px;
}

.bnr_official li {
  text-align: center;
  margin: 10px 0 0 0;
}

.bnr_official li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#contents div.r_sidebox p {
    margin: 0;
    padding: 0;
}

.line_hr {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: #999;
  height: 2px;
  display: block;
  width: 90%;
  margin: 20px auto 25px;
}


/* ==================================================================================
    ページ内リンク
    ---------------------------------------------------------------------------------
    #page_link_btn
================================================================================== */
#main_box [id^="page_link_"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#main_box [id^="page_link_"]  li {
  width: auto;
  height: auto;
  background: url(/responsive/image_cmn/ico_blue_btm_arrow.png) right 50% no-repeat #d7edfa;
  padding: 10px 30px 10px 7px;
  margin: 0 1px 10px 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_box [id^="page_link_"]  li.width_short {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#main_box [id^="page_link_"]  li a {
  color: #2984cd;
  width: auto;
  height: auto;
  background: none;
}

#main_box [id^="page_link_"]  li:hover {
  opacity: 0.7;
}

#main_box [id^="page_link_"]  li:nth-of-type(1) {
  background: none;
  background: #4897e2;
  color: #fff;
  padding: 10px 13px 10px 13px;
}

#main_box [id^="page_link_"]  li:nth-of-type(1) a {
  color: #fff;
}

/* ページ内リンク+h2の場合の空き */
#main_box [id^="page_link_"] + h2 {
  margin: 20px auto 0;
}

/* インデント用box */
[class^="box_area_"] {
  overflow: hidden;
  margin: 20px 10px 0;
}

.glass {
  display: block;
  position: relative;
}

.glass::after {
    content: url(/image_new/mv_icon.png);
    display: block;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 0;
    margin: -30px 0 0 -30px;
}

/* ==================================================================================
  大会ダイジェスト用見出し上書き
  ---------------------------------------------------------------------------------
  .headline_bg
================================================================================== */
#content_705 .headline_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color:#fff;
}

[class^="ttl_round_day_"] {
  width: 109px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ttl_round_day_blue {
  background:url(/responsive/image_cmn/bg_ttl_blue.jpg) 0 0 no-repeat;
}

.ttl_round_day_red {
  background:url(/responsive/image_cmn/bg_ttl_red.jpg) 0 0 no-repeat;
}

.watch {
  display: none;
}

/*-------------------------------------------
.clearfix 180205 add
-------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*-------------------------------------------
注釈
-------------------------------------------*/
.note_kome {
  margin: 10px 0 0 0;
  list-style: none;
}
.note_kome li {
  background: none;
  margin: 0;
  list-style: none;
  font-size: .9rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/*----------------------
 twitter_block 180327
-----------------------*/
.twitter_block {
  border: 2px solid #0a72c3;
  margin: 0 auto 15px;
  width: calc( 290 / 300 * 100% );
}
.twitter_block dt {
  background-color: #358cd0;
  border: 1px solid #4997d3;
  border-bottom-color: #1273bf;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.twitter_block dt a{
  color: #fff;
}

.twitter_block dt a:hover{
  color: #F00;
}
.twitter_block dd {
  padding: 0 0 0 10px;
}

/*-------------------------------------------
 ヘッダーの検索窓設置 190320 (下記を削除すれば検索窓がなくなる)
-------------------------------------------*/

#head_official img {
  vertical-align: top;
}

/*#head_presented {
  top: 51px;
  right: 378px;
}*/

.search-site-form-wrap {
  box-sizing: border-box;
  margin: 0.5em auto 0;
  /*max-width: 1035px;*/
  padding-left: 1em;
  position: relative;
  width: 100%;
}

.search-site-form-inner {
  z-index: 2;
  padding-left: .8em;
	margin:.2em 0;
  width: 100%;
}

.search-site-form {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 95%;
}

.search-site-form-input {
  background-position: 10px center !important;
  border: solid 2px #cddbeb !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: #000 !important;
  display: block !important;
  font-size: 16px;
  line-height: 1em !important;
  outline: none !important;
  padding: 0.25em 1em !important;
  -webkit-appearance: none !important;
  width: calc( 200 / 260 * 100% )!important;
}

.search-site-form-btn {
  background: linear-gradient(to bottom, #1a743a 0%,#20735f 100%);
  border: solid 2px #20735f;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 17px;
  line-height: 1em;
  outline: none;
  padding: 0.3em 2px;
  -webkit-appearance: none;
  width: calc( 60 / 260 * 100% );
}

.search-site-form-btn:hover {
  opacity: .7;
}

.search-site-text {
  margin:-.3em auto .3em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -.06em;
  line-height: 1.2;
  box-sizing: border-box;
  padding-left: 1em;
  text-align: left;
  width: 100%;
  white-space:nowrap;
}

@media screen and (max-width: 1024px) {
  .search-site-form-wrap {
    margin-top: 0.1em;
  }

  .search-site-text {
    margin-bottom: 0.3em;
  }
}


@media screen and (max-width: 1000px) {
  .search-site-form-wrap {
    margin-top: 0;
  }

  .search-site-form-input {
    font-size: 1vw;
  }
  .search-site-text {
    font-size: 1vw;
  }
  .search-site-form-btn {
    font-size: 1vw;
  }
}


/*=========================================================

    SP表示　common CSS

==========================================================*/
@media screen and ( max-width: 736px ) {
  html {
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
    color: #333;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5;
    background: #FFF;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body{
    height: 100%;
    width: 100%;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  textarea,
  p,
  th,
  td,
  section,
  article {
    margin: 0;
    padding: 0;
    font-size: 1rem;
  }
  select {
    padding: 0.25em 1em 0.25em 0.5em;
    font-size: 1rem;
  }
  div {
    border-width: 2px;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td {
    word-break: break-all;
  }
  img {
    display: block;
    width: 100%;
    border: 0;
    vertical-align: top;
  }
  address,
  em,
  th {
    font-style: normal;
    font-weight: normal;
  }
  strong {
    font-weight: bold;
  }
  small {
    font-size: smaller;
  }
  li {
    list-style: none;
  }
  a {
    color: #0075d8;
  }
  /*-------------------------------------------

  wrap

  -------------------------------------------*/
  #wrap {
    /*position: relative;*/
    overflow-x: hidden;
  }

  
  /*-------------------------------------------

  header

  -------------------------------------------*/
.header_wrap {
  position: relative;
  z-index: 100;
  background: #fff;
}
.header_wrap header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 83.72%;
  height: 16.28vw;
  padding: 0;
}
.header_wrap header .header_logo {
  width: 70vw;
  margin: 0 auto;
}
.header_wrap .score_pair_wrap {
  max-height: calc(100vh - 16.28vw);
  overflow-y: auto;
  box-sizing: border-box;
}
/*============================
#score_pair
============================*/
.score_pair_wrap #score_pair {
  width: 92.56vw;
  height: 13.954vw;
  margin: 1em auto 1em;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.score_pair_wrap #score_pair h2 {
  position: relative;
  padding: 0 3.5em 0 1.5em;
  font-weight: 400;
  color: #fff;
  line-height: 3.53;
  background: #142010;
}
.score_pair_wrap #score_pair.toggleSection h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.6em;
  bottom: 0;
  display: block;
  width: 4.303vw;
  height: 2.1vw;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-arrow-top.png) 50% 50% / 100% auto no-repeat;
  transform: scale(1,-1);
  transition: transform 0.2s linear;
}
.score_pair_wrap #score_pair.toggleSection.open h2::after {
  transform: scale(1,1);
}

.score_pair_wrap #score_pair section {
  margin: 1em 0 0;
  border: 1px solid #142010;
}
.score_pair_wrap #score_pair section h3 {
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 3.47;
  background: #142010;
}
.score_pair_wrap #score_pair section p {
  margin: 0.8em 1em;
}
.score_pair_wrap #score_pair section .score_pair_list {
  margin: 0 1em;
}
.score_pair_wrap #score_pair section .score_pair_list li:not(:last-child) {
  margin-bottom: 1px;
}
.score_pair_wrap #score_pair section .score_pair_list li a {
  position: relative;
  display: block;
  padding: 0 3.5em 0 1.5em;
  background: #CECDAD;
  line-height: 3.5;
  color: #503206;
}
.score_pair_wrap #score_pair section .score_pair_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.6em;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-tab.png) 50% 50% / 100% auto no-repeat;
}
.score_pair_wrap #score_pair section p.offer {
  margin-top: 0.2em;
  text-align: right;
}
.score_pair_wrap #score_pair button.close {
  display: block;
  width: 37.2vw;
  height: 13.954vw;
  padding: 0;
  margin: 1em auto 0;
  background: #142010;
  font-size: 100%;
  color: #fff;
  line-height: 3.6;
  border: none;
}
.score_pair_wrap #score_pair button.close img {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 4.303vw;
  height: 2.1vw;
  vertical-align: middle;
}

/*============================
#toggleFixedNav
============================*/
.header_wrap button#toggleFixedNav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.28vw;
  height: 16.28vw;
  padding: 0;
  background: #113E0E;
  cursor: pointer;
  border: none;
  line-height: 1;
}
.header_wrap button#toggleFixedNav span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 6.512vw;
  height: 4.884vw;
}
.header_wrap button#toggleFixedNav span::before,
.header_wrap button#toggleFixedNav span::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  right: -30%;
  left: -30%;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: 50% 50%;
  transition: transform 0.2s linear;
}
.header_wrap button#toggleFixedNav span::after {
  opacity: 0;
}
.header_wrap button#toggleFixedNav span hr {
  margin: 0;
  width: 100%;
  height: 1px;
  border: none;
  background: #fff;
  transition: opacity 0.2s linear;
}
.header_wrap button#toggleFixedNav.selected span::before {
  width: 120%;
  transform: rotate(34deg);
}
.header_wrap button#toggleFixedNav.selected span::after {
  width: 120%;
  transform: rotate(-34deg);
  opacity: 1;
}
.header_wrap button#toggleFixedNav.selected span hr {
  opacity: 0;
}

/*============================
#nav
============================*/
#nav {
  position: absolute;
  top: 16.1vw;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  transform: translate(0, -100%);
  transition: transform 0.6s ease;
  overflow-y: scroll;
}
.navOp #nav {
  transform: translate(0,0);
}
#nav .nav_wrapInner {
  padding-bottom: 5vw;
}
#nav .nav_list {
}
#nav .nav_list > li {
  margin-bottom: 1px;
}
#nav .nav_list > li.toggleList {
  height: 4.44em;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
#nav .nav_list > li > a,
#nav .nav_list > li > button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.44em;
  padding: 0 2.5em 0 1.4em;
  background: #182912;
  font-size: 105.9%;
  color: #fff;
  line-height: 1.3;
  box-sizing: border-box;
}
#nav .nav_list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  width: 2.094vw;
  height: 1.8em;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-arrow-rw.png) 50% 50% / 100% auto no-repeat;
}
#nav .nav_list > li.toggleList > button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  width: 4.3vw;
  height: 1.8em;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-arrow-top.png) 50% 50% / 100% auto no-repeat;
  transform: scale(1,-1);
  transition: transform 0.2s linear;
}
#nav .nav_list > li.toggleList.open > button::after {
  transform: scale(1,1);
}
#nav .nav_list > li.home {
}
#nav .nav_list > li.home > a {
  padding-left: 2.75em;
}
#nav .nav_list > li.home > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-home.png) 50% 50% / 100% auto no-repeat;
}
#nav .nav_list > li.gr > a {
  background: #777;
  color: #bbb;
  pointer-events: none;
}
#nav .nav_list > li.gr > a::after {
  opacity: 0.3;
}

/*============================
#sns_link
============================*/
#nav .nav_list #sns_link_box_bg {
}
#nav .nav_list dl.sns_link_box {
  padding: 7vw 0;
}
#nav .nav_list dl.sns_link_box.cup_sns {
  padding-bottom: 0;
}
#nav .nav_list dl.sns_link_box dt {
  font-size: 164.7%;
  text-align: center;
  line-height: 1.5;
}
#nav .nav_list dl.sns_link_box dt img {
  display: block;
  width: 65.6vw;
  margin: 0 auto 0.4em;
}
#nav .nav_list dl.sns_link_box dt span {
  display: block;
  font-size: 67.86%;
}

/*============================
#sns_list
============================*/
#nav .nav_list dl.sns_link_box dd ul.sns_list {
  display: flex;
  width: 74vw;
  margin: 1em auto 0;
  justify-content: space-between;
}
#nav .nav_list dl.sns_link_box dd ul.sns_list li {
  width: 13.954vw;
}

/*============================
#navClose
============================*/
#nav #nav_close {
  margin-top: 7vw;
}
#nav #nav_close button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 37.2vw;
  height: 3.53em;
  padding: 0 2em 0 0;
  margin: 0 auto;
  background: #142010;
  font-size: 100%;
  border: none;
}
#nav #nav_close button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  width: 4.3vw;
  height: 1.8em;
  margin: auto 0;
  background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-arrow-top.png) 50% 50% / 100% auto no-repeat;
}

body.navOp {
  overflow: hidden;
}
  /*-------------------------------------------

  footer

  -------------------------------------------*/
  footer {
  }
  footer div.description {
    padding: 8.6vw 6.4vw;
    background: #F8F6EA;
  }
  #wrap .box_block.bg_blue_2 {
    padding: 8.6vw 6.4vw;
    margin: 0 -0.5em;
    background: #F8F6EA;
  }
  footer div.description p,
  #wrap .box_block.bg_blue_2 p {
    font-size: 88.2%;
  }

  /*============================
  #footer_menu
  ============================*/
  footer {
    border-bottom: 3.256vw solid #cc5479;
  }
  footer #footer_menu li {
    background-color: #142010;
  }
  footer #footer_menu li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 1em 4em 1em 1.5em;
    color: #fff;
    text-decoration: none;
    background: none !important;
  }
  footer #footer_menu li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  footer #footer_menu li a:after {
    right: 2em;
    width: 2.094vw;
    background: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-arrow-rw.png) 50% 50% / 100% auto no-repeat;
  }
  footer #footer_menu li a.blank:after {
    right: 1.8em;
    width: 1em;
    background-image: url(https://pic1.homemate.co.jp/picture/cup/content/image-renew/icon-tab.png);
  }
  footer p.copyright {
    margin-bottom: 4px;
    padding: 0.5em 1em;
    border-bottom: 6px solid #418250;
    font-size: 0.69rem;
    text-align: center;
    background: #FFF;
  }
  footer p.copyright a {
    color: #0075d8;
  }
  /*-------------------------------------------

  content

  -------------------------------------------*/
  #wrap_inner,
  #contents {
    position: relative;
    width: 100%;
    background-color: #FFF;
  }
  .navOp #wrap_inner,
  .score_pairOp #wrap_inner {
    position: fixed;
    padding-top: 6vh;
  }

  #breadcrumbs,
  #breadcrumbs * {
    box-sizing: border-box;
  }
  #breadcrumbs {
    margin: 0;
    background: #dcdcdc;
    width: auto;
    height: 28px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 10px;
    border: 1px solid #dcdcdc;
  }

  #breadcrumbs ul {
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 8vw;
  }
  #breadcrumbs ul li,
  #breadcrumbs ul li.marknon {
    margin: 0 0 0 0;
    font-size: 10px;
    background: none;
    float: none;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
  }
  #breadcrumbs ul li {
    padding: 0 10px 0 20px;
  }
  #breadcrumbs ul li.marknon {
    padding: 0 10px 0 10px;
  }
  #breadcrumbs ul li:before,
  #breadcrumbs ul li:after {
    content: "";
    position: absolute;
    top: 50%;

  }
  #breadcrumbs ul li:before {
    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 {
    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;
  }


  /*-------------------------------------------

  pagetop

  -------------------------------------------*/
  .pagetop p {
    text-align: center;
  }
  .pagetop a {
    display: inline-block;
    color: #333;
    text-decoration: none;
  }
  .pagetop a:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    margin: 2em auto 0.5em auto;
    border-radius: 45px;
    background: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_01.png) center center no-repeat #0068cb;
    background-size: 20px;
  }
  /*-------------------------------------------

  general

  -------------------------------------------*/
  .taL {
    text-align: left !important;
  }
  .taC {
    text-align: center !important;
  }
  .taR {
    text-align: right !important;
  }
  .vaT {
    vertical-align: top !important;
  }
  .vaM {
    vertical-align: middle !important;
  }
  .vaB {
    vertical-align: bottom !important;
  }
  .flL {
    float: left !important;
  }
  .flR {
    float: right !important;
  }
  .flN {
    float: none !important;
  }
  .w100p {
    width: 100% !important;
  }
  .w95p {
    width: 95% !important;
  }
  .w90p {
    width: 90% !important;
  }
  .w85p {
    width: 85% !important;
  }
  .w80p {
    width: 80% !important;
  }
  .w75p {
    width: 75% !important;
  }
  .w70p {
    width: 70% !important;
  }
  .w65p {
    width: 65% !important;
  }
  .w60p {
    width: 60% !important;
  }
  .w55p {
    width: 55% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w45p {
    width: 45% !important;
  }
  .w40p {
    width: 40% !important;
  }
  .w35p {
    width: 35% !important;
  }
  .w30p {
    width: 30% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w20p {
    width: 20% !important;
  }
  .w15p {
    width: 15% !important;
  }
  .w10p {
    width: 10% !important;
  }
  .w05p {
    width: 5% !important;
  }
  .w0p {
    width: 0% !important;
  }
  .wA {
    width: auto !important;
  }
  .hA {
    height: auto !important;
  }
  .mA {
    margin: auto !important;
  }
  .m0 {
    margin: 0 !important;
  }
  .m05 {
    margin: 0.5em !important;
  }
  .m1 {
    margin: 1em !important;
  }
  .m2 {
    margin: 2em !important;
  }
  .m3 {
    margin: 3em !important;
  }
  .m4 {
    margin: 4em !important;
  }
  .m5 {
    margin: 5em !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt05 {
    margin-top: 0.5em !important;
  }
  .mt1 {
    margin-top: 1em !important;
  }
  .mt13 {
    margin-top: 1.3em !important;
  }
  .mt14 {
    margin-top: 1.4em !important;
  }
  .mt15 {
    margin-top: 1.5em !important;
  }
  .mt2 {
    margin-top: 2em !important;
  }
  .mt3 {
    margin-top: 2em !important;
  }
  .mt4 {
    margin-top: 2em !important;
  }
  .mt5 {
    margin-top: 2em !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr05 {
    margin-right: 0.5em !important;
  }
  .mr1 {
    margin-right: 1em !important;
  }
  .mr2 {
    margin-right: 2em !important;
  }
  .mr3 {
    margin-right: 3em !important;
  }
  .mr4 {
    margin-right: 4em !important;
  }
  .mr5 {
    margin-right: 5em !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb05 {
    margin-bottom: 0.5em !important;
  }
  .mb1 {
    margin-bottom: 1em !important;
  }
  .mb2 {
    margin-bottom: 2em !important;
  }
  .mb3 {
    margin-bottom: 2em !important;
  }
  .mb4 {
    margin-bottom: 2em !important;
  }
  .mb5 {
    margin-bottom: 2em !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml05 {
    margin-left: 0.5em !important;
  }
  .ml1 {
    margin-left: 1em !important;
  }
  .ml2 {
    margin-left: 2em !important;
  }
  .ml3 {
    margin-left: 3em !important;
  }
  .ml4 {
    margin-left: 4em !important;
  }
  .ml5 {
    margin-left: 5em !important;
  }
  .bdN {
    border: none !important;
  }
  .bdtN {
    border-top: none !important;
  }
  .bdrN {
    border-right: none !important;
  }
  .bdbN {
    border-bottom: none !important;
  }
  .bdlN {
    border-left: none !important;
  }
  .p0 {
    padding: 0 !important;
  }
  .p05 {
    padding: 0.5em !important;
  }
  .p1 {
    padding: 1em !important;
  }
  .p2 {
    padding: 2em !important;
  }
  .p3 {
    padding: 3em !important;
  }
  .p4 {
    padding: 4em !important;
  }
  .p5 {
    padding: 5em !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt05 {
    padding-top: 0.5em !important;
  }
  .pt1 {
    padding-top: 1em !important;
  }
  .pt2 {
    padding-top: 2em !important;
  }
  .pt3 {
    padding-top: 3em !important;
  }
  .pt4 {
    padding-top: 4em !important;
  }
  .pt5 {
    padding-top: 5em !important;
  }
  .pr0 {
    padding-right: 0 !important;
  }
  .pr05 {
    padding-right: 0.5em !important;
  }
  .pr1 {
    padding-right: 1em !important;
  }
  .pr2 {
    padding-right: 2em !important;
  }
  .pr3 {
    padding-right: 3em !important;
  }
  .pr4 {
    padding-right: 4em !important;
  }
  .pr5 {
    padding-right: 5em !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb05 {
    padding-bottom: 0.5em !important;
  }
  .pb1 {
    padding-bottom: 1em !important;
  }
  .pb2 {
    padding-bottom: 2em !important;
  }
  .pb3 {
    padding-bottom: 3em !important;
  }
  .pb4 {
    padding-bottom: 4em !important;
  }
  .pb5 {
    padding-bottom: 5em !important;
  }
  .pl0 {
    padding-left: 0 !important;
  }
  .pl05 {
    padding-left: 0.5em !important;
  }
  .pl1 {
    padding-left: 1em !important;
  }
  .pl2 {
    padding-left: 2em !important;
  }
  .pl3 {
    padding-left: 3em !important;
  }
  .pl4 {
    padding-left: 4em !important;
  }
  .pl5 {
    padding-left: 5em !important;
  }
  .fz20 {
    font-size: 1.53rem !important;
  }
  .fz19 {
    font-size: 1.46rem !important;
  }
  .fz18 {
    font-size: 1.38rem !important;
  }
  .fz17 {
    font-size: 1.3rem !important;
  }
  .fz16 {
    font-size: 1.23rem !important;
  }
  .fz15 {
    font-size: 1.15rem !important;
  }
  .fz14 {
    font-size: 1.07rem !important;
  }
  .fz13 {
    font-size: 1rem !important;
  }
  .fz12 {
    font-size: 0.92rem !important;
  }
  .fz11 {
    font-size: 0.84rem !important;
  }
  .fz10 {
    font-size: 0.76rem !important;
  }
  .fz9 {
    font-size: 0.69rem !important;
  }
  .fz8 {
    font-size: 0.61rem !important;
  }
  .tdU {
    text-decoration: underline !important;
  }
  .tdN {
    text-decoration: none !important;
  }
  .fwN {
    font-weight: normal !important;
  }
  .fwB {
    font-weight: bold !important;
  }
  .wsNw {
    white-space: nowrap !important;
  }
  .wbBa {
    word-break: break-all !important;
  }
  .fc_white {
    color: #ffffff !important;
  }

  /*-------------------------------------------

  clearfix

  -------------------------------------------*/
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }

  .icon_zoom {
    display: block;
    position: relative;
  }

  .icon_zoom::after {
    background: url(/image_cmn-mfi/ico-modal.png) top left / contain no-repeat;
    content: "";
    height: 1.64em;
    display: inline-block;
    position: absolute;
    bottom: .36em;
    right: .36em;
    width: 1.64em;
  }


  /*-------------------------------------------

  search menu

  -------------------------------------------*/
  .header_sp__search_btn {
    /*margin-top: 0.5em;*/
    height: 3em;
    position: relative;
    width: 3em;
  }
  .header_sp__search_btn.is-open {
    background-color: #d7edfa;
  }
  .header_sp__search_btn_open {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0.3em;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity .2s;
    width: 2em;
  }
  .header_sp__search_btn_close {
    display: block;
    opacity: 0;
    position: absolute;
    top: 1.4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity .2s;
    width: 2em;
  }
  .header_sp__search_btn.is-open .header_sp__search_btn_open {
    opacity: 0;
  }
  .header_sp__search_btn.is-open .header_sp__search_btn_close {
    opacity: 1;
  }
  .header_sp__search_btn_close > span {
    background-color: #0059b0;
    border-radius: 3px;
    display: block;
    height: 4px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
  }
  .header_sp__search_btn_close > span::before {
    background-color: #0059b0;
    border-radius: 3px;
    content: "";
    display: block;
    height: 4px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
  }
  .search-site-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .search-site-form-input {
    background-position: 10px center !important;
    background-size: 60px auto !important;
    border: 2px solid #cddbeb !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #000 !important;
    display: block !important;
    font-size: 16px !important;
    line-height: 1em !important;
    outline: none !important;
    padding: 0.5em 10px !important;
    /*text-indent: 63px !important;*/
    -webkit-appearance: none !important;
    width: 67% !important;
  }
  .search-site-form-input.focus {
    text-indent: 0 !important;
  }
  .search-site-form-btn {
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 0.3em 0;
    width: 33%;
  }
  .search-site-form-wrap {
    background-color: #d7edfa;
    border-bottom: 2px solid #0059b0;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 19px 10px;
  }
  .search-site-form-inner {
    margin: 0 auto;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
  }
  .search-site-form-btn {
    background: -webkit-linear-gradient(90deg, #4187c4 0%, #1455b2 50%);
    background: -moz-linear-gradient(90deg, #4187c4 0%, #1455b2 50%);
    background: -o-linear-gradient(90deg, #4187c4 0%, #1455b2 50%);
    background: -ms-linear-gradient(90deg, #4187c4 0%, #1455b2 50%);
    background: linear-gradient(0deg, #4187c4 0%, #1455b2 50%);
    border: solid 2px #0059b0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1rem;
    /*height: 62px;*/
    letter-spacing: .06em;
    outline: none;
    padding: 0.5em 0;
    width: 33%;
  }

  #wrap .inner {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  #wrap .innerP {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  #wrap .border {
    border-style: solid;
  }
  #wrap .border_t {
    border-top-style: solid;
  }
  #wrap .border_b {
    border-bottom-style: solid;
  }
  #wrap .border_l {
    border-left-style: solid;
  }
  #wrap .border_r {
    border-right-style: solid;
  }
  #wrap .bd_white_1 {
    border-color: #FFF;
  }
  #wrap .bd_gray_1 {
    border-color: #f7f7f7;
  }
  #wrap .bd_gray_2 {
    border-color: #DDD;
  }
  #wrap .bd_gray_3 {
    border-color: #999;
  }
  #wrap .bd_blue_1 {
    border-color: #4797e3;
  }
  #wrap .bd_blue_2 {
    border-color: #bee2f8;
  }
  #wrap .bd_beige_1 {
    border-color: #eeede4;
  }
  #wrap .bd_green_1 {
    border-color: #45bcb4;
  }
  #wrap .bd_green_2 {
    border-color: #8bc882;
  }
  #wrap .bd_pink_1 {
    border-color: #f6779d;
  }
  #wrap .bd_pink_2 {
    border-color: #fcc7c7;
  }
  #wrap .bd_pink_3 {
    border-color: #feeeee;
  }
  #wrap .bg_white_1 {
    background-color: #FFF;
  }
  #wrap .bg_gray_1 {
    background-color: #f2f2f2;
  }
  #wrap .bg_gray_2 {
    background-color: #dedede;
  }
  #wrap .bg_gray_3 {
    background-color: #e6dbd2;
  }
  #wrap .bg_blue_1 {
    background-color: #4797e3;
  }
  #wrap .bg_blue_2 {
    background-color: #e6f3fa;
  }
  #wrap .bg_blue_3 {
    background-color: #bee3f7;
  }
  #wrap .bg_beige_1 {
    background-color: #f4f2e6;
  }
  #wrap .bg_green_1 {
    background-color: #45bcb4;
  }
  #wrap .bg_green_2 {
    background-color: #8bc882;
  }
  #wrap .bg_pink_1 {
    background-color: #f6779d;
  }
  #wrap .bg_pink_2 {
    background-color: #fcc7c7;
  }
  #wrap .bg_pink_3 {
    background-color: #feeeee;
  }
  #wrap .txt_white_1 {
    color: #FFF;
  }
  #wrap .txt_gray_1 {
    color: #f7f7f7;
  }
  #wrap .txt_gray_2 {
    color: #eeede4;
  }
  #wrap .txt_blue_1 {
    color: #0068cb;
  }
  #wrap .txt_blue_2 {
    color: #1d97a8;
  }
  #wrap .txt_green_1 {
    color: #45bcb4;
  }
  #wrap .txt_green_2 {
    color: #8bc882;
  }
  #wrap .txt_green_3 {
    color: #839909;
  }
  #wrap .txt_green_4 {
    color: #459d37;
  }
  #wrap .txt_beige_1 {
    color: #a88b4e;
  }
  #wrap .txt_pink_1 {
    color: #ee859a;
  }
  #wrap .txt_pink_2 {
    color: #d95d75;
  }
  #wrap .txt_red_1 {
    color: #ff0100;
  }
  /*#wrap .blank {
    padding-left: 40px;
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_blank03.png);
    background-repeat: no-repeat;
    background-position: left 0.24em;
    background-size: 26px;
  }*/
  /*#wrap .arrow {
    padding-left: 1em;
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png);
    background-repeat: no-repeat;
    background-position: left 0.24em;
    background-size: auto 22px;
  }*/
  #wrap .zoom {
    padding-left: 40px;
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_zoom03.png);
    background-repeat: no-repeat;
    background-position: left 0.24em;
    background-size: 26px;
  }
  /*0309add*/
  #wrap .arrow {
    padding-right: 1em;
    padding-left: 1em;
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png);
    background-repeat: no-repeat;
    background-position: right 0.24em;
    background-size: auto 22px;
    text-decoration: none;
    position: relative;
  }
  #wrap .arrow:before {
    content: "";
    width:20px;
    height:20px;
    display: block;
    background:#0075d8;
    position: absolute;
    left:0;
    top:0.2em;
  }
  #wrap a {
    text-decoration: none;
  }
  /*-------------------------------------------

  title_block

  -------------------------------------------*/
  .title_block {
    margin-top: 2em;
    border-width: 4px;
  }
  .title_block.title_h1 {
    display: block;
    margin-top: 0;
    padding: 0.5em 1em;
    color: #FFF;
    text-align: center;
    background-color: #2A816E;
  }
  .title_block.title_h1 h1,
  .title_block.title_h1 h2,
  .title_block.title_h1 h3,
  .title_block.title_h1 h4,
  .title_block.title_h1 h5,
  .title_block.title_h1 h6,
  .title_block.title_h1 p  {
    font-size: 6vw;
    font-weight: bold;
  }
  .title_block.title_h2 {
    margin: 2em 0.5em 0 0.5em;
    border-width: 6px;
    border-color: #0068cb;
    border-bottom-style: solid;
  }
  .title_block.title_h2 h1,
  .title_block.title_h2 h2,
  .title_block.title_h2 h3,
  .title_block.title_h2 h4,
  .title_block.title_h2 h5,
  .title_block.title_h2 h6 {
    font-size: 1.38rem;
  }
  .title_block.title_h3 {
    margin: 2em 0.5em 0 0.5em;/*中原編集*/
    border-width: 10px;
    border-color: #0068cb;
    border-left-style: solid;
    padding-left: 0.75em;
  }
  .title_block.title_h3 h1,
  .title_block.title_h3 h2,
  .title_block.title_h3 h3,
  .title_block.title_h3 h4,
  .title_block.title_h3 h5,
  .title_block.title_h3 h6 {
    font-size: 1.23rem;
  }
  .title_block.title_h4 {
    margin: 2em 0.5em 0 0.5em;
  }
  .title_block.title_h4 h1,
  .title_block.title_h4 h2,
  .title_block.title_h4 h3,
  .title_block.title_h4 h4,
  .title_block.title_h4 h5,
  .title_block.title_h4 h6 {
    font-size: 1.07rem;
  }
  .title_block.title_h5 {
    margin: 1em 0 0 0;
    padding: 0.45em 1em;
    border-style: solid;
    border-color: #DDD;
    text-align: center;
  }
  .title_block.title_h5 h1,
  .title_block.title_h5 h2,
  .title_block.title_h5 h3,
  .title_block.title_h5 h4,
  .title_block.title_h5 h5,
  .title_block.title_h5 h6 {
    font-size: 1.38rem;
  }
  .title_block.title_partsList_1 {
    box-sizing: border-box;
    width: 60%;
    margin: 2em auto 0 auto;
    border-radius: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #333;
  }
  .title_block.title_partsList_1 > * {
    font-size: 1.15rem;
    color: #FFF;
    font-weight: bold;
  }
  .title_block.title_partsList_2 {
    display: inline-block;
    border-bottom: 4px solid #e90000;
    padding: 0 0 0.25em 0.5em;
  }
  .title_block.title_partsList_2 > * {
    font-size: 1.15rem;
    color: #e90000;
    font-weight: bold;
  }
  /*-------------------------------------------

  text_block

  -------------------------------------------*/
  .text_block {
    margin-top: 1em;
  }
  .text_block.text_nowrap {
    display: table;
    width: 100%;
  }
  .text_block.text_nowrap > * {
    display: table-cell;
    vertical-align: top;
  }
  /*-------------------------------------------

  box_block

  -------------------------------------------*/

  .box_block {
    margin-top: 1em;
    padding: 1em;
  }
  .box_block.box_title {
    padding: 0;
    color: #FFF;
    font-weight: bold;
  }
  .box_block.box_title > p {
    padding: 0.5em 1em;
    font-size: 1.38rem;
  }
  .box_block.box_title > p > a {
    font-size: 1.38rem;
    height: auto;
  }
  .box_block.box_title > .btn_base {
    padding: 0;
  }
  .box_block.box_title + .box_block.border.mt0 {
    border-top: 0;
  }
  .column_block.column_2 > div > .box_block.box_title > p,
  .column_block.column_2 > div > .box_block.box_title > p > a {
    font-size: 1.07rem;
  }
  .column_block.column_2 > div > .box_block.box_title > p > a:after {
    background-size: auto 1em;
  }

  /*-------------------------------------------

  column_block

  -------------------------------------------*/
  .column_block {
    margin-top: 1em;
  }
  .column_block:after {
    content: "";
    display: block;
    clear: both;
  }
  .column_block.column_1 > * {
    width: 100%;
    margin-top: 0;
  }
  .column_block.column_1 > *:nth-of-type(n + 2) {
    margin-top: 0.5em;
  }
  .column_block.column_2 > * {
    width: 47%;
    margin-top: 0;
  }
  .column_block.column_2 > *:nth-of-type(odd) {
    float: left;
    clear: both;
  }
  .column_block.column_2 > *:nth-of-type(even) {
    float: right;
  }
  .column_block.column_2 > *:nth-of-type(n + 3) {
    margin-top: 0.5em;
  }
  .column_block.column_3 > * {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  }
  .column_block.column_3 > *:nth-of-type(n + 4) {
    margin-top: 0.5em;
  }
  .column_block.column_3 > *:nth-of-type(3n + 1) {
    clear: left;
  }
  .column_block.column_3 > *:nth-of-type(3n + 3) {
    margin-right: 0;
  }

  /*-------------------------------------------
  -------------------------------------------*/

  .column_block.column_lineHeight {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
  }
  .column_block.column_lineHeight > * {
    float: none !important;
    box-sizing: border-box;
    display: -webkit-flex;
    -webkit-align-self:stretch;
    display: flex;
    align-self:stretch;
    margin: 0;
  }

  .column_block.column_lineHeight> * > a,
  .column_block.column_lineHeight> * > span{
    display: -webkit-flex;
    -webkit-align-self:stretch;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    display: flex;
    align-self:stretch;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .column_block.column_lineHeight.column_center{
    -webkit-justify-content:center;
    justify-content:center;
  }
  .column_block.column_lineHeight.column_1 > *,
  .column_block.column_lineHeight.column_tab_1 > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .column_block.column_lineHeight.column_2 > *,
  .column_block.column_lineHeight.column_tab_2 > * {
    -webkit-flex-basis: calc(100%/2);
    flex-basis: calc(100%/2);
  }
  .column_block.column_lineHeight.column_2 > *:nth-of-type(odd) {
    padding-right: 3%;
  }
  .column_block.column_lineHeight.column_2 > *:nth-of-type(even) {
    padding-left: 3%;
  }
  .column_block.column_lineHeight.column_3 > *,
  .column_block.column_lineHeight.column_tab_3 > * {
    -webkit-flex-basis: calc(100%/3);
    flex-basis: calc(100%/3);
    margin-right: 0;
  }
  .column_block.column_lineHeight.column_3 > *:nth-of-type(3n+1) {
    padding-right: 2%;
  }
  .column_block.column_lineHeight.column_3 > *:nth-of-type(3n+2) {
    padding-left: 1%;
    padding-right: 1%;
  }
  .column_block.column_lineHeight.column_3 > *:nth-of-type(3n+3) {
    padding-left: 2%;
  }
  .column_block .btn_base.btn_active > span {
    border: none;
    border-radius: 0;
    color: #FFF;
    background-color: #3384d0;
    cursor: default;
    box-shadow: none;
  }
  .column_block .btn_base.btn_visited > span{
    border: none;
    border-radius: 0;
    color: #FFF;
    background-color: #cc5479;
    cursor: default;
    box-shadow: none;
  }
  .column_block .btn_base.taL > span {
    text-align: left;
  }
  .column_block .btn_base.taC > span {
    text-align: center;
  }
  .column_block .btn_base.taR > span {
    text-align: right;
  }
  .column_block.column_tab_1 .btn_base.btn_next a:after,
  .column_block.column_tab_2 .btn_base.btn_next a:after,
  .column_block.column_tab_3 .btn_base.btn_next a:after,
  .column_block.column_tab_1 .btn_base.btn_prev a:after,
  .column_block.column_tab_2 .btn_base.btn_prev a:after,
  .column_block.column_tab_3 .btn_base.btn_prev a:after,
  .column_block.column_tab_1 .btn_base.btn_down a:after,
  .column_block.column_tab_2 .btn_base.btn_down a:after,
  .column_block.column_tab_3 .btn_base.btn_down a:after {
    width: 13px;
  }
  .column_block.column_tab_1 .btn_base.btn_plus a:after,
  .column_block.column_tab_2 .btn_base.btn_plus a:after,
  .column_block.column_tab_3 .btn_base.btn_plus a:after,
  .column_block.column_tab_1 .btn_base.btn_minus a:after,
  .column_block.column_tab_2 .btn_base.btn_minus a:after,
  .column_block.column_tab_3 .btn_base.btn_minus a:after,
  .column_block.column_tab_1 .btn_base.btn_close a:after,
  .column_block.column_tab_2 .btn_base.btn_close a:after,
  .column_block.column_tab_3 .btn_base.btn_close a:after {
    width: 23px;
  }
  .column_block.column_tab_1 .btn_base.btn_pdf a:after,
  .column_block.column_tab_2 .btn_base.btn_pdf a:after,
  .column_block.column_tab_3 .btn_base.btn_pdf a:after {
    width: 26px;
  }
  .column_block.column_tab_1 .btn_base.btn_icon_r a,
  .column_block.column_tab_2 .btn_base.btn_icon_r a,
  .column_block.column_tab_3 .btn_base.btn_icon_r a {
    padding-right: 50px;
  }
  .column_block.column_tab_1 .btn_base.btn_icon_r a:after,
  .column_block.column_tab_2 .btn_base.btn_icon_r a:after,
  .column_block.column_tab_3 .btn_base.btn_icon_r a:after {
    right: 0.75em;
  }
  .column_block.column_tab_1 > *:nth-of-type(n+1),
  .column_block.column_tab_2 > *:nth-of-type(n + 3),
  .column_block.column_tab_3 > *:nth-of-type(n + 4) {
    margin-top: 2px;
  }
  .column_block.column_lineHeight.column_tab_2 > *:nth-of-type(odd) {
    padding-right: 1px;
  }
  .column_block.column_lineHeight.column_tab_2 > *:nth-of-type(even) {
    padding-left: 1px;
  }
  .column_block.column_lineHeight.column_tab_3 > *:nth-of-type(3n+1) {
    padding-right: 2px;
  }
  .column_block.column_lineHeight.column_tab_3 > *:nth-of-type(3n+2) {
    padding-left: 1px;
    padding-right: 1px;
  }
  .column_block.column_lineHeight.column_tab_3 > *:nth-of-type(3n+3) {
    padding-left: 2px;
  }
  .column_block.column_lineHeight .column_blank {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    padding-right: 0;
  }
  .column_block.column_lineHeight .column_blank > * {
    background-position:right center;
    background-repeat:no-repeat;
    background-size:cover;
  }
  #wrap .column_block.column_lineHeight .column_blank{
    padding-right: 0;
  }
  #wrap .column_block .img_fraction a {
    background-color: #e6f6fa;
  }


  /*-------------------------------------------

  list_block

  -------------------------------------------*/
  .list_block {
    margin-top: 1em;
  }
  .list_block.list_disc li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .list_block.list_disc li:before {
    content: "・";
  }
  .list_block.list_reference li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .list_block.list_reference li:before {
    content: "※";
  }
  .list_block.list_number {
    counter-reset: n;
  }
  .list_block.list_number li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .list_block.list_number li:before {
    counter-increment: n;
    content: counter(n) ".";
  }
  .list_block.list_data dt {
    border-bottom: 2px solid #5f96cb;
    padding: 0.5em;
  }
  .list_block.list_data dt:after {
    content: "";
    display: block;
    clear: both;
  }
  .list_block.list_data dd {
    padding: 1em;
  }
  .list_block.list_data .icon {
    float: left;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    color: #FFF;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    background-color: #0068cb;
  }
  .list_block.list_data .icon + *{
    display:block;
    margin-top: 0.25em;
    padding-left: 2.5em;
  }
  /*-------------------------------------------

  table_block

  -------------------------------------------*/
  .table_block {
    margin-top: 1em;
  }
  .table_block table {
    width: 100%;
    border-collapse: collapse;
  }
  .table_block th,
  .table_block td {
    border-style: solid;
    border-width: 0px;
    padding: 0.5em;
    font-size: 0.84rem;
    text-align: center !important;
    vertical-align: middle;
    background-color: #FFF;
  }
  .table_block th {
    font-weight: bold !important;
  }
  .table_block.fixed {
    table-layout: fixed;
  }
  .bd_white th,
  .bd_white td {
    border: 2px solid #fff;
  }
  .bd_blue th,
  .bd_blue td {
    border: 2px solid #4797e3;
  }
  .bd_left_none  {
    border-left: none !important;
  }
  .bd_right_none {
    border-right: none !important;
  }
  /*.table_block.table_color_gray th {
    background-color: #dedede;
  }
  .table_block.table_color_gray td {
    background-color: #f2f2f2;
  }
  .table_block.table_color_blue th {
    background-color: #bee3f7;
  }
  .table_block.table_color_blue td {
    background-color: #FFF;
  }
  */
  .table_block th.table_color_blue01 {
    background-color: #bee3f7;
  }
  .table_block td.table_color_blue01 {
    background-color: #bee3f7;
  }
  .table_block th.table_color_blue02 {
    background-color: #e6f3fa;
  }
  .table_block td.table_color_blue02 {
    background-color: #e6f3fa;
  }
  .table_block th.table_color_blue03 {
    background-color: #4797e3;
    color: #fff;
  }
  .table_block td.table_color_blue03 {
    background-color: #4797e3;
  }

  /*-------------------------------------------

  Scroll_block

  -------------------------------------------*/
  .Scroll_block {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*-------------------------------------------

  accordion

  -------------------------------------------*/
  .accordion_block {
    margin-top: 1em;
  }
  .accordion_block.accordion_default ul {
    border-bottom: 2px solid #a3d6f2;
  }
  .accordion_block.accordion_default li a {
    display: block;
    position: relative;
    border: 2px solid #a3d6f2;
    border-bottom: none;
    padding: 0.75em 1em 0.75em 64px;
    color: #0075d8;
    text-decoration: none;
    background-color: #d7edf9;
  }
  .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: 24px;
    background: url(https://pic2.token-cup.com/image_cmn-mfi/ico_circle03.png) center center no-repeat;
    background-size: contain;
  }
  .accordion_block.accordion_default li a:after {
    right: 1em;
    width: 30px;
    background: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png) center center no-repeat;
    background-size: auto 30px;
  }
  .accordion_block.accordion_default .accordion a.accordion_btn:after {
    right: 1em;
    width: 30px;
    background: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_05.png) center center no-repeat;
    background-size: contain;
  }
  .accordion_block.accordion_default .accordion.op a.accordion_btn:after {
    background: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_07.png) center center no-repeat;
    background-size: auto 15px;
  }
  .accordion_block.accordion_default li ul {
    border-bottom: none;
  }
  .accordion_block.accordion_default li li a {
    border: 2px solid #bce2f5;
    border-bottom: none;
    padding: 0.75em 2em 0.75em 64px;
    background-color: #edf7fd;
  }
  .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: 2px solid #9bd3e0;
  }
  .accordion .accordion_data {
    transition: height ease 0s;
    overflow: hidden;
  }
  .accordion.op .accordion_data {
    display: block;
  }
  .accordion .accordion_data {
    display: none;
  }
  .accordion.anm .accordion_data {
    display: block;
  }
  /*-------------------------------------------

  btn

  -------------------------------------------*/
  .btn_base {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .btn_base a ,.btn_base span{
    display: table-cell;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    /*height: 78px;*/
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-size: 1.1rem;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.15);
  }
  .btn_blank a{
    font-size: 1.02rem!important;
  }
  .column_2 .btn_base a {
    height:58px;
    font-size: 24px;
  }
  .column_2 .btn_base.btn_next a:after {
    width:13px;
  }
  .btn_base a.text_center {
    padding-left: 30px;
    text-align: center!important;
  }
  .btn_base.btn_default a {
    border: 1px solid #094eb0;
    color: #FFF;
    background-color: #0461bd;
    background: linear-gradient(#0071c8, #094eb0);
  }
  .btn_base.btn_purple a {
    border: 2px solid #9409b0;
    color: #FFF;
    background-color: #9409b0;
    background: linear-gradient(#c753de, #9b0fb7);
  }
  .btn_base.btn_green a {
    border: 2px solid #09b023;
    color: #FFF;
    background-color: #09b023;
    background: linear-gradient(#22c53b, #17a02c);
  }
  .btn_base.btn_more a {
    border: 4px solid #666;
    color: #333;
    background-color: #FFF;
  }
  .btn_base.btn_detail a {
    border: 4px solid #3284d3;
    color: #0075d8;
    background-color: #FFF;
  }
  .btn_base.btn_info a {
    height: auto;
    border: 2px solid #e24376;
    color: #FFF;
    background-color: #e85b89;
    background: linear-gradient(#ee7099, #e24376);
  }
  .btn_base.btn_disabled a {
    border: 2px solid #BBB;
    color: #666;
    background-color: #e6e6e6;
    cursor: default;
  }
  .btn_base.btn_icon_l a:after,
  .btn_base.btn_icon_r a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .btn_base.btn_icon_l a:after {
    left: 1em;
  }
  .btn_base.btn_icon_r a:after {
    right: 1em;
  }
  .btn_base.btn_next a {
    padding-right: 1.5em;
  }
  .btn_base.btn_next a:after {
    width: 0.5em;
  }
  .btn_base.btn_next.btn_default a:after,
  .btn_base.btn_next.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_01.png);
  }
  .btn_base.btn_next.btn_more a:after,
  .btn_base.btn_next.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_02.png);
  }
  .btn_base.btn_next.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png);
  }
  .btn_base.btn_next.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_next.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_next.btn_icon_l a {
    padding-left: 60px;
  }
  .btn_base.btn_next.btn_icon_r a {
    padding-right: 3em;
  }
  .btn_base.btn_prev a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 16px;
  }
  .btn_base.btn_prev.btn_default a:after,
  .btn_base.btn_prev.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_01.png);
  }
  .btn_base.btn_prev.btn_more a:after,
  .btn_base.btn_prev.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_02.png);
  }
  .btn_base.btn_prev.btn_detail a:after {
   background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_0３.png);
  }
  .btn_base.btn_prev.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_prev.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_prev.btn_icon_l a {
    padding-left: 60px;
  }
  .btn_base.btn_prev.btn_icon_r a {
    padding-right: 60px;
  }
  .btn_base.btn_down a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 16px;
  }
  .btn_base.btn_down.btn_default a:after,
  .btn_base.btn_down.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_01.png);
  }
  .btn_base.btn_down.btn_more a:after,
  .btn_base.btn_down.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_02.png);
  }
  .btn_base.btn_down.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png);
  }
  .btn_base.btn_down.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_down.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_down.btn_icon_l a {
    padding-left: 70px;
  }
  .btn_base.btn_down.btn_icon_r a {
    padding-right: 70px;
  }
  .btn_base.btn_plus a:after {
    width: 0.7em;
  }
  .btn_base.btn_plus.btn_default a:after,
  .btn_base.btn_plus.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_06.png);
  }
  .btn_base.btn_plus.btn_more a:after,
  .btn_base.btn_plus.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_plus02.png);
  }
  .btn_base.btn_plus.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_plus03.png);
  }
  .btn_base.btn_plus.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_plus.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_plus.btn_icon_l a {
    padding-left: 80px;
  }
  .btn_base.btn_plus.btn_icon_r a {
    padding-right: 80px;
  }
  .btn_base.btn_minus a:after {
    width: 1em;
  }
  .btn_base.btn_minus.btn_default a:after,
  .btn_base.btn_minus.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_08.png);
  }
  .btn_base.btn_minus.btn_more a:after,
  .btn_base.btn_minus.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_minus02.png);
  }
  .btn_base.btn_minus.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_minus03.png);
  }
  .btn_base.btn_minus.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_minus.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_minus.btn_icon_l a {
    padding-left: 80px;
  }
  .btn_base.btn_minus.btn_icon_r a {
    padding-right: 80px;
  }
  .btn_base.btn_close a:after {
    width: 30px;
  }
  .btn_base.btn_close.btn_default a:after,
  .btn_base.btn_close.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_close01.png);
  }
  .btn_base.btn_close.btn_more a:after,
  .btn_base.btn_close.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_close02.png);
  }
  .btn_base.btn_close.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_close03.png);
  }
  .btn_base.btn_close.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_close.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_close.btn_icon_l a {
    padding-left: 80px;
  }
  .btn_base.btn_close.btn_icon_r a {
    padding-right: 80px;
  }
  .btn_base.btn_blank a:after {
    width: 26px;
  }
  .btn_base.btn_blank.btn_default a:after,
  .btn_base.btn_blank.btn_info a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_blank01.png);
  }
  .btn_base.btn_blank.btn_more a:after,
  .btn_base.btn_blank.btn_disabled a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_blank02.png);
  }
  .btn_base.btn_blank.btn_detail a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/ico_blank03.png);
  }
  .btn_base.btn_blank.btn_more a:after {
    opacity: 0.6;
  }
  .btn_base.btn_blank.btn_disabled a:after {
    opacity: 0.4;
  }
  .btn_base.btn_blank.btn_icon_l a {
    padding-left: 80px;
  }
  .btn_base.btn_blank.btn_icon_r a {
    padding-right: 80px;
  }
  .btn_base.taL a {
    text-align: left;
  }
  .btn_base.taC a {
    text-align: center;
  }
  .btn_base.taR a {
    text-align: right;
  }

  .totop {
    width:285px;
    margin-top: 60px;
  }

  .totop a {
    border: 2px solid #ccc !important;
    color: #000 !important;
    background-color: #0461bd !important;
    background: linear-gradient(#fff, #f0f0f0) !important;
    padding-right: 48px !important;
  }

  .totop.btn_icon_r a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_07.png) !important;
    right:18px !important;
    width:30px;
  }

  /*margin調整*/
  .mbpx_10 { margin-bottom:10px !important;}
  .mbpx_20 { margin-bottom:20px !important;}
  .mbpx_30 { margin-bottom:30px !important;}
  .mbpx_40 { margin-bottom:40px !important;}
  .mbpx_50 { margin-bottom:50px !important;}
  .mbpx_60 { margin-bottom:60px !important;}
  .mbpx_70 { margin-bottom:70px !important;}
  .mbpx_80 { margin-bottom:80px !important;}
  .mbpx_90 { margin-bottom:90px !important;}
  .mbpx_100 { margin-bottom:100px !important;}

  .mtpx_10 { margin-top:10px !important;}
  .mtpx_20 { margin-top:20px !important;}
  .mtpx_30 { margin-top:30px !important;}
  .mtpx_40 { margin-top:40px !important;}
  .mtpx_50 { margin-top:50px !important;}
  .mtpx_60 { margin-top:60px !important;}
  .mtpx_70 { margin-top:70px !important;}
  .mtpx_80 { margin-top:80px !important;}
  .mtpx_90 { margin-top:90px !important;}
  .mtpx_100 { margin-top:100px !important;}

  /*padding調整*/
  .pbpx_10 { padding-bottom:10px !important;}
  .pbpx_20 { padding-bottom:20px !important;}
  .pbpx_30 { padding-bottom:30px !important;}
  .pbpx_40 { padding-bottom:40px !important;}
  .pbpx_50 { padding-bottom:50px !important;}
  .pbpx_60 { padding-bottom:60px !important;}
  .pbpx_70 { padding-bottom:70px !important;}
  .pbpx_80 { padding-bottom:80px !important;}
  .pbpx_90 { padding-bottom:90px !important;}
  .pbpx_100 { padding-bottom:100px !important;}

  .ptpx_10 { padding-top:10px !important;}
  .ptpx_20 { padding-top:20px !important;}
  .ptpx_30 { padding-top:30px !important;}
  .ptpx_40 { padding-top:40px !important;}
  .ptpx_50 { padding-top:50px !important;}
  .ptpx_60 { padding-top:60px !important;}
  .ptpx_70 { padding-top:70px !important;}
  .ptpx_80 { padding-top:80px !important;}
  .ptpx_90 { padding-top:90px !important;}
  .ptpx_100 { padding-top:100px !important;}

  /*topに青ボーター*/
  .border_t_s_blue {
    border-top: 4px solid #5f96cb;
  }
  /*topに青ドットボーター*/
  .border_t_d_blue {
    border-top: 2px dotted #5f96cb;
  }
  /*ボーダーボトムを消去*/
  .border_b_none {
    border-bottom: none !important;
  }

  /*-------------------------------------------

  pager

  -------------------------------------------*/
  .pager_01_wrap:after {
    content: '';
    display: block;
    clear: both;
  }

  .pager_01_wrap > * {
    float: left;
    width: 48%;
  }

  .pager_01_wrap > * + * {
    margin-left: 4%;
  }

  .pager_01_wrap .btn_base a {
    height: 2.8em;
  }

  .pager_01_wrap .btn_base.btn_prev.btn_icon_l a {
    padding-left: 55px;
  }

  .pager_01_wrap .btn_base.btn_next.btn_icon_r a {
    padding-right: 55px;
  }

  .pager_02 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.92rem;
  }

  .pager_02:after {
    content: '';
    display: block;
    clear: both;
  }

  .pager_02 > * {
    margin-left: 0.1em;
    margin-right: 0.1em;
    display: inline-block;
  }

  .pager_02 > *.pager_02_cacurrent a {
    background: #0068cb;
    border-color: #0068cb;
    color: #fff;
  }

  .pager_02 a {
    display: block;
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    border: 2px solid #0068cb;
    text-decoration: none;
    color: inherit;
    line-height: 2.6em;
  }

  .pager_02 .pager_02_prev a,
  .pager_02 .pager_02_next a {
    width: auto;
    padding-left: 0.7em;
    padding-right: 0.7em;
  }

  .pager_02 .pager_02_prev {
    margin-left: 0;
    float: left;
  }

  .pager_02 .pager_02_next {
    margin-right: 0;
    float: right;
  }

  /*-------------------------------------------

  anchor

  -------------------------------------------*/

  /*中原追記*/
  .anchor_menu table {
      width: 100%;
      border-collapse: collapse;
  }

  .anchor_menu table tr {
    width:100%;
  }

  .anchor_menu td {
    border-style: solid;
    border-width: 0px;
    padding: 0.5em;
    font-size: 0.84rem;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
  }

  .anchor_menu .btn_base {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .anchor_menu td {
    border:solid 2px #FFF;
  }

  .anchor_menu td {
    width:50%;
    font-size: 0.84rem;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
  }

  .anchor_menu .btn_base.btn_next.btn_title a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_05.png);
    background-size: 100%;
    width:30px;
  }

  .anchor_menu .btn_base.btn_title a {
    border: none;
    border-radius: 0;
    color: #0075d8;
    background-color: #e6f6fa;
    cursor: default;
    box-shadow: none;
    padding: 0 1.3em 0 0 !important;
    width:100%;
    height:86px;
    line-height: 1.2;
  }

  .anchor_menu .btn_base.btn_title span {
    border: none;
    border-radius: 0;
    background: #4897e2;
    color: #fff;
    cursor: default;
    box-shadow: none;
    text-align: center;
    width:100%;
    height:86px;
    line-height: 1.2;
  }

  .anchor_menu.p_link .btn_base.btn_next.btn_title a:after {
    background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_03.png);
    background-size: 100%;
    width:15px;
  }

  .anchor_menu .btn_base.btn_next.btn_title a:after {
    right:0.5em;
  }

  .anchor_menu .blank_logo {
    background-color: #e6f6fa;
  }

  .anchor_menu .blank_logo p {
    text-align: center;
    background-color: #e6f6fa;
  }

  .anchor_menu .blank_logo img {
    width:80px;
    margin: 0 auto;
  }

  .column_type2 .column_type2_cont {
    float:left;
    width:48%;
    margin: 1%;
  }


  p.error {
    font-size: 1rem;
    color: #ff3333;
    font-weight: bold;
    padding: 0 0 20px 34px;
    background: url(/image_cmn-mfi/cmn_ico_error.gif) no-repeat 0 8px;
    background-size: 28px 28px;
  }


  .column_block.column_2 .box_block {

  }
  .column_block.column_2 .box_block {
      margin-top: 1em;
      padding: 1em;
  }
  .column_block.column_2 .box_block.box_title {
      padding: 0;
      color: #FFF;
      font-weight: bold;
  }
  .column_block.column_2 > div > .box_block.box_title > p,
  .column_block.column_2 > div > .box_block.box_title > p > a {
      font-size: 1.07rem;
  }
  .box_block.box_title > .btn_base {
      padding: 0;
  }

  .box_block.box_title > p {
      padding: 0.5em 1em;
      font-size: 1.38rem;
  }
  .column_block.column_2 > div > .box_block.box_title > p > a:after {
      background-size: auto 1em;
  }
  .btn_base.btn_next.btn_default a:after,
  .btn_base.btn_next.btn_sub a:after,
  .btn_base.btn_next.btn_active a:after {
      background-image: url(https://pic2.token-cup.com/image_cmn-mfi/arrow_01.png);
  }
  .btn_base.btn_active a {
      border: none;
      border-radius: 0;
      color: #FFF;
      background-color: #0068cb;
      cursor: default;
      box-shadow: none;
  }

  span.second_indent {
      text-indent: -1em;
      padding-left: 1em;
      display: inline-block;
  }

  .wbr{
    white-space: nowrap;
  }

  /* テキスト色 */
  .text_blue {
    color: #0066FF;
  }

  .text_red {
    color: #CB0000;
  }

  /* センター寄席 */
  .text_center {
    text-align: center;
  }

  /* 太字 */
  .text_bord {
    font-weight: bold;
  }

  .youtube_link a{
    display: block;
    position: relative;
  }

  .youtube_link a:before{
    content:"";
    display:block;
    width:3.5rem;
    height: 3.5rem;
    background: url(https://pic2.token-cup.com/image_cmn-mfi/mv_icon.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  /* --------------------
    180423 追加
  ---------------------- */
  .accordion_block.accordion_default li .blank_link:after {
    background: url(https://pic2.token-cup.com/image_cmn-mfi/ico_blank03.png) center center no-repeat;
    width: 26px;
  }

  /*-------------------------------------------
  btn_pagetop
  -------------------------------------------*/

  .btn_pagetop {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
  }

  .btn_pagetop a {
    background: -webkit-linear-gradient(top, #fff 0%, #e6f4fd 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6f4fd 100%);
    border: .2em solid #0075d8;
    border-radius: .5em;
    bottom: 1.5em;
    box-shadow: 0 .125em .3125em 0 rgba(0, 30, 50, 0.6);
    box-sizing: border-box;
    color: #0075d8;
    display: block;
    font-size: .625rem;
    font-weight: 800;
    height: 5.2em;
    line-height: 1;
    letter-spacing: -.1em;
    margin: auto;
    padding-top: 2.3em;
    position: fixed;
    right: 1.5em;
    text-align: center;
    width: 5.2em;
  }

  .btn_pagetop .svg_box{
    fill: #0075d8;
    transform: rotate(-90deg);
    position: absolute;
    height: 2.5em;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 2em;
  }

  /*--svg基礎--*/
  .svg_box{
    display: block;
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    bottom: 0;
    right: .5em;
    top: calc(100% / 3);
  }

  .svg_box svg{
    height: 100%;
    width: 100%;
  }

  /*ボタン標準*/
  .btn_base .svg_box,
  .btn_nav .svg_box{
    height: 1em;
    top: calc(100% / 4);
    width: 1em;
  }

  .btn_basic .svg_box{
    fill: #f75586;
  }


  .inner .box_block.bg_blue_2{
    margin-top: 2em;
  }

}

@media screen and ( max-width: 570px ) {
  #nav .nav_wrap {
    top: 3.3em;
  }

  .score_pairOp #score_pair .score_pair_btn {
    top: 3.3em;
  }
} 


/* --------------------------------------

　　　　  description

-----------------------------------------*/
#description #description_txt,
#description .btn_description {
  display: none;
}
@media screen and ( max-width: 767px ) {
  #description {
    padding: 8.6vw 6.4vw;
    background: #F8F6EA;
  }
}
@media screen and ( min-width: 768px ) {
  #description {
    color: #000;
    border: 3px solid #a5d6a7;
    margin: 3em auto;
    max-width: 760px;
    padding: 0.5em;
    word-break: break-all;
    box-sizing: border-box;
    width: 95%;
    background: #fff;
  }
  #description p {
    font-size: 13px;
    line-height: 1.4;
  }
}

#head_hmc_logo {
  position: absolute;
  top: 37px;
  left: 466px;
  width: 254px;
  
}
#head_hmc_logo img {
  width: 100%;
}