@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: left;
    margin-left: 10px;
}

.gnavarea li {
    /*padding: 0 10px;*/
}

.gnavarea a {
    text-decoration: none;
}

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

.headerback {
    background-color: #9fbbe4;
}

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

.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: 15px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    width: 600px;
    height: 200px;
    overflow-y: scroll;
}

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

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

/* 回答ページの設定
---------------------------------------------------------------------------*/
.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 #9fbbe4;
    margin-bottom: 20px;
}

.q-head h4 {
    background-color: #9fbbe4;
    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: #cddbef;
    color: #626262;
}

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

.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: #dadada;
    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;
}

@media screen and (max-width:1500px) {
    .popup_content2 {
        height: 80%;
        max-width: 80%;
        overflow: scroll;
    }
}

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

.next10 {
    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%;
}
.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: -3px;
    font-size: 0.83em;
    text-align: center;
    background-color: #e2dfe8;
    color: #858c96;
    padding: 2px 10px;
    border-radius: 12px;
    margin-bottom: 5px;
}

.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 {
    height: 50px;
}

.middle_check_area > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.req_noanswer {
    border: 3px solid #d82020;
    background-color: #d2d2d2;
    color: #f1f1f1;
}

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

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

.gomibako img {
    width: 100%;
}

.movie_textarea {
    height: 6em;
}

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

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

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

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

.select_btn_area {
    float: left;
    padding: 5px 0 0 15px;
}

/*-- 営業時間の枠を増やす
--------------------------------------------------------------------------*/
.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: #2d3dbd;
    margin: 10px;
}
.buttonEigyo:nth-child(2) {
    background-color: #bdc3c7;
    cursor: default;
    margin: 10px 0;
}
.addTimeEigyoWrap {
    width: 40%;
    display: flex;
    align-items: center;
}

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

.add {
    float: right;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0;
}

/* 希望タッチイメージ
--------------------------------------------------------------------------*/
.touch_image_area {
    position: relative;
    width: 25%;
    float: left;
}

.scale_images {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* FB・Instagram　IDPASS入力欄追加
--------------------------------------------------------------------------*/
.form_contents .blog_admin input[type="text"] {
    width: 30%;
}

.link_btn {
    display: inline-block;
    position: relative;
    bottom: 2px;
    border: 1px solid;
    border-radius: 7px;
    padding: 4px 12px;
    background-color: #88b4de;
    color: #fff;
    font-size: 13px;
}

.link_btn:hover {
    background: #2d3dbd;
}

/* スチール撮影 ＆ 15動画 動画内容の項目変更
--------------------------------------------------------------------------*/
.dsc_info3 {
    color: #d24545; /* #d82020 */
    background: #fffde1;
    padding: 7px 10px;
    margin: 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}
.blog_admin2 div label {
    background: #BCE2DF;
    padding: 0 6px;
    display: block;
    width: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #626262;
}
.blog_admin2 div input[type="text"] {
    height: 29px;
}
.wrap2 {
    display: flex;
}

/* ヒアリング担当者　追加
--------------------------------------------------------------------------*/
.recording_area2 {
    background-color: #e0e0e0;
    padding: 5px 5px 15px;
}
.recording_area2 select {
    width: 390px;
}
.keyword_textarea {
    height: 6em;
}

/* 年齢サンプル詳細
---------------------------------------------------------------------------*/
.radioclub8 label {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 3px;
    padding: 8px;
    /*color: #a2a2a2;*/
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    text-shadow: 1px 1px 0px #ffffff;
    width: 13%;
}
.radioclub8 img {
    max-width: 100px;
    background-color: #FFF;
    margin-bottom: 5px;
}
.radioclub8 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    text-shadow: none;
}
.radioclub8 input {
    display: none;
}
.age_image {
    width: 15%;
}

