@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* #section-important
-----------------------*/
#section-important .list {
  padding: 30px 0;
  font-size: 13px;
  line-height: 1.5; }

@media screen and (max-width: 740px) {
  #section-important .list {
    padding: 20px 0; } }

#section-important .list > .title {
  background: #D90000;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 40px; }

#section-important .list > ul {
  padding: 20px;
  border: 2px solid #D90000;
  border-top: none;
  background: #FFF; }

@media screen and (max-width: 740px) {
  #section-important .list > ul {
    padding: 10px; } }

#section-important .list > ul a {
  overflow: hidden;
  color: #333; }

#section-important .list > ul a:hover {
  text-decoration: none; }

#section-important .list > ul li {
  padding-top: 20px;
  overflow: hidden; }

@media screen and (max-width: 740px) {
  #section-important .list > ul li {
    padding-top: 10px; } }

#section-important .list > ul li:first-child {
  padding-top: 0; }

#section-important .list > ul .date {
  float: left;
  width: 110px;
  padding-top: 5px; }

@media screen and (max-width: 740px) {
  #section-important .list > ul .date {
    float: none;
    padding-top: 0; } }

#section-important .list > ul .boxR {
  overflow: hidden; }

#section-important .list > ul .title {
  font-size: 20px; }

@media screen and (max-width: 740px) {
  #section-important .list > ul .title {
    font-size: 16px; } }

#section-important .list > ul .text {
  padding-top: 5px; }

@media screen and (max-width: 740px) {
  #section-important .list > ul .text {
    padding-top: 0; } }

#section-important .list > ul .btn-more {
  color: #8AD0E9;
  display: block; }

#section-important .list > ul a:hover .btn-more {
  text-decoration: underline; }

/* #section01
-----------------------*/
#section01 {
  /* [ itemが1つの場合用 ]
	-----------------------*/
  /* .cursor-wrap
		-----------------------*/ }
  #section01 #visual {
    position: relative;
    overflow: hidden;
    min-width: 980px;
    max-height: 460px; }
  @media screen and (max-width: 740px) {
    #section01 #visual {
      min-width: 0; } }
  #section01 #visual .item a {
    display: block;
    vertical-align: bottom;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  #section01 #visual .item a:hover {
    background: #84D0EC; }
  #section01 #visual .item a:hover img {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */ }
  #section01 #visual.is-single #carousel {
    text-align: center; }
  #section01 #visual.is-single .cursor-wrap {
    display: none; }
  #section01 #visual.is-hidden {
    text-align: center; }
  #section01 #visual.is-hidden #carousel {
    text-align: center; }
  #section01 #visual .bx-wrapper {
    margin-bottom: 0; }
  #section01 #visual .bx-viewport {
    width: 980px !important;
    margin: 0 auto !important;
    overflow: visible !important; }
  @media screen and (max-width: 740px) {
    #section01 #visual .bx-viewport {
      width: 100% !important; } }
  #section01 #visual .bx-viewport #carousel {
    width: 10000% !important; }
  #section01 #visual .bx-viewport img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  #section01 #visual .btn a {
    cursor: pointer;
    height: 410px;
    position: absolute;
    top: 0;
    z-index: 100; }
  #section01 #visual .next a {
    left: 0;
    text-align: right; }
  #section01 #visual .prev a {
    right: 0; }
  #section01 #visual .btn a .btn-img {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-top: 160px; }
  #section01 #visual .btn.next a .btn-img {
    margin-right: -27px; }
  #section01 #visual .btn.prev a .btn-img {
    margin-left: -27px; }
  #section01 #visual .cursor-wrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 250; }
  @media screen and (max-width: 740px) {
    #section01 #visual .cursor-wrap {
      display: none; } }
  #section01 #visual .cursor-wrap .cursor {
    position: absolute;
    top: -250px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer; }
  #section01 #visual .cursor-wrap .cursor-next {
    right: -27px;
    background: url(/yochien/ju8u6h00000000mo/section01_cursor_next_splite.png) no-repeat; }
  #section01 #visual .cursor-wrap .cursor-prev {
    left: -27px;
    background: url(/yochien/ju8u6h00000000mo/section01_cursor_prev_splite.png) no-repeat; }
  #section01 #visual .cursor-wrap .cursor:hover {
    background-position: 0 -60px; }
  @media screen and (max-width: 740px) {
    #section01 .bx-wrapper {
      position: relative; }
    #section01 .bx-controls .cursor {
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 50%;
      margin-top: -11px;
      background-size: 27px auto;
      cursor: pointer; }
    #section01 .bx-controls .cursor-next {
      background: url(/yochien/ju8u6h00000000mo/section01_cursor_next_splite.png) no-repeat;
      background-size: 22px auto;
      right: 10px; }
    #section01 .bx-controls .cursor-prev {
      background: url(/yochien/ju8u6h00000000mo/section01_cursor_prev_splite.png) no-repeat;
      background-size: 22px auto;
      left: 10px; } }
  #section01 #visual .bx-pager {
    bottom: 30px;
    height: 0;
    padding: 0; }
  @media screen and (max-width: 740px) {
    #section01 #visual .bx-pager {
      display: none; } }
  #section01 #visual .bx-pager .bx-pager-link {
    background: #FFF;
    border: 1px solid #DDD;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-sizing: border-box; }
  #section01 #visual .bx-pager .bx-pager-link.active {
    background: #1F77AC; }
  @media screen and (max-width: 740px) {
    #section01 #visual .btn {
      display: none; } }

/* #section02
-----------------------*/
#section02 {
  padding: 60px 0 15px;
  font-size: 13px;
  background: #FDFBEE url(/yochien/ju8u6h00000000mo/section02_bg.jpg) center 60px no-repeat; }

@media screen and (max-width: 740px) {
  #section02 {
    padding: 30px 0;
    background: url(/yochien/ju8u6h00000000mo/section02_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto; } }

#section02 {
  /* #topics-navi
	-----------------------*/
  /* #topics-article
	-----------------------*/
  /* .item
		-----------------------*/
  /* .box-upper
			-----------------------*/
  /* .box-bottom
			-----------------------*/
  /* .btn-more
	-----------------------*/
  /* .icon
	-----------------------*/ }
  #section02 .tpl-inner-wrap {
    position: relative; }
  @media screen and (max-width: 740px) {
    #section02 .tpl-inner-wrap {
      padding: 0; } }
  #section02 .tpl-inner-wrap > .title {
    text-align: center; }
  @media screen and (max-width: 740px) {
    #section02 .tpl-inner-wrap > .title {
      width: 112px;
      margin: 0 auto; } }
  #section02 #topics-navi {
    padding: 30px 0 25px;
    letter-spacing: -0.4em;
    text-align: center; }
  #section02 #topics-navi li {
    margin: 0 4px;
    position: relative; }
  #section02 #topics-navi .tpl-btn a {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    width: 84px;
    height: 84px; }
  @media screen and (max-width: 740px) {
    #section02 #topics-navi .tpl-btn a {
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      border-radius: 26px;
      width: 52px;
      height: 52px; } }
  #section02 #topics-navi .tpl-btn--gray a {
    border: 2px solid #4BB68F;
    color: #4BB68F;
    box-sizing: border-box;
    display: table; }
  #section02 #topics-navi .tpl-btn--gray.is-active a {
    padding: 0;
    color: #FFF;
    border-color: #FFF; }
  #section02 #topics-navi .tpl-btn--gray a span {
    background: #FFF;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    width: 78px;
    height: 78px;
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 740px) {
    #section02 #topics-navi .tpl-btn--gray a span {
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      width: 46px;
      height: 46px;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2;
      font-size: 12px; } }
  #section02 #topics-navi .tpl-btn--gray.is-active a span {
    background: #4BB68F; }
  #section02 #topics-navi .tpl-btn--gray > .cursor {
    display: none; }
  #section02 #topics-navi .tpl-btn--gray.is-active {
    background: none; }
  #section02 #topics-navi .tpl-btn--gray.is-active > .cursor {
    display: block;
    width: 19px;
    height: 15px;
    background: url(/yochien/asset/y__icon_cursor_green_down.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px; }
  @media screen and (max-width: 740px) {
    #section02 #topics-navi .tpl-btn--gray.is-active > .cursor {
      background-size: 10px auto;
      width: 10px;
      margin-left: -5px;
      bottom: -7px; } }
  #section02 #topics-article {
    position: relative;
    z-index: 10; }
  #section02 #topics-article .topics-cate-wrap {
    /*hidden*/
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; }
  #section02 #topics-article .topics-cate-wrap.is-visible {
    /*visible*/
    width: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-left: -10px; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .topics-cate-wrap.is-visible {
      margin-left: 0;
      border-bottom: 1px solid #EEE; } }
  #section02 #topics-article .item {
    width: 320px;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    border: 1px solid #EEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 10px 10px;
    background: #FFF; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item {
      width: 50%;
      float: left;
      padding: 15px 10px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: none;
      border-top: 1px solid #EEE;
      border-left: 1px solid #EEE;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      position: relative;
      overflow: hidden;
      margin: 0;
      background: #FFF; } }
  #section02 #topics-article .item .clone-wrap {
    width: 318px;
    position: absolute;
    top: 0;
    left: 0;
    background: #8AD0E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    overflow: hidden; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .clone-wrap {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 100%; } }
  #section02 #topics-article .item a {
    display: block;
    padding: 20px 20px;
    margin: -20px -20px; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item a {
      padding: 15px 10px;
      margin: -15px -10px; } }
  #section02 #topics-article .item .clone-wrap a {
    color: #FFF;
    margin: 0; }
  #section02 #topics-article .item a:hover {
    text-decoration: none; }
  #section02 #topics-article .item .box-upper .cate-label {
    display: table;
    float: left; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .box-upper .cate-label {
      float: none; } }
  #section02 #topics-article .item .box-upper .cate-label li {
    display: table-cell;
    border-right: 1px solid #FFF;
    background: #4BB68F;
    min-width: 60px;
    padding: 0 5px;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    font-size: 11px; }
  #section02 #topics-article .item .clone-wrap .box-upper .cate-label li {
    border-right: 1px solid #8AD0E9;
    background: #FFF;
    color: #8AD0E9; }
  #section02 #topics-article .item .box-upper .date {
    float: right;
    color: #333; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .box-upper .date {
      float: none;
      padding-top: 10px; } }
  #section02 #topics-article .item .clone-wrap .box-upper .date {
    color: #FFF; }
  #section02 #topics-article .item .box-bottom {
    clear: both;
    padding: 5px 0 0; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .box-bottom {
      padding: 10px 0 0; } }
  #section02 #topics-article .item .box-bottom .title {
    font-size: 16px;
    color: #1F77AC; }
  #section02 #topics-article .item .box-bottom .title .icon-blank {
    vertical-align: middle; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .box-bottom .title {
      font-size: 13px;
      line-height: 1.4; } }
  #section02 #topics-article .item .clone-wrap .box-bottom .title {
    color: #FFF; }
  #section02 #topics-article .item .box-bottom .body {
    padding: 15px 0 0;
    color: #666;
    line-height: 1.7; }
  @media screen and (max-width: 740px) {
    #section02 #topics-article .item .box-bottom .body {
      font-size: 11px;
      line-height: 1.4;
      height: auto !important; } }
  #section02 #topics-article .item .clone-wrap .box-bottom .body {
    color: #FFF; }
  #section02 #topics-article .item .box-bottom .body img {
    max-width: 100%;
    margin-bottom: 5px; }
  #section02 #topics-article .item .btn-more {
    padding: 10px 0 0;
    color: #8AD0E9; }
  #section02 #topics-article .item .clone-wrap .btn-more {
    color: #FFF; }
  #section02 > .tpl-inner-wrap > .btn-more {
    margin: 20px 0 0; }
  @media screen and (max-width: 740px) {
    #section02 > .tpl-inner-wrap > .btn-more {
      margin: 20px 0 0;
      padding: 0 10px; }
    #section02 > .tpl-inner-wrap > .btn-more .tpl-btn {
      width: auto;
      display: block; } }
  #section02 .icon {
    position: absolute;
    display: block; }
  @media screen and (max-width: 740px) {
    #section02 .icon img {
      width: 100%; } }
  #section02 .icon--horse {
    top: 145px;
    left: 163px;
    z-index: 20; }
  @media screen and (max-width: 740px) {
    #section02 .icon--horse {
      top: 93px;
      left: 20px;
      width: 60px; } }
  #section02 .icon--boy {
    top: 175px;
    right: 130px;
    z-index: 20; }
  @media screen and (max-width: 740px) {
    #section02 .icon--boy {
      top: 107px;
      right: 15px;
      width: 40px; } }
  #section02 .icon--tree {
    display: none; }
  @media screen and (max-width: 740px) {
    #section02 .icon--tree {
      display: block;
      top: 99px;
      right: 60px;
      width: 50px; } }
  #section02 .icon--umbrella {
    bottom: 302px;
    left: -203px;
    z-index: 5; }
  #section02 .icon--butterfly {
    bottom: 100px;
    right: -150px;
    z-index: 5; }

/* #section03
-----------------------*/
#section03 {
  background: url(/yochien/ju8u6h00000000mo/section03_bg_repeat.jpg) repeat-x center top; }

@media screen and (max-width: 740px) {
  #section03 {
    padding: 30px 0;
    background: #D9E55F url(/yochien/ju8u6h00000000mo/section03_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto; } }

#section03 {
  /* #news-list
	-----------------------*/
  /* .news-cate-wrap
			-----------------------*/ }
  #section03 .bg-wrap {
    background: url(/yochien/ju8u6h00000000mo/section03_bg.jpg) no-repeat center top;
    padding: 170px 0 80px;
    position: relative; }
  @media screen and (max-width: 740px) {
    #section03 .bg-wrap {
      background: none;
      padding: 0; } }
  #section03 .tpl-inner-wrap {
    overflow: hidden; }
  @media screen and (max-width: 740px) {
    #section03 #news-list {
      width: 100%;
      float: none;
      padding-top: 35px; } }
  #section03 #news-list > .title {
    text-align: center; }
  @media screen and (max-width: 740px) {
    #section03 #news-list > .title {
      width: 127px;
      margin: 0 auto; } }
  @media screen and (max-width: 740px) {
    #section03 #news-list > .wrap {
      height: auto !important; } }
  #section03 #news-navi {
    padding-top: 20px;
    text-align: center;
    letter-spacing: -0.4em; }
  @media screen and (max-width: 740px) {
    #section03 #news-navi {
      text-align: center; } }
  #section03 #news-navi li {
    margin: 0 4px;
    position: relative; }
  #section03 #news-navi .tpl-btn a {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    width: 84px;
    height: 84px; }
  @media screen and (max-width: 740px) {
    #section03 #news-navi .tpl-btn a {
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      border-radius: 26px;
      width: 52px;
      height: 52px; } }
  #section03 #news-navi .tpl-btn--gray a {
    border: 2px solid #4BB68F;
    color: #4BB68F;
    box-sizing: border-box;
    display: table; }
  #section03 #news-navi .tpl-btn--gray.is-active a {
    padding: 0;
    color: #FFF;
    border-color: #FFF; }
  #section03 #news-navi .tpl-btn--gray a span {
    background: #FFF;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    width: 78px;
    height: 78px;
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 740px) {
    #section03 #news-navi .tpl-btn--gray a span {
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      width: 46px;
      height: 46px;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2;
      font-size: 12px; } }
  #section03 #news-navi .tpl-btn--gray.is-active a span {
    background: #4BB68F; }
  #section03 #news-navi .tpl-btn--gray > .cursor {
    display: none; }
  #section03 #news-navi .tpl-btn--gray.is-active > .cursor {
    display: block;
    width: 19px;
    height: 15px;
    background: url(/yochien/asset/y__icon_cursor_green_down.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px; }
  @media screen and (max-width: 740px) {
    #section03 #news-navi .tpl-btn--gray.is-active > .cursor {
      background-size: 10px auto;
      width: 10px;
      margin-left: -5px;
      bottom: -7px; } }
  @media screen and (max-width: 740px) {
    #section03 #news-navi li {
      width: auto; } }
  #section03 #news-article {
    margin-top: 20px;
    background: #FFF;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 20px; }
  @media screen and (max-width: 740px) {
    #section03 #news-article {
      padding-top: 10px; } }
  #section03 #news-list .news-cate-wrap {
    /*hidden*/
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; }
  #section03 #news-list .news-cate-wrap.is-visible {
    /*visible*/
    width: auto;
    height: auto;
    margin: auto; }
  #section03 #news-list .news-cate-wrap .item {
    border-bottom: 2px dotted #8AD0E9;
    position: relative; }
  #section03 #news-list .news-cate-wrap .item .clone-wrap {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    visibility: hidden;
    background: #8AD0E9; }
  #section03 #news-list .news-cate-wrap li {
    display: block;
    padding: 20px;
    width: 100%;
    box-sizing: border-box; }
  @media screen and (max-width: 740px) {
    #section03 #news-list .news-cate-wrap li {
      padding: 10px; } }
  #section03 #news-list .news-cate-wrap a {
    color: #333;
    display: block;
    padding: 20px; }
  #section03 #news-list .news-cate-wrap .item > a {
    margin: -20px; }
  @media screen and (max-width: 740px) {
    #section03 #news-list .news-cate-wrap .item > a {
      width: 100%;
      padding: 10px;
      margin: -10px;
      box-sizing: border-box; } }
  #section03 #news-list .news-cate-wrap .clone-wrap a {
    color: #FFF;
    margin: 0; }
  @media screen and (max-width: 740px) {
    #section03 #news-list .news-cate-wrap .clone-wrap a {
      padding: 10px;
      box-sizing: border-box; } }
  #section03 #news-list .news-cate-wrap a:hover {
    text-decoration: none; }
  #section03 #news-list .news-cate-wrap .item p {
    display: inline-block; }
  #section03 #news-list .news-cate-wrap .date {
    font-size: 13px; }
  #section03 #news-list .news-cate-wrap .cate-label {
    font-size: 11px;
    background: #4BB68F;
    color: #FFF;
    min-width: 60px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center; }
  #section03 #news-list .news-cate-wrap .item .clone-wrap .cate-label {
    background: #FFF;
    color: #8AD0E9; }
  #section03 #news-list .news-cate-wrap .text {
    font-size: 15px; }
  #section03 #news-list .news-cate-wrap .text .icon-blank {
    vertical-align: middle; }
  @media screen and (max-width: 740px) {
    #section03 #news-list .news-cate-wrap .date,
    #section03 #news-list .news-cate-wrap .text {
      font-size: 12px; } }
  #section03 #news-list .btn-more {
    padding: 15px;
    background: #FFF; }
  @media screen and (max-width: 740px) {
    #section03 #news-list .btn-more .tpl-btn {
      margin: 0;
      width: auto;
      display: block;
      text-align: center; } }
  #section03 .bottom-border {
    display: block;
    width: 100%;
    height: 10px;
    background: url(/yochien/ju8u6h00000000mo/section03_border_zigzag.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 740px) {
    #section03 .bottom-border {
      display: none; } }

/* #section04
-----------------------*/
#section04 {
  padding: 60px 0 95px; }

@media screen and (max-width: 740px) {
  #section04 {
    padding: 25px 0 30px; } }

#section04 {
  /* .btn-wrap
		-----------------------*/
  /* .icon
			-----------------------*/
  /* .edge
			-----------------------*/
  /* .timeline--fb
			-----------------------*/ }
  #section04 .tpl-inner-wrap > .title {
    text-align: center; }
  @media screen and (max-width: 740px) {
    #section04 .tpl-inner-wrap > .title {
      width: 224px;
      margin: 0 auto; } }
  #section04 .wrap {
    overflow: hidden;
    border: 1px solid #EEE;
    border-left: none;
    box-sizing: border-box;
    position: relative;
    width: 940px;
    height: 260px;
    margin: 20px auto 0;
    background: #FFF; }
  #section04 .btn-wrap {
    width: 174px;
    height: 260px;
    float: left;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-sizing: border-box;
    position: relative;
    z-index: 20; }
  #section04 .btn-wrap ul {
    display: block;
    padding: 20px 5px 20px 20px; }
  #section04 .btn-wrap .btn {
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    cursor: pointer;
    position: relative; }
  #section04 .btn-wrap .btn.is-active {
    background: #1F77AC;
    color: #FFF; }
  #section04 .btn-wrap .btn .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px; }
  #section04 .btn-wrap .btn--tw .icon {
    width: 24px;
    background: url(/yochien/ju8u6h00000000mo/section04_icon_tw.png) no-repeat; }
  #section04 .btn-wrap .btn--fb .icon {
    background: url(/yochien/ju8u6h00000000mo/section04_icon_fb.png) no-repeat; }
  #section04 .btn-wrap .btn.is-active .icon {
    background-position: 0 -20px; }
  #section04 .btn-wrap .btn .edge {
    background: url(/yochien/ju8u6h00000000mo/section04_sns_btn_edge.png) no-repeat;
    width: 20px;
    height: 46px;
    display: none; }
  #section04 .btn-wrap .btn.is-active .edge {
    display: block;
    position: absolute;
    top: 0;
    right: -20px; }
  #section04 #sns-article-wrap {
    width: 765px;
    float: left; }
  #section04 #sns-article-wrap .timeline {
    width: 724px; }
  #section04 #sns-article-wrap .timeline li {
    width: 242px !important;
    box-sizing: border-box;
    border-right: 1px solid #EEE; }
  #section04 #sns-article-wrap .timeline li a {
    display: block;
    height: 260px;
    padding: 20px;
    color: #333;
    box-sizing: border-box; }
  #section04 #sns-article-wrap .timeline li a:hover {
    text-decoration: none; }
  #section04 #sns-article-wrap .timeline li p {
    line-height: 1.6;
    font-size: 13px; }
  #section04 #sns-article-wrap .timeline li .img {
    padding-top: 10px;
    text-align: center;
    display: block; }
  #section04 #sns-article-wrap .timeline li .img img {
    display: inline-block; }
  #section04 #sns-article-wrap .timeline li .txt {
    padding-top: 10px; }
  #section04 #sns-article-wrap .timeline li .more {
    color: #8AD0E9; }
  #section04 #sns-article-wrap .timeline li a:hover .more {
    text-decoration: underline; }
  #section04 #sns-article-wrap .timeline {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #section04 #sns-article-wrap .timeline.is-active {
    position: static; }
  #section04 #sns-article-wrap .timeline.is-active .bx-viewport {
    height: auto !important; }
  #section04 #sns-article-wrap .timeline img {
    max-width: 100%;
    max-height: 120px; }
  #section04 #sns-article-wrap .timeline--fb .txt img {
    display: none; }
  #section04 #sns-article-wrap .timeline--fb .txt img.first {
    display: block; }
  #section04 #sns-article-wrap .btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 130px;
    cursor: pointer; }
  #section04 #sns-article-wrap .btn--prev {
    background: #1F77AC url(/yochien/ju8u6h00000000mo/section04_btn_next.png) no-repeat center center;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #FFF;
    z-index: 10; }
  #section04 #sns-article-wrap .btn--next {
    background: #1F77AC url(/yochien/ju8u6h00000000mo/section04_btn_prev.png) no-repeat center center;
    bottom: 0;
    right: 0; }
  @media screen and (max-width: 740px) {
    #section04 .link-list {
      padding-top: 20px;
      width: 100%; }
    #section04 .link-list ul {
      text-align: center;
      letter-spacing: -0.4em;
      display: block; }
    #section04 .link-list li {
      letter-spacing: normal;
      display: inline-block;
      padding: 0 15px; }
    #section04 .link-list li img {
      height: 32px; } }

/* #section05
-----------------------*/
#section05 {
  padding: 10px 0 30px;
  background: #FFF;
  position: relative; }
  #section05 .bottom-border {
    display: block;
    width: 100%;
    height: 10px;
    background: url(/yochien/ju8u6h00000000mo/section05_border_zigzag.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 740px) {
    #section05 .bottom-border {
      height: 10px;
      background: url(/yochien/ju8u6h00000000mo/section05_border_zigzag_sp.png) repeat-x;
      position: absolute;
      top: -9px;
      bottom: auto;
      left: 0; } }

@media screen and (max-width: 740px) {
  #section05 {
    padding: 20px 0; }
  #section05 ul {
    border: none;
    width: 90%;
    /* 475/740 */
    max-width: 466px;
    margin: 0 auto; }
  #section05 li {
    width: 50%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    text-align: center; } }
