@charset "utf-8";

/* ヘッダー
----------------------------------------------------------------------------- */
.headerMain{
    height: 60px;
    background-color: #8a8aed;
}

.headerLogo {
    height: 60px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #ececff;
    float: left;
    font-size: 18px;
}

.headerLogo a {
    color: #ececff;
}

/*ログイン画面の設定
---------------------------------------------------------------------------*/
.login_body{
    background-size: cover;
}

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

.loginarea {
    width: 400px;
    text-align: center;
    padding: 70px 25px 70px;
    margin: 80px 0;
    background-color: #fff;
}

.logo_area {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    border: 3px solid #8a8aed;
    color: #8a8aed;
}

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

.loginarea .restart_text{
    background-color: mediumturquoise;
    padding: 3px;
    margin: 5px 16px;
    text-align: center;
    font-size: 19px;
    color: white;
    font-weight: bold;
}

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

/* ページ見出し
----------------------------------------------------------------------------- */
.question_area {
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    border: 3px solid #8a8aeb;
    text-align: center;
}

.question_area h2 {
    width: 80%;
    height: 58px;
    color: #000000;
    border-bottom: 4px solid #8a8aeb;
    padding: 0 10px;
    margin: 0 auto 10px auto;
    font-size: 35px;
    font-weight: bold;
}

.marker{
    display:inline-block;
    background: linear-gradient(transparent 50%, #ececff 50%);
}

.checkbox{
    padding: 2px;
    margin: 0 5px;
    color: #f00;
}

/* 入力コンテンツ
----------------------------------------------------------------------------- */
.form_contents {
    background-color: #fff;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #ececff;
}

.recording_area {
    background-color: #e0e0e0;
}

.q-head h4 {
    font-weight: bold;
    padding-left: 10px;
    margin: 5px auto;
    border-bottom: 1px solid #8a8aeb;
}

.q-head h5 {
    font-weight: bold;
    padding-left: 10px;
    margin: 5px auto;
    border-bottom: 1px solid #8a8aeb;
}

.desc {
    padding: 5px 10px;
    background-color: #ffffeb;
    font-size: 14px;
}

.a-head {
    padding: 5px 0;
}

.a-head2 {
    padding: 5px;
}

.a-head input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #dedede;
}

.a-head textarea {
    height: 6em;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 5px;
    border: 1px solid #dedede;
}

.text_counter_area {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.cerealBorder {
    background-color: #fff;
    margin: 5px 0;
    padding: 15px;
    border-radius: 5px;
    border: 3px solid #b6b6e9;
    width: 100%;
}

.orderBorder {
    overflow-y: scroll;
    background-color: #fff;
    margin: 5px 0;
    padding: 15px;
    border-radius: 5px;
    border: 3px solid #b6b6e9;
    width: 98%;
    height: calc(95vh - 80px);
    max-height: 800px;
}

.orderBorder .form_contents {
    margin: 10px;
    padding: 10px 20px;
}

.heading_contents {
    background-color: #ececff;
    text-align: center;
    font-size: 18px;
    border: 3px solid;
    color: #8a8aeb;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
}

/* ラジオボタン
---------------------------------------------------------------------------*/
.radio_club input[type="radio"]{
    display: none;
}

.radio_club {
    overflow: hidden;
}

.radio_club label {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background: #ececec;
    color: #a2a2a2;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border-right: 3px solid #f9f9f9;
    border-bottom: 3px solid #f9f9f9;
}

.radio_club input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
}

/* チェックボックス
---------------------------------------------------------------------------*/
.check_club input[type="checkbox"], .check_club2 input[type="checkbox"] {
    display: none;
}

.check_club {
    overflow: hidden;
}

.check_club label{
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background: #e8e8e8;
    color: #a2a2a2;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border-right: 3px solid #f9f9f9;
    border-bottom: 3px solid #f9f9f9;
}

.check_club input[type="checkbox"]:checked + .switch4 {
    background-color: #93BAF1;
    color: #fff;
}

.a-head input[type="checkbox"] {
    width: 15px;
    padding: 0;
    margin-right: 5px;
}

.a-head input[type="radio"] {
    width: 15px;
    padding: 0;
    margin-right: 5px;
}

.check_club2 label{
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
    border-radius: 10px;
    margin: 2px;
}

.check_club2 input[type="checkbox"]:checked + .switch5 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}

/* 複数店舗
----------------------------------------------------------------------------- */
.multi_shop_zone {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 3px solid #8a8aec;
}

.eigyo_table .tub_topic {
    width: 100px;
}

#tub_shop1_1:checked ~ #eigyoTableArea1_1,
#tub_shop2_1:checked ~ #eigyoTableArea2_1,
#tub_shop3_1:checked ~ #eigyoTableArea3_1,
#tub_shop4_1:checked ~ #eigyoTableArea4_1,
#tub_shop5_1:checked ~ #eigyoTableArea5_1,

#tub_shop1_2:checked ~ #eigyoTableArea1_2,
#tub_shop2_2:checked ~ #eigyoTableArea2_2,
#tub_shop3_2:checked ~ #eigyoTableArea3_2,
#tub_shop4_2:checked ~ #eigyoTableArea4_2,
#tub_shop5_2:checked ~ #eigyoTableArea5_2,

#tub_shop1_3:checked ~ #eigyoTableArea1_3,
#tub_shop2_3:checked ~ #eigyoTableArea2_3,
#tub_shop3_3:checked ~ #eigyoTableArea3_3,
#tub_shop4_3:checked ~ #eigyoTableArea4_3,
#tub_shop5_3:checked ~ #eigyoTableArea5_3,

#tub_shop1_4:checked ~ #eigyoTableArea1_4,
#tub_shop2_4:checked ~ #eigyoTableArea2_4,
#tub_shop3_4:checked ~ #eigyoTableArea3_4,
#tub_shop4_4:checked ~ #eigyoTableArea4_4,
#tub_shop5_4:checked ~ #eigyoTableArea5_4,

#tub_shop1_5:checked ~ #eigyoTableArea1_5,
#tub_shop2_5:checked ~ #eigyoTableArea2_5,
#tub_shop3_5:checked ~ #eigyoTableArea3_5,
#tub_shop4_5:checked ~ #eigyoTableArea4_5,
#tub_shop5_5:checked ~ #eigyoTableArea5_5,

#tub_shop1_6:checked ~ #eigyoTableArea1_6,
#tub_shop2_6:checked ~ #eigyoTableArea2_6,
#tub_shop3_6:checked ~ #eigyoTableArea3_6,
#tub_shop4_6:checked ~ #eigyoTableArea4_6,
#tub_shop5_6:checked ~ #eigyoTableArea5_6,

#tub_shop1_7:checked ~ #eigyoTableArea1_7,
#tub_shop2_7:checked ~ #eigyoTableArea2_7,
#tub_shop3_7:checked ~ #eigyoTableArea3_7,
#tub_shop4_7:checked ~ #eigyoTableArea4_7,
#tub_shop5_7:checked ~ #eigyoTableArea5_7,

#tub_shop1_8:checked ~ #eigyoTableArea1_8,
#tub_shop2_8:checked ~ #eigyoTableArea2_8,
#tub_shop3_8:checked ~ #eigyoTableArea3_8,
#tub_shop4_8:checked ~ #eigyoTableArea4_8,
#tub_shop5_8:checked ~ #eigyoTableArea5_8,

#tub_shop1_9:checked ~ #eigyoTableArea1_9,
#tub_shop2_9:checked ~ #eigyoTableArea2_9,
#tub_shop3_9:checked ~ #eigyoTableArea3_9,
#tub_shop4_9:checked ~ #eigyoTableArea4_9,
#tub_shop5_9:checked ~ #eigyoTableArea5_9,

#tub_shop1_10:checked ~ #eigyoTableArea1_10,
#tub_shop2_10:checked ~ #eigyoTableArea2_10,
#tub_shop3_10:checked ~ #eigyoTableArea3_10,
#tub_shop4_10:checked ~ #eigyoTableArea4_10,
#tub_shop5_10:checked ~ #eigyoTableArea5_10
{
    display: block;
    position: relative;
    z-index: 0;
}

.container input:checked + .tub_topic {
    color: #8a8aec;
    background-color: #fefefe;
    border-left: 3px solid;
    border-top: 3px solid;
    border-right: 3px solid;
}

.tub_area{
    overflow: hidden;
}

.tub_area input[type="radio"] {
    display: none;
}

/*タブのインデックス見出し（個別）のサイズ、配置設定*/
.tub_topic{
    width: 7%;
    margin: 20px 3px -5px 3px;
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 20px 20px 0 0;
    color: #dfdfdf;
    background-color: #acacac;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.tub_topic_s{
    margin-top: 5px;
    width: 7.3%;
    height: 18px;
}

input[name="tub_topic"] {
    display: none;
}

input:checked + .tub_topic_s {
    background-color: #f5fff6;
    height: 21px;
}

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

.button_area2 {
    width: 646px;
    margin: 0 auto;
    text-align: center;
}

.button_area3 {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

.button_area4 {
    width: 961px;
    margin: 0 auto;
    text-align: center;
}

.button_area5 {
    width: 951px;
    margin: 0 auto;
    text-align: center;
}

.copy_btn_area {
    padding: 15px;
    background-color: #f0f9ff;
    border: 1px solid #8a8aec;
    border-radius: 5px;
    margin-top: 10px;
}

.copy_btn_area button {
    width: 9%;
    background-color: #1e8fb2;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-right: 0.5%;
    font-size: 13px;
}

.copy_btn_area button.gray {
    background: #bdc3c7;
    color: #869198;
    cursor: default;
}

.copy_btn_area button:hover {
    background-color: #27bfef;
}

.copy_btn_area button.gray:hover {
    background: #bdc3c7;
    color: #869198;
}

.no {
    background-color: #efb8b8;
}

.two {
    background-color: #7cd080;
}

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

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

/* テーブル
----------------------------------------------------------------------------- */
.eigyo_table th, .eigyo_table2 th {
    color: #fff;
    background-color: #b9b9fc;
    border: solid 1px #869198;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.eigyo_table td, .eigyo_table2 td {
    color: #433E53;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
}

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

.eigyo_table .noanswer, .eigyo_table2 .noanswer {
    background-color: #d2d2d2;
    color: #f1f1f1;
}

.eigyo_table tr:nth-child(odd), .eigyo_table2 tr:nth-child(odd){
    background-color: #fff;
}

.eigyo_table tr:nth-child(even), .eigyo_table2 tr:nth-child(even){
    background-color: #f0f0f0;
}

.eigyo_table table {
    border: solid 1px;
    border-collapse: collapse;
    margin: 0 auto;
    width: 600px;
}

.eigyo_table2 table {
    border: solid 1px;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

/*.eigyo_table .radioclub200 label {
    width: 80px;
    font-size: 10px;
}

.eigyo_table .radioclub200 {
    width: 600px;
    margin: 10px auto 0;
}*/

.calendar-wrap h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.bulk_setting_area {
    width: 600px;
    margin: 10px auto;
    text-align: center;
    background-color: #ececff;
    padding: 10px;
}

.bulk_setting_area button {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 2px 20px;
    margin: 0 0 0 20px;
}

.calendar-wrap {
  margin: 20px;
  max-width: 1110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767.98px) {
  .calendar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.calendar {
    width: 100%;
    border-collapse: collapse;
}
.calendar th,
.calendar td {
    border: 1px solid #869198;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.calendar th {
    background-color: #f3f3f3;
    padding: 6px 10px;
    width: 75px;
}

.calendar td {
    background-color: #fefefe;
}

@media (max-width: 767.98px) {
  .calendar th,
  .calendar td {
    padding: 6px;
    font-size: 12px;
  }
  .calendar th {
    padding: 3px 6px;
  }
}
.calendar td label {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.calendar .sun {
  color: #e17f7e;
  background-color: #f8e4e2;
}
.calendar .sat {
  color: #7ab6f3;
  background-color: #e7f6fd;
}
.calendar .mute {
  color: #aaa;
  background-color: #e4e4e4;
}
.calendar .startday {
  background-color: #7d7d7d;
}

.calendar input[type="checkbox"] {
    display: none;
}

.calendar td:has(input[type="checkbox"]:checked) {
    background-color: #cff7d4;
}

/* 確認画面
----------------------------------------------------------------------------- */
.confirm_area{
    margin: 10px 0;
    padding: 5px;
    background-color: #ffffff;
}

.heading_contents2 {
    background-color: #ececff;
    font-size: 20px;
    border: 3px solid;
    color: #8a8aec;
    margin: 5px 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.seach_editButton{
    width: 236px;
    height: 34px;
    margin: 0;
    border-radius: 30px;
    font-size: 17px;
    background-color: #8a8aed;
    color: #ffffff;
    float: right;
}

.seach_editButton:hover{
    border-radius: 30px;
    background-color: #5757c3;
}

.search_input {
    width: calc(100% - 150px);
    margin: 0;
}

.details_title {
    background-color: #8a8aed;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    position: relative;
    color: #fff;
}

.back_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: auto;
    padding: 0 10px;
    height: auto;
    font-size: 35px;
}

.details_title h2 {
    font-size: 18px;
}

/* 管理画面
----------------------------------------------------------------------------- */
.confirm{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #8a8aee;
    width: 80%;
    height: 78px;
    margin: 0 auto;
    padding-top: 20px;
}

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

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

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

/*検索窓の検索開始ボタンの装飾*/
.searchButton {
    width: 63px;
    font-size: 22px;
    border-radius: 10px;
    background-color: #8a8aee;
    color: #ffffff;
    margin: 10px;
    cursor: pointer;
}
button.searchButton:hover{
    border-radius: 10px;
    background-color: #5757c3;
}

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

/*テーブルの見出し設定（No）*/
th.number{
    width: 50px;
}
/*テーブルの見出し設定（営業担当）*/
th.sales {
    width: 120px;
}
/*テーブルの見出し設定（契約者名）*/
th.agreement{
    width: auto;
}
/*テーブルの見出し設定（ドメイン）*/
th.domain{
    width: 70px;
}
/*テーブルの見出し設定（回答日時）*/
th.answerDate{
    width: 130px;
}
/*テーブルの見出し設定（詳細）*/
th.inDetail{
    width: 70px;
}
/*テーブルの見出し設定（ダウンロード）*/
th.download{
    width: 100px;
}

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

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

button.details:hover{
    border-radius: 5px;
}

/* 事前見積もり画面
----------------------------------------------------------------------------- */
.hearing_btn {
    margin: auto;
    width: auto;
    height: auto;
    font-size: unset;
}

.a-head input[type="text"].hearing_url_input {
    width: calc(100% - 210px);
}

.a-head input[type="file"]{
    margin: 5px 10px;
    border: none;
}

.estimate_btn{
    width: 90%;
    padding: 5px;
    margin: 15px auto 10px auto;
    text-align: center;
}

.estimate_btn a {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 10px auto;
    background-color: #8a8aee;
    color: #fff;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
}
.estimate_btn a:hover {
    background-color: #5757c3;
}

.success_area {
    border-radius: 7px;
    margin: 20px 20px 20px 20px;
    padding: 10px;
    padding-left: 20px;
    color: #74ad81;
    background-color: #edf9f0;
    border: 1px solid;
}

.ok {
    display: inline-block;
    background-color: #ff9595;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px 5px;
}

.qa {
    display: inline-block;
    background-color: #89c997;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px 5px;
}

.ng {
    display: inline-block;
    background-color: #95ccff;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px 5px;
}

.cxl {
    display: inline-block;
    background-color: #bdc3c7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px 5px;
}

.heading_contents2 .back_btn {
    margin: 18px 20px;
}

.detail_info1 .est_result {
    padding: 10px;
    background-color: #dfe4ff;
    box-shadow: 0px 0px 3px 1px #bfbfbf;
    overflow: hidden;
}
.detail_info1 .est_result .q-head h4 {
    display: inline-block;
    background-color: white;
    border-radius: 20px;
    color: #22357a;
    letter-spacing: 11px;
    padding: 2px 7px 1px 15px;
    margin-top: 6px;
}

.detail_info1 .est_result .a-head p {
    background-color: unset;
    padding: 4px 15px 0px;
    border-bottom: 4px double #ffffff;
    margin-bottom: 7px;
    font-weight: bold;
    color: #1e3177;
}

.est_comment_area {
    border: 1px solid #9fbbe4; 
    background-color: #f3f3f3;
    padding: 13px;
    margin: 16px 0;
    box-shadow: 0px 0px 3px 1px #bfbfbf;
}

.est_comment_add {
    padding: 10px;
     border: 1px solid #a7a7a7; 
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 1px #bfbfbf;
}

.est_comment {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border: solid 1px gainsboro;
}

.est_comment_add textarea {
    width: 98%;
    height: 10em;
    box-sizing: border-box;
}

.est_comment_area h3{
    margin: 4px 0 10px 0;
    font-weight: bold;
}

.est_comment_add button {
    margin: 0;
}

.add_btn {
    width: auto;
    height: auto;
    margin: 5px 5px 0 0;
    float: right;
}

/* ページャー
----------------------------------------------------------------------------- */
.pagebutton {
    padding: 10px;
    text-align: center;
}

.pagebutton .now {
    background-color: #17528a;
}

.pagebutton li {
    width: 40px;
    background-color: #88b4de;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
}

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

/* エラー時の装飾
----------------------------------------------------------------------------- */
.errorMsg {
    background-color: #f1cbcb;
    font-size: 14px;
    padding: 5px 10px;
    color: #811212;
}







/*input一括設定*/
input{
    border: solid 1px #808080;
}
button{
    border: none;
}
:focus{
    outline: none;
}
/*ヘッダーの設定
---------------------------------------------------------------------------*/
.logo img {
    margin-top: 10px;
    margin-left: 30px;
    float: left;
    height: 35px;
}

.navprofile {
    float: right;
}

.gnav {
    float: left;
    margin-left: 10px;
}

.gnavarea li {
    padding: 0 10px;
}

.gnavarea a {
    text-decoration: none;
}

.headerarea {
    float: left;
    height: 60px;
}

.headerback {
    background-color: #48d1cc;
}

/*ローディング画像の設定
---------------------------------------------------------------------------*/
.loading_svg{
    background-color: #9e9e9ebf;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.loading_svg img{
    width: 10%;
    position: relative;
    top: 42%;
    left: calc((100% - 10%) / 2);
}

.loaded{
    opacity: 0;
    visibility: hidden;
}

/*.information2 h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}*/

/* TOPページの設定
---------------------------------------------------------------------------*/
.site_name {
    width: 25%;
    margin: 35px auto;
}

.site_name img {
    width: 100%;
}

.information {
    border: 1px solid #333;
    border-radius: 5px;
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #fdfdfd;
}

/* 進捗状況の設定
---------------------------------------------------------------------------*/
.progress {
    width: 861px;
    margin: 0 auto;
}

.progress_ul li {
    width: 150px;
    display: inline-block;
}

li.progress_li2 {
    width: 2%;
    position: relative;
    top: 25px;
}

.progress_li2 img {
    width: 100%;
}

.progress_li {
    background-color: #d3f7d3;
    border: 1px solid;
    color: #177517;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.now {
    background-color: #3e8a3e;
    color: #fff;
    font-weight: bold;
}

/* 回答ページの設定
---------------------------------------------------------------------------*/

.desc_area {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 15px;
    background-color: #fff;
    color: #626262;
}

.dsc_info {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    color: #626262;
    background-color: #fdfdf0;
    padding-left: 1em;
}

/* 補足 ----------------------------*/

.supplement {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    color: #626262;
    background-color: #fdfdf0;
    padding-left: 1em;
}

/* 回答 ----------------------------*/
.answer_area {
    width: 100%;
}

.answer_area_00{
/*	display: flex;*/
}

.answer_area_01{
/*	flex: 2;
	margin-right: 15px;*/
    text-align: center;
}

.answer_area_02{
/*	flex: 1.6;*/
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 7px;
}

.fa-search-plus{
    position: relative;
    bottom: 20px;
    right: 51px;
    cursor: pointer;
    background-color: lightseagreen;
    color: white;
    border: solid lightseagreen 3px;
    border-radius: 50%;
    padding: 6px;
    font-size: 20px;
    transition: 0.3s;
}

.fa-search-plus:hover{
    background-color: white;
    color:lightseagreen;
}

#popupImageBg{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.65;
    z-index: 1;
}
.popupimage{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px;
}

/*.q-head h4 {
    background-color: #20b2aa;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    border-radius: 5px;
    margin: 5px auto;
    vertical-align: text-bottom;
}*/

.couponTitle{
    background-color: #4da5bf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    margin-block-end: 0.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

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

/*.desc {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffe4f9;
    color: #bf0000;
}

.desc2 {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin: 15px 15px 0 15px;
    background-color: #fbffef;
}

.desc2 p {
    font-weight: bold;
    color: #626262;
}*/

/*.desc h2, .desc h3, .desc h4 {
    font-weight: bold;
}*/

.menu_prev_img {
    width: 100%;
}

/*.desc h3 {
    background-color: #e87a7b;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    padding-left: 15px;
    margin-top: 20px;
}*/

/*.desc h4 {
    background-color: #626262;
    color: #fff;
    padding-left: 10px;
    margin-top: 15px;
}*/

/*h5 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #20b2aa7a;
    color: #626262;
}*/

h5.part2 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #89c997;
    color: #626262;
    vertical-align: middle;
}


.green {
    background-color: #c6e4c6;
}

.red {
    background-color: #f2bfbf;
}

/*注意点の装飾（h2用）*/
.reqkome {
    color: #FFFF00;
    font-weight: bold;
    padding-left: 1em;
    font-size: 13px;
}

/*注意点の装飾（h4.5用）*/
.reqkome2{
    color: #FF0000;
    font-weight: bold;
    padding-left: 1em;
    font-size: 13px;
}

.question_area .reqkome2 {
    color: #FF0000;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fbffb7;
}

.noreqkome {
    color: #626262;
    font-weight: bold;
    padding-left: 1em;
    font-size: 13px;
}

.info {
    color: #626262;
    padding-left: 15px;
}

.answer52_2_area {
    margin: 10px;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #f2fdff;
}

.addbutton {
    width: 281px;
    margin: 0 auto;
}

.gkv {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    float: left;
    background-color: #9abb00;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-left: 5px;
    width: auto;
    height: auto;
    font-size: 15px;
}

.directry {
    background-color: #deecfd;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}

.gkwPopup {
    background-color: #626262;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
}

.gkwPopup_p {
    margin: 5px;
}

.redPoint {
    color: #d82020;
}

.admin_soft {
    margin-left: 10px;
    font-weight: bold;
}
/*td.a-head input[type="text"] {
    width: 90%;
}*/

/* テーマ ---------------------------*/
.theme_block_1, .theme_block_2, .theme_block_3, .theme_block_4 {
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}

.theme_block_1 {
    background-color: #e3ebf5;
}

.theme_block_2 {
    background-color: #e9f9ea;
}

.theme_block_3 {
    background-color: #f9e4e5;
}

.theme_block_4 {
    background-color: #e3ebf5;
}

/*.q-head h4.red {
    background-color: #ef8184;
}*/

/*.q-head h4.green {
    background-color: #67b770;
}*/

.theme_zone {
    background-color: #cecfd0;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.theme_heading h5 {
    background-color: #888888;
    color: #fff;
}

.theme_kome {
    font-weight: bold;
    padding-left: 1em;
    font-size: 13px;
}

.theme_info {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: #ffeded;
    color: #b16262;
}

.theme_info p {
    font-weight: bold;
}

.theme_main .a-head {
    width: 30%;
    margin: 0 5px;
}

.theme_service .a-head {
    width: 15%;
    margin: 0 5px;
}

/*.theme_main .a-head input[type="text"], .theme_service .a-head input[type="text"]{
    width: 95%;
}*/

/* 求人テーマ ----------------------------*/
.recruit_theme {
    padding: 15px;
}

div.recruit_theme_input input[type="text"] {
    width: 95%;
    font-size: 16px;
    padding: 3px;
}

/* 文章の方向性　例文 ----------------------------*/
.example {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    width: 98%;
    background-color: #fbe0c6;
    color: #626262;
}

.blinking {
    color: #f00;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
}
/* 点滅 */
.blinking{
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.menu_image_area {
    width: 48%;
    margin-left: 1%;
}

/* 雰囲気 ---------------*/
.mood_block1, .mood_block2, .mood_block3 {
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}

.mood_block1 {
    background-color: #e3ebf5;
}

.mood_block2 {
    background-color: #e9f9ea;
}

.mood_block3 {
    background-color: #f9e4e5;
}

/* 不明 ----------------------------*/
.form_area {
    display: inline-block;
}

/* ローディング設定
---------------------------------------------------------------------------*/
.loading_area {
    width: 800px;
    margin: 50px auto;
}

.loading_text h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.loading_text p {
    font-size: 22px;
    margin: 20px;
}

.loading_image {
    text-align: center;
    margin-top: 70px;
}

.loading_image img {
    width: 200px;
}

/* ページ、業種ゾーンの設定
---------------------------------------------------------------------------*/
.inline {
    display: inline-block;
    padding-top: 13px;
    width: 180px;
    height: 50px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.pagelist {
    background: #f3c6c9;
}

.pagelist2 {
    background: #c6e1f3;
}

.business_choice {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.business_choice2 {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.parts_zone {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.typepreview_area {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.page_choice_zone {
    background: url('/images/page_tag/page_choice_zone.jpg');
    background-size: 1150px;
    padding: 40px;
}

.page_choice_info {
    font-size: 11.5px;
    font-weight: bold;
}

.page_image {
    max-width: 1200px;
}

.page_image img {
    width: 100%;
    margin-top: 10px;
}

/* カラー選択ゾーンの設定
---------------------------------------------------------------------------*/
.headerback2 {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.color_choice {
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    width: 150px;
    height: 45px;
    text-align: center;
    margin: 5px 10px 0 0;
}

.color_choice p {
    color: #000;
    position: relative;
    top: 8px;
}

.color_choice_area {
    padding: 0 20px 20px;
}

.color_zone {
    border: 1px solid;
    border-radius: 5px;
    width: 100px;
    height: 50px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
}

.color_zone p {
    position: relative;
    top: 12px;
    color: #000;
}

.color_zone2 {
    width: 100px;
    height: 50px;
}

.color_zone3 li {
    display: inline-block;
}

.color_zone3 button {
    width: 100px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 3px;
}

.selected {
    border: 5px solid #00f3ff;
}

.blink {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { border: 5px solid #ff0000 }
 100% { border: 5px solid #fff800 }
}

.labelarea h3 {
    background-color: #60a2cc;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.kome {
    padding-left: 20px;
}

.color_change {
    width: 150px;
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    background-color: #3888da;
    border: 3px solid #1c3370;
    color: #ffffff;
}

.color_choice_area_title .kome {
    font-size: 16px;
}

.colorInput p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #eee3f9;
}

/* リザルト画面設定
---------------------------------------------------------------------------*/
.prev_area {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #626262;
    margin: 10px 0;
}

.result_area {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.prev_title {
    color: #fff;
    padding: 5px;
    padding-left: 15px;
}

.prev_title h3 {
    font-weight: bold;
}

.result_label {
    width: 150px;
}

.result_color_prev {
    width: 33%;
    float: left;
}

.result_type_prev {
    width: 280px;
    border: 1px solid;
    border-radius: 5px;
    margin: 15px 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    background: #c6e0f3;
}

.color_prev {
    width: 260px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid;
}

.page_prev_area {
    margin-bottom: 15px;
    font-size: 18px;
}

.result_label2 {
    font-weight: bold;
}

.page_prev p {
    font-weight: bold;
}

.result_label2 h3 {
    background-color: #626262;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.basic_question {
    background-color: #fff;
}

.result_area {
    background-color: #fff;
}

.information h2 {
    font-size: 18px;
    font-weight: bold;
}

.analysis_form {
    display: inline;
}

/* 確認画面の設定
---------------------------------------------------------------------------*/
.form_area_check {
    width: 521px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

/* サンキュー画面の設定
---------------------------------------------------------------------------*/
.thanks_area {
    margin: 20px auto;
    width: 90%;
    max-width: 750px;
    color: #438c53;
    border: 1px solid;
    border-radius: 5px;
    background-color: #effdf2;
    font-size: 16px;
    padding: 20px;
}

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

/* ポップアップ
---------------------------------------------------------------------------*/
.popupButton {
    border: none;
    background: #323232;
    color: #fff;
    padding: 20px;
    border-radius: 33px;
    cursor: pointer;
}

.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);
    overflow: auto;
}

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

.popup_content {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #626262;
    max-width: 1200px;
    width: 70vw;
    min-width: 787px;
    max-height: 95vh;
    height: 95vh;
    border-radius: 5px;
}

.popup_content .a-head {
    margin-top: 10px;
    padding: 5px;
    padding-left: 15px;
}

.popup_content img {
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 296px;
    height: 126px;
}

.popup_content_closeButton {
    cursor: pointer;
    text-align: right;
}

.color_choice_area_title h2 {
    color: #fff;
    float: left;
}

.close_btn button {
    width: 50px;
    height: 28px;
    float: right;
    margin: 0;
    background: #efb8b8;
}

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

/* サジェストチェック　ポップアップ ----------------------------*/
.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;
}

.popup_content_description2 {
    margin: 0;
}

.suggest_h {
    background-color: #626262;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    text-align: center;
}

/*.keyword1 h4 {
    background-color: #6994b9;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    margin-top: 0;
}*/

p#keyp1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

/*.keyword2 h4 {
    background-color: #6994b9;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    margin-top: 0;
}*/

p#keyp2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.popup_content5 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 650px;
    height: auto;
    border-radius: 5px;
}

/* タイプチェック　ポップアップ ----------------------------*/
.popup_content3 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1220px;
    height: 550px;
    border-radius: 5px;
}

.prev_section2_2 {
    width: 600px;
    height: 460px;
}

.popup_content_description3 {
    margin: 0;
}

/* 最終確認　ポップアップ ----------------------------*/
.popup_content4 {
    position: absolute;
    z-index: 30;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1200px;
    height: 500px;
    border-radius: 5px;
}

.popup_content_description4 {
    margin: 0;
}

.prev_area4 {border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #626262;
    margin: 0;
}

.preview_area4 {
    height: 500px;
    overflow: scroll;
}

/* 成功・削除の設定
---------------------------------------------------------------------------*/
.success {
    border-radius: 12px;
    margin: 20px 20px 20px 20px;
    padding: 10px;
    padding-left: 20px;
}

.delete {
    border-radius: 12px;
    margin: 20px 20px 20px 20px;
    padding: 10px;
    padding-left: 20px;
}

.caution {
    background-color: #fbdddd;
    color: #e02929;
    border: 1px solid;
    border-radius: 5px;
    margin: 0 20px;
    padding: 10px;
    padding-left: 20px;
}

.caution2 {
    background-color: #7d7d7d;
    color: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    margin: 0 20px;
    padding: 10px;
    padding-left: 20px;
}

.caution2 p {
    font-weight: bold;
}

.caution p {
    font-weight: bold;
}

.caution3{
    padding-left: 20px;
    margin-bottom: 15px;
}

/* フロー図の設定
---------------------------------------------------------------------------*/
.flow {
    float: left;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    height: 56px;
    margin: 15px 2px;
    width: 113px;
    font-size: 12px;
    text-align: center;
}

.flow2 {
    margin-left: 353px;
}

.result_info {
    margin-top: 9px;
    font-size: 15px;
}

#wordCount, #wordCount2, #wordCount3 {
    color: #f00;
    font-size: 21px;
}

#wordCount4 {
    color: #f00;
    font-size: 40px;
    padding-left: 45px;
}

.google_evaluation {
    border: 1px solid #f00;
    border-radius: 5px;
    margin: 0 5px 15px;
    padding: 15px;
    background-color: #ffe4f9;
    width: 50%;
}

.kome3 {
    font-size: 15px;
}

.times {
    margin: 5px;
}

.a-check {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    padding-left: 15px;
    background-color: #fefefe;
}

.a-check2 {
    border: 1px solid;
    border-radius: 5px;
    margin: 30px 15px 0;
    padding: 5px;
    padding-left: 15px;
    background-color: #fefefe;
}

.question_zone {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.quescheck_title h3 {
    border: 3px solid #b8d3ef;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1f8ff;
    color: #3e3d3d;
}

.colorInput {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}

.sitemap {
    width: 100%;
}


div.type_select2 {
    width: 446px;
    margin: 0 auto;
    margin-top: 20px;
}

div.type_select3 {
    width: 670px;
    margin: 0 auto;
    margin-top: 20px;
}

/*.button_area2_3 {
    width: 645px;
    margin: 0 auto;
}*/

.image_check {
    width: 325px;
    margin: 0 auto;
}

.typ_info {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    background-color: #f9dada;
    color: #626262;
}

.typ_info2 {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    background-color: #deecfd;
    color: #626262;
}

.typ_info h5 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #f98784;
    color: #ffffff;
}

.typ_info2 h5 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #9fbbe4;
    color: #ffffff;
}

.typ_info p, .typ_info2 p {
    padding: 0 10px;
}

.seo_words {
    margin: 10px;
    color: #626262;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background: #eff6fd;
}

.empty_btn_area {
    width: 280px;
    height: 45px;
    margin: 20px;
}

.style_info {
    border: 1px solid;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    background-color: #f2f9ff;
    color: #626262;
}

.suggest_button2 {
    margin: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
}

.juicer_manual {
    width: 280px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #a1b91e;
    color: #ffffff;
    margin: 20px;
    text-align: center;
    padding: 8px 0px;
    float: left;
}

.juicer_manual:hover {
    color: #fff;
    background-color: #3ba518;
    border-radius: 5px;
}

.relative {
    position: relative;
}

.pb60 {
    padding-bottom: 60px;
}

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

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

.logo_create {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fefefe;
    border-radius: 5px;
    background: #67c7f5;
    color: #fefefe;
    width: 300px;
    text-align: center;
    display: inline-block;
}

.logo_create:hover {
    background: #00abff;
}

.copy_btn_zone {
    padding: 5px;
}

.desc3 {
    border: 1px solid #89c997;
    border-radius: 5px;
    padding: 10px;
    background-color: #f0fff8;
    color: #626262;
    margin: 0 10px;
}

.desc3 li {
    display: inline-block;
    font-size: 13px;
}

.text a {
    display: block;
    width: 90px;
    text-align: center;
    top: 5px;
    right: 0;
    position: absolute;
}

#prevBtn_area {
    cursor: default;
}

.prevBtn_pc {
    margin: 0;
    width: 200px;
    background-color: #3c8e89;;
    font-size: 14px;
    font-weight: bold;
    height: auto;
}

.inputAlert {
    display : inline-block;
    background : #ff0000;
    color : #ffffff;
    font-weight : bold;
    font-size : 12px; 
    letter-spacing : -1px;
    line-height : 1.7;
    vertical-align : top;
    margin : 0;
    padding : 3px;
    transform : scale(1.1)
                      translatex(34%)
                      translateY(18%);
    animation : newAnime .7s infinite alternate;
}
@keyframes newAnime {
    0%    { color : rgb(255, 0, 0.88);
                background : #ffffff;
             }
   100% { color : #ffffff;
               background : rgb(255, 0, 0.88);
            }
}

.error_zone {
    border: 2px solid;
    background-color: #ffdfdf;
    color: #a94c4c;
    margin: 10px 10px 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.a-head .flyer_gift input:first-child {
    width: calc((100% - 15px) * 0.3);
}

.a-head .flyer_gift input:last-child {
    width: calc((100% - 15px) * 0.6);
}

textarea.flyer_remarks {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 100px;
}

.icon_vol {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

#iconNameVol,
#iconNameVol2,
#iconNameVol3,
#iconNameVol4,
#iconNameVol5,
#iconNameVol6,
#iconNameVol7,
#iconNameVol8,
#iconNameVol9,
#iconNameVol0,
#iconNameVol11,
#iconNameVol12,
#iconNameVol13 {
    font-weight: bold;
}

.redkome {
    color: #f54747;
}

.description img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.w70p {
    width: 70%;
}

.change_all_time{
    margin: 13px 0 0 0;
    width: 914px;
    text-align: right;
}

.change_all_time2{
    font-size:18px;
}


::-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;
}


/*新バージョン
---------------------------------------------------------------------------*/
.attribute_service p {
    font-size: 10px;
    background: #9fa6d4;
    color: #fff;
    font-weight: bold;
    width: 70px;
    text-align: center;
}

.key_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    margin-left: 5px;
    background-color: #f6f6f6;
    width: 98%;
    z-index: 100;
}
.key_ul li {
    padding: 5px;
    border-bottom: 1px solid #626262;
    cursor: pointer;
}
key_ul li:hover:not(.header) {
  background-color: #c8e4ff; /* Add a hover effect to all links, except for headers */
}

.checkClub9 label.said {
    border: 2px solid;
    padding: 9px;
}

#reservation_m1,
#reservation_m2,
#reservation_m3,
#reservation_m4,
#reservation_m5,
#reservation_m6,
#reservation_m7,
#reservation_m8,
#reservation_m9,
#reservation_m10 {
    width: 50px;
}

#reservation_md21,
#reservation_md22,
#reservation_md23,
#reservation_md24,
#reservation_md25,
#reservation_md26,
#reservation_md27,
#reservation_md28,
#reservation_md29,
#reservation_md210 {
    margin-left: 50px;
}

#reservation_d1, 
#reservation_d2,
#reservation_d3,
#reservation_d4,
#reservation_d5,
#reservation_d6,
#reservation_d7,
#reservation_d8,
#reservation_d9,
#reservation_d10 {
    width: 50px;
}

#reservation_day1,
#reservation_day2,
#reservation_day3,
#reservation_day4,
#reservation_day5,
#reservation_day6,
#reservation_day7,
#reservation_day8,
#reservation_day9,
#reservation_day10 {
    width: 50px;
    margin: 5px 5px 5px 10px;
}

#reservation_hour1,
#reservation_hour2,
#reservation_hour3,
#reservation_hour4,
#reservation_hour5,
#reservation_hour6,
#reservation_hour7,
#reservation_hour8,
#reservation_hour9,
#reservation_hour10 {
    width: 50px;
    margin-left: 50px;
}

.reservation_supplement {
    margin-left: 10px;
    color: #ff0000;
}

/* MV登録
*****************************************/
.flex {
    display: flex;
}

.mv_list {
    width: 33%;
}

.mv_prev {
    height: 250px;
    width: 250px;
    background-color: #e4e4e4;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mv_list input[type="file"] {
    display: none;
}

.mv_btn {
    display: block;
    width: 150px;
    background-color: #9fbbe3;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    cursor: pointer;
}

.float_right {
    float: right;
}

.shukusyo {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #88b4de;
    color: #ffffff;
    margin: 20px;
    text-align: center;
    padding: 7px;
}

.shukusyo:hover {
    background-color: #1b88f1;
}

.mv_btn:hover {
    background-color: #1b88f1;
}

.mvg_image_area {
    padding: 15px;
}

.mvg_image_area + .a-head label{
    width: 50%;
}


.mvg_image {
    width: 50%;
    margin-right: 3px;
    line-height: 0;
}

.mvg_image img {
    width: 100%;
}

.mvg_p {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
}

.mvg_image.select {
    outline: 3px solid #009cff;
}

.desc3 {
    padding: 7px 10px;
    background-color: #fdfdf0;
    color: #869198;
    font-size: 13px;
    line-height: 16px;
}

.desc4 p{
    padding: 10px;
    font-size: 13px;
}

/* 営業時間の枠を増やす
*****************************************/
.addTimeEigyoBox {
    margin: 40px auto;
    width: 400px;
    display: flex;
    padding: 10px;
    background-color: #fffde1;
}
.buttonEigyo {
    width: 50px;
    height: 30px;
}
.addTimeEigyoText {
    color: #d24545;
    font-weight: bold;
    width: 60%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.buttonEigyo:first-child {
    background-color: #8a8aed;
    margin: 10px;
}
.buttonEigyo:nth-child(2) {
    background-color: #bdc3c7;
    cursor: default;
    margin: 10px 0;
}

.addTimeEigyoWrap {
    width: 40%;
    display: flex;
    align-items: center;
}

/* SKでログインしても代理店の代わりに回答できるようにする
*****************************************/
.selectAns {
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}
.recording_area button {
    margin: 0;
    width: 100px;
    height: auto;
    font-size: 16px;
}


/*----------------------------------------------------------------------------*/
/* clip-pathまわり */
.mv_list_inner {
    width: 250px;
    height: 250px;
}

.mv_list2 {
    width: 252px;
    height: 252px;
}

.wave_area {
    border: 3px dotted #de8888;
    padding: 30px 0;
    margin-bottom: 30px;
    height: 450px;
}

.wave_area p {
    text-align: center;
    margin-bottom: 15px;
}

.wave_area_inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px;
}

.mv_label {
    width: 150px;
    background-color: #9fbbe3;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    /*cursor: pointer;*/
}

.wave_button {
    display: flex;
    padding: 35px 0 15px;
}

.wave_button label {
    display: block;
    cursor: pointer;
    width: 250px;
    margin: 0 auto 10px;
    padding: 15px 10px;
    background: #de8888;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

.wave_button::hover label{
    background-color: #da3636;
}

.maker2 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 3px dotted #de8888;
    font-size: 20px;
    color: #de8888;
    font-weight: bold;
}

.waveHeight {
    height: 300px;
}

/*タブのインデックス部分--------------------------------------------------------*/


/*選択しているタブのコンテンツのみを表示*/

#tub1:checked ~ #tub_content1,
#tub2:checked ~ #tub_content2,
#tub3:checked ~ #tub_content3,
#tub4:checked ~ #tub_content4,
#tub5:checked ~ #tub_content5,
#tub6:checked ~ #tub_content6,
#tub7:checked ~ #tub_content7,
#tub8:checked ~ #tub_content8,
#tub9:checked ~ #tub_content9,
#tub10:checked ~ #tub_content10{
    display: block;
    position: relative;
    z-index: 0;
}
#tub_app1:checked ~ #tub_app_content1,
#tub_app2:checked ~ #tub_app_content2,
#tub_app3:checked ~ #tub_app_content3,
#tub_app4:checked ~ #tub_app_content4,
#tub_app5:checked ~ #tub_app_content5,
#tub_app6:checked ~ #tub_app_content6,
#tub_app7:checked ~ #tub_app_content7,
#tub_app8:checked ~ #tub_app_content8,
#tub_app9:checked ~ #tub_app_content9,
#tub_app10:checked ~ #tub_app_content10{
    display: block;
    position: relative;
    z-index: 0;
}
#tub_pop1:checked ~ #tub_pop_content1,
#tub_pop2:checked ~ #tub_pop_content2,
#tub_pop3:checked ~ #tub_pop_content3,
#tub_pop4:checked ~ #tub_pop_content4,
#tub_pop5:checked ~ #tub_pop_content5,
#tub_pop6:checked ~ #tub_pop_content6,
#tub_pop7:checked ~ #tub_pop_content7,
#tub_pop8:checked ~ #tub_pop_content8,
#tub_pop9:checked ~ #tub_pop_content9,
#tub_pop10:checked ~ #tub_pop_content10{
    display: block;
    position: relative;
    z-index: 0;
}
#tub_flyer1:checked ~ #tub_flyer_content1,
#tub_flyer2:checked ~ #tub_flyer_content2,
#tub_flyer3:checked ~ #tub_flyer_content3,
#tub_flyer4:checked ~ #tub_flyer_content4,
#tub_flyer5:checked ~ #tub_flyer_content5,
#tub_flyer6:checked ~ #tub_flyer_content6,
#tub_flyer7:checked ~ #tub_flyer_content7,
#tub_flyer8:checked ~ #tub_flyer_content8,
#tub_flyer9:checked ~ #tub_flyer_content9,
#tub_flyer10:checked ~ #tub_flyer_content10{
    display: block;
    position: relative;
    z-index: 0;
}

/*-----------------------------------------------------------------------------*/

/*タブのコンテンツ（質問内容）部分-----------------------------------------------*/

/*コンテンツ全体のスタイル*/
.content {
    display: none;
    width: 100%;
    border: 5px solid #20b2aa;
    clear: both;
    overflow: hidden;
    background-color: #fefefe;
}

/*-----------------------------------------------------------------------------*/

/*page1:おすすめ設定のテーブル設定*/
table.defaultContents{
    border: solid 1px;
    border-collapse: collapse;
    margin: 10px auto;
    width: 900px;
}

/*page1:おすすめ設定の見出し設定*/
th.defaultItem, th.defaultContents{
    color: #fff;
    background-color: #9fbbe4;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/*page1:おすすめ設定の見出し以外の設定*/
td.defaultItem, td.defaultContents{
    color: #433E53;
    border: solid 1px #869198;
    padding: 5px;
    vertical-align: middle;
}

/*page1:おすすめ設定の項目列の設定*/
th.defaultItem{
    width: 300px;
}

/*page1:おすすめ設定内容列の設定*/
th.defaultContents{
    width: 600px;
}

/*おすすめ設定テーブルの見出し文字装飾*/
p.defaultTable{
    font-size: 20px;
    padding: 10px 0px 0px 20px;
    color: #869198;
}

/*page4:営業時間全体の設定*/
table.shopTime{
    border: solid 1px;
    border-collapse: collapse;
    margin: 15px auto 0px auto;
    width: 900px;
}

.shopTime input[type=checkbox]{
    transform: scale(1.5);
}

/*page4:営業時間の見出し全体設定*/
th.shopTime{
    color: #fff;
    background-color: #9fbbe4;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/*page4:営業時間の見出し以外の設定*/
td.shopTime{
    color: #433E53;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
}

/*page4:営業時間の見出し以外の設定*/
.shopTime label{
    cursor: pointer;
}

/*page4:営業時間の配置*/
td.businessHours{
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
    width: 300px;
}

/*page4:営業時間の月、水、金、日列の設定*/
tr.dayWeek{
    background-color: #fff;
}

/*page4:スタッフのテーブル全体の設定*/
table.staff{
    border: solid 1px #869198;
    border-collapse: collapse;
    margin: 10px auto;
    width: 900px;
}

/*page4:スタッフの見出し全体の設定*/
.staffTable th{
    color: #fff;
    background-color: #9fbbe4;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/*page4:スタッフの入力欄の設定*/
.staffTable td{
    border: solid 1px #869198;
    padding: 3px;
    text-align: center;
}

/*page4:スタッフ入力欄全体の設定*/
.staffName input[type="text"]{
    width: 200px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 3px;
}

.treatmentTime input[type="text"]{
    width: 100px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 3px;
}

.staffComment input[type="text"]{
    width: 500px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 3px;
}

/*page4:メニュー入力欄全体の設定*/
.treatmentMenu input[type="text"]{
    width: 400px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}

.actuallyTime input[type="text"]{
    width: 80px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}

.visibleTime input[type="text"]{
    width: 80px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}

.menuPrice input[type="text"]{
    width: 80px;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}

.menu table{
    border: solid 1px #869198;
    border-collapse: collapse;
    margin: 10px auto;
    width: 900px;
}

.menu th{
    color: #fff;
    background-color: #9fbbe4;
    border: solid 1px #869198;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.menu td{
    border: solid 1px #869198;
    padding: 3px;
    text-align: center;
}

/*アンケート機能の例示テーブル*/
ul.customerQuestion{
  padding: 0;
  position: relative;
  margin: 10px auto;
  width: 97%;
}

li.customerQuestion {
  color: white;
  background: #81d0cb;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-bottom: 2px solid white;
  font-weight: bold;
  list-style-type: none;
}

li.customerQuestion2 {
  color: white;
  background: #789c9a;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 2px solid white;
  font-weight: bold;
  list-style-type: none;
  text-align: center;
}

/*詳細のホバー設定*/
.text{
  position: relative;
}

.description{
  position: absolute;
  bottom: 3.5em;
  left: 3px;
  padding: 6px;
  background-color: #1456ca;
  color:#FFF;
  border-radius:6px;
  opacity:0;
  display: none;
}

.description2 {
    bottom: 3.5em;
}

.description3{
    position: absolute;
    bottom: 344px;
    left: unset;
}

.description:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 0.4em solid transparent;
  border-top: 1em solid #1456ca;
}

.detail:hover + .description{
  animation: popup 1s forwards;
  display: block;
  position: absolute;
  z-index: 2;
}

.detail2:hover + .description{
  animation: popup 1s forwards;
  display: block;
}

.detail3:hover + .description3{
  animation: popup 1s forwards;
  display: block;
}

@keyframes popup {
  100% {
  opacity:1;
  }
}

/*「詳細」の装飾（h4）*/
span.detail, span.detail3{
    padding: 0 6px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fefefe;
    border-radius: 5px;
    background: #f9b955;
    color: #fefefe;
}

/*「詳細」の装飾（h5）*/
span.detail2{
    display: inline-block;
    padding: .11111rem .5rem;
    margin-right: 10px;
    font-size: .8rem;
    white-space: nowrap;
    cursor: default;
    border: 2px solid #fefefe;
    border-radius: 10px;
    background: #f9b955;
    color: #fefefe;
}

/*注意事項全体の設定*/
.notes{
    margin: 10px auto;
    padding: 15px;
    border: #bdbdbd 1px solid;
    border-radius: 9px;
    background-color: #fff;
    width: 90%;
    max-width: 750px;
    height: 40vh;
    overflow-y: scroll;
}

.notes p {
    font-size: 0.8em;
}

.keep_notes{
	padding: 0;
	border: none;
	background-color: transparent;
	overflow-y: auto;
	
}

/*注意事項の装飾*/
.cautionTopic{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/*中見出しの装飾*/
.subTopic{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

/*注意事項確認のチェックボックスのサイズや配置*/
.agree{
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.agree label{
    cursor: pointer;
}
.agree input[type=checkbox]{
    margin: 10px;
    transform: scale(2);
}

/*ボタンの配置*/
.buttonArea{
    text-align: center;
}

/*checkボタンの装飾*/
.checkButton{
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #88deca;
    color: #ffffff;
    margin: 20px;
    cursor: pointer;
}
button.checkButton:hover{
    border-radius: 5px;
    background-color: #10b98a;
}

/*image画像含むラジオボタンのCSS*/

.ans_area {
    padding-right: 90px;
    padding-bottom: 40px;
    width: 75%;
    box-sizing: border-box;
}

.tempEx2{
    height: 133px;
    width: 88px;
}

.typeCss3{
    display: inline-block;
    background: #ffffff;
    border-radius: 7px;
    width: 88px;
    height: 133px;
    margin: 7px;
}

/*カーソルのタイプ*/
.typeCss3{
    cursor: pointer;
}

ul.typeCss3 li label{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

/*ラジオボタンのサイズ*/
ul.typeCss3 li input{
    transform: scale(1.5);
}

img.app_Image{
    position: absolute;
    width: 100%;
    height: auto;
    top: -8px;
    right: 0px
}

.app_preview{
    position: relative;
    width: 100%;
    height: 460px;
    margin: 30px 0;
    padding: 15px;
}

.flyer_preview{
    position: relative;
    width: 100%;
    height: 343px;
    padding: 15px;
}

.slide_area{
    position: absolute;
    left: 25%;
    bottom: 0;
}

.pageCharacter{
    display: inline-block;
    color: #5e7fea;
    width: 55px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.indexBtn{
    display: inline-block;
    color: #7b7b7b;
    background-color: #ffffff;
    width: 28px;
    font-size: 18px;
    text-align: center;
    border: 1px dotted #8e8e8e;
    cursor: pointer;
}

.slide_area input[type="radio"]:checked + label {
    color: #ffffff;
    background-color: #00BCD4;
}

/*ラジオボタンの装飾まとめ*/

/*ラジオボタン全体のデザイン----------------------------------------------------*/

/*ラジオボタンのボタン消し*/
input.radioRemove {
    display: none;
}

/*-----------------------------------------------------------------------------*/

/*サイズ100px（元radioClub3）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub100 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub100 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub100 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ150px（元radioclub6）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub150 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub150 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 150px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub150 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ168px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub168 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub168 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 168px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub168 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ200px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub200 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub200 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 200px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
    font-size: 11px;
}

/*checkedが付いたら色変更*/
.radioclub200 input[type="radio"]:checked + .switch4{
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ350px（元radioclub4）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub350 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub350 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 350px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub350 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ430px（元radioclub5）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub430 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub430 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 430px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub430 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*店舗切替ボタンの装飾-----------------------------------------------------------*/

/*コピーボタンのエリア全体の設定*/
.copybutton_Area{
    position: relative;
    width: 90%;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    text-align: center;
    padding: 12px;
    margin: 20px auto 5px auto;
}

/*ボーダー上に重ねる見出しの設定*/
.button_text{
    position: absolute;
    top: -21%;
    left: 35%;
    font-size: 20px;
    font-weight: bold;
    color: #869198;
    background-color: #fefefe;
    text-align: center;
}

/*コピーエリア内部のボタン設定*/
.copy_button{
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #97dea7;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.copy_button:hover{
    background-color: #21c7be;
}

/*アプリ参考カラー------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclubApp {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclubApp label{
    display: block;
    float: left;
    cursor: pointer;
    width: 250px;
	height: 50px;
    margin: 0;
    background: #fff;
    color: #869198;
    text-align: center;
    line-height: 1;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclubApp input[type="radio"]:checked + .switch4{
    border: 5px solid #73ff00;
    height: 42px;
    width: 242px;
}

/*ラジオボタンの装飾まとめ*/

/*ラジオボタン全体のデザイン----------------------------------------------------*/

/*ラジオボタンのボタン消し*/
input.radioRemove {
    display: none;
}

/*-----------------------------------------------------------------------------*/

/*サイズ100px（元radioClub3）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub100 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub100 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub100 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ150px（元radioclub6）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub150 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub150 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 150px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub150 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ168px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub168 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub168 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 168px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub168 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ200px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub200 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub200 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 200px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub200 input[type="radio"]:checked + .switch4{
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ350px（元radioclub4）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub350 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub350 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 350px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub350 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ430px（元radioclub5）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub430 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub430 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 430px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub430 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/
.preview_area {
    border: 1px solid #000;
}

.preview_area2 {
    height: 500px;
    overflow: scroll;
}

/*ヘッダーの設定
---------------------------------------------------------------------------*/
.mauto {
    margin: 0 auto;
}

.prev_header {
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: url(../images/common/header_bg.png) repeat center center rgba(255, 255, 255, 0.9);
    box-shadow: 0px 6px 5px rgba(70, 60, 60, 0.1);
    position: relative;
    border-bottom-width: 0px;
}

.header_left {
    padding: 10px 0 10px 10px;
}

.prev_logo img {
    max-width: 300px;
    max-height: 60px;
}

.prev_h1 h1 {
    font-size: 10px;
}

.header_right {
    justify-content: flex-end;
}

.gnav_ul {
    display: flex;
}

.prev_gnav li {
    display: table;
    border: none;
    height: 103px;
    margin-left: 20px;
    font-size: 13px;
}

.gnav_list p {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.nav_contact {
    padding: 0 10px;
}

/*メインビジュアルの設定
---------------------------------------------------------------------------*/
.mv1 {
    height: 700px;
    background-size: 1200px;
}

.mv_cap.mv_text {
    text-align: center;
    width: 500px;
    margin: 200px auto;
}

.mv_text_L {
    font-size: 2.5vw;
    margin-bottom: 12px;
    padding: 12px;
    border-bottom: 2px solid #fff;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    text-shadow: 7px 1px 10px rgba(255, 255, 255, 1), -1px -1px 5px rgba(255, 255, 255, 1), 1px -1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), 1px 1px 5px rgba(255, 255, 255, 1), -1px -1px 5px rgba(255, 255, 255, 1), 1px -1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1);
}

.mv_text_M {
    font-size: 2.5vw;
    margin-bottom: 12px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    text-shadow: 7px 1px 10px rgba(255, 255, 255, 1), -1px -1px 5px rgba(255, 255, 255, 1), 1px -1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), 1px 1px 5px rgba(255, 255, 255, 1), -1px -1px 5px rgba(255, 255, 255, 1), 1px -1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1), -1px 1px 5px rgba(255, 255, 255, 1);
}

/*コンセプトの設定
---------------------------------------------------------------------------*/
.prev_section_concept {
    padding: 20px;
}

.poparea {
    background: rgba(255,255,255,0.8);
    padding: 30px;
}

.heading_area {
    padding: 30px;
}

.heading_border {
    padding-bottom: 30px;
}

.heading span {
    font-size: 36px;
    margin-right: 8px;
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1;
    font-weight: bold;
}

.heading p {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.heading_text h2 {
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}

.heading_text h3 {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.img_1 {
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.img_1 img {
    height: 500px;
}

.text_1 {
    width: 50%;
    padding: 15px;
}

.more_btn {
    padding: 5px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}

.more_btn p {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.p0 {
    padding: 0;
}

.text_h {
    margin-top: 50px;
    text-align: center;
}

.text_h p {
    font-size: 15px;
}


/*サービスの設定
---------------------------------------------------------------------------*/
.prev_section {
    padding-top: 50px;
}

.list_image img {
    max-height: 300px;
}

.column3_ul {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    color: #fff;
}

li.column3 {
    width: 33.3333333%;
}

.blackarea {
    background-color: rgba(0,0,0,0.5);
    height: 300px;
}

.servise_text {
    width: 67%;
    margin: 0 auto;
    padding-top: 40px;
}

/*.servise_text h4 {
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}*/

.servise_border {
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
}

.servise_text p {
    font-size: 12px;
    margin-top: 15px;
}

.detail_box_wrap {
    margin-top: 20px;
}

/*メニューの設定
---------------------------------------------------------------------------*/
.menu_area {
    background-color: #fff;
}

.common_table {
    margin-top: 100px;
}

.table_bdr th {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #000;
}

td.price {
    border-bottom: 1px solid;
    width: 30%;
    text-align: center;
    padding: 15px;
}

/*スタッフの設定
---------------------------------------------------------------------------*/
.infolist2 {
    width: 24%;
    background-color: #fff;
    height: 233px;
}

.staff_image {
    overflow: hidden;
    height: 200px;
}

.staff_image img {
    height: 200px;
}

/*.infolist2 h4 {
    padding: 5px;
    text-align: center;
}*/

/*ギャラリーの設定
---------------------------------------------------------------------------*/
.infolist3 {
    width: 24%;
    background-color: #fff;
    height: 200px;
}

.staff_image {
    overflow: hidden;
    height: 200px;
}

.staff_image img {
    height: 200px;
}

/*スケジュールの設定
---------------------------------------------------------------------------*/
.schedule_table {
    width: 80%;
    border-spacing: 0 5px;
    border-collapse: separate;
}

.schedule_table th {
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 25px 5px;
    vertical-align: middle;
    font-size: 18px;
    width: 94px;
    text-align: center;
}

.schedule_table td {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    padding: 25px 30px;
    vertical-align: middle;
    font-size: 18px;
}

/*求人情報の設定
---------------------------------------------------------------------------*/
.recruit_positon img {
    position: relative;
    right: 40%;
}

.table_bdr5 td {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #000;
    padding-left: 20px;
}

.table_bdr5 th.price {
    border-bottom: 1px solid;
    width: 30%;
    text-align: center;
    padding: 15px;
}

/*よくある質問の設定
---------------------------------------------------------------------------*/
.faq_wrap {
    padding: 20px;
}

/*新着情報の設定
---------------------------------------------------------------------------*/
.news_body {
    width: 90%;
    margin: 0 auto;
}

.mr1 {
    margin-right: 1%;
}

.infolist {
    width: 24%;
    background-color: #fff;
    height: 200px;
}

/*.infolist h4 {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}*/

.date {
    font-size: 12px;
    font-weight: bold;
    margin: 20px 15px;
}

.news_date {
    font-size: 12px;
    font-weight: bold;
    margin: 20px 15px;
    text-align: right;
}

.js-matchHeight_inner2 {
    padding: 0 15px;
    color: #000;
}

/*お客様の声の設定
---------------------------------------------------------------------------*/
.chara_area2 {
    height: 400px;
    background-color: #fff;
    color: #000;
}

.text_voice h3 {
    font-weight: bold;
    margin: 10px 0;
}

.text_voice p {
    padding-top: 20px;
}

.text_voice {
    padding: 0 80px;
}

.text_voice .mt50 {
    margin-top: 50px;
}

.voice_date {
    font-weight: bold;
    margin: 20px 15px;
}

.img_7 {
    width: 50%;
    overflow: hidden;
    height: 400px;
}

.img_7 img {
    height: 400px;
}

.voice_more_btn {
    padding: 5px;
    width: 180px;
    text-align: center;
    margin-top: 30px;
    display: table;
}

.voice_more_btn p {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

/*ブログの設定
---------------------------------------------------------------------------*/
.blog_area1 {
    width: 24%;
    background-color: #fff;
    text-align: left;
    height: 360px;
}

.blog_area2 {
    width: 50%;
    background-color: #fff;
    text-align: center;
    height: 360px;
}

.blog_area3 {
    width: 24%;
    background-color: #fff;
    text-align: right;
    height: 360px;
}

/*.blogarea h4 {
    font-weight: bold;
}*/

.mr1 {
    margin-right: 1%;
}

.blogimage img {
    max-width: 100%;
}

.blog_text {
    margin: 5px 0;
}

/*.blog_text h4 {
    color: #000;
    font-weight: bold;
}*/

.access_area {
    width:50%;
    padding: 10px;
}

.access_area h3 {
    font-weight: bold;
}

.access th {
    font-weight: bold;
    text-align: left;
    width: 150px;
    padding: 5px 0;
}

.access_text h3 {
    margin: 30px 0 20px;
}

.access2 {
    color: #fff;
}

.gaiyo {
    margin-bottom: 14px;
}

.footer_access2 table {
    color: #fff;
    text-align: center;
}

.mb30 {
    margin-bottom: 30px;
}

.heading_border2 {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

/*イメージセクションの設定
---------------------------------------------------------------------------*/
.image_section {
    height: 600px;
}

/*アクセスの設定
---------------------------------------------------------------------------*/
.access_text p {
    font-size: 14px;
}

.pb80 {
    padding-bottom: 80px;
}

/*特徴の設定
---------------------------------------------------------------------------*/
.chara_area {
    height: 500px;
}

.text_characteristic .heading {
    margin: 20px 0;
}

.text_characteristic h2 {
    font-weight: bold;
}

.text_characteristic h3 {
    font-weight: bold;
    margin: 10px 0;
}

.text_characteristic p {
    padding-top: 20px;
}

.img_2 {
    width: 50%;
    overflow: hidden;
    height: 500px;
}

.img_2 img {
    height: 500px;
}

.text_2 {
    width: 50%;
}

.text_characteristic {
    padding: 20px;
}

.text_characteristic .mt50 {
    margin-top: 50px;
}

.more_btn_img {
    width: 31%;
    height: 80px;
    color: #fff;
    text-align: center;
    margin-right: 1%;
}

.more_btn_img2 {
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
}

.more_btn_img2 p {
    font-weight: bold;
    padding-top: 30px;
}

.top_btm_links {
    margin-top: 40px;
}

.img_bg3_1 {
    background-size: cover;
}

.img_bg4_1 {
    background-size: cover;
}

.img_bg5_1 {
    background-size: cover;
}

.blackarea2 {
    background-color: rgba(0,0,0,0.5);
    height: 225px;
}

.characteristic_text p {
    height: 225px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 100px;
}

/*フッターの設定
---------------------------------------------------------------------------*/
.prev_section_foot {
    padding: 80px 0;
}

.foot22 {
    background-size: cover;
}

.textArea {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 80px;
}

.footer_access {
    text-align: center;
}

.footer_logo {
    width: 320px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.footer_address {
    font-size: 25px;
    text-align: center;
}

.footer_tel {
    font-size: 50px;
    text-align: center;
}

.more_btn2{
    width: 400px;
    font-size: 19px;
    padding: 25px;
}

.linkOnly {
    padding: 20px 0;
    margin-top: 50px;
}

.min-wrapper {
    text-align: center;
}

.min-wrapper li {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}

.copyright {
    margin: 0 auto;
    text-align: center;
}

.end_tel {
    font-size: 28px;
}

.foot_fixed {
    background-color: #000;
}

.end_hours p {
    font-size: 12px;
}

.more_btn3{
    width: 270px;
}

.foot_area {
    width: 700px;
    margin: 0 auto;
    padding: 10px;
}

path.st0 {
    fill: #fff;
}

.tel_icon {
    width: 40px;
    padding: 0 7px 0 0;
}

.foot_btn {
    margin: 0;
    position: relative;
    top: 15px;
}

.foot_telinfo {
    position: relative;
    top: -12px;
}

/* タイプ選択のパーツ用
--------------------------------------------*/
.typepreview_area {
    color: #626262;
    height: 300px;
}

.parts2, .parts {
    margin-bottom: 20px;
}

.contents_parts {
    margin-bottom: 15px;
}

.img_3 {
    width: 350px;
}

.img_3 img {
    max-width: 100%;
}

.text_3 {
    width: 740px;
}

.more_btn4 {
    padding: 5px;
    width: 180px;
    text-align: center;
    margin-top: 10px;
}

.servicelist2 {
    width: 47%;
    margin-bottom: 25px;
}

.more_btn4 {
    background-color: #c41a41;
    color: #fff;
}

.servicelist2 h3 {
    background: #c41a41;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.service_table tr {
    border-bottom: 1px solid;
}

.service_table th {
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.service_table td {
    width: 30%;
    background: #c41a41;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid;
    padding: 5px;
}

.price_table td {
    border-bottom: 1px solid;
    padding: 0px 3px 7px;
    font-size: 14px;
}

.price_b {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid;
    vertical-align: middle;
    background-color: #c41a41;
    color: #fff;
}

.mr5 {
    margin-right: 5%;
}

.blogarea2 {
    width: 32%;
    text-align: center;
}

/*.blogarea2 h4 {
    padding: 10px;
    font-weight: bold;
}*/

.img_4 {
    width: 25%;
}

.text_4 {
    width: 72%;
}

.voice_area h3 {
    color: #c41a41;
    font-weight: bold;
}

.voice_title {
    color: #fff;
    background-color:  #c41a41;
    font-weight: bold;
}

.p10 {
    padding: 10px;
}

.img_4 img {
    max-width: 100%;
}

.mt_7 {
    margin-top: -7px;
}

.ma10 {
    margin: 10px;
}

.blog_title {
    color: #fff;
    background-color: #c41a41;
    font-weight: bold;
}
 
.tagarea {
    width: 53%;
    margin: 0 auto;
}

.tagli {
    display: inline-block;
}

.tagli div {
    color: #fff;
    background-color: #c41a41;
    margin: 10px;
    width: 100%;
}

.tagli p {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 2% 3%;    
}

.flow_image {
    background-image: url(/images/site_image.jpg);
    background-size: 1178px;
    max-width: 1200px;
    height: 554px;
}

.flow2 {
    margin-left: 353px;
}

/* よくある質問
----------------------------------*/
.faq-cont {
    margin: 0 auto 15px;
    border: 1px solid #a0a0a0;
}

.q-cont {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    top: 20px;
    left: 30px;
}

.faq_contents {
    border-bottom: 1px solid #a0a0a0;
    background: #fff;
    color: #000;
}

.q_contents {
    width: 100px;
    height: 71px;
}

.q_contents img {
    width: 30px;
    position: relative;
    top: 20px;
    left: 32px;
}

.a_contents {
    width: 100px;
    height: 71px;
    border-right: 1px solid #a0a0a0;
    background-color: #6d6b6b;
}

.a_contents img {
    width: 30px;
    position: relative;
    top: 20px;
    left: 32px;
}

.a-cont {
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    top: 20px;
    left: 30px;
}

.table_bdr2 th {
    width: 20%;
    padding: 10px;
}

.table_bdr2 td {
    text-align: left;
}

/* タイプ選択のパーツ用2
--------------------------------------------*/
.prev_section2 {
    width: 48%;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 1%;
    background-color: #fff;
}

.img_5 {
    width: 30%;
}

.img_5 img {
    width: 100%;
}

.text_5 {
    width: 65%;
}

.text_h2 p {
    font-size: 10px;
}

/*.prev_h4 {
    font-size: 12px;
    text-align: left;
    padding: 0;
    font-weight: bold;
}*/

.typepreview_area {
    color: #626262;
    height: 400px;
}

.more_btn5 {
    padding: 5px;
    width: 28%;
    text-align: center;
    margin-top: 10px;
    background-color: #c41a41;
    color: #fff;
    font-size: 10px;
}

.servicelist2 h3 {
    background: #c41a41;
    color: #fff;
    font-weight: bold;
    padding: 2%;
    text-align: center;
    font-size: 12px;
}

.service_table th {
    font-weight: bold;
    text-align: left;
    padding-left: 2%;
    font-size: 10px;
}

.service_table td {
    width: 30%;
    background: #c41a41;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid;
    padding-right: 2%;
    font-size: 10px;
}

.list_image2 img {
    width: 100%;
    height: 120px;
}

.typepreview_area_title h3 {
    background-color: #626262;
    color: #fff;
    padding-left: 15px;
    font-weight: bold;
}

.type_prev2 {
    padding: 2%;
}

/*.button_area2_2 {
    width: 487px;
    margin: 0 auto;
}*/

/* タイプ選択のパーツ用3
--------------------------------------------*/
.prev_section3 {
    width: 32%;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 1%;
    background-color: #fff;
}

.heading_type2 h3 {
    background: #c41a41;
    color: #fff;
    font-weight: bold;
    padding: 1%;
    font-size: 12px;
    margin-bottom: 1%;
}

.table_bdr3 th{
    font-weight: bold;
    text-align: left;
    padding-left: 2%;
    font-size: 10px;
    border-bottom: 1px solid;
}

td.price2 {
    width: 30%;
    background: #c41a41;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid;
    padding-right: 2%;
    font-size: 10px;
}

.price_table td {
    border-bottom: 1px solid;
    padding: 0px 3px 7px;
    font-size: 10px;
}

.price_table th {
    width: 70%;
    text-align: left;
    color: #c41a41;
    font-weight: bold;
    border: none;
    padding-left: 2%;
    font-size: 12px;
}

.button_area3_2 {
    width: 731px;
    margin: 0 auto;
}

/* タイプ選択のパーツ用4
--------------------------------------------*/
.blogarea3 {
    width: 30%;
    text-align: center;
}

/*.blogarea3 h4 {
    padding: 1%;
    font-weight: bold;
    font-size: 12px;
}*/

.ma10 p {
    font-size: 10px;
}

/* タイプ選択のパーツ用5
--------------------------------------------*/
.voice_area h3 {
    color: #c41a41;
    font-weight: bold;
    font-size: 12px;
}

.date2 {
    font-size: 10px;
    margin-bottom: 1%;
    color: #c41a41;
}

.voice_text {
    font-size: 10px;
}

.p10 p {
    font-size: 10px;
}

/*h4.voice_title2 {
    font-size: 10px;
}*/




/*2カラムの設定
---------------------------------------------------------------------------*/
.column2 {
    max-width: 1200px;
    display: flex; 
    height: 100vh;
}

.mainarea {
    min-width: 900px;
    width: 100%;
    overflow-x: scroll;
}

.sidebar {
    width: 300px;
    height: auto;
    padding: 20px 10px 50px;
    overflow-x: scroll;
}

.color_zone4 button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 3px;
}

.color_zone4 li {
    display: inline-block;
}

.labelarea2 h3 {
    background-color: #9e84c1;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
}

.colorInfo {
    font-size: 13px;
}

.color_button_area button {
    width: 100%;
    margin: 20px 0 0 0;
}

.kome2 {
    padding-left: 20px;
    font-size: 13px;
}

.map {
    width: 48%;
}

.colorinfo {
    font-size: 12px;
}

.img_6 {
    width: 40%;
}

.img_6 img {
    width: 100%;
}

.text_6 {
    width: 58%;
}

.mainarea2 {
    min-width: 900px;
    width: 100%;
    overflow-x: scroll;
    height: 85vh;
}

/*モーダル選択時の背景*/
.modal_overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*モーダル全体の設定:モーダル背景との位置関係とか*/
.modal_display{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

.modal_adjust {
    height: 99%;
    overflow: hidden;
}

/*モーダルの見出し部分*/
.modal_display p{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 20px auto 10px;
}

/*モーダルの閉じるボタン*/
.modal_display i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic label{
    display: block;
    width: 700px;
    height: 34px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}
.modal_topic input[type ="radio"]:hover + .modal_appearance{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic input{
    display: none;
}

/*ポイント特典のモーダルデザイン1-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay1{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.modal_display1{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

/*モーダルの見出し部分*/
.modal_title1{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 0 auto 10px;
    padding-top: 20px;
}

/*モーダルの閉じるボタン*/
.modal_display1 i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display1 i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic1{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    padding-bottom: 76px;
    -webkit-overflow-scrolling: touch;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic1 label{
    display: block;
    width: 700px;
    height: 77px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}

/*トピックにホバーしたとき*/
.modal_topic1 label:hover{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic1 input{
    display: none;
}

.modal_topic1 p{
    border-top: 3px solid #48d1cc;
    font-size: 17px;
    padding: 10px 3px;
}

/*ポイント特典のモーダルデザイン2-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*ポイント特典のモーダルデザイン3-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}


/*メニュー詳細のモーダルデザイン4-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay4{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.modal_display4{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    max-width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

.modal_display4 i{
    position: absolute;
    right: 20px;
}

.modal_display4 p{
    font-size: 18px;
    padding: 5px;
    margin: auto 20px;
}

/*.modal_display4 h4{
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    margin: 20px 10px 10px;
    text-align: center;
}*/

.modal_display4 h5{
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto 10px;
}

.modal_adjust4 {
    height: 99%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal_adjust4 textArea{
    width: 80%;
    margin: 0 8%;
    font-size: 20px;
    resize: none;
    height: 160px;
}

.modal_adjust4 input[type="checkbox"]{
    margin-left: 20px;
}
.modal_adjust4 p{
    margin: 10px 10px 10px 20px;
}

.modal_adjust4 label{
    margin-top: 10px;
    font-size: 18px;
    padding-top: 5px;
}

/*モーダルの見出し部分*/
.dashed_48d1cc{
    border-bottom: 3px dashed #48d1cc;
}
.dashed_48d1cc h5{
    width: 80%;
    background-color: transparent;
    margin-top: 10px;
}

.staff_flex{
    display: flex;
}
.staff_flex div{
    width: 33%;
}

/*管理画面のヘッダー部分のリンク位置設定*/
.headerTopic{
    float: right;
    margin: 15px 10px 0 0;
}

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

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

/*.admin_table td:nth-child(3), .admin_table td:nth-child(4) {
    text-align: left;
}*/

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

/*一覧へ遷移する際のボタンの装飾*/
.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;
}

/*モーダル背景の装飾*/
.modalBackground{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #484747;
    opacity: 0;
    transform: scale(0);
}

/*モーダルの動的な装飾*/
.modalMove{
    transform: scale(1);
    opacity: 1;
}

/*モーダル全体の装飾*/
.modalMain{
    position: absolute;
    margin: 0 auto;
    top: 5vh;
    left: 0;
    right: 0;
    z-index: 30;
    background: #fefefe;
    opacity: 1;
    min-width:980px;
    width: 60vw;
    height: 90vh;
    border-radius: 10px;
}

.modal_adjust {
    height: 99%;
    overflow: hidden;
}

/*モーダルのボタンの配置*/
.modalButtonArea{
    text-align: center;
    margin-top: 8px;
}
.modalButtonArea form{
    display: inline-block;
}

/*モーダルの閉じるボタン装飾*/
.close_modal2{
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.close_modal2:hover{
    background-color: #00BCD4;
}

/*モーダルのスクロール部分*/
.modalScroll {
    height: calc(100% - 200px);
    overflow-y: scroll;
}

/*モーダルの編集画面ボタン装飾*/
.editButton{
    background-color: #de8888;
}
.editButton:hover{
    background-color: #da3636;
    border-radius: 5px;
}

/*モーダルの全画面表示ボタン編集*/
.fullscreenButton{
    background-color: #deb088;
}
.fullscreenButton:hover{
    background-color: #ec9c37;
    border-radius: 5px;
}

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

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

.a-head.developer input[type="text"] {
    width: 40%;
}

.a-head2 input[type="text"] {
    width: 50%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

.a-head3 input[type="text"] {
    width: 25%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

.a-head4 input[type="text"] {
    width: 15%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

.a-head5 input[type="text"] {
    width: 75%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

.a-head6 input[type="text"] {
    width: 80px;
    height: 50px;
    font-size: 43px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
}

/* 住所 ----------------------------*/
.address_gr {
    padding: 5px 25px;
}

.address_input {
    width: 50%;
}

.address_input input[type="text"] {
    width: 80%;
}

/* ドメインその他 ----------------------------*/
.domain_text2 input[type="text"] {
    width: 70%;
}

.onamae {
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    background-color: #95ca95;
    color: #fff;
}

input#domainRightOther1 {
    width: 250px;
    float: left;
    display: block;
}

input#domainRightOther2 {
    width: 270px;
    float: left;
    display: block;
}


/* 価格　その他 ----------------------------*/
input[type="text"].answer52text {
    width: 30%;
}

/* TOP見出し ----------------------------*/
.top_head_area{
    width: 800px;
    margin: 10px auto;
}

.top_head {
    width: 33%;
    float: left;
}

.top_head input[type="text"] {
    width: 73%;
}

span#text1 {
    position: relative;
    right: 50px;
    font-weight: bold;
    color: #626262;
}

span#text2 {
    position: relative;
    right: 50px;
    font-weight: bold;
    color: #626262;
}

span#text3 {
    position: relative;
    right: 50px;
    font-weight: bold;
    color: #626262;
}

/* キャッチコピー ----------------------------*/
input#topHead4 {
    width: 70%;
}

input#topHead5 {
    width: 70%;
}

span#text4 {
    position: relative;
    right: 75px;
    font-weight: bold;
    color: #626262;
}

span#text5 {
    position: relative;
    right: 75px;
    font-weight: bold;
    color: #626262;
}

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

/* 時間入力
---------------------------------------------------------------------------*/
input[type="time"] {
    font-size: 16px;
    padding: 3px;
    margin: 5px;
}

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

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

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

/* 日付入力装飾
---------------------------------------------------------------------------*/
.date {
    width: 30%;
    margin: 0 auto;
}

input[type="date"] {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

/* ラジオボタン装飾
---------------------------------------------------------------------------*/

/* タイプ選択 ----------------------------*/
.radioclub {
    margin: 15px 0;
}

.radioclub input {
	display: none;
}

.radioclub label{
	display: block;
	float: left;
	cursor: pointer;
	width: 200px;
	margin: 0;
	padding: 10px;
	background: #fff;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
        border: 1px solid;
}
.radioclub label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.radioclub label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.radioclub input[type="radio"]:checked + .switch1 {
	background-color: #a1b91d;
	color: #fff;
}
.radioclub input[type="radio"]:checked + .switch2 {
	background-color: #689ae6;
	color: #fff;
}

.radioclub input[type="radio"]:checked + .switch3 {
	background-color: #e67168;
	color: #fff;
}

.radioArea2 {
    width: 446px;
    margin: 15px auto;
}

.radioArea3 {
    width: 668px;
    margin: 15px auto;
}


/* 新規ドメイン ----------------------------*/
label.domainr {
    width: 150px;
}


#aleart {
    color: #f00;
    font-weight: bold;
    padding-left: 1em;
}

/* チェックボックス装飾
---------------------------------------------------------------------------*/
.checkClub {
    margin: 10px;
}

.checkClub input {
    display: none;
}

.checkClub label{
    display: block;
    float: left;
    cursor: pointer;
    width: 150px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

.checkClub .days {
    width: 80px;
}

.checkClub input[type="checkbox"]:checked + .switch4 {
    background-color: #8bd2f3;
    color: #fff;
    border: 1px solid #2b4e96;
}

.checkClub input[type="checkbox"]:checked + .switch5 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}

.checkClub input[type="checkbox"]:checked + .switch6 {
    background-color: #8bd2f3;
    color: #fff;
    border: 1px solid #2b4e96;
}

#check1 {
    background: url(/images/page_tag/page_menu_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check2 {
    background: url(/images/page_tag/page_menu_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check3 {
    background: url(/images/page_tag/page_staff_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check4 {
    background: url(/images/page_tag/page_gallery_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check5 {
    background: url(/images/page_tag/page_schedule_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check6 {
    background: url(/images/page_tag/page_voice_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check7 {
    background: url(/images/page_tag/page_faq_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check8 {
    background: url(/images/page_tag/page_news_off.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check1_h:checked + .switch7{
    background: url(/images/page_tag/page_menu_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check2_h:checked + .switch7{
    background: url(/images/page_tag/page_menu_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check3_h:checked + .switch7{
    background: url(/images/page_tag/page_staff_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check4_h:checked + .switch7{
    background: url(/images/page_tag/page_gallery_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check5_h:checked + .switch7{
    background: url(/images/page_tag/page_schedule_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check6_h:checked + .switch7{
    background: url(/images/page_tag/page_voice_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check7_h:checked + .switch7{
    background: url(/images/page_tag/page_faq_on.jpg);
    background-size: 185px;
    height: 140px;
}

.checkClub input[type="checkbox"]#check8_h:checked + .switch7{
    background: url(/images/page_tag/page_news_on.jpg);
    background-size: 185px;
    height: 140px;
}

#check1, #check2, #check3, #check4, #check5, #check6, #check7, #check8 {
    border: 5px solid #d1d6d9;
    margin: 5px;
}

label.check_prev1 {
    background: url(/images/page_tag/page_menu_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev2 {
    background: url(/images/page_tag/page_recruit_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev3 {
    background: url(/images/page_tag/page_voice_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev4 {
    background: url(/images/page_tag/page_gallery_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev5 {
    background: url(/images/page_tag/page_news_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev6 {
    background: url(/images/page_tag/page_faq_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev7 {
    background: url(/images/page_tag/page_staff_off.jpg);
    background-size: 185px;
    height: 140px;
}

label.check_prev8 {
    background: url(/images/page_tag/page_schedule_off.jpg);
    background-size: 185px;
    height: 140px;
}

#check11, #check12, #check13 {
    border: 5px solid #d1d6d9;
    margin: 5px;
}

/*ポイントランク用チェックボックス装飾*/
.checkClub4 {
    margin: 10px;
}

.checkClub4 input {
    display: none;
}

.checkClub4 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 165px;
    margin: 0;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid #869198;
}

.checkClub4 .days {
    width: 80px;
}

/*ポイントランク用チェックボックス装飾*/
.checkClub5 {
    margin: 10px;
}

.checkClub5 input {
    display: none;
}

.checkClub5 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 250px;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid #869198;
}

.checkClub5 input[type="checkbox"]:checked + .switch5 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}

/*登録項目のチェックボックス装飾*/
.checkClub6 {
    margin: 10px;
}

.checkClub6 input {
    display: none;
}

.checkClub6 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 420px;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid #869198;
}

.checkClub6 input[type="checkbox"]:checked + .switch5 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}


/* 性別 ----------------------------*/
.ws {
    width: 562px;
    margin: 10px auto;
}

/* 強調したいサービス名・商品名 ----------------------------*/


.checkClub3 {
    margin: 10px;
}

.checkClub3 input {
    display: none;
}

.checkClub3 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 350px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

.checkClub3 input[type="checkbox"]:checked + .switch4 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}

.checkClub3 input[type="checkbox"]:checked + .switch5 {
    background-color: #93BAF1;
    color: #fff;
    border: 1px solid #2b4e96;
}

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

/* テキストエリア装飾
---------------------------------------------------------------------------*/
.reqtext {
    width: 922px;
    margin: 0 auto;
}

/* キャッチコピー ----------------------------*/
span#text6 {
    position: relative;
    right: 110px;
    bottom: 10px;
    font-weight: bold;
    color: #626262;
}

textarea#topHead6 {
    height: 70px;
}

/* ボタン装飾
---------------------------------------------------------------------------*/
/* デフォルト設定 ----------------------------*/

/*注意事項確認画面のボタン*/
.button_check {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #48d1cc;
    color: #ffffff;
    margin: 20px;
}
.button_check:hover {
    color: #fff;
    background-color: #10b98a;
    border-radius: 5px;
}

.button_check2 {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #48d1cc;
    color: #ffffff;
    margin: 20px auto;
}
.button_check2:hover {
    color: #fff;
    background-color: #10b98a;
    border-radius: 5px;
}

input[type="button"].kakunin{
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #88b4de;
    color: #ffffff;
    margin: 20px;
}

input[type="button"].kakunin:hover {
    color: #fff;
    background-color: #2d3dbd;
    border-radius: 5px;
}

button {
    width: 280px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #88b4de;
    color: #ffffff;
    margin: 20px;
}

button:hover {
    color: #fff;
    background-color: #2d3dbd;
    border-radius: 5px;
}

button.green:hover {
    color: #fff;
    background-color: #47b952;
    border-radius: 5px;
}

.keyChange {
    margin: 0;
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-right: 7px;
}

/* スタートボタン ----------------------------*/
.start_button {
    width: 321px;
    margin: 0 auto;
}

.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;
}





.form_button2 {
    margin: 0 auto;
    width: 581px;
    margin-top: 15px;
}

.button_area {
    width: 201px;
    margin: 0 auto;
}

.button3 {
    width: 200px;
}

.button4 {
    width: 150px;
    margin: 0 auto;
}

.button5 {
    width: 426px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.change_all{
    width: 262px;
    height: 32px;
    font-size: 14px;
    margin: 5px 0 0px 0;
}

.color_button {
    width: 150px;
    margin-top: 30px;
}

.check_button {
    width: 230px;
}

.suggest_button {
    width: 290px;
}

.color_button2 {
    margin: 0 20px;
}

.menu_detail{
    width: 80px;
    height: 30px;
    font-size: 14px;
    margin: 3px;
}

/* カラー選択OKボタン ----------------------------*/
input.okbutton {
    float: right;
    width: 150px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    margin: 5px 10px 0 0;
    background-color: #e67928;
    color: #ffffff;
}

/* クリアボタン ----------------------------*/
.clear_button {
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #b1d4f1;
    border: none;
}

.clear_button:hover {
    background-color: #b1d4f1;
}

/* 閉じるボタン ----------------------------*/
.close_btn {
    margin: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    top: 4px;
    right: 6px;
}

.result_btn2 {
    float: left;
}

/* 下へジャンプ閉じるボタン ----------------------------*/
.jumpBtn {
    margin: 0;
    padding: 3px;
    width: 100%;
    height: 100%;
}

/* クリアーボタン
---------------------------------------------------------------------------*/
.clearButton{
  width: 13px;
  height: 13px;
  position: absolute;
  right: 2px;
  top: 1px;
  background: url(/images/clear_btn.png) no-repeat left center;
  cursor: pointer;	
}


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

.reqinput {
    background-color: #fcffe0;
}

/*プルダウン方式の入力欄の配置（h4）*/
.pulldown1{
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*プルダウン方式の入力欄の配置（h5）*/
.pulldown2{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*テキストボックスと文字混合の配置設定*/
.textbox{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    
/*インスタのIDとパスの配置*/
.instagramUser, .instagramPass{
    width: 400px;
    float: left;
    padding: 0px 10px 10px 0px;
    margin: 5px;
}

/*wifiのIDとパスの配置*/
.wifiId, .wifiPassword{
    width: 400px;
    float: left;
    padding: 0px 10px 10px 0px;
    margin: 5px;
}

/*質問項目の追加ボタン装飾*/
.plusQuestion{
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #5E7FEA;
    color: #fff;
    font-size: 17px;
}

.questionArea{
    border: dashed 2px #869198;
    border-radius:6px;
    padding: 5px 10px;
    margin: 10px auto;
}

.questionArea1{
    border: dashed 2px #869198;
    border-radius:6px;
    padding: 5px 10px;
    margin: 10px auto;
}

.questionArea2{
    border: dashed 2px #869198;
    border-radius:6px;
    padding: 5px 10px;
    margin: 10px auto;
}

.questionArea3{
    border: dashed 2px #869198;
    border-radius:6px;
    padding: 5px 10px;
    margin: 10px auto;
}

/*業種別特典事例のボタン装飾*/
.couponExample{
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    background-color: #95ca95;
    color: #fff;
}

#sortableArea{
	overflow: auto;
}

/*ポイントランクの装飾*/
.gold1{
    position: relative;
    width: 280px;
}

.gold2{
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 78px;
    color: black;
    padding:0 2px;
    line-height:1.5em;
}

.silver1{
    position: relative;
}

.silver2{
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 368px;
    color: black;
    padding:0 2px;
    line-height:1.5em;
}

/*ポイントランクの倍率設定装飾*/
.pointGold1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #C8AF40;
    background-color: #fff6cc;
    cursor: move;
}

.pointGold2{
    width: 50%;
    text-align:center;
    float: left;
}

.pointGold3{
    width: 50%;
    float: left;
}

.pointGold4 img{
    height: 38px;
    vertical-align:middle;
}

.pointGold4 span{
    font-size: 20px;
    vertical-align:middle;
}

.pointSilver1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #989FAA;
    background-color: #e4edfb;
    cursor: move;
}

.pointBronze1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #744A1F;
    background-color: #fbe8d6;
    cursor: move;
}

.pointPremiumblack1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #343534;
    background-color: #dadada;
    cursor: move;
}

.pointDiamond1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #ABAEC6;
    background-color: #daddea;
    cursor: move;
}

.pointGreen1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #48A689;
    background-color: #d4efe6;
    cursor: move;
}

.pointWhite1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #BFC3E0;
    background-color: #ebecf7;
    cursor: move;
}

.pointOrange1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #EB9B17;
    background-color: #ffe8c2;
    cursor: move;
}

.pointPlatinum1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #999999;
    background-color: #eae3e3;
    cursor: move;
}

.pointBlue1{
    width: 90%;
    margin: 5px auto;
    padding-top: 13px;
    border: 3px dashed #1C77B5;
    background-color: #e5f5ff;
    cursor: move;
}

/*ポイントランクの一覧*/
.pointColor{
    width: 850px;
    margin: 0 auto;
}

ul.pointColor{
    display: block;
    list-style: none;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding: 0;
}

ul.pointColor li input {
    position: absolute;
    top: 4px;
    left: 7px;
    transform: scale(1.5);
}

.pointColor input {
    margin-right: 8px;
}

.pointColor label {
    cursor: pointer;
}

ul.pointColor li label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

ul.pointColor li {
    display: block;
    height: 60px;
    width: 160px;
    float: left;
    position: relative;
    margin: 0 auto;
}

ul.pointColor .gold {
    background: url(/images/point_min/card-small-gold.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .silver {
    background: url(/images/point_min/card-small-silver.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .bronze {
    background: url(/images/point_min/card-small-bronze.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .black {
    background: url(/images/point_min/card-small-premiumblack.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .diamond {
    background: url(/images/point_min/card-small-diamond.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .silver {
    background: url(/images/point_min/card-small-silver.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .green {
    background: url(/images/point_min/card-small-green.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .white {
    background: url(/images/point_min/card-small-white.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .orange {
    background: url(/images/point_min/card-small-orange.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .platinum {
    background: url(/images/point_min/card-small-platinum.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

ul.pointColor .blue {
    background: url(/images/point_min/card-small-blue.png) center center no-repeat;
    margin: 0 10px 10px 0;
}

/*ボタンの装飾*/
.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn:hover {
    background: #00bcd4;
    color: white;
}

/*追加するボタンの装飾*/
.square_btn2{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px 10px 10px;
    margin: 10px;
    text-decoration: none;
    color: #5E7FEA;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn2:hover {
    background: #5E7FEA;
    color: white;
}

/*「追加する」buttonの装飾*/
.add{
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    padding: 7px 15px 7px 10px;
    margin: 10px;
    color: #5E7FEA;
    background: #ECECEC;
    border-radius: 10px;
}

.add:hover {
    background: #5E7FEA;
    color: white;
}

/*「追加する」以外buttonの装飾*/
.add2{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding:  0.25em 1.5em;
    margin: 5px;
    color: #00BCD4;
    background: #ECECEC;
    border-radius: 25px;
}

.add2:hover {
    background: #00bcd4;
    color: white;
}

.add3{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    padding:  0.25em 1.5em;
    color: #00BCD4;
    background: #ECECEC;
    border-radius: 25px;
}

.add3:hover {
    background: #00bcd4;
    color: white;
}

/*GBPの権限付与の説明書*/
.add4{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding:  0.3em 1.5em 0.15em;
    color: #00BCD4;
    background: #ECECEC;
    border-radius: 25px;
}

.add4:hover {
    background: #00bcd4;
    color: white;
}

/*ごみ箱の装飾*/
.fa-1{
    font-size: 1.5rem;
}

.topic{
    background-color: #20b2aa;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

i.far{
    color: #f6fb3b;
    float: right;
}

/*アプリ選択画面のカラム設定*/
.flex1{
    display: flex;
}

.main3{
/*    width: 150%;*/
	flex: 5;
}

.images1{
    margin-left: 80px;
    flex: 2;
}

.app_img{
    position: relative;
    width: 226px;
    top: 48px;
    left: 16px;
}

.iphone_img{
    position: relative;
    top: -406px;
    width: 257px;
    height: 502px;
}

/*フレックス設定---------------------------------------------------------------*/

/*フレックス設定（このクラスで囲んだ子要素がカラム分割できる）*/
.flex2{
    display: flex;
}

/*フレックスのサイドバー部分（ロゴテンプレート用）*/
.sidebar2{
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.main2 {
    width: 70%;
    transition: .5s linear;
}

@media (min-width: 736px) {
    .main2_full {
        width: 100%;
    }
    
    div.sidebar3_none {
        width: 0;
        opacity: 0;
    }
}

.sidebar3{
    width: 30%;
    transition: .5s linear;
    position: relative;
}

.sidebar4{
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/*フレックスのサイドバー部分（ロゴタイプ用）*/
.move{
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.abso {
    position: absolute;
    top: 0;
    transition: .5s;
}

.abso.fixed{
    position: fixed;
    top: 5%;
}

/*ロゴプレビュー----------------------------------------------------------------*/

/*ロゴプレビュー背景全体の設定*/
.logo_preview {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 35px;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_preview2 {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 35px;
    padding: 15px;
    margin: 5% auto;
}

/*ロゴプレビュー画像の設定（ロゴタイプ用）*/
img.iconImage{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 9px;
    right: 20px;
}

/*ロゴプレビューのフォントの配置設定（ロゴタイプ用）*/
img.iconImage2{
    position: absolute;
    top: 22px;
    right: 15px;
    width: 170px;
    height: 170px;
}

/*ロゴプレビューの画像設定（背景色変えるのみの時）*/
img.iconImage3{
    width: 100%;
    height: 100%;
}

/*プレビューの「プレビュー」文字設定*/
.headline{
    padding: 0.5em 0;
    margin: 10px;
    background-color: #c8d2d2;
    border: dashed 3px #ffffff;
    box-shadow: 0px 0px 8px 6px #c8d2d2;
}
.headline p{
    display: block;
    width: 200px;
    color: #4c4c4c;
    text-align: center;
}

/*POPデザイン「プレビューの文字設定」*/
.headline2{
    padding: 0.5em 0;
    margin: 60px;
    background-color: #c8d2d2;
    border: dashed 3px #ffffff;
    box-shadow: 0px 0px 8px 6px #c8d2d2;
    position: relative;
    top: 41px;
}
.headline2 p{
    display: block;
    width: 200px;
    color: #4c4c4c;
    text-align: center;
}

/*チラシデザイン「プレビューの文字設定」*/
.headline3{
    padding: 0.5em 0;
    margin: 40px;
    background-color: #c8d2d2;
    border: dashed 3px #ffffff;
    box-shadow: 0px 0px 8px 6px #c8d2d2;
}
.headline3 p{
    display: block;
    width: 200px;
    color: #4c4c4c;
    text-align: center;
}

/*ロゴテンプレート--------------------------------------------------------------*/

/*ロゴテンプレート全体の配置設定*/
.templateDesign{
    margin: 0 auto;
    list-style: none;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding: 0;
}

/*ロゴテンプレートの背景色サイズ設定*/
li.template_Design1 {
    display: inline-block;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin: 5px;
}

/*ロゴテンプレートのラジオボタンのサイズ*/
ul.templateDesign li input {
    transform: scale(1.5);
}

/*ロゴテンプレート選択時のカーソルタイプ*/
.templateDesign label {
    cursor: pointer;
}

ul.templateDesign li label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.tempEx{
    height: 100px;
    width: 100px;
}

/*ロゴテンプレートの画像選択 黒ver.*/
.black .templateDesign1 {
    background: url(/images/logo_template/black/1.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign2 {
    background: url(/images/logo_template/black/2.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign3 {
    background: url(/images/logo_template/black/3.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign4 {
    background: url(/images/logo_template/black/4.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign5 {
    background: url(/images/logo_template/black/5.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign6 {
    background: url(/images/logo_template/black/6.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign7 {
    background: url(/images/logo_template/black/7.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign8 {
    background: url(/images/logo_template/black/8.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign9 {
    background: url(/images/logo_template/black/9.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign10 {
    background: url(/images/logo_template/black/10.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign11 {
    background: url(/images/logo_template/black/11.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign12 {
    background: url(/images/logo_template/black/12.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign13 {
    background: url(/images/logo_template/black/13.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign14 {
    background: url(/images/logo_template/black/14.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign15 {
    background: url(/images/logo_template/black/15.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign16 {
    background: url(/images/logo_template/black/16.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign17 {
    background: url(/images/logo_template/black/17.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign18 {
    background: url(/images/logo_template/black/18.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign19 {
    background: url(/images/logo_template/black/19.png) center center no-repeat;
    background-size: 75px;
}
.black .templateDesign20 {
    background: url(/images/logo_template/black/20.png) center center no-repeat;
    background-size: 75px;
}

/*ロゴテンプレートの画像選択 白ver.*/
.templateDesign1 {
    background: url(/images/logo_template/white/1.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign2 {
    background: url(/images/logo_template/white/2.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign3 {
    background: url(/images/logo_template/white/3.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign4 {
    background: url(/images/logo_template/white/4.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign5 {
    background: url(/images/logo_template/white/5.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign6 {
    background: url(/images/logo_template/white/6.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign7 {
    background: url(/images/logo_template/white/7.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign8 {
    background: url(/images/logo_template/white/8.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign9 {
    background: url(/images/logo_template/white/9.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign10 {
    background: url(/images/logo_template/white/10.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign11 {
    background: url(/images/logo_template/white/11.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign12 {
    background: url(/images/logo_template/white/12.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign13 {
    background: url(/images/logo_template/white/13.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign14 {
    background: url(/images/logo_template/white/14.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign15 {
    background: url(/images/logo_template/white/15.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign16 {
    background: url(/images/logo_template/white/16.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign17 {
    background: url(/images/logo_template/white/17.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign18 {
    background: url(/images/logo_template/white/18.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign19 {
    background: url(/images/logo_template/white/19.png) center center no-repeat;
    background-size: 75px;
}
.templateDesign20 {
    background: url(/images/logo_template/white/20.png) center center no-repeat;
    background-size: 75px;
}

/*ロゴテンプレートのフォント画像サイズ設定（タイプ選択の時にも使用）*/
.fontImage img{
    position: relative;
    top: 4px;
    width: 100%;
    height: auto;
}

/*ロゴテンプレートのフォント画像配置（タイプ選択の時にも使用）*/
.fontImage{
    width: 100%;
    text-align:center;
}

/*ロゴテンプレートのフォントサンプルのボーダーデザイン（タイプ選択の時にも使用）*/
.font_box{
    position: relative;
    width: 90%;
    margin: 1em auto 1.5em auto;
    padding: 1em 2em;
    border: 5px dashed #c0c0c0;
}

.icon_box{
    margin-bottom:0.5em;
}
/*ロゴテンプレートのフォント「sample」の見出しデザイン、配置（タイプ選択の時にも使用）*/
.font_box .kawaii{
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 1em;
    font-family: arial black;
    padding: 0 1em;
    margin: 0;
    background-color: #fefefe;
    transform: translateY(-50%) translateX(1em);
}

/*ロゴタイプのフォントサンプルのボーダーデザイン（タイプ選択の時にも使用）*/
.font_box2{
    position: relative;
    width: 70%;
    margin: 1em 1px 1.5em 1px;
    padding: 1em 2em;
    border: 5px dashed #c0c0c0;
}

/*ロゴタイプのフォント「sample」の見出しデザイン、配置（タイプ選択の時にも使用）*/
.font_box2 .kawaii{
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 1em;
    font-family: arial black;
    padding: 0 1em;
    margin: 0;
    background-color: #fefefe;
    transform: translateY(-50%) translateX(1em);
}

.more_icon{
    display: block;
    text-align: right;
    cursor: pointer;
    width: 150px;
    margin-left: 514px;
    background-color: #848484;
    padding: 7px;
    color: white;
    border-radius: 10px;
}

.more_icon_img{
    height: 93%;
    position: relative;
    left: 27px;
    top: 24px;
}
.close_modal_moreimage{
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    right: -1px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}

#more_image1, #more_image2, #more_image3, #more_image4, #more_image5,
#more_image6, #more_image7, #more_image8, #more_image9, #more_image10{
    height: 1px;
}

.more_icon_bg1, .more_icon_bg2, .more_icon_bg3, .more_icon_bg4, .more_icon_bg5,
.more_icon_bg6, .more_icon_bg7, .more_icon_bg8, .more_icon_bg9, .more_icon_bg10{
    position: absolute;
    background-color: white;
    width: 403px;
    height: 588px;
    right: 8px;
    bottom: 5px;
    box-shadow: 0px 0px 5px 1px #292929d9;
    border-radius: 17px;
}

/*-----------------------------------------------------------------------------*/

/*ロゴタイプ--------------------------------------------------------------------*/

/*ロゴタイプ全体の配置設定*/
.typeCss{
    width: 100%;
    margin: 0 auto;
    list-style: none;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding: 0;
}

/*ロゴタイプの背景色、サイズ設定*/
.typeCss2{
    display: inline-block;
    background: #efd9c2;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin: 5px;
}
ul.typeCss li input {
    transform: scale(1.5);
}

.typeCss label {
    cursor: pointer;
}

ul.typeCss li label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

/*ロゴタイプの画像選択*/
.typeDesign1{
    background: url(/images/logo_type/black/1.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign2{
    background: url(/images/logo_type/black/2.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign3{
    background: url(/images/logo_type/black/3.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign4{
    background: url(/images/logo_type/black/4.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign5{
    background: url(/images/logo_type/black/5.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign6{
    background: url(/images/logo_type/black/6.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign7{
    background: url(/images/logo_type/black/7.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign8{
    background: url(/images/logo_type/black/8.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign9{
    background: url(/images/logo_type/black/9.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign10{
    background: url(/images/logo_type/black/10.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign11{
    background: url(/images/logo_type/black/11.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign12{
    background: url(/images/logo_type/black/12.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign13{
    background: url(/images/logo_type/black/13.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign14{
    background: url(/images/logo_type/black/14.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign15{
    background: url(/images/logo_type/black/15.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign16{
    background: url(/images/logo_type/black/16.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign17{
    background: url(/images/logo_type/black/17.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign18{
    background: url(/images/logo_type/black/18.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign19{
    background: url(/images/logo_type/black/19.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign20{
    background: url(/images/logo_type/black/20.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign21{
    background: url(/images/logo_type/black/21.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign22{
    background: url(/images/logo_type/black/22.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign23{
    background: url(/images/logo_type/black/23.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign24{
    background: url(/images/logo_type/black/24.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign25{
    background: url(/images/logo_type/black/25.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign26{
    background: url(/images/logo_type/black/26.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign27{
    background: url(/images/logo_type/black/27.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign28{
    background: url(/images/logo_type/black/28.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign29{
    background: url(/images/logo_type/black/29.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign30{
    background: url(/images/logo_type/black/30.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign31{
    background: url(/images/logo_type/black/31.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign32{
    background: url(/images/logo_type/black/32.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign33{
    background: url(/images/logo_type/black/33.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign34{
    background: url(/images/logo_type/black/34.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign35{
    background: url(/images/logo_type/black/35.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign36{
    background: url(/images/logo_type/black/36.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign37{
    background: url(/images/logo_type/black/37.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign38{
    background: url(/images/logo_type/black/38.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign39{
    background: url(/images/logo_type/black/39.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign40{
    background: url(/images/logo_type/black/40.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign41{
    background: url(/images/logo_type/black/41.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign42{
    background: url(/images/logo_type/black/42.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign43{
    background: url(/images/logo_type/black/43.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign44{
    background: url(/images/logo_type/black/44.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign45{
    background: url(/images/logo_type/black/45.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign46{
    background: url(/images/logo_type/black/46.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign47{
    background: url(/images/logo_type/black/47.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign48{
    background: url(/images/logo_type/black/48.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign49{
    background: url(/images/logo_type/black/49.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign50{
    background: url(/images/logo_type/black/50.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign51{
    background: url(/images/logo_type/black/51.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign52{
    background: url(/images/logo_type/black/52.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign53{
    background: url(/images/logo_type/black/53.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign54{
    background: url(/images/logo_type/black/54.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign55{
    background: url(/images/logo_type/black/55.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign56{
    background: url(/images/logo_type/black/56.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign57{
    background: url(/images/logo_type/black/57.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign58{
    background: url(/images/logo_type/black/58.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign59{
    background: url(/images/logo_type/black/59.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign60{
    background: url(/images/logo_type/black/60.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign61{
    background: url(/images/logo_type/black/61.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign62{
    background: url(/images/logo_type/black/62.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign63{
    background: url(/images/logo_type/black/63.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign64{
    background: url(/images/logo_type/black/64.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign65{
    background: url(/images/logo_type/black/65.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign66{
    background: url(/images/logo_type/black/66.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign67{
    background: url(/images/logo_type/black/67.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign68{
    background: url(/images/logo_type/black/68.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign69{
    background: url(/images/logo_type/black/69.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign70{
    background: url(/images/logo_type/black/70.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign71{
    background: url(/images/logo_type/black/71.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign72{
    background: url(/images/logo_type/black/72.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign73{
    background: url(/images/logo_type/black/73.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign74{
    background: url(/images/logo_type/black/74.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign75{
    background: url(/images/logo_type/black/75.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign76{
    background: url(/images/logo_type/black/76.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign77{
    background: url(/images/logo_type/black/77.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign78{
    background: url(/images/logo_type/black/78.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign79{
    background: url(/images/logo_type/black/79.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign80{
    background: url(/images/logo_type/black/80.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign81{
    background: url(/images/logo_type/black/81.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign82{
    background: url(/images/logo_type/black/82.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign83{
    background: url(/images/logo_type/black/83.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign84{
    background: url(/images/logo_type/black/84.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign85{
    background: url(/images/logo_type/black/85.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign86{
    background: url(/images/logo_type/black/86.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign87{
    background: url(/images/logo_type/black/87.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign88{
    background: url(/images/logo_type/black/88.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign89{
    background: url(/images/logo_type/black/89.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign90{
    background: url(/images/logo_type/black/90.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign91{
    background: url(/images/logo_type/black/91.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign92{
    background: url(/images/logo_type/black/92.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign93{
    background: url(/images/logo_type/black/93.png) center center no-repeat;
    background-size: 75px;
}
.typeDesign94{
    background: url(/images/logo_type/black/94.png) center center no-repeat;
    background-size: 75px;
}

/*-----------------------------------------------------------------------------*/

/*page1のアプリ名称サンプル*/
img.sample1{
/*    width: 100%;*/
    max-height: 38vh;
    border-radius: 11px;
    border: 5px dashed #20b2aa;
}

/*ポイント特典の来店回数のcss*/
.pointCalculation{
    font-size: 20px;
    font-weight: bold;
    height: 110px;
    padding: 0 15px;
    text-align: center;
}

.pointCalculation div{
    float: left;
    padding: 5px;
}

.point1{
    font-size: 40px;
    font-weight: bold;
    padding: 0 5px;
    margin: 10px;
    border: 5px solid #48d1cc;
    cursor: pointer;
}

.point2{
    font-size: 40px;
    font-weight: bold;
    padding: 0 5px;
    margin: 10px;
    border: 5px solid #48d1cc;
}

.pointfont{
    font-size: 20px;
    vertical-align: bottom;
}

.symbol{
    font-size: 74px;
    font-weight: bold;
}

.btn_transparent_box{
	display: flex;
}

.btn_transparent{
	flex: 1;
}

.btn_transparent p{
	text-align: center;
	font-weight: bold;
}

/*トップの見出し装飾------------------------------------------------------------*/

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

/*確認画面トップの見出し詳細全体の装飾*/
.confirm_details{
    margin: 15px;
}

/*確認画面トップの見出し詳細の文字装飾*/
.explanation{
    font-size: 17px;
    text-align: center;
    color: #858787;
}

/*ここまで---------------------------------------------------------------------*/

/*大きい見出し用の装飾----------------------------------------------------------*/

/*設問ごと全体の装飾*/

/*ここまで---------------------------------------------------------------------*/

/*大きい設問ごとの内容部分------------------------------------------------------*/

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

/*中設問入力内容全体の装飾*/
.contents_area2{
    width: 100%;
    background-color: #e2ebef;
    border: 1px solid #41b1e6;
    border-radius: 5px;
    margin: 10px auto;
    padding: 5px;
}

/*管理画面の全画面表示の際の装飾*/
.contents_area3{
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

/*入力内容の大設問と回答セットの装飾*/
.input_contents{
    width: 100%;
    border: 2px solid #20b2aa;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 7px auto;
}

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

/*入力内容の中設問と回答セットの装飾*/
.input_contents2{
    width: 100%;
    border: 2px solid #1095d4;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 7px auto;
}

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

/*.contents_area3 h4{
    background-color: #20b2aa;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}*/

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

/*修正ボタンの配置*/
.update{
    width: 30%;
    margin: 0 auto;
}

/*設問が多い場合の下線*/
/*.odd_paint{
    display: inline-block;
    background: linear-gradient(transparent 80%, #e0e0e0 70%);
}

.even_paint{
    display: inline-block;
    background: linear-gradient(transparent 80%, #c8e6f5 70%);
}*/

/*ここまで---------------------------------------------------------------------*/

/*上に戻るボタンの装飾----------------------------------------------------------*/

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ef3f98;
  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;
}

/*ここまで---------------------------------------------------------------------*/

/*サンプル画像が必要な部分の確認画面---------------------------------------------*/

/*フレックス*/
.flex3{
    display: flex;
}
.flex4{
    display: flex;
}

/*文字の確認部分*/
.kotae{
    width: 80%;
}
.kotae2{
    width: 70%;
}

/*デザインの画像確認部分*/
.gazou{
    position: relative;
    width: 20%;
    text-align: center;
}
.gazou2, .gazou3 {
    position: relative;
    width: 30%;
    text-align: center;
}

/*デザインの画像サイズ*/
.gazou img{
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 215px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gazou2 img{
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 370px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*ここまで---------------------------------------------------------------------*/

/**タブレット　&　スマホ**/
@media (max-width: 980px) {
	.modalMain {
		width: 90vw;
		min-width: unset;
	}
	.question_area h2 {
		height: auto;
	}
	
	/*<次へ>等のボタン*/
	.button_area3{
		width: auto;
	}
	.button_area3 button{
		width: 27%;
	}
	
	/*複数店舗のタブ*/
	.tub_topic {
		font-size: 14px;
	}
	
	/*アプリデザインのサンプル画像*/
	.flex1 {
		display: unset;
	}
	.iphone_img {
		display: none;
	}
	.images1{
		width: 50%;
		margin: 20px auto;
	}
	.app_img {
		position: unset;
		width: 100%;
		box-shadow: #636363 0 0 6px 2px;
	}
	
	/*サンプル画像*/
	img.sample1{
		width:100%;
	}
	.fa-search-plus{
		display: none !important;
	}
	/*page6*/
	table.defaultContents {
		width: auto;
	}
	/*ポイントランク*/
	.pointColor, ul.pointColor {
		width: 100%;
	}
}

/*スマホ表示（タブレット＆スマホ用も生きてる）　-ここから-
---------------------------------------------------------------------------*/
@media (max-width: 736px) {
    .spoff {
        display: none;
    }

    body {
        font-size: 4.2vmin;
        color: #626262;
    }

    .image_check {
        width: 100%;
    }

    .headerback {
        height: 50px;
    }

	/* TOPページ
	---------------------------------------------------------------------------*/
    .site_name {
        width: 60%;
        margin: 20px auto;
    }

    .information {
        margin: 15px;
        margin-bottom: 30px;
    }

    .main {
        margin-bottom: 0px;
    }

    .hamburgerarea img {
        width: 14%;
        float: right;
        margin: 1%;
    }

    .progress_li2 {
        border-bottom: 1px solid #626262;
        padding: 5px;
        background-color: #d6f5d5;
    }

    .progress_li_title {
        background-color: #626262;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .now {
        background: #3ca91f;
        color: #fff;
    }

    .start_button {
        margin: 0;
        position: fixed;
        bottom: 0;
    }

    .information2 {
        width: 98%;
    }

	/* POP/チラシ/アイコン
	---------------------------------------------------------------------------*/
    .typeCss {
        width: 100%;
    }

    .sidebar4 {
        display: none;
    }

    .ans_area {
        padding: 0;
    }

    .slide_area {
        position: unset;
    }

    .radioclub168 label {
        float: none;
        width: auto;
    }

    .flex2 {
        display: unset;
    }

    .fixed {
        position: fixed !important;
        top: unset !important;
        bottom: 0;
    }

    .radioclub150 label {
        width: 50%;
        box-sizing: border-box;
    }

    .font_box {
        width: 100%;
        padding: 0.5em 0;
    }

    .fontImage img {
        width: 100%;
    }

    .sidebar2 {
        width: 100%;
    }

	/* おすすめ設定
	---------------------------------------------------------------------------*/
    table.defaultContents {
        width: 100%;
        font-size: 3vw;
    }

    .radioclub350 label {
        width: 100%;
        font-size: 3vw;
        box-sizing: border-box;
    }

    table.shopTime {
        border: solid 1px;
        border-collapse: collapse;
        margin: 15px auto 0px auto;
        width: 100%;
        font-size: 3.5vw;
    }

    td.businessHours {
        width: 100%;
    }

    td.businessHours select {
        font-size: 16px;
        height: auto;
    }
	/* 回答画面設定
	---------------------------------------------------------------------------*/

    .form_button {
        margin: 0;
        position: fixed;
        bottom: 0;
    }

    .answer_area {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 5px;
    }

    .pb150 {
        padding-bottom: 150px;
    }

    button {
        width: 100vw;
        height: 60px;
        border-radius: 0;
    }

    button:hover {
        border-radius: 0;
    }

    button.two:hover {
        border-radius: 0;
    }

    button.no:hover {
        border-radius: 0;
    }

    .ml60 {
        margin-left: 0;
    }

    sp_2column {
        width: 50vw;
    }

    .button_area {
        position: fixed;
        bottom: 0;
    }

    .button3 {
        width: 100vw
    }

    .radioclub {
        margin: 0;
        position: fixed;
        bottom: 60px;
    }

    .radioclub label {
        width: 44.5vw;
        height: 30px;
        padding-top: 20px;
    }

    .radioclub2 label {
        width: 28vw;
    }

    .answer_area2 {
        width: 100vw;
    }

    .form_button2 {
        width: 100%;
        margin: 0;
        position: fixed;
        bottom: 0;
    }

    .menu_adj {
        height: 180px;
    }

    .addbutton button {
        width: 100%;
        margin-top: 15px;
    }

    .ques_check button {
        width: 100%;
    }

    .answer52_4 select {
        width: 100%;
    }

/*    .answer_area .a-head input[type="text"] {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        margin: 0;
    }*/

    .answer_area .a-head2 input[type="text"] {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
    }

    .answer_area .a-head4 input[type="text"] {
        width: 20vw;
        font-size: 16px;
    }

    .answer_area .a-head4 .pointColors input[type="text"] {
        width: 10vw;
    }

    .answer_area .a-head input.answer52text[type="text"] {
        width: 90%;
    }

/*    .answer_area .a-head input[type="url"] {
        width: 85vw;
        font-size: 16px;
    }*/

/*    .answer_area .a-head input[type="email"] {
        width: 100%;
        font-size: 16px;
        margin: 0;
        box-sizing: border-box;
    }*/

/*    .answer_area .a-head input[type="tel"] {
        width: 85vw;
        font-size: 16px;
    }*/

    .answer_area .radioclub2 label {
        width: 78vw;
        padding: 15px;
    }

    .answer_area .radioclub3 label {
        width: 78vw;
        padding: 15px;
    }

    .answer_area .radioclub4 label {
        width: 78vw;
        padding: 15px;
    }

    .button_area2 {
        width: 75vw;
        margin: 10px auto;
    }

    li.progress_li2 {
        width: 100vw;
        position: relative;
        top: 0px;
    }

    .button_area1 {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }

    .button_area2 {
        margin: 0;
        width: 100%;
        text-align: unset;
    }

    .button_area3 {
        width: 100vw;
        margin: 0;
    }

    .button_area4 {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }

    .button_area5 {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }

    .button_area5 button {
        width: 100%;
    }

    .radioclub3 label {
        width: 78vw;
        padding: 15px;
    }

    .sbutton {
        bottom: 60px;
        position: static;
        width: 100%;
    }

    .suggest_button {
        width: 100%;
        border-radius: 5px;
        margin: 0;
    }

    #quest_zone41 .a-head {
        margin-bottom: 70px;
    }

    .popup .button_area2 {
        position: static;
    }

    .popup_content2 {
        width: 100vw;
        font-size: 14px;
    }

    .checkClub label {
        width: 78vw;
        padding: 15px;
    }

    .radioclub2 label {
        width: 78vw;
        padding: 15px;
    }

    input#domainRightOther1 {
        width: 80vw;
    }

    .button_area4 button {
        width: 100vw;
    }

    .top_head {
        width: 100%;
        float: none;
    }

    span#text4 {
        position: static;
    }

    span#text5 {
        position: static;
    }

    span#text6 {
        right: 0px;
        bottom: 80px;
    }

    textarea {
        width: 60vw;
        font-size: 16px;
    }

    .reqtext {
        width: 100%;
    }

    .reqtext textarea {
        width: 83vw;
    }

    .radioclub2 label {
        width: 25vw;
    }

    .checkClub .days {
        width: 48px;
    }

    .button_area2_2 {
        width: 100vw;
    }

    .prev_section4 {
        width: 99%;
        float: left;
        border: 1px solid;
        margin-right: 1%;
        background-color: #fff;
    }

    .answer_area3 label {
        width: 85%;
    }

    .gkv {
        margin-left: 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .onamae {
        width: 95%;
        margin: 0 9px;
        text-align: center;
    }

    .saggest_btn button {
        width: 50%;
        float: left;
        font-size: 4vw;
    }

    #check1 {
        background: url(/images/page_tag/page_menu_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check2 {
        background: url(/images/page_tag/page_menu_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check3 {
        background: url(/images/page_tag/page_staff_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check4 {
        background: url(/images/page_tag/page_gallery_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check5 {
        background: url(/images/page_tag/page_schedule_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check6 {
        background: url(/images/page_tag/page_voice_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check7 {
        background: url(/images/page_tag/page_faq_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check8 {
        background: url(/images/page_tag/page_news_off.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check1_h:checked + .switch7{
        background: url(/images/page_tag/page_menu_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check2_h:checked + .switch7{
        background: url(/images/page_tag/page_menu_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check3_h:checked + .switch7{
        background: url(/images/page_tag/page_staff_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check4_h:checked + .switch7{
        background: url(/images/page_tag/page_gallery_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check5_h:checked + .switch7{
        background: url(/images/page_tag/page_schedule_on.jpg);
        background-size: 100px;
        height: 56px;;
    }

    .checkClub input[type="checkbox"]#check6_h:checked + .switch7{
        background: url(/images/page_tag/page_voice_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check7_h:checked + .switch7{
        background: url(/images/page_tag/page_faq_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    .checkClub input[type="checkbox"]#check8_h:checked + .switch7{
        background: url(/images/page_tag/page_news_on.jpg);
        background-size: 100px;
        height: 56px;
    }

    #check1, #check2, #check3, #check4, #check5, #check6, #check7, #check8 {
        width: 70px;
    }

    .theme_zone .a-head {
        width: 95%;
    }

/*    .theme_zone .a-head input[type="text"] {
        width: 94%;
    }*/

    .pb290 {
        padding-bottom: 290px;
    }

    .checkClub3 label {
        font-size: 3vw;
        box-sizing: border-box;
        width: 100%;
    }

    .pointCalculation p {
        font-size: 3vw;
    }

    .point1 {
        font-size: 4vw;
    }

    .a-head6 input[type="text"] {
        width: 40px;
        height: auto;
        font-size: 16px;
    }

    .point2 {
        font-size: 4vw;
    }

    .pointCalculation {
        padding: 0;
    }

    .pointCalculation2 {
        width: 25%;
    }

    .a-head6 input[type="text"] {
        width: 50%;
    }

    .pointCalculation {
        height: auto;
    }

    .pointColor {
        width: 100%;
        font-size: 16px;
    }

    .pointfont {
        font-size: 2vw;
    }

    .symbol {
        font-size: 3vw;
        height: 60px;
        display: table;
    }

    .symbol2 {
        display: table-cell;
        vertical-align: middle;
    }

    .pulldown1 {
        padding-left: 0;
        font-size: 4.2vmin;
    }

    div.pulldown1 select {
        font-size: 16px;
    }

    div.pulldown1 option {
        padding: 0 1px 1px;
    }

    .pulldown2 {
        padding-left: 0;
        font-size: 4.2vmin;
    }

    div.pulldown1 select {
        font-size: 16px;
    }

    div.pulldown2 option {
        padding: 0 1px 1px;
    }

    .answer_area .a-head4 input[type="text"].yubin {
        width: 20vw;
    }

    .caution3 {
        padding: 0;
    }

    .birthDisplay .pulldown2, .pointset .pulldown2 {
        font-size: 4vw;
        padding-left: 10px;
    }

    .question_area2 p {
        font-size: 4vw;
    }

    .update {
        width: 100%;
    }

    button {
        width: 100%;
        margin: 0;
    }

    .button_area3 button {
	 width: 100%; 
    }
    /* table */
    table.tbl-r05 {
        width: 100%;
    }
    .tbl-r05 .thead {
        display: none;
    }
    .tbl-r05 tr {
        width: 100%;
    }
    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
    }
    .tbl-r05 td:first-child {
        background: #789c9a;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 3vw;
    }

    .staffName input[type="text"] {
        width: 60%;
    }

    .treatmentMenu input[type="text"] {
        width: 60%;
        box-sizing: border-box;
    }

    .tbl-r05 .dayWeek td:nth-child(n+2):nth-child(-n+6) {
        border-top: none;
        border-bottom: 1px dashed;
    }

    .tbl-r05 .dayWeek td:nth-child(n+7) {
        border-top: none;
    }

    td.businessHours {
        font-size: 2vw;
    }

	/* 確認画面
	---------------------------------------------------------------------------*/
    .kotae {
        width: 65%;
    }

    .gazou {
        width: 35%;
        padding-left: 10px;
        margin: 0;
    }

    .gazou img {
        width: 100%;
        height: auto;
        max-height: 215px;
    }

    .question_area3 {
        font-size: 3.5vw;
    }

    .kotae2 {
        width: 50%;
    }

    .gazou2 {
        width: 50%;
        padding-left: 5px;
    }

    .gazou2 img {
        width: 100%;
        height: auto;
        max-height: 370px;
    }

    .gazou3 {
        width: 50%;
        padding-left: 5px;
        margin: 0;
    }

    .logo_preview {
        width: 150px;
        height: 150px;
    }

    img.iconImage2 {
        top: unset;
        right: 10%;
        width: 80%;
        height: 80%;
        bottom: 5px;
    }

    img.iconImage {
        top: 10px;
        right: 15px;
    }

	/* ポップアップ
	---------------------------------------------------------------------------*/
    .popup_content {
        width: 98vw;
        height: 90vh;
    }

    .accent_kome {
        font-size: 10px;
    }

    .popup_content {
        color: #fff;
    }

    .popup_content5 {
        width: 95vw;
    }

    .radioclub430 label {
        box-sizing: border-box;
        width: 100%;
        font-size: 2vw;
    }

    .a-head5 input[type="text"] {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        margin: 0;
    }

    li.customerQuestion {
        font-size: 3vw;
    }
	
    .modal_display {
        top: 5%;
        left: unset;
        width: 100%;
        height: 90vh;
    }

    .modal_display p {
        width: 100%;
        font-size: 5vw;
        margin: 10px auto;
    }

    .modal_display i {
        top: -20px;
        right: 9px;
        background-color: #e28888;
    }

    .modal_topic {
        width: 100%;
        height: 78vh;
        box-sizing: border-box;
    }

    .modal_topic label {
        width: 98%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
        margin: 1%;
        font-size: 3vw;
    }

    .modal_display1 {
        position: absolute;
        top: 5%;
        left: unset;
        width: 100%;
        height: 90vh;
    }

    .modal_title1{
        width: 100%;
        font-size: 5vw;
        margin: 10px auto;
    }

    .modal_display1 i {
        top: -20px;
        right: 9px;
        background-color: #e28888;
    }

    .modal_topic1 {
        width: 100%;
        height: 78vh;
        box-sizing: border-box;
    }

    .modal_topic1 label {
        width: 98%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
        margin: 1%;
        font-size: 4vw;
    }

    .modal_topic1 p {
        font-size: 3vw;
        padding: 5px 0 0;
    }

    .a-head4 .pointColors > div {
        width: 100%;
        padding: 10px;
    }

    .pointGold2 {
        width: 100%;
    }

    .pointGold3 {
        width: 100%;
    }
    
    .menuDetail button {
        width: 60%;
    }
    
    .modal_adjust4 textarea {
        height: 100px;
    }
    
    .staff_flex{
        display: contents;
    }
    .staff_flex div{
        width: 90%;
    }
    
   

	/* 全体プレビュー画面
	---------------------------------------------------------------------------*/
    .prev_section {
        padding-top: 0;
    }

    .preview_area2 {
        height: 80vh;
        overflow: scroll;
    }

    /* ヘッダー
    -----------------------------------------------------------------------*/
    .prev_header_sp {
        background-color: #fff;
        height: 53px;
    }

    .prev_logo_area {
        padding: 2%;
    }

    .prev_logo_area img {
        height: 40px;
    }

    .prev_hum_area {
        padding: 2%;
    }

    .prev_hum_area img {
        height: 40px;
    }

    .mv1 {
        height: 75vh;
    }

    .mv_cap.mv_text {
        margin: 0;
        position: relative;
        top: 25%;
        padding: 15px;
    }

    .mv_cap.mv_text {
        width: 100%;
    }

    .mv_text_L {
        font-size: 6.9vw;
    }

    .mv_text_M {
        font-size: 6.9vw;
    }

    /* コンセプト
    -----------------------------------------------------------------------*/
    .poparea {
        padding: 0;
    }

    .heading p {
        font-size: 34px;
        text-align: left;
    }

    .heading_text h2 {
        font-size: 20px;
        text-align: left;
    }

    .heading_text h3 {
        font-size: 18px;
        text-align: left;
    }

    .text_h {
        margin-top: 30px;
        text-align: left;
    }

    .img_1 {
        width: 100%;
    }

    .text_1 {
        width: 100%;
    }

    .prev_h3 {
        font-size: 5vmin;
        margin-top: -7px;
    }

    .more_btn {
        width: 100%;
    }

    .more_btn p {
        padding: 20px 5px;
        font-size: 4vw;
    }

    /* サービス
    -----------------------------------------------------------------------*/
    .servicelist {
        width: 100%;
        margin: 0;
    }

    .js-matchHeight_inner2 {
        margin-bottom: 15px;
    }

    .prev_h4 {
        font-size: 5vmin;
        padding: 15px;
        margin-top: -7px;
    }

    li.column3 {
        width: 100%;
    }

/*    .servise_text h4 {
        font-size: 4vw;
    }*/

    .servise_text p {
        font-size: 4vw;
    }

    /* スケジュール
    -----------------------------------------------------------------------*/
/*    .servicelist h4 {
        font-size: 3.5vmin;
        padding: 15px;
        margin-top: -7px;
    }*/

    .heading span {
        font-size: 8vw;
    }

    .schedule_table {
        width: 90%;
    }

    /* メニュー
    -----------------------------------------------------------------------*/
    .table_bdr th {
        width: 70%;
    }

    td.price {
        width: 100%;
    }

    .heading {
        font-size: 4.5vw;
    }

    .img_1 img {
        width: 100%;
        height: auto;
    }

    .img_1 {
        width: 100%;
        height: auto;
    }

    .common_table {
        margin-top: 20px;
    }

    /* スタッフ
    -----------------------------------------------------------------------*/
    .heading_type1 h3 {
        margin: 0;
    }

    .infolist2 {
        width: 47%;
        height: 145px;
        margin-bottom: 5%;
    }

    .staff_image {
        height: 110px;
    }

    .staff_image img {
        height: 110px;
    }

    .spmr5 {
        margin-right: 5%;
    }

    .spmr0 {
        margin: 0%;
    }

    /* ギャラリー
    -----------------------------------------------------------------------*/
    .blogarea2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .infolist3 {
        width: 47%;
        height: 145px;
        margin-bottom: 5%;
    }

    .infolist3 .staff_image {
        height: 145px;
    }

    .infolist3 .staff_image img {
        height: 145px;
    }

    /* 採用情報
    -----------------------------------------------------------------------*/
    .text_3 {
        width: 100%;
    }

    tr.table_bdr {
        width: 100%;
    }

    .table_bdr2 th {
        width: 100%;
        display: block;
    }

    .table_bdr td {
        display: block;
    }

    td.price2 {
        border: none;
        width: 100%;
        padding: 6px;
    }

    .recruit_positon img {
        position: static;
        right: 0;
    }

    /* 新着情報
    -----------------------------------------------------------------------*/
    .infolist {
        width: 100%;
    }

    .news_body {
        margin-top: 20px;
    }

    /* Q&A
    -----------------------------------------------------------------------*/
    .q_contents {
        width: 25%;
        height: 60px;
    }

    .q_contents img {
        width: 30px;
        position: relative;
        top: 15px;
        left: 25px;
    }

    .q-cont {
        line-height: 1.2;
        position: static;
        padding: 20px 10px;
        font-size: 4vw;
    }

    .a_contents {
        width: 25%;
        height: 112px;
    }

    .a_contents img {
        width: 30px;
        position: relative;
        top: 40px;
        left: 25px;
    }

    .a-cont {
        position: static;
        width: 75%;
        padding: 20px 10px;
    }

    /* お客様の声
    -----------------------------------------------------------------------*/
    .chara_area2 {
        height: 100%;
    }

    .img_7 {
        height: auto;
    }

    .img_7 img {
        height: auto;
        width: 100%;
    }

    .text_voice {
        padding: 0 20px;
    }

    .voice_more_btn {
        width: 100%;
        height: 70px;
        margin-bottom: 60px;
    }

    .text_voice h3 {
        margin-top: 20px;
    }

    /* ブログ
    -----------------------------------------------------------------------*/
    .blogarea {
        width: 100%;
        margin-bottom: 30px;
    }

    .blog_area2 {
        width: 95%;
        background-color: #fff;
        text-align: center;
        height: auto;
        margin: 0 auto 40px;
    }

    /* イメージ
    -----------------------------------------------------------------------*/
    .image_section {
        height: 300px;
    }

    /* アクセス
    -----------------------------------------------------------------------*/
    .access_area {
        width: 100%;
    }

    .access_text {
        margin-bottom: 20px;
    }

    .access_area h3 {
        font-size: 6vw;
    }

    .access th {
        font-weight: bold;
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        font-size: 5.5vw;
    }

    .access td {
        width: 100%;
        display: block;
        padding-bottom: 20px;
        font-size: 4.5vw;
    }

    .map {
        width: 95%;
    }

    .map_btn {
        width: 85vw;
    }

    /* 特徴
    -----------------------------------------------------------------------*/
    .chara_area {
        height: auto;
    }

    .text_characteristic p {
        font-size: 15px;
    }

    .img_2 {
        width: 100%;
        height: 500px;
    }

    .text_2 {
        width: 100%;
        height: auto;
    }

    .more_btn_img {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    /* SEOテキスト
    -----------------------------------------------------------------------*/
    .textArea {
        width: 100%;
        padding: 70px 20px;
    }

    /* フッター
    -----------------------------------------------------------------------*/
    .footer_access {
        padding: 20px;
    }

    .footer_logo {
        width: 50vw;
        margin-top: 150px;
        margin-bottom: 40px;
    }

    .footer_address {
        font-size: 5vw;
    }

    .footer_tel {
        font-size: 8vw;
    }

    .blackarea2 {
        height: 200px;
    }

    .more_btn2 p {
        font-size: 5vw;
    }

    .copyright {
        margin-top: 40px;
        padding-top: 5px;
        font-size: 2vw;
    }

    .foot_area {
        width: 100%;
    }

    .end_tel {
        font-size: 5vw;
    }

    .more_btn3 {
        width: 100%;
    }

    .more_btn3 p {
        padding: 5px 10px;
        font-size: 3.5vw;
        height: auto;
    }

    /* タイプ選択
    -----------------------------------------------------------------------*/
    .typepreview_area {
        height: 100%;
    }

    p.typ_info {
        height: auto;
    }

    .prev_section2, .prev_section3 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .type_prev2 {
        overflow: scroll;
        height: 350px;
    }

    div.type_select2 {
        width: 80vw;
        margin-bottom: 20px;
    }

    .type_select2 label.switch5 {
        width: 30vw;
    }

    div.type_select3 {
        width: 87vw;
        margin-bottom: 20px;
    }

    .service_a {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .more_btn5 {
        width: 35%;
    }

    td.price3 {
        width: 30%;
    }

    .common_table2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .blogarea3 {
        width: 30%;
        margin-top: 5px;
    }

    .type_select3 label.switch5 {
        width: 20vw;
    }

    .button_area2_3 {
        width: 100%;
    }

    .servicelist2 {
        width: 100%;
        margin-bottom: 25px;
    }

    .typekome {
        font-size: 3.8vw;
    }

    .tagarea {
        width: 100%;
    }

    .tagli div {
        width: 23vw;
    }

    .img_4 {
        width: 100%;
    }

    .text_4 {
        width: 100%;
    }

    h3.voice_type_title.pcoff {
        background-color: #c41a41;
        color: #fff;
        padding: 15px;
        margin-top: -7px;
    }

    /* カラー選択設定
    -----------------------------------------------------------------------*/
    .popup_content2 {
        position: absolute;
        z-index: 30;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        width: 95vw;
        height: 95vh;
        border-radius: 5px;
    }

    .color_choice_area_title2 h2 {
        color: #fff;
    }

    .color_zone3 button {
        width: 58px;
    }

    .color_zone3 {
        height: 50vh;
        overflow: scroll;
    }

    .button5 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .button5 .color_button {
        width: 50%;
        margin-top: 30px;
    }

    .button5 .form_area {
        display: block;
    }

    /* ローディング設定
    -----------------------------------------------------------------------*/
    .loading_area {
        width: 100%;
        margin: 15px auto;
    }

    .loading_text h2 {
        font-size: 7vw;
    }

    .loading_text p {
        font-size: 5vw;
    }

    .ml15 {
        margin: 0;
    }

    /* リザルト画面設定
    -----------------------------------------------------------------------*/
    .color_prev {
        width: 94vw;
    }

    .result_type_prev {
        width: 100%;
    }

    .check_button {
        width: 100%;
    }

    .prev_area_bottom {
        height: 130px;
    }

    .return_button {
        float: none;
    }

    .google_evaluation {
        width: 97%;
    }

    .site_image {
        width: 94vw;
        border-radius: 5px;
    }

    .ques_check {
        margin-top: 10px;
    }

    .address_gr {
        padding: 0;
    }

    .question_area h2 {
        width: 100%;
/*        height: 100%;*/
        font-size: 5vw;
    }

    .question_area .sh {
        font-size: 4vw;
    }

    .question_area p {
        font-size: 3.5vw;
    }

    .radioclub200 label {
        width: 100%;
        box-sizing: border-box;
    }

    .instagramUser, .instagramPass, .wifiId, .wifiPassword {
        width: auto;
        float: none;
        padding: 0;
        margin: 0;
    }

    .slide {
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .tub_topic {
        flex: 0 0 20%;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        height: 70px;
        width: auto;
        margin: 10px 1% -5px 0;
        padding: 10px 1% 10px 0;
        border-radius: 20px 20px 0 0;
        border-left: 3px solid #cbc8c8;
        border-top: 3px solid #cbc8c8;
        border-right: 3px solid #cbc8c8;
        color: #dfdfdf;
        background-color: #acacac;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-size: 3.7vw;
    }

    .copy_btn_area button {
        width: 18%;
        height: 40px;
        margin-bottom: 1%;
        font-size: 2vw;
    }

    .a-head {
        padding: 5px;
    }

    .copy_btn_area {
        margin: 10px;
    }

    .time_sp {
        display: block;
        padding-bottom: 5px;
    }

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

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

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

    /*イメージ拡大*/
    .popImgBack {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 100;
    }

    img.popImg {
        transform: rotate(90deg);
        height: auto;
        width: 90vh;
        margin: 0;
        position: absolute;
        top: 0;
        right: -32%;
        bottom: 0;
        margin: auto;
    }

    .closedBtn {
        width: 10%;
        height: 5%;
        background-color: #efb8b8;
        position: absolute;
        top: 3%;
        right: 5%;
        border-radius: 5px;
        z-index: 10;
    }

    /*page4:メニュー入力欄全体の設定*/
    .treatmentMenu input[type="text"]{
        font-size: 16px;
    }

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

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

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

    button:hover {
        border-radius: 0;
    }

    .logo_preview {
        top: 0;
        left: 0;
        height: 150px;
        color: #4c4c4c;
        text-align: center;
        opacity: 1;
        transition: .5s linear;
        transform: translateY(0%) translateX(0%);
        -webkit-transform: translateY(0%) translateX(0%);
    }

    .headline:hover {
        background-color: #c8d2d2;
    }

    .logo_preview_none {
        height: 0;
        opacity: 0;
        padding: 0;
    }

    #page_top {
		display: none !important;
    }

    .sidebar3 .fixed {
        width: 100%;
        box-sizing: border-box;
        left: 0;
    }

    .move {
        margin: 15px 25px;
        border: 5px solid #714119;
        padding: 15px;
        background-color: #fffef4;
    }

    .description {
        left: 0;
    }

    .question_area {
        margin-top: 0;
    }

    .typeCss3 {
        width: 31%;
        margin: 5px 1% 0 0;
    }

    .tempEx2 {
        width: 100%;
    }

    .main2 {
        width: 100%;
    }

    .change_all_time {
	width: 100%;
	text-align: center;
	}
	
    /**アプリ画像表示**/
    .images1{
	width:100%;
    }
    .app_img {

    }
    .iphone_img {

    }
	
	/*携帯表示 -ここまで-
	---------------------------------------------------------------------------*/
}


/*携帯以外指定　-ここから-
---------------------------------------------------------------------------*/
@media (min-width: 736px){
    .pcoff {
        display: none;
    }

	/*携帯以外指定　-ここまで-
	---------------------------------------------------------------------------*/
}



.noanswer {
    background-color: #d2d2d2;
    color: #f1f1f1;
}

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


/*サジェスト*/
.search .relative {
    display: inline-block;
}

.key_ul2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 90px;
    margin-left: 5px;
    background-color: #f6f6f6;
    width: 450px;
    overflow-y: scroll;
    max-height: 200px;
}

.key_ul2 li {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #626262;
    cursor: pointer;
    text-align: left;
}

.key_ul2 li:hover {
    background-color: #9fbbe4;
    color: #FFF;
}