@charset "utf-8";

/*-----------------------------------------------
	Add Site original Design
-----------------------------------------------*/

/* common */
body {
  background: #fff;
  color: #222222;
}
a,
a:link,
a:visited,
a:hover {
  color: #0096d9;
  text-decoration: none;
}
@media (min-width: 1400px) {
  #wrapper {
    background-image: url(../images/header_bk.png), url(../images/footer_bk.png);
    background-position: left 30% top 0, left 64% bottom -0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}
@media (max-width: 1399px) {
  #wrapper {
    background-image: url(../images/header_bk.png), url(../images/footer_bk1280.png);
    background-position: left 30% top 0, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}
@media (max-width: 1280px) {
  #wrapper {
    background-image: url(../images/header_bk.png), url(../images/footer_bk1096.png);
    background-position: left 30% top 0, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}
@media (max-width: 1096px) {
  #wrapper {
    background-image: url(../images/header_bk.png), url(../images/footer_bk768.png);
    background-position: left 30% top 0, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}
@media (max-width: 767px) {
  #wrapper {
    width: 100%;
    background-image: url(../images/common_bk_sp@2x.png), url(../images/footer_bk_sp.png);
    background-position: center top, left 50% bottom -0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, auto;
  }
}

.container {
  padding: 0;
}
.contentsWrap {
  max-width: 1180px;
  margin: 133px auto 0;
}
.contentsWrap .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 1200px) {
  .contentsWrap .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contentsWrap {
    margin: 44px auto 0;
  }
  .contentsWrap .container {
    display: block;
    padding: 0 3%;
  }
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 26px 45px;
  font-size: 1.5rem;
}
.crumbItem:not(:last-child)::after {
  content: "＞";
  margin: 0 1rem;
}
.crumbItem a:hover{
  text-decoration: underline;
}
@media (max-width: 767px) {
  .crumb {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 26px 10px;
    font-size: 1rem;
  }
}

main {
  width: 850px;
  margin-right: auto;
}
@media (max-width: 1200px) {
  main {
    width: calc(100% - 340px);
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  main {
    width: 100%;
  }
}
main.fullCOntent {
  width: 100%;
}

aside {
  width: 300px;
  margin-left: auto;
}
.asideGrp {
  margin-bottom: 70px;
}
.asideH2 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 30px;
  border-bottom: 2px solid #0096d9;
}
@media (max-width: 767px) {
  aside {
    width: 100%;
    margin: 10% 0 0;
  }
  .asideGrp {
    margin-bottom: 10%;
  }
  .asideH2 {
    font-size: 1.4rem;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
}
.asideRankInner {
  margin: 0;
  padding: 0;
}
.asideRankBox {
  position: relative;
  list-style: none;
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #cccccc;
  counter-increment: ranking;
  margin-bottom: 7px;
}
.asideRankBox::after {
  position: absolute;
  content: counter(ranking);
  background-color: #0096d9;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 4px;
  text-align: center;
  padding: 5px 0 0;
  border-radius: 50%;
}
.asideRankBox a {
  display: flex;
  justify-content: space-between;
}
.asideRankBox a:link,
.asideRankBox a:visited {
  color: #222222;
}
.asideRankBox a:hover {
  text-decoration: none;
  color: #0096d9;
}
.asideRankImg {
  display: block;
  min-width: 112px;
  flex-grow: 1;
}
.asideRankTxt {
  display: block;
  min-width: 142px;
  flex-grow: 2;
  margin-left: 1.5rem;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
}

.asideTag p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0.5rem 1rem 0;
  background-color: #0096d9;
  border-radius: 13px;
}
.asideTag p a {
  padding: 0.3rem 2rem;
  display: block;
}
.asideTag p a:link,
.asideTag p a:visited {
  color: #fff;
}
.asideTag p:hover {
  background-color: #afe4f6;
}
.asideTag p:hover a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .asideTag p {
    font-size: 1.2rem;
    margin: 0 0.5rem 1rem 0;
    border-radius: 13px;
  }
  .asideTag p a {
    padding: 0.2rem 1rem;
  }
}

.asideSearchInner {
  position: relative;
}
.asideSearchWord {
  background-color: #777575 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.6rem !important;
  height: 60px !important;
  padding: 6px 40px 6px 18px !important;
  text-align: left;
}
.asideSearchWord::placeholder {
  color: #fff;
  font-weight: bold;
}
/* IE */
.asideSearchWord:-ms-input-placeholder {
  color: #fff !important;
  font-weight: bold !important;
}
/* Edge */
.asideSearchWord::-ms-input-placeholder {
  color: #fff !important;
  font-weight: bold !important;
}

.asideSearchBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  padding-right: 18px;
  background-color: transparent;
  border: none;
}
.asideBnr {
  text-align: center;
}

.asideMailmagazine {
  padding: 12px 23px 17px;
  background: #f5f6f7;
  border-radius: 4px;
}
.asideMailmagazine h2 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.asideMailmagazine h2 img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
.asideMailmagazine p {
  width: 100%;
  max-width: 244px;
  margin: 0 auto 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.asideMailmagazine .btn {
  width: 100%;
  max-width: 244px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.asideMailmagazine .btn a {
  width: 100%;
  padding: 8px 8px 7px;
  background: #0098e4;
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
.asideMailmagazine .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .asideMailmagazine p {
    max-width: none;
  }
}

.navbar-toggle .icon-bar {
  background-color: #666;
}

.pageTop {
  text-indent: -99999px;
  z-index: 100;
}
.pageTop a {
  width: 57px;
  height: 57px;
  background: #0077ac;
  border-radius: 50%;
  display: block;
}
.pageTop a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
}
.pageTop a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  /*.pageTop a {
    display: block;
    width: 47px;
    height: 47px;
    background: url(../images/goto_top_sp.png) no-repeat center center;
  }*/
  .pageTop a {
    width: 47px;
    height: 47px;
  }
  .pageTop a:after {
    border-width: 0 8px 16px 8px;
  }
}

#pageFoot {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 828px;
  position: relative;
}
.pageFootContainer {
  position: absolute;
  bottom: 78px;
  left: 124px;
}
.pageFootLogo {
  margin-bottom: 60px;
}
.pageFootTxtLinkWrapper {
  display: flex;
  margin-bottom: 22px;
}
.pageFootTxtLink {
  min-width: 210px;
  padding-left: 0;
  line-height: 2.1;
}
.pageFootTxtLink li a:link,
.pageFootTxtLink li a:visited {
  color: #fff;
}
.pageFootTxtLink li a:hover {
  text-decoration: none;
  color: #0096d9;
}
.pageFootSnsLink {
  padding-left: 0;
  display: flex;
}
.pageFootSnsIcon {
  margin-right: 36px;
}
.pageFootSnsIcon a:hover .cls-1 {
  fill: #0096d9;
}
.pageFootCredit {
  position: absolute;
  right: 20px;
  bottom: 78px;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
@media (max-width: 1399px) {
  .pageFootContainer {
    bottom: 80px;
    left: 98px;
  }
  .pageFootCredit {
    bottom: 80px;
  }
}
@media (max-width: 1280px) {
  #pageFoot {
    min-height: 910px;
  }
  .pageFootContainer {
    bottom: 87px;
    left: 50px;
  }
  .pageFootCredit {
    bottom: 87px;
  }
}
@media (max-width: 1096px) {
  #pageFoot {
    min-height: 900px;
  }
  .pageFootContainer {
    bottom: 94px;
    left: 44px;
  }
  .pageFootCredit {
    bottom: 94px;
  }
}
@media (max-width: 767px) {
  #pageFoot {
    width: 100%;
    min-height: 660px;
  }
  .pageFootContainer {
    max-width: 352px;
    margin: 0 auto;
    bottom: 10%;
    left: 5%;
    right: auto;
  }
  .pageFootLogo {
    width: 90px;
    margin-bottom: 37px;
  }
  .pageFootTxtLinkWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
  }
  .pageFootTxtLink {
    min-width: 160px;
    line-height: 2;
    font-size: 1.2rem;
  }
  .pageFootSnsIcon {
    width: 22px;
    margin-right: 25px;
  }
  .pageFootSnsIcon a svg {
    width: 100%;
  }
  .pageFootCredit {
    bottom: 10%;
    font-size: 1rem;
  }
}

.popup-bnr {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
.popup-bnr {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}

@media (max-width: 767px) {
  .popup-bnr {
    width: 250px;
    bottom: 5px;
    left: 5px;
  }
}

.popup-bnr.hidden {
  display: none;
}

.popup-bnr .inner {
  position: relative;
}

.popup-bnr .inner a:hover {
  opacity: 0.8;
}

.popup-bnr .inner a img {
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.29);
  width: 100%;
}

.popup-bnr .inner .closeBtn {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.popup-bnr .inner .closeBtn:hover {
  opacity: 0.8;
}

.popup-bnr .inner .closeBtn img {
  width: 100%;
}

.asideRecommendInner {
  margin: 0;
  padding: 0;
}
.asideRecommendBox {
  position: relative;
  list-style: none;
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #cccccc;
  counter-increment: ranking;
  margin-bottom: 7px;
}
.asideRecommendBox a {
  display: flex;
  justify-content: space-between;
}
.asideRecommendBox a:link,
.asideRecommendBox a:visited {
  color: #222222;
}
.asideRecommendBox a:hover {
  text-decoration: none;
  color: #0096d9;
}
.asideRecommendImg {
  display: block;
  min-width: 112px;
  flex-grow: 1;
}
.asideRecommendTxt {
  display: block;
  min-width: 142px;
  flex-grow: 2;
  margin-left: 1.5rem;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
}

.featureList{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 50px 30px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.featureList.-type2{
  margin-top: 30px;
  gap: 20px 30px;
}
.featureList::after{
  content: "";
  display: block;
  width: calc((100% - 60px )/3);
}
.featureList .featureItem{
  display: block;
  position: relative;
  width: calc((100% - 60px )/3);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 30px 10px 15px;
  transition: all 0.2s ease-out 0s
}
.featureList .featureItem:hover .featureCompanyName{
  color: #0096d9;
}
.featureList .featureItem:hover .featureText{
  color: #0096d9;
}
.featureList .featureCategory{
  min-width: 122px;
  background: #0096D9;
  border-radius: 13px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.462;
  padding: 3px 8px;
  position: absolute;
  top: 0;
  left: 14px;
  transform: translateY(-50%);
}
.featureList .featureCompanyName{
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
  transition: all 0.2s ease-out 0s
}
.featureList .featureImg{
  text-align: center;
  margin-bottom: 15px;
}
.featureList .featureText{
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  transition: all 0.2s ease-out 0s
}
@media (max-width: 767px){
  .featureList{
    margin-top: 50px;
    flex-direction: column;
  }
  .featureList::after{
    display: none;
  }
  .featureList .featureItem{
    width: 100%;
  }
}

.featureSec:last-of-type{
  margin-bottom: 150px;  
}
.featureCatNameTitle{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap:45px;
  align-items: center;
}
.featureCatNameTitle .txt{
  min-width: 180px;
  padding: 10.5px 20px;
  border-radius: 24px;
  background: #0096D9;
  font-size: 18px;
  line-height: calc(26/18);
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.featureCatNameTitle .border{
  height: 2px;
  width: 100%;
  background: #0096D9;
  
}
.featureMoreLink{
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  margin-top: 30px; 
  margin-bottom: 80px;
}
.featureMoreLink:hover{
  text-decoration: none !important;
}

@media (max-width: 767px){
  .featureCatNameTitle{
    gap:20px;
  }
  .featureCatNameTitle .txt{
    min-width: 140px;
    padding: 10.5px 20px;
    border-radius: 24px;
    background: #0096D9;
    font-size: 14px;
    line-height: calc(26/18);
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }
  .featureSec:last-of-type{
    margin-bottom: 0px;  
  }
}

.featureCategoryArea{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.featureCategoryArea .categoryItem{
  background: #fff;
  border: 2px solid #2293D6;
  padding: 3px 7px;
  min-width: 85px;
  text-align: center;
  font-size: 14px;
  line-height: calc(21/14);
  color: #2293D6;
  font-weight: bold;
  border-radius: 15px;
  
}