@charset "UTF-8";

/* ======================
　Reset
====================== */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------ */
/*----- for HTML5 -----*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.pcOnly {
    display: inline-block;
}

.spOnly {
    display: none;
}

/* Costom Reset
------------------------------------------ */
/*----- for HTML5 -----*/
main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

hr,
legend {
    display: none;
}

time {
    display: block;
}

sub,
sup {
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    vertical-align: bottom;
}


/* ======================
　Utility
====================== */
/* Expand
------------------------------------------ */
/* paragraph */

/* cleafix */
.DUMMY {
    min-height: 1%;
}

.DUMMY {
    content: "";
    display: block;
    clear: both;
}


/* ======================
　Share
====================== */
/* Base Setting
------------------------------------------ */
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #31424e;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.61;
}

/* link */
a:link {
    color: #0068C4;
}

a:visited {
    color: #0068C4;
}

#footer a:link,
#footer a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fe6340;
    text-decoration: none;
}

a:active {
    color: #fe6340;
}

#footer a:hover,
#footer a:active {
    color: #fff;
    text-decoration: underline;
}


img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

input[type="text"] {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* imgover */
img.opRollover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

/* For Reader */
.aural {
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
}

/* For Alert */
.alertCSS {
    display: none;
}

/* Text
------------------------------------------ */
/* List
------------------------------------------ */
/* common */
ul>li>ul,
ul>li>ol,
ul>li>dl,
ol>li>ul,
ol>li>ol,
ol>li>dl {
    margin-top: 0 !important;
}

ul>li>.navAnchor01>li,
ol>li>.navAnchor01>li {
    text-indent: 0;
}

dl dd ul,
dl dd ol {
    margin-top: 0 !important;
}

/* Column
------------------------------------------ */
/* column */
/* Align
------------------------------------------ */
.aC {
    text-align: center !important;
}

.aR {
    text-align: right !important;
}

.aL {
    text-align: left !important;
}

.mt0 {
    margin-top: 0 !important;
}

.vM {
    vertical-align: middle !important;
}


/* ======================
　PC
====================== */
/* Base Setting
------------------------------------------ */
body {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Wrap
------------------------------------------ */
.wrap {
    width: 972px;
    margin: 0 auto;
    padding: 0;
    box-sizing: content-box;
}

.even .wrap {
    padding: 100px 0;
    text-align: center;
}

.odd .wrap {
    padding: 0 0 100px 0;
    text-align: center;
}

/* Page
------------------------------------------ */
#page {
    min-width: 972px;
}

/* Header
------------------------------------------ */

/* Footer
------------------------------------------ */
#footer {
    background: #3B3B3B;
    padding: 50px 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
}

#footer .inquiry {
    margin-top: 0.5em;
}

#footer .footLink {
    border-top: #9D9D9D solid 1px;
    margin-top: 10px;
    padding-top: 20px;
}

#footer .footLink ul {
    letter-spacing: -0.5em;
}

#footer .footLink ul li {
    display: inline-block;
    letter-spacing: normal;
}

#footer .footLink ul li:first-child {
    padding-right: 1em;
    margin-right: 1em;
    border-right: #fff solid 1px;
    line-height: 1;
}

#footer .copy {
    margin-top: 1.5em;
}

#footer .note {
    text-indent: -1em;
    padding-left: 1em;
}


/* btn
------------------------------------------ */
.btn {
    display: none;
}

.btn a {
    display: inline-block;
    /*  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  z-index:0;
  position:relative;
  line-height: 3;*/
}

/*.btn a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background: linear-gradient(to right, #FFCA00, #FF8800);
	border-radius: 10px;
}
 
.btn a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background: linear-gradient(to right, #FF8800, #FF8800);
	border-radius: 10px;
}
.btn a:link,
.btn a:visited{
}
.btn a:hover:before{
	opacity:0;
}*/

.btn.sp a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    line-height: 2.6;
}

.btn.sp a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    background: linear-gradient(to right, #FFCA00, #FF8800);
    border-radius: 10px;
}

.btn.sp a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    background: linear-gradient(to right, #FF8800, #FF8800);
    border-radius: 10px;
}

.btn.sp a:link,
.btn.sp a:visited,
.btn.sp a:hover,
.btn.sp a:active {
    color: #fff;
    text-decoration: none;
}

.btn.sp a:hover:before {
    opacity: 1;
}


/* Contents
------------------------------------------ */
.mainvisual {
    background: url("../img/dp_img001_pc.png") no-repeat 50% 0;
    padding-bottom: 35px;
    padding-top: 27px;
    text-align: center;
}

.mainvisual .btn a {
    margin: 35px 0 0 0;
    width: 610px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.even {
    background: #F0F3F5;
}

.even .btn a {
    margin: 80px 0 0 0;
    width: 610px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.even .qa+.btn a {
    margin-top: 120px;
}

.about {
    letter-spacing: -0.5em;
}

.about dl {
    display: inline-block;
    background: #fff;
    width: 450px;
    letter-spacing: normal;
    vertical-align: top;
}

.about dl:first-child {
    margin-right: 72px;
}

.about dt {}

.about dd {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 16px 55px 32px 55px;
    text-align: left;
}

.about dd p {}

.about dd span {
    color: #00B0FF;
    font-weight: bold;
}

.about dl:first-child dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 81px 32px 81px;
}

.about dl:first-child dd span {
    display: block;
    margin-top: 1em;
    font-size: 24px;
    font-size: 2.4rem;
}

.about dl:first-child dd span:first-child {
    margin-top: 0;
}

.about dl:first-child dd span:last-child {
    margin-bottom: 1em;
}

.service {
    margin-top: 50px;
}

.cardWrap {
    display: table;
    text-align: center;
    margin: 68px auto 0 auto;
}

.cardWrap p {
    display: table-cell;
    padding: 0 32px;
    width: 356px;
}

.cardWrap p span {
    display: block;
    margin-top: 1.5em;
    text-align: center;
    color: #707070;
    font-weight: bold;
}


/* Table
------------------------------------------ */
/* tblDate01 */
.tblDate01 {
    width: 100%;
    margin-top: 45px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
}

.tblDate01 th.type01 {
    background: #FF8800;
    padding: 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
}

.tblDate01 th.type01:last-child {
    border-right: 1px solid #FF8800;
}

.tblDate01 th.type02 {
    background: #FFCA00;
    padding: 15px 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.tblDate01 th.type02.note span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
}

.tblDate01 tr:last-child th.type02 {
    border-bottom: 1px solid #FFCA00;
}

.tblDate01 td {
    background-color: #fff;
    padding: 16px 10px;
    border-right: 1px solid #959EA7;
    border-bottom: 1px solid #959EA7;
    text-align: left;
    vertical-align: top;
}

.tblDate01 td.noBottom {
    border-bottom: none;
}

.tblDate01 td.noBottomAd {
    padding-top: 13px;
    padding-bottom: 13px;
}

.tblDate01 td.img {
    text-align: center;
}

.tblDate01 td.img img {
    width: 180px;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.tblDate01 td span {
    display: inline-block;
    text-align: left;
}

.tblDate01 th>*:first-child,
.tblDate01 td>*:first-child {
    margin-top: 0;
}



.tblDate01 .w90per {
    width: 90%;
}

.tblDate01 .w80per {
    width: 80%;
}

.tblDate01 .w70per {
    width: 70%;
}

.tblDate01 .w60per {
    width: 60%;
}

.tblDate01 .w50per {
    width: 50%;
}

.tblDate01 .w40per {
    width: 40%;
}

.tblDate01 .w30per {
    width: 30%;
}

.tblDate01 .w29per {
    width: 29%;
}

.tblDate01 .w22per {
    width: 22%;
}

.tblDate01 .w20per {
    width: 20%;
}

.tblDate01 .w13per {
    width: 13%;
}

.tblDate01 .w12per {
    width: 12%;
}

.tblDate01 .w10per {
    width: 10%;
}

.colWrap {
    letter-spacing: -0.5em;
    margin-top: 125px;
}

.colWrap dl {
    display: inline-block;
    border: #FFF5CC solid 10px;
    background: #fff;
    padding: 40px 50px;
    letter-spacing: normal;
    width: 450px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
}

.colWrap dl:first-child {
    margin-right: 72px;
}

.colWrap dt {
    text-align: center;
}

.colWrap dd {
    padding-top: 45px;
    font-size: 20px;
    font-size: 2.0rem;
}

.colWrap dd span {
    color: #FF8800;
    font-weight: bold;
}

.colWrap dd p+p {
    margin-top: 1.5em;
}

.total {
    margin-top: 85px;
}

.total dt {
    background: #FFCA00;
    padding: 0.75em 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.total dt span {
    display: inline-block;
    margin-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: baseline;
}

.total dd {
    background: #fff;
    padding: 34px 72px;
    /*	letter-spacing: -0.5em;*/
    border-right: #959EA7 solid 1px;
    border-left: #959EA7 solid 1px;
    border-bottom: #959EA7 solid 1px;
    text-align: left;
}

.total dd p {
    letter-spacing: normal;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
}

.total dd .detail {
    display: inline-block;
    margin-top: 34px;
    margin-left: 39px;
    width: 368px;
    vertical-align: top;
    letter-spacing: normal;
    box-sizing: content-box;
    font-size: 20px;
    font-size: 2.0rem;
}

.total dd .detail.first {
    padding-right: 39px;
    margin-left: 0;
    border-right: #707070 solid 1px;
}

.total dd .detail dt {
    background: none;
    color: #FF8800;
    text-align: left;
    padding: 0;
    line-height: 1.6;
    text-indent: -3em;
    padding-left: 3em;
}

.total dd .detail dd {
    padding: 1em 0 0 1em;
    letter-spacing: normal;
    border: none;
}

.total dd .detail dd span {
    display: block;
    font-size: 30px;
    font-size: 3rem;
}

.qa {
    margin-top: 90px;
}

h3+.qa {
    margin-top: 65px;
}

.qa dt {
    background: #00B0FF;
    border-radius: 38px;
    padding: 7px 14px 7px 7px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    text-align: left;
    position: relative;
}

.qa dt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.qa dt span {
    display: inline-block;
    vertical-align: middle;
    width: 800px;
}

.qa dd {
    padding: 14px 0 14px 7px;
    margin-top: 22px;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
}

.qa dd img {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.qa dd span {
    display: inline-block;
    vertical-align: top;
    width: 800px;
}

.qa dd span span {
    width: auto;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
}


.btnWrap {
    margin-top: 2em;
}

.btnWrap dt {
    font-size: 36px;
    font-size: 3.6rem;
    color: #FF8800;
    font-weight: bold;
    text-align: center;
}

.btnWrap dd {
    margin-top: 1em;
    width: 100%;
}

.btnWrap dd ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.btnWrap dd ul li {
    display: table-cell;
    padding: 0 0.5em;
}

.btnWrap dd ul li img {
    -webkit-backface-visibility: hidden;
}

.btnWrap dd ul li img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

/* txt
------------------------------------------ */
h1 {}

h2 {}

h3 {
    margin-top: 0;
    text-align: center;
}

.odd h3 {
    text-align: center;
}

.btn+h3,
.about+h3 {
    margin-top: 118px;
    text-align: center;
}

.red {
    color: #ff0000;
}

#cardDetails {
    padding-top: 118px;
}

#cardDetails+.wrap {
    padding: 0 0 100px 0;
}

#cardDetails+.odd .wrap h3 {
    padding: 118px 0 0 0;
}


.inqNote {
    margin: 1em 0 0 0;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.inqNote {
    display: inline-block;
    text-align: left;
}

.inqNote+h3 {
    margin-top: 118px;
}



#std,
#gold01,
#gold02 {
    padding: 2em 1.5em 1em 1.5em !important;
    font-size: 20px;
    font-size: 2rem;
}

#std p,
#gold01 p,
#gold02 p {
    text-align: center;
    margin-top: 1em;
}

#std p img,
#gold01 p img,
#gold02 p img {
    width: 40%
}

#std p img:hover,
#gold01 p img:hover,
#gold02 p img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

#std li,
#gold01 li,
#gold02 li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

#cboxClose {
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
}


/* ======================
　tablet
====================== */
@media only screen and (min-width:641px) and (max-width:768px) {
    #cboxClose {
        color: #fff;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1;
    }
}


/* ======================
　SP
====================== */
@media only screen and (max-width: 640px) {

    /* Base Setting
------------------------------------------ */
    body {
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-text-size-adjust: 100%;
    }

    .pcOnly {
        display: none;
    }

    .spOnly {
        display: inline-block;
    }

    /* link */
    a:link {
        color: #0068C4;
    }

    a:visited {
        color: #0068C4;
    }

    a:hover {
        color: #0068C4;
        text-decoration: underline;
    }

    a:active {
        color: #fe6340;
    }

    /* Wrap
------------------------------------------ */
    .wrap {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .even .wrap,
    .odd .wrap {
        margin: 0 3.125%;
        padding: 2em 0;
    }


    /* Page
------------------------------------------ */
    #page {
        min-width: inherit;
    }

    /* Header
------------------------------------------ */


    /* Footer
------------------------------------------ */
    #footer {
        padding: 40px 0;
    }

    #footer .wrap {
        padding: 0 3.125%;
    }

    #footer .inquiry {
        margin-top: 1.5em;
    }

    #footer .footLink {
        margin-top: 20px;
    }

    /* btn
------------------------------------------ */
    .btn a {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        z-index: 0;
        position: relative;
        line-height: 2.6;
    }

    .btn a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        transition: 0.5s;
        background: linear-gradient(to right, #FFCA00, #FF8800);
        border-radius: 10px;
    }

    .btn a:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left: 0;
        background: linear-gradient(to right, #FF8800, #FF8800);
        border-radius: 10px;
    }

    .btn a:link,
    .btn a:visited,
    .btn a:hover,
    .btn a:active {
        color: #fff;
        text-decoration: none;
    }

    .btn a:hover:before {
        opacity: 1;
    }


    .btn.spOnly {
        display: block;
    }

    /* Contents
------------------------------------------ */
    .mainvisual {
        background: url("../img/dp_img001_sp.png") no-repeat 50% 0;
        background-size: 100% auto;
        padding-bottom: 1em;
        padding-top: 0;
        text-align: center;
    }

    .mainvisual .btn a {
        margin: 0.4em 0 0 0;
        width: 100%;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .mainvisual .wrap {
        padding: 0 3.125%;
    }

    .even .btn a {
        margin: 1.5em 0 0 0;
    }

    .even .btn a {
        width: 100%;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .even .qa+.btn a {
        margin-top: 30px;
    }

    .about dl {
        display: block;
        width: auto;
    }

    .about dl:first-child {
        margin-right: 0;
    }

    .about dl:last-child {
        margin-top: 1.5em;
    }

    .about dt {}

    .about dd {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 16px 3.15% 32px 3.15%;
    }

    .about dd p {}

    .about dd span {
        color: #00B0FF;
        font-weight: bold;
    }

    .about dl:first-child dd {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 16px 3.15% 32px 3.15%;
    }

    .about dl:first-child dd span {
        display: block;
        margin-top: 0.5em;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .service {
        margin-top: 25px;
        text-align: center;
    }

    .service img {
        width: 96%;
    }


    .cardWrap {
        display: table;
        margin-top: 35px;
    }

    .cardWrap p {
        display: table-cell;
        padding: 0 1.5%;
        width: 44.324%;
    }

    .cardWrap p span {
        display: block;
        margin-top: 1em;
        color: #707070;
        font-weight: bold;
        font-size: 11px;
        font-size: 1.1rem;
    }

    .even .wrap .toggleWrap {
        margin: 2.5em -3.125% 0 -3.125%;
        border-top: #fff solid 1px;
        display: block !important;
    }

    .even .wrap .toggleWrap.last {
        margin: 0 -3.125%;
        border-top: #fff solid 1px;
        display: block !important;
    }

    .even .wrap .toggleWrap dt {
        background-color: #FF8800;
        background-image: url(../img/dp_img010_sp.png);
        background-repeat: no-repeat;
        background-position: 98% 1.1em;
        background-size: 20px auto;
        padding: 1em 2em 1em 1em;
        color: #fff;
        font-weight: bold;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .even .wrap .toggleWrap dt.on {
        background-color: #FF8800;
        background-image: url(../img/dp_img010on_sp.png);
        background-repeat: no-repeat;
        background-position: 98% 1.1em;
        background-size: 20px auto;
    }

    .even .wrap .toggleWrap dd {
        display: none;
        width: 100%;
        box-sizing: border-box;
    }

    .even .wrap .toggleWrap dd dt {
        background: #FFCA00;
        padding: 1em;
        color: #000;
        font-weight: bold;
    }

    .even .wrap .toggleWrap dd dd {
        background-color: #fff;
        padding: 1em 3.125%;
        display: block;
        text-align: left;
    }

    .even .wrap .toggleWrap dd .img {
        text-align: center;
    }

    .even .wrap .toggleWrap dd .img img {
        width: 61%;
        height: auto;
    }

    .even .wrap .toggleWrap dd dd.last {
        border-bottom: #FFCA00 solid 1px;
    }

    .colWrap {
        letter-spacing: normal;
        margin-top: 63px;
    }

    .colWrap dl {
        display: block;
        border: #FFF5CC solid 10px;
        padding: 2em 1.5em;
        letter-spacing: normal;
        width: 100%;
    }

    .colWrap dl:first-child {
        margin-right: 0;
        margin-bottom: 2em;
    }

    .colWrap dt {
        text-align: center;
    }

    .colWrap dd {
        padding-top: 22px;
        font-size: 20px;
        font-size: 2.0rem;
    }

    .colWrap dd span {
        color: #FF8800;
        font-weight: bold;
    }

    .colWrap dd p+p {
        margin-top: 1.5em;
    }

    .total {
        margin-top: 50px;
    }

    .total dt span {
        display: block;
        margin-top: 0.5em;
        margin-left: 0;
    }

    .total dd {
        padding: 24px 16px;
    }

    .total dd p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .total dd .detail {
        display: block;
        margin-left: 0;
        width: 100%;
        font-size: 20px;
        font-size: 2.0rem;
        margin-top: 24px;
    }

    .total dd .detail+.detail {
        margin-top: 24px;
    }

    .total dd .detail.first {
        padding-right: 0;
        border-right: none;
    }

    .total dd .detail dt {
        background: none;
        color: #FF8800;
        text-align: left;
        padding: 0 0 0 -3em;
        font-size: 16px;
        font-size: 1.6rem;

    }

    .total dd .detail dd {
        padding: 0.5em 0 0 1em;
        letter-spacing: normal;
        border: none;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .total dd .detail dd span {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
    }


    .qa {
        margin-top: 45px;
    }

    h3+.qa {
        margin-top: 22px;
    }

    .qa dt {
        background: #00B0FF;
        border-radius: 38px;
        padding: 7px 14px 7px 7px;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        text-align: left;
    }

    .qa dt img {
        margin-right: 13px;
        width: 18%;
        height: auto;
    }

    .qa dt span {
        width: 70%;
    }

    .qa dd {
        padding: 7px 0 7px 7px;
        margin-top: 20px;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.8;
    }

    .qa dd img {
        vertical-align: top;
        margin-right: 13px;
        width: 18%;
        height: auto;
    }

    .qa dd span {
        vertical-align: top;
        width: 72%;
    }

    .qa dd span span {
        font-size: 14px;
        font-size: 1.4rem;
    }


    .btnWrap {
        margin-left: 3.125%;
        margin-right: 3.125%;
    }

    .btnWrap dt {
        font-size: 23px;
        font-size: 2.3rem;
    }

    .btnWrap dd ul {
        display: block;
        letter-spacing: -0.5em;
        text-align: center;
    }

    .btnWrap dd ul li {
        display: inline-block;
        width: 48%;
        padding: 0;
        margin-right: 2%;
        letter-spacing: normal;
    }

    .btnWrap dd ul li:nth-child(even) {
        margin-right: 0;
        margin-left: 2%;
    }

    .btnWrap dd ul li:nth-child(n + 3) {
        margin-top: 4%;
    }

    .btnWrap dd ul li img {
        -webkit-backface-visibility: hidden;
    }

    .btnWrap dd ul li img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }


    #std,
    #gold01,
    #gold02 {
        padding: 1em !important;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #std p img,
    #gold01 p img,
    #gold02 p img {
        width: 80%
    }

    /* txt
------------------------------------------ */
    h1 {
        padding: 0 3.125%;

    }

    h2 {}

    h3 {
        margin-top: 2.5em;
    }

    .odd h3,
    .btn+h3,
    .about+h3 {
        margin-top: 39px;
        text-align: center;
    }

    .total+h3 {
        margin-top: 70px;
    }

    #cardDetails {
        padding-top: 0;
    }

    #cardDetails+.odd .wrap h3 {
        padding: 1em 0 0 0;
    }

    .inqNote {
        margin: 1em auto 0 auto;
        width: 96%;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: left;
    }

    .inqNote+h3 {
        margin-top: 39px;
    }

    #cboxClose {
        font-size: 23px;
        font-size: 2.3rem;
    }

}

/*20221226 add */
.modal-content p .orange {
    color: #ea5404;
    font-weight: 500;
    border-bottom: 2px solid #ea5404;
}

.modal-content p .redunder {
    font-weight: 500;
    border-bottom: 2px solid #ff0000;
}

.modal-content {
    overflow-y: auto;
    text-align: center;
    overflow: hidden;
}

.modal-content img {
    width: 400px;
}

.inqNote_2 {
    text-align: left !important;
    margin: 1em 0 0 0;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;

}

@media only screen and (max-width: 767px) {
    .pc_inqNote_2 {
        display: none !important;
    }
}

.pc_inqNote_2 {
    text-align: left !important;
    margin: 1em 0 0 0;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;

}