@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* input[type="button"],
* input[type="submit"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: 0;
    box-sizing: border-box
}

* input[type="button"]::-webkit-search-decoration,
* input[type="submit"]::-webkit-search-decoration {
    display: none
}

* input[type="button"]::focus,
* input[type="submit"]::focus {
    outline-offset: -2px
}

body {
    background-color: #fff;
    margin: 0;
    position: relative;
    color: #707070;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
}

body,
input {
/*
    font-family: ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace
*/
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
}

input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px 5px 0 0
}

a {
    color: #1671b8
}

a,
input[type=button],
input[type=submit] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    opacity: .7
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

p {
    font-size: 14px;
    text-align: left;
    line-height: 25px
}

section.page {
    padding: 5pc 0
}

.blue{
    color:#0071bc;
}
.bold{
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    section.page {
        padding: 60px 0 0
    }
}

section.page article.message {
    border: 1px solid #0071bc;
    padding: 15px;
    margin: 15px auto
}

@media only screen and (max-width:768px) {
    section.page article.message {
        width: 90%
    }
}

section.page article.message h4 {
    color: #bc5e00;
    text-align: center;
    font-size: 1pc;
    font-weight: 700
}

section.page article.message strong {
    font-size: 14px
}

.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.flex-around{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    flex-wrap: wrap;
}
.flex,
.flex-around,
.flexdirectioncolum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flexdirectioncolum {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.innner {
    max-width: 810pt;
    width: 100%;
    height: auto;
    margin: 0 auto
}

@media only screen and (min-width: 768px)
{
    #section1 .info .innner.flex ul{
        width:100%;

    }
    .cardpadding{
        padding:30px 120px 0px;
    }
}


.flexstretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

header {
    border-bottom: 1px solid #0071bc
}

@media only screen and (max-width:768px) {
    header {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 4
    }
    .cardpadding{
        padding:74px 12px 0px;
    }
}

header .innner {
    height: 75pt
}

@media only screen and (max-width:768px) {
    header .innner {
        height: 63px;
        position: fixed;
        background-color: #fff;
        border-bottom: 1px solid #0071bc
    }
}

header .innner .menuarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

@media only screen and (max-width:768px) {
    header .innner .menuarea {
        padding: 0 0 10px 10px
    }
}

@media only screen and (max-width:768px) {
    main {
        margin-top:63px;
    }
}


header .innner .menuarea h1 img {
    max-width: 187px;
    width: 100%;
    height: auto
}

@media only screen and (max-width:768px) {
    header .innner .menuarea h1 img {
        width: 90pt
    }
}

header .innner .menuarea ul:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 893px;
    height: auto
}

@media only screen and (max-width:768px) {
    header .innner .menuarea ul:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: right;
        width: 100%
    }
    header .innner .menuarea ul:first-child li {
        width: 100%;
        background-color: transparent
    }
    header .innner .menuarea ul:first-child li:last-child {
        display: none
    }
    header .innner .menuarea ul:first-child li a {
        color: #0071bc;
        font-size: 11px
    }
}

header .innner .menuarea ul.NavMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 893px;
    height: auto;
    padding: 20px 0 0 200px
}

@media only screen and (max-width:768px) {
    header .innner .menuarea ul.NavMenu {
        padding: 0;
        display: none;
        width: 100%
    }
}

header .innner .menuarea ul li {
    list-style-type: none
}

header .innner .menuarea ul li a {
    color: #0071bc;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 20px;
    position: relative
}

header .innner .menuarea ul li a:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #88a6ca;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

header .innner .menuarea ul li a:hover:after {
    bottom: -3px;
    opacity: 1;
    visibility: visible
}

header .innner .menuarea ul li a:hover {
    opacity: 1
}

@media only screen and (max-width:768px) {
    header .innner .menuarea ul li a {
        font-size: 11px;
        padding: 0
    }
    header .innner .menuarea ul li a:after,
    header .innner .menuarea ul li a:hover:after {
        display: none
    }
}

@media only screen and (max-width:768px) {
    header .innner nav {
        margin: 0 5pc 0 0
    }
    header .innner nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0
    }
    header .innner nav ul.NavMenu {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100vh;
        transform: translateY(-100%);
        transition: all .6s;
        display: none
    }
    header .innner nav ul.NavMenu.active {
        transform: translateY(0);
        display: block;
        padding: 60px 0 0 40%;
        height: 100vh
    }
    header .innner nav ul.NavMenu.active li {
        list-style-type: none;
        padding: 0;
        right: 0;
        width: 100%;
        background-color: #000;
        border-bottom: 1px solid #0071bc;
        line-height: 60px;
        position: relative
    }
    header .innner nav ul.NavMenu.active li a {
        display: block;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        padding: 0 0 0 20px
    }
    header .innner nav ul.NavMenu.active li:after {
        position: absolute;
        top: 0;
        right: 1pc;
        content: ">";
        font-weight: 400
    }
    header .innner nav ul.NavMenu.active:before {
        position: absolute;
        top: 0;
        right: 0;
        content: "MENU";
        color: #0071bc;
        font-size: 14px;
        background-color: #000;
        width: 60%;
        height: 60px;
        text-align: center;
        line-height: 60px;
        text-align: left;
        padding: 0 0 0 20px;
        border-bottom: 1px solid #0071bc
    }
    header .innner nav .Toggle {
        display: block;
        position: fixed;
        right: 13px;
        top: 15px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        z-index: 3
    }
    header .innner nav .Toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #707070;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px
    }
    header .innner nav .Toggle span:nth-child(2),
    header .innner nav .Toggle spanspan:nth-child(1) {
        top: 9pt
    }
    header .innner nav .Toggle span:nth-child(3) {
        top: 24px
    }
    header .innner nav .Toggle.active span:nth-child(1) {
        top: 9pt;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    header .innner nav .Toggle.active span:nth-child(2),
    header .innner nav .Toggle.active span:nth-child(3) {
        top: 9pt;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media only screen and (max-width:768px) {
    #section1 {
        margin: 60px 0 0
    }
}

/*20200511 add   */
  .top-movie-box{
    height: 100%;
      height: 56vw !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
    .movie-cover{
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s;
}

      .movie-cover:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      }
      #movie{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
      }

#video iframe{
  position: fixed;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


#section1 .key {
  width: 100%;
  height: 40vw !important;
  background: url(../img/topimg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
/*  background-attachment: fixed;*/
}

@media only screen and (max-width:768px) {
    #section1 .key {
        height: 210px;
        background-attachment: initial
    }
}

#section1 .key .innner {
    position: relative;
    height: 500px
}

@media only screen and (max-width:768px) {
    #section1 .key .innner {
        height: 200px
    }
}

#section1 .key .innner h2 {
    position: absolute;
    bottom: 72px;
    left: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #0071bc;
    border: 1px solid #0071bc;
    width: 140px;
    height: 30px;
    text-align: center;
    font-weight: 400
}

@media only screen and (max-width:768px) {
    #section1 .key .innner h2 {
        left: 10px;
        bottom: 10px;
        width: 75pt;
        height: 2pc;
        font-size: 1pc
    }
}

#section1 .info {
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 15px 0
}
#section1 .info .innner.flex{
    align-items: normal;

}
@media only screen and (min-width:767px) {
#section1 .info .innner ul li {
    width:96%;

}
    
}

@media only screen and (max-width:767px) {
    #section1 .info .innner {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
    }
    #section1 .info .innner ul li p{
        line-height: 1.2;
        font-weight:normal;
    }
}

#section1 .info .innner h2 {
    font-size: 20px;
    color: #0071bc;
    font-weight: 400;
    text-align: center
}

@media only screen and (max-width:768px) {
    #section1 .info .innner h2 {
        font-size: 14px
    }
}

#section1 .info .innner ul li {
    margin: 10px auto;
    list-style-type: none;
    padding:0 0px;
    text-align: left;
}

#section1 .info .innner ul li a {
    font-size: 16px;
    text-decoration: none;
    font-weight:bold;
}

#section1 .info .innner ul li p{
    font-size:12px;

}

#section1 .info .innner ul li img {
    width: 100%;
}




@media only screen and (max-width:768px) {
    #section1 .info .innner ul li a {
        font-size: 14px;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    #section1 .info .innner ul:last-child {
        /*display: none*/
    }
}

#section2 .innner a {
    width: 360px;
    height: 360px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    display: block
}

#section2 .under a {
    width: 540px;
    height: 540px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    display: block
}


@media only screen and (max-width:768px) {
    #section2 .innner a {
        width: 100%;
        height: 100%
    }
}

#section2 .innner a img {
    width: 100%;
    height: auto;
    filter: brightness(60%);
    z-index: 1
}

#section2 .innner a:hover {
    opacity: 1;
    filter: brightness(160%);
    text-shadow: 2px 2px 3px #000
}

#section2 .innner a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: #e5e5e5;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width:768px) {
    #section2 .innner a span {
        font-size: 1pc
    }
}

@media only screen and (max-width:768px) {
    #section2 .innner:last-child {
        margin: -6px auto 0
    }
}

#section3 .innner h2 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    background-color: #0071bc;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px
}

#section3 .innner h2 + strong {
    display: block;
    padding: 20px 0;
    font-weight: 400;
    text-align: center;
    color: #000
}

@media only screen and (max-width:768px) {
    #section3 .innner h2 + strong {
        font-size: 9pt
    }
}

@media only screen and (max-width:768px) {
    #section3 .innner h2 {
        margin: -6px auto 0;
        font-size: 1pc;
        height: 40px
    }
}

#section3 .innner .flex {
    padding: 0 0 60px;
    align-items: normal;
}

@media only screen and (max-width:768px) {
    #section3 .innner .flex {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 30px
    }
}

#section3 .innner .flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
    width: 300px
}

@media only screen and (max-width:768px) {
    #section3 .innner .flex div {
        width: 96%;
        display: block;
        margin: 6px auto 20px auto;
    }
}

#section3 .innner .flex div h3 {
    color: #0071bc;
    font-size: 1pc;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width:768px) {
    #section3 .innner .flex div h3 {
        padding: 0 0 4px 0;
    }
}

#section3 .innner .flex div a {
    color: #000;
    display: block;
    font-size:14px;
    text-decoration: none;
}

#section3 .innner .flex div a p {
    font-size: 13px;
    line-height: 1.4;
}

@media only screen and (max-width:768px) {
#section3 .innner .flex div ul a p:nth-child(1),
#section1 .innner.flex ul li a p:nth-child(1)
{
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        width: 55%
    }
#section3 .innner .flex div ul a p:nth-child(2),
#section1 .innner.flex ul li a p:nth-child(2){
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto
    }



}

#section3 .innner .flex div a img {
    width: 100%;
    height: auto;
}


#section4 {
    padding: 0 0 40px;
    border-bottom: 4px solid #0071bc
}

@media only screen and (max-width:768px) {
    #section4 .flex.pcnone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0071bc;
        padding: 30px 0 0
    }
    #section4 .flex.pcnone img {
        max-width: 150px;
        width: 100%;
        height: auto
    }
    #section4 .flex.pcnone h3 {
        font-size: 11px;
        font-weight: 700
    }
    #section4 .flex.pcnone span {
        font-size: 10px;
        word-break: keep-all
    }
    #section4 .flex.pcnone p {
        font-size: 1pc;
        word-break: keep-all
    }
}

#section4 h2 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0071bc;
    font-size: 18px;
    background-color: #000;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px
}

#section4 .innner {
    padding: 40px 0 0
}

@media only screen and (max-width:768px) {
    #section4 .innner.flex {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

#section4 .innner.flex .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:768px) {
    #section4 .innner.flex .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        margin: 5px auto;
        align-items: flex-start;
    }
}

#section4 .innner.flex .flex img {
    max-width: 130px;
    width: 100%;
    height: auto
}

#section4 .innner.flex .flex .name_TEAM {
    padding: 0 0 0 10px;
    color: #0071bc
}

@media only screen and (max-width:768px) {
    #section4 .innner.flex .flex .name_TEAM {
        width: 100%
    }
}

#section4 .innner.flex .flex .name_TEAM h3 {
    font-size: 11px;
    font-weight: 700
}
@media only screen and (max-width:768px) {
#section4 .innner.flex .flex .name_TEAM h3 {
    line-height: 1.1;
}
}



#section4 .innner.flex .flex .name_TEAM span {
    font-size: 10px;
    word-break: keep-all
}

#section4 .innner.flex .flex .name_TEAM p {
    font-size: 14px;
    word-break: keep-all
}

#section4 .innner.flex .flex:first-child p {
    font-size: 1pc
}

#section4 .innner.flex .flex:nth-child(3) p {
    font-size: 9pt
}

@media only screen and (max-width:768px) {
    #section4 .innner.flex .flex:nth-child(3) p {
        font-size: 14px
    }
}

main .more {
    width: 60%;
    height: 37px;
    line-height: 37px;
    border: 1px solid #0071bc;
    color: #0071bc;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none;
    display: block
}

@media only screen and (max-width:767px) {
    main .more {
        width: 90%
    }
}

main .more:hover {
    background-color: #0071bc;
    color: #fff;
    opacity: 1
}

@media only screen and (max-width:768px) {
    section {
        margin: 0px auto 0
    }
}

section header {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    position: static
}

section header.black {
    background-color: #000;
    color: #0071bc
}

section header.blue {
    background-color: #0071bc;
    color: #fff
}

section .innner {
    color: #000
}

section .innner.form h2,
section .innner.form h3 {
    font-size: 1pc;
    color: #0071bc;
    text-align: center;
    font-weight: 700
}

section .innner.form h3 {
    padding: 20px 0;
    font-size: 18px
}

@media only screen and (max-width:768px) {
    section .innner.form h3 + p {
        text-align: center!important;
        font-size: 14px
    }
}

section .innner.form p {
    text-align: center;
    margin: 15px auto
}

@media only screen and (max-width:768px) {
    section .innner.form p {
        text-align: left!important;
        width: 90%
    }
}

section .innner.form strong {
    text-align: center;
    margin: 15px auto;
    display: block
}

section .innner.form img {
    margin: 10px auto 20px;
    display: block
}

section .innner.form table {
    width: 80%;
    margin: 30px auto;
    font-size: 14px
}

@media only screen and (max-width:768px) {
    section .innner.form table {
        width: 90%
    }
}

section .innner.form table tr th {
    width: 30%;
    color: #0071bc;
    text-align: left
}

section .innner.form table tr td {
    width: 70%;
    padding: 5px
}

section .innner.form table tr td input {
    width: 100%;
    border: 1px solid #c4c4c4;
    background-color: #fdfef6;
    padding: 10px
}

section .innner.form table.pay .setpay {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

section .innner.form div#login {
    border-bottom: 2px solid #0071bc
}

section .innner.form div#login + p {
    margin: 30px auto;
    text-align: center
}

section .innner.form div label {
    padding: 10px;
    display: block
}

section .innner.form div label.colum {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc
}

section .innner.form div label.colum input {
    width: 30px!important;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top
}

section .innner.form div label.payments {
    display: block;
    text-align: center;
    font-weight: 700
}

section .innner.form div label.payments + span {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 0 0 50px
}

@media only screen and (max-width:768px) {
    section .innner.form div label.payments + span {
        font-size: 9pt
    }
}

section .innner.form div label.payments + span + a {
    text-align: center;
    display: block
}

section .innner.form div label.payments + span + a + label {
    margin: 0 auto;
    text-align: center;
    display: block
}

section .innner.form div input[type="submit"] {
    display: block;
    background-color: #0071bc;
    color: #fff;
    padding: 10px;
    width: 80%;
    height: auto;
    margin: 10px auto
}

section .innner.form div input[type="reset"] {
    display: block;
    background-color: #ccc;
    padding: 10px;
    width: 80%;
    height: auto;
    margin: 10px auto
}

section .innner.form div.confirm input[type="email"],
section .innner.form div.confirm input[type="password"],
section .innner.form div.confirm input[type="tel"],
section .innner.form div.confirm input[type="text"] {
    background-color: #c4c4c4
}

#blackbg.photo .flexdirectioncolum{
    padding:30px 0 30px 0;

}


section .innner .flexdirectioncolum .post > img {
    max-width: 50pc;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto 10px
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post .postinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width:768px) {
    section .innner .flexdirectioncolum .post .postinfo {
        width: 90%;
        margin: 0 auto
    }
}

section .innner .flexdirectioncolum .post .postinfo.movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px auto 10px
}

section .innner .flexdirectioncolum .post .postinfo time {
    color: #0071bc;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:1024px) {
    section .innner .flexdirectioncolum .post .postinfo time {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post .postinfo time {
        display: block;
        margin: 7px 0 0
    }
}

section .innner .flexdirectioncolum .post .postinfo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9pt;
    color: #fff;
    background-color: #0071bc;
    padding: 0 20px;
    margin: 0 0 0 20px
}

section .innner .flexdirectioncolum .post .postinfo span.glay {
    background-color: #5a5a5a;
    margin: 0 0 0 20px
}

section .innner .flexdirectioncolum .post .postinfo.blog {
    margin: 20px auto 10px
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post .postinfo.blog {
        justify-content: flex-start;
        width: 90%
    }
}

section .innner .flexdirectioncolum .post iframe {
    max-width: 50pc;
    width: 100%;
    height: 450px;
    display: block;
    margin: 0 auto 10px
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post iframe {
        height: 200px
    }
}

section .innner .flexdirectioncolum .post iframe + h2 {
    text-align: center
}

section .innner .flexdirectioncolum .post h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 21px;
}
section.photo .innner .flexdirectioncolum .post h2 {
    text-align: center;
    color:#eee;
}


@media only screen and (min-width:1024px) {
    section .innner .flexdirectioncolum .post h2 {
        font-size: 21px;
        line-height: 2pc
    }
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post h2 {
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    section .innner .flexdirectioncolum .post h2 {
        width: 90%;
        margin: 10px auto
    }
}

section .innner .flexdirectioncolum .post p {
    margin: 10px 0;
    font-size: 9pt
}

@media only screen and (min-width:1024px) {
    section .innner .flexdirectioncolum .post p {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    section .innner .flexdirectioncolum .post p {
        width: 90%;
        margin: 10px auto
    }
}

section .innner .flexdirectioncolum .post.blog h2 {
    text-align-last: left
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post.blog h2 {
        width: 90%;
        margin: 0 auto 10px
    }
}

section .innner .flexdirectioncolum .post.blog .small {
    float: right;
    font-size: 9pt;
    color: #fff;
    padding: 0 20px;
    background-color: #5a5a5a;
    margin: 0 0 0 20px
}

section .innner .flexdirectioncolum .post.blog .small a {
    color: #fff;
    text-decoration: none;
    display: block
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .post.blog .small {
        margin: 0 20px 0 0
    }
}

section .innner .flexdirectioncolum .flexstart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 10px auto
}

section .innner .flexdirectioncolum .flexstart:first-child {
    margin: 25px auto 10px
}

section .innner .flexdirectioncolum .flexstart > a {
    display: block;
    width: 40%
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .flexstart > a {
        width: 40%
    }
}

section .innner .flexdirectioncolum .flexstart > a img {
    width: 100%;
    height: auto
}

section .innner .flexdirectioncolum .flexstart time {
    color: #0071bc;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

section .innner .flexdirectioncolum .flexstart a {
    color: #000;
    text-decoration: none
}

section .innner .flexdirectioncolum .flexstart a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9pt;
    color: #fff;
    background-color: #0071bc;
    padding: 0 20px;
    margin: 0 0 0 20px
}

section .innner .flexdirectioncolum .flexstart a h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 21px
}
@media only screen and (max-width:767px) {
section .innner .flexdirectioncolum .flexstart a h2 {
    font-size: 14px;
    margin: 0px 0 0 0;
}
}
section .innner .flexdirectioncolum .flexstart .postinfo {
    width: 60%;
    padding: 0 10px
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .flexstart .postinfo {
        width: 70%
    }
}

section .innner .flexdirectioncolum .flexstart .postinfo.blog time {
    display: block
}

section .innner .flexdirectioncolum .flexstart .postinfo.blog a span {
    margin: 0
}

section .innner .flexdirectioncolum .flexstart .postinfo.blog a span.glay {
    background-color: #5a5a5a;
    margin: 0 0 0 20px
}

section .innner .flexdirectioncolum .more {
    width: 60%;
    height: 37px;
    line-height: 37px;
    border: 1px solid #0071bc;
    color: #0071bc;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    section .innner .flexdirectioncolum .more {
        width: 90%
    }
}

section .innner .flexdirectioncolum .more:hover {
    background-color: #0071bc;
    color: #fff;
    opacity: 1
}

.product_each{
    border: 1px solid #ccc;
    margin: 5px 5px;
    text-align: center;
    position: relative;
    flex: 0 1 auto;
    width: 30%;
/*    height: 300px;*/
    padding: 3px;
}
@media only screen and (max-width:767px) {
    .product_each{
/*        height: 250px;*/
    }
}
@media only screen and (max-width:460px) {
    .product_each{
        width: 45%;
/*        height: 165px;*/
    }
}
.product_each:hover{
    box-shadow: 2px 2px 2px rgba(93,125,116,0.4);
}
.product_each a{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.product_each .product_each_img {
    
}
.product_each .product_each_img img {
/*    width: 160px;*/
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}
.product_each_flex {
    color:slategray;
    font-size: 10px;    
}
.product_each_name {
    color:#34675c;
    font-size: 13px;
}




section#blackbg {
    background-color: #000
}

section#blackbg .postinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section#blackbg .postinfo time {
    color: #0071bc;
    font-size: 11px;
    margin: 5px 0 0
}

section#blackbg .postinfo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9pt;
    color: #fff;
    background-color: #0071bc;
    margin: 0 0 0 20px
}

section#blackbg a img {
    width: 100%;
    height: auto;
    margin: 20px auto 0
}

@media only screen and (max-width:767px) {
    section#blackbg a img {
        margin: 5px auto 0
    }
}

@media only screen and (max-width:767px) {
    section#blackbg.photo .flex {
        width: 100%!important;
    }
}



section#blackbg .flex {
    margin: 20px auto
}

section#blackbg .flex div:first-child {
    margin: 0 5px 0 0
}

section#blackbg .flex div:last-child {
    margin: 0 0 0 5px
}
section#blackbg.photo .flex div {
    font-size:13px;
}
section#blackbg.photo .flex .postinfoadd a{
    text-decoration: none;
}


section#bluebg {
    background-color: #0071bc
}

section#bluebg .post {
    color: #fff;
    margin: 0 auto 20px
}

section#bluebg .post dl,
section#bluebg .post h2,
section#bluebg .post p {
    color: #fff
}

section#bluebg .post dl,
section#bluebg .post h2 {
    text-align: center;
    margin: 0 auto
}

section#bluebg .post h2 {
    font-size: 1pc
}

section#bluebg .post dl {
    font-size: 14px;
    margin: 20px auto
}

section#bluebg .postinfo {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#bluebg .application {
    border: 1px solid #fff;
    padding: 15px;
    color: #fff
}

@media only screen and (max-width:767px) {
    section#bluebg .application {
        width: 90%;
        margin: 0 auto
    }
}

section#bluebg .application h3 {
    text-align-last: center;
    margin: 0 0 20px;
    font-size: 14px
}

section#bluebg .application strong {
    display: block;
    font-size: 9pt
}

section#bluebg .application a {
    width: 60%;
    margin: 0 auto;
    height: 37px;
    line-height: 37px;
    display: block;
    background-color: #fff;
    color: #0071bc;
    text-align: center;
    text-decoration: none;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    section#bluebg .application a {
        width: 90%
    }
}

section#event .flexstart a {
    position: relative
}

section#event .flexstart a span.Reception {
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #707070;
    font-size: 14px
}

section#event .flexstart:first-child,
section#event .flexstart:nth-child(2) {
    background-color: #f2f0f0;
    padding: 10px 0
}

section#event .flexstart:first-child span.Reception,
section#event .flexstart:nth-child(2) span.Reception {
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #0071bc
}

@media only screen and (max-width:768px) {
    aside .innner {
        width: 90%;
        margin: 0 auto
    }
}

aside .innner.PR {
    padding: 20px 0;
    height: auto;
    border-top: 4px solid #0071bc;
    margin: 40px auto 0
}

aside .innner.PR img {
    width: 100%;
    height: auto
}

#index .innner.PR {
    border-top: 0;
    margin: 20px auto 0
}

footer .innner {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .innner,
footer .innner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .innner nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .innner nav ul.sns {
    padding: 20px 0
}

footer .innner nav ul li {
    list-style-type: none;
    margin: 0 20px
}

@media only screen and (max-width:768px) {
    footer .innner nav ul li {
        margin: 0 5px
    }
}

footer .innner nav ul li a {
    font-size: 11px;
    color: #000;
    text-decoration: none
}

footer .innner nav ul li a:hover {
    text-decoration: underline
}

@media only screen and (max-width:768px) {
    footer .innner nav ul li a {
        line-height: normal
    }
}

footer .innner small {
    font-size: 11px;
    color: #000;
    padding: 20px 0
}

@media only screen and (max-width:480px) {
    .spnone {
        display: none
    }
    .pcnone {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .spnone {
        display: none
    }
    .pcnone {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .spnone {
        display: none
    }
    .pcnone {
        display: block
    }
}

@media only screen and (min-width:1045px) {
    .pcnone {
        display: none
    }
}



/*追加css*/
@media only screen and (min-width: 1045px) {
    .flex_ajust_oya_1 { flex-wrap: wrap; }
    .flex_ajust_ko_1 { width: 33%; }
    .flex_ajust_ko_1 img { max-width: 180px !important; }
    .flex_ajust_ko_2 {
        width: 100%;
        padding: 0 2px 0 10px!important;
    }
}
.payment_area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .payment_area { width: 90%; }
}
.payment_area img { max-width: 100%; }
.payment_area .payway_area {
    text-align: left;
    width: 70%;
    margin: 2em auto;
}
@media only screen and (max-width: 768px) {
    .payment_area .payway_area { width: 100%; }
}
.payment_area .payway_area .payments {
    text-align: left !important;
    color: #888;
    text-indent: 2em;
}

.payment_area .payway_area .explain {
    text-align: left !important;
    padding: 1em 0 !important;
    margin-top:10px;
    font-size:14px;
}

@media only screen and (max-width: 768px) {
.payment_area .payway_area .explain {
    font-size:10px;
}
}

/*err*/
p.error {
    border: 1px dashed #ff6347;
    margin: 0 auto 3em;
    width: 80%;
    max-width: 810pt;
    padding: 1em;
    color: #ff6348;
    font-weight: 900;
}
@media only screen and (max-width: 768px) {
    p.error { width: 90%; }
}
p.infomsg {
    border: 1px dashed #1671b8;
    margin: 0 auto 3em;
    width: 80%;
    max-width: 810pt;
    padding: 1em;
    color: #1671b8;
    font-weight: 900;
}
@media only screen and (max-width: 768px) {
    p.infomsg { width: 90%; }
}

/*mypage*/
.mypage_header_menu {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.mypage_header_menu a {
    display: block;
    margin-right: 1em;
    padding: 0.5em;
    background: #1671b8;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .mypage_header_menu {
        font-size: 12px;
        width: 90%;
        margin: 1em auto 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mypage_header_menu a {
        margin-right: 0;
        margin-bottom: 1em;
        width: 47.5%;
    }
}


.spewaku{
    padding:20px;
    border:3px solid #ed0016;
    margin:6px auto;
    width:80%;
}
.spewaku h4{
    font-size:20px;
    font-weight:bold;
    margin:0 auto 10px auto;
}
.spewaku .plan01{
    margin-bottom:10px;

}
.spewaku .plan02{
    margin-bottom:0px;

}

.spewaku span.kakaku01{
    text-decoration: line-through;
    color:#ed0016;
}
.spewaku span.kakaku02{
    color:#ed0016;
    font-weight:bold;
    font-size:18px;
}


.fntred{
    color: #ed0016;
}
.fntbld{
    font-weight: bold;

}



/* ツアー詳細ページ追加 */
div.tour_naiyou { margin-top: 2em; }
div.tour_naiyou_inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: baseline;
}
div.tour_naiyou_inner .exposition {
    width: 50%;
    background: #efefef;
    padding: 1em;
}
div.tour_naiyou_inner .application {
    width: 50%;
    padding: 1em;
}
div.tour_naiyou_inner .application h3 {
    border-left: #0071bc 5px solid;
    color: #0071bc;
    font-weight: 900;
    padding-left: 0.5em;
}
div.tour_naiyou_inner .tour_naiyou_select { width: 100%; }
div.tour_naiyou_inner .tour_naiyou_select p.title {
    color: #fff;
    background: #0071bc;
    padding: 0 0.5em;
    display: inline-block;
    margin: 1.5em 0 0.5em;
    border-radius: 5px;
}
div.tour_naiyou_inner .tour_naiyou_select p.select { margin: 0; }
div.tour_naiyou_inner .tour_naiyou_select p.select select {
    font-size: 20px;
    color: #0071bc;
    width: 100%;
    border-bottom: 1px double #0071bc;
    border-radius: 0;
}
div.tour_naiyou_inner .tour_naiyou_select p.select select.num { width: 1.5em; }
div.tour_naiyou_inner .tour_detail_submit {
    display: block;
    background: #ff6347;
    width: 40%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0.75em 0;
    margin: 2em auto 0;
}
@media only screen and (max-width: 768px) {
    .tourDetail_msg p.error { margin-bottom: 1.5em; }
    div.tour_naiyou_inner {
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
    div.tour_naiyou_inner .application,
    div.tour_naiyou_inner .tour_naiyou_select p.select { width: 100%; }
    div.tour_naiyou_inner .tour_naiyou_select p.title { width: auto; }
}

.cart_wrap{
    margin: 10px 0;
}
.cart_disp{
    text-align: right;
    font-size: 26px;
}
.cart_disp a{
    text-decoration: none;
    position: relative;
}
.cart_disp .small{
    font-size: 14px;
}
.cart_disp a .cart_num{
    position: absolute;
    border-radius: 50%;
    border: 1px solid blue;
    background: white;
    top: -5px;
    right: 0px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
}
    
.product_detail_box:after {
	content: "";
	display: block;
	clear: both; 
}
.product_detail_image{
	float: left;
	width: 55%;    
}
.product_other_box{
	float: right;
	width: 42%;
}
.product_other_box div{
    margin: 20px 0;
}
.product_type select{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 3px 15px;
    margin-left: 10px;
    width: 70%;
}
.product_num input{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 3px 15px;
    margin-left: 10px;
    width: 20%;    
}
.product_cart{
    text-align: center;
    padding: 10px 20px;
    background: #0071bc;
    color: white;
    border-radius: 5px;
    margin: 0 auto !important;
    width: 70%;
}
.product_cart:hover{
    cursor: pointer;
}
.product_shipping{
    margin:-10px 0 0 0 !important;
    font-size: 12px;
}
.flex_wrap{
    max-width: 350px;
    margin: 0 auto;
}
.prepare{
    width: 80%;
    text-align: center;
    border: 1px solid #0071bc;
    padding: 50px;
}
@media screen and (max-width: 750px){
    .prepare{
        padding: 50px 10px;
    }    
}
.product_detail_image img {
    width: 400px;
    max-width: 400px;
    height: auto;
}
@media screen and (max-width: 750px){
    .product_detail_image{
        float: none;
        width: 100%;    
    }
    .product_other_box{
        float: none;
        width: 100%;
        padding: 20px;
    }
}

.cart_goon{
    text-align: center;
    background: lightgray;
    color: white;
    border-radius: 5px;
    margin: 0 auto !important;
    width: 50%;
}
.cart_goon a{
    display: block;
    padding: 10px 0px;    
    color: white;
    text-decoration: none;
}
.cart_in {
    margin-top: 20px;
    border: 2px solid lightgray;
}
.cart_in .title{
    display: block;
    padding: 20px 0 20px 40px;
    font-size: 18px;
    background: lightgray;
}

.cart_in ul{
    list-style: none;
}
.cart_in ul .li_wrap{
    margin: 0 15px;
    border-bottom: 1px solid  lightgray;
}
.cart_in ul .no_boder{
    border:none;
}
.li_wrap{
    display:flex;
    align-items: center;
}
@media only screen and (max-width:767px) {
    .li_wrap{
        flex-direction: column;    
    }
}
.li_wrap .div1,.li_wrap .div2, .li_wrap .div3, .li_wrap .div4{
    padding: 10px 5px;
    vertical-align: middle;
}
@media only screen and (max-width:767px) {
    .li_wrap .div1,.li_wrap .div2, .li_wrap .div3, .li_wrap .div4{
        text-align: center;
    }
}
.li_wrap .div1{
    flex: 0 1 55%;
}
.li_wrap .div1 a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
@media only screen and (max-width:767px) {
    .li_wrap .div1 a{
        flex-direction: column;
    }
}
.li_wrap .div1 a .img{
    flex: 0 1 15%;
}
.li_wrap .div1 a .img img{
    max-width: 100%;
}
@media only screen and (max-width:767px) {
    .li_wrap .div1 a .img{
    }
    .li_wrap .div1 a .img img{
        width: 100%;
        max-width: 210px;
    }
    .li_wrap .div1 a .name{
        margin-left: 0px;
        flex: 0 1 50%;
    }    
}
.li_wrap .div1 a .name{
    margin-left: 10px;
    flex: 0 1 85%;
}
.li_wrap .div1 a .name .mini{
    font-size: 12px;
    color: gray;
    text-decoration: none;
    margin-left: 15px;
}
.li_wrap .div2, .li_wrap .div3, .li_wrap .div4{
    flex: 0 1 15%;
}
.li_wrap .div3 input[type="number"]{
    width: 50px;
    border: 1px solid lightgray;
    text-align: center;
}
.li_wrap .div2, .li_wrap .div4{
    text-align: right;
}
.next{
    text-align: center;
    background: #0071bc;
    color: white;
    border-radius: 5px;
    margin: 15px auto !important;
    width: 50%;
}
.next a{
    padding: 10px 0px;
    display: block;
    color: white;
    text-decoration: none;
}
.comment {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #0071bc;
    font-size: 14px;
    padding: 20px 0;
}
.center {
    text-align: center !important;
}
@media only screen and (max-width:767px) {
    .pc_only {
        display:none;    
    }
}
.button2{
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
.button2>div{
    flex: 0 1 40%;
    text-align: center;
    background: #0071bc;
    color: white;
    border-radius: 5px;    
}
.button2>div a{
    padding: 10px 0px;
    display: block;
    color: white;
    text-decoration: none;
}
#back{
    color: #0071bc;
    background: white;
    border: 1px solid #0071bc;
}
#back a{
    color: #0071bc;
}
.no_list {
    list-style: none;
}
.order_table {
    width: 70%;
    margin: 0 auto;
}
@media only screen and (max-width:767px) {
    .order_table {
        width: 90%;  
    }
}
.order_each:hover{
    cursor: pointer;
    color: white;
    background: #0071bc;
}
.li_wrap_order{
    display:flex;
    align-items: center;
    border-bottom: 1px solid #0071bc;    
}
.li_wrap_order .order1,.li_wrap_order .order2, .li_wrap_order .order3, .li_wrap_order .order4{
    flex: 0 1 25%;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}
.li_wrap_order .order4{
    text-align: right;
}
@media only screen and (max-width:480px) {
    .order_table {
        width: 100%;  
    }    
    .li_wrap_order .order1,.li_wrap_order .order2, .li_wrap_order .order3, .li_wrap_order .order4{
        padding: 10px 5px;
    }
}
.detail_section {
    padding: 10px;
}
.detail_table table{
    margin: 0 auto !important;
    text-align: center;    
}
.detail_table table th{
    text-align: center !important; 
}
.tokuten{
    border-bottom: 1px solid #0071bc;
    margin-bottom: 20px;
}
.tokuten h4{
    color: #0071bc;  
    border-bottom: 2px solid #0071bc;
    margin: 0 20px;
}
.tokuten .item_image{
    text-align: center;
}
.tokuten .item_image img{
    max-width: 60%;
}
.tokuten .exposition{
    margin: 15px 0;
}
.tokuten .text {
    text-align: center;
    font-weight: bold;
}