@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:800");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,w-100
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  width: 100%;
  min-height: 100%;
  word-wrap: break-word;
}

body {
  font-size: 1.125rem;
  font-family: Tahoma, Segoe, Verdana, "メイリオ", Meiryo, "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #000;
  background-color: #00b3b9;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 0.9rem;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #009399;
}
#app_info .ft-b05 a {
  color: initial;
  text-decoration: underline;
}

a:hover, a:active {
  opacity: 0.5;
}

.cp_authorinfo a:hover img{
	opacity: 0.8;
}

.cp_authorinfo .ft-b span {
  display: block;
  color: #000;
  font-size: 85%;
}
.cp_authorinfo .ft-b span a {
  text-decoration: underline;
}
.cp_authorinfo .ft-b img {
  display: block;
  margin: 0 auto;
  width: 65%;
}
.cp_authorinfo ul span {
  color: #454545;
}
 .attention {
  background-color: #000;
  color: #fff;
  padding: 1.2%;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.2rem;
  width: 55%;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 3%;
}
.attention_card {
  text-align: left;
}
.attention_card span {
  color: #f00;
}


 .attention_info {
  background-color: #1c5aa5;
  color: #fff;
  padding: 1.2%;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.2rem;
  width: 90%;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 3%;
}


.fc-w a {
  color: #fff;
}

section {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

section:nth-child(even) {
  background-color: #fff;
}

header, div.container {
  width: 90%;
	max-width: 960px;
  margin: 0 auto;
}

div.header_block{



}

.container {
  width: 90%;
	max-width: 960px;
  margin: 0 auto;
}
.container2 {
  width: 90%;
	max-width: 960px;
  margin: 0 auto;
}
.container .ft-b02 img {
  margin: 3% 0 8%;
  width: 100%
}
footer {
  width: 90%;
  margin: 0 auto;
}

h2, h3, h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

h2 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 1.5rem;
  }
	header {
  width: 100%;
	max-width: 750px;
  margin: 0 auto;
	background-size: cover;
	}
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 1.5rem;
  }
	header {
  width: 100%;
	max-width: 960px;
  margin: 0 auto;
	background-size: cover;
	}
}

.box {
  margin-top: 30px;
  border: solid 3px ;
}

.box h3 {
  padding: 10px;
  text-align: center;
}

.box .text-area {
  width: 100%;
  display: block;
  padding: 20px;
}

.blue {
  border-color: #e60012;
}

.blue h3 {
  font-size: 1.5rem;
  background-color: #e60012;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .blue h3 {
    font-size: 1.2rem;
  }
}

.blue li {
  padding-left: 0.7em;
  text-indent: -.7em;
}

.blue li:before {
  content: "●";
  font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
  .blue li:before {
    font-size: 1rem;
  }
}

.blue li:before {
  color: #e60012;
}

.yellow {
  border-color: #ffe100;
}

.yellow h3 {
  font-size: 1.875rem;
  background-color: #ffe100;
  color: #e60012;
}

@media screen and (max-width: 750px) {
  .yellow h3 {
    font-size: 1.5rem;
  }
}

.yellow h4 {
  font-size: 1rem;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .yellow h4 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 961px) {
  .yellow h4 {
    display: inline;
  }
}

.yellow .bc-or {
  background-color: #eb6100;
}

.yellow .bc-lb {
  background-color: #00aee3;
}

.yellow p {
  font-size: 1.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 750px) {
  .yellow p {
    font-size: 1.2rem;
  }
}

.yellow .fc-r {
  font-size: 1.875rem;
}

@media screen and (max-width: 750px) {
  .yellow .fc-r {
    font-size: 1.5rem;
  }
}

.jcb {
  margin: 0 20px 20px;
  border: solid 3px #e60012;
}

.jcb h3 {
  font-size: 1.5rem;
  background-color: #e60012;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .jcb h3 {
    font-size: 1.2rem;
  }
}

.jcb h3 span {
  font-size: 1.25rem;
  background-color: #fff;
  color: #e40817;
  margin-top: -3px;
  margin-right: 10px;
  padding: 5px 20px;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .jcb h3 span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .jcb h3 span {
    display: inline;
  }
}

.jcb p {
  font-size: 1rem;
  font-family: Tahoma, Segoe, Verdana, "メイリオ", Meiryo, "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 750px) {
  .jcb p {
    font-size: 0.8rem;
  }
}

.lblue {
  background-color: #fff;
  border-color: #00aee3;
}

@media screen and (min-width: 961px) {
  .lblue {
    margin-top: 2em;
  }
}

.text-area {
  position: relative;
}

.text-area .tokuten1 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.text-area .tokuten2 {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.text-area .tokuten3 {
  position: absolute;
  top: 30px;
  left: 140px;
}

.period {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  border-color: #e40817;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .period {
    font-size: 1.5rem;
  }
}

h2.cmp {
  font-size: 2.8125rem;
  color: #e60012;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  h2.cmp {
    font-size: 2.25rem;
  }
}

h2.cmp .small {
  font-size: 1.5625rem;
}

@media screen and (max-width: 750px) {
  h2.cmp .small {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 960px) {
  h2.cmp {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 960px) and (max-width: 750px) {
  h2.cmp {
    font-size: 2rem;
  }
}

.mapbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	padding: 10px;
}
.toiawase {
	color:#fff;
}
.toiawase a {
	color:#fff;
}
@media screen and (max-width: 960px) {
  .flexbox {
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 100%;
  }
}

.item {
  width: 460px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .item {
    width: 100%;
  }
}

.item img {
  border: solid 1px #ccc;
}

@media screen and (min-width: 961px) {
  .item:nth-child(even) {
    margin-left: 10px;
  }
	  .card_map:nth-child(even) {
  }
}

.square_btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 70%;
  display: block;
  margin: 10px auto 0;
  padding: 0;
  background-image: url("../img/square_btn.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #00aee3;*/
  -webkit-box-shadow: 5px 5px #A90404;
          box-shadow: 5px 5px #A90404;
}

@media screen and (max-width: 750px) {
  .square_btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .square_btn {
    width: 100%;
    padding: 0;
  }
}
.square_btn_a {
color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

footer {
  font-size: 0.75rem;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  footer {
    font-size: 0.6rem;
  }
}

.clearfix {
  zoom: 1;
}

.img-responsive {
  display: block;
/*  max-width: 100%;*/
	width: 100%;
  height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-responsive3 {
  display: block;
  width: 70%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
	
}
.img-responsive2 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive4 {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .img-responsive4 {
  	max-width: 100%;
		width: 90%;
	}
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.link-text {
  text-decoration: underline;
}

.fz-xl {
  font-size: 140%;
	font-weight: bold;
}

.fz-l {
  font-size: 130%;
	margin-top: 40px;
	font-weight: bold;
}

.fz-m {
  font-size: 0.875rem;
}
/* 追加230301 */
.fw-bold {
  font-weight: bold;
}
.ta-j {
  text-align: justify;
}
.bg_blue {
  color: #fff;
  background: #00B3B9;
}
.dis_b {
  display: block;
}
.dis_ib {
  display: inline-block;
}
.head_box {
  padding: 0.5em 1em;
}
.font_custom01 {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.hb_no {
  width: 1em;
  float: left;
}
.hb_txt {
  padding-left: 1.2em;
}

@media screen and (max-width: 750px) {
  .fz-m {
    font-size: 1rem;
  }
}
.fz-m2 {
  color: #000;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .fz-m2 {
  color: #000;
    font-size: 0.7rem;
  }
}

.fz-s {
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  .fz-s {  font-size: 1rem;
  }
}

.fc-w {
  color: #fff;
}

.fc-r {
  color: #e40817;
}

.fc-y {
  color: #ffe100;
}

.fc-lb {
  color: #fff;
}

.ft-b {
  font-weight: bold;

}
.ft-b-2 {
  font-weight: bold;
    font-size: 120%;
  font-weight: bold;
}
.ft-b02 {
  font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 18px;
	letter-spacing: 0.2rem;
}

.ft-b03 {
  font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ft-b04 {
  font-weight: bold;
	margin-top: 10;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.ft-b05 {
  font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
		font-size: 1.3em;
}

.ft-b06 {
  font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ft-b07 {
  font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}

.mtxs {
  margin-top: 10px !important;
}

.mts {
  margin-top: 30px !important;
	width: auto;
}

.mtm {
  margin-top: 40px !important;
}

.mtl {
  margin-top: 70px !important;
}

.mbxs {
  margin-bottom: 10px !important;
}

.mbs {
	text-align: left;
    display: inline-block;
    margin: auto;
    margin-bottom: 30px !important;
}
.mbs p {
      text-align: left;
}
.mbm {
  margin-bottom: 40px !important;
}

.mbl {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 961px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .md {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .maru_jcb h3, .maru_dc h3 {
    font-size: 1.2rem;
  }
}

.float-left {
  float: left;
}
@media screen and (min-width: 751px) {
.float-lg-left {
    float: left;
  }
}
.float-right {
  float: right;
}
@media screen and (min-width: 751px) {
.float-lg-right {
    float: right;
  }
}

.pr-1 {
  padding-right: 1rem;
}
.pl-1 {
  padding-left: 1rem;
}
@media screen and (min-width: 751px) {
.pr-lg-1 {
    padding-right: 1rem;
  }
}
.pr-2 {
  padding-right: 2rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 4rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 751px) {
.pb-lg-0 {
    padding-bottom: 0;
  }
}
.w-100 {
  width: 100%;
}
@media screen and (min-width: 751px) {
.w-lg-38 {
    width: 38%;
  }
}

.map {
  text-align: center;
  margin: 0px auto 20px;
  display: block;

}

.map img {
  margin: 0 auto;
  display: block;
}

.item .text-area {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .item .text-area {
    min-width: 70%;
  }
}

.item .map-area {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-left: 10px;
}

@media screen and (max-width: 960px) {
  .map {
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .item .map-area {
    width: 30%;
  /*    min-width: 175px;*/
  }
}

.item .map-area img {
  width: 100%;
  background-color: #fff;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

.flexbox2 {
  width: 100%;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

.flexbox_max {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item3 {
  width: 45%;
}

.item_half {
  width: 48%;
	margin-bottom: 20px;
}
.item_half img{
	border: 1px solid #eee;
}

.item_separate3 {
  width: 33%;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .flexbox_max {
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 100%;
  }
	.item_half {
  width: 100%;
	margin-bottom: 20px;
}
	
}


@media screen and (max-width: 960px) {
  .item3 {
    width: 100%;
  }
}

.item3 .text-area {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .item3 .text-area {
    min-width: 70%;
  }
  .flexbox2 {
    padding: 0 0 0 42px;
  }
}

.item3 .map-area {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-left: 20px;
}

  .br_res {
    display: none;
  }
@media screen and (max-width: 750px) {
  .item3 .text-area {
    padding-bottom: 20px;
  }
.item3 .map-area {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: auto;
  padding-left: 0;
	}
}
@media screen and (max-width: 450px) {
  .br_res {
    display: block;
  }
.map {
  width: 100%;
  text-align: center;
  margin: 30px auto;
	}
}

.item3 .map-area img {
  width: 100%;
  background-color: #fff;
}

.item3 img {
  border: solid 1px #ccc;
}

.info_box{
  background: #c8e7e9;
  padding:10px;
  text-align: center;
  margin: 3em auto 3%;
}

/* 202303追加：同時開催キャンペーン */

h3.subcp {
  color: #00b3b9;
  font-size: 1.5em;
}
h3.subcp span.subcopy {
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #00b3b9;
  top:-30px;
}

h3.subcp span.subcopy:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #00b3b9 transparent transparent transparent;
}


@media screen and (max-width: 960px) {
  .flexbox {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .flexbox {
    display: block;
  }
}



.triple {
  text-align: center;
  /*padding-top: 40px;*/
}
.btn-triple {
  margin: 10px auto 0;
	margin-bottom: 20px;
  width: 70%;
  display: block;
  text-align: center;
  background-color: #ffe100;
  font-size: 16px;
  /*padding: 10px 1%;*/
  /*line-height: 52px;*/
  color: #e60012;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ffe100;
  position: relative;
  overflow: hidden;
  z-index: 1;
	 -webkit-box-shadow: 5px 5px #B49747;
          box-shadow: 5px 5px #B49747;
}
.btn-triple:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #e60012;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(5deg);
  transition: .2s;
  z-index: -1;
}
.btn-triple:hover{
  color: #ffe100;
}
.btn-triple:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-triple:active:after{
  height: 340%;
  opacity: 1;
}
.btn-triple a {
  height: 100%;
  width: 100%;
  padding: 10px 1%;
  display: block;
}
.cp_campain {
	padding: 1em 0em 0.5em 0em;
	border-top: solid 1px #00b3b9;
	border-bottom: solid 1px #00b3b9;
	position: relative;
	margin-top: 40px;
}
.cp_campain::before,
.cp_campain::after {
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #00b3b9;
}
.cp_campain::before{
	left: 10px;
}
.cp_campain::after{
	right: 10px;
}

.cp_campain .cp_title {
  padding: 0 1em;
	display: flex;
	background-color: #00b3b9;
		text-align: center;
}
.cp_campain .cp_title h2 {
  width: 100%; /* add */
	margin: 0.3em auto 0.3em auto;
	text-align: center;
	color: #ffffff;
	font-size: 1.4rem;
}
.cp_campain .cp_title ul {
	margin: 0.5em 0;
	padding: 0.3em 0 0.3em 0.8em;
	width: 35%;
	text-align: center;
	border-left: 1px dashed #ffffff;
}
.cp_campain .cp_title li {
	display: inline;
	padding: 0 0.5em;
}
.cp_campain .cp_title li a {
	color: #ffffff;
}
.cp_campain .cp_authorinfo {
	padding: 0.5em 1.5em  0.5em  1.5em;
}
.card_map{
  width: 100%;
  max-width: 430px;
	display: inline-block;
  margin: auto;
	padding: 20px;
}
.card_map2{
  width: 100%;
  max-width: 430px;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
}

.glay{
color: gray;
	font-size: 0.8em;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
		margin-top: 20px;
	margin-bottom: 0px;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
	font-size: 0.8em;
	
	
}
.cp_table th {
	width: auto;

	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #dddddd;
	text-align: center;
}
.cp_table td:first-child {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.th_none {
  border: none !important;
}
.td_none {
  border: none !important;
}

.table2 {
	margin: auto;
	text-align: center;
	max-width: 100%;
	
}
.table2-sp {
  margin: auto;
  text-align: center;
  max-width: 100%;
  display: none;
}
  .cp_table-sp {
    display: block;
    width: 100%;
    table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
  }

@media only screen and (max-width: 480px) {
  .cp_table {
    display: block;
    width: 100%;
    table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
  }
  .cp_table thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .cp_table tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .cp_table th {
    display: block;
    width: auto;
    border-width: 1px 0px 0px 1px;
    border-color: #dddddd;
    border-style: solid;
  }
  .cp_table th:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .cp_table tbody tr {
    display: inline-block;
    margin: 0;
  }
  .cp_table td {
    display: block;
    border-width: 1px 1px 0px 1px;
    border-color: #dddddd;
    border-style: solid;
  }
  .cp_table td:last-child {
    border-bottom: 1px solid #dddddd;
  }
}


a.jp_btn {
	display: block;
  width: 70%;
	max-width: 70%;
  margin: auto;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #00b3b9;
	border: 2px solid #00b3b9;
	border-radius: 3px;
	transition: .4s;
}
a.jp_btn:hover {
	background:  #e60012;
	color: #fff;
}

@media only screen and (max-width: 480px) {
  .table2 {
  margin: auto;
  text-align: center;
  max-width: 100%;
  display: none;
	}
	.cp_table {
		display: block;
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	.cp_table thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}
	.cp_table tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	.cp_table th {
		display: block;
		width: auto;
		border-width: 1px 0px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table th:last-child {
		border-bottom: 1px solid #dddddd;
	}
	.cp_table tbody tr {
		display: inline-block;
		margin: 0;
	}
	.cp_table td {
		display: block;
		border-width: 1px 1px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table td:last-child {
		border-bottom: 1px solid #dddddd;
	}

/* SP版 */
.table2-sp {
  margin: auto;
  text-align: center;
  max-width: 100%;
  display: block;
}
  .cp_table-sp {
    display: inline-table;
    width: 100%;
		border-collapse: collapse;
		margin: 20px auto 30px auto;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
  }
  .cp_table-sp thead {
    /*display: block;
    float: left;
    overflow-x: scroll;*/
  }
  .cp_table-sp tbody {
    /*display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;*/
  }
  .cp_table-sp th {
    /*display: block;
    width: auto;
    border-width: 1px 0px 0px 1px;
    border-color: #dddddd;
    border-style: solid;*/
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
		padding: 0 1%;
    text-align: center;
		vertical-align: middle;
  }
  .cp_table-sp th:last-child {
    /*border-bottom: 1px solid #dddddd;*/
  }
  .cp_table-sp tbody tr {
    /*display: inline-block;
    margin: 0;*/
  }
  .cp_table-sp td {
    /*display: block;
    border-width: 1px 1px 0px 1px;
    border-color: #dddddd;
    border-style: solid;*/
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    text-align: center;
		vertical-align: middle;
  }
  .cp_table-sp td:last-child {
    /*border-bottom: 1px solid #dddddd;*/
  }
	a.jp_btn {
		display: block;
		width: 100%;
		max-width: 260px;	
	}

	
  /* /SP版 */
}



.bannar-user {
}
.bannar-user a {
width: 100%;
max-width: 630px;
border: solid 2px #e60012;
border-radius: 3px;
margin: 30px auto 0;
display: block;
}
.bannar-user a img {
  width: 100%;
  vertical-align: bottom;
}
.counter-headline {
  width: 100%;
  margin-bottom: 20px;
	margin-left:-4%;
}
.counter-headline p {
}
.indent {
padding-left: 72px;
text-indent: -54px;
}
.counter-headline-maru {
  color: #d0111b;
}
.counter-headline-sp {
  color: #1ca264;
}
.counter-headline-000 {
  color: #000;
  padding-right: 4px;
}
.counter-list {
  margin-left: 43px;
}
.counter-list ul {
  list-style: disc;
}
.counter-list ul li {
  color: #e40817;
  line-height: 1.8;
}
.counter-list ul li a {
  color: #e40817;
  text-decoration: underline;
}


@media screen and (max-width: 750px) {
.indent {
padding-left: 57.6px;
text-indent: -43.2px;
}
.counter-list {
  margin-left: 34.6px;
}
.flexbox2 {
  padding: 0 9% 0 34.6px;
}
}

@media screen and (max-width: 450px) {
.flexbox2 {
  padding: 0 0 0 21.4px;
}
.counter-list {
  margin-left: 21.4px;
}
}

.text-area ul {
  list-style: disc;
}
.text-area ul li {
  color: #e40817;
}
.text-area ul.tokusetsu_name li {
  color: #009638;
}


.lst-none {
  margin-left: -24px;
  list-style: none;
}


/* side button style */
#side_fixed_btn {
	position: fixed;
	bottom: 10%;
	right: 0;
	background-color: transparent;
	line-height: 0.9;
}
#side_fixed_btn a {
	text-align: center;
	text-decoration: none;
  padding: 0;
	transition: all 0.6s ease 0s;
}
#side_fixed_btn img{
  width: 100%;
  cursor: pointer;
	border:1px solid #e60012;
}
#side_fixed_btn a:hover{
	opacity: 1;
}

#side_fixed_btn:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.5s;
}





/* Zoom In #1 */
#side_fixed_btn2 {
	position: fixed;
	bottom: 10%;
	right: 0;
	background-color: transparent;
	line-height: 0.9;
}

figure {
	width: 100px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}


#side_fixed_btn2 a:hover{
	opacity: 1;
}

/*

#side_fixed_btn2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#side_fixed_btn2 a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

*/


#side_fixed_btn2 figure img {
	margin-left: 10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#side_fixed_btn2 figure:hover img {
	margin-left: 0;
}


@media (max-width:479px) {
	#side_fixed_btn {
		width:20%;
		bottom:5%;
	}
}


/* ------------------------------------------- */



/*----- sp size -----*/
@media (max-width:479px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
/*----- pc size -----*/
@media (min-width:480px) {
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
}
.card_counter {
  padding-top: 2%;
}