@import "/css/application_sp.css";
@import "/css/jquery.fileupload.css";
@import "/common/css/resp_sp.css";
 
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

/*******************************************************/

.respBreadcrumbs ol > li:before {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	content: ">" !important;
	vertical-align: middle;
	color: #999;
	font-weight: bold
}

.respBreadcrumbs .breadcrumbs ol li:first-child {
	margin-left: 6rem;
}

.onlyPC {display: inherit}

#enquete,
.contents {
	padding:10px;
	background-color:#fff;
	font-size: 1rem;
	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:0 0 1rem;
}

ul.notes li,
p.notes{
	font-size:0.9rem;
	text-indent:-0.9rem;
	padding-left:0.9rem;
}


ul.notes li:before,
p.notes::before {
	content: '※';
	margin-right: 0.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 em {
    color: #c00;
    font-style: normal;
}


.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 hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 2rem 0;
}


.contents .alert-box {
    border: 2px dotted #f00;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    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;
}

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



/*************************************************/

.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 p.notes{
	margin: 0 0.5rem;
}

.form-area h2{
	font-size:1rem;
	color:#fff;
	padding:4px 8px;
	background-color:#777;
}

.form-area dl h3 {
	font-size: 1rem;
	background: #fff;
	border: 1px dotted #999;
	border-radius: 6px;
	padding: 15px;
	margin:0 0.5rem 1rem;
	font-weight: bold;
}


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

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

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

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

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

.form-area dl dd {
	padding: 0 0 1rem 0;
	border-bottom:1px dotted #ccc;
	margin:0 0.5em 1em;
}

.form-area dl dd.nobd {
	border-bottom:none;
}

.form-area dl dd:last-child {
	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: 80%;
	max-width: 250px;
	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;
	padding: 4px;
}

.form-area dd.flex,
.form-area dd div.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.form-area dd label{
	margin:0 1rem 4px 0;
	padding: 4px;
	display: inline-block;
}

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


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

.form-area .fd-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

flex-direction: column;
}



.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.2rem;
	border-left:0;
	white-space:nowrap;
}

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

.form-area dl dt .q-num {
	display: inline-block;
	margin-right: 5px;
	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-bottom: 10px;
	padding-bottom: 10px;
}

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

span.ex {white-space:nowrap;}

/* ----- 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;
}


/*************************************************************************/
/* form */
/*************************************************************************/

.formArea {
	clear:both;
	margin:1.5em 0 !important;
}

.formArea * {
	text-decoration:none !important;
	font-size:1rem;
}

.formArea h2{
	text-align:center;
	font-weight:bold;
	color:#666;
	padding:0.5em 0;
	margin-top:1em;
	border-top:1px dotted #999;
}

.formArea h3{
	font-size:90%;
	color:#fff;
	padding:2px 8px;
	background-color:#777;
}

.formArea dl {
	margin-bottom: 1em;
	background: #f6f6f6;
	padding-top:1em;
}

.formArea dl dt {
	border-left: 4px solid #999;
	padding: 0 10px;
	margin: 0 0 0.5em 1em
}

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

.formArea dd label{
	margin:0 1rem 4px 0;
	padding: 4px;
}

.formArea dd label:first-child{
	margin-left:0 !important;
}

.formArea dl dd input[type="text"] ,
.formArea dl dd textarea {
	width: 80%;
	border-radius: 3px;
	padding:0.3rem;
	border:solid 1px #ccc;
	margin: 0 0.3rem 0.3rem 0;
}

.formArea dl dd .ex {
	display: block;
}

/*.formArea label{
	font-size:0.8rem;
	display:inline-block;
	line-height:1.2em;
	padding-bottom:0.5em;
	width:100%;
	line-height:1.2rem;
	font-size: 1rem;
	white-space: nowrap;
}*/

.formArea .col2 label{
	margin-bottom:0.5rem;
	vertical-align:top;
}

.formArea .col4 label{
	width:24%;
	margin-bottom:1rem;
}

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

.formArea .necessary{
	display:inline;
	font-size:85%;
	font-weight:bold;
	color:#d33;
	padding-left:0.2em;
	border-left:0;
}

.formArea input {font-weight:500;}

.formArea dl dd:last-child {border-bottom:none;}

.formArea dl dd textarea {
	width:70%;
	height:5em;
}

.formArea dt span,
.formArea dd span{
	color:#777;
	font-size:0.9em;
}

.formArea dl dd p {margin-bottom: 0.5em;}

.formArea dl dd .p-postal-code,
.formArea dl dd .p-region {
	width: 100px !important;
}

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

.btnArea {
	text-align:center;
	margin-bottom:2em;
}

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

.thanks{
	padding:1rem;
	margin:1em auto 1.5em auto;
	border:1px dashed #FFB500;
	background:#fffed0;
	box-sizing: border-box;
	font-size: 1rem;
}

.contents ul.links {
	margin:0 0 1rem 0;
    padding-left: 0;
}

.links li {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.links li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.links li i::after {
 	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #0D47A1;
}

.links li a {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; 
	margin-right:1em;
}
