@charset "UTF-8";
/*レイアウトindex home用*/
body {
  background: none;
}
/*背景用調整 クエリ*/
@media screen and (min-width:961px) and (max-width:1200px) {
  body {
    background: none;
  }
}
@media screen and (min-width:736px) and (max-width:960px) {
  body {
    background: none;
  }
}
@media screen and (min-width:581px) and (max-width:735px) {
  body {
    background: none;
  }
}
@media screen and (max-width:580px) {
  body {
    background: none;
  }
}
html {
  background: #6d91aa;
}
#sitewrapper {
  width: 100%;
  background: #fff url(../images/common/body_bg.png) no-repeat center top / 1700px auto;
  background-attachment: fixed;
}
/*背景用調整 クエリ*/
@media screen and (min-width:961px) and (max-width:1200px) {
  #sitewrapper {
    background: #fff url(../images/common/site_bg.png) no-repeat center top / cover;
    background-attachment: fixed;
  }
}
@media screen and (min-width:736px) and (max-width:960px) {
  #sitewrapper {
    background: #fff url(../images/common/site_bg.png) no-repeat left top / 960px auto;
    background-attachment: fixed;
  }
}
@media screen and (min-width:581px) and (max-width:735px) {
  #sitewrapper {
    background: #fff url(../images/common/site_bg.png) no-repeat center top / cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width:580px) {
  #sitewrapper {
    background: #fff url(../images/common/site_bg.png) no-repeat center top / contain;
    background-attachment: fixed;
  }
}
.selectBox {
  margin: 1.5em auto 2em;
  padding: 1.8em;
  width: 77%;
  max-width: 806px;
  min-width: 120px;
  border: 0px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(109, 145, 170, 0.2);
}
.selectBox p {
  margin: 1em 10% 1.8em;
  padding: 0;
  text-align: center;
}
.noteBoxCheck {
  margin: 1.8em auto;
  padding: 1.8em;
  width: 77%;
  max-width: 806px;
  min-width: 120px;
  border: 1px solid #6d91aa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
}
.checkBtnBox {
  box-sizing: border-box;
  margin: 3em auto 1.8em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .checkBtnBox li {
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
  }
  .checkBtnBox li:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .checkBtnBox li:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 10px 0;
  }
  .checkBtnBox li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .checkBtnBox li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px 8px;
    color: #fff;
    font-size: 90%;
    text-align: center;
    border: 0px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #6d91aa;
  }
}
.checkBtnBox li a:hover {
  text-decoration: none;
  background: #9ca9be;
}
.checkBtnBox li:nth-of-type(1) a {
  background: #f096b9;
}
.checkBtnBox li:nth-of-type(1) a:hover {
  background: #2cbbef;
}
@media screen and (max-width: 767px) {
  .checkBtnBox {
    margin: 2em 10% 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .checkBtnBox li:nth-of-type(1) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .checkBtnBox li:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .checkBtnBox li:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .checkBtnBox li {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    margin: 10px 0;
  }
  .checkBtnBox li a {
    display: block;
    width: 100%;
    padding: 8px 8px;
    color: #fff;
    font-size: 90%;
    text-align: center;
    border: 0px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #6d91aa;
  }
} /*max-width: 767px end*/