@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/

/*
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/* body base
===============================================================*/


.l-wrap {
  padding-top: 200px;
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: content-box;
}



.l-contents {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 50px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 200px;
}
.l-contents__main {
  width: calc(100% - 350px);
}
.l-contents__side {
  width: 300px;
}
.l-contentsSingle {
  margin-top: 100px;
  margin-bottom: 200px;
}


@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-wrap {
    padding-top: 60px;
  }


  .l-contents {
    padding: 0 0px;
    display : block;
    margin-top: 60px;
    margin-bottom: 150px;
  }
  .l-contents__main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .l-contents__side {
    width: 100%;
    margin-top: 80px;
  }
  .l-contentsSingle {
    margin-top: 60px;
    margin-bottom: 150px;
  }
}




.l-header {
/*
  background: #FFF;
*/
/*
  padding: 50px;
*/
}

.c-flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.p-header {
  background-color: #fff;
  position: relative;
}
.p-headerInner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* position: relative; */
  height: 200px;
  transition: all .8s ease;
}
.p-headerInner.shrunk {
  height: 120px;
}
.p-headerLogo {
  width: 270px;
}
.p-headerSnsLinks {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* right: 0; */
  right: calc(50vw - 620px);
  bottom: 83px;
  bottom: 41.5%;
  margin: auto;
}
.p-headerSnsLinks__item {
}
.p-headerSnsLinks__item + .p-headerSnsLinks__item {
  margin-left: 24px;
}

.p-headerLangLinks {
  position: absolute;
  top: 13px;
  right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}
.p-headerLangLinks__item {
  padding-bottom: 3px;
  box-sizing: border-box;
}
.p-headerLangLinks__item + .p-headerLangLinks__item {
  border-left: 1px solid #000;
  padding-left: 1em;
  margin-left: 1em;
}
.p-headerLangLinks__item a {
  font-size: 14px;
}
.p-headerLangLinks__item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.p-headerMenuBtn {
  width: 64px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 57px;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s ease-out;
  display: block;
}
.p-headerMenuBtnInner {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  width: 64px;
  height: 29px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-headerMenuBtnInner span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #030303;
  border-radius: 4px;
  transition: all .4s;
}
.p-headerMenuBtnInner span:nth-of-type(1) {
  top: 0;
}
.p-headerMenuBtnInner span:nth-of-type(2) {
  top: 13px;
}
.p-headerMenuBtnInner span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 48px;
}
.p-headerMenuBtn.is-active .p-headerMenuBtnInner span {
  width: 75%;
}
.p-headerMenuBtn.is-active .p-headerMenuBtnInner span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.p-headerMenuBtn.is-active .p-headerMenuBtnInner span:nth-of-type(2) {
  opacity: 0;
}
.p-headerMenuBtn.is-active .p-headerMenuBtnInner span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  width: 75%;
}
.p-headerNaviWrap {
  position: absolute;
  right: 0;
  /* top: 200px; */
  width: 300px;
  height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  padding: 35px 30px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(100%, 0);
  transition: all .4s ease-out;
  overflow-y: scroll;
}
.p-headerNaviWrap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.p-headerNaviMenu {
  text-align: left;
  padding-bottom: 120px;
}
.p-headerNaviMenuLinks {

}
.p-headerNaviMenuLinks__item {
}
.p-headerNaviMenuLinks__item + .p-headerNaviMenuLinks__item {
  border-top: 1px solid #ddd;
}
.p-headerNaviMenuLinksLabel {
  font-size: 16px;
  display: block;
  position: relative;
  height: 100%;
  padding: 15px 0;
}
.p-headerNaviMenuLinksLabel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc {
  
}
.p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc::before {
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc.is-open::before {
  top: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-headerNaviMenuLinksLabel:hover {

}
.p-headerNaviSubMenuLinks {
  display: none;
}
.p-headerNaviSubMenuLinks__item {
  border-top: 1px solid #ddd;
}
.p-headerNaviSubMenuLinks__item + .p-headerNaviSubMenuLinks__item {
}
.p-headerNaviSubMenuLinks__item a {
  padding: 15px 0 15px 10px;
  font-size: 16px;
  display: block;
  position: relative;
  height: 100%;
}
.p-headerNaviSubMenuLinks__item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1550px){
  .p-headerSnsLinks {
    right: 150px;
  }
}
@media screen and (max-width: 1000px){
  .p-headerInner {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px){
  .p-header {
  }
  .p-headerInner {
    padding: 0 20px;
    position: static;
    height: 60px;
  }
  .p-headerInner.shrunk {
    height: 60px;
  }
  .p-headerLogo {
    width: 150px;
  }
  .p-headerSnsLinks {
    position: relative;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    right: auto;
    bottom: auto;
    margin: 30px auto;
  }
  .p-headerSnsLinks__item {
  }
  .p-headerSnsLinks__item + .p-headerSnsLinks__item {
    margin-left: 24px;
  }
  
  .p-headerLangLinks {
    position: relative;
    top: auto;
    right: auto;
    -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
    height: 20px;
    margin: 30px auto;
  }
  .p-headerLangLinks__item {
    padding-bottom: 3px;
    box-sizing: border-box;
  }
  .p-headerLangLinks__item + .p-headerLangLinks__item {
    border-left: 1px solid #000;
    padding-left: 1em;
    margin-left: 1em;
  }
  .p-headerLangLinks__item a {
    font-size: 18px;
  }
  .p-headerLangLinks__item a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  
  .p-headerMenuBtn {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    display: block;
  }
  .p-headerMenuBtnInner {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #030303;
    border-radius: 4px;
    transition: all .4s;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    width: 75%;
  }
  .p-headerMenuBtn.is-active .p-headerMenuBtnInner span {
    /* width: 75%; */
  }
  .p-headerMenuBtn.is-active .p-headerMenuBtnInner span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-active .p-headerMenuBtnInner span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    /* width: 75%; */
  }
  .p-headerNaviWrap {
    position: absolute;
    right: 0;
    /* top: 200px; */
    /* width: 240px; */
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .9);
    padding: 15px 20px;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(100%, 0);
    transition: all .4s ease-out;
  }
  .p-headerNaviWrap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .p-headerNaviMenu {
    text-align: left;
    padding-bottom: 100px;
  }
  .p-headerNaviMenuLinks {
  
  }
  .p-headerNaviMenuLinks__item {
  }
  .p-headerNaviMenuLinks__item + .p-headerNaviMenuLinks__item {
    /* margin-top: 15px;
    padding-top: 15px; */
    border-top: 1px solid #ddd;
  }
  .p-headerNaviMenuLinksLabel {
    font-size: 16px;
    display: block;
    position: relative;
  }
  .p-headerNaviMenuLinksLabel::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc {
    
  }
  .p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc::before {
    right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-headerNaviMenuLinksLabel.p-headerNaviMenuLinksLabel--acc.is-open::before {
    top: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p-headerNaviMenuLinksLabel:hover {
  
  }
  .p-headerNaviSubMenuLinks {
    display: none;
  }
  .p-headerNaviSubMenuLinks__item {
    /* margin-top: 15px;
    padding: 15px 0 0 10px; */
    border-top: 1px solid #ddd;
  }
  .p-headerNaviSubMenuLinks__item + .p-headerNaviSubMenuLinks__item {
  }
  .p-headerNaviSubMenuLinks__item a {
    font-size: 16px;
    display: block;
    position: relative;
  }
  .p-headerNaviSubMenuLinks__item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.p-footer {
  background: #000;
  color: #FFF;
  padding: 110px 0 80px;
  height: 400px;
  text-align: right;
  box-sizing: border-box;
}
.p-footerLink {
  margin-bottom: 36px;
}
.p-footerLink a {
  color: #fff !important;
  line-height: 1;
  font-size: 14px;

}
.p-footerLink a:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-footerCopyright {
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 750px){
  .p-footer {
    background: #000;
    color: #FFF;
    padding: 55px 0 60px;
    height: 220px;
    text-align: right;
    box-sizing: border-box;
  }
  .p-footerLink {
    margin-bottom: 24px;
  }
  .p-footerLink a {
    color: #fff !important;
    line-height: 1;
    font-size: 14px;
  
  }
  .p-footerLink a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .p-footerCopyright {
    line-height: 1;
    font-size: 10px;
  }
}

.p-flowBtnOuter {
  position: fixed;
  bottom: 0;
  background-color: rgba(255,255,255,.8);
  width: 100%;
  z-index: 9000;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  transition: opacity .4s ease-out;
}
.p-flowBtnOuter.is-active {
  opacity: 1;
}
.p-flowBtn {
}
.p-flowBtnAnc {
  width: 460px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 28px;
  color: #fff !important;
  box-sizing: border-box;
  padding-bottom: 2px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 750px){
  .p-flowBtnOuter {
    height: 60px;
    width: 100%;
  }
  .p-flowBtn {
  }
  .p-flowBtnAnc {
    font-size: 16px;
    width: 320px;
    height: 42px;
    margin: 0 auto;
  }
}




.c-body {
  text-align: left;
}
.c-body p {
  font-size: 16px;
  line-height: 1.85;
}
.c-body * + p {
  margin-top: 1em;
}
/* ↓↓20230119追加↓↓ */
.c-body .catch-title {
  font-size: 44px;
  line-height: 1.5;
  font-weight: bold;
  border-top: #eee 6px solid;
  border-bottom: #eee 6px solid;
  padding: 15px 0 15px 0;
  margin-bottom: 30px;
  text-align: center;
}
.c-body .catch-title span {
  display: inline-block;
}
/* ↑↑20230119追加↑↑ */
.c-body .h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: #000 2px solid;
  padding: 0 0 15px 0;
  margin-bottom: 23px;
}
.c-body * + .h2 {
  margin-top: 60px;
}
.c-body .h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  background: #eee;
  padding: 10px 15px 10px 20px;
  margin-bottom: 23px;
}
.c-body * + .h3 {
  margin-top: 40px;
}

.c-body .list-dot {
  
}
.c-body * + .list-dot {
  margin-top: 1em;
}
.c-body .list-dot > li {
  font-size: 16px;
  line-height: 1.85;
  position: relative;
  padding: 0 0 0 20px;
}
.c-body .list-dot > li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 11px;
  left: 0;
}
.c-body .list-num {
  counter-reset: item;
  list-style: none;
}
.c-body * + .list-num {
  margin-top: 1em;
}
.c-body .list-num > li {
  font-size: 16px;
  line-height: 1.85;
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.c-body .list-num > li:before {
  counter-increment: item;
  content: '('counter(item)')';
}
.c-body li a ,
.c-body p a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.c-body .img {
  text-align: center;
}
.c-body * + .img {
  margin-top: 1em;
}
.c-body .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500px;
}
.c-body .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-body * + .map {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .c-body {
  }
  .c-body p {
    font-size: 14px;
    line-height: 1.85;
  }
  .c-body * + p {
    margin-top: 1em;
  }
  /* ↓↓20230119追加↓↓ */
  .c-body .catch-title {
    font-size: 24px;
    line-height: 1.5;
    border-top: #eee 4px solid;
    border-bottom: #eee 4px solid;
    padding: 11px 0 11px 0;
    margin-bottom: 25px;
  }
  /* ↑↑20230119追加↑↑ */
  .c-body .h2 {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: #000 2px solid;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
  }
  .c-body * + .h2 {
    margin-top: 50px;
  }
  .c-body .h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 10px 8px 15px;
    margin-bottom: 20px;
  }
  .c-body * + .h3 {
    margin-top: 35px;
  }
  .c-body .list-dot {

  }
  .c-body * + .list-dot {
    margin-top: 1em;
  }
  .c-body .list-dot > li {
    font-size: 14px;
    line-height: 1.85;
    padding: 0 0 0 15px;
  }
  .c-body .list-dot > li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  .c-body .list-num {
  }
  .c-body * + .list-num {
    margin-top: 1em;
  }
  .c-body .list-num > li {
    font-size: 14px;
    line-height: 1.85;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .c-body .list-num > li:before {
  }
  .c-body li a ,
  .c-body p a {
  }
  .c-body .map {
    padding-top: 400px;
  }
  .c-body * + .map {
    margin-top: 30px;
  }
}



.p-side {
  
}
.p-side__item {
  text-align: left;
}
.p-side__itemTitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 33px;
  position: relative;
}
.p-side__itemTitle:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.p-sideLinkList {
  border-top: #CCC 1px solid;
}
.p-sideLinkList > li {
  border-bottom: #CCC 1px solid;
}
.p-sideLinkList > li a {
  display: block;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.p-sideLinkList > li a:before {
  position: absolute;
  bottom: 4px;
  top: 0;
  margin: auto;
  right: 0;
  content: '';
  width: 8px;
  height: 5px;
  background: url("../images/common/icon-arrow-r.png") no-repeat center;
  background-size: 8px 5px;
}
.p-sideLinkList > li a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 4px;
  content: '';
  height: 1px;
  width: 21px;
  display: block;
  background: #000;
}

@media screen and (max-width: 750px) {
  .p-side__item {
  }
  .p-side__itemTitle {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 20px 33px;
  }
  .p-side__itemTitle:before {
    width: 30px;
    height: 2px;
    bottom: -15px;
  }
  .p-sideLinkList {
    border-top: #CCC 1px solid;
  }
  .p-sideLinkList > li {
  }
  .p-sideLinkList > li a {
    padding: 15px 60px 15px 20px;
  }
  .p-sideLinkList > li a:before {
    bottom: 4px;
    top: 0;
    right: 20px;
    width: 8px;
    height: 5px;
    background: url("../images/common/icon-arrow-r.png") no-repeat center;
    background-size: 8px 5px;
  }
  .p-sideLinkList > li a:after {
    right: 24px;
    height: 1px;
    width: 21px;
  }
}
.p-sideLinkList2 {
  border-top: #CCC 1px solid;
}
.p-sideLinkList2 > li {
  border-bottom: #CCC 1px solid;
}
.p-sideLinkList2 > li a {
  display: block;
  padding: 15px 40px 15px 0px;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
.p-sideLinkList2 > li a:before {
  position: absolute;
  bottom: 4px;
  top: 0;
  margin: auto;
  right: 0;
  content: '';
  width: 8px;
  height: 5px;
  background: url("../images/common/icon-arrow-r.png") no-repeat center;
  background-size: 8px 5px;
}
.p-sideLinkList2 > li a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 4px;
  content: '';
  height: 1px;
  width: 21px;
  display: block;
  background: #000;
}
.p-sideLinkList2__date {
  font-size: 14px;
  line-height: 1.3;
  color: #888888;
  margin-bottom: 4px;
}

@media screen and (max-width: 750px) {
  .p-sideLinkList2 {
    border-top: #CCC 1px solid;
  }
  .p-sideLinkList2 > li {
  }
  .p-sideLinkList2 > li a {
    padding: 15px 60px 15px 20px;
  }
  .p-sideLinkList2 > li a:before {
    bottom: 4px;
    top: 0;
    right: 20px;
    width: 8px;
    height: 5px;
    background: url("../images/common/icon-arrow-r.png") no-repeat center;
    background-size: 8px 5px;
  }
  .p-sideLinkList2 > li a:after {
    right: 24px;
    height: 1px;
    width: 21px;
  }
}
