@charset "UTF-8";
/*-------------------------------------------
historyArea
-------------------------------------------*/
/*#historyArea{
	display:none;
}*/
/*===========================================================================
=============================================================================

SP/TUBLET

=============================================================================
===========================================================================*/
/*@media screen and (max-width: 767px) {*/
/*-------------------------------------------
historyArea
-------------------------------------------*/
/*#historyArea{
	display:block;
}
#historyBlock{
	position:relative;
	margin:20px -10px 40px;
}
#historyBlock:after{
	position: absolute;
	display:block;
	content: "";
	width:14px;
	height:12px;
	left:10px;
	bottom:-12px;
	background: url(../img_history/history_arw_sp.png) no-repeat 0 0;
	-ms-background-size: 14px 12px;
	-moz-background-size: 14px 12px;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
}
#historyBlock>div.box{
	width:100%;
	padding:11px 10px 11px 32px;
	border-top:1px solid #ededed;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#historyBlock>div.box:before{
	position: absolute;
	display:block;
	content: "";
	width:14px;
	top:-1px;
	left:10px;
	bottom:0px;
	overflow:hidden;
	background: url(../img_history/history_line_sp.png) no-repeat 0 0;
	-ms-background-size: 14px auto;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
#historyBlock>div.box:first-child:before{
	top:11px;
	background: url(../img_history/history_line_sp.png) no-repeat 0 -12px;
	-ms-background-size: 14px auto;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
#historyBlock>div.photoR{
	display:table;
}
#historyBlock>div.box:nth-child(odd){
	background-color:#f5f5f5;
}
#historyBlock dt{
	font-weight:bold;
}
#historyBlock>div.photoR dl{
	display:table-cell;
	vertical-align:top;
	padding-right:10px;
}
#historyBlock>div.photoR .boxPhoto{
	display:table-cell;
	vertical-align:top;
	width:160px;
}
#historyBlock>div.photoR .boxPhoto img{
	width:160px;
	height:auto;
}*/


/* INFO
------------------------------ */
/* c-info3 */
.c-info3 {}

.c-info_list3 {}
.c-info_list3 > div {
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f3f8f6;
}
.c-info_list3 dt,
.c-info_list3 dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-info_list3 dt {
  -webkit-flex-basis: 100px;
  flex-basis: 150px;
  /*border-left: 1px solid #006647;
  padding-left: 70px;
  padding-right: 0 !important;*/
}
.c-info_list3 dd {
  -webkit-flex: 1;
  flex: 1;

}
.c-info_list3 a {
  color: #004831;
  /*border-bottom: 1px solid;*/
  transition: .3s;
}
.c-info_list3 a:hover {
  border-bottom-color: transparent;
}



/*アンダーラインマーカー*/
.marker-g {
  background: linear-gradient(transparent 50%, #D9F2D0 50%);
}

/*※*/
.csr-notes {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: 1.4rem;
}
* + .csr-notes {
  margin-top: 5px;
}

.csr-notes_pre {
  flex-shrink: 0;
}


/* BOX
------------------------------ */
.c-box-2 {
  border: 1px solid #d5dedb;
  font-size: 1.6rem;
}

.c-box-2.-accordion .c-box-2_header {
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.c-box-2.-accordion .c-box-2_header::before,
.c-box-2.-accordion .c-box-2_header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: #004831;
  transition: .3s;
}
.c-box-2.-accordion .c-box-2_header::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-box-2.-accordion .c-box-2_header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.c-box-2.-accordion .c-box-2_header:hover {
  background-color: #f5f5f5;
}

.c-box-2.-accordion .c-box-2_header.is-active {
  background-color: #e4eec1;
}
.c-box-2.-accordion .c-box-2_header.is-active::after {
  visibility: hidden;
  opacity: 0;
}

.c-box-2.-accordion .c-box-2_contents {
  display: none;
}

.c-box-2_header {
  color: #004831;
  font-weight: 700;
  padding: 24px 40px;
}

.c-box-2_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.c-box-2_contents {
  padding: 24px 40px;
  border-top: 1px solid #d5dedb;
}
.c-box-2_contents:first-child {
  border-top: 0;
}

.c-box-2_contents > p:not(:first-child) {
  margin-top: .75em;
}

.c-box-2_image {
  margin-top: 20px;
  text-align: center;
}

.c-box-2_list {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .c-box-2_header,
  .c-box-2_contents {
    padding: 16px 20px;
  }

  .c-box-2_image {
    margin-top: 16px;
  }

  .c-box-2_list {
    margin-top: 20px;
  }
}
/**/


/* left */
.ml70 { margin-left: 70px !important;}
.ml80 { margin-left: 80px !important;}
.ml90 { margin-left: 90px !important;}
.ml100 { margin-left: 100px !important;}

/* right */
.mr70 { margin-right: 70px !important;}
.mr80 { margin-right: 80px !important;}
.mr90 { margin-right: 90px !important;}
.mr100 { margin-right: 100px !important;}

/* color
------------------------------ */
.black { color: #333434 !important;}
.white { color: #fff !important;}
.gray { color: #f0f0f0 !important;}
.green { color: #c4d700 !important;}
.l-green { color: #d5dedb !important;}
.w-green { color: #e4eec1 !important;}
.d-green { color: #004831 !important;}
.red { color: #c83030 !important;}
.l-red { color: #ffebeb !important;}
.orange { color: #ee7800 !important;}


/* font-size
------------------------------ */
.font-14 { font-size: 1rem !important;}
.font-16 { font-size: 1.15rem !important;}
.font-20 { font-size: 1.4rem !important;}
.font-24 { font-size: 1.8rem !important;}
.font-28 { font-size: 2rem !important;}
.font-36 { font-size: 2.5rem !important;}
.font-40 { font-size: 2.8rem !important;}
.font-48 { font-size: 3.4rem !important;}
.font-64 { font-size: 5rem !important;}
.small { font-size: 1.2rem !important;}
.normal { font-size: 1.4rem !important;}
.medium { font-size: 1.6rem !important;}
.big { font-size: 2rem !important;}
.big-small { font-size: 2.4rem !important;}
.small-large { font-size: 2.8rem !important;}
.large { font-size: 3.6rem !important;}


@media screen and (max-width: 767px) {
.font-14 { font-size: 0.8rem !important;}
.font-16 { font-size: 1rem !important;}
.font-20 { font-size: 1.2rem !important;}
.font-24 { font-size: 1.4rem !important;}
.font-28 { font-size: 1.8rem !important;}
.font-36 { font-size: 2rem !important;}
.font-40 { font-size: 2.1rem !important;}
.font-48 { font-size: 2.4rem !important;}
.font-64 { font-size: 3rem !important;}
}


/* font-weight
------------------------------ */
.normal { font-weight: 400 !important;}
.bold { font-weight: 700 !important;}



@media (max-width: 767px) {
  .c-info_list3 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
  .c-info_list3 > div {
    display: block;
  }
  .c-info_list3 dt {
    padding-left: 0;
  }




