@charset "utf-8";

/* input一括設定 */
input {
    border: solid 1px #808080;
}
button {
    border: none;
}
:focus {
    outline: none;
}

/* 回答ページ・一覧ページ index.php, admin/list/index.php
---------------------------------------------------------------------------*/
/* ヘッダー */
.headerTopic {
    float: right;
    margin: 15px 10px 0 0;
}

.headerTopic li {
    padding: 0 10px;
    display: inline-block;
}

.headerTopic a {
    text-decoration: none;
    color: #fff;
}

.headerMain {
    height: 60px;
    background-color: #6a4e16;
}

/* ヘッダーのロゴ装飾 */
.headerLogo {
    width: 260px;
    height: 35px;
    margin: 10px 0 0 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #6a4e16;
    text-align: center;
    border: 3px solid;
}

.headerLogo_a {
    display: block;
    width: 260px;
    height: 35px;
    float: left;
}

/* 検索窓全体の設定 */
.search {
    padding: 5px;
    margin: 15px auto 10px auto;
    text-align: center;
}

/* 検索窓のテキスト部分の装飾 */
.search input[type="text"] {
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

/* 検索窓の見出し装飾 */
.search_title {
    color: #858787;
    background-color: #fefefe;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
}

/* 検索窓の検索開始ボタンの装飾 */
.searchButton {
    width: 63px;
    border-radius: 10px;
    font-size: 22px;
    background-color: #6a4e16;
    color: #fff;
    margin: 10px;
    cursor: pointer;
}

button.searchButton:hover {
    border-radius: 10px;
    background-color: #e4ded1;
    color: #6a4e16;
}

.answer_area {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

/* トップの見出し文字の装飾 */
.confirm {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #6a4e16;
    width: 80%;
    height: 78px;
    margin: 0 auto;
    padding-top: 20px;
}

.key_image2 {
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    padding-top: 50px;
}

h1 {
    text-align: center;
    padding: 20px 0;
    max-width: 1050px;
    margin: 0 auto;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

.q-head h4 {
    background-color: #6a4e16;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    margin: 5px auto;
    vertical-align: text-bottom;
}

.a-head h4 {
    background-color: #78a85b;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

h5 {
    padding: 3px;
    margin: 0 5px;
    padding-left: 10px;
    background-color: #c9b26f;
    color: #fff;
}

h6 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #edcf8f;
    color: #6a4e16;
}

.a-head　.int_input input[type="text"] {
	width: 200px;
}

/* 注意点の装飾 */
.dsc_info {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    color: #6a4e16;
    background-color: #fdfdf0;
    padding-left: 1em;
}

.form_contents .dsc_info {
    padding: 7px 10px;
    margin: 5px 0;
    color: #8c8c8c;
    background-color: #f6f4de;
    font-size: 13px;
    line-height: 16px;
    border: none;
    border-radius: unset;
}

.red_dsc li, 
.form_contents .red_dsc,
form .red_dsc {
    color: #c90808;
    font-weight: bold;
}

/* 必須の装飾 */
.reqkome {
    color: #ffffff;
    font-weight: bold;
    margin-left: 1em;
    font-size: 10px;
    background: #f00;
    padding: 2px;
}

/* 成功・削除の設定 */
.caution {
    background-color: #fbdddd;
    color: #e02929;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px 20px 0;
    padding: 10px;
    padding-left: 20px;
}

/* エラー ----------------------------*/
.error_zone {
    background-color: #ffdfdf;
    color: #a94c4c;
    margin: 10px 10px 0;
    padding: 10px 20px;
}

.top_back {
    background-color: #efb8b8;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin: 50px auto;
    color: #fff;
    border-radius: 5px;
}

.top_back:hover {
    background-color: #f35252;
    border-radius: 5px;
}


/* 一覧ページのページネーション ----------------------------*/
.pager {
    padding: 10px;
    text-align: center;
}

.pager li {
    width: 30px;
    background-color: #c5bf9e;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
}

.pager a {
    color: #fff;
    display: block;
    padding: 5px;
}

.pager .now {
    background-color: #6a4e16;
}

.pager .nami {
    background: unset;
}

/* テキスト入力装飾 ----------------------------*/
.a-head input[type="text"] {
    width: 97%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

.developer input[name=developer1], .developer input[name=developer2] {
    width: 170px;
}

.zip input[type="text"] {
    width: 10%;
}

/* メールアドレス入力装飾 ----------------------------*/
.a-head input[type="email"] {
    width: 98%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

/* URL入力装飾 ----------------------------*/
.a-head input[type="url"] {
    width: 98%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

/* 電話番号入力装飾 ----------------------------*/
.a-head input[type="tel"] {
    width: 98%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

/* 日付入力装飾 ----------------------------*/
.candidate {
    width: 98%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

/* プルダウン装飾 ----------------------------*/
select {
    font-size: 16px;
    height: 30px;
}

textarea {
    width: 900px;
    height: 300px;
    padding: 10px;
    font-size: 15px;
    border-color: #9a9a9a;
    border-radius: 5px;
    margin: 5px;
}

/* 回答ページのボタン ----------------------------*/
.container input[type="radio"],
.container input[type="checkbox"] {
    display: none;
}

.radio_club,
.check_club {
    display: flex;
    flex-wrap: wrap;
}

.switch4 {
    display: block;
    text-align: center;
    font-size: 14px;
    width: 145px;
    height: 22px;
    background-color: #e4ded1;
    color: #6a4e16;
    margin: 1px;
    padding: 5px;
    cursor: pointer;
}

.switch4:hover {
    color: #6a4e16;
    background-color: #e5ef99;
}

.btn_long {
    width: 250px;
}

.btn_long2 {
    width: 450px;
}

.radio_club input[type="radio"]:checked + .switch4,
.check_club input[type="checkbox"]:checked + .switch4 {
    background-color: #c5df41;
}

/* ゴミ箱マーク*/
.gomibako {
    width: 15px;
    height: auto;
    background: unset;
    margin: 0;
    padding: 0;
    margin-left: 0.5em;
}

.gomibako img {
    width: 100%;
}

/* 上に戻るボタンの装飾 ----------------------------*/
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #f88c05;
    opacity: 0.8;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* ボタン装飾
---------------------------------------------------------------------------*/
button {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #166a4e;
    color: #ffffff;
    margin: 20px;
}

button:hover {
    color: #fff;
    background-color: #98b6ac;
    border-radius: 5px;
}

/* スタートボタン ----------------------------*/
.start_button a {
    color: #222b77;
    font-weight: bold;
    display: block;
    height: 50px;
    padding-top: 12px;
}

.start_button a:hover {
    color: #b8d3ef;
    background-color: #2d3dbd;
    border-radius: 5px;
}

/* 1カラムボタン ----------------------------*/
.button_area1 {
    width: 321px;
    margin: 0 auto;
    text-align: center;
}

/* 2カラムボタン ----------------------------*/
.button_area2 {
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

/* 3カラムボタン ----------------------------*/
.button_area3 {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

/* 4カラムボタン ----------------------------*/
.button_area4 {
    width: 961px;
    margin: 0 auto;
    text-align: center;
}

.button_area4 button {
    width: 200px;
}

/* 5カラムボタン ----------------------------*/
.button_area5 {
    width: 951px;
    margin: 0 auto;
    text-align: center;
}

.button_area5 button {
    width: 150px;
}

.no {
    background-color: #6a164e;
}

.two {
    background-color: #32166a;
}

button.no:hover {
    color: #fff;
    background-color: #b493a9;
    border-radius: 5px;
}

button.two:hover {
    color: #fff;
    background-color: #b6abcb;
    border-radius: 5px;
}

.csv_btn {
    text-align: center;
}

.csv_btn form{
    display: block;
}

/* テーブルの見出し部分全体の設定 */
.admin_table th {
    background-color: #6a4e16;
    border: 1px solid #dedede;
    font-weight: normal;
    color: #fefefe;
    padding: 17px 5px;
    font-size: 11px;
    box-sizing: border-box;
    height: 52px;
}

/* テーブルの見出し設定（No） */
th.number {
    width: 50px;
}

/* テーブルの見出し設定（営業担当） */
th.sales {
    width: 85px;
}

/* テーブルの見出し設定（契約者名） */
th.agreement {
    width: auto;
}

/* テーブルの見出し設定（回答日時） */
th.answerDate {
    width: 130px;
}

/* テーブルの見出し設定（詳細） */
th.inDetail {
    width: 70px;
}

/* テーブルの見出し設定（ダウンロード） */
th.download {
    width: 90px;
}

.admin_table tr:hover td {
    background-color: #f5f3ee;
}

/* テーブルの内容部分の設定 */
.admin_table td {
    background-color: #ffffff;
    border: 1px solid #ababab;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    box-sizing: border-box;
    
}

.admin_table .comp {
    background-color: #ddef7f;
}

/* 詳細の確認とダウンロードボタンの装飾 */
button.details {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 12px;
    background-color: #c9b26f;
    color: #fff;
    margin: 0;
}

button.details:hover {
    border-radius: 5px;
    background-color: #e4ded1;
    color: #6a4e16;
}

/* 一覧へ遷移する際のボタンの装飾 */
.listButton {
    width: auto;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    float: right;
    margin: 5px;
    background-color: #88deca;
    color: #ffffff;
    border: 1px solid #bababa;
    cursor: pointer;
    font-size: 14px;
    height: auto;
}

.listButton:hover {
    border-radius: 10px;
    background-color: #10b98a;
}

/* その他
---------------------------------------------------------------------------*/
.grayout {
    background: #bdc3c7 !important;
    color: #869198 !important;
}

.developer input[type="text"] {
    width: 200px;
}

/* 確認画面 confirm/index.php
---------------------------------------------------------------------------*/
/* 管理画面トップの見出し文字の装飾 */
.confirm2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #6a4e16;
    width: 99%;
    height: 78px;
    margin: 30px auto 0 auto;
    padding-top: 20px;
}

/* 大設問入力内容全体の装飾 */
.contents_area {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

/* 入力内容の大設問と回答セットの装飾 */
.input_contents {
    width: 100%;
    background-color: #fff;
}

/* 入力内容の大設問見出し装飾 */
.contents_area h4 {
    background-color: #6a4e16;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

/* 回答内容反映部分の装飾 */
.replication {
    padding: 5px;
    padding-left: 15px;
}

.replication li:nth-child(even) {
    border-bottom: 3px solid #e0e0e0;
}

.replication li:nth-child(odd) {
    border-bottom: 3px solid #c8e6f5;
}

::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-track {
    background: #e6e6e6;
    border: none;
    border-radius: 10px;
/*  box-shadow: inset 0 0 2px #777; */
}
::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
    box-shadow: none;
}

/* 未入力の装飾 */
.noanswer {
    background-color: #a7a4a4;
    color: #cecece;
}

.req_noanswer {
    background-color: #a7a4a4;
    color: #cecece;
    border: 3px solid #d82020;
}

/* ポップアップ ----------------------------*/
.memo_but_outer {
    text-align: right;
}

.memo_button {
    width: 120px;
    height: 22px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #e4ded1;
    color: #6a4e16;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.memo_button:hover {
    color: #fff;
    background-color: #6a4e16;
}

.memo_input {
    margin-right: 5px;
    float: right;
}

.memo_input:hover {
    background-color: #3F2E0D;
}

.modal_back {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.modal_memo {
    background-color: #d8d1e4;
    width: 800px;
    height: 550px;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
}

.modal_textarea {
    width: 96%;
    height: 300px;
    padding: 1.3%;
    font-size: 15px;
    border-color: #777; 
    border-radius: 5px;
}

/* ポップアップ表示後 */
.open {
    opacity: 1;
    visibility: inherit;
}

/* クローズボタン */ 
.modal_close {
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 25px;
    cursor: pointer;
}

.modal_save {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #e4ded1;
    color: #6a4e16;
    margin: 45px 0 0 0;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.modal_save:hover {
    background-color: #6a4e16;
}

/* メモ表示 */
.memo_title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 3%;
}

.memo_area {
    background-color: #d8d1e4;
    width: 100%;
    height: 50%;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
}

.memo_mt0 .memo_area {
    margin-top: 0;
}

.memo_inner {
    width: 100%;
    padding: 10px;
}

.memo_dotted {
    height: 100%;
    line-height: 25px;
    background-position: 0px 8px;
    background-size: 8px 25px;
    background-repeat: repeat;
    background-image: radial-gradient(circle farthest-side, #bab9b9, #bab9b9 10%, transparent 10%, transparent);
    overflow-wrap: break-word;
}

/* コメント */
.total_memo {
    margin-top: 30px;
    height: 50%;
}

.contents_area .total_memo .total_memo_ttl {
    border-radius: 10px 10px 0 0;
    background-color: #6a4e16;
    color: #fff;
}

.total_memo_btn {
    background-color: #6a4e16;
    color: #fff;
}

.total_memo_btn:hover {
    background-color: #cfc5ae;
    color: #6a4e16;
}

.contents_area .total_memo h4 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    background-color: #e4ded1;
    color: #6a4e16;
}

.total_memo .memo_area {
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
}

/* ステイタスの装飾 */
.modalButtonArea2 {
    position: relative;
}

/* モーダルの編集画面ボタン装飾 */
.editButton {
    background-color: #32166a;
}

.editButton:hover {
    background-color: #b6abcb;
    border-radius: 5px;
}

.submitted_icon {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin: 20px;
    background-color: #166a4e;
    text-align: center;
    line-height: 45px;
}

.modalButtonArea2 .editButton,
.modalButtonArea2 .submitted_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

/* 修正ボタンの配置 */
.update {
    text-align: center;
    margin: 0 auto;
}

/* サンキュー画面の設定 confirm/submit/index.php
---------------------------------------------------------------------------*/
.thanks_area {
    margin: 20px auto;
    width: 90%;
    max-width: 750px;
    font-size: 16px;
    padding: 20px;
}

.thanks_area h3 {
    padding-bottom: 12px;
}

.close_comment {
    color: #166a4e;
    background-color: #e7f3ef;
}

.middle_comment {
    color: #32166a;
    background-color: #eae6f1;
}

/* ログイン画面 admin/login.php, login.php, 
---------------------------------------------------------------------------*/
.login_body {
    background-size: cover;
}

.logincontainer {
    margin: 0 auto;
    width: 350px;
}

.loginarea {
    width: 350px;
    text-align: center;
    padding: 30px 0 20px;
    margin: 80px 0;
    background: #e2e2e2;
}

.loginform {
    width: 300px;
    margin: 0 auto;
}

input.logintext {
    width: 100%;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
}

.loginarea p {
    text-align: left;
    padding: 10px;
}

input#loginsubmit {
    padding: 10px 40px;
    border-style: none;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #6a4e16;
    color: #fff;
    font-weight: bold;
}

/* アカウント設定・会社設定 admin/setting/index.php, admin/setting/add.php, admin/company/index.php, admin/company/add.php
---------------------------------------------------------------------------*/
.details_title {
    background-color: #6a4e16;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
}

.details_title h2 {
    font-weight: bold;
}

.details_area {
    padding: 15px;
    overflow-x: auto;
    height: 90%;
    box-shadow: inset 0px 0px 3px 0px;
}

button.back_btn {
    background: #e4ded1;
    width: 50px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 30px;
    color: #6a4e16;
}

button.back_btn:hover {
    background-color: #3F2E0D;
    color: #fff;
    border-radius: 5px;
}

.deletebutton2 {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #6a164e;
    color: #fff;
    margin: 20px;
    text-align: center;
    padding: 8px 0;
}

.deletebutton2:hover {
    background-color: #b493a9;
}

.details, .editbutton, .deletebutton, .juicer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1800px;
}

.listbutton {
    max-width: 1200px;
    margin: 0 auto;
}

.listbutton2 {
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin: 5px;
    background-color: #6a4e16;
}

.listbutton2:hover {
    background-color: #e4ded1;
}

.listbutton3 {
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin: 5px;
    background-color: #6a4e16;
}

.listbutton3:hover {
    background-color: #e4ded1;
}

.listbutton2 p, .listbutton3 p {
    color: #fff;
}

.listbutton2 p:hover, .listbutton3 p:hover {
    color: #6a4e16;
}

.deletebutton {
    background-color: #6a164e;
}

.deletebutton:hover {
    background-color: #b493a9;
}

.contents {
    margin: 10px 0;
}

.contents input[type="text"] {
    font-size: 16px;
    padding: 3px;
}

/* ポップアップ  ----------------------------*/
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: rgba(5, 5, 5, 0.71);
    opacity: 0;
    transition:all .3s;
    transform: scale(0);
}

.popup.is-active {
    transform: scale(1);
    opacity: 1;
}

.popup_content2 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 5px;
}

.companyname {
    width: 50%;
}

.edit_area, .add_area {
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #EAF2F5;
    color: #438c53;
}

.delete_area {
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5eaea;
    color: #b55858;
}

.edit_area p, .add_area p, .delete_area p {
    font-weight: bold;
}

/* 希望ドメイン  ----------------------------*/
.ans3_cate_credit3 .a-head input[type="text"] {
    width: 60%;
}

.onamae {
    display: inline-block;
    height: 28px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #6a164e;
    color: #ffffff;
    text-align: center;
    padding: 1px 20px;
}

/* 会社設定 登録・編集 */
#deliveryAg,
#deliverySk {
    display: inline-block;
}

/* テキストエリア  ----------------------------*/
.a-head textarea {
    width: 96.5%;
    height: 60px;
}

/* 同意確認 ----------------------------*/
.agree2 {
    margin-bottom: 5px;
}

.agree2 input[type="checkbox"] {
    display: inline-block;
    margin: 1%;
}

.dsc_info_p {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

/* 祝日管理 admin/holiday/index.php, admin/holiday/add.php, 
---------------------------------------------------------------------------*/
.holiday input {
    width: 95%;
    font-size: 16px;
    padding: 5px;
    margin: 2% auto;
    display: block;
    border: solid 1px #d6d6d6;
}

.listbutton button {
    height: auto;
}

.listbutton3 p {
    line-height: 1.6;
    font-size: 15px;
}

.button_area6 {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.holiday_btn {
    width: 60%;
    height: 20px;
}

/* 送信時注意書き ----------------------------*/
.submit_warning {
    padding: 30px 10px;
    margin: 5px 0;
    color: #c90808;
    background-color: #f6f4de;
    font-size: 18px;
    line-height: 26px;
    border: none;
    border-radius: unset;
    text-align: center;
}

.submit_warning p{
    font-weight: bold;
}

.infobizBorder {
    border: 2px solid #6a4e16;
    padding: 5px;
    margin: 5px;
}

/* キャンセル依頼 ----------------------------*/
.confirm3 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #6a4e16;
    width: 90%;
    height: 78px;
    margin: 0 auto;
    padding-top: 20px;
}
.cancelformBtn_area {
    position: relative;
}
.cancelformBtn {
    position: absolute;
    top: 0;
    right: 46px;
    font-size: 16px;
    width: 200px;
    background-color: #92ef7f;
}
.cancelformBtn:hover {
    background-color: #ddef7f;
}

/* 事前ヒアリング予約 ----------------------------*/
.res_answer_area {
    background-color: #f6f4e0;
    padding-top: 5px;
}

.res_answer_ul {
    padding: 5px 10px;
    font-size: 14px;
}

.res_answer_ul li {
    border-bottom: 2px solid #e9dfc2;
}

.res_answer_head {
    background-color: #c6b278;
    color: #fff;
    padding: 0 5px;
    width: 75px;
    display: inline-block;
    text-align: center;
}

.res_answer {
    padding-left: 0.5em;
}

.res_answer_area2 {
    background-color: #f6e0e0;
    padding-top: 5px;
}

.res_answer_area2 h5 {
    background-color: #c67878;
}

.res_answer_area2 .res_answer_ul li {
    border-bottom: 2px solid #c67878;
}

.res_answer_area2 .res_answer_head {
    background-color: #c67878;
    color: #fff;
    padding: 0 5px;
    width: 75px;
    display: inline-block;
    text-align: center;
}