 @charset "utf-8";
/* CSS Document */
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box
}
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, font, 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 {
 margin: 0;
 padding: 0;
 background: transparent;
 border: 0;
 outline: 0;
 font-size: 100%;
 font-weight: normal;
 box-sizing:border-box;
}
html {
 font-size: 62.5%;
}
body {
 line-height: 1.6em;
 -webkit-text-size-adjust: 100%;
 width:100%;
}
body, table, input, textarea, select, option {
 font-family: HiraKakuProN-W3;
}
body {
 font-size:16px;
 font-size: 1.6em;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
 display: block;
}
img {
 border: 0;
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
strong {
 font-weight: bold;
}
figure {
 margin: 0px;
 padding: 0px;
}
ol, ul {
 list-style: none;
}
table {
 border-spacing: 0;
 empty-cells: show;
}
blockquote, q {
 quotes: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
a {
 -webkit-tap-highlight-color: rgba(255,255,555,0.5);
}
.fLeft, .alignleft {
 float: left;
 padding-right: 10px;
 padding-bottom: 10px;
}
.fRight, .alignright {
 float: right;
 padding-bottom: 10px;
 padding-left: 10px;
}
.textCenter {
 text-align: center;
}
.vMiddle {
 vertical-align: middle;
}
.clearfix:after {
 content: "";
 display: block;
 clear: both;
}
.flip-vertical {
 transform: scale(1, -1);
}
.flip-horizontal {
 transform: scale(-1, 1);
}
.clearfix {
 zoom:1;
}
.pc {
 display: none;
}
a {
 color: #39C;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #39C;
}
.replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.replaceSP {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.textLeft {
 text-align: left;
}
.textRight {
 text-align: right;
}
.textCenter {
 text-align: center;
}
.textRed {
 color: #C00;
}
.textGn {
 color: #063;
}
.textBl {
 color: #039;
}
.textSmall {
 font-size: 85%;
}
.arrow {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0px;
 padding-left: 16px;
}
.arrow:before, .arrow:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.arrow1:before {
 left: 3px;
 width: 7px;
 height: 1px;
 background-color: #C00;
}
.arrow1:after {
 left: 3px;
 width: 6px;
 height: 6px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 border-top-width: 1px;
 border-right-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-top-color: #C00;
 border-right-color: #C00;
}
#Header {
 background-color: #0C3616;
}
#Header #HeaderIn {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding-top: 10px;
 padding-bottom: 10px;
 position: relative;
 text-align: left;
}
#Header #HeaderIn h1 {
 font-size: 1.1rem;
 color: #FFF;
 font-weight: normal;
 margin-bottom: 5px;
 padding-left: 50px;
 line-height: 1.3em;
}
#Header #HeaderIn h2 {
 text-align: left;
 padding-left: 4%;
}
#Header #HeaderIn h2 a {
 font-size: 1.9rem;
 color: #FFF;
 font-weight: normal;
 text-decoration: none;
 line-height: 1.4em;
 text-align: left;
}
#Header #HeaderIn #HeaderNav {
 position: absolute;
 right: 180px;
 bottom: 10px;
}
#Header #HeaderIn #HeaderNav ul {
}
#Header #HeaderIn #HeaderNav ul li {
 float: left;
 padding-right: 20px;
 padding-left: 20px;
}
#Header #HeaderIn #HeaderNav ul li a:before {
 content: "≫ "
}
#Header #HeaderIn #HeaderNav ul li a {
 color: #FFCC00;
 text-decoration: none;
 font-size: 1.6rem;
}
#Header #HeaderIn #HeaderNav ul li a:hover {
 color: #FC0;
 text-decoration: underline;
}
#Header #HeaderIn .newMember {
 position: absolute;
 top: 30%;
 right: 10px;
 z-index: 10;
 height: 99px;
 width: 120px;
}
/* ハンバーガーアイコン */
.burger {
 width: 30px;
 height: 22px;
 position: absolute;
 display: flex;
 align-items: center;
 top: 12px;
 left: 10px;
 z-index: 9999;
}
.burger:hover {
 cursor: pointer;
}
.burger.burger-active {
 top: 20px;
}
/* 真ん中の線 */
.burger .line {
 width: 100%;
 height: 4px;
 transition: 0.6s;
 background-color: #FFCC00;
 border-radius: 2px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
}
.burger.burger-active .line {
 background-color: #0C3616;
}
/* 上の線 */
.burger::before {
 content: "";
 position: absolute;
 width: 100%;
 height: 4px;
 top: 0;
 right: 0;
 transition: 0.6s;
 background-color: #FFCC00;
 border-radius: 2px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
}
.burger.burger-active::before {
 background-color: #0C3616;
}
/* 下の線 */
.burger::after {
 content: "";
 position: absolute;
 width: 100%;
 height: 4px;
 bottom: 0;
 right: 0;
 transition: 0.6s;
 background-color: #FFCC00;
 border-radius: 2px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
}
.burger.burger-active::after {
 background-color: #0C3616;
}
/* メニュー */
.navigation {
 width: 300px;
 height: 100vh;
 background: #F6F6F6;
 position: fixed;
 left: -100%;
 transition: 0.6s;
 top: 0;
 overflow: auto;
 padding-top: 40px;
 padding-right: 30px;
 padding-bottom: 60px;
 padding-left: 30px;
 z-index: 9999;
}
.nav-active {
 left: 0px;
}
.burger-active::before {
 transform: rotate(45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active::after {
 transform: rotate(-45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active > .line {
 transform: scale(0);
}
.navigation .navBnBox {
 margin-bottom: 20px;
}
.navigation ul {
 padding-bottom: 30px;
}
.navigation ul li {
 font-size: 1.7rem;
 line-height: 1.5em;
 text-align: left;
}
.navigation ul li a {
 position: relative;
 display: block;
 padding: 0 0 0 16px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 font-size: 1.7rem;
 text-decoration: none;
 display: block;
 padding-top: 15px;
 padding-bottom: 15px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
 color: #333;
}
.navigation ul li a:hover {
 background-color: #FBEBEB;
 display: block;
}
.navigation ul li a::before, .navigation ul li a::after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.navigation ul li a:before {
 left: 3px;
 width: 6px;
 height: 6px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 border-top-width: 1px;
 border-right-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-top-color: #4F004F;
 border-right-color: #4F004F;
}
main {
 clear: both;
}
.style1000 {
 clear: both;
 padding-right: 4%;
 padding-left: 4%;
}
.style1000:after {
 content:" ";
 display:block;
 clear:both;
}
.youtube {
 width: 100%;
 padding: 0;
 box-sizing: border-box;
}
.youtube .youtubeBox {
 padding-top: 56.25%;
 position: relative;
 height: 0;
 overflow: hidden;
}
.youtube .youtubeBox iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.wpContents {
 clear: both;
 width: 100%;
 text-align: left;
 margin-bottom: 20px;
}
.wpContents p {
 padding-bottom: 15px;
 line-height: 1.7em;
 font-size: 1.6rem;
}
.wpContents hr {
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #CCC;
 margin-top: 15px;
 margin-bottom: 15px;
 display: block;
}
.wpContents h6 {
 font-size:1.7rem;
 line-height: 1.8em;
 margin-bottom: 10px;
}
.wpContents h5 {
 font-size:1.7rem;
 line-height: 1.8em;
 margin-bottom: 10px;
}
.wpContents h4 {
 font-size:1.8rem;
 line-height: 1.8em;
}
.wpContents h3 {
 font-size:2rem;
 line-height: 1.8em;
 margin-bottom: 10px;
}
.wpContents h2 {
 font-size:2.2rem;
 line-height: 1.8em;
 margin-bottom: 10px;
}
.wpContents h1 {
 font-size:2.5rem;
 line-height: 1.8em;
 margin-bottom: 10px;
}
.wpContents ul {
 list-style-type: disc;
 padding-left: 20px;
 margin-bottom: 20px;
}
.wpContents ol {
 padding-left: 20px;
 list-style-type: decimal;
 margin-bottom: 20px;
}
.wpContents ul li, .wpContents ol li {
 margin-bottom: 10px;
}
.wpContents blockquote {
 padding: 20px;
 background-color: #F3F3F3;
 border: 1px solid #CCC;
 margin: 20px;
}
.innner1000 {
 clear: both;
 padding-top:25px;
}
.linkBtn a {
 font-size: 1.6rem;
 color: #C00;
 border: 1px solid #C00;
 text-decoration: none;
 display: block;
 height: 45px;
 width: 70%;
 line-height: 45px;
 text-align: center;
 background-color: #FFF;
 margin-right: auto;
 margin-left: auto;
}
.linkBtn a:hover {
 color: #FFF;
 background-color: #C00;
}
.linkBtnRed a {
 height: 55px;
 width: 90%;
 color: #FFF;
 background-color: #C00;
 display: block;
 line-height: 55px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 margin-top: 20px;
 text-decoration: none;
 text-align: center;
}
.linkBtnRed a:hover {
 background-color: #AC0000;
}
.linkBtnBn a {
 height: 55px;
 width: 90%;
 color: #333;
 background-color: #E9E4D8;
 display: block;
 line-height: 55px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 margin-top: 20px;
 text-decoration: none;
 text-align: center;
 border: 1px solid #89784C;
}
.linkBtnBn a:hover {
 background-color: #89784C;
 color: #FFF;
}
.linkBtnKey a {
 height: 55px;
 width: 90% !important;
 color: #FFF;
 background-color: #0D3616;
 display: block;
 line-height: 55px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 background-image: url(../images/common/bn_key.png);
 background-repeat: no-repeat;
 background-position: 15px 50%;
 background-size: 18px 23px;
 text-decoration: none;
 text-align: center;
}
.linkBtnKey a:hover {
 background-color: #05180A;
}
.linkBtnKey a span {
 font-size: 1.2rem;
}
.linkBtnGn a {
 height: 55px;
 width: 90% !important;
 color: #FFF;
 background-color: #0A2928;
 display: block;
 line-height: 55px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 margin-top: 20px;
 text-decoration: none;
 text-align: center;
}
.linkBtnGn a:hover {
 background-color: #C00;
}
.linkBtnGy a {
 height: 55px;
 width: 90% !important;
 color: #FFF;
 background-color: #4F4F4F;
 display: block;
 line-height: 55px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 text-decoration: none;
 text-align: center;
}
.linkBtnGy a:hover {
 background-color: #333;
}
footer {
 clear: both;
 width: 100%;
 padding-top: 20px;
 background-color: #606060;
 padding-bottom: 85px;
 padding-right: 4%;
 padding-left: 4%;
 text-align: center;
}
footer p {
 font-size: 1.6rem;
 color: #FFF;
 margin-bottom: 15px;
 line-height: 1.4em;
}
footer address {
 font-style: normal;
 color: #FFF;
 font-weight: normal;
 font-size: 1.6rem;
 line-height: 1.4em;
}
#pagetop {
 position: fixed;
 bottom: 10px;
 right: 10px;
 height: 70px;
 width: 70px;
}
#Breadcrumb {
 display: none;
}
#Top #TopMainImg {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 z-index: 0;
}
#Top .slider {
 margin: 0;
}
#Top .slider .item {
}
#Top .slider img {
 width: 100%;
 height: auto;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}
#Top .slider .slick-next {
 z-index: 99;
}
#Top .slider .slick-prev {
 z-index: 99;
}
#Top .slick-dots {
 bottom: 0px !important;
}
#Top .slick-slide:not(.slick-center) {
 -webkit-filter: opacity(50%);
 -moz-filter: opacity(50%);
 -o-filter: opacity(50%);
 -ms-filter: opacity(50%);
 filter: opacity(50%);
 transition: 0.5s linear;
}
.slick-dots {
 bottom: -35px !important;
}
#Top .topLead, #Top2022 .topLead {
 margin-top: 20px;
 margin-bottom: 10px;
 padding-right: 4%;
 padding-left: 4%;
}
#Top .topLead strong, #Top2022 .topLead strong {
 color: #C00;
}
#Top #Prologue {
 clear: both;
 width: 700px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 60px;
}
.seminarBox {
 clear: both;
 width: 100%;
 background-image: url(../images/common/bg_gy.jpg);
 margin-bottom: 30px;
}
.pageTitle {
 background-image: url(../images/common/pageTitle_bg.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 font-size: 2.0rem;
 font-weight: bold;
 margin-bottom: 25px;
 padding-bottom: 15px;
 text-align: center;
 margin-right: 4%;
 margin-left: 4%;
 margin-top: 10px;
}
.secTitle1 {
 color: #FFF;
 font-size: 1.9rem;
 padding-right: 4%;
 padding-left: 4%;
 text-align: left;
 font-weight: normal;
 background-color: #0C3616;
 padding-top: 12px;
 padding-bottom: 12px;
}
.secTitle1.colorBn {
 background-image: url(../images/common/secTitle1_bn.jpg);
}
.subTitle1 {
 font-size: 1.7rem;
 font-weight: bold;
 color: #333;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #333;
 margin-bottom: 15px !important;
 padding-bottom: 4px;
 margin-top: 25px;
 text-align: left;
}
.secTitle2 {
 line-height: 1.4em;
 color: #FFF;
 font-size: 1.7rem;
 padding-right: 4%;
 padding-left: 4%;
 font-weight: normal;
 background-color: #89784B;
 padding-top: 10px;
 padding-bottom: 10px;
}
.secTitle3 {
 background-image: url(../images/common/pageTitle_bg.jpg);
 font-size: 1.9rem;
 margin-bottom: 10px;
 background-repeat: repeat-x;
 background-position: center bottom;
 text-align: center;
 font-weight: bold;
 padding-bottom: 10px;
}
#Top #Seminar .seminarBox .seminarIn, #Seminar #SeminarEntry .seminarBox .seminarIn {
 position: relative;
 padding: 17px;
}
#Top #Seminar .seminarBox .seminarIn .wpContents {
 margin-bottom: 0px;
}
#Top #Seminar .seminarBox .seminarIn .entryImg {
 text-align: center;
}
#Top #Seminar .seminarBox .seminarIn .Outline {
 margin-top: 15px;
}
#Top #Seminar .seminarBox .seminarIn .wpContents .Outlineul {
 list-style-type: none;
 padding-left: 0px;
}
#Top #Feature {
 background-image: url(../images/top/bg_feature.png), url(../images/common/bg_yw.png);
 background-position: right bottom, left top;
 background-repeat: no-repeat, repeat;
 background-size: 300px 217px;
 clear: both;
 padding-bottom: 140px;
}
#Top #Feature .innner1000 .featureDetail {
 padding-right: 4%;
 padding-left: 4%;
 margin-bottom: 30px;
}
#Top #Feature .innner1000 .featureDetail:nth-of-type(3n) {
}
#Top #Feature .innner1000 .featureDetail h3 {
 color: #0A2726;
 font-size: 1.5rem;
 width: 100px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #0A2726;
 padding-bottom: 2px;
 margin-bottom: 8px;
 font-weight: bold;
}
#Top #Feature .innner1000 .featureDetail h4 {
 color: #C00;
 font-size: 2.0rem;
 margin-bottom: 10px;
}
#Top #Feature .innner1000 .featureDetail p {
 font-size: 1.6rem;
 margin-bottom: 15px;
}
#Top #TopNews, #News, #Top2022 #TopNews, #News {
 position: relative;
 padding-top: 20px;
 padding-bottom: 40px;
 background: #f7eded;
 background: -moz-linear-gradient(top, #f7eded 0%, #ffffff 81%);
 background: -webkit-linear-gradient(top, #f7eded 0%, #ffffff 81%);
 background: linear-gradient(to bottom, #f7eded 0%, #ffffff 81%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eded', endColorstr='#ffffff', GradientType=0 );
}
#Top #TopNews h2, #Top2022 #TopNews h2 {
 color: #C00;
 font-size: 1.9rem;
 text-align: center;
 margin-bottom: 20px;
 padding-bottom: 5px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #C00;
 width: 4em;
 margin-right: auto;
 margin-left: auto;
}
#Top #TopNews a, #News a, #Top2022 #TopNews a {
 text-decoration: none;
}
#Top #TopNews a .topNewsList, #News a .newsList, #Top2022 #TopNews a .topNewsList {
 text-align: left;
 clear: both;
 margin-bottom: 10px;
 padding: 8px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #E8DAC8;
 background-color: #FFF;
}
#Top #TopNews a:hover .topNewsList, #News a:hover .newsList, #Top2022 #TopNews a:hover .topNewsList {
 background-color: #F7F2EC;
}
#Top #TopNews a .topNewsList h3, #News a .newsList h3, #Top2022 #TopNews a .topNewsList h3 {
 height: 80px;
 width: 80px;
 border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 background-color: #AA9766;
 color: #FFF;
 padding: 12px;
 text-align: center;
 text-decoration: none;
 float: left;
}
#Top #TopNews a .topNewsList h3 .year, #News a .newsList h3 .year, #Top2022 #TopNews a .topNewsList h3 .year {
 font-size: 1.6rem;
 display: block;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
 margin-bottom: 5px;
}
#Top #TopNews a .topNewsList h3 .day, #News a .newsList h3 .day, #Top2022 #TopNews a .topNewsList h3 .day {
 font-size: 2.0rem;
}
#Top #TopNews a .topNewsList h4, #News a .newsList h4, #Top2022 #TopNews a .topNewsList h4 {
 margin-left: 90px;
 color: #333;
 text-decoration: none;
 font-size: 1.6rem;
 padding-top: 10px;
}
#Top #TopNews a .topNewsList h4 .new, #News a .newsList h4 .new, #Top2022 #TopNews a .topNewsList h4 .new {
 font-size: 1.3rem;
 color: #FFF;
 background-color: #C00;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 margin-right: 10px;
 font-weight: normal;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}
#MainImg {
 clear: both;
 width: 100%;
 margin-bottom: 20px;
}
#MainImg img {
 width: 100%;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody {
 margin-bottom: 30px;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody.wpContents {
 margin-bottom: 0px !important;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody.wpContents .seminarDesc {
 margin-bottom: 10px;
 font-size: 1.6rem;
 font-weight: bold;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody p.seminarDesc {
 font-weight: normal;
 margin-bottom: 0px;
 padding-bottom: 0px;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody .entryBody .koushiProflle {
 margin-bottom: 20px;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody .entryBody .koushiProflle .koushiName {
 margin-bottom: 10px;
 font-size: 1.7rem;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody .entryBody h4.koushiName {
 font-size: 1.6rem;
 font-weight: bold;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody .entryImg {
 margin-bottom: 10px;
}
.profileBox {
 clear: both;
 width: 100%;
 margin-bottom: 40px;
}
#Profile #ProfileEntry .profileBox .profileIn {
 margin-top: 17px;
}
dl.dlYoko {
}
dl.dlYoko dt {
 font-size: 1.4rem;
 font-weight: bold;
}
dl.dlYoko dd {
 margin-bottom: 8px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #DDD;
 _border: none;
 padding-bottom: 8px;
}
#Profile #ProfileEntry .profileBox .profileIn .profileBody.wpContents ul {
 margin-bottom: 50px;
}
.wpContents .imgMax50 {
 max-width: 50%;
}
#News {
 background: none;
 padding-top: 0px;
}
#News #NewsEntry .newsBox .newsIn .entryDate {
 text-align: right;
 margin-bottom: 15px;
}
#News #NewsEntry .newsBox .newsIn {
 padding-top: 15px;
}
.excerptMore {
 font-size: 1.4rem;
 color: #069;
}
#flow #FlowEntry dl {
 clear: both;
 background: #f7f7f7;
 background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 74%);
 background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 74%);
 background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 74%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
 padding-top: 15px;
 padding-right: 15px;
 padding-left: 15px;
}
#flow #FlowEntry dl:after {
 content:url(../images/flow/arrow_sp.png);
 text-align: center;
}
#flow #FlowEntry dl:last-child:after {
 content:'';
 margin-bottom: 30px;
}
#flow #FlowEntry dl dt {
 display: block;
 height: 45px;
 width: 45px;
 line-height: 45px;
 font-size: 3rem;
 color: #FFF;
 background-color: #0A2928;
 font-weight: bold;
 float: left;
 text-align: center;
}
#flow #FlowEntry dl dd {
 text-align: left;
 padding-left: 55px;
 margin-bottom: 10px;
}
#newentry .style1000 .lead, #contact .style1000 .lead {
 text-align: left;
 margin-bottom: 25px;
}
.form_area {
 clear: both;
 width: 100%;
 padding-bottom: 40px;
 background-color: #FFFCF9;
}
.form_area dl {
 padding-top: 20px;
 padding-right: 4%;
 padding-bottom: 25px;
 padding-left: 4%;
}
.form_area dl dt {
4 font-weight: bold;
}
.form_area dl dt.required:before {
 content: "必須";
 font-size: 1.2rem;
 color: #FFF;
 background-color: #C00;
 margin-right: 10px;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-weight: normal;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 vertical-align: top;
}
.form_area dl dd {
 margin-bottom: 15px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666;
 padding-bottom: 15px;
 text-align: left;
}
/* form */
.form_area input[type="text"], .form_area input[type="tel"], .form_area input[type="email"], .form_area select, .form_area textarea {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: button;
 appearance: none;
 border-radius: 0;
 width:100%;
 border:1px solid #DADADA;
 padding-top: 8px;
 padding-right: 2px;
 padding-bottom: 8px;
 padding-left: 2px;
}
.form_area input.half {
 width:50%;
}
.form_area input.short {
 width:20%;
}
/* submit */
.form_area .submit {
 display: flex;
 justify-content: center;
}
.form_area .submit input {
 cursor:pointer;
 border:none;
 display: inline-block;
 width:80%;
 color: #fff;
 font-weight:bold;
 margin:5px;
 padding: 20px 15px;
 background-color: #C00;
}
/* check,radio */
.checkbox-field label input, .radio-field label input {
 display: none;
}
.checkbox-field label input:checked + .wpcf7-list-item-label:after, .radio-field label input:checked + .wpcf7-list-item-label:after {
 display: block;
}
.checkbox-field label, .radio-field label {
 display: inline-block;
 margin-right: 20px;
}
.checkbox-field label .wpcf7-list-item-label, .radio-field label .wpcf7-list-item-label {
 padding-left: 30px;
 position: relative;
 cursor: pointer;
}
.checkbox-field label .wpcf7-list-item-label:before, .radio-field label .wpcf7-list-item-label:before {
 content: "";
 position: absolute;
 transition: 0.3s;
 left: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 20px;
 height: 20px;
 border: 1px solid #004B88;
 background-color: #fff;
}
.checkbox-field label .wpcf7-list-item-label:after {
 content: "";
 position: absolute;
 transition: 0.3s;
 display: none;
 width: 20px;
 height: 10px;
 left:0;
 top:50%;
 margin-top:-8px;
 transform:scale(0.5) rotate(-45deg);
 border-bottom: 2px solid #004B88;
 border-left: 2px solid #004B88;
}
.radio-field label .wpcf7-list-item-label:after {
 content: "";
 position: absolute;
 transition: 0.3s;
 display: none;
 background: #004B88;
 width: 20px;
 height: 20px;
 left:1px;
 top:50%;
 margin-top:-10px;
 transform:scale(0.5);
}
.radio-field label .wpcf7-list-item-label:before, .radio-field label .wpcf7-list-item-label:after {
 border-radius: 100px;
}
.submit {
 display: flex;
 justify-content: center;
}
.submit input {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: button;
 appearance: none;
 border-radius: 0;
 width:100%;
 font-size:16px;
 cursor:pointer;
 border:none;
 display: inline-block;
 width:80%;
 color: #fff;
 font-weight:bold;
 margin:5px 10px;
 padding: 20px 15px;
 background-color: #C00;
}
.submit input.submit {
 background-color:#C00;
}
.submit input.back {
 background-color:#666;
}
.wpcf7 .wpcf7-not-valid {
 background: #FFEAEA;
 color: #C00;
}
/* エラーメッセージの上部を消去 */
div.screen-reader-response {
 display: none;
}
.pass {
 margin-bottom: 20px;
 margin-right: 8%;
 margin-left: 8%;
}
.post_password {
 background-color: #F3F3F3;
 clear: both;
 width: 90%;
 margin-right: auto;
 margin-left: auto;
 padding-top: 50px;
 padding-bottom: 50px;
 margin-bottom: 10px;
 text-align: center;
}
.post_password input[type="submit"], .post_password input[type="password"] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: button;
 appearance: none;
 border-radius: 0;
 border:1px solid #DADADA;
 padding-right: 20px;
 padding-left: 20px;
 height: 40px;
}
.post_password input[type="password"] {
 width: 60%;
}
.post_password input[type="submit"] {
 background-color: #C00;
 color: #FFF;
}
#Learn #LearnEntry .learnBox .learnBody .entryBody h2 {
 margin-top: 15px;
 margin-bottom: 15px;
 font-size: 1.7rem;
}
#Learn #LearnEntry .learnBox .learnBody .entryBody .learnDetail {
 margin-top: 15px;
}
#Learn #LearnEntry #Series {
 margin-top: 30px;
}
#Learn #LearnEntry #Series h3 {
 font-size: 2.2rem;
 margin-bottom: 30px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCC;
 padding-bottom: 10px;
 margin-top: 30px;
 text-align: center;
}
#Learn #LearnEntry #Series .seriesList {
 display:flex;
 flex-wrap:wrap;
}
#Learn #LearnEntry #Series .seriesList a {
 width: 47%;
 margin-right: 4%;
 margin-bottom: 20px;
 text-decoration: none;
 color: #333;
}
#Learn #LearnEntry #Series .seriesList a:nth-of-type(2n) {
 margin-right: 0px;
}
#Learn #LearnEntry #Series .seriesList a h4 {
 font-size: 1.5rem;
 font-weight: bold;
 line-height: 1.6em;
 margin-top: 3px;
}
#Learn #LearnEntry #Series .seriesList a p {
 font-size: 1.4rem;
 line-height: 1.6em;
}
#Top2022 .topLeadHead {
 font-size: 1.9rem;
 color: #0C3414;
 position: relative;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 0px;
 margin-bottom: 5px;
 font-weight: bold;
 text-align: center;
 line-height: 1.6em;
}
/*
#Top2022 .topLeadHead:before, #Top2022 .topLeadHead:after {
 content: '';
 position: absolute;
 top: 50%;
 display: inline-block;
 width: 30px;
 height: 3px;
 background-color: #0C3414;
}
#Top2022 .topLeadHead:before {
 left:0;
 -webkit-transform: rotate(60deg);
 transform: rotate(60deg);
}
#Top2022 .topLeadHead:after {
 right: 0;
 -webkit-transform: rotate(-60deg);
 transform: rotate(-60deg);
}
*/
#Top2022 .topLeadSub {
 margin-right: auto;
 margin-left: auto;
 background-color: #CC0000;
 font-size: 1.7rem;
 color: #FFF;
 padding-top: 12px;
 padding-bottom: 12px;
 line-height: 1.4em;
 padding-right: 0%;
 padding-left: 0%;
 position: relative;
 text-align: center;
 font-weight: bold;
}
#Top2022 .topLeadSub.taimen:before {
 content: "対面集中講座のご案内";
 font-size: 1.6rem;
 color: #CC0000;
 background-color: #FFF;
 line-height: 1.2em;
 display: block;
 padding-top: 6px;
 padding-bottom: 6px;
 margin-bottom: 5px;
 margin-right: 10px;
 margin-left: 10px;
}
#Top2022 #Sec0 {
 width: 100%;
}
#Top2022 .topLead {
 margin-top: 10px;
 margin-right: 0px;
 margin-left: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-bottom: 0px;
}
#Top2022 .topLead  p {
 padding-bottom: 1.5rem;
 font-size: 1.7rem;
}
#Top2022 .topLeadJirei {
 width: 37%;
 padding-top: 2px;
 float: right;
 margin-left: 3%;
 margin-bottom: 1rem;
}
#Top2022 .topLeadJirei img {
 height: auto;
 width: 100%;
}
#Top2022 .topLeadJirei figcaption {
 font-size: 1.2rem;
 line-height: 1.3em;
 text-align: left;
}
#Top2022 #Sec1 {
 padding-bottom: 30px;
 padding-right: 0px;
 padding-left: 0px;
}
#Top2022 #Sec1 dl.detail {
 text-align: left;
 margin-bottom: 15px;
}
#Top2022 #Sec1 dl.detail dt {
 color: #0C3313;
 font-weight: bold;
 margin-bottom: 3px;
 border-left-width: 5px;
 border-left-style: solid;
 border-left-color: #0C3313;
 padding-left: 10px;
}
#Top2022 #Sec1 dl.detail dd {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
#Top2022 #Sec1 dl.detail dd .flex {
}
#Top2022 #Sec1 dl.detail dd .flex .flexItem {
}
#Top2022 #Sec1 #Curriculum .secTitle3 span {
 font-weight: bold;
}
#Top2022 #Sec1 #Curriculum .scroll {
 overflow: auto;
 white-space: nowrap;
}
#Top2022 #Sec1 #Curriculum .scroll::-webkit-scrollbar {
　　/*tableにスクロールバーを追加*/
 height: 5px;
}
#Top2022 #Sec1 #Curriculum .scroll::-webkit-scrollbar-track {
　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
#Top2022 #Sec1 #Curriculum .scroll::-webkit-scrollbar-thumb {
　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
#Top2022 #Sec1 #Curriculum .scroll table {
 width: 100%;
 border-top-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-left-style: solid;
 border-top-color: #333;
 border-left-color: #333;
}
#Top2022 #Sec1 #Curriculum table th, #Top2022 #Sec1 #Curriculum table td {
 padding: 10px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #333;
 border-bottom-color: #333;
 vertical-align: middle;
}
#Top2022 #Sec1 #Curriculum table td {
 background-color: #FFF;
}
#Top2022 #Sec1 #Curriculum table th {
 background-color: #E6E1D2;
}
#Top2022 #Sec1 #Curriculum table tr .date {
 text-align: left;
 vertical-align: middle;
 padding-left: 0.5em;
 padding-right: 0.5em;
 white-space: nowrap;
}
#Top2022 #Sec1 #Curriculum table tr .theme {
 color: #CC0000;
 text-align: left;
 white-space: nowrap;
 padding-right: 0.5em;
 padding-left: 0.5em;
}
#Top2022 #Sec1 #Curriculum table tr .theme dl {
 display: flex;
 flex-wrap: wrap;
 font-size: 1.5rem;
 font-weight: normal;
 color: #333;
 line-height: 1.4em;
}
#Top2022 #Sec1 #Curriculum table tr .theme dl dt {
 flex-basis: 3em;
}
#Top2022 #Sec1 #Curriculum table tr .theme dl dt:after {
 content: "：";
}
#Top2022 #Sec1 #Curriculum table tr .theme dl dd {
 flex-basis: calc(100% - 3em);
}
#Top2022 #Sec1 #Curriculum table tr td ul, #Top2022 #Sec1 #Curriculum table tr td ol {
 margin-left: 10px;
 margin-top: 3px;
 margin-bottom: 3px;
}
#Top2022 #Sec1 #Curriculum table tr td ul li, #Top2022 #Sec1 #Curriculum table tr td ol li {
 list-style-type: disc;
 margin-left: 15px;
 text-align: left;
}
#Top2022 #Sec1 #Curriculum table tr td ol li {
 list-style-type: decimal;
}
.scroll-hint-text {
 display: none;
}
#Top2022 #Sec1 .tokuten {
 width: 100vw;
 margin-left: calc(50% - 50vw);
 padding: 15px 15px 10px;
 margin-bottom: 15px;
 background-color: #FFF3D0;
 text-align: center;
}
#Top2022 #Sec1 .tokuten h3 {
 text-align: center;
 font-size: 1.7rem;
 color: #FFF;
 margin-bottom: 5px;
 background-color: #F36;
 display: inline-block;
 padding: 6px 30px;
 margin-right: auto;
 margin-left: auto;
 border-radius: 20px;
}
#Top2022 #Sec1 .tokuten p {
 text-align: left;
 margin-bottom: 1rem;
}
#Top2022 #Sec1 .tokuten ul {
 text-align: left;
 margin-left: 1rem;
}
#Top2022 #Sec1 .tokuten ul li {
 font-weight: bold;
}
#Top2022 #Sec1 #Soudan {
 text-align: left;
 margin-bottom: 40px;
 padding-top: 15px;
}
#Top2022 #Sec1 #Soudan h4 {
 color: #0C3515;
 font-weight: bold;
 margin-bottom: 5px;
}
#Top2022 #Sec1 #Soudan p {
 font-weight: bold;
 display: inline-block;
 margin-right: 30px;
 margin-bottom: 5px;
 font-size: 1.5rem;
}
#Top2022 #Sec1 #Soudan p span {
 font-size: 1.5rem;
 color: #FFF;
 background-color: #0C3616;
 font-weight: normal;
 padding-top: 2px;
 padding-right: 1em;
 padding-bottom: 2px;
 padding-left: 1em;
 margin-right: 10px;
}
#Top2022 #Sec1 .linkBtnRed a {
 line-height: 70px;
 height: 70px;
 font-weight: bold;
 font-size: 2.0rem;
}
#Top2022 #Sec2 {
 background-color: #F4F4F4;
 clear: both;
 background-image: url(../images/top/bg_feature.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 300px 217px;
}
#Top2022 #Sec2 .innner1000 {
 padding-bottom: 25px;
}
#Top2022 #Sec2 .innner1000 h3 {
 font-size: 2.2rem;
 color: #0A2827;
 margin-right: 4%;
 margin-left: 4%;
 font-weight: bold;
 text-align: center;
}
#Top2022 #Sec2 .innner1000 .topLead {
 font-size: 1.7rem;
 font-weight: normal;
 padding-bottom: 40px;
 text-shadow:  2px 2px 10px #FFF, -2px 2px 10px #FFF, 2px -2px 10px #FFF, -2px -2px 10px #FFF;
}
#Top #Feature .innner1000.clearfix .linkBtnRed {
 margin-bottom: 50px;
}
.flexBwn.bnBox {
 padding-left: 0px;
}
.flexBwn.bnBox li {
 width: 100%;
 list-style-type: none;
}
.flexBwn.bnBox li a {
 width: 100%;
}
#Top .style1000 .flexBwn.bnBox .linkBtnRed a, #Top .style1000 .flexBwn.bnBox .linkBtnGn a {
 margin-top: 8px;
}
#newentry-top .style1000 ul {
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}
#newentry-top .style1000 ul li a {
 background: rgb(244,241,232);
 background: linear-gradient(0deg, rgba(244,241,232,1) 0%, rgba(255,255,255,1) 100%);
 border: 1px solid #ACA589;
 margin-bottom: 20px;
 display: block;
 border-radius: 10px;
 width: 100%;
 color: #333;
 text-decoration: none;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 15px;
 padding-left: 30px;
}
#newentry-top .style1000 ul li .arrow:before, #newentry-top .style1000 ul li .arrow:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 8px;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.arrow2:before {
 width: 20px;
 height: 20px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background-color: #ACA589;
}
.arrow2:after {
 left: 15px !important;
 width: 5px;
 height: 5px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#newentry-top .style1000 ul li a span {
 font-size: 1.5rem;
 font-weight: normal;
 color: #FFF;
 background-color: #C00;
 padding-top: 1px;
 padding-right: 1rem;
 padding-bottom: 2px;
 padding-left: 1rem;
 right: 20px;
 border-radius: 5px;
}
#newentry-top .style1000 ul li a span.close {
 background-color: #666;
}
.navigation a {
 text-decoration: none;
}
.navigation a .naviTel {
 background-color: #093;
 text-align: center;
 color: #FFF;
 line-height: 1.3;
 margin-top: 40px;
 margin-bottom: 10px;
 padding-top: 15px;
 padding-right: 10px;
 padding-bottom: 15px;
 padding-left: 10px;
 border-radius: 5px;
}
.navigation a .naviTel h3 {
 font-size: 1.5rem;
 margin-bottom: 10px;
 padding-bottom: 5px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
}
.navigation a .naviTel h4 {
 font-size: 1.4rem;
 font-weight: normal;
}
.navigation a .naviTel p {
 font-size: 1.4rem;
 font-weight: normal;
}
.navigation a .naviTel p span {
 font-size: 2rem;
 font-weight: bold;
 display: inline-block;
 padding-top: 3px;
 vertical-align: middle;
 background-image: url(../images/common/icn_tel.png);
 background-repeat: no-repeat;
 background-position: left center;
 min-height: 26px;
 padding-left: 25px;
}
.flexBwn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.flexCenter {
 display:flex;
 justify-content:center;
 width: 100%;
 flex-wrap: wrap;
}
.flexVH {
 display: flex;
 justify-content: center;
 align-items: center;
}
.flexEven {
 width: 100%;
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
}
.flexAround {
 width: 100%;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
}
.flex {
 display: flex;
 width: 100%;
 flex-wrap: wrap;
}
#Top2022 #Sec1 .detail .dateKaisai {
 margin-left: 20px;
 font-size: 1.4rem;
 display: block;
}
#Top2022 #Sec1 .detail .dateKaisai li {
 list-style-type: square;
 padding-bottom: 5px;
}
#Top2022 #Sec1 .detail .dateKaisai li strong {
 font-size: 1.6rem;
 margin-left: 5px;
}
#Top2022 #Sec1 .detail .koushi {
 margin-left: 20px;
}
#Top2022 #Sec1 .detail .koushi li {
 list-style-type: square;
}
#Top2022 #Curriculum {
 margin-bottom: 30px;
}
