@charset "UTF-8";
/* reform下層
-------------------------------------------------- */
/* arrow
-------------------------------------------------- */
/* --------------------------------------------------
unique for reform page
-------------------------------------------------- */
/* index
-------------------------------------------------- */
.wrapContents {
  padding-top: 0;
}
.wrapContents section .inner {
	width:980px;
	font-size: 1.35rem;
	margin: 0 auto;
}
.wrapContents section .inner h3 {
    font-size: 1.6em;
    position: relative;
    padding-left: 13px;
    margin-bottom: 1em;
}
.wrapContents section .inner h3::before {
    content: "";
    display: inline-block;
    left: 0;
    background-color: #a61918;
    width: 1px;
    position: absolute;
    top: 20%;
    bottom: 25%;
}
.wrapContents section .inner > p {
	font-size: 1.35rem;
	line-height: 2.0;
    margin: 0;
}
.wrapContents .inner > .asterisk {
	margin-left: 1em;
	text-indent: -1em;
}
.ttlProduct01 {
  position: relative;
  margin: 0 0 60px;
  padding: 50px 0 62px;
  background-color: #E8E6DF;
  text-align: center;
  font-size: 3.8rem;
}
.ttlProduct01::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  bottom: 48px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #a61918;
}

.od {
	margin: 10px 0 0!important;
  font-size: 1.6em!important;
	pointer-events:none;
}
.od span {
	background: url("/reform/images/freeicon.png") left center no-repeat;
	padding-left: 30px!important;
	margin-left: 20px;
	font-weight: bold;
}



/* table */

section .inner table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 70px;
}
section .inner table th {
	padding: 22px;
	font-weight: 100;
	line-height: 140%;
	background-color: #E8E6DF;
	border-top: none;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
	white-space: nowrap;
}
section .inner table td {
	padding: 11px 15px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
}
.wrapContents section .address {
	display: table;
	width: 100%;
}	
.wrapContents section .address p.txt {
	margin: 0;
    display: table-cell;
    vertical-align: top;
}	
.wrapContents section .address .btnCommon01 {
    margin: 0 0 0 20px;
    float: right;
    display: table-cell;
    vertical-align: top;
    width: 82px;
}	
.wrapContents section .address p.btnCommon01 a {
	width: 80px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 270.5%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}	
.wrapContents section .address p.btnCommon01 a::before {
	font-size: 1.4rem;
}
.wrapContents section .address p.btnCommon01 a:hover {
    background-color: #f6f8fb;
}
@media only screen and (min-width: 1921px) {
  /* arrow
  -------------------------------------------------- */
  /* --------------------------------------------------
  unique for reform page
  -------------------------------------------------- */
  /* index
  -------------------------------------------------- */ }
@media only screen and (min-width: 769px) and (max-width: 980px) {
  /* arrow
  -------------------------------------------------- */
  /* --------------------------------------------------
  unique for reform page
  -------------------------------------------------- */
  /* index
  -------------------------------------------------- */
.wrapCorporateInfo section .inner {
    width: 92%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 768px) {
  /* arrow
  -------------------------------------------------- */
  /* --------------------------------------------------
  unique for reform page
  -------------------------------------------------- */
  /* index
  -------------------------------------------------- */
.wrapContents {
  padding-top: 0;
}
.wrapContents section .inner {
    width: 92%;
    margin: 0 auto;
}
.wrapContents section .inner h3 {
	position: relative;
    padding-left: 1.5rem;
}
.wrapContents section .inner h3::before {
	content: "";
    display: inline-block;
    left: 0;
    background-color: #a61918;
    width: 2px;
    position: absolute;
    top: 10%;
    bottom: 20%;
}
.ttlProduct01 {
  padding: 6.6vw 0 8vw;
  margin-bottom: 6vw;
  font-size: 5.99658vw;
}
.ttlProduct01::after {
  width: 6.5%;
  height: 1px;
  bottom: 4.5vw;
}

/* table*/

section .inner table {
	margin: 0 0 50px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	width: 100%;
	font-size: 1.5rem;
}
section .inner table tr {
	width: 90%;
}
section .inner table th {
	padding: 22px;
	text-align: center;
	font-weight: 100;
	line-height: 140%;
	background-color: #E8E6DF;
	border-top: none;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
	width: 50%;
}
section .inner table td {
	padding: 11px 15px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
}
section .inner .spScrollTable {
  overflow: auto;
  /*// overflow: auto;
	overflow: hidden; // edit 20170721*/
	margin: 0 0 50px;
}
section .inner .spScrollTable::-webkit-scrollbar{
	height: 5px;
}
section .inner .spScrollTable::-webkit-scrollbar-track{
	background: #F1F1F1;
	border-radius: 5px;
}
section .inner .spScrollTable::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 5px;
}
section .inner .spScrollTable table {
	margin: 0;
}
.wrapContents section .address {
	display: block;
}	
.wrapContents section .address p.txt {
	margin: 0;
    display: block;
}	
.wrapContents section .address .btnCommon01 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.wrapContents section .address p.btnCommon01 a {
	    margin: 2vw auto 0;
    height: 7.6vw;
    line-height: 7.6vw;
    width: 26vw;
    font-size: 3.32vw;
}
.wrapContents section .address p.btnCommon01 a::before {
	height: 7.67vw;
    line-height: 7.67vw;
    vertical-align: top;
    font-size: 3.32vw;
}
	
	.od {
		pointer-events: auto;
    font-size: 4vw!important;
	}
	.od span {
		background-size:13% auto;
    font-size: 6vw!important;
		margin-left: 0;
	}

}
/*# sourceMappingURL=unique_reform_page.css.map */


/* 20170721追記分 */
.for_sp{
  display: none;
}

@media only screen and (max-width: 768px) {
  .for_pc{
    display: none;
  }

  .for_sp{
    display: block;
    margin-bottom: 30px;
  }

  .area-name{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-left: 1.1em;
  }
  .area-name:before{
    display: block;
    content: '■';
    position: absolute;
    left: 0;
  }
  .area-box{
    padding: 0 0 20px;
    margin: 20px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .area-box+h4{
    margin: 30px 0 0;
  }
  .occupation{
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .addr{
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    width: 74%;
  }
  .btnCommon01{
    position: absolute;
    right: 0;
    top: 10px;
    text-align: center;
    width: 20vw;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
  .btnCommon01 a{
    display: block;
    width: 100%;
    line-height: 8vw;
    height: 8vw;
  }
  .btnCommon01 a:before{
    height: 8vw;
    line-height: 8vw;
  }
  .addr-box{
    position: relative;
    margin-top: 1.5rem;
  }
  .occupation + .addr-box{
    margin-top: 0;
  }
  .tel{
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
  }
	
}
