@charset "utf-8";
/* 2022.08.23 PC STYLE
-----------------------------------------------*/
#Paint {
	background-color: #f5f5f5;
	background-image: url(/img/home/hom_bg_002.svg);
   	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25% auto;
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 80px 0;
	text-align: justify;
}
#Paint > .innerbox > .contents {
	position: relative;
}
#Paint > .innerbox > .contents > p {
	margin: 0 0 2em;
	text-align: center;
}
#Paint > .innerbox > .contents > p > strong:nth-of-type(1) {
	display: block;
	letter-spacing: -.5px;
}
#Paint > .innerbox > .contents > p > strong:nth-of-type(2) {
	color: #C00;
	display: block;
    font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	font-weight: normal;
}
#Paint > .innerbox > .contents > h2 {
	display: block;
	margin: 0 0 2em;
	text-align: center;
}
#Paint > .innerbox > .contents > h2 > span {
	clear: both;
	display: block;
	font-size: 1.875rem;
	font-weight: bold;
}
#Paint > .innerbox > .contents > h2 > small {
	clear: both;
	display: block;
	font-size: 1rem;
}
#Paint > .innerbox > .contents > h2 > small > sup {
	font-size: .6666em;
	position: relative;
	vertical-align: top;
}
#Paint > .innerbox > .contents > h3 {
	align-items: center;
	color: #134e78;
	display: flex;
	font-size: 1.25em;
	font-weight: bold;	
	margin: 0 0 2em;
}
#Paint > .innerbox > .contents > h3:before,
#Paint > .innerbox > .contents > h3:after {
	border-top: #b3b3b3 1px solid;
	content: "";
	flex-grow: 1;
	height: 1px;
}
#Paint > .innerbox > .contents > h3:before {
	margin-right: 1em;
}
#Paint > .innerbox > .contents > h3:after {
	margin-left: 1em;
}
#Paint > .innerbox > .contents > ul {
	clear: both;
	display: block;
	overflow: hidden;
}
#Paint > .innerbox > .contents > ul > li {
	background-color: #FFF;
	border: #e5e5e5 solid 1px;
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 1em 1em 2em;
	position: relative;
	text-align: center;
	width: calc(50% - 15px);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(odd) {
	clear: both;
	float: left;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(even) {
	float: right;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(3) {
	margin-bottom: 0;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(4) {
	margin-bottom: 0;
}
#Paint > .innerbox > .contents > ul > li > p.btn {
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
#Paint > .innerbox > .contents > ul > li > p.btn a {
	background-color: #666;
	display: block;
	color: #FFF;
	padding: .5em 2em;
}
#Paint > .innerbox > .contents > ul > li > p.btn a:hover {
	background-color: #999;
}
#Paint > .innerbox > .contents > ul > li > p.reco {
	display: block;
	line-height: 1em;
	letter-spacing: .1em;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 20px;
	position: absolute;
	right: 2em;
	top: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#Paint > .innerbox > .contents > ul > li > p.reco > span {
	background-color: #b4955c;
	display: block;
	color: #FFF;
	overflow: visible;
	padding: 2em 1em 1em;
	position: relative;
}
#Paint > .innerbox > .contents > ul > li > p.reco > span:before {
	border-right: 30px solid #b4955c;
	border-bottom: 20px solid transparent;
	bottom: -20px;
	content: '';
	position: absolute;
	right: 0;
	height: 0;
	width: 0;
}
#Paint > .innerbox > .contents > ul > li > p.reco > span:after {
	border-left: 30px solid #b4955c;
	border-bottom: 20px solid transparent;
	bottom: -20px;
	content: '';
	position: absolute;
	left: 0;
	height: 0;
	width: 0;
}
#Paint > .innerbox > .contents > ul > li > strong {
	color: #FFF;
	clear: both;
	display: block;
	font-size: 1.25em;
	margin: 0 0 1em;
	overflow: hidden;
	padding: .6666em 0;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(1) > strong {
	background-color: #f66d00;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(2) > strong {
	background-color: #e0202d;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(3) > strong {
	background-color: #2f83b5;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(4) > strong {
	background-color: #b4955c;
	background-color: #7a5695;
}
#Paint > .innerbox > .contents > ul > li > table {
	border-collapse: collapse;
	border-bottom: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #999 dotted 1px;
	border-top: #999 dotted 1px;
	margin: 0 0 1.5em;
	width: 100%;
}
#Paint > .innerbox > .contents > ul > li > table th {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	border-bottom: #999 dotted 1px;
	border-top: #999 dotted 1px;
	font-weight: bold;
	padding: .5em 0;
}
#Paint > .innerbox > .contents > ul > li > table td {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	border-bottom: #999 dotted 1px;
	border-top: #999 dotted 1px;
	color: #b4955c;
	color: #960;
	letter-spacing: .1em;
	padding: .5em 0;
}
#Paint > .innerbox > .contents > ul > li > span {
	clear: both;
	display: block;
	margin: 0 0 1em;
}
#Paint > .innerbox > .contents > ul > li > span.price {
	color: #C00;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .5em;
}
#Paint > .innerbox > .contents > ul > li > span.price::before {
	content:"\0a5";
	margin-right: .1em;
}
#Paint > .innerbox > .contents > ul > li > span > small {
	color: #000;
	clear: both;
	display: block;
	font-size: .875rem;
	line-height: 1em;
}
#Paint > .innerbox > .contents > ul > li > span.merit {
	color: #134e78;
	font-weight: bold;
}
#Paint > .innerbox > .contents > ul > li > span.merit > small {
	color: #999;
	display: inline;
	margin: 0 .25em;
}
#Paint > .innerbox > .contents > table {
	border-collapse: collapse;
	border-bottom: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	margin: 0 0 .5em;
	width: 100%;
}
#Paint > .innerbox > .contents > table th {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-weight: bold;
	padding: 1em 0;
}
#Paint > .innerbox > .contents > table tr td:nth-of-type(2) {
	color: #C00;
	font-size: 1.25em;
}
#Paint > .innerbox > .contents > table tr td:nth-of-type(2)  small {
	color: #121422;
	font-size: .875rem;
}
#Paint > .innerbox > .contents > table td {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
	vertical-align: middle;
}
#Paint > .innerbox > .contents > table td small {
	font-size: .875em;
}
#Paint > .innerbox > .contents > table td sup {
	color: #C00;
	font-size: .8em;
	margin-left: .5em;
	vertical-align: super;
}
#Paint > .innerbox > .contents > table td span {
	background-color: #666;
	color: #FFF;
	display: block;
	color: #FFF;
	overflow: hidden;
	padding: .5em 1em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
#Paint > .innerbox > .contents > table td a {
	background-color: #666;
	display: block;
	color: #FFF;
	overflow: hidden;
	padding: .5em 1em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
#Paint > .innerbox > .contents > table td a:hover {
	background-color: #999;
}
#Paint > .innerbox > .contents > p.note {
	font-size: .9375em;
	text-align: justify;
	margin: 0 0 3rem;
}
#Paint > .innerbox > .contents > p.note span {
	color: #C00;
	font-weight: bold;
	margin-right: .5em;
}
#Paint > .innerbox > .contents > p.prop {
	align-items: center;
	display: flex;
	font-size: 1.5em;
    font-family: 'Noto Serif JP', serif !important;
	margin: 0 0 2em;
}
#Paint > .innerbox > .contents > p.prop:before,
#Paint > .innerbox > .contents > p.prop:after {
	border-top: #b3b3b3 1px solid;
	content: "";
	flex-grow: 1;
	height: 1px;
}
#Paint > .innerbox > .contents > p.prop:before {
	margin-right: 1em;
}
#Paint > .innerbox > .contents > p.prop:after {
	margin-left: 1em;
}
#Paint > .innerbox > .contents > p.bestdeal {
	background-image: url(/img/home/hom_bg_003.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-size: 1.125em;
	line-height: 1.25em;
	height: 120px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 60px;
	width: 160px;
	z-index: 1;
	text-transform: uppercase;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: bounce;
	-moz-animation-name: bounce;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  10% {
    -webkit-transform: translateY(-20px);
    -ms-transform:     translateY(-20px);
    transform:         translateY(-20px)
  }
}
#Paint > .innerbox > .contents > p.bestdeal span {
	color: #FFF;
	display: block;
	font-weight: bold;
	top: 50%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#Paint > .innerbox > .contents > p.bestdeal span a {
	color: #FFF;
}
#Paint > .innerbox > .contents > p.bestdeal:hover {
	cursor: pointer;
}
#Paint > .innerbox > .contents > p.bestdeal:hover a {
	color: #FF0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
html {
	scroll-behavior: smooth;
}
hr.separate2 {
	clear: both;
	margin: 60px 0;
	padding: 0;
	border: none;
	border-top: #999 dotted 2px;
	background: none;
	height: 0px;
}
#Detail {
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
#Detail > section {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 40px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#Detail > section > h2 {
	display: block;
	font-weight: bold;
	margin: 0 0 1em;
	text-align: center;
}
#Detail > section > h2 > small {
	display: block;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1em;
}
#Detail > section > h3 {
	border-bottom: rgba(0,0,0,0.25) solid 1px;
	border-top: rgba(0,0,0,0.25) solid 1px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 1em;
	padding: 1em 0;
}
#Detail > section > ul {
	display: block;
}
#Detail > section > ul:nth-of-type(1) {
	display: block;
	list-style: none;
	margin: 0 0 30px;
	overflow: hidden;
}
#Detail > section:nth-of-type(1) {
	margin: 0 0 1em;
}
#Detail > section:nth-of-type(1) > h2 {
	color: #600;
}
#Detail > section:nth-of-type(1) > ul:nth-of-type(1) > li {
	background-color: #F63;
}
#Detail > section:nth-of-type(2) > h2 {
	color: #036;
}
#Detail > section:nth-of-type(2) > ul:nth-of-type(1) > li {
	background-color: #2a8ac3;
}
#Detail > section > ul:nth-of-type(1) > li {
	color: #FFF;
	display: block;
	float: left;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0 10px 10px 0;
	list-style: none;
	padding: .6666em 0;
	text-align: center;
	width: calc(20% - 8px);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#Detail > section > ul:nth-of-type(1) > li:nth-of-type(5n) {
	margin-right: 0;
}
#Detail > section > ul:nth-of-type(2) {
	display: block;
	overflow: hidden;
	text-align: left;
}
#Detail > section > ul:nth-of-type(2) > li {
	float: left;
	font-size: 1.0625em;
	list-style-position: inside;
    margin: 0 1.125em 0 0;
}
#Detail > section:nth-of-type(odd) {
	background-color: #ffdf92;
}
#Detail > section:nth-of-type(even) {
	background-color: #bbe5e8;
}
#Paint > .innerbox > .contents > ul.step {
	background: linear-gradient(90deg, #134e78 0%, #134e78 8.2%, transparent 8.2%, transparent 10.2%, #134e78 10.2%, #134e78 18.4%, transparent 18.4%, transparent 20.4%, #134e78 20.4%, #134e78 28.6%, transparent 28.6%, transparent 30.6%, #134e78 30.6%, #134e78 38.8%, transparent 38.8%, transparent 40.8%, #134e78 40.8%, #134e78 49.0%, transparent 49.0%, transparent 51.0%, #134e78 51.0%, #134e78 59.2%, transparent 59.2%, transparent 61.2%, #134e78 61.2%, #134e78 69.4%, transparent 69.4%, transparent 71.4%, #134e78 71.4%, #134e78 79.6%, transparent 79.6%, transparent 81.6%, #134e78 81.6%, #134e78 89.8%, transparent 89.8%, transparent 91.8%, #134e78 91.8%, #134e78 100%);
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}
#Paint > .innerbox > .contents > ul.step > li {
	align-items: center;
	background: none;
	border: none;
	clear: none;
	color: #ffff00;
	color: #FFF;
	display: flex;
	float: left;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	margin-right: 2%;
	overflow: hidden;
	overflow: visible;
	padding: 1.5em 0;
	text-align: center;
	vertical-align: middle;
	width: 8.2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: tb-rl;
}
#Paint > .innerbox > .contents > ul.step > li:after {
	content: "";
	position: absolute;
	right: -36px;
	right: -28px;
	top: 1.5em;
	height: 0;
	width: 0;
	border-top: 36px solid transparent;
	border-left: 24px solid #FC0;
	border-bottom: 36px solid transparent;
}
#Paint > .innerbox > .contents > ul.step > li:nth-last-of-type(1) {
	margin-right: 0;
}
#Paint > .innerbox > .contents > ul.step > li:nth-last-of-type(1):after {
	display: none;
}
/* 2022.08.23 MOBILE
-----------------------------------------------*/
@media (max-width: 960px) {
#Paint {
	padding: 40px 20px;
}
#Paint > .innerbox {
	padding: 0;
}
#Paint > .innerbox > .contents > h2 {
	margin: 0 0 1em;
}
#Paint > .innerbox > .contents > h2 > span {
	font-size: 1.875rem;
/*	font-weight: normal;*/
	font-size: 1.5rem;
}
#Paint > .innerbox > .contents > p {
	text-align: justify;
}
#Paint > .innerbox > .contents > p > strong:nth-of-type(1) {
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 1em;
}
#Paint > .innerbox > .contents > p > strong:nth-of-type(2) {
	font-size: 1.25em;
}
#Paint > .innerbox > .contents > p.bestdeal {
	display: inline-block;
	margin: 0 0 1em;
	position: relative;
	right: initial;
	text-align: center;
	top: 0px;
	vertical-align: bottom;
}
#Paint > .innerbox > .contents > ul > li {
	clear: both;
	margin: 0 0 10px;
	width: auto;
	width: initial;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(odd) {
	clear: both;
	float: none;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(even) {
	clear: both;
	float: none;
}
#Paint > .innerbox > .contents > ul > li:nth-of-type(3) {
	margin: 0 0 10px;
}
#Paint > .innerbox > .contents > ul > li > p.reco {
	right: 0;
	top: 0;
}
#Paint > .innerbox > .contents > ul > li > p.reco > span {
	padding: 2em .875em 1em;
}
#Paint > .innerbox > .contents > table th {
	border-collapse: collapse;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-weight: bold;
	padding: 1em 0;
}
#Paint > .innerbox > .contents > table tr td:nth-of-type(2) {
	color: #C00;
	font-size: 1.25em;
}
#Paint > .innerbox > .contents > table tr td:nth-of-type(2)  small {
	color: #121422;
	font-size: .875rem;
}
#Paint > .innerbox > .contents > p.note {
	margin: 0 0 1em;
}
#Paint > .innerbox > .contents > p.prop {
	display: block;
	font-size: 1.375em;
	margin: 0 0 1em;
	text-align: justify;
}
#Paint > .innerbox > .contents > p.prop:before,
#Paint > .innerbox > .contents > p.prop:after {
	display: none;
}
#Paint > .innerbox > .contents > table {
	border: none;
}
#Paint > .innerbox > .contents > table th {
	border: none;
	clear: both;
	display: block;
	padding: 0;
}
#Paint > .innerbox > .contents > table td {
	border: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
#Paint > .innerbox > .contents > table td:nth-of-type(1) {
	margin: 0 0 1em !important;
}
#Paint > .innerbox > .contents > table td:nth-last-of-type(2) {
	margin: 0 0 1em !important;
}
#Paint > .innerbox > .contents > table td:nth-last-of-type(1) {
	margin: 0 0 2em !important;
}
#Paint > .innerbox > .contents > table td:nth-of-type(1) span {
	font-size: 1.375em;
	font-size: 1.25em;
	padding: .5em 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#Paint > .innerbox > .contents > table td a {
	display: inline-block;
	padding: .6em 3em;
	vertical-align: bottom;
}
#Detail > section {
	padding: 30px 20px;
}
#Detail > section > ul:nth-of-type(1) {
	margin: 0 0 20px;
}
#Detail > section > ul:nth-of-type(1) > li {
	float: none;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
	width: auto;
	width: initial;
}
#Detail > section > ul:nth-of-type(1) > li:nth-of-type(5n) {
}
#Detail > section > ul:nth-of-type(1) > li:nth-last-of-type(1) {
	margin-bottom: 0;
}
#Detail > section > ul:nth-of-type(2) {
	list-style: outside disc;
	margin: 0 0 0 1.25em;
	overflow: visible;
}
#Detail > section > ul:nth-of-type(2) > li {
	clear: both;
	float: none;
	font-size: 1.125em;
	list-style-position: outside;
    margin: 0;
}
#Detail > section > h3 {
	font-size: 1.125em;
}
#Paint > .innerbox > .contents > ul.step {
	background: none;
}
#Paint > .innerbox > .contents > ul.step > li {
	align-items: center;
	background: #134e78;
	border: none;
	clear: both;
	color: #FFF;
	display: block;
	float: none;
	margin-right: 0;
	margin: 0 0 20px;
	padding: 1em 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: auto;
	width: initial;
	writing-mode:horizontal-tb;
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	-moz-writing-mode:lr-tb;
	-o-writing-mode:lr-tb;
}
#Paint > .innerbox > .contents > ul.step > li:nth-last-of-type(1) {
	margin: 0 !important;
	z-index: 0;
}
#Paint > .innerbox > .contents > ul.step > li:after {
	content: "";
	position: absolute;
	right: initial;
	top: initial;
	left: 50%;
	margin-left: -30px;
	bottom: -25px !important;
	height: 0;
	width: 0;
	border-top: #FC0 30px solid;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 2;
}
hr.separate2 {
	margin: 30px 0;
}
}
