@charset "UTF-8";
/*
* Webcreative by Kawasaki
* Last Update:2017/10/1
*/
/*===================================================================
	import
===================================================================*/
/*CSSフレームワーク*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("bootstrap-grid.css");
@import url("font-awesome.css");
/*基本設定*/
@import url("base.css");
@import url("property.css");
/*追加*/
@import url("../js/slick/slick.css");
@import url("../js/slick/slick-theme.css");
/*===================================================================
	共通部分
===================================================================*/
/*マウスホバー opacity */
*[class*="ov-"] {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.ov25, .ov50, .ov75 {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.ov25:hover {
  opacity: 0.25; }

.ov50:hover {
  opacity: 0.50; }

.ov75:hover {
  opacity: 0.75; }

/* ボタン用 */
.oi {
  display: block; }

.oi img {
  background-color: transparent; }

.oi:hover {
  background-color: transparent; }

.oi:hover img {
  visibility: hidden; }

.oi25:hover img {
  opacity: 0.25; }

.oi50:hover img {
  opacity: 0.50; }

.oi75:hover img {
  opacity: 0.75; }

/*breadcrumb*/
.breadcrumb {
  text-align: left; }

.breadcrumb li {
  display: inline; }

.breadcrumb li::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 5px 0 10px; }

.breadcrumb li:last-child::after {
  display: none; }

/*pagination*/
.pagination li {
  display: inline-block;
  padding: 5px; }

.pagination li > * {
  display: block;
  padding: 5px 10px;
  border: 1px solid;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.pagination span, .pagination a:hover {
  background: #ba0025;
  color: #fff;
  border: 1px solid #ba0025; }

/*post-item*/
.post-item {
  margin-bottom: 30px; }

.post-item .post-thumbnail a > div {
  padding-top: 60%; }

.post-item .post-contents {
  padding: 10px; }

/*===================================================================
	layout
===================================================================*/
body {
  color: #323232; }
  @media (max-width: 767px) {
    body {
      font-size: 12.5px; } }

a:link {
  color: inherit;
  text-decoration: none; }

a:visited {
  color: inherit; }

.container {
  width: auto;
  max-width: 1010px; }

/*-------------------------------------------------------------------
	#base
-------------------------------------------------------------------*/
.arrow-icon {
  position: relative; }

.arrow-icon:after {
  font-family: 'Material Icons';
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e317";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: bold;
  position: absolute;
  color: inherit; }

/*-------------------------------------------------------------------
	#head
-------------------------------------------------------------------*/
#head {
  text-align: left;
  position: relative;
  z-index: 999;
  background-color: #fff; }
  #head .head-info {
    position: relative; }
  @media (max-width: 767px) {
    #head .site-logo {
      width: 166px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  #head .item-tel {
    position: absolute;
    top: 2px;
    right: 205px; }
    @media (max-width: 767px) {
      #head .item-tel {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #head .item-tel {
        width: 230px;
        right: 180px; } }
  #head .item-lesson {
    position: absolute;
    top: 0px;
    right: 15px; }
    @media (max-width: 767px) {
      #head .item-lesson {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #head .item-lesson {
        width: 150px; } }

.head-menu-wrapper {
  position: relative; }
  @media (max-width: 767px) {
    .head-menu-wrapper {
      display: none;
      position: absolute;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .head-menu-wrapper {
      border-bottom: 1px solid #ba0025;
      display: block !important; } }
  .head-menu-wrapper .to-contact {
    background-color: #9980d4; }

@media (max-width: 767px) {
  #main-navi {
    background-color: #ba0025;
    font-size: 15px; }
    #main-navi a {
      color: #fff;
      display: block; }
    #main-navi .list-main {
      margin-left: -15px;
      width: calc(100% + 30px); }
      #main-navi .list-main > li {
        border-top: 0.5px solid #fff; }
        #main-navi .list-main > li > a {
          padding: 7px 15px; }
        #main-navi .list-main > li > a:after {
          top: 12px;
          right: 15px;
          font-size: 15px;
          font-weight: normal; }
        #main-navi .list-main > li > .toggle:after {
          content: "\e147"; }
        #main-navi .list-main > li > .toggle.active:after {
          content: "\e15c"; }
    #main-navi .title-sub {
      display: none; }
    #main-navi .list-sub {
      background-color: #cf4d66;
      font-size: 12.5px;
      padding-top: 7px;
      padding-bottom: 7px; }
      #main-navi .list-sub > li > a {
        padding: 3px 25px; }
    #main-navi .list-sub-wrap {
      display: none; }
    #main-navi .active + .list-sub-wrap {
      display: block; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #main-navi .list-main {
    text-align: center; }
    #main-navi .list-main > li {
      display: inline-block;
      text-align: left; }
      #main-navi .list-main > li:before {
        display: inline-block;
        content: ' ';
        width: 1px;
        height: 13px;
        background-color: #000; }
      #main-navi .list-main > li:first-of-type:before {
        content: none; }
      #main-navi .list-main > li.current > a,
      #main-navi .list-main > li:hover > a {
        color: #ba0025; }
        #main-navi .list-main > li.current > a:before,
        #main-navi .list-main > li:hover > a:before {
          content: ' ';
          position: absolute;
          left: 50%;
          bottom: 0px;
          margin-left: -25px;
          height: 5px;
          width: 50px;
          background-color: #ba0025; }
      #main-navi .list-main > li > a {
        display: inline-block;
        color: #000;
        height: 42px;
        position: relative; }
        #main-navi .list-main > li > a:after {
          content: none; }
    #main-navi .list-main .to-contact {
      display: none; }
  #main-navi .list-main > li > a:hover + .list-sub-wrap,
  #main-navi .list-sub-wrap:hover {
    display: block !important; }
  #main-navi .list-sub-wrap {
    display: none;
    position: absolute;
    border-top: 1px solid #ba0025;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    left: 0;
    padding: 26px 10px;
    z-index: 9; }
  #main-navi .list-sub-inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
  #main-navi .title-sub {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  #main-navi .list-sub {
    display: inline-block;
    width: calc(100% - 110px); }
    #main-navi .list-sub > li {
      display: inline-block;
      margin-left: 39px;
      position: relative;
      padding-left: 20px;
      font-size: 15px; }
      #main-navi .list-sub > li:before {
        font-family: 'Material Icons';
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        content: "\e317";
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        font-weight: bold;
        position: absolute;
        left: -3px;
        top: 2px;
        color: #ba0025; } }

@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #main-navi {
    font-size: 18px; } }

#main-navi .list-main > li:before {
  margin-left: 21px;
  margin-right: 26px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #main-navi .list-main > li:before {
      margin-left: 15px;
      margin-right: 20px; } }

.sp-menu {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .sp-menu {
      display: none; } }
  .sp-menu a:hover {
    cursor: pointer; }
  .sp-menu .menu-close {
    display: none; }

#base.open .menu-open {
  display: none; }

#base.open .menu-close {
  display: inline-block; }

.sp-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(50, 50, 50, 0.7); }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .sp-menu-overlay {
      display: none !important; } }

#base.open .sp-menu-overlay {
  display: block; }

/*-------------------------------------------------------------------
	#body
-------------------------------------------------------------------*/
/* #primary */
/* #secondary */
/*-------------------------------------------------------------------
	#foot
-------------------------------------------------------------------*/
#foot .link-area {
  overflow: hidden; }
  #foot .link-area .link-item {
    display: block;
    width: 50%;
    float: left; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .link-inner {
      height: 300px;
      padding-top: 85px;
      max-width: 510px; } }
  #foot .link-area .desc-box {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    height: 55px; }
    @media (max-width: 767px) {
      #foot .link-area .desc-box {
        display: none; } }
  @media (max-width: 767px) {
    #foot .link-area .link-box {
      display: table;
      width: 100%; } }
  @media (max-width: 767px) {
    #foot .link-area .link-box a {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      text-align: left;
      height: 65px;
      font-size: 15px;
      width: inherit;
      line-height: 1.4;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .link-box a {
      margin-top: 16px;
      background-color: #fff;
      border-radius: 99px;
      width: 310px;
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      line-height: 60px;
      padding-right: 30px; } }
  #foot .link-area .link-box a:after {
    right: 13px;
    top: 13px; }
    @media (max-width: 767px) {
      #foot .link-area .link-box a:after {
        right: 13px;
        top: 24px;
        font-size: 15px; } }
  @media (max-width: 767px) {
    #foot .link-area .to-contact {
      background-color: #9980d4; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .to-contact {
      background: -webkit-gradient(linear, left top, right top, from(rgba(153, 128, 212, 0.6)), to(rgba(153, 128, 212, 0.6))), url("../image/foot/link_bg01.jpg") right center;
      background: -webkit-linear-gradient(left, rgba(153, 128, 212, 0.6) 0%, rgba(153, 128, 212, 0.6) 100%), url("../image/foot/link_bg01.jpg") right center;
      background: -o-linear-gradient(left, rgba(153, 128, 212, 0.6) 0%, rgba(153, 128, 212, 0.6) 100%), url("../image/foot/link_bg01.jpg") right center;
      background: linear-gradient(to right, rgba(153, 128, 212, 0.6) 0%, rgba(153, 128, 212, 0.6) 100%), url("../image/foot/link_bg01.jpg") right center;
      margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .to-contact .link-inner {
      margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .to-contact a {
      color: #9980d4; } }
  @media (max-width: 767px) {
    #foot .link-area .to-access {
      background-color: #ba0025; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .to-access {
      background: -webkit-gradient(linear, left top, right top, from(rgba(186, 0, 37, 0.5)), to(rgba(186, 0, 37, 0.5))), url("../image/foot/link_bg02.jpg") center;
      background: -webkit-linear-gradient(left, rgba(186, 0, 37, 0.5) 0%, rgba(186, 0, 37, 0.5) 100%), url("../image/foot/link_bg02.jpg") center;
      background: -o-linear-gradient(left, rgba(186, 0, 37, 0.5) 0%, rgba(186, 0, 37, 0.5) 100%), url("../image/foot/link_bg02.jpg") center;
      background: linear-gradient(to right, rgba(186, 0, 37, 0.5) 0%, rgba(186, 0, 37, 0.5) 100%), url("../image/foot/link_bg02.jpg") center;
      background-size: cover; } }
  #foot .link-area .to-access .desc-box {
    padding-top: 13px; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .link-area .to-access a {
      color: #ba0025; } }

#foot .info_area {
  text-align: left; }
  @media (max-width: 767px) {
    #foot .info_area {
      padding-top: 25px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .info_area {
      padding-top: 50px;
      font-size: 14px; } }
  #foot .info_area .logo-box {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #foot .info_area .logo-box {
        width: 167px;
        margin-bottom: 12px; } }
  @media (max-width: 767px) {
    #foot .info_area .address-box {
      margin-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .info_area .address-box {
      line-height: 1.3;
      margin-bottom: 8px; } }
  @media (max-width: 767px) {
    #foot .info_area .link-box {
      max-width: 90%;
      margin-bottom: 22px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .info_area .link-box {
      text-align: right;
      margin-bottom: 15px; } }
  #foot .info_area .link-box li {
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      #foot .info_area .link-box li:before {
        display: inline-block;
        content: ' ';
        width: 1px;
        height: 10px;
        background-color: #000;
        margin-left: 15px;
        margin-right: 19px; } }
    #foot .info_area .link-box li:first-of-type:before {
      content: none; }
  @media (max-width: 767px) {
    #foot .info_area .link-box a {
      color: #1f60b1;
      padding-left: 17px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    #foot .info_area .link-box a:after {
      font-size: 15px;
      left: 0;
      top: 1px;
      color: #ba0025; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .info_area .link-box a:after {
      content: none; } }

#foot #page-top {
  display: none;
  text-align: right;
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 100px; }
  @media (max-width: 767px) {
    #foot #page-top {
      right: 10px;
      bottom: 20px;
      width: 50px; } }

#foot .copyright small {
  background-color: #ba0025;
  color: #fff;
  display: block; }
  @media (max-width: 767px) {
    #foot .copyright small {
      font-size: 9px;
      padding-top: 4px;
      padding-bottom: 4px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    #foot .copyright small {
      font-size: 13px;
      padding-top: 15px;
      padding-bottom: 15px; } }

/*===================================================================
	style
===================================================================*/
/*-------------------------------------------------------------------
	#top
-------------------------------------------------------------------*/
@media (max-width: 767px) {
  .basic-title {
    margin-bottom: 15px;
    width: 100px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .basic-title {
    margin-bottom: 50px; } }

/* .top-section1 */
.top-section1 .hero-slide {
  position: relative; }

@media (max-width: 767px) {
  .top-section1 .slick-slider {
    margin-bottom: 45px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section1 .slick-slider {
    margin-bottom: 80px; } }

.top-section1 .slick-slide {
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section1 .slick-slide {
      width: 1540px;
      padding-left: 20px;
      padding-right: 20px; } }
  .top-section1 .slick-slide:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s; }
  .top-section1 .slick-slide.slick-active:before {
    opacity: 0; }

@media (max-width: 767px) {
  .top-section1 .slick-dots {
    bottom: -30px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section1 .slick-dots {
    bottom: -35px; } }

@media (max-width: 767px) {
  .top-section1 .slick-dots li {
    margin: 0; } }

.top-section1 .slick-dots li button:before {
  opacity: 1;
  color: #9980d4; }
  @media (max-width: 767px) {
    .top-section1 .slick-dots li button:before {
      font-size: 9px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section1 .slick-dots li button:before {
      font-size: 12px; } }

.top-section1 .slick-dots li.slick-active button:before {
  color: #323232; }

.top-section1 .hero-link {
  position: absolute;
  width: 100%; }
  @media (max-width: 767px) {
    .top-section1 .hero-link {
      bottom: 6%; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section1 .hero-link {
      top: 390px; } }

/* .top-section2 */
.news-box { background: #FAD7E7; }
.top-section2 .news-box a {
  display: table;
  width: 100%;
  table-layout: fixed; }

.top-section2 .news-box .text, .top-section2 .news-box .photo {
  display: table-cell;
  vertical-align: top; }

.top-section2 .news-box .text {
  text-align: left;
  padding: 20px; }

.top-section2 .news-box .text ._header {
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px dotted;
  padding-bottom: .25em;
  margin-bottom: 0.25em; }

.top-section2 .news-box .text ._header .__date {
  font-size: 2.0rem;
  color: #9980d4; }

.top-section2 .news-box .text ._header .__title {
  font-size: 2.5rem;
  color: #ba0025; }

.top-section2 .news-box .text ._content {
  font-size: 1.5rem; }

.top-section2 .news-box .photo {
  width: 300px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .top-section2 .news-box .text {
    padding: 10px 15px; }
  .top-section2 .news-box .text ._header {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.6; }
  .top-section2 .news-box .text ._header .__date {
    font-size: 1.75rem; }
  .top-section2 .news-box .text ._header .__title {
    font-size: 1.75rem; }
  /*.top-section2 .news-box .text ._content {
    display: none; }*/
  .top-section2 .news-box .photo {
    display: none; } }

@media (max-width: 767px) {
  .top-section2 {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section2 {
    margin-bottom: 100px; } }

/* .top-section3 */
.top-section3 {
  overflow: hidden; }
  @media (max-width: 767px) {
    .top-section3 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section3 {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .top-section3 .basic-title {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .top-section3 .message-area {
      margin-bottom: 13px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section3 .message-area {
      margin-bottom: 30px; } }
  .top-section3 .message-area .text1 {
    font-weight: bold; }
    @media (max-width: 767px) {
      .top-section3 .message-area .text1 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 4px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section3 .message-area .text1 {
        font-size: 25px;
        margin-bottom: 14px; } }
  .top-section3 .message-area .text2 {
    font-weight: bold; }
    @media (max-width: 767px) {
      .top-section3 .message-area .text2 {
        color: #ba0025;
        margin-bottom: 4px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section3 .message-area .text2 {
        color: #9980d4;
        font-size: 18px;
        margin-bottom: 15px; } }
  .top-section3 .info-list {
    position: relative; }
    @media (max-width: 767px) {
      .top-section3 .info-list {
        margin-bottom: 6px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section3 .info-list {
        margin-bottom: 50px; } }
    .top-section3 .info-list dt {
      text-align: center;
      font-weight: bold; }
      @media (max-width: 767px) {
        .top-section3 .info-list dt {
          font-size: 15px;
          margin-bottom: 11px;
          padding-bottom: 6px;
          border-bottom: 1.5px solid #989898; } }
      @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
        .top-section3 .info-list dt {
          font-size: 18px;
          margin-bottom: 09px; } }
    @media (max-width: 767px) {
      .top-section3 .info-list .info-item {
        margin-bottom: 13px; } }
    .top-section3 .info-list .info-item:nth-of-type(2):before,
    .top-section3 .info-list .info-item:nth-of-type(2):after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: -2%;
      bottom: 0;
      border-left: 2px dotted #c8c8c8; }
    .top-section3 .info-list .info-item:nth-of-type(2):after {
      left: auto;
      right: -2%; }
    .top-section3 .info-list .type-name {
      font-weight: bold; }
  .top-section3 .to-link a {
    background-color: #ba0025;
    border-radius: 99px;
    color: #fff; }
    @media (max-width: 767px) {
      .top-section3 .to-link a {
        display: block;
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section3 .to-link a {
        display: inline-block;
        font-size: 18px;
        padding: 15px 60px 15px 30px; } }
    @media (max-width: 767px) {
      .top-section3 .to-link a:after {
        position: relative;
        top: 2px;
        font-size: 15px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section3 .to-link a:after {
        top: 14px;
        right: 13px; } }

/* .top-section4 */
.top-section4 .course-item.num01 dl:after {
  border-color: transparent transparent #ed7baf transparent; }

.top-section4 .course-item.num01 dt {
  background-image: url("../image/content/top/section4_course01_bg.png"); }

.top-section4 .course-item.num02 dl:after {
  border-color: transparent transparent #ec7709 transparent; }

.top-section4 .course-item.num02 dt {
  background-image: url("../image/content/top/section4_course02_bg.png"); }

.top-section4 .course-item.num02 .box_sub {
  font-weight: bold;
  color: #ec7709; }

.top-section4 .course-item.num03 dl:after {
  border-color: transparent transparent #ea3220 transparent; }

.top-section4 .course-item.num03 dt {
  background-image: url("../image/content/top/section4_course03_bg.png"); }

.top-section4 .course-item.num03 .box_sub {
  font-weight: bold;
  color: #ea3220; }

.top-section4 .course-item.num04 dl:after {
  border-color: transparent transparent #68aa20 transparent; }

.top-section4 .course-item.num04 dt {
  background-image: url("../image/content/top/section4_course04_bg.png"); }

.top-section4 .course-item.num05 dl:after {
  border-color: transparent transparent #35aad4 transparent; }

.top-section4 .course-item.num05 dt {
  background-image: url("../image/content/top/section4_course05_bg.png"); }

.top-section4 .course-item.num06 dl:after {
  border-color: transparent transparent #9980d4 transparent; }

.top-section4 .course-item.num06 dt {
  background-image: url("../image/content/top/section4_course06_bg.png"); }

.top-section4 {
  overflow: hidden;
  background-color: #f4cbd6; }
  @media (max-width: 767px) {
    .top-section4 {
      padding-top: 25px;
      padding-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section4 {
      padding-top: 100px;
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section4 .course-list {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .top-section4 .course-item {
      padding-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section4 .course-item {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 30px; } }
  .top-section4 .course-item a {
    display: block; }
  .top-section4 .course-item dl {
    position: relative;
    background-color: #fff; }
    @media (max-width: 767px) {
      .top-section4 .course-item dl {
        padding: 10px 0px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section4 .course-item dl {
        padding: 45px 25px 35px;
        border-radius: 13px;
        overflow: hidden; } }
    .top-section4 .course-item dl:after {
      content: " ";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid; }
      @media (max-width: 767px) {
        .top-section4 .course-item dl:after {
          border-width: 0 0 15px 15px; } }
      @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
        .top-section4 .course-item dl:after {
          border-width: 0 0 30px 30px; } }
  @media (max-width: 767px) {
    .top-section4 .course-item dt {
      width: 130px;
      display: inline-block;
      background-size: 4px 4px;
      background-repeat: repeat-y;
      background-position: right top;
      vertical-align: middle; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section4 .course-item dt {
      background-repeat: repeat-x;
      background-position: left bottom; } }
  .top-section4 .course-item dt .box_name {
    display: block; }
    @media (max-width: 767px) {
      .top-section4 .course-item dt .box_name {
        padding-top: 5px; } }
    @media (max-width: 767px) {
      .top-section4 .course-item dt .box_name img {
        width: 105px; } }
  .top-section4 .course-item dt .box_sub {
    display: block; }
    @media (max-width: 767px) {
      .top-section4 .course-item dt .box_sub {
        font-size: 12px;
        padding-top: 5px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section4 .course-item dt .box_sub {
        padding-top: 10px;
        padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .top-section4 .course-item dd {
      text-align: left;
      width: calc(100% - 130px);
      display: inline-block;
      margin-left: -0.4em;
      vertical-align: middle;
      padding-left: 10px;
      padding-right: 8px;
      font-size: 1.1rem; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section4 .course-item dd {
      font-size: 16px;
      padding-top: 10px; } }

/* .top-section5 */
.top-section5 {
  background-color: #efefef; }
  @media (max-width: 767px) {
    .top-section5 {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section5 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .top-section5 .topics-list {
      margin-left: -3px;
      margin-right: -3px; } }
  @media (max-width: 767px) {
    .top-section5 .topics-item {
      padding-left: 3px;
      padding-right: 3px;
      font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section5 .topics-item {
      font-size: 25px;
      font-weight: bold; } }
  .top-section5 .topics-item a {
    color: #fff;
    display: block;
    background-color: #9980d4; }
    @media (max-width: 767px) {
      .top-section5 .topics-item a {
        padding-top: 13px;
        padding-bottom: 13px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .top-section5 .topics-item a {
        padding-top: 26px;
        padding-bottom: 26px; } }
  .top-section5 .topics-item img {
    vertical-align: middle;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .top-section5 .topics-item img {
        display: none; } }

/* .top-section6 */
@media (max-width: 767px) {
  .top-section6 {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section6 {
    padding-top: 100px;
    padding-bottom: 100px; } }

.top-section6 .news-list {
  text-align: left; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section6 .news-list {
      margin-left: auto;
      margin-right: auto;
      max-width: 710px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section6 dl {
    margin-bottom: 17px; } }

.top-section6 dt {
  letter-spacing: 0.05em; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section6 dt {
      vertical-align: top;
      display: inline-block;
      width: 115px; } }

@media (max-width: 767px) {
  .top-section6 dd {
    margin-bottom: 14px; } }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section6 dd {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 115px);
    margin-left: -0.4em;
    margin-bottom: 24px; } }

.top-section6 dd a {
  color: #1f60b1; }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .top-section6 .to-archive {
    text-align: right; } }

.top-section6 .to-archive a {
  display: inline-block;
  color: #ba0025; }
  @media (max-width: 767px) {
    .top-section6 .to-archive a {
      font-size: 15px;
      padding-right: 19px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section6 .to-archive a {
      font-size: 18px;
      padding-right: 34px; } }
  @media (max-width: 767px) {
    .top-section6 .to-archive a:after {
      font-size: 15px;
      right: 0px;
      top: 4px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .top-section6 .to-archive a:after {
      right: 0px;
      top: -1px; } }

/*-------------------------------------------------------------------
	#sub
-------------------------------------------------------------------*/
#sub footer {
  margin-top: 70px; }
  @media (max-width: 767px) {
    #sub footer {
      font-size: 15px; } }

.ttl-page {
  background-image: url("../image/content/sub/sub_title_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left; }
  @media (max-width: 767px) {
    .ttl-page {
      font-size: 19px;
      padding-top: 26px;
      padding-bottom: 26px;
      background-position: 40% 50%; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .ttl-page {
      padding-top: 52px;
      padding-bottom: 52px;
      font-size: 38px;
      background-size: 61%;
      background-position: center; } }
  .ttl-page h2 {
    font-weight: bold;
    text-shadow: 2px 2px 3px #FFFFFF, -2px -2px 3px #FFFFFF; }

.breadcrumb {
  background-color: #ececec;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb a {
    color: #ba0025; }

/* .entry */
.entry {
  text-align: left;
  font-weight: 500; }

.entry,
.entry::before,
.entry::after,
.entry *,
.entry *::before,
.entry *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* cfx */
.entry,
.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  zoom: 1; }

.entry::after,
.entry p::after,
.entry h1::after,
.entry h2::after,
.entry h3::after,
.entry h4::after,
.entry h5::after,
.entry h6::after {
  content: " ";
  display: table;
  clear: both; }

/* h */
.entry h3:not(.style-none) {
  font-size: 32px;
  margin-top: 120px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #ba0025;
  text-align: center;
  position: relative;
  padding-bottom: 0.2em; }
  @media (max-width: 767px) {
    .entry h3:not(.style-none) {
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 15px; } }
  .entry h3:not(.style-none):before, .entry h3:not(.style-none):after {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 3px;
    bottom: 0; }
    @media (max-width: 767px) {
      .entry h3:not(.style-none):before, .entry h3:not(.style-none):after {
        width: 12.5px;
        height: 1.5px; } }
  .entry h3:not(.style-none):before {
    background-color: #dd8092;
    right: 50%; }
  .entry h3:not(.style-none):after {
    background-color: #ba0025;
    left: 50%; }

.entry h4:not(.style-none) {
  font-size: 25px;
  margin-top: 50px;
  font-weight: bold;
  position: relative;
  padding-left: 0.65em; }
  @media (max-width: 767px) {
    .entry h4:not(.style-none) {
      font-size: 14px;
      margin-top: 15px; } }
  .entry h4:not(.style-none):before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    border-radius: 3px;
    background-color: #9980d4; }
    @media (max-width: 767px) {
      .entry h4:not(.style-none):before {
        width: 2.5px; } }

.entry h5:not(.style-none) {
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: bold;
  padding-left: 5px;
  border-bottom: 2px solid #eab2be; }
  @media (max-width: 767px) {
    .entry h5:not(.style-none) {
      font-size: 12.5px;
      margin-bottom: 15px; } }

.entry h6:not(.style-none) {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #9980d4; }
  @media (max-width: 767px) {
    .entry h6:not(.style-none) {
      font-size: 12.5px;
      margin-bottom: 15px; } }

/* p */
.entry p {
  margin: 15px 0; }
  @media (max-width: 767px) {
    .entry p {
      margin-top: 15px;
      margin-bottom: 15px; } }

/* ul */
.entry ul:not(.style-none) {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .entry ul:not(.style-none) {
      margin-top: 15px; } }

.entry ul:not(.style-none) li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .entry ul:not(.style-none) li {
      margin-bottom: 5px; } }

.entry ul:not(.style-none) li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ba0025; }
  @media (max-width: 767px) {
    .entry ul:not(.style-none) li:before {
      width: 7px;
      height: 7px; } }

/* ol */
.entry ol:not(.style-none) {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .entry ol:not(.style-none) {
      margin-top: 15px; } }

.entry ol:not(.style-none) li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  list-style-type: none;
  counter-increment: number; }
  @media (max-width: 767px) {
    .entry ol:not(.style-none) li {
      margin-bottom: 5px; } }

.entry ol:not(.style-none) li:before {
  position: absolute;
  left: 0;
  content: counter(number);
  font-weight: bold; }

/* a */
.entry a {
  text-decoration: none;
  color: #1f60b1; }

.entry a:hover {
  text-decoration: underline; }

.entry a:visited {
  color: #79a0d0; }

.entry a[href$="docx"]:after,
.entry a[href$="xlsx"]:after,
.entry a[href$="pdf"]:after,
.entry a[target="_blank"]:after {
  content: ' ';
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 18px; }
  @media (max-width: 767px) {
    .entry a[href$="docx"]:after,
    .entry a[href$="xlsx"]:after,
    .entry a[href$="pdf"]:after,
    .entry a[target="_blank"]:after {
      width: 30px;
      height: 14px; } }

.entry a[href$="docx"]:after {
  background-image: url("../image/content/sub/icon_word.png"); }

.entry a[href$="xlsx"]:after {
  background-image: url("../image/content/sub/icon_excel.png"); }

.entry a[href$="pdf"]:after {
  background-image: url("../image/content/sub/icon_pdf.png"); }

.entry a[target="_blank"]:after {
  background-image: url("../image/content/sub/icon_blank.png");
  width: 20px;
  height: 20px; }
  @media (max-width: 767px) {
    .entry a[target="_blank"]:after {
      width: 16px;
      height: 16px; } }

/* table */
.entry table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  margin-top: 30px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .entry table {
      margin-top: 15px;
      margin-bottom: 15px; } }

.entry table thead th,
.entry table thead td {
  text-align: center;
  background-color: #ccbfe9; }

.entry table th {
  background-color: #e0d9f2;
  padding: 10px 15px;
  vertical-align: middle; }

.entry table td {
  background-color: #f0ecf9;
  padding: 10px 15px; }

/* .align */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

img.alignleft,
img.alignright {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  img.alignleft {
    margin-right: 30px; }
  img.alignright {
    margin-left: 30px; } }

@media screen and (max-width: 767px) {
  img.alignleft,
  img.alignright {
    display: block;
    float: none;
    margin: 0 auto 15px; } }

/* .wp-caption */
.wp-caption {
  border: none;
  background-color: #fff;
  padding-top: 0;
  margin: 0;
  border-radius: 0;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .wp-caption {
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; } }

.wp-caption img {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0 none; }
  @media (max-width: 767px) {
    .wp-caption img {
      margin-bottom: 10px; } }

/* 追加 */
.entry {
  overflow: hidden; }
  .entry ul.toc_list {
    width: calc(100% + 30px); }
    @media (max-width: 767px) {
      .entry ul.toc_list {
        width: calc(100% + 15px); } }
    .entry ul.toc_list li {
      display: inline-block;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .entry ul.toc_list li {
          margin-right: 15px; } }
      .entry ul.toc_list li:before {
        font-family: 'Material Icons';
        font-size: 20px;
        content: "\e317";
        background-color: transparent;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-weight: bold;
        position: absolute;
        left: -11px;
        top: 11px;
        color: #ba0025; }
        @media (max-width: 767px) {
          .entry ul.toc_list li:before {
            font-size: 15px;
            left: -7px;
            top: 10px; } }
  .entry .gallery {
    padding-left: 0.4em;
    margin-left: -20px;
    margin-right: -20px; }
  .entry .gallery-item {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    width: 100%;
    margin-top: 0px;
    margin-left: -0.4em;
    margin-right: 0;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .entry .gallery-item {
        margin-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .entry .gallery-columns-2 .gallery-item {
      width: 50%; }
    .entry .gallery-columns-3 .gallery-item {
      width: 33.33%; }
    .entry .gallery-columns-4 .gallery-item {
      width: 25%; }
    .entry .gallery-columns-5 .gallery-item {
      width: 20%; }
    .entry .gallery-columns-6 .gallery-item {
      width: 16.66%; }
    .entry .gallery-columns-7 .gallery-item {
      width: 14.28%; }
    .entry .gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .entry .gallery-columns-9 .gallery-item {
      width: 11.11%; } }
  .entry .gallery-icon img {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .entry .gallery-icon img {
        margin-bottom: 10px; } }
  .entry .gallery-caption {
    text-align: left; }

.entry.entry .mokuji-list {
  margin-top: 0px; }
  .entry.entry .mokuji-list li {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    padding-left: 0px; }
    @media (max-width: 767px) {
      .entry.entry .mokuji-list li {
        width: 100%;
        padding-right: 0px;
        margin-top: 15px; } }
  .entry.entry .mokuji-list li:nth-of-type(2n) {
    margin-left: -0.4em;
    padding-right: 0px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .entry.entry .mokuji-list li:nth-of-type(2n) {
        padding-left: 0px;
        margin-left: 0; } }
  .entry.entry .mokuji-list li:before {
    content: none; }
  .entry.entry .mokuji-list a {
    font-size: 18px;
    padding: 20px 25px 20px 30px;
    color: #323232;
    display: block;
    background-color: #ececec;
    border-left: 3px solid #ba0025;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media (max-width: 767px) {
      .entry.entry .mokuji-list a {
        font-size: 12.5px;
        padding: 10px 25px 10px 15px; } }
  .entry.entry .mokuji-list a:hover {
    text-decoration: none;
    opacity: 0.75; }
  .entry.entry .mokuji-list a:after {
    font-family: 'Material Icons';
    content: "\e317";
    font-size: 20px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: bold;
    right: 18px;
    top: 50%;
    margin-top: -0.85em;
    color: #ba0025; }
    @media (max-width: 767px) {
      .entry.entry .mokuji-list a:after {
        font-size: 15px;
        right: 13px; } }

.entry.entry .category-list {
  margin-top: 0px; }
  .entry.entry .category-list > li {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding-right: 40px;
    padding-left: 0px; }
    @media (max-width: 767px) {
      .entry.entry .category-list > li {
        width: 100%;
        padding-right: 0px;
        margin-top: 15px; } }
  .entry.entry .category-list > li:nth-of-type(2n) {
    margin-left: -0.4em;
    padding-right: 0px;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .entry.entry .category-list > li:nth-of-type(2n) {
        padding-left: 0px;
        margin-left: 0; } }
  .entry.entry .category-list li:before {
    content: none; }
  .entry.entry .category-list > li > a {
    padding: 11px 10px 11px 17px;
    color: #323232;
    display: block;
    background-color: #ececec;
    border-bottom: 3px solid #ccbfe9;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
      .entry.entry .category-list > li > a {
        font-size: 18px; } }
  .entry.entry .category-list > li > a:hover {
    text-decoration: none;
    opacity: 0.75; }
  .entry.entry .category-list ul {
    margin-top: 12px; }
  .entry.entry .category-list ul li {
    margin-top: 5px;
    margin-bottom: 0px; }
  .entry.entry .category-list ul a {
    padding-left: 7px; }
    @media (max-width: 767px) {
      .entry.entry .category-list ul a {
        padding-left: 3px; } }
  .entry.entry .category-list ul a:visited {
    color: #1f60b1; }
  .entry.entry .category-list ul a:after {
    font-family: 'Material Icons';
    content: "\e317";
    font-size: 20px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: bold;
    left: 0px;
    top: 10px;
    margin-top: -0.85em;
    color: #ba0025; }
    @media (max-width: 767px) {
      .entry.entry .category-list ul a:after {
        font-size: 15px; } }

/*-------------------------------------------------------------------
	form
-------------------------------------------------------------------*/
/* .form-area */
.form-area input[type="submit"],
.form-area input[type="button"] {
  cursor: pointer; }

.radio-btn, .check-box {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
  vertical-align: middle;
  line-height: 100%; }

.radio-btn:hover::after,
.check-box:hover::after {
  border-color: #ec74a2; }

.radio-btn::after, .check-box::after {
  border: 2px solid #ededed;
  background: #ededed;
  border-radius: 0;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s;
  width: 24px;
  line-height: 100%; }

.radio-btn::before {
  background-color: #ec74a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  width: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 100%;
  z-index: 2; }

.radio-btn::after {
  border-radius: 100%; }

input[type="radio"]:checked + .radio-btn::before {
  opacity: 1; }

.check-box::before {
  border-bottom: 3px solid #ec74a2;
  border-right: 3px solid #ec74a2;
  content: "";
  display: block;
  height: 13.5px;
  left: 9px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  width: 7.5px;
  z-index: 2; }

input[type="checkbox"]:checked + .check-box::before {
  opacity: 1; }

@media (max-width: 767px) {
  #contact .entry th,
  #contact .entry td {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  #contact .entry input,
  #contact .entry textarea {
    width: 100%; } }

/* .error-message */
