@charset "UTF-8";
.pbAreaWrapper1 {
  width: 100%;
}
.pbMainArea {
  float: none;
  width: 100%;
}
#clm2_content {
  width: 960px;
  margin: auto;
}
#page_width {
  float: left;
  width: 720px;
}
.pbNested {
  clear: none;
}
.pbMainArea .full-content:last-child {
  padding-bottom: 60px;
}
.only-sp {
  display: none !important;
}
#section01 {
  padding-top: 60px;
  margin: 0;
}
#section02,
#section03,
#section04,
#section05 {
  padding-top: 60px;
  margin-top: 40px;
}
.kumiaiin-title {
  border-bottom: solid 2px #094;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  margin-top: 30px;
}
.btn-outline {
  background: #fff;
  border-radius: 30px;
  border-bottom: 2px solid #dcdcdc;
}
ul.anchor-btn-box {
  border-bottom: solid 1px #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 70px;
}
ul.anchor-btn-box .anchor-btn {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px 21px 0 0;
}
ul.anchor-btn-box .anchor-btn:nth-child(3n) {
  margin-right: 0;
}
ul.anchor-btn-box .anchor-btn a {
  color: #094;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  position: relative;
  padding: 35px 0;
  width: 215px;
}
ul.anchor-btn-box .anchor-btn a:after {
  border-top: 3px solid #094;
  border-right: 3px solid #094;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
ul.anchor-btn-box .anchor-btn a:hover {
  opacity: .7;
  text-decoration: none;
}
ul.anchor-btn-box .anchor-btn a img {
  margin-right: 5px;
  width: 50px;
}
ul.anchor-btn-box .mypage-btn {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0 0;
  width: 473px;
}
ul.anchor-btn-box .mypage-btn .mypage-text01 {
  color: #094;
  font-size: 1.6rem;
  font-weight: bold;
}
ul.anchor-btn-box .mypage-btn .login-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
ul.anchor-btn-box .mypage-btn .login-btn-box li:first-child {
  margin-right: 20px;
}
ul.anchor-btn-box .mypage-btn .mypage-text02 {
  font-size: 1.4rem;
  margin-top: 7px;
  position: relative;
}
ul.anchor-btn-box .mypage-btn .mypage-text02:after {
  border-top: 3px solid #094;
  border-right: 3px solid #094;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  bottom: 5px;
  left: -20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}
.login-btn {
  background: #b2e0c7;
  border-bottom: solid 2px #a0c9b3;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 38px;
  position: relative;
  width: 150px;
}
.login-btn:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login-btn:hover {
  opacity: .7;
  text-decoration: none;
}
.sub-title {
  border-bottom: solid 2px #094;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.sub-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.4em;
  font-weight: bold;
}
.sub-title h2:before {
  content: "";
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  vertical-align: sub;
  min-width: 40px;
}
.title-side-btn {
  background: #b2e0c7;
  border-bottom: solid 2px #a0c9b3;
  border-radius: 10px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.title-side-btn a {
  display: block;
  padding: 5.5px 0;
  text-align: center;
  width: 200px;
  position: relative;
}
.title-side-btn a:hover {
  text-decoration: none;
  opacity: .7;
}
.title-side-btn a:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.third-title {
  border-left: solid 10px #094;
  font-size: 2rem;
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
  padding-left: 10px;
}
.content-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-btn-box .content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.content-btn-box .content-btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  min-height: 98px;
  padding: 18.5px 30px;
  position: relative;
  width: 350px;
}
.content-btn-box .content-btn a:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-btn-box .content-btn a img {
  margin-right: 25px;
  width: 45px;
}
.content-btn-box .content-btn a:hover {
  opacity: .7;
  color: #333;
  text-decoration: none;
}
.content-btn-box .content-btn a .content-btn-text span {
  font-size: 1.4rem;
}
.content-btn-box .content-btn-3clm a {
  height: 88px;
  width: 226px;
}
.content-btn-box .content-btn-3clm a img {
  margin-right: 10px;
}
ul.content-text-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
ul.content-text-link-box .content-text-link {
  position: relative;
}
ul.content-text-link-box .content-text-link:first-child {
  margin-right: 40px;
}
ul.content-text-link-box .content-text-link:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: -17px;
  bottom: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin-top: 30px;
}
.content-box .content-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 25px;
}
.content-box .content-left-box p {
  margin-top: 0;
}
.content-box .content-left-box .content-login-left-text {
  color: #094;
  font-size: 2.2rem;
  font-weight: bold;
}
.content-box .content-right-box {
  border-left: solid 1px #dcdcdc;
  padding-left: 25px;
}
.content-box .content-right-box .content-login-right-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}
.content-box .content-tag {
  background: #e5f5ec;
  border-radius: 13px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  width: 130px;
}
.icon-blank {
  background: no-repeat center center;
  background-size: 100%;
  background-image: url("/library/kumiaiin/img_renew/kumiaiin_img10.png");
  display: inline-block;
  height: 11px;
  overflow: hidden;
  position: relative;
  top: -1px;
  height: 1em;
  margin: 0 .3em;
  text-indent: 200%;
  width: 15px;
  vertical-align: middle;
  white-space: nowrap;
}
#section01 h2:before {
  background: url("/library/kumiaiin/img_renew/kumiaiin_img01.png");
  background-size: cover;
}
#section02 h2:before {
  background: url("/library/kumiaiin/img_renew/kumiaiin_img02.png");
  background-size: cover;
}
#section03 h2:before {
  background: url("/library/kumiaiin/img_renew/kumiaiin_img03.png");
  background-size: cover;
}
#section04 h2:before {
  background: url("/library/kumiaiin/img_renew/kumiaiin_img17.png");
  background-size: cover;
}
#section05 {
  margin-top: 0;
}
#section05 h2:before {
  background: url("/library/kumiaiin/img_renew/kumiaiin_img04.png");
  background-size: cover;
}
#section05 .title-side-btn {
  font-size: 1.5rem;
}
.kumiaiin_img05 {
  margin-left: 5px;
  width: 98px;
}
.kumiaiin_img11,
.kumiaiin_img13 {
  margin-right: 5px;
  vertical-align: middle;
  width: 21px;
}
.kumiaiin_img12 {
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
}
/*slider
************************************************************/
.main-slider {
  margin-top: 40px;
  position: relative;
}
.main-slider_item a {
  display: block;
}
.main-slider_item img {
  display: block;
  max-width: 100%;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  width: 36px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: none;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: transparent;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.slick-prev {
  background-image: url(/library/kumiaiin/img_renew/index_mainvisuak_slider_bg01.png);
  left: 0;
}
.slick-next {
  background-image: url(/library/kumiaiin/img_renew/index_mainvisuak_slider_bg02.png);
  right: 0;
}
