@charset "shift_jis";

/* ====================================================================

   Style Info: ブラウザスタイルのリセットと基本設定 
 
==================================================================== */

body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,form,input,textarea,select,iframe { margin:0; padding:0; } 

img { border:0; line-height: 1; margin: 0; padding: 0; } 

body { font-size:10.5pt; line-height:1.4em; } 

th,td { box-sizing: border-box; }

body {
	background:url(image/bg.gif) repeat left top;
	background-color:#ffe1eb;
	text-align:center;
	padding:30px 0 20px 0;
	color:#323232;
	}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    padding: .25em;
}
.w15 { width: 15% }
.w25 { width: 25% }
.w50 { width: 50%; }
.w100 { width: 100%; }

a:link { color:#f04673; }
a:visited { color:#f04673; }
a:hover { color:#ff81a9; text-decoration:none; }

/* --------------------------------------------
   block01
-------------------------------------------- */

#block01 p { padding:12px 24px 20px 24px; text-align:left; }
#block01 p span { color:#e13755; }
	

/* --------------------------------------------
   block02
-------------------------------------------- */

#block02 { background:url(image/block02_bg.gif) repeat-y left top; }

#block02 p { padding:0 24px 8px 24px; text-align:left; color:#fff; }
#block02 p span { font-weight:bold; color:#ffff66; }

#block02 td.box {
	background-color:#ffffcc;
	vertical-align:top;
	text-align:center;
	}

#block02 td.box table { margin:0 auto; text-align:left; }

#block02 td.box th {
	background:url(image/box_line.gif) no-repeat left bottom;
	padding:10px 0 8px 0;
	}
#block02 td.box th span { font-size:9pt; }

#block02 td.box td {
	background:url(image/box_line.gif) no-repeat left bottom;
	padding:10px 0 8px 0;
	font-size:10pt;
	}
#block02 td.box td span.size {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	background-color:#fa9600;
	font-weight:bold;
	color:#fff;
	padding:2px 6px;
	margin-bottom:4px;
	font-size:10pt;
	}
#block02 td.box td span { font-size:8pt;; }
#block02 td.box td b { color:#e13755; }
#block02 td.box td input { margin-right:3px; padding:1px; }

td.box_top {
    line-height: .9;
}
td.box_top img {
}


/* --------------------------------------------
   block03
-------------------------------------------- */

#block03 { 
	background:url(image/block02_bg.gif) repeat-y left top;
	padding-top:24px;
	}

#block03 td.box {
	background-color:#fff;
	text-align:center;
	}

#block03 .box p { padding:0 24px 12px 24px; text-align:left; }
#block03 .box span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	background-color:#e13755;
	color:#fff;
	padding:1px 6px;
	font-size:8pt;
	vertical-align:middle;
	}

#block03 .box p span { margin:0 8px 5px 0; }
#block03 .box th span { margin:0 0 5px 8px; font-weight:normal; }

#block03 .box table {
	width:782px;
	margin:0 auto 15px auto;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	text-align:left;
	}

#block03 .box table th { background-color:#f885a4; color:#fff; }
#block03 .box table td { background-color:#ffe1eb; }

#block03 .box table th,
#block03 .box table td { padding:10px; border-top:2px solid #fff; }

#block03 .box table td input { padding:1px; }
#block03 .box table td option { padding:1px 5px; }
#block03 .box table td textarea { width:100%; padding:1px; font-size:10.5pt; }


/* --------------------------------------------
   formthx
-------------------------------------------- */

#formthx p { padding:15px 50px 25px 50px; text-align:left; }
#formthx p b { color:#e13755; }


/* --------------------------------------------
   check
-------------------------------------------- */

#check { padding-bottom:25px; }

#check p { padding:20px 50px 15px 50px; }
#check b { color:#e13755; }

#check table {
	width:730px;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	}

#check th { background-color:#ffe1eb; color:#323232; text-align:left; }
#check th.md { background-color:#f885a4; color:#fff; text-align:center; }
#check th#line { border-right:1px solid #fff; }
#check td { background-color:#fff; }
#check th.er { background-color:#ffcede; color:#e13755; }

#check th,
#check td { padding:8px; border:1px solid #f885a4; }

#check input { padding:1px; }


/* --------------------------------------------
   home
-------------------------------------------- */

#home { padding-top:20px; font-weight:bold; }
#home img { vertical-align:middle; margin-right:10px; margin-bottom:5px; }

.pagetitle {
    width: 930px;
    margin: 48px auto 0;
}

.wrapper {
    width: 930px;
    margin: 0 auto 48px;
    padding: 36px;
    box-sizing: border-box;
    background-color: #fff;
    border: 25px solid #f87094;
    border-top: none;
}


/* -----------------------------------------------------------------------------
	確認画面
 -------------------------------------------------------------------------------*/

.confirm-title {
    color: #363636;
    font-size: 137.5%;
    text-align: center;
    margin-bottom: 1em;
}

.buylist-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 48px;
    border-collapse: collapse;
}
.buylist-table th,
.buylist-table td {
    padding: .75em;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #fa9600;
}
.buylist-table th {
    width: 80%;
    background-color: #ffffcc;
    text-align: left;
}
.buylist-table td {
    text-align: center;
}

.buyer-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 48px;
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 87.5%;
}
.buyer-table th,
.buyer-table td {
    padding: .75em;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #e13755;
}
.buyer-table th {
    width: 25%;
    color: #fff;
    background-color: #f885a4;
}
.buyer-table th span {
    display: inline-block;
}
.buyer-table td {
    background-color: #fff;
    text-align: left;
}



/* -----------------------------------------------------------------------------
	form
 -------------------------------------------------------------------------------*/
 
#mailform-layout {
}

#mailform-layout .item {
	position: relative;
}

#mailform-layout .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

#mailform-layout .item .answer {
	padding-left: 200px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	#mailform-layout .item .answer {
		padding-left: 0;
		padding-top: 40px;
	}
}

#mailform-layout .required {
	background-color: #ff4545;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	border-radius: 3px;
}

#mailform-layout ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mailform-alart {
	background-color: #e3fff2;
	border: 1px solid #bae4d1;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px !important;
	margin-bottom: 30px;
	text-align: center;
}

.mailform-alart.error {
	background-color: #ffffff;
	border: 2px solid #ff5353;
	color: #ff5353;
	font-weight: bold;
}

.mailform-setup-alart {
	background-color: #ffffff;
	border: 1px solid #ff5353;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px !important;
	margin-bottom: 30px;
	text-align: center;
	color: #ff5353;
}

.mailform-setup-alart strong {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}

.mailform-setup-alart p {
	margin: 0;
	padding: 0;
}

.mailform-box {
	background-color: #fff;
	padding: 30px !important;
	margin-bottom: 30px !important;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 50px;
    text-align: left;
}

.mailform-box .title {
	font-size: 24px;
	display: block;
	padding-bottom: 10px;
	color: #ED0537;
}

.mailform-box p {
	margin: 0 !important;
	padding: 0 !important;
}

.sentok {
	font-size: 32px;
	text-align: center;
	color: #ED0537;
    line-height: 1.4;
    margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
    .sentok {
        font-size: 26px;
    }
}

.add {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	width: 200px;
	height: 36px;
	margin-top: 5px;
}

.s_name {
	display: block;
	margin-bottom: 10px;
}

.button-limit {
	display: none !important;
}


/* submit-button */
.submit-button {
	text-align: center;
	padding-top: 20px;
}
.submit-button button {
	display: inline-block;
	margin-left: 20px;
	background-color: #ffffff;
	color: #e13755;
	font-weight: bold;
	border: 1px solid #e13755;
	border-radius: 5px;
	padding: 20px;
	padding-left: 35px;
	padding-right: 60px;
    font-size: 100%;
	text-indent: -15px;
	position: relative;
	transition: 0.2s;
}
.submit-button button.pageback {
	text-indent: 15px !important;
	padding-right: 35px !important;
    margin-left: 0;
}
@media screen and (max-width:460px) {
    .submit-button button {
        width: 240px;
        margin-bottom: 24px;
        margin-left: 0;
    }
    .submit-button button.pageback {
    }
}
.submit-button button:hover {
	background-color: #e13755;
	color: #ffffff;
    cursor: pointer;
}
.submit-button button:before {
	width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	right: 2px;
	top: 50%;
	transition: 0.2s;
}
.submit-button button:hover:before {
    background: #ffffff;
	right: 2px;
}
.submit-button button.pageback:before {
	right: inherit;
	left: 20px;
}
.submit-button button.pageback:hover:before {
    background: #ffffff;
    left: 20px;
}
.submit-button button:after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #e13755;
    border-right: 1px solid #e13755;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
		content: "";
		position: absolute;
		right: 24px;
		top: calc(50% + 1px);
		transition: 0.2s;
}
.submit-button button:hover:after {
	right: 21px;
}
.submit-button button.pageback:after {
	right: inherit;
	left: 21px;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	top: 25px;
}
.submit-button button.pageback:hover:after {
	right: inherit;
	left: 17px;
}

.totop {
    margin-top: 24px;
    font-size: 87.5%;
    text-align: center;
}


