@charset "utf-8";
/* CSS Document */
/*共通部分*/
html {
    overflow-y:scroll;
}

body {
	font-family: Hiragino Kaku Gothic Pro,Osaka,"メイリオ","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
	color: #333333;
	background: #FFF;
}

body, div, span, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, form, input, textarea,
p, table, tbody, th, td, pre {
    margin: 0;
    padding: 0;
}

table, tbody, th, td {
    border-spacing: 0;
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
}

img {
	display: block;
}

em, var {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
	text-decoration: underline;
}

a:link {
    color: #0066CC;
}

a:visited{
    color: #0066CC;
}

a:hover{
    color: #EB6000;
}

a:active{
    color: #EB6000;
}

/*button*/
a.btn,
input.btn {
	display: block;
	-webkit-appearance: none;
	margin: 0 auto;
	width: 300px;
	padding: 15px 0;
	font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: -1px -1px 0 #8d601d;
	text-align: center;
	background: #F59D1A;
	border-radius: 5px;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 5px #af7a2a;
	border-style: none;
	cursor: pointer;
}

a.btn.back,
input.btn.back {
	width: 120px;
	color: #333;
	background: #DFDFDF;
	box-shadow: 0 5px #B6B6B6;
	text-shadow: -1px -1px 0 #FFF;
}

a.btn:hover,
input.btn:hover {
	position: relative;
	top: 5px;
	box-shadow: none;
}


/*body*/
body{  
    margin: 0;  
}

/*header*/
#header {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	box-shadow:0px 0px 24px 7px rgba(0,0,0,0.09);
	-moz-box-shadow:0px 0px 24px 7px rgba(0,0,0,0.09);
	-webkit-box-shadow:0px 0px 24px 7px rgba(0,0,0,0.09);
	z-index: 10000;
}

#header #topbar {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0;
}

#header #topbar .logo {
}

#header #topbar .agency {
	float: right;
	width: 220px;
}

#header #topbar .agency p.corp {
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
}

#header #topbar .agency a.btn {
	padding: 6px 0;
	font-size: 16px;
}

#header #gnavi {
	padding: 10px 0;
	text-align: center;
	background: #F2F2F2;
	border-top: 1px solid #CCC;
}

#header #gnavi li {
	display: inline;
	margin-right: 25px;
	font-size: 16px;
}

#header #gnavi li a {
	text-decoration: none;
	color: #333;
}

#header #gnavi li a:hover {
	text-decoration: underline;
}

/*contents*/
#contents {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0;
}

#contents .topbar {
	margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#contents .topbar h1 {
	float: left;
	padding: 8px 0 8px 15px;
	font-size: 16px;
	border-left: 5px solid #FC576E;
	border-radius: 5px 0 0 5px;  
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

#contents .topbar ol.step {
	float: right;
	width: 170px;
	margin: 9px 15px 0 0;
	padding: 0 5px;
	text-align: center;
	background: #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 15px;  
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#contents .topbar ol.step li {
	display: inline;
	margin-right: 6px;
	color: #999;
	font-size: 13px;
}

#contents .topbar ol.step li:last-child {
	margin-right: 0;
}

#contents .topbar ol.step li.current {
	font-weight: bold;
	color: #1694CF;
}

#contents .topbar ol.step li span {
	margin-left: 6px;
	font-weight: normal;
	color: #BABABA;
}

#contents table.common {
	width: 700px;
	margin-bottom: 20px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#contents table.common th,
#contents table.common td {
	padding: 15px;
	font-size: 14px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#contents table.common th {
	width: 190px;
	text-align: left;
	background: #F7F1E6;
}

#contents table.common th span.nece {
	float: right;
	padding: 2px 4px;
	background: #FF4700;
	color: #FFF;
	font-size: 11px;
	border-radius: 3px;  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contents table.common th span.remarks {
	margin-left: 3px;
	font-size: 12px;
}

#contents table.common td p.error {
	clear: both;
	padding-top: 7px;
	font-size: 12px;
	color: #FF1700;
	font-weight: bold;
}

#contents table.product td.select {
	padding: 0;
}

#contents table.product td.select li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

#contents table.product td.select li:last-child {
	border-bottom: none;
}

#contents table.product td.select li div.check {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
	cursor: pointer;
}


#contents table.product td.select li .image {
	float: left;
	margin-right: 15px;
	width: 160px;
}

#contents table.product td.select li .image img {
	margin: 0 auto;
	max-width: 160px;
}

#contents table.product td.select li div.name {
	float: left;
	width: 275px;
	line-height: 1.8;
}

#contents table.product td.select li div.name p.company {
	font-size: 12px;
}

#contents table.product td.select li div.name p.name {
	font-size: 14px;
	font-weight: bold;
}

#contents table.product td.select li div.name p.formal {
	font-size: 10px;
}

#contents table.product td.select ul.mouse li,
#contents table.product td.select ul.mouse li .image,
#contents table.product td.select ul.mouse li div.name {
	cursor: pointer;	
}

#contents table.product td.select p.error {
	border-top: 1px solid #CCC;
	padding: 10px 15px;
}

#contents table.customer td input,
#contents table.customer td select,
#contents table.customer td textarea,
#contents table.customer td label {
	padding: 3px;
	font-size: 16px;
}

#contents table.customer td input,
#contents table.customer td select {
	background: #FFF;
	border: 1px solid #999;
}

#contents table.customer td input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

#contents table.customer td input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

#contents table.customer td input::-moz-placeholder {
    color: #999;
    font-weight: normal;
}

#contents table.customer td .part {
	float: left;
	position: relative;
	width: 124px;
	margin-right: 15px;
	padding-left: 45px;
}

#contents table.customer td .part span {
	position: absolute;
	top: 3px;
	left: 0;
}

#contents table.customer td.addtit {
	width: 6em;
	border-right: 1px dotted #CCC;
}

#contents table.customer td p.explain {
	margin-top: 7px;
	font-size: 10px;
	color: #666;
}

#contents table.customer td p.explain .blnak_link {
    text-decoration: underline;
    color: #3273dc;
}

#contents table.customer td p.explain .blnak_link::after {
    content: "";
    display: inline-flex;
    background-image: url(https://hoken-all.net/cont/include/base-form/img/blank_tab.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4em;
    height: 0.8em;
    margin: 0 0 0 0.2em;
}

#contents table.customer textarea[name="cust_remarks"] {
	width: 400px;
	height: 80px;
}

#contents table.customer input[name="last_name"],
#contents table.customer input[name="first_name"],
#contents table.customer input[name="last_kana"],
#contents table.customer input[name="first_kana"],
#contents table.customer input[name="address2"],
#contents table.customer input[name="address3"],
#contents table.customer textarea[name="cust_remarks"] {
	ime-mode: active;
}

#contents table.customer input[name="zipcode"],
#contents table.customer input[name="tel"],
#contents table.customer input[name="mail"] {
	ime-mode: disabled;
}

#contents table.customer.confirm td {
	font-size: 16px;
}

#contents p.message {
	margin-bottom: 20px;
	color: #666;
	text-align: center;
}

#contents p.message.error {
	padding: 10px;
	color: #FF0000;
	border: 1px solid #FF0000;
}

#contents p.message a {
	color: #666;
}

#contents #privacypolicy {
	width: 670px;
	padding: 15px;
	height: 150px;
	margin: 0 auto 20px;
	border: 1px solid #CCC;
	overflow-y: scroll;
}
#privacypolicy .ttlMedium {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}
#privacypolicy .ttlSmall {
    font-size: 16px;
    margin: 15px 0 5px;
	color: #023894;
}
#privacypolicy .ttlXsmall {
	font-size: 14px;
} 
#privacypolicy p:not(:last-child),
#privacypolicy ul:not(:last-child),
#privacypolicy ol:not(:last-child) {
    margin-bottom: 20px;
}
#privacypolicy p,
#privacypolicy ul,
#privacypolicy ol {
	font-size: 14px;
}
#privacypolicy ol {
	padding-left: 20px;
}
#privacypolicy ol > li {
    list-style-type: disc;
}
#privacypolicy .btnPdf {
    font-size: 14px;
    color: #d23d2a;
    margin-left: 15px;
    display: inline-block;
}
#privacypolicy .btnPdf::before {
    content: "";
    width: 18px;
    height: 19px;
    background: url(../img/i_pdf.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

#contents .registBtn {
	width: 300px;
	margin: 0 auto 25px;
}

#contents .registBtn.confirm {
	width: 435px;
}

#contents .registBtn.confirm input.back {
	float: left;
}

#contents .registBtn.confirm input.next {
	float: right;
}

#contents p.guard_text,
#contents p.doc_code {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
}

#contents p.doc_code {
	text-align: right;
}

#contents .thanksmessage {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.8;
}

#contents .thanksmessage p {
	margin-bottom: 20px;
	font-size: 16px;
}

/*footer*/
#footer {
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
}

#footer .inner {
	width: 970px;
	margin: 0 auto 20px;
}

#footer .inner .agency {
	float: left;
}

#footer .inner .agency .logo {
	width: 98px;
}

#footer .inner .agency .data {
	width: 362px;
}

#footer .inner .ins {
	float: right;
}

#footer .inner .corp {
	width: 475px;
	margin-bottom: 30px;
}

#footer .inner .corp p.tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#footer .inner .corp .logo {
	float: left;
}

#footer .inner .corp .data {
	float: right;
}

#footer .inner .corp .data p.name {
	font-size: 16px;
}

#footer .inner ul.ftlink {
	float: left;
	width: 500px;
}

#footer .inner ul.ftlink li {
	display: inline;
	font-size: 12px;
	margin-right: 10px;
}

#footer .inner ul.ftlink li a {
	color: #333;
}

#footer .inner p#copyright {
	float: right;
	width: 350px;
	font-size: 12px;
	text-align: right;
}

/*プレゼント選択 画像選択*/
/* ul.present_list,
ul.purpose_list{
	width: 443px;
} */
ul.purpose_list li {
    display: flex;
		width: calc((100% - (3 * 10px)) / 4);
}
ul.purpose_list::after {
    content: "";
    display: block;
    width: calc( (100% - (3 * 10px)) / 4 );
}
ul.purpose_list::before { 
    content: ""; 
    display: block; 
    width: calc( (100% - (3 * 10px)) / 4 );
    order: 1;
}

ul.purpose_list li label {
    width: 100%;
}

ul.purpose_list li .pho img {
	width: 40px;
	height: 40px;
}

ul.purpose_list li p {
	font-size: 12px;
	height: auto;
}

/*clearfix*/
.clearfix,
#header #topbar,
#contents .topbar,
#contents table.product td.select li,
#contents table.customer td,
#contents .registBtn,
#footer,
#footer .inner,
#footer .inner .corp {
	zoom: 1;
}

.clearfix:after,
#header #topbar:after,
#contents .topbar:after,
#contents table.product td.select li:after,
#contents table.customer td:after,
#contents .registBtn:after,
#footer:after,
#footer .inner:after,
#footer .inner .corp:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}


.form__holiday__box{
	margin: 1.2em 0;
	background-color:var(--c-border);
	padding: 24px;
	text-align: center;
}

.form__holiday__txt{
	font-weight: bold;
	margin-bottom: 1.4em;
}
.form__holiday__txt.-large{
	font-size: 1.2em;
}
.form__holiday__txt.-red{
	font-size: 1.2em;
	color: #fc576e;
}

.present_three_info {
	margin: 50px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #F24E35;
}

.present_three_info .strong {
	position: relative;
}

.present_three_info .strong::after {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFEB66;
	z-index: -1;
}

.present_three_comment {
	display: block;
	font-size: 20px;
	color: #333;
}