@charset "utf-8";
/*
Theme Name:なかねじゅん接骨院
*/

/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.webfont_r,
time {
    font-family: 'Raleway', sans-serif;
}
.webfont_os {
    font-family: 'Open Sans', sans-serif;
}
.h2_title {
    padding-bottom: 20px;
    color: #00AC69;
    font-weight: 600;
    position: relative;
}
.h2_title span {
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.4em;
    margin-top: 7px;
}
.h2_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00AC69;
    position: absolute;
    left: 0;
    bottom: 0;
}
.h2_title.left {
    width: 395px;
    margin-right: auto;
}
.h2_title.left::before {
    left: auto;
    right: 0;
    width: 1000%;
}
.h2_title.right {
    width: 420px;
    margin-left: auto;
}
.h2_title.right::before {
    right: auto;
    left: 0;
    width: 1000%;
}
.gmap_link {
    margin-top: 10px;
    text-align: right;
    color: #00AC69;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.map {
    max-width: 510px;
}
.gmap_link a {
    color: #00AC69;
}
/* header
------------------------------------------------------------ */
.header {
    padding: 50px 0 30px;
}
.header .logo {
    float: left;
}
.header .box {
    float: right;
}
.header .business_hours,
.header .info {
    float: left;
}
.header .business_hours {
    margin-right: 35px;
}
.header .info {
    min-width: 230px;
    text-align: right;
}
.header .tel_ment {
    margin-top: 6px;
}
.header .tel {
    padding-bottom: 2px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #00AC69;
    margin-bottom: 10px;
}
.header .tel span {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 5px;
}
/* logo */
.logo a {
    display: inline-block;
}
/* nav */
.gnav ul li {
    float: left;
    width: 16.666%;
    padding: 35px 0 35px;
    text-align: center;
    position: relative;
}
.gnav ul li::before,
.gnav ul li:last-child::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: #00AC69;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.gnav ul li:last-child::after {
    right: 0;
    left: auto;
}
.gnav ul li a {
    display: block;
}
.gnav ul li a:hover {
    opacity: 1.0;
}
.gnav ul li a::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(img/common/hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.gnav ul li a:hover::before,
.gnav ul li.current a::before {
    opacity: 1.0;
}
/* container
------------------------------------------------------------ */
.main {
    overflow: hidden;
}
.container {
    width: 94%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
/* side
------------------------------------------------------------ */

/* footer
------------------------------------------------------------ */
.footer {
    padding: 45px 0 20px;
    background-color: #00AC69;
    text-align: center;
}
.footer .f_nav {
    margin-bottom: 30px;
}
.f_nav li {
    display: inline-block;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.f_nav li::before,
.f_nav li:last-child::after {
    content: "|";
    margin: auto 0.5em;
}
.f_nav li a {
    color: #FFF;
}
.footer .copy {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* main image */
.main_image {
    margin-bottom: 75px;
}
.main_image .rslides {
    margin-bottom: 25px;
}
.main_image .rslides_tabs {
    text-align: center;
    margin-bottom: 20px;
}
.main_image .rslides_tabs li {
    display: inline-block;
    margin: auto 10px;
}
.main_image .rslides_tabs li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #B5B5B5;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}
.main_image .rslides_tabs li.rslides_here a {
    background-color: #00AC69;
}
.main_image h1 {
    text-align: center;
}
/* ご挨拶 */
.top_message {
    margin-bottom: 75px;
}
.top_message .h2_title,
.top_message .ment {
    float: left;
}
.top_message .image {
    float: right;
}
.top_message .h2_title {
    margin-bottom: 35px;
}
.top_message .ment {
    width: 630px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
/* 当院について */
.top_about {
    margin-bottom: 150px;
}
.top_about .h2_title {
    margin-bottom: 45px;
}
.top_about ul {
    margin-bottom: 55px;
}
.top_about ul li {
    float: left;
    width: 16.666%;
    margin-right: 4.1675%;
}
.top_about ul li:last-child {
    margin-right: auto;
}
.top_about .more {
    text-align: center;
}
.top_about .more a {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    padding: 13px 3.7%;
    border: 2px solid #00AC69;
    border-radius: 25px;
    color: #00AC69;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
}
.top_about .more a::before {
    content: "\f0da";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    position: absolute;
    right: 9%;
}
.top_about .more a:hover {
    background-color: #00AC69;
    color: #FFF;
    opacity: 1.0;
}
/* アクセス / お知らせ・ブログ */
.top_half_content .top_access,
.top_half_content .top_news {
    float: left;
    width: 510px;
    margin-bottom: 125px;
}
.top_half_content .top_access {
    margin-right: 60px;
}
.top_news .news_none {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
/* アクセス */
.top_access .h2_title {
    margin-bottom: 25px;
}
.top_access h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.top_access .ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.top_access .contact_btn {
    margin-bottom: 35px;
}
.top_access .contact_btn a {
    display: inline-block;
    padding: 6px 32px;
    border-radius: 18px;
    background-color: #00AC69;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
}
.top_access .contact_btn a img {
    vertical-align: middle;
    margin-left: 11px;
}
.top_access .map,
.top_access .map iframe {
    border-radius: 10px;
    overflow: hidden;
}
/* お知らせ・ブログ */
.top_news ul {
    margin-bottom: 43px;
}
.top_news ul li {
    padding: 20px 0 17px;
    border-bottom: 1px dotted #BFBFBF;
}
.top_news ul li time {
    display: block;
    color: #00AC69;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
}
.top_news ul li h3 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.top_news ul li h3 a {
    text-decoration: underline;
}
.top_news ul li .ment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.571;
    letter-spacing: 0.1em;
}
.top_news .more {
    text-align: center;
}
.top_news .more a {
    display: inline-block;
    width: 160px;
    padding: 7px;
    border: 2px solid #00AC69;
    border-radius: 20px;
    color: #00AC69;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.top_news .more a:hover {
    background-color: #00AC69;
    color: #FFF;
    opacity: 1.0;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* kasou title */
.kasou_title {
    padding: 110px 0 125px;
    background-image: url(img/kasou/kt_about_img.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.kasou_title h1 {
    color: #FFF;
}
.kasou_title h1 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.4em;
    margin-top: 15px;
}
/* pankuzu */
#pankuzu {
    width: 94%;
    max-width: 1080px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin: 15px auto 80px;
}
#pankuzu a {
    text-decoration: underline;
}
/* information */
.information {
    margin-bottom: 290px;
}
.information .h2_title {
    margin-bottom: 30px;
}
.information .box {
    float: left;
    margin-bottom: 35px;
}
.information .business_hours {
    float: right;
    margin-bottom: 35px;
}
.information h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.information .ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.information .contact_btn a {
    display: inline-block;
    padding: 6px 32px;
    border-radius: 18px;
    background-color: #00AC69;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
}
.information .contact_btn a img {
    vertical-align: middle;
    margin-left: 11px;
}
.information .map,
.information .map iframe {
    border-radius: 10px;
    overflow: hidden;
}
/* about
------------------------------------------------------------ */
.about_content {
    margin-bottom: 130px;
}
.about_content .h2_title {
    margin-bottom: 50px;
}
.about_content ol li {
    margin-bottom: 60px;
}
.about_content ol li:last-child {
    margin-bottom: auto;
}
.about_content ol li::after {
    content: "";
    display: block;
    clear: both;
}
.about_content .icon {
    float: left;
}
.about_content .box {
    margin-left: 198px;
}
.about_content ol {
    counter-reset: num;
}
.about_content h3 {
    padding-left: 30px;
    color: #00AC69;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    position: relative;
}
/*.about_content h3::before {
    content: "#";
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    left: 0;
}*/
.about_content h3::after {
    counter-increment: num;
    content: counter(num);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.15;
    position: absolute;
    left: 0;
}
.about_content .ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.about_content li:nth-child(1) .box {
    padding-top: 20px;
}
.about_content li:nth-child(3) .box {
    padding-top: 10px;
}
.about_content li:nth-child(5) .box {
    padding-top: 20px;
}
/* ロゴに込めた願い */
.concept {
    margin-bottom: 135px;
}
.concept .h2_title {
    margin-bottom: 50px;
}
.concept .logo {
    text-align: center;
    margin-bottom: 40px;
}
.concept .ment {
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.666;
    letter-spacing: 0.2em;
}

/* flow
------------------------------------------------------------ */
.flow {
    margin-bottom: 120px;
}
.flow .h2_title {
    margin-bottom: 50px;
}
.flow ul li::after {
    content: "";
    display: block;
    clear: both;
}
.flow ul li .image,
.flow ul li .box {
    width: 50%;
}
.flow ul li:nth-child(2n-1) .image,
.flow ul li:nth-child(2n) .box {
    float: right;
}
.flow ul li:nth-child(2n) .image,
.flow ul li:nth-child(2n-1) .box {
    float: left;
}
.flow ul li .box {
    height: 300px;
    padding-top: 70px;
    background-color: #F5F5F5;
}
.flow ul li h3 {
    text-align: center;
    margin-bottom: 50px;
}
.flow ul li .ment {
    max-width: 360px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.flow ul li:nth-child(3) h3 {
    margin-bottom: 30px;
}
.flow ul li:nth-child(4) .box {
    padding-top: 35px;
}
.flow ul li:nth-child(4) h3 {
    margin-bottom: 30px;
}
.flow ul li:nth-child(4) .ment {
    max-width: 406px;
}
.flow ul li:nth-child(5) .box {
    padding-top: 55px;
}
.flow ul li:nth-child(5) h3 {
    margin-bottom: 30px;
}
/* 取扱い機器紹介 */
.machine {
    margin-bottom: 170px;
}
.machine .h2_title {
    margin-bottom: 60px;
}
.machine ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -55px;
}
.machine ul li {
    width: 510px;
    margin-bottom: 55px;
}
.machine ul li:nth-child(2n-1) {
    float: left;
}
.machine ul li:nth-child(2n) {
    float: right;
}
.machine h3 {
    padding: 4px;
    background-color: #00AC69;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.machine .image {
    display: table-cell;
    width: 510px;
    height: 234px;
    text-align: center;
    vertical-align: middle;
}
.machine .ment {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: 0.05em;
}
/* price
------------------------------------------------------------ */
.price {
    margin-bottom: 185px;
}
.price .h2_title {
    margin-bottom: 25px;
}
.price .main_ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.price section {
    margin-bottom: 90px;
}
.price section:last-child,
.price section > *:last-child {
    margin-bottom: auto;
}
.price section h3 {
    display: block;
    width: 350px;
    padding: 12px;
    background-color: #00AC69;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.price section .ment {
    max-width: 790px;
    margin: 0 auto 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.price table {
    width: 100%;
}
.price .table01 {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.price .table01 th,
.price .table01 td {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
}
.price .table01 thead th {
    padding: 15px;
    background-color: #D4F1E6;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.price .table01 tbody th {
    width: 33.333%;
    padding: 12px;
    border-bottom-style: dotted;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.price .table01 td {
    padding: 15px;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
}
.price .note {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
.price .table02 th,
.price .table02 td {
    width: 50%;
    padding: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
.price .table02 th {
    padding-right: 40px;
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.333;
    letter-spacing: 0.2em;
}
.price .table02 td {
    padding-left: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
}
/* staff
------------------------------------------------------------ */
/* スタッフ紹介 */
.staff {
    margin-bottom: 135px;
}
.staff .h2_title {
    margin-bottom: 55px;
}
.staff .image {
    float: left;
}
.staff .image img {
    border-radius: 10px;
}
.staff .box {
    margin-left: 325px;
}
.staff h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    margin-bottom: 10px;
}
.staff h3 span {
    display: block;
    color: #00AC69;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.4em;
    margin-top: 5px;
}
.staff dl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.staff dl:last-child {
    margin-bottom: auto;
}
.staff dl dd .align li {
    padding-left: 75px;
    position: relative;
}
.staff dl dd .align li span {
    position: absolute;
    left: 0;
}

/* archive
------------------------------------------------------------ */
/* archive */
.archive {
    margin-bottom: 280px;
}
.archive ul {
    margin-bottom: 30px;
}
.archive ul li {
    padding: 30px 0;
    background-image: linear-gradient(to right, #FFF, #FFF 1px, #BFBFBF 1px, #BFBFBF, 2px, #BFBFBF 2px, #FFF 2px, #FFF 3px, #BFBFBF 3px, #BFBFBF 4px, #FFF 4px, #FFF 5px, #BFBFBF 5px, #BFBFBF 6px, #FFF, 6px, #FFF 7px, #BFBFBF 7px, #BFBFBF 15px, #FFF 15px, #FFF 16px, #BFBFBF 16px, #BFBFBF 17px, #FFF 17px, #FFF 18px, #BFBFBF 18px, #BFBFBF 19px);
    background-size: 19px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media all and (-ms-high-contrast: none) {
.archive ul li {
    border-bottom: 1px dotted #BFBFBF;
}
}
.archive ul li:first-child {
    padding-top: 0;
}
.archive ul li time {
    display: block;
    color: #00AC69;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.archive ul li h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.archive ul li h2 a {
    text-decoration: underline;
}
.archive ul li .ment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.archive .news_none {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
/* wp-pagenav */
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #00AC69;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #00AC69;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 15px;
}
.wp-pagenavi span:last-child,
.wp-pagenavi a:last-child {
    margin-right: auto;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
    background-color: #00AC69;
    color: #FFF;
    opacity: 1.0;
}
/* contact
------------------------------------------------------------ */
/* information */
.information.contact {
    margin-bottom: 100px;
}
/* フォーム */
.contact_form {
    margin-bottom: 325px;
}
.contact_form h2 {
    width: 350px;
    padding: 9.5px;
    border: 2px solid #00AC69;
    border-radius: 25px;
    margin: 0 auto 45px;
    text-align: center;
    color: #00AC69;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
/**************************************************************
【 contact 】 Start 
**************************************************************/
/*table*/
.form_table {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;/*変更しない*/
    border-collapse: collapse;
    margin-bottom: 45px;
}
.form_table th,
.form_table td {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
.form_table th {
    text-align: left;
    width: 35%;
    padding-left: 7.4%;
    font-weight: bold;
}
.form_table th.ver_top {
    padding-top: 35px;
    vertical-align: top;
}
/*入力エリア*/
.form_table input[type="text"],
.form_table textarea,
.form_table select,
.form_table input[type="email"] {
    width: 410px;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #D2D2D2;
    font-size: 1.5rem;
}
.form_table input[type="text"]:focus,
.form_table textarea:focus {
    background-image: none;
}
.form_table select {
    width: 30%;
}
.form_table input[type="text"].zip {
    width: 80px;
}
.email_confirm_error {
    color: #FF0004;
    margin-left: 10px;
    display: none;
}
.form_table textarea {
    height: 160px;
    font-size: 15px;
    margin: 7px 0 15px;
}
.form_table input[type="radio"],
.form_table input[type="checkbox"] {
    vertical-align: text-top;
}
/* 必須・任意 */
.form_table th span {
    float: left;
    margin-left: -30px;
}
.form_table .required { /* 必須 */
    color: #D30000;
}
.form_table .any { /* 任意 */
    color: #fff;
    background-color: #333;
}
/* 送信ボタン */
.submit {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    /* 変更 */
    color: #fff;
    background-color: #00AC69;
    font-size: 24px;
    font-weight: bold;
    width: 200px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.submit:hover {
    opacity: .8;
}

/* 404
------------------------------------------------------------ */
.page404 {
    margin-bottom: 200px;
}
.page404 h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
.page404 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.page404 p a {
    color: blue;
}

/* g-tes
------------------------------------------------------------ */
/* NHK 検索 */
.nhk-search {
  padding-bottom: 50px;
}
.nhk-search .area {
  padding: 60px 40px 50px;
  border: 3px solid #00AC69;
}
.nhk-search h2,
.nhk-search .ment,
.nhk-search .professor {
  float: left;
  width: 75%;
}
.nhk-search figure {
  float: right;
  width: 19%;
}
.nhk-search h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .1em;
}
.nhk-search .ment,
.nhk-search .professor {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
.nhk-search .ment {
  margin-bottom: 10px;
}
.nhk-search .professor {
  text-align: right;
}
/* G-TESコンテンツ */
.g-tes_contents {
  padding-bottom: 160px;
}
.g-tes_contents .section::after {
  content: "";
  display: block;
  clear: both;
}
.g-tes_contents .section + .section {
  margin-top: 65px;
}
.g-tes_contents .section h2 {
  padding: 9px 30px;
  background-color: #00AC69;
  position: relative;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .2em;
}
.g-tes_contents .section h2::after {
  content: "";
  display: block;
  width: 12px;
  border-top: 10px solid #00AC69;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 28px;
}
.g-tes_contents .section h2 span::before,
.g-tes_contents .section h2 span::after {
  content: "＝";
}
.g-tes_contents .section h2 span::before {
  margin-right: 1.2em;
}
.g-tes_contents .section h2 span::after {
  margin-left: 1.2em;
}
/* 2種類の運動モード */
.g-tes_contents .section.exercise_mode dl {
  float: left;
}
.g-tes_contents .section.exercise_mode figure {
  float: right;
}
.g-tes_contents .section.exercise_mode dl + dl {
  margin-top: 25px;
}
.g-tes_contents .section.exercise_mode dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.666;
  letter-spacing: .05em;
}
.g-tes_contents .section.exercise_mode dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
/* 適応症状 */
.g-tes_contents .section.indication_symptoms .ment {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
/* よくあるご質問 */
.g-tes_contents .section.question dl + dl {
  margin-top: 25px;
}
.g-tes_contents .section.question dl dt,
.g-tes_contents .section.question dl dd {
  padding-left: 2.0em;
  position: relative;
}
.g-tes_contents .section.question dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: .05em;
}
.g-tes_contents .section.question dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
.g-tes_contents .section.question dl dt::before,
.g-tes_contents .section.question dl dd::before {
  position: absolute;
  left: 0;
}
.g-tes_contents .section.question dl dt::before {
  content: "Q：";
}
.g-tes_contents .section.question dl dd::before {
  content: "A：";
}
/* G-TESご利用料金プラン */
.g-tes_contents .section.g-tes_price .table_wrap {
  margin: -8px;
}
.g-tes_contents .section.g-tes_price table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .05em;
}
.g-tes_contents .section.g-tes_price table th {
  color: #00AC69;
}
.g-tes_contents .section.g-tes_price table th,
.g-tes_contents .section.g-tes_price table td {
  padding: 17px 5px;
  text-align: center;
}
.g-tes_contents .section.g-tes_price table th:nth-child(1) {
  width: 280px;
}
.g-tes_contents .section.g-tes_price table td:nth-child(2) {
  width: 320px;
}
.g-tes_contents .section.g-tes_price table td:nth-child(3) {
  width: 465px;
}
.g-tes_contents .section.g-tes_price table.table01 tr:nth-child(2n-1) th,
.g-tes_contents .section.g-tes_price table.table01 tr:nth-child(2n-1) td,
.g-tes_contents .section.g-tes_price table.table02 tr:nth-child(2n) th,
.g-tes_contents .section.g-tes_price table.table02 tr:nth-child(2n) td {
  background-color: #E5F7F0;
}
.g-tes_contents .section.g-tes_price table.table01 tr:nth-child(2n) th,
.g-tes_contents .section.g-tes_price table.table01 tr:nth-child(2n) td,
.g-tes_contents .section.g-tes_price table.table02 tr:nth-child(2n-1) th,
.g-tes_contents .section.g-tes_price table.table02 tr:nth-child(2n-1) td {
  background-color: #F4F9E8;
}
.g-tes_contents .section.g-tes_price .ment {
  margin: 20px auto 60px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: .05em;
}
.g-tes_contents .section.g-tes_price .please_use {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: underline;
  line-height: 2;
  letter-spacing: .05em;
}
