@charset "UTF-8";

/*----------------------*/
/*トップに戻る*/
/*----------------------*/
.pageTop_contents{
  background: #f0f0f0;
  overflow: hidden;
}

.pageTopWrap{
  background: #f0f0f0;
}
.pageTop_btn:after{
  background: #f0f0f0;
}

/*----------------------*/
/*パンくず*/
/*----------------------*/
.breadcrumb{
  padding: 25px 0 10px;
  margin: 0;
  background: #f0f0f0;
  overflow-x: scroll;
  
}
.breadcrumb .contentsBox{
  white-space: nowrap;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}

/*コンテンツ分割*/
.contentsBox_column{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.contentsBox_column_L{
  width: 100%;
  margin-right: 0px;
}

.contentsBox_column_R{
  width: 100%;
}

/*----------------------*/
/*SNSボタン*/
/*----------------------*/

.share_LINE{
  display: inline-block;
}
/*----------------------*/
/*フッター*/
/*----------------------*/
.footer_contents{
  padding-top: 23px;
  min-width: 0px;
}
.footer_contents a{
  color: #fff;
}
.footer_contents .linkList_top,
.footer_contents .linkList_bottom{
  display: block;
}
.popup-modal:after{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*ヒトトキについて*/
.footer_contents .howTo_hitotoki p{
  text-align: center;
}
.footer_contents .howTo_hitotoki a{
  position: relative;
  display: inline-block;
  padding: 10px 84px;
  border: 2px solid #666;
  border-radius: 30px;
}
/*モーダル*/
.popup-modal{
  position: relative;
}
.popup-modal:after{
  margin-top: 3px;
  margin-left: 10px;
  background-image: url(/mem/hitotoki/common/img/icon/parts_06.png);
}

.footer_contents [target="_blank"]:after{
  margin-top: 5px;
}


/*----------------------*/
/*フッター上部リンク*/
/*----------------------*/
.linkList_top{
  margin: 5px auto 0;
  padding: 0;
  border: none;
}

.linkList_top .parentLink,
.linkList_top .parentLink:before{
  position: unset;
}
.linkList_top .parentLink{
  border-bottom: 1px solid #666;
}
.linkList_top .parentLink a{
  padding: 18px 0;
}
.linkList_top .parentLink .icon_use,
.linkList_top .parentLink .icon_trouble,
.linkList_top .parentLink .icon_column{
  background: none;
}

.linkList_top li:not(.parentLink){
  display: none;
}
.linkList_top ul{
  width: 100%;
  margin-right: 0;
}
.linkList_top ul:last-child{
  margin-right: 0;
}

.linkList_top li{
  padding-left: 0;
}
.linkList_top .parentLink{
  text-indent: 0;
}

/*----------------------*/
/*フッター下層リンク*/
/*----------------------*/
.linkList_bottom ul{
  width: 100%;
  display: block;
  margin-right: 0;
}
.linkList_bottom ul li{
  width: 100%;
  border-bottom: 1px solid #666;
}
.linkList_bottom ul li > a{
  padding: 18px 0;
  display: block;
  text-decoration: none;
  position: relative;
  outline: none;
}

.linkList_bottom.normal{
  border-top: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 1px;
}

.linkList_bottom.normal ul{
  width: 100%;
  margin-right: 0;
}

.linkList_bottom.normal .officialSNS{
  display: none
}

.linkList_bottom.top ul li > a:before{
  right: 1px;
}
.linkList_bottom.top ul li > a:after{
  right: 4px;
}
/*----------------------*/
/*フッター最下層リンク*/
/*----------------------*/
ul.smccLink {
  width: 100%;
  text-align: left;
  margin-top: 0;
  font-size: 16px;
}

ul.smccLink li{
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}
ul.smccLink li:last-child{
  border-bottom: none;
  padding-left: 0;
}

ul.smccLink li a{
  display: block;
  padding: 18px 0;
  font-size: 14px;
}
ul.smccLink li{
  position: relative;
}
ul.smccLink li:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #f0f0f0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 2px;
  border-radius: 1px 0px 1px 0px;
}
ul.smccLink li:after{
  content: "";
  width: 8px;
  height: 8px;
  background: #333333;
  display: inline-block;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 5px;
  border-radius: 1px 0px 1px 0px;
}

ul.smccLink li + li{
  border-left: none;
}

/*------------------------------------------------------*/

.footerNavi_category ul {
  display: block;
}

.footerNavi_category .footerNavi_category_item {
  display: inline-block;
  width: 48%;
  margin-top: 20px;
  margin-right: 0px;
  display: block;
}

.footerNavi_category .footerNavi_category_item a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.footerNavi_category .footerNavi_category_item a:hover {
  opacity: 0.7;
}

.footerNavi_category .footerNavi_category_item span.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 18px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin-right: 12px;
}
.footerNavi_category .footerNavi_category_item span.icon:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
}
.footerNavi_category .footerNavi_category_item a span.categoryName {
  font-size: 16px;
}
.footerNavi_category .footerNavi_category_item a img {
  vertical-align: middle;
}

/*------------------------------------------------------*/
#copyArea {
  padding: 10px 0 25px;
}