@charset "utf-8";

/* ======================================================
 * dsd.css
====================================================== */

/* Layout
------------------------------------------------------ */
/* header */
#header {
	padding: 10px 0;
	background: #ffffff;
	border-bottom: solid 1px #bba689;
}
#header #headerContents {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 900px) {
#header #headerContents {
	width: 100%;
}
}
@media screen and (max-width: 480px) {
#header #headerContents {
	padding: 0 10px;
}
#header #headerContents .headerLodo {
	width: 20%;
}
}

/* main */
#main {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}
@media screen and (max-width: 900px) {
#main {
	width: 100%;
}
}

/* footer */
#footer {
	margin-top: 30px;
	padding: 15px 0;
	background-color: #f6f6f6;
}
#footer #footerContents {
	width: 900px;
	margin: 0 auto;
	font-size: 10px;
	font-size: 1.0rem;
}
#footer #footerContents .footerList {
	text-align: center;
	margin: 0 0 -5px 0;
	overflow: hidden;
}
#footer #footerContents .footerList li {
	display: inline-block;
	margin: 0 10px 5px 0;
}
#footer #footerContents .footerList li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	color: #333333;
}
#footer #footerContents .footerList li a:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	height: 9px;
	width: 11px;
	background: url(/pickup/tawara/threesteps/images/index_arr_ic02.png) no-repeat 0 0;
	-webkit-background-size: 9px 9px;
		 -moz-background-size: 9px 9px;
					background-size: 9px 9px;
}
#footer #footerContents .footerTxt01 {
	margin-top: 10px;
	text-align: center;
}
#footer #footerContents #copyright {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 900px) {
#footer #footerContents {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width: 480px) {
#footer #footerContents {
	padding: 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#footer #footerContents .footerList {
	text-align: left;
}
#footer #footerContents .footerList li {
	margin: 0;
	display: block;
}
#footer #footerContents .footerList li + li {
	margin-top: 5px;
}
#footer #footerContents .footerTxt01 {
	margin-top: 15px;
	padding: 0 20px;
}
}


/* Contents
------------------------------------------------------ */
/* heading */
.heading02 {
	position: relative;
	padding: 12px 0 10px 55px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
	background: url(/pickup/tawara/threesteps/images/index_bg01.png) repeat-x 0 100%;
}
.heading02 .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #0261ae;
	font-size: 46px;
	font-size: 4.6rem;
	font-style: italic;
}
.offBox .heading02 {
	background: url(/pickup/tawara/threesteps/images/index_bg01_off.png) repeat-x 0 100%;
}
.offBox .heading02 .num {
	color: #b7b7b7;
}
@media screen and (max-width: 480px) {
.heading02 {
	padding: 7px 0 7px 40px;
	font-size: 22px;
	font-size: 2.2rem;
	-webkit-background-size: 429px 1px;
		 -moz-background-size: 429px 1px;
					background-size: 429px 1px;
}
.heading02 .num {
	font-size: 32px;
	font-size: 3.2rem;
}
}

/* table */
.tableBoxWrap {
	position: relative;
	width: 783px;
	margin: 20px auto 0;
	padding: 89px 0 0 6px;
	background: url(/pickup/tawara/threesteps/images/pc_index_tx01.png) no-repeat 6px 6px;
}
.tableBoxWrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: -12px;
	left: 0;
	background: url(/pickup/tawara/threesteps/images/pc_index_tx03.png) no-repeat 0 0;
}
.tableBoxWrap:after {
	content: "";
	position: absolute;
	width: 39px;
	height: 100%;
	top: 0;
	left: -12px;
	background: url(/pickup/tawara/threesteps/images/pc_index_tx04.png) no-repeat 0 0;
}
.tableBoxWrap > .inner {
	padding-left: 137px;
	background: url(/pickup/tawara/threesteps/images/pc_index_tx02.png) no-repeat 0 10px;
}
.offBox .tableBoxWrap {
	background-image: url(/pickup/tawara/threesteps/images/pc_index_tx01_off.png);
}
.offBox .tableBoxWrap:before {
	top: -17px;
	background-image: url(/pickup/tawara/threesteps/images/pc_index_tx03_off.png);
}
.offBox .tableBoxWrap:after {
	left: -17px;
	background-image: url(/pickup/tawara/threesteps/images/pc_index_tx04_off.png);
}
.offBox .tableBoxWrap > .inner {
	background-image: url(/pickup/tawara/threesteps/images/pc_index_tx02_off.png);
}
.tableBoxWrap > .inner > .tableBox {
	width: 640px;
}
.onBox .tableBoxWrap > .inner > .tableBox th,
.onBox .tableBoxWrap > .inner > .tableBox td {
	border-top: solid 10px #f7f7f7;
	border-left: solid 10px #f7f7f7;
}
.onBox .tableBoxWrap > .inner > .tableBox .innerTable th,
.onBox .tableBoxWrap > .inner > .tableBox .innerTable td {
	border: none;
}
.onBox .tableBoxWrap > .inner > .tableBox .innerTable td {
	border-right: solid 6px #f7f7f7;
}
.onBox .tableBoxWrap > .inner > .tableBox .innerTable td + td {
	border-left: solid 6px #f7f7f7;
	border-right: none;
}
.offBox .tableBoxWrap > .inner > .tableBox th,
.offBox .tableBoxWrap > .inner > .tableBox td {
	border-top: solid 10px #ffffff;
	border-left: solid 10px #ffffff;
}
.offBox .tableBoxWrap > .inner > .tableBox .innerTable th,
.offBox .tableBoxWrap > .inner > .tableBox .innerTable td {
	border: none;
}
.offBox .tableBoxWrap > .inner > .tableBox .innerTable td {
	border-right: solid 6px #ffffff;
}
.offBox .tableBoxWrap > .inner > .tableBox .innerTable td + td {
	border-left: solid 6px #ffffff;
	border-right: none;
}
.tableBoxWrap input[type="radio"] {
	display: none;
}
.tableBoxWrap label:hover {
	cursor: pointer;
}
@media screen and (max-width: 900px) {
.tableBoxWrap {
	width: 100%;
	padding: 11% 0 0 0;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
		 -moz-background-size: 100% auto;
					background-size: 100% auto;
}
.tableBoxWrap:before {
	height: 18%;
	top: -3.5%;
	left: -0.6%;
	-webkit-background-size: 100% auto;
		 -moz-background-size: 100% auto;
					background-size: 100% auto;
}
.offBox .tableBoxWrap:before {
	top: -4.7%;
	left: -0.2%;
}
.tableBoxWrap:after {
	width: 5%;
	top: -0.5%;
	left: -2.2%;
	-webkit-background-size: auto 100%;
		 -moz-background-size: auto 100%;
					background-size: auto 100%;
}
.offBox .tableBoxWrap:after {
	top: -0.8%;
	left: -2.8%;
}
.tableBoxWrap > .inner {
	padding-left: 17.5%;
	-webkit-background-size: auto 100%;
		 -moz-background-size: auto 100%;
					background-size: auto 100%;
}
.tableBoxWrap > .inner > .tableBox {
	width: 100%;
	table-layout: fixed;
	background-position: 0 0;
}
.tableBoxWrap > .inner > .tableBox .innerTable {
	width: 100%;
	table-layout: fixed;
}
}
@media screen and (max-width: 480px) {
.tableBoxWrap {
	width: 100%;
	margin: 20px 0 0;
	padding: 15% 0 0 0;
	background: url(/pickup/tawara/threesteps/images/sp_index_tx01.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
		 -moz-background-size: 100% auto;
					background-size: 100% auto;
}
.tableBoxWrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: -3%;
	left: -1%;
	background: url(/pickup/tawara/threesteps/images/sp_index_tx03.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
		 -moz-background-size: 100% auto;
					background-size: 100% auto;
}
.tableBoxWrap:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top: -1%;
	left: -3%;
	background: url(/pickup/tawara/threesteps/images/sp_index_tx04.png) no-repeat 0 0;
	-webkit-background-size: auto 100%;
		 -moz-background-size: auto 100%;
					background-size: auto 100%;
}
.tableBoxWrap > .inner {
	padding-left: 15%;
	background: url(/pickup/tawara/threesteps/images/sp_index_tx02.png) no-repeat 0 0;
	-webkit-background-size: auto 100%;
		 -moz-background-size: auto 100%;
					background-size: auto 100%;
}
.offBox .tableBoxWrap {
	background-image: url(/pickup/tawara/threesteps/images/sp_index_tx01_off.png);
}
.offBox .tableBoxWrap:before {
	top: -3%;
	background-image: url(/pickup/tawara/threesteps/images/sp_index_tx03_off.png);
}
.offBox .tableBoxWrap:after {
	left: -3%;
	background-image: url(/pickup/tawara/threesteps/images/sp_index_tx04_off.png);
}
.offBox .tableBoxWrap > .inner {
	background-image: url(/pickup/tawara/threesteps/images/sp_index_tx02_off.png);
}
.tableBoxWrap > .inner > .tableBox,
.tableBoxWrap > .inner > .tableBox .innerTable {
	width: 100%;
	table-layout: fixed;
}
.tableBoxWrap > .inner > .tableBox td {
	width: 45%;
}
.tableBoxWrap > .inner > .tableBox td + td {
	width: 55%;
}
.tableBoxWrap > .inner > .tableBox .innerTable th,
.tableBoxWrap > .inner > .tableBox .innerTable td {
	width: 50%;
}
}


/* box */
.layoutBox01 {
	padding: 25px 50px;
	background: #fffde5;
}
.layoutBox02 {
	margin-top: 40px;
	padding: 0 20px;
}
.layoutBox01 > *:first-child,
.layoutBox02 > *:first-child {
	margin-top: 0 !important;
}
.layoutBox01.shadow {
	background: url(/pickup/tawara/threesteps/images/index_bg02.png) repeat-x 0 0 #fffde5;
}
.simuBlock {
	margin-top: 20px;
	padding: 0 20px;
	background: #ffffff;
}
.simuBlock > .simuBox {
	position: relative;
	padding-bottom: 70px;
	font-size: 15px;
	font-size: 1.5rem;
}
.simuBlock > .simuBox:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	height: 24px;
	width: 60px;
	margin-left: -30px;
	background: url(/pickup/tawara/threesteps/images/index_arr_ic01_off.png) no-repeat 0 0;
	-webkit-background-size: 60px 24px;
		 -moz-background-size: 60px 24px;
					background-size: 60px 24px;
}
.simuBlock > .simuBox.checked:before {
	background-image: url(/pickup/tawara/threesteps/images/index_arr_ic01.png);
}
.simuBlock > .simuBox:last-child {
	padding-bottom: 0;
}
.simuBlock > .simuBox:last-child:before {
	display: none;
}
.simuBlock > .simuBox .simuContents {
	padding: 20px 30px 35px;
	background-color: #f7f7f7;
}
.simuBlock > .simuBox .offBox .simuContents {
	color: #b7b7b7 !important;
	background-color: #ffffff;
}
.simuBlock > .simuBox .onBox {
	display: none;
}
.simuBlock > .simuBox .submitBtn.on {
	display: none;
}
.hiddenBox {
	display: none;
}
.resultWrap {
	margin-top: 20px;
	padding-top: 70px;
	background: url(/pickup/tawara/threesteps/images/index_arr_ic01.png) no-repeat 50% 20px;
	-webkit-background-size: 60px 24px;
		 -moz-background-size: 60px 24px;
					background-size: 60px 24px;
}
.resultBox {	
	padding: 30px 50px;
	background: #0261ae;
}
.resultBox .headline {
	color: #ffffff;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.2;
}
.resultBox .resultArea {
	margin-top: 30px;
	padding: 30px 10px;
	color: #0261ae;
	font-size: 45px;
	font-size: 4.5rem;
	text-align: center;
	line-height: 1.2;
	background: #ffffff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}
@media screen and (max-width: 480px) {
.layoutBox01 {
	padding: 20px 10px;
}
.layoutBox02 {
	margin-top: 20px;
	padding: 0 10px;
}
.simuBlock {
	margin-top: 15px;
	padding: 0;
}
.simuBlock > .simuBox {
	padding-bottom: 70px;
	font-size: 14px;
	font-size: 1.4rem;
}
.simuBlock > .simuBox .simuContents {
	padding: 20px 15px;
	background-color: #f7f7f7;
}
.resultBox {
	padding: 25px;
}
.resultBox .headline {
	font-size: 28px;
	font-size: 2.8rem;
}
.resultBox .resultArea {
	margin-top: 10px;
	padding: 25px 10px;
	font-size: 25px;
	font-size: 2.5rem;
}
}

/* list */
.btnList01 {
	margin-top: 30px;
}
.btnList01 > li {
	float: left;
}
.btnList01.col4 > li {
	width: 22.75%;
	margin-right: 3%;
}
.btnList01.col4 > li:nth-child(4n) {
	margin-right: 0;
}
.btnList01.col5 > li {
	width: 18%;
	margin-right: 2.5%;
}
.btnList01.col5 > li:nth-child(5n) {
	margin-right: 0;
}
.btnList01 > li label {
	display: block;
	cursor: pointer;
}
.btnList01 > li.checked label {
	cursor: inherit;
}
.btnList01 > li input[type="radio"] {
	display: none;
}
.btnList01 > li img {
	width: 100%;
	height: auto;
}
.noteList01 {
	margin-top: 15px;
}
.noteList01 > li {
	position: relative;
	padding-left: 1.2em;
}
.noteList01 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 480px) {
.btnList01 {
	margin-top: 15px;
}
.btnList01.col5 > li {
	width: 32%;
	margin-right: 2%;
}
.btnList01.col5 > li:nth-child(5n) {
	margin-right: 2%;
}
.btnList01.col5 > li:nth-child(3n) {
	margin-right: 0 !important;
}
.btnList01.col5 > li:nth-child(n+4) {
	margin-top: 10px;
}
.btnList01.col4 > li {
	width: 48%;
	margin-right: 4%;
}
.btnList01.col4 > li:nth-child(2n) {
	margin-right: 0 !important;
}
.btnList01.col4 > li:nth-child(4n) {
	margin-right: 4%;
}
.btnList01.col4 > li:nth-child(n+3) {
	margin-top: 10px;
}
}

/* button */
.submitBtn {
	margin-top: 40px;
	text-align: center;
}
.submitBtn > input,
.submitBtn > span {
	display: inline-block;
	padding: 20px 120px 17px;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}
.submitBtn > input {
	color: #ffffff;
	background: #f77e2e;
	border: none;
	border-bottom: solid 3px #d25706;
	cursor: pointer;
	-webkit-appearance: none;
					appearance: none;
}
.submitBtn > span {
	color: #ffffff;
	background-color: #bcbcbc;
	border: none;
	border-bottom: solid 3px #9a9999;
}
.closeBtn {
	margin-top: 50px;
	text-align: center;
}
.closeBtn a {
	display: inline-block;
	position: relative;
	padding: 12px 65px 10px 65px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #aaaaaa;
	line-height: 1.1;
	border-bottom: solid 2px #666666;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
}
.closeBtn a span {
	display: inline-block;
	padding-left: 22px;
	background: url(/pickup/tawara/threesteps/images/index_close_ic01.png) no-repeat 0 50%;
	-webkit-background-size: 15px 15px;
		 -moz-background-size: 15px 15px;
					background-size: 15px 15px;
}
@media screen and (min-width: 481px),print {
.submitBtn > input:hover {
	margin-top: 3px;
	border: none;
}
.closeBtn a:hover {
	margin-top: 2px;
	text-decoration: none;
	border-bottom: none;
}
}
@media screen and (max-width: 480px) {
.submitBtn {
	margin-top: 40px;
	padding: 0 25px;
	text-align: center;
}
.submitBtn > input,
.submitBtn > span {
	display: block;
	width: 100%;
	padding: 15px 10px 13px;
	font-size: 26px;
	font-size: 2.6rem;
}
.closeBtn a {
	padding: 10px 40px 8px 40px;
}
}

/* text */
.paragraph01 {
	margin-top: 0.6em;
}
.leadTxt01 {
	position: relative;
	margin-top: 15px;
	padding-left: 15px;
	color: #3e2400;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.leadTxt01:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	height: 10px;
	width: 10px;
	background-color: #3e2400;
}
@media screen and (max-width: 480px) {
.leadTxt01 {
	padding-left: 15px;
	color: #3e2400;
	font-size: 1.5rem;
}
.leadTxt01:before {
	top: 0.4em;
	height: 8px;
	width: 8px;
}
}


/* Clearfix
------------------------------------------------------ */
.btnList01:after {
	content: "";
	display: block;
	clear: both;
}
.btnList01 {
	zoom: 1;
}

