@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    line-height: 100%;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    text-align: left;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6;
}

body a {
    text-decoration: none;
    color: #000;
    outline: 1px solid transparent;
}

body {
    min-width: 1100px;
    position: relative;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fade:hover {
    opacity: 0.7;
}

.fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.wrap {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
}

/* btn
-----------------------------*/
.normal-btn a {
    text-align: center;
    color: #132860;
    background: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #132860;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out;
}
.normal-btn.brown a {
    color: #fff;
    background: #9c8254;
    border: 1px solid #9c8254;
}
.ie .normal-btn.brown a{
    line-height: 55px;
}

@media screen and (max-width: 768px) {
    .normal-btn a {
        height: 45px;
        line-height: 45px;
    }
}

.normal-btn:not(.brown) a:hover {
    color: #fff;
    background: #132860;
}

@media screen and (min-width: 767px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    body {
        min-width: auto;
        min-width: initial;
    }
    body.fixed{
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .wrap {
        width: 92%;
    }
}

/* ------------------------------

    header

------------------------------ */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(4, 0, 1, 0.3);
}

@media screen and (max-width: 768px) {
    header {
        background: #132860;
    }
}

header .wrap {
    height: 90px;
    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: 100%;
    max-width: 100%;
    padding-left: 10px;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    header .wrap {
        height: 70px;
        position: relative;
    }
}

header #navpc {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    header #navpc {
        display: none;
    }
}

header #navpc .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header #navpc .gnav li+li {
    margin-left: 18px;
}

header #navpc .gnav li a {
    color: #fff;
}

header #navpc .gnav li a:hover {
    text-decoration: underline;
}

header #navpc .right {
    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;
}

header .zdo_drawer_button {
    display: none;
}

@media screen and (max-width: 768px) {
    header .zdo_drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 0;
        width: 52px;
        height: 52px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        z-index: 1001;
        text-align: center;
        outline: none;
        margin: auto;
    }
}

header .zdo_drawer_button.active .zdo_drawer_bar {
    width: 40px;
    height: 3px;
    border-radius: 5px;
}

header .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 6px 4px 0px;
}

header .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
}

header .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 13px 2px 5px;
}

header .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
}

header .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
}

header .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 8px 0;/*
    -webkit-transition: all 0.2s;
    transition: all 0.2s; */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

header .zdo_drawer_bar.zdo_drawer_bar3 {
    margin: 8px 0 5px;
}

header .zdo_drawer_text {
    text-align: center;
    font-size: 10px;
}

header .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
}

header .zdo_drawer_menu_text {
    display: block;
    padding-bottom: 5px;
}

header .zdo_drawer_nav {
    padding: 112px 24px;
}

header .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px;
}

header .zdo_drawer_button {
    color: #fff;
    padding: 0 7px;
    border: solid 2px #fff;
    border-radius: 5px;
}

header .zdo_drawer_button .zdo_drawer_bar {
    background-color: #fff;
}

header .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    margin-left: 15px;
}

header .change li {
    width: 40px;
}

header .change li a {
    color: #fff;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: block;
}

header .change li.active a,
header .change li a:hover {
    color: #000;
    background: #fff;
}

header .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

header .other li {
    width: 130px;
}

header .other li a {
    color: #fff;
    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;
    height: 90px;
}

header .other li.organizer a {
    background: #9c8254;
}

header .other li.contact a {
    background: #132860;
}

@media screen and (max-width: 1270px) {
    header .wrap {
        padding-left: 5px;
    }

    header .logo {
        width: 160px;
    }

    header #navpc {
        margin-left: 20px;
    }

    header .gnav li+li {
        margin-left: 8px;
    }

    header .gnav li a {
        font-size: 1.3rem;
    }

    header .change {
        margin-left: 12px;
    }

    header .change li {
        width: 32px;
    }

    header .other {
        margin-left: 12px;
    }

    header .other li {
        width: 102px;
    }
}

@media screen and (max-width: 768px) {
    header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
    }
    #navsp{
        display: none;
        width: 100%;
        z-index: 999;
        position: fixed;
        top: 69px;
        left: 0;
        height: 100%;
    }
    #navsp .navsp_inner{
        margin: auto;
        max-height: 100%;
        /*-webkit-overflow-scrolling: touch;*/
        overflow-y: auto;
        padding: 15px 4% 50px;
        background: rgba(0,0,0,0.95);
    }
    #navsp .navsp_inner .boxlist{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #navsp .navsp_inner .boxlist li{
        width: 48.8%;
    }
    #navsp .navsp_inner .boxlist li:nth-child(n+3){
        margin-top: 10px;
    }
    #navsp .navsp_inner .boxlist li a{
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
        padding: 12px 5px;
        display: block;
        border: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav{
        margin-top: 20px;
    }
    #navsp .navsp_inner .gnav li{
        border-top: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav li+li{
        margin-left: 0;
    }
    #navsp .navsp_inner .gnav li:last-child{
        border-bottom: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav li a{
        font-size: 1.7rem;
        color: #fff;
        padding: 14px 0;
        display: block;
        position: relative;
    }
    #navsp .navsp_inner .gnav li a::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        width: 4px;
        height: 4px;
        border: 5px solid transparent;
        border-left: 7px solid #fff;
    }
}

@media screen and (max-width: 320px) {
    #navsp .navsp_inner .boxlist li a{
        font-size: 1.4rem;
        padding: 12px 2px;
    }
    #navsp .navsp_inner .gnav li a{
        font-size: 1.6rem;
    }
}

/* 2階層目 */
.page_second header {
    background: #fff;
}

.page_second header #navpc .gnav li a {
    color: #132860;
}

.page_second header .change {
    border: 1px solid #132860;
}

.page_second header .change li a {
    color: #132860;
}

.page_second header .change li.active a,
.page_second header .change li a:hover {
    color: #fff;
    background: #132860;
}

@media screen and (max-width: 768px) {
    .page_second header .zdo_drawer_button {
        color: #132860;
        border-color: #132860;
    }
}
@media screen and (max-width: 768px) {
    .page_second header .zdo_drawer_button .zdo_drawer_bar {
        background-color: #132860;
    }
}

/* ------------------------------

    main

------------------------------ */
main {
    display: block;
}

.page_second main {
    background-color: #f6f6f6;
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .page_second main {
        padding-bottom: 50px;
    }
}

/* ------------------------------

    bread

------------------------------ */
.breadwrap {
    background-color: #ececec;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .breadwrap {
        background-color: #ececec;
        height: auto;
        padding: 10px 0;
        font-size: 1.2rem;
    }
}

.breadwrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.breadwrap .wrap .item {
    color: #132860;
    margin-right: 4px;
}

.breadwrap .wrap .item:not(:last-child):after {
    content: ' > ';
}

.breadwrap .wrap .item a {
    color: #132860;
}

/* ------------------------------

    pagetitle

------------------------------ */
.page_ttl {
    padding: 63px 0 72px;
    border-bottom: solid 1px #dcdcdc;
    font-size: 3.6rem;
    font-weight: bold;
    color: #132860;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page_ttl {
        padding: 40px 0 40px;
        font-size: 2.5rem;
    }
}

.clm_ttl {
    font-size: 3.0rem;
    font-weight: bold;
    padding: 61px 0 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .clm_ttl {
        font-size: 2.2rem;
        padding: 30px 0 20px;
    }
}

/* ------------------------------

    footer

------------------------------ */
footer {
    padding: 50px 0 15px;
    background: #132860;
}

footer .linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    footer .linkbox {
        display: none;
    }
}

footer .linkbox .list {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    padding-left: 11px;
    width: 216px;
}

footer .linkbox .list.twoclm {
    width: 333px;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

footer .linkbox .item {
    padding-bottom: 12px;
}

footer .linkbox .item a {
    color: #fff;
}

footer .linkbox .item .list_child {
    padding-top: 11px;
    padding-left: 11px;
}

footer .linkbox .item .list_child .item_small {
    padding-bottom: 11px;
    font-size: 1.2rem;
}

footer .linkbox .item .childwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .linkbox .item .childwrap .list_child:nth-child(1) {
    padding-right: 25px;
}

footer .footermain .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    footer .footermain .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
    }
}

footer .footermain .info .logo img {
    margin-right: 25px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    footer .footermain .info .logo img {
        margin-right: 0;
    }
}

footer .footermain .info .address {
    /* color: rgba(255, 255, 255, 0.4); */
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
footer .footermain .info .address a {
    color: #fff; 
}


@media screen and (max-width: 768px) {
    footer .footermain .info .address {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
    }
}

footer .footermain .info .snslist {
    width: 154px;
    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;
}

@media screen and (max-width: 768px) {
    footer .footermain .info .snslist {
        padding: 35px 0 25px;
    }
}

footer .footermain .copyright {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 1.1rem;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 768px) {
    .pagetop {
        display: none;
    }
}

/* ------------------------------

    organizer関連リンク 2月 - 3月

------------------------------ */
.info_threeCol {
    background-color: #e5e5e5;
    padding: 30px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .info_threeCol {
        padding: 20px;
    }
}
.info_threeCol:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18.5px 31px 18.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}
.info_threeCol ul li {
    float: left;
    width: 31.3333%;
    background-color: #fff;
    margin: 1%;
}
@media screen and (max-width: 768px) {
    .info_threeCol ul li {
        width: 100%;
        margin: 0px 0px 10px
    }
}
.info_threeCol ul li a {
    padding: 5%;
    height: 170px;
    display: block;
}
.info_threeCol ul li p.ttl {
    font-size: 1.6rem;
    color: #9c8254;
    font-weight: bold;
    margin-bottom: 15px;
}
.info_threeCol ul li p.txt {
    float: left;
    width: 50%;
    font-size: 1.3rem;
}
.info_threeCol ul li img {
    float: right;
    max-width: 48%;
}
.m_auto {margin: auto;}

/* ------------------------------

    info_wrap

------------------------------ */
.info_wrap {
    background-color: #e5e5e5;
    padding: 40px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .info_wrap{
        padding: 20px 15px;
    }
}

.info_wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18.5px 31px 18.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.info_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .info_wrap .list{
        display: block;
    }
}

.info_wrap .list .item {
    background-color: #fff;
    width: 440px;
    height: 120px;
    padding: 0 10px 0 18px;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 15px 15px;
    }
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item:last-child{
        margin-bottom: 0;
    }
}

.info_wrap .list .item.small {
    /* width: 280px;  4月以降 3カラムになったら22px*/
    width: 440px;
    height: 80px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item.small {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 15px 15px;
    }
}

.info_wrap .list .item.small a {
    background: url(../img/common/icon_arrow_brown.png) no-repeat;
    background-position: right 10px center;
    font-size: 1.8rem;
    color: #5f471d;
}

.info_wrap .list .item:nth-child(1),
.info_wrap .list .item:nth-child(2) {
    margin-bottom: 20px;
}

.info_wrap .list .item.small.bb0{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.info_wrap .list .item.small.bb0:not(:last-child){
    margin-bottom: 20px;
}
}

.info_wrap .list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item a{
        display: block;
    }
}

.info_wrap .list .item .txtwrap {
    width: 250px;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item .txtwrap {
        width: 100%;
    }
}

.info_wrap .list .item .ttl {
    font-size: 2.0rem;
    font-weight: bold;
    color: #9c8254;
    padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item .ttl {
        padding-bottom: 8px;
    }
}

.info_wrap .list .item .txt {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item .txt {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .info_wrap .list .item img{
        display: block;
        margin: auto;
    }
}

.info_wrap.spec {
    background-color: #e5e5e5;
}

.info_wrap.spec:before {
    border-color: transparent transparent #e5e5e5 transparent;
}


.spec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .spec_list {
        display: block;
        padding-bottom: 30px;
    }
}

.spec_list .item {
    width: 470px;
    background-color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .spec_list .item {
        width: 100%;
        margin-bottom: 35px;
    }
}

.spec_list .item img {
    width: 470px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .spec_list .item img{
        width: 100%;
    }
}

.spec_list .item .txtwrap {
    padding: 15px 40px 15px 23px;
    background: url(../img/common/icon_arrow_black.png) no-repeat;
    background-position: right 11px center;
    font-weight: bold;
}

.spec_list .item .txtwrap .ttl{
    font-size: 2.0rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .spec_list .item .txtwrap .ttl{
        font-size: 1.8rem;
    }
}

.spec_list .item .txtwrap .detail{
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .spec_list .item .txtwrap .detail{
        font-size: 1.4rem;
    }
}

.layoutwrap {
    background-color: #e5e5e5;
    padding: 50px 40px 20px;
    margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
    .layoutwrap{
        padding: 20px 15px;
    }
}

.layoutwrap .clm_ttl {
    padding: 0 0 20px;
}

.layoutwrap .lead {
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .layoutwrap .lead {
        text-align: left;
    }
}

.layoutwrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layoutwrap .list::after{
    content: '';
    display: block;
    width: 280px;
}

@media screen and (max-width: 768px) {
    .layoutwrap .list::after{
        display: none;
    }
}

.layoutwrap .list .item {
    width: 280px;
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .layoutwrap .list .item {
        width: 100%;
        padding-bottom: 30px;
    }
}

.layoutwrap .list .item img {
    margin-bottom: 10px;
}
.layoutwrap .list .item img {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .layoutwrap .list .item img{
        display: block;
        margin: 0 auto 10px;
    }
}

.layoutwrap .list .item .txt {
    font-size: 1.6rem;
    color: #5f471d;
    background: url(../img/common/icon_arrow_brown.png) no-repeat;
    background-position: right 0 center;
    padding-right: 20px;
    display: inline;
}

.spac_list {
    padding-top: 89px;
}

@media screen and (max-width: 768px) {
    .spac_list {
        padding-top: 50px;
    }
}

.spac_list .clm_ttl {
    padding: 0 0 33px;
}

.spac_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .spac_list .list{
        display: block;
    }
}

.spac_list .list::after{
    content: '';
    display: block;
    width: 300px;
}

@media screen and (max-width: 768px) {
    .spac_list .list::before{
        display: none;
    }
}

.spac_list .list .item {
    width: 300px;
    padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .spac_list .list .item {
        width: 100%;
        padding-bottom: 35px;
    }
}

.spac_list .list .item img {
    margin-bottom: 13px;
    width: 300px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .spac_list .list .item img {
        width: 100%;
    }
}

.spac_list .list .item .txt {
    text-align: center;
    color: #132860;
}

/* ------------------------------
    table 横スクロール
------------------------------ */
@media screen and (max-width: 768px) {
table.scroll {
    position: relative;
}
table.scroll:after {
    position: relative;
}
table.scroll {
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
}
table.scroll td {
  white-space: nowrap;
    width: 100%;
}
table.scroll th {
  white-space: nowrap;
}
}

/* ------------------------------
    margin-bottom ほかレイアウト
------------------------------ */
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb70{margin-bottom:70px}

.tx_center { 
    text-align: center
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/* End Hack */
