@charset "UTF-8";
/* CSS Document */

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background-color: #FCFDEF;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
    font-size: 1.4em;
    line-height: 1.8;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
a {
 
    outline: none;
}
.strong {
    color: #FF5700 !important;
    font-weight: bold;
}
/******************************

#header
 
******************************/
#header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}




.header-inner .container {
    zoom: 1;
    padding: 15px 15px 10px;
}
#header-logo {
    text-align: left;
    margin-bottom: 10px;
}
#header .header-inner {
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.header-inner:before,
.header-inner:after {
    content:"";
    display:block;
}
 
.header-inner:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.header-inner {
    zoom:1;
}	

#mainTitle {

    margin-top: 5px;
    display: block;
    text-align: center;
}


#mainTitle img {   
    display: inline-block;
}

@media (min-width: 768px) {
#header{
    border-bottom:2px solid #fff; }    
#header-logo {
    float: right;
    margin-bottom: 0px;
}
#mainTitle {
    display: block;
    text-align: left;
    float: left;
}
}

/******** .top ********/
.top #header {
    padding: 20px 0 0px;
    background-color: #43A6F0;
    position: relative;
    background-image: url(../images/city.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    border:none;
}
.top #header:before {
    position: absolute;
    center: 0;
    bottom: 0;
    background-image: url(../images/wave.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    content: "";
    z-index: 1;
    height: 25px;
    width: 100%;
}
#header .header-inner {
    z-index: 999;
    position: relative;
    background-color:inherit;
}

.top #header .container {
    height: 100%;
}
.top #header-logo img {
    max-width: 100%;
}

.top #mainTitle {
    display: block;
    text-align: center;
    padding-top: 40px;
        float: none;
}

@media (min-width: 768px) {

.top #header-logo {
    float: left;
}

}
/******************************

#gnavi    
 
******************************/  
#gnavi {
    top: 0;
    position: relative;
}
#gnavi ul {
    background: #e0d8d1;
    padding: 15px;
    top: -400px;
    position: absolute;
    display: table;
    width: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 1;
}
#gnavi ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 1%;
    height: auto;
    vertical-align: bottom;
}
#gnavi ul li a {
    display: table;
    text-align: center;
    padding: 16px 10px;
    width: 100%;
    line-height: 1;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#gnavi ul li span {
    display: table-cell;
    vertical-align: middle;
}

#gnavi ul li img {
    width: auto;
    line-height: 1;
}
#gnavi .gnavi01 a {
    background-color: #B59877;
}
#gnavi .gnavi01 a span {
    height: 36px;
}
#gnavi .gnavi02 a {
    background-color: #F17E91;
}
#gnavi .gnavi03 a {
    background-color: #43A6F0;
}
#gnavi .gnavi04 a {
    background-color: #7CBE25;
}
#gnavi .gnavi05 a {
    background-color: #FBC525;
}
#gnavi .gnavi06 a {
    background-color: #898BCF;
}
#gnavi .gnavi01 img {
    min-width: 44px;
}
#gnavi .gnavi02 img:nth-child(1) {
    min-width: 117px;
}
#gnavi .gnavi02 img:nth-child(2) {
    min-width: 33px;
}
#gnavi .gnavi03 img:nth-child(1) {
    min-width: 62px;
}
#gnavi .gnavi03 img:nth-child(2) {
    min-width: 92px;
}
#gnavi .gnavi03 img:nth-child(3) {
    min-width: 42px;
}
#gnavi .gnavi04 img:nth-child(1) {
    min-width: 82px;
}
#gnavi .gnavi04 img:nth-child(2) {
    min-width: 62px;
}
#gnavi .gnavi05 img:nth-child(1) {
    min-width: 77px;
}
#gnavi .gnavi05 img:nth-child(2) {
    min-width: 63px;
}
#gnavi .gnavi06 img:nth-child(1) {
    min-width: 108px;
}
#gnavi .gnavi06 img:nth-child(2) {
    min-width: 34px;
}

@media (min-width: 768px) {
#gnavi {
    border: none;
}
#gnavi ul {
    position: relative;
    top: 0;
    padding: 0;
    background: #fff;
    display: table;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#gnavi ul li {
    padding: 0 1px;
    width: auto;
    float: none;
    display: table-cell;
    height: auto;
    vertical-align: bottom;
}
#gnavi ul li a {
    margin-top: 5px;
    display: table;
    padding: 16px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#gnavi ul a:hover {
    margin-top: 0px;
    padding-bottom: 21px;
}
#gnavi ul li span {
    display: table-cell;
    vertical-align: middle;
}
}


@media (min-width: 953px) {
#gnavi .gnavi01 a span {
    height: 18px;
}
}

/******************************

#topGnavi
 
******************************/

#topGnavi {
}
#topGnavi li {
    list-style: none;
    margin-bottom: 10px;
}
#topGnavi a {
    display: table;
    text-align: center;
    line-height: 1;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    padding: 20px;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 10px;
    color: #FFF;
    text-decoration: none;
}
#topGnavi a span {
    display: table-cell;
    vertical-align: middle;
}
#topGnavi a img {
    display: inline-block;
}
#topGnavi a:active {
    margin-top: 6px;
    transform: translate(0px, 1px)!important;
    -webkit-transform: translate(0px, 1px)!important;
    border-bottom: 0px solid!important;
}
#topGnavi .btn-s_check a {
    background-color: #F17E91;
    border-bottom: 6px solid #B55F6D;
    text-shadow: 0px 6px #B55F6D;
}
#topGnavi .btn-mh_check a {
    background-color: #43A6F0;
    border-bottom: 6px solid #3386C1;
    text-shadow: 0px 6px #3386C1;
}
#topGnavi .btn-result a {
    background-color: #7CBE25;
    border-bottom: 6px solid #639434;
    text-shadow: 0px 6px #639434;
}
#topGnavi .btn-selfcare a {
    background-color: #FBC525;
    border-bottom: 6px solid #BC941C;
    text-shadow: 0px 6px #BC941C;
}
#topGnavi .btn-linecare a {
    background-color: #898BCF;
    border-bottom: 6px solid #666699;
    text-shadow: 0px 6px #666699;
}

/******************************

.fixed の設定  
 
******************************/  

#header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.fixed #mainTitle {
    text-align: left;
display:inline-block;
margin-top:0;
margin-right:50px;
}
.fixed #mainTitle a{
display:inline-block;

}
.fixed #mainTitle img {
    height: 20px;
   
    display:inline
}
.fixed #header-logo {
    display: none;
}
.fixed #gnavi ul li {
    vertical-align: top;
}
#gnavi.fixed ul li a {
    margin-top: 0;
}
#gnavi.fixed a:hover {
}

@media (min-width: 768px) {
.fixed #mainTitle {

margin-top:5px;
}
    
    
.fixed #header-logo {
    display: block;
}
.fixed #gnavi a {
    border-radius: 0px;
    margin-top: 0;
}
.fixed #gnavi a:hover {
  padding-bottom: 16px;
}
}

/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
  
.open #gnavi ul {
    /* #global-nav top + #mobile-head height */
    top: 0px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 1;
}

@media screen and (min-width: 768px) {
#nav-toggle {
    display: none;
}
}

/******************************

#top-chara
 
******************************/
#sec-topChara {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: -90px;
}
@media screen and (min-width: 768px) {
#sec-topChara {

    bottom: -150px;
}
}
#topChara {
    margin: 0 auto;
    max-width: 960px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#topChara .chara {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
#topChara .chara span {
}
#topChara .chara-Cock {
    width: 28.916%;
}
#topChara .chara-OL {
    width: 18.072%;
}
#topChara .chara-Worker {
    width: 19.277%;
}
#topChara .chara-Businessman {
    width: 18.072%;
}
#topChara .chara-Nurse {
    width: 15.663%;
}
#topChara .chara img {
    display: block;
}
/******************************

#main-content
 
******************************/   
#main-content {
    position: relative;
    background: url(../images/bg.png);
    padding: 30px 0;
}
.top #main-content {
    padding-top: 100px;
}
.section-box {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.top #main-content {
    padding-top: 200px;
}
}
/*************** #page-title***************/   
#page-title {
    display: table;
    margin: 0 auto 20px;
}
#page-title span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -.30em; /* 文字間を詰めて隙間を削除する */
}
#page-title span img {
    display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
}

@media (min-width: 768px) {
#page-title:before {
    display: table-cell;
    padding-right: 20px;
}
.guide #page-title:before {
    content: url("../images/round-Cock.png");
}
.check #page-title:before {
    content: url("../images/round-OL.png");
}
.result #page-title:before {
    content: url("../images/round-Worker.png");
}
.self_care #page-title:before {
    content: url("../images/round-Businessman.png");
}
.line_care #page-title:before {
    content: url("../images/round-Nurse.png");
}
#page-title span {
    text-align: left;
}
}

/*************** .white-box ***************/   
.white-box:before, .white-box:after {
    content: "";
    display: block;
}
.white-box:after {
    clear: both;
}
.white-box {
    zoom: 1;
    background-color: #fff;
    padding: 15px;
    margin: 0 -15px;
}

@media (min-width: 768px) {
.white-box {
    zoom: 1;
    background-color: #fff;
    padding: 30px;
    margin: 0;
}
}
.section-box>:first-child {
    margin-top: 0;
}
.section-box>:last-child {
    margin-bottom: 0;
}
.white-box h2 {
    background-color: #43A6F0;
    padding: 0.6em 1em 0.5em;
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
    font-size: 1.429em;/*20px*/
    margin: 2em 0 1em;
}
.white-box h2.page-catch {
    font-size: 24px;
    text-align: center;
    font-size: 1.714em;/*24px*/
    color: #FF5700;
    background-color: inherit;
    padding: 0;
}
.white-box h2.page-catch span {
    display: inline-block;
}
.white-box h3 {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.286em;/*18px*/
    margin: 1.5em 0 0.6em;
    color: #43A6F0;
    border-bottom: 1px solid #43A6F0;
}

 .white-box a {  color:#333;
    text-decoration:underline;
    
    }
     .white-box a:hover {  
    text-decoration:none;
    color: #FF5700;
    }
    
.white-box p {
    margin-bottom: 1em;
}
.white-box ul {
    padding-left: 1.6em;
}
.white-box ol {
    padding-left: 1.7em;
}
.white-box ul li, .white-box ol li {
    margin-bottom: 0.3em;
}
.white-box ol {
    counter-reset: number; /* 名前を付けたカウンターをリセット */
    list-style: none; /* olが数字を付けることをキャンセル */
    margin-bottom: 10px;
}
.white-box ol li {
/* リスト部分は好きに装飾！ */

}
.white-box ol li:before {
    /* カウンタ（数字になる部分） */
    counter-increment: number; /* 任意の名前を付けて！ */
    content: counter(number); /* 名前を付けたカウンターを呼び出し */
    margin-left: -1.7em;
    float: left;
    background: #43A6F0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 0.1em
}
.white-box .num {
    background: #43A6F0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin: 0.1em 0.2em 0;
    line-height: 1.6;
}
.white-box strong {
    color: #FF5700;
    font-weight: bold;
}

/*************** .setsumei-box ***************/   

.setsumei-box {
  
    background-color: #F2EFD6;
    padding: 30px;
    border-radius: 10px;
}
.setsumei-box>:first-child {
    margin-top: 0;
}
.setsumei-box>:last-child {
    margin-bottom: 0;
}
.setsumei-box h3 {
    color: #704C2B;
    border-bottom: 1px dashed #704C2B;
    padding-bottom: 0.3em;
}
.setsumei-box p, .setsumei-box ul {
 
}

/*************** .btn-pdf ***************/   
.btn-pdf {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.143em;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    padding: 1.4em 1em 1em;
    position: relative;
    border-radius: 10px;
    color: #FFF!important;
    text-decoration: none;
    background-color: #DC272D;
    border-bottom: 5px solid #A5272D;
    text-shadow: 0px -2px #A5272D;
}
.btn-pdf span {
    display: inline-block;
}
a.btn-pdf:active {
    margin-top: 1.4em;
    transform: translate(0px, 1px)!important;
    -webkit-transform: translate(0px, 1px)!important;
    border-bottom: 1px solid!important;
}


/******************************

#footer
 
******************************/   
#footer {
    padding-top: 30px;
}
#footer-logo {
    font-weight: bold;
   
    margin-bottom: 5px;
  
}
#footer-logo a{
       font-size: 16px;
    font-size: 1.143em;
      color:#333;
}
#footer address {
    font-style: normal;
    line-height: 1.4;
}
#footer address span {
    display: inline-block;
}
#footer #copy {
    font-size: 12px;
    font-size: 0.857em;
}

.jump {
    -webkit-animation-name: jump;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: jump;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes jump {
 0% {-webkit-transform:translate(0, 0);}
 25% {-webkit-transform:translate(0, -24px);}
 40% {-webkit-transform:translate(0, -30px);}
 50% {-webkit-transform:translate(0, -32px);}
 60% {-webkit-transform:translate(0, -30px);}
 75% {-webkit-transform:translate(0, -24px);}
 100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes jump {
 0% {-moz-transform:translate(0, 0);}
 25% {-moz-transform:translate(0, -24px);}
 40% {-moz-transform:translate(0, -30px);}
 50% {-moz-transform:translate(0, -32px);}
 60% {-moz-transform:translate(0, -30px);}
 75% {-moz-transform:translate(0, -24px);}
 100% {-moz-transform:translate(0, 0);}
}
