@charset "utf-8";
/*
Theme Name:【031】士業
Theme URI: http://wordpress.org/
Description:【031】士業
Author:sungrove
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:fp
mainColor:#102563
subColor:#041033
*/
:root {
    font-size: 62.5%;
    color: #cccccc;
}
input::placeholder {
  color: #cccccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #cccccc;
}
/* Edge */
input::-ms-input-placeholder {
  color: #cccccc;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    overflow-x: hidden;
}
@media screen and (max-width:767px) {
    html,
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
body {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #222222;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.min {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.got {
    font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
    letter-spacing: 0.1em;
    font-family: 'Hammersmith One', "Times Roman", "Times New Roman", '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.pl {
    font-family: 'Playfair Display', serif;
}
.mc {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
/*****************************************************************************
reset
*****************************************************************************/
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
figure {
    margin: 0;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4 {
    position: relative;
    font-weight: normal;
    margin: 0;
    word-break: break-all;
}
hr {
    border: none;
    margin: 2em 0 3em 0;
    border-top: 1px solid #9a9a9a
}
address {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 160%;
    width: 100%;
    padding: 1.5em 0;
}
.shadow {
    box-shadow: 0 0px 50px 0px rgba(10, 10, 10, 0.2);
}
.white {
    color: #ffffff;
}
.base {
    color: #2daf80;
}
.red {
    color: #ec7280;
}
.purple {
    color: #8f82bc;
}
.col {
    height: auto;
}
.bold {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.ib {
    display: inline-block;
}
.nowrap {
    white-space: nowrap;
}
.lh100 {
    line-height: 100%;
}
.mr1 {
    margin-right: 1em;
}
.mr2 {
    margin-right: 2em;
}
.mb1 {
    margin-bottom: 1em;
}
.mb2 {
    margin-bottom: 2em;
}
.mt1 {
    margin-top: 1em;
}
.ma {
    margin-left: auto;
    margin-right: auto;
}
.pa1 {
    padding: 0 1em 1em 1em;
}
.pl1 {
    padding-left: 1em;
}
.pl2 {
    padding-left: 2em;
}
.pl3 {
    padding-left: 3em;
}
.rad {
    border-radius: 0.3em;
}
ul.list {
    max-width:920px;
    width:100%;
    margin:0 auto;
    line-height:1.4;
    padding:0;
}
h3 + ul.list li:first-child {
    border-top:none;
}
ul.list > li {
    padding:1em 0.5em 1em 3em;
    border-top:1px solid #898989;
}
ul.list > li:last-child {
    border-bottom:1px solid #898989;
}
ul.list > li > div:first-child {
    max-width:130px;
    width:100%;
    font-weight:bold;
}
ul.list.info li{
    padding:1em;
}
ul.list.info > li > div:first-child {
    max-width:100px;
}
@media screen and (max-width:767px) {
    .sptc {
        text-align: center;
    }
    ul.list > li {
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:0.5em;
    }
    ul.list > li > div:first-child, ul.list.info > li > div:first-child {
        max-width:100%;
    }
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
    position: relative;
    display: inline-block;
}
.btn.main {
    padding: 12px 0;
    color: #fff;
    background: #102563;
    display: inline-block;
    margin-top: 40px;
    position: relative;
    width: 220px;
    text-align: center;
}
.btn.main.wh {
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
.btn.main.dk {
    color: #fff;
    background: #041033;
    border: 1px solid #fff;
}
.btn.btn02 {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    background: #102563;
    position: relative;
    width: 136px;
    height: 35px;
    line-height: 35px;
    transition: 0.2s linear;
}
.btn.btn02:after {
    content: "\f105";
    position: absolute;
    top: 0px;
    left: 120px;
    font-family: "FontAwesome";
}
.btn.main:hover {
    transition: 0.2s linear;
    opacity: 0.6;
}
.btn.main:after {
    content: "";
    position: absolute;
    right: 10px;
    font-family: monospace;
    width: 5px;
    height: 9px;
}
.icon-right {
    position: absolute;
    top: 0;
    right: 1em;
    color: #fff;
}
.icon-right::after {
    font-family: "FontAwesome";
    content: '\f105';
    font-size: 1.1em;
    display: inline-block;
    position: relative;
    top: 1.5em;
    transform: translate3D(0, -50%, 0);
    color: #ffffff;
}
.btn02 .icon-right::after {
    top: 1.2em;
}
.toTop {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 99;
    display: none;
    text-align: center;
}
.toTop {
    right: 4em;
    bottom: 4em;
}
@media screen and (max-width:767px) {
    .toTop {
        right: 1em;
    }
    .toTop img {
        width: inherit;
    }
    .btn01 {
        margin: 0 auto;
    }
    .btn.main {
        margin: 40px auto 0;
        padding: 1em 5em;
        white-space: nowrap;
    }
    .btn.main.single {
        width: 140px;
    }
    .btn.main.header {
        text-align: left;
        background: none;
        margin: 0 0 1.5em 0;
        padding: 1.2em 1em 1em 1.5em;
    }
}
/*****************************************************************************
    Gimic with jQuery
*****************************************************************************/
.trans {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.zoom {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.zoom:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
/*  3D Appear */
.deg {
    position: relative;
    perspective: 1000px;
}
.deg.back {
    z-index: -1;
}
.deg > [data-type="left"] {
    transition: all 1s ease;
    transform: rotateY(90deg) translateX(-100px);
    opacity: 0;
}
.deg > [data-type="right"] {
    transition: all 1s ease;
    transform: rotateY(-90deg) translateX(100px);
    opacity: 0;
}
.deg.active > * {
    transform: rotateY(0deg);
    opacity: 1;
}
/*  Scrolling Appear */
.scroll {
    transition: all 1.0s ease;
}
.scroll[data-type="up"] {
    transform: translate3d(0, 100px, 0);
    opacity: 0.01;
}
.scroll[data-type="down"] {
    transform: translate3d(0, -100px, 0);
    opacity: 0.01;
}
.scroll[data-type="left"] {
    transform: translate3d(-100px, 0, 0);
    opacity: 0.01;
}
.scroll[data-type="right"] {
    transform: translate3d(100px, 0, 0);
    opacity: 0.01;
}
.scroll[data-type="up"].active,
.scroll[data-type="down"].active,
.scroll[data-type="left"].active,
.scroll[data-type="right"].active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.dur {
    transition-delay: 0.2s;
}
.dur4 {
    transition-delay: 0.4s;
}

.para {
    position: relative;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-size: 100% auto;
    background-position: center 100%;
}

.para[data-id="p1"] {
    height: 178px;
    background-image: url("./img/index/fimg.png");
}

.para[data-id="p2"] {
    background-image: url("./img/index/index_para_02.jpg");
}

.para[data-id="p3"] {
    background-image: url("./img/about/about_para_01.jpg");
}

.para[data-id="p4"] {
    background-image: url("./img/index/index_para_04.jpg");
}

@media screen and (max-width:767px) {
    /* for Mobile */
    .para[data-id="p1"] {
        height: auto;
        background-image: url("./img/index/fimg_sp.png");
        background-size: cover;
        background-position: center;
    }
    .deg {
        width: 100%;
    }
}
/*****************************************************************************
    Flexbox
*****************************************************************************/
/***********
horizon
************/
.f_box {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
}
.f_item {
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
.f_h_start {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.f_h_center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.f_h_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.f_h_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.f_h_sa {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.f_wrap {
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.f_box_nowrap {
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
}
/***********
vertical
************/
.f_column {
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
}
.f_reverse {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.f_start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.f_end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.f_center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.f_baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.f_stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.col {
    width: 100%;
}
@media screen and (max-width:767px) {
    /* for Mobile */
    .f_res {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cancel {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    div.blank {
        height: 25px;
    }
    div.blankx2 {
        height: 50px;
    }
    .pc {
        display: none;
    }
    .order_top {
        -webkit-order: -1;
        -ms-order: -1;
        order: -1;
    }
    .order_1 {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }
}
@media screen and (min-width:768px) {
    /* for Tablet and PC */
    .f_res {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    div.blank {
        height: 50px;
    }
    div.blankx2 {
        height: 100px;
    }
    div.blankx3 {
        height: 150px;
    }
    .sp {
        display: none;
    }
    .w10 {
        width: 10%;
        min-width: 10%;
    }
    .w15 {
        width: 15%;
        min-width: 15%;
    }
    .w20 {
        width: 20%;
        min-width: 20%;
    }
    .w20s {
        width: calc(20% - 1em);
        min-width: calc(20% - 1em);
    }
    .w20l {
        width: calc(20% + 1em);
        min-width: calc(20% + 1em);
    }
    .w25 {
        width: 25%;
        min-width: 25%;
    }
    .w25s {
        width: calc(25% - 1em);
    }
    .w33 {
        width: calc(100% / 3);
    }
    .w33s {
        width: calc(100% / 3 - 0.5em);
    }
    .w30 {
        width: 30%;
        min-width: 30%;
    }
    .w30s {
        width: calc(30% - 1em);
        min-width: calc(30% - 1em);
    }
    .w30l {
        width: calc(30% + 1em);
    }
    .w35 {
        width: 35%;
        min-width: 35%;
    }
    .w35s {
        width: calc(35% - 1em);
        min-width: calc(35% - 1em);
    }
    .w40 {
        width: 40%;
        min-width: 40%;
    }
    .w40s {
        width: calc(40% - 1em);
        min-width: calc(40% - 1em);
    }
    .w45 {
        width: 45%;
    }
    .w45s {
        width: calc(45% - 1em);
        min-width: calc(45% - 1em);
    }
    .w45l {
        width: calc(45% + 1em);
        min-width: calc(45% + 1em);
    }
    .w60 {
        width: 60%;
        min-width: 60%;
    }
    .w60s {
        width: calc(60% - 1em);
    }
    .w60l {
        width: calc(60% + 1em);
    }
    .w66 {
        width: 66%;
    }
    .w50s {
        width: calc(50% - 1em);
    }
    .w50 {
        width: 50%;
        min-width: 50%;
    }
    .w50l {
        width: calc(50% + 1em);
    }
    .w55 {
        width: calc(55%);
        min-width: calc(55%);
    }
    .w55s {
        width: calc(55% - 1em);
        min-width: calc(55% - 1em);
    }
    .w65 {
        width: 65%;
        min-width: 65%;
    }
    .w65s {
        width: calc(65% - 1em);
        min-width: calc(65% - 1em);
    }
    .w75 {
        width: 75%;
    }
    .w75s {
        width: calc(75% - 1em);
    }
    .w70 {
        width: 70%;
    }
    .w70s {
        width: calc(70% - 1em);
    }
    .w70l {
        width: calc(70% + 1em);
    }
    .w80 {
        width: 80%;
    }
    .w80s {
        width: calc(80% - 1em);
    }
    .w80l {
        width: calc(80% + 1em);
    }
    .w85 {
        width: 85%;
    }
    .w90 {
        width: 90%;
    }
    .w95 {
        width: 95%;
    }
}
.f_cc {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*****************************************************************************
    Header
*****************************************************************************/
header {
    position: fixed;
    width: 100%;
    height: 85px;
    transition: background-color 1s ease-in-out;
    color: #fff;
        z-index: 99;
}
.under header,
header.active {
    background: #102563;
}
header .innerbox {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    z-index: 99;
}
.under header .innerbox,
header.active .innerbox {
    border-bottom: none;
}
header .logo {
    width: 100%;
    max-width: 250px;
    z-index: 2;
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
header .logo span {
    font-size: 12px;
    font-size: 1.2rem;
    /*text-align: left;*/
	text-align: center;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0 0 3px;
}
header .logo img {
    /*max-width: 250px;*/
	max-width: 230px;
}

footer .logo img {
    /*max-width: 250px;*/
	max-width: 230px;
}

.logo{
	margin-right: 16px;
}

@media screen and (max-width:1100px) {
    header .innerbox {
        padding: 0 5px;
    }
}
@media screen and (max-width:767px) {
    /* SP */
    header {
        padding: 0;
        width: 100%;
        height: 60px;
        min-height: inherit;
        background: #102563;
        z-index: 100;
        text-align: center;
        /* box-shadow */
        box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        border-bottom: 0;
    }
    header .logo {
        max-width: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        text-align: center;
        z-index: 2;
        height: 60px;
        background: #102563;
    }
    header .logo a {
        display: inline-block;
        position: relative;
    }
    header .logo span {
        display: block;
        font-size: 1.2rem;
    }
    header .logo img {
        max-height: 35px;
        max-width: none;
    }
    header .innerbox {
        padding: 0;
        border-bottom: 0;
    }
    header .toggle {
        margin: 10px 10px 0 0;
        width: 40px;
        height: 40px;
        position:relative;
    }
    header .toggle button {
        position: relative;
    }
    header .toggle button::after {
        content: "MENU";
        position: absolute;
        display: block;
        top: 28px;
        left: 3px;
        width: 40px;
        text-align: center;
        font-size: 8px;
        font-size: .8rem;
        transition-duration: 0.15s;
        transition-timing-function: linear;
    }
    header .toggle button.open::after {
        content: "CLOSE";
    }
    header section,
    header section article {
        height: 100%;
        padding: 0;
    }
    header .sp.navi {
        width: 60px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        height: 60px;
        padding: 0 0 0 0.5em;
    }
    header .sp.navi img {
        max-height: 50px;
        max-width: 150px;
    }
}
/*****************************************************************************
    Navigation / MENU
*****************************************************************************/
nav.menu {
    padding: 0;
    height: inherit;
    z-index: 10;
    text-align: center;
    max-width:1000px;
    width:100%;
    /*margin-left:10px;*/
	margin-left:16px;
}
nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header nav.menu > ul > li {
    height: 85px;
    position: relative;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header nav.menu > ul > li:first-child {
    margin: 0 5px 0 0;
}
header nav.menu > ul > li:last-child {
    margin: 0 0 0 5px;
}
nav.menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    height: 85px;
    overflow: hidden;
    color: #ffffff;
    line-height: inherit;
    position: relative;
    padding:20px 0 0;
    border-top: 2px solid transparent;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}
nav.menu li a:hover {
    opacity: .6;
}
nav.menu li a.active {
    border-top: 2px solid #b19b56;
}
nav.menu li a span {
    font-size: 11px;
    /*font-size: 1.1rem;*/
	font-size: 1rem;
    margin-top: 3px;
    line-height: 1.1;
    display: block;
    color: #93ddff;
    font-family: initial;
	margin-left:4px;
}
/* footer nav */
footer nav.menu {
    padding: 0;
}
footer nav.menu ul li a {
    height: auto;
    padding: 0;
    display: block;
    /*font-size: 18px;*/
	font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    line-height: 1.5em;
}
footer nav.menu ul > li:last-child > a {
    padding-right: 0;
}
@media screen and (max-width:767px) {
/* SP Navigation */
    #navi ul {
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block;
        background: #102563;
        z-index: 1;
    }
    nav.menu li a {
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        line-height: 50px;
        border: 0;
    }
    nav.menu li a.active {
        border-top: 0;
    }
    header nav.menu {
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        z-index: 1;
        line-height: 1;
        -webkit-transform: translate3d( 0, -100%, 0);
        transform: translate3d( 0, -100%, 0);
        transition: all 0.3s ease-in-out;
        text-align: center;
        border-top:1px solid #333399;
    }
    header nav.menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    header nav.menu > ul > li {
        display: block;
        height: 51px;
        line-height: 1;
        padding: 0!important;
        border-bottom:1px solid #333399;
    }
    header nav.menu > ul >  li span {
        display: none;
    }
    /* footer */
    footer nav.menu {
        display: none;
    }
}
/*****************************************************************************
    Key Visual
*****************************************************************************/
/* #key_visual */
section.kv {
    position: relative;
    background: rgba(255, 255, 255, 1);
    padding-top: 0;
    padding-bottom: 0;
}
#key_visual {
    margin-top:-85px;
    position:relative;
}
#key_visual .key_wrapper_over {
    height:500px;
    background-image: url(./img/index/kv1.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#key_visual .key_wrapper_over {
    position:relative;
    width:100%;
    margin-top:85px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#key_visual .key_wrapper_over .kv_over {
    position:relative;
    color:#fff;
    z-index:10;
    overflow:hidden;
    padding:0;
}

#key_visual .key_wrapper_over .kv_over:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 160, 233, 0.6);
    z-index:-1;
}

#key_visual .key_wrapper_over .kv_over .kv_text {
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding: 20px 30px;
}
#key_visual .key_wrapper_over .kv_over .kv_text .left {
    font-size: 40px;
    font-size: 4.0rem;
    border-right:1px solid #fff;
    font-family:'Playfair Display', serif;
    letter-spacing:0;
    line-height:1em;
    padding:20px 20px 20px 0;
}
#key_visual .key_wrapper_over .kv_over .kv_text .left span {
    font-size: 24px;
    font-size:2.4rem;
    display:block;
}
#key_visual .key_wrapper_over .kv_over .kv_text .right {
    width: 15em;
    font-weight:700;
    line-height:1.7;
    font-size:16px;
    font-size: 1.6rem;
    padding:10px 0 10px 20px;
}
#key_visual .kv_tel,
.kv_tel {
    position:absolute;
    bottom:0;
    width:100%;
    background:rgba(255, 255, 255, 0.7);
    padding:5px 0;
}
#key_visual .kv_tel .inner_box,
.kv_tel .inner_box {
    width: 100%;
    max-width:920px;
    margin:0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-flow: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: nowrap;
}
#key_visual .kv_tel .inner_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.kv_tel .catch {
    color: #102563;
}
.kv_tel .kv_tel_box {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.kv_tel .tel {
    background:url(img/common/ico_tel.png) no-repeat 5px #102563;
    margin-left:20px;
    color:#fff;
    font-size:1.8rem;
    line-height:18px;
    font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    white-space:nowrap;
    padding:5px 15px 5px 35px;
}
@media screen and (max-width:920px) {
    /* PC 920px以下 */
    #key_visual .kv_tel .inner_box,
    .kv_tel .inner_box {
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) {
    #key_visual {
        margin-top: 60px;
        position: relative;
        height: 50vh;
        background: #f6f5f0;
    }
    #key_visual .key_wrapper_over {
        height: 100%;
        margin-top: 0;
    }
    #key_visual .key_wrapper_over .kv_over::before {
        background-clip: content-box;
        height: 100%;
    }
    #key_visual .key_wrapper_over .kv_over {
        position: relative;
        width: 100%;
        margin: 0 20px;
        padding: 24px;
        overflow: hidden;
    }
    #key_visual .key_wrapper_over .kv_over .kv_text {
        padding: 0;
        color: #fff;
    }
    #key_visual .key_wrapper_over .kv_over .kv_text .left {
        width: 100%;
        margin-bottom: 10px;
        padding:0 0 10px;
        border: none;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1.6;
    }
    #key_visual .key_wrapper_over .kv_over .kv_text .left span {
        width: 100%;
        display: block;
        font-size: 20px;
        font-size: 2.0rem;
    }
    #key_visual .key_wrapper_over .kv_over .kv_text .right {
        width: auto;
        font-weight:normal;
        line-height:1.7;
        font-size:14px;
        font-size: 1.4rem;
        padding:0;
    }
    .kv_tel .rtxt {
        white-space: nowrap;
        font-size: 10px;
    }
    .kv_tel .inner_box {
        width: 100%;
    }
    .kv_tel .tel {
        margin-left: 10px;
        padding-left: 25px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

#kv {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
}
#kv img {
    width: 100%;
}
#kv {
    max-height: 100%;
    height: 360px;
}

#kv figcaption {
    padding-top: 0.5em;
    color: #ffffff;
    font-size: 50px;
    font-size: 5.0rem;
}
#kv figcaption span {
    display: block;
    padding-top: 1em;
    letter-spacing: 0;
    font-size: 0.3em;
}
#kv figcaption h2 {
    color: inherit;
    font-size: inherit;
    line-height: 40%;
}
#kv button.slick-next {
    left: initial;
    right: 10px;
    transform: scaleX(-1);
}

#kv_under {
    position: relative;
    width: 100%;
    margin-top: 85px;
}
#kv_under .kv_under-in:before {
    content: "";
    position: absolute;
    background-clip: content-box;
    width: 100%;
    height: 100%;
    padding: 60px 35% 100px;
    top: 0;
    left: 0;
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
#kv_under .kv_under-in {
    padding: 60px 35% 100px;
}
#kv_under .kv_under-in .kv_under-main {
    padding: 20px;
    z-index: 30;
    position: relative;
    margin-bottom: 0;
    background: rgba(0, 160, 233, 0.4);
    text-align: center;
    color: #fff;
}
#kv_under.about,
.about .kv_under-in::before {
    background: url(./img/about/bg_kv_about.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.member,
.member .kv_under-in::before {
    background: url(./img/member/bg_kv_member.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.service,
.service .kv_under-in::before {
    background: url(./img/service/bg_kv_service.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.access,
.access .kv_under-in::before {
    background: url(./img/access/bg_kv_access.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.faq,
.faq .kv_under-in::before {
    background: url(./img/faq/bg_kv_faq.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.news,
.news .kv_under-in::before {
    background: url(./img/news/bg_kv_news.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#kv_under.contact,
.contact .kv_under-in::before {
    background: url(./img/contact/bg_kv_contact.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:767px) {
    #kv_under {
        height: 180px;
        margin-top: 60px;
    }
    .down {
        width: calc(100% - 20px);
        left: 10px;
    }
    #kv {
        height: 250px;
    }
    #kv_under .kv_under-in {
        height: 100%;
        padding: 40px 20% 58px;
    }
    #kv_under .kv_under-in:before {
        padding: 40px 20% 58px;
    }
    #kv_under .kv_under-in .kv_under-main {
        height: 100%;
        padding: 0;
        position: relative;
    }
    #kv_under .kv_under-in .kv_under-main figcaption {
        padding: 20px;
        padding-top: 10px;
    }
    #kv_under .kv_under-in .kv_under-main h2 {
        text-align: center;
        font-size: 20px;
        font-size: 2.0rem;
    }

}
/*****************************************************************************
    breadcrumbs
*****************************************************************************/
#bread {
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
}
#bread ol {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 8px 0;
}
#bread ol li {
    padding-top: 0px;
    min-height: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#bread ol li:first-child {
    padding-left: 0;
}
#bread ol li:last-child:after {
    display: none;
    content: "";
    padding: 0;
}
#bread ol li:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    width: 20px;
    padding-left: 1em;
    padding-right: 1em;
}
#bread ol li a {
    position: relative;
}
#bread ol li:first-child a {
    width: 14px;
    height: 1em;
    display: inline-block;
}
#bread ol li:first-child a:before {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    top: -8px;
    left: 0;
}
@media screen and (max-width:920px) {
    #bread ol {
        padding: 8px 15px;
    }
}
@media screen and (max-width:767px) {
    #bread {
        font-size: 10px;
        font-size: 1.0rem;
    }
    #bread ol {
        width: 100%;
        margin: 0 auto;
        padding: 0.5em 20px;
        display: block;
    }
    #bread ol li:first-child a {
        margin-right: 0;
        padding-left: 0;
    }
    #bread ol li:first-child a:before {
        font-size: 14px;
        top: -4px;
        left: 0;
    }

}
/*****************************************************************************
    Map
*****************************************************************************/
.gmap {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 0;
}
/*****************************************************************************
    Section / Article
*****************************************************************************/
section {
    width: 100%;
    max-width: inherit;
    position: relative;
    padding: 60px 0;
}
section .inner_box {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
section.np {
    padding: 0;
}
section.nptop {
    padding-top: 0;
}
section.npbtm {
    padding-bottom: 0;
}
section > article {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
section.list > article {
    margin-bottom: 4em;
}
section.list > article:last-child {
    margin-bottom: 2em;
}
section.question > article {
    margin-bottom: 2em;
}
section.menu > article {
    margin-bottom: 3em;
}
section.top01 {
    background-color: #f6f5f0;
}
section.top01 figure.topBack {
    position: absolute;
    width: 43%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("./img/index/bg_top01.png") no-repeat center left #f6f5f0;
    background-size: cover;
}
section.top02 {
    background: url(./img/index/bg_top02.png) no-repeat center center;
    background-size: cover;
    border-top: 1px solid #a9a176;
    border-bottom: 1px solid #a9a176;
}
section.top03 {
    color: #102563;
}
section.top03 .inner_box {
    padding: 0;
}
section.top03 .inner_box ul {
    padding: 0;
    border-top: 1px solid #102563;
}
section.top03 .inner_box ul li {
    width: 100%;
}
section.top03 .inner_box ul li a {
    padding: 15px 20px;
    border-bottom: 1px solid #102563;
    color: #102563;
    width: 100%;
    transition: 0.2s linear;
}
section.top03 .inner_box ul li a:hover {
    background-color: #eee;
}
section.top03 .inner_box ul li a figure.index {
    display: none;
}
section.top03 .inner_box ul li a .blog_title {
    color: #102563;
    font-size: 14px;
    font-size: 1.4rem;
}
section.top03 .inner_box ul li a span {
    vertical-align: middle;
}
@media screen and (max-width:920px) {
    /* PC 920px以下 */
    section .inner_box {
        padding: 0 15px;
    }
}
@media screen and (max-width:767px) {
    section {
        width: 100%;
        padding: 40px 0;
    }
    section .inner_box {
        width: 100%;
        padding: 0 20px;
    }
    section > article {
        width: 100%;
        padding: 0 15px;
    }
    section.top01 figure.topBack {
        position: absolute;
        top: 0;
        width: 100%;
        height: 120px;
        background: url(./img/index/bg_top01.png) no-repeat center #f6f5f0;
        background-size: cover;
    }
    section.top01 {
        position: relative;
        padding-top: 160px;
        background: #f6f5f0;
    }
    section.top01 > article > .pl2 {
        padding-left: 0;
    }
    section.top02 {
        padding: 40px 0;
        background: url(./img/index/bg_top02.png) no-repeat;
        background-size: cover;
    }
    section.top02 .inner_box {
        width: 100%;
        padding: 0;
    }
    section.top03 {
        color: #102563;
    }
    section.top03 .inner_box {
        border-top: 0;
    }
    section.top03 .inner_box ul {
        width: 100%;
        padding: 0 20px;
        border: none;
    }
    section.top03 .inner_box li:first-child {
        border-top: 1px solid;
    }
    section.top03 .inner_box ul li a {
        border-bottom: 1px solid;
        font-size: 12px;
        font-size: 1.2rem;
        -webkit-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    section.top03 .inner_box ul li a span {
        white-space: nowrap;
    }
    section.top03 .inner_box ul li a .blog_title {
        width: 100%;
        white-space: normal;
    }
    section.flow > article:not(:last-child)::before {
        left: 58px;
    }
}
@media screen and (max-width:450px) {
    section.top02 .inner_box {
        padding: 0 20px;
    }
}
/*****************************************************************************
    background
*****************************************************************************/
.bg_base {
    background: rgba(16, 37, 99, 0.3);
}
.bg_gray {
    background: rgba(240, 240, 240, 1);
}

/*****************************************************************************
    Title Decoration
*****************************************************************************/
h2 {
    font-size: 29px;
    font-size: 2.9rem;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
h2:before {
    display:block;
    content: "//";
    padding-right: 20px;
    font-family: inherit;
    font-weight: normal;
    white-space: nowrap;
}
h2.nohdr:before {
    content: "";
}
h2.wh {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
#kv_under h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
}
#kv_under h2:before {
    content: "";
    padding-right: 0;
}
@media screen and (max-width:767px) {
    h2.title + p + div.intro {
        max-height: initial;
    }
}
h2.obl {
    text-align: left;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

h2.balloon {
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 1em;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 2em;
    z-index: 2;
}
h2.balloon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -14px;
    left: calc((100% - 28px) / 2);
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
}
h2.lead {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
    margin-bottom: 1em;
}
h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 9px 20px;
    border-top: 1px solid #102563;
    border-bottom: 1px solid #102563;
    background: #fff;
    margin-bottom: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    font-weight: bold;
}
h3.title + div {
    height: initial;
}
h3.ba,
h3.ba + p {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #ffffff;
}
h3.ba {
    font-size: 20px;
    font-size: 2.0rem;
}
h3.ba + p {
    font-size: 12px;
    font-size: 1.2rem;
}
h3.blog {
    font-size: 16px;
    font-size: 1.6rem;
    color: #555555;
    font-weight: bold;
    margin: 1em 0;
    max-height: 2.3em;
    overflow: hidden;
    line-height: 130%;
}
h3.blog.index {
    height: 1em;
}
h3.blog + div {
    height: 3.0em;
    overflow: hidden;
}
h3.blog + div + p {
    position: absolute;
    bottom: 0;
    left: 0;
}
h3.name {
    font-size: 25px;
    font-size: 2.5rem;
    color: #333333;
    margin: 1em 0 0 0;
}
h3.name + p {
    color: #2daf80;
    margin-bottom: 1.5em;
}
h3.menu.price {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    margin-bottom: 0.5em;
}
h3.menu.title {
    font-size: 28px;
    font-size: 2.8rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0;
}
h3.menu.title + p {
    border-top: 1px solid #ffffff;
    padding-top: 1.5em;
    margin-top: 1.5em;
    color: #ffffff;
}
h3.menu + p.notice {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%;
}
h3.voice {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
    font-weight: bold;
    margin: 1em 0;
    line-height: 140%;
}
h3.voice > span {
    display: block;
    margin: -0.2em 0.5em 0 0;
}
h3.voice + div {
    margin-bottom: 2em;
}
h3.single {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0.5em 0;
}
h3.single + p {
    line-height: 200%;
}
h4 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
@media screen and (max-width:767px) {
    h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    h2,
    h3 {
        text-align: left;
    }
    h3.blog + div {
        height: 3em;
    }
    h3.blog.index + div {
        height: 1.5em;
    }
    h3.blog {
        margin: 0.5em 0;
    }
    h2.title + p + div.lead {
        margin-bottom: 3em;
    }
    h2.title + p + div.lead.message {
        margin-bottom: 0em;
    }
    h2:before {
        padding-right: 10px;
    }
}
/*****************************************************************************
    figure
*****************************************************************************/
figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}
figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
figure.lead {
    box-shadow: 0 0px 50px 0px rgba(10, 10, 10, 0.2);
}
figure.lead:nth-child(1) {
    margin-top: 3em;
}
figure.lead:nth-child(2) {
    margin-left: -3em;
}
figure.ba figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em;
    background: rgba(16, 37, 99, 0.8);
    line-height: 120%;
}
figure.blog {
    min-width: 160px;
    max-width: 160px;
    width: 100%;
    height: 160px;
    margin: 0 1.5em 0 0;
}
figure.blog + div {
    position: relative;
    padding-bottom: 2em;
}
figure.blog + div > p,
h3.single + p {
    line-height: 200%;
}
figure.about,
figure.menu,
figure.access,
figure.ba {
    margin-bottom: 0em;
}
@media screen and (max-width:767px) {
    figure {
        width: 100%;
        margin-bottom: 0;
    }
    figure img {
        width: 100%;
        height: auto;
    }
    figure.index {
        padding: 1em 0;
    }
    figure.ba {
        width: 40%;
        margin: 0 0 1em 0;
    }
    figure.ba figcaption {
        padding: 0.5em;
    }
    figure.blog.index {
        max-width: 100px;
        min-width: 100px;
        width: 100%;
        height: 100px;
    }
    figure.staff {
        max-width: 300px;
    }
    figure.step {
        margin-top: 2em;
    }
    figure.menu,
    figure.about {
        height: 200px;
    }
}
/* Image Fill Gray */
figure:after,
picture:after {
    /* use copy
    content:"";
    */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9a9a9a;
    border: 1px solid #bababa;
}
/******************************************************************************
    CTA
******************************************************************************/
.cta {
    background: #f6f5f0;
    padding: 60px 0;
    border-top: 1px solid #ccc;
}
.cta_box {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
.cta_box h2 {
    margin-bottom: 0;
}
.cta_box h2 + p {
    margin-bottom: 40px;
}
.cta_box a {
    transition: 0.2s linear;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #102563 !important;
    width: 100%;
}
.cta_box a:hover {
    background: #fff;
}
.cta .cta_box .cta_btn_wrapper {
    padding:0;
}
.cta .cta_box .cta_btn {
    max-width: 366px;
    min-height: 76px;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(16, 37, 99, 1), 0 0 0 3px rgba(246, 245, 240, 1), 0 0 0 4px rgba(16, 37, 99, 1);
    padding: 0;
    margin:0;
    text-align: center;
    color: #102563;
    transition: 0.2s linear;
}
.cta .cta_box .cta_btn:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(16, 37, 99, 1), 0 0 0 3px rgba(255, 255, 255, 1), 0 0 0 4px rgba(16, 37, 99, 1);
}
.cta div .over {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.cta div .over span {
    display: inline-block;
    padding-left: 5px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cta div .over span.num {
    font-size: 30px;
}
.cta div .over + div {
    margin-top: 0.5em;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (max-width:767px) {
    .cta_box {
        padding: 0 20px;
    }
    .cta {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 2em 0;
        border-top: 0;
    }
    .cta article {
        display: block;
    }
    .cta .cta_box .cta_btn {
        max-width: none;
    }
    .cta .cta_box .cta_btn + .cta_btn {
        margin-top: 30px;
    }
    .cta > div > a {
        padding: 0.5em 0;
    }
    .cta div {
        width: 100%;
    }
    .cta h3 span {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .cta .web a:after {
        display: none;
    }
    .cta a.btn {
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0.8em 0;
        text-align: center;
        border-radius: 0;
        border: 1px solid #ffffff;
        margin: 0.5em 0em 1em 0em;
    }
    .cta div .over {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
/*****************************************************************************
    footer
*****************************************************************************/
.btn_btp {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    background: #fff;
    border-top: 1px solid #d2d2d2;
}
.btn_btp a {
    padding: 15px 0;
    display: block;
    color: #102563;
    position: relative;
    font-family: 'Playfair Display', serif;
}
.btn_btp a:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -11px;
    background: url(img/common/ico_page_top.png);
}
footer {
    background: #102563;
    padding: 0;
}
footer .inner_box {
	max-width: 1200px;
    width: 100%;
    border: 0;
    padding:25px 0 20px;
}
footer .inner_box article {
    margin: 0;
    padding: 0;
    max-width: none;
}
footer .logo span {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    display: block;
}
p.copy {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #041033;
    font-size: 12px;
}
@media screen and (max-width:1100px) {
    footer .inner_box article {
        padding: 0 5px;
    }
}
@media screen and (max-width:767px) {
    footer .inner_box {
        width: 100%;
        padding: 0;
    }
    footer .inner_box article {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 0;
    }
    footer .inner_box article .logo a {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 1;
        padding: 0;
    }
    footer .inner_box article .logo a span {
        margin-bottom: 5px;
    }
    p.copy {
        border: none;
    }
}

/*****************************************************************************
    service List
*****************************************************************************/

.service_list li {
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    width:292px;
}
.service_list li a {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}
.service_list li .thumb_bg {
    height: 180px;
    width: 292px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.service_list li p {
    color: #222;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height:1.2;
    padding:0 10px;
}
.service_list li .f_cc {
    width: 100%;
    min-height: 58px;
}
@media screen and (max-width:767px) {
    .service_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .service_list li {
        text-align: center;
        margin: 0 auto 20px;
        padding: 0;
        background: #fff;
    }
    .service_list li .thumb_bg {
        height: 180px;
        width: 292px;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    .service_list li p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:450px) {
    .service_list li {
        width: 100%;
    }
    .service_list li .thumb_bg {
        width: 100%;
    }

}
/*****************************************************************************
    blog parts
*****************************************************************************/
.date {
    font-weight: bold;
    margin-right: 10px;
}
.cat {
    font-size: 12px;
    font-size: 1.2rem;
    color: #102563;
    padding: 2px 15px;
    border: 1px solid;
    margin-right: 20px;
}
.blog_title {
    color: #102563;
    font-size: 14px;
    font-size: 1.4rem;
}
.category.voice {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.3em 0.8em;
    margin-right: 0.5em;
}
@media screen and (max-width:767px) {
    .cat {
        font-size: 10px;
        font-size: 1.0rem;
        padding: 1px 10px 0;
        margin-right: 0;
    }
    .blog_title {
        margin-top: 5px;
    }
}

/*****************************************************************************
    Under
*****************************************************************************/
/*-- about --*/
#fimg {
    border-top: 1px solid #a7a076;
    border-bottom: 1px solid #ccc;
}
#fimg img {
    width: 100%;
}
.about01 {
    background: #f6f5f0;
}
.about01 img {
    border: 5px solid #fff;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    max-width: 346px;
}
.about01 ul li:first-child {
    margin-bottom: 40px;
}
.about02 dl:nth-of-type(1) {
    border-top: 1px solid #898989;
}
.about02 dl {
    margin: 0 auto;
    border-bottom: 1px solid #898989;
    padding: 15px 40px;
}
.about02 dt {
    width: 100px;
    font-weight: bold;
}
.about02 dd:before {
    content: "/";
    position: absolute;
    left: -40px
}
.about02 dd {
    width: 710px;
    position: relative;
}
.about02 img {
    border: 5px solid #fff;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    display: block;
    margin: 0 auto 40px;
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    width: 100%;
    max-width: 910px;
}
@media screen and (max-width:767px) {
    section.about01 .inner_box {
        width: 100%;
        padding: 0 20px;
    }
    .about01 img {
        display: block;
        width: 100%;
        max-width: 336px;
        max-height: inherit;
        margin: 0 auto;
        display: block;
    }
    .about01 img + div {
        margin-top:20px;
    }
    .about01 .inner_box .txt {
        width: 100%;
    }
    .about01 ul li {
        width: 100%;
    }
    .about01 .f_box {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .about02 img {
        border: 5px solid #fff;
        box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        display: block;
        margin: 0 auto 40px;
        -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
        max-width: 100%;
    }
}
/*-- member --*/
.member01 h3 {
    background: #f5f5f5;
}
.member01 h3.mb {
    margin-bottom: 10px;
}
.member01 .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
.member01 .txt {
    width: 462px
}
.member01 img {
    border: 5px solid #fff;
    /* box-shadow */
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    max-width: 410px;
}
.member01 ul.profile > li {
    margin-bottom: 40px;
}
.member01 ul.profile > li:nth-child(2) {
    padding-left: 5px;
    line-height: 2;
}
.member01 dl {
    width: 920px;
    margin: 0 auto;
    border-bottom: 1px solid #898989;
    padding: 15px 40px;
}
.member01 dt {
    width: 100px;
    font-weight: bold;
}
.member01 dd:before {
    content: "/";
    position: absolute;
    left: -40px
}
.member01 dd {
    width: 710px;
    position: relative;
}
.staff {
    background: url(./img/member/member_bg_staff.png)no-repeat 50%;
    background-size: cover;
}
.staff_name {
    width: 100%;
    margin-bottom: 20px;
    background: rgba(16, 37, 99, 0.7);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    /* box-shadow */
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
}
.staff_name span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.staff img {
    width: 100%;
    max-width: 222px;
}
@media screen and (max-width:767px) {
    .member01 li.f_box,
    .staff .f_box {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .member01 img {
        width: 100%;
        max-width: inherit;
        max-height: inherit;
        margin: 0 auto;
    }
    .member01 figure + div {
        margin-top: 20px;
    }
    .member01 .txt {
        width: 100%;
    }
    .member01 dl {
        width: 100%;
        border-bottom: 1px solid #898989;
        padding: 15px;
    }
    .member01 dt {
        width: 6em;
        font-weight: bold;
    }
    .member01 dt:after {
        content: "/";
        padding-left: 1em;
    }
    .member01 dd:before {
        content: "";
    }
    .member01 dd {
        width: calc( 100% - 6em);
        position: relative;
    }
    .staff img {
        width: 100%;
        max-width: 100%;
    }
    .staff ul li {
        width: 100%;
    }
}
/*-- service --*/
.service01 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.service01 .thumb_bg {
    border: 5px solid #fff;
    /* box-shadow */
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
}
.service01 .thumb_bg img {
    width: 100%;
    height: 100%;
}
.service01 .btn_area {
    width: 470px;
    margin: 40px auto;
}
.service01 .btn_area .btn01.dark a {
    background: #041033;
}
section.service01 + section.service02 {
    padding-top: 0;
}
.search_area {
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
}
.search_area ul li {
    padding: 2px 15px;
    position: relative;
    cursor: pointer;
}
.search_area ul li:hover {
    background: #f5f5f5;
}
.search_area ul li:after {
    content: "/";
    position: absolute;
    right: -10px;
}
.search_area ul li:last-child:after {
    content: "";
}
.search_area ul li input {
    border: 0;
    cursor: pointer;
}
@media screen and (max-width:767px) {
    .search_area {
        width: 260px;
        font-size: 16px;
    }
    .service01 {
        padding: 40px 0;
    }
    .service01 .txt {
        width: 100%;
    }
    .service01 .thumb_bg {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    .service01 .thumb_bg img {
        width: 100%;
        height: 100%;
    }
    .service01 .btn_area {
        width: 100%;
        margin: 0 auto;
    }
}
/*-- access --*/
.access01 figure {
    overflow: inherit;
}
.access01 ul.list {
    margin-left: 30px;
}
.access01 .thumb {
    max-width: 336px;
    height: auto;
    margin-bottom: 20px;
    border: 5px solid #fff;
    /* box-shadow */
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
}
.access02 {
    padding-top: 0;
    padding-bottom: 0;
}
.access02 h2 {
    margin-bottom: 20px;
}
.access02 .map_link {
    margin-bottom: 5px;
}
.access02 .map_link a {
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    .access01 ul.list {
        margin-left: 0;
    }
    .access01 .thumb {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
    }
}
/*-- faq --*/
.faq_list {
    color: #102563;
}

.faq_list dl + dl {
    margin-top: 20px;
}

.faq_list dd,
.faq_list dt {
    padding: 15px 20px;
    border: 1px solid #102563;
}
.faq_list dt {
    background: #f9f9f9;
    padding: 15px 50px 15px 20px;
    cursor: pointer;
    position: relative;
}
.faq_list dd {
    border-top: none;
    display: none;
    background: #dfdfdf;
    padding: 15px 20px 15px 20px;
}
.faq_list dt::before,
.faq_list dt::after {
    font-family: FontAwesome;
    position: absolute;
    left: calc( 100% - 20px);
}
.faq_list dt::after {
    content: "\f107";
}
.faq_list dt.active::after {
    content: "\f106";
}
.faq_list dt span,
.faq_list dd span {
    border: 1px solid #102563;
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    color: #fff;
}
.faq_list dt span {
    background: #cebf91
}
.faq_list dd span {
    background: #102563
}
.faq_list dd p,
.faq_list dt p {
    width: 100%;
}
@media screen and (max-width:767px) {
    .faq_list dd {
        padding: 15px 20px;
    }
    .faq_list dt span,
    .faq_list dd span {
        width: 50px;
    }
    .faq_list dt::before,
    .faq_list dt::after {
        font-family: FontAwesome;
        position: absolute;
        left: calc( 100% - 20px);
        top: calc( 50% - .5em);
    }
}
/*-- news --*/
#main {
    padding-right: 30px;
}
#side section:first-child {
    padding-top: 0;
}
#side section + section {
    padding-top: 0;
}
#side h3 {
    background: #f5f5f5;
    margin-bottom: 0;
}
#side section > ul > li {
    border-bottom: 1px solid #102563;
}
#side section > ul > li > a{
    display:block;
    padding: 10px 5px 10px 20px;
}
#side ul li.new_list span {
    display: block;
    width: 100%;
}
#side section ul.children li {
    border-top: 1px dotted #102563;
}
#side section ul.children li a{
    display:inline-block;
    padding:10px 5px 10px 1.5em;
}
.news02 ul li {
    width: 300px;
    height: 315px;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.6);
    margin-bottom: 25px;
    background: #f5f5f5;
}
.news02 ul li a {
    display: block;
    width: 300px;
    height: 315px;
}
.news02 .thumb_bg {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin: 0 0 15px;
    border-bottom: #ccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.news02 ul li .date {
    margin: 0 20px 15px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}
.news02 .sem_tit {
    margin: 0 20px;
}
.news02 .sem_tit a {
    color: #222;
}
h1.mc {
    line-height: 1.3;
}
#main > .date {
    margin-right: 0;
}
.news_content {
    margin-top: 30px;
    min-height: 300px;
}
.news_content p + p {
    margin-top: 1em;
}
.news_content img {
    max-width: 100%;
    height: auto;
    width: initial;
}
.wp-pagenavi {
    text-align: center;
}
.next a,
.prev a {
    padding: 10px 60px 10px 60px;
    background: #102563;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
.rt_btn a {
    padding: 10px 60px 10px 60px;
    background: #102563;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
.prev a:after,
.rt_btn a:after {
    content: "<";
    position: absolute;
    left: 10px;
    font-family: monospace;
    font-size: 14px;
    font-weight: bold;
}
.next a:after {
    content: ">";
    position: absolute;
    right: 10px;
    font-family: monospace;
    font-size: 14px;
    font-weight: bold;
}
.prev.dead,
.next.dead {
    padding: 10px 60px 10px 60px;
    background: #ccc;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
@media screen and (max-width:767px) {
    #main,
    #side {
        width: 100%;
        padding: 0;
    }
    #side {
        margin-top: 40px;
    }
    #side section:last-child {
        padding-bottom: 0;
    }
    .news02 ul li {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }
    .news02 ul li:nth-of-type(even) {
        margin-left: 0;
    }
    .news02 ul li a {
        width: 100%;
        height: 100%;
    }
    .news02 .thumb_bg {
        width: 100%;
    }
    .news02 .thumb_bg img {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
    .next a,
    .prev a,
    .rt_btn a,
    .prev.dead,
    .next.dead {
        padding: 10px 30px;
    }
    .news_content {
        min-height: 100px;
    }
}
/*-- contact --*/
.contact .contact_inner p,
.contact table {
    width: 660px;
    margin: 0 auto;
}
.mw_wp_form_input .formMessage01,
.mw_wp_form_confirm .formMessage02 {
	display: block;
}
.mw_wp_form_confirm .formMessage01,
.mw_wp_form_input .formMessage02 {
	display: none;
}
.mw_wp_form_confirm .noConf {
    display: none;
}

.contact .contact_inner {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.contact .contact_inner p + p {
    margin-top: 1.5em;
}
.contact input[type="text"],.contact input[type="email"] {
    width: 100%;
    height: 30px;
    /* box-shadow */
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    margin-right: 20px;
}
.contact textarea {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    height: 8em;
    /* box-shadow */
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-right: 20px;
}
.contact input[type="submit"] {
    width: 220px;
    height: 50px;
    background: url(./img/common/ico_btn01.png) no-repeat right 15px center, #102563;
    color: #fff;
    display: inline-block;
    margin: 40px auto 0;
    position: relative;
    font-size: 14px;
    font-family: initial;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    cursor: pointer;
}
.contact .submit_bt input:last-child {
    margin-right: 0;
}
.contact table td {
    padding: 10px 0;
    width: 500px;
    word-break: break-all;
}
.contact table th {
    padding: 10px 0;
    text-align: left;
    font-weight: normal;
    width: 180px;
    margin-right: 25px;
}
.contact01 th span {
    display: inline-block;
    color: #fff;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 0.5em;
}
.his {
    background: #cbb05a
}
.nin {
    background: #c9c9c9;
}
.submit_bt {
    text-align: center;
    position: relative;
}
.privacy{
    display: block;
    height: 200px;
    overflow: auto;
    padding: 16px;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    margin: 0 auto 1em;
    background-color: #fffff7;
}
.privacy_title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
.modPCenter{
    text-align: center;
    margin-bottom: 30px;
}
.privacy dl{
  width: auto;
  margin-bottom: 30px;
}
.privacy dt{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.privacy .num{
    font-style: normal;
    font-weight: bold;
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap;
}
.privacy .content{
    display: table-cell;
}
.privacy ,.mw_wp_form .consent{
  width: 655px;
}
.mw_wp_form .consent{
    text-align: center;
  margin: 0 auto 2em;
}
.mw_wp_form .consent *{
    cursor: pointer;
}
.mw_wp_form_confirm .privacy, .mw_wp_form_confirm .consent{
  display: none !important;
}
@media screen and (max-width:767px) {
    .contact .contact_inner p,
    .contact table {
        width: 100%;
        margin: 0 auto;
    }
    .contact .contact_inner {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .contact input {
    }
    .contact textarea {
        width: 100%;
    }
    .contact input[type="submit"] {
        width: 220px;
        height: 50px;
        background: url(./img/common/ico_btn01.png)no-repeat right 15px center, #102563;
        color: #fff;
        display: inline-block;
        margin-top: 40px;
        position: relative;
        font-size: 14px;
        font-family: initial;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border: 0;
        cursor: pointer;
    }
    .contact table td {
        width: 100%;
        display: block;
    }
    .contact table th {
        width: 100%;
        display: inline-block;
    }
    .contact01 th span {
        display: inline-block;
        color: #fff;
        width: 50px;
        text-align: center;
        vertical-align: middle;
        margin-right: 0.5em;
    }
    .privacy ,.mw_wp_form .consent{
        width: 100%;
    }
    #contact .privacy dl dd span{
        display: table-cell !important;
    }
}

/*****************************************************************************
    seo blog
*****************************************************************************/
h1.mc {
    font-size: 29px;
    font-size: 2.9rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.seoTtl01 {
    text-align:left !important;
}
.seoTtl01:before {
    content:"";
    padding-right:0 !important;
}
.news_content .size-full {
	max-width:100%;
	height:auto;
}


/*****************************************************************************
	seo blog
*****************************************************************************/
.blogs {
	font-size:16px;
	line-height:2;
}

#contents_blog .blogtxt{
	color:#303030;
}

#contents_blog .blog_contents {
	padding-right:40px;
}

h1.blog_title {
	font-size:30px!important;
	margin:0.5em 0;
	text-align:left;
}

#post  .seoTtl01 ,
#post  .seoTtl02 {
	text-align:left;
	color:#303030;
}

h2+p.seoText {
	color:#333;
}

/*.tableContents {
	background:#fff !important;
	border:1px solid #ddd;

}
*/

#post .wp-post-image {
	margin-bottom:1em;
}

#post h1 {
	line-height:1.4;
}
#post .content  {
	font-size:16px;
	line-height:2;
}

.blogtxt ,
.seoText ,
.tableContents li a ,
.blogDetail {
	font-size:16px !important;
	line-height:2 !important;
}

.seoTtl02 {
	margin-top:4em !important;
	font-size:2rem  !important;
	font-size:20px  !important;

}

.seoTtl01 {
	margin-top:2em !important;
	font-size:28px  !important;
}

#post .single_paging {
	display:none !important;
}

@media screen and (max-width:768px) {

	#contents_blog .blog_contents {
	padding-right:0px;
}
	#post h1 {
	font-size:26px !important;
	}

	.seoTtl01 {
	font-size:24px  !important;
	}

	.seoTtl02 {
	font-size:18px  !important;
	margin-top:2em !important;
	}

	section#post.single > .article {
		padding:0 1.2em 3em;
		margin-top:-20px;
	}

}


/******************************
	Radio Button Layout (Smart Phone)
*******************************/
@media screen and (max-width: 770px) {
input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #00698c;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.mw_wp_form .horizontal-item ,.horizontal-item {
	margin:0 10px 0 0 !important;
	display: inline-block;
}
.mwform-radio-field.horizontal-item label {
	white-space:nowrap;
	margin:0 10px 10px 0 !important;
	display: inline-block;
}
}
.mwform-checkbox-field label{
	white-space:nowrap;
}
/***** SNS Share Button *****/
.snsWrap {
	display: none;
	padding: 30px;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.snsWrap .snsWrapTtl {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em;
}
.snsWrap .snsWrapTtl span {
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 770px) {
	.snsWrap {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.snsWrap .snsWrapTtl {
		font-size: 13px;
		margin-bottom: 0.6em;
	}
	.snsWrap .snsWrapTtl span {
		font-size: 16px;
	}
}