@charset "UTF-8";
/* 必須指定 */
.container {
  /*CSSの継承を上書き*/
  overflow: inherit;
}
#contWrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#c_Wrap {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
    min-width: 1020px;
}
/*メインイメージ*/
#mainWrap {
	background: linear-gradient(90deg,#fcd34d 0%,#fcd34d 50%,#bbcd33 50%,#bbcd33 100%);
	min-height: 444px;
	padding-bottom: 30px;
}
#h2Wrap {
    vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/main_bg01.png);
    background-size:100% auto;
	background-repeat: no-repeat;
	position: relative;
}
#h2Wrap #h2Lead {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 700;
	color: #ec6c00;
	margin: 0;
	padding: 30px 0 0 0;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
	position: relative;
}
#h2Wrap #h2Lead::before {
	margin: 0 20px 10px 0;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 42px;
    background: url(../images/main_line01@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#h2Wrap #h2Lead::after {
	margin: 0 0 10px 20px;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 42px;
    background: url(../images/main_line02@2x.png);
    background-size: contain;
    vertical-align: middle;
}	
#h2Wrap h2 {
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 64px;
	line-height: 1.4em;
	font-weight: 900;
	color: #fff;
	text-shadow:0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00,0 0 3px #ec6c00;
}
#h2Wrap p:nth-of-type(2) {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
}
#h2Wrap p:last-of-type {
	width: 59px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
#h2Wrap p:last-of-type img {
	width: 100%;
}
#h2Wrap > div:first-of-type {
	width: 20.689655172413794%;
	position: absolute;
	top: 20px;
	left: 2.1551724137931036%;
}
#h2Wrap > div:nth-of-type(2) {
	width: 18.275862068965516%;
	position: absolute;
	top: 20px;
	right: 2.1551724137931036%;
}
#h2Wrap > div img {
	width: 100%;
}
#mainWrap #h2Under {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#mainWrap #h2Under > div {
	width: 49.137931034482754%;
	padding: 0;
	margin: 0;
}
#mainWrap #h2Under > div:first-of-type {
	background: #fdecb5;
}
#mainWrap #h2Under > div:nth-of-type(2) {
	background: #d2de7b;
}
#h2Under > div h3 {
	background: #fff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	padding: 15px 30px 12px 30px;
	margin: 0;
}
#h2Under > div h3 span {
	font-size: 32px;
	font-weight: 900;
}
#h2Under > div:first-of-type h3 {
	text-align: right;
}
#h2Under > div:first-of-type h3 strong {
	font-size: 32px;
	font-weight: 900;
	color: #f33214;
	padding-right: 2px;
}
#h2Under > div:nth-of-type(2) h3 strong {
	font-size: 32px;
	font-weight: 900;
	color: #19a3f9;
	padding-right: 2px;
}
#h2Under > div> div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}
#h2Under > div> div p:first-of-type {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	border-right: dashed 2px #000;
	margin: 0;
	padding: 0 20px 0 0;
}
#h2Under > div> div p:nth-of-type(2) {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 20px;
}
/*徹底比較タイトル*/
#comparH {
	background: linear-gradient(90deg,#fcd34d 0%,#fcd34d 50%,#bbcd33 50%,#bbcd33 100%);
	padding: 0 30px;
	margin: 0;
}
#comparH > div {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fffdf8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
#comparH > div h3 {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 700;
	position: relative;
}
#comparH > div h3 span:first-of-type {
	font-size: 46px;
}
#comparH > div h3 span:last-of-type {
	font-size: 34px;
	padding: 0 20px 0 5px;
	font-style: italic;
}
#comparH > div h3 strong {
	font-size: 38px;
	color: #ec6c00;
	font-weight: 700;
}
#comparH > div h3::before {
	margin: 0 20px 0 0;
    content: " ";
    display: inline-block;
    width: 222px;
    height: 60px;
    background: url(../images/compar_h01@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#comparH > div h3::after {
	margin: 0 0 0 20px;
    content: " ";
    display: inline-block;
    width: 222px;
    height: 60px;
    background: url(../images/compar_h02@2x.png);
    background-size: contain;
    vertical-align: middle;
}
/*徹底比較エリア*/
#comparBox {
	background: linear-gradient(90deg,#fdecb5 0%,#fdecb5 50%,#d2de7b 50%,#d2de7b 100%);
	margin: 0;
	padding: 0 0 30px 0;
}
#comparBox > div {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	background: #fffdf8;
	margin: 0 30px;
	padding: 0 30px 30px 30px;
}
#comparBox > div h4 {
	margin: 25px 0 -30px 0;
	padding: 5px 15px 5px 20px;
	background: #333;
	color: #fff;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	display: inline-block;
	position: relative;
}
#comparBox > div h4 img {
position: absolute;
width: 42px;
left: 0;
right: 0;
top: 70px;
margin: auto;
}
#comparBox > div h4 strong {
	font-size: 24px;
	font-weight: 700;
}
#comparBox > div > div {
	background: linear-gradient(90deg,#fcd34d 0%,#fcd34d 50%,#bbcd33 50%,#bbcd33 100%);
	padding: 10px;
	margin: 0 auto;
}
#comparBox > div > div > div {
	background: linear-gradient(90deg,#fffbee 0%,#fffbee 50%,#f8faeb 50%,#f8faeb 100%);
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#comparBox .comparG {
	width: calc(50% - 20px);
	padding: 0 10px;
	text-align: left;
}
#comparBox .comparB {
	width: calc(50% - 20px);
	padding: 0 10px;
	text-align: right;
}
p.textleft {
	text-align: left;
}
#comparBox .comparG > p {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 700;
	color: #f33214;
	margin: 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px dashed #000;
}
#comparBox .comparB > p {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 700;
	color: #19a3f9;
	margin: 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px dashed #000;
}

#comparBox .comparG > p span,
#comparBox .comparB > p span {
	color: #000;
}

#comparBox .comparG .num,
#comparBox .comparB .num {
	font-size: 18px;
	color: #000;
    padding: 25px 0 7px 0;
}
#comparBox .comparG .num span {
	font-size: 32px;
	color: #f33214;
	padding: 0 3px;
}
#comparBox .comparB .num span {
	font-size: 32px;
	color: #19a3f9;
	padding: 0 3px;
}
#comparBox .iconG,
#comparBox .iconB {
	position: relative;
}
#comparBox .iconG1::before {
	margin: -10px 17px 0 5px;
    content: " ";
    display: inline-block;
    width: 107px;
    height: 33px;
    background: url(../images/icon_g@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#comparBox .iconS1::before {
	margin: -10px 54px 0 40px;
    content: " ";
    display: inline-block;
    width: 38px;
    height: 33px;
    background: url(../images/icon_s@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#comparBox .iconG2::after {
	margin: -10px 5px 0 17px;
    content: " ";
    display: inline-block;
    width: 107px;
    height: 33px;
    background: url(../images/icon_g@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#comparBox .iconS2::after {
	margin: -10px 40px 0 54px ;
    content: " ";
    display: inline-block;
    width: 38px;
    height: 33px;
    background: url(../images/icon_s@2x.png);
    background-size: contain;
    vertical-align: middle;
}
#comparBox .comparG > div,
#comparBox .comparB > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0;
	position: relative;
}
#comparBox .comparG > div > div,
#comparBox .comparB > div > div {
	width: 29.38775510204082%;
}
#comparBox .comparG > div > div img,
#comparBox .comparB > div > div img {
	width: 100%;
}
#comparBox .comparG > div > div .line,
#comparBox .comparB > div > div .line {
	border: solid 1px #ccc;
}
#comparBox .comparG > div p,
#comparBox .comparB > div p {
	width: 69.1880156%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	margin: 0;
	padding: 0 4.081632653061225%;
}
#comparBox .comparG > div p span,
#comparBox .comparB > div p span {
	font-size: 14px;
	line-height: 1.4em;
}
#comparBox .comparG > div .price {
	width: 69.1880156%;
	padding: 0 4.081632653061225%;
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: right;
}
#comparBox .comparB > div .price {
	width: 69.1880156%;
	padding: 0 4.081632653061225%;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#comparBox .comparG > div .price span,
#comparBox .comparB > div .price span {
	font-family: 'Impact',sans-serif;
    font-size: 40px;
    line-height: 40px;
	color: #fc0d1b;
}
#comparBox .comparG > div .price span:last-of-type,
#comparBox .comparB > div .price span:last-of-type {
    font-size: 16px;
    line-height: 16px;
}
/*どっちがいいの*/
#whichOne {
	background: linear-gradient(90deg,#fcd34d 0%,#fcd34d 50%,#bbcd33 50%,#bbcd33 100%);
}
#whichBox {
    vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 23px 0 30px 0;
	background-image: url(../images/main_bg02.png);
    background-size:100% auto;
	background-repeat: no-repeat;
	position: relative;
}
#whichBox h3 {
	background: #fffdf8;
	padding: 15px 0;
    margin:0 30px;
	font-size: 38px;
	line-height: 1em;
	font-weight: 700;
	color: #ec6c00;
}
#whichBox > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 0;
	
}
#whichBox > div > div {
	width: calc(50% - 30px);
	padding: 0;
	margin: 35px 0 0 0;
}
#whichBox > div > div > p {
	border-radius: 10px;
}
#whichBox > div > div:first-of-type > p:first-of-type {
	background: #fffbee;
}
#whichBox > div > div:nth-of-type(2) > p:first-of-type {
	background: #f8faeb;
}
#whichBox > div > div:first-of-type > div {
	width: 50%;
	margin: -40px auto 20px auto;
}
#whichBox > div > div:nth-of-type(2) > div {
	width: 44%;
	margin: -40px auto 20px auto;
}
#whichBox > div > div > div img {
	width: 100%;
}
#whichBox > div > div p {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	margin: 0;
	padding: 30px 5.769230769230769% 50px 5.769230769230769%;
}
#whichBox > div > div:first-of-type p strong {
	color: #f33214;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.6em;
}
#whichBox > div > div:nth-of-type(2) p strong  {
	color: #19a3f9;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.6em;
}
#whichBox > div > div > p:last-of-type {
	padding: 0;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 700;
	border: solid 2px #fff;
	border-radius: 4px;
	color: #fff;
	position: relative;
}
#whichBox > div > div > p:last-of-type a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px;
}
#whichBox > div > div:first-of-type > p:last-of-type {
	background: #fe6c55;
}
#whichBox > div > div:nth-of-type(2) > p:last-of-type {
	background: #4ab6fa;
}
#whichBox > div > div > p:last-of-type::after {
     position: absolute;
     content: '';
     width: 10px;
     height: 10px;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     right: 5%;
     margin-top: -3px;
}
/*表*/
#chart {
	background: linear-gradient(90deg,#fdecb5 0%,#fdecb5 50%,#d2de7b 50%,#d2de7b 100%);
	margin: 0;
	padding: 30px 0;
}
#chartBox {
    background: #fffdf8;
	margin: 0 30px;
	padding: 0 0 30px 0;
}
#chartBox h3 {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 30px 0 0 0;
}
#chartBox h3 span {
	padding: 0 30px 10px 30px;
    margin: 0;
	border-bottom: solid 1px #000;
}
/*カラー表*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#chartBox .cp_table {
	width: calc(100% - 60px);
	border-collapse: collapse;
	margin: 50px auto 0 auto;
	font-size: 16px;
	line-height: 1.5em;
}
#chartBox .cp_table p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.cp_table thead th {
	padding: 7px 15px 7px 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	background: #fffdf8;
	vertical-align: middle;
}
.table_raw4 thead tr:nth-of-type(2) {
	vertical-align: top;
}
.table_raw4 thead tr:nth-of-type(2) th:nth-child(odd) {
	border-right: 1px dashed #000;
}
.cp_table thead th:last-of-type {
	border-right: none;
}
.table_raw2 tbody th {
	padding: 25px 20px;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: middle;
	width: 18%;
	background: #f7f7f7;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.table_raw4 tbody th {
	padding: 25px 5px;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: middle;
	width: 18%;
	background: #f7f7f7;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.table_raw2 tbody td {
	padding: 25px 15px;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.table_raw4 tbody td {
	padding: 10px 10px;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.cp_table tbody tr td:last-of-type {
	border-right: none;
}
.cp_table .byYellow {
	background: linear-gradient(180deg,#fffdf8 0%,#fffdf8 50%,#fffbf1 50%,#fffbf1 100%);
}
.cp_table .byGreen {
	background: linear-gradient(180deg,#fffdf8 0%,#fffdf8 50%,#fafaeb 50%,#fafaeb 100%);
}
.table_raw2 thead th div img {
	width: 108px;
	margin-bottom: 5px;
}
.table_raw2 tbody tr td:first-of-type {
	background: #fffbf1;
}
.table_raw2 tbody tr td:nth-of-type(2) {
	background: #fafaeb;
}
.table_raw2 tbody tr td p span {
	font-size: 12px;
	line-height: 1.6em;
}
.table_raw4 thead th div img {
	width: 108px;
	margin-bottom: 5px;
}
.table_raw4 tbody tr td:first-of-type,
.table_raw4 tbody tr td:nth-of-type(2),
.table_raw4 tbody tr td:nth-of-type(3),
.table_raw4 tbody tr td:nth-of-type(4) {
	background: #fffbf1;
}
.table_raw4 tbody tr td:nth-of-type(5),
.table_raw4 tbody tr td:nth-of-type(6),
.table_raw4 tbody tr td:nth-of-type(7),
.table_raw4 tbody tr td:nth-of-type(8) {
	background: #fafaeb;
}
/*表のボタン*/
.cp_table tbody td p a {
	display: block;
	border-radius: 4px;
	padding: 3px 20px 2px 3px;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	line-height: 1.5em;       /*シルバーボタンの設定 */
	color: #000;
	background: #e9e9e9;
	border: solid 1px #000;
	white-space: nowrap;
}
.cp_table tbody td p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}
.cp_table tbody td p:nth-of-type(2) a {        /*ブラックボタンの設定 */
	color: #fff;
	background: #000;
	border: solid 1px #000
}
.cp_table tbody td p a::after { /*シルバーボタンの設定 */
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     border-top: solid 1px #000;
     border-right: solid 1px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     right: 10%;
     margin-top: -3px;
}
.cp_table tbody td p:nth-of-type(2) a::after { /*ブラックボタンの設定 */
     border-top: solid 1px #fff;
     border-right: solid 1px #fff;
}
.cp_table tbody td p:last-of-type a {
	margin-bottom: 0;
}
/*オプション*/
#exchange {
	background: linear-gradient(90deg,#fdecb5 0%,#fdecb5 50%,#d2de7b 50%,#d2de7b 100%);
	margin: 0;
	padding: 0 0 30px 0;
}
#exchangeBox {
    background: #fffdf8;
	margin: 0 30px;
	padding: 0 0 30px 0;
}
#exchangeBox h3 {
	font-size: 32px;
	line-height: 1.6em;
	font-weight: 700;
	color: #ec6c00;
	text-align: center;
	margin: 0;
	padding: 30px 0 10px 0;
}
#exchangeBox h3 span {
	padding: 0 35px 8px 35px;
	border-bottom: solid 1px #333;
}
#exchangeBox > p {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
}
#exchangeBox > div {
	width: calc(100% - 60px);
	border-collapse: collapse;
	border: solid 1px #333;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
#exchangeBox > div > div {
	width: 50%;
	text-align: center;
}
#exchangeBox > div > div:first-of-type {
	border-right: solid 1px #333;
}
#exchangeBox > div > div h4 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}
#exchangeBox > div > div h4 span {
	font-size: 16px;
	font-weight: normal;
}
#exchangeBox > div > div > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#exchangeBox > div > div > div > div {
	width: 50%;
}
#exchangeBox > div > div > div > div img {
	width: 80%;
}
#exchangeBox > div > div > div > div p {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
}
#exchangeBox > div > div > div > div p span {
	font-size: 12px;
}
/*表示面もご希望のお客様へ*/
#design {
	background: #fef0f0;
	padding: 40px 0 30px 0;
	/*下記を追記*/
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 0;
	margin-bottom: 0;
}
#designBox {
	max-width: 1140px;
    min-width: 960px;
	margin: 0 auto;
	padding: 0 30px 30px 30px;
}
#designBox h3 {
	font-size: 32px;
	line-height: 1.6em;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
}
#designBox h3 span {
	color: #c41c71;
}
#designBox > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#designBox > div > div:first-of-type {
	width: 46%;
}
#designBox > div > div:first-of-type img {
	width: 95%;
}
#designBox > div > div:nth-of-type(2) {
	width: 54%;
}
#designBox > div > div:nth-of-type(2) > p:first-of-type {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
}
#designBox > div > div:nth-of-type(2) > p:nth-of-type(2) {
	background: #fff;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	color: #c41c71;
	margin: 0;
	padding: 30px 0;
	border-radius: 10px;
	border: solid 1px #c41c71;
	text-align: center;
}