﻿/*
Theme Name: 日本有機農業普及協会 テーマ
*/

@charset "utf-8";

/* base
--------------------------------------------*/
* {
  font-family: 'Noto Sans Japanese','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
  font-weight: 500;
}
html { font-size: 62.5%; }

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  line-height: 2;
}

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  position: relative;
  z-index: 110;
}

/* type4 */
header.type4 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type4 #headerInner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
header.type4 #headerInner #siteTitle {
  max-width: 80%;
  margin-bottom: 30px;
  text-align: left;
}
header.type4 #headerInner .disc {
  margin-top: 10px;
}
header.type4 #headerContent {
  
}
header.type4 #headerContent .ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
header.type4 #headerContent .ic span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
}
header.type4 nav {
  justify-content: center;
}
header.type4 nav ul {
  display: flex;
  justify-content: center;
}
header.type4 nav ul li {
  padding: 0 20px;
  border-left: solid 1px #000;
  font-size: 1.3rem;
}
header.type4 nav ul li:first-child {
  border-left: none;
}
header.type4 .headerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
header.type4 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type4 .headerMenu ul li {
  font-size: 1.3rem;
}
header.type4 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* main
--------------------------------------------*/
#main {

}
#contents {
  margin-bottom: 80px;
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side  .years > select {
  display: block;
  margin-bottom: 20px;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 54px;
}

footer.type1 {
  padding-top: 50px;
  background-color: #648333;
}
footer.type1 #footerInner {
  max-width: 1000px;
  margin: 0 auto 50px;
  color: #FFF;
}
footer.type1 #footerInfo {
  padding-right: 100px;
  border-right: solid 1px #000;
}
footer.type1 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type1 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type1 .footerText {
  margin-bottom: 10px;
}
footer.type1 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 .upper {
  position: relative;
  margin-bottom: 20px;
}
footer.type1 .upper .logo {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px#FFF;
}
footer.type1 .upper .logo .pc {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.2rem;
  color: #FFF;
}
footer.type1 .upper .address {
  color: #FFF!important;
}
footer.type1 .upper .address * {
  color: #FFF!important;
}
footer.type1 .upper .address p {
  line-height: 1.2;
  font-size: 1.2rem;
}
footer.type1 .upper .ic {
  position: absolute;
  right: 0;
  bottom: 8px;
}
footer.type1 .message {
  display: flex;
  align-items: baseline;
}
footer.type1 .message .head {
  margin-right: 20px;
  margin-bottom: 20px;
}
footer.type1 .message * {
  font-size: 1.2rem;
}
footer.type1 #footerMenu {

}
footer.type1 #footerMenu ul {
  display: flex;
  justify-content: center;
}
footer.type1 #footerMenu ul li {
  padding: 0 14px;
  border-right: solid 1px #FFF;
}
footer.type1 #footerMenu ul li:first-child {
  padding-left: 0;
}
footer.type1 #footerMenu ul li:last-child {
  padding-right: 0;
  border-right: none;
}
footer.type1 #footerMenu ul li a {
  font-size: 1.2rem;
  color: #FFF;
}


footer.type1 #copyright {
  padding: 15px 0;
  background-color: #FFF;
  text-align: center;
  font-size: 1rem;
}


footer.type2 {

}
footer.type2 #footerMenu {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer.type2 #footerMenu ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
footer.type2 #footerMenu ul li {
  border-right: solid 1px #000;
  margin-right: 10px;
  padding-right: 10px;
}
footer.type2 #footerMenu ul li:last-child {
  border-right: none;
}
footer.type2 #footerInner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
footer.type2 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type2 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type2 .footerText {
  margin-bottom: 10px;
}
footer.type2 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type2 .link {

}
footer.type2 .link a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
footer.type2 #footerContent1 {

}
footer.type2 #footerContent1 #copyright {
  margin-bottom: 5px;
}

#contentLinks {

}
#contentLinks .contentInner {
  max-width: 820px;
}
#contentLinks .contentInner li {

}
#contentLinks .contentInner li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#contentLinks .contentInner li a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(34,25,21,0.5);
}
#contentLinks .contentInner li a:hover:after {
  opacity: 0;
  transition: all 0.2s;
}
#contentLinks .contentInner li a > * {
  border-radius: 20px;
}
#contentLinks .contentInner li a img {
  width: 100%;
  height: auto;
}
#contentLinks .contentInner li a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  color: #FFF;
}


/* slider
---------------------------------------------*/
.slideContent {
  position: relative;
  width: 100%;
}
.home .slideContent {
  margin-bottom: 80px!important;
}
.slideContent .catch {
  position: absolute;
  top: calc(50% - (93px / 2));
  left: calc(50% - (456px / 2));
}
.slider.typeFH {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  height: auto!important;
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
  border-radius: 20px;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  width: 100%;
  height: auto!important;
  /* margin: 0 20px; */
}
.slider.type1 .slick-dots {
  bottom: -40px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  /* border: solid 3px #FFF; */
  background-color: #C1CDAD;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #648333;
}


.slider.type2 {
  height: 100vh;
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}


.carousel .slick-prev,
.carousel .slick-next {
  height: 36px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/arrow_1_left.png);
}
.carousel .slick-next::before {
  background-image: url(./images/arrow_1_right.png);
}
.carousel .slick-list {
  margin-left: 55px;
}
.carousel .slick-list li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img {
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  padding: 100px 0;
}
#contents .content:first-child {
  padding: 100px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 100px;
}
#contents .content.bg + .content {
  padding: 100px 0;
}
.content.bg {
  position: relative;
  margin-bottom: 80px;
  padding: 55px 0 !important;
  background-color: #E8ECE0;
}
.content.bg:before,
.content.bg:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  left: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.content.bg:before {
  top: -24px;
  background-image: url("./images/top/frame1_top.png");
  background-image: image-set(url("./images/top/frame1_top.png") 1x, url("./images/top/frame1_topx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/frame1_top.png") 1x, url("./images/top/frame1_topx2.png") 2x);
}
.content.bg:after {
  bottom: -24px;
  background-image: url("./images/top/frame1_bottom.png");
  background-image: image-set(url("./images/top/frame1_bottom.png") 1x, url("./images/top/frame1_bottomx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/frame1_bottom.png") 1x, url("./images/top/frame1_bottomx2.png") 2x);
}
.content .contentInner {
  max-width: 1200px;
  margin: 0 auto;
}
#layoutColsParent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
#layoutColsChild {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row-reverse;
  max-width: 750px;
  width: 100%;
}
#layoutColMain {
  width: 500px;
}
#layoutColMenu {
  width: 220px;
}
#layoutColsParent .content {
  margin-bottom: 40px;
  padding: 0!important;
  box-sizing: border-box;
}

#layoutColsParent #contentLogin {
  padding: 15px!important;
  background-color: #648333;
}
#layoutColsParent #contentLogin * {
  color: #FFF;
}
#layoutColsParent #contentLogin .head {
  margin-bottom: 15px;
  font-size: 1.7rem;
}
#layoutColsParent #contentLogin input[type="text"],
#layoutColsParent #contentLogin input[type="password"] {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #000;
}
#layoutColsParent #contentLogin input[type="submit"] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #FFF;
  border: none;
  text-align: center;
  cursor: pointer;
  color: #648333;
}
#layoutColsParent #contentLogin .text p {
  line-height: 1.4;
  font-size: 1.2rem;
}
#layoutColsParent #contentLogout a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 60px;
  border: solid 2px #648333;
  box-sizing: border-box;
  font-weight: 600;
  color: #648333;
}
#layoutColsParent #contentSideMenu {
  padding: 15px!important;
  background-color: #E0E6D6;
}
#layoutColsParent #contentSideMenu .block:not(:last-child) {
  margin-bottom: 15px;
}
#layoutColsParent #contentSideMenu .block .head {
  line-height: 1;
  margin-bottom: 5px;
}
#layoutColsParent #contentSideMenu .block .head a {
  font-weight: normal;
  font-size: 1.7rem;
  color: #648333;
}
#layoutColsParent #contentSideMenu .block ul {
  position: relative;
}
#layoutColsParent #contentSideMenu .block ul:after {
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 11px);
  background-color: #000;
}
#layoutColsParent #contentSideMenu .block ul li {
  position: relative;
  padding-left: 14px;
}
#layoutColsParent #contentSideMenu .block ul li:after {
  position: absolute;
  top: calc(50% + 0.5px);
  left: 6px;
  display: block;
  content: "";
  width: 6px;
  height: 0.5px;
  background-color: #000;
}
#layoutColsParent #contentSideMenu .block ul li a {
  font-size: 1.4rem;
}

#layoutColBanner {
  width: 220px;
}
#layoutColBanner #contentSns {
  padding-bottom: 20px!important;
  border-bottom: solid 4px #648333;
}
#layoutColBanner #contentSns .head {
  padding: 3px 10px;
  background-color: #648333;
  text-align: center;
  font-size: 1.7rem;
  color: #FFF;
}
#layoutColBanner #contentSns ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#layoutColBanner #contentLinks {
  padding: 15px!important;
  box-sizing: border-box;
  background-color: #FBEECF;
}
#layoutColBanner #contentLinks li {
  margin-bottom: 10px;
}
#layoutColBanner #contentLinks li a {
  font-size: 1.4rem;
}
#contentBanners li {
  margin-bottom: 10px;
}

.LineBG {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.LineBG img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}

/* type1 */
.content.type1 {
  background-image: url("./images/top/type1_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.content.type1 .contentInner .block .text {
  width: 680px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.98);
}
.content.type1 .contentInner .block.right {
  display: flex;
  justify-content: flex-end;
}
.content.type1 .contentInner .block .text p {
  margin-bottom: 35px;
}

/* type2 */
.content.type2 {

}
.content.type2 .block {
  position: relative;
  margin-bottom: 100px;
  padding-left: 130px;
}
.content.type2 .block:not(:last-child) {
  margin-bottom: 150px;
}
.content.type2 .block .image {
  position: absolute;
  top: 0;
  right: 0;
}
.content.type2 .block .image img {
  width: 500px;
}
.content.type2 .block .text {
  width: 500px;
}
.content.type2 .block .text p {
  margin-bottom: 35px;
}
.content.type2 .block:nth-child(even) {
  padding-left: 560px;
}
.content.type2 .block:nth-child(even) .text {

}
.content.type2 .block:nth-child(even) .image {
  left: 0;
}


/* type3 */
.content.type3 {

}
.content.type3 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type3 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type3 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type3 .contentInner .block .image {
  width: 700px;
}
.content.type3 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type3 .contentInner .block .text {
  width: 523px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type3 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type3 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type3 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}


/* type4 */
.content.type4 {
  position: relative;
  background-image: url("./images/top/type4_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content.type4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35,24,21,0.8);
}
.content.type4 > * {
  color: #FFF;
}
.content.type4 .contentInner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.content.type4 .contentInner h2 {
  margin-bottom: 80px;
}
.content.type4 .contentInner .text {
  margin-bottom: 80px;
}



/* type5 */
.content.type5 {

}
.content.type5 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type5 .contentInner h2 .jp {

}
.content.type5 .contentInner h2 .en {

}
.content.type5 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type5 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type5 .contentInner .block .image {
  width: 1100px;
}
.content.type5 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type5 .contentInner .block .text {
  width: 400px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type5 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type5 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type5 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}

/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .text p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#contentContact .text .tel {
  margin-bottom: 0;
  font-size: 3.8rem;
  color: #02227E;
}
#contentContact .text .tel a {
  color: #02227E;
}
#contentContact .text .small {
  font-size: 1.2rem;
  color: #02227E;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 17px;
  box-sizing: border-box;
  background-color: #648333;
  text-align: center;
  color: #FFF;
}
.button.type1.orange a {
  background-color: #EAA80D;
}
.button.type1.wide a {
  max-width: 350px;
}

.button.type2 a {
  background-image: url("./images/common/line_dotted.png");
  background-image: image-set(url("./images/common/line_dotted.png") 1x, url("./images/common/line_dottedx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/line_dotted.png") 1x, url("./images/common/line_dottedx2.png") 2x);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  font-weight: 1000;
  font-size: 4.5rem;
  color: #648333;
}


.button.type3 a {
  position: relative;
  padding-right: 60px;
}
.button.type3 a:before,
.button.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type3 a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.button.type3 a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.sButton.type1 [type="submit"] {
  position: relative;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 17px;
  border: none;
  box-sizing: border-box;
  background-color: #648333;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
}
.sButton.type1 [type="submit"].gray {
  background-color: #CCC;
}



.buttons.type1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.buttons.type1 > * {
  width: calc((100% - 50px) / 2);
  max-width: 400px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.buttons.type1 > *:nth-child(2n) {
  margin-right: 0;
}
.buttons.type1 a {
  line-height: 1.4;
  padding: 20px;
  font-size: 2.5rem;
  border-radius: 15px;
  box-sizing: border-box;
}
.buttons.type2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.buttons.type2 > * {
  width: calc((100% - (10px * 5)) / 6);
  max-width: 108px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.buttons.type2 > *:nth-child(6n) {
  margin-right: 0;
}
.buttons.type2 a {
  line-height: 1.4;
  padding: 10px 5px;
  font-size: 1.2rem;
  border-radius: 14px;
  box-sizing: border-box;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.btn.green a {
  background-color: #648333;
  color: #FFF;
}
.btn.orange a {
  background-color: #EAA80D;
  color: #FFF;
}

.btnCheckout {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
}
.btnCheckout > * {
  width: 100%;
  max-width: 200px;
}
.btnCheckout > *:nth-child(2){
  margin-right: 20px;
}
.btnCheckout #back_button {
  background-color: #CCC!important;
}

.btn.excel,
.btn.word,
.btn.pdf {
  display: inline-block;
  min-width: 70px;
  line-height: 1;
  margin-right: 10px;
  padding: 7px 3px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.btn.excel {
  background-color: #648333;
}
.btn.word {
  background-color: #1F80EA;
}
.btn.pdf {
  background-color: #E68FAF;
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  line-height: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li * {
  font-size: 1.3rem; 
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}

.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}

.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
}
.layoutCols2 .colsMain {
  width: calc(100% - 200px - 40px);
}
.layoutCols2 .colsSide {
  width: 200px;
  margin-right: 40px;
}
.layoutCols2 .fixedSide {

}

.panels.type1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.panels.type1 .panel {
  width: calc((100% - (10px * 4)) / 5);
  margin-right: 10px;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 14px;
  box-sizing: border-box;
  text-align: center;
}
.panels.type1 .panel:nth-child(5n) {
  margin-right: 0;
}
.panels.type1 .panel.green {
  background-color: #648333;
}
.panels.type1 .panel.orange {
  background-color: #EAA80D;
}
.panels.type1 .panel .text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  border-radius: 14px;
  background-color: #FFF;
  font-size: 1.1rem;
}

.panel.application {
  max-width: 500px;
  margin: 0 auto;
}
.panel.application > div {
  padding: 7px 0;
}
.panel.application > div:nth-child(1) {
  border-bottom: solid 2px #648333;
}
.panel.application > div:nth-child(2) {
  border-bottom: solid 2px #EAA80D;
}
.panel.application > div span {
  font-size: 2.1rem;
}

.head.type1 {
  margin-bottom: 40px;
}
.head.type1 span {
  display: block;
  text-align: center;
}
.head.type1 .jp {
  font-size: 2.6rem;
}
.head.type1 .en {
  font-size: 1.1rem;
}
.head.type2 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 1000;
  font-size: 5.9rem;
  color: #648333;
}
.head.type3 {
  text-align: center;
  font-size: 2.6rem;
}
.head.type4 {
  text-align: center;
  color: #FFF;
}
.head.type4 span {
  display: block;
}
.head.type5 {
  text-align: center;
  font-size: 2rem;
  color: #648333;
}

.icPdf {
  display: inline-block;
  padding: 7px 0 7px 35px;
  background-image: url("./images/common/ic_pdf.png");
  background-image: image-set(url("./images/common/ic_pdf.png") 1x, url("./images/common/ic_pdfx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_pdf.png") 1x, url("./images/common/ic_pdfx2.png") 2x);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  text-decoration: underline;
}

.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .image {
  margin-bottom: 20px;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.content .section {
  margin-bottom: 80px!important;
}

.archiveList.type1 {
  margin-bottom: 50px;
}
.archiveList.type1 li {
  display: flex;
  margin-bottom: 15px;
}
.archiveList.type1 li:last-child {
  margin-bottom: 0;
}
.archiveList.type1 li .date {
  width: 83px;
  margin-right: 15px;
}
.archiveList.type1 li .cat {
  width: 90px;
  margin-right: 15px;
  text-align: center;
  color: #FFF;
}
.archiveList.type1 li .cat.news {
  background-color: #648333;
}
.archiveList.type1 li .cat.report {
  background-color: #EAA80D;
}
.archiveList.type1 li .title {
  width: calc(100% -(83px + 15px + 90px + 15px));
}

.archiveList.type2 {
  margin-bottom: 50px;
}
.archiveList.type2 li {
  display: flex;
  margin-bottom: 15px;
}
.archiveList.type2 li:last-child {
  margin-bottom: 0;
}
.archiveList.type2 li .image {
  margin-right: 20px;
}
.archiveList.type2 li .info span {
  display: inline-block;
}
.archiveList.type2 li .date {
  width: 83px;
  margin-right: 15px;
}
.archiveList.type2 li .cat {
  width: 90px;
  margin-right: 15px;
  text-align: center;
  color: #FFF;
}
.archiveList.type2 li .cat.news {
  background-color: #648333;
}
.archiveList.type2 li .cat.report {
  background-color: #EAA80D;
}
.archiveList.type2 li .title {

}


.flow.type1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.flow.type1 > * {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
}
.flow.type1 > *:nth-child(4n) {
  margin-right: 0;
}

.checkList li {
  padding: 4px 0 2px 40px;
  background-image: url("./images/common/ic_check.png");
  background-image: image-set(url("./images/common/ic_check.png") 1x, url("./images/common/ic_checkx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_check.png") 1x, url("./images/common/ic_checkx2.png") 2x);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  color: #648333;
}

.borderT {
  padding-top: 15px;
  border-top: solid 1px #648333;
}
.borderB {
  padding-bottom: 15px;
  border-bottom: solid 1px #648333;
}

.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}

table.type1 {
  margin-bottom: 10px;
}
table.type1 th,
table.type1 td {
 border-bottom: dashed 1px #648333;
}
table.type1 th {

}
table.type1 td {
  
}

table.type2 {
  margin-bottom: 20px;
}
table.type2 th,
table.type2 td {
 border: solid 4px #648333;
 text-align: center;
 font-size: 2.1rem;
}
table.type2 th {
  background-color: #648333;
  color: #FFF;
}
table.type2 td {

}

table.type3 {
  margin-bottom: 20px;
}
table.type3 > tbody > tr > th,
table.type3 > tbody > tr > td {
 border: solid 4px #648333;
 border-left: none;
 border-right: none;
}
table.type3 > tbody > tr > th {
  background-color: #648333;
  font-size: 2.6rem;
  color: #FFF;
}
table.type3 > tbody > tr > td {

}

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}

table.customer_form th {
  width: 200px;
}
table.customer_form em {
  color: red;
}
table.customer_form .member_name,
table.customer_form .member_furigana {
 display: inline-block;
 width: 40px; 
}
table.customer_form input[type="text"],
table.customer_form .search-zipcode {
  margin-right: 10px;
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% + 4px) / 3);
  height: 58px;
  line-height: calc(34 / 20);
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
  border: solid 2px #8FCC9B;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  height: 72px;
  background-color: #8FCC9B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFF;
}
.tabContents {
  display: none;
}
#tab1.tabContents {
  display: block;
}
.tabContent {
  padding: 70px 0;
}


/* page */
.pageImage {
  /* height: 390px; */
  overflow: hidden;
}
.pageImage img {
  width: 100%;
  /* margin-left: calc((100vw - 1840px) / 2); */
}
.pageTitle {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pageTitle span {

}

/* archive */
body.archive #contents .content .contentInner {
  max-width: 800px;
} 
body.archive .pagenation {
  text-align: center;
}
body.archive .pagenation .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
  padding: 7px 13px;
  border: solid 1px #000;
  transition: all 0.4s;
}
body.archive .pagenation .page-numbers.current,
body.archive .pagenation .page-numbers:not(.prev):not(.next):hover {
  background-color: #000;
  color: #FFF;
}

/* single */
body.single #contents .content .contentInner {
  max-width: 800px;
} 
body.single #contents .content .contentInner .article {
  margin-bottom: 100px;
  border-top: solid 1px #648333;
  padding: 40px 0;
}
body.single #contents .content h1 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.pagenation {
  position: relative;
  margin-bottom: 40px;
}
.pagenation .screen-reader-text {
  display: none;
}
/* body.single .pagenation:after {
  position: absolute;
  top: 15%;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #000;
} */
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 30%;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  top: calc(50% - 7px);
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pagenation .nav-links .nav-previous a:after {
  left: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagenation .nav-links .nav-next a:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* TOP */
body.home #content1 {

}
body.home #content1 .contentInner {
  /* max-width: 580px; */
  max-width: 1000px;
}
body.home #content1 .contentInner .col:nth-child(1) {
  width: 580px;
  margin-right: 40px;
}
body.home #content1 .contentInner .col:nth-child(2) {
  width: calc(100% - 580px - 40px);
}
body.home #content1 .contentInner .col:nth-child(2) .image .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  text-align: center;
  color: #FFF;
}
body.home #content1 .contentInner .col:nth-child(2) .button.type1 {
  width: 100%;
}
body.home #content1 .contentInner .col:nth-child(2) .button.type1 a {
  max-width: none;
}
body.home #content1 .buttons {
  justify-content: center;
}
body.home #content1 .buttons > * {
  width: auto;
  margin-bottom: 0;
}
body.home #content1 .buttons > *:first-child {
  margin-right: 15px;
}
body.home #content2 {
  position: relative;
  margin-top: 80px;
  padding: 55px 0!important;
  background-color: #E8ECE0;
}
body.home #content2:before,
body.home #content2:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  left: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
}
body.home #content2:before {
  top: -24px;
  background-image: url("./images/top/frame1_top.png");
  background-image: image-set(url("./images/top/frame1_top.png") 1x, url("./images/top/frame1_topx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/frame1_top.png") 1x, url("./images/top/frame1_topx2.png") 2x);
}
body.home #content2:after {
  bottom: -24px;
  background-image: url("./images/top/frame1_bottom.png");
  background-image: image-set(url("./images/top/frame1_bottom.png") 1x, url("./images/top/frame1_bottomx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/frame1_bottom.png") 1x, url("./images/top/frame1_bottomx2.png") 2x);
}
body.home #content2 .contentInner {
  position: relative;
  width: max-1000px;
}
body.home #content2 .posTop {
  position: absolute;
  top: calc(-55px - 82px);
  z-index: -1;
  width: 100%;
  text-align: center;
}
body.home #content2 .image {
  position: relative;
  width: 418px;
  height: 460px;
  margin-bottom: 0;
  overflow: hidden;
}
body.home #content2 .image:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 418px;
  height: 460px;
  background-image: url("./images/top/img_B.png");
  background-image: image-set(url("./images/top/img_B.png") 1x, url("./images/top/img_Bx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/img_B.png") 1x, url("./images/top/img_Bx2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content2 .image img {
  max-width: none;
}
body.home #content2 .sentence {
  margin-bottom: 35px;
}

/* CONTEST */
body.contest .content .section,
body.contest #content2 .contentInner,
body.contest #content3 .contentInner  {
  max-width: 700px;
  margin: 0 auto;
}
body.contest #section2 .col {
  width: calc(100% - 20px - 161px);
  line-height: 1.4;
  margin-right: 20px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #648333;
  color: #FFF;
}
body.contest #section2 .col li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - (8px * 2)) / 3);
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0 8px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
}
body.contest #section2 .col li:last-child {
  margin-right: 0;
}
body.contest #section2 .col + .image {
  width: 161px;
}
body.contest #content3 .image {
  margin-bottom: 40px;
}
body.contest #content3 .image img:not(:last-child) {
  margin-bottom: 20px;
}
body.contest #section6 table.type2 {
  margin-bottom: 40px;
}
body.contest #section6 ul {
  padding: 10px 30px;
  border-top: solid 1px #648333;
  border-bottom: solid 1px #648333;
  box-sizing: border-box;
}
body.contest #section8 .cols2 .image {
  width: 100px;
  margin-right: 25px;
}
body.contest #section8 .cols2 .text {
  width: calc(100% - 100px - 25px);
}

/* CONTACT */
body.contact #content1 .contentInner {
  max-width: 800px;
}
body.contact #content1 .contentInner label {
  display: block;
  margin-bottom: 20px;
}
body.contact #content1 .contentInner input,
body.contact #content1 .contentInner textarea {
  width: 100%;
  margin-top: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
}
body.contact #content1 .contentInner [type="submit"] {
  line-height: 42px;
  border: none;
  max-width: 150px;
	border-radius: 4px;
  background-color: #648333;
	-webkit-appearance: none;
  cursor: pointer;
  color: #FFF;
}
body.contact #content1 .contentInner .wpcf7-spinner {
  display: none;
}
.wpcf7 .req {
  display: inline-block;
  width: 45px;
  line-height: 18px;
  vertical-align: 1px;
  margin-left: 13px;
  border-radius: 4px;
  background-color: red;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
}

/* member */
.loginbox {
  max-width: 350px;
  margin: 0 auto;
  padding: 40px;
}
.loginbox [type="text"],
.loginbox [type="password"] {
  width: 100%;
  box-sizing: border-box;
}
.loginbox .forgetmenot {
  margin-bottom: 20px;
}
.loginbox .submit {
  margin-bottom: 20px;
}
.error_message {
  margin-bottom: 40px;
  color: red;
}

@media screen and (max-width:1200px) {

  /* breadcrumb */
  .breadcrumb {
    width: calc(100% - (20px * 2));
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* page */
  .pageTitle {
    width: calc(100% - (20px * 2));
  }

}

@media screen and (max-width:1000px) {

  /* layout */
  #layoutColsChild {
    width: 100%;
    max-width: none;
  }
  #layoutColMain {
    width: calc(100% - 220px - 40px);
  }
  #layoutColBanner {
    display: flex;
    width: 100%;
  }
  #layoutColBanner > * {
    width: calc((100% - (20px * 3)) / 4);
    margin-right: 20px;
  }
  #layoutColBanner > *:last-child {
    margin-right: 0;
  }

  /* home */
  body.home #contents {
    padding: 0 20px;
    box-sizing: border-box;
  }
  body.home #content1 .contentInner > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.home #content1 .contentInner .col:not(:last-child) {
    margin-bottom: 40px;
  }
  body.home #content1 .contentInner .image {
    max-width: 340px;
    margin: 0 auto;
  }

}

@media screen and (max-width:880px) {

  header.type4 {
    margin-bottom: 20px;
    padding: 20px;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 100;
  }
  header nav ul {
    display: block !important;
    width: 100%;
  }
  header nav > ul {
    margin: 100px 0;
  }
  header nav ul li {
    margin-left: 0!important;
  }
  header nav ul li.sp {
    display: block!important;
  }
  header nav ul li a {
    display: block;
    padding: 20px 10px;
    border-bottom: dashed 1px #648333;
    text-align: left;
    color: #648333;
  }
  .menuButton {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 100000;
    padding: 20px;
    background-color: #648333;
    cursor: pointer;
  }
  .memberButton {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 100000;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-size: 12px; /*add UDW 20161212*/
    height: 21px;
    overflow: hidden;
    position: relative;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 20px;
    height: 21px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  .underSpHeader .menu-trigger span {
    background-color: #FFF;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .active .menu-trigger span {
    background-color: #FFF;
    color: #FFF;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  header .ic {
    display: none;
  }

  /* TOP */
  body.home #content2 .posTop {
    top: calc(-55px - 60px);
  }
  body.home #content2 .posTop img {
    max-width: 80%;
  }
}

@media screen and (max-width:700px) {
  /* layout */
  #layoutColBanner {
    flex-wrap: wrap;
  }
  #layoutColBanner img {
    width: 100%;
    max-width: none;
  }
  #layoutColBanner > * {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
  }
  #layoutColBanner > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width:640px) {
  header #siteTitle {
    width: 100%;
    margin-bottom: 0!important;
  }
  header.type4 #headerInner #siteTitle img {
    height: 41px;
  }
  header .search {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    margin: 0 0 30px;
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {

  }

  /* layout */
  #layoutColsChild {
    display: block;
  }
  #layoutColsChild > * {
    width: 100%;
    max-width: none;
  }

  /* header */
  header.type4 {
    margin-bottom: 0;
    padding: 10px 20px;
  }
  .home header.type4 {
    margin-bottom: 20px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header.type3 #headerInner #siteTitle {
    text-align: left;
  }
  header.type4 #headerInner {
    text-align: left;
  }

  /* slider */
  .slider.type1 .slick-list {
    /* height: 500px;
    margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 ); */
  }
  .slider.type1 .slick-slide img {
    /* width: calc((500 / 540) * 1100px); */
    height: 100%;
  }
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }

  /* main */
  .content .contentInner {

  }

  /* footer */
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type1 #footerMenu {
    margin-bottom: 40px;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer.type2 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type2 #footerMenu ul {
    width: 100%;
  }
  footer.type1 .upper {
    display: block;
  }
  footer.type1 .upper .logo {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  footer.type1 .upper .address p {
    line-height: 1.4;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  footer.type1 .upper .ic {
    bottom: 13px;
  }
  footer.type1 #footerMenu ul {
    flex-wrap: wrap;
  }
  footer.type1 #footerMenu ul li {
    width: calc(50%);
    padding: 0;
    padding-left: 0px;
    border: none;
    box-sizing: border-box;
  }
  #contentLinks .contentInner li a span {
    font-size: 2rem;
  }


  /* type1 */
  .content.type1 .contentInner .block .text {
    width: 100%;
  }

  /* type2 */
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }
  .content.type2 .block .text {
    width: 100%;
  }

  /* common */
  .pc {
    display: none!important;
  }

  .alignC_sp {
    text-align: center;
  }
  .alignL_sp {
    text-align: left;
  }
  .alignR_sp {
    text-align: right;
  }

  .mb10_sp {
    margin-bottom: 10px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .mb40_sp {
    margin-bottom: 40px;
  }
  .mb60_sp {
    margin-bottom: 60px;
  }
  .mb80_sp {
    margin-bottom: 80px;
  }
  .mb100_sp {
    margin-bottom: 100px;
  }
  .mb120_sp {
    margin-bottom: 120px;
  }
  .mb140_sp {
    margin-bottom: 140px;
  }
  .mb160_sp {
    margin-bottom: 160px;
  }
  .mb180_sp {
    margin-bottom: 180px;
  }
  .mb200_sp {
    margin-bottom: 200px;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 20px!important;
    margin-bottom: 20px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (20px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (20px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (20px * 3)) / 4)!important;
  }

  .head.type2 {
    font-size: 5rem;
  }

  .buttons.type1 > * {
    width: 100%;
    margin-right: 0!important;
  }
  .buttons.type1 a {
    font-size: 2.2rem;
  }
  .buttons.type2 > * {
    width: calc((100% - (10px * 2)) / 3);
    margin-right: 10px;
  }
  .buttons.type2 > *:nth-child(3n) {
    margin-right: 0;
  }
  .button.type2 a {
    font-size: 4rem;
  }

  .flow.type1 > * {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flow.type1 > *:nth-child(2n) {
    margin-right: 0;
  }

  .panels.type1 .panel {
    width: calc((100% - (10px * 1)) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .panels.type1 .panel:nth-child(2n) {
    margin-right: 0;
  }
  .panel.application > div span {
    display: block;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .LineBG {
    width: 100%;
    height: 300px;
  }

  /* table */
  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }

  /* page */
  .pageImage {
    height: 300px;
  }
  .pageImage img {
    margin-left: calc((100vw - (300px * (1500 / 600) )) / 2);
    height: 100%;
    margin-left: calc((100vw - 750px) / 2);
    height: 100%;
    width: auto;
  }

  /* TOP */
  body.home #content1 {
    padding-top: 60px !important;
    padding-bottom: 140px;
  }
  body.home #content2 .posTop {
    top: calc(-55px - 133px);
    left: 0;
  }
  body.home #content2 .image {
    width: 418px !important;
    margin: 0 auto 40px;
  }

  /* contest */
  body.contest table.type1 th, 
  body.contest table.type1 td {
    display: list-item;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
  }
  body.contest table.type1 th {
    padding-bottom: 0;
    border: none;
    font-weight: 500;
  }
  body.contest #section8 .cols2 .image {
    text-align: center;
  }
  body.contest #section9 .image {
    text-align: center;
  }

}

@media screen and (max-width:418px) {

  /* footer*/
  footer.type1 #footerMenu ul li:nth-child(odd) {
    width: calc(40%);
  }
  footer.type1 #footerMenu ul li:nth-child(even) {
    width: calc(60%);
  }
  footer.type1 .message {
    display: block;
    margin-bottom: 20px;
  }
  footer.type1 .message .head {
    margin-right: 0;
    margin-bottom: 0;
  }

  /* TOP */
  body.home #content2 .posTop {
    top: calc(-55px - 107px);
    left: 0;
  }
  body.home #content2 .image {
    width: 100% !important;
    height: calc((100vw - (40px)) * (460 / 418));
  }
  body.home #content2 .image::after {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  body.home #content2 .image img {
    width: 100%;
  }
}

@media screen and (max-width:400px) {

  /* layout */
  #layoutColBanner > * {
    width: 100%;
    margin-right: 0;
  }
  
}

@media screen and (min-width:641px) {
  header {
    min-max-width: 1200px;
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {
    min-max-width: 1200px;
  }
  #main {
    min-max-width: 1200px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-max-width: 1200px;
  }


  /* common */
  .sp {
    display: none!important;
  }
}

@media screen and (min-width:881px) {
  /* menu */
  header nav {
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 0;
    opacity: 0;
    background-color: rgba(35,24,21,0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: 200px;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    justify-content: center;
  }
  .menuButton {
    display: none;
  }
}

@media screen and (min-width:1840px) {

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}
