@charset "UTF-8";

/* reset style
================================================== */

h1, h2, h3, h4 {
    font-weight: normal
}

ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

a img {
    border: 0
}

table {
    font-size: 100%;
}

th {
    font-style: normal;
    font-weight: normal;
    text-align: left
}

p {
    text-align: left
}

.cf:before, .cf:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: .1em
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

/* base
||||||||||||||||||||||||||||||||||||||||||||||||||
================================================== */

#wrapper {
    width: 1040px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

/* header
================================================== */
#top_header_ad_area {
    background-color: white;
    border-bottom: 3px #002896 solid;
    margin: 0 auto;
    width: 1040px;
}

#headerAd1Cmp .header-ad-long {
    margin: 0;
    padding: 10px 0;
}

/* service-tooltip
================================================== */
#service-tooltip {
    position: relative;
    z-index: 1;
    width: 130px;
    height: 40px;
}

#service-tooltip > a.on {
    background-color: #fff;
    box-shadow: 0 -7px 15px -5px rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative;
}

#service-tooltip > a.on:hover {
    text-decoration: none;
}

#service-tooltip a {
    color: #666;
}

#service-tooltip > a {
    padding-left: 11px;
    font-size: 12px;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 119px;
    height: 40px;
}

#service-tooltip > a:hover {
    text-decoration: none;
}

#service-tooltip > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #666 transparent transparent transparent;
    top: 48%;
    position: absolute;
    margin-top: -3px;
    right: 11px;
}

/* service-list
================================================== */
.service-list {
    background-color: #fff;
    padding: 15px 20px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

/* Safari z-indexイシュー対応 */
_::-webkit-full-page-media, _:future, :root .service-list {
    z-index: 0;
}

.service-list .side-more-link {
    padding-top: 0px;
    border-top: 0px;
    width: 580px;
}

.service-list .side-more-link a {
    border: none;
    padding-right: 20px;
    margin-right: 0px;
}

.service-list > ul {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-list > ul > li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 25%;
    line-height: 1.8;
    padding-bottom: 15px;
}

.service-list > ul > li > ul > li {
    font-size: 12px;
    font-weight: normal;
}

/* content
/*+---------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 980px;
}

.content-wrapper:before, .content-wrapper:after {
    content: " ";
    display: table;
}

.content-wrapper:after {
    clear: both;
}

.content-wrapper {
    *zoom: 1;
}

.main {
    float: left;
    width: 650px;
}

.side {
    float: right;
    width: 300px;
}

#gh-body {
    padding: 16px 0 20px 0;
    margin: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#gh-body #logo-box {
    padding-top: 4px;
    font-size: 0;
    width: 235px;
    margin: 0;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#gh-body #logo {
    width: 213px;
    height: 32px;
    vertical-align: bottom;
    background: url(../png/header_logo.png) left top / contain no-repeat
}

#gh-body #logo a {
    display: block;
    margin: 0 auto;
    text-indent: -100%;
    overflow: hidden;
    height: 32px;
}

#search-box {
    width: 372px;
    vertical-align: top;
}

#search-box .gh-search-form {
    display: inline-block;
}

#search-box .gh-search-form .input-block {
    display: inline-block;
}

#search-box .gh-search-form input.ghInput {
    width: 362px;
    height: 40px;
    padding: 3px 45px 3px 10px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: -45px;
    background-color: #f7f7f7;
}

#search-box .gh-search-form input.gh-submit {
    width: 40px;
    height: 40px;
    padding: 7px 0 5px;
    border: none;
    background: #002896 url(../svg/icon_search.svg) center center no-repeat;
    color: #fff;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    border-radius: 0 3px 3px 0;
    background-size: 18px 18px;
}

#search-box .gh-search-form p.opt {
    padding: 0 0 0 3px;
    display: inline;
}

#search-box .gh-search-form p.opt a {
    vertical-align: bottom
}

#search-box #rakuOkuSearch input.ghInput {
    width: 257px;
}

#point-link {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 40px;
    background-color: #002896;
}

#point-link > a {
    align-items: center;
    display: flex;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

#point-link a span {
    position: relative;
    padding-right: 28px;
    margin-left: auto;
}

#point-link a span:before {
    content: "";
    position: absolute;
    background: transparent url(../png/icon_point.png) no-repeat center center;
    background-size: 100% auto;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

#point-link > a:hover {
    text-decoration: none;
}

#point-link .point-link-list {
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: 40px;
    width: 100%;
}

#point-link .point-link-list::after {
    width: 100%;
    display: block;
    height: calc(100% + 40px);
    border-top: none;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: -39px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#point-link .point-link-list ul {
    padding: 13px 10px;
}

#point-link .point-link-list ul li {
    line-height: 2;
    font-size: 12px;
}

#point-link .point-link-list ul li a {
    color: #666;
}

.headerBanner {
    display: inline-block;
    width: 65px
}

ul#cptext {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 13px;
}

ul#cptext li {
    display: inline-block;
    padding: 0 20px 0 0
}

ul#cptext li a {
    padding-left: 10px;
    background: url(../png/arrow_right_black.png) no-repeat left center / 6px auto;
    color: #000;
}

ul#cptext li a:hover {
    text-decoration: underline
}

#contentWrap {
    width: 980px;
    margin: 0 auto
}

/*- section-heading ---------*/
.section-heading {
    font-weight: bold;
}

/*- main-topics ---------*/
#top-topics-list {
    border-bottom: 2px solid #e1e3e6;
}

.main-topics {
    margin-top: -15px;
    overflow: hidden;
}

.main-topics__list {
    float: left;
    width: 310px;
}

.main-topics__list + .main-topics__list {
    float: right;
    width: 310px;
}

.topics-mini-list li:last-child {
    border-bottom: 1px solid #e1e3e6;
}

.topics-mini-list li:last-child {
    border-bottom: 1px solid #e1e3e6;
}

.main-topics-footer {
    height: 40px;
}

.main-topics-footer > div {
    display: inline-block;
}

.main-topics-footer .main-topics-ad-wrap {
    padding: 11px 0;
    width: 310px;
}

.main-topics-footer .more-link {
    float: right;
}

.main-topics-body {
    overflow: hidden;
}

.topics-ad-link {
    display: block;
}

.topics-ad-link span {
    background: transparent url(../png/icon_pr02-1.0.png) right 3px no-repeat;
    background-size: 21px 17px;
    padding-right: 27px;
}

/*- ad-box ---------*/

.ad-box--left {
    float: left;
}

.ad-box--right {
    float: right;
}

/*- topics-mini-list ---------*/
.topics-mini-list {
    margin: 10px 0 0 0;
}

/* icon
/*+---------------------------------*/
.icon-new {
    vertical-align: text-top;
}

.icon-photo {
    height: 18px;
    background-image: url(../svg/icon_camera.svg);
    background-size: contain;
    vertical-align: text-top;
}

/* Suggest ------------- */
#suggest {
    z-index: 5;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    cursor: default;
    line-height: 18px;
    margin: 0;
    position: absolute;
    width: 290px;
}

#suggest span.sggstKeyword {
    padding: 2px 0 2px 5px;
}

#suggest .sggstKeyword {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    white-space: nowrap;
    float: left;
    width: 284px;
}

#suggest .sggstSelect .sggstKeyword {
    background: #3366CC none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
}

#suggest strong {
    font-weight: bold;
    font-style: normal;
}
