@charset "UTF-8";

/* +++++++++++++++++++++++++++++++

common.css

+++++++++++++++++++++++++++++++ */
html, body, div, ul, img {
    margin: 0;
    padding: 0;
}

body {
    min-width: 980px;
    font-family: 'HiraginoSans-W3',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',Calibri, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    background: #fff;
    color: #fff;
}

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

a:hover {
    text-decoration: none;
}

a:focus, *:focus {
    outline:none;
}

ul {
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

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

/* ------------------
 レイアウト
------------------ */
footer {
    margin: 0 auto;
}

aside {
    margin-top: 0;
}

section {
    margin-bottom: 0;
}

h2,h3,h4,h5,select,input {
    font-family: 'HiraginoSans-W3',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',Calibri, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    line-height: 1.5;
}

/*----------------------------------------
    ヘッダー
----------------------------------------*/

/* headerroom.js */
.headroom {
    z-index: 9999;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    will-change: transform;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.headroom--pinned {
    display: block;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

/* ヘッダー外観 */
#global_nav {
    margin: 0 auto;
    background: #34485e;
}

#menu_wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #34485e;
    transition: .3s;
}

#header {
    position: relative;
    top: 0;
    width: 960px;
    height: 75px;
    margin: 0 auto;
    text-align: left;
}

#global_nav h1,
#global_nav #header>p,
#global_nav div#logo {
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: 10px;
    padding: 0px;
    background: none;
    font-size: 0em;
}

#global_nav div.header_box p#header_search  {
    position:absolute;
    top: 2px;
    right: 0;
    width: 190px;
    height: 40px;
    padding-left: 10px;
    background-color: #495c6e;
}
#global_nav div.header_box p#header_search .search_button {
    opacity: 0.5;
    position:absolute;
    top: 12px;
    right: 10px;
    z-index:2000;
    object-fit: contain;
}

#global_nav div.header_box p#header_search .search_field {
    width: 160px;
    padding: 9px 0;
    color:#ffffff;
    background-color: #495c6e;
    border: none;
    font-size: 14px;
}

#global_nav p#about {
    position:absolute;
    top: 14px;
    right: 226px;
    font-size: 14px;
}

#global_nav a:hover {
    opacity: 0.8;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

/*----------------------------------------
    フッター
----------------------------------------*/
footer.global p {
    opacity: 0.5;
    padding-top: 40px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

footer.global a {
    color: #fff;
}

footer.global a:hover {
    opacity: 0.8;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

footer.global .logo_link {
    float: left;
    width: 480px;
    margin-right: 120px;
}

footer.global .logo_link .logo {
    margin-right:10px;
}

#footer_button li {
    float: left;
    padding-right: 8px;
    color: #fff;
}

#copyright li {
    opacity: 0.5;
    float: left;
    margin-top: 10px;
    color: #fff;
    font-family: Verdana;
    font-size: 11px;
}

footer.global .link_box {
    float: left;
    width: 350px;
}

footer.global .link_box ul li{
    float: left;
    padding-bottom: 20px;
    background: url(/images/common/ico-right-w.png) no-repeat 2px 3px;
    color: #fff;
    font-size: 13px;
}

footer.global .link_box1 {
    width: 167px;
}

footer.global .link_box2 {
    width: 110px;
}

footer.global .link_box3 {
    width: 73px;
}

footer.global .link_box1 a,
footer.global .link_box2 a ,
footer.global .link_box3 a  {
    padding-left: 20px;
}

/* ------------------
snsアイコン
------------------ */
.sidesocialbar {
    position: fixed;
    top: 200px;
    right: -2px;
    z-index: 100000;
    margin: 0 0 0 -100px;
    width: 50px;
}
.sidesocialbar_box {
    text-align: center;
}
.sidesocialbar_box ul li a {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
}
.sidesocialbar_box ul li img {
    height: auto;
    text-align: center;
}
.sidesocialbar_box .facebook {
    padding-top: 4px;
    background-color: #2a569c;
}
.sidesocialbar_box .twitter {
    padding-top: 6px;
    background-color: #30a6df;
}
.sidesocialbar_box .google {
    padding-top: 4px;
    background-color: #dc5035;
}
.sidesocialbar_box .news {
    padding-top: 9px;
    background-color: #495c6e;
    color: #fff;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 1px;
}

.sidesocialbar_box a:hover {
    opacity: 0.8;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

/*----------------------------------------
    ページャー
----------------------------------------*/
.navi {
    clear: both;
    padding: 0 20px 30px 20px;
    text-align: center;
    font-size: 14px;
}

.mypage_navi {
    clear: both;
}

.mypage_navi span.current {
    padding: 0 18px 0 15px;
    border-right: 1px solid #ddd;
    color: #333;
}

.mypage_navi a {
    padding: 0 18px 0 15px;
    border-right: 1px solid #ddd;
}

.mypage_navi a:link,
.mypage_navi a:visited,
.mypage_navi a:active {
    color: #23aed1;
    text-decoration: none;
}

.mypage_navi a:hover {
    opacity: 0.8;
}

.mypage_navi a:last-child  {
    color: #23aed1;
    text-decoration: none;
    border: none;
}

.mypage_navi span.current:last-child  {
    border: none;
}

/*----------------------------------------
    アプリご利用
----------------------------------------*/
#appli_image_wp {
    height: 400px;
    min-width: 980px;
    margin: 0 auto;
    background: url(/images/top/bg_appli.jpg) no-repeat center;
    /* background: url(/images/top/bg.jpg) no-repeat center 75%; */
    background-size: contain auto;
}

#appli_image {
    position: relative;
    margin: 0 auto;
    width: 980px;
    text-align: left;

}
#appli_image .title{
    position:absolute;
    top: 56px;
    left: 520px;
    width: 465px;
    color: #fff;
    font-size: 24px;
}

#appli_image p.appli_img{
    position: absolute;
    top: 24px;
    left: 70px;
    width: 405px;
}

/*----------------------------------------
    アプリご利用 アプリダウンロードボタン
----------------------------------------*/
#appli_image ul#middle_button {
    position: absolute;
    top: 200px;
    left: 520px;
}

#appli_image ul#middle_button li{
    width: 200px;
    height: 65.6667px;
    padding-top:9px;
}

#appli_image a:hover {
    opacity: 0.8;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

/*----------------------------------------
    セレクトボックス
----------------------------------------*/
.wrap_select {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 270px;
    margin-left: 5px;
    border-radius: 0;
    background-color: #fff;
    border: 1px #ddd solid;
    vertical-align: middle;
}

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

.wrap_select:before {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 24px;
    height: 25px;
    margin: -12px 0 0 0;
    content: ' ';
    background: url(/images/common/ico-down-copy.png) no-repeat ;
    pointer-events: none;
}

.wrap_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
    width: 270px;
    height: 24px;
    padding: 15px 23px 14px 8px;
    border: none;
    background: inherit;
    color: #000;
    font-size: 14px;
    outline: none;
}
