@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

/*---------------------------------------------------------------------------*/
ol {
  margin: 0;
  padding: 0;
}
ol > li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "FOT-TsukuMin Pr5";
}
.bg {
  background: url(/common/images/bg_repeat.gif) left top repeat;
}
body {
  line-height: 2;
}

/* main title */
.main {
  width: 760px;
  margin: 0 auto;
}
.lead_text {
  margin-top: 1.5em;
}
.main_title {
  font-weight: normal;
  font-size: 30px;
}
.main_title:before {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #e6542c;
  display: inline-block;
  margin-right: 0.5em;
  top: 3px;
  position: relative;
}

.section {
  margin-top: 40px;
}

/* section title */
.section_title {
  padding: 0 40px 0 0.5em;
  height: 35px;
  line-height: 35px;
  color: white;
  background-color: #9e9e9e;
  font-size: 20px;
  width: 267px;
  font-weight: normal;
  position: relative;
}
.section_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #9e9e9e;
  position: absolute;
  left: 100%;
  top: 0;
}

/* section subtitle */
.content_list {
  counter-reset: contentlist;
}
.content_list__item {
  counter-increment: contentlist;
  margin-top: 20px;
}
.content_list__item > * {
  margin-top: 1em;
  padding-left: 2em;
}
.content_list__item ul {
  list-style-type: disc;
}
.content_list__title {
  font-size: 18px;
  line-height: 43px;
  position: relative;
  padding-left: 2em;
  font-weight: normal;
  border-bottom: 1px solid rgba(83, 83, 83, 0.3);
}
.content_list__title:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #e6542c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_list__title:after {
  content: counter(contentlist);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%);
}

/* box */
.detail_box {
  display: inline-block;
  margin: 12px auto 10px 0;
  padding: 20px 15px;
  border: 1px solid #8c8c8c;
}
.detail_title {
  background-color: #f3d7d0;
  padding: 5px 24px;
}
.detail_list__container {
  margin-top: 0.8em;
  display: flex;
}
.detail_list dt {
  width: 5em;
}
.detail_list dt:after {
  content: "\02026";
}

/* table1 */
.detail_table {
  border: 1px solid #8c8c8c;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.detail_table td,
.detail_table th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
  font-size: 12px;
}
.detail_table td {
  padding: 1em;
}
.detail_table td.list_num {
  padding: 0 0.5em;
  width: 30px;
}
.detail_table--text {
  text-align: left;
}
.detail_table td.dl_btn {
  padding: 0.5em 0.2em;
}

.table2 thead tr:nth-of-type(1) th:nth-of-type(1) {
  width: 30px;
}
.table2 thead tr:nth-of-type(1) th:nth-of-type(2) {
  width: 400px;
}
.table2 thead tr:nth-of-type(1) th:nth-of-type(3) {
  width: 155px;
}
.table2 thead tr:nth-of-type(1) th:nth-of-type(4) {
  width: 140px;
}
.table2 {
  margin-bottom: 0.5em;
}

.table3 tr > th:nth-of-type(1) {
	width: 178px;
}
.table3 tr > th:nth-of-type(2) {
	width: 240px;
}

.num_list--par {
	counter-reset: numpar;
	line-height: 2;
	margin-top: 1em;
}
.num_list--par > li {
	counter-increment: numpar;
	padding-left: 2em;
	text-indent: -2em;
}
.num_list--par > li:before {
	content: '(' counter(numpar) ')';
	padding-right: 0.5em;
}

.num_list--par .disc {
	text-indent: 0;
	list-style-type: disc;
}

.section_container {
	display: flex;
}
.container_left {
	width: 322px;
	margin: 0 44px 0 22px;
}
.container_right {
	width: 368px;
}

.container_right h4 {
	border-bottom: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
	font-weight: normal;
	margin-top: 27px;
}
.container_right h4:nth-of-type(1) {
	margin-top: 0;
}

#service_contact{
	border-bottom: 1px solid #e8e0d3;
	border-top: 1px solid #e8e0d3;
	text-align: center;
	padding:50px 30px;
	margin-top: 67px;
}

.banner_list {
	width: 760px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 20px 90px;
}
.banner_list li {
	display: inline-block;
	margin-right: 8px;
}
.banner_list li:nth-of-type(4) {
	margin-right: 0;
}
