body {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: none;
    /* font-weight: bold; */
    color: #000000;
}
input{
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
    padding: 0;
}
li{
    font-size: 16px;
    list-style: none;
    line-height: 1.6;
    font-weight: normal;
}
p, a, button, .su-row{
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    font-size: 16px;
}
p,.su-row{
    line-height: 1.3;
}
.su-row{
    font-weight: normal;
}
a {
    line-height: 1;
    color: #002a74;
}
a:visited {
    color: #0066CC;
}
a{
    color: #0066CC;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #0066CC;
}
a img:hover {
    opacity: 0.9;
}
h1{
    font-size: 2.125rem;
}
h2{
    font-size: 1.625rem;
}
h3{
    font-size: 1.3rem;
}
h4{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
h5{
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
h6{
    margin-bottom: 1rem;
}
input[type="submit"]{
    border-radius: unset;
}
dt {
    font-size: 1rem;
    font-weight: bold;
}
dd {
    font-size: 1rem;
}
section {
    margin: 30px 0 17px;
}
#pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    z-index: 100;
}
#pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat 0 0;
    width: 42px;
    height: 42px;
}
#pagetop a:hover {
    opacity: 0.9;
}

/*****************************
  Button
******************************/
.btn_blue {
    border: solid 1px #26a9e0;
    position: relative;
    max-width: 230px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_blue {
    color: #0499cc;
    padding: 1rem 0;
    background-color: #FFF;
}
.btn_blue::after {
    position: absolute;
    content: url('../img/btn_blue.png');
    bottom: 0;
    right: 3px;
}

.btn_blue_search {
    border: solid 1px #0499cc;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_blue_search {
    color: #FFFFFF;
    padding: 1rem 0;
    background-color: #0499cc;
}
.btn_blue_search::before {
    position: relative;
    content: url('../img/search.png');
    left: -8px;
}
.btn_blue_search::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}

.btn_yellow_search {
    border: solid 1px #ffd830;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_yellow_search {
    color: #FFFFFF;
    padding: 1rem 0;
    background-color: #ffd830;
}
.btn_yellow_search::before {
    position: relative;
    content: url('../img/search.png');
    left: -8px;
}
.btn_yellow_search::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.btn_blue2,.btn_blue3 {
    border: solid 1px #26a9e0;
    position: relative;
    max-width: 230px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_blue2,a.btn_blue3 {
    font-weight: bold;
    color: #FFF;
    padding: 1rem 0;
    background-color: #26a9e0;
}
.btn_blue2::after,
.btn_blue3::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.btn_gray {
    border: solid 1px #09379f;
    position: relative;
    max-width: 230px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_gray {
    font-weight: bold;
    color: #FFF;
    padding: 1rem 0;
    background-color: #09379f;
}
button.btn_gray {
    font-weight: bold;
    color: #FFF;
    padding: 1rem 0;
    background-color: #09379f;
    cursor: pointer;
}
.btn_gray::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
input.btn_blue2 {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1rem;
    padding: 1rem 0;
    background-color: #26a9e0;
    cursor: pointer;
}
input.btn_blue2:hover{
    opacity: 0.8;
}
.btn_blue2.add_green{
    background-color: #2ed0a3;
    border: solid 1px #2ed0a3;
}
.btn_blue2-pare {
    position: relative;
    display: inline-block;
    max-width: 230px;
    width: 100%;
    text-align: center;
}
.btn_blue2-pare:after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 1px;
    right: 3px;
}

.btn_white {
    border: solid 1px #FFF;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_white {
    color: #FFF;
    padding: 3rem 0;
    background-color: #26a9e0;
}
.btn_white::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.btn_red2 {
    border: solid 1px #d20010;
    position: relative;
    width: 100%;
    max-width: 475px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_red2 {
    color: #FFFFFF;
    padding: 1rem 0;
    background-color: #d20010;
}
.btn_red2::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.btn_yellow {
    border: solid 1px #ffd830;
    position: relative;
    width: 100%;
    max-width: 475px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn_yellow {
    color: #FFFFFF;
    padding: 1rem 0;
    background-color: #ffd830;
}
.btn_yellow::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.bg-blue{
    background-color: #26a9e0;
}

.section-mg{
    margin-top: 60px;
}
button.btn_gray.btn-height-50,
a.btn_blue2.btn-height-50 {
    height: 50px;
    line-height: inherit;
}
/*****************************
  Headline & Typo setting
******************************/
.format-1 h1,.format-2 h1 {
    font-size: 2.125rem;
}
.format-3 h1,.format-4 h1 {
    font-size: 1.8rem;
    line-height: 1.4;
}
.format-1 .main_col h2 {
    font-size: 1.75rem;
    padding-left: 26px;
    border-left: solid 4px #006fc9;
    line-height: 2.15;
}
.format-1 .main_col h3 {
    color: #005491;
    /*font-size: 1.0rem;*/
    border-bottom: solid 1px #e2e2e2;
    line-height: 2.15;
}
.format-1 .main_col p {
    line-height: 2.15;
}
.format-2 .main_col h2 {
    font-size: 1.75rem;
    padding-left: 26px;
    border-left: solid 4px #006fc9;
    line-height: 2.15;
}
.format-2 .main_col p {
    font-weight: 100;
}
.format-2 .main_col h3 {
    color: #006fc9;
    font-size: 1.625rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.format-2 .main_col p {
    line-height: 1.6;
}
.format-3 .main_col h2,.format-3 .main_col h4 {
    /* font-size: 1.25rem; */
    border-bottom: solid 3px #004caa;
    line-height: 2.15;
    margin-bottom: 1.5rem;
}
.format-3 .main_col h3 {
    color: #005491;
    /*font-size: 1.0rem;*/
    border-bottom: solid 1px #e2e2e2;
    line-height: 2.15;
    margin-bottom: 1.5rem;
}
.format-3 .main_col h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.format-3 .main_col p {
    line-height: 1.6;
}
.format-3 .main_col ul {
    padding-left: 1rem;
}
.format-3 .main_col ol {
    padding-left: 1.5rem;
}
.format-3 .main_col ul li {
    list-style: disc;
}
.format-3 .main_col ol li {
    list-style: decimal;
}
.format-4 .main_col h2 {
    color: #005491;
    line-height: 2.15;
    border-left: solid 4px #005491;
    border-bottom: solid 1px #005491;
    margin-bottom: 1.5rem;
    padding-left: 10px;
}
.format-4 .main_col h3 {
    color: #005491;
    /*font-size: 1rem;*/
    line-height: 2.15;
    border-bottom: solid 1px #005491;
    margin-bottom: 1.5rem;
}
.format-4 .main_col p {
    line-height: 1.6;
    font-weight: normal;
    margin: 16px 0;
}
.format-4 .main_col img {
    max-width: 100%;
    height: auto;
}
.main_col ul {
    padding-left: 1rem;
}
.main_col ol {
    padding-left: 1.5rem;
}
.main_col ul li {
    list-style: disc;
}
.main_col ol li {
    list-style: decimal;
}

aside h2 {
    color: #006fc9 !important;
    font-size: 1.625rem !important;
    padding-left: 0 !important;
    border: none !important;
    line-height: 1 !important;
}
aside h2 span.sub {
    color: #b3b3b3 !important;
    font-size: 13px !important;
}
aside span.head_mid_border {
    display: block !important;
    border-top: solid 1px #e2e2e2 !important;
    position: relative !important;
    top: -22px !important;
    z-index: 0 !important;
}
.gsc-control-cse.gsc-control-cse-ja {
    padding: 0;
}
.gsc-input {
    padding: 0 !important;
}
.gsib_b {
    padding: 0;
}
.gsc-search-button {
    padding-left: 0;
}
#gs_id50 {
    border: none;
}
td.gsc-search-button {
    width: 10% !important;
}
button.gsc-search-button-v2 {
    margin-left: 0;
    border-radius: 0;
    cursor: pointer;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    background-color: #00b3c4 !important;
}
#gsc-iw-id1 {
    border-color: #00b3c4;
}
#toc_container li, #toc_container ul{
    font-size: initial;
  }
/*****************************
  Header CSS
******************************/
#site-navigation {
    /*float: right;*/
}
.main-navigation li {
    float: left;
    margin-right: 3rem;
    font-weight: bold;
}
.main-navigation li:last-child {
    padding-right: 0;
}
.main-navigation li a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#sp_menu{
    display: none;
}
#head_contact {
    text-align: center;
    position: absolute;
    width: 150px;
    height: 100px;
    right: 0;
    top: 0;
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#1586ff), to(#2ab4ff));
    background: -webkit-linear-gradient(left, #1586ff, #2ab4ff);
    background: -o-linear-gradient(left, #1586ff, #2ab4ff);
    background: linear-gradient(90deg, #1586ff, #2ab4ff);
}
#head_phone {
    text-align: center;
    position: absolute;
    width: 150px;
    height: 100px;
    right: 0;
    top: 100px;
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#05359c), to(#5b6ad0));
    background: -webkit-linear-gradient(left, #05359c, #5b6ad0);
    background: -o-linear-gradient(left, #05359c, #5b6ad0);
    background: linear-gradient(90deg, #05359c, #5b6ad0);
}
.contact_inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 2.6;
    height: 2.6rem;
}
#head_contact p {
    color: #FFF;
}
button.navbar-toggler{
    display: none;
}
button.navbar-toggler > span {
    border-color: #FFF;
}
#masthead {
    position: relative;
    width: 100%;
    height: 72px;
    z-index: 100;
    padding: 4px 0;
}
.site-branding {
}
.span_header_menu{
  width: 72%;
}

/*****************************
  TOP Style CSS
******************************/
#hero {
    position: relative;
    color: #FFF;
}
#hero .swiper-slide {
    font-size: 3rem;
    padding: 5rem 0 19rem;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#hero .layer p{
    text-shadow: 1px 1px 20px black;
}
#hero .font-italic{
    font-family: 'Crimson Text', serif;
    font-size: 1.625rem;
}
#hero .font-lg{
    font-size: 2.75rem;
    margin-bottom: 1rem;
}
#hero .font-sm{
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

#news {
    position: relative;
    padding: 45px 35px;
    margin-top: -200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
#news .col{
    padding: 0 35px;
}
#news h2 {
    font-size: 1.25rem;
    color: #FFF;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 20px;
}
#news h2 span {
    font-size: 14px;
}
#news .col:first-child li {
    margin-top: 30px;
}
#news li a{
    color: #FFF;
    font-size: 14px;
}


#news .flex-title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
#news .flex-title p:first-child {
    color: #FFF;
    font-size: 0.8125rem;
    width: 15%;
    text-align: center;
    border: solid 1px;
    margin-right: 5%;
    padding: 3px 1px 2px 1px;
}
#news .flex-title p.less-open {
    background-color: #ff248e;
    border: solid 1px #ff248e !important;
}
#news .flex-title p.close {
    background-color: #000000;
    border: solid 1px #000000 !important;
}
#news .flex-title p:last-child {
    font-size: 0.875rem;
    color: #FFF;
    width: 80%;
}

.top_haedline {
    text-align: center;
    color: #006fc9;
}
.top_haedline span {
    font-size: 0.875rem;
    color: #b3b3b3;
}
#service .subtitle {
    font-size: 1.625rem;
    color: #005491;
}
#service p {
    margin-top: 35px;
    line-height: 1.7;
    font-weight: bold;
}

#prbox .span_1_of_3:nth-child(3n+1) {
    margin-left: 0;
}
#prbox .span_1_of_3 {
    width: 31.25%;
}
#prbox .col {
    margin: 1% 0 1% 3.125%;
}
#prbox .span_1_of_3 .po_cntl {
    position: absolute;
    bottom: 25px;
    padding: 0 25px;
}
#prbox .span_1_of_3:nth-child(1) .po_cntl a {
    display: inline-block;
    background-color: #FFF;
    padding: 0.5rem 1rem;
    margin-right: 20px;
    margin-top: 20px;
    color: #59bdff;
}
#prbox .span_1_of_3:nth-child(2) .po_cntl a {
    display: inline-block;
    background-color: #FFF;
    padding: 0.5rem 1rem;
    margin-right: 20px;
    margin-top: 20px;
    color: #ff9d72;
}
#prbox .span_1_of_3:nth-child(3) .po_cntl a {
    display: inline-block;
    background-color: #FFF;
    padding: 0.5rem 1rem;
    margin-right: 20px;
    margin-top: 20px;
    color: #00c668;
}
#seminor-info .side-layout {
    padding: 95px 35px;
}
#seminor-info h2 {
    color: #006fc9;
}
#seminor-info h2 span.sub {
    color: #b3b3b3;
    font-size: 13px;
}
#seminor-info span.head_mid_border {
    display: block;
    border-top: solid 1px #e2e2e2;
    position: relative;
    top: -22px;
    z-index: 0;
}
.main_col{
    width: 66.3716814159292%;
    margin-top: 0;
}
.side_col{
    width: 30.08849557522124%;
    margin-left: 3.53982300884956%;
    margin-top: 0;
}
.each_seminor {
    /*background-color: #FFF;*/
    margin-top: 35px;
    /*padding: 35px 0;*/
    padding: 30px;
    border:solid 1px #f0f0f0;
}
.each_seminor .flex_title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.each_seminor h3 {
    font-size: 20px;
    margin-top: 3px;
    line-height: 1.6;
}
.each_seminor h3 a{
    color: #000;
    font-size: 1.25rem;
    line-height: 1.6;
}
.each_seminor .article {
    color: #000000;
    line-height: 1.6;
    font-weight: normal;
    margin-top: 10px;
}
.each_seminor .flex_title div:first-child {
    width: 200px;
    margin-right: 30px;
}
.each_seminor .flex_title div:last-child {
    width: 520px;
}
.each_seminor .cat a {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
    border: solid 1px;
    font-weight: bold;
}
.each_seminor table {
    border: none;
}
.each_faq {
    margin-bottom: -20px;
    padding: 17px;
    border:solid 1px #f0f0f0;
}
.each_faq .flex_title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.each_faq h3 {
    font-size: 20px;
    margin-top: 3px;
    line-height: 1.6;
}
.each_faq h3 a{
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.6;
}
.each_faq .article {
    color: #000000;
    line-height: 1.6;
    font-weight: normal;
    margin-top: 10px;
}
.each_faq .cat a {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
    border: solid 1px;
    font-weight: bold;
}
.each_seminor2 {
    margin-top: 35px;
    border:solid 1px #f0f0f0;
}
.each_seminor2 .flex_title2 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom: solid 1px #f0f0f0;
    padding: 30px;
    padding-bottom: 1rem;
}
.format-2 .each_seminor2 h3 {
    color: #006fc9;
    font-size: 1.625rem;
    line-height: 29px;
    margin-bottom: 2rem;
}
.each_seminor2 h3 a{
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.6;
}
.each_seminor2 h3 a:hover{
    text-decoration: underline;
}
.each_seminor2 .article {
    color: #000000;
    line-height: 1.6;
    font-weight: normal;
    margin-top: 10px;
}
.each_seminor2 .flex_title2 div:first-child {
    width: 550px;
    margin-right: 30px;
}
.each_seminor2 .flex_title2 div:last-child {
    max-width: 156px;
    width: 98%;
}
.each_seminor2 .flex_title2 div:last-child p {
    text-align: center;
    font-size: 14px;
    font-weight: bold !important;
    border-radius: 20px;
    margin-bottom: 1rem;
    padding: 4px;
}
.each_seminor2 .cat a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #888;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
}
.each_seminor2 .flex_title2 div:last-child p.open-1 {
    background: #0066cc;
    color: #FFF;
}
.each_seminor2 .flex_title2 div:last-child p.open-2 {
    background: #ffd830;
    color: #000;
}
.each_seminor2 .flex_title2 div:last-child p.open-3 {
    background: #f5dddf;
    color: #be1e2d;
}
.each_seminor2 .flex_title2 div:last-child p.open-4 {
    background: #888888;
    color: #fff;
}
.each_seminor2 .flex_title2 div:last-child p.style-1 {
    background: #d9f4f6;
    color: #00b3c4;
}
.each_seminor2 .flex_title2 div:last-child p.style-2 {
    background: #d9e8f7;
    color: #0066cc;
}
.each_seminor2 .flex_title2 div:last-child p.style-3 {
    background: #d9f2d9;
    color: #00aa00;
}
.each_seminor2 .flex_title2 div:last-child p.trip {
    background: #fff;
    color: #808080;
    border: solid 1px #808080;
}
.fa-question-circle:before {
    color: #419bdc;
    margin-right: 12px;
    font-size: 21px;
}
.detail {
    padding: 20px 30px;
    font-weight: bold;
}
.detail .bottom-flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
}
.detail table tr {
    border-bottom: dashed 1px #e2e2e2;
}
.detail table tr:last-child {
    border-bottom: none;
}
.detail table td {
    vertical-align: middle;
    padding: 0;
}
.detail table td:first-child {
    font-size: 14px;
    line-height: 2.5;
    width: 20%;
}
.date td:first-child::before {
    content: url(../img/icon-clock.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail table .date td span {
    font-size: 14px;
}
.detail table td:last-child span {
    font-size: 14px;
}
.detail table td:last-child span a{
    font-size: 10px;
}
.teacher td:first-child::before {
    content: url(../img/icon-mic.png);
    margin-right: 10px;
    vertical-align: middle;
}
.place td:first-child::before {
    content: url(../img/icon-pin.png);
    margin-right: 13px;
    vertical-align: middle;
}
.limit td:first-child::before {
    content: url(../img/icon-user.png);
    margin-right: 8px;
    vertical-align: middle;
}
.fee td:first-child::before {
    content: url(../img/icon-yen.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail table td:last-child {
    font-size: 14px;
    line-height: 2;
}
.detail table .date td:last-child {
    font-size: 24px;
}
.detail p {
    font-size: 14px;
    font-weight: bold !important;
}
.detail p span {
    font-size: 18px;
    font-weight: bold !important;
    margin-left: 1rem;
    margin-right: 3rem;
}
.detail .clock_before {
    width: 53%;
}
.detail .clock_before::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-clock-archive.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: text-top;
}
.detail .mic_before {
    margin-right: 1rem;
}
.detail .mic_before::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-mic-archive.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: text-top;
}
.btn-box {
    margin-top: 30px;
}
.btn-box form {
    display: inline-block;
    margin-right: 15px;
    max-width: 230px;
    width: 100%;
}
.btn-box input {
    line-height: 1;
    vertical-align: baseline;
}
.each_elearning {
    /*background-color: #FFF;*/
    margin-top: 35px;
    /*padding: 35px 0;*/
    padding: 30px 9px 30px 30px;
    border: solid 1px #f0f0f0;
}
#main_col .each_elearning:first-child {
    margin-top: 0;
}
.each_elearning .flex_title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.each_elearning h3 {
    font-size: 1.25rem !important;
    margin-top: 0 !important;
    line-height: 1.6 !important;
    border: none !important;
    color: #000 !important;
}
.each_elearning .article {
    color: #000000;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.6;
}
.each_elearning .flex_title div:first-child {
    width: 200px;
    margin-right: 30px;
}
.each_elearning .flex_title div:last-child {
    width: 520px;
}

#column .col{
    margin: 1% 0 1% 4.6%;
}
#column .span_1_of_3 {
    width: 30.26%;
}
#column .span_1_of_3:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
#column .po_cntl {
    position: absolute;
    background-color: #FFF;
    top: 0;
    padding: 7px 10px;
    font-size: 0.75rem;
    color: #000;
}
#column p.title {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5;
}
#column p.article {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
    margin-top: 15px;
    line-height: 1.5;
}
#column .col img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.wp-pagenavi {
    margin-top: 4rem;
    text-align: center;
}
.wp-pagenavi .current {
    display: inline-block;
    background-color: #26a9e0;
    text-align: center;
    font-size: 1.12rem;
    color: #FFF;
    width: 40.6px;
    height: 40.6px;
    line-height: 40.6px;
    margin: 0 5px;
}
.wp-pagenavi a,.wp-pagenavi .extend {
    display: inline-block;
    font-size: 1.12rem;
    text-align: center;
    color: #26a9e0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border: solid 1px;
    margin: 0 5px;
}

#special {
    padding: 65px 0;
}
#special h2,#special h2 span{
    color: #FFFFFF;
}
#special .flex-btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#special .flex-btn p {
    width: 100%;
    max-width: 370px;
    margin-right: 55px;
}
#special .flex-btn p:last-child {
    margin-right: 0;
}
.top-center-bt {
    width: 50%;
    margin: 30px auto 0;
}
/*****************************
  Side bar
******************************/
.widget {
    margin-top: 50px;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget.chumoku img {
    width: 120px;
    max-width: 120px;
    height: auto;
}
.side_head {
    font-size: 18px;
    color: #fff;
    background: #00b3c4;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.widget ul li {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-left: solid 1px #00b3c4;
    border-bottom: dashed 1px #00b3c4;
    border-right: solid 1px #00b3c4;
    padding-left: 20px;
}
.widget ul li a {
    color: #00b3c4;
}
.widget ul li:last-child {
    border-bottom: solid 1px #00b3c4;
}
.widget ul li::before {
    content: url('../img/icon-arrow.png');
    vertical-align: sub;
    margin-right: 8px;
}
.widget .flex-post {
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    border-left: solid 1px #00b3c4;
    border-bottom: dashed 1px #00b3c4;
    border-right: solid 1px #00b3c4;
}
.widget a:last-child .flex-post {
    border-bottom: solid 1px #00b3c4;
}
.widget .flex-post div:first-child {
    margin-right: 10px;
    line-height: 0;
}
.widget .flex-post div:last-child {
    /*margin-top: 15px;*/
    margin-top: 8px;
    padding-right: 10px;
}
.widget .flex-post a {
    color: #000000;
}
.widget .post-title {
    margin-bottom: 15px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
}
.widget .clock {
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.widget .clock:before {
    content: url('../img/icon-clock-sm.png');
    vertical-align: sub;
    margin-right: 8px;
}
.widget .mic {
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.widget .mic:before {
    content: url('../img/icon-mic-sm.png');
    vertical-align: sub;
    margin-right: 8px;
}
.widget.popular-posts li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    font-weight: bold;
}
.widget.popular-posts ul li::before {
    content: none;
    vertical-align: inherit;
    margin: 0;
}
.widget.popular-posts li a:first-child{
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: auto;
    border: none;
}
.widget.popular-posts .wpp-post-title{
    font-size: 1rem !important;
    padding-right: 10px;
    margin-top: 15px !important;
}
/*search*/
#search .title{
  font-weight: bold;
  color: #165e96;
  margin-bottom: 5px;
  line-height: 1.5;
}

/*****************************
  Footer
******************************/
.footer-logo-l {
  float: left;
}
.footer-logo-r {
  float: right;
  margin-bottom: 20px;
}
#footer-1 {
    margin-top: 30px;
}
#footer-1 .span_1_of_4 {
    width: 19.375%;
}
#footer-1 .col {
    margin: 1% 0 1% 7.5%;
}
#footer-1 .col:first-child {
    margin: 1% 0 1% 0%;
}
.menu_head {
    color: #006fc9;
    font-size: 16px;
    border-bottom: solid 2px #005491;
    padding-bottom: 10px;
}
.footer-menu ul li {
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}
.footer-menu ul li a {
    color: inherit;
    font-size: 14px;
    margin-top: 20px;
}
#footer-2{
    background: -webkit-gradient(linear, left top, right top, from(#e6ffe5), to(#2ab4ff));
    background: -webkit-linear-gradient(left, #e6ffe5, #2ab4ff);
    background: -o-linear-gradient(left, #e6ffe5, #2ab4ff);
    background: linear-gradient(90deg, #e6ffe5, #2ab4ff);
    padding: 46px 0;
}
#footer-2 .sp-logo {
    display: none;
}
#footer-2 ul li {
    border-right: solid 1px #FFF;
    padding: 6px 30px;
    font-weight: bold;
}
#footer-2 ul li:last-child {
    border-right: none;
    padding-right: 0;
}
#footer-2 ul li a {
    color: #FFF;
    font-size: 13px;
}
#footer-3 {
    background-color: #000;
    color: #FFF;
}
#footer-3 .site-info {
    padding: 17px 0;
}
#footer-3 .site-info p {
    font-size: 13px;
    color: #FFF;
}


/*****************************
  Page Common CSS
******************************/
#hero-page{
    padding: 6.6rem 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
}
.format-1 #hero-page, .format-2 #hero-page {
    padding: 6.6rem 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
}
.format-3 #hero-page, .format-4 #hero-page {
    padding: 6.9rem 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
}
#hero-page h1{
    /*font-size: 2.125rem;*/
    line-height: 1;
}
#hero-none {
    border-top: solid 1px #f0f0f0;
    margin-bottom: 40px;
}
h1.title {
    margin: 1rem 0;
}
/*#hero-page .font-lg span{
    font-size: 1.125rem;
}*/
.breadcrumbs {
    padding: 10px 0px;
    font-size: 14px;
}
.breadcrumbs span {
    line-height: 1.5;
}
.breadcrumbs span a {
    font-size: 14px;
}
/*#page .side-layout {*/
.side-layout {
    padding: 16px 0px 70px;
}
#searchform {
    padding: 0 1.5rem 3rem;
}
#search-form {
    background: #f0f0f0;
}
#search-form h3 {
    font-size: 1.25rem;
    background: #00b3c3;
    color: #FFF;
    text-align: center;
    padding: 0.85rem 0;
}
#search-form h4 {
    font-size: 1rem;
    margin-top: 2.5rem;
}
#search-form h4:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
#search-form h4.cog:before {
    background-image: url(../img/cog.svg);
}
#search-form h4.bag:before {
    background-image: url(../img/bag.svg);
}
#search-form h4.hat:before {
    background-image: url(../img/hat.svg);
}
#search-form h4.calender:before {
    background-image: url(../img/calender.svg);
}
#search-form h4.lens:before {
    background-image: url(../img/lens.svg);
}
#search-form .d-flex {
    flex-wrap: wrap;
}
#search-form .d-flex-left {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
}
#search-form .inputbox {
    position: relative;
    width: 31%;
    height: 45px;
    background: #FFF;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    margin-right: 3.5%;
    padding: 1.3rem 0.5rem;
    border: solid 1px #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
#search-form .inputbox:nth-child(3n) {
    margin-right: 0;
}
#search-form .inputbox:hover {
    border: 1px solid #00b3c4;
}
#search-form .inputbox input {
    margin-right: 1rem;
}
#search-form p a {
    text-decoration: underline;
    color: inherit;
    font-size: 14px;
}
#search-form .w-50 {
    width: 48%;
}
#search-form input[type="date"] {
    background: #FFF;
    font-size: 14px;
    padding: 0.8rem 0.5rem;
    margin: 0.6rem 0;
    border: solid 1px #FFF;
    width: 145px;
}
#search-form input[type="date"]:focus {
    outline: none;
    border: 1px solid #00b3c4;
}
#search-form input[type="text"] {
    display: inline-block;
    background: #FFF;
    padding: 0.8rem 0.5rem;
    margin: 0.7rem 0;
    border-radius: 22px;
    border: solid 1px #FFF;
}
#search-form input[type="text"]:focus {
    outline: none;
    border: 1px solid #00b3c4;
}
#search-form input[type="text"].search-kw{
  font-size : 14px;
  height: 45px;
  padding: 0px 30px;
}
#search-form label.active {
    background: #d9f4f6;
    border: 1px solid #00b3c4;
}

.d-flex-inform {
    display: flex;
    justify-content: space-around;
}
#search-form input[type="submit"] {
    border-radius: unset;
    max-width: 230px;
    width: 100%;
    background: #00b3c3;
    color: #FFF;
    padding: 1rem 0;
}
#search-form input[type="checkbox"] {
    display: none;
}
#search-form input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #FFF;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 10px;
    border: 1px solid #FFF;
    border-color:  #999; /* 枠の色変更 お好きな色を */
    border-radius: 3px;
}
#search-form input[type="checkbox"]:checked+span::before {
    background: #00b3c4;
    border-color:  #00b3c4; /* 枠の色変更 お好きな色を */
}
#search-form input[type="checkbox"]:checked+span::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 6px;
    top: 3px;
    bottom: 0;
    left: 11px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #FFF;
}
#search-form label span.abs-center {
    position: absolute;
    text-align: center;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 1.5rem;
}
#search-form label.inline-block-design{
  cursor: pointer;
}
.format-2 .main_col p.search-result{
  font-weight: bold;
  font-size: 20px;
  border-bottom: 3px solid #00b3c3;
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
}
p.abs-right {
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
    font-size: 14px;
}
.inline-block-design {
    position: relative;
    padding-left: 35px;
}

table {
    border: solid 1px #999999;
    width: 100%;
}
table tr {
    border-bottom: dashed 1px #999999;
}
table tr:last-child {
    border-bottom: none;
}
table th {
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-color: #f0f0f0;
    padding: 1.6rem 0;
    width: 24.2%;
}
table td {
    font-size: 1rem;
    vertical-align: middle;
    padding-left: 2rem;
    width: 75.8%;
    line-height: 1.6;
}
#company iframe{
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    width: 100%;
    height: 500px;
    border: 1px solid #ccc !important;
}
.text-box img {
    width: 100%;
    height: auto;
}
.img-box img {
    max-width: 100%;
    height: auto;
}

/*****************************
  Seminar CSS
******************************/
.seminer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    border: solid 1px #f0f0f0;
}
.seminer-flex .img-link {
    width: 29.4%;
    margin-right: 2.4%;
}
.seminer-flex .description {
    width: 68.2%;
}
.seminer-flex h4 {
    margin-top: 30px;
    font-size: 1.0rem;
}
.seminer-flex p {
    margin-top: 15px;
    font-size: 0.875rem;
    font-weight: normal;
}
.seminar-pics {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.seminar-pics img {
    margin-right: 2%;
    width: 32%;
    height: auto;
}
#reason {
    margin-top: 50px;
}
#reason p {
    padding: 10px 8%;
    color: #005491;
    line-height: 1.6;
    font-weight: bold;
}
#find {
    margin-top: 50px;
    border: solid 1px #f0f0f0;
    padding: 50px;
}
#find h4 {
    font-size: 1.25rem;
    text-align: center;
    color: #005491;
    margin-bottom: 30px;
}
#find p {
    font-weight: normal;
}
#find .btn-box .btn_blue {
    border: solid 1px #26a9e0;
    position: relative;
    max-width: 280px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
#find .btn-box a.btn_blue {
    color: #FFF;
    padding: 1rem 0;
    background-color: #26a9e0;
    margin-right: 15px;
}
#find .btn-box .btn_blue::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
#find .btn-box .btn_red {
    border: solid 1px #be1e2d;
    position: relative;
    max-width: 280px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
#find .btn-box a.btn_red {
    color: #FFF;
    padding: 1rem 0;
    background-color: #be1e2d;
}
#find .btn-box .btn_red::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
#program-box {
    margin-top: 50px;
}
#program-box img {
    width: auto;
}
#program-box .span_1_of_3 {
    width: 30.26%;
    margin-left: 3.6%;
}
#program-box .span_1_of_3:first-child {
    margin-left: 0;
}

/*****************************
  e-learning CSS
******************************/
#onayami-1,#onayami-2 {
    margin-top: 50px;
}
#onayami-2 {
    padding: 0 4.1rem;
}
#onayami-1 p,#onayami-2 p {
    color: #005491;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: bold;
}
/* section.about h3 {
    color: #be1e2d !important;
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.6 !important;
} */
section.about h3:nth-child(n+2) {
    margin-top: 4rem !important;
}
section.about h4 {
    font-size: 1.0rem !important;
    margin-top: 2rem !important;
}
section.about p {
    /* font-size: 0.8rem !important; */
    margin-top: 1rem !important;
}
.nerai {
    font-size: 0.875rem;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: solid 1px #000;
    font-weight: bold !important;
}
/*****************************
  Seminar detail CSS
******************************/
.box-blue .detail .cat a {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
    border: solid 1px;
    font-weight: bold;
}
.detail_page table {
    border: solid 1px #999999;
    font-weight: bold;
}
.detail_page table tr {
    border-bottom: dashed 1px #999999;
}
.detail_page table tr:last-child {
    border-bottom: none;
}
/* .detail_page table th {
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-color: #f0f0f0;
    padding: 1.6rem 0;
    width: 24.2%;
} */
.detail_page table td {
    vertical-align: middle;
    padding-left: 2rem;
}
.detail_page table .date td {
    font-size: 1.5rem;
}
.detail_page table .date th::before {
    content: url(../img/icon-clock.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail_page table .date td span {
    font-size: 0.875rem;
}
.detail_page table td span {
    font-size: 0.875rem;
}
.detail_page table td span a{
    font-size: 10px;
}
.detail_page table .teacher th::before {
    content: url(../img/icon-mic.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail_page table .place th::before {
    content: url(../img/icon-pin.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail_page table .limit th::before {
    content: url(../img/icon-user.png);
    margin-right: 8px;
    vertical-align: middle;
}
.detail_page table .fee th::before {
    content: url(../img/icon-yen.png);
    margin-right: 8px;
    vertical-align: middle;
}
/* .detail_page table td {
    font-size: 0.875rem;
    line-height: 2;
} */
input.btn_red {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    padding: 0.8rem 0;
    background-color: #d20010;
    cursor: pointer;
    border: none;
}
input.btn_red:hover{
    opacity: 0.8;
}
.btn_red-pare {
    position: relative;
    display: inline-block;
    max-width: 409px;
    width: 100%;
}
.btn_red-pare:after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 1px;
    right: 3px;
}
ul.wpp-list  li {
    list-style: none;
}
.wpp-list li {
    margin-top: 35px;
    padding: 30px 9px 30px 30px;
    border: solid 1px #f0f0f0;
    font-weight: bold;
    list-style: none;
}
.wpp-list li a:first-child {
    display: inline-block;
    float: left;
    margin-right: 30px;
    height: 200px;
    border: solid 1px #aaa;
}
.wpp-thumbnail {
    height: auto;
    margin: 0 !important;
}
.wpp-post-title {
    display: inherit;
    color: #000 !important;
    font-size: 1.25rem !important;
    margin-top: 0 !important;
    line-height: 1.3 !important;
}
.wpp-list .summary{
    display: inherit;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6;
    font-weight: 100;
}
/*****************************
  e-learning detail CSS
******************************/
.box-blue {
    background-color: #f3faff;
    padding: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-blue .img {
    margin-right: 30px;
}
.box-blue .title {
    font-size: 1.25rem;
    line-height: 1.6 !important;
    font-weight: bold !important;
}
.box-blue .goal {
    font-size: 0.875rem;
    line-height: 1.6 !important;
    border-bottom: solid 1px #000;
    margin-top: 35px;
}
.box-blue .description {
    line-height: 1.6 !important;
    margin-top: 20px;
}
section.hajimete p {
    font-size: 0.8rem !important;
    margin-top: 1rem;
}
.table-blue table {
    width: 100%;
    border: solid 1px #26a9e0;
}
.table-blue th {
    width: 24%;
    font-size: 1rem;
    background-color: #26a9e0;
    color: #FFF;
    vertical-align: middle;
}
.table-blue tr:first-child td {
    border-bottom: dotted 1px #26a9e0;
}
.table-blue td {
    width: 76%;
    font-size: 1rem;
    line-height: 3.3;
    padding-left: 1rem;
    color: #26a9e0;
    vertical-align: middle;
}
.table-blue-2 table {
    width: 100%;
    border: solid 1px #1b75bb;
}
.table-blue-2 th {
    width: 24%;
    font-size: 1rem;
    background-color: #1b75bb;
    color: #FFF;
    vertical-align: middle;
}
.table-blue-2 tr td {
    border-bottom: dotted 1px #1b75bb;
}
.table-blue-2 td {
    width: 76%;
    font-size: 1rem;
    line-height: 3.3;
    padding-left: 1rem;
    color: #002675;
    vertical-align: middle;
}
.table-blue-2 tr:nth-child(3) th {
    background-color: #26a9e0;
}
/*****************************
  Seminar Tax CSS
******************************/
.tax-box .cat-item {
    width: 31.2%;
    text-align: center;
    background: linear-gradient(40deg, #1586ff, #73ceff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 3.2%;
    margin-top: 3.2%;
}
.tax-box .cat-item:nth-child(3n+1) {
    margin-left: 0;
}
.tax-box .cat-item a {
    display: inline-block;
    color: #FFF;
    width: 100%;
    font-size: 1.1rem;
    padding: 3.8rem 0;
    font-weight: bold;
}
/*****************************
  Column Archive CSS
******************************/
#archive-column .po_cntl {
    position: absolute;
    background-color: #FFF;
    top: 0;
    padding: 6px 7px;
    font-size: 14px;
    color: #000;
}
#archive-column p.title {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #archive-column p.title {
    /* height: 80px; */
  }
}
#archive-column p.article {
    font-size: 0.9rem;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
}
#archive-column .col {
    margin-top: 7%;
}
#archive-column .col img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
}
/* コラム検索 */
.searchform-column-wrapper{
}
.column_keyword {
    max-width: 440px;
    margin: 0 auto;
}
.searchform-column-title{
  color: #005491;
  line-height: 2.15;
  font-weight: bold;
  font-size: 18px;
}
.searchform-column input[type="text"] {
  display: inline-block;
  width: 85%;
  height: 50px;
  border: 1px solid #00b3c4;
  padding: 10px;
  border-radius: unset;
  float:left;
}
.searchform-column button{
  display: inline-block;
  width: 12%;
  height: 50px;
  vertical-align: bottom;
  background: #00b3c4;
  border: none;
  padding: 0;
  cursor: pointer;
}
.search-tag-category{
  margin: 20px auto;
  text-align: center;
}
.search-tag-category span{
  margin: 0 20px;
}
.search-tag-category span a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
}
/* カテゴリー（タグ）から探す*/
.post-categories li a {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
    border: solid 1px;
    font-weight: bold;
}
.post-categories li {
    display: inline-block;
}
/*****************************
  Column Detail CSS
******************************/
.format-4 .side-layout {
    padding: 50px 0px;
}
time {
    font-size: 1.125rem;
}
time:before {
    content: url('../img/icon-clock-sm.png');
    vertical-align: 1px;
    margin-right: 8px;
}
.metas p {
    display: inline;
    vertical-align: 2px;
    margin-left: 5px;
}
.metas a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: normal;
    border: solid 1px;
    padding: 3px 6px 2px 6px;
    margin-left: 10px;
}
.metas.btm {
    margin-bottom: 17px;
}
.metas.btm .cat {
    margin-left: 13px;
}
.metas.btm .cat a:first-child {
    margin-left: 0;
}
.format-4 p.title {
    font-size: 1.75rem;
    line-height: 2.15;
}
.post-tags-wrapper {
  border: 2px solid #046ec9;
  padding: 21px 5px 20px 18px;
  margin-bottom: 20px;
}
.post-tags-wrapper .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.metas span {
    font-size: 14px;
}
.main_col .post-tags ul{
    display: inline;
}

.main_col .post-tags ul li{
    list-style: none;
    display: inline;
}
.post-tags span {
    line-height: 1.9;
    font-size: 14px;
}
.post-tags li {
    display: inline;
    margin: 0 6px 0 0;
}
.post-tags li a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
    line-height: 1.714285714;
    text-decoration: none;
    color: currentColor;
    margin: 3px 0;
    padding: 4px 7px;
}
.sns {
    margin: 1rem 0;
}
figure.eyecatch {
    margin-bottom: 2rem;
}
.kanren-box {
    margin-top: 50px;
    border: solid 1px #005491;
}
.kanren-box p.midashi {
    background-color: #005491;
    text-align: center;
    color: #FFF;
    padding: 10px;
}
.kanren-box ul {
    padding: 2rem;
}
.kanren-box ul li {
    line-height: 1.6;
    font-weight: bold;
}
#kanren-posts .po_cntl {
    position: absolute;
    background-color: #FFF;
    top: 0;
    padding: 6px 7px;
    font-size: 0.5625rem;
    color: #000;
    margin:0;
}
#kanren-posts p.title {
    color: #000;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: bold;
}
#kanren-posts p.article {
    font-size: 0.875rem;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
}
#kanren-posts .col:nth-child(n+4) {
    margin-top: 7%;
}
#kanren-posts .col img {
    width: 100%;
    height: 151px;
    -o-object-fit: contain;
    object-fit: contain;
}
.wp_rp_wrap {
    margin-top: 50px;
}
.wp_rp_content {
    width: 100%;
}
.related_post_title {
    color: #006fc9 !important;
    font-size: 1.625rem !important;
    padding-left: 0 !important;
    line-height: 2 !important;
    border-bottom: solid 1px #e2e2e2 !important;
}
ul.related_post li {
    width: 31% !important;
}
ul.related_post li img {
    width: 100% !important;
    height: auto !important;
}
/***********************
     Instructor CSS
***********************/
.each_instructor {
    margin-top: 50px;
}
.each_instructor .flex_title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top: 25px;
}
.each_instructor .flex_title div:first-child {
    width: 25%;
    margin-right: 5%;
}
.each_instructor .flex_title div:first-child img{
    max-width: 185px;
    width: 100%;
}
.each_instructor .flex_title div:last-child {
    width: 65%;
}
.each_instructor .article {
    margin-bottom: 25px;
}
.each_instructor .flex_title div:last-child a {
    position: relative;
    display: inline-block;
    color: #0499cc;
    background-color: #FFF;
    border: solid 1px #26a9e0;
    max-width: 280px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.8rem 0;
    margin-top: 25px;
}
.each_instructor .flex_title div:last-child a::after {
    position: absolute;
    content: url('../img/btn_blue.png');
    bottom: 0;
    right: 3px;
}

/***********************
     Schedule CSS
***********************/
.table-schedule {
    margin-top: 30px;
    border:solid 1px #26a9e0;
    font-weight: bold;
}
.table-schedule tr {
    border-bottom: solid 1px #26a9e0;
}
.table-schedule tr:first-child {
    border-bottom: none;
}
.table-schedule th:nth-child(1){
    width: 21%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e9f3ff;
    padding: 1rem 0;
    border-right: dashed 1px #26a9e0;
}
.table-schedule th:nth-child(2){
    width: 59%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e9f3ff;
    padding: 1rem 0;
    border-right: dashed 1px #26a9e0;
}
.table-schedule th:nth-child(3){
    width: 20%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e9f3ff;
    padding: 1rem 0;
}
.table-schedule td:nth-child(1){
    width: 20%;
    border-right: dashed 1px #26a9e0;
    padding: 0.5rem 0.8rem;
}
.table-schedule td:nth-child(2){
    width: 60%;
    border-right: dashed 1px #26a9e0;
    padding: 0.5rem 0.8rem;
}
.table-schedule td:nth-child(3){
    width: 20%;
    padding: 0.5rem 0.8rem;
    text-align: center;
}
.table-schedule .year {
    display: block;
}
.table-schedule .open {
    display: inline-block;
    text-align: center;
    color: #26a9e0;
    font-size: 12px;
    width: 70px;
    border: solid 1px #26a9e0;
}
.table-schedule .less-open {
    display: inline-block;
    text-align: center;
    color: #ff248e;
    font-size: 12px;
    width: 70px;
    border: solid 1px #ff248e;
}
.table-schedule .close {
    display: inline-block;
    text-align: center;
    color: #000000;
    font-size: 12px;
    width: 70px;
    border: solid 1px #000000;
}
.table-schedule .finish {
    display: inline-block;
    text-align: center;
    color: #d8d8d8;
    font-size: 12px;
    width: 70px;
    border: solid 1px #d8d8d8;
}
.nintei {
    background-color: #00b3c4;
    padding: 1rem 0;
    text-align: center;
    color: #FFF;
    line-height: 1 !important;
}
.nintei:before {
    content: url('../img/icon-star.png');
    vertical-align: sub;
    margin-right: 8px;
    vertical-align: -5px;
}
/***********************
     Instructor CSS
***********************/
.wpcf7-form table {
    border: none;
}
.wpcf7-form table th {
    font-size: 0.875rem;
    text-align: left;
    background-color: #FFF;
}
.title-contactform7 {
    display: block;
    margin-top: 7px;
}
.required-contactform7 {
    display: inline-block;
    padding: 0px 12px;
    background-color: #c1272d;
    color: #FFF;
    font-size: 0.75rem;
}
input[type="text"],input[type="email"]{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #495057;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
input[type="text"]:focus,input[type="email"]:forcus {
    outline: 0;
    background-color: #1b75bb;
    color: #FFF;
}
textarea{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.message-100 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.wpcf7-form p {
    text-align: center;
}
.wpcf7-submit {
    display: inline-block;
    background-color: #e5272d;
    color: #FFF;
    font-size: 1.25rem;
    max-width: 300px;
    width: 100%;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 48px;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px #c1272d;
    box-shadow: 0 6px #c1272d;
}
/*****************************
     Boostrap cancelation
*****************************/
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row div {
    margin: 10px;
}
@media only screen and (max-width : 767px) {
    .row {
        display: block;
    }
    .row div {
        margin: 0;
        text-align: center;
        margin-top: 15px;
    }
}
/*************************************
     Media Control
**************************************/
/***********************
     Header menu only
***********************/
@media only screen and (max-width : 1160px) {
    #site-navigation{
        display: none;
    }
    #head_contact {
        width: 96px;
        height: 81px;
    }
    #head_phone {
        width: 96px;
        height: 81px;
        right: 96px;
        top:0;
    }
    #head_phone img{
      width: 19px;
    }
    .contact_inner {
    }
    #head_contact p,
    #head_phone p {
        color: #FFF;
        font-size: 13px;
    }
    #head_contact {
        /*padding: 21.05px 9px 20px;*/
    }
    button.navbar-toggler{
        display: block;
        position: absolute;
        background-color: #ffd830;
        top: 0;
        right: 192px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        z-index: 20000;
        cursor: pointer;
        width: 96px;
        height: 81px;
        border: none;
    }
    button.navbar-toggler > span {
        position: absolute;
        left: 0;
        right: 0;
        width: 38px;
        height: 3px;
        margin: 0 auto;
        border-top: solid 3px #FFF;
        border-radius: 2px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }
    button.navbar-toggler > span:nth-child(1) {
        top: 26px;
    }
    button.navbar-toggler > span:nth-child(2) {
        top: 38px;
    }
    button.navbar-toggler > span:nth-child(3) {
        top: 50px;
    }
    #sp_menu{
        display: block;
        text-align: center;
        /*max-width: 1160px;*/
        /*width: 100%;*/
        width: 500px;
        height: 100%;
        padding-top: 7rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        /*transform: translate(1160px);*/
        -webkit-transform: translate(500px);
        -ms-transform: translate(500px);
        transform: translate(500px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #00257ecc;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
    #sp_menu.open_menu {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 100%;
        /*max-width: 1160px;*/
    }
    #sp_menu nav {
        padding-top: 1rem;
        max-width: 90%;
        margin: 0 auto;
    }
    #sp_menu nav a {
        display: block;
        color: #fff;
        font-size: 0.875rem;
        padding: 18px 20px;
        line-height: 1.6;
        text-decoration: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .spbtn {
        cursor: pointer;
    }
}
/***********************
     High Reso Tablet
***********************/
@media only screen and (max-width : 991px) {
    #head_contact {
        /*padding: 19px 9px 18.05px;*/
    }
    button.navbar-toggler{
        /*height: 77px;*/
    }
    #news {
        padding: 45px 10px;
        /*margin-top: 0px;*/
        width: 100%;
    }
    #news .col {
        /*padding: 0px;*/
        width: 100%;
    }
    #news .col:last-child {
        margin-top: 50px;
        margin-left: 0;
    }
    #prbox .span_1_of_3 {
        width: 100%;
        margin-left: 0;
    }
    .main_col,.side_col {
        width: 100%;
        margin-left: 0;
    }
    #special .flex-btn p {
        max-width: 340px;
    }
}

/***********************
     Tablet Screen
***********************/
@media only screen and (max-width : 767px) {
    #masthead .span_1_of_4 {
        width: auto;
        margin-top: 3%;
    }
    #masthead .span_3_of_4 {
    display: none;
    }
    #head_contact {
        /*padding: 16px 7px 15.05px;*/
    }
    button.navbar-toggler{
        width: 92px;
    }
    button.navbar-toggler > span:nth-child(1) {
        /*top: 20px;*/
    }
    button.navbar-toggler > span:nth-child(2) {
        /*top: 32px;*/
    }
    button.navbar-toggler > span:nth-child(3) {
        /*top: 44px;*/
    }
    .site-branding {
        width: 85%;
    }
    .site-branding img {
        max-width: 100%;
    }
    #hero .swiper-slide {
        padding: 6rem 0 19rem;
    }
    #news .col {
        padding: 0;
    }
    .each_seminor .flex_title {
        display:block;
        margin-right: 0;
    }
    .each_seminor .flex_title img {
        width: auto;
    }
    .each_seminor .flex_title div:first-child {
        width: auto;
        margin-right: 0px;
    }
    .each_seminor .flex_title div:last-child {
        width: auto;
        margin-top: 15px;
    }
    .each_elearning .flex_title {
        display:block;
        margin-right: 0;
    }
    .each_elearning .flex_title img {
        width: auto;
    }
    .each_elearning .flex_title div:first-child {
        width: auto;
        margin-right: 0px;
    }
    .each_elearning .flex_title div:last-child {
        width: auto;
        margin-top: 15px;
    }
    #seminor-info .side-layout {
        padding: 80px 0px;
    }
    .each_seminor {
        padding: 20px;
    }
    .detail table td:first-child {
        width: 35%;
    }
    .detail table .date td:last-child {
        width: 65%;
        line-height: 1.3;
    }
    .btn-box form {
            margin-right: 0;
    }
    .btn-box a:last-child {
        margin-top: 30px;
    }
    #column .span_1_of_3 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    #column .span_1_of_3:first-child {
        margin-top: 0px;
    }
    #column .col img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #special .flex-btn {
        display: block;
        width: 100%;
    }
    #special .flex-btn p {
        display: inline-block;
        width: 100%;
        max-width: 90%;
        margin-right: 0;
        margin-top: 30px;
    }
    .btn_white {
        width: 100%;
    }
    #footer-1 {
        display: none;
        margin: 0;
    }
/*    #footer-1 .span_1_of_4 {
        width: 100%;
    }
    #footer-1 .col {
        margin-left: 0;
        margin-top: 30px;
    }*/
    #footer-2 {
        margin: 0;
        background: none;
    }
    #footer-2 .sp-logo {
        display: block;
        margin-bottom: 2rem;
    }
    #footer-2 ul li {
        display: inline-block;
        position: relative;
        width: 100%;
        border: solid 1px #26a9e0;
        margin-bottom: 2rem;
        padding: 0;
    }
    #footer-2 ul li:last-child {
        border-right: solid 1px #26a9e0;
        padding-right: 0;
    }
    #footer-2 ul li a {
        display: block;
        color: #26a9e0;
        padding: 1.6rem 0;
        font-size: 0.9375rem;
    }
    #footer-2 ul li::after {
        position: absolute;
        content: url('../img/btn_blue.png');
        bottom: 0;
        right: 3px;
    }
    #footer-3 .site-info p {
        font-size: 9px;
        color: #FFF;
        text-align: center;
    }
    .breadcrumbs {
        padding: 10px 0;
        font-size: 14px;
    }
    .seminer-flex {
        display: block;
    }
    .seminer-flex .img-link {
        width: auto;
        margin-right: 0;
    }
    .seminer-flex .description {
        width: auto;
    }
    /*#page .side-layout {*/
    .side-layout {
        padding: 0;
    }
    .side_col {
        margin-top: 40px;
    }
    #program-box .span_1_of_3{
        width: 100%;
        margin-left: 0;
    }
    .box-blue {
        display: block;
    }
    .format-4 .side-layout {
        padding: 50px 0;
    }
    .tax-box .cat-item {
        width: 90%;
        margin-left: 0;
    }
    #find .btn-box a.btn_blue {
        margin-right: 0;
    }
    .tax-box {
        text-align: center;
    }
    .each_instructor .flex_title {
        display:block;
        margin-right: 0;
    }
    .each_instructor .flex_title div:first-child {
        width: auto;
        margin-right: 0px;
    }
    .each_instructor .flex_title div:first-child img {
        /*width: auto;*/
    }
    .each_instructor .flex_title div:last-child {
        width: auto;
        margin-top: 15px;
    }
    #search-form .inline-block {
        width: 45%;
    }
}
/***********************
     SP screen
***********************/
@media only screen and (max-width: 480px){
    #masthead {
        height: 57px;
    }
    #head_contact {
        width: 77px;
        height: 66px;
    }
    #head_phone {
        display: none;
    }
    .contact_inner {
        height: 2rem;
    }
    #head_contact p,
    #head_phone p {
        font-size: 11px;
    }
    button.navbar-toggler {
        height: 66px;
        width: 77px;
        right: 77px;
    }
    button.navbar-toggler > span {
            width: 30px;
    }
    button.navbar-toggler > span:nth-child(1) {
        top: 20px;
    }
    button.navbar-toggler > span:nth-child(2) {
        top: 32px;
    }
    button.navbar-toggler > span:nth-child(3) {
        top: 44px;
    }
    #find {
        padding: 20px;
    }
    #onayami-2 {
        margin-top: 0;
    }
    .box-blue {
        padding: 15px;
    }
    #archive-column .col img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #kanren-posts .col img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .wpp-list li a:first-child {
        float: none;
        margin-bottom: 10px;
    }
    .wpcf7-form table th {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .wpcf7-form table td {
        display: block;
        padding-left: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .top-center-bt {
        width: 100%;
    }
    #search-form input[type="date"]{
      padding: 0.8rem 0rem 0.8rem 0.1rem;
      width: 45%;
    }
}

/*ADD 2020/01/04*/
/*汎用flex settig*/
.d-flex {
    display: flex;
}
.d-md-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}

@media only screen and (max-width: 767px){
    .d-md-flex {
        display: block;
    }
}
#hero.tech-el {
    background-size: cover;
    /*background-size: contain;*/
    background-position: center top;
    background-repeat: no-repeat;
    /*padding: 7rem 0 17rem;*/
    /*padding: 7rem 0 15rem;*/
    padding: 7rem 0 4rem;
}
.d-flex-right {
    display: flex;
    justify-content: flex-end;
    margin-top: -13%;
}
.d-main-flex {
    display: flex;
    justify-content: center;
}
.d-main-flex .col_1_3 {
    margin: 0 0.5rem;
}
#tech-mokuji p {
    position: relative;
    color: initial;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}
#tech-mokuji p::after {
    position: absolute;
    content: " ";
    background-image: url('../img/arrow-btm.png');
    background-size: cover;
    background-position: center top;
    width: 29px;
    height: 15px;
    margin: auto;
    /*top: 25px;*/
    bottom: -22px;
    right: 0;
    left: 0;
}
#tech-mokuji .col_1_3 {
    width: 25%
}
#onayami h3 {
    color: #000;
    font-size: 1.5rem;
    /*border: none;*/
}
#onayami h3.border-none {
    border: none;
}
#onayami h3 span.strong {
    color: #be1e2d;
    padding-top: .4em;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    background-image: radial-gradient(.15em .15em at center center,#be1e2d,#be1e2d 100%,transparent);
}
#onayami li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
}
#onayami li:before {
    position: absolute;
    content: " ";
    background-image: url('../img/onayami-check.png');
    background-size: cover;
    background-position: center top;
    width: 21px;
    height: 20px;
    top: 3px;
    left: 0;
}
.fukidashi-blue {
    text-align: center;
    background-image: url('../img/fukidashi-blue.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2rem 0 4rem;
    background-position: center top;
}
/*.fukidashi-blue:before{
    content:"";
    display:block;
    height:2px;
    width:100%;
    background : linear-gradient(90deg, #005491 0%, #26A9E0 100%);
    margin-bottom: 1.5rem;
}
.fukidashi-blue:after {
    content:"";
    display:block;
    height:2px;
    width:100%;
    background : linear-gradient(90deg, #005491 0%, #26A9E0 100%);
    margin-top: 1.5rem;
}*/
.fukidashi-blue p{
    font-size: 1.625rem;
    line-height: 1.6 !important;
    color: #005491;
}
.font-red2 {
   color: #be1e2d;
}
#merit h4{
    color: #005491;
    font-size: 1.125rem;
    margin-top: 20px;
    font-weight: bold;
}
#merit p{
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
}
#choose .col_1_2 {
    max-width: 360px;
    width: 48%;
}
#choose h4{
    color: #005491;
    font-size: 1.125rem;
    margin-top: 20px;
}
#choose p{
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
}
#choose .mt-50{
    margin-top: 50px !important;
}
#lineup .sub {
    font-size: 0.8125rem;
    color: #b3b3b3;
}
#lineup .col_1_2 {
    max-width: 360px;
    width: 48%;
}
#lineup h4{
    color: #005491;
    font-size: 1.125rem;
    margin-top: 20px;
    font-weight: bold;
}
#lineup p{
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
}
#lineup .card {
    position: relative;
    border: solid 1px #e2e2e2;
    padding: 1rem;
}
#lineup .card img{
    padding-top: 20px;
}
#lineup .card-link {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px;
}
#lineup .card-link a {
    text-decoration: none;
    color: #0bd;
    margin: 0 10px;
}
#lineup .card-link a:hover {
    color: #0090aa;
}
#lineup .card-content {
    border-bottom: dotted 3px #efefef;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#lineup .btn_space{
    padding-top: 100px;
}
#lineup .small-button.bnt-abs {
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    max-width: 251px;
    margin: auto;
    left: 0;
    right: 0;
}
#lineup a.btn_yellow_search {
    font-weight: bold;
}
#price .font-mid {
    font-size: 1.375rem;
}
#price .font-big {
    font-size: 1.75rem;
    line-height: 1;
}
#price .font-mid-big {
    font-size: 2.3125rem;
}
#price .font-mega {
    font-size: 3.125rem;
}
#price .bg-gray {
    background-color: #f8f8f8;
}
ul.plan-features {
    padding: 2.5rem 5rem !important;
}
.plan-features li {
    position: relative;
    list-style: none !important;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 2rem;
    padding-left: 2.5rem;
}
.plan-features li:first-child {
    margin-top: 0;
}
.plan-features li:before {
    position: absolute;
    content: " ";
    background-image: url('../img/best-choise.png');
    background-size: cover;
    background-position: center top;
    width: 27px;
    height: 34px;
    top: -3px;
    left: 0;
}
#price table {
    border: solid 1px #cccccc;
}
tr.colors{
    height: 60px;
    border-bottom: none;
}
tr.colors td {
    padding-left: 0;
    font-size: 0.875rem;
}
tr.main {
    height: 48px;
    border-bottom: dashed 1px #cccccc;
}
tr.main td {
    width: 20%;
    text-align: center;
    font-size: 0.875rem;
    padding-left: 0;
}
td.greenColor{
    width: 20%;
    height: 47px;
    background-color: #009999;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border-right: solid 1px;
}
td.pinkuColor {
    width: 20%;
    height: 47px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0066;
    border-right: solid 1px;
}
td.orangeColor {
    width: 20%;
    height: 47px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #e68900;
    border-right: solid 1px;
}
.colors .orangeColor:last-child {
    border-right: inherit;
}
#price .btn-box .btn_blue {
    position: relative;
    display: inline-block;
    text-align: center;
    border: solid 1px #26a9e0;
    max-width: 460px;
    width: 100%;
}
#price .btn-box a.btn_blue {
    color: #FFF;
    font-weight: bold;
    padding: 1rem 0;
    background-color: #26a9e0;
}
#price .btn-box .btn_blue::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.offer-box {
    background : linear-gradient(135deg, rgba(0, 84, 145, 1) 0%, rgba(0, 93, 151, 1) 15.65%, rgba(1, 117, 167, 1) 41.17%, rgba(2, 157, 193, 1) 73.17%, rgba(3, 195, 218, 1) 100%);
    padding: 3rem 4rem;
}
.offer-box p {
    position: relative;
    color: #FFF;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 7rem;
}
.offer-box p:before {
    position: absolute;
    content: " ";
    background-image: url('../img/offer-mark.png');
    background-size: cover;
    background-position: center top;
    width: 73px;
    height: 91px;
    top: -3px;
    left: 0;
}
.offer-box .btn-box .btn_red {
    position: relative;
    display: inline-block;
    text-align: center;
    border: solid 1px #be1e2d;
    max-width: 460px;
    width: 100%;
}
.offer-box .btn-box a.btn_red {
    color: #FFF;
    font-weight: bold;
    padding: 1rem 0;
    background-color: #be1e2d;
}
.btn_red::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
#contract .col_1_2 {
    max-width: 360px;
    width: 48%;
}
#contract h4 {
    color: #005491;
    font-size: 1rem;
    margin-top: 20px;
}
#contract .border {
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
#contract .card2 {
    position: relative;
    border: solid 1px #e2e2e2;
    padding: 7rem 2rem 2rem;
}
#contract .card2 img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -17%;
}
#contract .card2 p {
    line-height: 1.6;
}
#contract .btn-box .btn_yellow {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: solid 1px #ffd830;
    box-sizing: border-box;
}
#contract .btn-box a.btn_yellow {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ffd830;
    padding: 1rem 0;
}
#contract .btn-box a.btn_yellow::after {
    position: absolute;
    content: url('../img/btn_white.png');
    bottom: 0;
    right: 3px;
}
.nenkan-box {
    border: solid 1px #e2e2e2;
    padding: 3rem 1rem;
    margin-top: 150px;
}
.nenkan-box .icon-block {
    position: absolute;
    top: -100px;
    text-align: center;
    color: #005491;
}
.nenkan-box .right-block {
    padding-left: 29%;
    padding-right: 14%;
}
#contract .dashed {
    border-bottom: dashed 1px #e2e2e2;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.faq-block {
    position: relative;
    border: solid 1px #e2e2e2;
    padding: 35px 20px 40px 45px;
}
.faq-icon {
    position: absolute;
    top: -20%;
    left: -5%;
}
.faq-q::before {
    position: absolute;
    content: " ";
    background-image: url('/wp-content/themes/ir2/img/faq-q.png');
    background-size: cover;
    background-position: center top;
    width: 50px;
    height: 50px;
    top: -6px;
    left: 0;
}
.faq-q {
    position: relative;
    margin-left: 110px;
    padding-left: 60px;
}
.faq-a::before {
    position: absolute;
    content: " ";
    background-image: url('/wp-content/themes/ir2/img/faq-a.png');
    background-size: cover;
    background-position: center top;
    width: 50px;
    height: 50px;
    top: -22px;
    left: -57px;
}
.faq-a {
    position: relative;
    font-weight: bold;
}
.water-bg {
    background: #f3faff;
    padding: 2rem;
    border-radius: 10px;
}
#reputation .font-big {
    font-size: 1.625rem;
    line-height: 1.4;
}
#reputation .col_1_3 {
    max-width: 215px;
    width: 31%;
}
#reputation .title {
    font-size: 0.875rem;
}
#reputation .bg-gray {
    background-color: #f1f2f3;
    padding: 3rem 1.5rem;
}
#reputation .font-mid {
    font-size: 1.125rem;
}
#reputation .font-mid-big {
    font-size: 1.375rem;
    font-weight: bold;
}
#reputation .btn-box .btn_red {
    position: relative;
    display: inline-block;
    text-align: center;
    border: solid 1px #be1e2d;
    max-width: 460px;
    width: 100%;
}
#reputation .btn-box a.btn_red {
    font-weight: bold;
    color: #FFF;
    padding: 1rem 0;
    background-color: #be1e2d;
}
#freeid textarea {
    margin-top: 25px;
}


@media only screen and (max-width: 767px) {
    .md_none {
        display: none;
    }
    .d-flex-right {
        justify-content: center;
        margin-top: 10%;
    }
    .d-main-flex .col_1_3 {
        margin: 0 0.5rem;
    }
    .fukidashi-blue {
        background-size: cover;
    }
    #choose .col_1_2 {
        max-width: inherit;
        width: 100%;
    }
    #lineup .col_1_2 {
        max-width: inherit;
        width: 100%;
    }
    #lineup .col_1_2:last-child {
        margin-top: 30px;
    }
    ul.plan-features {
        padding: 2.5rem 2rem !important;
    }
    #contract .col_1_2 {
        max-width: inherit;
        width: 100%;
    }
    .nenkan-box .right-block {
        padding-left: 35%;
        padding-right: 0;
    }
    .nenkan-box .right-block {
        padding-left: 0;
        padding-right: 0;
        padding-top: 110px;
    }
    .offer-box {
        padding: 2rem 2rem;
    }
    #reputation .col_1_3 {
        max-width: inherit;
        width: 100%;
    }
    .d-flex-inform {
        display: block;
        justify-content: space-around;
    }
    #search-form .w-50 {
        width: 100%;
    }
    p.abs-right {
        position: relative;
        cursor: pointer;
        margin-top: 1rem;
        text-align: center;
        right: 0;
        top: 0;
    }
}
@media only screen and (max-width: 480px) {
    .d-flex{
        display: block;
    }
    .sp_none {
        display: none;
    }
    #hero.tech-el {
        padding: 5rem 0 4rem;
    }
    .points img {
        max-width: 100px;
        width: 100%;
    }
    #tech-mokuji .span_1_of_4:first-child {
        margin-top: 0;
    }
    #tech-mokuji .span_1_of_4 {
        margin-top: 50px;
    }
    #tech-mokuji .col_1_3 {
        width: 100%;
        margin: 60px auto;
    }
    .faq-q {
        position: relative;
        padding-left: 60px;
        margin-top: 72px;
        margin-left: -24px;
    }
    .faq-a::before {
        top: 0;
        left: -60px;
    }
    .water-bg.mt-50 {
        margin-top: 20px;
    }
    #search-form .d-flex {
        display: flex;
    }
    #search-form .inputbox {
        width: 48%;
        padding: 1.8rem 0.5rem;
    }
    #search-form .inputbox input {
        margin-right: 0.5rem;
    }
    #search-form label {
        font-size: 0.8rem;
    }
    #search-form .inputbox:nth-child(odd) {
        margin-right: 4%;
    }
    #search-form .inputbox:nth-child(even) {
        margin-right: 0;
    }
    p.abs-right {
        font-size: 0.8rem;
    }
    #search-form p a {
        font-size: 0.8rem;
    }
    #search-form .d-flex-left {
        margin-top: 27px;
    }
    #search-form .d-flex-left .inline-block-design:last-child {
        margin-top: 27px;
    }
    #search-form label span.abs-center {
        text-align: left;
        right: auto;
        padding-left: 2rem;
    }
    .each_seminor2 h3 {
        line-height: 1 !important;
    }
    .each_seminor2 .flex_title2 {
        display: block;
        padding: 30px 15px;
    }
    .each_seminor2 .flex_title2 div:first-child {
        width: 100%;
        margin-right: 0;
    }
    .each_seminor2 .flex_title2 div:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: none;
        width: 100%;
        margin-top: 2rem;
    }
    .each_seminor2 .flex_title2 div:last-child p {
        display: inline-block;
        max-width: 135px;
        width: 100%;
    }
    .each_seminor2 .cat a {
        display: inline-block;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        border: solid 1px #888;
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 3px 10px;
    }
    .detail {
        padding: 20px 15px;
        font-weight: bold;
    }
    .detail .bottom-flex {
        display: block;
    }
    .detail .clock_before {
        width: 100%;
        margin-bottom: 1rem;
    }
    p.mic_before {
        display: inline-block;
        width: 94px;
        margin-right: 0 !important;
    }
    p.mic_before + p {
        display: inline-block;
        width: 60%;
    }
    p.clock_before span{
      margin-right: 0.5rem;
    }
}
