@charset "UTF-8";
/* LINEUP COMMON */
.pageNavi ul {
	margin: 10px -20px 0;
}
.pageNavi ul li {
	padding: 0 20px;
	width: 25%;
}
.pageNavi ul li a {
	background: #0e50a0;
	color: #fff;
	display: block;
	padding: 7px 0 5px;
}

.btnFrame {
	clear: both;
}
.btnFrame a {
	display: inline-block;
	font-size: 14px;
	padding: 10px 10px 8px;
	text-align: center;
	width: 220px;
}
.btnFrame a:before {
	content: "";
	border-top: 1px solid #0e50a0;
	border-right: 1px solid #0e50a0;
	display: inline-block;
	height: 5px;
	margin: 0 15px 0 0;
	position: relative;
	top: 0;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 5px;
}
.btnFrame .btn02_1 {
	border: 1px solid #0e50a0;
	color: #0e50a0;
}
.btnFrame .btn02_2 {
	border: 1px solid #23af46;
	color: #23af46;
	margin: 0;
}
.btnFrame .btn02_2:before {
	border-color: #23af46;
}
.btnFrame .btn02_3 {
	border: 1px solid #b90000;
	color: #b90000;
	margin: 0 0 0 40px;
}
.btnFrame .btn02_3:before {
	border-color: #b90000;
}

dl dd {
	padding: 0 0 20px 0.8em;
}

.disc:before {
	content: "";
	background: #0e50a0;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	margin: 0 8px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 6px;
}
.disc.orange:before {
	background: #e65500;
}

.list01 li {
	margin: 0 0 5px;
}
.list01 li:last-child {
	margin: 0;
}

.list_disc {
	margin: 0;
}
.list_disc li, .list_disc dt {
	margin: 0 0 3px;
	padding: 0;
}
.list_disc li:last-child, .list_disc dt:last-child {
	margin: 0;
}
.list_disc li:before, .list_disc dt:before {
	content: "";
	background: #0e50a0;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	margin: 0 8px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 6px;
}
.list_disc dt {
	font-weight: bold;
}
.list_disc dd {
	padding: 0 0 20px 1em;
}
.list_disc.orange li:before, .list_disc.orange dt:before {
	background: #e65500;
}
.list_disc.red li:before, .list_disc.red dt:before {
	background: #b90000;
}

.dl01 {
	margin: 0;
}
.dl01 dt {
	color: #b90000;
	font-weight: bold;
}
.dl01 dd {
	padding: 0 0 20px 1em;
}
.dl01 .red {
	color: #b90000;
}
.dl01 .bold {
	font-weight: bold;
}

.ul01 {
	margin: 0;
}
.ul01 li {
	color: #b90000;
	font-weight: bold;
	margin: 0 0 4px;
}
.ul01 li:last-child {
	margin: 0;
}

/* end - LINEUP COMMON */
/* LINEUP INDEX */
.lineupSection .lineupFrame {
	margin: 20px -15px 0 !important;
}
.lineupSection .lineupFrame .li a {
	background: #f0f0f0;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 15px 20px 40px;
	position: relative;
	height: 100%;
}
.lineupSection .lineupFrame .li a:hover {
	color: #000;
}
.lineupSection .lineupFrame .li a .head {
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
.lineupSection .lineupFrame .li a .head:before {
	content: "";
	background: #0e50a0;
	display: inline-block;
	height: 8px;
	margin: 0 7px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 8px;
}
.lineupSection .lineupFrame .li a img {
	display: block;
	margin: 10px auto 15px;
}
.lineupSection .lineupFrame .li a p, .lineupSection .lineupFrame .li a .list_disc, .lineupSection .lineupFrame .li a .categoryList {
	margin-left: auto;
	margin-right: auto;
	max-width: 312px;
}
.lineupSection .lineupFrame .li a ul {
	clear: both;
	margin: 5px auto 0;
}
.lineupSection .lineupFrame .li a ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.lineupSection .lineupFrame .li a ul.list_disc li:before {
	content: "";
	background: #e65500;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	margin: 0 8px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 6px;
}
.lineupSection .lineupFrame .li a .categoryList {
	margin: 5px auto 0;
	overflow: hidden;
}
.lineupSection .lineupFrame .li a .categoryList ul {
	margin: 0 -1%;
}
.lineupSection .lineupFrame .li a .categoryList ul li {
	width: 23%;
	background: #19a000;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0 1%;
	padding: 1px 0;
	text-align: center;
	white-space: nowrap;
}
.lineupSection .lineupFrame .li a .more {
	background: #0e50a0;
	bottom: 0;
	color: #fff;
	line-height: 1.3;
	padding: 3px 10px 2px;
	position: absolute;
	right: 0;
}
.lineupSection .lineupFrame .li a .more:after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	height: 5px;
	margin: 0 0 0 7px;
	position: relative;
	top: 0;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 5px;
}
.lineupSection .lineupFrame .li.short a {
	height: 210px;
}

/* end - LINEUP INDEX */
/* LINEUP DETAIL */
.overviewSection .imgWrap {
	float: left;
	width: 32.6666666667%;
}
.overviewSection .imgWrap .categoryList {
	margin: 20px auto 0;
	overflow: hidden;
}
.overviewSection .imgWrap .categoryList ul {
	margin: 0 -1%;
}
.overviewSection .imgWrap .categoryList ul li {
	width: 70px;
	background: #19a000;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0 1%;
	padding: 2px 0 1px;
	text-align: center;
}
.overviewSection .txtWrap {
	float: right;
	width: 64.1666666667%;
}
.overviewSection .txtWrap .head {
	color: #00469B;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 25px;
	font-weight: bold;
}
.overviewSection .txtWrap .txt {
	font-size: 15px;
	margin: 0 0 0 30px;
}

.overviewSection .txtWrap .txt .em {
	font-size: 17px;
	font-weight: bold;
}

.overviewSection .txtWrap .txt .tag {
	display: inline-block;
	margin: 15px 0 0;
	padding: 3px 23px 2px;
	color: #fff;
	background: #e65500;
	font-size: 14px;
}

.overviewSection .type2 .imgWrap {
	width: 46.2%;
}

.overviewSection .type2 .txtWrap {
	width: 53.8%;
}

.detailSection table.tbl600 {
	width: 600px;
}
.detailSection table th.border0, .detailSection table td.border0 {
	background: none;
	border-top-color: transparent;
	border-left-color: transparent;
}
.detailSection table th.border-r, .detailSection table td.border-r {
	border-right-color: transparent;
}

.detailSection .performanceFrame > table th.th01 {
	background: #fbf316;
}
.detailSection .performanceFrame > table th.th02 {
	background: #76adec;
}

.detailSection .wrap.col2_1 .table:first-child {
	float: left;
	width: 42%;
}
.detailSection .wrap.col2_1 .table:last-child {
	float: right;
	width: 55%;
}

.detailSection .wrap.col2_2 .txt {
	float: left;
	width: 55%;
}
.detailSection .wrap.col2_2 .data {
	float: right;
	width: 41.6666666667%;
}
.detailSection .wrap.col2_3 .data {
	float: left;
	width: 58.3333333333%;
}
.detailSection .wrap.col2_3 .txt {
	float: right;
	width: 36.6666666667%;
}
.detailSection .wrap.col2_4 .img {
	float: left;
	width: 19.6666666667%;
}
.detailSection .wrap.col2_4 .txt {
	float: right;
	width: 76.6666666667%;
}
.detailSection .wrap.col2_5 .data {
	float: left;
	width: 80%;
}
.detailSection .wrap.col2_5 .img {
	float: right;
	width: 16.6666666667%;
}

.detailSection .wrap.col2_6 .img {
	float: left;
	width: 29.92%;
}
.detailSection .wrap.col2_6 .data {
	float: right;
	width: 67%;
}

.detailSection .wrap ul.ol {
	counter-reset: idx;
}

.detailSection .wrap ul.ol li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}


.detailSection .wrap ul.ol li:last-child {
	margin: 0;
}

.detailSection .wrap ul.ol li:before {
	content: counter(idx);
	counter-increment: idx;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #3050c1;
	text-align: center;
}

.detailSection .wrap.col2 > table,
.detailSection .wrap.col2 > .table {
	float: left;
	width: 48.3333333333%;
}
.detailSection .wrap.col2 > table:last-child,
.detailSection .wrap.col2 > .table:last-child {
	float: right;
}
.detailSection .wrap.col2 > table.mt28,
.detailSection .wrap.col2 > .table.mt28 {
	margin-top: 28px;
}
.detailSection .wrap > ul.in-blck {
	float: left;
	vertical-align: top;
	width: 34.1666666667%;
}
.detailSection .wrap > ul.in-blck.narrow {
	width: 28.3333333333%;
}
.detailSection .tbl01_1_1 tr:first-child th:first-child,
.detailSection .tbl01_1_2 tr:first-child th:first-child {
	width: 39%;
}
.detailSection .tbl01_1_1 td {
	width: 61%;
}
.detailSection .tbl01_1_2 td {
	width: 30.5%;
}
.detailSection .tbl01_1_3 th:first-child {
	width: 8.5%;
}
.detailSection .tbl01_1_3 thead th:not(:first-child) {
	width: 8.3181818182%;
}
.detailSection .tbl01_3_2 th:first-child {
	width: 21.5%;
}
.detailSection .tbl01_3_2 thead th:not(:first-child) {
	width: 7.1363636364%;
}
.detailSection .tbl03 th:first-child {
	width: 25%;
}
.detailSection .tbl03 thead th:not(:first-child) {
	width: 6.8181818182%;
}
.detailSection .txt_head01 {
	color: #e65500;
	font-weight: bold;
	margin: 15px 0 5px;
	text-indent: -0.65em;
}
.detailSection .txt_head02:before {
	content: "■";
	color: #0e50a0;
	display: inline-block;
	margin: 0 3px 0 0;
}

/* end - LINEUP DETAIL */
/* WASHING */
.pg_washing {
	/* washing index */
	/* end - washing index */
	/* material */
	/* end - material */
}

/* index */
.pg_washing .indexSection th,
.pg_washing .indexSection td {
	padding: 20px 5px;
	border: 1px solid #d5d5d5;
}

.pg_washing .indexSection th {
	padding: 12px 5px;
	background: #fafafa;
}

.pg_washing .indexSection tbody td {
	width: 9.2%;
}

.pg_washing .indexSection tbody td.th {
	width: 22%;
	color: #00469b;
}

.pg_washing .indexSection tbody td.th a {
	color: #00469b;
}

.pg_washing .indexSection tbody td:nth-child(7) {
	width: 13.5%;
}

.pg_washing .indexSection tbody td:last-child {
	width:auto;
}

.pg_washing .indexSection .ico {
	font-size: 30px;
}

.pg_washing .indexSection .maru {
	color: #64b951;
}

.pg_washing .indexSection .nijumaru {
	font-size: 40px;
	color: #4e75b2;
}

.pg_washing .indexSection .sankaku {
	color: #f07d5a;
}

.pg_washing .indexSection .batsu {
	font-size: 36px;
	color: #d64746;
}

.pg_washing .indexSection .btn01 {
	position: relative;
	margin: 3px auto 0;
	padding: 6px 0 4px;
	width: 160px;
	font-size: 13px;
	line-height: 1.2;
	box-shadow: none;
}

.pg_washing .indexSection .btn01:before {
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 15px 0 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	vertical-align: middle;
	transform: rotate(45deg);
}
/* end - index */

.pg_washing .overviewSection .box02, .pg_washing .overviewSection .btnFrame {
	margin-left: 7%;
}
.pg_washing .overviewSection .txtWrap .head {
	line-height: 1.2;
}
.pg_washing .overviewSection .txtWrap .title {
	width: 15%;
	padding: 0 4.5% 0 0;
}
.pg_washing .overviewSection .txtWrap .title h3 {
	background: #d20000;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px 0;
	text-align: center;
}
.pg_washing .overviewSection .txtWrap .txt {
	font-size: 15px;
}
.pg_washing .overviewSection .txtWrap .btn {
	background: #00469B;
	color: #fff;
	width: 250px;
}
.pg_washing .lineupSection .pageNavi ul {
	margin: 0 -15px;
}
.pg_washing .lineupSection .pageNavi ul li {
	padding: 0 15px;
	width: 19.1666666667%;
}
.pg_washing .lineupSection .pageNavi ul li a {
	background: #23af46;
}
.pg_washing .lineupSection .lineupFrame {
	margin: 20px -20px 0 !important;
}
.pg_washing .lineupSection .lineupFrame .li {
	padding: 0 20px 20px !important;
}
.pg_washing .lineupSection .lineupFrame .li a {
	padding: 15px 30px 30px;
}
.pg_washing .lineupSection .lineupFrame .li a .head {
	margin: 0 0 10px;
}
.pg_washing .lineupSection .lineupFrame .li a .img {
	width: 40.3846153846%;
}
.pg_washing .lineupSection .lineupFrame .li a .img img {
	margin: 0 auto;
}
.pg_washing .lineupSection .lineupFrame .li a .txt {
	padding: 0 0 0 5.7692307692%;
}
.pg_washing .lineupSection .lineupFrame .li a p, .pg_washing .lineupSection .lineupFrame .li a .list_disc, .pg_washing .lineupSection .lineupFrame .li a .categoryList {
	max-width: initial;
}
.pg_washing .lineupSection .lineupFrame .li a .categoryList {
	margin: 15px auto 0;
}
.pg_washing .lineupSection .lineupFrame .li a .categoryList ul li {
	padding: 1px 0 !important;
}
.pg_washing .lineupSection .lineupFrame .li a .categoryList ul li.ico02 {
	background: #d28cd2;
}
.pg_washing .lineupSection .lineupFrame .li a .categoryList ul li.ico03 {
	background: #f5643c;
}
.pg_washing.material .overviewSection .head {
	margin: 20px 0 30px;
	line-height: 1.7;
}
.pg_washing.material .overviewSection .box02 .title h3 {
	background: #ff0000;
}
.pg_washing.material .overviewSection .box02 ul {
	font-size: 15px;
}
.pg_washing.material .overviewSection .box02 ul.in-blck, .pg_washing.material .overviewSection .box02 ul.list_h li {
	vertical-align: top;
	width: 48%;
}
.pg_washing.material .specSection .wrap.col2 .table {
	float: left;
	padding: 0 3.3333333333% 0 1.6666666667%;
	width: 50%;
}
.pg_washing.material .specSection .wrap.col2 .table:last-child {
	padding: 0 1.6666666667% 0 3.3333333333%;
}
.pg_washing.material .specSection .wrap.col2 .table th, .pg_washing.material .specSection .wrap.col2 .table td {
	padding: 12px 5px;
}
.pg_washing.material .usageSection .box01 {
	background: #f4f4f4;
	padding: 0;
}
.pg_washing.material .usageSection .tbl {
	border-spacing: 30px 40px;
}
.pg_washing.material .usageSection .tbl .td {
	background: #fff;
	height: 120px;
	padding: 15px 20px 20px;
	width: 50%;
}
.pg_washing.material .usageSection .tbl .td .ttl_s {
	border-bottom: 1px dotted #817f7f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 6px;
}
.pg_washing.material .relatedItemsSection .list_h {
	margin: 0 -0.9583333333%;
}
.pg_washing.material .relatedItemsSection .list_h > .li {
	padding: 0 1.9166666667%;
}
.pg_washing.material .relatedItemsSection .list_h > .li a {
	display: block;
	max-width: 240px;
	padding: 0 0 20%;
}
.pg_washing.material .relatedItemsSection .list_h > .li a img {
	display: block;
}
.pg_washing.material .relatedItemsSection .list_h > .li a .head {
	margin: 10px 0 0;
	text-align: center;
}
.pg_washing.material .relatedItemsSection .categoryList {
	margin: 2px auto 0;
	overflow: hidden;
	padding: 0 2%;
}
.pg_washing.material .relatedItemsSection .categoryList ul li {
	width: 33.333%;
	float: left;
	margin: 3px 0;
	text-align: center;
	white-space: nowrap;
}
.pg_washing.material .relatedItemsSection .categoryList ul li span {
	background: #19a000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 1px 0;
}

/* end - WASHING */

/* CONTACT */
.contact .contact_mpic {
	text-align: center;
	margin: 10px 0 40px;
}
.contact .contact_no {
	width: 1000px;
	border-image-source: url(../images/contact/dot.gif);
	border-image-slice: 3;
	border-image-width: 3px;
	border-image-outset: 0;
	border-image-repeat: round;
	border-style: solid;
	border-width: 3px;
	margin: 0 auto 36px;
}
.contact .contact_no h4 {
	background: #E6F0FA;
	padding: 18px 0;
	font-size: 18px;
	text-align: center;
}
.contact .contact_no div {
	overflow: hidden;
	background: url("../images/contact/tel_bg.png") no-repeat;
	background-position: 20px -20px;
}
.contact .contact_no div p {
	float: left;
	margin: 26px 80px 46px;
	font-size: 34px;
	font-weight: bold;
	color: #00469B;
	line-height: 1.2;
}
.contact .contact_no div p:first-child{
	margin-left: 150px;
}
.contact .contact_no div p span {
	font-size: 23px;
}
.contact .EasyTable {
	width: 1000px;
	margin: 0 auto 50px;
	border-top: 1px dotted #000;
}
.contact table.EasyTable th, 
.contact table td {
	border: none;
	border-bottom: 1px dotted #000;
	padding: 32px 0px 32px 36px;
	text-align: left;
}
.contact .EasyLeftTd {
	background: #E6F0FA;
	width: 30%;
}
.contact .must_mark {
	background: #B80000;
	border-radius: 4px;
	color: #fff;
	padding: 1px 8px;
	font-weight: bold;
	margin: 0 12px;
}
.contact .EasyCheckButtonDiv input,
.contact input.EasyReturnButton {
	color: #00469B;
	border: 1px solid #00469B;
	background: #fff;
	padding: 14px 80px 14px 70px;
	cursor: pointer;
	outline: 0;
	margin-bottom: 60px;
}
.contact .EasyCheckButtonDiv input:hover,
.contact input.EasyReturnButton:hover {
	color: #ffff;
	border: 1px solid #fff;
	background: #00469B;
	padding: 14px 80px 14px 70px;
	cursor: pointer;
	outline: 0;
}
.contact input.EasySendButton{
	color: #00469B;
	border: 1px solid #00469B;
	background: #fff;
	padding: 14px 120px;
	cursor: pointer;
	outline: 0;
}
.contact input.EasySendButton:hover{
	color: #ffff;
	border: 1px solid #fff;
	background: #00469B;
	padding: 14px 120px;
	cursor: pointer;
	outline: 0;
}
.contact input {
	margin: 3px 0;
}
.contact .EasySubmit {
	width: 1000px;
	margin: 0 auto;
}
.contact .EasyInputLeft {
	padding: 0 50px 54px 0px;
	text-align: right;
	border: none;
}
.contact .EasyInputRight {
	border: none;
}

.contact .search_btn {
	margin-left: 20px;
}	
.EasyRightTd > input[type=text],
#EasyRightId8 > div > span > input[type=text]{
height: 26px;
}

#EasyRightId8 > div > span > input[name="zip_8"]{
  width: 120px;
}

/* end - CONTACT */


/* pg_strength */
.pg_strength {
  position: relative;
  margin: 80px auto 0;
  padding-bottom: 0;
}

.pg_strength .s1 {
  padding: 122px 0 284px;
  text-align: center;
  background-image: url(../images/strength/s1_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: auto auto;
}

.pg_strength .s1 .t1 {
  margin-bottom: 68px;
  text-align: center;
}

.pg_strength .s1 .t2 {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  line-height: 2.14;
}

.pg_strength .reason {
  padding: 0;
  overflow: inherit;
}

.pg_strength .reason .container {
  padding: 50px 0 40px;
  overflow: inherit;
}

.pg_strength .reason__title {
  display: inline-block;
  margin-top: -30px;
  position: absolute;
  top: 0;
  left: 0;
}

.pg_strength .reason__title h2 {
  padding: 3px;
  width: 340px;
  line-height: 54px;
  background-color: #fff;
  border-radius: 30px;
}

.pg_strength .reason__title span {
  display: inline-block;
  width: 334px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  background-color: #00469b;
  border-radius: 27px;
}

.pg_strength .reason .cont__in {
  margin: 0 auto;
  max-width: 656px;
}

.pg_strength .reason h3 {
  display: inline-block;
  margin-bottom: 32px;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  background-color: #000;
  position: relative;
  z-index: 2;
}

.pg_strength .reason .txtarea {
  position: relative;
  z-index: 2;
}

.pg_strength .reason .txtarea h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
}

.pg_strength .reason .txtarea p {
  font-size: 14px;
  line-height: 1.71;
}

.pg_strength .reason .txtarea ul {
  margin: 0;
  padding-left: 1em;
}

.pg_strength .reason .txtarea ul li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.71;
  background-image: url(../images/strength/list_mark.png);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  background-size: auto auto;
}

.pg_strength .rson_1 {
  height: 380px;
  background-color: #a0c8eb;
}

.pg_strength .rson_1 .cont__in {
  margin: 0 auto;
  padding: 0 0 0 27px;
}

.pg_strength .rson_1 h3 {
  float: right;
}

.pg_strength .rson_1 figure {
  position: absolute;
  right: 102px;
  top: 40px;
}

.pg_strength .rson_2 {
  height: 330px;
  background-color: #5a96d2;
}

.pg_strength .rson_2 .cont__in {
  margin: 0 auto;
  padding: 0 58px 0 74px;
}

.pg_strength .rson_2 .txtarea {
  float: right;
}

.pg_strength .rson_2 figure {
  position: absolute;
  left: 100px;
  top: -30px;
}

.pg_strength .rson_3 {
  height: 300px;
  background-color: #a0c8eb;
}

.pg_strength .rson_3 .container {
  padding: 32px 0 40px;
}

.pg_strength .rson_3 .cont__in {
  margin: 0 auto;
  padding: 0 78px 0 28px;
}

.pg_strength .rson_3 h3 {
  float: right;
  margin-bottom: 33px;
}

.pg_strength .rson_3 figure {
  position: absolute;
  right: 100px;
  top: -47px;
}
/* end - pg_strength */



/* usage */
.usage_h2 {
  margin-bottom: 26px;
  padding: 16px 20px 14px;
  color: #00469b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  border: 1px dotted #c0c0c0;
}

.usage_h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.2;
  border-left: 3px solid #00469b;
}

.usage_h3_2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 1px dotted #817f7f;
}

.usage_leadtxt {
  font-size: 14px;
  line-height: 1.785;
  letter-spacing: 0.7px;
}

.usage_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 22px 0;
}

.usage_elem {
  -ms-flex: 0 0 31.6%;
  flex: 0 0 31.6%;
  max-width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
}

.usage_elem:nth-child(3n) {
  margin-right: 0;
}

.usage_ttl {
  padding: 10px 12px 10px 20px;
  color: #0e50a0;
  font-size: 15px;
  font-weight: normal;
  background-color: #e6f0fa;
}

.usage_ttl a {
  display: block;
	color: #0e50a0;
	font-weight:bold;
  line-height: 1.46;
  position: relative;
  background-image: url(../images/usage/icon_arw.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.usage_cont {
  padding: 16px 28px 24px;
}

.usage_thumb {
  margin-bottom: 12px;
  text-align: center;
}

.usage_txt {
  font-size: 13px;
  line-height: 1.538;
  letter-spacing: 0.7px;
}
/* end - usage */



/* pg_technique */
.pg_technique {
  position: relative;
  margin: 80px auto 0;
  padding-bottom: 0;
}

.pg_technique h2 {
  margin: 0 auto 14px;
  padding: 0;
  text-align: center;
}

.pg_technique h3 {
  margin-bottom: 25px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: 1.7px;
  border-left: 3px solid #00469b;
}

.pg_technique h4 {
  margin-bottom: 28px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.22;
  border-bottom: 1px dotted #817f7f;
}

.pg_technique h5 {
  margin: 0 auto 16px 40px;
  padding: 0 0 0 16px;
  font-size: 15px;
  line-height: 1.47;
  position: relative;
}

.pg_technique h5::before {
  content: "";
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #0e50a0;
  position: absolute;
  left: 0;
  top: 7px;
}

.pg_technique .leadtxt {
  margin: 0 auto 54px;
  padding: 0;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.7px;
}

.pg_technique .sozaiWrap {
  margin: 0 auto 30px;
}

.pg_technique .sozaiWrap.last {
  margin-bottom: 44px;
}

.pg_technique .sozai_gallery {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: 0 20px 0 101px;
}

.pg_technique .sozai_gallery li {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.pg_technique .kanriWrap {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 76px;
}

.pg_technique .kanriWrap .left {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 16px;
}

.pg_technique .kanriWrap .right {
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}

.pg_technique .kanri_list {
  margin: 0;
}

.pg_technique .kanri_list li {
  padding: 0 0 0 18px;
  font-size: 13px;
  line-height: 1.538;
  position: relative;
}

.pg_technique .kanri_list li::before {
  content: "・";
  display: block;
  margin: 0;
  color: #00469b;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.pg_technique .kanri_gallery {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin: 0;
}

.pg_technique .kanri_gallery li {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
/* end - pg_technique */
