@charset "UTF-8";
/*--------------------------------------------------------------------
    初期化.
--------------------------------------------------------------------*/
* {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


body {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 1120px;
}


h1, h2, h3, h4, h5, h6, p,
dl, ul, ol,
table {
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}


dt, dd, li {
    margin: 0;
    padding: 0;
}


ul, ol {
    list-style: none;
}


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


a:link, a:visited {
    text-decoration: underline;
}


a:hover, a:active {
    text-decoration: underline;
}


em {
    font-style: normal;
}


form {
    margin: 0;
    padding: 0;
}

/* iOSで効いてるデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}

input, textarea {
    margin: 0;
}


input, textarea, select {
    outline: none;
}


/**
 * IE8用タグの定義
 */
article, aside, details, figcaption,
figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}


[hidden] {
    display: none;
}


/*--------------------------------------------------------------------
    全体
--------------------------------------------------------------------*/
body {
    color: #323232;
    background-color: #444444;
}


a {
    color: #323232;
}

a:hover {
    color: #ff8c00;
}


/* コンテンツの幅を固定 */
#main-screen {
    min-width: 1100px;
    background-color: #efeeec;
}


.wrap {
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


/* PCは非表示 */
.is-mobile {
    display: none;
}


/*--------------------------------------------------------------------
    レイアウト
--------------------------------------------------------------------*/
/**
 * header
 */

header {
    height: 120px;
    /*  height: 98px;  */
    background-color: #ffffff;
    border-top: 5px solid #e96f4c;
}

header .logo {
    position: absolute;
    top: 37px;
    /*  top: 52px;  */
    left: 0;
    width: 358px;
}

header .logo img {
    width: 100%;
}

header .copy {
    position: absolute;
    /*  top: 11px; */
    top: 15px;
    left: 0;
    font-size: 12px;
    font-weight: normal;
}


/*くす玉CSS

header .kusudama img {
    position: absolute;
    top: 41px;
    width: 7.5%;
    left: 401px;
    z-index: 1;
}*/


/*くす玉CSS END*/


/*変更CSS*/

header .indicator {
    position: absolute;
    top: 30px;
/*    top: 11px;*/
    /*  top: 15px; */
    left: 440px;
    width: auto;
}

header .member .hello {
    line-height: 1.4;
    font-size: 0.8em;
}

header .indicator .modify {
    line-height: 1.3;
    margin-top: 4px;
    padding: 0px 2px 0px;
}

header .indicator .count {
    line-height: 1.2;
    padding: 0px 2px 0px;
}


/* 変更CSSここまで */

header .indicator .count span {
    color: #e62614;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0.2em;
}


/*　加盟追加PC CSS　*/

header .indicator .member_count {
    background-color: #57AEA0;
    border: 1px solid #57AEA0;
    margin-top: 8px;
}

header .indicator .member_count a {
    text-decoration: none;
}


/*161202追記*/

header .indicator .member_count:hover {
    background-color: #F37B2A;
    border: 1px solid #F37B2A;
}

header .indicator .member_count a:hover {
    cursor: url(../../img/common/kameisya_fukidashi.png), pointer;
}

header .indicator .member_count .today {
    background-color: #FFF;
    font-size: 0.9em;
    padding: 2px 5px 0px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 3px;
}

header .indicator .member_count .today span {
    color: #e62614;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0.2em;
}

header .indicator .member_count .month {
    text-align: center;
    padding: 2px 5px 0px;
    color: #FFF;
    line-height: 1;
    letter-spacing: 2px;
}

header .indicator .member_count .month .emphasis {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0.2em;
}

header .indicator .member_count .month span {
    color: #e7d61b;
}


/*　加盟追加PC CSSここまで　*/


/*変更CSS*/

header .phone {
    position: absolute;
    right: 154px;
    top: 15px;
    /*  top: 35px;  */
}

header .for-mobile {
    display: none;
}


/*変更CSSここまで*/

header .phone .icon {
    float: left;
}


/*変更CSS*/

header .phone .notice {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

header .phone .dial {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    margin: 20px 0 0 65px;
}


/*変更CSSここまで*/

header .phone .open {
    font-size: 11px;
    line-height: 1;
    margin-left: 68px;
    margin-top: 3px;
}

header .member {
    position: absolute;
    top: 15px;
    /*  top: 11px;*/
    right: 0;
}

header .member .hello-name {
    font-size: 0.8em;
}

header .member a {
    text-decoration: none;
}

header .member .regist {
    margin-bottom: 5px;
}

header .member .regist a {
    display: block;
    color: #fc6337;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    width: 100px;
    height: 29px;
    padding-top: 1px;
    border: 1px solid #e62614;
}

header .member .login a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    width: 100px;
    height: 29px;
    padding-top: 1px;
    background-color: #fc6337;
    border: 1px solid #fc6337;
}

header .member .regist a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

header .member .login a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*ヘッダーバナー*/
/*header {
    height: 196px;
    background-color: #ffffff;
    border-top: 5px solid #e96f4c;
}*/
/*ヘッダーバナー設置*/
.publicity_header{
    position:absolute;
    top: 104px;
}

.publicity_header a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/**
 * gnav
 */
nav {
    position: relative;
    height: 0;
    padding: 10px 0 37px;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
}

nav .gnav {
    position: absolute;
    border-left: 1px solid #d4d4d4;
    z-index: 100;
}

nav .gnav > li {
    float: left;
    width: 182px;
    border-right: 1px solid #d4d4d4;
}

nav .gnav > li > span {
    display: block;
    padding: 0 8px;
}

nav .gnav > li > span > a {
    display: block;
    color: #323232;
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    text-decoration: none;
    height: 27px;
    padding-top: 1px;
}

nav .gnav > li > span > a > span {
    font-size: 18px;
    font-weight: bold;
    color: #ed6001;
    vertical-align: middle;
    margin-right: 2px;
}

nav .gnav > li:nth-child(n+5) a > span {
    color: #278374;
}

nav .gnav > li > span > a:hover {
    color: #ffffff;
    background-color: #ff4800;
    border-radius: 15px;
    behavior: url(../asset/PIE.htc);
}

nav .gnav > li > span > a:hover > span {
    color: #ffffff;
}

nav .gnav > li > span.type2 > a:hover {
    background-color: #57aea0;
}

nav .gnav > li > span > .current {
    color: #ffffff;
    background-color: #ff4800;
    border-radius: 15px;
    behavior: url(../asset/PIE.htc);
}

nav .gnav > li > span > .current > span {
    color: #ffffff;
}

nav .gnav > li > span.type2 > .current {
    background-color: #57aea0;
}


/**
 * p-window
 */
.p-window {
    display: none;
}

/*gnav改修170125*/

/*.p-window .pw {
    position: absolute;
    top: 27px;
    left: -2px;
    width: 1102px;
    height: 373px;
    padding-top: 5px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.p-window .pw .title {
    position: absolute;
    top: 57px;
    left: 40px;
}

.p-window .pw .descr {
    position: absolute;
    top: 52px;
    left: 300px;
    width: 760px;
}*/

.p-window .pw .btn {
    position: absolute;
    top: 17px;
    left: 14px;
}

.p-window .pw .btn > li {
    float: left;
    margin: 2px;
}

.p-window .pw .btn > li a {
    position: relative;
    display: block;
    width: 116px;
    height: 42px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #cac8c8;
    background-position: 0 0;
}

.p-window .pw .btn > li a:hover {
    box-shadow: 2px 2px 2px 0px #dcdcdc;
    -moz-box-shadow: 2px 2px 2px 0px #dcdcdc;
    -webkit-box-shadow: 2px 2px 2px 0px #dcdcdc;
    /* border-radius */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* border */
    border: 1px solid #cac8c8;
}

.p-window .pw .btn > li a .heading {
    position: absolute;
    top: 13px;
    left: 23px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.p-window .pw .btn > li a .heading::after {
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: -37px;
    width: 8px;
    height: 8px;
    margin-left: 20px;
    border-right: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.p-window .pw .btn > li a .text {
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 0;
    font-size: 12px;
    line-height: 1.4;
}

.p-window .pw .btn > li a .heading2 {
    top: 6px;
}

.p-window .pw .btn > li a .heading2::after {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: -37px;
    width: 8px;
    height: 8px;
    margin-left: 20px;
    border-right: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.p-window .pw2 .btn {
    left: 21px;
}

.p-window .pw2 .btn > li {
    margin: 4px;
}

.p-window .pw2 .btn > li a {
    width: 204px;
    height: 70px;
    background-image: url(../img/common/pw02-btn.png);
}

.p-window .pw2 .btn > li a:hover {
    background-image: url(../img/common/pw02-btn-hover.png);
}

.p-window .pw2 .btn > li a .heading {
    top: 22px;
    left: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
}*/

.p-window .pw-1 {
    position: absolute;
    top: 31px;
    left: -2px;
    width: 395px;
    height: 175px;
    padding-top: 5px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    border: solid 2px #ff4800;
    border-radius: 3px;
}

.p-window .pw-1::before {
    content: "";
    border: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 80px;
    top: -15px;
    z-index: 5;
}

.p-window .pw-1::after {
    content: "";
    border: 7px solid transparent;
    border-bottom: 13px solid #ff4800;
    position: absolute;
    left: 78px;
    top: -20px;
    z-index: 4;
}

.p-window .pw-2 {
    position: absolute;
    top: 31px;
    left: 192px;
    width: 517px;
    height: 175px;
    padding-top: 5px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    border: solid 2px #ff4800;
    border-radius: 3px;
}

.p-window .pw-2::before {
    content: "";
    border: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 80px;
    top: -15px;
    z-index: 5;
}

.p-window .pw-2::after {
    content: "";
    border: 7px solid transparent;
    border-bottom: 13px solid #ff4800;
    position: absolute;
    left: 78px;
    top: -20px;
    z-index: 4;
}

.p-window .pw-2 > li:last-child {
    font-size: 10px;
}

.p-window .pw-3 {
    position: absolute;
    top: 31px;
    left: 374px;
    width: 517px;
    height: 175px;
    padding-top: 5px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    border: solid 2px #ff4800;
    border-radius: 3px;
}

.p-window .pw-3::before {
    content: "";
    border: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 80px;
    top: -15px;
    z-index: 5;
}

.p-window .pw-3::after {
    content: "";
    border: 7px solid transparent;
    border-bottom: 13px solid #ff4800;
    position: absolute;
    left: 78px;
    top: -20px;
    z-index: 4;
}

.p-window .pw-4 {
    position: absolute;
    top: 31px;
    left: 558px;
    width: 394px;
    height: 127px;
    padding-top: 5px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    border: solid 2px #ff4800;
    border-radius: 3px;
}

.p-window .pw-4::before {
    content: "";
    border: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 80px;
    top: -15px;
    z-index: 5;
}

.p-window .pw-4::after {
    content: "";
    border: 7px solid transparent;
    border-bottom: 13px solid #ff4800;
    position: absolute;
    left: 78px;
    top: -20px;
    z-index: 4;
}

/*.p-window .pw2 .btn > li a .heading2 {
    top: 12px;
}*/
/*
.p-window .pw-1 {
    background-image: url(../img/common/pw1-bg.png);
}

.p-window .pw-1 .btn > li:nth-child(1) a {
    background-image: url(../img/common/pw1-btn-1.png);
}

.p-window .pw-1 .btn > li:nth-child(1) a:hover {
    background-image: url(../img/common/pw1-btn-1-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(2) a {
    background-image: url(../img/common/pw1-btn-2.png);
}

.p-window .pw-1 .btn > li:nth-child(2) a:hover {
    background-image: url(../img/common/pw1-btn-2-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(3) a {
    background-image: url(../img/common/pw1-btn-3.png);
}

.p-window .pw-1 .btn > li:nth-child(3) a:hover {
    background-image: url(../img/common/pw1-btn-3-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(4) a {
    background-image: url(../img/common/pw1-btn-4.png);
}

.p-window .pw-1 .btn > li:nth-child(4) a:hover {
    background-image: url(../img/common/pw1-btn-4-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(5) a {
    background-image: url(../img/common/pw1-btn-5.png);
}

.p-window .pw-1 .btn > li:nth-child(5) a:hover {
    background-image: url(../img/common/pw1-btn-5-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(6) a {
    background-image: url(../img/common/pw1-btn-6.png);
}

.p-window .pw-1 .btn > li:nth-child(6) a:hover {
    background-image: url(../img/common/pw1-btn-6-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(7) a {
    background-image: url(../img/common/pw1-btn-7.png);
}

.p-window .pw-1 .btn > li:nth-child(7) a:hover {
    background-image: url(../img/common/pw1-btn-7-hover.png);
}

.p-window .pw-1 .btn > li:nth-child(8) a {
    background-image: url(../img/common/pw1-btn-8.png);
}

.p-window .pw-1 .btn > li:nth-child(8) a:hover {
    background-image: url(../img/common/pw1-btn-8-hover.png);
}

.p-window .pw-2 {
    background-image: url(../img/common/pw2-bg.png);
}

.p-window .pw-3 {
    background-image: url(../img/common/pw3-bg.png);
    height: 337px;
}

.p-window .pw-4 {
    background-image: url(../img/common/pw4-bg.png);
    height: 261px;
}

.p-window .pw-5 {
    background-image: url(../img/common/pw5-bg.png);
    height: 145px;
}

.p-window .pw-6 {
    background-image: url(../img/common/pw6-bg.png);
    height: 145px;
}*/
/*gnav改修170125 終わり*/

/**
 * 近日公開
 */

nav .gnav .com_soon{
    color: #ccc;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
}

/**
 * bread crumb
 */
#bread-crumb {
    line-height: 1.5;
    background-color: #c7c7c7;
    padding: 12px 0;
}

#bread-crumb .current, #bread-crumb a {
    color: #323232;
    font-size: 13px;
    margin: 0 0.5em;
}

#bread-crumb .current:first-child, #bread-crumb a:first-child, #bread-crumb a.first-child {
    margin-left: 0;
}


/**
 * contents
 */
#contents {
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}

#contents dl, #contents ul, #contents ol {
    overflow: hidden;
}

#contents a:hover img,#main-visual a:hover img,#company-list a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


#first-column {
    float: right;
    width: 800px;
}


#second-column {
    float: left;
    width: 240px;
}


article {
    word-wrap: break-word;
}

.sns_area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #323232;
}

.sns_area li {
    margin-bottom: 8px;
}

/**
 * footer
 */
footer {
    background-color: #f37b2a;
}

footer aside {
    padding: 30px 0;
}

footer aside > ul {
    text-align: center;
    margin: 5px 0;
}

footer aside > ul > li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-right: 1px solid #ffffff;
}

footer aside > ul > li:last-child {
    margin-right: 0;
    border-right: transparent;
}

footer aside > ul > li a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none !important;
    margin: 0 1.25em 0 1em;
}

footer aside > ul > li a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

footer .bottom-content {
    background-color: #ffffff;
}

footer .bottom-content .wrap {
    padding: 25px 50px;
    box-sizing: border-box;
}

footer .bottom-content .wrap p {
    font-size: 13px;
    line-height: 1.7;
}

footer .copyright {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
    background-color: #444444;
}

/*20180405 ysd*/
.fixed_fotter{
  position:fixed;
  bottom:0;
  z-index:9999;
}
@media screen and (max-width: 480px){
footer .copyright {
    font-size: 10px;
    padding: 12px 0 23vw!important;
    background-color: #000000;
}
}


/**
 * widget
 */
.widget-block > li {
    margin-bottom: 10px;
}

.widget-block > li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #323232;
}

.widget-block .seikyu-box {
    font-size: 13px;
}

.widget-block .seikyu-box .title {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #fdfe65;
    border: 3px solid #f37b2a;
    border-bottom-width: 1px;
    border-radius: 5px 5px 0 0;
    behavior: url(../asset/PIE.htc);
}

.widget-block .seikyu-box .group {
    position: relative;
    background-color: #ffffff;
    border: 3px solid #f37b2a;
    border-top: none;
    border-radius: 0 0 5px 5px;
    behavior: url(../asset/PIE.htc);
}

.widget-block .seikyu-box .text {
    text-align: center;
    padding: 15px 0 10px;
}

.widget-block .seikyu-box .count {
    line-height: 1;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 15px 15px;
    border-bottom: 1px dotted #323232;
}

.widget-block .seikyu-box .count span {
    font-size: 42px;
    font-weight: bold;
    margin-right: 5px;
}

.widget-block .seikyu-box .list {
    line-height: 1.8;
    padding: 0 20px 15px;
}

.widget-block .seikyu-box .btn-souhusaki a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    width: 200px;
    height: 50px;
    margin: 0 auto 15px;
    background-image: url(../img/common/btn-souhusaki.png);
    background-repeat: no-repeat;
}

.widget-block .seikyu-box .btn-souhusaki a span {
    font-weight: normal;
    margin: 0 20px 0 -30px;
}

.widget-block .seikyu-box .btn-souhusaki a:hover {
    background-image: url(../img/common/btn-souhusaki-hover.png);
}

.widget-block .side-nav li {
    background-repeat: no-repeat;
}

.widget-block .side-nav li:nth-child(1) {
    background-image: url(../img/common/btn-side-nav-1-hover.png);
}

.widget-block .side-nav li:nth-child(2) {
    background-image: url(../img/common/btn-side-nav-2-hover.png);
}

.widget-block .side-nav li:nth-child(3) {
    background-image: url(../img/common/btn-side-nav-6-hover.png);
}

.widget-block .side-nav li a {
    display: block;
}

.widget-block .side-nav li a:hover img {
    visibility: hidden;
}

.widget-block .search-form-widget {
    position: relative;
    background-color: #57aea0;
    border-radius: 5px;
    padding: 20px 15px;
    behavior: url(../asset/PIE.htc);
}

.widget-block .search-form-widget .heading {
    text-align: center;
}

.widget-block .search-form-widget .total {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.widget-block .search-form-widget .total span {
    color: #fdfe65;
    font-size: 21px;
    margin: 0 5px;
}

.widget-block .search-form-widget dl dt > span {
    position: relative;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    margin: 10px 0;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-align: left;
    behavior: url(../asset/PIE.htc);
}

.widget-block .search-form-widget dl dt > span > span {
    color: #57aea0;
}

.widget-block .search-form-widget dl dt .arrow {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    background-color: #e6e6e6;
    height: 32px;
    width: 18px;
    border-left: 1px solid #57aea0;
    border-radius: 0 5px 5px 0;
    behavior: url(../asset/PIE.htc);
}

.widget-block .search-form-widget dl dt .arrow:before {
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 16px;
    line-height: 32px;
    color: #57aea0;
}

.widget-block .search-form-widget dl dt em {
    display: block;
    font-size: 12px;
    color: #fdfe65;
    line-height: 1.4;
    margin: -4px 0 5px;
}

.widget-block .search-form-widget dl dd {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #ffffff;
    border: 2px solid #57aea0;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1002;
}

.widget-block .search-form-widget dl dd h3 {
    font-size: 17px;
    color: #ffffff;
    padding: 5px 10px;
    background-color: #57aea0;
}

.widget-block .search-form-widget dl dd h3 span.close {
    float: right;
}

.widget-block .search-form-widget dl dd h3 span.close:hover {
    cursor: pointer;
}

.widget-block .search-form-widget dl dd ul {
    margin: 0 10px;
}

.widget-block .search-form-widget dl dd ul > li {
    color: #57aea0;
    font-weight: bold;
    padding: 5px 15px 4px;
}

.widget-block .search-form-widget dl dd ul > li:nth-child(n+2) {
    color: inherit;
    font-weight: normal;
}

.widget-block .search-form-widget dl dd ul > li label {
    margin-left: 3px;
    vertical-align: 0.1em;
}

.widget-block .search-form-widget dl dd ul:nth-child(2n+4) > li:first-child {
    background-color: #f2f8f7;
}

.widget-block .search-form-widget dl dd ul.all {
    margin-top: 10px;
}

.widget-block .search-form-widget dl dd ul.all > li {
    color: inherit;
    background-color: #c5e3de;
}

.widget-block .search-form-widget dl dd .btn-back span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    width: 150px;
    height: 36px;
    margin: 15px auto;
    background-color: #f4853d;
    border-radius: 3px;
    cursor: pointer;
    behavior: url(../asset/PIE.htc);
}

.widget-block .search-form-widget dl dd .btn-back span:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    margin-right: 10px;
}

.widget-block .search-form-widget .count {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: -2px 0 5px;
}

.widget-block .search-form-widget .count span {
    color: #fdfe65;
    font-size: 21px;
    margin: 0 5px;
}

.widget-block .search-form-widget .btn-result {
    text-align: center;
}

.widget-block .search-form-widget .btn-result input[type="submit"],
.widget-block .search-form-widget .btn-result input[type="button"] {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    width: 100%;
    background-color: #00717b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    behavior: url(../asset/PIE.htc);
}

.widget-block .search-form-widget .btn-result input[type="submit"]:hover,
.widget-block .search-form-widget .btn-result input[type="button"]:hover {
    color: #57aea0;
    background-color: #fdfe65;
}

.widget-block .search-form-widget .btn-reset input[type="button"] {
    background-color: #e6e6e6;
    color: #666;
    margin-bottom: 10px;
}

.widget-block .freeword-search {
    background-color: #bebebe;
    border-radius: 5px;
    padding: 20px 15px;
    overflow: hidden;
}

.widget-block .freeword-search .title {
    text-align: center;
    margin-bottom: 10px;
}

.widget-block .freeword-search form {
    text-align: center;
}

.widget-block .freeword-search input {
    vertical-align: top;
}

.widget-block .freeword-search input[type="text"] {
    float: left;
    width: 71%;
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.widget-block .freeword-search input[type="submit"] {
    float: right;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    width: 26%;
    height: 30px;
    padding: 0;
    background-color: #515151;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.widget-block .freeword-search input[type="submit"]:hover {
    background-color: #ff6e0f;
}

.widget-block .history {
    padding: 15px;
    background-color: #ffffff;
}

.widget-block .history .title {
    font-size: 14px;      
}

.widget-block .history .max-log {
    font-size: 10px;
    margin-bottom: 10px;       
}

.widget-block .history .list {
    line-height: 1.7;
}

.widget-block .history .list a {
    font-size: 12px;
}

.widget-block .history .list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

/*グローバルサイン160118追記*/
.widget-block .globalsign p {
    font-size: 0.7em;
    margin: 5px 0　10px;
}

/**
 * コンテンツ共通
 */
 
 /*161118下記更新*/
.common-headline {
    background-color: #ffffff;
    padding: 15px 0 7px;
    margin-bottom: 10px;
}

.common-headline span {
    display: block;
    color: #f37b2a;
    font-size: 25px;
    line-height: 1.2;
    padding: 2px 12px 0;
    border-left: 5px solid #f37b2a;
}


/**
 * sns
 */
#sns-buttons {
    position: absolute;
    top: 170px;
    right: 0;
}

#sns-buttons > li {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
}

#sns-buttons > li img {
    width: 100%;
}

#sns-buttons > li a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/**
 * PC会員登録画面 20151015追記
 */

#bgWhite #resign .is-pc {
    margin: 0 auto 15px;
}

#bgWhite #resign .is-pc .entry_guide_textarea {
    display: block;
    padding: 0 0 0.5em;
    text-align: center;
}

#bgWhite #resign .is-pc .entry_guide_textarea img {
    width: 50%;
}

#bgWhite #resign .is-pc .entry_guide_textarea img:first-child{
    width: 43%;
}

#bgWhite #resign .is-pc .entry_guide_illustarea {
    margin: 0;
    padding: 0;
    text-align: center;
}

#bgWhite #resign .is-pc .entry_guide_illustarea:after {
    content: "";
    clear: both;
    display: block;
}

#bgWhite #resign .is-pc .entry_guide_illustarea img {
    width: 33%;
    float: left;
    padding-left: 0.1em;
}

#bgWhite #resign .is-pc .entry_guide_illustarea img:last-child {
    width: 33%;
    float: left;
}

/**
 * SP会員登録画面 20151015追記
 */

 #bgWhite #resign .is-mobile {
    margin: 0 auto 15px;
}

#bgWhite #resign .is-mobile .entry_guide_textarea {
    display: block;
    padding: 0 0 0.5em;
    text-align: center;
}

#bgWhite #resign .is-mobile .entry_guide_textarea img {
    width: 90%;
}

#bgWhite #resign .is-mobile .entry_guide_illustarea {
    margin: 0;
    padding: 0;
    text-align: center;
}

#bgWhite #resign .is-mobile .entry_guide_illustarea:after {
    content: "";
    clear: both;
    display: block;
}

#bgWhite #resign .is-mobile .entry_guide_illustarea img {
    width: 70%;
    text-align: center;
}

/*===[Mobile]=======================================================*/
@media screen and (max-width: 480px) {
    /*--------------------------------------------------------------------
        初期化
    --------------------------------------------------------------------*/
    body {
        position: static;
        top: 0;
        left: 0;
        font-size: 15px;
        width: 100%;
        min-width: inherit;
        overflow-x: hidden;
    }


    h1, h2, h3, h4, h5, h6, p,
    dl, ul, ol,
    table {
        line-height: 1.5;
    }


    img {
        max-width: 100%;
        height: auto;
    }


    a:hover, a:active {
        text-decoration: none;
    }


    /*--------------------------------------------------------------------
        全体
    --------------------------------------------------------------------*/
    .screen-fixed {
        position: fixed;
    }


    /* メインスクリーンを固定 */
    #main-screen {
        position: relative;
        min-width: initial;
        min-width: auto;
        overflow: hidden;
    }


    /* コンテンツの幅を固定 */
    .wrap {
        width: 100%;
    }


    /* Mobileは非表示 */
    .is-pc {
        display: none;
    }


    /* Mobileは表示 */
    .is-mobile {
        display: inherit;
    }


    /*--------------------------------------------------------------------
        レイアウト
    --------------------------------------------------------------------*/
    /**
     * header
     */
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        border-top-width: 3px;
        border-bottom: 1px solid #e6e6e6;
        z-index: 1000;
    }

    header .wrap {
        height: 49px;
    }

    header .logo {
        top: 18px;
        left: 10px;
        width: 195px;
    }

    header .copy {
        top: 5px;
        left: 10px;
        font-size: 9px;
                width: 100%;
    }

    header .menu-btn .btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        color: #ffffff;
        font-size: 11px;
        line-height: 1;
        background: #ff4800;
    }

    header .menu-btn .btn.open {
        background: -webkit-linear-gradient(top, #ff4800 0%, #d51c0b 100%);
        background: linear-gradient(to bottom, #ff4800 0%, #d51c0b 100%);
    }

    header .menu-btn .btn.open:before {
        display: block;
        font-family: 'FontAwesome';
        font-size: 21px;
        content: '\f0c9';
        padding: 7px 0 3px;
    }

    header .menu-btn .btn.close {
        display: none;
        font-size: 10px;
    }

    header .menu-btn .btn.close:before {
        display: block;
        font-size: 28px;
        content: '×';
        padding: 3px 0 1px;
    }

    header .menu-btn .btn.close.show {
        display: block;
    }

    header .menu-btn ul {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        width: 215px;
        border: 1px solid #ff4800;
    }

    header .menu-btn ul > li a {
        position: relative;
        display: block;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding: 15px;
        background-color: #ff4800;
        border-bottom: 1px solid #ffffff;
    }

    header .menu-btn ul > li a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 20px;
        line-height: 1;
        margin-top: -10px;
    }

    header .menu-btn ul > li.regist a {
        color: #ff4800;
        background-color: #ffffff;
        border-bottom: 1px solid #ff4800;
    }
    /*変更CSS*/
    /* 人気ランキングが抜けているため */
    /*header .menu-btn ul > li:nth-child(5) a {*/
    header .menu-btn ul > li:nth-child(4) a {
        color: #ff4800;
        background-color: #ffffff;
        border-bottom: 1px solid #ff4800;
    }

    /*header .menu-btn ul > li:nth-child(5) a  span {*/
    header .menu-btn ul > li:nth-child(4) a  span {
        font-size: 11px;
        color: #333;
    }

    header .menu-btn ul > li.info {
        padding: 12px;
        background-color: #ffffff;
    }

    header .menu-btn ul > li.info .icon {
        float: left;
        width: 30px;
        margin: 4px 5px 0 0;
    }

    header .menu-btn ul > li.info .dial {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
    }

    header .menu-btn ul > li.info .open {
        font-size: 9px;
        white-space: nowrap;
    }
    /*変更CSSここまで*/

    header .seikyu-box {
        position: absolute;
        top: 0;
        right: 50px;
        height: 50px;
        width: 50px;
        text-align: center;
        color: #ffffff;
        font-size: 9px;
        line-height: 1;
        background: #ffca11;
        background: -webkit-linear-gradient(top, #ffca11 0%, #ff9f17 100%);
        background: linear-gradient(to bottom, #ffca11 0%, #ff9f17 100%);
    }

    header .seikyu-box:before {
        display: block;
        font-family: 'FontAwesome';
        font-size: 20px;
        content: '\f005';
        padding:8px 0 3px;
    }

    header .seikyu-box span {
        position: absolute;
        top: 4px;
        left: 4px;
        font-size: 13px;
        line-height: 18px;
        height: 18px;
        width: 18px;
        background-color: #f43c03;
        border-radius: 50%;
    }


    /**
     * bread-crumb
     */
    #bread-crumb {
        display: none;
    }


    /**
     * nav
     */
    nav {
        display: none;
    }


    #main-screen {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: #ffffff;
    }


    /**
     * contents
     */
    #contents {
        /*padding: 53px 0 0;*/
        padding: 0; 
        background-color: #efeeec;
    }


    #first-column {
        width: 100%;
    }


    #second-column {
        /* 2ndカラムを非表示 */
        display: none;
    }


    /**
     * footer
     */
    footer {
        background-color: #ffffff;
        border-top: none;
    }

    footer .wrap {
        height: auto;
    }

    footer .is-mobile {
        padding: 0;
        overflow: hidden;
    }

    footer .is-mobile > ul {
        text-align: left;
        width: 50%;
        margin: 10px 0;
        overflow: hidden;
    }

    footer .is-mobile > ul.first {
        float: left;
    }

    footer .is-mobile > ul.second {
        float: left;
    }

    footer .is-mobile > ul > li {
        display: block;
        line-height: 1;
        border: none;
    }

    footer .is-mobile > ul > li a {
        display: block;
        font-size: 11px;
        line-height: 1;
        text-decoration: none;
        font-weight: normal;
        color: #323232;
        padding: 12px 0 12px 10px;
        margin: 0;
    }

    footer .is-mobile > ul > li a:before {
        color: #ff4800;
        font-family: 'FontAwesome';
        content: '\f105';
        font-size: 14px;
        vertical-align: -0.05em;
        margin-right: 4px;
    }

    footer .is-mobile > ul > li a:hover {
        color: inherit;
    }

    footer .bottom-content {
        display: none;
    }

    footer .copyright {
        font-size: 10px;
        padding: 12px 0 30px;
        background-color: #000000;
    }


    /**
     * コンテンツ共通
     */
    .common-headline {
        margin-bottom: 0;
    }

    .common-headline span {
        font-size: 17px;
        line-height: 1.2;
        padding: 2px 6px 0;
    }


    /**
     * mb-contact-block
     */
    #mb-contact-block {
        text-align: center;
        padding: 10px 10px 15px;
        background-color: #efeeec;
    }

    #mb-contact-block .phone {
        text-align: left;
        display: inline-block;
    }

    #mb-contact-block .for-pc {
        display: none;
    }

    #mb-contact-block .phone .icon {
        float: left;
        margin-top: 22px;
    }

    #mb-contact-block .phone .notice {
        font-size: 13px;
        margin: 0 0 2px 50px;
    }

    #mb-contact-block .phone .dial {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        white-space: nowrap;
        margin-left: 50px;
    }

    #mb-contact-block .phone .open {
        font-size: 13px;
        line-height: 1;
        margin-left: 53px;
        margin-top: 3px;
    }


    /**
     * sns
     */
    #sns-buttons {
        position: static;
        padding: 30px 10px;
        background-color: #efeeec;
        border-top: 1px solid #4c4c4c;
        overflow: hidden;
    }

    #sns-buttons > li {
        float: left;
        width: 57px;
        height: 57px;
        margin: 0 10px 0 0;
    }

    #sns-buttons > li img {
        width: 100%;
    }

    #sns-buttons > li.login {
        float: right;
        width: auto;
        margin: 0;
    }

    #sns-buttons > li.login a {
        display: block;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        line-height: 57px;
        width: 90px;
        height: 57px;
        background-color: #fc6337;
    }


    /**
     * overlay-screen
     */
    #overlay-screen {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: auto;
        z-index: 1001;
    }

    #overlay-screen.open {
        display: block;
    }

    #overlay-screen .seikyu-box {
        margin: 30px 10px;
    }

    #overlay-screen .seikyu-box .title {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    #overlay-screen .seikyu-box .group {
        text-align: center;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0;
        padding-bottom: 5px;
    }

    #overlay-screen .seikyu-box .notice {
        font-weight: bold;
        margin: 5px 0 15px;
    }

    #overlay-screen .seikyu-box .btn-souhusaki {
        display: none;
    }

    #overlay-screen .seikyu-box .mobile-btn {
        padding: 0 5px 5px;
    }

    #overlay-screen .seikyu-box .mobile-btn li {
        display: inline-block;
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }

    #overlay-screen .seikyu-box .mobile-btn li a {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding: 12px 0;
        background-color: #ff3300;
        border-radius: 4px;
        box-sizing: border-box;
    }

    #overlay-screen .seikyu-box .mobile-btn li span {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding: 12px;
        background-color: #57aea0;
        border-radius: 4px;
    }
}
/*===[Mobile]=====================================================*/
