@charset "utf-8";

/************ init ************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    font-family: '游ゴシック','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}


@media all and (-ms-high-contrast:none) {
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1020px;
}

body {
    box-sizing: border-box;
    position:relative;
    width: 100%;
    color: #333;
}

body * {
    box-sizing: border-box;
}

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

ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    cursor: pointer;
}

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

button {
    cursor: pointer;
    font-family: inherit;
}


/************ 総合トップリニューアル ************/

/* 初期化 */

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




/************ common ************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
}

a.menuBtn{
    position:relative;
    display:block;
    width:100%;
    height:50px;
    box-sizing:border-box;
    margin-bottom:10px;
    padding:0 10px;
    font-size:16px;
    line-height:50px;
    text-decoration:none;
    color:#192b5b;
    background:#eee;
}

a.menuBtn:after{
    position: absolute;
    width: 9px;
    height: 9px;
    top: 1px;
    right:10px;
    bottom: 0;
    margin:auto;
    content:"";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.menuBtn:hover{
    background:#ddd;
}

a.menuBtn.r18{
    background:#f9c;
}

a.menuBtn.r18:hover{
    background:#ffadd6;
}

a.closeBtn{
    display:block;
    width:100px;
    height:40px;
    margin:20px auto 0;
    font-size:14px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    background:#192b5b;
}

a.closeBtn:hover{
    background:#47557c;
}

.menuCloseMode{
    display:none;
}

.display_none {
    display: none;
}

.text_red {
    color: #de0a0a;
}

.text_center {
    text-align: center;
}

#headerBottomInner {
    width: 100%;
    margin: 0 auto;
}

#headerTopInner,
#headerBodyInner,
#contants {
    width: 1000px;
    margin: 0 auto;
}

/************ header ************/
#gtmWrapper {
    height:0;
    overflow:hidden;
}

header input,
header select {
    vertical-align:middle;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing:border-box;
}

header {
    background:#192b5b;
    border-bottom: 5px solid #c9f !important;
    width:100%;
}

#headerInner {
    max-width:1300px;
    min-width:1020px;
    margin:0 auto;
}

#headerInner.simple {
    overflow: hidden;
}

#headerLogoImage {
    float:left;
    width:160px;
    height:60px;
}

#headerLogoImageCenter {
    margin: 0 auto;
    height:60px;
    width:160px;
}


#headerLogoImage a,
#headerLogoImage .headerLogo {
    display: block;
    height: 60px;
    overflow: hidden;
    width: 160px;
}

#headerLogoImage a img, #headerLogoImage .headerLogo img
{
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}


#headerMartMenu {
    float: left;
    margin: 0 8px 0;
    overflow: hidden;
}

#headerMartMenu li {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 15px 2px 0 0;
    text-align: center;
    width: 100px;
}

#headerMartMenu li.ec {
    background: #6c9;
    opacity: 0.8;
}
#headerMartMenu li.ec:hover {
    opacity: 1;
}

#headerMartMenu li.buy {
    background: #c9f;
}

#headerMartMenu li a {
    color: #192b5b;
    display: block;
    padding: 0 0 15px;
    text-decoration: none;
}

.headerTextInner {
    display: table;
    float: left;
    height: 60px;
    margin-left: 10px;
    width: auto;
}

.headerText {
    color: #fff;
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
    width: auto;
}

#headerFormTop{
    box-sizing: content-box;
    position:relative;
}

/************ Service ************/

#headerServiceBtn{
    background: #192b5b;
    float: left;
    height: 60px;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    width: 60px;
}

#headerServiceBtn::before{
    bottom: 0;
    color: #eee;
    content: '\e934';
    font-family: icomoon;
    font-size: 50px;
    left: 0;
    line-height: 1.12em;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: 5px;
    top: 0;
}

#headerServiceBtn::after{
    background-color: #47557c;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    position: absolute;
    right: 1px;
    top: 15px;
    width: 1px;
}


#headerServiceBtn:hover{
    background: #47557c;
}

#headerServiceWrapper {
    background: #fff;
    border: solid 5px #435278;
    box-sizing: content-box;
    display: none;
    height: 249px;
    left: 0;
    position: absolute;
    top: 60px;
    z-index: 1002;
}


ul#serviceLink ul.serviceSubMenu#shopMenu, ul#serviceLink ul.serviceSubMenu#ecMenu {
    width: 404px;
}

ul#serviceLink ul.serviceSubMenu li.half {
    margin-right: 0;
    overflow: hidden;
    width: 50%;
}

#headerLogo{
    float: left;
}

ul#serviceLink{
    position: relative;
}

ul#serviceLink ul.serviceSubMenu {
    background: #eee;
    border: solid 5px #435278;
    border-left: 0;
    box-sizing: content-box;
    display: none;
    height: 249px;
    left: 250px;
    position: absolute;
    top: -15px;
    width: 200px;

    flex-wrap: wrap;
}


ul#serviceLink ul.serviceSubMenu li{
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    box-sizing: border-box;
    display:block;
    margin-right:20px;
    width: 100%;
}

ul#serviceLink ul.serviceSubMenu li.serviceSubtitle{
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
}

ul#serviceLink ul.serviceSubMenu li a{
    position: relative;
    padding: 0px 10px 0px 24px;
    margin: 0;
    vertical-align: baseline;
    background: transparent;
    text-indent: 0px;
    height: 37px;
    display:inline;
    font-size:14px;
    color:#333;
    line-height:37px;
    text-decoration: none;
    width: 100%;
}

ul#serviceLink ul.serviceSubMenu li a img{
    margin-left: 5px;
}

ul#serviceLink ul.serviceSubMenu li a:hover{
    text-decoration: underline;
}

ul#serviceLink ul.serviceSubMenu li a:before{
    position: absolute;
    width: 5px;
    height: 5px;
    top:0;
    bottom:0;
    left:10px;
    margin:auto;
    content:"";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul#serviceLink li.serviceMenu:first-child{
    background-image: none;
    border-bottom: 1px solid #ccc;
    width: 250px;
    box-sizing: border-box;
    padding-left: 10px;
    height: 39px;
}

ul#serviceLink li.serviceMenu:first-child:hover{
    background-image: none;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 250px;
    box-sizing: border-box;
    padding-left: 10px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn{
    position: relative;
    display: block;
    padding: 0px;
    font-size: 12px;
    line-height: 30px;
    color: #192b5b;
    text-decoration: none;
    margin: 10px 0px;
    vertical-align: baseline;
    text-indent: 0px;
    width: 230px;
    height: 30px;
    background: url("/pc/img/cmn/leftIconGolTop.png");
    text-indent:-9999px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn:hover{
    background: url("/pc/img/cmn/leftIconGolTopHover.png");
}

ul#serviceLink li.serviceMenu{
    border-bottom: 1px solid #ccc;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    width: 250px;
    box-sizing: border-box;
    height: 50px;
}

ul#serviceLink li.serviceMenu:last-of-type{
    border-bottom: 0px;
}

li.serviceMenu.shop{
    position: relative;
}
li.serviceMenu.shop::before{
    color: #fed600;
    content: "\e900";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.ec{
    position: relative;
}
li.serviceMenu.ec::before{
    color: #66cc99;
    content: "\e901";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.rental{
    position: relative;
}
li.serviceMenu.rental::before{
    color: #ff3333;
    content: "\e902";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.movie{
    position: relative;
}
li.serviceMenu.movie::before{
    color: #66ccff;
    content: "\e903";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.buy{
    position: relative;
}
li.serviceMenu.buy::before{
    color: #c9f;
    content: "\e904";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.mobileBuy{
    position: relative;
}
li.serviceMenu.mobileBuy::before{
    color: #7fb901;
    content: "\e908";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.comic{
    position: relative;
}
li.serviceMenu.comic::before{
    color: #f9c;
    content: "\e905";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.game{
    position: relative;
}
li.serviceMenu.game::before{
    color: #f90;
    content: "\e906";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.review{
    position: relative;
}
li.serviceMenu.review::before{
    color: #9ff;
    content: "\e907";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu:last-child{
    border-bottom: 0px;
}

li.serviceMenu:hover{
    border-bottom: 1px solid #ccc;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    box-sizing: border-box;
}

li.serviceMenu:last-child:hover{
    border-bottom: 0px;
}

#serviceLink li.serviceMenu a.serviceBtn{
    position: relative;
    display: block;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    line-height: 49px;
    color: #192b5b;
    text-decoration: none;
    margin: 0;
    vertical-align: baseline;
    background: transparent;
    text-indent: 0px;
    width: 100%;
    height: 100%;
}

#serviceLink li.serviceMenu a img{
    padding: 0 0 0 5px;
    height: 12px;
    width: auto;
    /* margin-bottom: 10px; */
}


#headerServiceWrapper #serviceLink .serviceBtn:hover{
    background-image: #eee url("./../img/header/leftIconBuy.png");
}

/******/

a#headerLogin,
a#headerSignup,
a#headerCart,
a#headerMyPage{
    display:block;
    float:right;
    width:100px;
    height:30px;
    margin:15px 10px 15px 0;
    box-sizing:border-box;
    font-size:14px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
}

a#headerLogin{
    border:1px solid #fff;
    background:#192b5b;
    color:#fff;
}

a#headerLogin:hover{
    background:#47557c;
}

a#headerSignup{
    background:#fed600;
    color:#192b5b;
}

a#headerSignup:hover{
    background:#ffdf7d;
}

a#headerMyPage{
    background-color: #fed600;
    color: #192b5b;
    padding-left: 18px;
    width: 190px;
    z-index: 1000;
}

a#headerMyPage::before {
    color: #192b5b;
    content: "\e91f";
    font-family: icomoon;
    font-size: 20px;
    line-height: 0;
    margin: 0 2px 0 -20px;
    vertical-align: -4px;
}

a#headerMyPage.onMenu,
a#headerMyPage:hover{
}

#myPageLink{
    position:absolute;
    top:45px;
    right:10px;
    width:510px;
    box-sizing:border-box;
    border:5px solid #ffdf7d;
    padding:20px;
    background:#fff;
    z-index:1002;
}

#myPageLink .dt{
    float:left;
    line-height: 50px;
}
#myPageLink .dd{
    float:right;
    font-size:14px;
    margin-right:15px;
    line-height: 50px;
}


a#headerLogoutBtn{
    display:block;
    height:50px;
    border:#ddd 1px solid;
    padding:0 10px;
    font-size:16px;
    line-height:50px;
    text-align:center;
    text-decoration:none;
    color:#192b5b;
    background-color:#fff;
}

a#headerLogoutBtn:hover{
    background:#eee;
}

a#headerCart{
    margin: 0;
    width:120px;
    height: 60px;
    padding: 15px 0 15px 40px;
    position: relative;
    color:#fff;
    z-index:1000;
    line-height: 1.2;
}

a#headerCart::before{
    color: #fff;
    content: "\e917";
    font-family: icomoon;
    font-size: 30px;
    left: 24px;
    position: absolute;
    top: 10px;
}

.cartBadge {
    background: #d10912;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    color: #ddd;
    text-indent: 0;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    top: 15px;
    right: 85px;
}

.cartBadge.threeDigits {
    width: 20px;
}

a#headerCart:hover{
    background:#47557c;
}

#headerFormBottom{
    position:relative;
    height:40px;
    padding:10px 0 0;
    box-sizing: content-box;
}

#headerFormBottom a{
    text-decoration:none;
}

#headerFormBottom ul{
    float:left;
}

#headerFormBottom li{
    float:left;
    color: #fff;
}

#headerFormBottom li a{
    display:block;
    height:30px;
    border-right:#47557c 1px solid;
    color: inherit;
    padding:0 10px 10px;
    font-size:14px;
    line-height:30px;
}

#headerFormBottom li:last-child a{
    border:0;
}

#headerFormBottom li a:hover{
    background:#47557c;
}

#headerFormBottom li.here {
    height:30px;
    color:#192b5b;
    padding:0 0 10px;
    font-size:14px;
    line-height:30px;
    background: #c9f;
}

#headerFormBottom li.here a:hover {
    background: #d6adff;
}

#headerFormBottom li a.blank:after{
    display:inline-block;
    content:"";
    width:16px;
    height:11px;
    margin-left:2px;
    background:url("/v2/img/header/headerIconWindow.png") no-repeat;
    background-size:100%;
}

/* headerBottom */
#headerBottom {
    background: #eee;
    border-bottom: 1px solid #ccc;
}

#headerBottomInner {
    /* display: -webkit-flex; */
    /* -webkit-justify-content: center; */
    /* -webkit-align-items: center; */
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 10px 0;
    max-width: 1300px;
    min-width: 1020px;
}

#headerBottomInner form {
    float: left;
    margin-left: 10px;
}

#headerBottomInner p {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #192b5b;
    float: left;
    line-height: 30px;
}

#headerBottomInner input[type=text]{
    border: none;
    border: solid 1px #ccc;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    box-sizing: border-box !important;
    float: left;
    font-size: 12px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 405px;
}

@media screen and (max-width: 1185px){
    #headerBottomInner input[type=text] {
        width: 237px;
    }
}

#headerSearchSubmit{
    background-color: #9cf;
    border: none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    padding: 0 9px;
    position: relative;
    width: 40px;
}

.iconGol_search::before{
    content: "\e916";
    display: block;
    font-size: 18px;
    padding: 4px 10px;
    overflow: hidden;
    line-height: 1.2em;
}

.iconGol_search{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}



/* サジェスト */
#sList{
    position:absolute;
    display:none;
    border:1px solid #ccc;
    z-index:1100;
    top: 104px;
}

#sList a:link,
#sList a:visited{
    display:block;
    font-size: 14px;
    padding:5px;
    border-bottom:1px solid #ccc;
    background:#fff;
    color: #bbb;
    text-decoration: none;
}

#sList a:hover,
#sList a:active,
#sList a.sel{
    display:block;
    padding:5px;
    border-bottom:1px solid #ccc;
    background: #f0f0f0;
    color: #192b5b;
}

#sList a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}

#sList .close{
    padding:2px 5px;
    font-size:11px;
    text-align:right;
    border-bottom:none !important;
}

#sList.sList_on {
    position: fixed;
    top: 47px;
}


#headerBottomInner a {
    box-sizing: content-box;
    display: inline-block;
    font-size: 14px;
    color: #192b5b;
    position: relative;
    text-align: center;
    text-decoration: none;
    word-spacing: -0.2em;
}

#headerBottomInner a:hover {
    text-decoration: none;
}

.productsInner {
    float: left;
    margin-left: 10px;
    width: 631px
}

.productsInner li {
    float: left;
    width: 125px;
    height: 30px;
    border-right: solid 1px #ccc;
    text-align: center;
    box-sizing: content-box;
}

.productsInner li:first-child {
    border-left: solid 1px #ccc;
}

.productsInner li:hover {
    background: #ddd;
}

.productsInner li.on{
    background: #192b5b;
}

.productsInner li.on a{
    color: #fff;
}

.productsInner a {
    font-size: 14px;
    line-height: 30px;
    color: #192b5b;
    text-align: center;
    width: 80px;
    text-decoration: none;
    padding-left: 25px;
    display: block;
    height: 30px;
}


.head_nav_iphone a::before {
    color: #192B5B;
    content: "\e95a";
    font-family: icomoon;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
}

.head_nav_iphone a:hover{
    background: #ddd ;
}

#headerBottomInner .head_nav_iphone.on a{
    color: #fff;
    background: #192b5b ;
}
.head_nav_iphone.on a::before{
    color: #fff;
}


.head_nav_ipad a::before {
    color: #192B5B;
    content: "\e95b";
    font-family: icomoon;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
}

.head_nav_ipad a:hover{
    background: #ddd ;
}

#headerBottomInner .head_nav_ipad.on a{
    color: #fff;
    background: #192b5b ;
}
.head_nav_ipad.on a::before{
    color: #fff;
}


.head_nav_appleWatch a::before {
    color: #192B5B;
    content: "\e964";
    font-family: icomoon;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
}

.head_nav_appleWatch a:hover{
    background: #ddd ;
}

#headerBottomInner .head_nav_appleWatch.on a{
    color: #fff;
    background: #192b5b ;
}
.head_nav_appleWatch.on a::before{
    color: #fff;
}


.head_nav_airPods a::before {
    color: #192B5B;
    content: "\e95c";
    font-family: icomoon;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
}

.head_nav_airPods a:hover{
    background: #ddd ;
}

#headerBottomInner .head_nav_airPods.on a{
    color: #fff;
    background: #192b5b ;
}
.head_nav_airPods.on a::before{
    color: #fff;
}

.head_nav_android a::before {
    color: #192B5B;
    content: "\e961";
    font-family: icomoon;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
}

.head_nav_android a:hover{
    background: #ddd ;
}

#headerBottomInner .head_nav_android.on a{
    color: #fff;
    background: #192b5b ;
}
.head_nav_android.on a::before{
    color: #fff;
}

.head_nav_submenu {
    background: #fff;
    border: 5px solid #ddd;
    display: none;
    min-width: 180px;
    position: relative;
    z-index: 501;
}

.productsInner li:hover .head_nav_submenu {
    display: block;
}

.productsInner .head_nav_submenu li {
    background: #fff;
    border: none;
    box-sizing: border-box;
    float: none;
    padding: 0 0 0 7px;
    text-align: left;
    width: 100%;
}

#headerBottomInner .productsInner .head_nav_submenu li a {
    text-align: left;
    width: auto;
}

#headerBottomInner .productsInner .head_nav_submenu li a::before {
    border-right: 1px solid #192b5b;
    border-top: 1px solid #192b5b;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 7px;
    -webkit-transform: rotate(45deg);
}

#headerBottomInner .productsInner .head_nav_submenu li a:hover {
    background: #fff;
    text-decoration: underline;
    opacity: 1;
}

#headerBottomInner .productsInner .on .head_nav_submenu li a {
    color: #192b5b;
    background: #fff;
}

.guideInner {
    float:right;
    position: relative;
}

a.qanda::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    top: 0px;
    right: 0;
}

#headerBottomInner .guideInner a:hover {
    background-color: #ccc;
}

#headerBottomInner a.qanda {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    margin: 0;
    padding: 4px 5px;
    position: relative;
}

#headerBottomInner a.howto {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    margin: 0;
    padding: 4px 5px;
    position: relative;
}

a.qanda .icon-gol_icon-41,
a.qanda .icon-gol_icon-99,
a.howto .icon-gol_icon-86{
    font-size: 22px;
    margin-right: 4px;
    vertical-align: bottom;
}

@media screen and (max-width:1260px) {
    #headerBottomInner a.qanda span.link_text {
        display: none;
    }
    #headerBottomInner a.howto span.link_text {
        display: none;
    }
}

@media screen and (min-width:1261px){
    ::-webkit-full-page-media, :future, :root link_text {
        display: inline-block;
    }
}


/* パンくず */
#breadClumb{
    background: #fff;
    margin: 0;
    padding:10px 0 10px 5px;
}

#breadClumb ul{
    width:1000px;
    margin:0 auto;
}

#breadClumb li {
    color: #006bb5;
    display: inline;
    font-size: 13px;
    margin: 0 20px 0 0;
    position: relative;
}


#breadClumb li:after {
    border: 1px solid #192b5b;
    border-left: none;
    border-top: none;
    content: '';
    display: inline-block;
    height: 4px;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -2px;
    transform: rotate(-45deg) translateY(-50%);
    width: 4px;
}

#breadClumb li:last-child {
    color: #192B5B;
}

#breadClumb li:last-child:after{
    display:none;
}

#breadClumb li a{
    padding:4px 0;
    color:#006BB5;
    text-decoration:none;
}

#breadClumb li:first-child a{
    text-decoration: none;
    color: #006BB5;
}



/**** タイトル汎用 ****/
.contents_titleArea {
    text-align: center;
    color: #192B5B;
    position: relative;
}

.contents_titleArea.left {
    text-align: left;
}

.contents_titleArea p {
    font-weight: 600;
    padding: 0 0 15px;
    position: relative;
}

.contents_titleArea p::after {
    background: #ffd600;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
}

.contents_titleArea.left  p::after {
    left: 0;
    transform: none;
}

.contents_titleArea h2 {
    font-size: 36px;
    margin: 15px 0 0;
    font-weight: bold;
}



/*選ばれる理由*/

.points_wrapper {
    border-top: 5px solid #ccc;
    margin: 0 auto;
    padding: 80px 0;
    width: 1000px;
}

.points_wrapper .contents_mainArea {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin: 80px 0;
}

.point {
    width: 320px;
}

.point img{
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 40px;
}

.point h3 {
    font-size: 24px;
    height: calc(2em* 1.3);
    display: flex;
    align-items: center;
}

.point h3 > p {
    color: #192B5B;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
}

.point h3 span {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #FFD600 0%);
    line-height: revert;
}

.point p.memo {
    margin: 10px 0 0;
    font-size: 12px;
}




/************ footer ************/
#footerMenu {
    background: #1b2b5c;
}

#footerMenuInner {
    width:100%;
    max-width:1300px;
    min-width:1020px;
    margin:0 auto;
}

#footerMenuTitle {
    padding: 20px 10px 10px;
    border-bottom: 2px solid #3b4e89;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#footerMenu ul {
    margin: 0;
    padding: 20px 10px;
}

#footerMenu li {
    display: inline-block;
    margin: 10px 30px 10px 0;
}

#footerMenu a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 14px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
}

#footerMenu a::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
}

#footerMenu a:hover {
    text-decoration: underline;
}

#footerLink{
    padding:0 10px 10px;
    background:#eee;
}

#footerLink .footerSiteMenu {
    position: relative;
    width: 100%;
    max-width: 1300px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 10px;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-indent: 10px;
}

#footerLink div span.accordion {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    top: 50%;
    right: 5px;
    margin: -13px 0 0 0;
    border: 4px solid #1b2b5b;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(135deg);
    cursor: pointer;
}

#footerLink div span.accordion.open {
    margin: 0;
    transform: rotate(-45deg);
}

#footerLink .listWrap {
    display: none;
    width: 100%;
    max-width: 1300px;
    min-width: 1020px;
    margin: 10px auto 0;
    padding: 25px 0 0;
    border-top: 2px solid #c8c8c8;
}

#footerLink ul{
    width:100%;
    max-width:1300px;
    min-width:1020px;
    margin:0 auto;
}

#footerLink ul:first-child{
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}

#footerLink li{
    float:left;
    margin-bottom:10px;
}

#footerLink li a{
    display:block;
    border-right:#ccc 1px solid;
    color:#333;
    padding:0 10px;
    font-size:14px;
    line-height:1.5em;
    text-decoration:none;
}
#footerLink li a.blank .icon-gol_icon-34{
    margin-left: .2em;
}
#footerLink li a.blank .icon-gol_icon-34:before{
    font-size: 1.2em;
    vertical-align: text-top;
}

#footerLink li a:hover{
    text-decoration:underline;
}

#footerLink li:last-child a{
    border:0;
}

footer small{
    background: #fff;
    display:block;
    padding:20px;
    font-size:13px;
    line-height:1.5em;
    color:#999;
    text-align:center;
}

#pagetopBtn {
    background: #192b5b;
    bottom: 40px;
    display: block;
    height: 50px;
    right: 20px;
    width: 50px;
}


#pagetopBtnInner{
    position:relative;
    display:block;
    top:16px;
    left:10px;
}

#pagetopBtnInner:before{
    position:relative;
    display:block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 14px 15px;
    border-color: transparent transparent #fff transparent;
}

#pagetopBtnInner:after{
    position:relative;
    display:block;
    content:"";
    width: 0;
    height: 0;
    top:-8px;
    border-style: solid;
    border-width: 0 15px 14px 15px;
    border-color: transparent transparent #192b5b transparent;
}





/***** リニューアルフッター ******/

footer {
    width: 100%;
    background: #192B5B;
    color: #fff;
}

.footer_title {
    border-bottom: 1px solid #3B4E89;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto 10px;
    padding: 20px 10px;
    width: 100%;
}

.footer_title > div {
    align-items: center;
    display: flex;
}

.footer_title p {
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
}

.footer_mobileMenu,
.footer_mediaMenu,
.footer_otherService {
    padding: 0 10px 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.footer_mediaMenu a:hover {
    text-decoration: underline;
}

.footer_title .oneclm {
    justify-content: flex-end;
    margin-top: -50px;
}

.footer_title  ul {
    display: flex;
    font-size: 12px;
}

.footer_title  ul li {
    padding: 0 20px 0 0;
}

.footer_title a {
    color: #fff;
    text-decoration: none;
}

.footer_title a:hover .link_text {
    text-decoration: underline;
}

.footerList_wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footerList_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footerList_group.-block1 {
    width: 20%;
}
.footerList_group.-block2 {
    width: 40%;
}
.footerList_group.-block3 {
    width: 60%;
}
.footerList_group.-block4 {
    width: 80%;
}
.footerList_group.-block5 {
    width: 100%;
}

.footerList_group.-mar1 {
    margin-right: 20%;
}
.footerList_group.-mar2 {
    margin-right: 40%;
}
.footerList_group.-mar3 {
    margin-right: 60%;
}
.footerList_group.-mar4 {
    margin-right: 80%;
}

.footerList_group-header {
    font-weight: bold;
    margin: 15px 0;
    width:  100%;
}

.footer_linkList a {
    color: #fff;
    text-decoration: none;
}

.-block1 .footer_menulist {
    width: 100%;
}
.-block2 .footer_menulist {
    width: 50%;
}
.-block3 .footer_menulist {
    width: 33.333%;
}
.-block4 .footer_menulist {
    width: 25%;
}
.-block5 .footer_menulist {
    width: 20%;
}

.footer_menulist a:hover {
    text-decoration: underline;
}

.footer_menulist li {
    font-size: 14px;
    margin: 0 0 15px;
}

.footer_menulist > li > a,
.footer_menulist > li > span {
    display: inline-block;
    padding: 0 0 0 10px;
    text-indent: -10px;
}

.footer_menulist > li > a::before,
.footer_menulist > li > span::before {
    border: 5px solid;
    border-color: transparent transparent transparent #fff;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
}

ul.footer_menulist.info {
    width: 33%;
    flex-direction: column;
}

ul.footer_menulist.info li {
    width: 100%;
}

.footer_submenulist {
    display: block;
    margin: 0 0 0 10px;
}


.footerMenuTitle_wrapper ul a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footerMenuTitle_wrapper ul a:hover {
    text-decoration: none;
}

.footerMenuTitle_wrapper span.link_text {
    margin: 0 0 0 4px;
}

a.qanda .icon-gol_icon-41, a.qanda .icon-gol_icon-48, a.howto .icon-gol_icon-86 {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: bottom;
}

@media screen and ( max-width:1024px) {
    .footerMenuTitle_wrapper .link_text{
        display: none;
    }

}

.footer_otherService h3 {
    border-bottom: 1px solid #3B4E89;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-weight: bold;
}

.footer_otherServiceList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_otherServiceList li {
    margin-right: 10px;
}

.footer_otherServiceList li:last-child {
    margin-right: 0;
}

.geomobile_link {
    margin: 10px 0 0;
}



address.footAddr {
    background: #fff;
    display: block;
    padding: 20px;
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
}

/********** step *********/
#step {
    align-items: flex-end;
    counter-reset: flowNum;
    display:         flex;
    display: -webkit-flex;
    display:     -ms-flex;
    display:    -moz-flex;
    list-style: none;
    margin: 0 auto 40px;
    position: relative;
    width: 920px;
}

#step li {
    color: #999;
    font-size: 14px;
    position: relative;
    text-align: center;
    width: 100%;
}

#step::after {
    border-bottom: 2px solid #ccc;
    bottom: 10px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    visibility: initial;
    width: 100%;
    z-index: 0;
}


#step li::after {
    box-sizing: border-box;
    counter-increment:  flowNum;
    content: counter(flowNum);
    background:  #fff;
    border: 2px solid #ccc;
    border-radius:  50%;
    width: 20px;
    height: 20px;
    display:  block;
    margin: 10px auto 0;
    line-height: 17px;
    padding: 0 0 3px 0;
    z-index: 1;
    position:  relative;
}

#step li:first-child::before {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

#step li:last-child::before {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
}

#step li.on {
    color: #192b5b;
}

#step li.on::after {
    background: #192b5b;
    border-color: #192b5b;
    color: #fff;
}

