@charset "UTF-8";
/*------------------------------------------------------------
  Webフォント(NotoSans)
------------------------------------------------------------*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansJP-Regular.otf"), url("/assets/common/fonts/web/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/common/fonts/web/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansJP-Bold.otf"), url("/assets/common/fonts/web/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/common/fonts/web/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/*------------------------------------------------------------
	PC/SP切り替え
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .hidePc,
  .pc-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hideSp,
  .sp-hide {
    display: none !important;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  min-width: 1286px;
  height: 54px;
  background-image: -webkit-linear-gradient(0deg, #0093d3 0%, #1a266a 100%);
  background-image: -ms-linear-gradient(0deg, #0093d3 0%, #1a266a 100%);
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans Japanese', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header.top {
  margin-bottom: 30px;
}

#header .headLogo {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans Japanese', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header .headLogo .logo {
  margin: 14px 20px 0;
  display: inline-block;
}

#header .headLogo span {
  margin-top: 22px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

#header #gNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header #gNavi ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 54px;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;

  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}


#header #gNavi ul li a:before {
  content: "";
  width: 100px;
  height: 54px;
  background: #FFF;
  border-top: 3px solid #F00;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#header #gNavi ul li a:hover {
  color: #000;
  font-weight: 700;
}

#header #gNavi ul li a:hover:before {
  top: 0;
}

#header #gNavi ul li.current a {
  background: #FFF;
  border-top: 3px solid #F00;
  color: #000;
  font-weight: 700;
}

#header #gNavi ul li.current a:before {
  display: none;
}

#header .menuCtrl {
  margin-left: auto;
}

#header .menuCtrl > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .menuCtrl > ul li.service {
  background: #E66445;
}

#header .menuCtrl > ul li.service .active,
#header .menuCtrl > ul li.service a:hover {
  background: #EEE;
  color: #E66445;
}

#header .menuCtrl > ul li.service svg {
  width: 21px;
  height: 15px;
  fill: currentColor;
}

#header .menuCtrl > ul li.service a {
  padding-top: 8px;
}

#header .menuCtrl > ul li.service span {
  line-height: 1;
}

#header .menuCtrl > ul li.search {
  background: #2a4eae;
}

#header .menuCtrl > ul li.search .active {
  background: #EEE;
  color: #2A4CAD;
}

#header .menuCtrl > ul li.register {
  background: #3c67d0;
  position: relative;
}

#header .menuCtrl > ul li.register.signin::after{
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#header .menuCtrl > ul li.login {
  background: #4b7ee4;
}

#header .menuCtrl > ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 11px;
  width: 60px;
  height: 54px;
  display: block;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#header .menuCtrl > ul li a i.im {
  font-size: 1.8rem;
}

#header .menuCtrl > ul li a span {
  margin-top: 1px;
  display: block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#header .menuCtrl > ul li a:hover {
  background: #EEE;
  color: #2A4CAD;
}

#headerCustomSearch {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: none;
}

#headerCustomSearch .cover {
  width: 100%;
  background: #000;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}

#headerCustomSearch .inner {
  padding: 20px 0;
  width: 100%;
  background: #EEE;
  position: absolute;
  z-index: 2;
}

#headerCustomSearch .inner .cse-search-box {
  width: 100%;
  max-width: 860px;
}

#headerCustomSearch .inner .cse-search-box input {
  width: 85%;
}

#headerCustomSearch .inner .cse-search-box button {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  #header {
    min-width: 100%;
    height: 50px;
  }
  #header.top {
    margin-bottom: 0;
  }
  #header .headLogo {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .headLogo .logo {
    margin: 15px 10px;
  }
  #header .headLogo .logo img {
    width: 50%;
    height: auto;
  }
  #header .headLogo span {
    display: none;
  }
  #header #gNavi {
    margin-top: 50px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  #header #gNavi .cover {
    width: 100%;
    background: #000;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
  }
  #header #gNavi ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
  }
  #header #gNavi ul li a {
    padding: 25px 20px;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    color: #111;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: left;
  }
  #header #gNavi ul li a br {
    display: none;
  }
  #header #gNavi ul li a:before {
    display: none;
  }
  #header #gNavi ul li a:after {
    content: "";
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #E4374C;
    border-bottom: 1px solid #E4374C;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header #gNavi ul li.current a {
    padding-top: 25px;
    border-top: none;
    color: #111;
    font-weight: 400;
  }
  #header .menuCtrl > ul li a:hover {
    background: none;
    color: #fff;
  }
  #header .menuCtrl > ul li.menu {
    background: #111;
  }
  #header .menuCtrl > ul li.menu .menuBtn {
    padding-top: 0;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    font-style: normal;
    cursor: pointer;
  }
  #header .menuCtrl > ul li.menu .menuBtn > .menuIcon, #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:before, #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:after {
    width: 17px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:before {
    content: "";
    top: 7px;
    right: 0;
  }
  #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:after {
    content: "";
    top: 14px;
    right: 0;
  }
  #header .menuCtrl > ul li.menu .menuBtn span {
    padding-top: 32px;
  }
  #header .menuCtrl > ul li.menu .menuBtn:hover {
    background: none;
    color: #fff;
  }
  #header .menuCtrl > ul li a {
    padding-top: 8px;
    width: 50px;
    height: 50px;
  }
  #header .menuCtrl > ul li a i.im {
    font-size: 1.9rem;
  }
  #header .menuCtrl > ul li a span {
    margin-top: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  body.menuOpen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
  }
  body.menuOpen #header #gNavi {
    right: 0;
  }
  body.menuOpen #header .menuCtrl > ul li.menu {
    background: #fff;
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon, body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:before, body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:after {
    background: #111;
    top: 9px;
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon {
    background: transparent;
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:before {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn > .menuIcon:after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn span {
    color: #111;
    font-weight: 700;
  }
  body.menuOpen #header .menuCtrl > ul li.menu .menuBtn:hover {
    background: none;
    color: #111;
  }
  #headerCustomSearch .inner .cse-search-box input {
    width: 75%;
  }
  #headerCustomSearch .inner .cse-search-box button {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header {
    min-width: auto;
  }

  #header .headLogo span {
    display: none;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans Japanese', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#footer > .inner {
  margin: 0 auto;
  padding: 25px 0;
  min-width: 1050px;
  max-width: 1200px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer > .inner .footLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer > .inner .footLogo .logo {
  margin-right: 20px;
  display: inline-block;
}

#footer > .inner .footLogo span {
  margin-top: 8px;
  display: inline-block;
  color: #888;
  font-size: 1rem;
  font-weight: 400;
}

#footer > .inner .footLogo span > br {
  display: none;
}

#footer > .inner .footNavi {
  margin-left: auto;
  width: 840px;
  text-align: left;
}

#footer > .inner .footNavi li {
  margin-bottom: 5px;
  display: inline-block;
  color: #777;
  font-size: 1.1rem;
}

#footer > .inner .footNavi li a {
  color: #777;
  font-weight: 400;
}

#footer > .inner .footNavi li a.noneLink {
  pointer-events: none;
  text-decoration: none;
}

#footer .pageTop {
  width: 50px;
  height: 50px;
  background: #1F2228;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 20;
  opacity: 0.5;
  text-align: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#footer .pageTop:before {
  content: "";
  margin: -1px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#footer .pageTop:hover {
  opacity: 1;
}

#footer .copyright {
  padding: 20px 0;
  background: #666;
  text-align: center;
}

#footer .copyright small {
  color: #CCC;
  font-weight: 400;
}

#footer #underReviewArea {
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #0093d3 0%, #1a266a 100%);
  background-image: -ms-linear-gradient(0deg, #0093d3 0%, #1a266a 100%);
  position: fixed;
  bottom: -80px;
  z-index: 100;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

#footer #underReviewArea .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 1250px;
}

#footer #underReviewArea .inner #underReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #underReviewArea .inner #underReview p {
  margin-right: 12px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

#footer #underReviewArea .inner #underReview p i.im {
  margin-right: 10px;
  font-size: 2.4rem;
}

#footer #underReviewArea .inner #underReview p a {
  color: #fff;
  text-decoration: underline;
}

#footer #underReviewArea .inner #underReview p a:hover {
  text-decoration: none;
}

#footer #underReviewArea .inner #underReview .request {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 55px;
  height: 40px;
  background: #FC2545;
  border-radius: 20px;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#footer #underReviewArea .inner #underReview .request:before {
  content: "";
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#footer #underReviewArea .inner #underReview .request:hover {
  background-color: #ff348c;
}

#footer.requestOpen {
  padding-bottom: 80px;
}

#footer.requestOpen #underReviewArea {
  bottom: 0;
}

#footerBannerWrap {
  margin: 0 auto;
  width: 1050px;
  position: relative;
}

#footerBanner {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
}

#footerBanner img {
  transition: opacity .4s;
}

#footerBanner img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #footer > .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 23px 15px;
    width: 100%;
    min-width: auto;
    border-top: 1px solid #CCC;
    display: block;
    text-align: center;
  }
  #footer > .inner .footLogo {
    margin-bottom: 25px;
    display: block;
  }
  #footer > .inner .footLogo .logo {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  #footer > .inner .footLogo span {
    margin-top: 0;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #footer > .inner .footNavi {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #footer > .inner .footNavi li {
    margin-bottom: 5px;
    font-size: 1.0rem;
  }
  #footer .pageTop {
    width: 100%;
    height: 35px;
    border-radius: 0;
    position: relative;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  #footer .pageTop:after {
    margin: -1px 0 0 -3px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    position: absolute;
  }
  #footer .copyright {
    padding: 10px 0;
  }
  #footer .copyright small {
    font-size: 0.9rem;
  }
  #footer #underReviewArea .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    width: 100%;
  }
  #footer #underReviewArea .inner #underReview p {
    margin-right: 20px;
    padding-top: 0;
    width: 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;
  }
  #footer #underReviewArea .inner #underReview p i.im {
    margin-top: 1px;
    margin-right: 5px;
    font-size: 1.2rem;
  }
  #footer #underReviewArea .inner #underReview p a {
    color: #fff;
    text-decoration: underline;
  }
  #footer #underReviewArea .inner #underReview p a:hover {
    text-decoration: none;
  }
  #footer #underReviewArea .inner #underReview .request {
    padding: 14px 35px;
    height: auto;
    font-size: 1.3rem;
  }
  #footer #underReviewArea .inner #underReview .request:before {
    content: "";
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #footer #underReviewArea .inner #underReview .request:hover {
    background-color: #FC2545;
  }
  #footer.requestOpen {
    padding-bottom: 72px;
  }
  #footer.requestOpen #underReviewArea {
    bottom: 0;
  }
  #footerBannerWrap {
    width: 100%;
  }
  #footerBannerWrap img {
    width: 100%;
    height: auto;
  }
  #footerBanner {
    bottom: 70px;
  }
}

@media screen and (min-width:768px) and (max-width: 1279px) {
	#footer > .inner {
		padding: 25px 15px;
    box-sizing: border-box;
    align-items: center;
  }
  #footer > .inner .footLogo {
    display: block;
  }
  #footer > .inner .footLogo span > br {
    display: block;
  }
  #footer > .inner .footLogo .logo {
    margin-right: 0;
  }
  #footer > .inner .footNavi {
    width: 100%;
  }
}

/*------------------------------------------------------------
	検索
------------------------------------------------------------*/
.searchBox {
  margin: 0 auto;
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans Japanese', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.searchBox:after {
  display: block;
  clear: both;
  content: "";
}

.searchBox input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px !important;
  width: 717px;
  height: 40px;
  background-position: 20px center !important;
  border: 1px solid #CCC !important;
  border-right: none !important;
  border-radius: 20px 0 0 20px;
  font-size: 1.2rem;
}

.searchBox button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  width: 143px;
  height: 40px;
  background: #FC2545;
  border: none;
  border-radius: 0 20px 20px 0;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.searchBox button i.im {
  margin-top: -8px;
  margin-left: -27px;
  padding-top: 1px;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
}

.searchBox button span {
  margin-top: -8px;
  margin-left: -8px;
  width: 50px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
}

.searchBox button:hover {
  background-color: #ff348c;
}

@media only screen and (max-width: 767px) {
  .searchBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    max-width: 860px;
  }
  .searchBox input {
    width: 70%;
  }
  .searchBox button {
    width: 30%;
  }
  .searchBox input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 20px !important;
    width: 70%;
    height: 40px;
    font-size: 1.1rem;
  }
  .searchBox button {
    padding: 13px 15px;
    width: 30%;
    font-size: 1.3rem;
  }
  .searchBox button i.im {
    margin-top: -7px;
    margin-left: -27px;
    font-size: 1.3rem;
  }
  .searchBox button span {
    margin-top: -8px;
    margin-left: -10px;
  }
  .searchBox button:hover {
    background-color: #FC2545;
  }
}

/* メッセージポップアップ */
#container > .messageBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -50px;
  margin-left: -350px;
  width: 700px;
  height: 100px;
  background: #fff;
  border: 4px solid #10a0d5;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans Japanese', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  opacity: 0;
}

#container > .messageBox .im {
  margin-right: 20px;
  color: #10a0d5;
  font-size: 2.2rem;
}

#container > .messageBox.show {
  z-index: 100;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	/* メッセージポップアップ */
	#container > .messageBox {
	  margin-top: -35px;
	  margin-left: -135px;
	  width: 270px;
	  height: 70px;
	  border: 3px solid #10a0d5;
	  border-radius: 3px;
	  font-size: 1.5rem;
	  font-weight: 700;
	}
	#container > .messageBox .im {
	  margin-left: -7px;
	  position: absolute;
	  top: 10px;
	  left: 50%;
	  font-size: 1.5rem;
	}
}

/* CTAボックス */
#container .comCtaBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  padding: 15px;
  background: #fff;
  border: 2px solid #10a0d5;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  justify-content: space-between;
}

#container .comCtaBox:last-child {
  margin-top: 40px;
}
#container .comCtaBox:first-child {
  margin-top: 40px;
}

#container .comCtaBox .thumb {
  width: 100%;
  max-width: 240px;
  display: block;
}

#container .comCtaBox .thumb:hover {
  opacity: .7;
}

#container .comCtaBox div.thumb:hover {
  opacity: 1;
}

#container .comCtaBox .thumb img {
  width: 100%;
  height: auto;
}

#container .comCtaBox .inner {
  width: calc(100% - 260px);
}

#container .comCtaBox .inner .ctaTtl {
  margin-bottom: 10px;
  color: #10a0d5;
  font-size: 2.1rem;
  font-weight: 700;
}

#container .comCtaBox .inner .ctaTxt {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

#container .comCtaBox .ctaBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: #FC2545;
  border-radius: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  text-decoration: none;
}

#container .comCtaBox .ctaBtn:hover {
  text-decoration: none;
  opacity: .7;
}

#container .comCtaBox .ctaBtn i.im {
  margin-top: 2px;
  margin-right: 10px;
  color: #ffe33f;
  font-size: 1.5rem;
}

#container .comCtaBoxWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#container .comCtaBoxWrap .comCtaBox {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 90px;
  display: block;
  width: calc((100% - 40px) / 3);
}

#container .comCtaBoxWrap .comCtaBox .thumb {
  margin: 0 auto 15px;
}

#container .comCtaBoxWrap .comCtaBox .inner {
  width: 100%;
}

#container .comCtaBoxWrap .comCtaBox .inner .ctaTtl {
  font-size: 2rem;
}

#container .comCtaBoxWrap .comCtaBox .inner .ctaTxt:last-of-type {
  margin-bottom: 0;
}

#container .comCtaBoxWrap .comCtaBox .ctaBtn {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 20px;
}

#container .comCtaBox.ctaService {
  border-color: #ed9c38;
}

#container .comCtaBox.ctaService .ctaTtl {
  color: #ed9c38;
}
/*blog ad area */
#container .comCtaBox.ctaService2 {
  display: block;
  border-color: #ed9c38;
}

#container .comCtaBox.ctaService2 .ctaTtl {
  color: #ed9c38;
}

@media only screen and (max-width: 767px) {
  /* CTAボックス */
  #container .comCtaBox {
    margin: 0 20px 20px;
    padding: 20px 20px 75px;
    display: block;
  }

  #container .comCtaBox:last-child {
    margin: 20px 20px 0;
  }

  #container .comCtaBox .thumb {
    margin: 0 auto 15px;
    width: 150px;
  }

  #container .comCtaBox .inner {
    width: 100%;
  }

  #container .comCtaBox .inner .ctaTtl {
    font-size: 1.7rem;
  }

  #container .comCtaBox .inner .ctaTxt {
    font-size: 1.3rem;
  }

  #container .comCtaBox .ctaBtn {
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 20px;
    font-size: 1.2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    bottom: 20px;
  }

  #container .comCtaBox .ctaBtn i.im {
    font-size: 1rem;
  }

  #container .comCtaBoxWrap {
    display: block;
  }

  #container .comCtaBoxWrap .comCtaBox {
    margin: 20px 0 0;
    padding: 20px 20px 75px;
    display: block;
    width: 100%;
  }

  #container .comCtaBoxWrap .comCtaBox .thumb {
    width: 150px;
  }

  #container .comCtaBoxWrap .comCtaBox .inner .ctaTtl {
    font-size: 1.7rem;
  }

  #container .comCtaBoxWrap .comCtaBox .ctaBtn {
    width: calc(100% - 40px);
  }

}

/* ＠人事ONLINE 記事ページCTAを流用 共通化したい */
#conts .report {
	margin-bottom: 30px;
}

#conts .report h2 {
	font-size: 165%;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 18px 15px 15px;
	border-top: 2px solid #00acba;
	background: #e9e9e9;
}

#conts .report .reportBox {
	padding: 22px 20px 0;
	background: #fff;
}

#conts .report .reportBox .reportTxt01 {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 15px;
}

#conts .report .reportBox .reportTtl01 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 7px;
	padding-left: 37px;
	color: #00acba;
	border-bottom: 1px solid #00acba;
}

#conts .report .reportBox .reportTtl01::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 27px;
	height: 20px;
	content: "";
	background: url(/img/common/icon28.png) no-repeat center center;
	background-size: 27px 20px;
}

#conts .report .reportBox .reportList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

#conts .report .reportBox .reportList li {
	line-height: auto;
	line-height: 1.75;
	display: flex;
	width: calc(100% / 4 - 5px);
	padding-left: 0;
	background: none;
}

#conts .report .reportBox .reportList a {
	position: relative;
	display: block;
	transition: all .3s;
	text-decoration: none;
	border: 1px solid #ccc;
}

#conts .report .reportBox .reportList a:hover {
	text-decoration: none;
	opacity: .8;
}

#conts .report .reportBox .reportList a > p {
	font-size: 1.2rem;
	line-height: unset;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 5px 0 2px;
	text-align: center;
	color: #fc2545;
	background: #f5f5f5;
}

#conts .report .reportBox .reportList .reportListInner {
	padding: 5px 6px 34px;
}

#conts .report .reportBox .reportList .reportListInner img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#conts .report .reportBox .reportList .reportListInner p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 0;
	color: #000;
}

#conts .report .reportBox .reportBtn {
	text-align: center;
}

#conts .report .reportBox .reportBtn a {
	position: relative;
	display: inline-block;
	width: 420px;
	padding: 20px 0 18px;
	transition: .3s;
	text-decoration: none;
	border-radius: 30px;
	background: #fc2545;
}

#conts .report .reportBox .reportBtn a {
	animation: sizeScale 1.5s ease-out infinite;
}

@keyframes sizeScale {
	0% {
		transform: scale(1,1);
	}
	15% {
		transform: scale(1.05,1.05);
	}
	25% {
		transform: scale(1,1);
	}
	40% {
		transform: scale(1.05,1.05);
	}
	50% {
		transform: scale(1,1);
	}
	100% {
		transform: scale(1,1);
	}
}

#conts .report .reportBox .reportBtn a span {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding-right: 13px;
	color: #fff;
}

#conts .report .reportBox .reportBtn a span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	content: "";
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#conts .report .reportBox .reportBtn a:hover {
	text-decoration: none;
	opacity: .7;
}

@media screen and (max-width:767px) {
	#conts .report {
		margin-bottom: 0;
	}

	#conts .report h2 {
		font-size: 1.13em;
		line-height: 1.5;
		padding: 13px 15px;
	}

	#conts .report .reportBox {
		padding: 14px 15px 16px;
	}

	#conts .report .reportBox .reportTxt01 {
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 25px;
	}

	#conts .report .reportBox .reportTtl01::before {
		top: 4px;
		width: 27px;
		height: 19px;
		background-size: 27px 20px;
	}

	#conts .report .reportBox .reportTtl01 {
		font-size: 1.8rem;
		line-height: 1.4;
		padding-bottom: 4px;
		padding-left: 33px;
	}

	#conts .report .reportBox .reportList {
		margin-bottom: 16px;
	}

	#conts .report .reportBox .reportList li {
		width: calc(100% / 2 - 5px);
	}

	#conts .report .reportBox .reportList a:hover {
		opacity: 1;
	}

	#conts .report .reportBox .reportList a > p {
		padding: 1px 0;
	}

	#conts .report .reportBox .reportList li:nth-child(n + 3) {
		margin-top: 8px;
	}

	#conts .report .reportBox .reportList .reportListInner {
		padding: 4px 4px 23px;
	}

	#conts .report .reportBox .reportList .reportListInner p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#conts .report .reportBox .reportList .reportListInner img {
		margin-bottom: 2px;
	}

	#conts .report .reportBox .reportBtn a {
		width: 90%;
		padding: 13px 0 12px;
	}

	#conts .report .reportBox .reportBtn a:hover {
		opacity: 1;
	}

	#conts .report .reportBox .reportBtn a span {
		font-size: 1.3rem;
		padding-right: 8px;
	}

	#conts .report .reportBox .reportBtn a span::after {
		width: 4px;
		height: 4px;
		border-width: 1px;
	}
}
