@charset "utf-8";

/*全体の設定*/
*{
    box-sizing: border-box;
}

button{
    border:none;
}

input:focus, button:focus, select:focus{
    outline-color: #b7b7b7;
}

/*ヘッダーの設定
---------------------------------------------------------------------------*/
.logo img {
    margin-top: 10px;
    margin-left: 30px;
    float: left;
    height: 35px;
}

.navprofile {
    float: right;
}

.gnav {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}

ul {
    padding-top: 5px;
    padding-right: 5px;
}

.gnav li {
    display: inline-block;
}

.gnav li {
    color: #ececec;
}

.gnav a {
    color: #ececec;
    text-decoration: none;
}

.gnav a:hover {
    font-weight: bold;
    background-color: #fbfbfb;
    color: #414141;
}

.gnav a {
    text-decoration: none;
    color: #fff;
    padding: 3px 9px;
    transition: .2s;
    border-radius: 15px;
}

.gnav .username {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 9px;
    background-color: #414141;
    border-radius: 13px;
    margin-right: 5px;
}

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

.reorderback {
    background-color: #efb8b8;
}

.reorder_area {
    float: right;
    border: 2px solid;
    color: #fff;
    background-color: #f47979;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 6px;
}

.mr30 {
    margin-right: 30px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

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

.loginarea {
    width: 350px;
    text-align: center;
    padding: 60px 0 20px;
    margin: 0 0 20px 0;
}

.loginlogo {
    width: 250px;
    height: auto;
    background: #888;
}

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

input.logintext {
    width: 100%;
    font-size: 18px;
    padding: 3px;
    border: solid 1px #ababab;
}

.loginarea p {
    text-align: left;
    margin: 20px 0;
}

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

.information2 {
    margin: 10px auto;
    padding: 5px;
    border: 1px solid  #ccc;
    background-color: #fff;
    width: 600px;
    height: 100px;
    font-size: 13px;
    overflow-y: scroll;
}

.infomation {
    margin: 10px auto;
    padding: 5px;
    border: 3px solid #f00;
    background-color: #fff6f6;
    font-size: 16px;
}

.info2 {
    text-align: center;
    margin-bottom: 10px;
}

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

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

.site_name img {
    width: 100%;
}

.information {
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

/* 進捗状況の設定
---------------------------------------------------------------------------*/
.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;
}

.gnav .now {
    background-color: #dbdbdb;
    border-radius: 15px;
}

.gnav .now a {
    color: #525252;
}

/* 回答ページの設定
---------------------------------------------------------------------------*/
.body_area{
    box-shadow: 0px 0px 4px 0px #a0a0a0;
    background-color: #f9f9f9;
}

.question_area {
    /*    border: 3px solid #b8d3ef;*/
    /*    border-radius: 5px;*/
    padding: 10px;
    margin-top: 25px;
    background-color: #9fbbe4;
    color: #ffffff;
}

.question_area h2 {
    padding-left: 10px;
}

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

.dsc_info {
    padding: 7px 10px;
    margin: 5px;
    color: #8c8c8c;
    background-color: #fffde1;
    font-size: 13px;
    line-height: 16px;
}

.dsc_info2 {
    padding: 10px;
    color: #626262;
    padding-left: 1em;
}

/* 回答 ----------------------------*/
.answer_area {
    width: 100%;
    margin: 0 auto 15px 0;
    padding: 15px;
}

.answer_area h2{
    text-align: center;
    color: #525252;
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: dotted 5px #525252;
    margin-bottom: 20px;
}

.q-head h4 {
    background-color: #888;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    margin-top: 15px;
}

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

.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 {
    padding: 3px;
    margin: 10px 0 0;
    padding-left: 10px;
    background-color: #d5d5d5;
    color: #626262;
    font-size: 11px;
    line-height: 1;
}

.green {
    background-color: #c6e4c6;
}

.red {
    background-color: #f2bfbf;
}

.reqkome {
    color: #ffffff;
    background-color: #d82020;
    border-radius: 25px;
    font-weight: bold;
    padding: 1px 4px;
    margin-left: 6px;
    font-size: 10px;
    text-align: center;
    /*position: relative;*/
    bottom: 1px;
}

.noreqkome {
    color: #a2a2a2;
    background-color: #e8e8e8;
    border-radius: 25px;
    font-weight: bold;
    padding: 1px 4px;
    margin-left: 6px;
    font-size: 10px;
}

.info {
    color: #626262;
    margin-top: 6px;
    font-size: 13px;
    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;
    padding: 5px;
    float: left;
    text-align: center;
    margin: 0;
    margin-left: 5px;
    width: auto;
    height: auto;
    font-size: 15px;
}

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

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

.gkwPopup_p {
    margin: 5px;
}

.redPoint {
    color: #d82020;
}

.redKome {
    color: #f00;
}


.pl10 {
    padding-left: 10px;
}

/* テーマ ---------------------------*/
.theme_block_1, .theme_block_2, .theme_block_3, .theme_block_4, .theme_block_5 {
    border-radius: 5px;
    /*    padding: 5px;*/
    padding-bottom: 3px;
    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;
}

.theme_block_5 {
    background-color: #ffebd1;
}

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

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

.directry h4, .theme_block_1 h4, .theme_block_2 h4,
.theme_block_3 h4, .theme_block_4 h4, .theme_block_5 h4{
    margin: 0;
}

.theme_block_5 h4 {
    background-color: #e49500;
}

.theme_block_5 h5 {
    background-color: #ffd5a4;
}

.theme_zone {
    background-color: #cecfd0;
    border-radius: 5px;
    padding: 5px;
    margin: 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: 33.33%;
    margin: 0;
}

.theme_service .a-head {
    width: 16.6%;
    margin: 0;
}

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

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

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

/* 文章の方向性　例文 ----------------------------*/
.example {
    /*border: 1px solid;*/
    /*border-radius: 5px;*/
    margin: 10px;
    /*padding: 5px;*/
    width: 98%;
    background-color: #fff5eb;
    color: #626262;
    box-shadow: 0px 0px 2px 0px #c5c5c5;
}

#answer39_a > p:nth-child(1), #answer39_b > p:nth-child(1),
#answer40_a > p:nth-child(1), #answer40_b > p:nth-child(1),
#answer41_a > p:nth-child(1), #answer41_b > p:nth-child(1),
#answer42_a > p:nth-child(1), #answer42_b > p:nth-child(1){
    display: block;
    padding: 0.1em 0.6em;
    color: white;
    font-weight: bold;
    background-color: #eab782;
}

#answer39_a > p:nth-child(2), #answer39_b > p:nth-child(2),
#answer40_a > p:nth-child(2), #answer40_b > p:nth-child(2),
#answer41_a > p:nth-child(2), #answer41_b > p:nth-child(2),
#answer42_a > p:nth-child(2), #answer42_b > p:nth-child(2){
    display: block;
    line-height: 1.5em;
    padding: 0.5em 1em;
}

.blinking {
    color: #d82020;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
    font-size: 11px;
    position: relative;
    bottom: 1px;
}
/* 点滅 */
/*.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;
    z-index: 100;
}

.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 {
    margin-top: 15px;
    padding-bottom: 1px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.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: 20px;*/
}

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

.page_image {
    max-width: 1200px;
}

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

.nokori_page {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nokori_page span {
    font-weight: bold;
}

/* カラー選択ゾーンの設定
---------------------------------------------------------------------------*/
.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 5px 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;
}

.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: 178px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid;
    margin-top: 2px;
}

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

.page_prev_area .result_label2{
    width: 380px;
    text-align-last: justify;
    background-color: #d6d6d6;
    padding: 3px 25px;
}

.page_prev_area_c{
    margin-bottom: 0;
}

.page_prev_area_c .page_prev_area {
    margin-left: 0;
}

.page_prev_area:last-child{
    margin-bottom:0;
}

.result_label2 {
    font-weight: bold;
}

.result_label2 label{
    font-size: 18px;
}

.page_prev p {
    font-weight: bold;
    width: 580px;
    padding: 3px 18px;
    background-color: #ececec;
}

.result_label2 h3 {
    background-color: #626262;
    font-size: 23px;
    color: #fff;
    height: 60px;
    padding: 13px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.result_label2 .images_label {
    background-color: #626262;
    font-size: 14px;
    color: #fff;
    height: auto;
    padding: 3px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*1000px(メインの幅)未満*/
@media (max-width: 1000px) {
    .page_prev_area .result_label2 {
	width: 100%;
	text-align-last: left;
    }
    .page_prev p {
	width: 100vw;
    }
    .page_prev_area_c .floatleft{
	float: initial;
    }
}

.basic_question {
    background-color: #fff;
}

.result_area {
    margin-bottom: 10px;
    padding-bottom: 1px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.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-top: 20px;
    color: #438c53;
    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.7);
    opacity: 0;
    transition:all .3s;
    transform: scale(0);
    display: none;
}

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

.popup_content {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fbfbfb;
    width: 80vw;
    min-width: 787px;
    height: 95vh;
}

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

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

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

.close_btn button:hover {
    color: #fff;
    background-color: #f35252;
}

/* サジェストチェック　ポップアップ ----------------------------*/
.popup_content2 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1000px;
}

.popup_content_description2 {
    margin: 0;
    max-height: 95vh;
    overflow: scroll;
}

.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: 670px;
    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: #c14444;
    padding: 10px;
    padding-left: 20px;
}

.caution h3 {
    font-weight: bold;
}

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

.caution2 p {
    font-weight: bold;
}

.caution p {
    font-weight: bold;
}

/* フロー図の設定
---------------------------------------------------------------------------*/
.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;
}

.a-check {
    margin: 10px 0;
    padding: 5px;
    padding-left: 15px;
    background-color: #ffffff;
}

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

.question_zone {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.question_zone .a-check{
    margin: 5px;
}

.question1, .question2, .question3, .question4, .question5{
    margin: 10px;
}

.other_parts{
    background-color: #f6dcdc;
    position: relative;
}

.other_parts span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efb8b8;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
}

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

.agree input, .agree label {
    cursor: pointer;
}

.colorInput {
    background-color: #fff;
    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;
    font-size: 14px;
}

.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 {
    margin: 10px;
    padding: 7px 10px;
    background-color: #e9f5ff;
    color: #869198;
    font-size: 13px;
    line-height: 16px;
}

.suggest_button2 {
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
    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;
}

p.restart_text {
    text-align: center;
}

#keywordPrev, #keywordPrev2 {
    background-color: #feffdc;
    width: 75%;
}

.change_btn {
    cursor: pointer;
    height: 30px;
    position: relative;
    top: 8px;
}

.copyBtn {
    background: #ffffff;
    margin: 3px 8px;
    padding: 0 10px;
    width: auto;
    height: auto;
    color: #626262;
    font-size: 14px;
    border: solid 1px #dadada;
}

.copyBtn:hover {
    color: #fff;
    background-color: #b5b5b5;
    border-radius: 5px;
}

.langdisc {
    font-size: 10px;
}

.suggest_button3 {
    margin: 0;
    margin-top: 5px;
    width: auto;
    height: auto;
}

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

.multiple_stores_choice {
    margin: 0 auto;
    width: 280px;
}

.multi_prev, .multi_next {
    width: auto;
    height: auto;
    font-size: 15px;
    background-color: #626262;
    border-radius: 0;
}

.multi_prev:hover, .multi_next:hover {
    background-color: #000;
    border-radius: 0;
}

.multi_now {
    margin: 20px;
    font-size: 18px;
}

.multi_store_area {
    padding: 10px;
}

/*.multi_store_area .a-head input {
    box-sizing: border-box;
}*/

.popup_content6 .button_area2 {
    width: 100%;
}


.prev2 {
    opacity: 0;
    cursor: unset;
}

.next5 {
    display: none;
}

.store_all:nth-child(odd) h5 {
    background-color: #efcdcd;
}

.popup_content8 {
    position: absolute;
    z-index: 30;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1000px;
    height: auto;
}

.popup_content9 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1200px;
    height: auto;
    max-height: 95vh;
    overflow: scroll;
    border-radius: 5px;
}

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

.mv_list {
    width: 33%;
}

.mv_prev {
    height: 200px;
}

.mv_prev {
    height: 200px;
    width: 95%;
    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;
}

/* ロゴ登録
*****************************************/
.logo_list {
    width: 400px;
}

.logo_prev {
    height: 200px;
    width: 95%;
    background-color: #e4e4e4;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

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

/* 各ページ画像登録
*****************************************/
.photo_list {
    width: 400px;
}

.photo_prev {
    height: 200px;
    width: 95%;
    background-color: #e4e4e4;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.photo_btn2 {
    padding: 0 5px;
}

.photo_btn {
    display: inline-block;
    width: 68%;
    background-color: #9fbbe3;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0;
    cursor: pointer;
}

.photo_btn:hover {
    background-color: #2d3dbd;
}

.photo_del_btn {
    display: inline-block;
    width: 25%;
    font-size: 15px;
    height: auto;
    padding: 5px 0;
    margin: 10px auto;
    background-color: #efb8b8;
    border-radius: unset;
}

.photo_del_btn:hover {
    color: #fff;
    background-color: #f35252;
    border-radius: unset;
}

.photo_del_btn.grayout:hover {
    color: #fff;
    background: #bdc3c7;
    color: #869198;
    cursor: unset;
}

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

/* ローディング画面
*****************************************/
.loading_area2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.5);
    z-index: 100;
}

.loading_image2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.loading_area2 img {
    width: 100%;
}


/* ページ選択 Ver4
*****************************************/
.page_image {
    /*max-width: 1000px;*/
    /*background: url(/images/page_tag/page_choice_zone.jpg);*/
    /*background-size: 100%;*/
    /*padding: 15px;*/
}
.mb20 {
    margin-bottom: 20px;
}
.BB {
    padding: 0 0.3%;
    width: 8.333%;
    position: relative;
}
.BB > div {
    background: #626262;
    padding-bottom: 100%;
}
.BB > div.pb0 {
    padding-bottom: 0;
    line-height: 0;
}
.BB > div.empBB {
    background: unset;
}
.BB img {
    margin: 0;
}
.target_block {
    cursor: pointer;
    position: relative;
}
.target_block:hover {
    opacity: 0.5;
}
.notarget_block {
    border: 3px solid #626262;
}
.notarget_block.target_block {
    cursor: unset;
}
.notarget_block.target_block:hover {
    opacity: 1;
}

.line_block {
    height: 20px;
    width: 100%;
    /*box-sizing: border-box;*/
}
.line_R {
    border-right: 2px solid #ae7e49;
}
.line_L {
    border-left: 2px solid #ae7e49;
}
.line_T {
    border-top: 2px solid #ae7e49;
}

.page_choice_area {
    margin-top: 20px;
}
.page_dsc {
    padding: 8px;
    color: #626262;
    max-height: 500px;
    font-size: 13px;
}
.page_choice_area button.page_btn {
    background: unset;
    border: none;
    width: 16%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}
.select_page {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #ad703d;
    line-height: 1;
    font-size: 14px;
}
.page_volume {
    font-weight: bold;
}
.page_choice_area button.page_btn:hover {
    opacity: 0.5;
}
.page_choice_area img {
    width: 100%;
}
.page_choice_zone {
    /*    background: url(/images/page_tag/page_choice_zone.jpg);
	background-size: 100%;*/
    padding: 40px;
    text-align: center;
}

.plan_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: 0;
    transform: translateY(-50%);
    background-color: #4678c1;
}
.desc2 li {
    font-weight: bold;
    color: #626262;
}

.q-head .page_list_head {
    background-color: #ad713c;
}

.planA .BB {
    width: 14.28%;
}

.planA .BB2 {
    width: 42.88%;
    padding: 0 16px;
    text-align: center;
}

.option_page {
    margin-top: 20px;
    padding: 20px;
    border: 3px solid #9fbbe4;
    background-color: rgba(197, 213, 238, 0.5);
}

.option_page .q-head h4 {
    margin-top: 0;
}

.option_page p {
    font-size: 16px;
    text-align: center;
}

.BB3 {
    width: 55%;
    position: relative;
}

.option_page .BB3 p {
    position: absolute;
    font-size: 16px;
    width: 93%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.BB.gnav_page {
    position: relative;
}
.BB.gnav_page::before {
    content: "Gナビ";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0a1a1;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 10px;
    z-index: 1;
}

.wrap > form {
    margin: 0;
}

.site_image_ver4 {
    height: 86vh;
    overflow-y: scroll;
    text-align: center;
}

.site_image_ver4 img {
    width: 100%;
    max-width: 1200px;
}

.rec_images4 {
    width: 100%;
    border: 2px solid #804e21;
}

.design_image_area {
    text-align: center;
    margin: 0 47px;
}

.design_image_area p {
    text-align: left;
    padding: 15px;
    font-size: 20px;
}

.hatena_btn {
    position: absolute;
    top: 1px;
    right: 2px;
    width: auto;
    background-color: #ffc67b;
    margin: 1px;
    height: auto;
}

.hatena_btn:hover {
    background-color: #ffa938;
}

.page_dsc2 {
    padding: 10px;
    color: #626262;
    max-height: 500px;
    transition: opacity .5s, max-height 1s;
}
.page_dsc2.closed {
    opacity: 0;
    max-height: 0;
    transition: opacity .5s, max-height 1s;
}

.planA .BB2 p {
    font-size: 16px;
}

#addOption {
    font-weight: bold;
}

.chenges_btn {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
}

.other_list {
    margin: 0 auto;
}
.w97 {
    width: 97%;
}
.other_list img {
    height: 100px;
}

.remarks {
    height: 3.5em;
}

.js_image {
    padding: 5px;
    background-color: #626262;
    position: relative;
    text-align: center;
    max-width: 1200px;
    max-height: 30vh;
}

.js_image img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height: 29vh;
}

.signboard {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 20px;
    font-weight: bold;
    color: #626262;
}

.pl15 {
    padding-left: 15px;
}

.redF {
    color: #f00;
    font-weight: bold;
}

.theme_btn, .renewalURL_btn {
    width: 100%;
    height: auto;
    font-size: 10px;
    margin: 0;
    padding: 0 2px;
    border-radius: 0;
}

.manhour_area {
    float: right;
    border: 2px solid;
    color: #fff;
    background-color: #6f9ac3;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 6px;
}

.manhour_area2 {
    position: absolute;
    border: 2px solid;
    color: #fff;
    background-color: #6f9ac3;
    border-radius: 5px;
    padding: 5px 15px;
    top: 5px;
    right: 6px;
}

.page_choice_zone2 {
    background: url(/images/page_tag/page_choice_zone.jpg);
    background-size: 100%;
    padding: 40px;
    height: 90vh;
    overflow: scroll;
}

.page_list_head {
    text-align: center;
}

.renewal_area {
    padding: 5px;
}

.page_list_head2 {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.page_list_head2::before {
    content: "■";
}

.page_choice_zone2 textarea {
    width: 100%;
    height: 6em;
    font-size: 16px;
}

.radioclub5 {
    padding: 5px;
    font-weight: bold;
}

.radioclub5 input[type="radio"]:disabled + label {
    color: #b3b3b3;
    font-weight: normal;
}

textarea:disabled {
    background-color: #e8e8e8;
}

/*textarea:disabled::placeholder {
    color: #b3b3b3;
}*/

.ng_word_list li input[type="text"] {
    width: calc(100% - 200px);
}

.popup_content10 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1200px;
    height: 95vh;
    border-radius: 5px;
    overflow: scroll;
}

.design_btn {
    margin: 0;
    padding: 0px 10px;
    width: auto;
    height: auto;
}

.ax_design_list {
    height: calc(95vh - 150px);
    overflow: scroll;
}

.ax_design_list li {
    display: inline-block;
    width: 16%;
    /*box-sizing: border-box;*/
}

.ax_photo_dsc {
    text-align: center;
    font-size: 12px;
}

.ax_photo_dsc p {
    color: #626262;
}

.ax_design_list input[type="radio"]:checked + .now_checked {
    background-color: #3b99fc;
    color: #fff;
    font-weight: bold;
    padding: 3px 20px;
    border-radius: 5px;
    opacity: 1;
}

.type_prev img {
    padding-left: 50px;
    width: 100px;
}

.ax_result {
    width: 50%;
    padding-top: 20px;
}

.ax_result label {
    font-weight: bold;
}

.page_prev img {
    padding-left: 50px;
    width: 200px;
}

/*.mb15 {
	margin-bottom: 15px;
}*/

.ax_file_area {
    padding: 10px;
}

.ax_del_btn {
    margin: 0;
    margin-left: 1em;
    padding: 2px 5px;
    width: auto;
    height: auto;
    font-size: 12px;
}

.ax_page_sum {
    margin: 5px 6px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    /* border: 1px solid #9fbbe4; */
    background-color: #dfecff;
}

#axpageSum {
    font-size: 18px;
    font-weight: bold;
}

.now_choice {
    background-color: #ecf3fb;
    transition: .5s;
}

.page_prev_first {
    color: #f53636;
    font-size: 18px;
    font-weight: bold;
}

.banner_del_area {
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.banner_del_area textarea {
    width: 99%;
    /*box-sizing: border-box;*/
    height: 5em;
}

.rb_btn {
    margin: 0;
    width: auto;
    float: right;
}

.page_prev2 {
    /* border: 1px solid #b7b7b7; */
    background-color: #fff0e1;
    padding: 10px 20px;
    font-size: 16px;
}

.page_prev2 ul {
    margin-bottom: 10px;
}

.hayakawa_btn {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.oInput_dsc {
    padding: 10px;
}

.oInput_val {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    background-color: #ffffe5;
}

#businessName {
    font-weight: bold;
}

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

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

.blog_admin label {
    display: inline-block;
    width: 70px;
}

.onOff15 .blog_admin input[type="url"] {
    width: calc(100% - 100px);
}

.onOff15 .blog_admin input[type="text"] {
    width: 30%;
}

.reqkome2 {
    color: #d82020;
    font-weight: bold;
}

.est_list textarea {
    width: 100%;
    height: 10em;
}

.est_dsc p {
    padding: 10px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.popup_content11 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80vw;
    min-width: 787px;
    height: 95vh;
}

.popup_content11 .est_result {
    padding: 10px;
    background-color: #dfe4ff;
    box-shadow: 0px 0px 3px 1px #bfbfbf;
}
.popup_content11 .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;
}

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

.popup_content11 .q-head h4 {
    border-radius: 0;
}

.est_list .a-head p {
    background-color: #fff;
}

.popup_content11 .est_result .a-head input[type="text"]{
    border-color: #00000000;
}

.popup_content11 .est_list{
    box-shadow: 0px 0px 3px 1px #bfbfbf;
}

.popup_content11  .est_result .est_list{
    box-shadow: none;
}

.blog_admin {
    padding: 0 10px;
}

.blog_admin div label {
    position: relative;
    top: -5px;
    font-size: 0.83em;
    text-align: center;
    background-color: #e2dfe8;
    color: #858c96;
    padding: 0px 10px;
    border-radius: 12px;
}

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

.ray_com {
    font-size: 14px;
}

.ray_com_btn button {
    height: auto;
}

.planB .BB {
    width: 13%;
}

.middle_check_area {
    width: 600px;
    margin: 0 auto;
}

.under_only {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
}

.mh_now {
    background-color: #848484;
    /* border: 2px solid #cb9517; */
    padding: 4px 10px;
    border-radius: 5px;
}

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

.ax_detail_btn {
    background-color: #87b4de;
    display: inline-block;
    margin-top: 5px;
}

.ax_detail_btn:hover {
    background-color: #2d3dbd;
}

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

.ax_gr {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.ax_detail_area .q-head h4 {
    background-color: #e5a0a0;
}

.ax_detail_area h5 {
    background-color: #efcdcd;
}

.ax_detail_area .quescheck_title2 {
    background-color: #efb8b8;
}

.ax_page_text_area {
    width: 100%;
    height: 12em;
}

.irai_check {
    padding: 20px;
}

.sys_check {
    text-align: center;
}

.sys_check input[type="checkbox"], .sys_check label {
    cursor: pointer;
}

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

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

.w70{
    width: 70%;
}

.w30{
    width: 30%;
    margin: 15px 10px 0;
    padding: 10px;
    background-color: #616161;
    height: 800px;
    text-align: center;
}

.parts_preview2 {
    height: 100%;
}

.other_dsc p {
    color: #e03232;
    font-weight: bold;
}

.result_label2 h3.sitemap_head {
    margin-bottom: 0;
}

.gomibako {
    width: 15px;
    height: auto;
    background: unset;
    margin: 0;
    padding: 0;
    margin-left: 0.5em;
    float: none;
    border: none;
}

.gomibako:hover {
    color: unset;
    background: unset;
    transform: scale(1.2);
}

.gomibako img {
    width: 100%;
}

.movie_textarea {
    height: 6em;
}

.comic_zone {
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}

.multi {
    width: 600px;
    margin: 0 auto 10px;
}

.multi_check {
    text-align: center;
}

.multiple_button {
    margin: 0;
}

.multi_pn_btn {
    background-color: #e8e8e8;
}

.req_page::after {
    content: "必須";
    color: #ffea6a;
    border: 1px solid;
    padding: 0px 2px;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pb0.req_page::after {
    display: none;
}

.hearing_ver2 {
    display: inline-block;
    margin-left: 1em;
    margin-top: 0.5em;
    padding: 1px 5px;
    color: #fff;
}

.t_C {
    text-align: center;
}

.touch_sample_file {
    background-color: #9ebbe3;
    margin-left: 0.5em;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
}

.touch_sample_file:hover {
    background-color: #456ca2;
}

.red_dsc li {
    color: #d24545;
    font-weight: bold;
}

/* info Biz
*****************************************/
.radioclub4 input {
    display: none;
}

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

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

.checkClub7 input {
    display: none;
}

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

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

.checkClub8 input {
    display: none;
}

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

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

textarea.reset_text1 {
    width: 95%;
    height: 100px;
}

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

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

h6 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #c9eccc;
    color: #626262;
}

.p5 {
    padding: 5px;
}

.agree2 {
    padding: 5px;
    font-size: 13px;
}

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

.checkClub9 {
    margin: 10px;
}

.checkClub9 input {
    display: none;
}

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

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

.attribute_service p {
    font-size: 10px;
    background: #9fa6d4;
    color: #fff;
    font-weight: bold;
    width: 70px;
    text-align: center;
}

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

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

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

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

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

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

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

.copy_btn_area {
    padding: 15px;
    background-color: #e1f6ff;
}

.copy_btn_area button {
    width: 10%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-right: 0.5%;
    font-size: 13px;
    border-radius: 5px;
}

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

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

.copy_btn_zone {
    padding: 5px;
}

.content {
    display: none;
    width: 100%;
    border: 5px solid #4D8ECE;
    clear: both;
    overflow: hidden;
    background-color: #fefefe;
}

.tub_topic {
    width: 7%;
    margin: 20px 3px -5px 3px;
    padding: 10px 8px;
    font-size: 15px;
    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;
}

.tub_input {
    display: none;
}

.eigyo_table .tub_topic {
    width: 120px;
}

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

input:checked + .tub_topic {
    color: #4D8ECE;
    background-color: #fefefe;
    border-left: 5px solid #4D8ECE;
    border-top: 5px solid #4D8ECE;
    border-right: 5px solid #4D8ECE;
    position: relative;
    z-index: 1;
}

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    margin-left: 5px;
    background-color: #f6f6f6;
    width: 98%;
}
ul#myUL li {
    padding: 5px;
    border-bottom: 1px solid #626262;
    cursor: pointer;
}
#myUL 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;
}

.tub_topic2 {
    width: 7%;
    margin: 20px 3px -5px 3px;
    padding: 5px 0;
    font-size: 20px;
    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;
}

.tub_input {
    display: none;
}

.eigyo_table .tub_topic2 {
    width: 80px;
}

#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_shop6_1:checked ~ #eigyoTableArea6_1,
#tub_shop7_1:checked ~ #eigyoTableArea7_1,
#tub_shop8_1:checked ~ #eigyoTableArea8_1,
#tub_shop9_1:checked ~ #eigyoTableArea9_1,
#tub_shop10_1:checked ~ #eigyoTableArea10_1
{
    display: block;
    position: relative;
    z-index: 0;
}

input:checked + .tub_topic2 {
    color: #4D8ECE;
    background-color: #fefefe;
    border-left: 5px solid #4D8ECE;
    border-top: 5px solid #4D8ECE;
    border-right: 5px solid #4D8ECE;
    position: relative;
    z-index: 1;
}

.color_pattern2 .content {
    border: 5px solid #e5a4a3;
}

.color_pattern2 input:checked + .tub_topic2 {
    color: #e5a4a3;
    border-left: 5px solid #e5a4a3;
    border-top: 5px solid #e5a4a3;
    border-right: 5px solid #e5a4a3;
}

button {
    background: #8eadd4;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #8eadd4;
    border: 2px solid #8eadd4;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    float: right;
    width: 200px;
    margin: 20px;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    border-color: #8eadd4;
    color: #8eadd4;
}

.two {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #82c77e;
    border: 2px solid #82c77e;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.two:hover {
    background-color: #fff;
    border-color: #82c77e;
    color: #82c77e;
}

.no {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: #d48e8e;
    border: 2px solid #d48e8e;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 11px 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.no:hover {
    background-color: #fff;
    border-color: #d48e8e;
    color: #d48e8e;
}

.select_btn.now_page, .dc_btn.now_page {
    background-color: #86add7;
    color: #fff;
    border-color: #8eadd4;
}

.select_btn {
    padding: 15px 0px;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    background: #dedede;
    color: #869198;
    border-color: #869198;
    line-height: 1;
    float: none;
    width: 155px;
    position: relative;
}

.search_area {
    margin-top: 20px;
    padding: 5px;
    position: relative;
    text-align: center;
}

.search_area input[type="text"] {
    font-size: 16px;
    padding: 5px;
    width: 300px;
    border: solid 1px #d6d6d6;
    margin-right: 8px;
}

.serch_btn {
    background: unset;
    border: none;
    width: auto;
    height: 42px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 0 10px;
}

.serch_btn img {
    height: 100%;
}

header {
    background: #888;
}

.a-head input[type="text"] {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border: solid 1px #d6d6d6;
}

.a-head input[type="text"].name_input {
    width: 300px;
}
.a-head input[type="text"].number_input {
    width: 100px;
}

.radio_club, .check_club {
    overflow: hidden;
    margin: 10px;
}

.radio_club input, .check_club input {
    display: none;
}

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

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

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

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

textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 15px;
    border: solid 1px #d6d6d6;
}

/* 1カラムボタン ----------------------------*/
.button_area1 {
    overflow: hidden;
    width: 221px;
    margin: 0 auto;
}

/* 2カラムボタン ----------------------------*/
.button_area2 {
    overflow: hidden;
    width: 481px;
    margin: 10px auto 0 auto;
}

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

.section {
    border: 1px solid #c7c7c7;
    margin: 10px;
    padding: 10px 20px;
}

select {
    font-size: 16px;
}

.admin_table, .admin_table2, .admin_table3, .admin_table4, .admin_table5, .admin_table6 {
    font-size: 11px;
}

.admin_table th, .admin_table2 th, .admin_table3 th, .admin_table4 th, .admin_table5 th, .admin_table6 th {
    background-color: #ababab;
    color: white;
    border: 1px solid #8a8a8a;
    font-weight: normal;
    padding: 5px;
}

.admin_table td, .admin_table2 td, .admin_table3 td, .admin_table4 td, .admin_table5 td, .admin_table6 td {
    background-color: #fbfbfb;
    color: #525252;
    border: 1px solid #8a8a8a;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.admin_table tr:hover td, .admin_table2 tr:hover td, .admin_table3 tr:hover td, .admin_table4 tr:hover td, .admin_table5 tr:hover td, .admin_table6 tr:hover td {
    background-color: #e6f3f5;
}

/* admin 一覧 ---------------------------------------------------------------- */
.admin_table th:first-child {
    width: 40px;
}
.admin_table th:nth-child(2) {
    width: 200px;
}
.admin_table th:nth-child(3) {
    width: 210px;
}
.admin_table th:nth-child(5) {
    width: 130px;
}
.admin_table th:nth-child(6) {
    width: 40px;
}
.admin_table th:nth-child(7) {
    width: 40px;
}

/* admin 一覧(書類印刷依頼) ---------------------------------------------------- */
.admin_table2 th:first-child {
    width: 40px;
}
.admin_table2 th:nth-child(2) {
    width: 200px;
}
.admin_table2 th:nth-child(3) {
    width: 200px;
}
.admin_table2 th:nth-child(7) {
    width: 130px;
}
.admin_table2 th:nth-child(8) {
    width: 40px;
}
.admin_table2 th:nth-child(9) {
    width: 40px;
}

/* アカウント設定 -------------------------------------------------------------- */
.admin_table3 th:first-child {
    width: 40px;
}
.admin_table3 th:nth-child(2) {
    width: 200px;
}
.admin_table3 th:nth-child(3) {
    width: 200px;
}
.admin_table3 th:nth-child(6) {
    width: 50px;
}
.admin_table3 th:nth-child(7) {
    width: 40px;
}
.admin_table3 th:nth-child(8) {
    width: 40px;
}

/* 会社設定 ------------------------------------------------------------------- */
.admin_table4 th:first-child {
    width: 40px;
}
.admin_table4 th:nth-child(2) {
    width: 60px;
}
.admin_table4 th:nth-child(5) {
    width: 70px;
}
.admin_table4 th:nth-child(7) {
    width: 80px;
}
.admin_table4 th:nth-child(8) {
    width: 50px;
}
.admin_table4 th:nth-child(9) {
    width: 40px;
}
.admin_table4 th:nth-child(10) {
    width: 40px;
}

/* 商品設定 ------------------------------------------------------------------- */
.admin_table5 th:first-child {
    width: 40px;
}
.admin_table5 th:nth-child(2) {
    width: 60px;
}
.admin_table5 th:nth-child(4) {
    width: 80px;
}
.admin_table5 th:nth-child(5) {
    width: 90px;
}
.admin_table5 th:nth-child(7) {
    width: 50px;
}
.admin_table5 th:nth-child(8) {
    width: 100px;
}
.admin_table5 th:nth-child(9) {
    width: 40px;
}
.admin_table5 th:nth-child(10) {
    width: 40px;
}

/* ログイングループ設定 --------------------------------------------------------- */
.admin_table6 th:first-child {
    width: 40px;
}
.admin_table6 th:nth-child(2) {
    width: 200px;
}
.admin_table6 th:nth-child(4) {
    width: 70px;
}
.admin_table6 th:nth-child(5) {
    width: 40px;
}

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

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

.popup_content .details_title, .popup_content11 .details_title {
    background-color: #626262;
    height: 70px;
    color: #ffffff;
    padding: 5px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

button.back_btn:hover {
    background-color: #f35252;
    color: #fff;
}
button.back_btn {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    font-size: 30px;
    border: 1px solid #efb8b8;
    background: #efb8b8;
    line-height: 0;
}

.edit_btn:hover {
    background-color: #efab29;
}
.edit_btn {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 70px;
    margin: 0;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #dab369;
    background: #dab369;
    line-height: 0;
}

.fukidashi {
    display: none;
}
.edit_btn:hover + .fukidashi{
    display: block;
    position: absolute;
    right: 75px;
    top: -20px;
    font-size: 13px;
    background-color: #ffe6b8;
    color: #6b6b6b;
    padding: 0px 7px;
}

.edit_btn + .fukidashi:before{
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 9px solid #ffe6b8;
    margin-left: -10px;
    border-bottom: none;
}

.popup_content .details_area, .popup_content11 .details_area {
    overflow-y: scroll;
    height: calc(95vh - 80px);
    border-bottom: 1px solid #c7c7c7;
}

.login_btn {
    float: none;
}

.eigyo_search_select {
    width: 30%;
    font-size: 16px;
    padding: 5px;
    margin-right: 5px;
}

.submitted {
    width: 200px;
    text-align: center;
    background-color: #779ad8;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 70px;
    padding: 10px;
}

.admin_table .comp, .admin_table2 .comp {
    background: #ffc7c7;
}

.admin_table .un_comp, .admin_table2 .un_comp {
    background: #ddebff;
}

.csv_btn button {
    float: none;
}

.csv_btn {
    background-color: #d3d3d3;
    text-align: center;
}

.file_preview {
    padding: 7px 10px;
    background-color: #e4e4e4;
    margin-bottom: 10px;
}

.file_preview > div {
    border-bottom: 1px solid #fff;
}

.reset_btn {
    float: none;
    font-size: 14px;
    padding: 3px;
    width: 100px;
    margin: 0 0 0 10px;
}

.redkome {
    color: #d32929;
}

.grayout {
    background: #bdc3c7;
    color: #869198;
    border: 1px solid #bdc3c7;
}

.grayout:hover {
    background: #bdc3c7;
    color: #869198;
    border: 1px solid #bdc3c7;
    cursor: unset;
}

.popup_content2 .details_title {
    padding: 11px;
    border-bottom: solid 2px #b10101;
    margin: 0;
}

.details_area {
    padding: 15px;
    height: 87%;
    width: 98%;
    margin: 0 auto;
}

.contents2 {
    margin: 10px 0;
}

.contents2 input[type="text"] {
    font-size: 16px;
    padding: 3px;
    border: solid 1px #d6d6d6;
    width: 500px;
}

.edit_label {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.edit_area, .add_area {
    background-color: #d5ffd5;
    color: #217121;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 5px;
}

.delete_area {
    background-color: #ffd5d5;
    color: #712121;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 5px;
}

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

.listbutton2 {
    width: 100px;
    text-align: center;
    float: right;
    margin-top: 15px;
    background-color: #88b4de;
}

.listbutton2 a {
    display: block;
    padding: 5px;
}

.listbutton2 a:hover {
    background-color: #2d3dbd;
}

.listbutton3 {
    width: 200px;
    text-align: center;
    float: right;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #88b4de;
}

.listbutton3 a {
    display: block;
    padding: 5px;
}

.listbutton3 a:hover {
    background-color: #2d3dbd;
}

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

input[type="date"] {
    font-size: 16px;
}

.banner a {
    line-height: 1rem;
    display: block;
    width: 310px;
    text-align: center;
    padding: 20px;
    border: 2px solid;
    font-weight: bold;
}

.banner a.blue {
    color: #8eadd4;
}

.banner a.gr {
    color: #82c67e;
}

.banner a.re {
    color: #d48e8e;
}

.banner a.blue:hover {
    background-color: #8eadd4;
    color: #fff;
}

.banner a.gr:hover {
    background-color: #82c67e;
    color: #fff;
}

.banner a.re:hover {
    background-color: #d48e8e;
    color: #fff;
}

h1.title1 {
    font-size: 250%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #434343;
}

.contents h2 {
    clear: both;
    margin-bottom: 15px;
    color: #1e2f5a;
    padding: 5px 15px;
    border-bottom: 5px solid #1e2f5a;
    font-size: 20px;
    position: relative;
}

.contents h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
    width: 100px;
    height: 5px;
    background: rgb(65, 105, 225);
}

.contents h3 {
    clear: both;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 4px 15px;
}

.contents h2 + p, .contents h3 + p {
    padding: 4px 15px;
}

.sample_area {
    border: 1px solid #ccc;
    padding: 20px;
}

.sample_area li {
    border-bottom: 1px solid #626262;
    padding: 2px 0 2px 5px;
}

.sample_area span {
    display: inline-block;
}

.sa4 {
    width: calc(100% - 128px);
    font-size: 16px;
    font-weight: bold;
}

.sa5 {
    width: 120px;
    text-align: center;
    background-color: #1e2f5a;
}

.sample_area a {
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 1.6em;
}

.sample_area li:nth-child(even) {
    background-color: #e2e2e2;
}

.sa1 {
    width: calc(100% - 170px);
    font-size: 16px;
    font-weight: bold;
}

.sa2, .sa3 {
    width: 80px;
    text-align: center;
    background-color: rgb(30, 47, 90);
}

.sa1_1 {
    width: calc(100% - 255px);
    font-size: 16px;
    font-weight: bold;
}

.sa1_2 {
    width: calc(100% - 340px);
    font-size: 16px;
    font-weight: bold;
}

.details_area img {
    width: 300px;
}

.prev_btn {
    width: 200px;
    margin: 30px 10px;
    padding: 20px 15px 20px;
}

.prev_btn2 {
    width: 200px;
    margin: 30px 10px;
    padding: 8px 15px 8px;
}

.company_list {
    display: inline-block;
    background: #ffae00;
    color: #fff;
    padding: 1px 7px;
    text-align: center;
    border-radius: 3px;
    margin: 2px;
}

.a-head input[type="email"] {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border: solid 1px #d6d6d6;
}

.recording_area button {
    margin: 0;
    width: 100px;
    height: auto;
    font-size: 16px;
    padding: 0;
    float: none;
}

.murata {
    background-color: #fdffb8;
    color: #f00;
    font-weight: bold;
    border: 1px solid;
    padding: 10px 20px;
}

li.nami {
    background: unset;
}

.alert_zone {
    padding: 7px 10px;
    margin: 10px;
    background-color: #ffe7e7;
    color: #d32929;
    font-weight: bold;
    font-size: 13px;
}

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

.address_input p {
    width: 80px;
    text-align-last: justify;
    background-color: #e2dfe8;
    color: #858c96;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
}

/* 営業担当社名サジェスト
--------------------------------------------------------------------------*/
.search_area .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;
}

.a-check p {
    font-size: 14px;
}

/* 取得依頼
--------------------------------------------------------------------------*/
.doc_area h5 {
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #acacac;
}

.doc_area h6 {
    border-radius: 0;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    background-color: #dadada;
    margin-right: 0;
}

.doc_area .radio_club {
    margin-bottom: 0;
}

.doc_area .a-head {
    padding: 0;
}

.doc_alert {
    padding: 7px 10px;
    margin: 5px;
    color: #781818;
    background-color: #ffe1e1;
    font-size: 13px;
    line-height: 16px;
    border: none;
    border-radius: unset;
}

input[type="radio"]:disabled  + .switch4{
    background-color: #808589;
    color: #a1adb4;
    cursor: unset;
}


/* 契約書（審査同意書）記入例
--------------------------------------------------------------------------*/
h1.title3 {
    font-size: 250%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #434343;
}

.sa1_3 {
    width: calc(100% - 340px);
    font-size: 16px;
    font-weight: bold;
}

.sa7 {
    width: 80px;
    text-align: center;
    background-color: rgb(30, 47, 90);
}

.gray2 {
    background: #bdc3c7;
    color: #869198;
    pointer-events: none;
}

.content12 {
    margin: 10px; 
    display: flex;
}

.content12 input[type="text"] {
    font-size: 16px;
    padding: 3px;
    border: solid 1px #d6d6d6;
    width: 100px;
}

.content13 {
    margin: 20px 0;
}

.content14 {
    margin: 10px;
}

.content14 input[type="text"] {
    font-size: 16px;
    padding: 3px;
    border: solid 1px #d6d6d6;
    width: 500px;
}

.content15 {
    margin: 10px;
    padding: 5px;
    border: solid 1px #000;
}

.content15 h4 {
    font-size: 20px;
    margin: 10px;
}

.content16 {
    background-color: #e2e2e2;
    margin: 10px auto;
    display: flex;
    width: 800px;
}

.content16 p {
    margin: 5px 10px;
    width: 430px;
}

.content16 span {
    margin: 5px;
    color: #fff;
}

.content16 a {
    color: #fff;
}

.content16 a visited {
    color: #fff;
}

.content16 a hover {
    color: #fff;
}

.radio_club2 {
    overflow: hidden;
    margin: 10px;
}

.radio_club2 input {
    display: none;
}

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

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

.sa6 {
    width: 90px;
    text-align: center;
    background-color: rgb(30, 47, 90);
}

.gray_out {
    width:90px;
    background: #bdc3c7;
    color: #869198;
    text-align: center;
}

.banner2 a {
    line-height: 1rem;
    display: block;
    width: 310px;
    text-align: center;
    padding: 20px;
    border: 2px solid;
    font-weight: bold;
}

.banner2 a.blue {
    background-color: #8eadd4;
    color: #fff;
}

.banner2 a.gr {
    background-color: #82c67e;
    color: #fff;
}

.banner2 a.re {
    background-color: #d48e8e;
    color: #fff;
}

.banner2 a.blue:hover {
    background-color: #fff;
    color: #8eadd4;
}

.banner2 a.gr:hover {
    background-color: #fff;
    color: #82c67e;
    cursor : pointer;
}

.banner2 a.re:hover {
    background-color: #fff;
    color: #d48e8e;
}

/*会社情報並び替え*/
.container2 {
    max-width: 1800px;
    min-height: 73vh;
}

.edittr th {
    background-color: #cfdae6;
    border: 1px solid;
    font-weight: normal;
}

.edittr2 td {
    background-color: #fbfbfb;
    border: 1px solid #7b7b7b;
    text-align: center;
}

.sortable tr:nth-child(even) td{
    background-color: #ececec;
}

.sortable tr:hover td {
    background-color: #e0eaef;
    cursor: move;
}

.edittr2 .align_left {
    text-align: left;
    padding-left: 10px;
}

.edittr2 .yes{
    color: #1e2f5a;
}
    
.edittr2 .gray{
    color: #bdc3c7;
}

.edittr2 .no{
    display: none;
}

.edittable {
    font-size: 16px;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 50px 30px 30px;
}

.editlist {
    font-size: 16px;
    margin: 14px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 10px;
    background-color: #fbfbfb;
}

.editlist h2{
    font-size: 25px;
}

.editlist th:first-child {
    width: 70px;
}
.editlist th:nth-child(2) {
    width: 700px;
}
.editlist th:nth-child(3) {
    width: 150px;
}
.editlist th:nth-child(4) {
    width: 150px;
}
.editlist th:nth-child(5) {
    width: 150px;
}
.editlist th:nth-child(6) {
    width: 150px;
}



/* SP対応
--------------------------------------------------------------------------*/
@media (max-width: 736px) {
    .spoff {
	display: none !important;
    }
    
    .button_area1, .button_area2, .button_area3 {
	width: 100%;
    }
    .button_area1 button, .button_area2 button, .button_area3 button {
	width: 100%;
	margin: 0;
	float: unset;
    }
    
    /*会社情報　並び替え*/
   .button_area2 .prev_btn2 {
        width: 200px;
        margin: 30px 10px;
    }
    
    .a-head input[type="text"], .a-head input[type="email"], .a-head input[type="url"], textarea {
	font-size: 16px;
    }
    
    .a-head input[type="text"].name_input {
	width: 100%;
    }
    
    .zip input[type="text"] {
	width: 60px;
    }
    
    .banner_area {
	display: block;
    }
    .banner.ml20 {
	margin-left: 0;
	margin-top: 10px;
    }
    .banner a {
	width: 100%;
    }
    
    /*契約書記入例*/
    h1.title3 {
        font-size: 150%;
    }
    
    .sample_area {
        border: 1px solid #ccc;
        padding: 3px;
    }
    
    .sa1_3 {
        width: auto;
    }
    
    .sa7 {
        width: 75px;
    }
    
    .sa7 a{
        font-size: 15px;
    }
    
    .banner_area2 {
	display: block;
    }
    .banner2.ml20 {
	margin-left: 0;
	margin-top: 10px;
    }
    .banner2 a {
	width: 100%;
    }
    .banner2 p {
	width: 100%;
    }
    
    .select_btn {
	width: 32%;
	margin-top: 5px;
    }
    
    .new_request {
	padding: 10px 0;
    }
    
    .csv_btn {
	padding-top: 20px;
    }
    
    .logo img {
	height: auto;
	width: 100px;
	margin-top: 10px;
	margin-left: unset;
    }
    
    .search_area {
	text-align: unset;
    }
    
    .z100 {
	z-index: 100;
    }
    
    .search_area input[type="text"] {
	width: 200px;
    }
    
    .serch_btn {
	max-width: 47px;
    }
    
    .popup_content {
	width: 95vw;
	height: 85vh;
	min-width: auto;
    }
    
    .popup_content .details_area {
	padding: 0;
	height: calc(85vh - 80px);
    }
    
    .section {
	margin: 5px;
	padding: 0 5px 5px;
    }
    
    .submitted {
	width: 100px;
    }
    
    .table_scroll {
	overflow-x: scroll;
    }
}

@media (min-width: 736px){
    .pcoff {
        display: none !important;
    }
}

/*チャットボット
---------------------------------------------------------------------------*/
.right_chat_window {
    position: fixed;
    bottom: 40px;
    right:5px;
    overflow-y: hidden;
    border: 3px solid #EF5350FF;
    border-radius: 9px;
    height:calc(100vh - 180px);
}
.right_chat_picuture {
    position: fixed;
    bottom: 40px;
    right: 0px;
    height:calc(100vh - 180px);
    cursor: pointer;
    display: none;
    z-index: 1100;
}
.right_chat_picuture iframe{
    background: #fff;
}
.right_close_icon {
    background-color: #0288d1;
    right: 9px;
    top: 5px;
    position: absolute;
    padding: 7px;
    z-index: 1;
    width: 35px;
}
/* パソコン用 */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* スマートフォン・タブレット用 */
@media only screen and (max-width: 768px) {
    .pc {
	display: none !important;
    }
    .sp {
	display: block !important;
    }
}
.v-text-field__details{
    display: none;
}
.right_chat_window{
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.right_chat_bar{
    position: fixed;
    background: #313946;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100px;
    right: 15px;
    bottom: 70px;
    padding: 0 15px;
    font-size: 14px;
}
.right_chat_bar img{
    display: block;
    width: 16px;
    transform: translateY(-2px);
}
.right_chat_bar p{
    margin-left: 5px;
    margin-bottom: 0;
}
.right_chat_bar:hover{
    background: #2c333e;
}
.right_chat_bar:hover *{
    opacity: 0.7;
}

@media screen and (max-width:550px) {
    .right_chat_bar{
	padding: 0;
	bottom: 35px;
	right: 10px;
	width: 40px;
    }
    .right_chat_bar p{
	display: none;
    }
    .right_chat_window {
	height: 95dvh;
	bottom: 10px;
    }
    .right_chat_picuture {
	height: 95dvh;
	bottom: 10px;
    }
}