@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: 70px;
}
.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;
}



@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;
  }




