@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;800;900&display=swap');
/*
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: #006BEB;
}
a:visited {
 color: #010082;
}
a:hover {
 color: #E42D71;
}
a:active {
 color: #E08B01;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
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 {
 text-align: left;
}
.flex {
 display: flex;
 gap: 30px;
}
.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;
}
.fs39 {
 font-size: 2.6em;
 line-height: 1.4em;
 position: relative;
 z-index: 1;
}
.fs36 {
 font-size: 2.2em;
 line-height: 1.4em;
 position: relative;
 z-index: 1;
}
/*body
---------------------------------------*/
body {
 font-size: 18px;
 line-height: 1.8em;
 font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #343434;
 font-weight: 500;
}
.wrap {
 max-width: 1200px;
 margin-right: auto;
 margin-left: auto;
 width: 94%;
}
.wrap1080 {
 max-width: 1080px;
 margin-right: auto;
 margin-left: auto;
 width: 94%;
}
.wrap830 {
 max-width: 830px;
 margin-right: auto;
 margin-left: auto;
}
#header {
 position: fixed;
 background-color: #fff;
 width: 100%;
 top: 0;
 left: 0;
 height: 85px;
 border-bottom: 2px solid #ee760f;
 box-sizing: border-box;
 z-index: 101;
}
.admin-bar #header {
 top: 32px;
}
#site-logo {
 position: absolute;
 left: 0;
 top: 10px;
}
#head_tel {
 position: absolute;
 right: 216px;
 top: 1px;
}
#head_contact {
 position: absolute;
 right: 0;
 top: 0;
}
#header #nav {
 position: absolute;
 right: 0;
 bottom: 5px;
}
#header #nav ul li {
 float: left;
 position: relative;
}
#header #nav ul li a {
 font-size: 0.85em;
 color: initial;
 text-decoration: none;
 display: block;
 margin: 0 15px;
 padding-left: 20px;
 background-image: url("img/SVG/pot.svg");
 background-repeat: no-repeat;
 background-size: 12px auto;
 background-position: left center;
}
#header #nav .sub-menu {
 z-index: 10;
 position: absolute;
 left: 0;
 top: 90%;
 opacity: 0;
 visibility: hidden;
 width: 300px;
 background-color: #ed6d00;
 transition: 0.3s ease-in-out;
}
#header #nav li:hover .sub-menu {
 opacity: 1;
 visibility: visible;
 top: 100%;
}
#header #nav .sub-menu li {
 float: none;
}
#header #nav .sub-menu li a {
 display: block;
 color: #fff;
 padding: 3px 10px 3px 37px;
 margin: 0;
 background-position: 17px 13px;
 transition: 0.3s ease-in-out;
 background-image: url(img/SVG/pot_w.svg);
}
#header #nav .sub-menu li:hover a {
 background-color: #f7a26e;
}
#header .wrap.rela {
 height: 100%;
 width: 100%;
}
#header .wrap.rela:after {
 content: "";
 position: absolute;
 right: -96px;
 width: 87px;
 bottom: -3px;
 height: 54px;
 background-image: url(img/pot2.png);
 background-repeat: no-repeat;
 background-size: 100% auto;
 background-position: left bottom;
}
#main {
 padding-top: 85px;
}
#head_tel a {
 color: #60a224;
 text-decoration: none;
 font-size: 1.7em;
 display: block;
 background-image: url(img/SVG/tel_g.svg);
 background-repeat: no-repeat;
 background-size: 32px auto;
 background-position: left center;
 padding: 5px 0 5px 38px;
 line-height: 1em;
}
#head_contact a {
 color: #fff;
 background-color: #ed6d00;
 text-decoration: none;
 font-size: 1em;
 padding: 8px 16px 14px 16px;
 border-radius: 0 0 10px 10px;
 line-height: 1em;
 display: block;
}
.ex {
 font-size: 1.1em;
 line-height: 1.8em;
}
.ex p {
 margin-bottom: 1.5em;
}
.ex p:last-child {
 margin-bottom: 0;
}
#top_about {
 margin-top: 60px;
}
#top_about .left {
 width: 65%;
}
#top_about .right {
 width: 35%;
 text-align: right;
}
#top_voice {
 margin-top: 170px;
}
#top_voice .wrap {
 position: relative;
}
#top_voice .wrap:after {
 content: "";
 position: absolute;
 right: -116px;
 top: -27px;
 width: 330px;
 height: 280px;
 background-repeat: no-repeat;
 background-image: url(img/illust03.png);
 background-size: 100% auto;
 background-position: center;
}
.boxVoice article .flex {
 padding: 30px;
 gap: 50px;
 border-radius: 20px;
 box-shadow: 0 0 15px #00000038;
 background-color: #fff;
 margin: 15px 30px;
}
.boxVoice_cover {
 position: relative;
 z-index: 2;
}
.boxVoice article .thumb {
 width: 45%;
}
.boxVoice article .content {
 width: 55%;
}
.boxVoice article h3 {
 font-size: 1.5em;
 line-height: 1.4em;
 margin-bottom: 1em;
}
.boxVoice article .title {
 font-size: 1.2em;
 line-height: 1.6em;
}
.bx-pager.bx-default-pager {
 text-align: center;
}
.bx-pager.bx-default-pager .bx-pager-item {
 display: inline-block;
 margin: 0 10px;
}
.bx-pager.bx-default-pager .bx-pager-item a {
 width: 50px;
 height: 8px;
 background-color: #b8b8b8;
 text-indent: -999px;
 overflow: hidden;
 display: block;
}
.bx-controls-direction a {
 background-color: #ed6d00;
 width: 70px;
 height: 70px;
 overflow: hidden;
 display: block;
 border-radius: 150%;
 text-indent: -9999px;
 position: absolute;
 left: -20px;
 top: 37%;
 background-image: url(img/SVG/arrow.svg);
 background-size: 15px auto;
 background-repeat: no-repeat;
 background-position: center;
 transform: rotate(180deg);
}
.bx-controls-direction a.bx-next {
 left: auto;
 right: -20px;
 transform: rotate(0deg);
}
.bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active {
 background-color: #ed6d00;
}
/*Button
---------------------------------------*/
div.amazon {
 max-width: 280px;
}
a.amz_btn {
 display: block;
 background-color: #f79707;
 color: #fff;
 text-decoration: none;
 text-align: center;
 font-weight: 400;
 max-width: 248px;
 margin: 30px auto 10px auto;
 border-radius: 150px;
 padding: 13px 0;
 font-size: 16px;
 line-height: 1em;
 letter-spacing: 0.2px;
 box-shadow: 0px 1px 0 #cfae90;
 transition: 0.3s ease-in-out;
}
a.amz_btn:hover {
 background-color: #cb7d07;
}
/*TOP
---------------------------------------*/
#mainimage {
 text-align: center;
 height: 580px;
 box-sizing: border-box;
 background-image: url(img/meinimage.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 letter-spacing: 3px;
}
#mainimage .wrap.rela {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 box-sizing: border-box;
 color: #fff;
 background-image: url(img/illust.png);
 background-repeat: no-repeat;
 background-position: center;
}
#mainimage .catch {
 font-size: 1.7em;
 line-height: 1.3em;
 text-shadow: 5px 5px 0 #80522a;
}
#mainimage .catch2 {
 line-height: 1.6em;
 margin: 17px 0;
 font-size: 2.4em;
 font-weight: 800;
 text-shadow: 5px 5px 0 hsla(30, 3%, 15%, 0.50);
}
.contact_btn a {
 background-color: #3db402;
 color: #fff;
 display: block;
 text-decoration: none;
 max-width: 550px;
 margin: 60px auto 19px auto;
 border-radius: 150px;
 line-height: 1em;
 padding: 15px 0;
 font-size: 1.5em;
 font-weight: 800;
 letter-spacing: 2px;
 box-shadow: 5px 5px 0 #ed6d00;
 position: relative;
}
.contact_btn a:after {
 content: "";
 width: 73px;
 height: 85px;
 background-image: url(img/free.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% auto;
 position: absolute;
 left: -27px;
 top: -42px;
 z-index: 10;
}
.contact_btn a span {
 position: relative;
 top: -10px;
 margin-left: 10px;
}
.contact_btn {
 position: relative;
}
.contact_btn:after {
 content: "";
 position: absolute;
 left: 0;
 top: -36px;
 width: 100%;
 background-image: url(img/30sec.png);
 background-position: center top;
 height: 30px;
 background-size: 232px auto;
 background-repeat: no-repeat;
}
#mainimage .under {
 font-weight: 700;
}
.line1 {
 background-image: url(img/line.png);
 height: 55px;
 background-position: center;
 background-repeat: repeat-x;
 margin: 10px 0;
}
.sv_title {
 text-align: center;
 font-size: 2.2em;
 line-height: 1.6em;
 margin: 40px 0 60px 0;
 font-weight: 600;
 letter-spacing: 2px;
 position: relative;
 z-index: 2;
}
#top_service {
 margin-top: 80px;
}
.sv_title .en {
 display: block;
 font-size: 0.4em;
 line-height: 1em;
 margin-top: 10px;
 font-weight: 500;
 color: #80522a;
}
#top_service .serv.flex {
 margin-bottom: 80px;
 flex-direction: row-reverse;
}
#top_service .serv.flex.reverce_flex {
 flex-direction: initial;
}
.serv.flex .thumb {
 width: 60%;
}
.serv.flex .content {
 width: 40%;
 box-sizing: border-box;
 padding: 0 30px;
 display: flex;
 align-items: center;
}
#top_service h3 {
 font-size: 1.8em;
 line-height: 1.3em;
 margin-bottom: 30px;
 text-align: center;
 font-weight: 500;
 color: #ed6d00;
 position: relative;
}
#top_service h3 a {
 text-decoration: none;
 color: #ed6d00;
}
#top_service h3:after, #top_service h3:before {
 content: "";
 position: absolute;
 left: 0;
 top: 0.6em;
 width: 2.5em;
 height: 1px;
 background-color: #ed6d00;
}
#top_service h3:after {
 left: auto;
 right: 0;
}
/*Nayami */
.nayami {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 text-align: center;
 align-items: center;
 gap: 40px;
 margin: 120px 0 0 0;
 position: relative;
}
.nayami li {
 padding: 53px 0;
 min-height: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
 background-image: url(img/cloud1.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 72% auto;
 font-size: 1.5em;
 line-height: 2em;
}
.nayami li:nth-child(2) {
 background-image: url(img/cloud2.png);
}
.nayami li:nth-child(3) {
 background-image: url(img/cloud3.png);
}
.nayami li:nth-child(4) {
 background-image: url(img/cloud4.png);
}
.nayami li:nth-child(5) {
 background-image: url(img/cloud5.png);
}
.nayami li:nth-child(6) {
 background-image: url(img/cloud6.png);
}
#top_nayami {
 margin-top: 160px;
 padding-bottom: 180px;
 position: relative;
}
#top_nayami:after {
 content: "";
 width: 440px;
 height: 293px;
 background-image: url(img/illust01.png);
 background-repeat: no-repeat;
 position: absolute;
 right: -200px;
 top: -80px;
 z-index: 0;
 background-size: 100% auto;
}
.nayami:before {
 content: "";
 width: 265px;
 height: 180px;
 background-image: url(img/tree.png);
 background-repeat: no-repeat;
 position: absolute;
 left: -82px;
 bottom: -210px;
 z-index: 0;
 background-size: 100% auto;
}
#top_solution {
 margin-top: 160px;
 margin-bottom: 50px;
}
/*Contact box */
.contact_section {
 background-image: url(img/fiarm_Back.webp);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 padding: 60px 0;
 position: relative;
 z-index: 2;
}
.contact_section .wrap1080 {
 background-color: hsl(25deg 46% 18% / 95%);
 color: #fff;
 text-align: center;
 padding: 45px 30px;
 box-sizing: border-box;
 border-radius: 20px;
}
.contact_section .title {
 font-size: 2em;
 line-height: 1.5em;
 margin-bottom: 20px;
}
.contact_btns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
 margin: 70px 0 25px 0;
}
.contact_btns a {
 display: block;
 border-radius: 150px;
 background-color: #3db402;
 color: #fff;
 text-decoration: none;
 max-width: 380px;
 width: 50%;
 padding: 23px 0 0 0px;
 line-height: 1em;
 font-size: 1.1em;
 height: 78px;
 box-sizing: border-box;
 position: relative;
}
.contact_btns a span {
 position: relative;
 top: -6px;
 font-weight: 800;
 margin-left: 10px;
}
.contact_btns a:last-child {
 background-color: #ed6d00;
 font-size: 1.7em;
 padding: 17px 0 0 0;
}
.contact_btns .small {
 display: block;
 line-height: 1em;
 font-size: 0.45em;
 margin-top: 14px;
}
.contact_btns a:last-child span {
 font-weight: 600;
}
.contact_btns a:after {
 content: "";
 width: 100%;
 position: absolute;
 top: -41px;
 height: 30px;
 background-image: url(img/30sec.png);
 left: 0;
 background-repeat: no-repeat;
 background-size: 225px;
 background-position: center top;
}
.contact_btns a:last-child:after {
 background-image: url(img/tantou.png);
 background-size: 289px auto;
}
/*About */
#top_about {
 margin-top: 60px;
}
#top_about .left {
 width: 65%;
}
#top_about .right {
 width: 35%;
 text-align: right;
}
#top_about {
 margin-top: 60px;
}
#top_about .left {
 width: 65%;
}
#top_about .right {
 width: 35%;
 text-align: right;
}
/*Voice */
#top_voice {
 margin-top: 170px;
}
#top_voice .wrap {
 position: relative;
}
#top_voice .wrap:after {
 content: "";
 position: absolute;
 right: -116px;
 top: -27px;
 width: 330px;
 height: 280px;
 background-repeat: no-repeat;
 background-image: url(img/illust03.png);
 background-size: 100% auto;
 background-position: center;
}
/*Flow*/
#top_flow {
 margin-top: 150px;
 padding: 30px 0 60px 0;
 background-color: #ececec;
}
#top_flow .wrap {
 position: relative;
}
#top_flow .wrap:after {
 content: "";
 width: 335px;
 height: 272px;
 position: absolute;
 left: -97px;
 top: -10px;
 background-image: url(img/illust04.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% auto;
}
#top_flow .wrap:before {
 content: "";
 width: 270px;
 height: 260px;
 position: absolute;
 right: -42px;
 bottom: 0px;
 background-image: url(img/illust05.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% auto;
}
#top_flow ol li {
 background-color: #fff;
 padding: 20px 10px 20px 20px;
 margin-bottom: 10px;
 position: relative;
 z-index: 2;
}
#top_flow ol li dl {
 display: flex;
 gap: 30px;
}
#top_flow ol li dt {
 width: 110px;
 text-align: center;
}
#top_flow ol li dd {
 width: calc(100% - 140px);
}
#top_flow ol li dt img {
 height: 44px;
 width: auto;
}
#top_flow ol li dt .step {
 font-weight: 800;
 text-align: center;
 color: #5d9c33;
 font-size: 1.2em;
 line-height: 1em;
 margin-bottom: 18px;
}
#top_flow ol li:last-child dt img {
 height: 34px;
}
#top_flow ol li dd h3 {
 margin-bottom: 10px;
 font-size: 1.3em;
 line-height: 1.4em;
}
/*Company */
#top_company {
 margin: 80px 0;
}
.content_post .company_table table td {
 padding: 20px 80px;
 border: none;
 border-bottom: 1px dotted #b3977f;
 box-sizing: border-box;
}
.content_post .company_table table td:first-child {
 padding-right: 20px;
 width: 270px;
}
.content_post .company_table table td:last-child {
 padding-left: 20px;
}
/*Seminar
---------------------------------------*/
.seminar_list li {
 border-bottom: 1px dotted #aaa;
 margin: 15px 0;
 padding: 30px 0;
 box-sizing: border-box;
 font-size: 1rem;
}
.seminar_list li dt {
 font-size: 1.5em;
 line-height: 1.8em;
 margin: 0 0 10px 0;
}
.seminar_list li dt a {
 color: initial;
}
.seminar_list li dd p {
 font-size: 1rem;
 line-height: 1.6em;
}
.seminar_list {
 margin: 0 auto;
 max-width: 1000px;
}
.seminar_list li dd .info_date {
 font-size: 1.15em;
}
.seminar_list li dd {
 display: flex;
 gap: 30px;
 justify-content: space-between;
}
.seminar_list li dd .right img {
 border-radius: 15px;
 max-height: 190px;
}
.seminar_list li .left .muryou {
 background-color: #e53c3c;
 color: #fff;
 display: inline-block;
 padding: 5px 15px;
 margin-top: 10px;
 margin-right: 5px;
 border-radius: 5px;
}
.seminar_list li .btn a {
 display: inline-block;
 background-color: #ed6d00;
 text-decoration: none;
 color: #fff;
 margin: 20px 0 0 0;
 padding: 8px 15px;
 border-radius: 150px;
 min-width: 150px;
 text-align: center;
}
/*footer
---------------------------------------*/
#footer {
 padding: 40px 0 50px 0;
 background-color: #ed6d00;
 color: #fff;
 font-size: 0.85em;
 position: relative;
 z-index: 2;
}
#pagetop {
 position: fixed;
 right: 0px;
 bottom: 0px;
 z-index: 100;
}
#footer .flex {
 justify-content: space-between;
}
#footer a {
 color: #fff;
 text-decoration: none;
}
#footer .flex .left {
 display: flex;
}
#footer .flex .left > ul {
 min-width: 200px;
 font-size: 0.9em;
}
.footer-logo {
 margin-bottom: 17px;
}
#footer .flex .right .footer_tel {
 margin-bottom: 9px;
}
#footer .flex .right .footer_line, #footer .flex .right .footer_tel {
 margin-left: 20px;
}
#footer .flex .right .footer_line span, #footer .flex .right .footer_tel span {
 margin-left: 15px;
}
#footer .flex .left div {
 min-width: 200px;
 padding-right: 20px;
 box-sizing: border-box;
}
#pagetop a {
 background-image: url(img/SVG/arrow.svg);
 transform: rotate(-90deg);
 display: block;
 background-color: #ed6d00;
 height: 70px;
 width: 70px;
 background-position: center;
 background-size: 22%;
 background-repeat: no-repeat;
 border-radius: 150%;
}
#copyright small {
 display: block;
 text-align: center;
 margin-top: 60px;
 font-size: 13px;
 font-weight: 200;
}
/*contant
---------------------------------------*/
/*Faq
---------------------------------------*/
#top_faq {
 margin-top: 80px;
}
.content_post .schema-faq-section {
 box-sizing: border-box;
 margin-bottom: 10px;
 position: relative;
}
.content_post .schema-faq-section:before {
 content: "Q";
 position: absolute;
 font-family: 'Roboto', sans-serif;
 color: #fff;
 left: 35px;
 top: 6px;
 font-size: 2.1em;
 line-height: 1em;
 font-weight: bold;
 z-index: 2;
}
.content_post .schema-faq-section .schema-faq-question {
 font-size: 1.3em;
 display: block;
 cursor: pointer;
 padding: 11px 80px;
 position: relative;
 background: none;
 background-color: #80522a;
 color: #fff;
 border-radius: 50px;
}
.content_post .schema-faq-section .schema-faq-question strong {
 font-weight: 500;
}
.content_post .schema-faq-section .schema-faq-answer {
 display: none;
 padding: 20px 20px 20px 80px;
 border-radius: 30px;
 margin-top: 10px;
 position: relative;
 background-color: #ebebeb;
 margin-bottom: 35px;
}
.content_post .schema-faq-section .schema-faq-answer:before {
 content: "A";
 position: absolute;
 font-family: 'Roboto', sans-serif;
 color: #414141;
 left: 36px;
 top: 22px;
 font-size: 2.2em;
 line-height: 1em;
 font-weight: bold;
}
.content_post .schema-faq-section .schema-faq-question:after {
 content: "";
 position: absolute;
 right: 23px;
 top: 50%;
 z-index: 0;
 height: 1px;
 width: 20px;
 background-color: #fff;
}
.content_post .schema-faq-section .schema-faq-question:before {
 content: "";
 position: absolute;
 right: 23px;
 transform: rotate(90deg);
 top: 50%;
 z-index: 0;
 height: 1px;
 width: 20px;
 background-color: #fff;
}
.content_post .schema-faq-section .schema-faq-question.active:before {
 display: none;
}
/*archive
---------------------------------------*/
.news_list li {
 position: relative;
 padding: 10px 0 10px 0;
 border-bottom: 1px solid #c6c6c6;
 border-radius: 5px;
 margin-bottom: 10px;
 -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;
}
.news_list li:last-child {
 border: none;
}
.news_list li a {
 text-decoration: none;
 color: initial;
}
.news_list li dt {
 font-size: 1rem;
}
.news_list li h3 {
 font-size: 1.1em;
 line-height: 1.4em;
}
.news_list li .ex {
 font-size: 0.85em;
 line-height: 1.4em;
 padding-left: 2em;
 padding-top: 5px;
}
.news_list li .date {
 width: 150px;
}
.news_list li .cat {
 width: calc(100% - 150px);
}
.news_list li .cat .cat_ {
 background-color: #000;
 color: #fff;
 font-size: 0.75em;
 display: inline-block;
 padding: 4px 10px;
 line-height: 1em;
 margin: 0 1px 1px 0;
}
.news_list li .title {
 font-weight: bold;
 font-size: 1.1em;
 line-height: 1.5em;
 margin: 5px 0 0 0;
}
.news_list {
 padding: 10px 0 20px 0;
 max-width: 700px;
 margin: 0 auto;
}
.more_news {
 background-color: #000;
 max-width: 220px;
 margin: 0 auto;
 text-align: center;
}
.more_news a {
 display: block;
 color: #fff;
 text-decoration: none;
 padding: 4px 0;
 font-size: 0.9em;
 -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;
}
.seminar_list_link a {
 display: block;
 margin: 0 auto 30px auto;
 text-align: center;
 max-width: 300px;
 background-color: #60a224;
 color: #fff;
 text-decoration: none;
 border-radius: 150px;
 padding: 10px 0;
 border: 1px solid #60a224;
 transition: 0.3s ease-in-out;
}
.seminar_list_link a:hover {
 background-color: #fff;
 color: #60a224;
}
.more_news a:hover {
 background-color: #171717;
}
#archive_title {
 font-size: 1.8em;
 text-align: center;
 line-height: 1.6em;
 padding-bottom: 15px;
 margin-bottom: 60px;
 position: relative;
}
#archive_title:after {
 content: "";
 width: 4%;
 left: 48%;
 height: 1px;
 border-bottom: dotted 2px #929292;
 display: block;
 position: absolute;
 bottom: 0;
}
.archive_post {
 padding-bottom: 20px;
 padding-top: 15px;
}
.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;
}
.archive_list {
 display: flex;
 flex-wrap: wrap;
 gap: 30px;
}
.archive_list li {
 width: calc(33.333% - 20px);
}
.archive_list li .date {
 font-size: 0.8em;
 line-height: 1.3em;
}
.archive_list li h3 a {
 text-decoration: none;
 display: block;
 margin: 10px 0;
 color: initial;
 font-size: 1.15em;
 line-height: 1.4em;
}
.archive_list li .ex {
 font-size: 0.8em;
 line-height: 1.4em;
 margin-top: 5px;
 color: #656565;
 font-weight: 300;
}
/*LP 2025-5
---------------------------------------*/
.add_class_lp1 {
 .hiryou_video {
  max-width: 440px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
 }
 .content_post {
  max-width: 750px;
  margin: 0 auto;
  font-family: 'M PLUS 1p', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
 }
 .content_post div {
  margin: 0;
 }
 .wp-block-cover.lp_message1 {
  padding: 50px 0 140px 0;
  font-size: 1.4em;
  font-weight: 500;
 }
 .wp-block-cover.lp_message1 .wp-block-cover__background {
  opacity: 1 !important;
  background-color: transparent !important;
  background-image: url(//nokilog.net/wp-content/uploads/2024/10/block7_2x.webp);
  background-repeat: no-repeat;
  background-size: 94% auto;
  background-position: left bottom;
 }
 .wp-block-cover.lp_message1.noback {
  padding-bottom: 50px;
 }
 .wp-block-cover.lp_message1.noback .wp-block-cover__background {
  background-image: none;
 }
 .wp-block-cover.lp_message1 h3 {
  background: none;
  border: none;
  font-weight: bold;
  color: #006837;
  font-size: 1.35em;
  padding-right: 0;
  padding-left: 0;
  line-height: 1.6em;
 }
 .wp-block-cover.lp_message1 h3 strong {
  background: linear-gradient(to bottom, #ffffff00 0%, #ffffff00 51%, #f9f970 51%, #f9f970 90%, #ffffff00 90%, #ffffff00 99%);
 }
 .wp-block-cover.lp_message1 p {
  line-height: 1.6em;
 }
 .content_post ul.seminar_link_list li a {
  color: #000;
  padding: 5px 0;
  display: block;
 }
 .content_post ul.seminar_link_list li {
  margin: 5px 0 5px 2em;
  font-size: 1.15em;
 }
 .content_post ul.seminar_link_list li span {
  color: #000 !important;
 }
 .content_post ul.seminar_link_list {
  padding-bottom: 30px;
 }
}
/*searchform sou
---------------------------------------*/
.widget_search {
 position: relative;
}
.widget_search input[type="search"] {
 padding: 12px 30px 10px 10px;
 border-radius: 4px;
 width: 100%;
 font-size: 18px;
 box-sizing: border-box;
 background-color: #f7f7f7;
 border: 1px solid #eaeaea;
}
.widget_search .wp-block-search__button {
 padding: 9px 14px;
 border-radius: 9px;
 border: none;
 line-height: 1em;
 font-size: 1em;
 background-color: transparent;
 color: #fff;
 position: absolute;
 right: 4px;
 top: 8px;
 background-size: 72% auto;
 background-image: url(img/SVG/search_gray.svg);
 background-repeat: no-repeat;
 width: 30px;
 height: 30px;
 text-indent: -999px;
 overflow: hidden;
 cursor: pointer;
 opacity: 0.4;
 margin: 0;
 background-position: center;
}
.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, .wpcf7-form [name="prefecture"] {
 padding: 9px 10px;
 border-radius: 4px;
 margin-bottom: 5px;
 border: 1px solid #DDDDDD;
 width: 100%;
 font-size: 18px;
 box-sizing: border-box;
 font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpcf7-form [name="prefecture"] {
 width: auto;
}
.wpcf7-form input[type="tel"], .wpcf7-form [name="prefecture"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form textarea {
 font-size: 18px;
}
.wpcf7-form input[name="zip"] {
 width: 8em;
}
.wpcf7-form input[type="checkbox"] {
 border-radius: 4px;
 margin-left: 10px;
}
.wpcf7-form input[type="submit"] {
 padding: 13px 0;
 background-color: #278bed;
 border: none;
 border-radius: 150px;
 font-weight: bold;
 color: #Fff;
 font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 margin: 0 auto;
 display: block;
 width: 90%;
 max-width: 480px;
 -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;
}
.mw_wp_form input.in_back_btn {
 background-color: #666;
 padding: 6px 0;
 max-width: 100px;
}
.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 {
 font-size: 0.7em;
 font-weight: bold;
 margin-left: 10px;
 background-color: #DA4525;
 color: #fff;
 padding: 2px 10px;
 border-radius: 5px;
 display: inline-block;
}
.nini {
 font-size: 0.75em;
 font-weight: bold;
 margin-left: 10px;
 background-color: #84c9ed;
 color: #fff;
 padding: 2px 10px;
 border-radius: 5px;
 display: inline-block;
}
.wpcf7 form .wpcf7-response-output {
 background-color: #4bc555;
 text-align: center;
 color: #fff;
 font-weight: bold;
 border: 1px solid #4bc555;
 border-radius: 150px;
 padding: 1em;
 line-height: 1.3em;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
 background-color: #21BB54;
 border: 1px solid #21BB54;
 padding: 1em;
}
.wpcf7-validation-errors, .wpcf7 form.invalid .wpcf7-response-output {
 background-color: #9c4243;
 border: 1px solid #9c4243;
 padding: 1em;
}
.content_post .basic_form dt {
 width: 240px;
 line-height: 1.3em;
 padding: 7px 5px;
 box-sizing: border-box;
}
.content_post .wpcf7-list-item {
 margin-left: 0;
}
.content_post .basic_form dd {
 padding: 7px 5px;
 line-height: 1.3em;
 box-sizing: border-box;
 width: calc(100% - 240px);
 margin: 0;
}
.content_post .basic_form {
 padding-top: 6px;
 max-width: 760px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
}
.content_post .wrap830 .basic_form {
 max-width: 100%;
}
.wp-block-button.tel_btn a {
 padding: 14px 1em 14px 60px;
 line-height: 1.3em;
 background-image: url(img/SVG/tel_w.svg);
 background-position: 6% center;
 background-repeat: no-repeat;
 background-size: 54px auto;
 width: 320px;
 box-sizing: border-box;
}
.wp-block-button.line_btn a {
 padding: 20px 1em 20px 69px;
 line-height: 1.3em;
 background-image: url(img/SVG/line.svg);
 background-position: 6% center;
 background-repeat: no-repeat;
 background-size: 41px auto;
 box-sizing: border-box;
}
.content_post .basic_form p {
 margin-bottom: 0;
}
.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: 3px 14px;
 margin: 2px;
 border: #ed6d00 solid 1px;
 display: inline-block;
 background-color: #ed6d00;
 color: #fff;
 border-radius: 1px;
 -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: #ed6d00;
}
.wp-pagenavi span.current {
 font-weight: bold;
 border: none;
 background-color: transparent;
 color: #ed6d00;
}
#page_link {
 padding: 30px 5px;
 overflow: hidden;
 border-top: 1px dotted #aaa;
 display: flex;
 margin-top: 30px;
 column-gap: 30px;
}
#page_link .page_link {
 width: 50%;
}
#page_link .page_link a {
 display: flex;
 text-decoration: none;
 color: initial;
 -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;
 eight: 100%;
}
#page_link .page_link a:hover {
 background-color: #f3f3f3;
}
#page_link .page_link a .thumb {
 width: 150px;
 box-sizing: border-box;
 padding: 0 25px 0 0;
}
#page_link .page_link.page_next a .thumb {
 padding: 0 0 0 25px;
}
#page_link .page_link a .title {
 width: calc(100% - 150px);
 display: flex;
 align-items: center;
}
#page_link .page_link.page_next a {
 flex-direction: row-reverse;
}
#page_link .page_link.page_next a .title {
 text-align: right;
 justify-content: right;
}
#page_link span {
 box-sizing: border-box;
}
#page_link .previous {
 float: left;
 text-align: left;
 padding-right: 0;
 margin-bottom: 5px;
}
#page_link .next {
 text-align: right;
 padding-left: 0;
 float: right;
}
#page_link span a {
 padding: 16px 25px;
 display: block;
 font-size: 0.9em;
 border-radius: 5px;
 font-weight: bold;
 line-height: 1.3em;
 text-decoration: none;
 border: 1px solid #d8d8d8;
 background-size: 8px auto;
 color: #333;
 background-color: #f7f7f7;
 box-shadow: 2px 2px 0 #e0e0e0;
 -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;
}
#page_link span a:hover {
 background-color: #E0E0E0;
}
.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;
 line-height: 1.2em;
 color: #9d9d9d;
 font-weight: 200;
}
#pankuzu a {
 text-decoration: none;
 color: #9d9d9d;
 font-weight: 200;
}
/*CTA
---------------------------------------*/
body .content_post .insert_cta_content {
 div, figure, p {
  margin-bottom: 10px;
  line-height: 1.6em;
 }
 .has-background {
  padding: 30px;
 }
 a.wp-block-button__link.has-white-color.has-text-color {
  padding: 18px 30px;
  margin: 0.1em auto 1em auto;
  max-width: 730px;
  display: block;
  letter-spacing: 1px;
  box-shadow: 5px 5px 0 #8eb48e;
 }
 a.wp-block-button__link.has-white-color.has-text-color strong {
  position: relative;
  padding-left: 48px;
 }
 a.wp-block-button__link.has-white-color.has-text-color strong:before {
  content: "";
  width: 37px;
  height: 38px;
  background-image: url(img/line_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
 }
 .space {
  padding-left: 2em;
  padding-right: 2em;
 }
 .wp-block-heading.red_present {
  background-color: #d81c1c;
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  line-height: 1.4em;
  padding: 5px 20px;
  transform: skewX(-5deg);
 }
 ul li {
  list-style: none;
  padding-left: 40px;
  margin: 13px 0 13px 2em;
  font-size: 1.1em;
  background-image: url(img/check563.svg);
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 20px auto;
  min-height: 2em;
 }
}
/*content post
---------------------------------------*/
.content_post {
 clear: both;
 padding-bottom: 20px;
 padding-top: 15px;
 text-align: left;
 word-wrap: break-word;
}
.content_post .drone {
 background-color: #0693e3;
 color: #fff;
 display: inline-block;
 padding: 5px 25px;
 border-radius: 150px;
 margin: -10px 0 1.5em 0;
}
.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;
 width: 100%;
}
.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 code {
 background-color: #f4f4f4;
 padding: 5px 8px;
 border: 1px solid #dcdcdc;
 border-radius: 5px;
}
.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 ul ul, .content_post ol ol {
 padding-top: 10px;
}
.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.6em;
 line-height: 1.2em;
 color: #417512;
}
.single-product .content_post h2 {
 background-color: #f5f5f5;
 padding: 8px 8px;
}
.single-product .content_post h2.has-text-color {
 background-color: transparent;
 padding: 5px 0;
}
.content_post h3 {
 display: block;
 font-size: 1.3em;
 font-weight: bold;
 margin-top: 1.3em;
 margin-bottom: 1em;
 margin-left: 0px;
 padding: 0;
 clear: both;
 line-height: 1.2em;
 color: #60a224;
 border-radius: 1px;
}
.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: #ed6d00;
 border-bottom: 2px solid #ed6d00;
 padding: 0 2px 5px 2px;
}
.content_post h5 {
 background-color: #eff7e6;
 display: block;
 font-size: 1em;
 font-weight: bold;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding-bottom: 0px;
 line-height: 1em;
 padding: 10px 13px 11px 13px;
 position: relative;
 border-radius: 1px;
 color: #497716;
}
.content_post h6 {
 font-size: 1.05em;
 font-weight: bold;
 margin-top: 1em;
 margin-bottom: 1em;
}
.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: 12px 8px;
 border: none;
 border-bottom: 1px dotted #c7aa99;
}
.content_post table td:first-child {
 width: 150px;
}
.content_post .detail_table table td:first-child {
 width: auto;
}
.content_post .detail_table table tr:first-child td {
 background-color: #dbe5da;
}
.content_post .detail_table table th, .content_post .detail_table table td {
 border: 1px solid #535353;
 line-height: 1.3em;
 font-size: 0.85em;
 padding: 6px 3px;
 text-align: center;
}
.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:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: 0;
 left: 0;
 top: 0;
 background-color: #00000082;
}
.page_head h1 {
 position: relative;
 z-index: 2;
 font-size: 2.2em;
 line-height: 1.3em;
}
.page_head {
 height: 250px;
 display: flex;
 justify-content: center;
 align-items: center;
 box-sizing: border-box;
 position: relative;
 text-align: center;
 padding: 50px 0;
 background: linear-gradient(45deg, #888888 0%, #888888 100%);
 color: #fff;
 background-image: url(img/header_base.webp);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.page_head h1 {
 font-size: 2em;
}
.content_post .w600 {
 max-width: 600px;
 margin: 1.5em auto;
}
.content_post .w700 {
 max-width: 700px;
 margin: 1.5em auto;
}
.content_post .w800 {
 max-width: 800px;
 margin: 1.5em auto;
}
.content_post .w900 {
 max-width: 900px;
 margin: 1.5em auto;
}
.content_post .gray_list li {
 list-style: none;
 background-color: #f8f8f8;
 padding: 15px 1em;
 margin-left: 0;
 font-weight: bold;
}
.content_post .wp-block-columns.reverse {
 flex-direction: row-reverse;
}
.content_post .table_bottom_border td {
 border: none;
 box-sizing: border-box;
 padding: 15px;
 border-bottom: 1px solid #aaa;
}
.page_head.back_image {
 height: 350px;
 display: flex;
 justify-content: center;
 align-items: center;
 box-sizing: border-box;
 position: relative;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
.page_head.back_image:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: 0;
 left: 0;
 top: 0;
 background-color: #00000082;
}
.page_head.back_image h1 {
 position: relative;
 z-index: 2;
 font-size: 2.5em;
 line-height: 1.3em;
}
.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;
}
.wp-block-table.about_table td:first-child {
 width: 150px;
 background-color: #e7e7e787;
}
.wp-block-table.about_table td {
 padding: 10px 12px;
 border: none;
 border-bottom: 1px solid #b0b0b061;
}
/*Product
---------------------------------------*/
.archive_custom_head {
 position: relative;
 padding: 3.5em 0;
 text-align: center;
 color: #fff;
}
.archive_custom_head .head_custom_catch {
 font-size: 1.5em;
 font-weight: 900;
 letter-spacing: 4px;
 line-height: 1.6em;
}
#archive_custom_title {
 text-align: center;
 margin: 30px 0 50px 0;
 position: relative;
 padding-bottom: 35px;
}
#archive_custom_title:after {
 content: "";
 background-image: url(img/SVG/dot_or.svg);
 background-position: center;
 background-repeat: no-repeat;
 left: 0;
 bottom: 0;
 height: 5px;
 background-size: auto 4px;
 width: 100%;
 position: absolute;
}
.archive_product_list {
 display: flex;
 gap: 30px;
 flex-wrap: wrap;
 row-gap: 60px;
}
.archive_product_list li {
 width: calc(50% - 15px);
}
.archive_product_list li dl {
 display: flex;
 gap: 20px;
}
.archive_product_list li dl dt {
 width: 190px;
}
.archive_product_list li dl dd {
 width: calc(100% - 210px);
}
.archive_product_list li .ar_list li {
 width: auto;
 line-height: 1.4em;
 margin: 7px 0;
 margin-left: 15px;
 position: relative;
}
.archive_product_list li .ar_list {
 font-size: 0.75em;
 background-color: #fcf4ed;
 padding: 10px 15px;
 border-radius: 12px;
 margin-top: 10px;
}
a.pro_link {
 background-color: #ed6d00;
 color: #fff;
 display: block;
 text-align: center;
 text-decoration: none;
 font-size: 0.8em;
 padding: 11px 1px;
 line-height: 1em;
 margin-top: 1px;
 border-radius: 8px;
 border: 1px solid #ed6d00;
 transition: 0.3s ease-in-out;
}
.archive_product_list li dl dt img {
 border-radius: 8px;
}
a.pro_link:hover {
 background-color: #fff;
 color: #ed6d00;
}
.archive_product_list li h3 a {
 color: initial;
 text-decoration: none;
}
.archive_product_list li h3 {
 font-size: 1.8em;
 line-height: 1.4em;
}
.archive_product_list li .catch {
 font-size: 1.1em;
 margin: 8px 0 15px 0;
}
.archive_product_list li .ar_list li:before {
 content: "";
 position: absolute;
 left: -11px;
 top: 8px;
 width: 3px;
 height: 3px;
 border-radius: 150%;
 background-color: #1a1a1a;
}
/*Product single
---------------------------------------*/
.product_wrap .product_thumb.sideFix #side_inner {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
}
.product_wrap .product_thumb.sideFix #side_inner #s_in {
 position: relative;
 max-width: 1200px;
 margin: 0 auto;
 width: 94%;
}
.product_wrap .product_thumb.sideFix #side_inner .side01 {
 position: absolute;
 width: 300px;
 top: 95px;
 overflow: auto;
 height: calc(100vh - 95px);
 z-index: 1;
 background-color: #fff;
 box-sizing: border-box;
 padding-bottom: 30px;
 left: 0;
}
.admin-bar .product_wrap .product_thumb.sideFix #side_inner .side01 {
 top: 125px;
 height: calc(100vh - 125px);
}
.product_wrap {
 flex-wrap: nowrap;
 gap: 30px;
 margin-bottom: 5px;
 margin-top: 50px;
}
.product_wrap .product_thumb {
 width: 300px;
 transition: 0.1s ease-in-out;
}
.product_wrap .product_thumb h1 {
 font-size: 1.2rem;
}
.product_wrap .product_single_content {
 width: calc(100% - 330px);
}
.product-categories .cat_pro a {
 text-decoration: none;
 display: inline-block;
 padding: 6px 10px;
 line-height: 1em;
 border: 1px solid #ed6d00;
 color: #ed6d00;
}
.product-categories .cat_pro {
 font-size: 0.85em;
 margin: 0 0.8em 0 0;
}
.product-categories {
 line-height: 1.3em;
}
.product_wrap .content_post {
 padding-top: 0;
}
#side_thumb .side_list {
 margin-top: 60px;
}
.smart_product_list .pick_products, #side_thumb .pick_products {
 background-color: #efefef;
 font-size: 0.9rem;
 padding: 1px 10px;
 border-top: 1px solid #aaa;
 margin-bottom: 12px;
}
.smart_product_list .side_list li a, #side_thumb .side_list li a {
 color: initial;
 font-size: 0.9rem;
 display: block;
 padding: 3px 15px 3px 18px;
 position: relative;
}
.smart_product_list .side_list li, #side_thumb .side_list li {
 line-height: 1.4em;
 margin-left: 5px;
}
.smart_product_list .side_list li a:before, #side_thumb .side_list li a:before {
 content: "";
 position: absolute;
 left: 3px;
 top: 15px;
 width: 5px;
 height: 1px;
 background-color: #000;
}
.smart_product_list {
 display: none;
}
.social_link_ex li img {
 width: 22px;
}
.content_post .social_link_ex li {
 list-style: none;
 display: inline-block;
 margin: 0 10px 5px 0;
 padding: 0;
}
.social_link_ex li.b_x img {
 width: 20px;
}
.content_post .social_link_ex li a, .content_post .social_link_ex li span {
 display: block;
 padding: 5px 15px;
 cursor: pointer;
}
.content_post span.allow_copy {
 font-size: 13px;
 line-height: 1em;
 display: inline-block;
 position: relative;
 top: -17px;
 background-color: #e0ffe0;
 padding: 8px 15px;
 border-radius: 0 4px 4px 0;
 border-left: 3px solid #6dcb6d;
}
#single_product_title {
 font-size: 2.4em;
 line-height: 1.6em;
 margin: 7px 0;
}
.content_post .wp-block-group.has-background {
 padding: 20px;
 border-radius: 12px;
}
.content_post .wp-block-group.has-background *:last-child {
 margin-bottom: 0;
}
figure.wp-block-table.seibun td {
 padding: 5px 0;
 font-size: 0.9em;
 line-height: 1.3em;
 border: none;
 position: relative;
}
figure.wp-block-table.seibun tr td:first-child {
 width: 280px;
}
.wp-block-columns figure.wp-block-table.seibun tr td:first-child {
 width: 54%;
}
figure.wp-block-table.seibun tr td:last-child {
 text-align: right;
 padding-left: 48px;
}
figure.wp-block-table.seibun {
 max-width: 600px;
 border: 1px solid #ddd;
 padding: 0 15px;
 margin: 1em 0;
}
figure.wp-block-table.seibun tr td:last-child:before {
 content: "・・・";
 position: absolute;
 left: 0;
 top: 5px;
 font-size: 11px;
}
figure.wp-block-table.seibun_box td {
 width: 16.666%;
 border: 1px solid #818181;
 text-align: center;
 padding: 16px 5px;
 line-height: 1.4em;
 font-size: 0.9em;
}
figure.wp-block-table.seibun_box {
 margin: 1em 0;
}
.product_single_bottom_link {
 text-align: center;
}
.product_single_bottom_link a {
 display: block;
 padding: 15px 0;
 background-color: #60a224;
 color: #fff;
 text-decoration: none;
 margin: 60px auto;
 max-width: 320px;
 border-radius: 12px;
 line-height: 1em;
 box-shadow: 5px 5px 0 #c8d3c5;
}
.product_single_bottom_link_one {
 text-align: center;
}
.product_single_bottom_link_one a {
 display: block;
 color: #60a224;
 margin: 0 0 1em 0;
}
.product_single_bottom_link_one a:before, .product_single_bottom_link_one a:after {
 content: "";
 width: 13px;
 height: 17px;
 background-image: url(img/SVG/midori.svg);
 background-position: 0 0;
 background-size: 100% auto;
 display: inline-block;
 background-repeat: no-repeat;
 margin-right: 6px;
 position: relative;
 top: 3px;
}
.product_single_bottom_link_one a:after {
 transform: rotate(180deg);
 margin-right: 0;
 margin-left: 6px;
 top: 2px;
}
.product_wrap {
 .content_post .wp-block-button__link {
  padding: 5px 20px;
  font-size: 0.9em;
  cursor: auto;
 }
 .content_post .wp-block-button__link:hover {
  color: #fff;
 }
}
.content_post figure {
 margin-bottom: 1.5em;
}
/*single
---------------------------------------*/
.single_blog_page {
 display: flex;
 gap: 50px;
}
.single_blog_page .wrap830 {
 max-width: 100%;
}
.single_blog_page article {
 width: calc(100% - 50px - 260px);
}
.single_blog_page #aside {
 width: 260px;
 padding-top: 150px;
}
.related_posts ul {
 font-size: 0.7em;
}
.re_title, .sideList h4 {
 position: relative;
 padding: 4px 0px 6px 25px;
 margin-bottom: 10px;
 line-height: 1em;
 color: #e36c23;
 border-bottom: #e36c23 solid 1px;
}
.re_title:after, .sideList h4:after {
 content: "";
 position: absolute;
 left: 5px;
 top: 0;
 width: 5px;
 height: 100%;
 background-color: #e36c23;
 transform: skewX(-24deg);
}
ul.sideList li a {
 color: initial;
}
ul.sideList li .wp-block-latest-posts__post-title {
 font-weight: bold;
}
.sideList li {
 margin: 20px 0;
}
.sideList .wp-block-categories-list li {
 line-height: 1.3em;
 position: relative;
 padding-left: 17px;
}
.sideList .wp-block-categories-list li:after {
 content: "";
 position: absolute;
 left: 4px;
 top: 10px;
 width: 3px;
 height: 3px;
 background-color: #000;
 border-radius: 150%;
}
.content_post .kansyu_box {
 padding: 25px 25px 1px 25px;
 border-radius: 12px;
 background-color: #fbfbfb;
 box-shadow: 0 0 6px #0000002e;
 margin: 2em 0;
}
.content_post .kansyu_box h3.wp-block-heading {
 color: initial;
 background-color: #ffffff;
 padding: 8px 11px;
 border-radius: 5px;
}
#single_title {
 font-size: 1.6em;
 margin: 1em 0 0.5em 0;
}
.post_meta span {
 display: inline-block;
 margin: 0 5px 0 5px;
}
.post_meta span a {
 color: #fff;
 text-decoration: none;
 font-size: 0.8em;
 background-color: #ed6d00;
 padding: 3px 10px;
}
.post_meta {
 font-size: 0.95em;
 margin-bottom: 20px;
 position: relative;
 display: flex;
 justify-content: space-between;
}
.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;
}
.comments_title {
 font-size: 1em;
 line-height: 1.6em;
}
/*Recruit
---------------------------------------*/
.recruit_overview {
 padding: 20px;
 background-color: #f6f6f6;
 border-radius: 12px;
 box-shadow: 3px 3px 0 #e4e4e4;
}
.career_detail {
 display: flex;
 flex-wrap: wrap;
}
.content_post .career_detail dt {
 width: 130px;
 box-sizing: border-box;
 padding: 8px 12px;
 border-bottom: 2px solid #aaa;
}
.content_post .career_detail dd {
 width: calc(100% - 130px);
 box-sizing: border-box;
 padding: 8px 12px;
 border-bottom: 1px solid #aaa;
 margin: 0;
}
/*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 */
.mt0 {
 margin-top: 0px !important;
}
.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;
}