@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
/*****************************************
  背景色
*****************************************/
body {
  background: url(../images/body_bg_dots.png) repeat left top;
  background-size: 30px auto;
}

body.cntBgGreen {
  background-color: #e7f3e7;
}

body.cntBgBlue {
  background-color: #ddf2f3;
}

body.cntBgNobinobi {
  background-color: #ddf2f3;
}
body.cntBgDefault {
  background-color: #fbf7ed;
  background-image: none;
}
body.cntBgEvent {
  background-color: #fff8f5;
  background-image: none;
}
body.cntBgQa {
  background-color: #fff7eb;
  background-image: none;
}
body.cntBgSns {
  background-color: #fef4f4;
  background-image: none;
}

/*****************************************
  主要ブロック要素
*****************************************/
.contentsBlockInner {
  width: 100%;
  margin: 0 auto;
}

.contentsBlockInner.col1 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.contentsBlockInner.col2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.main {
  width: 100%;
}

.col2 main {
  width: 892px;
}

main {
  width: 100%;
}

main section {
  width: 100%;
}

aside {
  width: 280px;
  position: relative;
  padding: 0 0 50px;
  margin: 0 0 0;
  background: transparent;
  height: auto;
}

aside nav {
  width: 100%;
  padding: 0 0 0;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

aside nav ul {
  width: 100%;
}

aside nav ul li {
  width: 100%;
  margin: 0 0 20px;
}

aside nav ul li.odekakeTopList a {
  display: block;
  background: #fff;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 12px;
}

aside nav ul li.odekakeTopList a span {
  display: block;
  border-radius: 12px;
  border: dashed 2px #afd7af;
  padding: 31px 19px 31px 24px;
  ;
  line-height: 1;
  background: url(../images/lower/odekake/arw_orange.png) no-repeat right 19px center;
  background-size: 8px auto;
}

aside nav ul li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

aside nav ul li:last-child {
  margin: 0 0 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

aside nav ul li a {
  width: 100%;
}

aside nav ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contentsBlockInner.col1 {
    width: 100%;
    max-width: 100%;
  }
  .contentsBlockInner.col2 {
      max-width: 100%;
      display: block;
    }
    .col2 main {
      width: 100%;
    }
    aside {
      width: calc(100% - 40px);
      margin: 0 auto;
      padding: 0 0 30px;
    }
}
  

/*****************************************
  リンク
*****************************************/
a.linkArrow {
  background: url(../images/lower/odekake/arw_orange.png) no-repeat 0 0.1em;
  background-size: 8px auto;
  padding: 0 0 0 17px;
}
a:hover.linkArrow {
  background: url(../images/lower/odekake/arw_orange.png) no-repeat 2px 0.1em;
  background-size: 8px auto;
}
@media screen and (max-width: 767px) {
  a.linkArrow {
    background-size: 7px auto;
    padding: 0 0 0 12px;
  }
}


/*****************************************
  コンテンツ別基本フォントサイズ
  PC 15pxに対して
  SP 12pxに対して
  bodyのフォントサイズに依存する為、編集する必要はありません
*****************************************/
.contentsBlock {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .contentsBlock {
    overflow: hidden;
  }
}

/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock {
  width: 100%;
}

.lowerTtlBlock .wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock .wrap {
    max-width: 100%;
  }
}

/*****************************************
  第二階層トップ 共通
*****************************************/

/*****************************************
  サイドナビ
*****************************************/
.navBlock {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 12px;
  margin: 0 0 20px;
}
.navBlock .navIntBox {
  border: dashed 2px #fbc3ad;
  border-radius: 15px;
  padding: 0;
}
.navBlock ul li {
  margin: 0;
}
.navBlock ul li a {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-weight: bold;
}
.navBlock ul li:first-child a {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.navBlock ul li:last-child a {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navBlock ul li a span {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  margin: 0 20px;
  padding: 30px 20px 30px 0;
  line-height: 1.4;
  background: url(../images/lower/odekake/arw_orange.png) no-repeat right 0 center;
  background-size: 8px auto;
}
.navBlock ul li:last-child a span {
  border-bottom: none;
}
.navBlock ul li a:hover span {
  background: url(../images/lower/odekake/arw_orange.png) no-repeat right 2px center;
  background-size: 8px auto;
}

.navBlock ul li.current a {
  background-color: #fff7d1;
  font-weight: bold;
}
.navBlock ul li:first-child.current a {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.navBlock ul li:last-child.current a {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cntBgBlue .navBlock ul li:first-child.current a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cntBgBlue .navBlock ul li:last-child.current a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navBlock dl {
  border: dashed 2px #fbc3ad;
  border-radius: 15px;
  padding: 0 0 10px 0;
}
.navBlock dl dt {
  background-color: #fff7eb;
  color: #fb833b;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 106.6%;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.navBlock dl dd {
  padding: 0 20px 20px 20px;
  font-weight: normal;
}
.navBlock dl dd p {
  text-align: left;
  padding: 0 0 20px;
  border-bottom: 1px solid #d3d3d3;
}
.navBlock dl dd p small {
  font-size: 73.5%;
}
.navBlock dl dd:last-child p {
  border-bottom: none;
  padding: 0;
}
.navBlock dd + dt {
  border-radius: 0;
}

.navBlock .btn {
  text-align: center;
  margin: 0 20px 30px;
  padding: 30px 0 0 0;
  border-top: 1px solid #d3d3d3;
}
.navBlock .btn a {
  color: #fff;
  display: block;
  padding: 12px 0;
  border-radius: 20px;
  line-height: 1;
  background: #00a4af url(../images/lower/arw_white.png) no-repeat right 16px center;
  background-size: 8px auto;
}

aside p {
  text-align: center;
}
aside p img {
  width: 78%;
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  .navBlock ul li a span {
    margin: 0 15px;
    padding: 20px 20px 20px 0;
    background-size: 7px auto;
  }
  .navBlock .btn {
    margin: 0 20px 20px;
    padding: 20px 0 0 0;
  }
}

/*****************************************
  パンくず
*****************************************/
.bcNav {
  width: 100%;
  padding: 8px 0 8px;
  background: #fff;
  border-bottom: solid 1px #d4d4d4;
}

.bcNav .bcNavList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bcNav .bcNavList li {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 0 0 26px;
  position: relative;
}

.bcNav .bcNavList li.home {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 0 0 0;
  width: 18px;
  height: 18px;
}

.bcNav .bcNavList li.home a {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.bcNav .bcNavList li.home a img {
  width: 18px;
  height: 18px;
}

.bcNav .bcNavList li:nth-child(2):before,
.bcNav .bcNavList li:nth-child(3):before,
.bcNav .bcNavList li:nth-child(4):before,
.bcNav .bcNavList li:nth-child(5):before,
.bcNav .bcNavList li:nth-child(6):before,
.bcNav .bcNavList li:nth-child(7):before,
.bcNav .bcNavList li:nth-child(8):before,
.bcNav .bcNavList li:nth-child(9):before,
.bcNav .bcNavList li:nth-child(10):before {
  content: "";
  width: 5px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0.9em;
  top: calc(1em - 1px);
  display: block;
}

.bcNav a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.bcNav a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .bcNav {
    width: 100%;
    max-width: inherit;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 10px 0 10px;
    margin: 0 0 0;
  }

  .bcNav .bcNavList {
    flex-wrap: nowrap;
    padding: 0 15px 0;
  }

  .bcNav .bcNavList dt {
    font-size: 9px;
    padding: 4px 6px 4px;
  }

  .bcNav .bcNavList dd {
    font-size: 9px;
  }

  .bcNav .bcNavList dd:nth-child(3):before,
  .bcNav .bcNavList dd:nth-child(4):before,
  .bcNav .bcNavList dd:nth-child(5):before,
  .bcNav .bcNavList dd:nth-child(6):before {
    content: "";
    width: 4px;
    height: 14px;
    background: url(../images/lower/arw_pakuzu.png) no-repeat;
    background-size: contain;
    top: 0.62em;
  }

  .bcNav .bcNavList dd:last-child {
    padding-right: 1em;
  }
}

/*****************************************
  カラム（余白・ボーダーなし）
*****************************************/
.column1colBox {
  width: 100%;
  padding: 20px 20px 30px;
  margin: 0 0 60px;
}
  .column1colBox *:last-child {
      margin-bottom: 0;
  }
.column1colBox dl dt:empty,
.column2colBox dl dt:empty,
.column3colBox dl dt:empty {
  display: none;
}

.column2colBox {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.column2colBox dl {
  width: 440px;
  padding: 20px 20px 30px;
  margin: 0 0 30px;
}
.column2colBox dl dd *:last-child {
  margin-bottom: 0;
}
.column3colBox {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.column3colBox::after {
  content: '';
  width: 32%;
  display: block;
}
.column3colBox dl {
  width: 32%;
  padding: 0;
  margin: 0 0 30px;
}
.column3colBox dl dd *:last-child {
  margin-bottom: 0;
}
dt.columnBoxDt {
}
dt.columnBoxDt span {
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 100%;
  font-weight: bold;
  border-radius: 15px;
  margin: 0 0 10px 0;
  padding: 9px 20px;
}

.column1colBox:last-child,
.column2colBox:last-child,
.column3colBox:last-child {
  margin-bottom: 0;
}

.linkInpage a {
background: url("../images/lower/information/awr_orange_kosodate_dwn.png") no-repeat 2px 0.4em;
background-size: 10px auto;
display: inline-block;
}
.linkInpage a:hover {
background: url("../images/lower/information/awr_orange_kosodate_dwn.png") no-repeat 2px 0.45em;
background-size: 10px auto;
}

.imageBlock {
width: 80%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto 20px;
}

.imageBlock a {
opacity: 1;
transition: 0.3s;
}

.imageBlock a:hover {
opacity: 0.7;
}

.imageBlock figure:nth-child(odd):last-child {
margin: 15px auto;
}

.imageBlock figure {
width: 48%;
max-width: 380px;
margin: 15px 0;
text-align: center;
}

.imageBlock figure img {
width: auto;
max-height: 200px;
max-width: 100%;
}

.imageBlock figure figcaption {
text-align: center;
margin: 0.5em 0 0;
font-size: 80%;
}
.imageBlock.col3 {
width:100%;
}
.imageBlock.col3 figure {
width: 30%;
}
.imageBlock.col3 figure:nth-child(odd):last-child {
margin: 15px 0;
}
.imageBlock.col4 {
width:100%;
}
.imageBlock.col4 figure {
width: 22%;
}
.imageBlock.col4 figure:nth-child(odd):last-child {
margin: 15px 0;
}
.imageBlock.lineFlow {
width:100%;
justify-content: start;
/*align-items: baseline;*/
gap: 0 1.85%;
margin: 0;
}
.imageBlock.lineFlow figure {
width: 18.52%;
display: flex;
flex-direction: column;
}
.imageBlock.lineFlow figure:nth-child(odd):last-child {
margin: 15px 0;
}
.imageBlock.lineFlow figure img {
max-height: 100%;
border: 1px solid #CCC;
}
.imageBlock.lineFlow figure figcaption {
line-height:1.4;
flex-grow: 1;
margin: 0 0 10px;
}
.imgRightTxt figure {
float: right;
margin: 0 0 20px 20px;
}
.imgRightTxt figure figcaption {
text-align: center;
font-size: 80%;
}
@media screen and (max-width: 767px) {
  .imgRightTxt figure {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .imageBlock.lineFlow {
    justify-content: space-between;
  }
  .imgRightTxt figure img {
    max-height: 150px;
  }
  .imgRightTxt figure + h3 {
    margin-top: 0;
  }
  .imageBlock.col4 figure,
  .imageBlock.lineFlow figure {
    width: 48%;
  }
  .imageBlock.lineFlow figure {
    margin: 0 0 10px;
  }
  .imageBlock.lineFlow figure figcaption {
    margin: 5px 0;
  }
}

/*****************************************
  ページネーション
*****************************************/
.page_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clear: both;
  font-weight: 500;
  margin: 70px 0 0;
  padding: 0 0 !important;
  list-style: none !important;
}

.page_navi li {
  display: inline;
  list-style: none !important;
  background: none !important;
  line-height: 1em;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 8px !important;
  clear: none;
  letter-spacing: 0;
}

.page_navi li.current span {
  font-weight: bold;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 2px #419b41;
  background: #419b41;
  border-radius: 2em;
}

.page_navi li a {
  font-weight: bold;
  width: 36px;
  height: 36px;
  display: flex;
  color: #419b41;
  justify-content: center;
  align-items: center;
  border: solid 2px #419b41;
  border-radius: 2em;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.page_navi li.previous a,
.page_navi li.next a {
  border: 0;
  padding: 0 10px;
  position: relative;
}

.page_navi li a:hover {
  color: #000;
  opacity: 0.5;
}

.page_navi li.page_nums span {
  color: #fff;
  padding: 6px 9px 6px;
  background: #f3f3f3;
  display: inline-block;
  border: dotted 1px #333333;
}

.page_navi li.previous a,
.page_navi li.next a {
  font-weight: bold;
  width: inherit;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #419b41;
  border-radius: 2em;
  background: #fff;
  padding: 0 3em;
}

/*****************************************
  ページネーション 応援隊
*****************************************/
.cntBgBlue .page_navi li.current span {
  border: solid 2px #00a4af;
  background: #00a4af;
}

.cntBgBlue .page_navi li a {
  color: #00a4af;
  border: solid 2px #00a4af;
}

.cntBgBlue .page_navi li.previous a,
.cntBgBlue .page_navi li.next a {
  border: solid 2px #00a4af;
}

/*****************************************
  検索モーダル
*****************************************/
#searchModal {
  visibility: hidden;
  display: none;
}
#modalCloseBtn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: inherit;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1002;
  padding: 27px 0 0;
  transition: 0.5s;
}

#modalCloseBtn:hover {
  opacity: 0.7;
}

#modalCloseBtn i {
  display: block;
  width: 40px;
  border-top: 0;
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
}

#modalCloseBtn i:before {
  content: '';
  width: 40px;
  height: 3px;
  background: #222;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 2px;
  transform: rotate(45deg);
}

#modalCloseBtn i:after {
  content: '';
  width: 40px;
  height: 3px;
  background: #222;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 2px;
  transform: rotate(-45deg);
}

.layer {
  display: none;
}

.openModal .layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,40%);
  position: fixed;
  left: 0;
  top: 0;
	z-index: 1002;
}
.openModal #searchModal {
  visibility: visible;
}

#searchModal {
  width: 1100px;
  height: 85vh;
  position: fixed;
  color: #333;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1003;
  visibility: visible;
  background: #fff;
  border-radius: 20px;
  display: none;
  margin: auto;
  padding: 80px 0 30px;
}

#searchModal .wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  padding: 0 50px 50px;
}

#searchModal .wrap::-webkit-scrollbar {
  display: none;
}

#searchModal h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #modalCloseBtn {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    padding: 18px 0 0;
  }
  #modalCloseBtn i,
  #modalCloseBtn i:before,
  #modalCloseBtn i:after {
    width: 20px;
  }
  #searchModal {
    width: 90%;
    padding: 60px 0 20px;
  }
  #searchModal .wrap {
    padding: 0 20px;
  }
  
}