@charset "UTF-8";
/*大見出し*/
/*中見出し*/
/*小見出し*/
/*キャッチコピー*/
/*
=dotted($color:rgba(#000, 1.0), $stripe: 1, $spacing: 4, $height:1)
  +background-image(linear-gradient(left, color-stops($color, $color ($stripe/($stripe+$spacing))*100%, transparent ($stripe/($stripe+$spacing))*100%, transparent 100%)))
  background-size: ($stripe+$spacing)*1px ($stripe+$spacing)*1px
  height: $height*1px
  border: none
*/
/*$iPad_LANDSCAPE : 1024px !default;*/
/*$iPad_LANDSCAPE : 990px !default; /* 本来の幅ではない。当社コンテンツ幅 */
/* 本来の幅ではない。iPad縦向き幅 */
/* タブレット以下の全てのスマートデバイス */
/* タブレット */
/* CSS Document */
/*
@mixin mq_any {

	@media screen and (min-width: 0) and (max-width: 1000px) {

		@content;

	}

}
*/
html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

header {
  position: relative;
  z-index: 100; }
  header .header {
    /* background-color: transparent;*/ }
    @media screen and (min-width: 0) and (max-width: 768px) {
      header .header {
        background-color: #fff; } }
    header .header.header_underlayer {
      /* background-color: transparent;*/ }
      @media screen and (min-width: 0) and (max-width: 768px) {
        header .header.header_underlayer {
          background-color: #fff; } }

main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 110px;
  padding-top: 50px;
  display: block;
  color: #2f211b; }
  @media screen and (min-width: 0) and (max-width: 768px) {
    main {
      width: auto;
      margin: 0 auto 70px;
      padding: 78px 10px 0; } }
  main article,
  main div,
  main section {
    position: relative; }
  main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  main figure img {
    width: 100%;
    height: auto; }
  main b {
    background: linear-gradient(transparent 60%, #FFF295 60%);
    font-weight: normal; }
  main p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 200%; }
    @media screen and (min-width: 0) and (max-width: 768px) {
      main p {
        font-size: 24px;
        font-size: 1.5rem; } }
    main p span {
      margin-bottom: 15px;
      display: block; }
  main small {
    font-size: 80%; }
  main br.sp {
    display: none; }
    @media screen and (min-width: 0) and (max-width: 768px) {
      main br.sp {
        display: block; } }
  main section {
    padding-bottom: 30px;
    background: #8E83BF; }
    main section figure.kv {
      position: relative;
      /*
      			&:after { max-width: 40px; width: 4%; height: 43px; content: ""; background: url(../images/bg.jpg) no-repeat; background-size: contain; position: absolute; bottom: -43px; right: 0; }
      */
      /*&:after { width: 100%; height: 100px; content: ""; background: url(../images/bg.png) no-repeat; background-size: contain; position: absolute; bottom: -100px; right: 0; }*/ }
    main section article {
      /*@include border-radius(20);*/
      width: 94%;
      margin: 0 auto;
      padding: 40px 20px;
      background: rgba(255, 255, 255, 0.7);
      border: 2px solid #fff;
      position: relative; }
      @media screen and (min-width: 0) and (max-width: 768px) {
        main section article {
          padding: 5% 5% 10%; } }
      main section article h2 {
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        /* color: #900000;*/
        color: #000;
        font-weight: normal;
        /*
        				&:before,
        				&:after { width: 200px; height: 50px; content: ""; display: block; position: absolute; top: 5px; background-size: contain; background-repeat: no-repeat;}
        
        				&:before { background-image: url("../images/h2_before.png"); left: 0; }
        				&:after { background-image: url("../images/h2_after.png"); right: 0; }
        */ }
        @media screen and (min-width: 0) and (max-width: 768px) {
          main section article h2 {
            font-size: 30px;
            font-size: 1.875rem; } }
      main section article h3 {
        font-size: 36px;
        font-size: 2.25rem;
        text-align: center;
        font-weight: normal; }
        main section article h3 br {
          display: none; }
          @media screen and (min-width: 0) and (max-width: 768px) {
            main section article h3 br {
              display: block; } }
        @media screen and (min-width: 0) and (max-width: 768px) {
          main section article h3 {
            font-size: 32px;
            font-size: 2rem; } }
      main section article div {
        /*@include border-radius(20);*/
        margin: 50px 0;
        padding: 50px;
        background: #fff;
        border: 1px solid #B1ACD5; }
        @media screen and (min-width: 0) and (max-width: 768px) {
          main section article div {
            margin-left: -3%;
            margin-right: -3%;
            padding: 5%; } }
        main section article div dl {
          margin-bottom: 50px; }
          @media screen and (min-width: 0) and (max-width: 768px) {
            main section article div dl {
              margin-bottom: 10%; } }
          main section article div dl:nth-last-of-type(1) {
            margin-bottom: 0; }
          main section article div dl dt {
            font-size: 32px;
            font-size: 2rem;
            color: #5D58BF;
            /*&:after { content: ""; width: 2em; height: 1px; margin: 10px 0; background: #000; display: block; }*/ }
            @media screen and (min-width: 0) and (max-width: 768px) {
              main section article div dl dt {
                font-size: 24px;
                font-size: 1.5rem; } }
          @media screen and (min-width: 0) and (max-width: 768px) {
            main section article div dl dd {
              font-size: 20px;
              font-size: 1.25rem; } }
          main section article div dl dd ul li {
            margin-left: 0.6em;
            text-indent: -0.6em; }
          main section article div dl dd ol {
            margin-top: 1%; }
            main section article div dl dd ol li {
              margin-left: 1em;
              text-indent: -1em;
              font-size: 80%; }
      main section article nav {
        margin: 30px 0 0;
        /*&:before { content: ""; width: 30px; height: 2px; margin: 0 auto 30px; background: #000; display: block; }*/ }
        main section article nav ul {
          width: 100%;
          margin: 0 auto; }
          main section article nav ul li {
            /*a:hover { @include box-shadow(5,0,3,204,204,204,0.5); text-decoration: none; }*/ }
            main section article nav ul li a {
              /* @include border-radius(50);*/
              font-size: 24px;
              font-size: 1.5rem;
              width: 30%;
              margin: 0 auto;
              background: #8E83BF;
              /* border-bottom: 3px solid #f28600;*/
              display: block;
              transition: all 0.3s; }
              @media screen and (min-width: 0) and (max-width: 768px) {
                main section article nav ul li a {
                  width: 80%; } }
              main section article nav ul li a span {
                /* @include border-radius(50);*/
                padding: 15px 0;
                text-align: center;
                display: block;
                /*font-weight: bold;*/
                color: #fff;
                /* border: 2px solid #ffb527;*/
                position: relative; }
                main section article nav ul li a span:before, main section article nav ul li a span:after {
                  margin-top: -6px;
                  display: block;
                  content: "";
                  position: absolute;
                  top: 50%; }
                main section article nav ul li a span:after {
                  display: inline-block;
                  *display: inline;
                  *zoom: 1;
                  width: 0;
                  height: 0;
                  border-top: 6px solid transparent;
                  border-bottom: 6px solid transparent;
                  border-left: 6px solid #fff;
                  right: 20px; }
                  @media screen and (min-width: 0) and (max-width: 768px) {
                    main section article nav ul li a span:after {
                      right: 10px; } }
            main section article nav ul li a:hover {
              filter: alpha(opacity=80);
              -moz-opacity: 0.8;
              opacity: 0.8;
              text-decoration: none; }

@media screen and (min-width: 0) and (max-width: 768px) {
  ul.breadcrumb li:last-child {
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 100%; } }
