@charset "utf-8";

/*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: #333333;
 text-decoration: none;
}
a:visited {
 color: #222;
 text-decoration: none;
}
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;
}
.grecaptcha-badge {
 visibility: hidden;
 opacity: 0;
}
/*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;
}
.mv span {
 position: absolute;
 top: -90px;
}
.underline {
 text-decoration: underline;
}
.hidden {
 overflow: hidden;
}
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%);
}
/*body
---------------------------------------*/
body {
 font-size: 15px;
 line-height: 1.6em;
 font-family: "メイリオ", Meiryo, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #313131;
}
.wrap {
 max-width: 1100px;
 margin: 0 auto;
}
.wrap.wide {
 max-width: 810px;
}
#header {
 height: 65px;
 position: fixed;
 width: 100%;
 left: 0;
 top: 0;
 z-index: 101;
 background-color: #fff;
 box-shadow: 0 0 5px #00000017;
}
.home main {
 padding-top: 0;
}
main {
 padding-top: 65px;
 min-height: 45vh;
}
.home #header {
 /* background-color: #00000057; */
 /* border-bottom: 3px solid #0a62a9; */
 height: 95px;
 background: linear-gradient(0deg, #fff0 0%, #002a79a1 47%, #002a79de 100%);
 box-shadow: none;
}
.admin-bar #header {
 top: 32px;
}
#header h1 {
 /*padding: 5px 0 5px 0;*/
 padding: 10px 0 5px 0
}
#header h1 img {
 /*width: 230px;*/
 width: 55px;
}
#header h1 .in_logo img {
 width: 42px;
}
#header .head_contact {
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 background-color: #be3e3e;
 text-align: center;
 font-weight: bold;
 height: 100%;
 -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;
}
#header .head_contact:hover {
 background-color: #942424;
}
#header .head_contact:after {
 content: "";
 width: 2px;
 position: absolute;
 left: 7px;
 background-color: #fff;
 height: 100%;
 top: 0;
}
#header .head_contact a {
 display: block;
 color: #fff;
 padding: 15px 30px 0 30px;
 box-sizing: border-box;
 border-left: 3px solid #fff;
 height: 100%;
 margin-left: 20px;
}
.group_name {
 position: absolute;
 right: 0;
 top: 5px;
 width: 160px;
}
.group_name img {
 max-width: 100%;
 height: auto;
 vertical-align: baseline;
}
/*NAV
---------------------------------------*/
#main_navi {
 position: absolute;
 right: 0;
 top: 16px;
}
#main_navi ul {
 display: flex;
 flex-wrap: wrap;
}
#main_navi ul li {
 -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;
 position: relative;
}
.fix_nav {
 box-sizing: border-box;
 background-color: #111;
 padding: 0;
 position: relative;
 z-index: 100;
}
.fix_nav ul {
 display: flex;
 flex-wrap: wrap;
}
.fix_nav ul li {
 float: left;
 width: 20%;
 text-align: center;
 font-weight: bold;
 line-height: 1.3em;
 position: relative;
 padding: 7px 0;
 -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;
}
.fix_nav ul li a, #main_navi ul li a {
 box-sizing: border-box;
 color: #000;
 display: block;
 height: 100%;
 padding: 12px 25px;
 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;
}
.home #main_navi ul li a {
 color: #fff;
}
.scrolled.home #header {
 background: none;
 background-color: rgb(255 255 255 / 85%);
 height: 65px;
}
.scrolled.home #header li a {
 color: #000;
}
.scrolled.home #header li:hover a {
 color: #fff;
}
.scrolled.home #header h1 img {
 display: none;
}
.scrolled.home #header h1 img.scroll_logo {
 display: block;
}
.fix_nav ul li:hover, #main_navi ul li:hover {
 color: #fff;
 background-color: #0a62a9;
}
.fix_nav ul li:hover a, #main_navi ul li:hover a {
 color: #fff;
}
.fix_nav ul li:last-child a, #main_navi ul li:last-child a {
 border-right: 1px solid #313236;
}
.fix_nav ul.sub-menu, #main_navi ul.sub-menu {
 position: absolute;
 left: 0;
 top: 95%;
 z-index: 100;
 background-color: rgba(0, 0, 0, 0.7);
 display: block;
 opacity: 0;
 visibility: hidden;
 -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;
 min-width: 255px;
}
.fix_nav ul li:hover .sub-menu, #main_navi ul li:hover .sub-menu {
 opacity: 1;
 visibility: visible;
 top: 100%;
}
.fix_nav ul.sub-menu li, #main_navi ul.sub-menu li {
 float: none;
 width: auto;
 font-size: 0.9em;
 line-height: 1.3em;
 text-align: left;
 padding: 0;
 box-sizing: border-box;
}
.fix_nav ul.sub-menu li a, #main_navi ul.sub-menu li a {
 border: none;
 border-bottom: 1px solid #fff;
 padding: 14px 17px;
}
.fix_nav ul li:hover .sub-menu li a, #main_navi ul li:hover .sub-menu li a {
 background-color: rgba(0, 0, 0, 0.6);
}
.fix_nav ul li:hover .sub-menu li:hover a, #main_navi ul li:hover .sub-menu li:hover a {
 background-color: #000;
}
.fix_nav ul.sub-menu li:last-child a, #main_navi ul.sub-menu li:last-child a {
 border: none;
}
.fix_nav {
 background-color: #fff;
}
.fix_nav ul li:last-child a, .fix_nav ul li a, .home #main_navi ul li:last-child a {
 color: #313131;
}
.home #main_navi a {
 color: #fff;
}
.fix_nav ul li:hover:last-child a, .home #main_navi ul li:hover:last-child a {
 color: #fff;
}
.fix_nav ul li:hover .sub-menu li a, .home #main_navi ul li:hover .sub-menu li a {
 color: #fff;
}
.fix_nav {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 102;
 box-shadow: 0 0 2px #000000a6;
}
.go_top {
 position: absolute;
 top: 12px;
 left: 10px;
}
.admin-bar .fix_nav {
 top: 32px;
}
/*TOP
---------------------------------------*/
#slide {
 opacity: 0;
}
#top_image {
 height: calc(100vh - 63px);
 background-image: url(../img/top/top_s.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.catch span {
 position: relative;
 z-index: 1;
}
.catch {
 display: inline-block;
 position: absolute;
 overflow: hidden;
 right: 2%;
 bottom: 20%;
 font-size: 2.5vw;
 font-weight: bold;
 color: #fff;
 line-height: 1em;
 padding: 30px 40px;
 transform: skew(-25deg);
}
#top_image {
 position: relative;
}
.catch.active {
 -webkit-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 -o-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
}
.catch:before {
 content: "";
 z-index: 0;
 position: absolute;
 display: block;
 top: 0;
 right: 0;
 width: 0%;
 height: 100%;
 background-color: hsl(0deg 0% 0% / 90%);
}
.catch.active:before {
 width: 100%;
 -webkit-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 -o-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
}
.catch:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 background-color: #000;
 -webkit-transform-origin: bottom left;
 -ms-transform-origin: bottom left;
 transform-origin: bottom left;
}
.catch.active:after {
 -webkit-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 -o-transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 transition: 1s cubic-bezier(0.78, 0.13, 0.15, 0.87);
 -webkit-transform: translateX(100%) skewX(-25deg);
 -ms-transform: translateX(100%) skewX(-25deg);
 transform: translateX(100%) skewX(-25deg);
}
/**/
#top_slide {
 position: relative;
}
#top_slide .slide_catch {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}
#top_slide .slide_catch p {
 position: absolute;
 bottom: 40px;
 left: 0;
}
#top_service {
 position: relative;
}
#top_service .blue {
 background-color: #0a62a9;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 150px;
 z-index: 1;
}
#top_service .wrap {
 position: relative;
 z-index: 2;
 padding-top: 20px;
}
#top_service .top_title.service_ img {
 width: 143px;
 height: auto;
}
#top_service .top_title.service_ {
 margin-bottom: 15px;
}
#top_service ul {
 margin-left: 104px;
 overflow: hidden;
 flex-wrap: wrap;
 display: flex;
}
#top_service.page_v ul {
 margin-left: 0;
}
#top_service ul li {
 width: 16.466%;
 position: relative;
 margin: 0 0.1%;
 list-style: none;
 padding: 0;
}
#top_service ul li dl dd {
 margin: 0;
}
#top_service ul li dl dd p {
 margin-bottom: 0;
}
#top_service ul li img {
 max-width: 100%;
 height: auto;
}
#top_service ul li dt {
 position: absolute;
 left: 0;
 width: 100%;
 text-align: center;
 z-index: 3;
 font-weight: bold;
 color: #fff;
 font-size: 1rem;
 line-height: 1.4em;
 margin-top: 25px;
}
a.hv {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 10;
}
#top_service ul li:hover:after {
 opacity: 0.60;
}
#top_service .service_e2 ul li:hover dt:after {
 opacity: 0.6;
}
#top_service .service_e2 ul li dt:after, #top_service ul li:after {
 content: "";
 width: 100%;
 z-index: 2;
 background-color: rgba(0, 0, 0, 0.75);
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 -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;
}
#top_service .service_e2 ul li dt:after {
 background-color: rgba(0, 0, 0, 0.65);
}
#top_service ul li .icon {
 position: absolute;
 top: 46%;
 z-index: 3;
 width: 100%;
 text-align: center;
}
#top_service ul li .icon img {
 max-height: 80px;
 width: auto;
}
#top_service ul li.sv01 .icon img {
 width: 70px;
 height: auto;
 position: relative;
 top: -18px;
}
#top_service ul li.sv011 .icon img {
 width: 70px;
 height: auto;
 position: relative;
 top: -22px;
}
#top_service ul li.sv02 .icon img {
 width: 130px;
 height: auto;
}
#top_service ul li.sv03 .icon img {
 width: 60px;
 height: auto;
 position: relative;
 top: -10px;
}
#top_service ul li.sv04 .icon img {
 width: 127px;
 height: auto;
}
#top_service ul li.sv05 .icon img {
 width: 75px;
 height: auto;
}
/*v2*/
#top_service .service_e2 ul li dl dd {
 padding: 10px 1em 0 1em;
 font-size: 0.9em;
}
#top_service .service_e2 ul li {
 width: 48%;
 margin: 0 1% 23px 1%;
}
#top_service .service_e2 ul li dt {
 position: relative;
 padding: 0;
 margin: 0;
 background-position: center;
 background-size: cover;
}
#top_service .service_e2 ul li dt .in {
 text-align: center;
 align-items: center;
 padding: 41px 3px;
 font-size: 1.8em;
 line-height: 1.3em;
 z-index: 5;
 position: relative;
 margin-bottom: 0;
}
#top_service .service_e2 ul li dt .in p {
 margin-bottom: 0;
}
#top_service .service_e2 ul {
 margin-left: 0;
 position: relative;
 left: -1%;
 width: 102%;
}
#top_service .service_e2 ul li:after {
 display: none;
}
#top_service .service_e2.bottom ul li dt .in {
 background-color: transparent;
 font-size: 1.3em;
}
#top_service.service_v .bottom ul li {
 width: 31.333%;
 margin-bottom: 25px;
}
#top_service.service_v .bottom ul li dt {
 position: relative;
 bottom: 0;
 left: 0;
}
#top_service .service_e2.bottom ul li dl dd {
 display: none;
}
/**/
#top_news {
 margin: 120px 0 40px 0;
}
#top_news .top_title.news_ {
 background-color: #0a62a9;
 position: absolute;
 left: 0;
 top: -20px;
 color: #fff;
 padding: 15px 20px;
 width: 40%;
 max-width: 620px;
 box-sizing: border-box;
}
#top_news .wrap {
 position: relative;
 padding: 25px 0;
}
#top_news .top_title.news_ img {
 width: 95px;
}
#top_news .top_title.news_ span {
 font-size: 0.9rem;
 position: relative;
 margin-left: 10px;
 top: -6px;
}
.top_news_head {
 background-color: #f0f0f0;
}
#top_news .news_box {
 margin: 0 auto;
 padding: 30px 0;
}
.news_list li a {
 display: block;
 padding: 15px 20px;
 border-bottom: 1px solid #fff;
}
.archive_page .news_list li a {
 border-bottom: 1px dotted #d9d9d9;
}
.news_list li:last-child a {
 border: none;
}
.news_list li .date {
 display: block;
 float: left;
 width: 145px;
}
.news_list li {
 overflow: hidden;
 line-height: 1.3em;
}
.news_list li .title {
 display: block;
 padding-left: 145px;
}
#top_news .more a {
 display: block;
 background-color: #0a62a9;
 color: #fff;
 float: right;
 max-width: 550px;
 width: 40%;
 padding: 15px 40px 15px 15px;
 text-align: right;
 box-sizing: border-box;
 font-weight: bold;
 position: relative;
 top: -20px;
 z-index: 1;
 background-image: url(../img/sankaku.png);
 background-repeat: no-repeat;
 background-size: 10px auto;
 background-position: calc(100% - 12px) center;
 -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;
}
#top_news .more a:hover {
 background-color: #154973;
}
#top_about {
 margin: 120px 0;
 min-height: 500px;
 position: relative;
 width: 100%;
 overflow: hidden;
}
#top_about .back {
 background-repeat: no-repeat;
 background-image: url(../img/top_about_back.jpg);
 height: 100%;
 position: absolute;
 right: calc(((100vw - 1100px) /2) + 240px);
 top: 0;
 width: 100%;
 background-position: right top;
 z-index: 0;
}
#top_about .wrap {
 position: relative;
 z-index: 1;
}
.top_about_head h2 img {
 width: auto;
 height: 40px;
}
.top_about_head h2 span {
 font-weight: normal;
 margin-left: 38px;
}
#top_about .top_about_head {
 padding-left: 34.8%;
}
#top_about .menu-top_about-container {
 padding-left: 61%;
}
#top_about .menu-top_about-container ul {
 padding: 30px 0 0 0;
}
#top_about .menu-top_about-container ul li {
 margin-left: 5px;
 font-size: 1.2rem;
 line-height: 1.3em;
 margin-bottom: 20px;
}
#top_about .menu-top_about-container ul li:nth-child(2) {
 margin-left: 30px;
}
#top_about .menu-top_about-container ul li:nth-child(3) {
 margin-left: 50px;
}
#top_about .menu-top_about-container ul li:nth-child(4) {
 margin-left: 70px;
}
#top_about .menu-top_about-container ul li:nth-child(5) {
 margin-left: 90px;
}
#top_about .menu-top_about-container ul li:nth-child(6) {
 margin-left: 110px;
}
#top_about .menu-top_about-container ul li:nth-child(7) {
 margin-left: 130px;
}
#top_about .menu-top_about-container ul li:nth-child(8) {
 margin-left: 150px;
}
#top_about .menu-top_about-container ul li:nth-child(9) {
 margin-left: 170px;
}
#top_about2 {
 background-image: url(../img/top_s.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 padding: 80px 0;
 color: #fff;
}
#top_about2 .top_about_head h2 span {
 font-weight: normal;
 margin-left: 30px;
 font-size: 1rem;
 position: relative;
 top: 8px;
}
#top_about2 #menu-top_about2 {
 display: flex;
 flex-wrap: wrap;
 padding: 50px 0 0 0;
}
#top_about2 #menu-top_about2 li {
 width: 32.333%;
 text-align: center;
 color: #fff;
 margin: 0 0.5% 10px 0.5%;
}
#top_about2 #menu-top_about2 li a {
 color: #fff;
 display: block;
 padding: 28px 1em;
 background-color: #00000063;
 font-size: 1.2em;
 line-height: 1.3em;
 font-weight: bold;
 -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;
}
#top_about2 #menu-top_about2 li a:hover {
 transform: rotate3d(-1, 1, 0, 20deg);
 background-color: #000000a8;
}
/*footer
---------------------------------------*/
#footer {
 background-color: #222222;
 color: #fff;
}
#footer a {
 color: #fff;
}
#footer_logo img {
 width: 60px;
}
#copyright {
 text-align: center;
 padding: 60px 0;
 font-size: 13px;
 line-height: 1.3em;
}
#footer_nav {
 background-color: #393a3b;
 padding: 50px 0 30px 0;
 font-size: 0.8rem;
 background-image: url(../img/topaback2.jpg);
 background-size: cover;
 background-position: center;
}
.wrapfull {
 width: 98%;
 margin: 0 auto;
}
#footer_nav ul {
 overflow: hidden;
}
#footer_nav ul li {
 margin: 0 0 7px 0;
}
#footer_left {
 width: 50%;
}
#menu-top_about2 {
 display: flex;
 gap: 50px;
}
#menu-top_about2 ul {
 padding-top: 8px;
}
#footer_nav_body {
 width: 50%;
 justify-content: right;
 display: flex;
}
#footer_nav_body .flex {
 gap: 50px;
 flex-wrap: nowrap;
}
#pagetop {
 position: fixed;
 right: 5px;
 bottom: 15px;
 z-index: 100;
}
#pagetop a {
 background-image: url(../img/pagetop.png);
 display: block;
 height: 50px;
 width: 50px;
 background-size: 65% auto;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #0a62a9;
}
#footer_in {}
/*contant
---------------------------------------*/
.ceo {
 font-size: 0.8em;
}
.ceo_name {
 font-family: 'HG教科書体';
 font-size: 2.2em;
}
/*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;
}
.wp-block-image figcaption {
 text-align: center;
}
/*---------------------------------------
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 10px;
 margin: 2px;
 border: #111 solid 1px;
 display: inline-block;
 background-color: #111;
 color: #fff;
 border-radius: 5px;
 -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: #111;
}
.wp-pagenavi span.current {
 font-weight: bold;
 border: none;
 background-color: transparent;
 color: #111;
}
#page_link {
 margin: 10px auto;
 overflow: hidden;
}
.previous {
 clear: both;
 text-align: right;
}
.next {
 text-align: left;
}
.previous a, .next a {
 padding: 11px 12px 9px 12px;
 display: block;
 font-size: 0.9em;
 background-color: #eeeeee;
 border-radius: 5px;
 margin-bottom: 4px;
 font-weight: bold;
 line-height: 1.3em;
}
.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
---------------------------------------*/
#footer_social, #social {
 padding-left: 10px;
 display: block;
 padding-right: 3px;
 padding-top: 5px;
}
#footer_social li, #social li {
 float: left;
 margin-top: 5px;
 margin-left: 5px;
}
/*pankuzu
---------------------------------------*/
#pankuzu {
 font-size: 0.8em;
 padding: 8px 0;
 color: #9a9a9a;
}
#pankuzu a {
 text-decoration: none;
 color: #9a9a9a;
}
/*content post
---------------------------------------*/
.content_post {
 clear: both;
 padding-bottom: 20px;
 padding-top: 15px;
 text-align: left;
 font-size: 15px;
 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.8em;
}
.content_post p span {
 line-height: 1.4em;
}
.content_post .wp-block-column {
 margin-bottom: 0;
}
.content_post img {
 max-width: 100%;
 height: auto;
}
.content_post a {
 text-decoration: underline;
 color: #1c89f4;
}
.content_post .wp-block-button a {
 color: #fff;
 text-decoration: none;
}
.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 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 .left {
 float: left;
}
.content_post .right {
 float: right;
}
.content_post iframe {
 width: 100%;
}
.content_post h1 {
 display: block;
 font-size: 2em;
 font-weight: bold;
 margin: 0.67em 0;
 line-height: 1.2em;
 padding: 0.5em 0;
}
.content_post h2 {
 display: block;
 margin-top: 2em;
 margin-right: 0;
 margin-bottom: 0.8em;
 margin-left: 0;
 padding: 0;
 clear: both;
 font-size: 1.9rem;
 line-height: 1.3em;
 color: #076eb0;
}
.content_post h3 {
 display: inline-block;
 font-size: 1.4em;
 margin-top: 2em;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
 clear: both;
 border: 1px solid #be3e3e;
 line-height: 1.2em;
 background-color: #be3e3e;
 color: #fff;
 font-weight: normal;
 padding: 13px 60px 13px 32px;
 position: relative;
 left: -15px;
 max-width: 100%;
 box-sizing: border-box;
}
.content_post h3:after {
 content: "";
 border-style: solid;
 position: absolute;
 border-width: 10px;
 border-color: #be3e3e transparent transparent #be3e3e;
 bottom: -21px;
 left: -1px;
}
.content_post h4 {
 display: block;
 font-size: 1.1em;
 margin-top: 1.33em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
 clear: both;
 padding-top: 11px;
 padding-right: 10px;
 padding-bottom: 8px;
 padding-left: 10px;
 line-height: 1.2em;
 color: #FFF;
 background-color: #076eb0;
 border-radius: 3px;
}
.content_post h5 {
 display: block;
 font-size: 1.1em;
 font-weight: bold;
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #3e3a3a;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding-bottom: 0px;
 line-height: 1em;
 padding: 3px 0 0px 10px;
}
.content_post h6 {
 display: block;
 font-size: 1.2em;
 font-weight: bold;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding-top: 3px;
 padding-bottom: 0px;
 border-bottom-width: 3px;
 border-bottom-style: double;
 border-bottom-color: #000;
}
.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 table {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
}
.content_post table caption {
 text-align: left;
 font-weight: bold;
}
.content_post table th:nth-child(even), .content_post table td:nth-child(even) {
 background-color: #eaeff7;
}
.content_post table th, .content_post table td {
 padding: 6px;
 border: 2px solid #fff;
}
.content_post .tokkyo_table th:nth-child(1) {
 width: 30%;
}
.content_post .tokkyo_table th:nth-child(3) {
 width: 25%;
}
.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: 85%;
 padding: 15px 5%;
 background-color: #EEE;
 border-radius: 10px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
blockquote:before, q:before {
 content: "”";
 font-size: 58px;
 top: 20px;
 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;
}
/*page
---------------------------------------*/
/*Recruit*/
.recruit_banner_area h3 {
 text-align: center;
 background-color: transparent;
 color: #272727;
 display: block;
 border: none;
 font-weight: bold;
 font-size: 1.6em;
 line-height: 1.3em;
 padding: 0;
 margin: 30px 0;
}
.recruit_banner_area h3:after {
 display: none;
}
.recruit_banner_area {
 padding: 10px 0 60px 0;
 background-color: #e0ecff;
}
.recruit_banner_area .link img {
 max-width: 300px;
}
.recruit_banner_area .link {
 text-align: center;
}
.recruit_banner_area .ex {
 text-align: center;
 margin-top: 15px;
}
/**/
.content_post .philo {
 text-align: center;
 font-weight: bold;
 background: rgb(2, 46, 120);
 background: linear-gradient(128deg, rgba(2, 46, 120, 1) 0%, rgba(7, 110, 176, 1) 100%);
 color: #fff;
 padding: 1.2em 1em;
 font-size: 1.3em;
}
#page_header {
 border-bottom: 5px solid #076eb0;
 margin-bottom: 10px;
}
.page_icon {
 position: absolute;
 right: 0;
 bottom: 6px;
}
#page_header #page_title {
 color: #076eb0;
 font-size: 2rem;
 line-height: 1.3em;
 margin: 15px 0 0 0;
 padding-bottom: 6px;
}
.parent-service #page_header #page_title {
 padding-right: 46px;
}
#page_header .wrap.wide {
 position: relative;
}
.content_post .about_dl dt {
 padding: 12px 6px;
 float: left;
 clear: both;
 width: 20%;
 box-sizing: border-box;
}
.content_post .about_dl dd {
 padding: 12px 6px 12px 20%;
 float: none;
 border-bottom: dotted 1px #ddd;
 margin-left: 0;
 margin-bottom: 0;
 box-sizing: border-box;
}
.content_post .about_dl dd dd {
 border: none;
 padding-left: 15%;
}
.content_post .about_dl dd dt {
 width: 15%;
}
.content_post dl.flex dt, .content_post .about_dl dd .flex dt {
 width: 150px;
 padding: 0;
 font-weight: normal;
}
.content_post dl.flex dt {
 width: 220px;
}
.content_post dd ul li {
 margin-left: 22px;
 padding-left: 0;
}
.content_post dl.flex dd, .content_post .about_dl dd .flex dd {
 width: calc(100% - 150px);
 padding: 0;
 margin: 0;
}
.content_post dl.flex dd {
 width: calc(100% - 220px);
}
.about_child {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 3em;
}
.about_child li {
 width: 48%;
 text-align: center;
 margin: 0 1% 10px 1%;
}
.about_child li a {
 display: block;
 padding: 50px 5px;
 border-radius: 3px;
 border: 1px solid #111;
 font-weight: bold;
 line-height: 1.2em;
 background-image: url(../img/about_img01.jpg);
 background-size: 100% auto;
 background-position: center;
 color: #fff;
 background-color: #333;
 font-size: 1.2em;
 background-repeat: no-repeat;
 -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;
}
.about_child li:hover a {
 opacity: 0.7;
}
.about_child li:nth-child(2) a {
 background-image: url(../img/about_img03.jpg);
}
.about_child li:nth-child(3) a {
 background-image: url(../img/about_img02.jpg);
}
.about_child li:nth-child(4) a {
 background-image: url(../img/about_img04.jpg);
}
#top_service.service_v .in {
 background-color: #be3e3e;
 text-align: center;
}
#top_service.service_v {
 text-align: center;
 margin-top: 60px;
}
#top_service.service_v h4 {
 position: relative;
 top: 3px;
}
#top_service.service_v ul {
 margin-left: 0;
}
#top_service.service_v ul li img {
 width: 100%;
 max-width: 200%;
 height: auto;
}
#top_service.service_v ul li {
 width: 14.6666666%;
 margin: 0 1% 68px 1%;
}
#top_service.service_v ul li .back {
 height: 180px;
 overflow: hidden;
}
#top_service.service_v ul li dt {
 position: absolute;
 bottom: -29px;
 left: 0;
 top: auto;
}
#top_service.service_v ul li.sv03 dt {
 bottom: -52px;
}
#top_service.service_v .wrap {
 padding-top: 25px;
}
.content_post dl.pp_dl dt {
 width: 110px;
 float: left;
}
.content_post dl.pp_dl {
 overflow: hidden;
}
.content_post dl.pp_dl dd {
 padding-left: 110px;
 margin-left: 0;
}
/*single
---------------------------------------*/
#aside {
 float: right;
 width: 25%;
 padding: 30px 0;
}
.widgettitle {
 background-color: #0a62a9;
 color: #fff;
 font-size: 1rem;
 line-height: 1.3em;
 border-radius: 1px;
 margin-bottom: 15px;
 padding: 10px 15px;
}
#aside .widget {
 margin-bottom: 25px;
}
#aside .widget li {
 font-size: 0.9rem;
 line-height: 1.3em;
 border-bottom: 1px dotted #0a62a9;
}
#aside .widget li a {
 display: block;
 padding-left: 25px;
 padding: 7px 5px 7px 25px;
 background-image: url(../img/yajirushi.png);
 background-repeat: no-repeat;
 background-position: 3px 6.5px;
 background-size: 12px auto;
}
#aside .widget li:last-child {
 border: none;
}
/*single
---------------------------------------*/
#article {
 float: left;
 width: 70%;
 margin-bottom: 60px;
}
#single_title {
 font-size: 1.8em;
 line-height: 1.4em;
 margin: 10px 0 15px 0;
}
.single_meta {
 margin-bottom: 15px;
}
.single time {
 display: block;
 margin-top: 6px;
}
.post-categories li {
 float: right;
}
.post-categories li a {
 display: block;
 margin: 2px;
 padding: 5px 13px;
 font-size: 0.7rem;
 text-align: center;
 border-radius: 3px;
 background-color: #0a62a9;
 color: #fff;
 line-height: 1.3em;
 text-decoration: none;
 font-weight: bold;
}
.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;
 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;
}
/*sitemap
---------------------------------------*/
#sitemap {
 padding: 10px 10px;
}
#sitemap li.first_floor {
 position: relative;
}
#sitemap li.first_floor {
 float: left;
 width: 48%;
 margin-right: 2%;
 box-sizing: border-box;
 padding-right: 0;
}
#sitemap li.first_floor > a {
 padding-left: 22px;
 position: relative;
 color: #076eb0;
 font-weight: bold;
}
#sitemap li.first_floor > a:after {
 content: "";
 position: absolute;
 left: 0;
 top: 3px;
 width: 15px;
 height: 15px;
 background-color: #076eb0;
}
#sitemap li li {
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #666;
 background-image: url(../img/li.gif);
 background-repeat: no-repeat;
 padding-left: 30px;
 background-position: left center;
 list-style: none;
 margin: 0;
}
#sitemap li {
 padding-top: 3px;
 padding-bottom: 3px;
 list-style: none;
 margin: 0;
}
/*! 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;
}