@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 box-sizing:border-box;
}
html {
 font-size: 62.5%;
}
body {
 line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display:block;
}
nav ul {
 list-style:none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
 text-align: left;
}
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
* {
 margin:0;
 padding:0;
}
img {
 border:none;
 vertical-align:bottom;
}
hr {
 display:none;
}
ul {
 list-style:none;
}
a {
 overflow:hidden;
}
body {
 color:#333333;
 text-align:center;
 font-size:17px;
 font-size: 1.7em;
 font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 line-height: 1.68em;
 background-repeat: repeat-x;
 margin-right: auto;
 margin-left: auto;
 min-width: 1100px;
}
table {
 font-size:inherit;
 font:100%;
}
.clearfix:after {
 content:" ";
 display:block;
 clear:both;
}
a {
 /*\*/
   overflow: hidden;/**/
}
a {
 color: #39C;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #39C;
}
.replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.fLeft, .alignleft {
 float: left;
 margin-right: 30px;
}
.fRight, .alignright {
 float: right;
 margin-left: 30px;
}
.textLeft {
 text-align: left;
}
.textRight {
 text-align: right;
}
.textSmall {
 font-size: 85%;
}
.aligncenter {
 text-align: center;
 display: block;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 15px;
}
.textCenter, {
 text-align: center;
}
.textRed {
 color: #C00;
}
.textGn {
 color: #063;
}
.textBl {
 color: #039;
}
.flexBwn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.sp {
 display: none;
}
.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;
 text-align: left;
}
#Header #HeaderIn {
 clear: both;
 width: 1100px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 25px;
 padding-bottom: 25px;
 position: relative;
}
#Header #HeaderIn h1 {
 font-size: 1.7rem;
 color: #FFF;
 font-weight: normal;
 margin-bottom: 10px;
 padding-left: 60px;
}
#Header #HeaderIn h2 a {
 font-size: 2.6rem;
 color: #FFF;
 font-weight: normal;
 padding-left: 60px;
 text-decoration: none;
}
@media screen and (min-width: 1100px) {
#Header #HeaderIn h1, #Header #HeaderIn h2 a {
 padding-left: 0px;
}
}
#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: 10px;
 right: 0px;
 z-index: 10;
}
/* ハンバーガーアイコン */
.burger {
 width: 40px;
 height: 35px;
 position: absolute;
 display: flex;
 align-items: center;
 top: 20px;
 left: 10px;
 z-index: 9999;
}
.burger:hover {
 cursor: pointer;
}
.burger.burger-active {
 top: 20px;
}
/* 真ん中の線 */
.burger .line {
 width: 100%;
 height: 6px;
 transition: 0.6s;
 background-color: #FFFFFF;
 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: 6px;
 top: 0;
 right: 0;
 transition: 0.6s;
 background-color: #FFFFFF;
 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: 6px;
 bottom: 0;
 right: 0;
 transition: 0.6s;
 background-color: #FFFFFF;
 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: #EEEEEE;
 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;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
}
.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: 30px;
}
.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;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 70px;
}
.linkBtn a {
 font-size: 1.6rem;
 color: #C00;
 border: 1px solid #C00;
 text-decoration: none;
 display: block;
 height: 30px;
 width: 100px;
 line-height: 30px;
 text-align: center;
 background-color: #FFF;
}
.linkBtn a:hover {
 color: #FFF;
 background-color: #C00;
}
.linkBtnRed a {
 height: 55px;
 width: 60%;
 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: 50%;
 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: 40%;
 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: 22px 50%;
 text-decoration: none;
 text-align: center;
}
.linkBtnKey a:hover {
 background-color: #05180A;
}
.linkBtnGn a {
 height: 55px;
 width: 50%;
 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: 40%;
 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: 37px;
 background-color: #606060;
 padding-bottom: 150px;
 margin-top: 100px;
}
footer p {
 font-size: 1.9rem;
 color: #FFF;
 margin-bottom: 10px;
}
address {
 font-style: normal;
 color: #FFF;
 font-weight: normal;
 font-size: 1.6rem;
}
#pagetop {
 position: fixed;
 bottom: 10px;
 right: 10px;
}
#Breadcrumb {
 margin-bottom: 30px;
 text-align: right;
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 10px;
}
#Breadcrumb ul {
 text-align: right;
}
#Breadcrumb ul li {
 font-size: 1.5rem;
 display: inline-block;
 text-align: right;
}
#Breadcrumb ul li:after {
 content: "≫";
 margin-right: 10px;
 margin-left: 10px;
}
#Breadcrumb ul li:last-child:after {
 content: none;
}
#TopMainImg {
 clear: both;
 height: 420px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 z-index: 0;
}
.slider {
 margin: 0;
}
.slider .item {
 height: 420px;
}
.slider img {
 width: 100%;
 height: auto;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}
.slider .slick-next {
 z-index: 99;
}
.slider .slick-prev {
 z-index: 99;
}
.slick-dots {
 bottom: 0px !important;
}
.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;
}
#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: 50px;
}
.pageTitle {
 background-image: url(../images/common/pageTitle_bg.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 font-size: 2.8rem;
 font-weight: bold;
 margin-bottom: 40px;
 padding-bottom: 20px;
}
.secTitle1 {
 background-image: url(../images/common/secTitle1.jpg);
 background-repeat: no-repeat;
 line-height: 60px;
 color: #FFF;
 font-size: 2.2rem;
 padding-right: 25px;
 padding-left: 25px;
 text-align: left;
 font-weight: normal;
}
.secTitle1.colorBn {
 background-image: url(../images/common/secTitle1_bn.jpg);
}
.secTitle2 {
 line-height: 1.5em;
 color: #FFF;
 font-size: 2.2rem;
 padding-right: 25px;
 padding-left: 25px;
 text-align: left;
 font-weight: normal;
 background-color: #89784B;
 padding-top: 15px;
 padding-bottom: 15px;
}
.secTitle3 {
 background-image: url(../images/common/pageTitle_bg.jpg), url(../images/common/pageTitle_bg.jpg);
 font-size: 2.2rem;
 line-height: 2.2rem;
 height: 2.5rem;
 margin-bottom: 20px;
 background-repeat: no-repeat, no-repeat;
 background-position: left center, right center;
}
.subTitle1 {
 font-size: 1.8rem;
 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: 40px;
 text-align: left;
}
#Top #Seminar .seminarBox .seminarIn, #Seminar #SeminarEntry .seminarBox .seminarIn, #Profile #ProfileEntry .profileBox .profileIn, #News #NewsEntry .newsBox .newsIn {
 text-align: left;
 position: relative;
 padding-top: 35px;
 padding-right: 50px;
 padding-bottom: 35px;
 padding-left: 50px;
}
#Top #Seminar .seminarBox .seminarIn .wpContents {
 margin-bottom: 0px;
 min-height: 180px;
}
#Top #Seminar .seminarBox .seminarIn .entryImg, #Seminar .seminarBody .entryImg {
 float: left;
 height: 169px;
 width: 300px;
 margin-right: 30px;
}
#Seminar .seminarBody .entryImg {
 margin-bottom: 25px;
}
#Top #Seminar .seminarBox .seminarIn .entryImg img, #Seminar .seminarBody .entryImg img {
 height: 100%;
 width: 100%;
}
#Top #Seminar .seminarBox .seminarIn .Outline {
 margin-left: 320px;
 margin-bottom: 30px;
}
#Top #Seminar .seminarBox .seminarIn .wpContents .Outline ul {
 list-style-type: none;
}
#Top #Seminar .seminarBox .seminarIn .wpContents .Outline ul li {
 margin-bottom: 0px;
}
#Top #Seminar .seminarBox .seminarIn .wpContents .linkBtn {
 position: absolute;
 right: 50px;
 bottom: 20px;
}
#Top #Feature {
 background-image: url(../images/top/bg_feature.png), url(../images/common/bg_yw.png);
 background-position: calc(50% + 400px) bottom, left top;
 background-repeat: no-repeat, repeat;
 clear: both;
 margin-bottom: 40px;
}
#Top #Feature .innner1000 .featureDetail {
 width: 300px;
 float: left;
 text-align: left;
 margin-right: 50px;
 margin-bottom: 60px;
}
#Top #Feature .innner1000 .featureDetail:nth-of-type(3n) {
 margin-right: 0px;
}
#Top #Feature .innner1000 .featureDetail h3 {
 color: #0A2726;
 font-size: 1.8rem;
 width: 100px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #0A2726;
 padding-bottom: 5px;
 margin-bottom: 10px;
}
#Top #Feature .innner1000 .featureDetail h4 {
 color: #C00;
 font-size: 2.2rem;
 margin-bottom: 10px;
}
#Top #Feature .innner1000 .featureDetail p {
 font-size: 1.6rem;
}
#TopNews {
 background-image: url(../images/common/bg_pk.png);
 background-repeat: repeat-y;
 position: relative;
}
#TopNews h2 {
 color: #C00;
 font-size: 1.9rem;
 display: block;
 float: left;
 text-align: left;
 position: absolute;
 left: 20px;
 top: 30px;
}
#TopNews a, #News a {
 text-decoration: none;
}
#TopNews a .topNewsList, #News a .newsList {
 text-align: left;
 clear: both;
 margin-bottom: 10px;
 margin-left: 230px;
 padding: 15px;
}
#News a .newsList {
 margin-left: 0px;
 border: 1px solid #E8DAC8;
 margin-bottom: 25px;
}
#TopNews a:hover .topNewsList, #News a:hover .newsList {
 background-color: #F7F2EC;
}
#TopNews a .topNewsList h3, #News a .newsList h3 {
 height: 110px;
 width: 110px;
 border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 background-color: #AA9766;
 color: #FFF;
 padding: 20px;
 text-align: center;
 text-decoration: none;
 float: left;
}
#TopNews a .topNewsList h3 .year, #News a .newsList h3 .year {
 font-size: 1.6rem;
 display: block;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
 margin-bottom: 5px;
}
#TopNews a .topNewsList h3 .day, #News a .newsList h3 .day {
 font-size: 2.5rem;
}
#Top #TopNews a .topNewsList h4, #News a .newsList h4 {
 margin-left: 130px;
 color: #333;
 text-decoration: none;
 font-size: 1.8rem;
 padding-top: 10px;
 padding-bottom: 5px;
}
#TopNews a .topNewsList h4 .new, #News a .newsList h4 .new {
 font-size: 1.5rem;
 color: #FFF;
 background-color: #C00;
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
 margin-right: 10px;
 font-weight: normal;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
}
#TopNews a .topNewsList p, #News a .newsList p {
 margin-left: 130px;
 color: #333;
 text-decoration: none;
 font-size: 1.6rem;
}
#TopNews .linkBtnRed {
 margin-left: 200px;
}
#MainImg {
 clear: both;
 height: 250px;
 width: 100%;
 background-image: url(../images/profile/main_img_bg.png);
 background-repeat: no-repeat;
 background-position: center top;
}
#MainImg.mainimgseminar, #MainImg.mainimglearn {
 background-image: url(../images/seminar/main_img_bg2.png);
 background-repeat: no-repeat;
 background-position: center top;
}
#MainImg.mainimgflow {
 background-image: url(../images/flow/main_img_bg.png);
 background-repeat: no-repeat;
 background-position: center top;
}
#MainImg.mainimgprofile {
 background-image: url(../images/profile/main_img_bg.png);
 background-repeat: no-repeat;
 background-position: center top;
}
#Seminar main #SeminarEntry .seminarBox .seminarIn .seminarBody {
 margin-bottom: 40px;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody.wpContents {
 margin-bottom: 0px;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody.wpContents .seminarDesc {
 margin-bottom: 20px;
 font-size: 1.7rem;
 font-weight: bold;
}
#Seminar #SeminarEntry .seminarBox.cat .seminarIn .seminarBody.wpContents .seminarDesc {
 font-weight: normal;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody .entryBody .koushiProflle {
 margin-bottom: 30px;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody .entryBody .koushiProflle h3.subTitle1 {
 margin-bottom: 30px !important;
 font-size: 1.8rem;
 padding-bottom: 3px;
}
#Seminar #SeminarEntry .seminarBox .seminarIn .seminarBody .entryBody .koushiProflle .koushiName {
 margin-bottom: 10px;
 font-size: 1.8rem;
}
.profileBox, .newsBox {
 clear: both;
 width: 100%;
 background-image: url(../images/common/bg_bj.png);
 margin-bottom: 50px;
}
dl.dlYoko {
 text-align: left;
 line-height: 1.3em;
 display: block;
}
dl.dlYoko dt {
 float: left;
 width: 10em;
 clear: left;
 margin-bottom: 8px;
 padding-bottom: 8px;
}
dl.dlYoko dd {
 display: block;
 _height: 1%;
 margin-bottom: 8px;
 padding-left: 10em;
 _padding-left: 0px;
 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;
}
#News #NewsEntry .newsBox .newsIn .entryDate {
 text-align: right;
 margin-bottom: 25px;
}
#News #NewsEntry .newsBox .newsIn {
 padding-top: 20px;
}
.excerptMore {
 font-size: 1.4rem;
 color: #069;
}
#flow #FlowEntry dl {
 padding: 20px;
 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 );
}
#flow #FlowEntry dl:after {
 content:url(../images/flow/arrow.png);
}
#flow #FlowEntry dl:last-child:after {
 content:'';
}
#flow #FlowEntry dl dd {
 text-align: left;
 padding-left: 120px;
 margin-bottom: 50px;
 padding-top: 10px;
}
#flow #FlowEntry dl dd a {
 font-weight: bold;
}
#flow #FlowEntry dl dt {
 display: block;
 height: 100px;
 width: 100px;
 line-height: 100px;
 font-size: 5.6rem;
 color: #FFF;
 background-color: #0A2928;
 font-weight: bold;
 float: left;
}
#newentry .style1000 .lead, #contact .style1000 .lead {
 text-align: left;
 margin-bottom: 40px;
}
.form_area {
 clear: both;
 width: 900px;
 margin-right: auto;
 margin-left: auto;
 background-image: url(../images/common/bg_bj.png);
 padding-bottom: 40px;
}
.form_area dl {
 padding-top: 50px;
 padding-right: 50px;
 padding-bottom: 20px;
 padding-left: 50px;
}
.form_area dl dt {
 text-align: left;
 font-weight: bold;
}
.form_area dl dt.required:before {
 content: "必須";
 font-size: 1.2rem;
 color: #FFF;
 background-color: #C00;
 margin-right: 10px;
 padding-top: 3px;
 padding-right: 5px;
 padding-bottom: 3px;
 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: 20px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666;
 padding-bottom: 20px;
 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: 12px;
 padding-right: 2px;
 padding-bottom: 12px;
 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:300px;
 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:300px;
 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;
}
.post_password {
 background-color: #F3F3F3;
 clear: both;
 width: 500px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 50px;
 padding-bottom: 50px;
 margin-bottom: 10px;
}
.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="submit"] {
 background-color: #C00;
 color: #FFF;
}
#Learn #LearnEntry .learnBox .learnBody.wpContents .entryBody h2 {
 margin-top: 40px;
 margin-bottom: 30px;
 font-size: 1.7rem;
}
#Learn #LearnEntry .learnBox .learnBody.wpContents .entryBody .learnDetail {
 margin-top: 30px;
}
#Learn #LearnEntry #Series {
 margin-top: 120px;
}
#Learn.learnArchive #LearnEntry #Series {
 margin-top: 60px;
}
#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: 50px;
}
#Learn #LearnEntry #Series .seriesList {
 display:flex;
 flex-wrap:wrap;
}
#Learn #LearnEntry #Series .seriesList a .seriesItem {
 width: 220px;
 margin-right: 38px;
 margin-bottom: 25px;
}
#Learn #LearnEntry #Series .seriesList a:nth-of-type(4n) .seriesItem {
 margin-right: 0px;
}
#Series .seriesList .imgListItem {
 width: 220px;
}
#Learn #LearnEntry #Series .seriesList a .seriesItem h4, #Learn #LearnEntry #Series .seriesList a .seriesItem p {
 text-align: left;
 font-size: 1.6rem;
 line-height: 1.5em;
}
#Top2022 .topLeadHead {
 font-size: 3.0rem;
 color: #0C3414;
 position: relative;
 display: inline-block;
 margin-top: 60px;
 padding-top: 0;
 padding-right: 65px;
 padding-bottom: 0;
 padding-left: 65px;
 margin-bottom: 30px;
 line-height: 1.5em;
}
#Top2022 .topLeadHead:before, #Top2022 .topLeadHead:after {
 content: '';
 position: absolute;
 top: 60%;
 display: inline-block;
 width: 70px;
 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 {
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 background-color: #CC0000;
 font-size: 2.7rem;
 color: #FFF;
 padding-top: 17px;
 padding-bottom: 17px;
 line-height: 1.4em;
 position: relative;
}
#Top2022 .topLeadSub.taimen:after {
 content: "対面集中講座\Aのご案内";
 white-space: pre;
 font-size: 2.2rem;
 color: #FF9;
 background-color: #063;
 position: absolute;
 top: -40px;
 left: -40px;
 border-radius: 100%;
 padding: 30px 15px;
 line-height: 1.2em;
 transform: rotate(-8deg);
}
#Top2022 #Sec0 {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-direction: row-reverse;
 align-items: center;
 flex-wrap: wrap;
}
#Top .topLead, #Top2022 .topLead {
 font-size: 1.8rem;
 line-height: 1.8em;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 margin-top: 40px;
 margin-bottom: 20px;
 font-weight: bold;
}
#Top .topLead strong, #Top2022 .topLead strong {
 color: #C00;
}
#Top2022 .topLead {
 width: 600px;
 margin: 0px;
}
#Top2022 .topLead  p {
 padding-bottom: 2rem;
 font-size: 1.9rem;
 line-height: 1.8em;
}
#Top2022 .topLeadJirei {
 width: 370px;
 padding-top: 15px;
}
#Top2022 .topLeadJirei img {
 height: auto;
 width: 100%;
}
#Top2022 .topLeadJirei figcaption {
 font-size: 1.3rem;
 line-height: 1.4em;
 text-align: left;
}
#Top2022 #Sec1 {
 background-image: url(../images/common/bg_yw.png);
 padding-top: 12px;
 padding-right: 65px;
 padding-bottom: 50px;
 padding-left: 65px;
 margin-bottom: 80px;
}
#Top2022 #Sec1 dl.detail {
 display: flex;
 flex-wrap: wrap;
 font-size: 1.7rem;
 text-align: left;
 line-height: 1.8em;
 margin-bottom: 50px;
}
#Top2022 #Sec1 dl.detail dt {
 width: 22%;
 color: #0C3313;
 font-weight: bold;
}
#Top2022 #Sec1 dl.detail dd {
 width: 78%;
}
#Top2022 #Sec1 dl.detail dt, #Top2022 #Sec1 dl.detail dd {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
 padding-top: 18px;
 padding-bottom: 18px;
}
#Top2022 #Sec1 dl.detail dd ul > li {
 margin-bottom: 0px;
}
#Top2022 #Sec1 dl.detail dd ul > li > ul > li {
 margin-bottom: 2px;
}
#Top2022 #Sec1 dl.detail dd ul li .note {
 margin-left: 20px;
}
/*
#Top2022 #Sec1 dl.detail dd .flex {
 display: flex;
 align-items: flex-end;
}
*/
#Top2022 #Sec1 dl dd .flex .flexItem {
 margin-right: 20px;
}
#Top2022 #Sec1 #Curriculum 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;
 margin-bottom: 15px;
}
#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;
 text-align: left;
}
#Top2022 #Sec1 #Curriculum table th {
 background-color: #E6E1D2;
}
#Top2022 #Sec1 #Curriculum table tr .date {
 text-align: left;
 vertical-align: middle;
 padding-left: 1em;
 font-weight: bold;
 padding-right: 1em;
 white-space: nowrap;
}
#Top2022 #Sec1 #Curriculum table tr .date span {
 font-weight: normal;
 font-size: 1.5rem;
}
#Top2022 #Sec1 #Curriculum table tr .theme {
 font-weight: bold;
 color: #CC0000;
 text-align: left;
 white-space: nowrap;
 padding-right: 1em;
 padding-left: 1em;
}
#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 .theme p {
 line-height: 1.4em;
 margin-bottom: 4px;
}
#Top2022 #Sec1 #Curriculum table tr td ul, #Top2022 #Sec1 #Curriculum table tr td ol {
 margin-left: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
}
#Top2022 #Sec1 #Curriculum table .theme ul {
 margin-top: 0px;
}
#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;
}
#Top2022 #Sec1 #Soudan {
 text-align: left;
 margin-bottom: 40px;
}
#Top2022 #Sec1 #Soudan h4 {
 color: #0C3515;
 font-size: 1.8rem;
 font-weight: bold;
 margin-bottom: 5px;
}
#Top2022 #Sec1 #Soudan p {
 font-weight: bold;
 display: inline-block;
 margin-right: 30px;
}
#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 #Sec1 .tokuten {
 padding: 20px;
 margin-top: 30px;
 margin-bottom: 10px;
 background-color: #FFF3D0;
}
#Top2022 #Sec1 .tokuten h3 {
 text-align: center;
 font-size: 2.0rem;
 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;
}
#Top2022 #Sec1 .tokuten ul {
 text-align: left;
 margin-left: 50px;
 font-weight: bold;
}
#Top2022 #Sec2 {
 background-color: #F4F4F4;
 background-image: url(../images/top/bg_feature.png);
 background-repeat: no-repeat;
 background-position: right center;
 margin-bottom: 80px;
}
#Top2022 #Sec2 .innner1000 {
 padding-top: 50px;
 padding-bottom: 40px;
}
#Top2022 #Sec2 .innner1000 h3 {
 font-size: 2.6rem;
 color: #0A2827;
}
#Top2022 #Sec2 .innner1000 .topLead {
 font-size: 1.7rem;
 font-weight: normal;
 margin-bottom: 20px;
}
#Top #Feature .innner1000.clearfix .linkBtnRed {
 margin-bottom: 50px;
}
.flexBwn.bnBox li {
 width: 49%;
 list-style-type: none;
}
.flexBwn.bnBox li a {
 width: 100%;
}
#newentry-top .style1000 ul {
 width: 90%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}
#newentry-top .style1000 ul li {
 position: relative;
}
#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%;
 font-weight: bold;
 color: #333;
 text-decoration: none;
 padding: 50px;
}
#newentry-top .style1000 ul li .arrow:before, #newentry-top .style1000 ul li .arrow:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 20px;
 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: 25px !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;
 position: absolute;
 top: 40%;
 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;
    flex-direction: column;
}
.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;
}
#Top2022 #Sec1 .detail .dateKaisai li {
 width: 50%;
 list-style-type: square;
}
#Top2022 #Sec1 .detail .dateKaisai li strong {
 font-size: 1.7rem;
 margin-left: 5px;
}
#Top2022 #Sec1 .detail .koushi {
 margin-left: 20px;
}
#Top2022 #Sec1 .detail .koushi li {
 list-style-type: square;
}
#Top2022 #Sec1 dl.detail dd.formQr img{
 height: 120px;
 width: 120px;
 margin-left: 40px;
}