@charset "utf-8";

/* ===================================================================
css information

File Name  : common.css
Author     :
Style Info :
=================================================================== */

/*********************************************************************

Browser Default Initialization

*********************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    letter-spacing: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

dl,
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: bottom;
}

img,
x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0;
}

a {
    color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

a,
b,
big,
i,
s,
small,
strike,
strong,
sub,
sup,
u,
span,
em {
    font-weight: inherit;
    line-height: inherit;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*********************************************************************

common

*********************************************************************/

html,
input,
select,
textarea,
button {
    color: #303030;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 93.8%;
}

body {
    background: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

@media screen and (max-width:768px) {
    html {
        font-size: 75%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.3;
    }

    p {
        line-height: 1.65;
    }
}

/* ===================================================================
 font-family
=================================================================== */

html,
input,
select,
textarea,
button,
pre {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.bn-ie,
.bn-ie input,
.bn-ie select,
.bn-ie textarea,
.bn-ie button {
    font-family: 'Segoe UI', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ===================================================================
 cursor
=================================================================== */

.device-mobile *,
.device-tablet * {
    cursor: pointer;
}

/* ===================================================================
 clearfix
=================================================================== */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
    /*\*/
    /*/ height:auto; overflow:hidden; /**/
}

*:first-child+html .clearfix {
    zoom: 1;
}

/* ===================================================================
 clear
=================================================================== */

.clear {
    clear: both;
}

/* ===================================================================
 text-align
=================================================================== */

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

@media print,
screen and (min-width:769px) {
    .align-left-pc {
        text-align: left !important;
    }

    .align-right-pc {
        text-align: right !important;
    }

    .align-center-pc {
        text-align: center !important;
    }
}

@media screen and (max-width:768px) {
    .align-left-sp {
        text-align: left !important;
    }

    .align-right-sp {
        text-align: right !important;
    }

    .align-center-sp {
        text-align: center !important;
    }
}

/* ===================================================================
 vertical-align
=================================================================== */

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

@media print,
screen and (min-width:769px) {
    .v-align-top-pc {
        vertical-align: top !important;
    }

    .v-align-middle-pc {
        vertical-align: middle !important;
    }

    .v-align-bottom-pc {
        vertical-align: bottom !important;
    }
}

@media screen and (max-width:768px) {
    .v-align-top-sp {
        vertical-align: top !important;
    }

    .v-align-middle-sp {
        vertical-align: middle !important;
    }

    .v-align-bottom-sp {
        vertical-align: bottom !important;
    }
}

/* ===================================================================
 display:none
=================================================================== */

@media print,
screen and (min-width:769px) {
    .only-sp {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .only-pc {
        display: none !important;
    }
}

/* ===================================================================
 message
=================================================================== */

.note-message,
.error-message,
.default-message {
    font-size: 1rem;
    line-height: 1.75;
}

.note-message {
    color: #606060;
}

.error-message,
.caution-message {
    color: #ff0000;
}

.default-message {
    color: #303030;
}

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

    .note-message,
    .error-message,
    .default-message {
        line-height: 1.65;
    }
}

/* ===================================================================
 indent
=================================================================== */

.indent-1 {
    text-indent: -1em;
    margin-left: 1em;
}

/* ===================================================================
 form
=================================================================== */

input,
textarea,
button,
select {
    color: #303030;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="tel"] {
    width: 100%;
    height: 42px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    background: #fff;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+span {
    display: inline-block;
    vertical-align: middle;
    color: #505050;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0 2px 32px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

input.nomal[type="checkbox"]+span {
    color: #303030;
    font-weight: normal;
    padding-left: 28px;
}

input[type="checkbox"]+span:before,
input[type="checkbox"]+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    margin: -10px 0 0 0;
}

input[type="checkbox"]+span:before {
    background: #fff;
    border: #dcdcdc 1px solid;
    z-index: 0;
}

input[type="checkbox"]+span:after {
    background: URL(/img/checkbox_checked.png) no-repeat center center;
    background-size: 14px;
    opacity: 0;
    visibility: hidden;
}

input[type="checkbox"]:checked+span:after {
    opacity: 1;
    visibility: visible;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+span {
    display: inline-block;
    vertical-align: middle;
    color: #303030;
    font-size: 1rem;
    line-height: 1.5;
    padding: 2px 0 2px 28px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

input[type="radio"]+span:before,
input[type="radio"]+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

input[type="radio"]+span:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    left: 0;
    background: #fff;
    border: #dcdcdc 1px solid;
    z-index: 0;
}

input[type="radio"]+span:after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    left: 6px;
    background: #505050;
    opacity: 0;
    visibility: hidden;
}

input[type="radio"]:checked+span:after {
    opacity: 1;
    visibility: visible;
}

select {
    width: 100%;
    height: 42px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 31px 0 12px;
    background: #fff URL(/img/arrow_select.png) no-repeat right center;
    background-size: 31px;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

select::-ms-expand {
    display: none;
}

textarea {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    background: #fff;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
    resize: none;
    line-height: 1.75;
    overflow: hidden;
}

/* disabled */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="url"]:disabled,
input[type="email"]:disabled,
input[type="datetime"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime-local"]:disabled,
input[type="number"]:disabled,
input[type="range"]:disabled,
input[type="color"]:disabled,
input[type="tel"]:disabled,
select:disabled,
textarea:disabled {
    color: #606060;
    background-color: #f9f9f9;
    -webkit-text-fill-color: #606060 !important;
    -webkit-opacity: 1 !important;
}

/* error */
input[type="text"].form-error,
input[type="password"].form-error,
input[type="search"].form-error,
input[type="url"].form-error,
input[type="email"].form-error,
input[type="datetime"].form-error,
input[type="date"].form-error,
input[type="month"].form-error,
input[type="week"].form-error,
input[type="time"].form-error,
input[type="datetime-local"].form-error,
input[type="number"].form-error,
input[type="range"].form-error,
input[type="color"].form-error,
input[type="tel"].form-error,
select.form-error,
textarea.form-error {
    border-color: #ff0000;
}

/* file */
input[type="file"][data-inputFile-model] {
    display: none !important;
}

/* placeholder */
:placeholder-shown {
    color: #909090;
}

::-webkit-input-placeholder {
    color: #909090;
}

::-moz-placeholder {
    color: #909090;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #909090;
}

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

    input,
    textarea,
    button,
    select {
        font-size: 1.083rem;
    }

    input[type="text"],
    input[type="password"],
    input[type="search"],
    input[type="url"],
    input[type="email"],
    input[type="datetime"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="number"],
    input[type="range"],
    input[type="color"],
    input[type="tel"] {
        height: 45px;
        line-height: 43px;
        padding: 0 6px;
        border-radius: 2px;
    }

    input[type="checkbox"]+span {
        line-height: 1.3;
        padding: 2px 0 2px 24px;
    }

    input.nomal[type="checkbox"]+span {
        font-size: 1.083rem;
        padding-left: 24px;
    }

    input[type="checkbox"]+span:before,
    input[type="checkbox"]+span:after {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 0;
    }

    input[type="checkbox"]+span:after {
        background-size: 10px;
    }

    input[type="radio"]+span {
        font-size: 1.083rem;
        line-height: 1.3;
        padding: 2px 0 2px 24px;
    }

    input[type="radio"]+span:before {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 0;
    }

    input[type="radio"]+span:after {
        width: 8px;
        height: 8px;
        margin: -4px 0 0 0;
        left: 4px;
    }

    select {
        height: 45px;
        line-height: 43px;
        padding: 0 23px 0 6px;
        background-image: URL(/img/arrow_select-sp.png);
        background-size: 27px;
        border-radius: 2px;
    }

    textarea {
        padding: 11px 6px;
        border-radius: 2px;
        line-height: 1.65;
    }
}

/*********************************************************************

#g-header - rwd

*********************************************************************/

#g-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#g-header .inner {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#g-header .l-cont,
#g-header .r-cont {
    height: 64px;
    font-size: 0;
}

#g-header .l-cont:before,
#g-header .r-cont:before,
#g-header .l-cont>*,
#g-header .r-cont>* {
    display: inline-block;
    vertical-align: middle;
}

#g-header .l-cont:before,
#g-header .r-cont:before {
    content: '';
    width: 0;
    height: 100%;
}

#g-header .l-cont>*,
#g-header .r-cont>* {
    max-width: 100%;
}

#g-header .l-cont {
    float: left;
    text-align: left;
}

#g-header .r-cont {
    float: right;
    text-align: right;
}

#g-header .logo {
    font-size: 1rem;
}

#g-header .logo img {
    width: auto;
    height: 42px;
}

#g-header .logo-corp {
    font-size: 1rem;
    padding: 0 0 0 20px;
}

#g-header .logo-corp img {
    width: auto;
    height: 22px;
}

#g-header .drop-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#g-header .drop-nav-button {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 22px 0 0;
    position: relative;
    background: URL(/img/nav_arrow.png) no-repeat right center;
    background-size: 20px;
}

#g-header .drop-nav-menu {
    width: 210px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    border: #e9e9e9 1px solid;
    text-align: left;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

#g-header .drop-nav-menu ul {
    padding: 20px 0;
}

#g-header .drop-nav-menu li a {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    padding: 7px 30px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#g-header-top {
    background: #fff;
    border-bottom: #dcdcdc 1px solid;
}

#g-header-top .l-cont,
#g-header-top .r-cont {
    position: relative;
}

#g-header-top .l-cont {
    z-index: 1;
}

#g-header-top .r-cont {
    z-index: 0;
}

#g-header-top .cmn-link-1 {
    font-size: 0.933rem;
    line-height: 1.35;
}

#g-header-top .category-nav {
    padding-left: 20px;
}

#g-header-top .category-nav .drop-nav {
    margin-left: 20px;
}

#g-header-top .category-nav .drop-nav-button {
    font-size: 16px;
    font-weight: bold;
}

#g-header-top .category-nav .no-menu {
    background: none !important;
    ;
}

#g-header-top .guest-items>*,
#g-header-top .member-items>* {
    display: inline-block;
    vertical-align: middle;
}

#g-header-top .guest-items {
    padding: 0 0 0 10px;
}

#g-header-top .guest-items .cmn-button-2 {
    margin-left: 10px;
}

#g-header-top .member-items {
    padding: 0 0 0 20px;
}

#g-header-top .member-items .drop-nav-button {
    font-size: 14px;
    padding-left: 26px;
}

#g-header-top .member-items .drop-nav-button:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -10px 0 0 0;
    background: URL(/img/pc_user.png) no-repeat center center;
    background-size: 100%;
}

/* hover */
#g-header .drop-nav-menu li a:hover {
    color: #1f44b1;
}

/* drop-nav type */
#g-header .drop-nav.type-l .drop-nav-menu {
    left: 0;
    right: auto;
}

#g-header .drop-nav.type-r .drop-nav-menu {
    left: auto;
    right: 0;
}

/* default */
#g-header .drop-nav-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0px) translateY(-20px);
    -ms-transform: translateX(0px) translateY(-20px);
    transform: translateX(0px) translateY(-20px);
}

/* active */
#g-header .drop-nav.active .drop-nav-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

/* clearfix element */
#g-header .inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html #g-header .inner {
    zoom: 1;
    /*\*/
    /*/ height:auto; overflow:hidden; /**/
}

*:first-child+html #g-header .inner {
    zoom: 1;
}

@media screen and (max-width:768px) {
    #g-header {
        width: 100%;
        min-width: 320px;
    }

    #g-header .inner {
        max-width: none;
    }

    #g-header .l-cont,
    #g-header .r-cont {
        height: 45px;
        font-size: 0;
    }

    #g-header .logo img {
        height: 32px;
    }

    #g-header-top .inner {
        padding: 0 10px;
    }

    /* hover */
    #g-header .drop-nav-menu li a:hover {
        color: #333;
    }

    /* sp element */
    #g-header-top .sp-cont-nav {
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        font-size: 1rem;
        overflow: hidden;
        text-align: left;
        text-indent: -9999px;
        background: no-repeat center center;
        background-size: 100%;
    }

    #g-header-top .sp-cont-nav.icon-cart {
        background-image: URL(/img/sp_cart.png);
    }

    #g-header-top .sp-cont-nav.icon-user {
        background-image: URL(/img/sp_user.png);
    }
}

/*********************************************************************

#g-footer - rwd

*********************************************************************/

#g-footer {
    background: #333;
    padding: 0 0 50px 0;
    position: relative;
    z-index: 99;
}

#g-footer>.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#g-footer-top {
    padding: 40px 0 0 0;
}

#g-footer-bottom {
    padding: 35px 0 0 0;
}

#g-footer-bottom .copyright {
    font-size: 0.933rem;
    color: #ddd;
    line-height: 1.35;
    text-align: center;
}

#g-footer-nav {
    text-align: center;
    font-size: 0;
    padding: 0 80px;
}

#g-footer-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0;
    margin: 0 40px 0 0;
}

#g-footer-nav li>* {
    font-size: 0.933rem;
    color: #ddd;
    line-height: 1.35;
}

#g-footer-nav li a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* hover */
#g-footer-nav li a:hover {
    opacity: 0.75;
}

/* margin adjust */
#g-footer-nav li:last-of-type {
    margin-right: 0px;
}

@media screen and (max-width:768px) {
    #g-footer {
        padding: 0 0 45px 0;
    }

    #g-footer>.inner {
        max-width: none;
    }

    #g-footer-top {
        padding: 20px 0 0 0;
    }

    #g-footer-bottom {
        padding: 32px 0 0 0;
    }

    #g-footer-bottom .copyright {
        font-size: 1rem;
        line-height: 1.3;
    }

    #g-footer-nav {
        text-align: left;
        padding: 0;
    }

    #g-footer-nav li {
        display: block;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

    #g-footer-nav li>* {
        display: block;
        font-size: 1rem;
        line-height: 1.3;
        padding: 8px 20px;
    }

    /* hover */
    #g-footer-nav li a:hover {
        opacity: 1;
    }
}

/*********************************************************************

#page-top - rwd

*********************************************************************/

#page-top {
    width: 100%;
    height: 0;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100;
}

#page-top-button {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #333 URL(/img/to_top_arrow.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* absolute */
#page-top-button.absolute {
    position: absolute;
}

/* visible */
#page-top-button.visible {
    opacity: 1;
    visibility: visible;
}

/*********************************************************************

#sp-drawer-members

*********************************************************************/

#sp-drawer-members {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

#sp-drawer-members-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#sp-drawer-members-menu {
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(280px) translateY(0px);
    -ms-transform: translateX(280px) translateY(0px);
    transform: translateX(280px) translateY(0px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

#sp-drawer-members-head {
    width: 100%;
    height: 45px;
    border-bottom: #e9e9e9 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#sp-drawer-members-body {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    padding: 45px 0 0 0;
}

#sp-drawer-members-body .frame {
    height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0;
}

/* init */
#sp-drawer-members-body.init {
    opacity: 1;
    visibility: visible;
}

/* open */
#sp-drawer-members.open #sp-drawer-members-overlay {
    opacity: 1;
    visibility: visible;
}

#sp-drawer-members.open #sp-drawer-members-menu {
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

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

    /* navigation */
    #sp-drawer-members .sp-drawer-nav {
        padding: 15px 0;
    }

    #sp-drawer-members .sp-drawer-nav li a {
        display: block;
        height: 44px;
        line-height: 44px;
        color: #333;
        font-size: 14px;
        padding: 0 30px;
    }

    /* open */
    #sp-drawer-members {
        display: block;
    }
}

/*********************************************************************

#container - rwd

*********************************************************************/

#container {
    background: #fff;
    padding: 65px 0 32px 0;
}

#container>.inner {
    width: 100%;
    max-width: 1000px;
    min-height: 480px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    #container {
        width: 100%;
        min-width: 320px;
        padding: 46px 0 25px 0;
    }

    #container>.inner {
        max-width: none;
        min-height: 0;
    }
}

/*********************************************************************

.cmn-content-box-1 - rwd（コンテンツ囲み - 汎用）

*********************************************************************/

.cmn-content-box-1 {
    padding: 0 20px;
}

.cmn-content-box-1>.inner {
    padding: 0 10px;
}

/* border */
.cmn-content-box-1>.inner.bdr-bottom {
    border-bottom: #dcdcdc 1px solid;
}

/* padding */
.cmn-content-box-1>.inner.pad-bottom-l {
    padding-bottom: 50px;
}

.cmn-content-box-1>.inner.pad-bottom-m {
    padding-bottom: 32px;
}

.cmn-content-box-1>.inner.pad-bottom-0 {
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
    .cmn-content-box-1>.inner {
        padding: 0;
    }

    /* padding */
    .cmn-content-box-1>.inner.pad-bottom-l {
        padding-bottom: 25px;
    }

    .cmn-content-box-1>.inner.pad-bottom-m {
        padding-bottom: 25px;
    }
}

/*********************************************************************

.cmn-title-wrap-1 - rwd（見出し囲み - 汎用）

*********************************************************************/

.cmn-title-wrap-1 {
    position: relative;
}

.cmn-title-wrap-1>.cmn-link-1 {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -15px 0 0 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* margin-adjust */
.cmn-title-wrap-1>.cmn-title-l-1+.cmn-link-1 {
    margin-top: -4px;
}

@media screen and (max-width:768px) {
    .cmn-title-wrap-1>.cmn-link-1 {
        height: 26px;
        line-height: 26px;
        margin: -13px 0 0 0;
    }

    /* margin-adjust */
    .cmn-title-wrap-1>.cmn-title-l-1+.cmn-link-1 {
        margin-top: -11px;
    }
}


/*********************************************************************

.cmn-title-l-1 - rwd（見出し - 大 - 汎用）

*********************************************************************/

.cmn-title-l-1 {
    color: #404040;
    font-size: 1.733rem;
    font-weight: bold;
    padding: 42px 0 20px 0;
}

@media screen and (max-width:768px) {
    .cmn-title-l-1 {
        font-size: 1.5rem;
        padding: 22px 0 18px 0;
    }
}

/*********************************************************************

.cmn-title-m-1 - rwd（見出し - 中 - 汎用）

*********************************************************************/

.cmn-title-m-1 {
    color: #404040;
    font-size: 1.333rem;
    font-weight: bold;
    padding: 27px 0 0 0;
}

@media screen and (max-width:768px) {
    .cmn-title-m-1 {
        font-size: 1.25rem;
        padding: 22px 0 0 0;
    }
}

/*********************************************************************

.cmn-title-s-1 - rwd（見出し - 小 - 汎用）

*********************************************************************/

.cmn-title-s-1 {
    color: #303030;
    font-size: 1.067rem;
    font-weight: bold;
    padding: 28px 0 4px 0;
}

@media screen and (max-width:768px) {
    .cmn-title-s-1 {
        font-size: 1.083rem;
        padding: 22px 0 5px 0;
    }
}

/*********************************************************************

.cmn-drawer-open-btn-1 - rwd（ドロワーメニュー開くボタン - 汎用）

*********************************************************************/

.cmn-drawer-open-btn-1 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -16px 0 0 0;
    background: URL(/img/drawer_open_btn.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

/*********************************************************************

.cmn-drawer-close-btn-1 - rwd（ドロワーメニュー閉じるボタン - 汎用）

*********************************************************************/

.cmn-drawer-close-btn-1 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -16px 0 0 0;
    background: URL(/img/drawer_close_btn.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

/*********************************************************************

.cmn-button-1 - rwd（ボタン - 汎用）

*********************************************************************/

.cmn-button-1-wrap-1 {
    margin: 32px 0 0 0;
    font-size: 0;
    text-align: center;
}

.cmn-button-1 {
    width: 180px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #606060;
    border: 0;
    outline: 0;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    position: relative;
    padding: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* input[type="file"] */
label.cmn-button-1 input[type="file"] {
    display: none;
}

/* hover */
.cmn-button-1:hover {
    opacity: 0.75;
}

/* size */
.cmn-button-1.button-size-1 {
    width: 180px;
}

.cmn-button-1.button-size-2 {
    width: 130px;
}

.cmn-button-1.button-size-3 {
    width: 70px;
}

/* color */
.cmn-button-1.button-color-1 {
    background-color: #606060;
}

.cmn-button-1.button-color-2 {
    background-color: #909090;
}

/* disabled */
input.cmn-button-1[type="submit"]:disabled {
    opacity: 0.5;
    -webkit-text-fill-color: #fff !important;
    -webkit-opacity: 0.5 !important;
    cursor: default !important;
}

@media screen and (max-width:768px) {
    .cmn-button-1-wrap-1 {
        margin: 25px 0 0 0;
    }

    .cmn-button-1 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        border-radius: 2px;
    }

    /* hover */
    .cmn-button-1:hover {
        opacity: 1;
    }

    /* size */
    .cmn-button-1.button-size-1 {
        width: 100%;
    }

    .cmn-button-1.button-size-2 {
        width: 100%;
    }

    .cmn-button-1.button-size-3 {
        width: 70px;
    }
}

/*********************************************************************

.cmn-button-2 - rwd（ボタン - 汎用）

*********************************************************************/

.cmn-button-2-wrap-1 {
    font-size: 0;
    text-align: center;
}

.cmn-button-2 {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    background: #1f44b1;
    border: 0;
    outline: 0;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    position: relative;
    padding: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* hover */
.cmn-button-2:hover {
    opacity: 0.75;
}

/* size */
.cmn-button-2.button-size-1 {
    width: 120px;
}

.cmn-button-2.button-size-2 {
    width: 120px;
}

/* color */
.cmn-button-2.button-color-1 {
    background-color: #1f44b1;
}

.cmn-button-2.button-color-2 {
    color: #666;
    line-height: 28px;
    background-color: #fff;
    border: #e9e9e9 1px solid;
}

@media screen and (max-width:768px) {
    .cmn-button-2 {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    /* hover */
    .cmn-button-2:hover {
        opacity: 1;
    }

    /* size */
    .cmn-button-2.button-size-2 {
        width: 100px;
    }

    /* color */
    .cmn-button-2.button-color-2 {
        line-height: 18px;
    }
}

/*********************************************************************

.cmn-link-1 - rwd（リンク - 汎用）

*********************************************************************/

.cmn-link-1-wrap-1 {
    font-size: 0;
}

.cmn-link-1 {
    display: inline-block;
    vertical-align: top;
    color: #1f44b1;
    font-size: 1rem;
    line-height: 1.5;
    padding: 2px 0 2px 25px;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.cmn-link-1:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    background: URL(/img/arrow_right.png) no-repeat center center;
    background-size: 100%;
}

/* type */
.cmn-link-1.arrow-1:before {
    background-image: URL(/img/arrow_right.png);
}

.cmn-link-1.arrow-2:before {
    background-image: URL(/img/arrow_left.png);
}

/* margin-adjust */
.cmn-link-1+.cmn-link-1 {
    margin-left: 26px;
}

/* hover */
.cmn-link-1:hover {
    opacity: 0.75;
}

@media screen and (max-width:768px) {
    .cmn-link-1 {
        line-height: 1.3;
        padding: 3px 0 2px 22px;
    }

    .cmn-link-1:before {
        width: 18px;
        height: 18px;
        margin: -9px 0 0 0;
    }

    /* hover */
    .cmn-link-1:hover {
        opacity: 1;
    }
}

/*********************************************************************

.cmn-link-2 - rwd（リンク - インラインテキスト - 汎用）

*********************************************************************/

.cmn-link-2 {
    color: #1f44b1;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
}

/* hover */
.cmn-link-2:hover {
    text-decoration: underline;
}

/*********************************************************************

.cmn-checkbox-1 - rwd（チェックボックス - 汎用）

*********************************************************************/

.cmn-checkbox-1-wrap-1 {
    font-size: 0;
}

.cmn-checkbox-1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* required */
.cmn-checkbox-1.required:after {
    content: '必須';
    width: 43px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 0.867rem;
    font-weight: normal;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

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

    /* required */
    .cmn-checkbox-1.required:after {
        width: 32px;
        height: 13px;
        line-height: 13px;
        font-size: 0.833rem;
        border-radius: 2px;
        margin-left: 8px;
    }
}

/*********************************************************************

.cmn-radio-1 - rwd（ラジオボタン - 汎用）

*********************************************************************/

.cmn-radio-1-wrap-1 {
    font-size: 0;
}

.cmn-radio-1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* margin */
.cmn-radio-1-wrap-1.row-1>.cmn-radio-1 {
    margin-left: 20px;
}

/* margin-adjust */
.cmn-radio-1-wrap-1.row-1>.cmn-radio-1:first-of-type {
    margin-left: 0 !important;
}

/* required */
.cmn-radio-1.required:after {
    content: '必須';
    width: 43px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 0.867rem;
    font-weight: normal;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

.cmn-radio-1 input[type="radio"]:required {
    display: block;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

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

    /* required */
    .cmn-radio-1.required:after {
        width: 32px;
        height: 13px;
        line-height: 13px;
        font-size: 0.833rem;
        border-radius: 2px;
        margin-left: 8px;
    }
}

/*********************************************************************

.cmn-form-item-1 - rwd（フォーム要素 - 汎用）

*********************************************************************/

.cmn-form-item-1 {
    margin: 27px 0 0 0;
}

.cmn-form-item-1 .item-title-1 {
    color: #505050;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 7px 0;
}

.cmn-form-item-1 .item-title-1 span {
    vertical-align: middle;
    line-height: 1.5;
}

.cmn-form-item-1 .item-box-1 {
    display: block;
    margin: 10px 0 0 0;
    font-size: 0;
}

.cmn-form-item-1 .item-box-1>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.cmn-form-item-1 .item-box-1 .item-inline-1>* {
    display: inline-block;
    vertical-align: middle;
}

.cmn-form-item-1 .item-box-1 .item-inline-1.column-2>.inline-form-1 {
    width: 50%;
}

.cmn-form-item-1 .inline-text-1 {
    font-size: 1rem;
    line-height: 1.75;
}

.cmn-form-item-1 .inline-text-1 {
    color: #505050;
    font-weight: bold;
    padding: 0 10px;
}

.cmn-form-item-1 .inline-form-1 {
    padding: 0 5px;
}

/* margin-adjust */
.cmn-form-item-1+.cmn-form-item-1 {
    margin-top: 21px;
}

.cmn-form-item-1>.item-box-1:first-of-type {
    margin-top: 0 !important;
}

.cmn-form-item-1 .item-box-1> :only-child,
.cmn-form-item-1 .item-box-1> :last-child {
    margin-right: 0 !important;
}

.cmn-form-item-1 .item-box-1 .item-inline-1>.inline-form-1:first-child {
    padding-left: 0 !important;
}

.cmn-form-item-1 .item-box-1 .item-inline-1>.inline-form-1:last-child {
    padding-right: 0 !important;
}

/* required */
.cmn-form-item-1.required .item-title-1:after {
    content: '必須';
    width: 43px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 0.867rem;
    font-weight: normal;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

/* size */
.cmn-form-item-1 .item-size-l-1 {
    width: 470px;
}

.cmn-form-item-1 .item-size-l-2 {
    width: 330px;
}

.cmn-form-item-1 .item-size-m-1 {
    width: 200px;
}

.cmn-form-item-1 .item-size-s-1 {
    width: 84px;
}

.cmn-form-item-1 .item-size-s-2 {
    width: 122px;
}

/* iOS9 */
.og-ios.ov-9 .cmn-form-item-1 .item-box-1 {
    font-size: 1px;
    letter-spacing: -1px;
}

.og-ios.ov-9 .cmn-form-item-1 .item-box-1>* {
    letter-spacing: normal;
}

.og-ios.ov-9 .cmn-form-item-1 .item-box-1>.item-inline-1 {
    letter-spacing: -1px;
}

.og-ios.ov-9 .cmn-form-item-1 .item-box-1 .item-inline-1>* {
    letter-spacing: normal;
}

@media screen and (max-width:768px) {
    .cmn-form-item-1 {
        margin: 22px 0 0 0;
    }

    .cmn-form-item-1 .item-title-1 {
        padding: 0 0 8px 0;
    }

    .cmn-form-item-1 .item-title-1 span {
        line-height: 1.3;
    }

    .cmn-form-item-1 .item-box-1 {
        margin: 7px 0 0 0;
    }

    .cmn-form-item-1 .item-box-1>* {
        display: block;
        vertical-align: baseline;
        margin: 0;
    }

    .cmn-form-item-1 .inline-text-1 {
        line-height: 1.65;
    }

    .cmn-form-item-1 .inline-text-1 {
        padding: 0 6px;
    }

    .cmn-form-item-1 .note-message,
    .cmn-form-item-1 .error-message {
        margin-top: 7px;
    }

    /* margin-adjust */
    .cmn-form-item-1+.cmn-form-item-1 {
        margin-top: 22px;
    }

    .cmn-form-item-1 .note-message+*,
    .cmn-form-item-1 .error-message+* {
        margin-top: 0 !important;
    }

    /* required */
    .cmn-form-item-1.required .item-title-1:after {
        width: 32px;
        height: 13px;
        line-height: 13px;
        font-size: 0.833rem;
        border-radius: 2px;
    }

    /* size */
    .cmn-form-item-1 .item-size-l-1 {
        width: 100%;
    }

    .cmn-form-item-1 .item-size-l-2 {
        width: 100%;
    }

    .cmn-form-item-1 .item-size-m-1 {
        width: 105px;
    }

    .cmn-form-item-1 .item-size-s-1 {
        width: 75px;
    }

    .cmn-form-item-1 .item-size-s-1.size-type-1 {
        width: 60px;
    }

    .cmn-form-item-1 .item-size-s-1.size-type-3 {
        width: 95px;
    }

    .cmn-form-item-1 .item-size-s-2 {
        width: 75px;
    }
}

/*********************************************************************

.cmn-info-box-1 - rwd（ステータス等の情報ボックス - 汎用）

*********************************************************************/

.cmn-info-box-1 {
    width: 100%;
    display: table;
    table-layout: fixed;
    background: #f9f9f9;
    border: #dcdcdc 1px solid;
    padding: 19px 25px;
    margin: 32px 0 0 0;
}

.cmn-info-box-1>* {
    display: table-cell;
    vertical-align: top;
}

.cmn-info-box-1 .row-items {
    padding: 0 20px 0 0;
}

.cmn-info-box-1 .col-item {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.cmn-info-box-1 .col-item>* {
    display: table-cell;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5;
    padding: 2px 0;
}

.cmn-info-box-1 .col-item h3 {
    color: #505050;
    font-weight: bold;
}

/* size */
.cmn-info-box-1 .row-size-1 {
    width: 120px;
}

/* margin-adjust */
.cmn-info-box-1+.cmn-info-box-1 {
    margin-top: 10px;
}

.cmn-info-box-1> :last-child {
    padding-right: 0 !important;
}

@media screen and (max-width:768px) {
    .cmn-info-box-1 {
        display: block;
        padding: 8px 14px;
        margin: 25px 0 0 0;
    }

    .cmn-info-box-1>* {
        display: block;
        vertical-align: baseline;
    }

    .cmn-info-box-1 .row-items {
        padding: 0;
    }

    .cmn-info-box-1 .col-item>* {
        line-height: 1.3;
        padding: 3px 0;
    }

    /* size */
    .cmn-info-box-1 .row-size-1 {
        width: 72px;
    }

    .cmn-info-box-1 .row-size-1.size-type-1 {
        width: 84px;
    }
}

/*********************************************************************

.cmn-table-1 - rwd（テーブル - 汎用）

*********************************************************************/

.cmn-table-1 {
    border-top: #dcdcdc 1px solid;
    margin: 27px 0 0 0;
}

.cmn-table-1>* {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0 12px;
    border-bottom: #dcdcdc 1px solid;
}

.cmn-table-1 .row-items {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 12px 12px 0;
    font-size: 1rem;
}

.cmn-table-1 .list-item-head .row-items {
    height: 40px;
    line-height: 1.5;
    color: #505050;
    font-weight: bold;
    padding: 5px 12px 5px 0;
}

.cmn-table-1 .list-item-body .row-items {
    height: 65px;
    line-height: 1.6;
}

.cmn-table-1 .list-item-foot .row-items {
    height: 40px;
    line-height: 1.6;
    padding: 5px 12px 5px 0;
}

/* margin-adjust */
.cmn-table-1 .row-items:last-child {
    padding-right: 0 !important;
}

@media screen and (max-width:768px) {
    .cmn-table-1 {
        margin: 24px 0 0 0;
    }

    .cmn-table-1>* {
        padding: 0;
    }

    .cmn-table-1 .row-items {
        vertical-align: top;
        padding: 10px 10px 10px 0;
    }

    .cmn-table-1 .list-item-head .row-items,
    .cmn-table-1 .list-item-body .row-items,
    .cmn-table-1 .list-item-foot .row-items {
        height: auto;
    }

    .cmn-table-1 .list-item-head .row-items {
        line-height: 1.65;
        padding: 10px 10px 10px 0;
    }

    .cmn-table-1 .list-item-body .row-items {
        line-height: 1.65;
    }

    .cmn-table-1 .list-item-foot .row-items {
        line-height: 1.65;
        padding: 10px 10px 10px 0;
    }
}

/*********************************************************************

.cmn-pre-frame-1 - rwd（整形済みテキストボックス - 汎用 / マイページ）

*********************************************************************/

.cmn-pre-frame-wrap-1 {
    position: relative;
    margin: 27px 0 0 0;
}

.cmn-pre-frame-1 {
    border: #dcdcdc 1px solid;
    overflow: auto;
    max-height: 500px;
    position: relative;
}

.cmn-pre-frame-1 .pre-1 {
    font-size: 1rem;
    line-height: 1.75;
    white-space: pre-wrap;
    padding: 35px 40px;
}

@media screen and (max-width:768px) {
    .cmn-pre-frame-wrap-1 {
        margin: 22px 0 0 0;
    }

    .cmn-pre-frame-1 {
        max-height: 280px;
    }

    .cmn-pre-frame-1 .pre-1 {
        line-height: 1.65;
        padding: 15px 20px;
    }
}

/*********************************************************************

.cmn-nav-frame-1 - rwd（ナビゲーション - 汎用 / マイページ）

*********************************************************************/

.cmn-nav-frame-1 {
    padding: 4px 0 0 0;
}

.cmn-nav-frame-1 .frame {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.cmn-nav-frame-1 .slidee {
    width: 1000px;
    padding: 0 20px;
}

.cmn-nav-frame-1 .slidee li {
    float: left;
}

.cmn-nav-frame-1 .slidee li>* {
    display: block;
    height: 30px;
    color: #505050;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: #dcdcdc 1px solid;
    overflow: hidden;
    position: relative;
}

.cmn-nav-frame-1 .slidee li>a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* hover */
.cmn-nav-frame-1 .slidee li>a:hover {
    opacity: 0.75;
}

/* current */
.cmn-nav-frame-1 .slidee li.current>* {
    border-bottom: #1f44b1 2px solid;
}

/* clearfix element */
.cmn-nav-frame-1 .frame .slidee:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .cmn-nav-frame-1 .frame .slidee {
    zoom: 1;
    /*\*/
    /*/ height:auto; overflow:hidden; /**/
}

*:first-child+html .cmn-nav-frame-1 .frame .slidee {
    zoom: 1;
}

@media screen and (max-width:768px) {
    .cmn-nav-frame-1 {
        padding: 0;
    }

    .cmn-nav-frame-1 .frame {
        height: 33px;
    }

    .cmn-nav-frame-1 .slidee {
        width: 805px;
    }

    .cmn-nav-frame-1 .slidee li>* {
        height: 33px;
        font-size: 12px;
        padding: 5px 0 0 0;
    }

    /* hover */
    .cmn-nav-frame-1 .slidee li>a:hover {
        opacity: 1;
    }
}

/*********************************************************************

.cmn-pagination-1 - rwd（ページング - 汎用）

*********************************************************************/

.cmn-pagination-1 {
    padding: 45px 25px 13px 25px;
}

.cmn-pagination-1 ul {
    text-align: center;
    font-size: 0;
}

.cmn-pagination-1 li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.cmn-pagination-1 li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #666;
    font-size: 13px;
    border: #e9e9e9 1px solid;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.cmn-pagination-1 .pagenation__ellipsis span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 13px;
}

.cmn-pagination-1 .pagenation__item-first a,
.cmn-pagination-1 .pagenation__item-previous a,
.cmn-pagination-1 .pagenation__item-next a,
.cmn-pagination-1 .pagenation__item-last a {
    min-width: 60px;
}

/* hover */
.cmn-pagination-1 li a:hover {
    opacity: 0.75;
}

/* active */
.cmn-pagination-1 ul li.active a {
    color: #1f44b1;
}

@media screen and (max-width:768px) {
    .cmn-pagination-1 {
        padding: 25px 15px 0 15px;
    }

    /* hover */
    .cmn-pagination-1 li a:hover {
        opacity: 1;
    }
}

/*********************************************************************

（追加汎用）

*********************************************************************/
.information-box-caution {
    margin: 24px 0;
    padding: 10px 15px;
    border: 1px solid #1f44b1;
    border-radius: 3px;
}

.information-box-text-caution {
    color: #1f44b1;
}


.require {
    color: #ffffff;
    background-color: red;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    /* CSS3è‰æ¡ˆ */
    -webkit-border-radius: 5px;
    /* Safari,Google Chromeç”¨ */
    -moz-border-radius: 5px;
    /* Firefoxç”¨ */
}

.error-message ul {
    font-size: 0.75rem;
    margin-bottom: 0rem;
}

/** Ajaxãƒ­ãƒ¼ãƒ‰ä¸­CSS */
.is-hide {
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.loading::before {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-top: -15px;
    margin-left: -15px;
}

.loading::after {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background: url('/img/ajax-loader.gif');
    background-repeat: no-repeat;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mypage.password_edit .page-message-top {
    padding-top: 32px;
}

.terms {
    border-collapse: collapse;
    border: 1.5px #1b1b1b solid;
}

.terms td {
    border: 1.52px #1b1b1b solid;
    padding: 3px;
}

html.webview #container {
    padding: unset !important;
}

th.border-none {
    border: none !important;
}

th.border-top-none {
    border-top: none !important;
}

.form button[type="submit"].no-float {
    float: none;
}

span.group-btn-padding {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 10px;
}

tr.child-license td {
    color: #CCC;
}

tr.enabled-license td {
    background: #e4e4e4;
}

.icon-image {
    width: 70px;
}

.icon-list-image {
    width: 150px;
    display: inline-block;
    margin-bottom: 20px;
}

.m-0 {
    margin: 0px !important;
}

.error-text {
    color: #dd4b39 !important;
    font-size: 0.875rem !important;
}

.sortable-item {
    cursor: grab;
}

.sortable-item:active {
    cursor: grabbing;
}

.license-icon {
    width: 200px;
    margin-bottom: 10px;
}

.license-icon-none {
    width: 200px;
    height: 200px;
    border: 1px solid #AAAAAA;
    background: #EEEEEE;
    position: relative;
    margin-bottom: 10px;
}

.license-icon-none .text {
    color: #BBBBBB;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    text-align: center;
}