@charset "utf-8";
/*
Theme Name: ***
*/
/*reset
---------------------------------------*/
* {
 margin: 0;
 padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
 margin: 0;
 padding: 0;
}
a:link {
 color: #EB3200;
}
a:visited {
 color: #821D00;
}
a:hover {
 color: #007CEC;
}
a:active {
 color: #770000;
}
img {
 vertical-align: bottom;
}
ul, ol {
 list-style-type: none;
 padding: 0px;
 text-indent: 0;
 margin: 0px;
}
a img {
 text-decoration: none;
 border: none;
 webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
a img:hover {
 opacity: 0.8;
}
.img_mid {
 vertical-align: middle;
}
address {
 font-style: normal;
}
table {
 font-size: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.none {
 display: none;
}
.clear {
 clear: both;
}
.no_clear {
 clear: none !important;
}
.clearfix {
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
.flex {
 display: flex;
 flex-wrap: wrap;
}
.smart {
 display: none;
}
input[type="submit"] {
 -webkit-appearance: none;
}
/*basic style
---------------------------------------*/
.flol {
 float: left;
}
.flor {
 float: right;
}
.txr {
 text-align: right;
}
.txl {
 text-align: left;
}
.txc {
 text-align: center;
}
.nomar {
 margin: 0 !important
}
.bold {
 font-weight: bold;
}
.large {
 font-size: 1.1em;
}
.llarge {
 font-size: 1.2em;
}
.xlarge {
 font-size: 1.3em;
}
.xxlarge {
 font-size: 1.4em;
}
.xxxlarge {
 font-size: 1.7em;
}
.small {
 font-size: 0.9em;
}
.ssmall {
 font-size: 0.8em;
}
.xsmall {
 font-size: 0.7em;
}
.xxsmall {
 font-size: 0.6em;
}
.rela {
 position: relative;
}
.underline {
 text-decoration: underline;
}
.hidden {
 overflow: hidden;
}
.fs08 {
 font-size: 0.8em;
}
.fs09 {
 font-size: 0.9em;
}
.fs10 {
 font-size: 1em;
}
.fs11 {
 font-size: 1.1em;
}
.fs12 {
 font-size: 1.2em;
}
.fs13 {
 font-size: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
 clear: both;
}
.marker-blue {
 background: linear-gradient(transparent 50%, #CAE9F6 40%);
}
.marker-yellow {
 background: linear-gradient(transparent 50%, #F8FDC3 40%);
}
.marker-red {
 background: linear-gradient(transparent 50%, #ffe4e4 40%);
}
.marker-greem {
 background: linear-gradient(transparent 50%, #D6FFCC 40%);
}
span.mv {
 position: relative;
}
span.mv span {
 position: absolute;
 top: -95px;
}
/*body
---------------------------------------*/
body {
 font-size: 14px;
 line-height: 1.4em;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #1b1b1b;
}
#site-logo img {
 width: 200px;
}
#nav li img {
 height: auto;
 width: 83px;
}
#site-logo {
 position: absolute;
 left: calc(50% - 100px);
 top: 6px;
 z-index: 2;
}
#main {
 padding-top: 90px;
}
/*header
---------------------------------------*/
#header {
 position: fixed;
 top: 0;
 z-index: 1001;
 width: 100%;
 background-color: #fff;
 border-bottom: 3px solid #ee7300;
 box-sizing: border-box;
 height: 90px;
}
.admin-bar #header {
 top: 32px;
}
#header .wrapper {
 position: relative;
}
.wrapper {
 max-width: 1300px;
 margin: 0 auto;
}
#nav ul {
 display: flex;
 flex-wrap: wrap;
}
#nav ul li {
 width: calc((100% - 360px) / 6);
 text-align: center;
}
#nav ul li:nth-child(5) img {
 width: 54px;
 position: relative;
 top: 23px;
}
#nav ul li:nth-child(6) img {
 position: relative;
 top: 1px;
 width: 73px;
}
#nav ul li.mid1 {
 margin-right: 180px;
}
#nav ul li.mid2 {
 margin-left: 180px;
}
#nav {
 position: relative;
 z-index: 1;
}
/*2025-6
---------------------------------------*/
.img_corn img {
 border-radius: 20px;
 margin-bottom: 30px;
}
.mb0 {
 margin-bottom: 0 !important;
}
p.right_img {
 position: absolute;
 right: -400px;
 top: 90px;
}
p.left_img {
 position: absolute;
 left: -400px;
 top: 90px;
 z-index: 1;
}
p.left_img img, p.right_img img {
 border-radius: 20px;
}
.z3 {
 z-index: 3 !important;
}
p.txr.texBirth {
 font-weight: bold;
 color: #ff7089;
 font-size: 0.9em;
}
p.txr.texBirth2 {
 font-weight: bold;
 color: #e8922a;
 margin-top: -25px;
 font-size: 0.9em;
}
span.sanka {
 display: inline-block;
 width: 23px;
 height: 1em;
 background-image: url(img/SVG/sanka.svg);
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: 100% auto;
 margin-left: 8px;
}
/*TOP
---------------------------------------*/
/*Slide*/
#top_slide ul li img {
 width: 100%;
}
#topImage {
 position: relative;
 padding-bottom: 84px;
 background-image: url(img/slide_back.jpg);
 background-image: url(img/slide_back.webp);
}
#topImage #monster {
 position: absolute;
 z-index: 5;
 bottom: 46px;
 width: 100%;
 text-align: center;
}
#slide_bottom {
 height: 224px;
 background-image: url(img/grass.png);
 background-repeat: repeat-x;
 background-position: center top;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 z-index: 2;
}
#slide_front .in {
 height: 100%;
 background-image: url(img/grand.png);
 background-position: center top;
 background-size: contain;
 max-width: 1480px;
 margin: 0 auto;
}
#slide_front {
 width: 100%;
 height: 250px;
 position: absolute;
 z-index: 6;
 bottom: 0;
 left: 0;
}
#topImage #monster img {
 width: 630px;
}
#top_slide {
 opacity: 0;
 position: relative;
 z-index: 1;
}
#top_slide .bx-viewport {
 overflow: visible !important;
}
#top_info {
 background-image: url(img/sky1.png), url(img/timg03.png);
 background-repeat: no-repeat;
 background-position: center, center bottom;
 padding: 70px 0 0 0;
}
#top_info .nopost {
 color: #fff;
 font-size: 5em;
 margin: 1em 0;
 text-shadow: 2px 2px 0 #b85d2e;
}
#top_info .rela.wrapper {
 padding-bottom: 90px;
}
#top_info h2 {
 text-align: center;
}
.mv {
 position: relative;
}
.mv span {
 position: absolute;
 top: -95px;
}
.admin-bar .mv span {
 position: absolute;
 top: -127px;
}
.move_link {
 display: block;
 position: absolute;
 left: 0;
 bottom: 10px;
 z-index: 10;
 width: 100%;
}
.move_link a {
 display: block;
 width: 30px;
 height: 15px;
 background-image: url(img/SVG/down.svg);
 margin: 0 auto;
 background-repeat: no-repeat;
 background-position: center;
}
/*News*/
#top_info #info_box ul {
 max-width: 550px;
 box-sizing: border-box;
 background-color: #fff;
 margin: 0 auto;
 border-radius: 20px;
 transform: rotate(5deg);
 padding: 30px
}
#info_box {
 background-image: url(img/orange.png);
 background-repeat: repeat;
 background-position: center;
 background-size: 400px;
 padding: 90px 0;
 max-width: 730px;
 margin: 20px auto 70px auto;
 border-radius: 20px;
 transform: rotate(-5deg);
}
.news_list li:first-child {
 border-top: 2px solid #c9caca;
}
.news_list li {
 position: relative;
 padding: 15px 0;
 border-bottom: 2px solid #c9caca;
}
.news_list li a.hv {
 position: absolute;
 z-index: 1;
 display: block;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
.news_list li dt {
 font-weight: bold;
 color: #00b0ba;
 margin-bottom: 6px;
}
.news_list li dd {
 position: relative;
}
.news_list li .title {
 padding-right: 80px;
}
.archive .news_list li .title, .blog .news_list li .title {
 font-size: 1.3em;
 line-height: 1.4em;
}
.news_list li .more {
 position: absolute;
 top: 0;
 right: 0;
 background-image: url(img/SVG/more.svg);
 background-repeat: no-repeat;
 background-size: 100% auto;
 color: #fff;
 font-weight: bold;
 font-size: 0.9em;
 width: 63px;
 padding: 7px 8px 7px 0;
 box-sizing: border-box;
 line-height: 1em;
 text-align: center;
 border-radius: 0 0 6px 0;
}
.wrap1000 {
 max-width: 1000px;
 width: 92%;
 margin: 0 auto;
}
.wrapper .wrap1000 {
 width: 100%;
}
.news_list_content {
 margin: 30px auto;
 max-width: 1000px;
}
.links p {
 position: absolute;
 z-index: 2;
}
.links .fb {
 width: 205px;
 top: 6%;
 left: 6%;
}
.links .blog {
 top: 6%;
 right: 0;
}
.sub_img {
 position: absolute;
 z-index: 1;
}
.sub_img.img1 {
 top: 36%;
 left: -5%;
}
.sub_img.img2 {
 bottom: 0;
 right: 0;
}
.more a {
 max-width: 200px;
 margin: 0 auto;
 display: block;
 text-align: center;
 background-color: #ff8200;
 color: #fff;
 text-decoration: none;
 border-radius: 150px;
 font-weight: bold;
 line-height: 1em;
 padding: 15px 10px 15px 0;
 font-size: 1.1em;
 box-sizing: border-box;
 background-image: url(img/SVG/link.svg);
 background-repeat: no-repeat;
 background-position: calc(100% - 23px) center;
 background-size: 13px auto;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
.more a:hover {
 background-color: #BF6100;
}
.wrapper1500 {
 margin: 0 auto;
 max-width: 1500px;
 position: relative;
}
/*About*/
#top_about {
 position: relative;
 padding: 75px 0 0 0;
 background-image: url(img/grass02.jpg);
}
#top_about .wrapper1500 {
 padding-bottom: 75px;
}
#top_about .links img {
 width: 270px;
}
#top_about .links span, #top_about .links a {
 background-color: #fff;
 display: block;
 border-radius: 150%;
 height: 350px;
 box-sizing: border-box;
 width: 350px;
 text-align: center;
 padding-top: 134px;
}
#top_about .links p {
 width: 50%;
 bottom: 20px;
}
#top_about .links .naste {
 right: 0;
 text-align: right;
 display: flex;
 justify-content: right;
}
.txc.timg3 {
 margin-bottom: 35px;
}
#top_about h2 {
 margin-bottom: 20px;
}
#top_about .ex {
 text-align: center;
 line-height: 2em;
 margin-bottom: 120px;
 font-size: 1.5em;
 position: relative;
 z-index: 2;
}
.sm_br {
 display: none;
}
#top_about .sub_img.img2 {
 bottom: auto;
 top: 13%;
 z-index: 0;
}
#top_about .sub_img.img1 {
 bottom: auto;
 top: 11%;
 z-index: 0;
}
#top_about .more {
 position: relative;
 z-index: 10;
}
#top_about .more a {
 max-width: 300px;
 background-position: calc(100% - 49px) center;
}
.content_post .about_box {
 padding: 45px 45px 1px 45px;
 background-image: url(img/back_green.jpg);
 border-radius: 15px;
 position: relative;
 margin-top: 230px;
}
.about_box dl {
 display: flex;
 flex-wrap: wrap;
 border-top: dotted 2px #f09400;
 font-size: 1.1em;
 line-height: 1.8em;
 margin-bottom: 40px;
}
.content_post .about_box dl dt {
 width: 126px;
 border-bottom: dotted 2px #f09400;
 padding: 10px 0;
}
.content_post .about_box dl dd {
 border-bottom: dotted 2px #f09400;
 width: calc(100% - 126px);
 margin: 0;
 padding: 12px 0;
}
.content_post .about_box.pink_box .about_title {
 padding-left: 40px;
}
.content_post .about_box .about_title {
 text-align: center;
 width: calc(50% - 90px);
 padding-bottom: 45px;
 margin-bottom: 0;
 position: relative;
 font-size: 2.6em;
}
.content_post .about_box .wp-block-columns {
 gap: 90px;
}
.content_post .about_box .about_title:after {
 content: "";
 position: absolute;
 bottom: 23px;
 left: 0;
 max-width: 516px;
 width: 34vw;
 height: 280px;
 background-image: url(img/SVG/monster2.svg);
 background-position: left bottom;
 background-repeat: no-repeat;
 background-size: 100% auto;
}
.content_post .about_box dl dd .tels {
 background-color: #f8c48f;
 border-radius: 10px;
 padding: 5px 15px;
 display: inline-block;
 text-align: center;
 width: 47px;
 margin: 7px 12px 7px 0;
 line-height: 1em;
 font-size: 0.85em;
}
.content_post .about_box table th, .content_post .about_box table td {
 background-color: transparent;
 border: none;
 vertical-align: top;
}
.content_post .about_box table th {
 background-color: #f8c48f;
}
.content_post .about_box table th:first-child {
 border-radius: 10px 0 0 10px;
 text-align: right;
 width: 120px;
}
.content_post .about_box table th:last-child {
 border-radius: 0 10px 10px 0;
}
.content_post .about_box table td {
 border-bottom: dotted 2px #f09400;
}
.content_post .about_box table td:first-child {
 text-align: right;
 padding-right: 10px;
}
.content_post .about_box table td:last-child {
 padding-left: 10px;
}
.content_post .about_box table tr.no_dotted td {
 border-bottom: none;
}
.content_post .kome {
 font-size: 1rem;
 padding-left: 25px;
 position: relative;
}
.content_post .kome:before {
 content: "※";
 position: absolute;
 left: 6px;
 top: 0;
}
.content_post .about_box.pink_box {
 background-image: url(img/back_pink.jpg);
}
.content_post .about_box.pink_box .about_title:after {
 background-image: url(img/SVG/monster3.svg);
 background-size: auto 100%;
 background-position: left bottom;
 width: 225px;
 left: -51px;
}
.content_post .about_box.pink_box dl dt {
 width: 170px;
}
.content_post .about_box.pink_box dl dd {
 width: calc(100% - 170px);
}
.content_post .about_box.pink_box dl dt img {
 height: 46px;
 width: auto;
}
.content_post .about_box.pink_box dl {
 margin-bottom: 10px;
}
/*Map*/
#top_map iframe {
 width: 100%;
 height: 470px;
 vertical-align: bottom;
}
.kakudai img {
 width: 15px;
 margin-right: 5px;
 position: relative;
 top: -1px;
}
.kakudai a {
 text-decoration: none;
 font-weight: bold;
 font-size: 0.9em;
 color: #858585;
}
.kakudai.txr {
 padding: 3px 0;
}
.p-privacypolicy #content .wrapper {
 background-image: url(img/privatepolicy_back.jpg);
 padding: 60px 2em;
 margin: 60px auto;
 box-sizing: border-box;
}
/*aside
---------------------------------------*/
.wp-block-group.side_calender {
 background-image: url(img/calender_back.jpg);
 padding: 20px;
 border-radius: 12px;
}
.side_links {
 position: absolute;
 top: 0;
 right: 0;
 width: 180px;
}
.side_links img {
 max-width: 340px;
 width: 165%;
}
.side_links .fb {
 margin-bottom: 20px;
}
#sidebar .side_calender h4 {
 padding: 0;
 margin: 0;
 background: none;
 border: none;
 font-size: 0.95em;
 letter-spacing: 1px;
 margin-bottom: 6px;
 color: #4a4a4a;
 text-align: left;
}
#sidebar .side_calender table caption {
 text-align: center;
 margin-bottom: 3px;
}
#sidebar .side_calender table th, #sidebar .side_calender table td {
 background-color: transparent;
 text-align: center;
 border: none;
}
#sidebar .side_calender table td a {
 background-color: #f9c385;
 text-decoration: none;
 border-radius: 150%;
 color: #1b1b1b;
 display: block;
 padding: 2px;
 max-width: 1.5em;
 margin: 0 auto;
 text-align: center;
}
span.wp-calendar-nav-prev {
 text-align: left;
 display: block;
}
.wp-calendar-nav {
 display: flex;
}
.wp-calendar-nav span {
 width: 50%;
}
.wp-calendar-nav span.pad {
 width: 10%;
}
.wp-calendar-nav span.wp-calendar-nav-next {
 text-align: right;
}
.wp-calendar-nav span a {
 color: #1b1b1b;
}
#sidebar h4 {
 border-left: 5px double #00b0ba;
 padding: 7px 5px 7px 8px;
 font-size: 1.2em;
 line-height: 1.4em;
 margin: 0 0 15px 0;
 background-color: #ebfeff;
}
#sidebar ul.wp-block-categories-list li a, #sidebar ul li.widget.widget_recent_entries li a {
 color: #00b0ba;
}
#sidebar ul li.widget {
 margin-bottom: 20px;
}
#sidebar ul.wp-block-categories-list li, #sidebar ul li.widget.widget_recent_entries li {
 padding-left: 20px;
 margin-bottom: 9px;
 margin-left: 15px;
 position: relative;
 background-image: url(img/SVG/migi.svg);
 background-repeat: no-repeat;
 background-position: left 6px;
 background-size: 9px auto;
}
/*footer
---------------------------------------*/
.grecaptcha-badge {
 display: none !important;
}
.footer_top {
 height: 177px;
 background-image: url(img/footer_grass_7.jpg);
 background-position: center bottom;
}
#footer {
 background-color: #afd175;
 padding: 50px 0;
}
.left_footer {
 width: 23%;
 box-sizing: border-box;
 padding-right: 30px;
}
.right_footer {
 width: 77%;
 display: flex;
 flex-wrap: wrap;
 padding-top: 40px;
}
.footer_logo img {
 width: 205px;
}
#copyright small {
 font-weight: bold;
 font-size: 13px;
 margin-top: 25px;
 display: block;
}
.addr dl {
 display: flex;
 flex-wrap: wrap;
}
.addr dl dt {
 color: #f09400;
 width: 150px;
 box-sizing: border-box;
 border-bottom: dotted 2px #f09400;
 padding: 10px;
 font-weight: 400;
}
.addr dl dd {
 width: calc(100% - 150px);
 box-sizing: border-box;
 padding: 10px;
 border-bottom: dotted 2px #f09400;
}
.addr dl {
 border-top: dotted 2px #f09400;
 font-weight: bold;
}
.right_footer .addr {
 width: 50%;
}
.right_footer .footer_nav {
 width: 50%;
 box-sizing: border-box;
 padding-left: 11%;
}
.right_footer .footer_nav nav {
 display: flex;
}
.right_footer .footer_nav .footer_l {
 width: 50%;
 box-sizing: border-box;
}
.left_footer {
 width: 23%;
 box-sizing: border-box;
 padding-right: 30px;
}
.right_footer {
 width: 77%;
 display: flex;
 flex-wrap: wrap;
 padding-top: 40px;
}
.footer_logo img {
 width: 205px;
}
#copyright small {
 font-weight: bold;
 font-size: 13px;
 margin-top: 25px;
 display: block;
}
.addr dl {
 display: flex;
 flex-wrap: wrap;
}
.addr dl dt {
 color: #f09400;
 width: 150px;
 box-sizing: border-box;
 border-bottom: dotted 2px #f09400;
 padding: 10px;
 font-weight: 400;
}
.addr dl dd {
 width: calc(100% - 150px);
 box-sizing: border-box;
 padding: 10px;
 border-bottom: dotted 2px #f09400;
}
.addr dl {
 border-top: dotted 2px #f09400;
}
.right_footer .addr {
 width: 50%;
}
.right_footer .footer_nav {
 width: 50%;
 box-sizing: border-box;
 padding-left: 11%;
}
.right_footer .footer_nav nav {
 display: flex;
}
.right_footer .footer_nav .footer_l {
 width: 50%;
 box-sizing: border-box;
}
.right_footer .footer_nav .footer_l li a {
 display: block;
 padding-left: 15px;
 text-decoration: none;
 color: initial;
 font-weight: bold;
 position: relative;
}
.right_footer .footer_nav .footer_l li a:before {
 content: "";
 width: 6px;
 height: 6px;
 position: absolute;
 left: 0;
 top: 6px;
 background-color: #f09400;
 display: block;
 border-radius: 450%;
}
.right_footer .footer_nav .footer_l li {
 margin-bottom: 25px;
}
#pagetop {
 position: fixed;
 right: 20px;
 bottom: 20px;
 z-index: 100;
}
#pagetop a {
 background-image: url(img/SVG/pagetop.svg);
 display: block;
 background-position: center;
 background-size: 100% auto;
 height: 50px;
 width: 50px;
}
/*contant
---------------------------------------*/
#content .wrapper {
 width: 92%;
}
#single_header .wrapper {
 width: auto;
}
/*archive
---------------------------------------*/
.archive_post {
 padding-bottom: 20px;
 padding-top: 15px;
}
.archive_post ul {}
.archive_post li {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: dotted 1px #ddd;
 overflow: hidden;
}
.archive_post li dt {
 float: left;
 width: 15%;
 text-align: center;
}
.archive_post li dt img {
 max-width: 100%;
 height: auto;
}
.archive_post li dd {
 float: right;
 width: 82%;
}
.archive_post li dd .archive_title {
 font-weight: bold;
 font-size: 1.4em;
 line-height: 1.4em;
 margin-bottom: 5px;
}
.archive_post li dd .ex {
 font-size: 0.9em;
 line-height: 1.1em;
 color: #666;
}
/*searchform sou
---------------------------------------*/
.searchform, #searchform {
 clear: both;
 position: relative;
 padding-bottom: 5px;
 padding-top: 5px;
 margin: 0 auto;
}
#searchform label.screen-reader-text {
 display: none;
}
.searchform input[type="text"], #searchform input[type="text"] {
 padding: 5px;
 border-radius: 4px;
 border: #000 solid 1px;
 width: 100%;
 font-size: 18px;
 box-sizing: border-box;
 background-color: #fff;
}
.searchform input[type="submit"], #searchform input[type="submit"] {
 padding: 9px 14px;
 border-radius: 9px;
 border: none;
 line-height: 1em;
 font-size: 1em;
 background-color: transparent;
 color: #fff;
 position: absolute;
 right: 8px;
 top: 6px;
 background-size: 100% auto;
 background-image: url(img/search.png);
 background-repeat: no-repeat;
 width: 30px;
 height: 30px;
 text-indent: -999px;
 overflow: hidden;
 cursor: pointer;
}
input[type="submit"] {
 cursor: pointer;
}
/*contact sou
---------------------------------------*/
.wpcf7-form input, .wpcf7-form textarea {
 padding: 9px 10px;
 border-radius: 4px;
 margin-bottom: 5px;
 border: 1px solid #DDDDDD;
 width: 100%;
 font-size: 18px;
 box-sizing: border-box;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form textarea {
 font-size: 18px;
}
.wpcf7-form input[type="checkbox"] {
 border-radius: 4px;
 margin-left: 10px;
}
.wpcf7-form input[type="submit"] {
 padding: 15px 50px;
 background-color: #FF5D10;
 border: none;
 color: #Fff;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpcf7-form input[type="submit"] {
 padding: 12px 0;
 background-color: #000000;
 font-weight: bold;
 border: none;
 letter-spacing: 3px;
 color: #Fff;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 margin: 0 auto;
 display: block;
 width: 90%;
 max-width: 320px;
}
.mw_wp_form input.in_back_btn {
 background-color: #666;
 padding: 6px 0;
 max-width: 100px;
}
#contact_form {
 background-color: #fafafa;
 padding: 20px 20px 2px 20px;
 border: 1px solid #e3ecee;
 box-sizing: border-box;
 max-width: 920px;
 margin: 2em auto;
}
.wpcf7-form input[type="radio"] {
 width: 20px;
 height: 20px;
 position: relative;
 top: 4px;
}
#contact_form input[name="your-age"] {
 width: 7em;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="email"], #contact_form input[type="number"] {
 border: 1px solid #e3ecee;
}
#contact_form dd {
 margin: 0 0 19px 0;
}
#contact_form dt {
 margin-bottom: 5px;
 font-size: 1.05em;
 line-height: 1.4em;
}
.wpcf7-checkbox .wpcf7-list-item label {
 /* display: inline; */
}
.wpcf7-form input[type="submit"]:hover {
 box-shadow: none;
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -webkit-box-shadow: none;
 color: white;
 background-color: #aaa;
}
.hissu {
 color: #DA4525;
 font-size: 0.8em;
 font-weight: bold;
 margin-left: 10px;
}
.content_post .wpcf7 form div.wpcf7-response-output {
 background-color: #4bc555;
 font-size: 1.2em;
 text-align: center;
 color: #fff;
 font-weight: bold;
 border: 1px solid #4bc555;
 border-radius: 15px;
 padding: 2em 1em;
 line-height: 1.3em;
}
.content_post .wpcf7 form.sent div.wpcf7-response-output, .content_post div.wpcf7-mail-sent-ok {
 background-color: #4bc555;
 border: 1px solid #4bc555;
}
.content_post div.wpcf7-validation-errors, .content_post .wpcf7 form.invalid div.wpcf7-response-output {
 background-color: #E93134;
 border: 1px solid #E93134;
}
.content_post .basic_form dt {
 width: 200px;
 float: left;
 clear: both;
 line-height: 1.3em;
 padding: 7px 5px;
}
.content_post .basic_form dd {
 padding: 7px 5px 7px 215px;
 float: none;
 line-height: 1.3em;
 margin-left: 0;
 margin-bottom: 0;
 border-bottom: dotted 1px #c5c5c5;
}
.content_post .basic_form {
 border-top: dotted 1px #c5c5c5;
 padding-top: 6px;
 overflow: hidden;
}
.content_post .basic_form label {
 display: inline-block;
 cursor: pointer;
 padding: 4px 10px 3px 10px;
 background-color: #f3f3f3;
 border-radius: 4px;
 line-height: 1.1em;
 margin: 2px 2px;
}
.content_post .basic_form input[type="radio"], .content_post .basic_form input[type="checkbox"] {
 width: 18px;
 height: 18px;
 position: relative;
 top: 2px;
}
.wpcf7-list-item label {
 display: inline-block;
 cursor: pointer;
}
textarea::placeholder, input::placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
/* IE */
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
/* Edge */
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
.content_post .yellow strong {
 background: #f9f970; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #f9f970 51%, #f9f970 90%, #ffffff 90%, #ffffff 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #f9f970 51%, #f9f970 90%, #ffffff 90%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 51%, #f9f970 51%, #f9f970 90%, #ffffff 90%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.content_post .orange strong {
 background: #FFE3D0; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #FFE3D0 51%, #FFE3D0 90%, #ffffff 90%, #ffffff 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #FFE3D0 51%, #FFE3D0 90%, #ffffff 90%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 51%, #FFE3D0 51%, #FFE3D0 90%, #ffffff 90%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.content_post .blue strong {
 background: #AEE4FF; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #AEE4FF 51%, #AEE4FF 90%, #ffffff 90%, #ffffff 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #AEE4FF 51%, #AEE4FF 90%, #ffffff 90%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 51%, #AEE4FF 51%, #AEE4FF 90%, #ffffff 90%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.content_post .green strong {
 background: #B4FFBC; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #B4FFBC 51%, #B4FFBC 90%, #ffffff 90%, #ffffff 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #B4FFBC 51%, #B4FFBC 90%, #ffffff 90%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 51%, #B4FFBC 51%, #B4FFBC 90%, #ffffff 90%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.content_post .pink strong {
 background: #FFD5F9; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #FFD5F9 51%, #FFD5F9 90%, #ffffff 90%, #ffffff 99%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #ffffff 0%, #FFFFFF 51%, #FFD5F9 51%, #FFD5F9 90%, #ffffff 90%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 51%, #FFD5F9 51%, #FFD5F9 90%, #ffffff 90%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
/*---------------------------------------
wp-pagenavi setting
---------------------------------------*/
.pagelink {
 text-align: center;
 margin-bottom: 20px;
 padding-top: 15px;
 clear: both;
 margin-top: 15px;
 padding-left: 10px;
 padding-right: 10px;
}
.wp-pagenavi {
 clear: both;
 padding-top: 10px;
 padding-left: 10px;
 margin-top: 10px;
 font-size: 1.2em;
}
.wp-pagenavi a, .wp-pagenavi span {
 text-decoration: none;
 padding: 8px 14px;
 margin: 2px;
 border: #00b0ba solid 1px;
 display: inline-block;
 background-color: #00b0ba;
 color: #fff;
 border-radius: 2px;
 font-size: 1.1em;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
.wp-pagenavi a:hover {
 background-color: transparent;
 color: #666;
}
.wp-pagenavi span.current {
 font-weight: bold;
 border: none;
 background-color: transparent;
 color: #666;
}
#page_link {
 overflow: hidden;
 border-top: 2px dotted #aeaeae;
 padding: 10px 0;
}
#page_link span {
 box-sizing: border-box;
}
#page_link .previous {
 float: left;
 text-align: left;
 padding-right: 0;
}
#page_link .next {
 text-align: right;
 padding-left: 0;
 float: right;
}
#page_link span a {
 padding: 10px;
 display: block;
 border-radius: 5px;
 font-weight: bold;
 line-height: 1.3em;
 text-decoration: none;
 background-repeat: no-repeat;
 background-position: calc(100% - 9px) center;
 background-size: 8px auto;
 color: #ff7800;
}
#page_link .previous a {}
.page_in_links {
 text-align: center;
}
.page_in_links span {
 display: inline-block;
 width: 30px;
 text-align: center;
 padding: 8px 0;
 line-height: 1.1em;
 margin: 0 5px;
}
.page_in_links a span {
 background-color: #000;
 color: #fff;
}
/*---------------------------------------
image position
---------------------------------------*/
.aligncenter {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
.alignleft {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}
.alignright {
 float: right;
 margin-bottom: 10px;
 margin-left: 10px;
}
/*
page link
---------------------------------------*/
.singlepostlink {
 padding-top: 20px;
 font-size: 0.9em;
}
span.oldpage {
 float: right;
}
span.newpage {
 float: left;
}
/*
social
---------------------------------------*/
.social_links {
 display: flex;
 flex-wrap: wrap;
 padding: 5px 0;
}
.social_links li {
 width: 33.333%;
}
.social_links li span, .social_links li a {
 display: block;
 text-decoration: none;
 background-color: #388cff;
 color: #fff;
 font-size: 13px;
 font-weight: bold;
 padding: 7px 5px 7px 50px;
 border-radius: 2px;
 margin: 0 3px 3px 0;
 background-position: 19px center;
 background-repeat: no-repeat;
 background-size: auto 16px;
 cursor: pointer;
}
.social_links li span:hover, .social_links li a:hover {
 opacity: 0.7;
}
.social_links li.b_fb a {
 background-color: #226cc0;
 background-image: url(img/SVG/fb.svg);
}
.social_links li.b_ha a {
 background-image: url(img/SVG/b.svg);
}
.social_links li.b_tw a {
 background-color: #2cafef;
 background-image: url(img/SVG/tw.svg);
}
.social_links li.b_li a {
 background-color: #36af18;
 background-image: url(img/SVG/line_w.svg);
}
.social_links li.b_po a {
 background-color: #ec5a7a;
 background-image: url(img/SVG/po_w.svg);
}
.social_links li.b_sk span {
 background-color: #ea8729;
 background-image: url(img/SVG/like.svg);
}
/*pankuzu
---------------------------------------*/
#pankuzu {
 padding-top: 5px;
 padding-bottom: 5px;
 font-size: 0.85em;
 color: #00b0ba
}
#pankuzu a {
 text-decoration: none;
 color: #00b0ba
}
/*content post
---------------------------------------*/
.content_post {
 clear: both;
 padding-bottom: 20px;
 padding-top: 15px;
 font-size: 17px;
 text-align: left;
 word-wrap: break-word;
}
.content_post div, .content_post p {
 margin-bottom: 1.5em;
 line-height: 1.8em;
}
.content_post p span {
 line-height: 1.4em;
}
.content_post img {
 max-width: 100%;
 height: auto;
}
.content_post ul li {
 list-style-type: disc;
 margin-left: 35px;
 margin-bottom: 10px;
 padding-left: 5px;
 padding-right: 10px;
 line-height: 1.4em;
 list-style-position: outside;
}
.content_post ul.nomark li {
 list-style: none;
 margin-left: 0;
 padding-left: 0;
}
.content_post .wp-block-gallery ul li {
 list-style: none;
 margin: inherit;
}
.content_post .wp-block-gallery ul li figcaption {
 box-sizing: border-box;
}
.content_post .wp-block-gallery ul li figure {
 position: relative;
}
.content_post .wp-block-gallery ul li img {
 width: 100%;
}
.content_post ol {
 list-style-type: decimal;
}
.content_post ol li {
 margin-left: 35px;
 margin-bottom: 10px;
 padding-left: 5px;
 padding-right: 10px;
 line-height: 1.4em;
 list-style-position: outside;
 list-style-type: decimal;
}
.content_post ul, .content_post ol {
 margin-bottom: 1em
}
.content_post ol.maru_number li {
 list-style: none;
 padding-left: 1.5em;
 position: relative;
}
.content_post ol.maru_number li:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 font-size: 1em;
}
.content_post ol.maru_number li:nth-child(1):after {
 content: "①";
}
.content_post ol.maru_number li:nth-child(2):after {
 content: "②";
}
.content_post ol.maru_number li:nth-child(3):after {
 content: "③";
}
.content_post ol.maru_number li:nth-child(4):after {
 content: "④";
}
.content_post ol.maru_number li:nth-child(5):after {
 content: "⑤";
}
.content_post ol.maru_number li:nth-child(6):after {
 content: "⑥";
}
.content_post ol.maru_number li:nth-child(7):after {
 content: "⑦";
}
.content_post ol.maru_number li:nth-child(8):after {
 content: "⑧";
}
.content_post ol.maru_number li:nth-child(9):after {
 content: "⑨";
}
.content_post ol.maru_number li:nth-child(10):after {
 content: "⑩";
}
.content_post ol.maru_number li:nth-child(11):after {
 content: "⑪";
}
.content_post ol.maru_number li:nth-child(12):after {
 content: "⑫";
}
.content_post ol.maru_number li:nth-child(13):after {
 content: "⑬";
}
.content_post ol.maru_number li:nth-child(14):after {
 content: "⑭";
}
.content_post ol.maru_number li:nth-child(15):after {
 content: "⑮";
}
.content_post .left {
 float: left;
}
.content_post .right {
 float: right;
}
.content_post h1 {
 display: block;
 font-size: 2em;
 font-weight: bold;
 margin: 1em 0 0.5em 0;
 line-height: 1.2em;
 padding: 5px 0;
}
.content_post h2 {
 display: block;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.6em;
 margin-left: 0;
 padding: 5px 0;
 clear: both;
 font-size: 1.8em;
 line-height: 1.2em;
 color: #00b0ba;
}
.content_post h3 {
 display: block;
 font-size: 1.4em;
 font-weight: bold;
 margin-top: 1.5em;
 margin-bottom: 0.7em;
 margin-left: 0px;
 padding: 0;
 clear: both;
 line-height: 1.3em;
 color: #ff7800;
}
.content_post h4 {
 display: block;
 font-size: 1.2em;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
 clear: both;
 padding-left: 10px;
 line-height: 1.3em;
 color: #00b0ba;
 border-bottom: 2px solid #00b0ba;
 padding: 0 2px 5px 2px;
}
.content_post h5 {
 background-color: #eee;
 display: block;
 font-size: 1.1em;
 font-weight: bold;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding-bottom: 0px;
 line-height: 1em;
 padding: 8px 10px 9px 11px;
 position: relative;
 border-radius: 4px;
 border-left: #ff7800 solid 7px;
}
.content_post h6 {
 display: block;
 font-size: 1.1em;
 font-weight: bold;
 margin-top: 1em;
 margin-bottom: 1em;
 padding-top: 5px;
 padding-left: 2px;
 padding-bottom: 5px;
 color: #00b0ba;
 border-top: 1px #00b0ba solid;
 border-bottom: 1px #00b0ba solid;
}
.content_post h1:first-child, .content_post h2:first-child, .content_post h3:first-child, .content_post h4:first-child {
 margin-top: 0;
}
.content_post .nolistmark li {
 list-style-type: none;
}
.content_post ul li.blocks-gallery-item {
 padding-left: 0;
 padding-right: 0;
}
.content_post table {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
}
.content_post table caption {
 text-align: left;
 font-weight: bold;
}
.content_post table th {
 background-color: #eee;
}
.content_post table th, .content_post table td {
 padding: 6px;
 border: 1px solid #aaa;
}
.content_post dl dt {
 font-weight: bold;
}
.content_post dl dd {
 margin-bottom: 1em;
 margin-left: 1em;
}
.content_post q, .content_post blockquote {
 margin: 0 auto 1em auto;
 width: 90%;
 padding: 15px 3%;
 background-color: #EEE;
 border-radius: 10px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
 display: block;
}
blockquote:before, q:before {
 content: "“";
 font-size: 58px;
 top: 20px;
 left: -5px;
 position: relative;
}
.content_post blockquote p, .content_post q p {
 margin-bottom: 10px;
}
blockquote:after, q:after {
 text-align: right;
 content: "”";
 font-size: 58px;
 display: block;
 position: relative;
 top: 20px;
 right: -5px;
}
.content_post .wp-block-column {
 margin-bottom: 0;
}
.content_post pre {
 background-color: #f4f4f4;
 padding: 15px 20px;
 border-radius: 8px;
 box-shadow: inset 2px 3px 2px #cecece;
}
/*page
---------------------------------------*/
.page_head_img {
 text-align: center;
}
.page_head_img img {
 width: 100%;
 max-width: 1500px;
}
.wrap1500 {
 max-width: 1500px;
 margin: 0 auto;
 position: relative;
}
.content_post .orange {
 color: #ed6c00;
 font-weight: bold;
}
.content_post .orange_st strong {
 color: #ed6c00;
}
.about_orange .wp-block-column:first-child, .about_green .wp-block-column:first-child {
 background-image: url(img/SVG/line13.svg);
 background-repeat: no-repeat;
 background-position: left top;
 padding: 20px 10px 0 10px;
}
.about_orange .wp-block-column:first-child {
 background-image: url(img/SVG/line11.svg);
}
.about_blue .wp-block-column:last-child p, .about_green .wp-block-column:first-child p, .about_orange .wp-block-column:first-child p {
 line-height: 3.5em;
 font-size: 1.3em;
 background-image: radial-gradient(0.15em 0.15em at center center, #e0ea9c, #e0ea9c 100%, transparent);
 background-repeat: repeat;
 background-position: left -44px;
 background-size: 0.7em 3.5em;
}
.about_blue .wp-block-column:last-child p {
 background-image: radial-gradient(0.15em 0.15em at center center, #72c6c8, #72c6c8 100%, transparent);
}
.about_orange .wp-block-column:first-child p {
 background-image: radial-gradient(0.15em 0.15em at center center, #fbcd82, #fbcd82 100%, transparent);
}
.about_orange .wp-block-column:last-child, .about_green .wp-block-column:last-child {
 position: relative;
 top: -60px;
}
.about_orange .wp-block-column:last-child {
 top: -52px;
}
.about_blue .wp-block-column:first-child {
 position: relative;
 top: -53px;
}
.about_blue .wp-block-column:last-child {
 background-image: url(img/SVG/line12.svg);
 background-repeat: no-repeat;
 background-position: left top;
 padding: 20px 10px 0 10px;
}
.content_post .about_dl dt {
 padding: 6px;
 float: left;
 clear: both;
 width: 15%;
}
.content_post .about_dl dd {
 padding: 6px 6px 6px 17%;
 float: none;
 border-bottom: dotted 1px #ddd;
 margin-left: 0;
 margin-bottom: 0;
}
.content_post .move_monster {
 position: relative;
 margin-top: -200px;
 margin-left: 35px;
 margin-bottom: 30px;
}
.about_blue {
 margin-top: 180px;
}
.orange_monster {
 width: min(100%, 800px);
 padding: 0 12rem 0 0;
 margin-inline: auto;
 background-image: url(img/SVG/or_monster0.svg);
 background-position: right center;
 background-repeat: no-repeat;
 background-size: 180px auto;
}
/*Daily*/
.content_post .daily_schedule {
 position: relative;
 margin-top: 90px;
 padding-top: 125px;
 background-image: url(img/2x/orange_day1@2x.png);
 background-repeat: no-repeat;
 background-size: 470px auto;
 background-position: 59px top;
 overflow: hidden;
 margin-bottom: 120px;
}
.daily_schedule:after {
 content: "";
 width: 5px;
 height: calc(100% - 65px);
 position: absolute;
 top: 125px;
 left: calc(50% - 2.5px);
 background-color: #ef8024;
 z-index: 1;
}
.content_post .daily_schedule li dt img {
 border-radius: 30px;
}
.content_post .daily_schedule li {
 position: relative;
 z-index: 2;
 width: 50%;
 list-style: none;
 margin: 0;
 padding: 90px 70px 0 20px;
 box-sizing: border-box;
 clear: both;
 background-repeat: no-repeat;
 background-position: left center;
}
.content_post .daily_schedule li:nth-child(1) {
 background-image: url(img/1x/step1_m0.jpg);
}
.content_post .daily_schedule li:after {
 content: "";
 position: absolute;
 height: 100%;
 width: 100%;
 background-position: left top;
 background-repeat: no-repeat;
 left: 0;
 z-index: 1;
}
.content_post .daily_schedule li:nth-child(2):after {
 top: -176px;
 background-image: url(img/1x/step2_m0.jpg);
 height: 132%;
}
.content_post .daily_schedule li:nth-child(3) {
 background-image: url(img/1x/step3_m0.jpg);
}
.content_post .daily_schedule li:nth-child(4):after {
 top: -141px;
 background-image: url(img/1x/step4_m0.jpg);
}
.content_post .daily_schedule li:nth-child(5):after {
 top: -167px;
 left: auto;
 right: 0;
 background-image: url(img/1x/step5_m0.jpg);
 background-position: right top;
}
.content_post .daily_schedule li:nth-child(5) dl dt, .content_post .daily_schedule li:nth-child(5) dl dd {
 width: 50%;
}
.content_post .daily_schedule li:nth-child(6):after {
 top: -126px;
 background-image: url(img/1x/step6_m0.jpg);
 height: 127%;
}
.content_post .daily_schedule li:nth-child(5) dl {
 display: flex;
}
.content_post .daily_schedule li:nth-child(7) {
 background-image: url(img/1x/step_70_back.jpg);
 background-position: 20px 66% !important;
}
.content_post .daily_schedule li:nth-child(7):before {
 content: "";
 position: absolute;
 left: 0px;
 bottom: 160px;
 width: 160px;
 height: 150px;
 z-index: 6;
 background-image: url(img/1x/step_70_mo.png);
 background-repeat: no-repeat;
 background-position: left bottom;
}
.content_post .daily_schedule li.last_img:after {
 top: -339px;
 background-image: url(img/1x/step8_m0.jpg);
 height: 328px;
 background-position: calc(100% - 70px);
}
.content_post .daily_schedule li:nth-child(odd) {
 float: right;
 padding-left: 60px;
 padding-right: 20px;
 width: calc(50% - 10px);
 background-position: right center;
 margin-left: 10px;
 margin-bottom: 35px;
}
.content_post .daily_schedule li .time {
 position: absolute;
 right: -73px;
 z-index: 2;
 top: 0;
}
.content_post .daily_schedule li:nth-child(odd) .time {
 right: auto;
 left: -73px;
}
.content_post .daily_schedule li.last_text .time {
 right: -73px;
 left: auto;
}
.content_post .daily_schedule li.last_text {
 float: none;
}
.content_post .daily_schedule li dd {
 font-size: 1.12em;
 line-height: 1.8em;
 padding: 5px 0 0 0;
 max-width: 410px;
 float: right;
}
.content_post .daily_schedule li dd div {
 margin-top: 0.7em;
 font-size: 0.7em;
}
.content_post .daily_schedule li dl {
 overflow: hidden;
 position: relative;
 z-index: 5;
}
/*Schedule */
.content_post .monthly_sechdule {
 position: relative;
 margin-top: 90px;
}
.content_post .monthly_sechdule li {
 position: relative;
 list-style: none;
 margin: 0 0 20px 0;
 padding: 0;
 z-index: 1;
}
.content_post .monthly_sechdule li dd li {
 margin: 0 0 10px 0 !important;
 padding: 0 0 0 27px !important;
 font-size: 1em;
 font-weight: bold;
}
.content_post .monthly_sechdule li dd li:before {
 content: "";
 width: 17px;
 height: 17px;
 position: absolute;
 left: 0;
 top: 3px;
 border-radius: 150%;
 background-color: #ff65ad;
}
.content_post .monthly_sechdule li dd {
 margin-left: 16%;
 padding-top: 22px;
}
.content_post .monthly_sechdule li:nth-child(1) {
 z-index: 2;
}
.content_post .monthly_sechdule li:nth-child(2) {
 margin-top: -20px;
 margin-left: 33%;
}
.content_post .monthly_sechdule li:nth-child(1) dd {
 top: -70px;
 position: relative;
}
.content_post .monthly_sechdule li:nth-child(2) dd {
 margin-left: 26%;
 margin-top: -34px;
 top: -120px;
 position: relative;
}
.content_post .monthly_sechdule li:nth-child(2) dd li:before {
 background-color: #acd200;
}
.content_post .monthly_sechdule li:nth-child(3) {
 margin-top: -100px;
 margin-left: 20%;
}
.content_post .monthly_sechdule li:nth-child(4) dd {
 margin-left: 59%;
 margin-top: -145px;
 margin-bottom: 70px;
 top: -66px;
 position: relative;
}
.content_post .monthly_sechdule li:nth-child(4) dd li:before {
 background-color: #ff7d00;
}
.content_post .monthly_sechdule li:nth-child(5) {
 margin-left: 20%;
 z-index: 3;
}
.content_post .monthly_sechdule li:nth-child(6) {
 margin-top: -137px;
 margin-left: 32%;
 z-index: 4;
}
.content_post .monthly_sechdule li:nth-child(6) dd {
 margin-left: 56%;
 margin-top: -3em;
 margin-bottom: 70px;
 position: relative;
 top: -272px;
}
.content_post .monthly_sechdule li:nth-child(6) dd li:before {
 background-color: #80009b;
}
.content_post .monthly_sechdule li:nth-child(7) {
 margin-top: -230px;
 margin-left: 56%;
 z-index: 3;
}
.content_post .monthly_sechdule li:nth-child(7) dd li:before {
 background-color: #ffb800;
}
.content_post .monthly_sechdule li:nth-child(7) dd {
 margin-left: 64px;
 margin-top: -6em;
}
.content_post .monthly_sechdule li:nth-child(8) {
 margin-left: 34%;
 z-index: 2;
}
.content_post .monthly_sechdule li:nth-child(8) dd li:before {
 background-color: #00007e;
}
.content_post .monthly_sechdule li:nth-child(8) dd {
 margin-left: 49%;
 position: relative;
 top: -11em;
}
.content_post .monthly_sechdule li:nth-child(9) {
 margin-top: -87px;
 margin-left: 10%;
 z-index: 1;
}
.content_post .monthly_sechdule li:nth-child(9) dd li:before {
 background-color: #F91881;
}
.content_post .monthly_sechdule li:nth-child(9) dd {
 margin-left: 50%;
 margin-top: -5em;
}
.content_post .monthly_sechdule li:nth-child(10) {
 margin: 50px 0;
}
.content_post .monthly_sechdule li:nth-child(11) {
 margin-left: 15%;
 margin-top: -40px;
}
.content_post .monthly_sechdule li:nth-child(11) dd {
 margin-left: 36%;
 top: -5em;
 position: relative;
 margin-top: -2em;
}
.content_post .monthly_sechdule li:nth-child(11) dd li:before {
 background-color: #83afdb;
}
.content_post .monthly_sechdule li:nth-child(12) {
 margin-left: 20%;
 margin-top: -1em;
}
.content_post .monthly_sechdule li:nth-child(12) dd {
 margin-left: 46%;
 top: -18em;
 position: relative;
 margin-top: -11em;
}
.content_post .monthly_sechdule li:nth-child(12) dd li:before {
 background-color: #ff4c4f;
}
/*single
---------------------------------------*/
.wrapper.flex_single {
 display: flex;
 gap: 35px;
 padding: 30px 0;
 flex-direction: row-reverse;
 position: relative;
}
.content_left {
 width: 75%;
 box-sizing: border-box;
 padding-right: 200px;
}
.content_right {
 width: calc(30% - 35px);
}
#single_title {
 font-size: 1.54em;
 line-height: 1.4em;
 margin: 0 0 12px 0;
 padding: 17px 8px;
 background-image: url(img/SVG/news_line.svg), url(img/SVG/news_line.svg);
 background-position: center top, center bottom;
 background-repeat: no-repeat;
 background-size: 100% auto;
}
.single_meta {
 padding: 5px 10px;
}
.post-categories .fas.fa-tag {
 color: #5C5C5C;
}
#page_title {
 font-size: 1.8em;
 line-height: 1.4em;
 text-align: center;
 padding: 15px 1em;
 color: #00b0ba;
}
#page_title .small {
 font-size: 0.7em;
}
.post-categories li {
 float: right;
}
.post-categories li a {
 display: block;
 margin: 2px;
 padding: 3px 13px;
 font-size: 1em;
 text-align: center;
 border-radius: 5px;
 background-color: #999;
 color: #fff;
 line-height: 1.2em;
 text-decoration: none;
}
.post-tags {
 overflow: hidden;
 padding: 5px 0;
}
.post-tags li {
 float: left;
}
.post-tags li a {
 display: block;
 margin: 0 3px 3px 0;
 border: 1px solid #409ae3;
 border-radius: 0 5px 5px 5px;
 line-height: 1em;
 font-size: 0.85em;
 text-decoration: none;
 font-weight: bold;
 color: #409ae3;
 padding: 5px 8px 4px 16px;
 position: relative;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 box-shadow: 2px 2px 0 #b9ddfa;
}
.post-tags li a:hover {
 background-color: #409ae3;
 color: #fff;
}
.post-tags li a:after {
 content: "";
 width: 4px;
 height: 4px;
 border: 1px solid #409ae3;
 position: absolute;
 left: 3px;
 top: 3px;
 border-radius: 54%;
 background-color: #fff;
 box-shadow: inset 1px 1px 0 #b9ddfa;
}
.page_title {
 font-size: 2em;
 line-height: 1.2em;
 padding: 10px 0;
}
.nopost {
 clear: both;
 padding: 40px 0;
 text-align: center;
 font-size: 1.1em;
 line-height: 1.6em;
 font-weight: bold;
}
.nopost.p404 {
 margin: 3em;
 font-size: 1.9em;
 color: #fd854b;
}
.nopost.p404 a {
 font-size: 0.7em;
 color: #000;
}
.comments_title {
 font-size: 1em;
 line-height: 1.6em;
}
/*sitemap
---------------------------------------*/
.sitemap_body {
 display: flex;
 flex-wrap: wrap;
}
.sitemap_body > div {
 width: 33.3333%;
 box-sizing: border-box;
 padding-right: 15px;
}
.sitemap_body li a {
 text-decoration: none;
 font-weight: bold;
 font-size: 1.1em;
 color: inherit;
}
.sitemap_body li a:after {
 content: "";
 width: 9px;
 height: 9px;
 position: absolute;
 left: 0;
 top: 6px;
 background-color: #9f9f9f;
}
.sitemap_body li li a:after {
 content: "";
 position: absolute;
 left: 2px;
 top: 5px;
 width: 0;
 height: 0;
 background-color: transparent;
 border-style: solid;
 border-width: 4px 6px;
 border-color: transparent transparent transparent #ff7417;
}
.sitemap_body li li a {
 position: relative;
 padding-left: 17px;
 text-decoration: none;
 font-size: 0.95em;
 color: #3e3a39;
}
.sitemap_body li li li a {
 font-weight: 500;
 padding-left: 3px;
}
.sitemap_body li li li a:after {
 display: none;
}
.content_post .sitemap_body li {
 list-style: none;
 margin-left: 0;
 padding-left: 0;
 margin-bottom: 15px;
}
.content_post .sitemap_body li li {
 margin-bottom: 10px;
}
.content_post .sitemap_body li ul {
 padding-top: 10px;
 padding-left: 9px;
}
.content_post .sitemap_body li ul ul {
 padding-left: 14px;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
 padding: 0;
 margin: 0;
 border: 0;
 outline: none;
 vertical-align: top;
}
.fancybox-wrap {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 8020;
}
.fancybox-skin {
 position: relative;
 background: #f9f9f9;
 color: #444;
 text-shadow: none;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.fancybox-opened {
 z-index: 8030;
}
.fancybox-opened .fancybox-skin {
 -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
 position: relative;
}
.fancybox-inner {
 overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
 -webkit-overflow-scrolling: touch;
}
.fancybox-error {
 color: #444;
 margin: 0;
 padding: 15px;
 white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
 display: block;
 width: 100%;
 height: 100%;
}
.fancybox-image {
 max-width: 100%;
 max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url('img/fancybox_sprite.png');
}
#fancybox-loading {
 position: fixed;
 top: 50%;
 left: 50%;
 margin-top: -22px;
 margin-left: -22px;
 background-position: 0 -108px;
 opacity: 0.8;
 cursor: pointer;
 z-index: 8060;
}
#fancybox-loading div {
 width: 44px;
 height: 44px;
 background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
 position: absolute;
 top: -18px;
 right: -18px;
 width: 36px;
 height: 36px;
 cursor: pointer;
 z-index: 8040;
}
.fancybox-nav {
 position: absolute;
 top: 0;
 width: 40%;
 height: 100%;
 cursor: pointer;
 text-decoration: none;
 background: transparent url('img/blank.gif');
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 z-index: 8040;
}
.fancybox-prev {
 left: 0;
}
.fancybox-next {
 right: 0;
}
.fancybox-nav span {
 position: absolute;
 top: 50%;
 width: 36px;
 height: 34px;
 margin-top: -18px;
 cursor: pointer;
 z-index: 8040;
 visibility: hidden;
}
.fancybox-prev span {
 left: 10px;
 background-position: 0 -36px;
}
.fancybox-next span {
 right: 10px;
 background-position: 0 -72px;
}
.fancybox-nav:hover span {
 visibility: visible;
}
.fancybox-tmp {
 position: absolute;
 top: -99999px;
 left: -99999px;
 visibility: hidden;
 max-width: 99999px;
 max-height: 99999px;
 overflow: visible !important;
}
.fancybox-lock {
 overflow: hidden;
}
.fancybox-overlay {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 display: none;
 z-index: 8010;
 background: url('img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
 position: fixed;
 bottom: 0;
 right: 0;
}
.fancybox-lock .fancybox-overlay {
 overflow: auto;
 overflow-y: scroll;
}
.fancybox-title {
 visibility: hidden;
 position: relative;
 text-shadow: none;
 z-index: 8050;
}
.fancybox-opened .fancybox-title {
 visibility: visible;
}
.fancybox-title-float-wrap {
 position: absolute;
 bottom: 0;
 right: 50%;
 margin-bottom: -35px;
 z-index: 8050;
 text-align: center;
}
.fancybox-title-float-wrap .child {
 display: inline-block;
 margin-right: -100%;
 padding: 2px 20px;
 background: transparent;
 background: rgba(0, 0, 0, 0.8);
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 text-shadow: 0 1px 2px #222;
 color: #FFF;
 font-weight: bold;
 line-height: 24px;
 white-space: nowrap;
}
.fancybox-title-outside-wrap {
 position: relative;
 margin-top: 10px;
 color: #fff;
}
.fancybox-title-inside-wrap {
 padding-top: 10px;
}
.fancybox-title-over-wrap {
 position: absolute;
 bottom: 0;
 left: 0;
 color: #fff;
 padding: 10px;
 background: #000;
 background: rgba(0, 0, 0, .8);
}
.mt10 {
 margin-top: 10px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mt60 {
 margin-top: 60px !important;
}
.mt70 {
 margin-top: 70px !important;
}
.mt80 {
 margin-top: 80px !important;
}
.mt90 {
 margin-top: 90px !important;
}
.mt100 {
 margin-top: 100px !important;
}
.mt110 {
 margin-top: 110px !important;
}
.mt120 {
 margin-top: 120px !important;
}
.mt130 {
 margin-top: 130px !important;
}
.mt140 {
 margin-top: 140px !important;
}
.mt150 {
 margin-top: 150px !important;
}
.mt160 {
 margin-top: 160px !important;
}
.mt170 {
 margin-top: 170px !important;
}
.mt180 {
 margin-top: 180px !important;
}
.mt190 {
 margin-top: 190px !important;
}
.mt200 {
 margin-top: 200px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.mb60 {
 margin-bottom: 60px !important;
}
.mb70 {
 margin-bottom: 70px !important;
}
.mb80 {
 margin-bottom: 80px !important;
}
.mb90 {
 margin-bottom: 90px !important;
}
.mb100 {
 margin-bottom: 100px !important;
}
.mb110 {
 margin-bottom: 110px !important;
}
.mb120 {
 margin-bottom: 120px !important;
}
.mb130 {
 margin-bottom: 130px !important;
}
.mb140 {
 margin-bottom: 140px !important;
}
.mb150 {
 margin-bottom: 150px !important;
}
.mb160 {
 margin-bottom: 160px !important;
}
.mb170 {
 margin-bottom: 170px !important;
}
.mb180 {
 margin-bottom: 180px !important;
}
.mb190 {
 margin-bottom: 190px !important;
}
.mb200 {
 margin-bottom: 200px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pt60 {
 padding-top: 60px !important;
}
.pt70 {
 padding-top: 70px !important;
}
.pt80 {
 padding-top: 80px !important;
}
.pt90 {
 padding-top: 90px !important;
}
.pt100 {
 padding-top: 100px !important;
}
.pt110 {
 padding-top: 110px !important;
}
.pt120 {
 padding-top: 120px !important;
}
.pt130 {
 padding-top: 130px !important;
}
.pt140 {
 padding-top: 140px !important;
}
.pt150 {
 padding-top: 150px !important;
}
.pt160 {
 padding-top: 160px !important;
}
.pt170 {
 padding-top: 170px !important;
}
.pt180 {
 padding-top: 180px !important;
}
.pt190 {
 padding-top: 190px !important;
}
.pt200 {
 padding-top: 200px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pb60 {
 padding-bottom: 60px !important;
}
.pb70 {
 padding-bottom: 70px !important;
}
.pb80 {
 padding-bottom: 80px !important;
}
.pb90 {
 padding-bottom: 90px !important;
}
.pb100 {
 padding-bottom: 100px !important;
}
.pb110 {
 padding-bottom: 110px !important;
}
.pb120 {
 padding-bottom: 120px !important;
}
.pb130 {
 padding-bottom: 130px !important;
}
.pb140 {
 padding-bottom: 140px !important;
}
.pb150 {
 padding-bottom: 150px !important;
}
.pb160 {
 padding-bottom: 160px !important;
}
.pb170 {
 padding-bottom: 170px !important;
}
.pb180 {
 padding-bottom: 180px !important;
}
.pb190 {
 padding-bottom: 190px !important;
}
.pb200 {
 padding-bottom: 200px !important;
}