



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


parts


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

/*  text size
============================================================================*/
.txtXLag {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0em;
}
.txtLag {
    font-size: 16px;
    font-size: 1.6rem; /* =16px */
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0em;
    color:#262626;
}
.txtEnMin {
    color:#A6A6A6;
    font-size: 12px;
    font-size: 1.2rem;
}
.txtEnXMin {
    color:#262626;
    font-size: 8px;
    font-size: .8rem;
    letter-spacing: -.01em;
    line-height: 1em;
}
.txtBold {
    font-weight: bold;
}


/*  img width
============================================================================*/
.com_img100p {
    width: 100%;
    height: auto;
}

/*  br spnone
============================================================================*/
@media screen and (max-width: 480px) {
    br.sp_none {
    display: none;
}
}


/*  text color
============================================================================*/
.txtWh { color: #fff;}
.txtWhHf { color: rgba(255,255,255,.5);}
.org { color: #ED5101;}
.red { color: #CC0000}

/*  button
============================================================================*/
/* default */
a[class*="com_btn"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
a[class*="com_btn"]::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}
a[class*="com_btn"]:hover {
    text-decoration: none;
}

#backbtn .btnArea {
    width: 620px;
    margin: 0 auto;
}

#backbtn .btnArea .btn {
    float: left;
    margin-right: 20px;
}

#backbtn .btnArea .btn:last-child {
    margin-right: 0;
}


/* com_btn01 */
a.com_btn01 {
    line-height: 1em;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none!important;
/*
    font-size: 20px;
    font-size: 2.0rem;
*/
    letter-spacing: .1em;
}
a.com_btn01::after {
    background-image: url(../../../img/inbound/com_arrowset01.png);
    -webkit-background-size: 38x 24px;
    background-size: 38px 24px;
    background-position: -12px -12px;
    width: 13px;
    height: 12px;
    right: 20px;
    margin-top: -6px;
}

a.com_btn01_01 {
    line-height: 1em;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none!important;

/*  font-size: 20px;
    font-size: 2.0rem;
*/
    letter-spacing: .1em;
}
a.com_btn01_01::after {
    background-image: url(../../../img/inbound/com_arrowset01.png);
    -webkit-background-size: 38x 24px;
    background-size: 38px 24px;
    background-position: -12px 0;
    width: 13px;
    height: 12px;
    left: 20px;
    margin-top: -6px;
}

a.com_btn01_02 {
    line-height: 1em;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none!important;

/*  font-size: 20px;
    font-size: 2.0rem;
*/
    letter-spacing: .1em;
}
a.com_btn01_02::after {
    background-image: url(../../../img/inbound/com_arrowset01.png);
    -webkit-background-size: 38x 24px;
    background-size: 38px 24px;
    background-position: -24px 0;
    width: 13px;
    height: 12px;
    left: 20px;
    margin-top: -6px;
}

a.com_btn02 {
    line-height: 1em;
    padding: 17px 20px;
    text-align: center;
}
a.com_btn02::after {
    background-image: url(../../../img/inbound/com_icon02.png);
    -webkit-background-size: 14px 13px;
    background-size: 14px 13px;
    background-position: 0 0;
    width: 14px;
    height: 13px;
    right: 10px;
    margin-top: -6px;
}
a.com_btn02:hover {}
a.com_btn02:hover::after {}

a.com_btn03 {
    line-height: 1em;
    padding: 17px 20px;
    text-align: center;
}
a.com_btn03::after {
    background-image: url(../../../img/inbound/com_icon04.png);
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    right: 15px;
    margin-top: -8px;
}
a.com_btn03:hover {}
a.com_btn03:hover::after {}

a.com_btn04 {/* only sp */
    margin-top: 10px !Important;
    line-height: 1em;
    padding: 17px 20px;
    text-align: center;
    background-color: #fff;
    color: #EB5100;
    border: 1px solid #EB5100;
    font-size: 20px;
    font-size: 2.0rem;
}
a.com_btn04::after {
    background-image: url(../../../img/inbound/com_arrowset01.png);
    -webkit-background-size: 38x 24px;
    background-size: 38px 24px;
    background-position: -12px -12px;
    width: 13px;
    height: 12px;
    right: 20px;
    margin-top: -6px;
}
a.com_btn04:hover {}
a.com_btn04:hover::after {}

a.com_btn05 {
    line-height: 1em;
    padding: 17px 20px;
    text-align: center;
}
a.com_btn05::after {
    background-image: url(../../../img/inbound/com_icon05.png);
    -webkit-background-size: 14px 18px;
    background-size: 14px 18px;
    background-position: 0 0;
    width: 14px;
    height: 18px;
    right: 15px;
    margin-top: -8px;
}
a.com_btn05:hover {}
a.com_btn05:hover::after {}

a.com_btn06 {
    line-height: 1em;
    padding: 17px 20px;
    text-align: center;
}
a.com_btn06::after {
    background-image: url(../../../img/inbound/com_icon06.png);
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    right: 15px;
    margin-top: -8px;
}
a.com_btn06:hover {}
a.com_btn06:hover::after {}


/* color */
a[class*="com_btn"].cRed {
    background-color: #EB5100;
    color: #fff;
}
a[class*="com_btn"].cRed:hover {
    opacity: .5;
}

a[class*="com_btn"].cBlue {
    background-color: #385A8C;
    color: #fff;
}
a[class*="com_btn"].cBlue:hover {
    opacity: .5;
}

a[class*="com_btn"].cGray {
    background-color: #EFF1F2;
    color: #666;
}
a[class*="com_btn"].cGray:hover {
    opacity: .5;
}


/* width */
a[class*="com_btn"].w140 {
    width: 140px;
}
a[class*="com_btn"].w300 {
    width: 300px;
}
a[class*="com_btn"].w480 {
    width: 480px;
    margin: 0 auto;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    a.com_btn01::after {
        right: 10px;
    }
    /* disabled hover */
    a[class*="com_btn"].cRed:hover {
        opacity: 1;
    }
    a[class*="com_btn"].cBlue:hover {
        opacity: 1;
    }
    a[class*="com_btn"].cGray:hover {
        opacity: 1;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    a[class*="com_btn"] { padding: 15px 20px;}
    a[class*="com_btn"].w140,a[class*="com_btn"].w300 {
        width: auto;
        font-size: 20px;
        font-size: 100%;
    }
    a[class*="com_btn"].w480 {
        width: auto;
        margin: 0 30px;
    }
    #backbtn .btnArea {
        width: 100%;
        margin: 0 auto;
    }

    #backbtn .btnArea .btn {
        float: none;
        margin-right: 0;
        margin: 0 30px;
    }
    #backbtn .btnArea .btn:last-child {
            margin: 20px 30px;
    }

}
/*----------------------------------------------*/



/*  icon
============================================================================*/
*[class*="com_icon"] a {
    display: block;
    width: 100%;
    height: 100%;
}



/*  common tag
============================================================================*/
*[class*="com_tag"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 100px;
    line-height: 1em;
    padding: 6px 30px;
}
.com_tag01 {
    background-color: #646666;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}
.com_tag01.rev {
    background-color: #fff;
    color: #646666;
    border: 1px solid #646666;
}
.com_tag01.org {
    background-color: transparent;
    color: #ED5101;
    border: 1px solid #ED5101;
}

.com_tag02 {
    background-color: #fff;
    color: inherit;
    margin-right: 6px;
    padding: 15px 40px;
}

.com_tag03 {
    position: relative;
    padding: 0;
    color: #ED5101;
}
.com_tag03::before {
    content: '[';
    padding-right: .3em;
}
.com_tag03::after {
    content: ']';
    padding-left: .3em;
}
.com_tag03.blk {
    color: inherit;
}

*[class*="com_tag"]:last-child { margin-right: 0;}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_tag01 { padding: 6px 20px;}
    .com_tag02 {
        background-color: #fff;
        color: inherit;
        margin-right: 6px;
        line-height: 1em;
        padding: 10px 20px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    [class*="com_tag"] {
        display: block;
        margin-right: 0;
        width: auto;
    }

    .com_tag02 {
        margin-top: 10px;
        margin-right: 0;
        padding: 15px 40px;
    }

    .com_tag03 { display: inline-block;}
}
/*----------------------------------------------*/




/*  common transition
============================================================================*/
.com_trans01 {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}



/*  common table
============================================================================*/
/*  common table default
----------------------------------------------------------------------------*/
[class*="com_table"] dl {
    width: 100%;
    display: table;
}
[class*="com_table"] dt {
    display: table-cell;
    vertical-align: top;
    color: #ED5101;
}
[class*="com_table"] dd {
    display: table-cell;
    padding: 20px;
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    [class*="com_table"] dl {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    [class*="com_table"] dt { display: block;}
    [class*="com_table"] dd {
        display: block;
/*        padding: 15px 0;*/
        padding: 0;
    }
}
/*----------------------------------------------*/


/*  common table
----------------------------------------------------------------------------*/
/* com_table01 */
.com_table01 {
    width: 100%;
    margin-top: 60px;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.com_table01.mgN { margin-top: 0;}
/*.com_table01:first-child { margin-top: 0;}*/
.com_table01 dl:first-child { margin-top: 20px;}

.com_table01 dl dt {
    background-color: #EFF1F2;
    width: 220px;
    border-top: 1px solid #E0E0E0;
    padding: 20px;
    box-sizing: border-box;
}
.com_table01 dl dd {
    border-top: 1px solid #E0E0E0;
}

.com_table01.spAcordion .acordionTrg { display: none;}
.com_table01 .acordionCont dl:first-child { margin-top: 0;}


/* com_table02 */
.com_table02 {}
.com_table02 dl {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.com_table02 dt {
    position: relative;
    display: block;
    color: #ED5101;
    padding: 20px;
    cursor: pointer;
}
.com_table02 dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -2px;
    background: url(../../../img/inbound/com_arrowset02.png) no-repeat 0 -7px;
    -webkit-background-size: 24px 14px;
    background-size: 24px 14px;
    width: 14px;
    height: 7px;
}
.com_table02 dd {
    padding: 0 20px 20px;
    display: none;
}
.com_table02 dd img:first-child { float: left;}
.com_table02 dd img:last-child { float: right;}


/* com_table03 */
.com_table03 {}
.com_table03 dl {}
.com_table03 dt {
    display: block;
    color: #ED5101;
    padding-right: 20px;
}
.com_table03 dd { padding: 0;}

/* com_table05 */
.com_table05 {}
.com_table05 h5 {
    font-size: 20px;
    font-size: 2.0rem;
/*    font-weight: bold;*/
    color: #EB5100;
}
.com_table05:not(:first-child) { margin-top: 20px;}
.com_table05 dl{ margin-top: 10px;}
.com_table05 dd {
    margin-top: 10px;
    padding: 0;
}
.com_table05 .com_table_frame01,
.com_table05 .com_table_frame03 {
    width: 225px;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_table01 dl dt { width: 28%;}
    .com_table01 dl dd { width: 72%;}

    /* com_table02 */
    .com_table02 dd {
        width: auto;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .com_table02 dd img {
        width: 50%;
        margin-right: 20px;
    }
    .com_table02 dd img:last-child {
        margin-right: -20px;
    }

    /* com_table03 */
    .com_table03 dt {
        display: table-cell;
        width: 25%;
        padding-right: 20px;
    }
    .com_table03 dd { padding: 0;}


    /* com_table05 */
    .com_table05.left dd { text-align: left;}

    .com_table05 .com_table_frame01,
    .com_table05 .com_table_frame03 {
        width: 30%;
    }
    .com_table05 .com_table_frame04 {
        width: 23%;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    /* com_table01 */
    .com_table01 {
        border-bottom: none;
        margin-top: 40px;
    }
    .com_table01 dl dt {
        width: auto;
        padding: 12px 15px;
    }
    .com_table01 dl dd {
        width: auto;
        border-top: 1px solid #E0E0E0;
        padding: 10px;
    }
    .com_table01 dl:last-child dd {
    width: auto;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 10px 20px;
}
/*
    .com_table01.bdT {
        position: relative;
        border-top: 10px solid #F5F5F5;
        padding-top: 40px;
    }
    .com_table01.bdT::before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #E0E0E0;
    }
*/
    .com_table01.bdT dl:first-child { margin-top: 0;}

    .com_table01.spAcordion .acordionTrg {
/*        margin-top: 15px;*/
        display: block;
        position: relative;
        border-top: 1px solid #E0E0E0;
        padding: 12px 20px;
    }
    .com_table01.spAcordion .acordionTrg::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -2px;
        background: url(../../../img/inbound/com_arrowset02.png) no-repeat 0 -7px;
        -webkit-background-size: 24px 14px;
        background-size: 24px 14px;
        width: 14px;
        height: 7px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s ease all;
        transition: .3s ease all;
    }
    .com_table01.spAcordion .acordionContWrap { border-bottom: 1px solid #E0E0E0;}
    .com_table01.spAcordion .acordionCont { display: none;}
    .com_table01.spAcordion .acordionTrg.active::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* com_table02 */
    .com_table02 dl {
        border-top: 1px solid #E0E0E0;
    }
    .com_table02 dt {
        padding: 12px 20px;
    }
    .com_table02 dd {
        padding: 0 0 20px;
        display: none;
    }
    .com_table02 dd img {
        float: none;
        width: 100%;
        height: auto;
    }
    .com_table02 dd img:first-child {
        float: none;
        margin: 0;
    }
    .com_table02 dd img:last-child {
        float: none;
        margin: 5px 0 0;
    }

    /* com_table03 */
    .com_table03 {}
    .com_table03 dl { margin-top: 0;}
    .com_table03 dl dt {
        text-align: center;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* com_table05 */
    .com_table05 h5 { text-align: center;}
    .com_table05 dl { margin: 10px 0 0;}
    .com_table05 dd {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}
/*----------------------------------------------*/


/*  common table parts
----------------------------------------------------------------------------*/
[class*="com_table"] dd h5 {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1em;
}
[class*="com_table"] dd h5:first-child { margin-top: 0;}

[class*="com_table"] dd h6 {
    margin-top: 20px;
    line-height: 1em;
/*    font-weight: bold;*/
}
[class*="com_table"] dd h6:first-child { margin-top: 0;}


/* com_table_frame */
[class*="com_table"] dd [class*="com_table_frame"] {
    display: inline-block;
    /*vertical-align: top;*/
    vertical-align: middle;
    margin-right: 10px;
}

[class*="com_table"] dd .com_table_frame02 {
    vertical-align: middle;
    padding: 0.7em 0;
}

[class*="com_table"] dd .com_table_frame03 {
    vertical-align: top;
}
[class*="com_table"] dd .com_table_frame04 {
    width: 23.8%;
}
[class*="com_table"] dd .com_table_frame05 {
    width: 120px;
}
[class*="com_table"] dd .com_table_frame06 {
    width: 119px;
}
[class*="com_table"] dd .com_table_frame07 {
    width: 15px;
}
[class*="com_table"] dd .com_table_frame08 {
    width: 35px;
}
[class*="com_table"] dd .com_table_frame09 {
    width: 200px;
}
[class*="com_table"] dd [class*="com_table_frame"]:last-child { margin-right: 0;}




/* btnBox */
[class*="com_table"] .com_table_btnBox01 {
    border-top: 1px solid #E0E0E0;
/*    border-bottom: 1px solid #E0E0E0;*/
    padding: 20px;
}

[class*="com_table"] .com_table_btnBox01 .btn {
    width: 620px;
    margin: 0 auto;
}
[class*="com_table"] .com_table_btnBox01 .btn a {
    display: block;
    float: left;
}

[class*="com_table"] .com_table_btnBox01 .btn02 {
    width: 620px;
    margin: 0 auto;
}
[class*="com_table"] .com_table_btnBox01 .btn02 a {
    display: block;
    float: left;
    margin-right: 20px;
}
[class*="com_table"] .com_table_btnBox01 .btn02 a:last-child {
    margin-right: -20px;
}
.btn02 a[class*="com_btn"].w300 {
    width: 300px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

    [class*="com_table"] .com_table_btnBox01 .btn02 {
        width: inherit;
        margin: 0 auto;
        padding-right: 20px;
    }
    [class*="com_table"] .com_table_btnBox01 .btn02 a {
        display: block;
        float: left;
        margin-right: 20px;
    }
    [class*="com_table"] .com_table_btnBox01 .btn02 a:last-child {
        margin-right: -20px;
    }
    .btn02 a[class*="com_btn"].w300 {
        width: 50%;
    }
    [class*="com_table"] dd .com_table_frame05 {
        width: 120px;
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame06 {
        width: 119px;
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame07 {
        width: 15px;
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame08 {
        width: 35px;
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame09 {
        width: 200px;
        margin-top: 10px;
    }

}
@media screen and (max-width: 480px) {
    [class*="com_table"] .com_table_btnBox01 .btn {
        width: 100%;
        margin: 0 auto;
    }
    [class*="com_table"] .com_table_btnBox01 .btn a {
        display: block;
        float: none;
        margin: 20px 30px 0;
    }


    [class*="com_table"] .com_table_btnBox01 .btn02 {
        width: inherit;
        padding-right: 0;
        margin: 0px 20px;
    }
    [class*="com_table"] .com_table_btnBox01 .btn02 a {
        margin-right: 0;
    }
    [class*="com_table"] .com_table_btnBox01 .btn02 a:last-child {
        margin-right: 0;
        margin-top: 20px;
    }
    .btn02 a[class*="com_btn"].w300 {
        width: 100%
    }

}


/* linkList */
[class*="com_table"] dd ul.linkList01 {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}
[class*="com_table"] dd ul.linkList01 li {
    float: left;
    width: 33.333%;
    text-align: left;
    border-right: 1px dotted #E0E0E0;
    padding-right: 20px;
    margin: 20px 20px 0 0;
    box-sizing: border-box;
}
[class*="com_table"] dd ul.linkList01 li:nth-child(3n) {
    border-right: none;
    padding-right: 0;
    margin-right: -40px;
}
[class*="com_table"] dd ul.linkList01 li:nth-child(-n+3) {
    margin-top: 0;
}


[class*="com_table"] dd ul.linkList02 {}
[class*="com_table"] dd ul.linkList02 li {
    display: block;
    position: relative;
    padding-left: 1em;
}
[class*="com_table"] dd ul.linkList02 li::before {
    content: '●';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.8em;
}

[class*="com_table"] dd ul.linkList03 { margin-top: 5px;}
[class*="com_table"] dd ul.linkList03:last-child { margin-bottom: 10px;}
[class*="com_table"] dd ul.linkList03 li {
    float: left;
    width: 330px;
    margin-right: 20px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    letter-spacing: -.40em;
}
[class*="com_table"] dd ul.linkList03 li:last-child { margin-right: 0;}
[class*="com_table"] dd ul.linkList03 li p {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 10px 20px;
    box-sizing: border-box;
}
[class*="com_table"] dd ul.linkList03 li p:first-child {
    background-color: #EFF1F2;
}
[class*="com_table"] dd ul.linkList03 li p:last-child {
    color: #EF5000;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    [class*="com_table"] dd [class*="com_table_frame"] {
        vertical-align: middle;
        margin-right: 5px;
    }

    .com_table05 .com_table_frame04 { width: 24%;}

    /* linkList */
    [class*="com_table"] dd ul.linkList01 {
        padding-right: 20px;
    }
    [class*="com_table"] dd ul.linkList01 li {
        padding-right: 10px;
        margin: 20px 10px 0 0;
    }
    [class*="com_table"] dd ul.linkList01 li:nth-child(3n) {
        padding-right: 10px;
        margin-right: -20px;
    }
    [class*="com_table"] dd ul.linkList03 li {
        float: none;
        width: 100%;
        margin-right: 20px;
        border-bottom: none;
        letter-spacing: -.40em;
    }
    [class*="com_table"] dd ul.linkList03 li:last-child {
        margin-right: 0;
        border-bottom: 1px solid #E0E0E0;
    }
    [class*="com_table"] dd ul.linkList03 li p {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    [class*="com_table"] dd .com_table_frame04 {
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame05 {
        width: 25%;
        margin-top: 10px;
    }
    [class*="com_table"] dd .com_table_frame06 {
        width: 25%;
        margin-top: 10px;
    }

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    [class*="com_table"] dd .com_table_frame01 {
        display: block;
        margin-right: 0;
        margin-top: 20px;
    }
    [class*="com_table"] dd .com_table_frame01:not(:first-child) { margin-top: 10px;}

    [class*="com_table"] .com_table_btnBox01 {
        margin-top: 20px;
        padding: 0;
        border: none;
        padding: 20px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .com_table05 .com_table_frame01 { width: auto;}
    .com_table05 .com_table_frame01:first-child { margin-top: 0;}
    .com_table05 .com_table_frame01 .btn {
        width: auto;
        margin: 20px 0 0;
        font-size: 20px;
        font-size: 2.0rem;
    }
    .com_table05 .com_table_frame02 {
        margin: 0 10px !important;
    }
    .com_table05 .com_table_frame03 {
        width: 120px;
        margin-right: 0 !important;
    }

/*    .com_table05 .com_table_frame04 { width: 100%;}*/
    [class*="com_table"] dd .com_table_frame04 { width: 100%;}
    .com_table05 .com_table_frame04:not(:first-child) { margin-top: 10px;}

    [class*="com_table"] dd .com_table_frame05 {
        width: 48%;
    }
    [class*="com_table"] dd .com_table_frame05:nth-child(2n) {
        margin-right: 0;
    }
    [class*="com_table"] dd .com_table_frame06 {
        width: 44%;
    }
    [class*="com_table"] dd .com_table_frame06:nth-child(7) {
        margin-right: 0;
    }
    [class*="com_table"] dd .com_table_frame07 {
        width: 5%;
    }

    [class*="com_table"]  dd .com_tag01 {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 5px 0 0;
        width: 48%;
        padding: 6px 10px;
        box-sizing: border-box;
    }
    [class*="com_table"] dd .com_tag01:nth-child(2n) { margin-right: 0;}


    [class*="com_table"] dd ul.linkList01 {
        display: block;
        padding-right: 0;
    }
    [class*="com_table"] dd ul.linkList01 li {
        display: table;
        width: 100%;
        float: none;
        table-layout: fixed;
        border-right: none;
        padding: 0;
        margin-top: 10px;
        padding-top: 10px;
        margin-right: 0;
        border-top: 1px dotted #E0E0E0;
        letter-spacing: -.40em;
    }
    [class*="com_table"] dd ul.linkList01 li:nth-child(3n) { padding-right: 0;}
    [class*="com_table"] dd ul.linkList01 li:nth-child(-n+3) {
        margin-top: 10px;
    }
    [class*="com_table"] dd ul.linkList01 li:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    [class*="com_table"] dd ul.linkList01 li p {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        letter-spacing: normal;
    }
    [class*="com_table"] dd ul.linkList01 li p:first-child { display: block; margin-bottom: 5px;}
    [class*="com_table"] dd ul.linkList01 li p:nth-child(n+2) { display: inline-block; width: 50%;}
/*     [class*="com_table"] dd ul.linkList01 li p:last-child { width: 40%; padding-left: 10px;} */
    [class*="com_table"] dd ul.linkList01 li a.com_btn01 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px;
    }
    [class*="com_table"] dd ul.linkList01 li a.com_btn01::after { right: 10px;}


}
/*----------------------------------------------*/






/*  common form parts
============================================================================*/
.com_form01 input,
.com_form01 textarea {
/*    font-size: inherit !important;*/
    outline: none;
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-sizing: border-box;
    position: relative;
}
.com_form01 textarea { min-height: 180px;}
.com_form01 input[type="text"]:focus,
.com_form01 textarea:focus {
/*    border:solid 1px #E60012;*/
/*    background: rgba(0,0,0,.02);*/
}
.com_form01 input[type="text"]::selection {  color: inherit;}
.com_form01 textarea::selection {  color: inherit;}


/* radio,checkbox */
[class*="com_form_rcWrap"] { letter-spacing: -.40em;}
.com_form_rcWrap01 {
    margin-top: 20px;
}
.com_form_rcWrap02 {
    margin-top: 10px;
    opacity: .5;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: none;
}
.com_form_rcWrap02.active {
    opacity: 1;
    pointer-events: auto;
}
[class*="com_form_rcWrap"]:first-child { margin-top: 0;}

[class*="com_form_rcWrap"] p {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 5px 5px 0 0;
}
[class*="com_form_rcWrap"] p:last-child { margin-right: 0;}

.com_form_radio01 input[type=radio],
.com_form_check01 input[type=checkbox] { display: none;}

.com_form_radio01 label ,
.com_form_check01 label {
    box-sizing: border-box;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: #f7f8f8;
    vertical-align: middle;
    cursor: pointer;
    padding: 20px 20px 20px 45px;
    border: 1px solid #E0E0E0;
}
.com_form_radio01 label:hover,
.com_form_check01 label:hover { background-color: #f7f8f8;}
.com_form_radio01 label:hover::after,
.com_form_check01 label:hover::after { border-color: #EB5100;}
.com_form_radio01 label::after,
.com_form_check01 label::after {
    -webkit-transition: border-color .3s linear;
    transition: border-color .3s linear;
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    content: '';
}
.com_form_radio01 label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #EB5100;
  content: '';
  opacity: 0;
}
.com_form_radio01 input[type=radio]:checked + label::before {
  opacity: 1;
}

.com_form_check01 label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #EB5100;
  border-bottom: 3px solid #EB5100;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com_form_check01 input[type=checkbox]:checked + label:before {
  opacity: 1;
}


/* select */
.com_form01 [class*="com_form_select"] {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: transparent;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
.com_form01 [class*="com_form_select"]::before,
.com_form01 [class*="com_form_select"]::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    z-index: 5;
}
.com_form01 [class*="com_form_select"]::before { /* border */
    width: 1px;
    height: 95%;
    top: 1px;
    right: 50px;
    background-color: #E5E5E5;
}
.com_form01 [class*="com_form_select"]::after { /* arrow */
    top: 50%;
    right: 17px;
    margin-top: -2px;
    background: url(../../../img/inbound/com_arrowset02.png) no-repeat 0 -7px;
    -webkit-background-size: 24px 14px;
    background-size: 24px 14px;
    width: 14px;
    height: 7px;
}
.com_form01 [class*="com_form_select"] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-indent: .01px; /* FF*/
    text-overflow: ""; /* FF*/
    outline: none;
    font-size: inherit;
/*    background: transparent;*/
    background-color: #fff;
    padding: 15px 50px 15px 20px;
    color: #737373;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    z-index: 1;
}

.com_form01 .com_form_select02 {
    width: 85%;
    margin-right: 3%;
}


/* IE */
.com_form01 .com_form_select01 select::-ms-expand { display: none;}


/* input */
.com_form01 [class*="com_form_input"].icon {
    position: relative;
    padding-right: 30px;
}
.com_form01 [class*="com_form_input"] input {
    width: 100%;
    font-size: inherit;
    background: #fff;
    padding: 15px 15px;
    color: #737373;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    z-index: 1;
}
.com_form01 [class*="com_form_input"] input.w480 { width: 480px;}
.com_form01 [class*="com_form_input"] input.w300 { width: 300px;}

/* ui datepicker */
.ui-datepicker {
    z-index: 50 !important;
}
.com_form01 [class*="com_form_input"].icon img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    width: 19px;
    height: 22px;
    cursor: pointer;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_form01 [class*="com_form_input"] input.w480 {
        width: 380px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .com_form01 [class*="com_form_input"] input.w480 {
        width: 100%;
    }
    .com_form01 [class*="com_form_input"] input.w300 {
        width: 100%;
    }
}
/*----------------------------------------------*/


/* icon */
.com_form01 [class*="com_form_icon"] {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}
.com_form01 [class*="com_form_icon"] a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.com_form01 .com_form_icon01 a {
    background-image: url(../../../img/inbound/com_icon03@2x.png);
    background-position: center center;
    -webkit-background-size: 19px 22px;
    background-size: 19px 22px;
}


/* button */
.com_form01 .com_form_btn01 a {
    position: relative;
    display: block;
    width: auto;
    outline: none;
    font-size: inherit;
    border-radius: 5px;
    box-sizing: border-box;
    background: transparent;
    padding: 16px 20px;
    text-decoration: none;
    line-height: 1em;
    color: #737373;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.com_form01 .com_form_btn01 a::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #E5E5E5;
    background-color: #fff;
}
.com_form01 .com_form_btn01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 -4px;
    background: url(../../../img/inbound/com_arrowset03.png);
    background-repeat: no-repeat;
    background-position: -7px 0;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
    width: 7px;
    height: 12px;
}



/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    [class*="com_form_rcWrap"] p.txt {
        width: 100%;
        margin: 15px 0 0;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    [class*="com_form_rcWrap"] p {
        width: 100%;
        margin: 5px 0 0;
    }
    .com_form_radio01 label,
    .com_form_check01 label { display: block;}
}
/*----------------------------------------------*/




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


header


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


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    padding: 9px 0;
    z-index: 100;
}
header h1 {
    float: left;
    width: 228px;
}
header h1 a:hover { opacity: .5;}

header ul.hd_btnList01 {
    position: relative;
    float: right;
    height: 38px;
}
header ul.hd_btnList01 > li {
    float: right;
    position: relative;
    width: auto;
}
header ul.hd_btnList01 > li.book {
/*    right: 140px;*/
}
header ul.hd_btnList01 > li.lang {
    margin-left: 10px;
}
header ul.hd_btnList01 > li > a,
header ul.hd_btnList01 > li.lang span {
    display: block;
    border: 1px solid #EA590B;
    color: #EA590B;
    background-color: #fff;
    padding: 10px 20px;
    min-width: 155px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1em;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

header ul.hd_btnList01 > li.book a:hover {
    border-color: #ea590b;
    background-color: #ea590b;
    color: #fff;
    text-decoration: none;
}
header ul.hd_btnList01 > li.book a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../../../img/inbound/com_icon01.png) no-repeat 0 0;
    -webkit-background-size: 16px 12px;
    background-size: 16px 12px;
}
header ul.hd_btnList01 > li.book a:hover::after {
    background-position: -8px 0;
    color: #fff;
    text-decoration: none;
}

header ul.hd_btnList01 > li.lang {
    padding: 0;
    /*    box-shadow: 0 0 0 rgba(0,0,0,.3);*/
    text-align: left;
	/*
    height: 38px;
    box-shadow: 0 0 0 rgba(0,0,0,.3);
    overflow: hidden;
    */
}
header ul.hd_btnList01 li.lang > span::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 4px;
    border: 3px solid transparent;
    border-top: 4px solid #EA590B;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center 20%;
}
header ul.hd_btnList01 li.lang:hover > span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


header ul.hd_btnList01 li.lang .langDrp {
    display: none;
/*
    opacity: 0;
    visibility: hidden;
*/
    position: relative;
    border: 2px solid #EA590B;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    width: 100%;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
header ul.hd_btnList01 li.lang .langDrp::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -6px;
    box-sizing: border-box;
    width: 12px;
    height: 16px;
    border: 6px solid transparent;
    border-bottom: 10px solid #EA590B;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center 20%;
}
header ul.hd_btnList01.pc > li.lang:hover .langDrp {
    display: block;
/*
    opacity: 1;
    visibility: visible;
*/
}

header ul.hd_btnList01 li.lang .langDrp > li:not(:first-child) {
    border-top: 1px solid #E0E0E0;
}
header ul.hd_btnList01 li.lang .langDrp > li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 30px 5px 20px;
    box-sizing: border-box;
    color: #ea590b;
    text-align: left;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
header ul.hd_btnList01 li.lang .langDrp > li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 10px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../../../img/inbound/com_iconset01.png);
    background-size: 70px 95px;
    background-position: -60px 0;
    background-repeat: no-repeat;
}
header .hd_btnList01.pc li.lang .langDrp > li a:hover::before {/*only PC*/
    background-position: -60px -16px;
}
header .hd_btnList01.pc li.lang .langDrp > li a:hover {/*only PC*/
    background-color: #ea590b;
    text-decoration: none;
    color: #fff;
}

#hd_spMenu li.lang > span::after {/*sp*/
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#hd_spMenu li.lang.active > span::after {/*sp*/
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* hd_spMenu_trg */
#hd_spMenu_trg {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 101;
    top: -4px;
    right: 20px;
    background-color: #fff;
}
#hd_spMenu_trg span {
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 9px;
    background: #EA590B;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(0) translate3d(0,0,0);
    transform: rotate(0) translate3d(0,0,0);
}
#hd_spMenu_trg span.fst {
    top: 10px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
#hd_spMenu_trg span.scd {
    top: 19px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
#hd_spMenu_trg span.thd {
    bottom: 10px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

#hd_spMenu_trg.active span.fst {
    width: 27px;
    -webkit-transform: rotate(45deg) translate3d(0,-2px,0);
    transform: rotate(45deg) translate3d(0,-2px,0);
}
#hd_spMenu_trg.active span.scd {
    opacity: 0;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}
#hd_spMenu_trg.active span.thd {
    width: 27px;
    -webkit-transform: rotate(-45deg) translate3d(1px,1px,0);
    transform: rotate(-45deg) translate3d(1px,1px,0);
}

/* hd_spMenu */
#hd_spMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,.9);
}
#hd_spMenu .inner {
    padding: 60px 20px;
}
#hd_spMenu .hd_btnList01 {
    float: none;
    width: 100%;
    height: auto;
}
#hd_spMenu .hd_btnList01 > li {/*offset*/
    position: relative;
    width: 100%;
    right: inherit;
    box-shadow: none;
}
#hd_spMenu .hd_btnList01 > li:not(:first-child) {
    margin-top: 10px;
}
#hd_spMenu .hd_btnList01 > li > a,
#hd_spMenu .hd_btnList01 > li.lang,
#hd_spMenu .hd_btnList01 li.lang .langDrp > li a {
    padding: 16px 20px;
}
#hd_spMenu .hd_btnList01 > li.lang {
    height: 48px;
    padding: 0;
}
#hd_spMenu .hd_btnList01 > li.lang span {
    padding: 16px 20px;
}
#hd_spMenu .hd_btnList01 li.lang.active .langDrp {
    display: block;
}
#hd_spMenu .hd_btnList01 > li.book a::after {
    right: 20px;
}
#hd_spMenu ul.hd_btnList01 > li.lang::after {
    top: 23px;
    right: 23px;
}
#hd_spMenu .hd_btnList01 li.lang .langDrp > li a:hover {
    text-decoration: none;
}
#hd_spMenu .hd_btnList01 li.lang .langDrp > li a::before {
    right: 20px;
}


#hd_spMenu .hd_btnList02 {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #F24F00;
    box-sizing: border-box;
}
#hd_spMenu .hd_btnList02 li {
    float: left;
    border-right: 1px solid #F24F00;
    box-sizing: border-box;
    width: 50%;
}
#hd_spMenu .hd_btnList02 li:nth-child(2n) { border-right: none;}
#hd_spMenu .hd_btnList02 li:nth-child(-n+2) { border-bottom: 1px solid #F24F00;}
#hd_spMenu .hd_btnList02 li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #F24F00;
    position: relative;
    top: 0;
    left: 0;
}
#hd_spMenu .hd_btnList02 li a::before {
        content: "";
    display: block;
    padding-top: 100%;
}
#hd_spMenu .hd_btnList02 li a::after {/* icon */
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../../img/inbound/com_iconset01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 60px 64px;
    background-size: 60px 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -20px;
}
#hd_spMenu .hd_btnList02 li:nth-child(1) a::after {
    background-position: 0 0;
}
#hd_spMenu .hd_btnList02 li:nth-child(2) a::after {
    background-position: -30px 0;
}
#hd_spMenu .hd_btnList02 li:nth-child(3) a::after {
    background-position: 0 -30px;
    width: 29px;
    height: 34px;
}
#hd_spMenu .hd_btnList02 li:nth-child(4) a::after {
    background-position: -29px -30px;
}
#hd_spMenu .hd_btnList02 li a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 25px;
}

/*共通戻るボタン*/
#backTxt {
    position: absolute;
    width: 120px;
    left: 0;
    top: -40px;
}

#backTxt a {
    width: 240px;
    line-height: 1em;
    padding: 0 0 0 15px;
    text-align: left;
    text-decoration: none!important;
    letter-spacing: .1em;
    color: #666;
}
#backTxt a.com_btn01_02::after {
    background-image: url(../../../img/inbound/com_arrowset01.png);
    -webkit-background-size: 38x 24px;
    background-size: 38px 24px;
    background-position: -24px 0;
    width: 13px;
    height: 12px;
    left: 0;
    margin-top: -6px;
}
#backTxt a:hover {
    opacity: .5;
}


/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    header .com_innerBlock01 { padding: 0 30px;}
    #backTxt {
        left: 0px;
    }

    /* header menu switch */
    header h1 {
        float: none;
        margin: 0 auto;
    }
    header .com_innerBlock01 > .hd_btnList01 { display: none;}
    #hd_spMenu_trg { display: block;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #backTxt {
        left: 0px;
        top: -30px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 320px) {
    header h1 {
        width: 184px;
        padding: 5px 0;
    }
}
/*----------------------------------------------*/



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


content


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

#contentWrapper {
    width:100%;
    margin:0 auto;
    text-align:left;
}

#contents {
    width: 100%;
    padding: 60px 0 80px;
    /*padding: 60px 0 0;*/
}


/* innerBlock */
.com_innerBlock01 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.com_innerBlock01:not(:first-child) { margin-top: 60px;}

.com_innerBlock01 .com_innerFrame01 {
    margin-top: 60px;
}
.com_innerBlock01 .com_innerFrame01 h4 {
    background-color: #646666;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1em;
    padding: 15px 20px;
    margin-top: 40px;
}
.com_innerBlock01 .com_innerFrame01 h5 {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1em;
}
.com_innerBlock01 .com_innerFrame01 h5:first-child { margin-top: 0;}

#contents .com_innerBlock01 > p,
#contents .com_innerFrame01 > p {
    margin-top: 15px;
    line-height: 1.6em;
}


/* tabBlock */
.com_tabBlock01 {
    width: 100%;
    margin-top: 60px;
}
.com_tabBtnListWrap01 {
    border-top: 1px solid #E0E0E0;
    background-color: #F5F5F5;
    padding: 20px 0 0;
    overflow: hidden;
/*    box-shadow: 0 -2px 3px rgba(0,0,0,.2) inset;*/
}
.com_tabBtnListWrap01 .com_tabBtnList01 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
    border-radius: 5px 5px 0 0;
}
.com_tabBtnListWrap01 .com_tabBtnList01 li {
    background-color: #ccc;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    line-height: 1em;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    padding: 15px 20px;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
}
.com_tabBtnListWrap01 .com_tabBtnList01 li:first-child { border-radius: 5px 0 0 0;}
.com_tabBtnListWrap01 .com_tabBtnList01 li:last-child {
    border-radius: 0 5px 0 0;
    border-right: none;
}
.com_tabBtnListWrap01 .com_tabBtnList01.double li {
    width: 50%;
}
.com_tabBtnListWrap01 .com_tabBtnList01 li.active {
    background-color: #ffffff;
    color: #000;
    cursor: default;
/*    box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}

.com_tabFrameWrap01 {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.com_tabFrame01 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.com_tabFrame01.active {
    opacity: 1;
    visibility: visible;
}

.com_tabBox01 {
    margin-top: 20px;
}
.com_tabBox01 > p:not(:first-child) {
    margin-top: 10px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    #contents {
        width: auto;
        padding: 60px 30px 80px;
        /*padding: 60px 80px;*/
    }

    .com_innerBlock01 {
        width: auto;
        margin: 0;
    }

    /* tabBlock */
    .com_tabBlock01 { margin-top: 40px;}
    .com_tabBtnListWrap01 {
        margin: 0 -30px;
    }
    .com_tabBtnListWrap01 .com_tabBtnList01 {
        width: auto;
        border-radius: 0;
    }
    .com_tabBtnListWrap01 .com_tabBtnList01 li {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px;
    }
    .com_tabBtnListWrap01 .com_tabBtnList01 li:first-child,
    .com_tabBtnListWrap01 .com_tabBtnList01 li:last-child {
        border-radius: 0;
    }

    .com_tabFrameWrap01 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #contents {
        width: auto;
        padding: 40px 20px 50px;
    }
    #contents h3 {
        padding: 20px 0;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .com_innerBlock01 .com_innerFrame01 {
        margin-top: 40px;
    }

    #contents .com_innerBlock01 > p,
    #contents .com_innerFrame01 > p {
        margin-top: 20px;
        line-height: 1.4em;
    }
    
    .com_tabBtnListWrap01 {
        margin: 0 -20px;
    }
}
/*----------------------------------------------*/



/*  titArea
============================================================================*/
#com_pageTit01 {
    background-color: #ea590b;
    color: #fff;
    padding: 26px 0;
    text-align: center;
}
#com_pageTit01 h2 {
    font-size: 24px;
    font-size: 2.4rem;
}
#com_pageTit01 p {
    margin-top: 15px;
/*    padding: 0 25%;*/
    line-height: 1.6em;
    font-size: 14px;
    font-size: 1.4rem;
}

.com_pageTit02 {
    text-align: center;
}
.com_pageTit02 h2 {
    font-size: 34px;
    font-size: 3.4rem;
    position: relative;
    display: inline-block;
    padding: 0 1em;
}
.com_pageTit02 h2::before {
    content: '-';
    position: absolute;
    display: inline-block;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.com_pageTit02 h2::after {
    content: '-';
    position: absolute;
    display: inline-block;
    top: 48%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.com_pageTit02 p {
    margin-top: 20px;
}

.com_pageTit03:not(:first-child) { margin-top: 60px;}
.com_pageTit03 h3 {
    border-top: 1px solid #ea590b;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 0;
    color: #ea590b;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1em;
    text-align: center;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    #com_pageTit01 .com_innerBlock01 {
        padding: 0 30px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #com_pageTit01 {
        padding: 20px 15px;
    }
    #com_pageTit01 .com_innerBlock01 {
        padding: 0;
    }
    #com_pageTit01 h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    #com_pageTit01 p {
        margin-top: 15px;
        padding: 0;
        line-height: 1.4em;
    }

    .com_pageTit02 h2 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0 .8em;
        line-height: 1.2em;
    }
    .com_pageTit03 { margin-top: 30px;}
}
/*----------------------------------------------*/



/*  alertBox
============================================================================*/
.com_alertBox01Wrapper {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
}
.com_alertBox01 {
    border: 3px solid #ea590b;
    font-weight: bold;
    padding: 10px 20px;
    color: #ea590b;
}

.com_alertBox02 { margin-top: 20px;}
.com_alertBox02 p {
    background-color:#CC0000;
    color: #FFF;
    font-weight: bold;
    padding:20px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_alertBox01Wrapper {
        width: auto;
        margin: 0;
        padding: 10px;
    }
    .com_alertBox01 {}
    .com_alertBox01 p { line-height: 1.4em;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .com_alertBox02 { margin-top: 10px;}
}
/*----------------------------------------------*/



/*  pageFlow
============================================================================*/

[id*="com_pageFlow"] {
    background-color: #EFF1F2;
}
[id*="com_pageFlow"] ul {
    width: 100%;
}
[id*="com_pageFlow"] ul li {
    float: left;
    height: 80px;
/*    padding: 10px 0;*/
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

[id*="com_pageFlow"] ul li span {
    display:inline-block;
    line-height:1.1;
    padding-top:6px;
    font-size: 12px;
    font-size: 1.2rem;
}

#com_pageFlow01 ul li {
    width: 120px;
}
#com_pageFlow02 ul li {
    width: 33.33%;
}
#com_pageFlow03 ul li {
    width: 50%;
}

[id*="com_pageFlow"] ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    width: 15px;
    height: 80px;
/*    background-color: rgba(0,0,0,.1);*/
    background-image: url(../../../img/inbound/com_pareflow_arrow.png);
    background-repeat: no-repeat;
    background-position: -30px 0;
    -webkit-background-size: 45px 80px;
    background-size: 45px 80px;
}

[id*="com_pageFlow"] ul li p:first-child {
    color: rgba(0,0,0,.5);
    margin-top: 12px;
    line-height: 1em;
    font-size: 14px;
    font-size: 1.4rem;
}
[id*="com_pageFlow"] ul li p:nth-child(2) {
/*    display: table;*/
    margin-top: 23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
/*    display: none;*/
}
[id*="com_pageFlow"]1 ul li p:nth-child(2) span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
    height: 50px;
}

[id*="com_pageFlow"] ul li.stay {
    background-color: #646666;
    color: #fff;
}
[id*="com_pageFlow"] ul li.stay p:first-child { color: #fff;}
[id*="com_pageFlow"] ul li.stay::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    display: block;
    width: 15px;
    height: 80px;
    background-image: url(../../../img/inbound/com_pareflow_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 45px 80px;
    background-size: 45px 80px;
}
[id*="com_pageFlow"] ul li.stay::after {
    background-position: -15px 0;
}

[id*="com_pageFlow"] ul li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
[id*="com_pageFlow"] ul li:last-child::after {
    right: 0;
    width: 1px;
    height: 100%;
    background: none;
    background-color: rgba(0,0,0,.1);
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    [id*="com_pageFlow"] ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    [id*="com_pageFlow"] ul li {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    #com_pageFlow01 ul li , #com_pageFlow02 ul li , #com_pageFlow03 ul li {
        width: inherit;
    }

    [id*="com_pageFlow"] ul li:first-child::before { display: none;}
    [id*="com_pageFlow"] ul li:last-child::after { display: none;}

    [id*="com_pageFlow"] ul li p:nth-child(2) {
        margin-top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    /*
    #com_pageFlow01 ul li:first-child::before,
    #com_pageFlow01 ul li::after { display: none;}
    #com_pageFlow01 ul li:nth-child(4n) { border-right: none;}
    #com_pageFlow01 ul li:nth-child(-n+4) { border-bottom: 1px solid rgba(0,0,0,.1);}
    */
    [id*="com_pageFlow"] ul li {
        height: 60px;
    }

    [id*="com_pageFlow"] ul li::after {
        width: 11px;
        height: 60px;
        right: -3px;
        background-position: -22px 0;
        -webkit-background-size: 33px 60px;
        background-size: 33px 60px;
    }
    [id*="com_pageFlow"] ul li.stay::after {
        background-position: -11px 0;
    }
    [id*="com_pageFlow"] ul li.stay::before {
        display: block;
        left: -8px;
        width: 11px;
        height: 60px;
        background-position: 0 0;
        -webkit-background-size: cover;
        background-size: cover;
    }

    [id*="com_pageFlow"] ul li p:first-child { margin-top: 0;}
    [id*="com_pageFlow"] ul li p:nth-child(2) { display: none;}

    [id*="com_pageFlow"] ul li:first-child::before { display: none;}
}
/*----------------------------------------------*/




/*  pageNation
============================================================================*/
.com_pageNation01 { margin-top: 25px;}
.com_pageNation01 ul {
    text-align: center;
    letter-spacing: -.40em;
}
.com_pageNation01 ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-right: 10px;
}
.com_pageNation01 ul li:nth-last-child(2) { margin-right: 0;}
.com_pageNation01 ul li a {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F0F0F0;
    line-height: 1em;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
}
.com_pageNation01 ul li a:hover {
    text-decoration: none;
    border-color: #737373;
    background-color: #737373;
    color: #fff;
}

.com_pageNation01 ul li.prev { margin-right: 20px;}
.com_pageNation01 ul li.next { margin-left: 20px; margin-right: 0;}
.com_pageNation01 ul li.prev a,
.com_pageNation01 ul li.next a {
    border: 1px solid #EA590B;
    background-color: #fff;
}
.com_pageNation01 ul li.prev a::after,
.com_pageNation01 ul li.next a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    background: url(../../../img/inbound/com_arrowset03.png);
    background-repeat: no-repeat;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
    width: 7px;
    height: 12px;
}
.com_pageNation01 ul li.prev a::after { background-position: 0 0;}
.com_pageNation01 ul li.next a::after {
    background-position: -7px 0;
    margin: -6px 0 0 -2px;
}
.com_pageNation01 ul li.prev a:hover,
.com_pageNation01 ul li.next a:hover {
    background-color: #EA590B;
}
.com_pageNation01 ul li.prev a:hover::after {
    background-position: 0 -12px;
}
.com_pageNation01 ul li.next a:hover::after {
    background-position: -7px -12px;
}

.com_pageNation01 ul li.stay {
    border-radius: 5px;
    background-color: #EA590B;
    color: #fff;
    line-height: 1em;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
}



/*  cancel pageFlow
============================================================================*/
#com_pageFlow02 {
    background-color: #EFF1F2;
}
#com_pageFlow02 ul {
    width: 100%;
}
#com_pageFlow02 ul li {
    float: left;
    width: 320px;
    height: 80px;
/*    padding: 10px 0;*/
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#com_pageFlow02 ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    width: 15px;
    height: 80px;
/*    background-color: rgba(0,0,0,.1);*/
    background-image: url(../../../img/inbound/com_pareflow_arrow.png);
    background-repeat: no-repeat;
    background-position: -30px 0;
    -webkit-background-size: 45px 80px;
    background-size: 45px 80px;
}

#com_pageFlow02 ul li p:first-child {
    color: rgba(0,0,0,.5);
    margin-top: 12px;
    line-height: 1em;
    font-size: 14px;
    font-size: 1.4rem;
}
#com_pageFlow02 ul li p:nth-child(2) {
    display: table;
    width: 100%;
/*    display: none;*/
}
#com_pageFlow02 ul li p:nth-child(2) span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
    /*height: 50px;*/
}

#com_pageFlow02 ul li.stay {
    background-color: #646666;
    color: #fff;
}
#com_pageFlow02 ul li.stay p:first-child { color: #fff;}
#com_pageFlow02 ul li.stay::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    display: block;
    width: 15px;
    height: 80px;
    background-image: url(../../../img/inbound/com_pareflow_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 45px 80px;
    background-size: 45px 80px;
}
#com_pageFlow02 ul li.stay::after {
    background-position: -15px 0;
}

#com_pageFlow02 ul li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
#com_pageFlow02 ul li:last-child::after {
    right: 0;
    width: 1px;
    height: 100%;
    background: none;
    background-color: rgba(0,0,0,.1);
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    #com_pageFlow02 ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #com_pageFlow02 ul li {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    #com_pageFlow02 ul li:first-child::before { display: none;}
    #com_pageFlow02 ul li:last-child::after { display: none;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    /*
    #com_pageFlow02 ul li:first-child::before,
    #com_pageFlow02 ul li::after { display: none;}
    #com_pageFlow02 ul li:nth-child(4n) { border-right: none;}
    #com_pageFlow02 ul li:nth-child(-n+4) { border-bottom: 1px solid rgba(0,0,0,.1);}
    */
    #com_pageFlow02 ul li {
        height: 60px;
    }

    #com_pageFlow02 ul li::after {
        width: 11px;
        height: 60px;
        right: -3px;
        background-position: -22px 0;
        -webkit-background-size: 33px 60px;
        background-size: 33px 60px;
    }
    #com_pageFlow02 ul li.stay::after {
        background-position: -11px 0;
    }
    #com_pageFlow02 ul li.stay::before {
        display: block;
        left: -8px;
        width: 11px;
        height: 60px;
        background-position: 0 0;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #com_pageFlow02 ul li p:first-child { margin-top: 0;}
    #com_pageFlow02 ul li p:nth-child(2) { display: none;}

    #com_pageFlow02 ul li:first-child::before { display: none;}
}
/*----------------------------------------------*/




/*  pageNation
============================================================================*/
.com_pageNation01 { margin-top: 25px;}
.com_pageNation01 ul {
    text-align: center;
    letter-spacing: -.40em;
}
.com_pageNation01 ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-right: 10px;
}
.com_pageNation01 ul li:nth-last-child(2) { margin-right: 0;}
.com_pageNation01 ul li a {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F0F0F0;
    line-height: 1em;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
}
.com_pageNation01 ul li a:hover {
    text-decoration: none;
    border-color: #737373;
    background-color: #737373;
    color: #fff;
}

.com_pageNation01 ul li.prev { margin-right: 20px;}
.com_pageNation01 ul li.next { margin-left: 20px; margin-right: 0;}
.com_pageNation01 ul li.prev a,
.com_pageNation01 ul li.next a {
    border: 1px solid #EA590B;
    background-color: #fff;
}
.com_pageNation01 ul li.prev a::after,
.com_pageNation01 ul li.next a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    background: url(../../../img/inbound/com_arrowset03.png);
    background-repeat: no-repeat;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
    width: 7px;
    height: 12px;
}
.com_pageNation01 ul li.prev a::after { background-position: 0 0;}
.com_pageNation01 ul li.next a::after {
    background-position: -7px 0;
    margin: -6px 0 0 -2px;
}
.com_pageNation01 ul li.prev a:hover,
.com_pageNation01 ul li.next a:hover {
    background-color: #EA590B;
}
.com_pageNation01 ul li.prev a:hover::after {
    background-position: 0 -12px;
}
.com_pageNation01 ul li.next a:hover::after {
    background-position: -7px -12px;
}

.com_pageNation01 ul li.stay {
    border-radius: 5px;
    background-color: #EA590B;
    color: #fff;
    line-height: 1em;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
}




/*  com_btnBox
============================================================================*/
[class*="com_btnBox"] {
    border: 5px solid #EB5100;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.com_btnBox01 .txt {
    float: left;
    width: 580px;
}
.com_btnBox01 .btn {
    float: right;
    width: 300px;
}
.com_btnBox01 p .com_tag01 {
    margin-right: 10px;
}

.com_btnBox02 {
    padding: 30px 20px;
}
.com_btnBox02 > p {
    display: inline-block;
    margin-right: 40px;
    font-size: 20px;
    font-size: 2.0rem;
}
.com_btnBox02 > p .com_tag01 {
    margin-right: 10px;
}

.com_btnBox03 {
    border: none;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_btnBox01 .txt {
        float: none;
        width: auto;
        text-align: center;
    }
    .com_btnBox01 .btn {
        float: none;
        width: auto;
        margin-top: 15px;
        text-align: center;
    }
    .com_btnBox01 .btn a { margin: 0 auto;}

    .com_btnBox02 {
        padding: 30px 20px;
    }
    .com_btnBox02 > p {
        display: inline-block;
        margin-right: 20px;
        font-size: 20px;
        font-size: 2.0rem;
        margin: 10px 0 0;
    }
    .com_btnBox02 > p:first-child { margin-top: 0;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    [class*="com_btnBox"] {
        padding: 15px;
        margin-top: 20px;
    }

    .com_btnBox01 .txt {
        float: none;
        display: block;
    }
    .com_btnBox01 .txt p {
        font-weight: bold;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .com_btnBox01 p .com_tag01 { margin: 0 0 10px 0;}


    .com_btnBox02 > p {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 15px 0 0;
    }
    .com_btnBox02 > p .com_tag01 {
        margin: 0 0 10px 0;
    }
}
/*----------------------------------------------*/





/*  com_txtBox
============================================================================*/
[class*="com_txtBox"] {
    border: 5px solid #E0E0E0;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

}
/*----------------------------------------------*/





/*  com_bgBox
============================================================================*/
.com_bgBox01 {
    border-top: 1px solid #E0E0E0;
    background-color: #EFF1F2;
    padding: 30px 20px;
    margin-top: 20px;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .com_bgBox01 {
        border-top: 1px solid #E0E0E0;
        background-color: #EFF1F2;
        padding: 20px;
        margin-top: 20px;
    }
}
/*----------------------------------------------*/





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


footer


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


footer{
    position: relative;
    width:100%;
    border-top: 10px solid #F5F5F5;
    z-index: 2;
}
footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
}

/*
footer #pageTop {
    position: fixed;
    right: 40px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    background: url(/common/img/com_pagetop.png) 0 0 no-repeat;
    z-index: 10;
    opacity: 0;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
}
footer #pageTop.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
footer #pageTop a {
    display: block;
    width: 100%;
    height: 100%;
}
*/

footer .com_ft_block01 {}
footer .com_ft_block01 ul {
    width: 100%;
    display: table;
    position: relative;
}
footer .com_ft_block01 ul::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background-color: #E0E0E0;
}
footer .com_ft_block01 ul li {
    display: table-cell;
    text-align: center;
    position: relative;
}
footer .com_ft_block01 ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background-color: #E0E0E0;
}
footer .com_ft_block01 ul li a {
    display: block;
    line-height: 1em;
    padding: 35px 0;
    font-size: 15px;
    font-size: 1.5rem;
}
footer .com_ft_block01 ul li a:hover {
    background-color: #EFF1F2;
    text-decoration: none;
}


footer .com_ft_block02 {
    border-top: 1px solid #E0E0E0;
    padding: 40px 0 80px;
}
footer .com_ft_block02 h1 {
    width: 169px;
    height: 32px;
    margin: 0 auto;
}
footer .com_ft_block02 p {
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
}

#backbtn {
	padding-top: 60px;
}
#backbtn02 {
    padding-bottom: 60px;
}
#backbtn .com_table_btnBox01 .btn:last-child {
    margin: 30px auto 0;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#backbtn02 {
    padding-bottom: 0;
    padding-top: 60px;
}

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    footer .com_ft_block01 ul li {
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    footer .com_ft_block01 ul li a {
        position: relative;
        line-height: 1em;
        padding: 17px 20px;
    }
    footer .com_ft_block01 ul li::after { display: none;}
    footer .com_ft_block01 ul li a::after {
        content: '';
        position: absolute;
        background-image: url(../../../img/inbound/com_arrowset01.png);
        -webkit-background-size: 38x 24px;
        background-size: 38px 24px;
        background-position: 13px -12px;
        width: 13px;
        height: 12px;
        top: 50%;
        right: 20px;
        margin-top: -6px;
    }
    footer .com_ft_block02 {
        border-top: none;
        padding: 25px 0;
    }
    footer .com_ft_block02 p {
        font-size: 10px;
        font-size: 1.0rem;
    }
    #backbtn {
        padding-top: 50px;
        padding-bottom: 0;
    }
    #backbtn02 {
        padding-bottom: 0;
        padding-top: 40px;
    }
}
/*----------------------------------------------*/



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


    popup


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

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px 40px;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
}
.white-popup.pdNone {
    padding: 40px 0 0;
}
.white-popup .mfp-close {
    color: #333;
}

.white-popup .content {}
.white-popup .content .contInner {
    padding: 0 30px 30px;
}
.white-popup .content .contInner > h4 {
    font-size: 20px;
    font-size: 2.0rem;
/*    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;*/
}
.white-popup .content .contInner > p {
    margin-top: 10px;
}
.white-popup .content .contInner a.pop_link01 {
    text-decoration: underline;
    color: #385A8C;
}

.white-popup .content .popLinkList01 {
    width: 100%;
}
.white-popup .content .popLinkList01 li {
    display: block;
    border-top: 1px solid #E0E0E0;
}
.white-popup .content .popLinkList01 button {
    display: block;
    position: relative;
    padding: 15px 40px 15px 20px;
    font-size: inherit;
    color: inherit;
    font-style: normal;
    font-family: inherit;
    width: 100%;
    height: auto;
    line-height: normal;
    right: auto;
    top: auto;
    text-decoration: none;
    text-align: left;
    opacity: 1;
}
.white-popup .content .popLinkList01 button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0 0 -4px;
    background: url(../../../img/inbound/com_arrowset03.png);
    background-repeat: no-repeat;
    background-position: -7px 0;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
    width: 7px;
    height: 12px;
}

.popSwitch .pc { display: block;}
.popSwitch .sp { display: none;}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .popSwitch .pc { display: none;}
    .popSwitch .sp { display: block;}
}
/*----------------------------------------------*/


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


    alertTxt


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

/*table*/
.alt_table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.alt_table table th {
    background-color: #EFF1F2;
    padding: 20px;
    box-sizing: border-box;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-collapse: collapse;
}
.alt_table table th:last-child {
	border-right: 1px solid #E0E0E0;
	border-collapse: collapse;
}
.alt_table table tr:last-child th {
    border-bottom: 1px solid #E0E0E0;
}
.alt_table table td {
    width: 50%;
    background-color: #fff;
    padding: 20px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-collapse: collapse;
}
.alt_table table tr:last-child {
    border-bottom: 1px solid #E0E0E0;
}
.alt_table table tr td:last-child {
	border-right: 1px solid #E0E0E0;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

.alt_table table th {
        width: 40%;
        padding: 12px 15px;
    }

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    .alt_table table td {
        padding: 12px 15px;
    }

}
/*----------------------------------------------*/



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


    txtlink


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

/*table*/
.txtlink {
    text-decoration: underline!important;
    outline: none;
    color: #385A8C!important;
}


/*----------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .}
/*----------------------------------------------*/


