@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}

.l-contents {
  width: 1320px;
  margin: 0 auto;
}

.l-leftContents {
  width: 950px;
  float: left;
}
.l-rightContents {
  width: 330px;
  float: right;
}

@media screen and (max-width: 640px) {
  .l-contents {
    width: 100%;
    margin: 0 auto;
  }
  .l-leftContents {
    width: 100%;
    float: none;
  }
  .l-rightContents {
    width: 100%;
    float: none;
  }
}


.c-categoryMenu {
  width: 100%;
  background: rgba(8,36,15,0.51);
}
.c-categoryMenu__link {
  width: 1320px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.c-categoryMenu__link li {
  flex-grow: 1;
  padding: 10px 0;
}
.c-categoryMenu__link li:first-child {
  flex-grow: 0;
  padding: 13px 0 0 0;
}
.c-categoryMenu__link li span {
  padding-left: 10px;
  display: block;
}
.c-categoryMenu__link li span a {
  display: block;
  border: #FFFFFF 1px solid;
  color: #FFF;
  padding: 5px 0 4px 0;
}
.c-categoryMenu__link li span a:hover {
  background: rgba(0,0,0,0.4);
}

@media screen and (min-width: 641px) {
  .c-categoryMenu__link {
    display: block !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;    
  }
}

@media screen and (max-width: 640px) {
  .c-categoryMenu {
    width: auto;
    background: rgba(8,36,15,0.51) !important;
    position: static !important;
  }
  .c-sp_cate_titile {
    background: rgba(8,36,15,0.64);
  }
  .c-sp_cate_titile--icon01 {
    display: inline-block;
    position: relative;
    padding: 10px 0 12px 0;
  }
  .c-sp_cate_titile--icon02 {
    display: inline-block;
    padding-right: 25px;
  }
  .c-sp_cate_titile--icon01::after,
  .c-sp_cate_titile--icon02::before,
  .c-sp_cate_titile--icon02::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .c-sp_cate_titile--icon02::before,
  .c-sp_cate_titile--icon02::after {
    background: #333;
  }
  .c-sp_cate_titile--icon02::before {
    width: 10px;
    height: 2px;
    right: 3px;
    z-index: 16;
  }
  .c-sp_cate_titile--icon02::after {
    width: 2px;
    height: 10px;
    right: 7px;
    z-index: 15;
  }
  .c-sp_cate_titile--icon01::after {
    background: #fff;
    width: 16px;
    height: 16px;
    top:0px;
    right: 0px;
    z-index: 10;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;      
  }
  .is-open .c-sp_cate_titile--icon02::after {
    display: none;
  }  
  .c-categoryMenu__link {
    width: auto;
    margin: 0 auto;
    display: none;
    padding: 10px 7px 0 7px;
  }
  .c-categoryMenu__link::after {
    content: '';
    display: block;
    clear: both;
  }
  .c-categoryMenu__link li {
    flex-grow: 1;
    padding: 0 0 10px 0px;
    float: left;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .c-categoryMenu__link li:first-child {
    display: none;
  }
  .c-categoryMenu__link li span {
    padding: 0 3px;
    display: block;
  }
  .c-categoryMenu__link li span a {
    display: block;
    border: #FFFFFF 1px solid;
    color: #FFF;
    padding: 9px 0 7px 0;
    font-size: 12px;
  }
  .c-categoryMenu__link li span a:hover {
    background: rgba(0,0,0,0.4);
  }
}

.c-back--white {
  background: url(../images/common/con_back_01.png);
}

.c-headLine--border {
  border-bottom: #84ba1b 2px solid;
  margin-bottom: 18px;
}

.c-balloonTitle {
  background: #50c4b0;
  position: relative;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 8px 0;
  color: #FFF;
  margin: 0 0 8px 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;    
}
.c-balloonTitle::before {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 8px;
  height: 10px;
  border: 8px solid transparent;
  border-top: 12px solid #50c4b0;  
}
.c-searchBland--title {
  color: #00947a;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 5px;
}
.c-searchBland__container {
  
}
.c-searchBland__link {
}
.c-searchBland__link li {
  border: #7dd2c7 1px solid;
  width: 78px;
  float: left;
  margin: 0 3px 3px 0;
}
.c-searchBland__link li:nth-child(5n) {
  margin-right: 0px;
}
.c-searchBland__link li:nth-child(5n+1) {
  clear: both;
}
.c-searchBland__link a {
  display: block;
  height: 78px;
}
.c-searchBland__link--mark {
  padding: 5px 0 0 0;
}
.c-searchBland__link--name {
  font-size: 13px;
  color: #00947a;
}
.c-searchBland__link .c-searchBland__link--noMark {
  display: table;
  width: 100%;
}
.c-searchBland__link--noMark .c-searchBland__link--name {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 78px;
  width: 100%;
}
.c-searchBland__container + .c-searchBland--title {
  margin-top: 36px;
}

@media screen and (max-width: 640px) {
  .c-searchBland__container {

  }
  .c-searchBland__link {
  }
  .c-searchBland__link li {
    border: none;
    width: 23.5%;
    float: left;
    margin: 0 2% 4px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0px;
  }
  .c-searchBland__link li:nth-child(4n) {
    margin-right: 0px;
  }
  .c-searchBland__link li:nth-child(4n+1) {
    clear: both;
  }
  .c-searchBland__link li:nth-child(5n) {
    margin-right: 2%;
  }
  .c-searchBland__link li:nth-child(5n+1) {
    clear: none;
  }
  .c-searchBland__link a {
    display: block;
    height: 78px;
    border: #7dd2c7 1px solid;
  }
  .c-searchBland__link--mark {
    padding: 5px 0 0 0;
  }
  .c-searchBland__link--name {
    font-size: 11px;
    color: #00947a;
  }
  .c-searchBland__link .c-searchBland__link--noMark {
    display: table;
    width: 100%;
  }
  .c-searchBland__link--noMark .c-searchBland__link--name {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 78px;
    width: 100%;
  }
  .c-searchBland__container + .c-searchBland--title {
    margin-top: 36px;
  } 
}


.c-searchParts__link {
  padding: 30px 0 0 0;
}
.c-searchParts__link li {
  width: 201px;
  margin: 0 10px 9px 0;
  float: left;
}
.c-searchParts__link li:nth-child(2n) {
  margin-right: 0;
}
.c-searchParts__link li:nth-child(2n+1) {
  clear: both;
}
.c-searchParts__link li a {
  display: block;
  border: #7dd2c7 1px solid;
  color: #05aa8d;
  background: #FFF;
  position: relative;
  padding: 9px 0 8px 0;
}
.c-searchParts__link li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #02a98c;
  border-right: 2px solid #02a98c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-searchParts__link li a:hover {
  background: rgba(3,169,140,0.2);
}

@media screen and (max-width: 640px) {

  .c-searchParts__link {
    padding: 20px 0 0 0;
  }
  .c-searchParts__link li {
    width: 32%;
    margin: 0 2% 9px 0;
    float: left;
  }
  .c-searchParts__link li:nth-child(2n) {
    margin-right: 2%;
  }
  .c-searchParts__link li:nth-child(2n+1) {
    clear: none;
  }
  .c-searchParts__link li:nth-child(3n) {
    margin-right: 0;
  }
  .c-searchParts__link li:nth-child(3n+1) {
    clear: both;
  }
  .c-searchParts__link li a {
    padding: 9px 0 8px 5px;
    font-size: 10px;
    text-align: left;
  }

}



.c-sideArea {
  border: #a0dab4 1px solid;
  background: #FFF;
}
.c-sideArea--title {
  background: #02a98c;
  font-size: 21px;
  line-height: 1.5;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
}

.c-sideBar {
  margin-bottom: 40px;
}


@media screen and (max-width: 640px) {
  .c-sideBar {
    padding: 0 10px;
  }
}

.c-leftTimeLine {
}
.c-leftTimeLine-facebook {
  width: 455px;
  float: left;
}
.c-leftTimeLine-twitter {
  width: 455px;
  float: right;
}
@media screen and (max-width: 640px) {

  .c-leftTimeLine {
  }
  .c-leftTimeLine-facebook {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .c-leftTimeLine-twitter {
    width: 100%;
    float: none;
  }
  
}



/* ====================================
=============== TOP main vis ================*/
#topMain {
  background: url(../images/common/main_vis_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  min-width: 1320px;
}
.p-mainVis__container {
  position: relative;
  height: 395px;
}
.p-mainVis__container--title {
  position: absolute;
  top: 28px;
  left: -2px;
}
.p-mainVis__container--titleTxt1,
.p-mainVis__container--titleTxt2,
.p-mainVis__container--titleTxt3 {
  background: #08895a;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0;
  width: 177px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 12px;
}
.p-mainVis__container--titleTxt1 {
  right: 405px;
}
.p-mainVis__container--titleTxt2 {
  right: 208px;
}
.p-mainVis__container--titleTxt3 {
  right: 11px;
}
.p-mainVis__container--button {
  position: absolute;
  top: 159px;
  left: -2px;
}
.p-mainVis__container--balloon {
  position: absolute;
  top: 104px;
  left: 690px;
}
.p-mainVis__categoryMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.p-mainVis__categoryMenu.is-flow {
  position: fixed;
  top:83px;
  bottom: inherit;
  background: rgba(8,36,15,0.8);
}

@media screen and (max-width: 640px) {
  #topMain {
    margin-bottom: 30px;
    min-width: auto;
    width: 100%;
    background: none;
  }
  .p-mainVis__container {
    position: relative;
    height: auto;
  }
  .p-mainVis__container--title {
    position: absolute;
    top: 28px;
    left: -2px;
  }
  .p-mainVis__container--button {
    position: absolute;
    top: 159px;
    left: -2px;
  }
  .p-mainVis__container--balloon {
    position: absolute;
    top: 104px;
    left: 690px;
  }
  .p-mainVis__categoryMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .p-mainVis__categoryMenu.is-flow {
    position: fixed;
    top:83px;
    bottom: inherit;
    background: rgba(8,36,15,0.8);
  }
}

#pageMain {
  background: url(../images/common/main_vis_back2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  min-width: 1320px;
}



.p-mainSubVis__container {
  position: relative;
}
.p-mainSubVis__container .p-mainVis__container--title {
  position: absolute;
  top: 20px;
  left: -2px;
}
.p-mainSubVis__container2 {
  position: relative;
  height: 300px;
}
.p-mainVis__container--subTitle {
  background: url(../images/common/main_cate_title.png) no-repeat left center;
  padding: 10px 0 10px 200px;
  text-align: left;
  font-size: 28px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  color: #FFF;
  margin-top: -25px;
}
/*

.p-mainVis__container--subTitle {
  background: url(../images/common/main_cate_title.png) no-repeat left center;
  padding: 10px 0 10px 200px;
  text-align: left;
  font-size: 28px;
  position: absolute;
  top: 170px;
  left: 0;
  color: #333;
}

*/

@media screen and (max-width: 640px) {
  #pageMain {
    margin-bottom: 30px;
    min-width: auto;
    width: 100%;
    background: none;
  }  
  .p-mainSubVis__container {
    background: url(../images/common/sp_main_vis-subBack.jpg) no-repeat;
    background-size: cover;
    height: auto;
  }
  .p-mainSubVis__container2 {
    background: url(../images/common/main_vis_back2.jpg) no-repeat;
    background-size: cover;
    height: 170px;
  }  
  .p-mainSubVis__container .p-mainVis__container--title {
    position: relative;
    margin-bottom: 20px;
  } 
  .p-mainVis__container--subTitle {
    position: relative;
    background: url(../images/common/main_cate_title.png) no-repeat center top;
    background-size: 130px auto;
    padding: 35px 0 20px 0;
    font-size: 18px;
    margin-top: 0;
    color: #333;
    text-align: center;
	-moz-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-ms-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-o-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-webkit-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
    
  }  
  
  
  /*
  .p-mainVis__container--subTitle {
    position: relative;
    top: 0;
    left: 0;
    background: url(../images/common/main_cate_title.png) no-repeat center top;
    background-size: 130px auto;
    padding: 35px 0 20px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
	-moz-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-ms-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-o-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-webkit-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
    
  }
  */
}


/* ====================================
=============== shop access ================*/
#shopAccess {
  margin-bottom: 50px;
  padding: 0 0 1px 0;
}
#shopAccess2 {
  margin-bottom: 50px;
}
.p-shopAccess {
  margin: 0 50px 20px 50px;
}
.p-shopAccessLink {
  width: 100%;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;*/
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-shopAccessLink--item {
  width: 49.2%;
  margin-left: 1.6%;
}
.p-shopAccessLink--item:nth-child(2n + 1) {
  margin-left: 0;
}
.p-shopAccessLink--item:nth-child(n + 3) {
  margin-top: 20px;
}
.p-shopAccessLink--item a {
  display: block;
}
a .p-shopAccessLink--title {
  background: #02a98c url(../images/common/title_back_green.png);
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding: 7px 0 5px 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.p-shopAccessLink--photo img {
  width: 100%;
  height: auto;
}
.p-serviceMenu {
  margin: 0 50px 0px 50px;
  padding-bottom: 50px;
}
.p-serviceMenuLink {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
}
.p-serviceMenuLink--item a {
  display: block;
}

@media screen and (max-width: 640px) {
  #shopAccess {
    margin-bottom: 50px;
  }
  .p-shopAccess {
    margin: 0 7px 20px 7px;
  }
  .p-shopAccessLink {
  }
  .p-shopAccessLink--item a {
    display: block;
    padding: 0 3px;
  }
  a .p-shopAccessLink--title {
    font-size: 13px;
  }
  .p-serviceMenu {
    margin: 0 7px 0px 7px;
    padding-bottom: 20px;
  }
  .p-serviceMenu::after {
    content: '';
    display: block;
    clear: both;
  }
  .p-serviceMenuLink {
    display: block;
  }
  .p-serviceMenuLink--item {
    float: left;
    width: 33.333%;
  }
  .p-serviceMenuLink--item a {
    display: block;
    padding: 3px;
    text-align: center;
  }
  .p-serviceMenuLink--item a img {
    margin: 0 auto;
  }
}


/* ====================================
=============== top bland search ================*/
#topSearch {
  padding-bottom: 43px;
  margin-bottom: 80px;
}
.p-topSearch__leftBox {
  width: 412px;
  margin-left: 50px;
  float: left;
  padding: 12px 0 0 0;
}
.p-topSearch__rightBox {
  width: 412px;
  margin-right: 50px;
  float: right;
  padding: 12px 0 0 0;
}

@media screen and (max-width: 640px) {
  #topSearch {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  .p-topSearch__leftBox {
    width: auto;
    margin: 0 0 30px 0;
    float: none;
    padding: 0 10px;
  }
  .p-topSearch__rightBox {
    width: auto;
    margin-right: 0;
    float: none;
    padding: 0 10px;
  }
}



/* ====================================
=============== top PickUp ================*/
#topPickUp {
  margin-bottom: 80px;
}
.p-topPickUp__container {
  width: 850px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}
.p-topPickUp__leftBox {
  width: 412px;
  float: left;
}
.p-topPickUp__rightBox {
  width: 412px;
  float: right;
}
.p-topPickUp__container a {
  display: block;
  color: #565656;
  text-align: left;
  border: #7dd2c7 1px solid;
  padding: 15px 25px 20px 25px;
  background: #FFF;
}
.p-topPickUp__container li + li {
  margin-top: 20px;
}
.p-topPickUp--list01 .p-topPickUp--title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
}
.p-topPickUp--list01 .p-topPickUp--photoBox {
  margin: 0 0 13px 0;
}
.p-topPickUp--list01 .p-topPickUp--photoBox span {
  display: block;
  overflow: hidden;
  height: 203px;
}
.p-topPickUp--list01 .p-topPickUp--photoBox span img {
  width: 100%;
}
.p-topPickUp--list01 .p-topPickUp--textBox {
  
}
.p-topPickUp--list01 .p-topPickUp--textBox--text {
  font-size: 12px;
  line-height: 1.5;
}

.p-topPickUp--list02 .p-topPickUp--title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 13px;
}
.p-topPickUp--list02 .p-topPickUp--list02--inner {
  display: table;
  width: 100%;
}
.p-topPickUp--list02 .p-topPickUp--photoBox {
  display: table-cell;
  width: 159px;
  vertical-align: middle;
}
.p-topPickUp--list02 .p-topPickUp--photoBox span {
  display: block;
  overflow: hidden;
  height: 130px;
}
.p-topPickUp--list02 .p-topPickUp--photoBox span img {
  max-width: none;
  width: 130%;
  height: auto;
}
.p-topPickUp--list02 .p-topPickUp--textBox {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.p-topPickUp--list02 .p-topPickUp--textBox--text {
  font-size: 12px;
  line-height: 1.5;
}


@media screen and (max-width: 640px) {
  #topPickUp {
    margin-bottom: 40px;
  }
  .p-topPickUp__container {
    width: auto;
    margin: 0 10px;
    padding: 10px 0 20px 0;
  }
  .p-topPickUp__leftBox {
    width: 100%;
    float: none;
  }
  .p-topPickUp__rightBox {
    width: 100%;
    float: none;
  }
  .p-topPickUp__container a {
    display: block;
    color: #565656;
    text-align: left;
    border: #7dd2c7 1px solid;
    padding: 15px 15px 15px 15px;
    background: #FFF;
  }
  .p-topPickUp__container li + li {
    margin-top: 20px;
  }
  .p-topPickUp--list01 {
    margin-bottom: 20px;
  }
  .p-topPickUp--list01 .p-topPickUp--title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .p-topPickUp--list01 .p-topPickUp--photoBox {
    margin: 0 0 13px 0;
  }
  .p-topPickUp--list01 .p-topPickUp--photoBox span {
    display: block;
    overflow: hidden;
    height: 203px;
  }
  .p-topPickUp--list01 .p-topPickUp--photoBox span img {
    width: 100%;
  }
  .p-topPickUp--list01 .p-topPickUp--textBox {

  }
  .p-topPickUp--list01 .p-topPickUp--textBox--text {
    font-size: 12px;
    line-height: 1.5;
  }

  .p-topPickUp--list02 .p-topPickUp--title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .p-topPickUp--list02 .p-topPickUp--list02--inner {
    display: table;
    width: 100%;
  }
  .p-topPickUp--list02 .p-topPickUp--photoBox {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
  }
  .p-topPickUp--list02 .p-topPickUp--photoBox span {
    display: block;
    overflow: hidden;
    height: 100px;
  }
  .p-topPickUp--list02 .p-topPickUp--photoBox span img {
    max-width: none;
    width: 130%;
    height: auto;
  }
  .p-topPickUp--list02 .p-topPickUp--textBox {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  .p-topPickUp--list02 .p-topPickUp--textBox--text {
    font-size: 12px;
    line-height: 1.5;
  }  
  
}


/* ====================================
=============== top read ================*/
#read {
  margin-bottom: 40px;
}
.p-readHeadLine--ballon {
  position: relative;
  margin-bottom: 44px;
}
.p-readHeadLine--ballonImg {
  position: absolute;
  top: -63px;
  right: 10px;
}

.p-topRead__container {
  position: relative;
  text-align: left;
  margin: 0 50px;
  padding: 0 0 50px 0;
}
.p-topRead--textDefault {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.p-topRead--textMiddle {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-topRead--textLarge {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-topRead--textRed {
  color: #cc3c72;
}
.p-topRead--widthSmall {
  width: 610px;
}
.p-topRead__container--image {
  position: absolute;
  right: -28px;
  top: -13px;
}

@media screen and (max-width: 640px) {
  #read {
    margin-bottom: 40px;
  }
  .p-readHeadLine--ballon {
    margin-bottom: 20px;
  }  
  .p-topRead__container {
    position: relative;
    text-align: left;
    margin: 0 10px;
    padding: 0 0 0px 0;
  }
  .p-topRead--textDefault {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .p-topRead--textMiddle {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .p-topRead--textLarge {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .p-topRead--textRed {
    color: #cc3c72;
  }
  .p-topRead--widthSmall {
    width: 100%;
  }
  .p-topRead__container--image {
    position: absolute;
    right: -28px;
    top: -13px;
  }  
}


/* ====================================
=============== Side staff ================*/
.p-sideStaff__container {
  margin-bottom: 40px;
}
.p-sideStaffList {
  padding: 20px 0 5px 20px;
}
.p-sideStaffList li {
  float: left;
  margin: 0 19px 0 0;
  width: 135px;
}
.p-sideStaffList li:nth-child(2n) {
  margin-right: 0px;
}
.p-sideStaffList li:nth-child(2n+1) {
  clear: both;
}
.p-sideStaffList--photo {
  margin-bottom: 8px;
}
.p-sideStaffList--name {
  font-size: 12px;
  line-height: 14px;
  min-height: 38px;
}
@media screen and (max-width: 640px) {
  .p-sideStaff__container {
    margin-bottom: 40px;
  }
  .p-sideStaffList {
    padding: 20px 5px 5px 5px;
  }
  .p-sideStaffList li {
    float: left;
    margin: 0 0 15px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .p-sideStaffList li:nth-child(2n) {
    margin-right: 0px;
  }
  .p-sideStaffList li:nth-child(2n+1) {
    clear: both;
  }
  .p-sideStaffList--photo {
    margin-bottom: 8px;
  }
  .p-sideStaffList--name {
    font-size: 12px;
    line-height: 14px;
    min-height: auto;
  }  
}

/* ====================================
=============== Side banner ================*/

.p-sideBar--truck {
  position: relative;
}
.p-sideBar--truckBalloon {
  position: absolute;
  top: -16px;
  right: -25px;
}

.p-sideBar--bankin {
  position: relative;
}
.p-sideBar--bankinBalloon {
  position: absolute;
  top: -25px;
  right: -25px;
}

@media screen and (max-width: 640px) {
  .p-sideBar--truck {
    position: relative;
  }
  .p-sideBar--truckBalloon {
    position: absolute;
    top: -11%;
    right: 0;
    width: 31.40625%;
  }

  .p-sideBar--bankin {
    position: relative;
  }
  .p-sideBar--bankinBalloon {
    position: absolute;
    top: -5%;
    right: 0;
    width: 28.4375%
  } 
}



.p-sideRank_container {
  margin-bottom: 40px;
}
.p-sideRankList {
  padding: 30px 13px 0 13px;
}
.p-sideRankList li {
  margin-bottom: 35px;
}
.p-sideRankList li a {
  display: block;
  position: relative;
}
.p-sideRankList li a:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -23px;
  left: -11px;
}
.p-sideRankList li:nth-child(1) a:before {
  background: url(../images/side/side_rank_01.png) no-repeat;
}
.p-sideRankList li:nth-child(2) a:before {
  background: url(../images/side/side_rank_02.png) no-repeat;
}
.p-sideRankList li:nth-child(3) a:before {
  background: url(../images/side/side_rank_03.png) no-repeat;
}
.p-sideRankList li:nth-child(4) a:before {
  background: url(../images/side/side_rank_04.png) no-repeat;
}
.p-sideRankList li:nth-child(5) a:before {
  background: url(../images/side/side_rank_05.png) no-repeat;
}
.p-sideRankList--photo {
  margin-bottom: 10px;
}
.p-sideRankList--photoInner {
  height: 161px;
  display: block;
  overflow: hidden;
}
.p-sideRankList--name {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}


@media screen and (max-width: 640px) { 
  .p-sideRank_container {
  }
  .p-sideRankList {
    padding: 30px 13px 0 13px;
  }
  .p-sideRankList li {
    margin-bottom: 35px;
  }
  .p-sideRankList li a {
    display: table;
    width: 100%;
    position: relative;
  }
  .p-sideRankList li a:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -23px;
    left: -11px;
  }
  .p-sideRankList li:nth-child(1) a:before {
    background: url(../images/side/side_rank_01.png) no-repeat;
  }
  .p-sideRankList li:nth-child(2) a:before {
    background: url(../images/side/side_rank_02.png) no-repeat;
  }
  .p-sideRankList li:nth-child(3) a:before {
    background: url(../images/side/side_rank_03.png) no-repeat;
  }
  .p-sideRankList li:nth-child(4) a:before {
    background: url(../images/side/side_rank_04.png) no-repeat;
  }
  .p-sideRankList li:nth-child(5) a:before {
    background: url(../images/side/side_rank_05.png) no-repeat;
  }
  .p-sideRankList--photo {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;
    width: 100px;
  }
  .p-sideRankList--photoInner {
    height: 80px;
    display: block;
    overflow: hidden;
  }
  .p-sideRankList--photoInner img {
    width: 140%;
    max-width: none;
  }
  .p-sideRankList--name {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
}


.p-sideSearch {
  padding: 10px;
}
.p-sideSearch .c-searchBland__link li {
  width: 72.75px;
  float: left;
  margin: 0 3px 3px 0;
}
.p-sideSearch .c-searchBland__link li:nth-child(5n) {
  margin-right: 3px;
}
.p-sideSearch .c-searchBland__link li:nth-child(5n+1) {
  clear: none;
}
.p-sideSearch .c-searchBland__link li:nth-child(4n) {
  margin-right: 0px;
}
.p-sideSearch .c-searchBland__link li:nth-child(4n+1) {
  clear: both;
}
.p-sideSearch .c-searchBland__link--noMark .c-searchBland__link--name {
  text-align: center;
}

.p-sideSearch .c-searchBland__container + .c-searchBland__container {
  margin-top: 0;
}
.p-sideSearch .c-searchBland__container {
  margin-bottom: 30px;
}

.p-sideSearch .c-searchParts__link {
  padding: 20px 0 0 0;
}
.p-sideSearch .c-searchParts__link li {
  width: 100%;
  margin: 0 0 9px 0;
  float: none;
}
.p-sideSearch .c-searchParts__link li:nth-child(2n) {
  margin-right: 0;
}
.p-sideSearch .c-searchParts__link li:nth-child(2n+1) {
  clear: both;
}


@media screen and (max-width: 640px) {
  .p-sideSearch {
    padding: 10px;
  }
  .p-sideSearch .c-searchBland__link li {
    width: 23.5%;
    float: left;
    margin: 0 2% 4px 0;
  }
  .p-sideSearch .c-searchBland__link li:nth-child(5n) {
    margin-right: 2%;
  }
  .p-sideSearch .c-searchBland__link li:nth-child(5n+1) {
    clear: none;
  }
  .p-sideSearch .c-searchBland__link li:nth-child(4n) {
    margin-right: 0px;
  }
  .p-sideSearch .c-searchBland__link li:nth-child(4n+1) {
    clear: both;
  }
  .p-sideSearch .c-searchBland__link--noMark .c-searchBland__link--name {
    text-align: center;
  }

  .p-sideSearch .c-searchBland__container + .c-searchBland__container {
    margin-top: 0;
  }
  .p-sideSearch .c-searchBland__container {
    margin-bottom: 30px;
  }

  .p-sideSearch .c-searchParts__link {
    padding: 20px 0 0 0;
  }
  .p-sideSearch .c-searchParts__link li {
    width: 32%;
    margin: 0 2% 9px 0;
    float: left;
  }
  .p-sideSearch .c-searchParts__link li:nth-child(2n) {
    margin-right: 2%;
  }
  .p-sideSearch .c-searchParts__link li:nth-child(2n+1) {
    clear: none;
  }
  .p-sideSearch .c-searchParts__link li:nth-child(3n) {
    margin-right: 0;
  }
  .p-sideSearch .c-searchParts__link li:nth-child(3n+1) {
    clear: both;
  }  
}




.p-sideNewList.p-sideRankList li a::before {
  display: none;  
}

.p-sideService__container {
  margin-bottom:40px; 
}
.p-sideServiceMenu {  
}
.p-sideServiceLink {  
  padding: 10px 5px 0 5px;
}
.p-sideServiceLink--item {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}
.p-sideServiceLink--item a {
  display: block;
  padding: 0 5px;
}




.c-articleBody {
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.c-body-headTitle h2 {
    background: #02a98c;
    font-size: 21px;
    line-height: 1.5;
    color: #FFF;
/*    font-weight: normal; */
    text-align: left;
    padding: 10px 50px;
  margin-bottom: 30px;
}
.c-body-container {
  padding: 0 50px;
  margin-bottom: 50px;
}
.c-body-container h1 {
	font-size:18px;
	line-height:21px;
	margin-bottom:25px;
  color: #08895a;
}
.c-body-container p {
	font-size:15px;
	line-height:2;
	margin-bottom:20px;
}
.c-body-container img {
	border: 1px solid #CCC;
padding: 4px;
background: #FFF;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

.c-otherArticle {
  display: table;
  width: 850px;
  margin: 0 auto 50px auto;
}
.c-otherArticle-next,
.c-otherArticle-prev {
  display: table-cell;
  width: 50%;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
  position: relative;
}
.c-otherArticle-next {
  padding: 0 0 0 10px ;
}
.c-otherArticle-prev {
  padding: 0 10px 0 0 ;
}
.c-otherArticle .c-otherArticle-link {
  display: table;
  width: 100%;
  background: #02a98c;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px; 
  color: #FFF;
  text-align: left;
}
.c-otherArticle-link span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.c-otherArticle-prev .c-otherArticle-link span {
  padding: 5px 10px 5px 30px;
}
.c-otherArticle-next .c-otherArticle-link span {
  padding: 5px 30px 5px 10px;
}
.c-otherArticle-prev .c-otherArticle-link:before,
.c-otherArticle-next .c-otherArticle-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.c-otherArticle-prev .c-otherArticle-link:before {
  left: 15px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.c-otherArticle-next .c-otherArticle-link:before {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-relatedArticle {
  margin: 0 50px 50px 50px;
}
.c-relatedArticle-title {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  border-bottom: #118a72 2px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.c-relatedArticle-list {
}
.c-relatedArticle-listItem {
}
.c-relatedArticle-listItem + .c-relatedArticle-listItem {
  border-top: #CCCCCC 2px dotted;
}
.c-relatedArticle-listItem a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 0;
  text-align: left;
}
.c-relatedArticle-listItem a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-relatedKeywords {
  margin: 0 50px;
}
.c-relatedKeywords-title {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  border-bottom: #118a72 2px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.c-relatedKeywords-list {
  text-align: left;
}
.c-relatedKeywords-list li {
  display: inline-block;
}
.c-relatedKeywords-list li + li {
  margin-left: 4px;
}
.c-relatedKeywords-list li a {
  background: #02a98c;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px; 
  color: #FFF;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}
.c-relatedKeywords-list li a:hover {
  opacity: 0.8;
}

.c-bar--contentsTOP {
  margin-bottom: 40px;
}
.c-bar--contentsBottom {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {

  .c-articleBody {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .c-body-headTitle h2 {
      font-size: 16px;
  /*    font-weight: normal; */
      padding: 10px 10px;
    margin-bottom: 20px;
  }
  .c-body-container {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .c-body-container h1 {
    font-size:14px;
    line-height:21px;
    margin-bottom:10px;
  }
  .c-body-container p {
    font-size:15px;
    line-height:2;
    margin-bottom:20px;
  }
  .c-body-container img {
    border: 1px solid #CCC;
  padding: 4px;
  background: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
  }

  .c-otherArticle {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .c-otherArticle-next,
  .c-otherArticle-prev {
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
    position: relative;
  }
  .c-otherArticle-next {
    padding: 0 10px 0 5px ;
  }
  .c-otherArticle-prev {
    padding: 0 5px 0 10px ;
  }
  .c-otherArticle .c-otherArticle-link {
    display: block;
    width: auto;
    background: #02a98c;
    color: #FFF;
    text-align: center;
    padding: 5px;
  }
  .c-otherArticle-link span {
    display: none;
  }
  .c-otherArticle-prev .c-otherArticle-link:after {
    content: '前の記事へ';
  }
  .c-otherArticle-next .c-otherArticle-link:after {
    content: '次の記事へ';
  }
  .c-otherArticle-prev .c-otherArticle-link:before {
    left: 25px;
  }
  .c-otherArticle-next .c-otherArticle-link:before {
    right: 25px;
  }

  .c-relatedArticle {
    margin: 0 10px 50px 10px;
  }
  .c-relatedArticle-title {
    font-size: 16px;
    border-bottom: #118a72 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .c-relatedArticle-list {
  }
  .c-relatedArticle-listItem {
  }
  .c-relatedArticle-listItem + .c-relatedArticle-listItem {
    border-top: #CCCCCC 1px dotted;
  }
  .c-relatedArticle-listItem a {
    padding: 10px 30px 10px 0;
    font-size: 14px;
  }

  .c-relatedKeywords {
    margin: 0 10px;
  }
  .c-relatedKeywords-title {
    font-size: 16px;
    border-bottom: #118a72 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .c-relatedKeywords-list {
    text-align: left;
  }
  .c-relatedKeywords-list li {
    margin-bottom: 15px;
  }
  .c-relatedKeywords-list li + li {
    margin-left: 4px;
  }
  .c-relatedKeywords-list li a {
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
  }
  .c-relatedKeywords-list li a:hover {
    opacity: 0.8;
  }

  .c-bar--contentsTOP {
    margin: 0 10px 40px 10px;
  }
  .c-bar--contentsBottom {
    margin: 0 10px 40px 10px;
  }
  
}

.c-articleList {
  margin: 0 50px;
}
.c-articleList li {
  border-bottom: #CCC 2px dotted;
}
.c-articleList li a {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.c-articleList__thum {
  display: table-cell;
  vertical-align: top;
  width: 160px;
}
.c-articleList__info {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}
.c-articleList__infoTitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-articleList__infoText {
  font-size: 14px;
  line-height: 1.5;
}


@media screen and (max-width: 640px) {
  .c-articleList {
    margin: 0 0px;
  }
  .c-articleList li {
    border-bottom: #CCC 1px dotted;
  }
  .c-articleList li a {
    padding: 10px 0;
  }
  .c-articleList__thum {
    width: 100px;
    padding: 0 0 0 10px;
  }
  .c-articleList__info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-articleList__infoTitle {
    font-size: 14px;
    margin-bottom: 0;
  }
  .c-articleList__infoText {
    display: none;
  } 
}


.c-articlePager {
  margin: 0 50px;
  padding: 50px 0 0 0;
}
.c-articlePager ul {
  
}
.c-articlePager ul li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.c-articlePager ul li a ,
.c-articlePager ul li span {
  display: block;
  height: 40px;
  width: 40px;
  border: #02a98c 1px solid;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 38px;
}
.c-articlePager ul li span {
  background: #02a98c;
  color: #FFF;
}
.c-articlePager ul li a {
  background: #FFF;
}

@media screen and (max-width: 640px) {
  .c-articlePager {
    margin: 0 10px;
    padding: 30px 0 0 0;
  }
  .c-articlePager ul {

  }
  .c-articlePager ul li {
    display: inline-block;
    margin: 0 3px 10px 3px;
  }
  .c-articlePager ul li a ,
  .c-articlePager ul li span {
    display: block;
    height: 30px;
    width: 30px;
    border: #02a98c 1px solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
  }
  .c-articlePager ul li span {
    background: #02a98c;
    color: #FFF;
  }
}




.p-rankList {
  
}
.p-rankList li a {
  position: relative;
}
.p-rankList li a:before {
  content: '1';
  background:#dfb895;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -10px;
  color: #FFF;
  border: #cda27c 1px solid;
}
.p-rankList li:first-child a:before {
  content: '1';
  background:#dcb643;
  border: #cfaa39 1px solid;
}
.p-rankList li:nth-child(2) a:before {
  content: '2';
  background:#a5a5a5;
  border: #8f8c8c 1px solid;
}
.p-rankList li:nth-child(3) a:before {
  content: '3';
  background:#b8a585;
  border: #ab9571 1px solid;
}
.p-rankList li:nth-child(4) a:before {
  content: '4';
}
.p-rankList li:nth-child(5) a:before {
  content: '5';
}
.p-rankList li:nth-child(6) a:before {
  content: '6';
}
.p-rankList li:nth-child(7) a:before {
  content: '7';
}
.p-rankList li:nth-child(8) a:before {
  content: '8';
}
.p-rankList li:nth-child(9) a:before {
  content: '9';
}
.p-rankList li:nth-child(10) a:before {
  content: '10';
}

@media screen and (max-width: 640px) {
  .p-rankList li a:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    top: 5px;
    left: -2px;
  }  
  
  
}


.p-side__bankinBar {
  margin-bottom: 40px;
}








.u-pcShow {  
}
.u-spShow {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-pcShow {  
    display: none;
  }
  .u-spShow {
    display: block;
  }
}