@charset: "UTF-8";

/* =====================
base
===================== */

html *,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family:'yakuhanjp', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 14px;
  position: relative;
}

body.active {
  overflow: hidden;
}

img{
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #000;
}


.wrap950 {
  max-width: 950px;
  width: 98%;
  margin: auto;
}

.wp_inner {
  margin-top: 40px;
}

.square_ttl {
  font-size: 16px;
  color: #ca1a1d;
  max-width: 220px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  transform:skewX(-15deg);
  border: 1px solid #ca1a1d;
}

.square_ttl span {
  transform: skewX(15deg);
  display: inline-block;
}

.trans{
  backface-visibility: hidden;
  transition:0.3s ease-out;
}
.trans:hover{
  opacity:0.5;
}

#breadcrumb {
  margin-top: 20px;
  font-size: 12px;
}

.crumb_1,.crumb_2,.crumb {
  display: inline-block;
}

.crumb.page_title {
  display: inline-block;
}

.wrap1780 {
  max-width: 1780px;
  width: 98%;
  margin: auto;
}

.wrap960 {
  max-width: 960px;
  width: 98%;
  margin: auto;
}

#page.in {
  padding-top: 90px;
}

.new_page_mainvisual {
  width: 100%;
  height: 200px;
  background-image: url(../images/rakuten/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.new_page_mainvisual .service_wrap {
  max-width: 960px;
  width: 95%;
  margin: auto;
}
.new_page_mainvisual .mv_ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 35px;
  color: #fff;
  height: 50px;
}
.new_page_mainvisual .mv_ttl span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

#pagenation {
  width: 100%;
  margin: 50px 0 100px;
  text-align: center;
}

#pagenation .page-numbers.current {
  background: #929292;
}


#pagenation .page-numbers {
  background: #c5c5c5;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.5s opacity ease-out;
}

#pagenation span, #pagenation a {
  color: #FFFFFF;
  text-decoration: none;
}

.fa-external-link-alt {
    font-size: 10px;
    margin-left: 10px;
}

.spv {display: none;}

@media (min-width: 1px) and (max-width: 1050px){
  .trans:hover{
    opacity:1;
  }
}

@media (min-width: 1px) and (max-width: 1023px){
  #page.in {
    padding-top: 56px;
  }
}

@media (min-width: 1px) and (max-width: 640px){
  .spv {display: block;}
  .pcv {display: none;}
  .trans:hover{
    opacity:1;
  }
  .new_page_mainvisual {
    height: 150px;
  }
  .new_page_mainvisual .mv_ttl {
    font-size: 25px;
    height: 40px;
  }
  .new_page_mainvisual .mv_ttl span {
    font-size: 14px;
  }
  .wrap1780 {
    width: 92%;
  }
  .wrap960 {
    width: 92%;
  }
  .new_page_mainvisual .service_wrap {
    width: 92%;
  }
}




/*cmsアーカイブページ*/
#page.cms .archiveitem {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

#page.cms .category-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}

#page.cms .righthov {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

#page.cms .category-flexitem {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
    border-radius: 50px;
      background-color: #fff;
        padding: 8px 18px;
        transition: 0.5s
}

#page.cms .category-flexitem.current {
  background-color: #000;
  color: #fff;
}

#page.cms .category-flexitem.current a {
    color: #fff;
}

#page.cms .category-flexitem-all a {
  color: #000;
}

#page.cms .category-flexitem:hover {
  background-color: #000;
}
#page.cms .category-flexitem:hover .righthov {
  color: #fff;
}
#page.cms .category-flexitem-all .righthov:hover {
  color: #fff;
}
#page.cms .category-flexitem-second {
  background-color: #000;
  color: #fff;
}

#page.cms .category-flexitem-first {
  font-size: 18px;
  margin-right: 10px;
  background-color: transparent;
  border: none;
}

#page.cms .itemlist {
  width: calc(33% - 20px);
  position: relative;
  margin: 0 0 0 20px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  transition-duration: 0.3s;
}

#page.cms .single_ttl {
  margin: 50px 0 20px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
}
#page.cms.single .single_ttl {
  margin: 0 0 20px;
}
#page.cms.single .creation_date {
  margin-top: 30px;
  font-size: 14px;
}

#page.cms .itemlist:hover {
  transform: scale(0.9);
}

#page.cms .archiveitem {
  padding-top: 50px;
}

#page.cms .itemlist {
  margin-bottom: 20px;
}
#page.cms .sem-item_categori {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-shadow: none;
  padding: 2px 5px;
}
#page.cms .sem-item_categori_news {
  background-color: #c6c7c7;
}
#page.cms .sem-flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
#page.cms .sem-txt {
  padding: 0 20px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
#page.cms .sem-txt02 {
  margin: 10px 0;
  padding: 0 20px 0;
}
#page.cms .sem-item_date {
  display: inline-block;
  text-align: left;
  color: #7f7f7f;
  font-size: 11px;
  margin-right: 10px;
  line-height: 1.5;
}
#page.cms .sem-image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: ease-in-out .2s;
  margin-bottom: 20px;
}
/*ニュースシングルページ*/
#page.cms.single .wrap800 {
  max-width: 800px;
  width: 98%;
  margin: auto;
}
#page.cms.single .wrap800 p {
  font-size:15px;
  letter-spacing:1px;
  line-height: 2;
}
#page.cms.single .single_ttl {
  font-weight: bold;
}
@media (min-width: 1px) and (max-width: 767px){
  #page.cms .category-flexbox {
    justify-content: center;
  }
  #page.cms .archiveitem {
    margin-left: 0;
    justify-content: space-between;
  }
  #page.cms .itemlist {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
  }
  #page.cms .sem-item_date {
    font-size: 10px;
    text-shadow: none;
    padding: 5px;
  }
  #page.cms .sem-txt {
    padding: 0 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  #page.cms .sem-flexwrap {
    padding: 0 10px;
  }
  #page.cms .sem-item_categori {
    font-size: 10px;
  }
  #page.cms .itemlist {
    margin-bottom: 10px;
  }
  #page.cms .category-flexitem-first {
    flex: 0 0 100%;
  }
}



/*プライバシーポリシー*/
#page.privacy.in p {
  margin-bottom: 30px;
  line-height: 1.7;
}

#page.privacy.in .inner {
  margin-top: 40px;
}

#page.privacy.in .privacy_flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#page.privacy.in .privacy_flexitem_lft {
  margin-right: 30px;
}

#page.privacy.in table {
  width: 100%;
  margin-bottom: 30px;
}

#page.privacy.in table tr {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

#page.privacy.in table tr td {
  line-height: 1.7;
  padding-bottom: 10px;
}

@media (min-width: 1px) and (max-width: 640px){
#page.privacy.in table tr td:first-child {
  width: 20%;
}
}


/*レポートダウンロード*/
#page.report_download.in {
margin-bottom: 100px;
}

@media (min-width: 1px) and (max-width: 640px){
  #page.report_download.in {
    margin-bottom: 50px;
    }
}
