@charset "shift_jis";

/* *** common *** */

body {
    font-size: 13px;
    *font-size: small;
    -webkit-text-size-adjust: 100%;
}

#breadcrumbs {
    margin-left: 5px;
}

h1 {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-left: 5px solid #bd0001;
    clear: left;
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

#contents_area {
    width: 970px;
    margin: 0px 0px;
}

.dib {
    display: inline-block;
}

.pcnone {
    display: none;
}

.fll,
.flL {
    float: left;
}

.flr,
.flR {
    float: right;
}

.abs {
    position: absolute;
}

.before_abs,
.after_abs {
    position: relative;
}

.before_inline:before,
.after_inline:after,
.before_abs:before,
.after_abs:after {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.before_ilb:before,
.after_ilb:after {
    position: relative;
    display: inline-block;
}

.before_abs:before,
.after_abs:after {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.before_ilb:before {
}
.after_ilb:after {
}

/* 各戞下向き抬 */
.after_abs:after {
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/icon_down.png);
}
.open .after_abs:after {
    transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.indent1em {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

.indent1em .kome {
    display: inline-block;
    width: 1em;
    text-indent: 0;
}

.color-red {
    color: #b72727;
}

/* *************** */

#contents_area {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    width: 970px;
    font-size: 17px;
    line-height: 1.5;
}
#contents_area a {
    color: #2e3188;
    text-decoration: underline;
}
#contents_area a:hover {
    text-decoration: none;
}
#contents_area img {
    display: block;
}

#contents_area h3 {
    margin-bottom: 0;
    border-bottom: none;
}
#contents_area h3:before {
    content: none;
}
#contents_area {
}

#contents_title {
    padding-bottom: 20px;
}
#contents_title h1 {
    float: left;
    margin: 10px 0 0;
    padding-left: 0;
    border-left: none;
}
#contents_title p {
    float: right;
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    width: 102px;
}
#contents_title .contents_title_logoLink {
}
#contents_title .contents_title_logo {
    width: 90px;
}

.card_type {
    width: 475px;
    float: left;
}
.card_type .intro {
    padding: 15px 20px;
    border: #1a1a1a 1px solid;
}

.card_type .intro h2 {
    margin: 0 auto;
    padding: 4px 0;
    width: 405px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;

    background-color: #003784;
    color: #fff;
    border-radius: 20px;
}

.card_type .intro p,
.card_type .intro ol {
    text-align: center;
    line-height: 1.2;
}
.card_type .intro p {
    padding: 10px 0 20px;
}
.card_type .intro ol {
}

.card_type .intro ol li {
    display: inline-block;
    /* width: 210px; */
    font-size: 14px;
}
#contents_area .card_type .intro ol li img {
    margin-bottom: 5px;
    display: inline-block;
}
.card_type .intro ol li span {
    width: 100%;
}

.card_type .intro ul {
    padding: 20px 0;
}
.card_type .intro ul li {
    position: relative;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 15px;
    line-height: 1.8;
}
.card_type .intro ul li:before {
    content: "";
    display: inline-block;
    margin-right: -0.5em;
    width: 0;
    height: 0;
    border-width: 7px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #003784;
    vertical-align: middle;
}
#mitsui_sumitomo.card_type .intro ul li {
    margin-right: 130px;
}

.card_type .intro em {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    line-height: 1.2;
    color: #b72727;
    font-weight: normal;
}

.card_type .info {
}
.card_type .info h3 {
    margin-top: 10px;
    padding: 12px 0;
    background-color: #003784;
    color: #fff;
    text-align: center;
    font-size: 22px;

    cursor: pointer;
}
.card_type .info .inner {
    border: #003784 1px solid;
}
.card_type .info .inner dl dt,
.card_type .info .inner dl dd {
    padding: 15px;
    padding-bottom: 30px;
}

.card_type .info .inner dl dt,
.card_type .info .inner dl dd h4 {
    color: #003784;
    font-size: 20px;
    font-weight: bold;
}

.card_type .info .inner dl dt {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e0eef6;
}
.card_type .info .inner dl dd {
    /* 19.01追加 */
    word-break: break-all;
}
.card_type .info .inner dl dd em {
    color: #b7272d;
    font-style: normal;
}
.card_type .info .inner dl dd h4 {
    padding-top: 45px;
    text-align: center;
}
.card_type .info .inner dl dd ol {
    margin: -40px 0 40px;
    counter-reset: num;
}
.card_type .info .inner dl dd ol li {
    margin-top: 50px;
    padding: 20px;
    padding-left: 60px;

    border: #003784 1px solid;
}

/* カ拏ド戞ご利用方法 */
.card_type .info .inner dl dd ol li.before_abs:before {
    counter-increment: num;
    content: counter(num);

    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #003784;
    border-radius: 17px;
}
.card_type .info .inner dl dd ol li.after_abs:after {
    right: auto;
    top: auto;

    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 23px 14px;
    border-color: transparent;
    border-top-color: #003784;
    border-style: solid;
    background: none;
}
.card_type .info .inner dl dd ol li:last-of-type.after_abs:after {
    content: none;
}

.card_type .info .inner dl #diners_online_dd ul {
    padding-top: 1em;
}
.card_type .info .inner dl #diners_online_dd ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.card_type .info .inner dl #diners_online_dd ul li:before {
    content: "擅";
    color: #003784;
}

#diners.card_type {
}
/* 三井抻友戞戳変え等 */
#mitsui_sumitomo.card_type {
    float: right;
}
#mitsui_sumitomo.card_type .intro h2,
#mitsui_sumitomo.card_type .info h3 {
    background-color: #ed3e4c;
}
#mitsui_sumitomo.card_type .info .inner dl dt {
    background-color: #f8dbd8;
}
#mitsui_sumitomo.card_type .info .inner dl dd {
    padding-bottom: 50px;
}

#mitsui_sumitomo.card_type .info .inner {
    border-color: #ed3e4c;
}
#mitsui_sumitomo.card_type .info .inner dl dt,
#mitsui_sumitomo.card_type .info .inner dl dd h4 {
    color: #ed3e4c;
}
#mitsui_sumitomo.card_type .info .inner dl dd ol li {
    border-color: #ed3e4c;
}

#mitsui_sumitomo.card_type .info .inner dl dd ol li.before_abs:before {
    background-color: #ed3e4c;
}
#mitsui_sumitomo.card_type .info .inner dl dd ol li.after_abs:after {
    border-top-color: #ed3e4c;
}

/* サ拏ビス */
#service_title {
    margin-top: 15px;
}

#service_title h2 {
    margin-bottom: 10px;
    padding: 13px 0;
    color: #2399c7;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #4899c7;
    border-bottom: 1px solid #4899c7;
}
#service_title h2:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 44px;
    height: 27px;
    vertical-align: middle;
    background: url(../images/common/icon_jtbcard.png) no-repeat;
    background-size: 100% auto;
}

.service_frame {
    padding-top: 10px;
}
.service_frame h3 {
    position: relative;
    padding: 12px 35px;
    font-size: 22px;
    color: #fff;
    background-color: #2399c7;
    cursor: pointer;
}
.service_frame h3.after_abs:after {
}
.service_frame.open h3:after {
}

.service_frame .inner {
    padding: 5px 40px 45px;
    border: 1px solid #2399c7;
    border-top: none;
}
.service_frame .inner h4 {
    padding-top: 25px;
    color: #2399c7;
    font-weight: bold;
}
.service_frame .inner p {
    padding-top: 15px;
}

/* サ拏ビス戞ポイント */
#service_point .img_service_point {
    float: right;
    padding-top: 25px;
    width: 172px;
}
#service_point .img_service_point img {
    margin-bottom: 10px;
}

#service_point h4.ttl_top {
    width: 630px;
}

#service_point .bar_blue {
    width: 100%;
    height: 1px;
    padding: 0;
    margin-top: 1em;
    background: #2399c7;
}

#service_point h4.ttl_card {
    padding-top: 0;
    margin-top: 20px;
    width: 208px;
    background-color: #2399c7;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#service_point ul {
    padding: 40px 0;
}
#service_point ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#service_point .flL,
#service_point .flR {
    margin-top: 45px;
    width: 428px;
}

#service_point .flR {
    border: 1px solid #ed3e4c;
}
#service_point .flL {
    border: 1px solid #003784;
}
#service_point .flR h5 {
    background-color: #ed3e4c;
}
#service_point .flL h5 {
    background-color: #003784;
}
#service_point h5 {
    padding: 3px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#service_point .flL p,
#service_point .flR p {
    padding: 11px;
}

#service_point .flL p {
    padding-left: 5px;
    padding-right: 5px;
}

/* 19.01追加 */

#service_point .box_service_point {
    margin: 1em 0;
    border: 1px solid #666;
}

#service_point .top_service_point,
#service_point .box_service_point {
    width: 630px;
}

#service_point .box_service_point .br_sp {
    display: none;
}

#service_point .box_service_point > div {
    padding: 3px 2em;
    text-align: left;
}

#service_point .box_service_point p {
    padding-top: 0;
}

#service_point .box_service_point .title {
    padding: 2px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
}

#service_point .box_service_point .tel {
    padding: 2px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#service_point .note {
    margin-bottom: 2em;
    font-size: 0.8em;
}

/* ここまで 19.01追加 */

#service_eraberu ul {
    margin-top: 25px;
}
#service_eraberu ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#service_off10per h5 {
    margin-top: 20px;
    width: 180px;
    background-color: #2399c7;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#service_off10per span {
    display: block;
    padding-top: 15px;
    color: #b7272d;
}

#service_eraberu .flR {
    margin: 30px 0 0 2px;
}
#service_eraberu p {
    width: 650px;
}

#service_hoken .border_top {
    margin-top: 30px;
    border-top: 1px solid #2399c7;
}
#service_hoken .border_top img {
    margin: 40px 0 20px;
}
#service_hoken em {
    display: block;
    color: #2399c7;
}
#service_hoken ul li {
    padding-left: 1em;
    text-indent: -1em;
    color: #b7272d;
}

/* お問い插わせ一覧 */
#contact_info {
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.6;
}

#contact_info .inner {
    margin-top: 25px;
    border: 2px solid #bebebe;
}

#contact_info h3,
#contact_info h4 {
    padding: 10px 30px;
    font-size: 18px;
}
#contact_info h3 a,
#contact_info h4 a {
    margin-right: 0.5em;
}

#contact_info h3 {
    background-color: #ffe5ec;
}
#contact_info h4 {
    margin-bottom: 0 !important;
    background-color: #e8e8e8;
}
#contact_info h5 {
    padding: 5px 30px;
    font-size: 17px;
    background-color: #dcdcdc;
}

#contact_info table {
    width: 100%;
}
#contact_info table tr th,
#contact_info table tr td {
    padding: 15px 0;
    border-top: 1px solid #a9a9a9;
    vertical-align: middle;
}
#contact_info table tr > th {
    padding-left: 30px;
    width: 305px;
    background-color: #e5f3f8;
}
#contact_info table tr > td {
    padding-left: 15px;
}

#contact_plus p {
    padding: 15px 30px;
}
#contact_mitui_sumitomo td img {
    margin: 20px 0;
}
