@charset "UTF-8";
/*===================================================*/
/*リセット*/
/*===================================================*/
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*===================================================*/
/*ベース*/
/*===================================================*/
body {
    font-family: 'Noto Sans Japanese', serif;
    font-size: 14px;
    color: #222;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    position: relative;
}

a {
    text-decoration: none;
    color: #222;
}
a:hover {
    text-decoration: underline;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
/*===================================================*/
/*フォーム*/
/*===================================================*/
input,button,textarea,select {
    font-family: 'Noto Sans Japanese', serif;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 100%;
    color: #333;
    line-height: 2;
    padding: 3px 8px;
    vertical-align: middle;
}

textarea,
select {
    line-height: 1.5;
    padding: 7px 8px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
select {
    outline: none;
    border: 1px solid #ddd;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #70b2c9;
    background: #fff;
}
*/

textarea {
    height: 110px;
}

.textarea-s {
    height: 90px;
}

.selectWrap {
    position: relative;
}

.selectWrap:after {
    content: url(../img/ico_arrow_b_d.png);
    pointer-events: none;
    position: absolute;
    top: 9px;
    right: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 6px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    position: relative;
    margin-right: 18px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type="radio"],
    input[type="checkbox"] {
        display: none;
        margin: 0;
    }
    input[type="radio"] + label,
    input[type="checkbox"] + label {
        padding: 0 0 0 24px;
    }
    input[type="radio"] + label:before,
    input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: -9px;
        background: #fff;
    }
    input[type="radio"] + label:after,
    input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
    }
    input.single[type="checkbox"] + label {
        padding: 0 0 0 5px;
    }
    input[type="radio"] + label:before {
        border: 1px solid #ddd;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
    input[type="checkbox"] + label:before {
        border: 1px solid #ddd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    input[type="radio"]:checked + label:after {
        left: 4px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #006aa2;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    input[type="checkbox"]:checked + label:after {
        left: 3px;
        width: 10px;
        height: 4px;
        margin-top: -5px;
        border-left: 2px solid #006aa2;
        border-bottom: 2px solid #006aa2;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*===================================================*/
/*レイアウト*/
/*===================================================*/
.row .col-12 {
    width: 100%;
}

.row .col-11 {
    width: 91.41667%;
}

.row .col-10 {
    width: 82.83333%;
}

.row .col-9 {
    width: 74.25%;
}

.row .col-8 {
    width: 65.66667%;
}

.row .col-7 {
    width: 57.08333%;
}

.row .col-6 {
    width: 48.5%;
}

.row .col-5 {
    width: 39.91667%;
}

.row .col-4 {
    width: 31.33333%;
}

.row .col-3 {
    width: 22.75%;
}

.row .col-2 {
    width: 14.16667%;
}

.row .col-1 {
    width: 5.58333%;
}

.row [class*='col-'] {
    margin-left: 3%;
    float: left;
}

.row [class*='col-']:first-child {
    margin-left: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
/*===================================================*/
/*モジュール*/
/*===================================================*/
/* ヘッダー */
header {
    width: 100%;
    background: #006aa2;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}
.headerInner {
    width: 1024px;
    margin: 0 auto;
    padding: 14px 0;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.headerInner-left {
    position: absolute;
    top: 0;
    right: 0;
}
.headerInner-left a {
    color: #fff;
}
.headerInner-left ul {
    overflow: hidden;
}
.headerInner-left li {
    float: left;
    height: 40px;
    padding-left: 25px;
    margin-top: 2px;
    padding-top: 12px;
}
.headerInner-left .registration {
    margin-right: 30px;
    background: url(../img/ico_header_01.png) no-repeat left 6px;
}
.headerInner-left .login {
    background: url(../img/ico_header_02.png) no-repeat left 8px;
}

/* ヘッダー2階層目 */
.header-second {
    width: 100%;
    height: 192px;
    background: url(../img/bg_second.jpg) no-repeat;
    background-size: cover;
}
.header-second-inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    line-height: 1.5;
}
.header-second-inner .logo {
    position: absolute;
    top: 100px;
    left: 0;
}
.header-second-inner .mainVisual-bottom {
    text-align: center;
    position: absolute;
    top: 30px;
    right: -30px;
}

/* フッター */
footer {
    width: 100%;
    border-top: solid 4px #006aa2;
}
.footerInner {
    width: 1024px;
    margin: 0 auto;
    padding: 35px 0;
    overflow: hidden;
    position: relative;
}
.footerWrap-01 {
    border-bottom: solid 1px #e5e5e5;
    text-align: center;
}
.bg-blue {
    background: #006aa2;
    color: #fff;
}
.bg-blue a {
    color: #fff;
}
.footerWrap-01 img {
    margin-bottom: 5px;
}
.footerInner ul {
    float: left;
    left: 50%;
    position: relative;
}
.footerInner ul:first-of-type {
    margin-bottom: 10px;
}
.footerInner li {
    float: left;
    left: -50%;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #fff;
}
.footerInner li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.contactWrap {
    line-height: 1.5;
}
.contactWrap p:first-of-type {
    margin-bottom: 15px;
    background: url(../img/ico_footer_01.png) no-repeat center left;
    padding: 7px 0 7px 40px;
}
.contactWrap textarea {
    width: 100%;
    margin-bottom: 10px;
}
.contactWrap .btnWrap-02 {
    margin-top: 10px;
    text-align: center;
}
.contactWrap .btn span {
    background: url(../img/ico_footer_02.png) no-repeat center left;
    padding: 0 0 0 34px;
}
.footerWrap-02 {
    width: 100%;
    padding: 18px 0;
    background: #222;
    color: #fff;
    text-align: center;
}
/* ボタン */
.btn {
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
}
.btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
.btn-s {
    padding: 5px 20px;
    font-size: 12px;
}
.btn-m {
    padding: 15px 40px;
    font-size: 14px;
}
.btn-white {
    background: #fff;
    color: #222;
}
.btn-blue {
    background: #006aa2;
    color: #fff;
}

/* 見出し */
.title {
    text-align: center;
    margin-bottom: 45px;
}
.title-01 {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.title-img {
    text-align: center;
    margin-bottom: 30px;
}
.title-img-02 {
    text-align: center;
    margin-bottom: 10px;
}
/* ライトボックス */
.lightboxContentWrap {
    display: none;
}
.lightboxContent {
    width: 600px;
}
.lightboxContent a {
    color: #006aa2;
}
.titleWrap {
    font-size: 18px;
    padding: 15px;
}
.titleWrap-01 p {
    display: inline-block;
    vertical-align: middle;
}
.titleWrap-02 {
    padding: 0 0 5px 0;
}
.titleWrap-02 p {
    display: inline-block;
    vertical-align: sub;
}
.contentWrap {
    border-top: solid 1px #d2d2d2;
    padding: 24px;
}
.contentWrap .subTitle {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #d2d2d2;
}
.contentWrap .centerList li {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
.contentWrap .centerList li:last-of-type {
    margin-bottom: 0;
}
.contentWrap .leftList {
    border-left: dashed 1px #d2d2d2;
    padding: 0 24px;
}
.contentWrap .leftList li {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.3;
}
.contentWrap .leftList li:last-of-type {
    margin-bottom: 0;
}
.lightboxWord {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #00b1d1;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin: 5px 0 0 5px;
    padding-top: 13px;
}
/* トップへ */
.topbackWrap {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
#topback:hover {
    opacity: 0.7;
}
/* パンくず */
.breadcrumbList {
    position: absolute;
    top: 20px;
    left: 0;
}
.breadcrumbList li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.breadcrumbList li a {
    color: #006aa2;
}
.linkText {
    background: url(../img/ico_arrow_b_r.png) no-repeat left center;
    padding-left: 10px;
}
.linkText a {
    color: #006aa2;
}
.mt-60 {
    margin-top: 60px;
}
/*===================================================*/
/*コンテンツ*/
/*===================================================*/
/* メインビジュアル */
.mainVisual {
    width: 100%;
    height: 650px;
    background: url(../img/bg_01.png) no-repeat center;
    background-size: cover;
}
.mainVisual-inner {
    width: 1024px;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
}
.mainVisual .logo {
    padding-top: 90px;
}
.mainVisual .logoText {
    font-size: 12px;
    color: #666;
    margin: 10px 0 45px;
}
.catchText-01 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: bold;
}
.catchText-02 {
    font-size: 18px;
    margin-bottom: 36px;
    font-weight: bold;
}
.catchText-03 {
    margin-bottom: 33px;
}
.mainVisual-bottom {
    overflow: hidden;
    width: 420px;
    margin: 40px auto 0;
}
.mainVisual-bottom li {
    float: left;
    width: 140px;
    height: 100px;
    border-right: solid 1px #c9c9c9;
}
.mainVisual-bottom li:last-of-type {
    border-right: none;
}

/* 病院ランキングを見る */
.rankSearch {
    width: 100%;
    padding: 18px 0;
    position: relative;
    z-index: 2;
}
.rankSearch-inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}
.rankSearch-inner p {
    font-weight: bold;
    padding: 9px 0 9px 35px;
    background: url(../img/ico_search_01.png) no-repeat left 6px;
}
.rankSearch-inner input {
    position: absolute;
    top: 0;
    left: 220px;
    width: 550px;
    border-right: none;
}
.searchBox {
    position: absolute;
    top: 39px;
    left: 235px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    width: 520px;
    padding: 20px;
}
.searchBox li {
    margin-bottom: 15px;
}
.searchBox li:hover {
    cursor: pointer;
    text-decoration: underline;
}
.searchBox li:last-of-type {
    margin-bottom: 0;
}
.formLine {
    position: absolute;
    top: 8px;
    left: 766px;
    height: 24px;
    width: 1px;
    background: #ddd;
}
.rankSearch-inner .selectWrap {
    position: absolute;
    top: 0;
    left: 767px;
}
.rankSearch-inner .selectWrap select {
    width: 220px;
    border-left: none;
}
.searchBtn {
    background-color: #074d9e;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    border-radius: 0 4px 4px 0;
}
.searchBtn:hover {
    cursor: pointer;
    opacity: 0.8;
}

/* contentInner */
.contentInner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.content-padding {
    padding: 60px 0;
}
.content-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.176) inset;
}
/* content-01 */
.content-01 {
    padding: 45px 0;
    background: url(../img/bg_05.png);
}
.btnWrap {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    cursor: pointer;
}
.btnWrap:hover {
    opacity: 0.7;
}
.btnWrap-white {
    background: #fff;
}
.content-01 .btnWrap {
    text-align: center;
    width: 188px;
    height: 160px;
    font-weight: bold;
    font-size: 16px;
}
.content-01 .btnWrap p:first-of-type {
    margin-top: 25px;
}
.content-01 .btnWrap p:nth-of-type(2) {
    margin-top: 22px;
}
.content-01 .btnWrap p:last-of-type {
    margin-top: 17px;
}
.content-01 ul {
    overflow: hidden;
}
.content-01 li {
    float: left;
    margin-right: 21px;
}
.content-01 li:last-of-type {
    margin-right: 0;
}
.content-01 li a:hover {
    text-decoration: none;
}

/* content-02 */
.content-02 a {
    color: #006aa2;
}
.content-02 li {
    float: left;
    width: 256px;
}
.fukidashi {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 30px 30px 43px 30px;
    background: url(../img/bg_fukidashi.png) no-repeat center;
}
.canvas_chart {
    min-height: 100px;
}
.chartWrap {
    border-right: solid 1px #c9c9c9;
    text-align: center;
}
.chart {
    position: relative;
    padding: 0 15px;
}
.chart .point {
    font-weight: 600;
    color: #fff !important;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin: auto;
    text-shadow: rgba(0, 177, 209, 0.7) 2px 2px 0px, rgba(0, 177, 209, 0.7) -2px 2px 0px, rgba(0, 177, 209, 0.7) 2px -2px 0px, rgba(0, 177, 209, 0.7) -2px -2px 0px;
}
.chart .point span {
    font-size: 16px;
}
li:last-of-type .chartWrap {
    border-right: none;
}
.chartWrap p:first-of-type {
    margin-top: 5px;
}
.chartWrap p:last-of-type {
    margin: -76px 0 15px;
    padding: 93px 0 0;
    color: #2581b1;
}
.label {
    font-size: 10px;
    line-height: 1.2;
    color: #777;
    cursor: pointer;
}
.label-01 {
    position: absolute;
    top: 0;
    left: 44%
}
.label-02 {
    position: absolute;
    top: 18%;
    right: 5%
}
.label-03 {
    position: absolute;
    bottom: 5%;
    right: 16%
}
.label-04 {
    position: absolute;
    bottom: 2%;
    left: 16%
}
.label-05 {
    position: absolute;
    top: 18%;
    left: 5%
}
.fukidashi-l {
    background: url(../img/bg_fukidashi_l.png) no-repeat center;
    width: 261px;
    height: 182px;
    padding: 10px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    z-index: 9999;
}
.fukidashi-r {
    background: url(../img/bg_fukidashi_r.png) no-repeat center;
    width: 261px;
    height: 182px;
    padding: 10px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    z-index: 9999;
}
.fukidashi-01 {
    position: absolute;
    top: -190px;
    left: -210px;
}
.fukidashi-02 {
    position: absolute;
    top: -185px;
    right: -200px;
}
.fukidashi-03 {
    position: absolute;
    top: -190px;
    right: -210px;
}
.fukidashi-04 {
    position: absolute;
    top: -190px;
    left: -210px;
}
.fukidashi-05 {
    position: absolute;
    top: -185px;
    left: -210px;
}
/* content-03 */
.content-03 {
    height: 763px;
    background: url(../img/bg_02.png) no-repeat center;
    background-size: cover;
}
.content-03 .list {
    height: 475px;
    background: url(../img/img_01.png) no-repeat center;
    position: relative;
}
.content-03 .list-left {
    position: absolute;
    left: 90px;
    top: 0;
}
.content-03 .list-right {
    position: absolute;
    right: 90px;
    top: 0;
}
.content-03 .btnWrap {
    width: 240px;
    height: 50px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #fff url(../img/ico_arrow_b_r.png) no-repeat 223px center;
}
.content-03 .list-left .btnWrap span,
.content-03 .list-right .btnWrap span {
    position: absolute;
    top: 19px;
    left: 50px;
}
.content-03 .list-left .btnWrap:first-of-type span:before {
    content: url(../img/ico_btn_w_01.png);
    position: absolute;
    top: -4px;
    left: -39px;
}
.content-03 .list-left .btnWrap:nth-of-type(2) span:before {
    content: url(../img/ico_btn_w_02.png);
    position: absolute;
    top: -4px;
    left: -39px;
}
.content-03 .list-left .btnWrap:nth-of-type(3) span:before {
    content: url(../img/ico_btn_w_03.png);
    position: absolute;
    top: -8px;
    left: -41px;
}
.content-03 .list-left .btnWrap:nth-of-type(4) span:before {
    content: url(../img/ico_btn_w_04.png);
    position: absolute;
    top: -12px;
    left: -41px;
}
.content-03 .list-left .btnWrap:nth-of-type(5) span:before {
    content: url(../img/ico_btn_w_05.png);
    position: absolute;
    top: -8px;
    left: -41px;
}
.content-03 .list-left .btnWrap:nth-of-type(6) span:before {
    content: url(../img/ico_btn_w_06.png);
    position: absolute;
    top: -8px;
    left: -47px;
}
.content-03 .list-right .btnWrap:first-of-type span:before {
    content: url(../img/ico_btn_w_07.png);
    position: absolute;
    top: -4px;
    left: -39px;
}
.content-03 .list-right .btnWrap:nth-of-type(2) span:before {
    content: url(../img/ico_btn_w_08.png);
    position: absolute;
    top: -4px;
    left: -42px;
}
.content-03 .list-right .btnWrap:nth-of-type(3) span:before {
    content: url(../img/ico_btn_w_09.png);
    position: absolute;
    top: -8px;
    left: -41px;
}
.content-03 .list-right .btnWrap:nth-of-type(4) span:before {
    content: url(../img/ico_btn_w_10.png);
    position: absolute;
    top: -9px;
    left: -41px;
}
.content-03 .list-right .btnWrap:nth-of-type(5) span:before {
    content: url(../img/ico_btn_w_11.png);
    position: absolute;
    top: -6px;
    left: -45px;
}
.content-03 .list-right .btnWrap:nth-of-type(6) span:before {
    content: url(../img/ico_btn_w_12.png);
    position: absolute;
    top: -8px;
    left: -43px;
}
.content-03 .list-right .btnWrap:nth-of-type(7) span:before {
    content: url(../img/ico_btn_w_13.png);
    position: absolute;
    top: -8px;
    left: -41px;
}

/* content-04 */
.content-04 {
    padding-bottom: 120px;
}
.content-04 .title-img {
    position: absolute;
    left: 0;
}
.content-04 .title {
    position: absolute;
    left: 50px;
    top: 14px;
    margin-bottom: 0;
}
.content-04 .contentInner {
    position: relative;
    height: 404px;
    background: url(../img/img_02.png) no-repeat center;
}
.content-04 .btnWrap {
    font-size: 16px;
    width: 185px;
    height: 50px;
    background: #fff url(../img/ico_arrow_b_r.png) no-repeat 155px center;
    margin-bottom: 10px;
}
.content-04 .btnWrap span {
    position: absolute;
    top: 19px;
    left: 15px;
}
.content-04 .areaBox {
    overflow: hidden;
}
.content-04 .areaBox ul {
    float: left;
    margin: 0 5px;
    width:  58px;
}
.content-04 .areaBox li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.content-04 .areaBox li a {
    color: #006aa2;
}
.content-04 .areaBox-01 {
    position: absolute;
    top: 20px;
    right: 80px;
}
.content-04 .areaBox-02 {
    position: absolute;
    top: 170px;
    right: 90px;
}
.content-04 .areaBox-03 {
    position: absolute;
    top: 320px;
    right: 110px;
}
.content-04 .areaBox-04 {
    position: absolute;
    top: 66px;
    left: 400px;
}
.content-04 .areaBox-05 {
    position: absolute;
    top: 140px;
    left: 180px;
}
.content-04 .areaBox-06 {
    position: absolute;
    top: 290px;
    left: 90px;
}

/* content-05 */
.content-05 {
    background: url(../img/bg_03.png) no-repeat center;
    background-size: cover;
}
.content-05 .btnWrap {
    height: 62px;
    margin-bottom: 25px;
    font-size: 16px;
    background: #fff url(../img/ico_arrow_b_d.png) no-repeat 285px center;
}
.content-05 li:last-of-type .btnWrap {
    margin-bottom: 0;
}
.content-05 .btnWrap:hover a {
    text-decoration: none;
}
.content-05 .btnWrap span {
    display: inline-block;
    vertical-align: middle;
}
.content-05 .btnWrap span:first-of-type {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #00b1d1;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin: 5px 15px 0 5px;
    padding-top: 13px;
}
.content-05 .btnWrap span:last-of-type {
    border: solid 1px #d2d2d2;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 10px;
}

/* content-06 */
.content-06 .btnWrap {
    height: 70px;
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 14px;
    background: #2581b1 url(../img/ico_arrow_w_r.png) no-repeat 285px center;
}
.content-06 .btnWrap a {
    color: #fff;
}
.content-06 .btnWrap:hover a {
    text-decoration: none;
}
.content-06 .btnWrap span {
    display: inline-block;
    vertical-align: middle;
}
.content-06 .btnWrap .spanFirst {
    border-right: 1px solid #115990;
    height: 50px;
    margin: 0 0 0 5px;
    padding-right: 10px;
    position: relative;
    width: 70px;
}
.content-06 .btnWrap .spanFirst img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.content-06 .btnWrap .spanWrap {
    line-height: 1.5;
    border-left: solid 1px rgba(255, 255, 255, 0.42);
    height: 50px;
    position: relative;
    padding-left: 10px;
}
.content-06 .btnWrap .spanInner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
}

/* content-07 */
.content-07 {
    background: url(../img/bg_04.png) no-repeat center;
    background-size: cover;
}
.content-07 .btn {
    display: block;
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    line-height: 2px;
    position: relative;
}
.content-07 .btn span {
    display: block;
    padding-top: 10px;
}
.content-07 .col-2 {
    width: 157px;
    margin-left: 15px;
}

/* ランキングページ */
.content-rankikng {
    background: url(../img/bg_ranking.jpg) no-repeat;
    background-size: cover;
}
.contentInner-ranking {
    padding: 90px 0 60px;
}
.rankingSearchBox {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    padding: 50px;
}
.rankingSearchBox-inner-01,
.rankingSearchBox-inner-02 {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
}
.rankingSearchBox-inner-01 {
    margin-bottom: 30px;
}
.rankingSearchBox-inner-01 th {
    width: 10%;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.rankingSearchBox-inner-01 td {
    width: 90%;
}
.rankingSearchBox-inner-01 td input {
    width: 100%;
}
.rankingSearchBox-inner-01 td select {
    width: 100%;
}
.rankingSearchBox-inner-02 th {
    width: 10%;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.rankingSearchBox-inner-02 td {
    width: 90%;
}
.rankingSearchBox-inner-02 td select {
    width: 100%;
}
.searchBtn-ranking {
    background: #006aa2;
    color: #fff;
    display: block;
    width: 444px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    margin: 50px auto 0;
    position: relative;
}
.searchBtn-ranking:before {
    content: url(../img/ico_search_02.png);
    position: absolute;
    top: 10px;
    left: 135px;
 }
.searchBtn-ranking:hover {
    opacity: 0.7;
}
.pageNav {
    text-align: center;
    margin-bottom: 40px;
}
.pageNav li {
    display: inline-block;
    border: solid 2px #006aa2;
    background: #fff;
    padding: 8px 12px;
}
.pageNav li:hover {
    background: #006aa2;
    color: #fff;
}
.pageNav li.active {
    background: #006aa2;
    color: #fff;
}
.rankingList-wrap {
    padding: 20px 0;
    border-bottom: solid 1px #d2d2d2;
}
.rankingList-title {
    margin-bottom: 30px;
}
.rankingList-title a {
    font-weight: bold;
    font-size: 18px;
    color: #006aa2;
}
.rankingList-title span {
    font-size: 16px;
}
.rankingList-rank-01 {
    background: url(../img/ico_rank_01.png) no-repeat center left;
    padding: 8px 0 8px 50px;
}
.rankingList-rank-02 {
    background: url(../img/ico_rank_02.png) no-repeat center left;
    padding: 8px 0 8px 50px;
}
.rankingList-rank-03 {
    background: url(../img/ico_rank_03.png) no-repeat center left;
    padding: 8px 0 8px 50px;
}
.rankingList-rank-04 {
    background: url(../img/ico_rank_04.png) no-repeat center left;
    padding: 8px 0 8px 50px;
}
.rankingList-inner .chartWrap {
    width: 260px;
    margin-right: 20px;
    float: left;
    border-right: none;
}
.rankingList-inner-right {
    width: 744px;
    float: left;
}
.rankingList-inner-right ul {
    margin-bottom: 30px;
}
.rankingList-inner-right li {
    display: inline-block;
    margin-right: 30px;
}
.rankingList-inner-right dt {
    display: inline-block;
    margin-right: 10px;
}
.rankingList-inner-right dd {
    display: inline-block;
}
.rankingList-inner-right table {
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
}
.rankingList-inner-right th {
    text-align: center;
    background: #e5e5e5;
    border: solid 1px #fff;
    padding: 25px 0;
}
.rankingList-inner-right td {
    text-align: center;
    background: #f8f8f8;
    border: solid 2px #fff;
    padding: 25px 0;
}
.rankingList-inner-right p {
    float: right;
}
.rankingList-inner-right a {
    color: #006aa2;
    padding-left: 5px;
}
.blurWrap {
    margin-top: 5px;
    height: 1500px;
    padding-top: 160px;
    background: url(../img/img_blur.jpg) no-repeat center;
}
.registrationBtn {
    left: 0;
    right: 0;
    font-size: 16px;
    width: 456px;
    height: 100px;
    border-radius: 4px;
    background: #006aa2;
    color: #fff;
    opacity: 0.95;
    margin: 0 auto;
}
.registrationBtn:hover {
    opacity: 0.7;
}
.registrationBtn p {
    background: url(../img/ico_registration.png) no-repeat 125px 24px;
    padding-top: 25px;
    padding-left: 55px;
    text-align: center;
    line-height: 1.3;
}
/* tpl */
.contentInner-tpl {
    padding: 90px 0 60px;
}
h1.icon-left {
    background: url(../img/ico_h1.png) no-repeat left center;
    padding: 10px 0 10px 50px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight:  bold;
}
h1.icon-center {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight:  bold;
    text-align: center;
}
h1.icon-center:before {
    content: url(../img/ico_h1.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}
h1.left {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight:  bold;
}
h1.center {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight:  bold;
    text-align: center;
}
.contentInner-tpl h2.icon {
    background: url(../img/ico_btn_w_05.png) no-repeat left center;
    padding: 20px 0 20px 40px;
    margin-bottom: 30px;
    font-size: 18px;
    border-bottom: solid 1px #d2d2d2;
}
.contentInner-tpl h2 {
    padding: 20px 0 20px 10px;
    margin-bottom: 30px;
    font-size: 18px;
    border-bottom: solid 1px #d2d2d2;
}
.contentInner-tpl h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2581b1;
    margin-bottom: 30px;
}
.contentInner-tpl h4 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}
.contentInner-tpl img.left {
    float: left;
    margin: 0 30px 30px 0
}
.contentInner-tpl img.right {
    float: right;
    margin: 0 0 30px 30px;
}
.contentInner-tpl p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.contentInner-tpl ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.contentInner-tpl ol li {
    margin-bottom: 20px;
}
.contentInner-tpl ul li {
    background: url(../img/ico_list.png) no-repeat 1px center;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
}
.contentInner-tpl ul.breadcrumbList li {
    background: none;
    padding: 0 0 0 5px;
    margin-bottom: 0;
}
.contentInner-tpl ul.breadcrumbList li a:before {
    content: "";
}
.contentInner-tpl caption.left {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.contentInner-tpl caption.center {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.contentInner-tpl table {
    width: 100%;
    margin-bottom: 30px;
}
.contentInner-tpl th {
    background: #e5e5e5;
    border: solid 2px #fff;
    width: 30%;
    padding: 15px 35px;
}
.contentInner-tpl td {
    background: #f8f8f8;
    border: solid 2px #fff;
    width: 70%;
    padding: 15px 35px;
}
.contentInner-tpl blockquote {
    width: 100%;
    background: #f7f7f7;
    padding: 35px;
    margin-bottom: 30px;
}
.contentInner-tpl blockquote {
    width:  100%;
    background:#f7f7f7 url(../img/ico_blockquote.png) no-repeat scroll 30px 30px;
    margin:30px 0;
    padding-left: 50px;
}
blockquote p {
    padding: 30px 50px 30px 0;
    margin: 0 !important;
}
.tpl-form {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    padding: 50px 65px;
    font-size: 16px
}
.tpl-form th {
    width: 14%;
    padding: 15px 0;
    font-weight: bold;
    background: none;
    text-align: right;
}
.tpl-form td {
    width: 75%;
    padding: 15px 0 15px 10px;
    background: none;
}
.tpl-form td input {
    width: 100%;
}
.tpl-form td select {
    width: 100%;
}
.tpl-form td textarea {
    width: 100%;
}
.tpl-form .btn {
    width: 440px;
    padding: 15px 0;
    background: #006aa2;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.tpl-form .btn:hover {
    opacity: 0.7;
}
.tpl-form .select {
    position: relative;
}
.tpl-form .select:after {
    content: url(../img/ico_arrow_b_d.png);
    position: absolute;
    top: 22px;
    right: 18px;
}
.tpl-form .searchBox {
    position: absolute;
    top: 54px;
    left: 25px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    width: 708px;
    padding: 20px;
    z-index: 9999;
}
.tpl-form .searchBox li {
    background: none;
    padding: 0;
    margin-bottom: 15px;
}
.tpl-form .searchBox li:last-of-type {
    margin-bottom: 0;
}
/* about */
.content-about {
    background: url(../img/bg_about_01.png) no-repeat;
    background-size: cover;
    height: 445px;
    padding: 90px 0 120px;
}
.contentInner-about-01 {
    text-align: center
}
.contentInner-about-01 .subTitle-01 {
    font-size: 18px;
    font-weight: bold;
    padding: 45px 0 25px;
}
.contentInner-about-01 .subTitle-02 {
    font-size: 24px;
    color: #2581b1;
    font-weight: bold;
}
.content-about-02 {
    text-align: center;
}
.aboutBox {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    margin-top: 20px;
    padding: 50px 65px;
    font-size: 16px;
}
.aboutBox-inner {
    overflow: hidden;
    margin: 30px auto 0;
    width: 560px;
}
.aboutBox-inner .left {
    float: left;
    line-height: 1.5;
    margin-top: 20px;
}
.aboutBox-inner .right {
    float: right;
}
.contentInner-about-03 {
    text-align: center;
}
.contentInner-about-03 .catch-01 {
    font-size: 21px;
    margin-bottom: 24px;
}
.contentInner-about-03 .catch-01 span {
    color: #e26f5f;
    font-size: 25px;
}
.contentInner-about-03 .catch-02 {
    font-size: 21px;
    margin-bottom: 54px;
}
.contentInner-about-03 .btnWrap {
    width: 325px;
}
.content-about-04 .contentBox {
    line-height: 1.7;
    margin-top: 60px;
}
.content-about-04 .title {
    background: url(../img/ico_about_01.png) no-repeat 380px center;
    padding: 12px 0;
}
.content-about-04 .grayBox {
    background: #f8f8f8;
    margin: 80px auto 60px;
}
.content-about-04 .grayBox .title {
    color: #2581b1;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 0;
    border-bottom: solid 1px #d2d2d2;
    font-size: 18px;
    background: url(../img/ico_about_04.png) no-repeat 365px center;
}
.content-about-04 .grayBox-inner {
    padding: 50px 30px;
}
.content-about-04 .grayBox-inner li {
    margin-bottom: 10px;
}
.content-about-04 .catch-01 {
    font-size: 21px;
    margin-top: 65px;
    margin-bottom: 24px;
    text-align: center;
}
.content-about-04 .catch-01 span {
    color: #e26f5f;
    font-size: 25px;
}
.content-about-04 .catch-02 {
    font-size: 21px;
    margin-bottom: 54px;
    text-align: center;
}
.content-about-04 .catch-02 span {
    color: #e26f5f;
    font-size: 25px;
}
.content-05 {
    background: url(../img/bg_about_02.png) no-repeat;
    background-size: cover;
    padding: 105px 0 80px;
}
.content-05 .title {
    background: url(../img/ico_about_02.png) no-repeat 310px center;
    padding: 12px 0;
}
.content-05 .description {
    line-height: 2.1;
    margin-bottom: 70px;
}
.content-05 .row {
    margin-bottom: 46px;
}
.content-05 .row:last-of-type {
    margin-bottom: 0;
}
.content-05 .contentBox {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    overflow: hidden;
    padding:  15px 20px;
    height: 200px;
}
.content-05 .contentBox .left {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 40px 25px 40px 0;
    border-right: solid 1px #d2d2d2;
}
.content-05 .contentBox .left img {
    margin-bottom: 15px;
}
.content-05 .contentBox .right {
    float: right;
    display: block;
    width: 310px;
    line-height: 1.5;
    padding: 15px 0;
}
.content-about-06 {
    padding-bottom: 160px;
}
.content-about-06 .title {
    background: url(../img/ico_about_03.png) no-repeat 330px center;
    padding: 12px 0;
    margin-bottom: 80px;
}
.content-about-06 img.left {
    float: left;
    margin: 0 30px 30px 0
}
.content-about-06 img.right {
    float: right;
    margin: 0 0 30px 30px;
}

.content-about-06 p {
    line-height: 1.5;
    margin-bottom: 30px;
}
/* detail */
.content-detail {
    background: url(../img/bg_detail.png) no-repeat;
    background-size: cover;
}
.contentInner-detail {
    padding: 105px 0 75px;
}
.detailBox {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    margin-bottom: 4px;
    padding: 60px 40px;
}
.detailName {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 45px;
}
.detailBtn {
    text-align: center;
    background: #00b1d1;
    color: #fff;
    font-size: 32px;
    border-radius: 4px;
    width: 365px;
    margin: 0 auto 45px;
    padding: 15px 0;
}
.detailBtn-inner {
    background: url(../img/ico_detail_01.png) no-repeat 60px center;
    padding-left: 50px;
}
.detailBox li {
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.detailBox li:last-of-type {
    border-bottom: none;
}
.detailBox dt {
    display: inline-block;
    width: 80px;
}
.detailBox dd {
    display: inline-block;
}
.detailRight {
    background: #f8f8f8;
}
.detailRight .title {
    color: #2581b1;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/ico_detail_02.png) no-repeat 120px center;
    padding: 30px 0 30px 50px;
    margin-bottom: 0;
    border-bottom: solid 1px #d2d2d2;
}
.chart-detail {
    background: #f8f8f8;
    padding: 70px 100px;
}
.chart-detail .chartWrap {
    border-right: none;
}
.chart-detail .label {
    font-size: 14px;
}
.chart-detail .label span.point-red {
    color: #ec7160;
    font-size: 24px;
    padding-top: 5px;
    display: block;
}
.chart-detail .label-01 {
    position: absolute;
    top: -45px;
    left: 41%;
}
.chart-detail .label-02 {
    position: absolute;
    top: 18%;
    right: -20%
}
.chart-detail .label-03 {
    position: absolute;
    bottom: -10%;
    right: 6%
}
.chart-detail .label-04 {
    position: absolute;
    bottom: -10%;
    left: -4%
}
.chart-detail .label-05 {
    position: absolute;
    top: 18%;
    left: -15%
}
.mapWrap {
    width: 940px;
    margin: 30px auto 0;
}




/*曽根田追記*/

.signup-btn {
    width: 440px;
    padding: 15px 0;
    background: #006aa2;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

p.register {
    text-align: center;
}

h1.h1-center {
    border-bottom: solid 1px #d2d2d2
}

.tpl-form td {
    border-bottom: dashed 1px #d2d2d2;
}

.tpl-form th {
    border-bottom: dashed 1px #d2d2d2;
}

.tpl-form td.login-pw {
    border-bottom: none;
}

.tpl-form th.login-pw {
    border-bottom: none;
}

.tpl-form td.jobtype {
    border-bottom: none;
}

.tpl-form th.jobtype {
    border-bottom: none;
}

.tpl-form td input.name {
    width: 30%;
    display: inline;
    margin: 5px;
    margin-right: 10px;
}

.tpl-form td input.surname {
    width: 30%;
    display: inline;
    margin: 5px;
}

.tpl-form td input.e-mail {
    width: 80%;
    display: inline;
    margin: 5px;
}

.tpl-form p.kakunin {
    font-size: 12px;
    display: inline;
}

.tpl-form td select.birthyear {
    width: 25%;
    margin: 5px;
}

.tpl-form td select.birthmonth {
    width: 15%;
    margin: 5px
}

.tpl-form td select.birthdate {
    width: 15%;
    margin: 5px;
}

.tpl-form td p.birthday {
    margin-right: 3px;
    display: inline;
}

.tpl-form td input.pw {
    width: 70%;
    display: inline;
    margin: 5px;
}

.tpl-form td select.job {
    width: 40%;
    margin-left: 5px;
}

.tpl-form span.med {
    font-size: 13px;
    display: block;
    margin-top: 3px;
}


.signup-btn span.small-btn {
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}

.signup-btn {
    font-size: 20px;
}

.tpl-form {
    padding-bottom: 10px;
    padding-top: 25px;
}

p.register {
    margin-top: 20px;
}

p.forget-pw {
    display: block;
    font-size: 12px;
    text-align: center;
}

.tpl-form td.login-pw2 {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.tpl-form p.forget-pw {
    margin-bottom: 0;
}

.tpl-form td.login-pw {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rankingList-inner-right span.grade {
    color: #ec7160;
    font-size: 24px;
}

.rankingList-inner-right span.number {
    color: #ec7160;
    font-size: 12px;
}

table .selectWrap select.year {
    width: 20%;
    float:left ;
    margin-right: 10px;
}

table .selectWrap select.month {
    width: 15%;
    float:left;
    margin-right: 10px;
}

table .selectWrap select.date {
    width: 15%;
    float:left;
    margin-right: 10px;
}

table .selectWrap select.address {
    width: 30%;
}

.year:after {
    content: url(../img/ico_arrow_b_d.png);
    pointer-events: none;
    position: absolute;
    top: 9px;
    left: 130px;
}

.month:after {
    content: url(../img/ico_arrow_b_d.png);
    pointer-events: none;
    position: absolute;
    top: 9px;
    left: 250px;
}

.date:after {
    content: url(../img/ico_arrow_b_d.png);
    pointer-events: none;
    position: absolute;
    top: 9px;
    left: 370px;
}

.address:after {
    content: url(../img/ico_arrow_b_d.png);
    pointer-events: none;
    position: absolute;
    top: 9px;
    left: 200px;
}

.contentInner .subtext {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}

.rankingList-inner-right th {
    width: 20%;
}
