/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

@media screen and (min-width: 768px) {
  h2 {font-size: 1.872rem;}
  /* h3 {font-size: 1.6rem;} */
  .scd.event .main_ttl_s {
    background-image: url(../images/event/main.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  .scd.financial .main_ttl_s {
    background-image: url(../images/financial/main.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  .scd.seminar .main_ttl_s {
    background-image: url(../images/seminar/main.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  .scd.consult .main_ttl_s {
    background-image: url(../images/consult/main.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  .scd .main_ttl_s {
    -moz-background-size: cover;
         background-size: cover;
    width: 1060px;
    margin: 0 auto;
    height: 280px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: left;
  }
  .scd .main_ttl_s .main_ttl_cnt {
    position: relative;
    padding: 72px 0 0 50px;
  }
  .scd .main_ttl_s .main_ttl_cnt .sanka {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #9cc813;
    color: #9cc813;
    padding: 0 12px;
  }
  .scd .main_ttl_s .main_ttl_cnt h1 {
    margin-top: 20px;
    font-size: 3.2rem;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.02em;
  }
  .scd .main_ttl_s .main_ttl_cnt h1 small {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .scd .main_ttl_s .main_ttl_cnt h1::before {
    content: '';
    width: 8px;
    height: 70px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #9cc813;
    display: block;
    left: 0px;
    top: 0;
    position: absolute;
  }
  .scd .event_banner {
    width: 1060px;
    margin: 38px auto 56px;
  }
  .scd .ctt_contents {
    width: 960px;
    margin: 0 auto;
  }
  .scd .ctt .lead {
    /*margin-top: 39px;*/
    line-height: 28px;
  }
  .scd.consult .ctt .lead,
  .scd.financial .ctt .lead {
  margin-top: 30px;
  }
  .scd .ctt .lead p + p {
    margin-top: 16px;
  }
  .scd .ctt .lead .consult_list {
    margin-top: 22px;
    margin-bottom: 40px;
  }
  .scd .ctt .lead .consult_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scd .ctt .lead .consult_list ul li {
    width: 308px;
    height: 68px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #cccccc;
    text-align: center;
    font-weight: bold;
  }
  .scd .ctt .lead .consult_list ul li + li {
    margin-left: 20px;
    padding-top: 18px;
  }
  .scd .ctt .lead .consult_list ul li:nth-child(1) {
    line-height: 1.5;
    padding-top: 10px;
  }
  .scd .ctt .lead .consult_list ul small {
    font-size: 1.2rem;
    color: #666666;
    display: block;
    font-weight: normal;
  }
  .scd .ctt .osusume {
    border: 5px solid #CCCCCC;
    padding: 30px 40px 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .scd .ctt .osusume a.submit {
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 380px;
    line-height: 56px;
    background-color: #9cc813;
    text-decoration: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
  }
  .scd .ctt .osusume.event {
    border: 10px solid #f0f0f0;
    padding: 30px 40px 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .scd .ctt .osusume.seminar {
    border: 10px solid #f0f0f0;
    padding: 30px 40px 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .scd .ctt .osusume.consult ul + ul {
    padding-left: 0;
    width: 50%;
  }
  .scd .ctt .osusume.financial .wrap ul {
    width: 100%;
  }
  .scd .ctt .osusume.financial .wrap ul + ul {
    padding-left: 0;
    width: 50%;
  }
  .scd .ctt .osusume.osusume .wrap ul {
    width: auto;
  }
  .scd .ctt .osusume.seminar .wrap ul {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 55%;
  }
  .scd .ctt .osusume.seminar .wrap ul + ul {
    width: 45%;
    padding-left: 0px;
  }
  .scd .ctt .osusume h2 {
    font-size: 1.8rem;
    color: #2b4e34;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .scd .ctt .osusume .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scd .ctt .osusume .wrap ul {
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .scd .ctt .osusume .wrap ul + ul {
    /*padding-left: 100px;*/
    padding-left: 80px;
  }
  .scd .ctt .osusume .wrap ul li {
    line-height: 30px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .scd .ctt .osusume .wrap ul li + li {
    margin-top: 2px;
  }
  .scd .ctt .satisfied {
    position: relative;
    margin: -20px 0 40px;
    padding: 40px 100px 55px 220px;
    background: #f0f7dc;
    box-sizing: border-box;
  }

  .scd .ctt .satisfied:before,
  .scd .ctt .satisfied:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scd .ctt .satisfied:before {
    top: 36px;
    left: 40px;
    width: 150px;
    height: 150px;
    background-image: url(../images/seminar/satisfied_graph.png);
  }

  .scd .ctt .satisfied:after {
    top: 40px;
    right: 40px;
    width: 124px;
    height: 141px;
    background-image: url(../images/seminar/satisfied_illust.svg);
  }

  .scd .ctt .satisfied h3 {
    margin: 0 0 16px;
    color: #2b4e34;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .scd .ctt .satisfied h3 span {
    font-size: 3.2rem;
  }

  .scd .ctt .satisfied h3 span.line {
    text-decoration: underline;
  }

  .scd .ctt .satisfied .text {
    font-size: 1.4rem;
    line-height: calc(13/7);
  }

  .scd .ctt .satisfied .caution {
    font-size: 1.2rem;
    line-height: calc(5/2);
  }

  .scd .ctt .satisfied .caution {
    font-size: 1.2rem;
    line-height: calc(5/2);
  }
  .scd .ctt .sanka_area {
    margin-top: 0px;
  }
  .scd .ctt .sanka_area h2 {
    font-size: 2.4rem;
    line-height: 1;
    color: #2b4e34;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .scd .ctt .sanka_area .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .scd .ctt .sanka_area .box {
    background-color: #f6f6f6;
    line-height: 28px;
    width: 470px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 18px 30px 35px 30px;
  }
  .scd .ctt .sanka_area .box + .box {
    margin-left: 20px;
  }
  .scd .ctt .sanka_area .box h3 {
    color: #2b4e34;
    min-height: 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 16px;
    padding-left: 80px;
  }
  .scd .ctt .sanka_area .box.box1 h3 {
    background: url(../images/sanka1.png) no-repeat 0 50%;
  }
  .scd .ctt .sanka_area .box.box2 h3 {
    background: url(../images/sanka2.png) no-repeat 0 50%;
  }
  .scd .ctt .sanka_area .box.box3 h3 {
    background: url(../images/sanka3.png) no-repeat 0 50%;
  }
  .scd .ctt .sanka_area .box p {
    margin-top: 16px;
    padding: 0 10px;
    text-align: justify;
  }
  .scd .ctt .place {
    margin-top: 40px;
  }
  .scd .ctt .place.event ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .scd .ctt .place.event ul li {
    width: 470px;
    margin-bottom: 20px;
  }
  .scd .ctt .place.event ul li + li {
    margin-left: 0;
  }
  .scd .ctt .place.event ul li:nth-child(2n) {
    margin-left: 20px;
  }
  .scd .ctt .place.event ul li h3 {
    line-height: 45px;
  }
  .scd .ctt .place.event ul li figure {
    height: 100px;
    margin: 27px 0 8px;
  }
  .scd .ctt .place.event ul li p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 0px;
    text-align: justify;
  }
  .scd .ctt .place h2 {
    font-size: 2.4rem;
    line-height: 1;
    color: #2b4e34;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .scd .ctt .place ul {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scd .ctt .place ul li {
    line-height: 28px;
    width: 308px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10px 9px 19px 9px;
    text-align: center;
    border: 2px solid #cccccc;
  }
  .scd .ctt .place ul li + li {
    margin-left: 20px;
  }
  .scd .ctt .place ul li.on {
    border: 2px solid #9cc813;
  }
  .scd .ctt .place ul li.on h3 {
    background-color: #9cc813;
  }
  .scd .ctt .place ul li h3 {
    color: #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #cccccc;
    font-size: 1.8rem;
    line-height: 35px;
    font-weight: normal;
  }
  .scd .ctt .place ul li figure {
    height: 98px;
    margin: 17px 0;
  }
  .scd .ctt .place ul li p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 5px;
    text-align: justify;
  }
  .scd .application {
    margin-top: 40px;
    padding-top: 46px;
    border-top: 1px solid #e3e3e3;
  }
  .scd .application h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .scd .application h2 span {
    padding-left: 40px;
    display: inline-block;
    display: inline-block;
    background: url(../images/app_i.png) no-repeat 0 40%;
  }
  .scd .application .appli {
    border: 10px solid #f0f0f0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 26px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .scd .application .appli p {
    color: #666666;
  }
  .scd .application .appli.step2 {
    margin-top: 20px;
  }
  .scd .application .appli .ttl_area .step {
    float: left;
    width: 78px;
    height: 78px;
    background-color: #9cc813;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 15px 0 0;
  }
  .scd .application .appli .ttl_area .step small {
    font-size: 1.2rem;
    display: block;
  }
  .scd .application .appli .ttl_area .dtl {
    float: right;
    text-align: center;
    width: 810px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-right: 80px;
    padding-top: 15px;
  }
  .scd .application .appli .ttl_area .dtl h3 {
    font-size: 2.4rem;
    color: #2b4e34;
    line-height: 1;
    margin-bottom: 10px;
  }
  .scd .application .appli .ttl_area .dtl_step1_b {
    padding-top: 5px;
  }
  .scd .application .appli .ttl_area .dtl_step1_b dl {
    font-size: 1.8rem;
    margin-top: 14px;
  }
  .scd .application .appli .ttl_area .dtl_step1_b dl dt, .scd .application .appli .ttl_area .dtl_step1_b dl dd {
    display: inline-block;
    padding: 0px 30px;
  }
  .scd .application .appli .ttl_area .dtl_step1_b dl dt {
    border-right: 1px solid #e3e3e3;
  }
  .scd .application .appli .ttl_area .dtl_step1_b dl dd {
    font-weight: bold;
  }
  .scd .application .appli .ttl_area .dtl_step1_b .reset {
    margin-top: 22px;
  }
  .scd .application .appli .ttl_area .dtl_step1_b .reset a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 24px;
    font-size: 1.5rem;
    display: inline-block;
    width: 240px;
    line-height: 40px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    text-decoration: none;
    background: #e3e3e3 url(../images/reset.png) 20px 46% no-repeat;
  }
  .scd .application .appli .ttl_area .dtl_step1_b .reset a:hover {
    color: #333;
    background-color: #cccccc;
  }
  .scd .application .appli .sort {
    margin-top: 23px;
    padding-bottom: 15px;
  }
  .scd .application .appli .sort dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 12px;
  }
  .scd .application .appli .sort dl + dl {
    margin-top: -1px;
  }
  .scd .application .appli .sort dl dt, .scd .application .appli .sort dl dd {
    padding: 15px 0 16px;
    border-top: 1px solid #e3e3e3;
  }
  .scd .application .appli .sort dl dt {
    width: 125px;
  }
  .scd .application .appli .sort dl dt .link {
    display: none;
  }
  .scd .application .appli .sort dl dd {
    width: 735px;
  }
  .scd .application .appli .sort dl dd ul {
    overflow: hidden;
  }
  .scd .application .appli .sort dl dd ul li {
    float: left;
  }
  .scd .application .appli .sort dl dd ul li + li {
    margin-left: 10px;
  }
  .scd .application .appli .sort .att {
    color: #666;
    margin: 0 12px;
    margin-top: 16px;
    font-size: 1.4rem;
  }
  /*
  .scd .application .appli .sort_list {
    width: 860px;
    margin: 0 auto;
    margin-top: 23px;
  }
  .scd .application .appli .sort_list .att {
    margin-top: 0px;
    font-size: 1.4rem;
    color: #666;
  }
  .scd .application .appli .sort_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .scd .application .appli .sort_list ul li {
    width: 420px;
    background-color: #f6f6f6;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 124px;
    position: relative;
  }
  .scd .application .appli .sort_list ul li:nth-child(even) {
    margin-left: 20px;
  }
  .scd .application .appli .sort_list ul li h4 {
    background-color: #fff;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 19px 0;
    color: #2b4e34;
  }
  .scd .application .appli .sort_list ul li .wrap {
    position: relative;
    padding: 30px 30px 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.5rem;
  }
  .scd .application .appli .sort_list ul li .wrap .dtl .date {
    padding-top: 1px;
    margin-bottom: 43px;
    font-size: 2.0rem;
    line-height: 1;
  }
  .scd .application .appli .sort_list ul li .wrap .dtl .date .time {
    font-size: 2.0rem;
    display: block;
    margin-top: 14px;
  }
  .scd .application .appli .sort_list ul li .wrap .dtl .area,
  .scd .application .appli .sort_list ul li .wrap .dtl .add {
    font-size: 1.4rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-indent: -2.9em;
    padding-left: 2.9em;
  }
  .scd .application .appli .sort_list ul li .wrap .pix {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    min-width: 100px;
  }
  .scd .application .appli .sort_list ul li .wrap .pix figcaption {
    line-height: 24px;
    background-color: #9cc813;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 0 8px;
  }
  .scd .application .appli .sort_list ul li .wrap .pix figcaption.special {
    color: #fff;
    background-color: #9cc813;
  }
  .scd .application .appli .sort_list ul li .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 0;
    width: 220px;
  }
  .scd .application .appli .sort_list ul li .link a {
    width: 220px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    line-height: 58px;
    background-color: #9cc813;
    -moz-border-radius: 2px;
         border-radius: 2px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
  }
  .scd .application .appli .sort_list ul li .link a span {
    padding-left: 30px;
    background: url(../images/sanka_i.png) no-repeat 0 46%;
  }
  .scd .application .appli .sort_list ul li .link a:hover {
    background-color: #d2e49b;
    text-decoration: none;
  }
  .scd .application .appli .sort_list ul li .link a.full {
    background-color: transparent;
    color: #999;
  }
  .scd .application .appli .sort_list_shop ul {
    padding: 30px 20px 0 100px;
  }
  .scd .application .appli .sort_list_shop ul li {
    width: 48%;
    float: left;
    font-size: 1.8rem;
    margin-bottom: 18px;
    vertical-align: middle;
    line-height: 24px;
  }
  .scd .application .appli .sort_list_shop ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .scd .application .appli .sort_list_shop ul li input[type=radio], .scd .application .appli .sort_list_shop ul li input[type=checkbox] {
    display: none;
  }
  .scd .application .appli .sort_list_shop ul li .radio,
  .scd .application .appli .sort_list_shop ul li .checkbox {
    background: url(../images/btn_off.png) no-repeat 0 50%;
    padding-left: 30px;
    display: block;
  }
  .scd .application .appli .sort_list_shop ul li input[type=radio]:checked + .radio {
    background: url(../images/btn_on.png) no-repeat 0 50%;
    padding-left: 30px;
  }
  */
  .scd .application .consult_btn a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    -moz-border-radius: 2px;
         border-radius: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    color: #fff;
    width: 300px;
    text-align: center;
    line-height: 58px;
    font-size: 2rem;
    margin: 30px auto 0;
    color: #fff;
    display: block;
    background-color: #9cc813;
  }
  .scd .application .consult_btn a:hover {
    background-color: #d2e49b;
  }
  .scd .navigation {
    margin-top: 40px;
  }
  .scd .navigation ul li {
    float: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 50%;
    background-color: #f6f6f6;
    padding: 14px;
  }
  .scd .navigation ul li + li {
    border-left: 2px solid #fff;
  }
  .scd .navigation ul li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .scd .navigation ul li a figure {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    -moz-background-size: cover;
         background-size: cover;
    background-position: 50% 50%;
  }
  .scd .navigation ul li a .dtl {
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 280px;
    padding-top: 7px;
    margin-left: 30px;
  }
  .scd .navigation ul li a .dtl .ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .scd .navigation ul li a .dtl .txt {
    text-align: justify;
    height: 40px;
  }
  .scd .navigation ul li a .dtl .link {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    -moz-border-radius: 2px;
         border-radius: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    color: #fff;
    width: 137px;
    text-align: center;
    line-height: 28px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #9cc813;
  }
  .scd .navigation ul li a:hover figure {
    opacity: 0.4;
  }
  .scd .navigation ul li a:hover .dtl .ttl {
    text-decoration: underline;
  }
  .scd .navigation ul li a:hover .dtl .txt {
    color: #333;
  }
  .scd .navigation ul li a:hover .dtl .link {
    background-color: #d2e49b;
  }
  .scd .list_link {
    display: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #f6f6f6;
    text-align: center;
    border-top: 2px solid #fff;
    font-size: 1.4rem;
  }
  .scd .list_link a {
    display: block;
    padding: 14px;
  }
  .scd .list_link a::before {
    text-decoration: none;
  }
  .scd .list_link a:hover {
    text-decoration: none;
  }
  .scd .list_link a:hover span {
    text-decoration: underline;
  }
  .scd .present {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
    padding: 37px 30px;
    margin-top: 40px;
  }
  .scd .present figure {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 256px;
    padding-left: 25px;
  }
  .scd .present .dtl {
    width: 580px;
    margin-left: 44px;
    padding-top: 14px;
  }
  .scd .present .dtl h2 span {
    display: inline-block;
    background: url(../images/present.png) 0 0% no-repeat;
    padding-left: 30px;
    line-height: 32px;
    font-size: 2.4rem;
  }
  .scd .present .dtl .txt {
    margin-top: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
  }
  .scd .present .dtl .att {
    margin-top: 8px;
    font-size: 1.4rem;
    color: #666666;
  }
  .scd .present.event {
    padding: 20px 20px;
  }
  .scd .present.event figure {
    width: 430px;
    padding-left: 0;
  }
  .scd .present.event .dtl {
    width: 450px;
    padding-top: 25px;
    margin-left: 20px;
  }
  .scd .present.event .dtl .txt {
    letter-spacing: 0;
  }
  /* mod sghr 170703 */
  .scd .ctt .main_block{
    clear: both;
    overflow: hidden;
    margin-top: 39px;
  }
  .scd .ctt .main_block .mv{
    width: 40%;
    float: left;
    display: none;
  }
  .scd .ctt .main_block .mv img{
    max-width: 100%;
  }
  .scd .ctt .main_block .lead{
    /*width:58%;*/
    width:100%;
    float: right;

  }
  .scd.seminar .ctt .main_block .lead{
  width:100%;
  }
  .scd .ctt .main_block .lead h2{
    color: #294d33;
    margin-bottom: 36px;
  }
  .scd .ctt .link {
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
  }
  .scd .ctt .link a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 420px;
    line-height: 58px;
    background-color: #9cc813;
    text-decoration: none;
    color: #fff;
    display: inline-block;
  }
  .scd .ctt .link a:hover {
    background-color: #d2e49b;
    text-decoration: none;
  }
  .pc_none{
    display:none !important;
  }
  .att01{
    text-align: right;
    font-size: 1.4rem;
  }
  /* 201803 */
  .articlePhoto {
  	margin: 30px 0 0;
  }
}

/* 動画バナー */
section.vbnr_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.bannerArea {
	margin: 40px 0 35px;
}

.bannerArea .bannerLink {
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.bannerMovie {
  background-image: url(../images/movie_banner.jpg);
}

.bannerLink a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 226px;
  border: 10px solid #f0f0f0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.bannerMovie a {
	padding-top: 40px;
	box-sizing: border-box;
}

.bannerLink a:hover {
  border-color: #9cc813;
  text-decoration: none;
  color: #fff;
}

.bannerLink h3 {
  font-size: 28px;
  letter-spacing: 2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.bannerLink_text {
  box-sizing: border-box;
  margin-top: 22px;
  padding-top: 9px;
  max-width: 450px;
  width: 82%;
  height: 40px;
  background-color: #9cc813;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bannerLink a {
    border: 6px solid #f0f0f0;
    height: 110px;
  }
  
  .bannerMovie a {
  	padding-top: 15px;
  }
  
  .bannerLink h3 {
    margin-top: 14px;
    width: 82%;
    font-size: 16px;
    line-height: 1.2;
  }
  
  .bannerMovie h3 {
  	text-align: center;
  }
  .bannerMovie h3 img {
  	width: 25px;
  	height: 25px;
  	margin: 5px auto 8px;
  }
  
  .bannerLink_text {
    margin-top: 8px;
    margin-bottom: 14px;
    padding-top: 2px;
    height: 24px;
  }
  
  .bannerMovie .bannerLink_text {
  	width: auto;
  	padding: 0 10px;
  	font-size: 12px;
  	line-height: 24px;
  	letter-spacing: 0.05em;
  }
  
}