@charset "utf-8";

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    color: #555;
    font-size: 16px;
    line-height: 1.6em;
}

a:hover {
    text-decoration: none!important;
    opacity: 0.8;
}

a:visited,
a:focus {
    text-decoration: none;
    color: #e86d58;
}

.author {
	display: none;
}

.vk-teitter-plugin {
    border: solid 8px #6fc2d0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.twitter-ttl {
    background: #6fc2d0;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 14px;
    padding-top: 8px;
}

.siteHeader {
    background: #fff url(../images/header_line.png) repeat-x;
    background-position: top;
    background-size: 300px;
}

header .img1 {
    position: absolute;
    width: 12%;
    left: 0;
    top: 0;
}

header .img3 {
    position: absolute;
    width: 14%;
    right: 0;
    top: 0;
}

header .header-time {
    font-size: 80%;
    color: #636363;
    display: block;
    clear: both;
    text-align: right;
    padding-right: .8em;
    position: relative;
    top: -.8em;
}

table {
    border-top: none;
}

table td {
    padding: 0!important;
    border-bottom: none!important;
}

.header-right-content {
    float: right;
    width: 55%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin: 0;
}

.single .entry-body ul {
	padding: 0 0 0 2em;
}

.single .entry-body ul li {
	list-style: disc;
}

.header-right-content table td {
    font-size: 80%;
}

.img2 {
    width: 130px;
    display: block;
}

.header_tel {
    display: block;
    margin: 0;
    width: 280px;
}

.header-right-content table ul li {
    display: inline-block;
    width: 70px;
    margin: 0 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header-right-content table td:first-child {
    min-width: auto;
}

.header-right-content table td:first-child div {
	font-size: 12px;
	white-space: pre;
}

.header-right-content table td:last-child {
    text-align: right;
    min-width: 230px;
}

.siteHeader .siteHeadContainer {
    padding-top: 20px!important;
    padding-bottom: 0!important;
}

.navbar-header {
    position: relative;
    top: -7px;
}

.header-top-container {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    position: relative;
}

.header-nav-menu {
    background: #f6f5ea;
}

.header-nav-menu ul {
    display: flex;
    border-left: dotted 1px #bbb;
}

.header-nav-menu ul li {
    margin: 0;
    text-align: center;
    line-height: 1.5em;
    width: 16.6%;
    border-right: dotted 1px #bbb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header-nav-menu ul li a {
    color: #555;
    display: block;
}

.header-nav-menu ul li a span {
    color: #e86d58;
    font-size: 80%;
    display: block;
}

.header-nav-menu .container {
    padding-top: 16px;
    padding-bottom: 13px;
}

.siteContent {
    padding: 0;
}

.scrolled .header-right-content table ul li {
    width: 56px;
}

.scrolled .img2 {
    width: 102px;
}

.scrolled .header-right-content table td,
.footer-small-text {
    font-size: 75%;
}

.scrolled .header_tel {
    margin: 3px 0 0 0;
    width: 240px;
}

.scrolled .header-nav-menu ul li {
    font-size: 90%;
}

.scrolled header .header-time {
    font-size: 75%;
    top: -1em;
    right: -.6em;
    padding-right: 0;
}

section.top-slider {
    background: #f6f5ea;
    position: relative;
}

.slider_head {
    position: absolute;
    top: 0;
    z-index: 10;
}

.slider_bottom {
    position: absolute;
    bottom: -1px;
    z-index: 10;
}

.slider_text {
    position: absolute;
    z-index: 10;
    width: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.point-list {
    display: flex;
    margin-bottom: 20px;
}

.point-list li {
    padding: 20px 5px 5px 5px;
    margin-bottom: 10px;
    width: 33.3%;
}

h4.water-line {
    background: #fff url(../images/line1.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    font-weight: bold;
    padding: 10px 15px 32px;
    font-size: 24px;
    margin-bottom: 10px;
}

section.nayami ul {
    padding-left: 15px;
    background: url(../images/top_img1.png) no-repeat;
    background-size: 15%;
    background-position: right 50px top;
}

section.nayami ul li {
    background: url(../images/icon1.png) no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 15px;
    line-height: 2em;
}

section.nayami ul li span {
    background: #f6f199;
    padding: .2em;
}

.top_img3 {
    width: 80px;
    display: block;
    margin: 10px auto;
}

h4.dot-border {
    background: rgba(255,255,255,0);
    color: #e86d58;
    font-weight: bold;
    font-size: 24px;
}

h4.dot-border span {
    border-bottom: dashed 1px #e86d58;
    padding-bottom: .2em;
}

.center {
    text-align: center;
}

section.result {
    background: url(../images/top_img2.png) no-repeat;
    background-size: 15%;
    background-position: left 15px bottom;
}

section.result p {
    padding-left: 20%;
}

section.feature {
    padding: 60px 0 80px;
}

.feature-no {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

.feature-text {
    display: inline-block;
    width: 87%;
    font-size: 120%;
    line-height: 1.6em;
    vertical-align: top;
}

.feature-text span {
    font-weight: bold;
    background: #f6f199;
    padding: .2em;
}

.feature-box {
    margin: 0 0 30px 0;
}

.btn-grn,
input[type="submit"] {
    background: url(../images/arrow1.png) no-repeat, url(../images/btn1.png) no-repeat;
    background-size: 16px, 320px;
    background-position: right 1em center, center;
    padding: 1em;
    width: 320px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 110%;
    margin: 0 auto;
}

input[type="submit"] {
    outline: none;
    margin-top: 20px;
}

.btn-primary:focus, .btn-primary:hover {
    border-color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,0);
    opacity: 0.8;
}

.btn-flat {
    background: #8fb04a url(../images/arrow1.png) no-repeat;
    background-size: 16px;
    background-position: right 1em center;
    color: #fff;
    text-align: center;
    display: block;
    padding: .8em;
    font-weight: 600;
    border-radius: 5px;
    width: 60%;
    margin: 20px auto 0;
}

.btn-flat:hover,
.btn-flat:visited,
.btn-flat:active {
    color: #fff;
}

.btn-nom {
    background: url(../images/btn1.png) no-repeat;
    background-size: 100% 20px;
    padding: .3em 0;
    width: 80%;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
    height: 20px;
}

.btn-grn:hover,
.btn-nom:hover,
.btn-nom:visited,
.btn-grn:visited,
.btn-nom:focus,
.btn-grn:focus {
    color: #fff;
}

.doctor-profile .col-md-4 {
    position: relative;
    margin-bottom: 60px;
}

.doctor-profile .col-md-4 .doctor_name {
    position: absolute;
    width: 70%;
    right: -10px;
    bottom: -60px;
}

section.voice {
    padding: 20px 0 80px;
}

section.voice ul li {
    display: inline-block;
    width: 22%;
    margin: 20px 1% 0;
    vertical-align: top;
}

section.voice ul li a {
    border: solid 1px #ddd;
    padding: .5em;
    display: block;
    position: relative;
}

section.voice ul li a:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/icon_megane.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 10px;
}

section.voice ul li span {
    font-size: 12px;
    text-align: center;
    display: block;
    background: url(../images/name_bg.png) no-repeat;
    background-size: 100% 20px;
    margin-top: 5px;
    color: #222;
    height: 20px;
    line-height: 20px;
}

section.magazine ul {
    display: flex;
}

section.magazine ul li {
    padding: 0 5%;
    text-align: center;
    font-size: 80%;
    width: 33.3%;
}

section.flow {
    padding: 80px 0;
}

section.flow ul {
    text-align: center;
    margin-bottom: 10px;
}

section.flow ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin: 0 3% 20px;
    vertical-align: top;
    position: relative;
}

section.flow ul li:nth-child(4):after,
section.flow ul li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow2.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 40px;
    top: 100px;
    margin: auto;
    left: -20%;
}

section.flow ul li img {
    margin-bottom: .5em;
}

.top_img5 {
    width: 50%;
    display: block;
    margin: 30px auto 40px;
}

section.hoshin {
    padding: 0 0 120px;
}

section.hoshin table {
    width: 80%;
    margin: 40px auto 10px;
    table-layout: fixed;
}

section.hoshin table td {
    text-align: center;
    font-weight: bold;
    padding: 0 2%!important;
}

footer {
    border-top: none;
    background: url(../images/footer_line.png) repeat-x, url(../images/footer_bg.png) no-repeat;
    background-size: 300px, 100%;
    background-position: top, bottom;
    padding: 60px 0 30px;
}

.footer-logo {
    width: 320px;
    margin: 5px 0 10px;
    display: block;
}

.footer-tel {
    display: block;
    width: 70%;
}

footer .btn-list {
    width: 70%;
    display: flex;
}

footer .btn-list li {
    padding: 0 5px;
    width: 50%;
}

.footer-fb {
    display: block;
    width: 60%;
    margin: 10px 0 0 0;
}

.footer-bottom {
    padding-top: 120px;
    font-size: 80%;
    position: relative;
}

.footer-bottom ul li a {
    color: #222;
}

footer .copyright {
    position: absolute;
    margin: 0;
    right: 15px;
    bottom: 0;
}

.side-content .font-small {
    font-size: 90%;
    line-height: 1.6em;
    display: block;
    margin-top: 10px;
    color: #555;
}

.side-menu ul li {
    background: url(../images/side_line.png) no-repeat;
    background-size: 100%;
    background-position: top;
    font-size: 120%;
    font-weight: 600;
}

.widget .subSection-title {
    background: #fff8e8 url(../images/side_line.png) no-repeat;
    background-size: 100%;
    background-position: top;
    border-bottom: none;
    padding: 18px 20px 10px 20px;
    margin-bottom: 0;
}
.widget .subSection-title.calender {
    background: none;
    padding: 0;
    color: #FFFFFF;
}
.widget .subSection-title.calender .btn-grn{
    width: 100%;
    padding: 1em;
}

.widget .subSection-title:after {
    content: none;
}

.side-menu ul li:last-child {
    background: url(../images/side_line.png) no-repeat, url(../images/side_line.png) no-repeat;
    background-size: 100%;
    background-position: top, bottom;
}

.side-menu ul li a {
    display: block;
    padding: 20px 0 12px 54px;
}

.side-menu ul li:first-child a {
    background: url(../images/side_icon1.png) no-repeat;
    background-size: 36px;
    background-position: left 10px bottom 8px;
}

.side-menu ul li:nth-child(2) a {
    background: url(../images/side_icon2.png) no-repeat;
    background-size: 36px;
    background-position: left 10px bottom 8px;
}

.side-menu ul li:nth-child(3) a {
    background: url(../images/side_icon3.png) no-repeat;
    background-size: 36px;
    background-position: left 10px bottom 8px;
    color: #555;
}

.side-menu ul li:nth-child(4) a {
    background: url(../images/side_icon4.png) no-repeat;
    background-size: 36px;
    background-position: left 10px bottom 8px;
    color: #555;
}

.side-menu ul li:last-child a {
    background: url(../images/side_icon5.png) no-repeat;
    background-size: 36px;
    background-position: left 10px center;
    color: #555;
    padding: 20px 0 20px 54px;
}

aside {
    margin-top: 10px;
}

.side-bnr-list {
    background: #f6f5ea;
    padding: 20px;
}

.side-bnr-list a {
    display: block;
    margin-top: 5px;
}

.subpage-header {
    margin-top: 188px;
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #000;
}

.subpage-header img {
    opacity: 0.8;
    position: absolute;
    width: 100%;
}

.subpage-header .page-header {
    background-color: rgba(255,255,255,0);
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 90px;
    line-height: 90px;
    text-shadow: 2px 2px 3px #b5b5b5;
}

.page-template-page-sub .siteContent {
    margin-top: 30px;
    padding-bottom: 60px;
}

.page-template-page-sub .siteContent .mainSection {
    margin-top: 10px;
}

.target-list {
    margin-bottom: 50px;
}

.target-list ul {
    text-align: center;
}

.target-list ul li {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    border: solid 2px #f6f5ea;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px #efefef;
}

.target-list ul li a,
.target-list ul li a:focus {
    display: block;
    font-weight: 600;
    font-size: 110%;
    border-radius: 5px;
    border: dashed 1px #e86d58;
    padding: 10px;
    background: #f6f5ea;
    position: relative;
}

/* .target-list ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
} */

.arrow-bottom {
    display: block;
    background: url(../images/top_img3.png) no-repeat;
    background-size: 80px;
    background-position: left center;
    padding: 30px 0 0 90px;
    height: 90px;
    font-size: 90%;
    color: #eac634;
    font-weight: 600;
    margin: 10px 0 10px 40px;
}

.page-template-page-sub section.nayami ul {
    background: none!important;
}

img.radius {
    border-radius: 10px;
    box-shadow: 0px 0px 3px 2px #efefef;
    border: solid 2px #fff;
}

.rainbow {
    position: relative;
}

.rainbow:after {
    content: '';
    display: block;
    background: url(../images/rainbow.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 70px;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.marker {
    background: #f8d282;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 90%;
    padding: 0 10px;
}

h3.bg-orange {
    padding: 0.5em 0.5em 0.5em 1em;
    background: #f6f5ea;
    border-left: solid 5px #e86d58;
    font-weight: 600;
    border-bottom: solid 1px #efefef;
}

h3.bg-orange:after {
    content: none;
}

a.underline {
    text-decoration: underline;
}

.bg-gray {
    background: #f8f8f8;
    padding: 1em;
    border-radius: 10px;
    font-size: 90%;
}

.bg-gray ul {
    padding-left: 20px;
}

.bg-gray ul li {
    list-style: disc;
}

.orange-border {
    border: dashed 1px #e86d58;
    border-radius: 10px;
    padding: 1em;
    font-size: 90%;
    line-height: 1.6em;
    background: #f6f5ea;
}

.profile-photo img {
    border: solid 3px #fff;
    outline: solid 1px #ddd;
    margin-bottom: 5px;
}

.profile-photo {
    font-size: 80%;
    line-height: 1.4em;
}

.profile-photo .col-md-4,
.profile-photo .col-md-2 {
    padding-right: 10px;
    padding-left: 10px;
}

h5.bg {
    background: #fff8e8;
    padding: .5em 1em;
    border-radius: 5px;
    color: #e86d58;
}

.ttl-orange {
    color: #e86d58;
    font-weight: 600;
    border-bottom: dashed 1px #e86d58;
    padding: 0 0 .5em;
    font-size: 110%;
}

table.red {
    border: solid 2px #eee;
    font-size: 90%;
    line-height: 1.6em;
}

table.red td.category {
    width: 35%;
    text-align: center;
    background: #f3a5a2;
    color: #fff;
    font-weight: 600;
}

table.red tr:last-child td.category {
    background: #72b4d3;
}


table.blue {
    border: solid 2px #72b4d3;
    font-size: 90%;
    line-height: 1.6em;
}

table.blue td.category {
    width: 15%;
    text-align: center;
    background: #72b4d3;
    color: #fff;
    font-weight: 600;
}

.color-blue {
    color: #72b4d3;
}

table td.sub {
    width: 35%;
    text-align: center;
    background: #f9f9f9;
    border-bottom: solid 1px #ddd!important;
    padding: 0 1em!important;
    line-height: 1.3em;
}

table td.text {
    border-bottom: solid 1px #ddd!important;
    padding: 1em!important;
}

.color-red {
    color: #ef716c!important;
}

#price .font-small,
.flow-box .font-small,
#time .font-small,
#contact .font-small {
    margin: 0;
    font-size: 85%;
    line-height: 1.4em;
}

.orange-border b {
    font-size: 18px;
}

.flow-box .btn-flat {
    margin: 20px 0 0 0;
}

.flow-box table td {
    padding: 0 10px!important;
}

.question {
    background: url(../images/nj_question.png) no-repeat;
    background-size: 44px;
    min-height: 44px;
    background-position: left top;
    padding: 5px 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #72b4d3;
}

.answer {
    background: url(../images/nj_answer.png) no-repeat;
    background-size: 44px;
    min-height: 44px;
    background-position: left top;
    padding: 5px 0 10px 60px;
    margin-bottom: 30px;
    border-bottom: dashed 1px #ccc;
}

.answer b {
    font-size: 20px;
    color: #ef716c;
}

#time .orange-border {
    border: none;
    background: #fff8e8;
    text-align: center;
    color: #e86d58;
}

.kome-list {
    padding: 0 0 0 20px;
}

.kome-list li {
    list-style: disc;
}

#time .header_tel,
#contact .header_tel {
    margin: 0 0 10px 0;
}

#time .btn-flat {
    width: 90%;
}

.wpcf7-form dl dt,
.wpcf7-form dl dd {
    border-left: none;
    margin: 0;
}

.wpcf7-form dl {
    margin: 0;
    display: table;
    width: 100%;
}

.wpcf7-form dl dt {
    background: #fff8e8;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    display: table-cell;
    padding: 1em;
    border-bottom: dashed 1px #eee;
}

.wpcf7-form dl dd {
    display: inline-block;
    display: table-cell;
    padding: 1em;
    border-bottom: dashed 1px #eee; 
}

.wpcf7-form dl dd span {
    color: #777;
    font-size: 90%;
    display: block;
    margin: 5px 0 0 0;
}

.wpcf7-form {
    border-top: dashed 1px #eee;
    font-size: 90%;
}

textarea {
    resize: none;
}

.archive .siteContent,
.single .siteContent {
    margin-top: 30px;
}

.archive aside {
    margin-top: 0;
}

.post-type-archive-blog .page-header .container,
.single-blog .page-header .container {
    display: none;
}

.media .postList_thumbnail {
    padding-right: 1em;
}

.bnr-box {
    text-align: center;
    font-size: 85%;
    color: #999;
}

.bnr-box img {
    width: 80%;
    margin: 0 0 5px;
}

.naiyo {
    border: solid 3px #f3a5a2;
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
    margin: 0 10px;
}

.naiyo .ttl {
    margin: 0;
    background: #f3a5a2;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: .2em 1em;
}

.naiyo ul {
    padding: 1em 1em 1em 40px;
}

.naiyo ul li {
    list-style: disc;
}

.youi {
    border: solid 3px #72b4d3;
}

.youi .ttl {
    background: #72b4d3;
}

.page_top_btn {
    background-color: #e86d58;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    outline: none;
    box-shadow: 0px 0px 3px 2px #efefef;
}

.side-day {
    display: block;
}

.feature-box .feature-text .pc-br {
    background: none;
    font-weight: normal;
    padding: 0;
}

h1.navbar-brand {
    margin-top: 10px!important;
}

.kibo-date1,
.kibo-date2,
.kibo-date3 {
    position: relative;
}

.kibo-date1:after,
.kibo-date2:after,
.kibo-date3:after {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    height: 22px;
}

.fb-area {
    margin-bottom: 1em;
}

.fb_iframe_widget_fluid span {
    width: 100%!important;
}

.coupon-area {
    margin: 60px 0 0 0;
}

.veu_socialSet ul {
    padding: 0;
}

.news-list {
	margin-top: 10px!important;
}

.news-list li {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.entry-meta_items_term a:visited,
.entry-meta_items_term a:hover,
.entry-meta_items_term a:focus {
	color: #fff;
	background-color: #e86d58;
}

.veu_postList .postList_date {
	color: #999;
}

.single .veu_socialSet ul {
	padding-left: 0;
}

.footer-fixed {
	position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
}

.footer-fixed ul {
	display: flex;
	text-align: center;
}

.footer-fixed ul li {
	width: 25%;
}

.footer-fixed ul li a {
	background: #e86d58;
	color: #fff;
	border-right: dashed 1px rgba(255,255,255,.5);
    display: block;
    font-size: .8em;
    white-space: pre;
    padding: 10px 0;
    line-height: 1;
}

.footer-fixed ul li:last-child a {
	border-right: none;
}

.footer-fixed ul li a i {
	display:block;
	font-size: 2em;
    margin: 0 0 5px;
}


/* insta feed*/
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item, .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item {
	width: 20%!important;
	padding: 2.5px;
}
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item:nth-child(16),
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item:nth-child(17),
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item:nth-child(18) {
	display: none;
}


@media (min-width: 768px) {
	.footer-fixed {
		display: none;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
    section.nayami ul {
        background: url(../images/top_img1.png) no-repeat!important;
        background-size: 15%!important;
        background-position: right 50px bottom!important;
        padding-top: 20px;
    }

    section.nayami ul li {
        background-color: rgba(255,255,255,0)!important;
    }

    h4.dot-border {
        margin-bottom: 0;
        padding-bottom: 24px!important;
        background: rgba(255,255,255,0.7);
    }

    section.voice ul li {
        margin: 20px 1.5% 20px!important;
    }

    section.voice ul li span {
        height: 50px;
        line-height: 50px;
        font-size: 100%;
    }

    section.flow ul li:nth-child(2):after,
    section.flow ul li:nth-child(4):after,
    section.flow ul li:last-child:after {
        content: ''!important;
        display: block;
        position: absolute;
        background: url(../images/arrow2.png) no-repeat;
        background-size: 44px;
        width: 44px;
        height: 60px;
        top: 120px;
        margin: auto;
        left: -18%;
    }

    .side-menu ul li {
        background: url(../images/side_line.png) repeat-x;
        background-size: 50%;
    }

    .side-menu ul li:last-child {
        background: url(../images/side_line.png) repeat-x, url(../images/side_line.png) repeat-x;
        background-size: 50%;
        background-position: top, bottom;
    }

    .side-day,
    .side-bnr-list a,
    .footer-logo,
    .footer-fb {
        width: 50%!important;
    }

    .custom-html-widget {
        text-align: center;
    }

    .side-menu ul li {
        text-align: left;
    }

    .footer-tel,
    footer .btn-list {
        width: 60%!important;
    }

    .target-list ul li {
        width: 40%;
        margin: .5% 1%;
    }
}


@media (min-width: 992px) {
    .pc-center {
        text-align: center;
    }

    .page_top_btn {
        width: 60px;
        height: 58px;
    }

    section.flow ul li:first-child:after,
    section.flow ul li:nth-child(2):after {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/arrow2.png) no-repeat;
        background-size: 30px;
        width: 30px;
        height: 40px;
        top: 100px;
        margin: auto;
        right: -20%;
    }

    body.device-mobile .vk-mobile-nav-menu-btn {
        display: none!important;
    }

    .sp-display {
        display: none;
    }

    .feature-photo .col-md-4 {
        padding-bottom: 10px;
    }

    .pc-br::before {
        content: "\A" ;
        white-space: pre ;
    }

    .profile-photo img {
        height: 138px;
        width: auto;
        display: block;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .header-right-content {
        width: 55%;
    }

    .header-right-content table ul li {
        width: 64px;
    }

    .target-list ul li {
        width: 40%;
        margin: .5% 1%;
    }

    .btn-flat {
        width: 80%;
    }
}


@media (min-width: 1200px) {
    .page-id-92 .target-list ul li {
        width: 23%;
        margin: 0 .5%;
    }

    .page-id-92 .target-list ul li a,
    .page-id-92 .target-list ul li a:focus {
        font-size: 100%;
    }
}
.row.sns {
    display: flex;
    justify-content: center;
}