@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;max-width:95%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:0.9rem;
    color:#333333;
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="passwd"],
input[type="text"],
textarea,
select{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%) inset;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"]{
    -moz-appearance: textfield;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="passwd"]:focus,
input[type="text"]:focus,
textarea:focus{
	box-shadow: 0px 0px 10px 0px rgba(47,89,167,.6);
}
input[type="radio"], 
input[type="checkbox"] {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    margin-right: 0.5em;
    vertical-align: middle;
}
input[type="file"]{
    border:2px dashed #ccc;
    padding:6px;
    width:100%;
    box-sizing: border-box;
}

img {
    width: 100%;
}

em.ex {
    display: block;
    font-size:0.9em;
    opacity: 0.9;
}
.wrap {
    margin: 0 auto;
    width:100%;
    max-width: 500px;
    box-sizing: border-box;
}
.contents{
    padding:0 10px 20px;
    box-sizing: border-box;
}

.wrap h1{
    font-weight: bold;
    color:#fff;
    padding:15px;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    background:#752187;
	margin: 5px;border-radius:5px;
    /*グラデーション*/
/*
background: -moz-linear-gradient(left,#054838,#007d41 50%,#054838); 
background: -webkit-linear-gradient(left,#054838,#007d41 50%,#054838); 
background: linear-gradient(to right,#054838,#007d41 50%,#054838); 
*/
}
.wrap h1 span,
.wrap h1 em{
    display: block;
}
.wrap h1 span{
    font-size:1.4em;
    line-height: 1.4em;
    margin:0 0 5px;
	max-width: 13.6em;
	display: block;
	margin: 0 auto;
}


.form_list dl {
    margin:15px 0;
}
.form_list dl dt {
    background: #ccc;
    padding:12px;
}
.form_list dl dt strong{
    font-weight:bold;

}
.form_list dl dd {
padding:15px 10px;
}
span.hisu{
    display: inline-block;
    color:red;
    padding:0 0 0 8px;
    font-size:0.8em;
    font-weight: normal;
}

.doui{
    text-align: center;
    background: #eee;
    padding:20px ;
    box-sizing: border-box;
    border-radius:10px;
}
.doui p {
    font-size: 0.9em;
    padding:0 0 10px ;
}
.doui p strong{
    display: block;
    font-weight: bold;
    text-align: center;
}

.btn {
    text-align: center;
    padding:20px 10px;
}
.btn input {
    font-size:1.2rem;
    padding:8px 20px;
    background: #752187;
    color:#fff;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    
}
.btn input.back_btn {
    background:#efd3f2;
}

.file01 img {
    max-width: 350px;
}
.chk_radio_list {
    padding: 5px 10px;
    box-sizing: border-box;
}
.chk_radio_list label{
    display: inline-block;
    padding:3px 5px;
}

.error{
    color:red;
}
/*jQuery.validateのエラー出力*/
form label.error,
.chk_radio_list label label.error{
    display: block;
    background: #F4D9D9;
    padding:4px 10px;
    font-size:1rem;
    margin:3px 0;
}
form input.error{
    background: #F4D9D9;
}

.footer_p_s {
    padding-top:20px;
    font-size: 0.9em;
    text-align: center;
}


/*下部　個人情報入力枠*/
.input_detail {
    border:1px solid #752187;
    
    padding:10px;
    border-radius:4px;
    margin:10px 0 20px;
}
.input_detail .ex_title{
    color:#060606;
    font-weight:bold;
}

.logo {
    text-align: center;
    margin: 15px auto;
    border-top:1px solid #ccc;
    padding:15px 0;
}
.logo img{
    max-width:80px;
}


.gender dd label {
	display: inline-block;
	margin:0 25px 0 0;
}


/*アンケート追加 20241018*/
.ank{
    background: #ecd784;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
}
.ank h3{
    font-weight: bold;
    font-size: 18px;
}
.ank h3 strong{
    color: #cd1119;
    font-weight: bold;
}
.ank .w_box{
    background: #FFF;
    border-radius: 6px;
    padding: 12px;
    margin-top: 10px;
}
.ank h4{
    font-size: 16px;
    color: #cd1119;
    font-weight: bold;
    margin-bottom: 6px;
}
.ank p{
    text-align: left;
    color: #001f76;
}

.form_list dl.ank_dl dt{
    background: #ecd784;
}

/*************完了画面**************/
.comp_txt {
    padding:20px 10px;
}
.comp_txt h3{
    margin:10px auto 20px;
    font-weight:bold;
    text-align: center;
}
.comp_txt p{
    margin:0 0 0.5em;
}
.comp_txt .sitelink {
    text-align: center;
    margin:20px auto;
}
/*************上書き**************/
.form_list dl dt {
/*#EAEBDA */
    background:#efd3f2;
    border-radius: 4px;
}
input[type="email"], input[type="number"], input[type="tel"], input[type="passwd"], input[type="text"], textarea {
    border-color:#666;

}
.re_mail {
    margin-top:1em; 
}
/*リンク化無効するため　MR 20231003 ↓*/
.nolink {
    pointer-events: none;
	text-decoration-line: none;
}
/*リンク化無効するため　MR 20231003 ↑*/

