@charset 'UTF-8';

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */

    -ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
font-size: 2em;
margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
/* 1 */
display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
/* 1 */
overflow: visible;
box-sizing: content-box;
/* 1 */
height: 0;
/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
background-color: transparent;
/* 1 */

-webkit-text-decoration-skip: objects;
/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
border-bottom: none;
/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
color: #000;
background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -.25em;
}

sup {
top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
display: none;
height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
/* 1 */
overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
/* 1 */
text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
/* 2 */
display: table;
box-sizing: border-box;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
color: inherit;
/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
/* 1 */
outline-offset: -2px;

-webkit-appearance: textfield;
/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
/* 1 */
font: inherit;

-webkit-appearance: button;
/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
display: none;
}

/* =================================================
    Elements (site based)
   ================================================= */

/*
 html, body
----------------------------*/

html {
font-size: 62.5%;
}

body {
font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
font-size: 1.4rem;
line-height: 1.71429;
min-width: 950px;
color: #223;
background-color: #fff;
}

/*
 block  ( except table,form-related )
----------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
margin: 0 0 20px;
}

/* heading */

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}

h1 {
font-size: 3.6rem;
line-height: 1.38889;
}

h2 {
font-size: 2.8rem;
line-height: 1.42857;
}

h3 {
font-size: 2.2rem;
line-height: 1.36364;
}

h4 {
font-size: 2rem;
line-height: 1.5;
}

h5 {
font-size: 1.8rem;
line-height: 1.66667;
}

h6 {
font-size: 1.6rem;
line-height: 1.5;
}

/* list */

ul,
ol {
padding: 0;
list-style: none;
list-style-position: outside;
}

dd {
margin-left: 0;
}

/*
 inline
----------------------------*/

b,
dfn,
em,
q,
small,
strong,
sub,
sup {
font-style: normal;
}

em {
font-weight: bold;
}

strong {
font-weight: bold;
}

sub,
sup {
font-size: 1.2rem;
font-size: 85%;
position: relative;
vertical-align: baseline;
}

h3 sub,
h4 sub,
h5 sub,
h6 sub,
h3
sup,
h4
sup,
h5
sup,
h6
sup {
font-weight: normal;
}

sub {
top: 4px;
}

sup {
top: -4px;
}

/* link */

a {
color: #314da5;
}

a:link,
a:visited {
text-decoration: none;
}

a:hover,
a:active,
a:focus {
text-decoration: underline;
color: #0074bd;
}

a[data-tel-href] {
  color: inherit;
}

a[data-tel-href]:hover,
a[data-tel-href]:active,
a[data-tel-href]:focus {
  text-decoration: none;
}

/* [target="_blank] */

html:not([data-script-enabled]) a[target*='blank']:before {
line-height: 1;
display: inline-block;
width: 8px;
height: 8px;
margin-right: 5px;
margin-left: 5px;
content: '別ウインドウで開く';
vertical-align: middle;
text-indent: -9000px;
border: none;
background-image: url(/access/common_v2/img/icon-outside.png);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100%;
}

html:not([data-script-enabled]) a[target*='blank'][data-icon-type='2']:before {
background-image: url(/access/common_v2/img/icon-outside-2.png);
}

html:not([data-script-enabled]) a[target*='blank'][data-icon-type='3']:before {
background-image: url(/access/common_v2/img/icon-outside-3.png);
}

html:not([data-script-enabled]) a[target*='blank'][href*='.pdf']:before {
height: 10px;
content: 'PDF';
background-image: url(/access/common_v2/img/icon-pdf.png);
}

html:not([data-script-enabled]) a[target*='blank'][href*='.pdf'][data-icon-type='2']:before {
background-image: url(/access/common_v2/img/icon-pdf-2.png);
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn']:before {
content: normal;
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn'] > span > span:before {
line-height: 1;
display: inline-block;
width: 8px;
height: 8px;
margin-right: 5px;
margin-left: 5px;
margin-left: 0;
content: '別ウインドウで開く';
vertical-align: middle;
text-indent: -9000px;
border: none;
background-image: url(/access/common_v2/img/icon-outside.png);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100%;
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn'][data-icon-type='2'] > span > span:before {
background-image: url(/access/common_v2/img/icon-outside-2.png);
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn'][data-icon-type='3'] > span > span:before {
background-image: url(/access/common_v2/img/icon-outside-3.png);
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn'][href*='.pdf'] > span > span:before {
height: 10px;
content: 'PDF';
background-image: url(/access/common_v2/img/icon-pdf.png);
}

html:not([data-script-enabled]) a[target*='blank'][class*='mod-btn'][href*='.pdf'][data-icon-type='2'] > span > span:before {
background-image: url(/access/common_v2/img/icon-pdf-2.png);
}

html:not([data-script-enabled]) .mod-linkList a[target='_blank']:before,
html:not([data-script-enabled]) .mod-linkInfo a[target='_blank']:before {
position: absolute;
top: .4em;
left: -1.6em;
}

html:not([data-script-enabled]) .mod-linkList.type-box a[target='_blank']:before,
html:not([data-script-enabled]) .type-box.mod-linkInfo a[target='_blank']:before {
top: calc(.4em + 12px);
left: calc(-1.2em + 34px);
}

html:not([data-script-enabled]) .mod-linkInfo a[target='blank']:before {
position: absolute;
top: .4em;
left: -1.6em;
}

html:not([data-script-enabled]) .str-content.type-navContents .nav > .col .link > li > a[target='_blank']:before {
position: absolute;
top: .4em;
bottom: auto;
left: -1.2em;
width: 8px;
height: 10px;
}

html:not([data-script-enabled]) .mod-box.type-areaLinkToggle .img a[target='_blank']:before {
content: normal;
}

html:not([data-script-enabled]) .type-accessIndex .mod-lytCol.type-col3-1 .mod-box > a[target='_blank']:before {
display: block;
}

html:not([data-script-enabled]) .mod-lytImg a[target='_blank']:before {
display: none;
}

html:not([data-script-enabled]) .mod-main-carousel a[target='_blank']:before,
html:not([data-script-enabled]) .mod-carousel a[target='_blank']:before {
display: none;
}

html:not([data-script-enabled]) .nav-footer .category > dt > a[target='_blank']:before,
html:not([data-script-enabled]) .nav-footer .category > dd ul > li > a[target='_blank']:before {
top: 7px;
width: 8px;
height: 8px;
margin-left: 0;
border: none;
}

html:not([data-script-enabled]) .nav-footer .category > dt > a[target='_blank'][href*='.pdf']:before,
html:not([data-script-enabled]) .nav-footer .category > dd ul > li > a[target='_blank'][href*='.pdf']:before {
height: 10px;
}

html:not([data-script-enabled]) .gFt2016_policy a[target='_blank']:before {
display: none;
}

/* img */

img {
line-height: 1;
max-width: 100%;
height: auto;
vertical-align: bottom;
border: none;
}

/* others */

q {
quotes: none;
}

ins {
text-decoration: underline;
}

del {
text-decoration: line-through;
}

iframe {
border: none;
}

/*
 table related
----------------------------*/

table {
font-size: 100%;
width: 100%;
margin: 0 auto 25px;
border-collapse: collapse;
}

tr {
text-align: left;
}

th,
td {
padding: 12px 15px;
empty-cells: show;
vertical-align: top;
border: none;
}

th img,
td img {
vertical-align: middle;
}

th sup,
td sup {
font-size: .9rem;
}

th > :last-child,
td > :last-child {
margin-bottom: 0;
}

th > :first-child,
td > :first-child {
margin-top: 0;
}

th {
font-weight: normal;
}

caption {
font-weight: bold;
margin-bottom: 10px;
text-align: left;
}

/*
 form related
----------------------------*/

form {
margin: 0;
padding: 0;
}

fieldset {
margin: 0;
padding: 0;
border: none;
}

legend {
display: none;
}

label {
margin: 0;
padding: 0;
cursor: pointer;
border: none;
}

/* input */

input {
margin: 0;
vertical-align: middle;
background-color: #fff;
}

input[type='text'],
input[type='password'] {
font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
font-size: 100%;
box-sizing: border-box;
width: auto;
min-width: 0;
height: 30px;
padding: 0 10px 0 10px;
border: 1px solid #666;
}

input[type='checkbox'] {
padding: 0;
}

input[type='radio'] {
padding: 0;
}

/* others */

select {
font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
font-size: 100%;
box-sizing: border-box;
}

optgroup {
font-style: normal;
}

button {
font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
font-size: 100%;
line-height: 1.71429;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: baseline;
border: 0;
background: transparent;
}

button[disabled] {
cursor: default;
}

/* =================================================
    Object (placeholder, extend,...)
   ================================================= */

.nav-isp > ul:after,
.nav-service > ul:after,
.str-content.type-navContents .nav > .col .link:after,
.str-content.type-navContents .nav > .col .lytLink:after,
.str-contentInfo > .str-contentBody .lyt:after,
.str-siteInfo dl.info:after,
.nav-footer:after,
.mod-listLabel:after,
.mod-listLabel > li .txt:after,
.mod-box .lyt:after,
.mod-lytCol:after,
.mod-lytImg.type-l:after,
.mod-lytImg.type-r:after,
.mod-lytFormRadio:after,
.cmp-checkArea .stepBlock:after,
.cmp-checkArea .stepBlock > .step .listRadio:after,
.cmp-checkArea .submitBlock dl.flow:after,
.cmp-searchBox:after,
.cmp-selectOption > .lytCol:after,
.cmp-selectOption .listRadio:after,
.cmp-productDetail .dataBlock:after,
.cmp-productDetail .dataBlock > .img .thumb:after,
.cmp-productDetail .dataBlock-3 div.item:last-child:after,
.cmp-productDetail .dataBlock-3 dl.item dd:after {
display: block;
clear: both;
content: ' ';
}

.mod-btn,
.mod-btn-2,
.mod-btn-3,
.mod-btnBack,
.mod-btnNext {
line-height: 1.2;
display: inline-table;
box-sizing: border-box;
padding: 0 14px;
cursor: pointer;
text-align: center;
text-decoration: none;
}

.mod-btn:hover,
.mod-btn-2:hover,
.mod-btn-3:hover,
.mod-btnBack:hover,
.mod-btnNext:hover,
.mod-btn:focus,
.mod-btn-2:focus,
.mod-btn-3:focus,
.mod-btnBack:focus,
.mod-btnNext:focus,
.mod-btn:active,
.mod-btn-2:active,
.mod-btn-3:active,
.mod-btnBack:active,
.mod-btnNext:active {
color: #223;
}

.mod-btn:hover > span > span,
.mod-btn-2:hover > span > span,
.mod-btn-3:hover > span > span,
.mod-btnBack:hover > span > span,
.mod-btnNext:hover > span > span,
.mod-btn:focus > span > span,
.mod-btn-2:focus > span > span,
.mod-btn-3:focus > span > span,
.mod-btnBack:focus > span > span,
.mod-btnNext:focus > span > span,
.mod-btn:active > span > span,
.mod-btn-2:active > span > span,
.mod-btn-3:active > span > span,
.mod-btnBack:active > span > span,
.mod-btnNext:active > span > span {
text-decoration: underline;
}

.mod-btn .inlineSp,
.mod-btn-2 .inlineSp,
.mod-btn-3 .inlineSp,
.mod-btnBack .inlineSp,
.mod-btnNext .inlineSp {
display: block;
}

.mod-btn > span,
.mod-btn-2 > span,
.mod-btn-3 > span,
.mod-btnBack > span,
.mod-btnNext > span {
position: relative;
display: table-cell;
vertical-align: middle;
}

.mod-btn > span > span,
.mod-btn-2 > span > span,
.mod-btn-3 > span > span,
.mod-btnBack > span > span,
.mod-btnNext > span > span {
position: relative;
display: inline-block;
padding-left: 16px;
}

.mod-btn > span > span::before,
.mod-btn-2 > span > span::before,
.mod-btn-3 > span > span::before,
.mod-btnBack > span > span::before,
.mod-btnNext > span > span::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-bottom: auto;
content: '';
border: 5px solid transparent;
border-left-color: #333;
}

[target='_blank'].mod-btn > span > span::before,
[target='_blank'].mod-btn-2 > span > span::before,
[target='_blank'].mod-btn-3 > span > span::before,
[target='_blank'].mod-btnBack > span > span::before,
[target='_blank'].mod-btnNext > span > span::before {
display: none;
}

[target='_blank'].mod-btn > span > img[src*='icon-'],
[target='_blank'].mod-btn-2 > span > img[src*='icon-'],
[target='_blank'].mod-btn-3 > span > img[src*='icon-'],
[target='_blank'].mod-btnBack > span > img[src*='icon-'],
[target='_blank'].mod-btnNext > span > img[src*='icon-'] {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}

[href^='#anc-'].mod-btn,
[href^='#anc-'].mod-btn-2,
[href^='#anc-'].mod-btn-3,
[href^='#anc-'].mod-btnBack,
[href^='#anc-'].mod-btnNext {
padding-left: 20px;
}

[href^='#anc-'].mod-btn::before,
[href^='#anc-'].mod-btn-2::before,
[href^='#anc-'].mod-btn-3::before,
[href^='#anc-'].mod-btnBack::before,
[href^='#anc-'].mod-btnNext::before {
display: none;
}

[href^='#anc-'].mod-btn > span > span::before,
[href^='#anc-'].mod-btn-2 > span > span::before,
[href^='#anc-'].mod-btn-3 > span > span::before,
[href^='#anc-'].mod-btnBack > span > span::before,
[href^='#anc-'].mod-btnNext > span > span::before {
position: absolute;
top: -3px;
top: .3em;
bottom: 0;
left: -.3em;
display: inline-block;
width: 5px;
width: 0;
height: 5px;
height: 0;
margin: -3px 5px 0 8px;
margin: auto;
content: '';
-webkit-transform: rotate(45deg);
-webkit-transform: rotate(90deg);
        transform: rotate(45deg);
        transform: rotate(90deg);
vertical-align: middle;
border: 0;
border-top: 5px solid transparent;
border-right: 2px solid #333;
border-right: 5px solid transparent;
border-bottom: 2px solid #333;
border-bottom: 5px solid transparent;
border-left: 6px solid #333;
}

.type-hS.mod-btn,
.type-hS.mod-btn-2,
.type-hS.mod-btn-3,
.type-hS.mod-btnBack,
.type-hS.mod-btnNext {
font-size: 1.3rem;
height: 30px;
border-radius: 15px;
}

.type-hM.mod-btn,
.type-hM.mod-btn-2,
.type-hM.mod-btn-3,
.type-hM.mod-btnBack,
.type-hM.mod-btnNext {
font-size: 1.4rem;
height: 38px;
border-radius: 20px;
}

.type-hM.mod-btn > span,
.type-hM.mod-btn-2 > span,
.type-hM.mod-btn-3 > span,
.type-hM.mod-btnBack > span,
.type-hM.mod-btnNext > span {
padding-top: 10px;
padding-bottom: 10px;
}

.type-hL.mod-btn,
.type-hL.mod-btn-2,
.type-hL.mod-btn-3,
.type-hL.mod-btnBack,
.type-hL.mod-btnNext {
font-size: 1.8rem;
height: 54px;
border-radius: 25px;
}

.type-hL.mod-btn > span,
.type-hL.mod-btn-2 > span,
.type-hL.mod-btn-3 > span,
.type-hL.mod-btnBack > span,
.type-hL.mod-btnNext > span {
padding-top: 12px;
padding-bottom: 12px;
}

.type-wXS.mod-btn,
.type-wXS.mod-btn-2,
.type-wXS.mod-btn-3,
.type-wXS.mod-btnBack,
.type-wXS.mod-btnNext {
width: 150px;
}

.type-wS.mod-btn,
.type-wS.mod-btn-2,
.type-wS.mod-btn-3,
.type-wS.mod-btnBack,
.type-wS.mod-btnNext {
width: 230px;
}

.type-wM.mod-btn,
.type-wM.mod-btn-2,
.type-wM.mod-btn-3,
.type-wM.mod-btnBack,
.type-wM.mod-btnNext {
width: 310px;
}

.type-wL.mod-btn,
.type-wL.mod-btn-2,
.type-wL.mod-btn-3,
.type-wL.mod-btnBack,
.type-wL.mod-btnNext {
width: 390px;
}

.type-wXL.mod-btn,
.type-wXL.mod-btn-2,
.type-wXL.mod-btn-3,
.type-wXL.mod-btnBack,
.type-wXL.mod-btnNext {
width: 470px;
}

.is-disabled.mod-btn,
.is-disabled.mod-btn-2,
.is-disabled.mod-btn-3,
.is-disabled.mod-btnBack,
.is-disabled.mod-btnNext {
cursor: default;
pointer-events: none;
color: #c5c5c5;
border: none;
background-color: #f6f6f6;
}

.is-disabled.mod-btn > span > span::before,
.is-disabled.mod-btn-2 > span > span::before,
.is-disabled.mod-btn-3 > span > span::before,
.is-disabled.mod-btnBack > span > span::before,
.is-disabled.mod-btnNext > span > span::before {
border-left-color: #ccc;
}

.is-disabled.mod-btn:hover,
.is-disabled.mod-btn-2:hover,
.is-disabled.mod-btn-3:hover,
.is-disabled.mod-btnBack:hover,
.is-disabled.mod-btnNext:hover,
.is-disabled.mod-btn:focus,
.is-disabled.mod-btn-2:focus,
.is-disabled.mod-btn-3:focus,
.is-disabled.mod-btnBack:focus,
.is-disabled.mod-btnNext:focus,
.is-disabled.mod-btn:active,
.is-disabled.mod-btn-2:active,
.is-disabled.mod-btn-3:active,
.is-disabled.mod-btnBack:active,
.is-disabled.mod-btnNext:active {
color: #c5c5c5;
background-color: #f6f6f6;
}

.is-disabled.mod-btn:hover > span > span,
.is-disabled.mod-btn-2:hover > span > span,
.is-disabled.mod-btn-3:hover > span > span,
.is-disabled.mod-btnBack:hover > span > span,
.is-disabled.mod-btnNext:hover > span > span,
.is-disabled.mod-btn:focus > span > span,
.is-disabled.mod-btn-2:focus > span > span,
.is-disabled.mod-btn-3:focus > span > span,
.is-disabled.mod-btnBack:focus > span > span,
.is-disabled.mod-btnNext:focus > span > span,
.is-disabled.mod-btn:active > span > span,
.is-disabled.mod-btn-2:active > span > span,
.is-disabled.mod-btn-3:active > span > span,
.is-disabled.mod-btnBack:active > span > span,
.is-disabled.mod-btnNext:active > span > span {
text-decoration: none;
}

.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btnNext,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btnNext,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btnNext,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnNext,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnNext {
width: 100%;
}

.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wXS.mod-btnNext {
max-width: 150px;
}

.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wS.mod-btnNext {
max-width: 230px;
}

.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wM.mod-btnNext {
max-width: 310px;
}

.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnNext {
max-width: 390px;
}

.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnNext {
max-width: 470px;
}

.mod-txtLabel,
.mod-txtLabelM,
.mod-txtLabelL {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.2;
position: relative;
display: inline-block;
box-sizing: border-box;
margin-right: 6px;
margin-bottom: 4px;
padding: 3px 6px 2px 6px;
text-align: center;
vertical-align: middle;
color: #223;
background-color: #ffbaba;
}

.mod-hdg3 .mod-txtLabel,
.mod-hdg3 .mod-txtLabelM,
.mod-hdg3 .mod-txtLabelL {
top: 3px;
float: right;
}

.mod-hdg3 .type-icon.mod-txtLabel,
.mod-hdg3 .type-icon.mod-txtLabelM,
.mod-hdg3 .type-icon.mod-txtLabelL {
top: 1px;
float: none;
}

.type-border.mod-txtLabel,
.type-border.mod-txtLabelM,
.type-border.mod-txtLabelL {
color: #e00000;
border: 1px solid #e00000;
}

.type-strong.mod-txtLabel,
.type-strong.mod-txtLabelM,
.type-strong.mod-txtLabelL {
background-color: #ffdeae;
}

.type-strong.type-border.mod-txtLabel,
.type-strong.type-border.mod-txtLabelM,
.type-strong.type-border.mod-txtLabelL {
color: #ff7e00;
border: 1px solid #ff7e00;
}

.type-new.mod-txtLabel,
.type-new.mod-txtLabelM,
.type-new.mod-txtLabelL {
background-color: #afdcfb;
}

.type-new.type-border.mod-txtLabel,
.type-new.type-border.mod-txtLabelM,
.type-new.type-border.mod-txtLabelL {
color: #0a68c2;
border: 1px solid #0a68c2;
}

.type-existing.mod-txtLabel,
.type-existing.mod-txtLabelM,
.type-existing.mod-txtLabelL {
background-color: #a1eac0;
}

.type-existing.type-border.mod-txtLabel,
.type-existing.type-border.mod-txtLabelM,
.type-existing.type-border.mod-txtLabelL {
color: #009942;
border: 1px solid #009942;
}

.type-other.mod-txtLabel,
.type-other.mod-txtLabelM,
.type-other.mod-txtLabelL {
background-color: #dcdcdc;
}

.type-other.type-border.mod-txtLabel,
.type-other.type-border.mod-txtLabelM,
.type-other.type-border.mod-txtLabelL {
color: #666;
border: 1px solid #666;
}

.type-other-2.mod-txtLabel,
.type-other-2.mod-txtLabelM,
.type-other-2.mod-txtLabelL {
background-color: #c9c9c9;
}

.type-other-2.type-border.mod-txtLabel,
.type-other-2.type-border.mod-txtLabelM,
.type-other-2.type-border.mod-txtLabelL {
color: #000;
border: 1px solid #000;
}

.type-merit.mod-txtLabel,
.type-merit.mod-txtLabelM,
.type-merit.mod-txtLabelL {
background-color: #ffc5c2;
}

.type-merit.type-border.mod-txtLabel,
.type-merit.type-border.mod-txtLabelM,
.type-merit.type-border.mod-txtLabelL {
color: #f64037;
border: 1px solid #f64037;
}

.type-demerit.mod-txtLabel,
.type-demerit.mod-txtLabelM,
.type-demerit.mod-txtLabelL {
background-color: #d8d3ec;
}

.type-demerit.type-border.mod-txtLabel,
.type-demerit.type-border.mod-txtLabelM,
.type-demerit.type-border.mod-txtLabelL {
color: #524689;
border: 1px solid #524689;
}

.type-access.mod-txtLabel,
.type-access.mod-txtLabelM,
.type-access.mod-txtLabelL {
background-color: #a1eac0;
}

.type-access.type-border.mod-txtLabel,
.type-access.type-border.mod-txtLabelM,
.type-access.type-border.mod-txtLabelL {
color: #009841;
border: 1px solid #009841;
}

.type-hikari.mod-txtLabel,
.type-hikari.mod-txtLabelM,
.type-hikari.mod-txtLabelL {
background-color: #ffdce3;
}

.type-hikari.type-border.mod-txtLabel,
.type-hikari.type-border.mod-txtLabelM,
.type-hikari.type-border.mod-txtLabelL {
color: #f74c6f;
border: 1px solid #f74c6f;
}

.type-collabo.mod-txtLabel,
.type-collabo.mod-txtLabelM,
.type-collabo.mod-txtLabelL {
background-color: #fcc4dd;
}

.type-collabo.type-border.mod-txtLabel,
.type-collabo.type-border.mod-txtLabelM,
.type-collabo.type-border.mod-txtLabelL {
color: #d5307a;
border: 1px solid #d5307a;
}

.type-au.mod-txtLabel,
.type-au.mod-txtLabelM,
.type-au.mod-txtLabelL {
background-color: #ffc8aa;
}

.type-au.type-border.mod-txtLabel,
.type-au.type-border.mod-txtLabelM,
.type-au.type-border.mod-txtLabelL {
color: #e95504;
border: 1px solid #e95504;
}

.type-docomo.mod-txtLabel,
.type-docomo.mod-txtLabelM,
.type-docomo.mod-txtLabelL {
background-color: #fbbbc7;
}

.type-docomo.type-border.mod-txtLabel,
.type-docomo.type-border.mod-txtLabelM,
.type-docomo.type-border.mod-txtLabelL {
color: #d0062c;
border: 1px solid #d0062c;
}

.type-nuro.mod-txtLabel,
.type-nuro.mod-txtLabelM,
.type-nuro.mod-txtLabelL {
background-color: #c9c9c9;
}

.type-nuro.type-border.mod-txtLabel,
.type-nuro.type-border.mod-txtLabelM,
.type-nuro.type-border.mod-txtLabelL {
color: #000;
border: 1px solid #000;
}

.type-commufa.mod-txtLabel,
.type-commufa.mod-txtLabelM,
.type-commufa.mod-txtLabelL {
background-color: #c3cff7;
}

.type-commufa.type-border.mod-txtLabel,
.type-commufa.type-border.mod-txtLabelM,
.type-commufa.type-border.mod-txtLabelL {
color: #002d8b;
border: 1px solid #002d8b;
}

.type-flets.mod-txtLabel,
.type-flets.mod-txtLabelM,
.type-flets.mod-txtLabelL {
background-color: #bbdce7;
}

.type-flets.type-border.mod-txtLabel,
.type-flets.type-border.mod-txtLabelM,
.type-flets.type-border.mod-txtLabelL {
color: #008bb9;
border: 1px solid #008bb9;
}

.type-adsl.mod-txtLabel,
.type-adsl.mod-txtLabelM,
.type-adsl.mod-txtLabelL {
background-color: #ffdce3;
}

.type-adsl.type-border.mod-txtLabel,
.type-adsl.type-border.mod-txtLabelM,
.type-adsl.type-border.mod-txtLabelL {
color: #ff5377;
border: 1px solid #ff5377;
}

.type-wimax.mod-txtLabel,
.type-wimax.mod-txtLabelM,
.type-wimax.mod-txtLabelL {
background-color: #aed0f7;
}

.type-wimax.type-border.mod-txtLabel,
.type-wimax.type-border.mod-txtLabelM,
.type-wimax.type-border.mod-txtLabelL {
color: #0a318e;
border: 1px solid #0a318e;
}

.type-wimax-2.mod-txtLabel,
.type-wimax-2.mod-txtLabelM,
.type-wimax-2.mod-txtLabelL {
background-color: #c6e1ff;
}

.type-wimax-2.type-border.mod-txtLabel,
.type-wimax-2.type-border.mod-txtLabelM,
.type-wimax-2.type-border.mod-txtLabelL {
color: #2874ca;
border: 1px solid #2874ca;
}

.type-campaign.mod-txtLabel,
.type-campaign.mod-txtLabelM,
.type-campaign.mod-txtLabelL {
background-color: #ffb9ab;
}

.type-campaign.type-border.mod-txtLabel,
.type-campaign.type-border.mod-txtLabelM,
.type-campaign.type-border.mod-txtLabelL {
color: #ef5a3c;
border: 1px solid #ef5a3c;
}

.type-members.mod-txtLabel,
.type-members.mod-txtLabelM,
.type-members.mod-txtLabelL {
background-color: #009841;
}

.type-members.type-border.mod-txtLabel,
.type-members.type-border.mod-txtLabelM,
.type-members.type-border.mod-txtLabelL {
color: #009841;
border: 1px solid #009841;
}

.type-border.mod-txtLabel,
.type-border.mod-txtLabelM,
.type-border.mod-txtLabelL {
font-weight: bold;
border-radius: 0;
background: transparent;
}

/* =================================================
    Frame structure
   ================================================= */

/*
 frame content
----------------------------*/

.str-main .str-content .str-contentBody,
.str-main > .str-serviceTitle > .content,
.str-main > .str-serviceTitle > .nav-service > ul,
.str-main > .str-contentInfo > .str-contentBody,
.str-footer > .nav-pageTop > span,
.str-footer > .str-content > .str-contentBody,
.str-siteInfo > .str-contentBody,
.mod-hdg2 > span {
max-width: 1100px;
margin-right: auto;
margin-left: auto;
}

/* =================================================
    Header
   ================================================= */

/*
 nav-isp
----------------------------*/

.nav-isp {
position: relative;
z-index: 10;
float: left;
box-sizing: border-box;
width: 100%;
margin-top: 20px;
padding-right: 10px;
padding-left: 10px;
}

.nav-isp > ul {
box-sizing: border-box;
max-width: 1100px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
}

[data-script-enabled] .nav-isp > ul {
position: relative;
}

[data-script-enabled] .nav-isp > ul > li {
position: static;
}

[data-script-enabled] .nav-isp > ul > li.is-opened > nav {
overflow: auto;
height: auto;
}

[data-script-enabled] .nav-isp > ul > li.is-opened > nav > ul {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
height: auto;
}

[data-script-enabled] .nav-isp > ul > li nav {
position: absolute;
overflow: hidden;
height: 0;
}

[data-script-enabled] .nav-isp > ul > li .inner .panel,
[data-script-enabled] .nav-isp > ul > li nav > ul {
z-index: -1;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
background-color: #e6e6e6;

-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

[data-script-enabled] .nav-isp > ul > li nav > ul > li {
width: 25%;
}

.nav-isp > ul > li {
position: relative;
display: table;
float: left;
width: calc(100% / 4);
height: 50px;
}

.nav-isp.col-3 > ul > li {
width: calc(100% / 3);
}

.nav-isp > ul > li::before {
position: absolute;
top: 0;
bottom: 0;
display: block;
width: 1px;
height: 60%;
margin-top: auto;
margin-bottom: auto;
content: '';
background-color: #ccc;
}

.nav-isp > ul > li > a {
font-weight: bold;
line-height: 1.2;
position: relative;
display: table-cell;
text-align: center;
vertical-align: middle;
text-decoration: none;
color: #223;
}

.nav-isp > ul > li > a span {
font-size: 1.5rem;
position: relative;
top: 5px;
display: inline-block;
padding-left: 40px;
padding-bottom: 5px;
border-bottom: 2px dotted transparent;
}

.nav-isp > ul > li > a span::before {
position: absolute;
top: 0;
left: 6px;
display: block;
content: '';
}

.nav-isp > ul > li > a:hover span,
.nav-isp > ul > li > a:focus span,
.nav-isp > ul > li > a:active span {
border-color: #000;
}

.nav-isp > ul > li:first-child::before {
display: none;
}

.nav-isp > ul > li.is-current > a span {
border-color: #000;
}

.nav-isp > ul > li.haspanel > a > span,
.nav-isp > ul > li.hikari > a > span,
.nav-isp > ul > li.members > a > span {
padding-right: 30px;
}

.nav-isp > ul > li.haspanel > a > span:after,
.nav-isp > ul > li.hikari > a > span:after,
.nav-isp > ul > li.members > a > span:after {
position: absolute;
top: 0;
right: 8px;
display: block;
width: 8px;
height: 8px;
content: '';
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
border-right: 1px solid #6b6b6b;
border-bottom: 1px solid #6b6b6b;
}

.nav-isp > ul > li > a > span[class^="icon-"]::before,
.nav-isp > ul > li.hikari > a > span::before {
top: 0;
width: 19px;
height: 18px;
background-image: url(/access/common_v2/img/sprite.png?20200129);
background-position: -50px -148px;
}

.nav-isp > ul > li > a > span.icon-brand::before{
  background-position: -104px -121px;
}
.nav-isp > ul > li > a > span.icon-other::before{
  background-position: -82px -121px;
}
.nav-isp > ul > li > a > span.icon-collabo::before{
  background-position: -151px -74px;
}
.nav-isp > ul > li > a > span.icon-au::before{
  background-position: -151px -94px;
  height: 19px;
}
.nav-isp > ul > li > a > span.icon-minico::before{
  background-position: -50px -148px;
}
.nav-isp > ul > li > a > span.icon-10g::before{
  background-position: -152px -130px;
}

.nav-isp > ul > li > a > span.icon-hikari::before {
  background-position: -151px -74px;
}

.nav-isp > ul > li.wimax > a > span::before {
top: 0;
width: 18px;
height: 14px;
background-image: url(/access/common_v2/img/sprite.png?20200129);
background-position: -152px -95px;
}

.nav-isp > ul > li.campaign > a > span::before {
width: 16px;
height: 16px;
background-image: url(/access/common_v2/img/sprite.png?20200129);
background-position: -152px -74px;
}

.nav-isp > ul > li.members > a > span::before {
width: 20px;
height: 15px;
background-image: url(/access/common_v2/img/sprite.png?20200129);
background-position: -83px -121px;
}

.nav-isp > ul > li.brand > a > span::before {
width: 16px;
height: 15px;
background-image: url(/access/common_v2/img/sprite.png?20200129);
background-position: -104px -121px;
}


.nav-isp > ul > li > nav {
top: calc(100% - 3px);
left: 0;
box-sizing: border-box;
width: 100%;
}

.nav-isp > ul > li > nav > ul {
padding: 14px 10px 5px;
border-radius: 0 0 5px 5px;
}

.nav-isp > ul > li > nav > ul > li {
line-height: 1.4;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
margin-bottom: 10px;
}

.nav-isp > ul > li > nav > ul > li > a {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
box-sizing: border-box;
width: 100%;
margin: 0 5px;
padding: 10px 10px 9px;
text-align: center;
text-decoration: none;
color: #223;
border-radius: 5px;
background: #fff;

-webkit-justify-content: center;
-ms-flex-pack: center;
        justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
        align-items: center;
}

.nav-isp > ul > li > nav > ul > li > a:hover,
.nav-isp > ul > li > nav > ul > li > a:focus,
.nav-isp > ul > li > nav > ul > li > a:active {
color: #fff;
background: #333;
}

.nav-isp ul li.is-opened .inner .panel{
  padding: 1.6rem;
  display: block;
}
.nav-isp ul li.is-opened .inner .panel > ul li a,
.nav-isp ul li.is-opened .inner .panel dl dt a{
  font-weight: bold;
  color: black;
  line-height: 1;
}
.nav-isp ul li.is-opened .inner .panel dl dt a::before{
  padding-left: 1rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent black;
  vertical-align: middle;
}
.nav-isp ul li.is-opened .inner .panel > ul li,
.nav-isp ul li.is-opened .inner .panel dl dd{
  display: inline-block;
  width: 23%;
  margin-top: 1rem;
  margin-right: 1rem;
}
.nav-isp ul li.is-opened .inner .panel > ul li a,
.nav-isp ul li.is-opened .inner .panel dl dd a{
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 2.4rem;
  font-weight: bold;
  color: black;
  line-height: 1;
}
.nav-isp ul li.is-opened .inner .panel > ul li a[target="_blank"] img,
.nav-isp ul li.is-opened .inner .panel dl dd a[target="_blank"] img{
  vertical-align: baseline;
  padding-right: .5rem;
}
.nav-isp ul li.is-opened .inner .panel > ul li a::after,
.nav-isp ul li.is-opened .inner .panel dl dd a::after{
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 13px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-size: 201px 196px;
  background-position: -84px -179px;
}
.nav-isp ul li.is-opened .inner .panel > ul li a[target="_blank"]::after,
.nav-isp ul li.is-opened .inner .panel dl dd a[target="_blank"]::after{
  display: none;
}

.servMenu {
display: block;
border-bottom: solid 1px #d6d6d6;
}

.servMenu .servMenuHdg {
display: none;
}

.cateTop .servMenu .servMenuHdg {
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
display: block;
box-sizing: border-box;
height: 50px;
margin-bottom: 0;
padding: 13px 40px 18px 15px;
color: #223;
background: #a5a5a5;
}

.servMenu .menuHikari,
.servMenu .menuMobile,
.servMenu .menuSmartphone,
.servMenu .menuMember,
.servMenu .menuItems,
.servMenu .menuBrand {
display: block;
width: 100%;
}

.servMenu > div + div,
.servMenu > div:last-child {
margin-left: 0;
}

.servMenu .menuHikari .menuHdgIcon,
.servMenu .menuMobile .menuHdgIcon,
.servMenu .menuSmartphone .menuHdgIcon,
.servMenu .menuMember .menuHdgIcon,
.servMenu .menuItems .menuHdgIcon,
.servMenu .menuBrand .menuHdgIcon {
width: 100%;
}

.servMenu .menuHikari .menuHdgIcon:before,
.servMenu .menuMobile .menuHdgIcon:before,
.servMenu .menuSmartphone .menuHdgIcon:before,
.servMenu .menuMember .menuHdgIcon:before,
.servMenu .menuItems .menuHdgIcon:before,
.servMenu .menuBrand .menuHdgIcon:before {
content: none;
}

.servMenu .menuHikari .menuHdgIcon,
.servMenu .menuMobile .menuHdgIcon,
.servMenu .menuSmartphone .menuHdgIcon,
.servMenu .menuMember .menuHdgIcon,
.servMenu .menuItems .menuHdgIcon,
.servMenu .menuBrand .menuHdgIcon
 {
height: auto;
margin: 0;
}

.servMenu .menuHikari .menuHdgIcon .menuTitle,
.servMenu .menuMobile .menuHdgIcon .menuTitle,
.servMenu .menuSmartphone .menuHdgIcon .menuTitle,
.servMenu .menuMember .menuHdgIcon .menuTitle,
.servMenu .menuItems .menuHdgIcon .menuTitle,
.servMenu .menuBrand .menuHdgIcon .menuTitle {
font-size: 14px;
font-weight: bold;
line-height: 1.5;
position: relative;
display: block;
box-sizing: border-box;
width: 100%;
height: 42px;
margin: 0;
padding: 10px 15px 6px;
color: #223;
border: solid #d6d6d6;
border-width: 1px 0 1px 0;
background: #dadada;
}

.servMenu .menuHikari .menuHdgIcon .menuTitle a,
.servMenu .menuMobile .menuHdgIcon .menuTitle a,
.servMenu .menuSmartphone .menuHdgIcon .menuTitle a,
.servMenu .menuMember .menuHdgIcon .menuTitle a,
.servMenu .menuItems .menuHdgIcon .menuTitle a,
.servMenu .menuBrand .menuHdgIcon .menuTitle a {
font-size: 14px;
font-size: 1.4rem;
position: absolute;
top: 0;
left: 0;
display: block;
box-sizing: border-box;
width: 100%;
height: 40px;
margin: 0;
padding: 10px 15px 6px;
color: #223;
}

.servMenu .menuHikari .menuHdgIcon .menuTitle a:after,
.servMenu .menuMobile .menuHdgIcon .menuTitle a:after,
.servMenu .menuSmartphone .menuHdgIcon .menuTitle a:after,
.servMenu .menuMember .menuHdgIcon .menuTitle a:after,
.servMenu .menuItems .menuHdgIcon .menuTitle a:after,
.servMenu .menuBrand .menuHdgIcon .menuTitle a:after {
position: absolute;
top: 0;
right: 17px;
bottom: 0;
width: 8px;
height: 8px;
margin: auto;
content: '';
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
border-right: 2px solid #3c3c3c;
border-bottom: 2px solid #3c3c3c;
}

.servMenu .servMenuItems {
padding-left: 17px;
background: #efefef;
}

.servMenu .servMenuItems li a {
position: relative;
display: block;
box-sizing: border-box;
height: 37px;
padding: 10px 0 0;
color: #223;
border-bottom: dotted 1px #ccc;
}

.servMenu .servMenuItems li a:after {
position: absolute;
top: 0;
right: 17px;
bottom: 0;
width: 7px;
height: 7px;
margin: auto;
content: '';
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
border-right: 1px solid #3c3c3c;
border-bottom: 1px solid #3c3c3c;
}

.servMenu .servMenuItems li:last-child a {
border: none;
}

.servMenu .menuHikari a,
.servMenu .menuMobile a,
.servMenu .menuSmartphone a,
.servMenu .menuMember a {
font-size: 12px;
font-size: 1.2rem;
}

/* =================================================
    Main
   ================================================= */

/*
 str-serviceTitle
----------------------------*/

.str-serviceTitle {
position: relative;
margin-bottom: 20px;
color: #fff;
border-bottom: 5px solid #000;
background-color: #009841;
background-image: url(/access/common_v2/img/bg-2.png);
}

.str-serviceTitle > .content {
position: relative;
display: table;
box-sizing: border-box;
width: 100%;
max-width: 1100px;
height: 80px;
margin-right: auto;
margin-left: auto;
}

.str-serviceTitle .titleBlock {
display: table-cell;
padding-top: 1em;
padding-bottom: 1em;
vertical-align: middle;
}

.str-serviceTitle .titleBlock > *:last-child {
margin-bottom: 0;
}

.str-serviceTitle .titleBlock .title {
font-size: 3rem;
font-weight: normal;
line-height: 1.37;
clear: both;
text-align: center;
}

.str-serviceTitle .titleBlock .title .sub {
font-size: 2rem;
display: block;
}

.str-serviceTitle.type-accessIndex {
margin-bottom: 10px;
border-bottom: none;
background: none;
}

.str-serviceTitle.type-accessIndex::before,
.str-serviceTitle.type-accessIndex:after {
position: absolute;
z-index: -1;
top: 0;
display: block;
width: 50%;
height: 85%;
content: '';
background-position: 0 0;
}

.str-serviceTitle.type-accessIndex::before {
left: 0;
background-color: #009841;
background-image: url(/access/common_v2/img/bg-2.png);
}

.str-serviceTitle.type-accessIndex:after {
right: 0;
background-color: #fff;
background-image: url(/access/common_v2/img/bg-3.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.str-serviceTitle.type-accessIndex > .content {
height: 205px;
}

.str-serviceTitle.type-accessIndex .titleBlock,
.str-serviceTitle.type-accessIndex .txtBlock {
display: table-cell;
width: 50%;
vertical-align: middle;
}

.str-serviceTitle.type-accessIndex .titleBlock > *:last-child,
.str-serviceTitle.type-accessIndex .txtBlock > *:last-child {
margin-bottom: 0;
}

.str-serviceTitle.type-accessIndex .titleBlock a {
color: #fff;
}

.str-serviceTitle.type-accessIndex .titleBlock .title {
position: relative;
top: 2px;
display: table;
margin: 0 auto;
padding: 0 0 0 62px;
}

.str-serviceTitle.type-accessIndex .titleBlock .title::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 32px;
height: 60px;
margin-top: auto;
margin-bottom: auto;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: 0 0;
}

.str-serviceTitle.type-accessIndex .txtBlock {
padding-right: 30px;
padding-left: 45px;
}

.str-serviceTitle.type-hikari {
background-color: #f74c6f;
}

.str-serviceTitle.type-collabo {
background-color: #d5307a;
}

.str-serviceTitle.type-collabo.minico {
background-color: #b43631;
}

.str-serviceTitle.type-au {
background-color: #e95504;
}

.str-serviceTitle.type-docomo {
background-color: #d0062c;
}

.str-serviceTitle.type-nuro {
background-color: #393939;
}

.str-serviceTitle.type-commufa {
background-color: #002d8b;
}

.str-serviceTitle.type-flets {
background-color: #008bb9;
}

.str-serviceTitle.type-campaign {
background-color: #ef5a3c;
}

.str-serviceTitle.type-members {
background-color: #009841;
}

.str-serviceTitle.type-wimax {
background-color: #2874ca;
}

/*
 nav-service
----------------------------*/

.nav-service {
z-index: 1001;
box-sizing: border-box;
width: 100%;
padding-top: 8px;
padding-bottom: 3px;
background-color: #000;
}

.nav-service > ul {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
overflow: hidden;
box-sizing: border-box;
max-width: 1100px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;

-webkit-justify-content: flex-start;
-ms-flex-pack: start;
        justify-content: flex-start;
}

.nav-service > ul > li {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;

-webkit-align-items: center;
-ms-flex-align: center;
        align-items: center;
}

.nav-service > ul > li:not(.apply) {
  flex-shrink: 1;
}

.nav-service > ul > li::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 1px;
height: 40%;
margin-top: auto;
margin-bottom: auto;
content: '';
background-color: #666;
}

.nav-service > ul > li > a {
font-weight: bold;
line-height: 1.2;
padding: 10px 20px;
vertical-align: middle;
text-decoration: none;
color: #fff;
}

.nav-service > ul > li > a span {
position: relative;
top: 2px;
display: inline-block;
padding-bottom: 2px;
border-bottom: 2px dotted transparent;
}

.nav-service > ul > li > a:hover span,
.nav-service > ul > li > a:focus span,
.nav-service > ul > li > a:active span {
border-color: #fff;
}

.nav-service > ul > li:first-child > a {
padding-left: 0;
}

.nav-service > ul > li:first-child::before {
display: none;
}

.nav-service > ul > li:last-of-type {
margin-left: auto;
}

.nav-service > ul > li.is-current > a span {
border-color: #fff;
}

.nav-service > ul > li.apply {
flex-shrink: 9999;
min-width: 150px;
}

.nav-service > ul > li.apply::before {
display: none;
}

.nav-service > ul > li.apply > a {
font-size: 1.5rem;
text-decoration: none;
color: #223;
box-shadow: none;
}

.nav-service > ul > li.apply > a span {
top: 0;
padding-bottom: 0;
border: none;
}

.nav-service > ul > li.apply > a[href^='#anc-'] span span {
padding-left: 8px;
}

.nav-service > ul > li.apply > a[href^='#anc-'] span span::before {
left: -7px;
}

.nav-service > ul > li.apply > a:hover span,
.nav-service > ul > li.apply > a:focus span,
.nav-service > ul > li.apply > a:active span {
border-color: #223;
}

.type-no-apply .nav-service > ul > li.apply {
display: none;
}

.nav-service.is-fixed {
position: fixed;
top: 0;
padding-bottom: 8px;
border-top: 5px solid #009841;
}

.str-serviceTitle.type-hikari .nav-service.is-fixed {
border-top-color: #f74c6f;
}

.str-serviceTitle.type-collabo .nav-service.is-fixed {
border-top-color: #d5307a;
}

.str-serviceTitle.type-au .nav-service.is-fixed {
border-top-color: #e95504;
}

.str-serviceTitle.type-nuro .nav-service.is-fixed {
border-top-color: #000;
}

.str-serviceTitle.type-commufa .nav-service.is-fixed {
border-top-color: #002d8b;
}

.str-serviceTitle.type-wimax .nav-service.is-fixed {
border-top-color: #2874ca;
}

.str-serviceTitle.type-docomo .nav-service.is-fixed {
border-top-color: #d0062c;
}

/*
 nav-location
----------------------------*/

.nav-location {
font-size: 1.2rem;
}

.nav-location > a,
.nav-location > b {
font-weight: normal;
display: inline-block;
margin: 0 4px;
}

.nav-location > a:first-child,
.nav-location > b:first-child {
margin-left: 0;
}

.str-serviceTitle.type-accessIndex .nav-location {
position: absolute;
top: 8px;
left: 0;
}

.str-contentInfo .nav-location {
margin-bottom: 0;
}

/*
 nav-local
----------------------------*/

.nav-local * {
box-sizing: border-box;
}

.nav-local > ul {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
margin-bottom: 20px;
padding: 0;
border-left: 1px solid #ccc;

-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nav-local > ul > li {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
width: 25%;
margin-bottom: 10px;
margin-bottom: 0;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.nav-local > ul > li:nth-child(n+5),
.nav-local > ul > li:nth-child(n+6),
.nav-local > ul > li:nth-child(n+7),
.nav-local > ul > li:nth-child(n+8) {
border-top: 0;
}

.nav-local > ul > li > a {
position: relative;
display: block;
width: 100%;
padding: 12px 20px 12px 34px;
text-decoration: none;
}

.nav-local > ul > li > a::before {
position: absolute;
top: .5em;
top: calc(.5em + 12px);
left: -1em;
left: calc(-1em + 34px);
display: inline-block;
overflow: hidden;
width: 0;
height: 0;
margin-top: -2px;
margin-left: -3px;
content: '';
vertical-align: middle;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #333;
}

.nav-local > ul > li > a:hover,
.nav-local > ul > li > a:focus,
.nav-local > ul > li > a:active {
text-decoration: underline;
}

.nav-local > ul > li > a[target='_blank']::before {
border: 0;
}

.nav-local > ul > li > a[target='_blank'] img[src*='icon-'] {
position: absolute;
top: 1.55em;
left: 16px;
padding: 0;
vertical-align: middle;
}

.nav-local > ul > li.is-current > a {
color: #fff;
background: #000;
}

.nav-local > ul > li.is-current > a::before {
border-left: 6px solid #fff;
}

/*
 str-content
----------------------------*/

.str-content .str-contentBody > *:last-child {
margin-bottom: 0;
}

.str-main .str-content .str-contentBody {
padding-bottom: 70px;
}

.str-content.type-navContents {
background-color: #f4f4f4;
}

.str-content.type-navContents .str-contentBody {
padding-top: 78px;
padding-bottom: 78px;
}

.str-content.type-navContents .nav {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
}

.str-content.type-navContents .nav > .col {
width: 50%;
padding-right: 3.63636%;
}

.str-content.type-navContents .nav > .col > *:last-child {
margin-bottom: 0;
}

.str-content.type-navContents .nav > .col .hdg {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
position: relative;
margin-bottom: 27px;
padding-left: 38px;
}

.str-content.type-navContents .nav > .col .hdg a {
text-decoration: none;
}

.str-content.type-navContents .nav > .col .hdg a:hover,
.str-content.type-navContents .nav > .col .hdg a:focus,
.str-content.type-navContents .nav > .col .hdg a:active {
text-decoration: underline;
}

.str-content.type-navContents .nav > .col .hdg::before {
position: absolute;
top: -2px;
right: 0;
bottom: 0;
left: 0;
display: block;
margin-top: auto;
margin-bottom: auto;
content: '';
}

.str-content.type-navContents .nav > .col .hdg.type-access:before {
width: 21px;
height: 21px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -125px -29px;
}

.str-content.type-navContents .nav > .col .hdg.type-service:before {
width: 20px;
height: 19px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -29px -121px;
}

.str-content.type-navContents .nav > .col .hdg.type-price:before {
width: 18px;
height: 18px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px -26px;
}

.str-content.type-navContents .nav > .col .hdg.type-flow:before {
width: 24px;
height: 15px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -54px -121px;
}

.str-content.type-navContents .nav > .col .hdg.type-phone:before {
width: 20px;
height: 16px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -99px -148px;
}

.str-content.type-navContents .nav > .col .hdg.type-tv:before {
width: 20px;
height: 17px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -74px -148px;
}

.str-content.type-navContents .nav > .col .hdg.type-musenlan:before {
width: 18px;
height: 21px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px 0;
}

.str-content.type-navContents .nav > .col .hdg.type-option:before {
width: 20px;
height: 18px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: 0 -148px;
}

.str-content.type-navContents .nav > .col .hdg.type-members:before {
width: 16px;
height: 20px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px -49px;
}

.str-content.type-navContents .nav > .col .hdg.type-machine:before {
width: 18px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -125px -81px;
}

.str-content.type-navContents .nav > .col .hdg.type-attention:before {
width: 20px;
height: 18px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -25px -148px;
}

.str-content.type-navContents .nav > .col .hdg.type-troublesupport:before {
width: 21px;
height: 21px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -125px -55px;
}

.str-content.type-navContents .nav > .col .hdg.type-high_speed:before {
width: 24px;
height: 23px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -121px -108px;
}

.str-content.type-navContents .nav > .col .link > li {
box-sizing: border-box;
margin-top: 5px;
padding-left: 1.3em;
}

.str-content.type-navContents .nav > .col .link > li > a {
position: relative;
text-decoration: none;
}

.str-content.type-navContents .nav > .col .link > li > a::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
left: -1em;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-bottom: auto;
content: '';
border: 5px solid transparent;
border-left-color: #333;
}

.str-content.type-navContents .nav > .col .link > li > a:hover,
.str-content.type-navContents .nav > .col .link > li > a:focus,
.str-content.type-navContents .nav > .col .link > li > a:active {
text-decoration: underline;
}

.str-content.type-navContents .nav > .col .link > li > a[target='_blank']::before {
border: 0;
}

.str-content.type-navContents .nav > .col .link > li > a[target='_blank'] img[src*='icon-'] {
position: absolute;
top: .4em;
left: -1.2em;
padding: 0;
vertical-align: middle;
}

.str-content.type-navContents .nav > .col .link > li:first-child {
margin-top: 0;
}

.str-content.type-navContents .nav > .col .link.type-col2 > li {
float: left;
width: 50%;
}

.str-content.type-navContents .nav > .col .link.type-col2 > li:nth-child(-n+2) {
margin-top: 0;
}

.str-content.type-navContents .nav > .col .lytLink .link {
width: 50%;
margin-bottom: 0;
}

.str-content.type-navContents .nav > .col .lytLink .link:nth-child(2n) {
float: right;
}

.str-content.type-navContents .nav > .col .lytLink .link:nth-child(2n+1) {
float: left;
}

.str-content.type-navContents .nav > .col:nth-child(2) {
padding-right: 0;
padding-left: 3.63636%;
border-left: 1px solid #d2d2d2;
}

.str-content.type-accessIndex-1 {
margin-bottom: 36px;
padding-top: 36px;
background-color: #ecf7c0;
background-image: url(/access/common_v2/img/bg-4.png);
}

.str-content.type-accessIndex-1 .mod-box {
background: #fff;
}

.str-content.type-accessIndex-2 {
padding-top: 36px;
background: #f4f4f4;
}

/*
 str-contentInfo
----------------------------*/

.str-contentInfo {
margin-bottom: 35px;
}

.str-contentInfo > .str-contentBody .lyt {
margin-bottom: 15px;
}

.str-contentInfo > .str-contentBody .lyt > .col > *:last-child {
margin-bottom: 0;
}

.str-contentInfo > .str-contentBody .lyt > .col:first-child {
display: table;
float: right;
}

.str-contentInfo > .str-contentBody .lyt > .col:first-child > :not(:first-child) {
padding-left: 10px;
}

.str-contentInfo > .str-contentBody .lyt > .col:first-child > * {
display: table-cell;
vertical-align: middle;
}

.str-contentInfo > .str-contentBody > *:last-child {
margin-bottom: 0;
}

/*
 str-siteInfo
----------------------------*/

.str-siteInfo {
padding-top: 10px;
padding-bottom: 10px;
background-color: #f4f4f4;
}

.str-siteInfo * {
margin: 0;
}

.str-siteInfo .str-contentBody > *:last-child {
margin-bottom: 0;
}

.str-siteInfo dl.info {
padding: 10px 20px 9px;
border: 2px solid #e00000;
border-radius: 8px;
}

.str-siteInfo dl.info > dt {
font-size: 1.6rem;
font-weight: bold;
position: relative;
float: left;
margin-right: 22px;
padding-left: 34px;
color: #e00000;
}

.str-siteInfo dl.info > dt:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 24px;
height: 24px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -29px -65px;
}

.str-siteInfo dl.info > dd {
overflow: hidden;
padding-top: 1px;
}

.str-siteInfo dl.info .list a {
text-decoration: none;
}

.str-siteInfo dl.info .list a:hover,
.str-siteInfo dl.info .list a:focus,
.str-siteInfo dl.info .list a:active {
text-decoration: underline;
}

.str-siteInfo dl.info .list > li + li {
margin-top: 4px;
}

/* =================================================
    Footer
   ================================================= */

/*
 str-footer
----------------------------*/

.str-footer {
position: relative;
z-index: 1000;
}

.str-footer * {
margin: 0;
}

.str-footer > .str-content {
background-color: #e6e4da;
}

.str-footer > .str-content > .str-contentBody {
padding-top: 50px;
padding-bottom: 50px;
}

.str-footer > .str-content.type-linkSns {
background-color: #fff;
}

.str-footer > .str-content.type-linkSns > .str-contentBody {
padding-top: 15px;
padding-bottom: 15px;
}

.str-footer > .str-content.type-linkSns .link {
font-size: 0;
text-align: center;
}

.str-footer > .str-content.type-linkSns .link > li {
font-size: 1rem;
display: inline-block;
margin-right: 20px;
margin-left: 20px;
}

.str-footer > .str-content.type-linkSns .link > li > a {
display: block;
width: 30px;
height: 30px;
}

.str-footer > .str-content.type-linkSns .link > li > a span {
display: block;
overflow: hidden;
width: 0;
height: 0;
}

.str-footer > .str-content.type-linkSns .link > li.facebook {
width: 30px;
height: 30px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -37px -27px;
}

.str-footer > .str-content.type-linkSns .link > li.twitter {
width: 30px;
height: 30px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -90px 0;
}

.str-footer > .str-content.type-linkSns .link > li.line {
display: none;
}

/*
 nav-location
----------------------------*/
.str-footer .str-nav {
max-width: 1100px;
margin-right: auto;
margin-left: auto;
}

/*
 nav-pageTop
----------------------------*/

.nav-pageTop {
width: 100%;
margin-top: -20px;
margin-bottom: -20px;
transition: opacity 1s;
text-align: right;
}

.nav-pageTop > span {
display: block;
}

.nav-pageTop a {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
background-color: #333;
}

.nav-pageTop a::before {
position: absolute;
top: 5px;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 11px;
height: 11px;
margin: auto;
content: '';
-webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.nav-pageTop a > span {
position: relative;
z-index: -1;
display: inline-block;
overflow: hidden;
width: 10px;
height: 10px;
}

[data-script-enabled] .nav-pageTop {
opacity: 0;
}

[data-script-enabled] .nav-pageTop a {
pointer-events: none;
}

.nav-pageTop.is-fixed {
position: fixed;
bottom: -40px;
}

.nav-pageTop.is-fixed a {
top: -100px;
}

.nav-pageTop.is-show {
opacity: 1;
}

.nav-pageTop.is-show a {
pointer-events: auto;
}

/*
 nav-footer
----------------------------*/

.nav-footer {
margin-bottom: 50px;
}

.nav-footer a {
text-decoration: none;
}

.nav-footer a:hover,
.nav-footer a:focus,
.nav-footer a:active {
text-decoration: underline;
}

.nav-footer > .col {
float: left;
box-sizing: border-box;
width: 25%;
padding-right: 10px;
}

.nav-footer .category {
margin-top: 36px;
}

.nav-footer .category > p,
.nav-footer .category > dt {
font-weight: bold;
}

.nav-footer .category > p button,
.nav-footer .category > dt button {
display: none;
}

.nav-footer .category > p:first-of-type,
.nav-footer .category > dt,
.nav-footer .category > dd ul > li {
position: relative;
}

.nav-footer .category > p:first-of-type > a,
.nav-footer .category > dt > a,
.nav-footer .category > dd ul > li > a {
position: relative;
z-index: 1;
padding-left: 15px;
}

.nav-footer .category > p:first-of-type > a::before,
.nav-footer .category > dt > a::before,
.nav-footer .category > dd ul > li > a::before {
position: absolute;
top: 0;
top: .3em;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-top: 0;
margin-bottom: auto;
content: '';
border: 5px solid transparent;
border-left-color: #333;
}

.nav-footer .category > p:first-of-type > a[target='_blank'] img[src*='icon-'],
.nav-footer .category > dt > a[target='_blank'] img[src*='icon-'],
.nav-footer .category > dd ul > li > a[target='_blank'] img[src*='icon-'] {
position: absolute;
top: 7px;
left: -5px;
padding: 0;
}

.nav-footer .category > dd {
margin-top: 4px;
}

.nav-footer .category > dd > ul > li + li {
margin-top: 4px;
}

.nav-footer .category:first-child {
margin-top: 0;
}

[data-script-enabled] .nav-footer .category a[target='_blank']::before {
display: none !important;
}

/* =================================================
    Heading
   ================================================= */

/*
 mod-hdg1
----------------------------*/

.mod-hdg1 {
margin-bottom: 44px;
text-align: center;
}

/*
 mod-hdg2
----------------------------*/

.mod-hdg2 {
margin-bottom: 35px;
border-top: 1px solid #999;
background-color: #f4f4f4;
}

.mod-hdg2 > span {
display: block;
padding: 17px 20px 15px;
text-align: center;
}

.type-accessIndex .mod-hdg2 {
font-size: 2.8rem;
margin-bottom: 44px;
margin-bottom: 30px;
border-top: 0;
background-color: transparent;
}

.type-accessIndex .mod-hdg2 > span {
padding: 0;
}

.type-accessIndex-1 .mod-hdg2 {
font-size: 2.8rem;
margin-bottom: 44px;
margin-bottom: 20px;
border-top: 0;
background-color: transparent;
}

.type-accessIndex-2 .mod-hdg2 {
font-size: 2.8rem;
margin-bottom: 44px;
margin-bottom: 20px;
text-align: center;
border-top: 0;
background-color: transparent;
}

.mod-hdg2.type-contentInner {
position: relative;
border-top: 0;
border-left: 10px solid #414141;
}

.mod-hdg2.type-contentInner > span {
padding: 22px 10px 18px;
text-align: left;
}

.mod-hdg2.type-contentInner:after {
position: absolute;
top: 0;
left: -10px;
display: block;
width: 10px;
height: 25%;
content: '';
background-color: #009841;
}

.mod-hdg2 sub,
.mod-hdg2 sup {
font-size: 70%;
top: -8px;
}

/*
 mod-hdg3
----------------------------*/

.mod-hdg3 {
position: relative;
overflow: hidden;
margin-top: 68px;
margin-bottom: 24px;
padding-bottom: 12px;
}

.mod-hdg3::before,
.mod-hdg3::after {
position: absolute;
bottom: 0;
left: 0;
display: block;
height: 3px;
content: '';
}

.mod-hdg3::before {
width: 100%;
background-color: #414141;
}

.mod-hdg3::after {
width: 70px;
background-color: #009841;
}

.mod-hdg2 + .str-contentBody > .mod-hdg3:first-child {
margin-top: 38px;
}

/*
 mod-hdg4
----------------------------*/

.mod-hdg4 {
position: relative;
min-height: 20px;
margin-top: 47px;
margin-bottom: 24px;
padding-bottom: 13px;
padding-left: 34px;
background: url(/access/common_v2/img/bg.png) left bottom repeat-x;
background-size: auto 5px;
}

.mod-hdg4::before {
position: absolute;
top: .2em;
left: 0;
display: block;
box-sizing: border-box;
width: 20px;
height: 20px;
content: '';
border: 5px solid #009841;
border-radius: 50%;
}

.mod-hdg4:first-child {
margin-top: 0;
}

.type-accessIndex .mod-hdg4 {
font-size: 2.2rem;
margin-bottom: 20px;
padding-bottom: 11px;
}

.type-accessIndex .mod-hdg4.type-wimax::before {
top: .4em;
width: 18px;
height: 14px;
-webkit-transform: scale(1.3);
        transform: scale(1.3);
border: none;
border-radius: 0;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px -95px;
}

/*
 mod-hdg5
----------------------------*/

.mod-hdg5 {
position: relative;
margin-top: 26px;
margin-bottom: 8px;
padding-left: 29px;
}

.mod-hdg5::before {
position: absolute;
top: .4em;
left: 0;
display: block;
width: 14px;
height: 14px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px -114px;
}

/*
 mod-hdgTitle
----------------------------*/

h3.mod-hdgTitle,
h4.mod-hdgTitle,
h5.mod-hdgTitle,
h6.mod-hdgTitle {
font-size: 1.6rem;
line-height: 1.5;
margin-top: 28px;
margin-bottom: 8px;
}

h3.mod-hdgTitle:first-child,
h4.mod-hdgTitle:first-child,
h5.mod-hdgTitle:first-child,
h6.mod-hdgTitle:first-child {
margin-top: 0;
}

/* =================================================
    Text
   ================================================= */

/*
 mod-txtEm
----------------------------*/

.mod-txtEm {
color: #e00000;
}

/*
 mod-txtEm-2
----------------------------*/

.mod-txtEm-2 {
font-weight: normal;
color: #e00000;
}

/*
 mod-txtLabel
----------------------------*/

.mod-txtLabel {
min-width: 80px;
}

.mod-txtLabelM {
min-width: 120px;
}

.mod-txtLabelL {
min-width: 160px;
}

/*
 mod-txtSize
----------------------------*/

.mod-txtSize {
font-size: 2.8rem;
}

.mod-txtSize.type-sizeS {
font-size: 2.3rem;
line-height: 1.45;
}

.mod-txtEmPhrase .mod-txtSize {
font-size: 2.8rem;
line-height: 1.25;
}

.mod-txtSize-14 {
font-size: 1.4rem;
}

.mod-txtSize-16 {
font-size: 1.6rem;
}

.mod-txtSize-18 {
font-size: 1.8rem;
}

.mod-txtSize-20 {
font-size: 2rem;
}

.mod-txtSize-22 {
font-size: 2.2rem;
}

.mod-txtSize-24 {
font-size: 2.4rem;
}

.mod-txtSize-26 {
font-size: 2.6rem;
}

/*
 mod-txtEmPhrase
----------------------------*/

.mod-txtEmPhrase {
font-size: 1.6rem;
font-weight: bold;
}

/*
 mod-txtEmPhrase
----------------------------*/

.mod-txtNomal {
font-weight: normal;
}

/*
 mod-txtTitle
----------------------------*/

p.mod-txtTitle {
font-size: 1.6rem;
font-weight: bold;
margin-top: 28px;
margin-bottom: 8px;
}

p.mod-txtTitle:first-child {
margin-top: 0;
}

.mod-listNotice p.mod-txtTitle,
.mod-listNotice-2 p.mod-txtTitle,
.mod-listNotice-3 p.mod-txtTitle,
.mod-listNoticeNum p.mod-txtTitle,
.mod-listNoticeNum-2 p.mod-txtTitle,
.mod-listNoticeNum-3 p.mod-txtTitle {
font-size: 1.4rem;
}

p.mod-txtTitle sup,
p.mod-txtTitle sub {
font-weight: normal;
}

/*
 mod-txtTitleNum
----------------------------*/

.mod-txtTitleNum {
font-size: 1.6rem;
line-height: 1.4;
position: relative;
min-height: 30px;
margin-bottom: 20px;
padding-left: 38px;
}

.mod-txtTitleNum > .num {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.2;
position: absolute;
top: -6px;
left: 0;
display: inline-block;
box-sizing: border-box;
width: 30px;
height: 30px;
margin-right: 4px;
padding-top: 6px;
text-align: center;
color: #fff;
border-radius: 50%;
background-color: #333;
}

/* =================================================
    button
   ================================================= */

/*
 mod-btn
----------------------------*/

.mod-btn {
color: #223;
border: 1px solid #ccc;
background-color: #eee;
}

.mod-btn:hover,
.mod-btn:focus,
.mod-btn:active {
color: #223;
background-color: #f4f4f4;
}

a:hover .mod-btn,
a:focus .mod-btn,
a:active .mod-btn {
color: #223;
background-color: #f4f4f4;
}

a:hover .mod-btn > span > span,
a:focus .mod-btn > span > span,
a:active .mod-btn > span > span {
text-decoration: underline;
}

/*
 mod-btn-2
----------------------------*/

.mod-btn-2 {
color: #fff;
background-color: #0a68c2;
}

.mod-btn-2 > span > span::before {
border-left-color: #fff;
}

.mod-btn-2:hover,
.mod-btn-2:focus,
.mod-btn-2:active {
color: #fff;
background-color: #2187eb;
}

a:hover .mod-btn-2,
a:focus .mod-btn-2,
a:active .mod-btn-2 {
color: #fff;
background-color: #2187eb;
}

a:hover .mod-btn-2 > span > span,
a:focus .mod-btn-2 > span > span,
a:active .mod-btn-2 > span > span {
text-decoration: underline;
}

.mod-btn-2[href^='#anc-'] > span > span::before {
border-left-color: #fff;
}

/*
 mod-btn-3
----------------------------*/

.mod-btn-3 {
font-weight: bold;
color: #223;
border-radius: 0;
background-color: #fcdb00;
box-shadow: 0 3px 6px rgba(199, 199, 199, .5);
}

.mod-btn-3 > span > span {
padding-left: 0;
}

.mod-btn-3 > span > span::before {
display: none;
}

.mod-btn-3[target='_blank'] > span > span {
padding-left: 16px;
}

.mod-btn-3:hover,
.mod-btn-3:focus,
.mod-btn-3:active {
color: #223;
background-color: #fee63c;
}

.mod-btn-3.type-hS,
.mod-btn-3.type-hM,
.mod-btn-3.type-hL {
border-radius: 0;
}

.mod-btn-3.type-hL {
font-size: 2.4rem;
min-height: 67px;
}

.mod-btn-3.type-hL > span {
padding-top: 15px;
padding-bottom: 13px;
}

.mod-btn-3.is-disabled {
border: 1px solid #ccc;
box-shadow: none;
}

a:hover .mod-btn-3,
a:focus .mod-btn-3,
a:active .mod-btn-3 {
color: #223;
background-color: #fee63c;
}

a:hover .mod-btn-3 > span > span,
a:focus .mod-btn-3 > span > span,
a:active .mod-btn-3 > span > span {
text-decoration: underline;
}

.mod-btn-3.type-collabo {
color: #fff;
background: #d5307a;
}

.mod-btn-3.type-collabo span > span::before {
border-left-color: #fff;
}

.mod-btn-3.type-collabo:hover,
.mod-btn-3.type-collabo:focus,
.mod-btn-3.type-collabo:active {
background: #de5a95;
}

.cmp-applyArea .mod-btn-3[href^='#anc-'] > span > span::before {
left: -1em;
}

/*
 mod-btnBack
----------------------------*/

.mod-btnBack {
color: #fff;
background-color: #4b4b4b;
}

.mod-btnBack > span > span::before {
left: -6px;
-webkit-transform: rotate(180deg);
        transform: rotate(180deg);
border-left-color: #fff;
}

.mod-btnBack:hover,
.mod-btnBack:focus,
.mod-btnBack:active {
color: #fff;
background-color: #6d6d6d;
}

a:hover .mod-btnBack,
a:focus .mod-btnBack,
a:active .mod-btnBack {
color: #fff;
background-color: #6d6d6d;
}

a:hover .mod-btnBack > span > span,
a:focus .mod-btnBack > span > span,
a:active .mod-btnBack > span > span {
text-decoration: underline;
}

/*
 mod-btnNext
----------------------------*/

.mod-btnNext {
color: #fff;
background-color: #4b4b4b;
}

.mod-btnNext > span > span::before {
left: -6px;
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
border-left-color: #fff;
}

.mod-btnNext:hover,
.mod-btnNext:focus,
.mod-btnNext:active {
color: #fff;
background-color: #6d6d6d;
}

a:hover .mod-btnNext,
a:focus .mod-btnNext,
a:active .mod-btnNext {
color: #fff;
background-color: #6d6d6d;
}

a:hover .mod-btnNext > span > span,
a:focus .mod-btnNext > span > span,
a:active .mod-btnNext > span > span {
text-decoration: underline;
}

/* =================================================
    List
   ================================================= */

/*
 ul base settings
----------------------------*/

.mod-listNormal,
.mod-listDisc,
.mod-listDisc-2,
.mod-listNotice,
.mod-listNotice-2,
.mod-listNotice-3,
.mod-listNoticeNum,
.mod-listNoticeNum-2,
.mod-listNoticeNum-3,
.mod-listNum,
.mod-listNum-2,
.mod-listLabel {
box-sizing: border-box;
}

.mod-listNormal > *,
.mod-listDisc > *,
.mod-listDisc-2 > *,
.mod-listNotice > *,
.mod-listNotice-2 > *,
.mod-listNotice-3 > *,
.mod-listNoticeNum > *,
.mod-listNoticeNum-2 > *,
.mod-listNoticeNum-3 > *,
.mod-listNum > *,
.mod-listNum-2 > *,
.mod-listLabel > * {
box-sizing: border-box;
}

.mod-listNormal > li,
.mod-listDisc > li,
.mod-listDisc-2 > li,
.mod-listNotice > li,
.mod-listNotice-2 > li,
.mod-listNotice-3 > li,
.mod-listNoticeNum > li,
.mod-listNoticeNum-2 > li,
.mod-listNoticeNum-3 > li,
.mod-listNum > li,
.mod-listNum-2 > li,
.mod-listLabel > li {
position: relative;
margin-bottom: 10px;
padding-left: 1.3em;
text-align: left;
color: #223;
}

.mod-listNormal > li::before,
.mod-listDisc > li::before,
.mod-listDisc-2 > li::before,
.mod-listNotice > li::before,
.mod-listNotice-2 > li::before,
.mod-listNotice-3 > li::before,
.mod-listNoticeNum > li::before,
.mod-listNoticeNum-2 > li::before,
.mod-listNoticeNum-3 > li::before,
.mod-listNum > li::before,
.mod-listNum-2 > li::before,
.mod-listLabel > li::before {
position: absolute;
left: 0;
display: inline-block;
width: 1.2em;
content: '';
text-align: center;
vertical-align: middle;
color: #223;
}

.mod-listNormal > li > .mark,
.mod-listDisc > li > .mark,
.mod-listDisc-2 > li > .mark,
.mod-listNotice > li > .mark,
.mod-listNotice-2 > li > .mark,
.mod-listNotice-3 > li > .mark,
.mod-listNoticeNum > li > .mark,
.mod-listNoticeNum-2 > li > .mark,
.mod-listNoticeNum-3 > li > .mark,
.mod-listNum > li > .mark,
.mod-listNum-2 > li > .mark,
.mod-listLabel > li > .mark {
position: absolute;
left: 0;
display: inline-block;
width: 1.2em;
content: '';
text-align: center;
vertical-align: middle;
white-space: nowrap;
color: #223;
}

.mod-listNormal > li :last-child,
.mod-listDisc > li :last-child,
.mod-listDisc-2 > li :last-child,
.mod-listNotice > li :last-child,
.mod-listNotice-2 > li :last-child,
.mod-listNotice-3 > li :last-child,
.mod-listNoticeNum > li :last-child,
.mod-listNoticeNum-2 > li :last-child,
.mod-listNoticeNum-3 > li :last-child,
.mod-listNum > li :last-child,
.mod-listNum-2 > li :last-child,
.mod-listLabel > li :last-child {
margin-bottom: 0;
}

.mod-listNormal > li > div:first-of-type,
.mod-listDisc > li > div:first-of-type,
.mod-listDisc-2 > li > div:first-of-type,
.mod-listNotice > li > div:first-of-type,
.mod-listNotice-2 > li > div:first-of-type,
.mod-listNotice-3 > li > div:first-of-type,
.mod-listNoticeNum > li > div:first-of-type,
.mod-listNoticeNum-2 > li > div:first-of-type,
.mod-listNoticeNum-3 > li > div:first-of-type,
.mod-listNum > li > div:first-of-type,
.mod-listNum-2 > li > div:first-of-type,
.mod-listLabel > li > div:first-of-type {
margin-top: 10px;
}

.mod-listNormal > li > div:first-of-type > :last-child,
.mod-listDisc > li > div:first-of-type > :last-child,
.mod-listDisc-2 > li > div:first-of-type > :last-child,
.mod-listNotice > li > div:first-of-type > :last-child,
.mod-listNotice-2 > li > div:first-of-type > :last-child,
.mod-listNotice-3 > li > div:first-of-type > :last-child,
.mod-listNoticeNum > li > div:first-of-type > :last-child,
.mod-listNoticeNum-2 > li > div:first-of-type > :last-child,
.mod-listNoticeNum-3 > li > div:first-of-type > :last-child,
.mod-listNum > li > div:first-of-type > :last-child,
.mod-listNum-2 > li > div:first-of-type > :last-child,
.mod-listLabel > li > div:first-of-type > :last-child {
margin-bottom: 0;
}

.aln-r.mod-listNormal,
.aln-r.mod-listDisc,
.aln-r.mod-listDisc-2,
.aln-r.mod-listNotice,
.aln-r.mod-listNotice-2,
.aln-r.mod-listNotice-3,
.aln-r.mod-listNoticeNum,
.aln-r.mod-listNoticeNum-2,
.aln-r.mod-listNoticeNum-3,
.aln-r.mod-listNum,
.aln-r.mod-listNum-2,
.aln-r.mod-listLabel {
display: table;
width: auto;
margin-left: auto;
}

.aln-c.mod-listNormal,
.aln-c.mod-listDisc,
.aln-c.mod-listDisc-2,
.aln-c.mod-listNotice,
.aln-c.mod-listNotice-2,
.aln-c.mod-listNotice-3,
.aln-c.mod-listNoticeNum,
.aln-c.mod-listNoticeNum-2,
.aln-c.mod-listNoticeNum-3,
.aln-c.mod-listNum,
.aln-c.mod-listNum-2,
.aln-c.mod-listLabel {
display: table;
width: auto;
margin: 0 auto;
}

.type-inline.mod-listNormal > li,
.type-inline.mod-listDisc > li,
.type-inline.mod-listDisc-2 > li,
.type-inline.mod-listNotice > li,
.type-inline.mod-listNotice-2 > li,
.type-inline.mod-listNotice-3 > li,
.type-inline.mod-listNoticeNum > li,
.type-inline.mod-listNoticeNum-2 > li,
.type-inline.mod-listNoticeNum-3 > li,
.type-inline.mod-listNum > li,
.type-inline.mod-listNum-2 > li,
.type-inline.mod-listLabel > li {
display: inline-block;
margin-right: 10px;
vertical-align: top;
}

.mod-box .lyt .txt > .mod-listNormal,
.mod-box .lyt .txt > .mod-listDisc,
.mod-box .lyt .txt > .mod-listDisc-2,
.mod-box .lyt .txt > .mod-listNotice,
.mod-box .lyt .txt > .mod-listNotice-2,
.mod-box .lyt .txt > .mod-listNotice-3,
.mod-box .lyt .txt > .mod-listNoticeNum,
.mod-box .lyt .txt > .mod-listNoticeNum-2,
.mod-box .lyt .txt > .mod-listNoticeNum-3,
.mod-box .lyt .txt > .mod-listNum,
.mod-box .lyt .txt > .mod-listNum-2,
.mod-box .lyt .txt > .mod-listLabel {
display: inline-block;
}

/*
 mod-listNormal
----------------------------*/

.mod-listNormal > li {
padding-left: 0;
}

/*
 mod-listDisc
----------------------------*/

.mod-listDisc > li::before,
.mod-listDisc-2 > li::before {
top: .35em;
left: .5em;
width: 6px;
height: 6px;
margin-top: 3px;
margin-left: -3px;
border-radius: 3px;
background: #333;
}

/*
 mod-listDisc-2
----------------------------*/

.mod-listDisc-2 > li::before {
background: #ccc;
}

/*
 mod-listNotice
----------------------------*/

.mod-listNotice,
.mod-listNotice-2,
.mod-listNotice-3,
.mod-listNoticeNum,
.mod-listNoticeNum-2,
.mod-listNoticeNum-3 {
font-size: 1.1rem;
line-height: 1.45;
}

.mod-listNotice > li,
.mod-listNotice-2 > li,
.mod-listNotice-3 > li,
.mod-listNoticeNum > li,
.mod-listNoticeNum-2 > li,
.mod-listNoticeNum-3 > li {
margin-bottom: 4px;
}

.mod-listNotice > li > strong,
.mod-listNotice-2 > li > strong,
.mod-listNotice-3 > li > strong,
.mod-listNoticeNum > li > strong,
.mod-listNoticeNum-2 > li > strong,
.mod-listNoticeNum-3 > li > strong {
color: #e00000;
}

/*
 mod-listNotice-2
----------------------------*/

.mod-listNotice-2 > li .mark,
.mod-listNotice-3 > li .mark {
color: #e00000;
}

/*
 mod-listNotice-3
----------------------------*/

.mod-listNotice-3 > li {
color: #e00000;
}

/*
 mod-listNotice
----------------------------*/

.mod-listNoticeNum > li,
.mod-listNoticeNum-2 > li,
.mod-listNoticeNum-3 > li {
padding-left: 1.8em;
}

.mod-listNoticeNum > li:nth-child(n+10),
.mod-listNoticeNum-2 > li:nth-child(n+10),
.mod-listNoticeNum-3 > li:nth-child(n+10) {
padding-left: 2.4em;
}

.mod-listNoticeNum.type-2digits li,
.type-2digits.mod-listNoticeNum-2 li,
.type-2digits.mod-listNoticeNum-3 li {
padding-left: 2.4em;
}

/*
 mod-listNoticeNum-2
----------------------------*/

.mod-listNoticeNum-2 > li,
.mod-listNoticeNum-3 > li {
padding-left: 1.5em;
}

.mod-listNoticeNum-2 > li::before,
.mod-listNoticeNum-3 > li::before {
color: #e00000;
}

/*
 mod-listNoticeNum-3
----------------------------*/

.mod-listNoticeNum-3 > li {
color: #e00000;
}

/*
 mod-listNum
----------------------------*/

.mod-listNum,
.mod-listNum-2 {
counter-reset: num;
}

ol.mod-listNum > li::before,
ol.mod-listNum-2 > li::before {
content: counter(num) '.';
counter-increment: num;
}

.mod-listNum > li > .mark::after,
.mod-listNum-2 > li > .mark::after {
position: absolute;
top: 0;
display: inline-block;
content: '.';
}

.mod-listNum > li:nth-child(n+10),
.mod-listNum-2 > li:nth-child(n+10) {
padding-left: 2em;
}

.mod-listNum > li:nth-child(n+10)::before,
.mod-listNum-2 > li:nth-child(n+10)::before {
width: 1.5em;
text-align: right;
}

/*
 mod-listNum-2
----------------------------*/

ol.mod-listNum-2 > li::before {
width: 2em;
content: counter(num) ')';
}

.mod-listNum-2 > li {
padding-left: 2em;
}

.mod-listNum-2 > li > .mark::after {
display: inline-block;
content: '）';
}

/*
 mod-listManual
----------------------------*/

.mod-listManual {
display: table;
margin-bottom: 20px;
border-collapse: collapse;
}

.mod-listManual > li > * {
display: table-cell;
text-align: left;
}

.mod-listManual > li > * > *:last-child {
margin-bottom: 0;
}

.mod-listManual > li > .mark {
padding: 0 10px 0 0;
white-space: pre;
}

.mod-listManual > li > .content {
word-break: break-all;
}

.mod-box .mod-listManual > li > .content {
background-color: transparent;
}

/*
 mod-listLabel
----------------------------*/

.mod-listLabel {
display: block !important;
}

.mod-listLabel > li {
margin-top: 10px;
margin-bottom: 0;
margin-bottom: 10px;
padding-left: 0;
}

.mod-listLabel > li [class^='mod-txtLabel'] {
float: left;
margin-bottom: 6px;
}

.mod-listLabel > li .txt:after {
width: 100%;
}

/*
 dl base settings
----------------------------*/

.mod-dl {
box-sizing: border-box;
margin-bottom: 20px;
}

.mod-dl dt {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: .5em;
}

.mod-dl dd {
margin-bottom: 30px;
}

.mod-dl dd > div:first-of-type {
margin-top: 10px;
}

.mod-dl dd > div:first-of-type > :last-child {
margin-bottom: 0;
}

.mod-dl :last-child {
margin-bottom: 0;
}

.mod-dl > dd .mod-dl {
margin-left: 20px;
}

.mod-dl > dd .mod-dl > dt {
font-size: 1.4rem;
}

/*
 step
----------------------------*/

.mod-step {
margin-bottom: 40px;
}

.mod-step .stepItem {
position: relative;
display: table;
box-sizing: border-box;
width: 100%;
margin-bottom: 75px;
padding: 26px 28px;
table-layout: fixed;
border: 1px solid #d2d2d2;
border-radius: 8px;
}

.mod-step .stepItem > * {
display: table-cell;
vertical-align: top;
}

.mod-step .stepItem > div:not(.content) {
text-align: center;
}

.mod-step .stepItem > div:not(.content) > p {
font-family: Arial;
font-size: 3.6rem;
line-height: 1;
margin-bottom: 20px;
padding-bottom: 16px;
color: #46ba4b;
border-bottom: 1px solid #c5c3b6;
}

.mod-step .stepItem > div:not(.content) > p .num {
font-size: 4rem;
font-weight: bold;
padding-left: 20px;
color: #009942;
}

.mod-step .stepItem > .txt {
width: 24.18426%;
}

.mod-step .stepItem > .txt + .content {
width: 75.81574%;
}

.mod-step .stepItem > .num {
width: 110px;
}

.mod-step .stepItem > .num p {
font-size: 4rem;
font-weight: bold;
padding-left: 0;
color: #009942;
}

.mod-step .stepItem > .num + .content {
width: 100%;
}

.mod-step .stepItem > .img {
width: 34.54894%;
}

.mod-step .stepItem > .img + .content {
width: 65.45106%;
}

.mod-step .stepItem > .content {
padding-left: 30px;
}

.mod-step .stepItem > .content > .title {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 18px;
}

.mod-step .stepItem > .content :last-child {
margin-bottom: 0;
}

.mod-step .stepItem > .content > .box {
margin-bottom: 18px;
padding: 15px 20px;
border: 1px solid #d2d2d2;
background-color: #f4f4f4;
}

.mod-step .stepItem.type-start {
padding-top: 38px;
padding-bottom: 35px;
text-align: center;
border-color: #009841;
}

.mod-step .stepItem.type-start::after {
display: none;
}

.mod-step .stepItem.type-start .title {
font-size: 2.8rem;
font-weight: bold;
margin-top: -7px;
margin-bottom: 14px;
color: #009841;
}

.mod-step .stepItem.type-start .title:first-child:last-child {
margin-top: 0;
margin-bottom: 0;
}

.mod-step .stepItem.type-start .content:first-child {
padding-left: 0;
}

.mod-step .stepItem::after {
position: absolute;
right: 0;
bottom: -42px;
left: 0;
display: block;
width: 20px;
height: 20px;
margin: 0 auto;
content: '';
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
border-right: 2px solid #333;
border-bottom: 2px solid #333;
}

.mod-step .stepItem:last-child {
margin-bottom: 0;
}

.mod-step .stepItem:last-child::after {
display: none;
}

/*
 mod-listFunc
----------------------------*/

.mod-listFunc > li {
position: relative;
margin-top: 10px;
padding-left: 30px;
}

.mod-listFunc > li:before {
position: absolute;
top: 0;
left: 0;
display: block;
content: '';
background-repeat: no-repeat;
background-position: 0 0;
}

.mod-listFunc > li.func::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -87px -65px;
}

.mod-listFunc > li.func2::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -87px -94px;
}

.mod-listFunc > li.func3::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -58px -94px;
}

.mod-listFunc > li.func4::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -29px -94px;
}

.mod-listFunc > li.func5::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: 0 -94px;
}

.mod-listFunc > li.func6::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -58px -65px;
}

.mod-listFunc > li.func7::before {
width: 24px;
height: 22px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: 0 -121px;
}

.mod-listFunc.type-inline > li {
display: inline-block;
margin-right: 28px;
vertical-align: top;
}

.mod-listFunc.type-inline > li:last-child {
margin-right: 0;
}

/**

    @links
--------------------------------------------------------
    elements/_links.scss
-------------------------------------------------------- */

/*
 .mod-link-icon
----------------------------*/

.mod-link-icon {
margin: 0 7px 0 10px;
vertical-align: middle;
}

a img[src*='icon-'] {
margin-right: 5px;
margin-left: 5px;
vertical-align: middle;
}

a[href^='#anc-']::before {
display: inline-block;
width: 0;
height: 0;
margin: 2px 5px 0 6px;
content: '';
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
vertical-align: middle;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #333;
}

.tel a[href^='tel:'] {
text-decoration: none;
color: inherit;
}

/*
 list-link
----------------------------*/

.mod-linkList,
.mod-linkInfo,
.mod-linkInner {
box-sizing: border-box;
margin-bottom: 20px;
padding-left: 1.3em;
}

.mod-linkList > *,
.mod-linkInfo > *,
.mod-linkInner > * {
box-sizing: border-box;
}

.mod-linkList > li,
.mod-linkInfo > li,
.mod-linkInner > li {
margin-bottom: 10px;
}

.mod-linkList > li > div:first-of-type,
.mod-linkInfo > li > div:first-of-type,
.mod-linkInner > li > div:first-of-type {
margin-top: 10px;
}

.mod-linkList > li > div:first-of-type > :last-child,
.mod-linkInfo > li > div:first-of-type > :last-child,
.mod-linkInner > li > div:first-of-type > :last-child {
margin-bottom: 0;
}

.mod-linkList a:hover,
.mod-linkInfo a:hover,
.mod-linkInner a:hover,
.mod-linkList a:focus,
.mod-linkInfo a:focus,
.mod-linkInner a:focus,
.mod-linkList a:active,
.mod-linkInfo a:active,
.mod-linkInner a:active {
text-decoration: underline;
}

.mod-linkList b,
.mod-linkInfo b,
.mod-linkInner b,
.mod-linkList a,
.mod-linkInfo a,
.mod-linkInner a {
position: relative;
text-decoration: none;
}

.mod-linkList b::before,
.mod-linkInfo b::before,
.mod-linkInner b::before,
.mod-linkList a::before,
.mod-linkInfo a::before,
.mod-linkInner a::before {
position: absolute;
top: .3em;
display: inline-block;
overflow: hidden;
content: '';
vertical-align: middle;
}

.mod-linkList b[target='_blank']::before,
.mod-linkInfo b[target='_blank']::before,
.mod-linkInner b[target='_blank']::before,
.mod-linkList a[target='_blank']::before,
.mod-linkInfo a[target='_blank']::before,
.mod-linkInner a[target='_blank']::before {
border: 0;
}

.mod-linkList b[target='_blank'] img[src*='icon-'],
.mod-linkInfo b[target='_blank'] img[src*='icon-'],
.mod-linkInner b[target='_blank'] img[src*='icon-'],
.mod-linkList a[target='_blank'] img[src*='icon-'],
.mod-linkInfo a[target='_blank'] img[src*='icon-'],
.mod-linkInner a[target='_blank'] img[src*='icon-'] {
position: absolute;
top: .4em;
left: -1.6em;
padding: 0;
vertical-align: middle;
}

.aln-r.mod-linkList,
.aln-r.mod-linkInfo,
.aln-r.mod-linkInner {
display: table;
width: auto;
margin-left: auto;
}

.aln-c.mod-linkList,
.aln-c.mod-linkInfo,
.aln-c.mod-linkInner {
display: table;
width: auto;
margin: 0 auto;
}

.type-inline.mod-linkList > li,
.type-inline.mod-linkInfo > li,
.type-inline.mod-linkInner > li {
display: inline-block;
margin-right: 40px;
vertical-align: top;
}

.type-inline.mod-linkList > li.is-current a,
.type-inline.mod-linkInfo > li.is-current a,
.type-inline.mod-linkInner > li.is-current a {
font-weight: bold;
text-decoration: underline;
color: #223;
}

.type-block.mod-linkList,
.type-block.mod-linkInfo,
.type-block.mod-linkInner {
font-size: 0;
padding-left: 0;
}

.type-block.mod-linkList > li,
.type-block.mod-linkInfo > li,
.type-block.mod-linkInner > li {
display: inline-block;
box-sizing: border-box;
width: 25%;
margin-right: 0;
padding-right: 20px;
padding-left: 1.8rem;
vertical-align: top;
}

.type-block.mod-linkList > li b,
.type-block.mod-linkInfo > li b,
.type-block.mod-linkInner > li b,
.type-block.mod-linkList > li a,
.type-block.mod-linkInfo > li a,
.type-block.mod-linkInner > li a {
font-size: 1.4rem;
}

.type-block.mod-linkList > li .brPc,
.type-block.mod-linkInfo > li .brPc,
.type-block.mod-linkInner > li .brPc {
display: block;
}

.type-box.mod-linkList,
.type-box.mod-linkInfo,
.type-box.mod-linkInner {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
box-sizing: border-box;
padding: 0;
border-left: 1px solid #ccc;

-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.type-box.mod-linkList > li,
.type-box.mod-linkInfo > li,
.type-box.mod-linkInner > li {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
box-sizing: border-box;
width: 25%;
margin-bottom: 0;
padding-left: 0;
border: 1px solid #ccc;
border-left: 0;
}

.type-box.mod-linkList > li:nth-child(n+5),
.type-box.mod-linkInfo > li:nth-child(n+5),
.type-box.mod-linkInner > li:nth-child(n+5),
.type-box.mod-linkList > li:nth-child(n+6),
.type-box.mod-linkInfo > li:nth-child(n+6),
.type-box.mod-linkInner > li:nth-child(n+6),
.type-box.mod-linkList > li:nth-child(n+7),
.type-box.mod-linkInfo > li:nth-child(n+7),
.type-box.mod-linkInner > li:nth-child(n+7),
.type-box.mod-linkList > li:nth-child(n+8),
.type-box.mod-linkInfo > li:nth-child(n+8),
.type-box.mod-linkInner > li:nth-child(n+8) {
border-top: 0;
}

.type-box.mod-linkList > li > b,
.type-box.mod-linkInfo > li > b,
.type-box.mod-linkInner > li > b,
.type-box.mod-linkList > li > a,
.type-box.mod-linkInfo > li > a,
.type-box.mod-linkInner > li > a {
display: block;
box-sizing: border-box;
width: 100%;
padding: 12px 20px 12px 34px;
}

.type-box.mod-linkList > li > b::before,
.type-box.mod-linkInfo > li > b::before,
.type-box.mod-linkInner > li > b::before,
.type-box.mod-linkList > li > a::before,
.type-box.mod-linkInfo > li > a::before,
.type-box.mod-linkInner > li > a::before {
top: calc(.4em + 12px);
left: calc(-1em + 34px);
}

.type-box.mod-linkList > li > b[target='_blank'] img[src*='icon-'],
.type-box.mod-linkInfo > li > b[target='_blank'] img[src*='icon-'],
.type-box.mod-linkInner > li > b[target='_blank'] img[src*='icon-'],
.type-box.mod-linkList > li > a[target='_blank'] img[src*='icon-'],
.type-box.mod-linkInfo > li > a[target='_blank'] img[src*='icon-'],
.type-box.mod-linkInner > li > a[target='_blank'] img[src*='icon-'] {
top: calc(.4em + 12px);
left: calc(-1.2em + 34px);
}

.type-box.mod-linkList > li > b,
.type-box.mod-linkInfo > li > b,
.type-box.mod-linkInner > li > b {
color: #fff;
background: #000;
}

.type-box.mod-linkList > li > b::before,
.type-box.mod-linkInfo > li > b::before,
.type-box.mod-linkInner > li > b::before {
border-left: 6px solid #fff;
}

.type-box.mod-linkList > li.is-current > a,
.type-box.mod-linkInfo > li.is-current > a,
.type-box.mod-linkInner > li.is-current > a {
color: #fff;
background: #000;
}

.type-box.mod-linkList > li.is-current > a::before,
.type-box.mod-linkInfo > li.is-current > a::before,
.type-box.mod-linkInner > li.is-current > a::before {
border-left: 6px solid #fff;
}

/*
 mod-linkList
----------------------------*/

.mod-linkList li > b::before,
.mod-linkInfo li > b::before,
.mod-linkList li > a::before,
.mod-linkInfo li > a::before {
left: -1em;
width: 0;
height: 0;
margin-left: -3px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #333;
}

.mod-linkList li > b,
.mod-linkInfo li > b {
padding-bottom: 2px;
border-bottom: 1px dotted #232232;
}

/*
 mod-linkInner
----------------------------*/

.mod-linkInner a::before {
top: .45em;
left: -1em;
width: 0;
height: 0;
margin-left: -3px;
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #333;
}

.mod-linkInner.type-box {
border: 0;
}

.mod-linkInner.type-box > li {
border: 0;
}

/*
 .mod-linkContents
----------------------------*/

.mod-linkContents {
font-size: 0;
}

.mod-linkContents > li {
font-size: 1.4rem;
display: inline-block;
margin-bottom: 10px;
}

.mod-linkContents > li a {
font-weight: bold;
}

.mod-linkContents > li a[href] {
font-weight: normal;
color: #314da5;
border-bottom: 0;
}

.mod-linkContents > li a[href]:hover,
.mod-linkContents > li a[href]:focus,
.mod-linkContents > li a[href]:active {
text-decoration: underline;
color: #0074bd;
}

.mod-linkContents > li a:hover {
text-decoration: none;
}

.mod-linkContents > li + li::before {
margin: 0 8px;
content: '/';
}

.mod-linkContents > li.is-current a {
font-weight: bold;
text-decoration: underline;
color: #223;
}

.mod-linkContents > li.is-current a:hover,
.mod-linkContents > li.is-current a:focus,
.mod-linkContents > li.is-current a:active {
color: #223;
}

/*
 mod-linkInfo
----------------------------*/

.mod-linkInfo {
position: relative;
margin-bottom: 20px;
padding-left: 1.3em;
}

.type-accessIndex-2 .mod-linkInfo {
margin-bottom: 34px;
padding-bottom: 22px;
border-bottom: 1px solid #ccc;
}

.mod-linkInfo > li {
margin-bottom: 1em;
}

.mod-linkInfo > li b,
.mod-linkInfo > li a {
display: table;
}

.mod-linkInfo > li b > :first-child,
.mod-linkInfo > li a > :first-child {
width: 10em;
}

.mod-linkInfo > li b > *,
.mod-linkInfo > li a > * {
display: table-cell;
vertical-align: middle;
}

.mod-linkInfo > li b .date,
.mod-linkInfo > li a .date {
font-size: 1.4rem;
}

/**

  @tables
---------------------------------------------------------
  elements/_tables.scss
--------------------------------------------------------- */

.mod-table {
box-sizing: border-box;
margin: 0 auto 25px;
text-align: center;

-webkit-overflow-scrolling: auto;
}

.mod-table * {
box-sizing: border-box;
}

.mod-table caption img {
vertical-align: middle;
}

.mod-table th,
.mod-table td {
word-wrap: break-word;
border: 1px solid #d2d2d2;

overflow-wrap: break-word;
}

.mod-table th.type-nowrap,
.mod-table td.type-nowrap {
white-space: nowrap;
}

.mod-table th > div:first-of-type,
.mod-table td > div:first-of-type {
margin-top: 10px;
}

.mod-table th > div:first-of-type > :last-child,
.mod-table td > div:first-of-type > :last-child {
margin-bottom: 0;
}

.mod-table.aln-c th,
.mod-table.aln-c td,
.mod-table th.aln-c th,
.mod-table th.aln-c td,
.mod-table td.aln-c th,
.mod-table td.aln-c td,
.mod-table tr.aln-c th,
.mod-table tr.aln-c td,
.mod-table tbody.aln-c th,
.mod-table tbody.aln-c td {
text-align: center;
}

.mod-table.aln-r th,
.mod-table.aln-r td,
.mod-table th.aln-r th,
.mod-table th.aln-r td,
.mod-table td.aln-r th,
.mod-table td.aln-r td,
.mod-table tr.aln-r th,
.mod-table tr.aln-r td,
.mod-table tbody.aln-r th,
.mod-table tbody.aln-r td {
text-align: right;
}

.mod-table.aln-l th,
.mod-table.aln-l td,
.mod-table th.aln-l th,
.mod-table th.aln-l td,
.mod-table td.aln-l th,
.mod-table td.aln-l td,
.mod-table tr.aln-l th,
.mod-table tr.aln-l td,
.mod-table tbody.aln-l th,
.mod-table tbody.aln-l td {
text-align: left;
}

.mod-table.valn-t th,
.mod-table.valn-t td,
.mod-table th.valn-t th,
.mod-table th.valn-t td,
.mod-table td.valn-t th,
.mod-table td.valn-t td,
.mod-table tr.valn-t th,
.mod-table tr.valn-t td,
.mod-table tbody.valn-t th,
.mod-table tbody.valn-t td {
vertical-align: top;
}

.mod-table.valn-m th,
.mod-table.valn-m td,
.mod-table th.valn-m th,
.mod-table th.valn-m td,
.mod-table td.valn-m th,
.mod-table td.valn-m td,
.mod-table tr.valn-m th,
.mod-table tr.valn-m td,
.mod-table tbody.valn-m th,
.mod-table tbody.valn-m td {
vertical-align: middle;
}

.mod-table.valn-b th,
.mod-table.valn-b td,
.mod-table th.valn-b th,
.mod-table th.valn-b td,
.mod-table td.valn-b th,
.mod-table td.valn-b td,
.mod-table tr.valn-b th,
.mod-table tr.valn-b td,
.mod-table tbody.valn-b th,
.mod-table tbody.valn-b td {
vertical-align: bottom;
}

.mod-table thead th,
.mod-table thead td {
text-align: center;
vertical-align: middle;
background: #e7e7e7;
}

.mod-table tbody th {
background: #f4f4f4;
}

.mod-table tbody td ul.icon > li {
text-align: center;
}

.mod-table tbody td ul.icon > li + li {
margin-top: 8px;
}

.mod-table tbody td ul.icon > li img {
max-width: 70px;
border-radius: 8px;
}

.mod-table tbody td :last-child {
margin-bottom: 0;
}

.mod-table tbody td > div.adjust:first-of-type {
margin: 0 0 10px;
}

.mod-table.type-color thead th,
.mod-table.type-color thead td {
color: #fff;
background-color: #6cab21;
}

.mod-table.type-color-2 thead th,
.mod-table.type-color-2 thead td {
color: #fff;
background-color: #0092b2;
}

.mod-table::-webkit-scrollbar {
/* スクロールバー本体 */
width: 5px;
background: #4b4b4b;
}

.mod-table::-webkit-scrollbar:horizontal {
/* 横方向のスクロールバー本体 */
height: 5px;
background: #4b4b4b;
}

.mod-table::-webkit-scrollbar-thumb {
border-radius: 2px;
/* スクロールバーの動く部分 */
background: #4b4b4b;
}

.mod-table::-webkit-scrollbar-track-piece:start {
/* スクロールバーの動く部分の前 */
background: #e7e7e7;
}

.mod-table::-webkit-scrollbar-track-piece:end {
/* スクロールバーの動く部分の後ろ */
background: #e7e7e7;
}

.mod-table::-webkit-scrollbar-corner {
/* スクロールバー角 */
background: transparent;
}

/* =================================================
    Box
   ================================================= */

/*
 mod-box
----------------------------*/

.mod-box {
position: relative;
box-sizing: border-box;
margin-bottom: 40px;
padding: 29px 30px 29px 30px;
border: 1px solid #d2d2d2;
border-radius: 8px;
background: #fff;
}

.mod-box > *:last-child {
margin-bottom: 0;
}

.mod-box .hdg {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 28px;
padding: 0 0 24px 0;
text-align: center;
border-bottom: 1px solid #d2d2d2;
}

.mod-box .hdg .type-col4,
.type-col3-1 .mod-box .hdg {
margin: 0 20px 28px;
}

.mod-box .hdg > p {
font-size: 1.4rem;
font-weight: normal;
}

.mod-box .hdg + .lyt .img img {
border-radius: 8px;
}

.mod-box .hdg + .lyt .txt {
padding-top: 0;
}

.mod-box .hdg + .lyt .txt-2 {
padding: 0 30px;
}

.mod-box .img {
margin-bottom: 25px;
text-align: center;
}

.mod-box .img img {
border-radius: 8px;
}

.mod-box .img:first-child:last-child {
margin: -29px -30px;
}

.mod-box .img + .lead {
margin: 20px 20px 0;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}

.mod-box .txt > *,
.mod-box .txt-2 > * {
margin-bottom: 8px;
}

.mod-box .txt > *:last-child,
.mod-box .txt-2 > *:last-child {
margin-bottom: 0;
}

.mod-box .txt .title,
.mod-box .txt-2 .title {
font-size: 1.7rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 19px;
text-align: center;
}

.mod-box .txt .title:last-child,
.mod-box .txt-2 .title:last-child {
margin-bottom: 0;
}

.mod-box .txt .title sup,
.mod-box .txt .title sub,
.mod-box .txt-2 .title sup,
.mod-box .txt-2 .title sub {
font-weight: normal;
}

.mod-box .txt .title-2,
.mod-box .txt-2 .title-2 {
font-weight: bold;
line-height: 1.4;
margin-top: 14px;
margin-bottom: 4px;
}

.mod-box .txt .title-2 sup,
.mod-box .txt .title-2 sub,
.mod-box .txt-2 .title-2 sup,
.mod-box .txt-2 .title-2 sub {
font-weight: normal;
}

.mod-box .lyt .img {
float: left;
max-width: 60%;
margin-right: 30px;
margin-bottom: 0;
}

.mod-box .lyt .img img + * {
margin-top: 25px;
}

.mod-box .lyt .txt {
overflow: hidden;
}

.mod-box .lyt .txt .title {
text-align: left;
}

.mod-box > a {
position: relative;
display: block;
box-sizing: border-box;
width: 100%;
padding: 29px 30px 49px;
padding-bottom: 2.1em;
text-decoration: none;
color: inherit;
border-radius: 8px;
}

.mod-box > a::before {
position: absolute;
z-index: 10;
top: 8px;
right: 8px;
display: block;
width: 11px;
height: 11px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -72px -27px;
}

.mod-box > a:hover {
background-color: #eaedf6;
}

.mod-box > a[target^='_blank']::before {
display: none;
}

.mod-box > a[target^='_blank'] > img[src*='icon-'] {
position: absolute;
top: 12px;
right: 8px;
}

.mod-box > a[href^='#anc-']::before {
display: none;
}

.mod-box > a[href^='#anc-'] .txtLead > span::before {
top: .5em;
left: -1em;
display: inline-block;
width: 5px;
height: 5px;
margin: 0 5px 0 8px;
content: '';
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
border: 2px solid #333;
border-top: 0;
border-left: 0;
}

.mod-box > a .img:first-child:last-child {
margin: -29px -30px 0 -30px;
}

.mod-box > a .txt .type-col4,
.type-col3-1 .mod-box > a .txt {
padding: 25px 20px 20px;
}

.mod-box > a .txtLead {
position: absolute;
bottom: 0;
left: 0;
box-sizing: border-box;
width: 100%;
margin-bottom: 0;
padding: 4px 20px 4px;
text-align: center;
border-top: 1px solid #e8e8e8;
}

.mod-box > a .txtLead > span {
position: relative;
display: inline-block;
color: #314da5;
}

.type-accessIndex .mod-box > a .txtLead {
text-align: right;
border-top: none;
border-radius: 0 0 8px 8px;
}

.type-accessIndex .mod-box > a .txtLead > span {
padding-left: 16px;
}

.type-accessIndex .mod-box > a .txtLead > span::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-bottom: auto;
content: '';
border: 5px solid transparent;
border-left-color: #333;
}

.mod-box > a[target='_blank'] .txtLead > span::before {
display: none;
}

.mod-box > a:hover .txtLead > span,
.mod-box > a:focus .txtLead > span,
.mod-box > a:active .txtLead > span {
text-decoration: underline;
}

.mod-box > a .lyt .img {
max-width: 40%;
}

.mod-box > a .lyt .img:first-child:last-child {
margin: -29px -30px 0 -30px;
}

.mod-box > a .lyt .img + .txt {
padding-top: 0;
}

.mod-box > a .lyt .txt {
padding-top: 29px;
}

.mod-box.type-areaLink {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
padding: 0;
}

[data-script-enabled] .mod-box.type-extendLinkArea:not(.is-disabled) {
position: relative;
cursor: pointer;
}

[data-script-enabled] .mod-box.type-extendLinkArea:not(.is-disabled)::before {
position: absolute;
z-index: 10;
top: 8px;
right: 8px;
display: block;
width: 11px;
height: 11px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -72px -27px;
}

.mod-box.type-extendLinkArea .mod-btn-2.is-disabled {
color: #fff;
background-color: #0a68c2;
}

.mod-box.type-extendLinkArea:not(.is-disabled):hover,
.mod-box.type-extendLinkArea:not(.is-disabled):focus {
background-color: #eaedf6;
}

.mod-box.type-extendLinkArea:not(.is-disabled):hover .mod-btn-2 > span span,
.mod-box.type-extendLinkArea:not(.is-disabled):focus .mod-btn-2 > span span {
text-decoration: underline !important;
}

.mod-box.type-areaLinkToggle {
box-sizing: border-box;
padding: 0;
border: 0;
border-color: #ccc;
}

.mod-box.type-areaLinkToggle > div:first-child {
color: inherit;
border: 1px solid #ccc;
border-color: inherit;
border-radius: 8px 8px 0 0;
}

.mod-box.type-areaLinkToggle > div:first-child .lyt {
padding: 29px 30px 30px;
}

.mod-box.type-areaLinkToggle > div:first-child .lyt .txt {
padding: 0;
}

.mod-box.type-areaLinkToggle .img {
margin-bottom: 0;
}

.mod-box.type-areaLinkToggle .img:first-child:last-child {
margin: -29px -30px 0 -30px;
}

.mod-box.type-areaLinkToggle .txt {
padding: 25px 30px 20px 30px;
}

.mod-box.type-areaLinkToggle .toggle {
position: relative;
overflow: hidden;
text-align: left;
border: 1px solid #ccc;
border-color: inherit;
border-top: 0;
border-radius: 0 0 8px 8px;
}

.mod-box.type-areaLinkToggle .toggle .mod-box {
margin: 0 !important;
background: #fff;
}

.mod-box.type-areaLinkToggle .toggle .content {
padding: 10px 20px;
}

.mod-box.type-areaLinkToggle .hook {
margin-bottom: 0;
padding: 14px 16px 14px 50px;
padding-left: 0;
}

.mod-box.type-areaLinkToggle .hook button {
width: 100%;
padding: 14px 16px 14px 50px;
color: #314da5;
border: 0;
border-radius: 0 0 8px 8px;
border-radius: 0;
}

.mod-box.type-areaLinkToggle .hook button::after,
.mod-box.type-areaLinkToggle .hook button::before {
top: 24px;
background: #333;
}

.mod-box.type-areaLinkToggle .hook button:hover,
.mod-box.type-areaLinkToggle .hook button:focus {
text-decoration: underline;
}

.mod-box.type-areaLinkToggle .hook button > span:after {
background: transparent;
}

.mod-box.type-areaToggle {
box-sizing: border-box;
padding: 0;
border: 0;
}

.mod-box.type-areaToggle > div:first-child {
color: inherit;
border: 1px solid #ccc;
border-color: inherit;
border-radius: 8px;
}

.mod-box.type-areaToggle .img {
margin-bottom: 0;
}

.mod-box.type-areaToggle .img img {
border-radius: 8px 8px 0 0;
}

.mod-box.type-areaToggle .txt {
padding: 25px 30px 20px 30px;
}

.mod-box.type-areaToggle.type-flets .logo {
display: table;
margin-right: auto;
margin-left: auto;
}

.mod-box.type-areaToggle.type-flets .logo .east,
.mod-box.type-areaToggle.type-flets .logo .west {
display: table-cell;
}

.mod-box.type-areaToggle.type-flets .logo .east {
padding-right: 16px;
}

.mod-box.type-areaToggle.type-flets .logo .west {
padding-left: 16px;
}

.mod-box.type-10g {
border-color: #cf2a76;
}

.mod-box.type-10g .mod-btn {
color: #fff;
border-color: #0a4baa;
background: #0a4baa;
}

.mod-box.type-10g .mod-btn:hover,
.mod-box.type-10g .mod-btn:focus,
.mod-box.type-10g .mod-btn:active {
border-color: #d8e6f5;
background-color: #d8e6f5;
}

.mod-box.type-10g .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-10g .txtLead,
.mod-box.type-10g .content,
.mod-box.type-10g .hook {
background-color: #F9E4E8;
}

.mod-box.type-10g > a:hover,
.mod-box.type-10g > a:focus,
.mod-box.type-10g > a:active {
background-color: #F9E4E8;
}

.mod-box.type-10g > a:hover .txtLead,
.mod-box.type-10g > a:focus .txtLead,
.mod-box.type-10g > a:active .txtLead {
background-color: #F9E4E8;
}

.mod-box.type-hikari {
border-color: #f74c6f;
}

.mod-box.type-hikari .mod-btn {
color: #fff;
border-color: #f74c6f;
background: #f74c6f;
}

.mod-box.type-hikari .mod-btn:hover,
.mod-box.type-hikari .mod-btn:focus,
.mod-box.type-hikari .mod-btn:active {
border-color: #f97d96;
background-color: #f97d96;
}

.mod-box.type-hikari .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-hikari .txtLead,
.mod-box.type-hikari .content,
.mod-box.type-hikari .hook {
background-color: #fef6f2;
}

.mod-box.type-1g {
border-color: #3c830d;
}

.mod-box.type-1g .txtLead,
.mod-box.type-1g .content,
.mod-box.type-1g .hook {
background-color: #E7EFE3;
}

.mod-box.type-1g > a:hover,
.mod-box.type-1g > a:focus,
.mod-box.type-1g > a:active {
background-color: #E7EFE3;
}

.mod-box.type-1g > a:hover .txtLead,
.mod-box.type-1g > a:focus .txtLead,
.mod-box.type-1g > a:active .txtLead {
background-color: #E7EFE3;
}

.mod-box.type-collabo {
border-color: #d5307a;
}

.mod-box.type-collabo .mod-btn {
color: #fff;
border-color: #d5307a;
background: #d5307a;
}

.mod-box.type-collabo .mod-btn:hover,
.mod-box.type-collabo .mod-btn:focus,
.mod-box.type-collabo .mod-btn:active {
border-color: #de5a95;
background-color: #de5a95;
}

.mod-box.type-collabo .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-collabo .txtLead,
.mod-box.type-collabo .content,
.mod-box.type-collabo .hook {
background-color: #fdf4f8;
}

.mod-box.type-collabo > a:hover,
.mod-box.type-collabo > a:focus,
.mod-box.type-collabo > a:active {
background-color: #fbeaf1;
}

.mod-box.type-collabo > a:hover .txtLead,
.mod-box.type-collabo > a:focus .txtLead,
.mod-box.type-collabo > a:active .txtLead {
background-color: #fbeaf1;
}

.mod-box.type-au {
border-color: #e95504;
}

.mod-box.type-au .mod-btn {
color: #fff;
border-color: #e95504;
background: #e95504;
}

.mod-box.type-au .mod-btn:hover,
.mod-box.type-au .mod-btn:focus,
.mod-box.type-au .mod-btn:active {
border-color: #fb7125;
background-color: #fb7125;
}

.mod-box.type-au .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-au .txtLead,
.mod-box.type-au .content,
.mod-box.type-au .hook {
background-color: #fef6f2;
}

.mod-box.type-au > a:hover,
.mod-box.type-au > a:focus,
.mod-box.type-au > a:active {
background-color: #fdeee5;
}

.mod-box.type-au > a:hover .txtLead,
.mod-box.type-au > a:focus .txtLead,
.mod-box.type-au > a:active .txtLead {
background-color: #fdeee5;
}

.mod-box.type-docomo {
border-color: #d0062c;
}

.mod-box.type-docomo .mod-btn {
color: #fff;
border-color: #d0062c;
background: #d0062c;
}

.mod-box.type-docomo .mod-btn:hover,
.mod-box.type-docomo .mod-btn:focus,
.mod-box.type-docomo .mod-btn:active {
border-color: #f8113c;
background-color: #f8113c;
}

.mod-box.type-docomo .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-docomo .txtLead,
.mod-box.type-docomo .content,
.mod-box.type-docomo .hook {
background-color: #fdf2f4;
}

.mod-box.type-docomo > a:hover,
.mod-box.type-docomo > a:focus,
.mod-box.type-docomo > a:active {
background-color: #fdf2f4;
}

.mod-box.type-docomo > a:hover .txtLead,
.mod-box.type-docomo > a:focus .txtLead,
.mod-box.type-docomo > a:active .txtLead {
background-color: #fdf2f4;
}

.mod-box.type-nuro {
border-color: #393939;
}

.mod-box.type-nuro .mod-btn {
color: #fff;
border-color: #393939;
background: #393939;
}

.mod-box.type-nuro .mod-btn:hover,
.mod-box.type-nuro .mod-btn:focus,
.mod-box.type-nuro .mod-btn:active {
border-color: #535353;
background-color: #535353;
}

.mod-box.type-nuro .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-nuro .txtLead,
.mod-box.type-nuro .content,
.mod-box.type-nuro .hook {
background-color: #f2f2f2;
}

.mod-box.type-nuro > a:hover,
.mod-box.type-nuro > a:focus,
.mod-box.type-nuro > a:active {
background-color: #f2f2f2;
}

.mod-box.type-nuro > a:hover .txtLead,
.mod-box.type-nuro > a:focus .txtLead,
.mod-box.type-nuro > a:active .txtLead {
background-color: #f2f2f2;
}

.mod-box.type-commufa {
border-color: #002d8b;
}

.mod-box.type-commufa .mod-btn {
color: #fff;
border-color: #002d8b;
background: #002d8b;
}

.mod-box.type-commufa .mod-btn:hover,
.mod-box.type-commufa .mod-btn:focus,
.mod-box.type-commufa .mod-btn:active {
border-color: #003ebe;
background-color: #003ebe;
}

.mod-box.type-commufa .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-commufa .txtLead,
.mod-box.type-commufa .content,
.mod-box.type-commufa .hook {
background-color: #f2f4f9;
}

.mod-box.type-commufa > a:hover,
.mod-box.type-commufa > a:focus,
.mod-box.type-commufa > a:active {
background-color: #f2f4f9;
}

.mod-box.type-commufa > a:hover .txtLead,
.mod-box.type-commufa > a:focus .txtLead,
.mod-box.type-commufa > a:active .txtLead {
background-color: #f2f4f9;
}

.mod-box.type-flets {
border-color: #008bb9;
}

.mod-box.type-flets .mod-btn {
color: #fff;
border-color: #008bb9;
background: #008bb9;
}

.mod-box.type-flets .mod-btn:hover,
.mod-box.type-flets .mod-btn:focus,
.mod-box.type-flets .mod-btn:active {
border-color: #00b1ec;
background-color: #00b1ec;
}

.mod-box.type-flets .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-flets .txtLead,
.mod-box.type-flets .content,
.mod-box.type-flets .hook {
background-color: #f2f9fb;
}

.mod-box.type-flets > a:hover,
.mod-box.type-flets > a:focus,
.mod-box.type-flets > a:active {
background-color: #f2f9fb;
}

.mod-box.type-flets > a:hover .txtLead,
.mod-box.type-flets > a:focus .txtLead,
.mod-box.type-flets > a:active .txtLead {
background-color: #f2f9fb;
}

.mod-box.type-adsl {
padding: 10px;
border: none;
background-color: #f4f4f4;
}

.mod-box.type-adsl .mod-btn {
color: #fff;
border-color: #d2d2d2;
background: #d2d2d2;
}

.mod-box.type-adsl .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-adsl .txtLead,
.mod-box.type-adsl .content,
.mod-box.type-adsl .hook {
background-color: #fff6f8;
}

.mod-box.type-adsl > a {
border: 1px solid #d2d2d2;
background-color: #fff;
}

.mod-box.type-adsl > a:hover,
.mod-box.type-adsl > a:focus,
.mod-box.type-adsl > a:active {
background-color: #fff6f8;
}

.mod-box.type-adsl > a:hover .txtLead,
.mod-box.type-adsl > a:focus .txtLead,
.mod-box.type-adsl > a:active .txtLead {
background-color: #fff6f8;
}

.mod-box.type-wimax {
border: none;
}

.mod-box.type-wimax .mod-btn {
color: #fff;
border-color: #2874ca;
background: #2874ca;
}

.mod-box.type-wimax .mod-btn:hover,
.mod-box.type-wimax .mod-btn:focus,
.mod-box.type-wimax .mod-btn:active {
border-color: #4a8edb;
background-color: #4a8edb;
}

.mod-box.type-wimax .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-wimax .txtLead,
.mod-box.type-wimax .content,
.mod-box.type-wimax .hook {
background-color: #d9e8f9;
}

.mod-box.type-wimax > a {
background-color: #ebf3fc;
}

.mod-box.type-wimax > a:hover,
.mod-box.type-wimax > a:focus,
.mod-box.type-wimax > a:active {
background-color: #d9e8f9;
}

.mod-box.type-wimax > a:hover .txtLead,
.mod-box.type-wimax > a:focus .txtLead,
.mod-box.type-wimax > a:active .txtLead {
background-color: #d9e8f9;
}

.mod-box.type-campaign {
border-color: #ef5a3c;
}

.mod-box.type-campaign .mod-btn {
color: #fff;
border-color: #ef5a3c;
background: #ef5a3c;
}

.mod-box.type-campaign .mod-btn:hover,
.mod-box.type-campaign .mod-btn:focus,
.mod-box.type-campaign .mod-btn:active {
border-color: #f3826b;
background-color: #f3826b;
}

.mod-box.type-campaign .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-members {
border-color: #009841;
}

.mod-box.type-members .mod-btn {
color: #fff;
border-color: #009841;
background: #009841;
}

.mod-box.type-members .mod-btn:hover,
.mod-box.type-members .mod-btn:focus,
.mod-box.type-members .mod-btn:active {
border-color: #00cb57;
background-color: #00cb57;
}

.mod-box.type-members .mod-btn span::before {
border-left-color: inherit;
}

.mod-box.type-apply {
text-align: center;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box > a {
width: 100%;
padding-top: 0;
padding-right: 0;
padding-left: 0;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box > a::before {
display: none;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box .img {
display: table;
height: 92px;
margin: 0 auto;
margin-bottom: 0;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box .img img {
width: 100%;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box .img span {
display: table-cell;
padding-right: 10px;
padding-left: 10px;
text-align: center;
vertical-align: middle;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box .lead {
margin-top: 0;
padding-bottom: 12px;
}

.type-accessIndex .mod-lytCol.type-col3-1 .mod-box .lyt .txt {
font-size: 1.2rem;
padding-top: 13px;
padding-bottom: 22px;
}

.mod-box.type-apply {
border-color: #e00000;
background: transparent;
}

.mod-boxToggle {
margin-bottom: 12px;
border: 1px solid #ccc;
background: #fff;
}

.mod-boxToggle * {
box-sizing: border-box;
}

.mod-boxToggle > .title {
font-size: 1.8rem;
margin-bottom: 0;
padding: 0 9px;
background: #f4f4f4;
}

.mod-boxToggle > .title button {
color: inherit;
}

.mod-boxToggle > .title > span {
position: relative;
display: block;
padding: 14px 16px 14px 0;
}

.mod-boxToggle > .title > span::after {
background-color: #929292;
}

.mod-boxToggle .content {
padding: 2em;
border-top: 1px solid #ccc;
}

.mod-boxToggle .content > div:first-of-type {
margin-top: 10px;
}

.mod-boxToggle .content > div:first-of-type > :last-child {
margin-bottom: 0;
}

.mod-boxToggle .content :last-child {
margin-bottom: 0;
}

.mod-boxToggle .content .mod-lytBtn {
margin-bottom: 8px;
}

.mod-boxToggle.type-apply > .title {
font-size: 1.4rem;
color: #fff;
background: #0a68c2;
}

.mod-boxToggle.type-apply > .title span .mod-txtSize {
font-size: 2.2rem;
}

.mod-boxToggle.type-apply > .title span .mod-txtSize .mod-txtEm {
color: #f5ff4f;
}

.mod-boxToggle.type-apply > .title button {
color: inherit;
}

.mod-boxToggle.type-apply > .title button::before,
.mod-boxToggle.type-apply > .title button::after {
background: #fff;
}

.mod-boxToggle.type-apply > .title button span::after {
top: 2px;
background: #063e74;
}

.mod-boxToggle.type-apply > .title button::before,
.mod-boxToggle.type-apply > .title button::after {
top: 30px;
}

.mod-boxToggle.type-apply .content {
background: #f4f4f4;
}

.mod-boxToggle.type-apply .content .mod-hdg4 {
margin-top: 0;
margin-bottom: 1em;
}

.mod-boxToggle.type-apply .content .img {
margin-bottom: 0;
}

.mod-boxToggle.type-apply .content .type-col2 {
text-align: center;
}

.mod-boxToggle.type-apply .content .mod-lytBox {
margin-top: -10px !important;
}

.mod-boxToggle.type-apply .content .mod-lytBox .hdg {
padding-top: 0;
}

.mod-boxToggle.type-apply2 > .title {
font-size: 1.4rem;
color: #fff;
background: #009942;
}

.mod-boxToggle.type-apply2 > .title span .mod-txtSize {
font-size: 2.2rem;
}

.mod-boxToggle.type-apply2 > .title span .mod-txtSize .mod-txtEm {
color: #f5ff4f;
}

.mod-boxToggle.type-apply2 > .title button::before,
.mod-boxToggle.type-apply2 > .title button::after {
background: #fff;
}

.mod-boxToggle.type-apply2 > .title button span::after {
top: 2px;
background: #005c28;
}

.mod-boxToggle.type-apply2 > .title button::before,
.mod-boxToggle.type-apply2 > .title button::after {
top: 30px;
}

.mod-boxToggle.type-apply2 .content {
background: #f4f4f4;
}

.mod-boxToggle.type-apply2 .content .mod-hdg4 {
margin-top: 0;
margin-bottom: 1em;
}

.mod-boxToggle.type-apply2 .content .mod-lytBox {
margin-top: -10px !important;
}

.mod-boxToggle.type-apply2 .content .mod-lytBox .hdg {
padding-top: 0;
}

.mod-boxToggle.type-apply2 .content .img {
margin-bottom: 0;
}

.mod-boxToggle.type-apply2 .content .type-col2 {
text-align: center;
}

.mod-boxToggle.type-apply3 > .title {
font-size: 1.4rem;
color: #fff;
background: #666;
}

.mod-boxToggle.type-apply3 > .title .mod-txtSize {
font-size: 2.2rem;
}

.mod-boxToggle.type-apply3 > .title .mod-txtSize .mod-txtEm {
color: #f5ff4f;
}

.mod-boxToggle.type-apply3 > .title button::before,
.mod-boxToggle.type-apply3 > .title button::after {
background: #fff;
}

.mod-boxToggle.type-apply3 > .title button span::after {
top: 2px;
background: #3d3d3d;
}

.mod-boxToggle.type-apply3 > .title button::before,
.mod-boxToggle.type-apply3 > .title button::after {
top: 30px;
}

.mod-boxToggle.type-apply3 .content {
background: #f4f4f4;
}

.mod-boxToggle.type-apply3 .content .mod-hdg4 {
margin-top: 0;
margin-bottom: 10px;
}

.mod-boxToggle.type-apply3 .content .mod-lytBox {
margin-top: -10px !important;
}

.mod-boxToggle.type-apply3 .content .mod-lytBox .hdg {
padding-top: 0;
}

.mod-boxToggle.type-apply3 .content .type-col2 {
text-align: center;
}

.mod-boxIframe {
position: relative;
overflow: auto;
width: 100%;
margin: 0 auto;

-webkit-overflow-scrolling: touch;
}

/* =================================================
    Layout
   ================================================= */

/*
 mod-lytBox
----------------------------*/

.mod-lytBox {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
margin-top: -30px;
margin-bottom: 40px;

-webkit-justify-content: space-between;
-ms-flex-pack: justify;
        justify-content: space-between;
-webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.mod-lytBox > .mod-box {
margin-top: 30px;
margin-bottom: 0;
}

.mod-lytBox::after {
display: block;
content: '';
}

.mod-lytBox.type-col2 > .mod-box {
width: 48.18182%;
}

.mod-lytBox.type-col2::after {
width: 48.18182%;
}

.mod-lytBox.type-col3 > .mod-box {
width: 30.90909%;
}

.mod-lytBox.type-col3::after {
width: 30.90909%;

-webkit-order: 11;
-ms-flex-order: 11;
        order: 11;
}

.type-col3-1 .mod-lytBox {
margin-top: -20px;
}

.type-col3-1 .mod-lytBox > .mod-box {
width: 31.80124%;
margin-top: 20px;
}

.type-col3-1 .mod-lytBox + .mod-lytBox {
margin-top: -40px;
}

.mod-lytBox.type-col4 > .mod-box {
width: 22.27273%;
}

.mod-lytBox.type-col4::after {
width: 22.27273%;
}

.mod-lytBox.type-col4::before {
display: block;
width: 22.27273%;
content: '';

-webkit-order: 1;
-ms-flex-order: 1;
        order: 1;
}

.mod-lytBox.type-step > .mod-box {
overflow: visible;
}

.mod-lytBox.type-step > .mod-box::after {
position: absolute;
top: 0;
bottom: 0;
display: block;
width: 20px;
height: 20px;
margin: auto;
content: '';
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
border-right: 2px solid #333;
border-bottom: 2px solid #333;
}

.mod-lytBox.type-step > .mod-box:last-child::after {
display: none;
}

.mod-lytBox.type-step > .mod-box .type-start {
border-color: #009841;
}

.mod-lytBox.type-step.type-col3 > .mod-box::after {
right: -8%;
}

.mod-lytBox.type-step.type-col4 > .mod-box::after {
right: -11%;
}

/*
 mod-lytBtn
----------------------------*/

.mod-lytBtn {
font-size: 0;
margin: -20px 0 25px;
text-align: center;
}

.mod-lytBtn > li {
font-size: 14px;
display: inline-block;
margin: 20px 20px 0;
vertical-align: middle;
}

.mod-lytBtn > li:first-child:last-child {
display: block;
margin-top: 40px;
margin-right: 0;
margin-left: 0;
}

.mod-lytBtn.type-col2 {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;

-webkit-justify-content: center;
-ms-flex-pack: center;
        justify-content: center;
}

.mod-lytBtn.type-col2 > li {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
width: 98.18182%;
margin-right: 0;
margin-left: 0;
}

.mod-lytBtn.type-col2 > li > a {
display: block;
height: auto;
}

.mod-lytBtn.type-col2 > li > a > span {
display: block;
}

.mod-lytBtn.type-col2 > li:nth-child(2n+1) {
margin-right: 1.81818%;
text-align: right;

-webkit-justify-content: flex-end;
-ms-flex-pack: end;
        justify-content: flex-end;
}

.mod-lytBtn.type-col2 > li:nth-child(2n) {
margin-left: 1.81818%;
text-align: left;

-webkit-justify-content: flex-start;
-ms-flex-pack: start;
        justify-content: flex-start;
}

.mod-box.type-areaLinkToggle .mod-lytBtn,
.mod-box.type-areaToggle .mod-lytBtn {
margin-bottom: 17px;
}

.mod-box.type-areaLinkToggle .mod-lytBtn > li,
.mod-box.type-areaToggle .mod-lytBtn > li {
margin-right: 2px;
margin-left: 2px;
}

.mod-boxToggle.type-apply .mod-lytBtn,
.mod-boxToggle.type-apply2 .mod-lytBtn {
margin-top: -10px;
}

/*
 mod-lytCol
----------------------------*/

.mod-lytCol {
margin-bottom: 40px;
}

.mod-lytCol > .col > *:last-child {
margin-bottom: 0;
}

.mod-lytCol.type-col2 > .col,
.mod-lytCol.type-col3 > .col,
.mod-lytCol.type-col3-1 > .col,
.mod-lytCol.type-col4 > .col {
float: left;
margin-top: 3.63636%;
margin-left: 3.63636%;
}

.mod-lytCol.type-col2 > .col {
width: 48.18182%;
}

.mod-lytCol.type-col2 > .col:nth-child(-n+2) {
margin-top: 0;
}

.mod-lytCol.type-col2 > .col:nth-child(2n+1) {
clear: left;
margin-left: 0;
}

.mod-lytCol.type-col3 > .col {
width: 30.90909%;
}

.mod-lytCol.type-col3 > .col:nth-child(-n+3) {
margin-top: 0;
}

.mod-lytCol.type-col3 > .col:nth-child(3n+1) {
clear: left;
margin-left: 0;
}

.mod-lytCol.type-col3-1 > .col {
margin-top: 0;
}

.mod-lytCol.type-col3-1 > .col:first-child {
width: 73.18182%;
margin-left: 0;
}

.mod-lytCol.type-col3-1 > .col:last-child {
width: 23.18182%;
}

.mod-lytCol.type-col4 > .col {
width: 22.27273%;
}

.mod-lytCol.type-col4 > .col:nth-child(-n+4) {
margin-top: 0;
}

.mod-lytCol.type-col4 > .col:nth-child(4n+1) {
clear: left;
margin-left: 0;
}

/*
 mod-lytImg
----------------------------*/

.mod-lytImg {
margin-bottom: 40px;
text-align: center;
}

.mod-lytImg > .img a img {
display: block;
}

.mod-lytImg > .img a img:hover {
background-color: #eaedf6;
}

.mod-lytImg > .img img,
.mod-lytImg > img {
border-radius: 8px;
}

.mod-lytImg > .img img.type-no-border,
.mod-lytImg > img.type-no-border {
border-radius: 0;
}

.mod-lytImg > .img img + *:not(img),
.mod-lytImg > img + *:not(img) {
margin-top: 40px;
}

.mod-lytImg.type-l,
.mod-lytImg.type-r {
text-align: left;
}

.mod-lytImg.type-l > .img,
.mod-lytImg.type-r > .img {
max-width: 50%;
}

.mod-lytImg.type-l > .txt,
.mod-lytImg.type-r > .txt {
overflow: hidden;
}

.mod-lytImg.type-r > .img {
float: left;
margin-right: 30px;
}

.mod-lytImg.type-l > .img {
float: right;
margin-left: 30px;
}

.mod-lytCol .mod-lytImg {
margin-bottom: 20px;
}

/*
 mod-lytFormRadio
----------------------------*/

.mod-lytFormRadio {
margin-top: -20px;
margin-bottom: 40px;
}

.mod-lytFormRadio > li {
float: left;
width: 100%;
max-width: 235px;
margin-top: 20px;
margin-right: 20px;
}

/* =================================================
    form
   ================================================= */

/*
 mod-formRadio
----------------------------*/

.mod-formRadio {
position: relative;
display: inline-table;
overflow: hidden;
box-sizing: border-box;
width: 100%;
max-width: 235px;
height: 100px;
min-height: 100px;
vertical-align: top;
border: 1px solid #d2d2d2;
border-radius: 6px;
background-color: #fff;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .3);
}

.mod-formRadio input[type='radio'] {
position: absolute;
z-index: 0;
top: 2px;
left: 1px;
width: 100%;
width: calc(100% - 2px);
height: 100%;
height: calc(100% - 4px);
vertical-align: baseline;
border-radius: 8px;
background: transparent;

-webkit-appearance: none;
}

.mod-formRadio input[type='radio'] ~ span {
display: table-cell;
padding: 18px;
vertical-align: middle;
}

.mod-formRadio input[type='radio'] ~ span::before {
position: absolute;
top: 1px;
left: 1px;
display: block;
width: calc(100% - 2px);
height: calc(100% - 2px);
content: '';
border-radius: 8px;
background-color: #fff;
}

.mod-formRadio input[type='radio'] ~ span > span {
font-size: 1.6rem;
font-weight: bold;
position: relative;
z-index: 50;
display: inline-block;
padding-left: 36px;
}

.mod-formRadio input[type='radio'] ~ span > span::before {
position: absolute;
top: -2px;
bottom: 0;
left: 0;
display: block;
box-sizing: border-box;
width: 16px;
height: 16px;
margin: auto;
content: '';
border: 1px solid #666;
border-radius: 50%;
background-color: #fff;
}

.mod-formRadio input[type='radio'] ~ span > span:after {
position: absolute;
top: -3px;
bottom: 0;
left: 0;
display: block;
width: 25px;
height: 25px;
margin-top: auto;
margin-bottom: auto;
content: '';
background-repeat: no-repeat;
background-position: 0 0;
}

.mod-formRadio input[type='radio'] ~ span:hover::before {
background-color: #e7f6cc;
}

.mod-formRadio input[type='radio']:checked ~ span::before {
background-color: #e7f6cc;
}

.mod-formRadio input[type='radio']:checked ~ span > span::before {
background-color: #333;
box-shadow: 0 0 0 3px white inset;
}

.mod-formRadio input[type='radio']:focus ~ span::before {
outline: dotted 2px rgba(0, 0, 0, .1);
}

.mod-formRadio.type-kodate input[type='radio'] ~ span > span,
.mod-formRadio.type-mansion input[type='radio'] ~ span > span {
padding-left: 70px;
}

.mod-formRadio.type-kodate input[type='radio'] ~ span > span:after,
.mod-formRadio.type-mansion input[type='radio'] ~ span > span:after {
left: 34px;
}

.mod-formRadio.type-kodate input[type='radio'] ~ span > span:after {
width: 25px;
height: 24px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -90px -35px;
}

.mod-formRadio.type-mansion input[type='radio'] ~ span > span:after {
width: 22px;
height: 24px;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -125px 0;
}

/* =================================================
    component
   ================================================= */

/*
 cmp-getAdobeReader
----------------------------*/

.cmp-getAdobeReader {
position: relative;
padding-top: 3px;
padding-left: 100px;
}

.cmp-getAdobeReader a > .img {
position: absolute;
top: 0;
left: 0;
}

/*
 cmp-applyTxt
----------------------------*/

.cmp-applyTxt {
margin-bottom: 16px;
}

.cmp-applyTxt .applyTitle {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 10px;
}

.cmp-applyTxt .applyTitle-2 {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
margin-top: 18px;
margin-bottom: 4px;
}

.cmp-applyTxt .tel {
font-size: 2.8rem;
font-weight: bold;
line-height: 1.25;
margin-bottom: 12px;
}

.cmp-applyTxt .tel + .reception {
margin-top: -4px;
}

.cmp-applyTxt .tel::before {
bottom: 0;
left: 0;
display: inline-block;
width: 48px;
height: 22px;
margin-right: 20px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -37px 0;
}

.cmp-applyTxt .applyTitle-2 + .tel + .reception {
margin-top: -11px;
}

.cmp-applyTxt .applyTitle + .mod-listNotice,
.cmp-applyTxt .applyTitle + .mod-listNotice-2,
.cmp-applyTxt .applyTitle + .mod-listNotice-3,
.cmp-applyTxt .applyTitle + .mod-listNoticeNum,
.cmp-applyTxt .applyTitle + .mod-listNoticeNum-2,
.cmp-applyTxt .applyTitle + .mod-listNoticeNum-3 {
margin-top: -5px;
}

/*
 cmp-checkArea
----------------------------*/

.cmp-checkArea {
margin-bottom: 25px;
border: 1px solid #d2d2d2;
border-radius: 8px;
}

.cmp-checkArea .stepBlock {
padding: 30px;
}

.cmp-checkArea .stepBlock > .step {
float: left;
width: 47.11538%;
}

.cmp-checkArea .stepBlock > .step > *:last-child {
margin-bottom: 0;
}

.cmp-checkArea .stepBlock > .step:nth-child(2n) {
margin-left: 2.78846%;
padding-left: 2.78846%;
border-left: 1px solid #d2d2d2;
}

.cmp-checkArea .stepBlock > .step .box {
padding: 25px 20px 35px;
border-radius: 8px;
background-color: #f4f4f4;
}

.cmp-checkArea .stepBlock > .step .box > p {
display: inline-block;
margin-top: 10px;
margin-bottom: 2px;
}

.cmp-checkArea .stepBlock > .step .zipcode {
display: inline-block;
margin-right: 30px;
}

.cmp-checkArea .stepBlock > .step .zipcode .icon {
display: inline-block;
margin-right: 20px;
}

.cmp-checkArea .stepBlock > .step .zipcode .icon img {
vertical-align: middle;
}

.cmp-checkArea .stepBlock > .step .zipcode .txt {
display: inline-block;
margin-right: 4px;
}

.cmp-checkArea .stepBlock > .step .zipcode .txt:last-child {
margin-right: 0;
margin-left: 6px;
}

.cmp-checkArea .stepBlock > .step .zipcode label {
position: relative;
}

.cmp-checkArea .stepBlock > .step .zipcode label > span {
position: absolute;
z-index: 0;
top: 0;
display: block;
overflow: hidden;
width: 40px;
height: 10px;
margin-bottom: 2px;
text-align: center;
}

.cmp-checkArea .stepBlock > .step .zipcode [type='text'] {
position: relative;
z-index: 1;
width: 80px;
}

.cmp-checkArea .stepBlock > .step .listRadio > li {
float: left;
width: 48%;
}

.cmp-checkArea .stepBlock > .step .listRadio > li:nth-child(2n) {
float: right;
}

.cmp-checkArea .submitBlock {
padding: 30px;
border-top: 1px solid #d2d2d2;
border-radius: 0 0 8px 8px;
background-color: #f4f4f4;
}

.cmp-checkArea .submitBlock > *:last-child {
margin-bottom: 0;
}

.cmp-checkArea .submitBlock .txt {
font-size: 16px;
font-weight: bold;
margin-bottom: 12px;
text-align: center;
}

.cmp-checkArea .submitBlock dl.flow {
font-size: 0;
text-align: center;
}

.cmp-checkArea .submitBlock dl.flow > dt {
font-size: 1.4rem;
font-weight: normal;
display: inline-block;
margin-right: 17px;
}

.cmp-checkArea .submitBlock dl.flow > dt::before {
content: '【';
}

.cmp-checkArea .submitBlock dl.flow > dt:after {
content: '】';
}

.cmp-checkArea .submitBlock dl.flow > dd {
font-size: 1.4rem;
display: inline-block;
}

.cmp-checkArea .submitBlock dl.flow > dd > ol {
font-size: 0;
margin-bottom: 0;
}

.cmp-checkArea .submitBlock dl.flow > dd > ol > li {
font-size: 1.4rem;
display: inline-block;
}

.cmp-checkArea .submitBlock dl.flow > dd > ol > li + li {
position: relative;
margin-left: 30px;
}

.cmp-checkArea .submitBlock dl.flow > dd > ol > li + li::before {
position: absolute;
top: -3px;
bottom: 0;
left: -21px;
display: block;
width: 6px;
height: 6px;
margin-top: auto;
margin-bottom: auto;
content: '';
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
border-right: 2px solid #223;
border-bottom: 2px solid #223;
}

/*
 cmp-searchBox
----------------------------*/

.cmp-searchBox {
display: none;
margin-bottom: 30px;
padding: 10px 20px 0;
border-radius: 3px;
background: #f4f4f4;
}

[data-script-enabled] .cmp-searchBox {
display: block;
}

.cmp-searchBox p {
font-size: 1.6rem;
font-weight: bold;
position: relative;
top: 3px;
margin-right: 10px;
margin-bottom: 0;
}

.cmp-searchBox p::before {
position: relative;
top: 1px;
bottom: 0;
left: 0;
display: inline-block;
width: 24px;
height: 24px;
margin-right: 10px;
content: '';
vertical-align: top;
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: 0 -65px;
}

.cmp-searchBox > * {
position: relative;
float: left;
margin-bottom: 10px;
margin-left: 10px;
}

.cmp-searchBox > *:first-child {
margin-left: 0;
}

.cmp-searchBox select {
position: relative;
z-index: 1;
box-sizing: border-box;
width: 160px;
padding: 6px 25px 4px 5px;
padding-right: 20px;
border: 1px solid #666;
background: transparent;

-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

.cmp-searchBox select:hover {
cursor: pointer;
}

.cmp-searchBox select::-ms-expand {
display: none;
}

.cmp-searchBox > div {
background: #fff;
}

.cmp-searchBox > div:before {
position: absolute;
z-index: 0;
top: 0;
top: 2px;
right: 10px;
bottom: 0;
left: 0;
left: auto;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-bottom: auto;
content: '';
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
border: 5px solid transparent;
border-left-color: #333;
}

.cmp-searchBox + .mod-lytBox .mod-box {
-webkit-order: 10;
-ms-flex-order: 10;
        order: 10;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order1 {
-webkit-order: 1;
-ms-flex-order: 1;
        order: 1;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order2 {
-webkit-order: 2;
-ms-flex-order: 2;
        order: 2;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order3 {
-webkit-order: 3;
-ms-flex-order: 3;
        order: 3;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order4 {
-webkit-order: 4;
-ms-flex-order: 4;
        order: 4;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order5 {
-webkit-order: 5;
-ms-flex-order: 5;
        order: 5;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order6 {
-webkit-order: 6;
-ms-flex-order: 6;
        order: 6;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order7 {
-webkit-order: 7;
-ms-flex-order: 7;
        order: 7;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order8 {
-webkit-order: 8;
-ms-flex-order: 8;
        order: 8;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order9 {
-webkit-order: 9;
-ms-flex-order: 9;
        order: 9;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order10 {
-webkit-order: 10;
-ms-flex-order: 10;
        order: 10;
}

/*
 cmp-selectOption
----------------------------*/

.cmp-selectOption {
margin-bottom: 25px;
padding: 30px;
border: 1px solid #d2d2d2;
border-radius: 8px;
}

.cmp-selectOption > *:last-child {
margin-bottom: 0;
}

.cmp-selectOption > .lytCol {
margin-bottom: 25px;
}

.cmp-selectOption > .lytCol:last-child {
margin-bottom: 0;
}

.cmp-selectOption > .lytCol > .col {
float: left;
width: 47.11538%;
}

.cmp-selectOption > .lytCol > .col > *:last-child {
margin-bottom: 0;
}

.cmp-selectOption > .lytCol > .col .listRadio {
margin-top: 0;
}

.cmp-selectOption > .lytCol > .col .listRadio > li {
float: left;
width: 48%;
max-width: none;
margin-top: 0;
margin-right: 0;
}

.cmp-selectOption > .lytCol > .col .listRadio > li:nth-child(2n) {
float: right;
}

.cmp-selectOption > .lytCol > .col:nth-child(2n) {
margin-left: 2.78846%;
padding-left: 2.78846%;
border-left: 1px solid #d2d2d2;
}

.cmp-selectOption > .lytCol.type-col3 > .col {
width: 29.51923%;
}

.cmp-selectOption > .lytCol.type-col3 > .col + .col {
margin-left: 2.78846%;
padding-left: 2.78846%;
border-left: 1px solid #d2d2d2;
}

.cmp-selectOption > .lytCol.type-col3 > .col .listRadio > li {
float: none;
width: auto;
}

.cmp-selectOption > .lytCol.type-col3 > .col .listRadio > li .mod-formRadio {
max-width: none;
}

.cmp-selectOption > .lytCol.type-col3 > .col .listRadio > li + li {
margin-top: 20px;
}

.cmp-selectOption .title {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
}

.cmp-selectOption .listRadio {
margin-top: -20px;
}

.cmp-selectOption .listRadio > li {
float: left;
width: 100%;
max-width: 235px;
margin-top: 20px;
margin-right: 20px;
}

.cmp-selectOption .listRadio.type-col5 > li {
max-width: calc((100% - 84px) / 5);
}

.cmp-selectOption .listRadio.type-col5 > li:last-child {
margin-right: 0;
}

.cmp-selectOption .select {
position: relative;
width: 210px;
margin-bottom: 25px;
}

.cmp-selectOption .select:before {
position: absolute;
z-index: 0;
top: 0;
top: 2px;
right: 10px;
bottom: 0;
left: 0;
left: auto;
display: block;
width: 0;
height: 0;
margin-top: auto;
margin-bottom: auto;
content: '';
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
border: 5px solid transparent;
border-left-color: #333;
}

.cmp-selectOption .select option {
padding: 3px;
}

.cmp-selectOption .select select {
position: relative;
z-index: 1;
box-sizing: border-box;
width: 210px;
padding: 6px 25px 4px 5px;
padding-right: 20px;
border: 1px solid #666;
background: transparent;

-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

.cmp-selectOption .select select:hover {
cursor: pointer;
}

.cmp-selectOption .select select::-ms-expand {
display: none;
}

/*
 cmp-tab
----------------------------*/

.cmp-tab {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
max-width: 1100px;
margin-right: auto;
margin-left: auto;
border-bottom: 3px solid #009841;

-webkit-justify-content: space-between;
-ms-flex-pack: justify;
        justify-content: space-between;
}

.cmp-tab > li {
line-height: 1.4;
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
width: 100%;
}

.cmp-tab > li + li {
margin-left: 5px;
}

.cmp-tab > li a {
display: block;
box-sizing: border-box;
width: 100%;
padding: 20px 10px 10px 15px;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 1px solid #999;
border-bottom-color: transparent;
border-radius: 10px 10px 0 0;
background-color: #f4f4f4;
}

.cmp-tab > li a:hover,
.cmp-tab > li a:focus,
.cmp-tab > li a:active {
text-decoration: underline;
border-color: #e5f5ec;
background-color: #e5f5ec;
}

.cmp-tab > li.is-current a {
color: #fff;
border-color: #009841;
background-color: #009841;
}

/*
 cmp-applyArea
----------------------------*/

.cmp-applyArea {
display: none;
}

/*
 cmp-procuctDetail
----------------------------*/

.cmp-productDetail .dataBlock {
margin-bottom: 30px;
}

.cmp-productDetail .dataBlock > .img,
.cmp-productDetail .dataBlock > .description {
width: 48.18182%;
margin-right: auto;
margin-left: auto;
}

.cmp-productDetail .dataBlock > .img {
max-width: 530px;
}

.cmp-productDetail .dataBlock > .img .screen img {
border-radius: 8px;
}

.cmp-productDetail .dataBlock > .img .thumb > li {
float: left;
box-sizing: border-box;
width: 15.09434%;
margin-top: 10px;
margin-right: 1.88679%;
}

.cmp-productDetail .dataBlock > .img .thumb > li:nth-child(6n) {
margin-right: 0;
}

.cmp-productDetail .dataBlock > .img .thumb > li img {
box-sizing: border-box;
width: 100%;
border-radius: 8px;
}

.cmp-productDetail .dataBlock.type-col2 > .img {
float: left;
}

.cmp-productDetail .dataBlock.type-col2 > .img .screen {
text-align: center;
}

.cmp-productDetail .dataBlock.type-col2 > .img .thumb {
margin-bottom: 0;
}

.cmp-productDetail .dataBlock.type-col2 > .description {
float: right;
}

.cmp-productDetail .dataBlock-2 {
margin-bottom: 25px;
}

.cmp-productDetail .dataBlock-3 {
overflow: hidden;
margin-bottom: 12px;
}

.cmp-productDetail .dataBlock-3 > .col:first-child {
float: left;
width: 30.90909%;
}

.cmp-productDetail .dataBlock-3 > .col:nth-child(2) {
float: right;
width: 65.45455%;
}

.cmp-productDetail .dataBlock-3 p {
margin-bottom: 3px;
}

.cmp-productDetail .dataBlock-3 .hdg {
font-size: 1.8rem;
position: relative;
margin-top: 10px;
margin-bottom: 16px;
padding-bottom: 6px;
padding-left: 29px;
border-bottom: 1px solid #009942;
}

.cmp-productDetail .dataBlock-3 .hdg::before {
position: absolute;
top: .4em;
left: 0;
display: block;
width: 14px;
height: 14px;
content: '';
background-image: url(/access/common_v2/img/sprite.png?20180401);
background-position: -152px -114px;
}

.cmp-productDetail .dataBlock-3 div.item {
float: left;
margin-right: 30px;
}

.cmp-productDetail .dataBlock-3 dl.item dt {
float: left;
margin-right: 16px;
}

.cmp-productDetail .dataBlock-3 dl.item dd {
font-weight: bold;
}

/**

  @adjust
--------------------------------------------------------
  elements/_adjust.scss
-------------------------------------------------------- */

/**
 * Adjust aline
**/

.aln-l {
text-align: left !important;
}

.aln-c {
text-align: center !important;
}

.aln-r {
text-align: right !important;
}

.valn-t {
vertical-align: top !important;
}

.valn-m {
vertical-align: middle !important;
}

.valn-b {
vertical-align: bottom !important;
}

/**
 * Adjust display
**/

.sp-hide {
display: block;
}

.pc-hide {
display: none;
}

.sp-hide-inlineBlock {
display: inline-block;
}

.pc-hide-inlineBlock {
display: none;
}

/**
 * Adjust margin
**/

.mb-0 {
margin-bottom: 0 !important;
}

.mt-0 {
margin-top: 0 !important;
}

.mr-0 {
margin-right: 0 !important;
}

.ml-0 {
margin-left: 0 !important;
}

.w-0 {
width: 0 !important;
}

.w-max-0 {
max-width: 0 !important;
}

.mb-1 {
margin-bottom: 1px !important;
}

.mt-1 {
margin-top: 1px !important;
}

.mr-1 {
margin-right: 1px !important;
}

.ml-1 {
margin-left: 1px !important;
}

.w-1 {
width: 1% !important;
}

.w-max-1 {
max-width: 1% !important;
}

.mb-2 {
margin-bottom: 2px !important;
}

.mt-2 {
margin-top: 2px !important;
}

.mr-2 {
margin-right: 2px !important;
}

.ml-2 {
margin-left: 2px !important;
}

.w-2 {
width: 2% !important;
}

.w-max-2 {
max-width: 2% !important;
}

.mb-3 {
margin-bottom: 3px !important;
}

.mt-3 {
margin-top: 3px !important;
}

.mr-3 {
margin-right: 3px !important;
}

.ml-3 {
margin-left: 3px !important;
}

.w-3 {
width: 3% !important;
}

.w-max-3 {
max-width: 3% !important;
}

.mb-4 {
margin-bottom: 4px !important;
}

.mt-4 {
margin-top: 4px !important;
}

.mr-4 {
margin-right: 4px !important;
}

.ml-4 {
margin-left: 4px !important;
}

.w-4 {
width: 4% !important;
}

.w-max-4 {
max-width: 4% !important;
}

.mb-5 {
margin-bottom: 5px !important;
}

.mt-5 {
margin-top: 5px !important;
}

.mr-5 {
margin-right: 5px !important;
}

.ml-5 {
margin-left: 5px !important;
}

.w-5 {
width: 5% !important;
}

.w-max-5 {
max-width: 5% !important;
}

.mb-6 {
margin-bottom: 6px !important;
}

.mt-6 {
margin-top: 6px !important;
}

.mr-6 {
margin-right: 6px !important;
}

.ml-6 {
margin-left: 6px !important;
}

.w-6 {
width: 6% !important;
}

.w-max-6 {
max-width: 6% !important;
}

.mb-7 {
margin-bottom: 7px !important;
}

.mt-7 {
margin-top: 7px !important;
}

.mr-7 {
margin-right: 7px !important;
}

.ml-7 {
margin-left: 7px !important;
}

.w-7 {
width: 7% !important;
}

.w-max-7 {
max-width: 7% !important;
}

.mb-8 {
margin-bottom: 8px !important;
}

.mt-8 {
margin-top: 8px !important;
}

.mr-8 {
margin-right: 8px !important;
}

.ml-8 {
margin-left: 8px !important;
}

.w-8 {
width: 8% !important;
}

.w-max-8 {
max-width: 8% !important;
}

.mb-9 {
margin-bottom: 9px !important;
}

.mt-9 {
margin-top: 9px !important;
}

.mr-9 {
margin-right: 9px !important;
}

.ml-9 {
margin-left: 9px !important;
}

.w-9 {
width: 9% !important;
}

.w-max-9 {
max-width: 9% !important;
}

.mb-10 {
margin-bottom: 10px !important;
}

.mt-10 {
margin-top: 10px !important;
}

.mr-10 {
margin-right: 10px !important;
}

.ml-10 {
margin-left: 10px !important;
}

.w-10 {
width: 10% !important;
}

.w-max-10 {
max-width: 10% !important;
}

.mb-11 {
margin-bottom: 11px !important;
}

.mt-11 {
margin-top: 11px !important;
}

.mr-11 {
margin-right: 11px !important;
}

.ml-11 {
margin-left: 11px !important;
}

.w-11 {
width: 11% !important;
}

.w-max-11 {
max-width: 11% !important;
}

.mb-12 {
margin-bottom: 12px !important;
}

.mt-12 {
margin-top: 12px !important;
}

.mr-12 {
margin-right: 12px !important;
}

.ml-12 {
margin-left: 12px !important;
}

.w-12 {
width: 12% !important;
}

.w-max-12 {
max-width: 12% !important;
}

.mb-13 {
margin-bottom: 13px !important;
}

.mt-13 {
margin-top: 13px !important;
}

.mr-13 {
margin-right: 13px !important;
}

.ml-13 {
margin-left: 13px !important;
}

.w-13 {
width: 13% !important;
}

.w-max-13 {
max-width: 13% !important;
}

.mb-14 {
margin-bottom: 14px !important;
}

.mt-14 {
margin-top: 14px !important;
}

.mr-14 {
margin-right: 14px !important;
}

.ml-14 {
margin-left: 14px !important;
}

.w-14 {
width: 14% !important;
}

.w-max-14 {
max-width: 14% !important;
}

.mb-15 {
margin-bottom: 15px !important;
}

.mt-15 {
margin-top: 15px !important;
}

.mr-15 {
margin-right: 15px !important;
}

.ml-15 {
margin-left: 15px !important;
}

.w-15 {
width: 15% !important;
}

.w-max-15 {
max-width: 15% !important;
}

.mb-16 {
margin-bottom: 16px !important;
}

.mt-16 {
margin-top: 16px !important;
}

.mr-16 {
margin-right: 16px !important;
}

.ml-16 {
margin-left: 16px !important;
}

.w-16 {
width: 16% !important;
}

.w-max-16 {
max-width: 16% !important;
}

.mb-17 {
margin-bottom: 17px !important;
}

.mt-17 {
margin-top: 17px !important;
}

.mr-17 {
margin-right: 17px !important;
}

.ml-17 {
margin-left: 17px !important;
}

.w-17 {
width: 17% !important;
}

.w-max-17 {
max-width: 17% !important;
}

.mb-18 {
margin-bottom: 18px !important;
}

.mt-18 {
margin-top: 18px !important;
}

.mr-18 {
margin-right: 18px !important;
}

.ml-18 {
margin-left: 18px !important;
}

.w-18 {
width: 18% !important;
}

.w-max-18 {
max-width: 18% !important;
}

.mb-19 {
margin-bottom: 19px !important;
}

.mt-19 {
margin-top: 19px !important;
}

.mr-19 {
margin-right: 19px !important;
}

.ml-19 {
margin-left: 19px !important;
}

.w-19 {
width: 19% !important;
}

.w-max-19 {
max-width: 19% !important;
}

.mb-20 {
margin-bottom: 20px !important;
}

.mt-20 {
margin-top: 20px !important;
}

.mr-20 {
margin-right: 20px !important;
}

.ml-20 {
margin-left: 20px !important;
}

.w-20 {
width: 20% !important;
}

.w-max-20 {
max-width: 20% !important;
}

.mb-21 {
margin-bottom: 21px !important;
}

.mt-21 {
margin-top: 21px !important;
}

.mr-21 {
margin-right: 21px !important;
}

.ml-21 {
margin-left: 21px !important;
}

.w-21 {
width: 21% !important;
}

.w-max-21 {
max-width: 21% !important;
}

.mb-22 {
margin-bottom: 22px !important;
}

.mt-22 {
margin-top: 22px !important;
}

.mr-22 {
margin-right: 22px !important;
}

.ml-22 {
margin-left: 22px !important;
}

.w-22 {
width: 22% !important;
}

.w-max-22 {
max-width: 22% !important;
}

.mb-23 {
margin-bottom: 23px !important;
}

.mt-23 {
margin-top: 23px !important;
}

.mr-23 {
margin-right: 23px !important;
}

.ml-23 {
margin-left: 23px !important;
}

.w-23 {
width: 23% !important;
}

.w-max-23 {
max-width: 23% !important;
}

.mb-24 {
margin-bottom: 24px !important;
}

.mt-24 {
margin-top: 24px !important;
}

.mr-24 {
margin-right: 24px !important;
}

.ml-24 {
margin-left: 24px !important;
}

.w-24 {
width: 24% !important;
}

.w-max-24 {
max-width: 24% !important;
}

.mb-25 {
margin-bottom: 25px !important;
}

.mt-25 {
margin-top: 25px !important;
}

.mr-25 {
margin-right: 25px !important;
}

.ml-25 {
margin-left: 25px !important;
}

.w-25 {
width: 25% !important;
}

.w-max-25 {
max-width: 25% !important;
}

.mb-26 {
margin-bottom: 26px !important;
}

.mt-26 {
margin-top: 26px !important;
}

.mr-26 {
margin-right: 26px !important;
}

.ml-26 {
margin-left: 26px !important;
}

.w-26 {
width: 26% !important;
}

.w-max-26 {
max-width: 26% !important;
}

.mb-27 {
margin-bottom: 27px !important;
}

.mt-27 {
margin-top: 27px !important;
}

.mr-27 {
margin-right: 27px !important;
}

.ml-27 {
margin-left: 27px !important;
}

.w-27 {
width: 27% !important;
}

.w-max-27 {
max-width: 27% !important;
}

.mb-28 {
margin-bottom: 28px !important;
}

.mt-28 {
margin-top: 28px !important;
}

.mr-28 {
margin-right: 28px !important;
}

.ml-28 {
margin-left: 28px !important;
}

.w-28 {
width: 28% !important;
}

.w-max-28 {
max-width: 28% !important;
}

.mb-29 {
margin-bottom: 29px !important;
}

.mt-29 {
margin-top: 29px !important;
}

.mr-29 {
margin-right: 29px !important;
}

.ml-29 {
margin-left: 29px !important;
}

.w-29 {
width: 29% !important;
}

.w-max-29 {
max-width: 29% !important;
}

.mb-30 {
margin-bottom: 30px !important;
}

.mt-30 {
margin-top: 30px !important;
}

.mr-30 {
margin-right: 30px !important;
}

.ml-30 {
margin-left: 30px !important;
}

.w-30 {
width: 30% !important;
}

.w-max-30 {
max-width: 30% !important;
}

.mb-31 {
margin-bottom: 31px !important;
}

.mt-31 {
margin-top: 31px !important;
}

.mr-31 {
margin-right: 31px !important;
}

.ml-31 {
margin-left: 31px !important;
}

.w-31 {
width: 31% !important;
}

.w-max-31 {
max-width: 31% !important;
}

.mb-32 {
margin-bottom: 32px !important;
}

.mt-32 {
margin-top: 32px !important;
}

.mr-32 {
margin-right: 32px !important;
}

.ml-32 {
margin-left: 32px !important;
}

.w-32 {
width: 32% !important;
}

.w-max-32 {
max-width: 32% !important;
}

.mb-33 {
margin-bottom: 33px !important;
}

.mt-33 {
margin-top: 33px !important;
}

.mr-33 {
margin-right: 33px !important;
}

.ml-33 {
margin-left: 33px !important;
}

.w-33 {
width: 33% !important;
}

.w-max-33 {
max-width: 33% !important;
}

.mb-34 {
margin-bottom: 34px !important;
}

.mt-34 {
margin-top: 34px !important;
}

.mr-34 {
margin-right: 34px !important;
}

.ml-34 {
margin-left: 34px !important;
}

.w-34 {
width: 34% !important;
}

.w-max-34 {
max-width: 34% !important;
}

.mb-35 {
margin-bottom: 35px !important;
}

.mt-35 {
margin-top: 35px !important;
}

.mr-35 {
margin-right: 35px !important;
}

.ml-35 {
margin-left: 35px !important;
}

.w-35 {
width: 35% !important;
}

.w-max-35 {
max-width: 35% !important;
}

.mb-36 {
margin-bottom: 36px !important;
}

.mt-36 {
margin-top: 36px !important;
}

.mr-36 {
margin-right: 36px !important;
}

.ml-36 {
margin-left: 36px !important;
}

.w-36 {
width: 36% !important;
}

.w-max-36 {
max-width: 36% !important;
}

.mb-37 {
margin-bottom: 37px !important;
}

.mt-37 {
margin-top: 37px !important;
}

.mr-37 {
margin-right: 37px !important;
}

.ml-37 {
margin-left: 37px !important;
}

.w-37 {
width: 37% !important;
}

.w-max-37 {
max-width: 37% !important;
}

.mb-38 {
margin-bottom: 38px !important;
}

.mt-38 {
margin-top: 38px !important;
}

.mr-38 {
margin-right: 38px !important;
}

.ml-38 {
margin-left: 38px !important;
}

.w-38 {
width: 38% !important;
}

.w-max-38 {
max-width: 38% !important;
}

.mb-39 {
margin-bottom: 39px !important;
}

.mt-39 {
margin-top: 39px !important;
}

.mr-39 {
margin-right: 39px !important;
}

.ml-39 {
margin-left: 39px !important;
}

.w-39 {
width: 39% !important;
}

.w-max-39 {
max-width: 39% !important;
}

.mb-40 {
margin-bottom: 40px !important;
}

.mt-40 {
margin-top: 40px !important;
}

.mr-40 {
margin-right: 40px !important;
}

.ml-40 {
margin-left: 40px !important;
}

.w-40 {
width: 40% !important;
}

.w-max-40 {
max-width: 40% !important;
}

.mb-41 {
margin-bottom: 41px !important;
}

.mt-41 {
margin-top: 41px !important;
}

.mr-41 {
margin-right: 41px !important;
}

.ml-41 {
margin-left: 41px !important;
}

.w-41 {
width: 41% !important;
}

.w-max-41 {
max-width: 41% !important;
}

.mb-42 {
margin-bottom: 42px !important;
}

.mt-42 {
margin-top: 42px !important;
}

.mr-42 {
margin-right: 42px !important;
}

.ml-42 {
margin-left: 42px !important;
}

.w-42 {
width: 42% !important;
}

.w-max-42 {
max-width: 42% !important;
}

.mb-43 {
margin-bottom: 43px !important;
}

.mt-43 {
margin-top: 43px !important;
}

.mr-43 {
margin-right: 43px !important;
}

.ml-43 {
margin-left: 43px !important;
}

.w-43 {
width: 43% !important;
}

.w-max-43 {
max-width: 43% !important;
}

.mb-44 {
margin-bottom: 44px !important;
}

.mt-44 {
margin-top: 44px !important;
}

.mr-44 {
margin-right: 44px !important;
}

.ml-44 {
margin-left: 44px !important;
}

.w-44 {
width: 44% !important;
}

.w-max-44 {
max-width: 44% !important;
}

.mb-45 {
margin-bottom: 45px !important;
}

.mt-45 {
margin-top: 45px !important;
}

.mr-45 {
margin-right: 45px !important;
}

.ml-45 {
margin-left: 45px !important;
}

.w-45 {
width: 45% !important;
}

.w-max-45 {
max-width: 45% !important;
}

.mb-46 {
margin-bottom: 46px !important;
}

.mt-46 {
margin-top: 46px !important;
}

.mr-46 {
margin-right: 46px !important;
}

.ml-46 {
margin-left: 46px !important;
}

.w-46 {
width: 46% !important;
}

.w-max-46 {
max-width: 46% !important;
}

.mb-47 {
margin-bottom: 47px !important;
}

.mt-47 {
margin-top: 47px !important;
}

.mr-47 {
margin-right: 47px !important;
}

.ml-47 {
margin-left: 47px !important;
}

.w-47 {
width: 47% !important;
}

.w-max-47 {
max-width: 47% !important;
}

.mb-48 {
margin-bottom: 48px !important;
}

.mt-48 {
margin-top: 48px !important;
}

.mr-48 {
margin-right: 48px !important;
}

.ml-48 {
margin-left: 48px !important;
}

.w-48 {
width: 48% !important;
}

.w-max-48 {
max-width: 48% !important;
}

.mb-49 {
margin-bottom: 49px !important;
}

.mt-49 {
margin-top: 49px !important;
}

.mr-49 {
margin-right: 49px !important;
}

.ml-49 {
margin-left: 49px !important;
}

.w-49 {
width: 49% !important;
}

.w-max-49 {
max-width: 49% !important;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mt-50 {
margin-top: 50px !important;
}

.mr-50 {
margin-right: 50px !important;
}

.ml-50 {
margin-left: 50px !important;
}

.w-50 {
width: 50% !important;
}

.w-max-50 {
max-width: 50% !important;
}

.mb-51 {
margin-bottom: 51px !important;
}

.mt-51 {
margin-top: 51px !important;
}

.mr-51 {
margin-right: 51px !important;
}

.ml-51 {
margin-left: 51px !important;
}

.w-51 {
width: 51% !important;
}

.w-max-51 {
max-width: 51% !important;
}

.mb-52 {
margin-bottom: 52px !important;
}

.mt-52 {
margin-top: 52px !important;
}

.mr-52 {
margin-right: 52px !important;
}

.ml-52 {
margin-left: 52px !important;
}

.w-52 {
width: 52% !important;
}

.w-max-52 {
max-width: 52% !important;
}

.mb-53 {
margin-bottom: 53px !important;
}

.mt-53 {
margin-top: 53px !important;
}

.mr-53 {
margin-right: 53px !important;
}

.ml-53 {
margin-left: 53px !important;
}

.w-53 {
width: 53% !important;
}

.w-max-53 {
max-width: 53% !important;
}

.mb-54 {
margin-bottom: 54px !important;
}

.mt-54 {
margin-top: 54px !important;
}

.mr-54 {
margin-right: 54px !important;
}

.ml-54 {
margin-left: 54px !important;
}

.w-54 {
width: 54% !important;
}

.w-max-54 {
max-width: 54% !important;
}

.mb-55 {
margin-bottom: 55px !important;
}

.mt-55 {
margin-top: 55px !important;
}

.mr-55 {
margin-right: 55px !important;
}

.ml-55 {
margin-left: 55px !important;
}

.w-55 {
width: 55% !important;
}

.w-max-55 {
max-width: 55% !important;
}

.mb-56 {
margin-bottom: 56px !important;
}

.mt-56 {
margin-top: 56px !important;
}

.mr-56 {
margin-right: 56px !important;
}

.ml-56 {
margin-left: 56px !important;
}

.w-56 {
width: 56% !important;
}

.w-max-56 {
max-width: 56% !important;
}

.mb-57 {
margin-bottom: 57px !important;
}

.mt-57 {
margin-top: 57px !important;
}

.mr-57 {
margin-right: 57px !important;
}

.ml-57 {
margin-left: 57px !important;
}

.w-57 {
width: 57% !important;
}

.w-max-57 {
max-width: 57% !important;
}

.mb-58 {
margin-bottom: 58px !important;
}

.mt-58 {
margin-top: 58px !important;
}

.mr-58 {
margin-right: 58px !important;
}

.ml-58 {
margin-left: 58px !important;
}

.w-58 {
width: 58% !important;
}

.w-max-58 {
max-width: 58% !important;
}

.mb-59 {
margin-bottom: 59px !important;
}

.mt-59 {
margin-top: 59px !important;
}

.mr-59 {
margin-right: 59px !important;
}

.ml-59 {
margin-left: 59px !important;
}

.w-59 {
width: 59% !important;
}

.w-max-59 {
max-width: 59% !important;
}

.mb-60 {
margin-bottom: 60px !important;
}

.mt-60 {
margin-top: 60px !important;
}

.mr-60 {
margin-right: 60px !important;
}

.ml-60 {
margin-left: 60px !important;
}

.w-60 {
width: 60% !important;
}

.w-max-60 {
max-width: 60% !important;
}

.mb-61 {
margin-bottom: 61px !important;
}

.mt-61 {
margin-top: 61px !important;
}

.mr-61 {
margin-right: 61px !important;
}

.ml-61 {
margin-left: 61px !important;
}

.w-61 {
width: 61% !important;
}

.w-max-61 {
max-width: 61% !important;
}

.mb-62 {
margin-bottom: 62px !important;
}

.mt-62 {
margin-top: 62px !important;
}

.mr-62 {
margin-right: 62px !important;
}

.ml-62 {
margin-left: 62px !important;
}

.w-62 {
width: 62% !important;
}

.w-max-62 {
max-width: 62% !important;
}

.mb-63 {
margin-bottom: 63px !important;
}

.mt-63 {
margin-top: 63px !important;
}

.mr-63 {
margin-right: 63px !important;
}

.ml-63 {
margin-left: 63px !important;
}

.w-63 {
width: 63% !important;
}

.w-max-63 {
max-width: 63% !important;
}

.mb-64 {
margin-bottom: 64px !important;
}

.mt-64 {
margin-top: 64px !important;
}

.mr-64 {
margin-right: 64px !important;
}

.ml-64 {
margin-left: 64px !important;
}

.w-64 {
width: 64% !important;
}

.w-max-64 {
max-width: 64% !important;
}

.mb-65 {
margin-bottom: 65px !important;
}

.mt-65 {
margin-top: 65px !important;
}

.mr-65 {
margin-right: 65px !important;
}

.ml-65 {
margin-left: 65px !important;
}

.w-65 {
width: 65% !important;
}

.w-max-65 {
max-width: 65% !important;
}

.mb-66 {
margin-bottom: 66px !important;
}

.mt-66 {
margin-top: 66px !important;
}

.mr-66 {
margin-right: 66px !important;
}

.ml-66 {
margin-left: 66px !important;
}

.w-66 {
width: 66% !important;
}

.w-max-66 {
max-width: 66% !important;
}

.mb-67 {
margin-bottom: 67px !important;
}

.mt-67 {
margin-top: 67px !important;
}

.mr-67 {
margin-right: 67px !important;
}

.ml-67 {
margin-left: 67px !important;
}

.w-67 {
width: 67% !important;
}

.w-max-67 {
max-width: 67% !important;
}

.mb-68 {
margin-bottom: 68px !important;
}

.mt-68 {
margin-top: 68px !important;
}

.mr-68 {
margin-right: 68px !important;
}

.ml-68 {
margin-left: 68px !important;
}

.w-68 {
width: 68% !important;
}

.w-max-68 {
max-width: 68% !important;
}

.mb-69 {
margin-bottom: 69px !important;
}

.mt-69 {
margin-top: 69px !important;
}

.mr-69 {
margin-right: 69px !important;
}

.ml-69 {
margin-left: 69px !important;
}

.w-69 {
width: 69% !important;
}

.w-max-69 {
max-width: 69% !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mt-70 {
margin-top: 70px !important;
}

.mr-70 {
margin-right: 70px !important;
}

.ml-70 {
margin-left: 70px !important;
}

.w-70 {
width: 70% !important;
}

.w-max-70 {
max-width: 70% !important;
}

.mb-71 {
margin-bottom: 71px !important;
}

.mt-71 {
margin-top: 71px !important;
}

.mr-71 {
margin-right: 71px !important;
}

.ml-71 {
margin-left: 71px !important;
}

.w-71 {
width: 71% !important;
}

.w-max-71 {
max-width: 71% !important;
}

.mb-72 {
margin-bottom: 72px !important;
}

.mt-72 {
margin-top: 72px !important;
}

.mr-72 {
margin-right: 72px !important;
}

.ml-72 {
margin-left: 72px !important;
}

.w-72 {
width: 72% !important;
}

.w-max-72 {
max-width: 72% !important;
}

.mb-73 {
margin-bottom: 73px !important;
}

.mt-73 {
margin-top: 73px !important;
}

.mr-73 {
margin-right: 73px !important;
}

.ml-73 {
margin-left: 73px !important;
}

.w-73 {
width: 73% !important;
}

.w-max-73 {
max-width: 73% !important;
}

.mb-74 {
margin-bottom: 74px !important;
}

.mt-74 {
margin-top: 74px !important;
}

.mr-74 {
margin-right: 74px !important;
}

.ml-74 {
margin-left: 74px !important;
}

.w-74 {
width: 74% !important;
}

.w-max-74 {
max-width: 74% !important;
}

.mb-75 {
margin-bottom: 75px !important;
}

.mt-75 {
margin-top: 75px !important;
}

.mr-75 {
margin-right: 75px !important;
}

.ml-75 {
margin-left: 75px !important;
}

.w-75 {
width: 75% !important;
}

.w-max-75 {
max-width: 75% !important;
}

.mb-76 {
margin-bottom: 76px !important;
}

.mt-76 {
margin-top: 76px !important;
}

.mr-76 {
margin-right: 76px !important;
}

.ml-76 {
margin-left: 76px !important;
}

.w-76 {
width: 76% !important;
}

.w-max-76 {
max-width: 76% !important;
}

.mb-77 {
margin-bottom: 77px !important;
}

.mt-77 {
margin-top: 77px !important;
}

.mr-77 {
margin-right: 77px !important;
}

.ml-77 {
margin-left: 77px !important;
}

.w-77 {
width: 77% !important;
}

.w-max-77 {
max-width: 77% !important;
}

.mb-78 {
margin-bottom: 78px !important;
}

.mt-78 {
margin-top: 78px !important;
}

.mr-78 {
margin-right: 78px !important;
}

.ml-78 {
margin-left: 78px !important;
}

.w-78 {
width: 78% !important;
}

.w-max-78 {
max-width: 78% !important;
}

.mb-79 {
margin-bottom: 79px !important;
}

.mt-79 {
margin-top: 79px !important;
}

.mr-79 {
margin-right: 79px !important;
}

.ml-79 {
margin-left: 79px !important;
}

.w-79 {
width: 79% !important;
}

.w-max-79 {
max-width: 79% !important;
}

.mb-80 {
margin-bottom: 80px !important;
}

.mt-80 {
margin-top: 80px !important;
}

.mr-80 {
margin-right: 80px !important;
}

.ml-80 {
margin-left: 80px !important;
}

.w-80 {
width: 80% !important;
}

.w-max-80 {
max-width: 80% !important;
}

.mb-81 {
margin-bottom: 81px !important;
}

.mt-81 {
margin-top: 81px !important;
}

.mr-81 {
margin-right: 81px !important;
}

.ml-81 {
margin-left: 81px !important;
}

.w-81 {
width: 81% !important;
}

.w-max-81 {
max-width: 81% !important;
}

.mb-82 {
margin-bottom: 82px !important;
}

.mt-82 {
margin-top: 82px !important;
}

.mr-82 {
margin-right: 82px !important;
}

.ml-82 {
margin-left: 82px !important;
}

.w-82 {
width: 82% !important;
}

.w-max-82 {
max-width: 82% !important;
}

.mb-83 {
margin-bottom: 83px !important;
}

.mt-83 {
margin-top: 83px !important;
}

.mr-83 {
margin-right: 83px !important;
}

.ml-83 {
margin-left: 83px !important;
}

.w-83 {
width: 83% !important;
}

.w-max-83 {
max-width: 83% !important;
}

.mb-84 {
margin-bottom: 84px !important;
}

.mt-84 {
margin-top: 84px !important;
}

.mr-84 {
margin-right: 84px !important;
}

.ml-84 {
margin-left: 84px !important;
}

.w-84 {
width: 84% !important;
}

.w-max-84 {
max-width: 84% !important;
}

.mb-85 {
margin-bottom: 85px !important;
}

.mt-85 {
margin-top: 85px !important;
}

.mr-85 {
margin-right: 85px !important;
}

.ml-85 {
margin-left: 85px !important;
}

.w-85 {
width: 85% !important;
}

.w-max-85 {
max-width: 85% !important;
}

.mb-86 {
margin-bottom: 86px !important;
}

.mt-86 {
margin-top: 86px !important;
}

.mr-86 {
margin-right: 86px !important;
}

.ml-86 {
margin-left: 86px !important;
}

.w-86 {
width: 86% !important;
}

.w-max-86 {
max-width: 86% !important;
}

.mb-87 {
margin-bottom: 87px !important;
}

.mt-87 {
margin-top: 87px !important;
}

.mr-87 {
margin-right: 87px !important;
}

.ml-87 {
margin-left: 87px !important;
}

.w-87 {
width: 87% !important;
}

.w-max-87 {
max-width: 87% !important;
}

.mb-88 {
margin-bottom: 88px !important;
}

.mt-88 {
margin-top: 88px !important;
}

.mr-88 {
margin-right: 88px !important;
}

.ml-88 {
margin-left: 88px !important;
}

.w-88 {
width: 88% !important;
}

.w-max-88 {
max-width: 88% !important;
}

.mb-89 {
margin-bottom: 89px !important;
}

.mt-89 {
margin-top: 89px !important;
}

.mr-89 {
margin-right: 89px !important;
}

.ml-89 {
margin-left: 89px !important;
}

.w-89 {
width: 89% !important;
}

.w-max-89 {
max-width: 89% !important;
}

.mb-90 {
margin-bottom: 90px !important;
}

.mt-90 {
margin-top: 90px !important;
}

.mr-90 {
margin-right: 90px !important;
}

.ml-90 {
margin-left: 90px !important;
}

.w-90 {
width: 90% !important;
}

.w-max-90 {
max-width: 90% !important;
}

.mb-91 {
margin-bottom: 91px !important;
}

.mt-91 {
margin-top: 91px !important;
}

.mr-91 {
margin-right: 91px !important;
}

.ml-91 {
margin-left: 91px !important;
}

.w-91 {
width: 91% !important;
}

.w-max-91 {
max-width: 91% !important;
}

.mb-92 {
margin-bottom: 92px !important;
}

.mt-92 {
margin-top: 92px !important;
}

.mr-92 {
margin-right: 92px !important;
}

.ml-92 {
margin-left: 92px !important;
}

.w-92 {
width: 92% !important;
}

.w-max-92 {
max-width: 92% !important;
}

.mb-93 {
margin-bottom: 93px !important;
}

.mt-93 {
margin-top: 93px !important;
}

.mr-93 {
margin-right: 93px !important;
}

.ml-93 {
margin-left: 93px !important;
}

.w-93 {
width: 93% !important;
}

.w-max-93 {
max-width: 93% !important;
}

.mb-94 {
margin-bottom: 94px !important;
}

.mt-94 {
margin-top: 94px !important;
}

.mr-94 {
margin-right: 94px !important;
}

.ml-94 {
margin-left: 94px !important;
}

.w-94 {
width: 94% !important;
}

.w-max-94 {
max-width: 94% !important;
}

.mb-95 {
margin-bottom: 95px !important;
}

.mt-95 {
margin-top: 95px !important;
}

.mr-95 {
margin-right: 95px !important;
}

.ml-95 {
margin-left: 95px !important;
}

.w-95 {
width: 95% !important;
}

.w-max-95 {
max-width: 95% !important;
}

.mb-96 {
margin-bottom: 96px !important;
}

.mt-96 {
margin-top: 96px !important;
}

.mr-96 {
margin-right: 96px !important;
}

.ml-96 {
margin-left: 96px !important;
}

.w-96 {
width: 96% !important;
}

.w-max-96 {
max-width: 96% !important;
}

.mb-97 {
margin-bottom: 97px !important;
}

.mt-97 {
margin-top: 97px !important;
}

.mr-97 {
margin-right: 97px !important;
}

.ml-97 {
margin-left: 97px !important;
}

.w-97 {
width: 97% !important;
}

.w-max-97 {
max-width: 97% !important;
}

.mb-98 {
margin-bottom: 98px !important;
}

.mt-98 {
margin-top: 98px !important;
}

.mr-98 {
margin-right: 98px !important;
}

.ml-98 {
margin-left: 98px !important;
}

.w-98 {
width: 98% !important;
}

.w-max-98 {
max-width: 98% !important;
}

.mb-99 {
margin-bottom: 99px !important;
}

.mt-99 {
margin-top: 99px !important;
}

.mr-99 {
margin-right: 99px !important;
}

.ml-99 {
margin-left: 99px !important;
}

.w-99 {
width: 99% !important;
}

.w-max-99 {
max-width: 99% !important;
}

.mb-100 {
margin-bottom: 100px !important;
}

.mt-100 {
margin-top: 100px !important;
}

.mr-100 {
margin-right: 100px !important;
}

.ml-100 {
margin-left: 100px !important;
}

.w-100 {
width: 100% !important;
}

.w-max-100 {
max-width: 100% !important;
}

/**

  @links
--------------------------------------------------------
  elements/_links.scss
-------------------------------------------------------- */

/*
 .js-carousel
----------------------------*/

.mod-main-carousel {
position: relative;
box-sizing: border-box;
height: auto;
margin: 0 auto;
padding: 0;
text-align: center;
}

.mod-main-carousel .js-carousel {
margin-bottom: 0;
background: #000;
}

.mod-main-carousel .js-carousel-controller {
position: relative;
display: table;
margin: -1px auto 0;
border-radius: 0 0 54px 54px / 0 0 24px 24px;
background: #000;
}

.mod-main-carousel .btn-prev,
.mod-main-carousel .btn-next {
position: absolute;
z-index: 2;
top: -4px;
width: 10px;
height: 10px;
padding: 0;
border: 0;
}

.mod-main-carousel .btn-prev:hover,
.mod-main-carousel .btn-prev:focus,
.mod-main-carousel .btn-prev:active,
.mod-main-carousel .btn-next:hover,
.mod-main-carousel .btn-next:focus,
.mod-main-carousel .btn-next:active {
background: rgba(255, 255, 255, .25);
}

.mod-main-carousel .btn-prev::before,
.mod-main-carousel .btn-next::before {
position: absolute;
top: 2px;
display: block;
width: 6px;
height: 6px;
content: '';
border-top: 2px solid #fff;
border-left: 2px solid #fff;
}

.mod-main-carousel .btn-prev .inner,
.mod-main-carousel .btn-next .inner {
display: block;
overflow: hidden;
height: 0;
}

.mod-main-carousel .btn-prev {
left: 20px;
}

.mod-main-carousel .btn-prev::before {
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.mod-main-carousel .btn-next {
right: 20px;
}

.mod-main-carousel .btn-next::before {
-webkit-transform: rotate(135deg);
        transform: rotate(135deg);
}

.mod-main-carousel .slick-dots {
position: relative;
top: -3px;
overflow: hidden;
margin-bottom: 0;
padding: 0 60px 4px 40px;
}

.mod-main-carousel .slick-dots > li {
display: table-cell;
padding-right: 10px;
vertical-align: top;
}

.mod-main-carousel .slick-dots > li.slick-active .btn-dots::before {
background: #009841;
}

.mod-main-carousel .slick-dots .btn-dots {
display: block;
width: 12px;
height: 12px;
border: 0;
background: transparent;
}

.mod-main-carousel .slick-dots .btn-dots::before {
display: block;
width: 10px;
height: 10px;
content: '';
border-radius: 50%;
background: #ccc;
}

.mod-main-carousel .slick-dots .btn-dots .inner {
display: block;
overflow: hidden;
height: 0;
}

.mod-main-carousel .btn-play {
position: absolute;
z-index: 2;
top: -4px;
right: 50px;
overflow: hidden;
width: 14px;
height: 14px;
padding: 0;
border: 0;
border-radius: 2px;
}

.mod-main-carousel .btn-play span {
position: relative;
display: block;
padding-left: 20px;
}

.mod-main-carousel .btn-play span::before {
position: absolute;
top: 2px;
left: 3px;
display: block;
width: 2px;
height: 10px;
content: '';
background: #ccc;
}

.mod-main-carousel .btn-play span:after {
position: absolute;
top: 2px;
left: 8px;
display: block;
display: block;
width: 2px;
height: 10px;
content: '';
background: #ccc;
}

.mod-main-carousel .btn-play.stop span::before {
top: 2px;
left: 4px;
width: 0;
height: 0;
border: 5px solid transparent;
border-left: 8px solid #999;
background: transparent;
}

.mod-main-carousel .btn-play.stop span:after {
display: none;
}

.mod-main-carousel .slick-slide a:hover {
opacity: .8;
}

.mod-main-carousel .slick-slide img {
display: block;
width: 100%;
max-width: initial;
border-radius: 4px;
}

.mod-main-carousel .slick-track > li {
max-width: 630px;
margin: 10px;
}

.mod-main-carousel img[src*='icon-'] {
display: none;
}

[data-script-enabled='true'] .mod-main-carousel {
overflow: hidden;
max-height: 235px;
}

.mod-carousel {
position: relative;
height: auto;
margin: 0 auto;
padding: 10px 40px 20px;
text-align: center;
}

.type-accessIndex .mod-carousel {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid #ccc;
}

.mod-carousel .js-carousel {
margin-bottom: 0;
}

.mod-carousel .js-carousel-controller {
display: table;
margin: 0 auto;
}

.mod-carousel .js-carousel-controller > * {
font-size: 0;
display: table-cell;
vertical-align: top;
}

.mod-carousel .slick-list {
height: 100%;
}

.mod-carousel .slick-track {
height: 100%;
}

.mod-carousel.type-full {
padding: 10px 0 20px;
}

.mod-carousel.type-full .btn-prev {
left: 0;
}

.mod-carousel.type-full .btn-next {
right: 0;
}

.mod-carousel .btn-prev,
.mod-carousel .btn-next {
position: absolute;
z-index: 2;
top: 0;
width: 44px;
height: 100%;
padding: 0;
border: 0;
}

.mod-carousel .btn-prev:hover::before,
.mod-carousel .btn-prev:focus::before,
.mod-carousel .btn-prev:active::before,
.mod-carousel .btn-next:hover::before,
.mod-carousel .btn-next:focus::before,
.mod-carousel .btn-next:active::before {
border-color: #009841;
}

.mod-carousel .btn-prev::before,
.mod-carousel .btn-next::before {
position: absolute;
top: 50%;
display: block;
width: 15px;
height: 15px;
margin: -7px 0 0;
content: '';
border-top: 2px solid #999;
border-left: 2px solid #999;
}

.mod-carousel .btn-prev .inner,
.mod-carousel .btn-next .inner {
display: block;
overflow: hidden;
height: 0;
}

.mod-carousel .btn-prev {
left: -40px;
}

.mod-carousel .btn-prev::before {
left: 23px;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.mod-carousel .btn-next {
right: -40px;
}

.mod-carousel .btn-next::before {
right: 23px;
-webkit-transform: rotate(135deg);
        transform: rotate(135deg);
}

.mod-carousel .slick-dots {
display: inline-block;
overflow: hidden;
margin-bottom: 0;
padding: 0 20px;
}

.mod-carousel .slick-dots > li {
float: left;
}

.mod-carousel .slick-dots > li.slick-active .btn-dots::before {
background: #009841;
}

.mod-carousel .slick-dots .btn-dots {
display: block;
width: 20px;
height: 20px;
border: 0;
background: transparent;
}

.mod-carousel .slick-dots .btn-dots::before {
display: block;
width: 10px;
height: 10px;
content: '';
border: 2px solid #fff;
border-radius: 50%;
background: #ccc;
}

.mod-carousel .slick-dots .btn-dots .inner {
display: block;
overflow: hidden;
height: 0;
}

.mod-carousel .btn-play {
overflow: hidden;
width: 14px;
height: 14px;
padding: 0;
border: 0;
border-radius: 2px;
background: #fff;
}

.mod-carousel .btn-play span {
position: relative;
display: block;
height: 10px;
padding-left: 20px;
}

.mod-carousel .btn-play span::before {
position: absolute;
top: 3px;
left: 3px;
display: block;
width: 3px;
height: 10px;
content: '';
background: #999;
}

.mod-carousel .btn-play span:after {
position: absolute;
top: 3px;
left: 8px;
display: block;
display: block;
width: 3px;
height: 10px;
content: '';
background: #999;
}

.mod-carousel .btn-play.stop span::before {
top: 2px;
left: 4px;
width: 0;
height: 0;
border: 5px solid transparent;
border-left: 8px solid #999;
background: transparent;
}

.mod-carousel .btn-play.stop span:after {
display: none;
}

.mod-carousel .slick-slide a:hover {
opacity: .8;
}

.mod-carousel .slick-slide img {
display: block;
width: 100%;
max-width: initial;
border-radius: 4px;
}

.mod-carousel .slick-track > li {
margin: 10px;
}

.mod-carousel img[src*='icon-'] {
display: none;
}

.mod-carousel-thumb {
position: relative;
box-sizing: border-box;
height: auto;
margin: 0 auto 0;
padding: 0;
text-align: center;
}

.mod-carousel-thumb .slick-dots > li .btn-dots img {
box-sizing: border-box;
transition: border-color 500ms;
border: 1px solid transparent;
}

.mod-carousel-thumb .slick-dots > li.slick-active .btn-dots img {
width: 100%;
border-color: #009942;
}

.mod-carousel-thumb .slick-slide a:hover {
opacity: .8;
}

.mod-carousel-thumb .slick-slide img {
display: block;
width: 100%;
max-width: initial;
border-radius: 4px;
}

.mod-carousel-thumb img[src*='icon-'] {
display: none;
}

[data-script-enabled='true'] .mod-carousel-thumb .js-carousel {
margin-bottom: 0;
}

[data-script-enabled='true'] .mod-carousel-thumb .js-carousel li:not(:first-child) {
position: absolute;
z-index: -1;
top: 0;
}

[data-script-enabled='true'] .mod-carousel-thumb .js-carousel.slick-slider li {
position: relative;
}

[data-script-enabled] .js-getData {
display: none;
}

.js-listInfo {
display: none;
}

[data-script-enabled] .js-listInfo {
display: block;
}

[data-script-enabled] .js-toggle .js-toggleBtn {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
padding: 14px 16px 14px 50px;
text-align: left;
}

[data-script-enabled] .js-toggle .js-toggleBtn::before,
[data-script-enabled] .js-toggle .js-toggleBtn:after {
position: absolute;
z-index: 1;
top: 28px;
left: 20px;
display: block;
width: 10px;
height: 2px;
content: '';
background-color: #fff;
}

[data-script-enabled] .js-toggle .js-toggleBtn:after {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}

[data-script-enabled] .js-toggle .js-toggleBtn.is-opened:after {
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}

[data-script-enabled] .js-toggle .js-toggleBtn span {
position: absolute;
top: 13px;
left: 50px;
display: inline-block;
color: transparent;
}

[data-script-enabled] .js-toggle .js-toggleBtn span::after {
position: absolute;
top: 0;
left: -40px;
display: block;
width: 30px;
height: 30px;
content: '';
border-radius: 50%;
background: #929292;
}

[data-script-enabled] .js-toggle .js-toggleHook {
position: relative;
}

[data-script-enabled] .js-toggle .js-toggleHook > span {
padding-left: 40px;
}

[data-script-enabled] .js-toggle .js-toggleContent {
overflow: hidden;
height: 0;
transition: height .5s;

will-change: height;
}

[data-script-enabled] .js-toggle .js-toggleContent .content {
visibility: hidden;
}

[data-script-enabled] .js-toggle .js-toggleContent.is-opened {
height: 100%;
}

[data-script-enabled] [data-tab-group] {
display: none;
}

.js-setData {
display: none;
}

[data-script-enabled] .js-setData {
display: block;
}

/* Slider */

.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;

-webkit-touch-callout: none;
-ms-touch-action: pan-y;
    touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}

.slick-list:focus {
outline: none;
}

.slick-list.dragging {
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}

.slick-track::before,
.slick-track:after {
display: table;
content: '';
}

.slick-track:after {
clear: both;
}

.slick-loading .slick-track {
visibility: hidden;
}

.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}

[dir='rtl'] .slick-slide {
float: right;
}

.slick-slide img {
display: block;
}

.slick-slide.slick-loading img {
display: none;
}

.slick-slide.dragging img {
pointer-events: none;
}

.slick-initialized .slick-slide {
display: block;
}

.slick-loading .slick-slide {
visibility: hidden;
}

.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
display: none;
}

/* apply-b
   ========================================================================== */

.collabotop_type-topApply .collabotop_type-topApplyBox {
background-image: url(/access/hikari/collabo/img/HC-bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.collabotop_type-topApply .mod-box .hdg {
padding-bottom: 10px;
border-bottom: none;
}

.collabotop_type-topApply .collabotop_type-topApplyBox .hdg {
text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.collabotop_type-topApply .mod-box.collabotop_type-topApplyBox .txt .mod-lytBtn .applyBtn {
max-width: 700px;
height: 80px;
}

.collabotop_type-topApply .mod-box .applyTel {
font-size: 2.8rem;
font-weight: bold;
line-height: 1.25;
margin-bottom: 12px;
}

.collabotop_type-topApply .mod-box .applyTel-2 {
font-size: 2.4rem;
font-weight: bold;
line-height: 1.25;
}

.collabotop_type-topApply .mod-box .applyTel img {
margin-right: 5px;
vertical-align: 0;
}

.collabotop_type-topApply .mod-box .applyTel-2 img {
width: 32px;
margin-right: 5px;
vertical-align: 0;
}

.collabotop_type-topApply .mod-lytBox {
margin-bottom: 30px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyTitle {
font-size: 1.2rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 5px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyTxt {
display: inline-block;
margin-right: 20px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyReception {
font-size: 1.2rem;
display: inline-block;
vertical-align: 30%;
}

/* apply-c
   ========================================================================== */

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 {
background-image: url(/access/hikari/collabo/img/HC-bg-2.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 {
background-image: url(/access/hikari/collabo/img/HC-bg-3.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 {
width: 62.6363%;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 {
width: 33.7273%;
}

.collabotop_type-topApply-2 .mod-box .hdg {
font-size: 2.8rem;
margin-bottom: 0;
padding-bottom: 10px;
text-align: left;
border-bottom: none;
}

.collabotop_type-topApply-2 .mod-lytBox {
margin-bottom: 30px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .hdg,
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTitle {
text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .applyTitle {
text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .txt {
margin-left: 55px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .cmp-applyTxt {
margin-top: 0;
text-align: left;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTitle {
margin-bottom: 5px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTel {
font-size: 3.4rem;
font-weight: bold;
line-height: 1.25;
margin-bottom: 5px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt-2 {
min-width: 205px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt-2 .applyTitle {
font-size: 1.4rem;
text-align: center;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .applyTxt-3 .applyTitle {
font-size: 1.6rem;
text-align: center;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .mod-lytBtn,
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .mod-lytBtn {
text-align: center;
}

.collabotop_type-topApply-2 .mod-box .applyTel-2 {
font-size: 2.4rem;
font-weight: bold;
line-height: 1.25;
}

.collabotop_type-topApply-2 .mod-box .applyTel img {
margin-right: 5px;
vertical-align: 0;
}

.collabotop_type-topApply-2 .mod-box .applyTel-2 img {
width: 32px;
margin-right: 5px;
vertical-align: 0;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-2 .applyTitle {
font-size: 1.2rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 5px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyTxt {
display: inline-block;
margin-right: 20px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyReception {
font-size: 1.2rem;
display: inline-block;
vertical-align: 30%;
}

@media only screen and (min-width: 767px) {
[data-script-enabled] .js-toggle[data-apply-device='sp'] .js-toggleHook {
padding-left: 0;
}

[data-script-enabled] .js-toggle[data-apply-device='sp'] .js-toggleContent {
height: auto !important;
}

[data-script-enabled] .js-toggle[data-apply-device='sp'] .js-toggleContent .content {
visibility: visible !important;
}

[data-script-enabled] .js-toggle[data-apply-device='sp'] .js-toggleBtn {
display: none !important;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 {
padding: 20px 30px 15px;
}

.collabotop_type-topApply .mod-box .brSp br {
display: none;
}

.collabotop_type-topApply .mod-box .imgSp {
display: none;
}

.collabotop_type-topApply .mod-box .mod-lytBtn .applyBtn {
font-size: 2.8rem;
}

.collabotop_type-topApply .mod-box.collabotop_type-topApplyBox {
margin-bottom: 10px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 {
padding: 20px 30px 15px;
}

.collabotop_type-topApply-2 .mod-box .brSp br {
display: none;
}

.collabotop_type-topApply-2 .mod-box .imgSp {
display: none;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .applyTxt-3 .applyTitle {
margin-top: 20px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .txt .mod-lytBtn .applyBtn,
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .txt .mod-lytBtn .applyBtn {
font-size: 2.0rem;
max-width: 205px;
height: 50px;
}
}

@media only screen and (min-width: 1120px) {
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt {
display: inline-block;
margin-right: 10px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt-2 {
font-size: 1.2rem;
display: inline-block;
vertical-align: top;
}
}

@media only screen and (max-width: 1120px) {
.str-main .str-content .str-contentBody,
.str-main > .str-serviceTitle > .content,
.str-main > .str-serviceTitle > .nav-service > ul,
.str-main > .str-contentInfo > .str-contentBody,
.str-footer > .nav-pageTop > span,
.str-footer > .str-content > .str-contentBody,
.str-siteInfo > .str-contentBody,
.mod-hdg2 > span {
padding-right: 10px;
padding-left: 10px;
}

.str-serviceTitle.type-accessIndex:after {
background-size: calc(100% + 126px) auto;
}

.str-serviceTitle.type-accessIndex .nav-location {
left: 10px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .img {
float: none;
max-width: 100%;
margin: 0 auto 20px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .txt {
text-align: center;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyTxt,
.applyReception {
text-align: left;
}

.collabotop_type-topApply .mod-box.collabotop_type-topApplyBox-2 .cmp-applyTxt {
margin-top: 15px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .txt {
margin-left: 20px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt {
display: block;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyReception {
display: block;
}

.collabotop_type-topApply-2 .mod-box .hdg {
text-align: center;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .cmp-applyTxt {
text-align: center;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .cmp-applyTxt .applyTxt {
margin-right: 0;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTxt-2 {
margin-top: 15px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .img {
float: none;
max-width: 100%;
margin: 0 auto 20px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .txt {
text-align: center;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyTxt,
.applyReception {
text-align: left;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-2 .cmp-applyTxt {
margin-top: 15px;
}
}

@media only screen and (max-width: 940px) {
.cmp-searchBox {
padding: 10px 10px 0;
}

.cmp-searchBox > * {
margin-bottom: 10px;
}

.cmp-searchBox > p {
float: none;
margin-bottom: 10px;
}

.cmp-searchBox > div {
width: calc(50% - 5px);
margin-left: 0;
}

.cmp-searchBox > div:nth-of-type(2n) {
margin-left: 10px;
}

.cmp-searchBox > div:last-child {
width: 100%;
}

.cmp-searchBox > div select {
width: 100%;
}
}

@media only screen and (max-width: 767px) {
body {
font-size: 14px;
line-height: 1.57143;
min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
margin-bottom: 12px;
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.7rem;
}

h3 {
font-size: 1.5rem;
}

h4 {
font-size: 1.5rem;
}

h5 {
font-size: 1.4rem;
}

h6 {
font-size: 1.4rem;
}

table {
margin-bottom: 16px;
}

button {
line-height: 1.57143;
}

.mod-btn .inlineSp,
.mod-btn-2 .inlineSp,
.mod-btn-3 .inlineSp,
.mod-btnBack .inlineSp,
.mod-btnNext .inlineSp {
display: inline;
}

.type-wXS.mod-btn,
.type-wXS.mod-btn-2,
.type-wXS.mod-btn-3,
.type-wXS.mod-btnBack,
.type-wXS.mod-btnNext,
.type-wS.mod-btn,
.type-wS.mod-btn-2,
.type-wS.mod-btn-3,
.type-wS.mod-btnBack,
.type-wS.mod-btnNext,
.type-wM.mod-btn,
.type-wM.mod-btn-2,
.type-wM.mod-btn-3,
.type-wM.mod-btnBack,
.type-wM.mod-btnNext,
.type-wL.mod-btn,
.type-wL.mod-btn-2,
.type-wL.mod-btn-3,
.type-wL.mod-btnBack,
.type-wL.mod-btnNext,
.type-wXL.mod-btn,
.type-wXL.mod-btn-2,
.type-wXL.mod-btn-3,
.type-wXL.mod-btnBack,
.type-wXL.mod-btnNext {
width: 100%;
}

.type-wXS.mod-btn,
.type-wXS.mod-btn-2,
.type-wXS.mod-btn-3,
.type-wXS.mod-btnBack,
.type-wXS.mod-btnNext {
max-width: 150px;
}

.type-wS.mod-btn,
.type-wS.mod-btn-2,
.type-wS.mod-btn-3,
.type-wS.mod-btnBack,
.type-wS.mod-btnNext {
max-width: 230px;
}

.type-wM.mod-btn,
.type-wM.mod-btn-2,
.type-wM.mod-btn-3,
.type-wM.mod-btnBack,
.type-wM.mod-btnNext {
max-width: 310px;
}

.type-wL.mod-btn,
.type-wL.mod-btn-2,
.type-wL.mod-btn-3,
.type-wL.mod-btnBack,
.type-wL.mod-btnNext,
.type-wXL.mod-btn,
.type-wXL.mod-btn-2,
.type-wXL.mod-btn-3,
.type-wXL.mod-btnBack,
.type-wXL.mod-btnNext {
max-width: 320px;
}

.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wL.mod-btnNext,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-2,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btn-3,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnBack,
.mod-lytBtn > li:first-child:last-child .type-wXL.mod-btnNext {
max-width: 320px;
}

.mod-txtLabel + .txt,
.mod-txtLabelM + .txt,
.mod-txtLabelL + .txt {
display: block;
margin-top: 6px;
}

.mod-hdg3 .mod-txtLabel,
.mod-hdg3 .mod-txtLabelM,
.mod-hdg3 .mod-txtLabelL {
top: 0;
}

[data-script-enabled] .nav-isp {
display: none;
}

.str-serviceTitle {
margin-bottom: 16px;
border-bottom-width: 3px;
}

.str-serviceTitle > .content {
height: 55px;
margin-bottom: 0 !important;
}

.str-serviceTitle .titleBlock .title {
font-size: 2.2rem;
}

.str-serviceTitle .titleBlock .title .sub {
font-size: 1.1rem;
}

.str-serviceTitle.type-accessIndex::before,
.str-serviceTitle.type-accessIndex:after {
display: none;
}

.str-serviceTitle.type-accessIndex > .content {
height: auto;
padding-right: 0;
padding-left: 0;
}

.str-serviceTitle.type-accessIndex .titleBlock,
.str-serviceTitle.type-accessIndex .txtBlock {
display: block;
width: auto;
padding-right: 10px;
padding-left: 10px;
}

.str-serviceTitle.type-accessIndex .titleBlock {
padding-top: 23px;
padding-bottom: 25px;
background-color: #009841;
background-image: url(/access/common_v2/img/bg-2.png);
}

.str-serviceTitle.type-accessIndex .titleBlock .title {
top: 2px;
padding-left: 37px;
}

.str-serviceTitle.type-accessIndex .titleBlock .title::before {
-webkit-transform: scale(.65);
        transform: scale(.65);
}

.str-serviceTitle.type-accessIndex .txtBlock {
padding-top: 20px;
padding-bottom: 25px;
background-image: url(/access/common_v2/img/bg-3.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.nav-service {
display: none;
}
.str-nav .nav-service.type-2 {
padding-left: 10px;
display: block;
}
.nav-location {
display: none;
}
.str-nav .nav-location {
padding-left: 10px;
display: block;
}
.str-contentBody .str-nav .nav-location {
padding-left: 0;
}

.nav-local > ul > li {
width: 50%;
}

.nav-local > ul > li:nth-child(n+3),
.nav-local > ul > li:nth-child(n+4) {
border-top: 0;
}

.str-main .str-content .str-contentBody {
padding-bottom: 36px;
}

.str-content.type-navContents > .str-contentBody {
padding-top: 34px;
padding-bottom: 40px;
}

.str-content.type-navContents .nav {
display: block;
}

.str-content.type-navContents .nav > .col {
width: auto;
padding: 0;
}

.str-content.type-navContents .nav > .col .hdg {
margin-bottom: 22px;
}

.str-content.type-navContents .nav > .col:nth-child(2) {
margin-top: 20px;
padding-top: 25px;
padding-left: 0;
border-top: 1px solid #d2d2d2;
border-left: none;
}

.str-contentInfo {
margin-top: -4px;
margin-bottom: 10px;
}

.str-footer > .str-content > .str-contentBody {
padding-top: 3px;
padding-bottom: 3px;
}

.str-footer > .str-content.type-linkSns .link > li.line {
display: inline-block;
background-color: #00c402;
}

.nav-pageTop.is-fixed.type-apply a {
top: -160px;
}

.nav-footer {
margin: 0 -10px;
}

.nav-footer > .col {
float: none;
box-sizing: border-box;
width: auto;
padding-right: 0;
}

.nav-footer > .col:first-of-type .category:first-child {
border-top: 0;
}

.nav-footer .category {
margin: 0;
border-top: 1px solid #fff;
}

.nav-footer .category dt,
.nav-footer .category p {
padding: 18px 16px;
}

.nav-footer .category dt > a[target='_blank'] img[src*='icon-'],
.nav-footer .category p > a[target='_blank'] img[src*='icon-'] {
left: 0;
}

.nav-footer .category dd ul > li a {
display: block;
padding: 13px 0 13px 56px;
}

.nav-footer .category dd ul > li a::before {
top: 0;
left: 35px;
margin: auto;
}

.nav-footer .category dd ul > li a[target='_blank'] img[src*='icon-'] {
top: 0;
bottom: 0;
left: 34px;
margin: auto;
}

.nav-footer .category dd ul > li:not(:last-child):after {
display: block;
width: calc(100% - 25px);
margin-left: auto;
content: '';
border-bottom: 2px solid #fff;
}

.nav-footer .category > dd {
margin-top: 0;
}

.nav-footer .category > dd .content {
border-top: 2px solid #fff;
}

[data-script-enabled] .nav-footer .category p,
[data-script-enabled] .nav-footer .category dt {
position: relative;
}

[data-script-enabled] .nav-footer .category dt {
padding-left: 50px;
}

[data-script-enabled] .nav-footer .category dt a {
padding-left: 0;
}

[data-script-enabled] .nav-footer .category dt a::before {
display: none;
}

[data-script-enabled] .nav-footer .category dt a[target='_blank'] {
padding-left: 22px;
}

[data-script-enabled] .nav-footer .category p {
padding-left: 24px;
}

[data-script-enabled] .nav-footer .category p a {
padding-left: 26px;
}

[data-script-enabled] .nav-footer .category button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
padding: 18px 16px 16px 50px;
}

[data-script-enabled] .nav-footer .category button::before,
[data-script-enabled] .nav-footer .category button:after {
top: 27px;
background: #333;
}

[data-script-enabled] .nav-footer .category button span {
position: relative;
top: 0;
left: -40px;
color: #e6e4da;
}

[data-script-enabled] .nav-footer .category button span:after {
top: -6px;
left: 0;
background: #fff;
}

.mod-hdg1 {
margin-bottom: 20px;
}

.mod-hdg2 {
margin-bottom: 18px;
border-top-width: 2px;
}

.mod-hdg2 > span {
padding: 16px 10px 14px;
}

.type-accessIndex .mod-hdg2 {
margin-bottom: 20px;
}

.type-accessIndex-1 .mod-hdg2 {
margin-bottom: 20px;
}

.type-accessIndex-2 .mod-hdg2 {
margin-bottom: 20px;
}

.mod-hdg3 {
margin-top: 32px;
margin-bottom: 10px;
padding-bottom: 5px;
}

.mod-hdg3:after {
width: 35px;
}

.mod-hdg2 + .str-contentBody > .mod-hdg3:first-child {
margin-top: 18px;
}

.mod-hdg4 {
min-height: 13px;
margin-top: 20px;
margin-bottom: 12px;
padding-bottom: 7px;
padding-left: 24px;
}

.mod-hdg4::before {
top: .25em;
left: 0;
width: 13px;
height: 13px;
border-width: 4px;
}

.mod-hdg5 {
margin-top: 13px;
margin-bottom: 1px;
padding-left: 22px;
}

.mod-hdg5::before {
top: .2em;
}

h3.mod-hdgTitle,
h4.mod-hdgTitle,
h5.mod-hdgTitle,
h6.mod-hdgTitle {
font-size: 1.3rem;
margin-top: 12px;
margin-bottom: 6px;
}

p.mod-txtTitle {
margin-top: 12px;
margin-bottom: 1px;
}

p.mod-txtTitle:first-child {
margin-top: 0;
}

.mod-txtTitleNum {
margin-top: 5px;
margin-bottom: 8px;
}

.mod-listLabel > li > .txt {
clear: both;
}

.mod-step .stepItem {
display: block;
}

.mod-step .stepItem > * {
display: block;
}

.mod-step .stepItem > div:not(.content) {
width: 100%;
margin-bottom: 20px;
}

.mod-step .stepItem {
padding: 19px;
}

.mod-step .stepItem > .img {
width: 100%;
}

.mod-step .stepItem > .img + .content {
width: 100%;
padding-left: 0;
text-align: center;
}

.mod-step .stepItem .content {
width: 100% !important;
padding-left: 0;
}

.type-block.mod-linkList > li,
.type-block.mod-linkInfo > li,
.type-block.mod-linkInner > li {
width: 50%;
}

.type-block.mod-linkList > li .brPc,
.type-block.mod-linkInfo > li .brPc,
.type-block.mod-linkInner > li .brPc {
display: inline;
}

.type-box.mod-linkList > li,
.type-box.mod-linkInfo > li,
.type-box.mod-linkInner > li {
width: 50%;
}

.type-box.mod-linkList > li:nth-child(n+3),
.type-box.mod-linkInfo > li:nth-child(n+3),
.type-box.mod-linkInner > li:nth-child(n+3),
.type-box.mod-linkList > li:nth-child(n+4),
.type-box.mod-linkInfo > li:nth-child(n+4),
.type-box.mod-linkInner > li:nth-child(n+4) {
border-top: 0;
}

.mod-linkInner > li .mod-linkInner {
display: none;
}

.mod-linkInfo > li b,
.mod-linkInfo > li a {
display: block;
}

.mod-linkInfo > li b > *,
.mod-linkInfo > li a > * {
display: block;
}

.mod-table.type-rwdBlock table,
.mod-table.type-rwdBlock caption,
.mod-table.type-rwdBlock thead,
.mod-table.type-rwdBlock tbody,
.mod-table.type-rwdBlock tr,
.mod-table.type-rwdBlock th,
.mod-table.type-rwdBlock td {
display: block;
}

.mod-table.type-rwdBlock tr:first-of-type th {
border-top-width: 1px;
}

.mod-table.type-rwdBlock th,
.mod-table.type-rwdBlock td {
width: 100%;
border-top-width: 0;
}

.mod-table.type-rwdBlock.type-col2 tbody tr {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;

-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mod-table.type-rwdBlock.type-col2 tbody tr td {
width: 50%;
}

.mod-table.type-rwdBlock.type-col2 tbody tr td:nth-of-type(2n) {
border-left: 0;
}

.mod-table.type-rwdScroll {
overflow: auto;
width: 100%;
}

.mod-table.type-rwdScroll table {
min-width: 800px;
margin: 0;
}

.mod-table.wS table {
min-width: 500px;
}

.mod-box .hdg + .lyt .txt {
padding-top: 18px;
}

.mod-box .hdg + .lyt .txt-2 {
padding: 0;
}

.mod-box .hdg {
margin-bottom: 3px;
padding-bottom: 15px;
}

.mod-box .lyt .img {
float: none;
max-width: none;
margin-right: 0;
}

.mod-box .lyt .txt .title {
text-align: center;
}

.mod-box > a {
padding: 29px 11px 49px;
}

.mod-box > a .lyt .img {
max-width: none;
margin-bottom: 0;
margin-left: 0;
}

.mod-box > a .lyt .img + .txt {
padding-top: 29px;
}

.mod-box.type-extendLinkArea:focus {
outline: 0;
box-shadow: 0;
}

.mod-box.type-apply {
text-align: left;
}

.mod-box {
padding: 19px 9px 15px 9px;
}

.mod-box a .img,
.mod-box .img {
margin-bottom: 20px;
}

.mod-box a .img:first-child:last-child,
.mod-box .img:first-child:last-child {
margin: -19px -9px -15px -9px;
}

.mod-box a .img:first-child:last-child img,
.mod-box .img:first-child:last-child img {
width: 100%;
}

.mod-box .txt .title {
margin-bottom: 14px;
}

.mod-box.type-areaLinkToggle .txt {
padding: 15px 9px 15px 9px;
}

.mod-box.type-areaToggle .txt {
padding: 15px 9px 15px 9px;
}

.mod-boxToggle .content {
padding: 9px;
}

.mod-lytBox {
display: block;
margin-top: -10px;
}

.mod-lytBox.type-col2 > .mod-box,
.mod-lytBox.type-col3 > .mod-box,
.mod-lytBox.type-col3-1 > .mod-box,
.mod-lytBox.type-col4 > .mod-box {
width: auto;
}

.mod-lytBox.type-col2 > .mod-box + .mod-box,
.mod-lytBox.type-col3 > .mod-box + .mod-box,
.mod-lytBox.type-col3-1 > .mod-box + .mod-box,
.mod-lytBox.type-col4 > .mod-box + .mod-box {
margin-top: 31px;
}

.type-col3-1 .mod-lytBox + .mod-lytBox {
margin-top: -10px;
}

.mod-lytBox.type-step > .mod-box {
overflow: visible;
}

.mod-lytBox.type-step > .mod-box::after {
position: absolute;
top: auto;
bottom: -30px;
left: 0;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.mod-lytBox.type-step > .mod-box:last-child:after {
display: none;
}

.mod-lytBox.type-step > .mod-box:not(:last-child) {
margin-bottom: 50px;
}

.mod-lytBox.type-step.type-col3 > .mod-box::after {
right: 0;
}

.mod-lytBox.type-step.type-col4 > .mod-box::after {
right: 0;
}

.mod-lytBtn {
margin: 0 0 16px;
}

.mod-lytBtn > li {
font-size: 14px;
}

.mod-lytBtn > li:first-child:last-child {
margin-top: 20px;
}

.mod-box.type-areaLinkToggle .mod-lytBtn > li,
.mod-box.type-areaToggle .mod-lytBtn > li {
margin-right: 8px;
margin-left: 8px;
}

.mod-lytBtn.type-col2 > li > a > span {
font-size: 1.4rem;
}

.mod-lytCol.type-col2,
.mod-lytCol.type-col3,
.mod-lytCol.type-col3-1,
.mod-lytCol.type-col4 {
margin-bottom: 31px;
}

.mod-lytCol.type-col2 > .col,
.mod-lytCol.type-col3 > .col,
.mod-lytCol.type-col3-1 > .col,
.mod-lytCol.type-col4 > .col {
float: none;
width: auto !important;
margin-left: 0;
}

.mod-lytCol.type-col2 > .col + .col,
.mod-lytCol.type-col3 > .col + .col,
.mod-lytCol.type-col3-1 > .col + .col,
.mod-lytCol.type-col4 > .col + .col {
margin-top: 12px;
}

.mod-lytImg.type-l > .img,
.mod-lytImg.type-r > .img {
float: none;
max-width: none;
margin-right: 0;
margin-bottom: 16px;
margin-left: 0;
text-align: center;
}

.mod-lytImg.type-hideSp {
display: none;
}

.mod-lytImg {
margin-bottom: 25px;
}

.mod-formRadio {
max-width: none;
height: 100px !important;
}

.mod-formRadio > li label {
max-width: none;
}

.cmp-applyTxt {
margin-top: 15px;
text-align: center;
}

.cmp-checkArea .stepBlock {
padding: 15px;
}

.cmp-checkArea .stepBlock > .step {
float: none;
width: 100%;
margin-bottom: 15px;
}

.cmp-checkArea .stepBlock > .step:nth-child(2n) {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.cmp-checkArea .stepBlock > .step:last-child {
margin-bottom: 0;
}

.cmp-checkArea .stepBlock > .step .listRadio > li {
float: none;
width: 100%;
margin-bottom: 10px;
text-align: center;
}

.cmp-checkArea .stepBlock > .step .listRadio > li label {
text-align: left;
}

.cmp-checkArea .stepBlock > .step .mod-formRadio {
margin: 0 auto;
}

.cmp-checkArea .stepBlock > .step .zipcode {
margin-right: 0;
}

.cmp-searchBox + .mod-lytBox {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
}

.cmp-searchBox + .mod-lytBox .mod-box {
width: 100%;

-webkit-order: 10;
-ms-flex-order: 10;
        order: 10;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order1 {
-webkit-order: 1;
-ms-flex-order: 1;
        order: 1;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order2 {
-webkit-order: 2;
-ms-flex-order: 2;
        order: 2;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order3 {
-webkit-order: 3;
-ms-flex-order: 3;
        order: 3;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order4 {
-webkit-order: 4;
-ms-flex-order: 4;
        order: 4;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order5 {
-webkit-order: 5;
-ms-flex-order: 5;
        order: 5;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order6 {
-webkit-order: 6;
-ms-flex-order: 6;
        order: 6;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order7 {
-webkit-order: 7;
-ms-flex-order: 7;
        order: 7;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order8 {
-webkit-order: 8;
-ms-flex-order: 8;
        order: 8;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order9 {
-webkit-order: 9;
-ms-flex-order: 9;
        order: 9;
}

.cmp-searchBox + .mod-lytBox .mod-box.is-order10 {
-webkit-order: 10;
-ms-flex-order: 10;
        order: 10;
}

.cmp-searchBox + .mod-lytBox.type-col3::after {
display: none;
}

.cmp-selectOption {
padding: 15px;
}

.cmp-selectOption > .lytCol .col {
width: 100%;
margin-bottom: 25px;
}

.cmp-selectOption > .lytCol .col:nth-child(2n) {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.cmp-selectOption > .lytCol .col:last-child {
margin-bottom: 0;
}

.cmp-selectOption > .lytCol .col .listRadio > li {
float: none;
width: 100%;
margin-bottom: 10px;
text-align: center;
}

.cmp-selectOption > .lytCol .col .listRadio > li label {
max-width: none;
text-align: left;
}

.cmp-selectOption > .lytCol.type-col3 .col {
width: 100%;
}

.cmp-selectOption > .lytCol.type-col3 .col + .col {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.cmp-selectOption .listRadio {
margin-top: 0;
}

.cmp-selectOption .listRadio > li {
float: none;
width: 100%;
max-width: none;
margin: 20px auto 10px;
text-align: center;
}

.cmp-selectOption .listRadio > li label {
max-width: none;
text-align: left;
}

.cmp-applyArea {
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
display: block;
box-sizing: border-box;
width: 100%;
padding: 10px 0;
background: #000;
}

.cmp-applyArea > ul {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
display:         flex;
box-sizing: border-box;
width: 100%;
text-align: center;

-webkit-justify-content: center;
-ms-flex-pack: center;
        justify-content: center;
}

.cmp-applyArea > ul > li {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
box-sizing: border-box;
width: 100%;
padding: 0 5px;
vertical-align: middle;

-webkit-justify-content: center;
-ms-flex-pack: center;
        justify-content: center;
}

.cmp-applyArea > ul > li > a {
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
height: auto !important;
box-shadow: none;

-webkit-align-items: center;
-ms-flex-align: center;
        align-items: center;
}

.cmp-applyArea > ul > li > a > span {
display: table;
width: 100%;
margin: 0 auto;
padding: 0;
}

.cmp-applyArea.type-col2 > ul > li {
width: calc(50% - 5px);
}

.cmp-productDetail .dataBlock-3 .hdg {
margin-top: 13px;
margin-bottom: 12px;
padding-left: 22px;
}

.cmp-productDetail .dataBlock-3 .hdg::before {
top: .2em;
}

.cmp-productDetail .dataBlock > .img {
width: 100%;
}

.cmp-productDetail .dataBlock > .description {
width: auto;
}

.cmp-productDetail .dataBlock.type-col2 > .img {
float: none;
}

.cmp-productDetail .dataBlock.type-col2 > .img .thumb {
margin-bottom: 20px;
}

.cmp-productDetail .dataBlock-3 > .col {
width: auto;
}

.cmp-productDetail .dataBlock-3 > .col:first-child {
float: none;
width: 100%;
}

.cmp-productDetail .dataBlock-3 > .col:nth-child(2) {
float: none;
width: 100%;
}

.alnSp-c {
text-align: center;
}

.sp-hide {
display: none;
}

.pc-hide {
display: block;
}

.sp-hide-inlineBlock {
display: none;
}

.pc-hide-inlineBlock {
display: inline-block;
}

.w-max-0 {
max-width: none !important;
}

.w-max-1 {
max-width: none !important;
}

.w-max-2 {
max-width: none !important;
}

.w-max-3 {
max-width: none !important;
}

.w-max-4 {
max-width: none !important;
}

.w-max-5 {
max-width: none !important;
}

.w-max-6 {
max-width: none !important;
}

.w-max-7 {
max-width: none !important;
}

.w-max-8 {
max-width: none !important;
}

.w-max-9 {
max-width: none !important;
}

.w-max-10 {
max-width: none !important;
}

.w-max-11 {
max-width: none !important;
}

.w-max-12 {
max-width: none !important;
}

.w-max-13 {
max-width: none !important;
}

.w-max-14 {
max-width: none !important;
}

.w-max-15 {
max-width: none !important;
}

.w-max-16 {
max-width: none !important;
}

.w-max-17 {
max-width: none !important;
}

.w-max-18 {
max-width: none !important;
}

.w-max-19 {
max-width: none !important;
}

.w-max-20 {
max-width: none !important;
}

.w-max-21 {
max-width: none !important;
}

.w-max-22 {
max-width: none !important;
}

.w-max-23 {
max-width: none !important;
}

.w-max-24 {
max-width: none !important;
}

.w-max-25 {
max-width: none !important;
}

.w-max-26 {
max-width: none !important;
}

.w-max-27 {
max-width: none !important;
}

.w-max-28 {
max-width: none !important;
}

.w-max-29 {
max-width: none !important;
}

.w-max-30 {
max-width: none !important;
}

.w-max-31 {
max-width: none !important;
}

.w-max-32 {
max-width: none !important;
}

.w-max-33 {
max-width: none !important;
}

.w-max-34 {
max-width: none !important;
}

.w-max-35 {
max-width: none !important;
}

.w-max-36 {
max-width: none !important;
}

.w-max-37 {
max-width: none !important;
}

.w-max-38 {
max-width: none !important;
}

.w-max-39 {
max-width: none !important;
}

.w-max-40 {
max-width: none !important;
}

.w-max-41 {
max-width: none !important;
}

.w-max-42 {
max-width: none !important;
}

.w-max-43 {
max-width: none !important;
}

.w-max-44 {
max-width: none !important;
}

.w-max-45 {
max-width: none !important;
}

.w-max-46 {
max-width: none !important;
}

.w-max-47 {
max-width: none !important;
}

.w-max-48 {
max-width: none !important;
}

.w-max-49 {
max-width: none !important;
}

.w-max-50 {
max-width: none !important;
}

.w-max-51 {
max-width: none !important;
}

.w-max-52 {
max-width: none !important;
}

.w-max-53 {
max-width: none !important;
}

.w-max-54 {
max-width: none !important;
}

.w-max-55 {
max-width: none !important;
}

.w-max-56 {
max-width: none !important;
}

.w-max-57 {
max-width: none !important;
}

.w-max-58 {
max-width: none !important;
}

.w-max-59 {
max-width: none !important;
}

.w-max-60 {
max-width: none !important;
}

.w-max-61 {
max-width: none !important;
}

.w-max-62 {
max-width: none !important;
}

.w-max-63 {
max-width: none !important;
}

.w-max-64 {
max-width: none !important;
}

.w-max-65 {
max-width: none !important;
}

.w-max-66 {
max-width: none !important;
}

.w-max-67 {
max-width: none !important;
}

.w-max-68 {
max-width: none !important;
}

.w-max-69 {
max-width: none !important;
}

.w-max-70 {
max-width: none !important;
}

.w-max-71 {
max-width: none !important;
}

.w-max-72 {
max-width: none !important;
}

.w-max-73 {
max-width: none !important;
}

.w-max-74 {
max-width: none !important;
}

.w-max-75 {
max-width: none !important;
}

.w-max-76 {
max-width: none !important;
}

.w-max-77 {
max-width: none !important;
}

.w-max-78 {
max-width: none !important;
}

.w-max-79 {
max-width: none !important;
}

.w-max-80 {
max-width: none !important;
}

.w-max-81 {
max-width: none !important;
}

.w-max-82 {
max-width: none !important;
}

.w-max-83 {
max-width: none !important;
}

.w-max-84 {
max-width: none !important;
}

.w-max-85 {
max-width: none !important;
}

.w-max-86 {
max-width: none !important;
}

.w-max-87 {
max-width: none !important;
}

.w-max-88 {
max-width: none !important;
}

.w-max-89 {
max-width: none !important;
}

.w-max-90 {
max-width: none !important;
}

.w-max-91 {
max-width: none !important;
}

.w-max-92 {
max-width: none !important;
}

.w-max-93 {
max-width: none !important;
}

.w-max-94 {
max-width: none !important;
}

.w-max-95 {
max-width: none !important;
}

.w-max-96 {
max-width: none !important;
}

.w-max-97 {
max-width: none !important;
}

.w-max-98 {
max-width: none !important;
}

.w-max-99 {
max-width: none !important;
}

.w-max-100 {
max-width: none !important;
}

[data-script-enabled] .js-toggle[data-apply-device='pc'] .js-toggleHook {
padding-left: 0;
}

[data-script-enabled] .js-toggle[data-apply-device='pc'] .js-toggleContent {
height: auto !important;
}

[data-script-enabled] .js-toggle[data-apply-device='pc'] .js-toggleContent .content {
visibility: visible !important;
}

[data-script-enabled] .js-toggle[data-apply-device='pc'] .js-toggleBtn {
display: none !important;
}

.collabotop_type-topApply .mod-box .brPc br {
display: none;
}

.collabotop_type-topApply .collabotop_type-topApplyBox {
background-size: 450px auto;
}

.collabotop_type-topApply .mod-box .imgPc {
display: none;
}

.collabotop_type-topApply .mod-box .hdg.applyHdg {
padding-bottom: 5px;
}

.collabotop_type-topApply .mod-box .applyTel {
font-size: 2.4rem;
}

.collabotop_type-topApply .mod-box .applyTel img {
width: 32px;
}

.collabotop_type-topApply .mod-box .applyTel a,
.collabotop_type-topApply .mod-box .applyTel-2 a {
text-decoration: underline;
color: inherit;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .img {
margin-bottom: 5px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .img img {
max-width: 215px;
margin-top: 0;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyTxt {
display: block;
margin: 0 auto 5px;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyTxt {
display: block;
margin: 0 auto 5px;
text-align: center;
}

.collabotop_type-topApply .collabotop_type-topApplyBox-2 .applyReception {
display: block;
text-align: center;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .img {
float: none;
max-width: 100%;
margin: 0 auto 20px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3,
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 {
width: 100%;
}

.collabotop_type-topApply-2 .mod-box .brPc br {
display: none;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 {
background-size: 480px auto;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 {
background-size: 250px auto;
}

.collabotop_type-topApply-2 .mod-box .imgPc {
display: none;
}

.collabotop_type-topApply-2 .mod-box .applyTel img {
width: 32px;
}

.collabotop_type-topApply-2 .mod-box .applyTel a,
.collabotop_type-topApply-2 .mod-box .applyTel-2 a {
text-decoration: underline;
color: inherit;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .txt .mod-lytBtn .applyBtn,
.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .txt .mod-lytBtn .applyBtn {
font-size: 2.4rem;
min-width: 230px;
min-height: 67px;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .txt {
margin-left: 0;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-4 .cmp-applyTxt {
margin-top: 0;
}

.collabotop_type-topApply-2 .mod-box .hdg {
font-size: 1.8rem;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTitle {
font-size: 1.4rem;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .applyTel {
font-size: 2.4rem;
}

.collabotop_type-topApply-2 .mod-box.collabotop_type-topApplyBox-3 .reception {
font-size: 1.2rem;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .img {
margin-bottom: 5px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .img img {
max-width: 215px;
margin-top: 0;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyTxt {
display: block;
margin: 0 auto 5px;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyTxt {
display: block;
margin: 0 auto 5px;
text-align: center;
}

.collabotop_type-topApply-2 .collabotop_type-topApplyBox-2 .applyReception {
display: block;
text-align: center;
}
}

@media only screen and (max-width: 500px) {
.cmp-applyTxt .tel::before {
display: block;
margin: 10px auto 6px;
}

.cmp-checkArea .stepBlock > .step .zipcode {
margin-right: 0;
}

.cmp-checkArea .stepBlock > .step .zipcode .icon {
margin-right: 10px;
}

.cmp-checkArea .stepBlock > .step .zipcode .txt {
margin-right: 5px;
}

.cmp-checkArea .stepBlock > .step .zipcode .txt:last-child {
margin-left: 5px;
}

.cmp-checkArea .stepBlock > .step .zipcode [type='text'] {
width: 90px;
}
}

@media print {
.nav-service {
position: relative !important;
}

.nav-pageTop {
position: relative !important;
opacity: 1 !important;
}
}

@media (-webkit-min-device-pixel-ratio: 2) {
.nav-footer .category > p:first-of-type > a[target='_blank'] img[src*='icon-'],
.nav-footer .category > dt > a[target='_blank'] img[src*='icon-'],
.nav-footer .category > dd ul > li > a[target='_blank'] img[src*='icon-'] {
top: 4px;
}

a img[src*='icon-'] {
top: .2em;
}

.mod-linkList b::before,
.mod-linkInfo b::before,
.mod-linkInner b::before,
.mod-linkList a::before,
.mod-linkInfo a::before,
.mod-linkInner a::before {
top: .15em;
}

.mod-linkList b[target='_blank'] img[src*='icon-'],
.mod-linkInfo b[target='_blank'] img[src*='icon-'],
.mod-linkInner b[target='_blank'] img[src*='icon-'],
.mod-linkList a[target='_blank'] img[src*='icon-'],
.mod-linkInfo a[target='_blank'] img[src*='icon-'],
.mod-linkInner a[target='_blank'] img[src*='icon-'] {
top: .3em;
}

.mod-linkInfo > li b[target='_blank'] img[src*='icon-'],
.mod-linkInfo > li a[target='_blank'] img[src*='icon-'] {
top: .5em;
}

.mod-linkInfo > li b::before,
.mod-linkInfo > li a::before {
top: .4em;
}
}

.color_red {
  color: #FF0000;
}