@charset "utf-8";
body{
line-height:1.7em;
font-size:1rem;
background: -moz-linear-gradient(right, #fff2da, #FFF);
background: -webkit-linear-gradient(right, #fff2da, #FFF);
background: linear-gradient(to left, #fff2da, #FFF);
}
.fm-questionpage{
/*	overflow-x: hidden;*/
}
.fm-enqueteout{
	margin-top: 0;
}

#topinfo.firstpage{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
#topinfo.firstpage:before{
	content: "";
	display: block;
	position: absolute;
	width:100vw;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: -20px;
  background: url("https://www.katsushikaku-premium.com/wp-content/themes/premium2024/images/header-bg.webp") top center repeat-x ;
    background-size: auto;
  background-size: cover;
	height: auto;
}
#topinfo:before{
	background: #e60012;
	content: "";
	display: block;
	position: absolute;
	height: 4rem;
	left:calc( 50% - 50vw);
	width:100vw;
	top: 0;
	bottom: 0;
	z-index: -1;
    background-size: auto;
  background-size: cover;
}

#topinfo h1{
	color: #fff;
}

#topinfo.firstpage figure{
	margin: 0 auto;
}

@media screen and (max-width: 799.98px) {
.d-none.d-sm-block{
	display: none;
	}
}
@media screen and (min-width: 800px) {
.d-none.d-sm-block{
display:block;
}
.d-sm-none{
display: none !important;
}	
	
#topinfo.firstpage:before{
	
left: calc( 50% - 50vw );
	}
}

.w100{
display:block;
    margin-left: auto;
    margin-right: auto;
}
.w100 img{
display:block;
width:100%;
height:auto;
margin:auto;
}

.fm-enquete{
    border: 1px solid #ccc;
}

h1{
font-size:1.3em;
line-height:1.6em;
}

#topinfo.firstpage .yoyaku-title{
	position: absolute;
	max-width: 800px;
	margin:0 auto;
	top: 0;
	left: 0;
	right: 0;
}

#topinfo.firstpage .yoyaku-norasuko{
	max-width: 1200px;
	margin: 0 auto;
}

.home-sitetitle{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*
.inbox{
background:#fff;
border:1px solid #ddd;
}
*/
table.fm-enquete td.fm-answer,
table.fm-enquete td.fm-verticalanswer{
	background: #fff;
}
.form_message{
    text-align: center;
    border: 2px solid red;
    padding: 1em;
}
.form_message .message-title{
    font-weight: bold;
}

div.acceptance{
    text-align: center;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.2em;
    margin-top: 2em;
}

div.acceptance .fm-input-selection-option  label{
    margin-left: 0.5em;
}


.red{
color:#EE1C1C;
font-weight:bold;
}

.blue{
color: #011AB9;
}


input,
select{
padding :0.4em 0.8em;
border-radius:4px;
}
.fm-input-selection-option{
	display: block;
    margin-bottom: 0.5em;
}




input[type="radio"]{
margin-right:0.4em;
}
input[type="checkbox"]{
font-size:1.3em;
}
.inputbox input[type="radio"] + br{
display:block;
margin-bottom:0.8em;
}
input[type="submit"][id^="wcf"], input#confirm,
input#wcf5start{
background-color:#F07305;
	border: 1px solid #fff;
	box-shadow: 0.2em 0.2em 0.3em rgba( 0,0,0,0.3);
}
input#wcf5start{
	width: 15em;
}
input[type="submit"]{
}



p.arrow.btn{
    text-align: center;
}
p.arrow.btn a{
font-size:1.3em;
background-color:#F07305;
    border: 1px solid #777;
    border-radius: 4px;
    padding: 20px 4em ;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    

}


@media screen and (max-width: 1199px) {
#topinfo.firstpage .yoyaku-title{
	max-width: 75%;
	}
}



@media screen and (min-width: 680px) {
}

@media screen and (max-width: 679px) {
}

body{
	position: relative;
}

/*
b.title + p{
margin:0.5em 0;
display:block;
}

.block + br{
display:none;
}

.block{
background:#fff;
border:2px solid #fff;
padding:0.5em;}
.inputbox{
margin-bottom:0.5em;
}
.block .block{
border:0;
padding-right:0;
padding-left:0;
}
*/