@charset "utf-8";
/* CSS Document */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
	-webkit-text-size-adjust: 100%;
}

/* --------------------------------------------------------------------------------

PC layout

-------------------------------------------------------------------------------- */

/* branch */
.pc {
	display: block; }
.sp {
	display: none; }

#mainVisual {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding-top: 4em;
	padding-bottom: 6em;
	border-top: 1px solid #ccc;
}
.mvBox {
	float: left;
	width: 155px;
	height: auto;
	background: url("../../images/index/img_kv_sp.jpg") no-repeat;
	background-size: 100% auto;
}
.mvTxt {
	margin-left: 160px;
	padding: 1.5em 1.5em;
	font-size: 1.15rem;
	font-weight: bold;
	background-color: #ffeaea;
}
.mvTxt span {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

h3 {
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d51b11;
}


#sec01 {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto 8em;
}

#sec01 .title {
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 1.35rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d51b11;	
}
#sec01 .leftBox {
	float: left;
	width: 51%;
}
#sec01 .rightBox {
	float: right;
	width: 42%;
}
#sec01 .leftBox h2 {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 2rem;
	font-weight: bold;
	color: #d51b11;
}
#sec01 .leftBox h2 span {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}
#sec01 .leftBox p {
	margin-bottom: 1.5em;
	font-size: 0.9rem;
	line-height: 1.6;
}
#sec01 .leftBox p.attention {
	font-size: 0.8rem;
	line-height: 1.6;
}
#sec01 .rightBox .dlTxt {
	text-align: center;
}
#sec01 .rightBox p {
	position: relative;
	display: inline-block;
	padding-left: 2em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1.1rem;
	font-weight: bold;
	color: #d51b11;
	line-height: 1.6;
	text-align: center;
}
#sec01 .rightBox p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8em;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d51b11;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec01 .rightBox p:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.8em;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d51b11;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sec01 .rightBox .image img{
	width: 100%;
}
.sec01Table {
	width: 100%;
	margin: 2em 0;
	font-size: 0.9rem;
}
.sec01Table dt {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f2f1f1;
}
.sec01Table dd {
	float: left;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 23%;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}
.sec01Table dt:nth-of-type(1),
.sec01Table dt:nth-of-type(2),
.sec01Table dt:nth-of-type(3) {
	border-bottom: none;
}
.sec01Table dd:nth-of-type(1),
.sec01Table dd:nth-of-type(2),
.sec01Table dd:nth-of-type(3) {
	border-bottom: none;
}
.sec01Table dd:nth-of-type(3),
.sec01Table dd:nth-of-type(6) {
	border-right: 1px solid #ccc;
}
.sec01Table dd p {
	padding: 0 1em;
}

#sec02 {
	width: 100%;
	background-color: #fbf0dc;
}
#sec02 .inner {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#sec02 h3 span {
	font-size: 120%;
	color: #d51b11;
}
#sec02 .lead {
	margin-top: 1em;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#sec02 .leftBox {
	float: left;
	width: 48%;
	position: relative;
}
#sec02 .rightBox {
	float: right;
	width: 48%;
	position: relative;
}
#sec02 .title {
	position: absolute;
	top:0;
	left: 0;
	width: 40%;
	height: 3.5em;
	padding-top: 1em;
	border-top-right-radius: 2.5em;
	border-bottom-right-radius: 2.5em;
	background-color: #d51b11;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	z-index: 2;
}
#sec02 .title span{
	font-size: 1.3rem;
}
.sec02Box {
	margin-top: 5em;
	background-color: #fff;
	padding: 50px 20px 30px;
	border-bottom: 1px solid #acacac;
}
.sec02Box2 {
	background-color: #fff;
	padding: 20px 20px 20px;;
	border-bottom: 3px solid #d51b11;
}
.sec02Box p.sec02BoxTitle {
	margin-bottom: 0.2em;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d51b11;
}
.sec02Box p.sec02BoxSub {
	font-size: 1.1rem;
	font-weight: bold;
}
.sec02Box p.sec02BoxSub2,
.sec02Box2 p.sec02BoxSub2 {
	margin-bottom: 0.4em;
	font-size: 0.9rem;
	font-weight: bold;
}
.sec02Box p.sec02BoxSub2 span.txtBig {
	font-size: 1.25em;
	border-bottom: 1px solid #000;
}
.sec02Box p.sec02BoxSub2Attention {
	font-size: 1.2em;
}
.sec02Box p.txt {
	margin-top: 1em;
	font-size: 0.9rem;
	line-height: 1.6;
}
.sec02Box2 p {
	font-size: 0.85rem;
	line-height: 1.6;
}
.sec02Box2 .image img {
	width: 100%;
	margin-bottom: 1em;
}
.sec02Box2 .image {
	padding-bottom: 1em;
}
.rightBox .sec02Box2 .image {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#sec03 {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#sec03 .lead {
	margin-top: 2em;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#sec03 .lead span {
	color: #d51b11;
	border-bottom: 1px solid #d51b11;
}

#sec03 .midashi {
	display: flex;
	margin-bottom: 2em;
	background-color: #f2f1f1;
}
#sec03 .midashi .tag {
	flex-basis: 4em;
	background-color: #d51b11;
	border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
	padding: 0.5em 1em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
#sec03 .midashi .txt {
	width: 100%;
	margin-left: 1em;
	margin-top: 0.5em;
	font-size: 1.1rem;
	line-height: 1.6;
}
#sec03 .midashi .txt .txtBold {
	font-size: 1.2rem;
	font-weight: bold;
}
#sec03 .lead2 {
	margin-top: 1em;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

#sec03 .flowBlock {
	display: flex;
	margin-bottom: 5em;
}
#sec03 .flowBlock li {
	position: relative;
	flex-basis: 24%;
	border: 1px solid #acacac;
	padding: 1.5em 1.5em;
	margin-left: 3em;	
}
#sec03 .flowBlock li:first-of-type {
	margin-left: 0
}
#sec03 .flowBlock li.last {
	position: relative;
	flex-basis: 24%;
	border: 1px solid #acacac;
	padding: 1.5em 1.5em;
	margin-left: 3em;	
}
#sec03 .flowBlock li:after {
	content: "";
	position: absolute;
	top: 1em;
	right: -3em;
	width: 3em;
	height: 3em;
	background-color: #d51b11;
}
#sec03 .flowBlock li.last:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: transparent;
}
#sec03 .flowBlock li.last2:before {
	content: "";
	position: absolute;
	top: 1em;
	right: -1.5em;
	width: 1.5em;
	height: 3em;
	background-color: #d51b11;
}
#sec03 .flowBlock li.last2:after {
	content: "";
	position: absolute;
	top: 1.5em;
	right: -2.6em;
	width: 2.1em;
	height: 2.1em;
	background-color: #d51b11;
	transform: rotate(45deg);
}
#sec03 .flowBlock li .title {
	width: 100%;
	color: #d51b11;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 2px solid #d51b11;
}
#sec03 .flowBlock li .txt {
	margin-bottom: 1.5em;
	font-size: 0.75rem;
	line-height: 1.6;
}
#sec03 .flowBlock li .work {
	position: relative;
	padding-left: 1.4em;
	font-size: 0.9rem;
	font-weight: bold;
}
#sec03 .flowBlock li .work:before {
	content:''; 
	position:absolute; 
	top: 2px;
	left: 0px;
	display:block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #d51b11;
}
#sec03 .flowBlock li .workItem {
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#sec03 .flowBlock li .image {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.5em;
}
#sec03 .flowBlock li .image img {
	width: 100%;
}

#sec03 .flowBlock li #flowBlockImage1 {
	width: 100%;
	margin-top: 8em;
}
#sec03 .flowBlock li #flowBlockImage2 {
	width: 60%;
}
#sec03 .flowBlock li #flowBlockImage3 {
	width: 100%;
}
#sec03 .flowBlock li #flowBlockImage4 {
	width: 90%;
	margin: 7em auto 0;
}
#sec03 .flowBlock li #flowBlockImage5 {
	width: 80%;
	margin-top: 7em;
}
#sec03 .flowBlock li #flowBlockImage6 {
	width: 100%;
}
#sec03 .flowBlock li #flowBlockImage7 {
	width: 100%;
}
#sec03 .flowBlock li #flowBlockImage8 {
	width: 100%;
	margin-top: 8em;
}
#sec03 .flowBlock li .image img {
	width: 100%;
}





#sec04 {
	width: 100%;
	margin: 0 auto;
	background-color: #fbf0dc;
}
#sec04 .inner {
	width: 100%;
	max-width: 1082px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#sec04 .lead {
	margin-top: 2em;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}
.reportTable {
	width: 100%;
	max-width: 1082px;
	margin-left: auto;
	
	margin-right: auto;
	font-size: 0.9rem;
	margin-bottom: 3em;
	text-align: center;
}
.reportTable th {
	background-color: #f2f1f1;
	padding: 1em;
	width: 20%;
	text-align: center;
	border: 1px solid #999;
}
.reportTable td {
	background-color: #fff;
	padding: 1em;
	width: 80%;
	border: 1px solid #999;
}

#sec04 .flow {
	display: flex;
	position: relative;
	margin-bottom: 3em;
}
#sec04 .flow:after {
	content: "";
	position: absolute;
	bottom: -3em;
	left: 1em;
	width: 3em;
	height: 3em;
	background-color: #d51b11;
}
#sec04 #flowLast2:before {
	content: "";
	position: absolute;
	bottom: -1.5em;
	left: 1em;
	width: 3em;
	height: 1.5em;
	background-color: #d51b11;
}
#sec04 #flowLast2:after {
	content: "";
	position: absolute;
	bottom: -2.5em;
	left: 1.5em;
	width: 2em;
	height: 2em;
	background-color: #d51b11;
	transform: rotate(45deg);
}
#sec04 #flowLast.flow:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: transparent;
}
#sec04 .flow .leftBox {
	position:relative;
	width: 2rem;
	margin-right: 1em;
	padding: 1em 0.5em;
	border: 2px solid #d51b11;
	background-color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	color: #d51b11;
}
#sec04 #flowLast .leftBox {
	border: 2px solid #d51b11;
	font-size: 1.1rem;
	font-weight: bold;
	color: #d51b11;
}
#sec04 .flow .leftBox .innerBox {
	position: absolute;
	top:50%;
	left: 50%;
	line-height: 1;
    -webkit-writing-mode: vertical-rl; /*safari*/
    -ms-writing-mode: tb-rl; /*IE*/
    writing-mode: vertical-rl;
    display: inline-block;
}
.yoko {
    -webkit-text-combine: horizontal; /*safari*/
    -ms-text-combine-horizontal: all; /*IE*/
    text-combine-upright: all;
}
#sec04 .flow #flow1 {
	height: 7em;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow2 {
	height: 8em;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow3 {
	height: 8em;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow4 {
	height: 8em;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow .rightBox {
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #d51b11;
	font-size: 0.9rem;
}
#sec04 .flow .rightBox .innerBox {
	padding: 2em;
}
#sec04 .flow .rightBox .txtLeft {
	float: left;
	width: 60%;
}
#sec04 .flow .rightBox .imageRight {
	float: right;
	width: 38%;
	padding-top: 1.2em;
}
#sec04 .flow .rightBox .imageRight img{
	width: 100%;
}
#sec04 .flow .rightBox .title {
	padding-bottom: 1em;
	font-size: 1rem;
	font-weight: bold;
	color: #d51b11;
	line-height: 1.6;
}
#sec04 .flow .rightBox .txt {
	padding-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.9rem;
	line-height: 1.6;
}
#sec04 .flow .rightBox .rightBoxFooter {
	position: relative;
	width: 100%;
	background-color: #f2f1f1;
	padding: 0.7em 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
#sec04 .flow .rightBox .rightBoxFooter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 12px 12px 0 12px;
}
#sec04 .flow .rightBox .rightBoxFooter .rightBoxFooterInner {
	padding: 0 1.5em;
}









#sec04 .p-accordion {
  width: 92%;
  max-width: 990px;
  margin-top: 60px;
  margin-left: 8%;}
  #sec04 .p-accordion__trigger {
    background-color: #d51b11;
    color: #fff ;
	font-size: 0.9rem;
	font-weight: bold;
    padding: .8em 1.5em;
    position: relative;
	text-align: center;
    cursor: pointer; }
    #sec04 .p-accordion__trigger::before,
    #sec04 .p-accordion__trigger::after {
      content: '';
      display: block;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    #sec04 .p-accordion__trigger::before {
      width: 14px;
      height: 2px;
      right: 1em;
    }
    #sec04 .p-accordion__trigger::after {
      width: 2px;
      height: 14px;
      right: 1.4em;
      transition: opacity .36s;
    }
    #sec04 .p-accordion__trigger.is-active::after {
      opacity: 0;
    }
  #sec04 .p-accordion__body {
    background-color: #fff;
	border: 2px solid #d51b11;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding .36s, opacity .36s; }
    #sec04 .p-accordion .is-open {
      padding: 0 1.5em 2em;
      height: auto;
	  font-size: 0.9rem;
	  line-height: 1.6;
      opacity: 1;
    }
  #sec04 .p-accordion__body .inner {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	padding-bottom: 0;
	}
#sec04 .p-accordionList {
	margin-bottom: 0.7em;
}
#sec04 .p-accordion li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 1em;
	line-height: 1.6;
}
#sec04 .p-accordion li:before {
	content: '・';
	color: #d51b11;
}
#sec04 .p-accordion li .txtBold {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #d51b11;
}

#sec05 {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#sec05 .lead {
	margin-top: 1em;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#sec05 .zirei {
	float: left;
	width: 7em;
	height: 2em;
	padding-top: 1em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	background-color: #d51b11;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
#sec05 .zireiTitle {
	margin-left: 7.5em;
	padding-top: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
}
#sec05 .zireiBox {
	margin-top: 2em;
	margin-bottom: 3em;
}
#sec05 .zireiTag {
	float: left;
	margin-right: 2em;
	font-size: 0.9rem;
}
#sec05 .zireiTag dt {
	float: left;
	margin-right: 0.5em;
	padding: 0.2em 1em 0.1em;
	background-color: #cacaca;
}
#sec05 .zireiTag dd {
	padding-top: 0.2em;
	float: left;
}
#sec05 .txt {
	font-size: 0.9rem;
	line-height: 1.6;
}
#sec05 .box1 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#sec05 .box2 {
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#sec05 .box3 {
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.pt1em {
	padding-top: 1em;
}
.pt2em {
	padding-top: 2em;
}
.pt3em {
	padding-top: 3em;
}
.pt4em {
	padding-top: 4em;
}
.pb1em {
	padding-bottom: 1em;
}
.pb2em {
	padding-bottom: 2em;
}
.pb3em {
	padding-bottom: 3em;
}
.pb4em {
	padding-bottom: 4em;
}
#sec05 .p-accordion {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  #sec05 .p-accordion__trigger {
    background-color: #fbf0dc;
    color: #000 ;
	font-size: 0.9rem;
	font-weight: bold;
    padding: .8em 1.5em;
    position: relative;
    cursor: pointer; }
    #sec05 .p-accordion__trigger::before,
    #sec05 .p-accordion__trigger::after {
      content: '';
      display: block;
      background-color: #d51b11;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    #sec05 .p-accordion__trigger::before {
      width: 14px;
      height: 2px;
      right: 1em;
    }
    #sec05 .p-accordion__trigger::after {
      width: 2px;
      height: 14px;
      right: 1.4em;
      transition: opacity .36s;
    }
    #sec05 .p-accordion__trigger.is-active::after {
      opacity: 0;
    }
  #sec05 .p-accordion__body {
    background-color: #fbf0dc;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding .36s, opacity .36s; }
    #sec05 .p-accordion .is-open {
      padding: 0 1.5em 2em;
      line-height: normal;
      height: auto;
	  font-size: 0.9rem;
	  line-height: 1.6;
      opacity: 1;
    }
  #sec05 .p-accordion__body .inner {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	}
#sec05 .p-accordionList {
	margin-bottom: 0.7em;
}
#sec05 .p-accordion .num {
	float: left;
	width: 1.2em;
	margin-left: 0.5em;
	background-color: #d51b11;
	padding: 0em 0.2em;
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#sec05 .p-accordion .data {
	margin-left: 2.5em;
	padding-left: 1em;
	text-indent: -1em;
}

#sec06 {
	width: 100%;
	background-color: #f2f1f1;
}
#sec06 .inner {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 95px 0 80px;
}
.dlTitle {
	margin: 2em 0 1em;
	font-size: 1.2rem;
	font-weight: bold;
}
.dlBox {
	padding: 3em;
	background-color: #fff;
	border-bottom: 3px solid #d51b11;
}
.dlKind {
	position: relative;
	padding-left: 1.4em;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
}
.dlKind::before {
	content:''; 
	position:absolute; 
	top: 3px;
	left: 0px;
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #d51b11;
}
.dlKind span {
	font-size: 0.9rem;
	margin-right: 0.3em;
	padding: 0 0.2em;
	line-height: 1;
	border: 1px solid #000;
}
.dlLead {
	font-size: 0.9rem;
	line-height: 1.6;
}
.box1 .txtArea {
	padding-bottom: 1.5em;
}
.box1 .dlKind {
	float: left;
	width: 8em;
}
.box1 .dlLead {
	margin-left: 160px;
}
.box2 .dlLead {
	padding-bottom: 1.5em;
}
.box3 .dlLead {
	padding-bottom: 1.5em;
}
.dlImage img {
	width: 100%;
}
.box1 .dlImage {
	float: left;
	width: 118px;
}
.box1 .dlList {
	margin-left: 160px;
	font-size: 0.9rem;
}
.box1 .dlList dt {
	width: 100%;
	padding-bottom: 0.5em;
	font-size: 1rem;
	font-weight: bold;
	color: #d51b11;
	border-bottom: 1px solid #d51b11;
}
.box1 .dlList .dlListItem {
	float: left;
	width: 25%;
	margin-top: 1em;
	margin-right: 5%;
}
.box2 .dlImageList {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2em;
}
.box2 .dlImageList:nth-of-type(5) {
	margin-right: 0;
}
.box2 .dlImageList img{
	width: 100%;
}
.box2 .dlImageList:nth-of-type(3) .image{
	width: 60%;
	margin: 0 auto;
}
.dlImageList .attetniton {
	padding-top: 0.5em;
	line-height: 1.6;
	color: #d51b11;
}
.box3 .dlImageList {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-bottom: 2em;
}
.box3 .dlImageList:nth-of-type(1) {
	margin-left: 27.5%;
}
.box3 .dlImageList img{
	width: 100%;
}
.dlImageList .sub {
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-size: 0.75rem;
	line-height: 1.6;
}

.btnAnchor {
	width: 20em;
	margin: 0 auto;
	font-size: 0.9rem;
	text-align: center;
}
.btnAnchor a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnAnchor a:hover {
	opacity: 0.8;
}
.btnAnchor a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	right:1em;
	width: 0.75em;
	height: 0.75em;
	margin-top: -0.375em;
	background: url(../../images/index/icon_anchor.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.btnAnchor {
	width: 20em;
	margin: 0 auto;
	font-size: 0.9rem;
	text-align: center;
}
.btnAnchor a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnAnchor a:hover {
	opacity: 0.8;
}
.btnAnchor a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	right:1em;
	width: 0.75em;
	height: 0.75em;
	margin-top: -0.375em;
	background: url(../../images/index/icon_anchor.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}



.btnMoreVoice {
	width: 20em;
	margin: 0 auto;
	font-size: 0.9rem;
	text-align: center;
}
.btnMoreVoice a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnMoreVoice a:hover {
	opacity: 0.8;
}

.btnMoreVoice {
	width: 20em;
	margin: 0 auto;
	margin-top: 2em;
	font-size: 0.9rem;
	text-align: center;
}
.btnMoreVoice a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnMoreVoice a:hover {
	opacity: 0.8;
}



.btnDownload {
	width: 20em;
	margin: 0 auto;
	font-size: 0.9rem;
	text-align: center;
}
.btnDownload a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnDownload a:hover {
	opacity: 0.8;
}
.btnDownload a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	right:1em;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	background: url(../../images/index/icon_dl.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.downloadAttention {
	margin-top: 2em;
	font-size: 0.75rem;
	text-align: center;
}

#contactBox {
	margin-bottom: 50px;
}
#contact_area {
	width: 100%;
	max-width: 1070px;
	margin: 65px auto 45px;
	background-color:#fbe3d5;
}
#contactBox .txtAttention {
	width: 94%;
	max-width: 1070px;
	margin: 0 auto;
	font-size: 0.75rem;
	line-height: 1.6;
}

/* --------------------------------------------------------------------------------

martPhone layout

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

	/* branch */
	.pc {
		display: none; }
	.sp {
		display: block; }


#mainVisual {
	width: 96%;
	margin: 0;
	padding-top: 4em;
	padding-bottom: 6em;
	border-top: 1px solid #ccc;
}

.mvBox {
	float: left;
	width: 30%;
	height: auto;
	background: url("../../images/index/img_kv_sp.jpg") no-repeat;
	background-size: auto 100%;
}
.mvTxt {
	margin-left: 31%;
	padding: 1em 1.5em;
	font-size: 1.45rem;
	line-height: 1.7;
	font-weight: bold;
	background-color: #ffeaea;
}
.mvTxt span {
	background: linear-gradient(transparent 50%, yellow 50%);
}


h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5em;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	border-bottom: 1px solid #d51b11;
}

#sec01 {
	width: 90%;
	margin: 0 auto 8em;
}

#sec01 .title {
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	border-bottom: 1px solid #d51b11;	
}
#sec01 .leftBox {
	float: none;
	width: 100%;
}
#sec01 .rightBox {
	float: none;
	width: 100%;
}
#sec01 .leftBox h2 {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d51b11;
}
#sec01 .leftBox h2 span {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}
#sec01 .leftBox p {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	line-height: 1.8;
}
#sec01 .leftBox p.attention {
	font-size: 1.6em;
	line-height: 1.8;
}
#sec01 .rightBox .dlTxt {
	text-align: center;
}
#sec01 .rightBox p {
	position: relative;
	display: inline-block;
	padding-left: 2em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d51b11;
	line-height: 1.6;
	text-align: center;
}
#sec01 .rightBox p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8em;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d51b11;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec01 .rightBox p:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.8em;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d51b11;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sec01 .rightBox .image{
	margin-bottom: 3em;
}
#sec01 .rightBox .image img{
	width: 100%;
}
.sec01Table {
	width: 100%;
	margin: 0;
	font-size: 2.2em;
}
.sec01Table dt {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 4em;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f2f1f1;
	line-height: 1;
}
.sec01Table dd {
	float: left;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 69%;
	height: 4em;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none;
	line-height: 1;
}
.sec01Table dt:nth-of-type(1),
.sec01Table dt:nth-of-type(2),
.sec01Table dt:nth-of-type(3) {
	border-bottom: 1px solid #ccc;
}
.sec01Table dd:nth-of-type(1),
.sec01Table dd:nth-of-type(2),
.sec01Table dd:nth-of-type(3) {
	border-bottom:  1px solid #ccc;
}
.sec01Table dd:nth-of-type(2),
.sec01Table dd:nth-of-type(4) {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sec01Table dd:nth-of-type(3),
.sec01Table dd:nth-of-type(6) {
	border-right: 1px solid #ccc;
}

.sec01Table dd p {
	padding: 0 1em;
}

#sec02 {
	width: 100%;
	background-color: #fbf0dc;
}
#sec02 .inner {
	width: 92%;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 6em;
}
#sec02 h3 span {
	font-size: 120%;
	color: #d51b11;
}
#sec02 .lead {
	margin-top: 1em;
	margin-bottom: 4rem;
	font-size: 2.2em;
	font-weight: bold;
	text-align: left;
}
#sec02 .leftBox {
	float: none;
	width: 100%;
	padding-top: 0;
	padding-bottom: 3em;
	position: relative;
}
#sec02 .rightBox {
	float: none;
	width: 100%;
	position: relative;
}
#sec02 .title {
	position: absolute;
	top: -1.75em;
	left: 0;
	width: 40%;
	height: 3.5em;
	padding-top: 0.75em;
	border-top-right-radius: 2.5em;
	border-bottom-right-radius: 2.5em;
	background-color: #d51b11;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	z-index: 2;
}
#sec02 .title span{
	font-size: 1.5rem;
}
.sec02Box {
	margin-top: 5em;
	background-color: #fff;
	padding: 70px 20px 30px;
	border-bottom: 1px solid #ccc;
}
.sec02Box2 {
	background-color: #fff;
	padding: 20px 20px 30px;
	border-bottom: 3px solid #d51b11;
}
.sec02Box p.sec02BoxTitle {
	margin-bottom: 0;
	font-size: 2.6em;
	font-weight: bold;
	color: #d51b11;
}
.sec02Box p.sec02BoxSub {
	font-size: 2.5em;
	font-weight: bold;
}
.sec02Box p.sec02BoxSub2,
.sec02Box2 p.sec02BoxSub2 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
	font-weight: bold;
}
.sec02Box p.sec02BoxSub2 span.txtBig {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
}
.sec02Box p.sec02BoxSub2Attention {
	font-size: 1.7em;
}
.sec02Box p.txt {
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.6;
}
.sec02Box2 p {
	font-size: 1.6em;
	line-height: 1.6;
}
.sec02Box2 .image img {
	width: 100%;
	margin-bottom: 1em;
}

#sec03 {
	width: 92%;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 6em;
}
#sec03 .lead {
	margin-top: 1em;
	margin-bottom: 1.5rem;
	font-size: 2.2em;
	font-weight: bold;
	text-align: left;
}


#sec03 .midashi {
	display: flex;
	margin-bottom: 2em;
	background-color: #f2f1f1;
}
#sec03 .midashi .tag {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 5em;
	background-color: #d51b11;
	border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
	padding: 0.5em 1em;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
#sec03 .midashi .txt {
	width: 100%;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.2em;
	line-height: 1.6;
}
#sec03 .midashi .txt .txtBold {
	font-size: 1.3rem;
	font-weight: bold;
}
#sec03 .lead2 {
	margin-top: 1em;
	margin-bottom: 1rem;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
}

#sec03 .flowBlock {
	display: block;
	margin-bottom: 5em;
}
#sec03 .flowBlock li {
	position: relative;
	flex-basis: 24%;
	border: 1px solid #acacac;
	padding: 2em 3em;
	margin-left: 0;
	margin-bottom: 3em;	
	z-index: 2;
}
#sec03 .flowBlock li.last {
	position: relative;
	flex-basis: 24%;
	border: 1px solid #acacac;
	padding: 2em 3em;
	margin-left: 0;
	margin-bottom: 0;	
}
#sec03 .flowBlock li:before {
	content: "";
	position: absolute;
	top: -3em;
	left: 50%;
	margin-left: -1.5em;
	width: 0;
	height: 0;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
	border-top: 3em solid #d51b11;
}
#sec03 .flowBlock li.last:before {
	top: -3em;
}
#sec03 .flowBlock li.first:before {
	display: none;
}
#sec03 .flowBlock li:after {
	content: "";
	position: absolute;
	bottom: 3em;
	left: 50%;
	width: 3em;
	height: 3em;
	background-color: transparent;
}
#sec03 .flowBlock li.last:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: transparent;
}
#sec03 .flowBlock li.last2:before {
	content: "";
	position: absolute;
	top: -3em;
	left: 50%;
	margin-left: -1.5em;
	width: 0;
	height: 0;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
	border-top: 3em solid #d51b11;
	background-color: transparent;
}
#sec03 .flowBlock li.last2:after {
	display: none;
}

#sec03 .flowBlock li .title {
	width: 100%;
	color: #d51b11;
	font-size: 2.4em;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 2px solid #d51b11;
}
#sec03 .flowBlock li .txt {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	line-height: 1.6;
}
#sec03 .flowBlock li .work {
	position: relative;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
	font-size: 2.2em;
	font-weight: bold;
}
#sec03 .flowBlock li .work:before {
	content:''; 
	position:absolute; 
	top: 8px;
	left: 0px;
	display:block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #d51b11;
}
#sec03 .flowBlock li .workItem {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#sec03 .flowBlock li .image {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.5em;
}
#sec03 .flowBlock li #flowBlockImage1 {
	width: 90%;
	margin-top: 0;
}
#sec03 .flowBlock li #flowBlockImage2 {
	width: 60%;
	margin-top: 2em;
}
#sec03 .flowBlock li #flowBlockImage3 {
	width: 100%;
	margin-top: 0;
}
#sec03 .flowBlock li #flowBlockImage4 {
	width: 90%;
	margin-top: 0;
}
#sec03 .flowBlock li #flowBlockImage5 {
	width: 40%;
	margin-top: 0;
}
#sec03 .flowBlock li #flowBlockImage6 {
	width: 90%;
	margin-top: 2em;
}
#sec03 .flowBlock li #flowBlockImage7 {
	width: 80%;
	margin-top: 2em;
}
#sec03 .flowBlock li #flowBlockImage8 {
	width: 90%;
	margin-top: 2em;
}
#sec03 .flowBlock li .image img {
	width: 100%;
}


#sec04 {
	width: 100%;
}
#sec04 .inner {
	width: 92%;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 6em;
}
#sec04 .lead {
	font-size: 2.2em;
}
#sec04 .reportTable {
font-size: 1.8em;
}
#sec04 .reportTable th {
	width: 30%;
}
#sec04 .reportTable td {
	width: 70%;
}

#sec04 .flow {
	display: flex;
	position: relative;
	margin-bottom: 3em;
}
#sec04 .flow:after {
	content: "";
	position: absolute;
	bottom: -3em;
	left: 1em;
	width: 3em;
	height: 3em;
	background-color: #d51b11;
}
#sec04 #flowLast2:before {
	content: "";
	position: absolute;
	bottom: -1.5em;
	left: 1em;
	width: 3em;
	height: 1.5em;
	background-color: #d51b11;
}
#sec04 #flowLast2:after {
	content: "";
	position: absolute;
	bottom: -2.5em;
	left: 1.5em;
	width: 2em;
	height: 2em;
	background-color: #d51b11;
	transform: rotate(45deg);
}
#sec04 #flowLast.flow:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: transparent;
}
#sec04 .flow .leftBox {
	position:relative;
	width: 2rem;
	margin-right: 1em;
	padding: 1em 0.5em;
	border: 2px solid #d51b11;
	background-color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	color: #d51b11;
}
#sec04 #flowLast .leftBox {
	border: 2px solid #d51b11;
	font-size: 1.1rem;
	font-weight: bold;
	color: #d51b11;
}
#sec04 .flow .leftBox .innerBox {
	position: absolute;
	top:50%;
	left: 50%;
	line-height: 1;
    -webkit-writing-mode: vertical-rl; /*safari*/
    -ms-writing-mode: tb-rl; /*IE*/
    writing-mode: vertical-rl;
    display: inline-block;
}
.yoko {
    -webkit-text-combine: horizontal; /*safari*/
    -ms-text-combine-horizontal: all; /*IE*/
    text-combine-upright: all;
}
#sec04 .flow #flow1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow #flow4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-top: -3em;
	margin-left: -0.5em;
}
#sec04 .flow .rightBox {
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #d51b11;
	font-size: 0.9rem;
}
#sec04 .flow .rightBox .innerBox {
	padding: 2em;
}
#sec04 .flow .rightBox .txtLeft {
	float: none;
	width: 100%;
}
#sec04 .flow .rightBox .imageRight {
	float: none;
	width: 100%;
	padding-top: 1.2em;
}
#sec04 .flow .rightBox .imageRight img{
	width: 100%;
}
#sec04 .flow .rightBox .title {
	padding-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #d51b11;
	line-height: 1.6;
}
#sec04 .flow .rightBox .txt {
	padding-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3em;
	line-height: 1.6;
}
#sec04 .flow .rightBox .rightBoxFooter {
	position: relative;
	width: 100%;
	background-color: #f2f1f1;
	padding: 0.7em 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}
#sec04 .flow .rightBox .rightBoxFooter .rightBoxFooterInner {
	padding: 0.5em 1.5em;
} 
#sec04 .flow .rightBox .rightBoxFooter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 12px 12px 0 12px;
}


#sec04 .p-accordion {
  width: 88%;
  max-width: 990px;
  margin-top: 60px;
  margin-left: 12%;}
  #sec04 .p-accordion__trigger {
    background-color: #d51b11;
    color: #fff ;
	font-size: 2em;
	font-weight: bold;
    padding: 1.2em 1.5em;
    position: relative;
	text-align: center;
    cursor: pointer; }
    #sec04 .p-accordion__trigger::before,
    #sec04 .p-accordion__trigger::after {
      content: '';
      display: block;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    #sec04 .p-accordion__trigger::before {
      width: 14px;
      height: 2px;
      right: 1em;
    }
    #sec04 .p-accordion__trigger::after {
      width: 2px;
      height: 14px;
      right: 1.3em;
      transition: opacity .36s;
    }
    #sec04 .p-accordion__trigger.is-active::after {
      opacity: 0;
    }
  #sec04 .p-accordion__body {
    background-color: #fff;
	border: 2px solid #d51b11;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding .36s, opacity .36s; }
    #sec04 .p-accordion .is-open {
      padding: 0 1.5em 2em;
      line-height: normal;
      height: auto;
	  font-size: 1.8em;
	  line-height: 1.6;
      opacity: 1;
    }
  #sec04 .p-accordion__body .inner {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	padding-bottom: 0;
	}
#sec04 .p-accordionList {
	margin-bottom: 0.7em;
}
#sec04 .p-accordion li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 1.5em;
}
#sec04 .p-accordion li:before {
	content: '・';
	color: #d51b11;
}



#sec05 {
	width: 92%;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 6em;
}
#sec05 .lead {
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 2.2em;
	font-weight: bold;
	text-align: left;
}
#sec05 .zirei {
	float: left;
	width: 5em;
	height: 2em;
	padding-top: 0.75em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	background-color: #d51b11;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
#sec05 .zireiTitle {
	margin-left: 6.5em;
	padding-top: 0.5rem;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.4;
}
#sec05 .zireiBox {
	margin-top: 2em;
	margin-bottom: 3em;
}
#sec05 .zireiTag {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0.5em;
	font-size: 2em;
}
#sec05 .zireiTag dt {
	float: left;
	width: 7em;
	margin-right: 0.5em;
	padding: 0.4em 1em 0.2em;
	text-align: center;
	background-color: #cacaca;
}
#sec05 .zireiTag dd {
	float: left;
	padding-top: 0.4em;
}
#sec05 .txt {
	font-size: 1.8em;
	line-height: 1.6;
}
#sec05 .box1 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#sec05 .box2 {
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#sec05 .box3 {
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.pt1em {
	padding-top: 1em;
}
.pt2em {
	padding-top: 2em;
}
.pt3em {
	padding-top: 3em;
}
.pt4em {
	padding-top: 4em;
}
.pb1em {
	padding-bottom: 1em;
}
.pb2em {
	padding-bottom: 2em;
}
.pb3em {
	padding-bottom: 3em;
}
.pb4em {
	padding-bottom: 4em;
}
#sec05 .p-accordion {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  #sec05 .p-accordion__trigger {
    background-color: #fbf0dc;
    color: #000 ;
	font-size: 2em;
	font-weight: bold;
    padding: 1em 1.5em;
    position: relative;
    cursor: pointer; }
    #sec05 .p-accordion__trigger::before,
    #sec05 .p-accordion__trigger::after {
      content: '';
      display: block;
      background-color: #d51b11;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    #sec05 .p-accordion__trigger::before {
      width: 14px;
      height: 2px;
      right: 1em;
    }
    #sec05 .p-accordion__trigger::after {
      width: 2px;
      height: 14px;
      right: 1.3em;
      transition: opacity .36s;
    }
    #sec05 .p-accordion__trigger.is-active::after {
      opacity: 0;
    }
  #sec05 .p-accordion__body {
    background-color: #fbf0dc;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding .36s, opacity .36s; }
    #sec05 .p-accordion .is-open {
      padding: 0 1.5em 2em;
      height: auto;
	  font-size: 0.9rem;
	  line-height: 1.6;
      opacity: 1;
    }
  #sec05 .p-accordion__body .inner {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	}
#sec05 .p-accordionList {
	margin-bottom: 0.7em;

}
#sec05 .p-accordion .num {
	float: left;
	width: 1.2em;
	margin-left: 0.5em;
	background-color: #d51b11;
	padding: 0em 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#sec05 .p-accordion .data {
	margin-left: 1.8em;
	padding-left: 1.8em;
	font-size: 1.4em;
	line-height: 1.4;
	text-indent: -1em;
}



	#sec06 .inner {
		width: 92%;
		margin: 0 auto;
		padding: 6em 0;}

.dlTitle {
	margin: 2em 0 1em;
	font-size: 2.4em;
}
.dlBox {
	padding: 3em 3em 4em;
	background-color: #fff;
	border-bottom: 6px solid #d51b11;
}
.dlKind {
	position: relative;
	padding-left: 1.4em;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.6;
}
.dlKind::before {
	content:''; 
	position:absolute; 
	top: 4px;
	left: 0px;
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 4px solid #d51b11;
}
.dlKind span {
	font-size: 0.9rem;
	margin-right: 0.6em;
	padding: 0 0.2em;
	line-height: 1;
	border: 1px solid #000;
}
.dlLead {
	padding-top: 0.5em;
	font-size: 1.8em;
	line-height: 1.6;
}
.box1 .txtArea {
	padding-bottom: 1.5em;
}
.box1 .dlKind {
	float: none;
	width: 100%;
}
.box1 .dlLead {
	margin-left:0;
}
.box2 .dlLead {
	padding-bottom: 1.5em;
}
.box3 .dlLead {
	padding-bottom: 1.5em;
}
.dlImage img {
	width: 100%;
}
.box1 .dlImage {
	float: none;
	width: 50%;
	margin: 0 auto 3em;
}
.box1 .dlList {
	margin-left: 0;
	font-size: 1.8em;
}
.box1 .dlList dt {
	width: 100%;
	padding-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #d51b11;
	border-bottom: 2px solid #d51b11;
}
.box1 .dlList .dlListItem {
	float: none;
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 3em;
}
.box2 .dlImageList {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 4em;
}
.box2 .dlImageList:nth-of-type(5) {
	margin-right: 0;
}
.box2 .dlImageList .image{
	width: 85%;
	margin: 0 auto;
}
.box2 .dlImageList img{
	width: 100%;
}
.box2 .dlImageList:nth-of-type(3) .image{
	width: 40%;
	margin: 0 auto;
}
.box2 .dlImageList:nth-of-type(4) .image{
	width: 70%;
	margin: 0 auto;
}
.box2 .dlImageList:nth-of-type(6) .image{
	width: 70%;
	margin: 0 auto;
}
.dlImageList .attetniton {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1.7em;
	line-height: 1.6;
	color: #d51b11;
}
.box3 .dlImageList {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 4em;
}
.box3 .dlImageList:nth-of-type(1) {
	margin-left: 0;
}
.box3 .dlImageList:nth-of-type(1) .image{
	width: 90%;
	margin: 0 auto;
}
.box3 .dlImageList:nth-of-type(2) .image{
	width: 90%;
	margin: 0 auto;
}
.box3 .dlImageList img{
	width: 100%;
}
.dlImageList .sub {
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.6;
}

.btnAnchor {
	width: 100%;
	margin: 0 auto;
	margin-top: 3em;
	font-size: 2.6em;
	text-align: center;
}
.btnAnchor a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.3em 0 1.3em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnAnchor a:hover {
	opacity: 0.8;
}
.btnAnchor a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	right:1em;
	width: 0.8em;
	height: 0.8em;
	margin-top: -0.4em;
	background: url(../../images/index/icon_anchor.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}


.btnMoreVoice a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnMoreVoice a:hover {
	opacity: 0.8;
}

.btnMoreVoice {
	width: 100%;
	margin: 0 auto;
	margin-top: 2em;
	font-size: 1em;
	text-align: center;
}
.btnMoreVoice a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 0 0.8em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnMoreVoice a:hover {
	opacity: 0.8;
}



.btnDownload {
	width: 100%;
	margin: 0 auto;
	font-size: 2.6em;
	text-align: center;
}
.btnDownload a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.3em 0 1.3em;
	color: #fff;
	background-color: #d51b11;
	z-index: 1;
}
.btnDownload a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	right:1em;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	background: url(../../images/index/icon_dl.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.downloadAttention {
	margin-top: 2em;
	font-size: 1.7em;
	text-align: center;
}

	#contact_area > dl > dd {
		font-size: 1.8em;
	}
	#contact_area > dl > dd > .phone_nam {
		color:#E50012;
		border: solid 2px #E50012;
		border-radius: 0;
	}

	#contact_area > dl > dd > .phone_nam a {
		color:#E50012;
	}
	#contactBox .txtAttention {
		width: 94%;
		margin: 0 auto;
		font-size: 1.8em;
	}


	
}

.imageBox img {
	width: 100%;
}