/* ****** default css ******* */
@charset "UTF-8";

/* *************************** */
/* ********* 基本設定 ******** */
/* *************************** */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
body{
	min-width:319px;
}
ul{
	list-style-type:none;
}
h1,h2,h3{
	font-weight: 400;
	line-height: 1.5em;
	word-break:keep-all;
}
#wrapper{
	visibility: hidden;
}
/* 初期ロードウェイトスピナー 変更しないことをおすすめ */
.prespinner {
	margin: auto;
	top: 20%;
	left:0;
	right:0;
	display: block;
	color: #f87e11;
	position:absolute;
}
#wait{
	position:fixed;
	width:100%;
	height:100%;
	background: #ffffff;
}
strong{
	color:red;
}
input:invalid {
	border-style: solid;
	border-color: red;
}
/* *************************** */
/* ********* 共通設定 ******** */
/* *************************** */
/* 共通するブロックデザイン */
.defaultBlock{
	display: block;
	width:80%;
	margin:10px auto;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #f87e11;
	max-width: 800px;
}
/* *************************** */
/* ******* カテゴリ戻る ***** */
/* *************************** */
.categoryBack {
	width: auto;
	margin: 0px auto -15px auto;
	padding: 10px;
}
.categoryBackBtn{
	text-decoration: none;
	width: 7em;
	padding: 10;
	color: #f87e11;
	border-style: none;
	font-size: 1em;
	font-weight: 400;
	cursor: pointer;
}
.arrow{
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.6em;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.categoryBackBtn::before{
	box-sizing: border-box;
	width: 1.5em;
	height: 1.5em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f87e11;
}
.categoryBackBtn::after{
	left: 0em;
	width: 1em;
	height: 1em;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}


/* *************************** */
/* ******* カテゴリ選択 ****** */
/* *************************** */
#catselarea{
	text-align: center;
	border:none;
}
#preMsg h2{
	font-weight: 600;
}
#preMsg ul{
	list-style-type: disc;
	margin: 0 1em;
}
#preMsg li{
	margin: 1em 0;
}
.catSelecterSelect {
	padding: 0.2em 0.8em;
	font-size: 1.5em;
	margin: 10px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	width: 100%;
}
.catSelecterSelect:focus {
	outline: none;
}

#catSelecterBtn a{
	width: 80%;
    font-size: 1.3em;
    border-style: solid;
    border-width: 1;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #f87e11;
    color: black;
    margin: 0.5em auto;
    font-weight: 900;
    word-break: keep-all;
}
#catSelecterBtn a:hover{
    background-color: #f87e11;
    color: #ffffff;
}

/* *************************** */
/* *******  FAQコーナー ****** */
/* *************************** */
#faqArea{
	background-color: #fff;
}

#faqHead{
    vertical-align: middle;
    width: 100%;
    position:relative;
}
#faqArea h2{
	font-weight: 600;
	margin-left: 20px;
}
#faqSearch{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#faqSearchBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 10px auto auto;
    height: 32px;
}
#faqSearch input{
	border-radius: 20px;
	border-style: solid;
	border-width: 1px;
	border-color:#f87e11;
	padding: 1.5px 1em;
	vertical-align: middle;
	height: 32px;
	background-color: #ffffff;
	font-size: 16px;
}
#faqSearch input:focus {
	outline: none;
}
#faqSearchInput {
	width:calc(100% - 4.5em);
	margin-left:1em;
	max-width: 250px;
}
#faqSearchBtn {
	font-family: FontAwesome;
	color:#f87e11;
	width:3em;
	margin-left:0.5em;
}
.faqItem {
    cursor: pointer;
    margin: 10px 0 0 0;
    border-style: solid;
    padding: 0.5em 1em;
    border-width: 1px;
    border-color:#f87e11;
    position: relative;
}
#faqDisplay .faqStg {
	background-color: #d0d0d0 !important;
}
#faqPointless {
	text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    background: #ffffff;
    word-break: keep-all;
}

.questionItem {
    border-style: solid;
    padding: 1em;
    border-width: 1px;
    font-weight: 600;
    font-size:1em;
}
.questionItem .fa{
    margin-right: 0.5em;
    font-size: 1em;
    vertical-align: middle;
}
.faq_answer_text{
    line-height:1.5em;
}
.answerItem {
    padding: 1em;
}
.answerItem img {
    max-width: 100%;
    height: auto;
}
.questionItem i.openbtn{
    animation: btnopen 0.2s ease 0s 1 normal none running;
    animation-fill-mode:forwards;
}
.questionItem i.closebtn{
    animation: btnclose 0.2s ease 0s 1 normal none running;
    animation-fill-mode:forwards;
}
.faqStgBatch {
    position: absolute;
    border-width: 3;
    border-style: double;
    top: -5;
    left: -5;
    border-color: red;
    background-color: #ffffff;
    padding: 3;
}
#faqArea iframe.youtube{
	width: 100%;
    max-width: 640;
	height:360;
}
@keyframes btnopen {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(90deg);}
}
@keyframes btnclose {
	0% {transform: rotate(90deg);}
	100% {transform: rotate(0deg);}
}
/* *************************** */
/* ********* 設問画面 ******** */
/* *************************** */
/* ヘッダーエリア */
#titlearea {
	text-align: center;
	border-style: none;
	border-bottom: 2px solid #d6d9db;
}
/* ヘッダーに表示するバナー画像 */
.head_banner {
	max-width: 780px;
	height: auto;
}
/* ヘッダーに表示するタイトル名 */
#title_name{
}
/* ヘッダーに表示するカテゴリ名 */
#category_name{
}
/* ヘッダーに表示する各カテゴリの注意事項 */
#category_notice{
	font-size: 0.8em;
	color: gray;
}
/* メイン設問エリア・送信完了表示にも使用する */
#mainarea{
	margin:0 auto;
}

/* 設問項目全体 */
.qlist{
	margin:20px;
}
/* 設問 すべての見出し的テキスト */
.qlabel{
	display: inline-block;
	margin: 0 10 0 0;
	font-weight:700;
}
/* 設問 テキスト系フォームの見出し */
.a_label_text , .label_select , .label_file{
	width: 40%;
}
/* 設問ごとの注意事項 */
li .item_notice{
	font-size: 0.7em;
	color: #b0b0b0;
}
/* 必須項目表示 */
li .required{
	--required-content:'\203B\5FC5\9808';
}
li .required:after{
	content:var(--required-content);
	font-size: 0.7em;
	color:red;
	margin: 0 0 0 10px;
}

/* 回答フィールドすべてに適用するクラス */
.qlist .answerfield {
    font-size: 1.1em;
    padding: 0.2em;
}
/* 回答フィールド テキスト系全般 */
.a_list_text .answerfield {
	width: 55%;
}
/* 回答フィールド 各input typeに対応 */
.list_text .answerfield{
}
.list_password .answerfield{
}
.list_email .answerfield{
}
/* 回答フィールド 複数行入力テキストエリア */
.list_textarea textarea{
	width: 100%;
	height: 5em;
}
/* 回答フィールド プルダウンメニュー */
.list_select .answerfield {
	width: 55%;
}
.list_checkbox .answerfield{
}
.list_checkbox label{
}
/* チェックボックス/ラジオボタンのフィールドセット */
legend.qlabel{
	display: block;
}
.qlist fieldset{
	padding: 10px;
	border-radius: 10px;
	border-color: #f87e11;
	border-style: solid;
	border-width: 1px;
}
.qlist fieldset label{
	white-space: nowrap;
	padding: 0 10px;
}
.qlist legend {
	margin: 0 0 0 20;
}
.answerfield > legend{
}
/* チェックボックス/ラジオボタンの個別の項目 */
.qlist .select_items{
	display: inline-block;
	margin: 0 10 0 0;
	width: 45%;
}
.select_items input{
	margin: 0 20px 0 0;
}

/* 設問をまとめたフィールドセット */
fieldset.rootfield{
	padding: 10px;
	border-radius: 10px;
	border-color: #f87e11;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 1em;
}
.rootfield > legend{
	margin: 0 0 -1em 1em;
	padding: 0 1em;
}

/* 回答フィールド 画像プレビュー */
.preview-thumbnail {
	max-width: calc(60% - 10px);
	padding: 0.2em;
	margin: 0.5em 0 0.5em calc(40% + 10px);
}
.preview-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	justify-content: center;
	z-index: 1000;
}
.preview {
	max-width: 80%;
	max-height: 80%;
	margin: auto;
}
.preview-load-wrapper {
	max-width: calc(60% - 10px);
	padding: 0.2em;
	margin: 0.5em 0 0.5em calc(40% + 10px);
	display: none;
	justify-content: center;
}

/* 回答フィールド エラーメッセージ */
.error-message {
	max-width: calc(60% - 10px);
	padding: 0.2em;
	margin: 0.5em 0 0.5em calc(40% + 10px);
	color: red;
	font-weight: bold;
}

#btnarea{
	text-align:center;
}
#mainarea .errorinput{
	background-color: pink;
}

/* FORM BTN */
button#presubmit {
	border-radius: 20px;
	text-decoration: none;
	width: 7em;
	padding: 10;
	background-color: #f87e11;
	border-style: none;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
}

button#presubmit:disabled {
	color: #fff;
	background-color: #aeaba9;
	cursor: not-allowed;
}

/* Back Area */
#backarea{
	text-align: center;
	width: 100%;
}
#backarea a.backbtn{
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	border-style: solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-color: #f87e11;
	color: #f87e11;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}
/* *************************** */
/* *****汎用messageエリア***** */
/* *************************** */
/* 背景shadow */
#msgbox{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.30);
	z-index:999;
}
/* メッセージフローティング */
#msgarea{
	position: relative;
	top: 80px;
	background-color: #fff;
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.4);
	max-width: 840px;
	word-break: break-all;
}
/* メッセージ見出し */
#msgarea h2{
	text-align: center;
	margin: 5px auto;
	border-style: none;
	border-bottom: 2px solid #d6d9db;
}
/* メッセージボタンエリア */
#msgbtns{
	text-align: center;
}

/* メッセージボタン */
#msgbtns a{
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 10 20;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-color: #f87e11;
	font-weight: 700;
	position: relative;
	width: 7em;
	bottom: 0.5em;
	color: #fff;
	background-color: #f87e11;
}
#msgbtns a.btn-cancel{
	color: #f87e11;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}
#msgbtns a.btn-default{
	color: #fff;
	background-color: #f87e11;
}
#msgarea a:hover{
	cursor: pointer;
}
/* *************************** */
/* ******* 事前確認画面  ***** */
/* *************************** */
.preAlert{
	padding: 20px;
}
.preAlert li{
	margin: 0 0 2em 0;
	word-break: break-all;
}
#policy_agree {
	margin: 10px 0;
	text-align: center;
}
.policy_agree_link{
    margin: 10px 0;
}
#msgbtns .policy_agree_ck{
}
#msgbtns  a.policy_agree_url{
    background-color: transparent;
    color: #000000;
    margin: auto 0.5em;
    padding: 0;
    display: inline;
    text-align: center;
    width: auto;
    bottom: 0px;
}
#msgbtns a.btn-default.disable{
	color: #fff;
	background-color: #aeaba9;
}
#msgarea a.disable:hover{
	cursor: default;
}
.policy_iframe{
	background-color: white;
	display: block;
	width: 100%;
	margin: 10px 0;
	height: 40vh;
	min-height: 300px;
}

/* *************************** */
/* ********* 確認画面 ******** */
/* *************************** */
/* 回答項目（行） */
.confirm_line{
	margin: 10px;
	background-color: #fef5dc;
	padding: 5px;
	overflow: auto;
}
/* 回答項目（ラベル） */
.confirm_label{
	font-weight: 700;
	float: left;
	clear: both;
	width: 40%;
}
/* 回答項目（内容） */
.confirm_body {
	display: inline-block;
	margin: 0 1em 0 1em;
}

/* 送信ウェイトスピナー 変更しないことをおすすめ */
.spinner{
	margin: 0 auto;
	display: block;
	color: white;
}
/* *************************** */
/* ********* 完了画面 ******** */
/* *************************** */
.resultMsgHeadArea {
	text-align: center;
	margin: 0 0 10px 0;
}
.resultMsgHead {
	font-weight: 700;
}
.resultMsgDetailArea {
	margin: 10px 5px;
    line-height: 2em;
}
.resultReplyDetailArea {
	margin: 10px 5px;
	line-height: 2em;
}
.resultMsgLineOp{
	margin: 5px 10px;
}
.resultError {
	color: red;
}
.result_head {
	font-weight: 700;
	display: inline-block;
}
.result_body {
    display: inline-block;
}
.resultMsgAdditional{
	font-size: 1em;
	margin: 10px 50px;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	/zoom:1;
}

/* *************************** */
/* *********  @media  ******** */
/* *************************** */
@media screen and ( max-width:645px ){
.defaultBlock{
	width:100%;
}
#titlearea{
	margin:0px;
	width:100%;
	padding:0;
	margin-bottom: 5px;
}
.head_banner{
	width:100%;
	margin: 0;
}
#category_notice{
	text-align: left;
	margin: 10px;
}
#mainarea{
	margin:0px;
	width:100%;
	margin-bottom: 5px;
}
.qlabel{
	width: auto;
}
.qlist{
	margin:0px;
	padding:10px;
}
.qlist .select_items {
	width: auto;
}
.qlist .answerfield {
	width: 100%;
}
.list_select .answerfield {
	width: 90%;
}
#msgarea{
	width: 90%;
	top:20px
}
#msgarea .confirm {
	word-break: break-all;
}
.confirm_label{
	width: 100%;
}
.categoryBack {
	margin: 0;
	padding: 10px;
}
#faqSearchInput{
    max-width: 70px;
}
#faqSearch input{
    margin-left: 0;
}
#faqArea iframe.youtube{
	width: 100%;
    max-width: 475;
	height:267;
}
.preview-thumbnail {
	max-width: 100%;
	margin: 0.5em 0;
}
.preview-load-wrapper {
	max-width: 100%;
	margin: 0.5em 0;
}
.error-message {
	max-width: 100%;
	margin: 0.5em 0;
}
}
@media screen and (max-width:480px) {
	#msgarea{
		width: 98%;
    	top: 5px;
	}
	.preAlert {
	    padding: 2px;
	}
}

/* fukuta */
.categoryFaq {
width: 90%;
margin: 0 auto 10px 36px;

}

.categoryFaq.active {
display: block;
}

.faqCategory {
width: 100%;
min-height: 25px;
border: solid 1px #000000;
background-color: #c0c0c0;
margin: 5px 0 5px 0;
}

.categoryName .fa {
margin-right: 0.5em;
font-size: 1em;
vertical-align: middle;
}

.categoryName {
cursor: pointer;
padding: 5px;
}