@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FontAwesome,Linotte,YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Roboto,メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
}

*::-webkit-input-placeholder {
  color: #777;
}

*::-moz-placeholder {
  color: #777;
}

.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}

html {
  max-width: 100%;
  margin: 0 auto;
  font-family: FontAwesome,Linotte,YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Roboto,メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
  line-height: 1.6em;
  overflow-x: hidden;
  overflow-y:scroll;
  font-size: 15px;
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 979px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 819px) {
  html {
    font-size: 13px;
  }
}

body {
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

div.container {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  color: #0000cd;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -o-transition: opacity 0.2s ease-in-out 0.1s;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  transition: opacity 0.2s ease-in-out 0.1s;
  opacity: 1;
}
a img {
  vertical-align: bottom;
}
a:hover {
  opacity: 0.8;
}

p {
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.6em;
  font-size: 1em;
}

img {
  max-width: 100%;
  max-height: 700px;
  display: block;
  margin: auto auto;
}
div.clearfix {
  zoom: 1;
  clear: both;
}
div.clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}

h1 {
  font-size: 2.5em;
  line-height: 1.3em;
}

h2 {
  font-size: 2em;
  line-height: 1.4em;
    margin-top: 1%;
}
@media screen and (max-width: 480px){
h2 {
  font-size: 1.5em;
  line-height: 1em;
}
}

h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 480px){
h3 {
  font-size: 1em;
  line-height: 1em;
}
}

div#menu-toggle {
  position: relative;
  z-index: 9999;
}
div#menu-toggle span.toggle-icon {
  margin: 0 auto;
  margin-right: 10px;
  height: 35px;
  line-height: 23px;
  overflow: hidden;
  text-indent: -60px;
  width: 40px;
  border: 1px solid #333;
  display: block;
  padding-top: 8px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div#menu-toggle span.toggle-icon span.toggle-bar {
  height: 3px;
  margin: 0 auto 3px;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  width: 20px;
  display: block;
  background-color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
div#menu-toggle span.toggle-icon span.bar-top {
  top: 0;
}
div#menu-toggle span.toggle-icon span.bar-bottom {
  bottom: 0;
}
div#menu-toggle span.kana {
  font-size: .7rem;
  display: block;
  font-family: FontAwesome,Linotte,YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Roboto,メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
  letter-spacing: .1em;
  text-align: center;
  width: 40px;
  margin: 0 auto;
  margin-right: 10px;
  color: #333;
}
@media only screen and (min-width: 980px) {
  div#menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  div#menu-toggle {
    display: block;
  }
}
div#menu-toggle.on span.kana {
  color: #333;
}
div#menu-toggle.on span.toggle-icon {
  border-color: #333;
}
div#menu-toggle.on span.toggle-icon span.toggle-bar {
  background-color: #333;
}
div#menu-toggle.on span.toggle-icon span.bar-top {
  top: 7px;
  height: 2px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#menu-toggle.on span.toggle-icon span.bar-middle {
  opacity: 0;
}
div#menu-toggle.on span.toggle-icon span.bar-bottom {
  bottom: 4px;
  height: 2px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

div.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.sep1 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep1 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 5.125%;
  clear: none;
}
.sep1 > article:first-child:last-child {
  margin-right: 0;
}
.sep1 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 91.375%;
  clear: none;
}
.sep1 > article:last-child:last-child {
  margin-right: 0;
}
.sep1 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep1.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep1.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep1 p {
  margin-top: 0;
}
.sep1 p:last-child {
  margin-bottom: 0;
}

.rsep1 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep1 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 5.125%;
  clear: none;
}
.rsep1 > article:first-child:last-child {
  margin-left: 0;
}
.rsep1 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 91.375%;
  clear: none;
}
.rsep1 > article:last-child:last-child {
  margin-left: 0;
}
.rsep1 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep1.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep1.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep1 p {
  margin-top: 0;
}
.rsep1 p:last-child {
  margin-bottom: 0;
}

.ssep1 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep1 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 8.33333%;
  clear: none;
}
.ssep1 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep1 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 91.66667%;
  clear: none;
}
.ssep1 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep1 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep1.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep1.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep1 p {
  margin-top: 0;
}
.ssep1 p:last-child {
  margin-bottom: 0;
}

.sep2 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep2 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 13.75%;
  clear: none;
}
.sep2 > article:first-child:last-child {
  margin-right: 0;
}
.sep2 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 82.75%;
  clear: none;
}
.sep2 > article:last-child:last-child {
  margin-right: 0;
}
.sep2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep2.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep2.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep2 p {
  margin-top: 0;
}
.sep2 p:last-child {
  margin-bottom: 0;
}

.rsep2 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep2 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 13.75%;
  clear: none;
}
.rsep2 > article:first-child:last-child {
  margin-left: 0;
}
.rsep2 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 82.75%;
  clear: none;
}
.rsep2 > article:last-child:last-child {
  margin-left: 0;
}
.rsep2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep2.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep2.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep2 p {
  margin-top: 0;
}
.rsep2 p:last-child {
  margin-bottom: 0;
}

.ssep2 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep2 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 16.66667%;
  clear: none;
}
.ssep2 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep2 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 83.33333%;
  clear: none;
}
.ssep2 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep2.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep2.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep2 p {
  margin-top: 0;
}
.ssep2 p:last-child {
  margin-bottom: 0;
}

.sep3 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep3 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 22.375%;
  clear: none;
}
.sep3 > article:first-child:last-child {
  margin-right: 0;
}
.sep3 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 74.125%;
  clear: none;
}
.sep3 > article:last-child:last-child {
  margin-right: 0;
}
.sep3 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep3.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep3.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep3 p {
  margin-top: 0;
}
.sep3 p:last-child {
  margin-bottom: 0;
}

.rsep3 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep3 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 22.375%;
  clear: none;
}
.rsep3 > article:first-child:last-child {
  margin-left: 0;
}
.rsep3 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 74.125%;
  clear: none;
}
.rsep3 > article:last-child:last-child {
  margin-left: 0;
}
.rsep3 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep3.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep3.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep3 p {
  margin-top: 0;
}
.rsep3 p:last-child {
  margin-bottom: 0;
}

.ssep3 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep3 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 25%;
  clear: none;
}
.ssep3 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep3 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 75%;
  clear: none;
}
.ssep3 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep3 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep3.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep3.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep3 p {
  margin-top: 0;
}
.ssep3 p:last-child {
  margin-bottom: 0;
}

.sep4 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep4:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep4 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  clear: none;
}
.sep4 > article:first-child:last-child {
  margin-right: 0;
}
.sep4 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 65.5%;
  clear: none;
}
.sep4 > article:last-child:last-child {
  margin-right: 0;
}
.sep4 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep4.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep4.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep4 p {
  margin-top: 0;
}
.sep4 p:last-child {
  margin-bottom: 0;
}

.rsep4 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep4:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep4 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 31%;
  clear: none;
}
.rsep4 > article:first-child:last-child {
  margin-left: 0;
}
.rsep4 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 65.5%;
  clear: none;
}
.rsep4 > article:last-child:last-child {
  margin-left: 0;
}
.rsep4 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep4.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep4.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep4 p {
  margin-top: 0;
}
.rsep4 p:last-child {
  margin-bottom: 0;
}

.ssep4 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep4:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep4 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 33.33333%;
  clear: none;
}
.ssep4 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep4 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 66.66667%;
  clear: none;
}
.ssep4 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep4 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep4.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep4.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep4 p {
  margin-top: 0;
}
.ssep4 p:last-child {
  margin-bottom: 0;
}

.sep5 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep5:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep5 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 39.625%;
  clear: none;
}
.sep5 > article:first-child:last-child {
  margin-right: 0;
}
.sep5 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 56.875%;
  clear: none;
}
.sep5 > article:last-child:last-child {
  margin-right: 0;
}
.sep5 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep5.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep5.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep5 p {
  margin-top: 0;
}
.sep5 p:last-child {
  margin-bottom: 0;
}

.rsep5 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep5:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep5 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 39.625%;
  clear: none;
}
.rsep5 > article:first-child:last-child {
  margin-left: 0;
}
.rsep5 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 56.875%;
  clear: none;
}
.rsep5 > article:last-child:last-child {
  margin-left: 0;
}
.rsep5 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep5.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep5.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep5 p {
  margin-top: 0;
}
.rsep5 p:last-child {
  margin-bottom: 0;
}

.ssep5 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep5:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep5 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 41.66667%;
  clear: none;
}
.ssep5 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep5 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 58.33333%;
  clear: none;
}
.ssep5 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep5 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep5.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep5.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep5 p {
  margin-top: 0;
}
.ssep5 p:last-child {
  margin-bottom: 0;
}

.sep6 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep6:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep6 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 48.25%;
  clear: none;
}
.sep6 > article:first-child:last-child {
  margin-right: 0;
}
.sep6 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 48.25%;
  clear: none;
}
.sep6 > article:last-child:last-child {
  margin-right: 0;
}
.sep6 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep6.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep6.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep6 p {
  margin-top: 0;
}
.sep6 p:last-child {
  margin-bottom: 0;
}

.rsep6 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep6:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep6 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 48.25%;
  clear: none;
}
.rsep6 > article:first-child:last-child {
  margin-left: 0;
}
.rsep6 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 48.25%;
  clear: none;
}
.rsep6 > article:last-child:last-child {
  margin-left: 0;
}
.rsep6 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep6.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep6.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep6 p {
  margin-top: 0;
}
.rsep6 p:last-child {
  margin-bottom: 0;
}

.ssep6 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep6:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep6 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 50%;
  clear: none;
}
.ssep6 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep6 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 50%;
  clear: none;
}
.ssep6 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep6 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep6.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep6.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep6 p {
  margin-top: 0;
}
.ssep6 p:last-child {
  margin-bottom: 0;
}

.sep7 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep7:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep7 > article:first-child {
  float: right;
  margin-right: 2%;
  width: 40%;
  clear: none;
}
.sep7 > article:first-child:last-child {
  margin-right: 0;
}
.sep7 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 39.625%;
  clear: none;
}
.sep7 > article:last-child:last-child {
  margin-right: 0;
}
.sep7 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep7.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep7.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep7 p {
  margin-top: 0;
}
.sep7 p:last-child {
  margin-bottom: 0;
}

.rsep7 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep7:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep7 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 56.875%;
  clear: none;
}
.rsep7 > article:first-child:last-child {
  margin-left: 0;
}
.rsep7 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 39.625%;
  clear: none;
}
.rsep7 > article:last-child:last-child {
  margin-left: 0;
}
.rsep7 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep7.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep7.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep7 p {
  margin-top: 0;
}
.rsep7 p:last-child {
  margin-bottom: 0;
}

.ssep7 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep7:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep7 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 58.33333%;
  clear: none;
}
.ssep7 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep7 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 41.66667%;
  clear: none;
}
.ssep7 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep7 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep7.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep7.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep7 p {
  margin-top: 0;
}
.ssep7 p:last-child {
  margin-bottom: 0;
}

.sep8 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep8:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep8 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 65.5%;
  clear: none;
}
.sep8 > article:first-child:last-child {
  margin-right: 0;
}
.sep8 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  clear: none;
}
.sep8 > article:last-child:last-child {
  margin-right: 0;
}
.sep8 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep8.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep8.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep8 p {
  margin-top: 0;
}
.sep8 p:last-child {
  margin-bottom: 0;
}

.rsep8 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep8:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep8 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 65.5%;
  clear: none;
}
.rsep8 > article:first-child:last-child {
  margin-left: 0;
}
.rsep8 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 31%;
  clear: none;
}
.rsep8 > article:last-child:last-child {
  margin-left: 0;
}
.rsep8 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep8.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep8.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep8 p {
  margin-top: 0;
}
.rsep8 p:last-child {
  margin-bottom: 0;
}

.ssep8 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep8:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep8 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 66.66667%;
  clear: none;
}
.ssep8 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep8 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 33.33333%;
  clear: none;
}
.ssep8 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep8 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep8.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep8.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep8 p {
  margin-top: 0;
}
.ssep8 p:last-child {
  margin-bottom: 0;
}

.sep9 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep9:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep9 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 74.125%;
  clear: none;
}
.sep9 > article:first-child:last-child {
  margin-right: 0;
}
.sep9 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 22.375%;
  clear: none;
}
.sep9 > article:last-child:last-child {
  margin-right: 0;
}
.sep9 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep9.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep9.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep9 p {
  margin-top: 0;
}
.sep9 p:last-child {
  margin-bottom: 0;
}

.rsep9 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep9:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep9 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 74.125%;
  clear: none;
}
.rsep9 > article:first-child:last-child {
  margin-left: 0;
}
.rsep9 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 22.375%;
  clear: none;
}
.rsep9 > article:last-child:last-child {
  margin-left: 0;
}
.rsep9 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep9.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep9.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep9 p {
  margin-top: 0;
}
.rsep9 p:last-child {
  margin-bottom: 0;
}

.ssep9 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep9:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep9 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 75%;
  clear: none;
}
.ssep9 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep9 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 25%;
  clear: none;
}
.ssep9 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep9 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep9.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep9.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep9 p {
  margin-top: 0;
}
.ssep9 p:last-child {
  margin-bottom: 0;
}

.sep10 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep10:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep10 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 82.75%;
  clear: none;
}
.sep10 > article:first-child:last-child {
  margin-right: 0;
}
.sep10 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 13.75%;
  clear: none;
}
.sep10 > article:last-child:last-child {
  margin-right: 0;
}
.sep10 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep10.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep10.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep10 p {
  margin-top: 0;
}
.sep10 p:last-child {
  margin-bottom: 0;
}

.rsep10 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep10:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep10 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 82.75%;
  clear: none;
}
.rsep10 > article:first-child:last-child {
  margin-left: 0;
}
.rsep10 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 13.75%;
  clear: none;
}
.rsep10 > article:last-child:last-child {
  margin-left: 0;
}
.rsep10 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep10.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep10.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep10 p {
  margin-top: 0;
}
.rsep10 p:last-child {
  margin-bottom: 0;
}

.ssep10 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep10:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep10 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 83.33333%;
  clear: none;
}
.ssep10 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep10 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 16.66667%;
  clear: none;
}
.ssep10 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep10 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep10.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep10.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep10 p {
  margin-top: 0;
}
.ssep10 p:last-child {
  margin-bottom: 0;
}

.sep11 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep11:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep11 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 91.375%;
  clear: none;
}
.sep11 > article:first-child:last-child {
  margin-right: 0;
}
.sep11 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 5.125%;
  clear: none;
}
.sep11 > article:last-child:last-child {
  margin-right: 0;
}
.sep11 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep11.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep11.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep11 p {
  margin-top: 0;
}
.sep11 p:last-child {
  margin-bottom: 0;
}

.rsep11 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep11:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep11 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 91.375%;
  clear: none;
}
.rsep11 > article:first-child:last-child {
  margin-left: 0;
}
.rsep11 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: 5.125%;
  clear: none;
}
.rsep11 > article:last-child:last-child {
  margin-left: 0;
}
.rsep11 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep11.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep11.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep11 p {
  margin-top: 0;
}
.rsep11 p:last-child {
  margin-bottom: 0;
}

.ssep11 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep11:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep11 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 91.66667%;
  clear: none;
}
.ssep11 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep11 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 8.33333%;
  clear: none;
}
.ssep11 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep11 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep11.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep11.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep11 p {
  margin-top: 0;
}
.ssep11 p:last-child {
  margin-bottom: 0;
}

.sep12 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep12:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep12 > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 100%;
  clear: none;
}
.sep12 > article:first-child:last-child {
  margin-right: 0;
}
.sep12 > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: -3.5%;
  clear: none;
}
.sep12 > article:last-child:last-child {
  margin-right: 0;
}
.sep12 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep12.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep12.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep12 p {
  margin-top: 0;
}
.sep12 p:last-child {
  margin-bottom: 0;
}

.rsep12 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.rsep12:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.rsep12 > article:first-child {
  float: right;
  margin-left: 3.5%;
  width: 100%;
  clear: none;
}
.rsep12 > article:first-child:last-child {
  margin-left: 0;
}
.rsep12 > article:last-child {
  float: right;
  margin-left: 3.5%;
  width: -3.5%;
  clear: none;
}
.rsep12 > article:last-child:last-child {
  margin-left: 0;
}
.rsep12 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .rsep12.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rsep12.sp > article:last-child {
    margin-bottom: 0;
  }
}
.rsep12 p {
  margin-top: 0;
}
.rsep12 p:last-child {
  margin-bottom: 0;
}

.ssep12 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.ssep12:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.ssep12 > article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 100%;
  clear: none;
}
.ssep12 > article:first-child:first-child {
  margin-right: 0 !important;
}
.ssep12 > article:last-child {
  float: left;
  margin-right: 0% !important;
  width: 0%;
  clear: none;
}
.ssep12 > article:last-child:first-child {
  margin-right: 0 !important;
}
.ssep12 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .ssep12.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .ssep12.sp > article:last-child {
    margin-bottom: 0;
  }
}
.ssep12 p {
  margin-top: 0;
}
.ssep12 p:last-child {
  margin-bottom: 0;
}

.three {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.three:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.three article {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  clear: none;
}
.three article:last-child {
  margin-right: 0;
}
.three article img {
  margin: 0;
  margin-bottom: 10px;
}
.three article p {
  margin: 0;
}
.three article:nth-child(3n) {
  margin-right: 0;
}
.three.nm article {
  float: left;
  margin-right: 0% !important;
  width: 33.33333%;
  clear: none;
}
.three.nm article:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .three.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1em;
  }
  .three.sp > article:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 819px) {
  .three.sp2 > article {
    float: left;
    margin-right: 3.5%;
    width: 48.25%;
    clear: none;
    margin-bottom: 1em;
  }
  .three.sp2 > article:last-child {
    margin-right: 0;
  }
  .three.sp2 > article:nth-child(2n) {
    margin-right: 0;
  }
  .three.sp2 > article:last-child {
    margin-bottom: 0;
  }
}

.border {
  border: 1px solid #aaa;
  padding: 1.3em 0.8em 0.8em;
  position: relative;
}
@media only screen and (max-width: 819px) {
  .border {
    padding: 0.8em 0.6em 0.6em;
  }
}
.border h3 {
  margin: 0 0 0.9em;
  font-size: 1.1em;
  line-height: 1.3em;
}
.border > span.bt {
  position: absolute;
  z-index: 3;
  left: 5px;
  top: -0.9em;
  background-color: #fff;
  padding: 0 5px !important;
  font-size: 0.9em;
  font-weight: bold;
  color: #717171;
}
@media only screen and (max-width: 819px) {
  .border > span.bt {
    font-size: 0.8em;
    top: -1em;
    left: 2px;
  }
}
.border > *:last-child {
  margin-bottom: 0 !important;
}

.table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 819px) {
  .table {
    display: block;
  }
}
.table div.row {
  display: table-row;
}
@media only screen and (max-width: 819px) {
  .table div.row {
    display: block;
    margin: 0 !important;
  }
  .table div.row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.table div.row.headrow article {
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 819px) {
  .table div.row.headrow {
    display: none;
  }
}
.table div.row article {
  display: table-cell;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px;
}
.table div.row article:last-child {
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 819px) {
  .table div.row article {
    display: block;
    width: 100%;
    border-right: 1px solid #ddd;
  }
}
.table div.row:last-child article {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 819px) {
  .table div.row:last-child article {
    border-bottom: none;
  }
}
.table.head div.row article:first-child {
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
@media only screen and (max-width: 819px) {
  .table.head div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head1 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 8.33333%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head1 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head1 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head2 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 16.66667%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head2 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head2 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head3 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 25%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head3 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head3 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head4 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 33.33333%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head4 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head4 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head5 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 41.66667%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head5 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head5 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head6 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 50%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head6 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head6 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head7 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 58.33333%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head7 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head7 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head8 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 66.66667%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head8 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head8 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head9 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 75%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head9 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head9 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head10 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 83.33333%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head10 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head10 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head11 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 91.66667%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head11 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head11 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}
.table.head12 div.row article:first-child {
  float: left;
  margin-right: 0% !important;
  width: 100%;
  clear: none;
  float: none;
  background-color: #aaa;
  text-align: center;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.table.head12 div.row article:first-child:first-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 819px) {
  .table.head12 div.row article:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.8em;
  }
}

div.twi {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
  max-width: 600px;
  padding: 15px;
  border: 1px solid #aaa;
}
div.twi:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
@media only screen and (max-width: 819px) {
  div.twi {
    padding: 10px 5px;
  }
}
div.twi > article:first-child {
  float: left;
  margin-right: 3.5%;
  width: 9.4375%;
  clear: none;
}
div.twi > article:first-child:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 819px) {
  div.twi > article:first-child {
    width: 35px;
    position: absolute;
  }
}
div.twi > article:last-child {
  float: left;
  margin-right: 3.5%;
  width: 87.0625%;
  clear: none;
}
div.twi > article:last-child:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 819px) {
  div.twi > article:last-child {
    width: 100%;
  }
}
div.twi > article img {
  border-radius: 5px;
  display: block;
}
div.twi > article > h3 {
  margin: 0 0 5px;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 819px) {
  div.twi > article > h3 {
    padding-left: 40px;
    min-height: 40px;
  }
}
div.twi > article > h3 a {
  text-decoration: none;
  color: #333;
}
div.twi > article > h3 a p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
  white-space: nowrap;
  line-height: 1.5em;
  display: inline-block;
}
div.twi > article > h3 a span {
  font-weight: normal;
  line-height: 1.1em;
  color: #8899a6;
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 819px) {
  div.twi > article > h3 a span {
    display: block;
  }
}
div.twi > article > h3 a:first-child {
  float: left;
  margin-right: 3.5%;
  width: 74.125%;
  clear: none;
}
div.twi > article > h3 a:first-child:last-child {
  margin-right: 0;
}
div.twi > article > h3 a:last-child {
  float: left;
  margin-right: 3.5%;
  width: 22.375%;
  clear: none;
  color: #1da1f2;
  font-size: 0.9em;
  text-align: center;
}
div.twi > article > h3 a:last-child:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 819px) {
  div.twi > article > h3 a:last-child {
    font-size: 1.8em;
    text-align: right;
  }
  div.twi > article > h3 a:last-child b {
    display: none;
  }
}
div.twi > article > p {
  line-height: 1.4em;
}
div.twi > article > p img {
  margin: 5px auto;
}
div.twi > article > p img:last-child {
  margin-bottom: 0;
}

body {
  padding: 5px;
}

div#container {
  margin: 0 auto;
}

.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}

.drawer-overlay {
  z-index: 999;
}

p.caption {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  border-left: 2px solid #aaa;
  padding-left: 5px;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 819px) {
  p.caption {
    font-size: 0.8em;
  }
}

.min {
  font-family: "Marcellus", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

header div.header-logo {
  border-bottom: 1px solid #ffb37b;
}
header div.header-logo img {
  max-width: 250px;
}
@media only screen and (max-width: 819px) {
  header div.header-logo img {
    max-width: 150px;
  }
}

header nav ul {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
  margin: 0 auto;
  background-color: #fff;
}
header nav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
header nav ul li {
  float: left;
  margin-right: 0% !important;
  width: 20%;
  clear: none;
  border-right: 1px solid #ffb37b;
}
header nav ul li:first-child {
  margin-right: 0 !important;
}
header nav ul li:last-child {
  border-right: none;
}
header nav ul li a {
  display: block;
  padding: 10px 0 10px 0;
  text-align: center;
  font-weight: bold;
  color: #ffb37b;
  text-decoration: none;
  font-size: 0.8em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header nav ul li a:hover {
  color: #fff;
  background-color: #ffb37b;
}

/*ヘッダー固定*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


article div.wrapper {
  padding: 0;
}
article div.wrapper .btn {
  padding: 20px 0;
  margin: 20px auto;
  width: 90%;
  max-width: 560px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #aaa;
  -webkit-box-shadow: 0 5px 0 #9b6948;
  box-shadow: 0 5px 0 #9b6948;
  text-align: center;
  border-radius: 10px;
  position: relative;
  display: block;
  text-decoration: none;
  top: 0;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
  background-color: #ffb37b;
  cursor: pointer;
}
article div.wrapper .btn:hover {
  top: 4px;
  -webkit-box-shadow: 0 1px 0 #9b6948;
  box-shadow: 0 1px 0 #9b6948;
}
article.top p {
  text-align: right;
  margin: 1em 0;
}
@media only screen and (max-width: 819px) {
  article.top p {
    text-align: left;
  }
}
article.info ul {
  padding-left: 1em;
}
article.info ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 0.9em;
}
article.data .table div.row article:last-child {
  padding: 10px;
  font-size: 0.9em;
}
article#main {
  padding: 0;
}
article#main div.content > div {
  margin-bottom: 50px !important;
}
article#main div.content > div p {
  margin-bottom: 20px;
}
article#main div.content > div p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  article#main div.content > div {
    margin-bottom: 30px !important;
  }
}
article#main div.content h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  margin: 80px auto 50px;
  font-size: 1.4em;
}
article#main div.content h2:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  article#main div.content h2 {
    margin: 40px auto 10px;
    padding-bottom: 5px;
  }
  article#main div.content h2:first-child {
    margin-top: 0;
  }
}
article#main div.content h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  margin: 20px auto;
  font-size: 1.1em;
}
article#main div.content h3:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  article#main div.content h3 {
    margin: 20px auto 10px;
    padding-bottom: 5px;
  }
  article#main div.content h3:first-child {
    margin-top: 0;
  }
}
article#main div.content p {
  margin: 20px 0;
}
article#main div.content p.author {
  text-align: right;
}
article#main div.content p:first-child {
  margin-top: 0;
}
article#main div.content p:last-child {
  margin-bottom: 0;
}
article#main div.content ul.rinen {
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
article#main div.content ul.rinen li {
  margin-bottom: 25px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  font-family: "Marcellus", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  padding-left: 2em;
}
article#main div.content ul.rinen li span {
  font-family: "Marcellus", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 819px) {
  article#main div.content div.table div.row {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ddd;
  }
}
article#main div.content div.table div.row article {
  vertical-align: middle;
}
article#main div.content div.table div.row article:first-child {
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 819px) {
  article#main div.content div.table div.row article:first-child {
    font-size: 0.8em;
    text-align: left;
    padding: 1px 5px;
  }
}
article#main div.content div.table.form {
  border-spacing: 10px;
  border: none;
}
article#main div.content div.table.form div.row article {
  border: none;
}
article#main div.content div.table.form div.row article label span {
  font-size: 0.7em;
}
article#main div.content div.table.form div.row article span.check {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
article#main div.content div.table.form div.row article span.check label {
  cursor: pointer;
}
article#main div.content div.table.form div.row article:first-child {
  background-color: #ffb37b;
  color: #fff;
}
article#main div.content div.table.form div.row article textarea {
  width: 100%;
  min-width: 100%;
  min-height: 250px;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.1em;
  padding: 10px 5px;
}
article#main div.content div.table.form div.row article input[type="text"], article#main div.content div.table.form div.row article input[type="email"] {
  width: 80%;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 5px;
  font-size: 1.2em;
}
/*
article#main div.content ul.news li {
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}
@media only screen and (max-width: 819px) {
  article#main div.content ul.news li {
    padding-top: 1.3em;
    margin-bottom: 5px;
  }
}
article#main div.content ul.news li:last-child {
  margin-bottom: 0;
}
article#main div.content ul.news li p.date {
  font-size: 0.7em;
  color: #aaa;
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  article#main div.content ul.news li p.date {
    position: absolute;
    left: 5px;
    top: 3px;
  }
}
article#main div.content ul.news li h3 {
  margin: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 819px) {
  article#main div.content ul.news li h3 {
    font-size: 1em;
  }
}
*/
article#main div.content div.point {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
article#main div.content div.point:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
article#main div.content div.point article {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  clear: none;
}
article#main div.content div.point article:last-child {
  margin-right: 0;
}
article#main div.content div.point article a {
  text-decoration: none;
  display: block;
}
article#main div.content div.point article a h3 {
  font-size: 1.1em;
}
@media only screen and (max-width: 819px) {
  article#main div.content div.point article a h3 {
    font-size: 1em;
  }
}
article#main div.content div.point article a p {
  color: #333;
}
@media only screen and (max-width: 819px) {
  article#main div.content div.point article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    zoom: 1;
    clear: both;
    margin-bottom: 30px;
  }
  article#main div.content div.point article:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
    clear: both;
  }
  article#main div.content div.point article:last-child {
    margin-bottom: 0;
  }
  article#main div.content div.point article a {
    padding: 10px;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
  }
  article#main div.content div.point article a > div.pp {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    zoom: 1;
    clear: both;
  }
  article#main div.content div.point article a > div.pp:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
    clear: both;
  }
  article#main div.content div.point article a > div.pp > img {
    float: left;
    margin-right: 3.5%;
    width: 31%;
    clear: none;
  }
  article#main div.content div.point article a > div.pp > img:last-child {
    margin-right: 0;
  }
  article#main div.content div.point article a > div.pp > div {
    float: left;
    margin-right: 3.5%;
    width: 65.5%;
    clear: none;
  }
  article#main div.content div.point article a > div.pp > div:last-child {
    margin-right: 0;
  }
  article#main div.content div.point article a > div.pp > div h3 {
    margin: 0 0 5px;
    font-size: 0.9em;
  }
  article#main div.content div.point article a > div.pp > div p {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
article#main div.link-border {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  clear: both;
}
article#main div.link-border span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  font-size: 0.8em;
  font-weight: bold;
}
article#main div.link-border:after {
  height: 1px;
  width: 90%;
  z-index: 1;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
footer div.sep7 {
  padding: 20px 0;
}
@media only screen and (max-width: 819px) {
  footer article.address {
    padding: 10px;
  }
}
footer article.address img {
  max-width: 80px;
  margin: 0;
}
footer article.address p {
  border-top: 1px solid #ddd;
  padding: 5px 0 0;
  font-size: 0.9em;
  line-height: 1.7em;
}
footer nav ul li a {
  text-align: left;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
  text-decoration: none;
}
footer nav ul li a:before {
  content: "\f105";
  font-family: FONTAWESOME;
  margin-right: 1em;
  display: inline-block;
}
footer nav ul li:last-child a {
  border-bottom: none;
}
footer p.copyright {
  border-top: 1px solid #ddd;
  color: #aaa;
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
}

article.greeting {
  max-width: 1080px;
  margin: 0 auto;
}

article.info {
  max-width: 1080px;
  margin: 0 auto;
}

article.data {
  max-width: 1080px;
  margin: 0 auto;
}

article.contact {
  max-width: 1080px;
  margin: 0 auto;
}

.content .top .img {
  min-width: 100%;
}


/*--- トップ ---*/

section.vision {
  width: 100%;
  text-align: center;
  position: relative;
}

.v_title {
  margin: 120px 0;
  color: #333;
  display: inline-block;
  font-size: 2.5em;
  padding-bottom: 20px;
  border-bottom: solid 3px #ffb37b;
}

section.vision img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

section.vision p .span1 {
  padding: 10px;
  font-size: 2.1em;
  background-color: rgba(255,255,255,0.8);
}

section.vision p .span2,section.vision p .span3 {
  padding: 5px;
  background-color: rgba(255,255,255,0.8);
}

section.vision p {
  position: absolute;
  font-size: 18px;
  width: 100%;
  top: 60%;
  color: #333;
  line-height: 2em;
}

@media only screen and (max-width: 480px) {
  .v_title {
    margin: 50px 0;
    padding-bottom: 10px;
    font-size: 1.5em;
  }

  section.vision img {
    height:150px;
  }

  section.vision p .span1 {
    padding: 5px;
    font-size: 1.2em;
    background-color: rgba(255,255,255,0.7);
  }

  section.vision p .span2,section.vision p .span3 {
    padding: 3px;
    font-size: 0.7em;
    background-color: rgba(255,255,255,0.7);
  }

  section.vision p {
    top: 51.5%;
    padding: 0 20px;
    width: 100%;
    line-height: 1em;
  }
}


/*--- インフォメーション ---*/

section.info {
  width: 100%;
  margin-bottom: 5%;
  text-align: center;
}

.i_title {
  margin: 120px 0;
  color: #333;
  display: inline-block;
  font-size: 2.5em;
  padding-bottom: 20px;
  border-bottom: solid 3px #ffb37b;
}

section.info .list {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  height: 300px;
  overflow: visible scroll;
  background-color: #fff;
}

section.info .list h3 {
  color: #333;
}

section.info .list h3 span {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin: 0 10px 0 0;
  background-color: #ffb37b;
}

section.info .list p {
  font-family: 'Avenir','Ebrima','Avenir',sans-serif;
  color: #071212;
}

@media screen and (max-width: 780px){
  section.info .list {
    width: 90%;
    height: 150px;
  }

  section.info .list h3 {
    margin: 0 20px;
  }

  section.info .list h3 span {
    margin-right: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px){
  section.info .list {
    width: 95%;
    height: 230px;
    margin-bottom: 30px;
    padding: 10px;
    word-wrap: normal;
    overflow: auto;
    border: solid 0.5px #333;
  }

  .i_title {
    margin: 50px 0;
    padding-bottom: 10px;
    font-size: 1.5em;
  }
}

/*--- culina ---*/

.header{
	background-color: orange;
    height: 100px;
    margin-bottom: 1%;
}
.header h2{
	color: white;
    font-size: 30px;
    padding-top: 30px;
}
@media screen and (max-width: 480px){
.header{
    height: 80%;
    }
.header h2{
	color: white;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

.container01{
	display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 2%;
    margin-bottom: 5%;
}
.item{
    width: 26%;
    margin: 3% 3% 3%;
    padding: 1%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: box-shadow　.3s;
}
.item:hover {
	box-shadow: 0 12px 12px gray;
}

.item img{
    width: 250px;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
.item video{
    width: 250px;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
@media screen and (max-width: 480px){
.item{
    width: 25%;
    margin: 3% 3% 1%;
    padding: 1% 1% 3%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: box-shadow　.3s;
}
.item:hover {
	box-shadow: 0 12px 12px gray;
}

.item img{
    width: 84px;
    height: 84px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
.item video{
    width: 84px;
    height: 84px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
}

.cu001{
    text-decoration: none;
}
.cu002 h3{
	margin: 2% auto;
    line-height: 2em;
}
.time{
    display: inline-block;
}
@media screen and (max-width: 480px){
.cu002 h3{
    line-height: 1.3em;
    font-size: 0.9em;
}
.time{
    font-size: 10px;
    line-height: 1.4em;
}
}

/*--- 事業案内 ---*/

.header02{
	background-color: black;
    height: 100px;
    margin-bottom: 1%;
}
.header02 h2{
	color: white;
    font-size: 30px;
    padding-top: 30px;
}
@media screen and (max-width: 480px){
.header02{
    height: 80%;
    }
.header02 h2{
	color: white;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.cu001 h3{
    padding-top: 1%;
    margin-bottom: 0;
    display: inline-block;
}
.cax001 h3{
    padding-top: 1%;
    margin-bottom: 0;
    display: inline-block;
}

.004{
	line-height: 2 !important;
}


/*--- 企業情報 ---*/

section.data_top {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}

section.data_top p {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2em;
  top: 35%;
  color: #333;
}

section.data_top img {
  width: 100%;
  height: 250px;
  opacity: 0.8;
  object-fit: cover;
  object-position: 0% 0%;
  opacity: 0.4;
}

article.data {
  margin-bottom: 5%;
}

@media screen and (max-width: 480px) {
  section.data_top img {
    height: 150px;
  }

  section.data_top p {
    top: 28%;
  }

  article.data img {
    display: none;
  }
}


/*--- お問い合わせ ---*/

section.contact_top {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}

section.contact_top p {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2em;
  top: 35%;
  color: #333;
}

section.contact_top img {
  width: 100%;
  height: 250px;
  opacity: 0.8;
  object-fit: cover;
  object-position: 82% 82%;
  opacity: 0.4;
}

article.contact {
  margin-bottom: 5%;
}

@media screen and (max-width: 480px) {
  section.contact_top img {
    height: 150px;
  }

  section.contact_top p {
    top: 28%;
  }

}

/*--- ブランドページ ---*/

section.product_top {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}

section.product_top p {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2em;
  top: 35%;
  color: #333;
}

section.product_top img {
  width: 100%;
}

article.product {
  margin-bottom: 5%;
}

@media screen and (max-width: 480px) {
  section.product_top img {
    height: 150px;
  }

  section.product_top p {
    top: 28%;
  }
}

.sep5_product {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  zoom: 1;
  clear: both;
}
.sep5_product:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.sep5_product > article:first-child {
  float: left;
  width: 55%;
  clear: none;
}
.sep5_product > article:first-child:last-child {
  margin-right: 0;
}
.sep5_product > article:last-child {
  float: left;
  width: 45%;
  clear: none;
}
.sep5_product > article:last-child:last-child {
  margin-right: 0;
}
.sep5_product p {
  margin-bottom: 0;
}
@media only screen and (max-width: 819px) {
  .sep5_product.sp > article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin-bottom: 1.5em;
  }
  .sep5_product.sp > article:last-child {
    margin-bottom: 0;
  }
}
.sep5_product p {
  margin-top: 0;
}
.sep5_product p:last-child {
  margin-bottom: 0;
}

/*--- 各種素材ページ ---*/
.imgs{
    margin: 5% auto 2%;
    width: 30%;
    text-align: center;
}
.vds{
    margin: 5% auto 2%;
    width: 30%;
}
.vds video{
    width: 100%;
}
.imgs-top{
    font-size: 2em;
    margin-bottom: 5% !important;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.blue{
    color: blue;
}
.lefter{
    text-align: left;
    display: inline-block;
}

.popsource{
    width: 80%;
    margin: 0 auto;
}

/*横並び*/
.boxcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 10%;
}
.boxcontainer video{
    width: 80%;
}
.boxcontainer p{
  margin-top: 1em;
}

/*ニュース*/
.news-box{
    width: 800px;
    height: 250px;
    overflow: scroll;
    border: #000 1px solid;
    margin: 5px auto 0;
}
@media screen and (max-width: 480px) {
.news-box{
    width: 320px;
    height: 120px;
}
}
.news{
    max-width: 900px;
    margin: 3% auto 1% auto;
    padding: 2% auto !important;
    display: block;
}
.news li{
  border-bottom:1px dotted #000;
  list-style:none;
  display: inline-block;
  text-align: left;
  padding:10px;
  padding-left: 5%;
  width:800px;
}
.news a{
  color:#000;
  text-decoration:none;
}
.news span{
  background-color:#2388b8;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  margin-right:20px;
  padding:5px;
}
.news time{
  display: inline-block;
  font-weight: bold;
  margin-right:40px;
}
.news p{
  color:#1c448d;
  display: inline-block;
  text-decoration:underline;
}
.news .new::after{
  content:"NEW";
  color: #d10606;
  font-size: 1.1rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 480px) {
.news{
    max-width: 450px;
}
.news li{
    max-width: 420px;
}
}
