@charset "UTF-8";

/* ========================================

other.css
* member
* marc
* business_partner
* privacy
* policy
* trademark
* sitemap

======================================== */
/* ========================================
  common parts
======================================== */
@media screen and (min-width: 768px) {
 .sp-only {
  display: none !important;
 }
}

@media screen and (max-width: 767px) {
 .pc-only {
  display: none !important;
 }
}

body {
 min-width: 1250px;
}

@media screen and (max-width: 767px) {
 body {
  min-width: 320px;
 }
}

.container {
 width: 1200px;
 margin: 0 auto;
 *zoom: 1;
}

.container:after {
 display: block;
 content: '';
 clear: both;
}
ul#list_program{
	margin-top: 3%;
}
ul#list_program li {
  background: url("../../assets/img/viewership/img_bg_triangle.png") right bottom no-repeat #eeece9;
}
ul#list_program dl dd {
  padding: 0 14px;
  height: 1.8em;
}
.otherSingle2__txt span{
	font-weight: 600;
	font-size: 1.2em;
}
.otherSingle3 p#image_center img {
    width: 100%;
    margin: 10px auto 15px;
  } 
#otherSingle4__txt {
 font-size: 1.6rem;
    line-height: 1.75;
    color: #7d0000;
    padding: 2%;
    margin:2% 0 3%;
    border: solid 1px #7d0000;
}
.c-bebtn1 .c-bebtn1__txt:after{
		content: '';
    width: 8px;
    height: 8px;
    /*border-top: 2px solid #093d6e;
    border-right: 2px solid #093d6e;*/
	border-top: 2px solid #626262;
    border-right: 2px solid #626262;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
	}
@media screen and (min-width: 768px) {
ul#list_program li {
  width: 48%;
  float: left;
  margin: 0 10px 15px 0;
}
ul#list_program dl {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
ul#list_program dl dt {
  float: left;
  width: 208px;
  font-size: 12px;
  font-weight: bold;
}
ul#list_program dl dd .tex_tit {
  color: #000000;
  position: absolute;
  left: 220px;
  top: 20px;
  width: 48%;
}
ul#list_program dl dd .tex_buy {
  color: #7d0300;
  position: absolute;
  right: 20px;
  top: 125px;
}
	#otherSingle4__txt dt{
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
}
#otherSingle4__txt dd{
	line-height: 1.75;
	font-size: 1.5rem;
}
	.c-bebtn1 .c-bebtn1__txt{
text-align: center;
    margin: 2% auto 1%;
    display: table;
    width: 600px;
    font-size: 2.4rem;
    line-height: 1.75;
    color: #093d6e;
    border: 2px solid #093d6e;
	font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 0 16px;
    position: relative;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	}
}
@media screen and (max-width: 767px) {
	ul#list_program li{
		width: 100%;
		margin-bottom: 10px;
	}
ul#list_program dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
ul#list_program dl{
    width: 100%;
    margin: 0;
    padding: 0;
	position: relative;
}
ul#list_program dl dt{
    float: left;
    width: 30%;
    font-size: 12px;
    font-weight: bold;
}
ul#list_program dl dd{
    float: left;
    width: calc(100% - 30%);
    padding: 10px 12px;
    font-size: 12px;
}
	ul#list_program dl dd .tex_tit {
  color: #000000;
}
ul#list_program dl dd .tex_buy {
  color: #7d0300;
	position: absolute;
	right: 14px;
    bottom: 8px;
}
#otherSingle4__txt dt{
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
    letter-spacing: -0.05em;
}
#otherSingle4__txt dd {
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
}	
.c-bebtn1 .c-bebtn1__txt{
text-align: center;
    margin: 3% auto 5%;
    display: table;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #093d6e;
    border: 2px solid #093d6e;
	font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 10px;
    position: relative;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	}
	}
@media screen and (max-width: 767px) {
 .container {
  width: 100%;
  padding: 0 15px;
 }
}

.side {
 width: 270px;
 float: left;
 border-bottom: 2px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
 .side {
  width: 100%;
  float: inherit;
  border-bottom: none;
 }
}

.side__mainttl {
 background: #212121;
 font-size: 1.8rem;
 line-height: 1.6;
 color: #fff;
 font-weight: bold;
 padding: 19px 10px 15px;
}

.side__subttl {
 background: #dbdbdb;
 font-size: 1.6rem;
 line-height: 1.75;
 color: #363636;
 padding: 13px 31px 8px;
}

.side__item {
 border-left: 2px solid #dbdbdb;
 border-right: 2px solid #dbdbdb;
 border-top: 1px solid #dbdbdb;
 background: #fff;
}

.side__txt {
 display: block;
 font-size: 1.6rem;
 line-height: 1.75;
 color: #363636;
 padding: 14px 29px 9px;
 position: relative;
}

.side__txt::before {
 content: '';
 width: 8px;
 height: 8px;
 border-top: 1px solid #881616;
 border-right: 1px solid #881616;
 position: absolute;
 top: 50%;
 left: 7px;
 -webkit-transform: rotate(45deg) translate(0, -50%);
 transform: rotate(45deg) translate(0, -50%);
}

.side__list2 li {
 padding-left: 20px;
}

.side__list2 li.active {
 background: #dbdbdb;
}

.content {
 width: 900px;
 float: right;
}

@media screen and (max-width: 767px) {
 .content {
  width: 100%;
  float: none;
 }
}


/*
.c-breadcrumb {
 background: transparent;
 position: absolute;
 width: 100%;
 top: 114px;
 left: 0;
}

@media screen and (max-width: 767px) {
 .c-breadcrumb {
  top: 1px;
 }
}

.c-breadcrumb--position2 {
 top: 1px;
}

.c-breadcrumb__inner {
 max-width: 1200px;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 overflow: hidden;
}

.c-breadcrumb__item {
 position: relative;
 margin: 0 2px 0 0;
}

@media screen and (max-width: 767px) {
 .c-breadcrumb__item {
  margin: 0 3px 0 0;
 }
}

.c-breadcrumb__item:first-child {
 margin: 0 3px 0 -6px;
}

@media screen and (max-width: 767px) {
 .c-breadcrumb__item:first-child {
  margin: 0 3px 0 -4px;
 }
}

.c-breadcrumb__item::after {
 content: '';
 width: 100%;
 height: 100%;
 background: rgba(190, 172, 86, 0.3);
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform: skew(-20deg);
 transform: skew(-20deg);
}

.c-breadcrumb a,
.c-breadcrumb span {
 font-size: 1.2rem;
 line-height: 1.5;
 color: #fff;
 position: relative;
 z-index: 2;
 display: block;
}

@media screen and (max-width: 767px) {

 .c-breadcrumb a,
 .c-breadcrumb span {
  font-size: 1rem;
 }
}

.c-breadcrumb span {
 padding: 6px 16px;
}

@media screen and (max-width: 767px) {
 .c-breadcrumb span {
  padding: 3px 10px;
 }
}
*/

.c-btn1 {
 width: 188px;
 margin: 0 auto;
}

@media screen and (max-width: 767px) {
 .c-btn1 {
  width: 175px;
 }
}

.c-btn1__txt {
 text-align: center;
 background: #263f6c;
 display: block;
 font-size: 1.4rem;
 line-height: 1.2;
 color: #fff;
 font-weight: bold;
 padding: 23px 5px;
}

@media screen and (max-width: 767px) {
 .c-btn1__txt {
  padding: 22px 5px;
 }
}

.c-title1 {
 font-size: 3.6rem;
 line-height: 1;
 color: #363636;
 font-weight: bold;
 border-bottom: 2px solid #dbdbdb;
 padding: 0 0 9px;
}

@media screen and (max-width: 767px) {
 .c-title1 {
  font-size: 2.4rem;
  padding: 0 0 6px;
 }
}

.c-list1__item {
 font-size: 1.6rem;
 line-height: 1.5;
 color: #363636;
 position: relative;
 padding-left: 16px;
 margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
 .c-list1__item {
  padding-left: 10px;
  margin: 0 0 1px;
 }
}

.c-list1__item::before {
 content: '';
 width: 6px;
 height: 6px;
 background: #263f6c;
 border-radius: 50%;
 position: absolute;
 top: 10px;
 left: 0;
}

@media screen and (max-width: 767px) {
 .c-list1__item::before {
  top: 8px;
  left: -2px;
 }
}

.c-list2 {
 counter-reset: item;
}

.c-list2__item {
 font-size: 2rem;
 line-height: 1.4;
 color: #363636;
 position: relative;
 padding-left: 23px;
 text-indent: -23px;
 margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
 .c-list2__item {
  font-size: 1.6rem;
  line-height: 1.25;
  padding-left: 15px;
  text-indent: -18px;
  margin: 0 0 14px;
 }
}

.c-list2__item::before {
 content: counter(item, decimal) '.';
 counter-increment: item;
 margin: 0 3px 0 0;
}

.c-list2 .c-list1 {
 margin: 6px 0 0;
}

@media screen and (max-width: 767px) {
 .c-list2 .c-list1 {
  margin: 2px 0 0;
 }
}

.c-list2 .c-list1__item {
 padding-left: 36px;
}

@media screen and (max-width: 767px) {
 .c-list2 .c-list1__item {
  padding-left: 33px;
 }
}

.c-list2 .c-list1__item::before {
 top: 9px;
 left: -3px;
}

@media screen and (max-width: 767px) {
 .c-list2 .c-list1__item::before {
  left: 3px;
 }
}

.c-list3 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.c-list3__item {
 width: 436px;
 background: #fff;
 border: 1px solid #eee;
 border-radius: 12px;
 margin: 0 0 28px 28px;
 -webkit-box-shadow: 0 2px 12px 0 #eeeeee;
 box-shadow: 0 2px 12px 0 #eeeeee;
}

@media screen and (max-width: 767px) {
 .c-list3__item {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 28px;
 }
}

.c-list3__item:nth-child(2n + 1) {
 margin: 0 0 28px;
}

.c-list3__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 17px 12px 19px 4px;
}

@media screen and (max-width: 767px) {
 .c-list3__inner {
  padding: 13px;
 }
}

.c-list3__img {
 width: 142px;
 margin: 2px 0 0;
}

@media screen and (max-width: 767px) {
 .c-list3__img {
  width: 45%;
  margin: 1px 0 0;
 }
}

.c-list3__info {
 width: calc(100% - 142px);
}

@media screen and (max-width: 767px) {
 .c-list3__info {
  width: 51%;
 }
}

.c-list3__ttl {
 font-size: 2rem;
 line-height: 1.24;
 color: #363636;
 font-weight: bold;
 position: relative;
 padding-left: 23px;
}

@media screen and (max-width: 767px) {
 .c-list3__ttl {
  font-size: 1.6rem;
  padding-left: 17px;
 }
}

.c-list3__ttl::before {
 content: '';
 width: 8px;
 height: 8px;
 border-top: 1px solid #881616;
 border-right: 1px solid #881616;
 position: absolute;
 top: 10px;
 left: 0;
 -webkit-transform: rotate(45deg) translate(0, -50%);
 transform: rotate(45deg) translate(0, -50%);
}

@media screen and (max-width: 767px) {
 .c-list3__ttl::before {
  left: -6px;
 }
}

.c-list3__txt {
 font-size: 1.6rem;
 line-height: 1.5;
 color: #363636;
 margin: 7px 0 0;
}

@media screen and (max-width: 767px) {
 .c-list3__txt {
  margin: 10px 0 0;
 }
}

.c-list4__item {
 margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
 .c-list4__item {
  margin: 0 0 11px;
 }
}

.c-list4__txt {
 font-size: 1.6rem;
 line-height: 1.5;
 color: #363636;
 position: relative;
 padding-left: 14px;
}

.c-list4__txt::before {
 content: '';
 width: 7px;
 height: 7px;
 border-top: 2px solid #2a436f;
 border-right: 2px solid #2a436f;
 position: absolute;
 top: 10px;
 left: -6px;
 -webkit-transform: rotate(45deg) translate(0, -50%);
 transform: rotate(45deg) translate(0, -50%);
}

/* ========================================
 c-mainvisual
======================================== */
.p-other-mv {
 background: url("/assets/img/other/mv-img.jpg") no-repeat top center;
 background-size: cover;
 height: 300px;
 align-items: center;
 margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
 .p-other-mv {
  background: url("/assets/img/other/mv-img.jpg") no-repeat top left -200px;
  margin-bottom: 20px;
  height: 125px;
 }
}
.p-catalogue-mv {
 background: url("/assets/img/catalogue/mv-img.png") no-repeat top center;
 background-size: cover;
 height: 300px;
 align-items: center;
 margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
 .p-catalogue-mv {
  background: url("/assets/img/catalogue/mv-img.png") no-repeat center center;
  background-size : cover;
  margin-bottom: 20px;
  height: 125px;
 }
}
.c-mainvisual__ttl {
 font-size: 3.6rem;
 line-height: 1.35;
 padding-top: 24px;
}

@media screen and (max-width: 767px) {
 .c-mainvisual__ttl {
  font-size: 2rem;
  padding: 0;
 }
}

/* ========================================
.page-other
======================================== */
.page-other .content p,
.page-other .content li {
 font-family: heisei-kaku-gothic-std, sans-serif;
}

.page-other a {
 text-decoration: none;
}

.page-other .container {
 margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
 .page-other .container {
  margin-bottom: 50px;
 }
}

.page-other .container .c-list1 {
 margin-top: 23px;
}

@media screen and (max-width: 767px) {
 .page-other .container .c-list1 {
  margin-top: 17px;
 }
}

.p-other-mv {
 background: url("/assets/img/other/mv-img.jpg") no-repeat top center;
 background-size: cover;
 height: 300px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 40px;
}

.p-other-mv-member {
 background: url("/assets/img/other/mv-img-menber.jpg") no-repeat top center;
 background-size: cover;
 height: 300px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 40px;
}

.p-other-mv-marc {
 background: url("/assets/img/other/mv-img-marc.jpg") no-repeat top center;
 background-size: cover;
 height: 300px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 40px;
}
.p-other-mv-viewership {
 background: url("/assets/img/other/mv-img-viewership.jpg") no-repeat top center;
 background-size: cover;
 height: 300px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 40px;
}
ul#list-application li{
	float: left;
	margin: 10px;
}
.clear{
	clear: both;
}
.mb10{margin-bottom: 10px;}

@media screen and (max-width: 767px) {
 .p-other-mv {
  background: url("/assets/img/other/mv-img.jpg") no-repeat top left -200px;
  margin-bottom: 20px;
  height: 125px;
 }
 .p-other-mv-member {
  background: url("/assets/img/other/mv-img-menber.jpg") no-repeat top left -200px;
  margin-bottom: 20px;
  height: 125px;
 }
 .p-other-mv-marc {
  background: url("/assets/img/other/mv-img-marc.jpg") no-repeat top left -200px;
  margin-bottom: 20px;
  height: 125px;
 }
 .p-other-mv-viewership {
  margin-bottom: 20px;
  height: 125px;
 }
}

.p-other-mv-ttl {
 font-size: 3.6rem;
 line-height: 1.35;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 font-style: normal;
 font-weight: 600;
 text-align: center;
 color: #fff;
 padding-top: 24px;
}

@media screen and (max-width: 767px) {
 .p-other-mv-ttl {
  font-size: 2rem;
  padding: 0 20px;
 }
}

.p-other-mv-ttl span {
 font-size: 2rem;
 vertical-align: top;
}



.otherSingle0__txt {
 font-size: 2.0rem;
 line-height: 1.75;
 text-align: center;
 margin: 52px 0 0;
}

@media screen and (max-width: 767px) {
 .otherSingle0__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 32px 0 0;
 }
}

.otherSingle0__txt .text {
 text-decoration: underline;
 color: #7d0000;
}

.otherSingle1 .c-title1 {
 margin: 0 0 23px;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

@media screen and (max-width: 767px) {
 .otherSingle1 .c-title1 {
  margin: 0 0 17px;
 }
}

.otherSingle1__txt {
 font-size: 1.6rem;
 line-height: 1.75;
 margin: 23px 0 0;
}

@media screen and (max-width: 767px) {
 .otherSingle1__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 17px 0 20px;
 }
}

.otherSingle1__txt .text {
 color: #7d0000;
}

.otherSingle1__txt strong {
 font-weight: bold;
}

.otherSingle1__txt2 {
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle1__txt2 {
  font-size: 1.4rem;
  line-height: 1.25;
 }
}

.otherSingle1__txt2 a {
 color: #363636;
}

.otherSingle1__img {
 margin: 14px 0 0;
 text-align: center;
}

@media screen and (max-width: 767px) {
 .otherSingle1__img {
  margin: 7px 0 0;
 }
}

.otherSingle1__img2 {
 margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
 .otherSingle1__img2 {
  margin: 0 0 7px;
 }
}

.otherSingle1__img3 {
 text-align: center;
 margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
 .otherSingle1__img3 {
  margin: 30px auto 0;
 }
}

.otherSingle2 {
 margin: 52px 0 52px;
}

@media screen and (max-width: 767px) {
 .otherSingle2 {
  margin: 30px 0 30px;
 }
}

.otherSingle2__list {
 padding-top: 21px;
}

.otherSingle2__list > li {
 margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list > li {
  margin-bottom: 16px;
 }
}

.otherSingle2__list li .otherSingle2__txt {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list li .otherSingle2__txt {
  margin-bottom: 12px;
 }
}

.otherSingle2__list2 {
 margin-top: 12px;
 padding-left: 36px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list2 {
  padding-left: 26px;
 }
}

.otherSingle2__list2 li {
 position: relative;
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list2 li {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle2__list2 li span {
 position: absolute;
 left: -36px;
 top: 0;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list2 li span {
  left: -26px;
 }
}

.otherSingle2__number {
 width: 70px;
 height: 23px;
 background: #212121;
 font-size: 1.4rem;
 line-height: 1;
 color: #fff;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

@media screen and (max-width: 767px) {
 .otherSingle2__number {
  width: 83px;
  height: 28px;
  font-size: 1.1rem;
  padding: 2px 5px 0px;
  margin-right: 5px;
 }
}

.otherSingle2__number strong {
 font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__number strong {
  font-size: 1.1rem;
  padding-top: 2px;
 }
}

.otherSingle2__ttl {
 font-size: 2rem;
 line-height: 2.4rem;
 color: #7d0000;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 font-weight: bold;
 width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
 .otherSingle2__ttl {
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 83px);
 }
}

.otherSingle2__ttl2 {
 font-size: 2rem;
 line-height: 2.8rem;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 position: relative;
 margin-top: 26px;
 padding-left: 31px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__ttl2 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 14px;
  padding-left: 25px;
 }
}

.otherSingle2__ttl2:before {
 content: '';
 width: 20px;
 height: 20px;
 border: 4px solid #7d0000;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

@media screen and (max-width: 767px) {
 .otherSingle2__ttl2:before {
  width: 16px;
  height: 16px;
  border: 3px solid #7d0000;
  top: 2px;
 }
}

.otherSingle2__ttl3 {
 font-size: 1.6rem;
 line-height: 2.8rem;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 margin-top: 16px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__ttl3 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 8px;
 }
}

.otherSingle2__text {
 font-size: 1.6rem;
 line-height: 2.8rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__text {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle2__link {
 margin-top: 6px;
}

.otherSingle2__link a {
 display: inline-block;
 font-size: 1.6rem;
 line-height: 1.75;
 color: #363636;
 padding: 0 20px;
 padding-left: 20px;
 position: relative;
}

@media screen and (max-width: 767px) {
 .otherSingle2__link a {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle2__link a:before {
 content: "";
 width: 7px;
 height: 7px;
 border-top: 2px solid #7d0000;
 border-right: 2px solid #7d0000;
 position: absolute;
 top: 8.5px;
 left: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
 .otherSingle2__link a:before {
  top: 5px;
 }
}







.otherSingle2__item {
 margin-top: 14px;
 margin-bottom: 26px;
 padding: 18px 20px;
 border: 1px solid #eee;
 -webkit-box-shadow: 0 2px 12px 0 #eeeeee;
 box-shadow: 0 2px 12px 0 #eeeeee;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item {
  margin-top: 6px;
  margin-bottom: 14px;
  padding: 10px 14px;
 }
}

.otherSingle2__item__ttl {
 font-size: 2rem;
 line-height: 2.8rem;
 color: #7d0000;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item__ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 14px;
 }
}

.otherSingle2__item__ttl small {
 color: #363636;
 font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item__ttl small {
  font-size: 1.2rem;
 }
}

.otherSingle2__item .otherSingle2__txt {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item .otherSingle2__txt {
  display: block;
 }
}

.otherSingle2__item .otherSingle2__number {
 padding-top: 1px;
 width: 100px;
 margin-right: 10px;
 background: #7d0000;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item .otherSingle2__number {
  margin-bottom: 4px;
 }
}

.otherSingle2__item .otherSingle2__ttl {
 width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
 .otherSingle2__item .otherSingle2__ttl {
  width: 100%;
 }
}

.otherSingle2__item .otherSingle2__item__text3 span {
 font-size: 1.6rem;
 font-weight: bold;
}

.otherSingle2__item .otherSingle2__item__text3 strong {
 font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item .otherSingle2__item__text3 {
  width: 100%;
 }
}














.otherSingle2__item__text2 {
 font-size: 1.4rem;
 line-height: 1.4;
 margin-left: 340px;
 margin-top: 12px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item__text2 {
  font-size: 1.2rem;
  margin-left: 0;
  text-align: right;
 }
}

.otherSingle2__list li .otherSingle2__txt2 {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__list li .otherSingle2__txt2 {
  display: block;
 }
}

.otherSingle2__list li .otherSingle2__txt2__text {
 font-size: 1.6rem;
 line-height: 1.75;
 width: calc(100% - 360px);
}

@media screen and (max-width: 767px) {
 .otherSingle2__list li .otherSingle2__txt2__text {
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
 }
}



.otherSingle2__item2 {
 text-align: center;
 width: 484px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 20px;
 border: 2px solid #7d0000;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item2 {
  width: 324px;
  margin: 6px auto 0;
 }
}

.otherSingle2__item2__ttl {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: #363636;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 border-bottom: 1px solid #363636;
 margin-bottom: 14px;
 padding-bottom: 6px;
}

.otherSingle2__item2__ttl small {
 color: #363636;
 font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item2__ttl small {
  display: block;
  font-size: 1.2rem;
 }
}

.otherSingle2__item2__text {
 display: inline-block;
 font-size: 1.2rem;
 font-weight: bold;
 line-height: 1.4;
 background-image: url(/assets/img/member/icon_phone.png);
 background-repeat: no-repeat;
 background-position: center left;
 padding-left: 28px;
 margin-left: 6px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item2__text {
  font-size: 1.3rem;
 }
}

.otherSingle2__item2__text strong {
 display: block;
 color: #7d0000;
 font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
 .otherSingle2__item2__text strong {
  font-size: 2.4rem;
 }
}

.otherSingle2__item2__text a {
 display: block;
 color: #7d0000;
 font-size: 2.6rem;
}


.otherSingle4__imgtxt {
 margin-top: 12px;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}




.otherSingle2__imgtxt {
 margin-top: 12px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
}

.otherSingle2__imgtxt__text1 {
 font-size: 1.6rem;
 line-height: 1.75;
 font-family: heisei-kaku-gothic-std, sans-serif;
 display: block;
}

@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt__text1 {
  font-size: 1.4rem;
  line-height: 1.4;
 }
 .otherSingle4__imgtxt__text1 {
  font-size: 1.2rem;
  line-height: 1.5;
text-align: justify;
 }
}
@media screen and (min-width:767px){
	.otherSingle4__imgtxt__text1 {
  font-size: 1.3rem;
  line-height: 1.5;
text-align: justify;
		margin-top: 12px;
	}
}

.otherSingle2__imgtxt__text2 {
 font-size: 1.6rem;
 line-height: 1.75;
 font-family: heisei-kaku-gothic-std, sans-serif;
 color: #7d0000;
}

@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt__text2 {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle2__imgtxt__txt {
 width: calc(100% - 180px);
}


@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt__txt {
  width: 100%;
 }
}

.otherSingle2__imgtxt__txt a {
 color: #7d0000;
}

.otherSingle2__imgtxt__img {
 text-align: center;
 padding-top: 5px;
}

@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt > .otherSingle2__imgtxt__img {
  width: 98px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
 }

 .otherSingle2__imgtxt__txt .otherSingle2__imgtxt__img {
  float: left;
  width: 162px;
  padding-bottom: 10px;
  padding-right: 10px;
 }
}

@media screen and (max-width: 767px) {
 .otherSingle2__imgtxt__img img {
  width: 100%;
 }
}

@media screen and (max-width: 766px) {
 .otherSingle2__imgtxt__img2 {
  float: left;
  width: 162px;
  padding-bottom: 6px;
  padding-right: 10px;
 }
 .otherSingle4__imgtxt__img2 {
  padding-bottom: 6px;
 }
ol.otherSingle4__list li{
    margin: 0 auto;
}
ol.otherSingle4__list{
		width: 100%;
	}
	ol.otherSingle4__list li{
	width: 30%;
    float: left;
    margin: 0 3% 0 0;
}
	.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
	
}
@media screen and (min-width: 767px) {
 .otherSingle2__imgtxt__img2 {
  float: left;
  width: 162px;
  padding-bottom: 6px;
  padding-right: 10px;
 }
 .otherSingle4__imgtxt__img2 {
  float: left;
  width: 200px;
  padding-bottom: 6px;
 }
	ol.otherSingle4__list{
		width: 681px;
	}
	ol.otherSingle4__list li{
	width: 200px;
    float: left;
    margin-right: 27px;
}
	.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
}


.otherSingle3 {
 margin: 57px 0 58px;
}

@media screen and (max-width: 767px) {
 .otherSingle3 {
  margin: 36px 0 20px;
 }
}

.otherSingle4__ttl {
 margin-top: 12px;
 margin-bottom: 12px;
 width: 108px;
 height: 30px;
 background: #212121;
 font-size: 1.4rem;
 line-height: 1;
 color: #fff;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.otherSingle3__ttl {
 margin-top: 12px;
 margin-bottom: 12px;
 width: 80px;
 height: 30px;
 background: #212121;
 font-size: 1.4rem;
 line-height: 1;
 color: #fff;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
@media screen and (max-width: 767px) {
 .otherSingle3__ttl {
  margin-bottom: 6px;
  width: 72px;
    height: 24px;
    font-size: 1.2rem;
  padding-top: 1px;
 }
}

.otherSingle3__ttl2 {
 font-size: 1.6rem;
 line-height: 2.8rem;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 margin-top: 4px;
}

@media screen and (max-width: 767px) {
 .otherSingle3__ttl2 {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__txt {
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle3__txt {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__item {
 margin-bottom: 26px;
 padding: 18px 20px;
 background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item {
  margin-bottom: 14px;
  padding: 10px 14px;
 }
}

.otherSingle3__item__ttl {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: #7d0000;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item__ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 14px;
 }
}

.otherSingle3__item__text {
 font-size: 1.6rem;
 line-height: 1.4;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item__text {
  font-size: 1.2rem;
  margin-left: 0;
 }
}

.otherSingle3__item2 {
 margin-top: 7px;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item2 {
  margin-top: 4px;
 }
}

.otherSingle3__item2 dt {
 font-size: 1.6rem;
 line-height: 1.75;
 font-weight: bold;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item2 dt {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__item2 dd {
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item2 dd {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__item3 {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-top: 23px;
 margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item3 {
  display: block;
  margin-top: 17px;
 }
}

.otherSingle3__item3 .otherSingle3__item3__text {
 width: calc(100% - 360px);
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle3__item3 .otherSingle3__item3__text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__item3 dd {
 font-size: 1.6rem;
 line-height: 1.75;
 width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
 .otherSingle3__item3 dd {
  font-size: 1.4rem;
  line-height: 1.4;
  width: calc(100% - 80px);
 }
}

.otherSingle3__list li {
 padding-left: 1.6em;
 margin-top: 4px;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .otherSingle3__list li {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.otherSingle3__list li span {
 margin-left: -1.4em;
}

.otherSingle3__list li.otherSingle3__list__in {
 margin-left: 26px;
}

.otherSingle3__list li.otherSingle3__list__in span {
 margin-left: -1.9em;
}

.otherSingle4 {
 margin: 57px 0 0;
}

@media screen and (max-width: 767px) {
 .otherSingle4 {
  margin: 0;
 }
}

.page-other .c-list4 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: start;
}

.page-other .c-list4__item {
 width: 436px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: start;
 margin: 23px 0 0;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__item {
  width: 100%;
  margin: 17px 0 0;
 }
}

.page-other .c-list4__box {
 width: calc(100% - 150px);
 background: #fff;
 border: 1px solid #ebebeb;
 border-radius: 14px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 20px 18px 12px;
 position: relative;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__box {
  width: calc(100% - 100px);
  border-radius: 12px;
  padding: 19px 15px 17px;
 }
}

.page-other .c-list4__box::after {
 content: '';
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 9px 16px 9px 0;
 border-color: transparent #ebebeb transparent transparent;
 position: absolute;
 top: 64px;
 left: -16px;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__box::after {
  top: 41px;
 }
}

.page-other .c-list4__box::before {
 content: '';
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 8px 13px 8px 0;
 border-color: transparent #ffffff transparent transparent;
 position: absolute;
 top: 65px;
 left: -13px;
 z-index: 2;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__box::before {
  top: 42px;
 }
}

.page-other .c-list4__txt1 {
 font-size: 1.6rem;
 line-height: 1.4;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__txt1 {
  font-size: 1.4rem;
  line-height: 1.45;
 }
}

.page-other .c-list4__sign {

 font-size: 1.4rem;
 line-height: 1.4;
 font-weight: 500;
 text-align: right;
 margin: 4px 0 0;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__sign {
  font-size: 1.2rem;
  margin: 5px 0 0;
 }
}

.page-other .c-list4__img {
 margin-top: 10px;
 width: 120px;
 border-radius: 50%;
 border: 1px solid #ebebeb;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__img {
  width: 82px;
 }
}

.page-other .c-list4__img img {
 width: 120px;
 height: 120px;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__img img {
  width: 80px;
  height: 80px;
 }
}


.otherSingle5 {
 margin: 57px 0 58px;
}

@media screen and (max-width: 767px) {
 .page-other .c-list4__img {
  margin: 30px 0 30px;
 }
}

.otherSingle5__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: start;
}

@media screen and (max-width: 767px) {
 .otherSingle5__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
}

.otherSingle5__item {
 width: 436px;
}

@media screen and (max-width: 767px) {
 .otherSingle5__item {
  margin-top: 6px;
  width: 100%;
 }
}

.otherSingle5__item__ttl {
 display: inline-block;
 height: 23px;
 background: #212121;
 font-size: 1.4rem;
 line-height: 23px;
 color: #fff;
 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
 padding-left: 8px;
 padding-right: 8px;
 margin-top: 12px;
}

@media screen and (max-width: 767px) {
 .otherSingle5__item__ttl {
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px;
  padding-top: 1px;
  margin-top: 6px;
 }
}

.page-other .container .c-list1 {
 margin-top: 12px;
}

@media screen and (max-width: 767px) {
 .page-other .container .c-list1 {
  margin-top: 6px;
 }
}

@media screen and (max-width: 767px) {
 .page-other .container .c-list1 .c-list1__item {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 13px;
 margin-bottom: 10px;
 }

 .page-other .container .c-list1 .c-list1__item:before {
  top: 7px;
  left: 2px;
 }
}

.page-other .container .c-list1 .list1__item__img {
 display: inline-block;
 padding: 1em;
 background: #ebebeb;
 margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
 .page-other .container .c-list1 .list1__item__img {
  margin-top: 6px;
 }
}

/* ========================================
  sitemap parts
======================================== */
.p-sitemap-list-box:not(:first-child) {
 margin-top: 20px;
}

@media screen and (max-width: 767px) {
 .p-sitemap-list-box:not(:first-child) {
  margin-top: 0;
 }
}

.p-sitemap-list-box ul,
.p-sitemap-list-box-service {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: start;
}

@media screen and (max-width: 767px) {
 .p-sitemap-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
}

.p-sitemap-list-box ul.p-sitemap-list-service {
 display: block;
}

.p-sitemap-list-box li {
 width: 436px;
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .p-sitemap-list-box li {
  width: 100%;
 }
}

.p-sitemap-list-box li a {
 color: #363636;
}

.p-sitemap-list1 li:nth-child(odd) {
 margin-right: 28px;
}

@media screen and (max-width: 767px) {
 .p-sitemap-list1 li:nth-child(odd) {
  margin-right: 0;
 }
}

.p-sitemap-list-box ul > li a {
 position: relative;
}

.p-sitemap-list-box ul > li a,
.p-sitemap-list-box ul > li span {
 display: block;
}

.p-sitemap-list-box ul.p-sitemap-list2 li.p-sitemap-list-item1,
.p-sitemap-list-box ul.p-sitemap-list-service li.p-sitemap-list-item1 {
 width: 100%;
}

.p-sitemap-list-box li.p-sitemap-list-item1 a {
 padding: 10px 0 4px 0;
 border-bottom: 2px solid #7d0000;
}

.p-sitemap-list-box li.p-sitemap-list-item1 a:after {
 content: "";
 width: 2px;
 height: 30px;
 background-color: #7d0000;
 position: absolute;
 bottom: -6px;
 right: 10px;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.p-sitemap-list-box li.p-sitemap-list-item2 > a {
 font-size: 1.4rem;
 padding: 5px 0 3px;
 border-bottom: 1px solid #dbdbdb;
}

.p-sitemap-list-box li.p-sitemap-list-item2 > a:after {
 content: "";
 width: 7px;
 height: 7px;
 border-top: 1px solid #363636;
 border-right: 1px solid #363636;
 position: absolute;
 right: 6px;
 top: 50%;
 -webkit-transform: rotate(45deg) translateY(-50%);
 -ms-transform: rotate(45deg) translateY(-50%);
 transform: rotate(45deg) translateY(-50%);
}

.p-sitemap-list-box li.p-sitemap-list-item2 {
 margin-top: 4px;
}

.p-sitemap-list-box li.p-sitemap-list-item3 {
 margin-top: 6px;
 margin-left: 30px;
 font-size: 1.3rem;
 line-height: 1.75;
}

.p-sitemap-list-box li.p-sitemap-list-item3 a:before {
 content: '';
 width: 6px;
 height: 6px;
 background: #363636;
 border-radius: 50%;
 position: absolute;
 top: 7px;
 left: -14px;
}

/* ========================================
  sitemap parts
======================================== */
.p-faq-Single1 {
 margin-bottom: 52px;
 -webkit-box-shadow: 0 2px 12px 0 #eeeeee;
 box-shadow: 0 2px 12px 0 #eeeeee;
}

.p-faq-Single1 .p-faq-Box {
 padding: 20px 18px 16px 18px;
 border: 2px solid #ebebeb;
}

@media screen and (max-width: 767px) {
 .p-faq-Single1 .p-faq-Box {
  padding: 12px 8px 6px 8px;
 }
}

.p-faq-Single1 .p-faq-Box:not(:first-child) {
 border-top: none;
}

.p-faq-Q {
 position: relative;
 cursor: pointer;
}

.p-faq-A {
 display: none;
}

.p-faq-Q:before,
.p-faq-Q:after,
.p-faq-Q.active:after {
 content: "";
 display: block;
 width: 25px;
 height: 3px;
 position: absolute;
 right: 6px;
 background-color: #7d0000;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}

.p-faq-Q:before {
 top: 14px;
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}

.p-faq-Q:after {
 top: 15px;
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}

.p-faq-Q.active:after {
 top: 14px;
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}

@media screen and (max-width: 767px) {

 .p-faq-Q:before,
 .p-faq-Q:after,
 .p-faq-Q.active:after {
  width: 22px;
  height: 2px;
  right: 4px;
 }

 .p-faq-Q:before,
 .p-faq-Q:after {
  top: 7px;
 }

 .p-faq-Q.active:after {
  top: 7px;
 }
}


.p-faq-A-inBox {
 margin-left: 38px;
}

@media screen and (max-width: 767px) {
 .p-faq-A-inBox {
  margin-top: 20px;
  margin-left: 0;
 }
}

.p-faq-A-inBox p {
 font-family: heisei-kaku-gothic-std, sans-serif;
 font-size: 1.6rem;
 line-height: 1.75;
}

.p-faq-A-inBox p:not(:first-child) {
 margin-top: 1.6rem;
}

.p-faq-A-inBox p strong {
 font-weight: bold;
}

.p-faq-A-inBox p span.inBox {
 display: block;
 margin-left: 28px;
}

@media screen and (max-width: 767px) {
 .p-faq-A-inBox p span.inBox {
  margin-left: 22px;
 }
}

.p-faq-A-inBox p a {
 color: #363636;
}

@media screen and (max-width: 767px) {
 .p-faq-A-inBox p {
  font-size: 1.4rem;
  line-height: 1.4;
 }

 .p-faq-A-inBox p:not(:first-child) {
  margin-top: 1.4rem;
 }
}

.p-faq-Q h4,
.p-faq-A h5 {
 position: relative;
 padding: 0 32px 0 32px;
 font-family: heisei-kaku-gothic-std, sans-serif;
 font-weight: normal;
}

.p-faq-Q h4 {
 position: relative;
 font-weight: bold;
 font-size: 2.0rem;
 line-height: 1.75;
}

.p-faq-A h5 {
 margin-top: 20px;
 position: relative;
 font-weight: bold;
 font-size: 1.6rem;
 line-height: 1.75;
}

@media screen and (max-width: 767px) {
 .p-faq-Q h4 {
  margin-right: 34px;
  font-size: 1.6rem;
  line-height: 1.4;
 }

 .p-faq-A h5 {
  font-size: 1.4rem;
  line-height: 1.4;
 }
}

.p-faq-Q h4:before,
.p-faq-A h5:before {
 display: block;
 width: 25px;
 height: 25px;
 text-align: center;
 color: #fff;
 position: absolute;
 left: 0;
 font-weight: bold;
 font-size: 1.6rem;
 line-height: 25px;
}

.p-faq-Q h4:before {
 content: "Q";
 top: 4px;
 background-color: #212121;
}

.p-faq-A h5:before {
 content: "A";
 top: 2px;
 background-color: #7d0000;
}

@media screen and (max-width: 767px) {
 .p-faq-Q h4:before {
  top: -4px;
 }

 .p-faq-A h5:before {
  top: -4px;
 }
}

.p-faq .side__txt:before {
 top: 50%;
 left: 10px;
 margin-top: -4px;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}

.p-faq .search {
 margin-bottom: 27px;
}

.p-faq .search__input {
 width: 100%;
 height: 40px;
 border: 2px solid #dbdbdb;
 position: relative;
 margin-bottom: 10px;
}

.p-faq .search__input input[type="text"] {
 width: 100%;
 height: 100%;
 border: none;
 font-size: 1.4rem;
 color: #363636;
 padding: 0 40px 0 10px;
}

.p-faq .search__input input[type="text"]::-webkit-input-placeholder {
 color: #777;
 opacity: 1;
}

.p-faq .search__input input[type="text"]::-moz-placeholder {
 color: #777;
 opacity: 1;
}

.p-faq .search__input input[type="text"]:-ms-input-placeholder {
 color: #777;
 opacity: 1;
}

.p-faq .search__input input[type="text"]::-ms-input-placeholder {
 color: #777;
 opacity: 1;
}

.p-faq .search__input input[type="text"]::placeholder {
 color: #777;
 opacity: 1;
}

.p-faq .search__input input[type="text"]:-ms-input-placeholder {
 color: #777;
}

.p-faq .search__input input[type="text"]::-ms-input-placeholder {
 color: #777;
}

.p-faq .search__input input[type="submit"] {
 width: 40px;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 border: none;
 background-color: transparent;
 background-image: url(/assets/img/common/icon_search.png);
 background-position: center;
 background-repeat: no-repeat;
}

.p-faq .highlight {
 background-color: #fffd77;
}

.p-faq .faq-notfound {
 display: none;
 font-size: 24px;
 line-height: 1.1;
 font-weight: bold;
 margin-bottom: 12px;
 text-align: center;
}

@media screen and (max-width: 767px) {
 .p-faq .faq-notfound {
  display: none;
  font-size: 1.6rem;
  line-height: 1.4;
 }
}

input::-webkit-input-placeholder {
 padding-top: 0.2em;
}
