@import "/css/v2/common.css";
@import "/css/v2/parts.css";
@import "/common/css/st_pages.css";
@import "/common/css/st_module.css";
@import "/common/css/resp_pc.css";

body {width: 950px; margin: 0 auto;}

#enquete,
.contents {
	padding:1rem 120px;
	background-color:#fff;
	font-size: 0.95rem;
	line-height: 1.4rem;
}

.title-area {
    text-align: center;
}
.title-area p {
    margin-bottom: 0.5rem;
}
.title-area h1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contents p {
	margin-bottom: 1rem;
}

.contents h2 {
	font-size: 1.4rem;
    font-weight: bold;
    margin: 2rem 0;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.contents h3 {
    border-left: 5px solid #c00;
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 7px;
    margin-bottom: 1rem;
}

.contents ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: disc;
}

.contents ul li{
    margin-bottom: 0.5rem;
    line-height: 1.4rem;
}

.contents ol {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: decimal;
}

.contents em {
    color: #c00;
    font-style: normal;
}

.contents .alert-box {
    border: 2px dotted #f00;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.contents .alert-box2 {
	border:1px dotted #33f;
	background-color:#edeeff;
	display:block;
	padding:10px;
	margin:1rem 0;
	text-align:center;
	font-weight:bold;
}

.contents p.index {
    margin: 0 0 0.5em 30px;
    font-weight: bold;
}
.contents ul.list {
    list-style-type: none;
    margin: 0;
}

ul.notes li:before,
p.notes::before {
	content: '※';
	margin-right: 0.1rem;
}

mark {
	 background: linear-gradient(transparent 60%, #ffff99 0%);
	font-weight: bold; 
}

.red {
	color: #f00;
}

.contents hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 2rem 0;
}


/* ----- Thanks ----- */
.thanks{
	width:680px;
	text-align:center;
	padding:1rem 5px;
	margin:1em auto 1.5em auto;
	border:1px dashed #FFB500;
	background:#fffed0;
	box-sizing: border-box;
	font-size: 0.9rem;
}

.contents ul.links {
	text-align: center;
    list-style-type: none;
    padding-left: 0;
}

/* ---------------------------
Form
---------------------------- */

.form-area{
	margin:1em 0;
}

.form-area * {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration:none;
}

.form-area h2{
	font-size:1rem;
	color:#fff;
	padding:8px;
	background-color:#777;
	/*text-align: center;*/
}

.form-area p{
	font-size:1rem;
	
}

.form-area dl {
	margin-bottom:1rem;
	background:#f6f6f6;
	padding-top:1rem;
}

.form-area dl h3 {
    font-size:  1.4rem; 
    font-weight:  normal;
    background-color: #dee6ff;
    padding:  10px;
    margin-bottom: 1rem;
	border-top: 1px solid #6e8ef5;
}


.form-area dl dt {
	border-left: 4px solid #999;
	padding-left: 10px;
	margin: 0 1rem 0.5rem 1rem;
	font-weight: bold;
	color: #444;
}

.form-area dl dt {
	text-indent: -4.4rem;
	padding-left: 0;
	border-left: none;
	margin-left: 5.4rem;
}

.form-area dl dt span {
	font-size: 0.8rem;
}

.form-area dl dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	padding: 0 0 1rem 1rem;
	border-bottom:1px dotted #ccc;
	margin:0 1rem 1rem;
}

.form-area dl dd.q {
	padding: 0 0 1rem 3rem;
}

.form-area dl dd:last-child,
.form-area dl dd.bd-none {
	border-bottom:none;
}

.form-area dl dd textarea {
	width:70%;
	height:5em;
}

.form-area dl dd input[type="text"] ,
.form-area dl dd textarea {
	width: 300px;
	border-radius: 3px;
	padding:0.3rem;
	font-size:1rem;
	border: 1px solid #999;
}

.form-area dl dd select {
	font-size:1rem;
	border: 1px solid #999;
}


.form-area dl dd .caption {
	flex-basis: 100%;
	margin-top: 0.8rem;
}

.form-area dd label {
	margin:0 0.8rem 4px 0;
	padding: 4px;
	white-space: nowrap;
	display: inline-block;
}

.form-area label:hover {background: #FEFFD2;}


.form-area dd label:first-child{
	margin-left:0;
}

.form-area label.no-wrap,
.form-area .no-wrap label {
	width: 100% !important;
	margin-left:0;
}

.form-area label input{
	margin-right:0.3em;
}

.form-area .necessary{
	display:inline;
	font-size:0.8rem;
	font-weight:bold;
	color:#d33;
	padding-left:0.2em;
	border-left:0;
	white-space:nowrap;
}

.form-area table { 
	border-collapse: collapse;
	border: 1px solid #aaa;
} 

.form-area table th,
.form-area table td { 
	border: 1px solid #aaa;
	padding:3px 5px;
} 

.form-area table th { 
	background:#ddd;
	text-align:center;
} 

.form-area table tr:nth-child(even) {
    background: #fff;
}

.form-area dt span,
.form-area dd span{
	color:#777;
	font-size:0.9rem;
}


.form-area dl dd .ex {
	margin-left: 10px;
}



.form-area dl dt .q-num {
	display: inline-block;
	margin-right: 0.4rem;
	background: #555;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	line-height: 1.4rem;
	vertical-align: middle;
	padding: 0 0.5rem;
	font-size: 1rem;
	font-family: Arial, Helvetica, "sans-serif";
	text-indent: 0;
	width: 4rem;
	box-sizing: border-box;
	text-align: center;
}

.form-area .sub-q {
	border: 1px dotted #999;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	margin-top: 10px;
}


.form-area .sub-q h4 {
	border-left: 4px solid #999;
	font-weight: bold;
	padding-left: 10px;
	margin: 0 0 10px 0;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.form-area .sub-q h4:first-of-type {
	border-top: none;
	padding-top: 0;
}

.form-area .sub-q div {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding:0 0 10px 1rem;
}

.form-area .sub-q div:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-area .fd-column {
	flex-direction: column;
}


.form-area dl dd h4 {
	margin: 0.5rem 0 0.2rem;
	font-weight: bold;
}

.form-area dl dd h4:first-child {
	border-top: none;
}


.form-area label.col3,
.form-area .col3 label{
	margin-left:0;
	margin-right:0;
	width:31%;
}

.form-area label.col2,
.form-area .col2 label{
	margin-left:0;
	margin-right:0;
	width:48%;
}

.form-area label.col4,
.form-area .col4 label{
	margin-left:0;
	margin-right:0;
	width:23%;
}


/* ----- btnArea ----- */
.btnArea{
	clear:both;
	text-align:center;
	padding:1em 0;
	margin:0;
}

.btnArea input {
	padding:5px 10px;
	font-size:1rem;
	width:7rem;
	margin:0 0.5em;
}

.btnArea p {
	margin-bottom: 1rem;
}


