@charset "UTF-8";

@charset "UTF-8";
/* 共通 */
#contents_wrap {
    overflow: hidden;
    background-color: #ededed;
}

/* タイトル */
#title {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 20px;
    overflow: hidden !important;
}

#title h1 {
    padding-bottom: 10px !important;
    font-size: 2em !important;
    font-weight: bold !important;
}

.ttl_style_01 {
    max-height: 100%;
    margin: 0 20px 15px;
    padding: 0 0 0 10px;
    border-left: 8px solid #d3d3d3;
    background: transparent;
    font-size: 1.3em;
    line-height: 1.4;
}

/* パンクズ */
.breadcrumb {
    display: block;
    z-index: 1;
    position: relative;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    padding: 15px 0;
    color: #fff;
    font-size: 1.2rem;
}

.breadcrumb ul li:not(:first-child)::after {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: -21px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border: 2px solid #bcbcbc;
    border-bottom: 0;
    border-left: 0;
    content: "";
}

.breadcrumb ul li.bread_home {
    padding-left: 23px;
    background: url("../../../../../img/ss/general/fa_english/home_gray.png") no-repeat left 15px;
}

.breadcrumb ul li a {
    color: #fff;
    font-size: 12px;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.bc_gray ul li {
    color: #555;
}

.bc_gray ul li a {
    color: #555;
}

/* ライトエリア */
.contents_right {
    max-width: 920px;
    margin: 0 auto;
    padding: 30px 20px 40px;
    background-color: #fff;
}

.contents_right a {
    text-decoration: underline;
}

.contents_right h1 {
    margin-bottom: 30px;
    padding: 14px 20px 10px 16px;
    border-left: #ec1f00 4px solid;
    background: #2f2f2f;
    color: #fff;
    font-size: 1.5em;
}

.contents_right h1 > span {
    display: block;
    font-size: 14px;
}

.contents_right ul.anchor {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 20px;
}

.contents_right ul.anchor li {
    display: inline-block;
    position: relative;
    margin-right: 23px;
    padding-right: 12px;
    padding-left: 12px;
}

.contents_right ul.anchor li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border: 2px solid #dc002f;
    border-bottom: 0;
    border-left: 0;
    content: "";
}

.contents_right ul.anchor02 {
    display: block;
    margin: 30px 0;
    padding-left: 20px;
}

.contents_right ul.anchor02 li {
    display: inline-block;
    margin-right: 23px;
    padding-left: 15px;
    background: url("/global/special/other/common/images/icon_anchor_01.png") no-repeat left 9px;
}

.contents_right ul.anchor02 li a {
    text-decoration: none;
}

.contents_right p,
.contents_right ul,
.contents_right .box {
    padding: 0 20px;
    line-height: 1.9;
}

.contents_right ul {
    padding: 0;
}

.contents_right p span.break {
    display: none;
}

.contents_right .box {
    overflow: hidden;
}

/* 前ページ・次ページ リンク */
.contents_right #back_next {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -16px 0 24px -40px;
}

.contents_right #back_next > div {
    margin-top: 16px;
    padding-left: 40px;
}

.contents_right #back_next #backLink a,
.contents_right #back_next #nextLink a,
.contents_right #back_next #blNull span,
.contents_right #back_next #nlNull span {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: calc(160px - 32px);
    padding: 6px 18px 4px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
}

.contents_right #back_next #backLink a,
.contents_right #back_next #nextLink a {
    background-color: #2f2f2f;
    color: #fff;
}

.contents_right #back_next #blNull span,
.contents_right #back_next #nlNull span {
    background-color: #b9bdbe;
    color: #484b4c;
}

.contents_right #back_next #backLink a::after,
.contents_right #back_next #nextLink a::after,
.contents_right #back_next #blNull span::after,
.contents_right #back_next #nlNull span::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    content: "";
}

.contents_right #back_next #backLink a::after,
.contents_right #back_next #nextLink a::after {
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
}

.contents_right #back_next #blNull span::after,
.contents_right #back_next #nlNull span::after {
    border: 2px solid #484b4c;
    border-bottom: 0;
    border-left: 0;
}

.contents_right #back_next #backLink a::after,
.contents_right #back_next #blNull span::after {
    left: 8px;
    transform: translateY(-50%) rotate(225deg);
}

.contents_right #back_next #nextLink a::after,
.contents_right #back_next #nlNull span::after {
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
    .contents_right #back_next #backLink a:hover,
    .contents_right #back_next #nextLink a:hover {
        background-color: #666a6b;
    }
}

.index_backlink {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.index_backlink a {
    text-decoration: none;
}

/* CV エリア */
#cv_area {
    background-color: #ededed;
}

#cv_area > *:last-child {
    margin-bottom: 0;
}

#cv_inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 24px 72px;
}

#cv_inner > *:last-child {
    margin-bottom: 0;
}

/* フッター */
#footer {
    margin: 0 auto !important;
    padding: 15px 0 30px !important;
    background: #474747 !important;
    font-size: 12px !important;
}

#footer .inner {
    position: relative !important;
    max-width: 970px !important;
    margin: 0 auto !important;
}

#footer #copyright {
    float: right !important;
    color: #fff !important;
}

#footer #footer_info {
    float: left !important;
}

#footer #footer_info li {
    display: inline !important;
    margin-right: 40px !important;
}

#footer #footer_info li a:link,
#footer #footer_info li a:visited {
    color: #fff !important;
}

#footer #footer_info li a:hover {
    text-decoration: underline !important;
}

#footer #footer_sp {
    display: none !important;
}

#pagetop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 90px;
}

/* 汎用css */
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
    vertical-align: baseline;
}

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;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

sub {
    vertical-align: baseline;
}

/*=================================================
 * 01 base
 * ================================================= */
body {
    -webkit-text-size-adjust: 100%;
    position: relative;
    color: #333;
    line-height: 1.4;
}

p,
li {
    line-height: 1.8;
}

a:link,
a:visited {
    color: #3f3f3f;
}

a:hover {
    color: #dc002f;
}

a.current {
    color: #dc002f;
    font-weight: bold;
}

a img {
    transition: 0.2s ease-in-out;
}

a img:hover {
    opacity: 0.7;
}

/* =============================================================================
 * 05 text
 * ========================================================================== */
.t_center {
    text-align: center !important;
}

.t_right {
    text-align: right !important;
}

.t_left {
    text-align: left !important;
}

.t_justify {
    text-align: justify;
    /* for modern browser */
    text-justify: inter-ideograph;
    /* IE6～8 */
}

.bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline !important;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
}

/* for IE6 */
* html .vertical-middle {
    zoom: 1;
    display: inline;
}

/* for IE7 */
*:first-child + html .vertical-middle {
    zoom: 1;
    display: inline;
}

a:hover.decoration-none {
    text-decoration: none;
}

.indent {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.font10 {
    font-size: 0.62em !important;
}

.font11 {
    font-size: 0.68em !important;
}

.font12 {
    font-size: 0.75em !important;
}

.font13 {
    font-size: 0.81em !important;
}

.font14 {
    font-size: 0.86em !important;
}

.font15 {
    font-size: 0.93em !important;
}

.font17 {
    font-size: 1.06em !important;
}

.font18 {
    font-size: 1.13em !important;
}

/* =============================================================================
 * 07 float
 * ========================================================================== */
.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.clear {
    clear: both;
}

#gNavi ul,
.clearfix {
    zoom: 1;
}

#gNavi ul::after,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* =============================================================================
 * 08 margin
 * ========================================================================== */
.mt00 {
    margin-top: 0 !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml00 {
    margin-left: 0 !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* =============================================================================
 * 09 padding
 * ========================================================================== */
.pt00 {
    padding-top: 0 !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb00 {
    padding-bottom: 0 !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

/*=================================================
* IE
* ================================================= */
/*=================================================
*    smartphone
* ================================================= */
@media screen and (max-width: 960px) {
    body {
        min-width: 100%;
    }
    #header .inner div,
    #gNavi ul,
    .cv_area .inner,
    footer .fNavi ul,
    footer .fBnr ul,
    footer .fCopy {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    html,
    body {
        width: 100%;
    }
    /* 共通 */
    #contents_wrap {
        background-color: #fff;
    }
    /* タイトル */
    #title {
        width: 94% !important;
        padding: 0;
    }
    #title h1 {
        padding: 4% 0;
        font-size: 1.4em;
    }
    /* パンクズ */
    .breadcrumb {
        display: none;
    }
    /* ライトエリア */
    .contents_right {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        clear: both;
    }
    .contents_right a {
        text-decoration: underline;
    }
    .contents_right h1 {
        margin-bottom: 5%;
        padding: 2% 3%;
        border-left: 8px solid #eb1e00;
        background: #2f2f2f;
        color: #fff;
        font-size: 1.1em;
    }
    .ttl_style_01 {
        margin: 4% 3% 3%;
        padding: 0 0 0 2%;
        border-left: 8px solid #d3d3d3;
        font-size: 1em;
    }
    .contents_right ul.anchor {
        display: none;
    }
    body.english_season2 ul.anchor li {
        display: inline-block;
        margin-right: 23px;
        padding-left: 17px;
        background: url("/global/special/other/common/images/sp_arrow_red.png") no-repeat left 16px;
    }
    .contents_right ul.anchor02 li {
        display: inline-block;
        margin-right: 23px;
        padding-left: 20px;
        background: url("/global/special/other/common/images/icon_anchor_02.png") no-repeat left 18px;
    }
    .contents_right p,
    .contents_right ul,
    .contents_right .box {
        line-height: 1.9;
    }
    .contents_right p span.break {
        display: inline;
    }
    .contents_right .box {
        overflow: hidden;
    }
    /* 前ページ・次ページ リンク */
    .contents_right #back_next {
        margin: -14px 0 24px -20px;
    }
    .contents_right #back_next > div {
        margin-top: 14px;
        padding-left: 20px;
    }
    .index_backlink {
        font-size: 18px;
    }
    .index_backlink a {
        text-decoration: none;
    }
    /* CV エリア */
    #cv_area {
        background-color: #fff;
    }
    #cv_inner {
        padding: 0 24px 62px;
    }
}
