<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================
recetCSS
============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 90%;
	line-height : 1.8;
	background : #f3f5f6;
}
.fm-enqueteout {
	width: 960px;
	margin: 50px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
}
.fm-enqueteout h1 {
    text-align: center;
    font-size: 25px;
    padding: 10px 0 0;
    border-bottom: 5px solid #ccc;
    width: 406px;
    margin: 0 auto;
}
.forItem {
	width: 700px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}
.forItem span {
	display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px;
    font-size: 17px;
}
.forItem a {
    display: block;
    text-align: center;
    background: #9E9E9E;
    width: 300px;
    margin: 10px auto 0;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}
.fm-enquete {
	width: 90%;
	margin: 10px auto 0;
	overflow: hidden;
    border-collapse: unset;
    border-style: unset;
}
.fm-question {
    clear: both;
	width: 30%;
    float: left;
    border-top: 1px solid #cccccc;
    padding: 25px 0 15px;
    overflow: hidden;
    line-height: 30px;
}


#question-1,#answer-1 {
	border: none;
}
#question-8 div {
	padding: 13px 0 0;
}
.fm-answer {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 20px 0 15px 5%;
	font-size: 20px;
}

.text_1_text,.text_2_text,.text_3_text,.text_4_text,.text_5_text,.text_6_text,.email_7_text,.email_7_confirm,.text_9_text,.zip_13_left,.zip_13_right,
.text_16_text,.text_15_text,.text_10_text,.text_11_text,.text_12_text {
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
	width: 100%;
	font-size: 14px;
}
#create_wcdbcstart_select_14 {
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    padding: 2px 2%;
    font-size: 20px;
}
#create_wcdbcstart_searchAddr_zip_13 {
    background: #ccc;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 15px;
}

.text_1_text,.text_2_text,.text_3_text,.text_4_text,.text_9_text,.text_16_text,.text_15_text,.text_10_text,.text_11_text,.text_12_text {
	width: 60%;
}

.text_5_text,.text_6_text {
	width: 30%;
}
#create_wcdbcstart_textarea_8 {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

#create_wcdbcstart,#create_wcdbcconfirm,#rewind_create_wcdbcconfirm {
	display: inline-block;
	width: 30%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	background-color: #213783;
	color: #fff;
	font-size: 18px;
	padding-top: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	border: none;
	margin-bottom: 25px!important;
}
#create_wcdbcstart:hover {
  background-color: #D12E1F;
}

div#thanks{
	margin : 50px auto;
	padding : 30px 0;
}
div#thanks h1,
div#thanks h2{
	width : 90%;
	margin : 0 auto;
	font-size : 135%;
	font-weight : bold;
	border-bottom : 1px solid #454545;
    text-align: center;
}
div#thanks h2{
	margin-top : 3em;
}
div#thanks .modoruBtn, div#thanks p {
	width : 90%;
	margin : 0 auto;
	margin-top : 2em;
    text-align: center;
}
div#thanks .modoruBtn a {
    color: #ffffff;
    text-decoration: none;
    background: #3F51B5;
    padding: 10px 10px;
    border-radius: 10px;
    display: block;
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.forItem {
		width: 95%;
		margin: 0 auto;
		font-size: 1em;
		line-height: 1.2em;
	}
	.forItem span {
	    font-size: 1.2em;
	    line-height: 1.2em;
	}
	.forItem a {
	    width: 80%;
	}
	.fm-enqueteout {
	    width: 95%;
	}
	.fm-enqueteout h1 {
	    font-size: 1.5em;
	    width: 90%;
	}
	.fm-enquete {
		width: 95%;
	}
	.fm-question {
	    display: block;
	    width: 100%;
	    padding: 10px 0 0;
	    font-size: 0.8em;
        line-height: 1.5em;
        font-weight: bold;
	}
	.fm-answer {
	    display: block;
	    width: 100%;
	    border-top: none;
	    padding: 0 0 10px;
	}
	#question-8 div {
		padding: 0;
	}
	.text_1_text,.text_2_text,.text_3_text,.text_4_text,.text_5_text,.text_6_text,.text_9_text {
		width: 90%;
	}
	#create_wcdbcstart {
	    width: 80%;
	}
	.text_1_text, .text_2_text, .text_3_text, .text_4_text, .text_5_text, .text_6_text, .email_7_text, .email_7_confirm, #create_wcdbcstart_textarea_8 {
	    width: 95%;
	    max-width: 100%;
	}
	#create_wcdbcstart_select_14 {
    	font-size: 0.7em;
	}
	div#thanks h1 {
	    width: 100%;
	    font-size: 1.2em;
	    line-height: 1.5em;
	    padding-bottom: 10px;
	}
	div#thanks .modoruBtn, div#thanks p {
		width: 100%;
	    font-size: 1em;
	    line-height: 1.5em;
	}
	div#thanks .modoruBtn a {
		display: block;
	    padding: 15px 5%;
	    font-size: 0.9em;
	    width: 70%;
	}
}</pre></body></html>