@charset "utf-8";

/*ヘッダーの設定
---------------------------------------------------------------------------*/
.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: #faba61;
}

.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: 30px 0 20px;
    margin: 80px 0;
    background-color: #fcc474;
    opacity: 0.8;
    border-radius: 5px;
}

.loginlogo{
    width: 250px;
    height: auto;
}

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

input.logintext {
    width: 90%;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 2px 0 #869198;

}

.loginarea p {
    text-align: left;
    margin: 20px 0;
    font-weight: bold;
    color:#666666;
}

input#loginsubmit {
    padding: 10px 40px;
    border-style: none;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ff8461;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
}
input#loginsubmit:hover {
    opacity: 0.6;
    filter: alpha(opacity=70);
}

.information2 {
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    width: 600px;
    height: 200px;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
}

.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 {
    border: 1px solid #333;
    border-radius: 5px;
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #fdfdfd;
}

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

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

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

.progress_li2 img {
    width: 100%;
}

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

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

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

.question_area {
    border-radius: 5px;
    padding: 5px;
    margin-top: 25px;
    background-color: #dbedbe;
    color: #3e3d3d;
}

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

.desc_area {
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 15px;
    background-color: #fff;
    color: #626262;
}
.dsc{
    display: flex;
}
.dsc_info {
    border-radius: 5px;
    padding: 5px;
    color: #d82020;
    max-width: 1200px;
    font-weight: 700;
}
.dsc_info_thank {
    border-radius: 5px;
    padding: 5px;
    color: #e68196;
    background-color: #FFFFF2;
    padding-left: 1em;
    margin-top:10px;
}
.dsc_info_up{
    border-radius: 5px;
    padding: 5px;
    padding-left: 1em;
    margin:5px;
    margin-top:10px;
}
.dsc_info_up h3{
    color:#e68196;
    font-weight: bold;
}
.dsc_info_up p{
    color:#e68196;
    font-weight: bold;
}
.dsc_info2 {
    padding: 5px;
    color: #626262;
    padding-left: 1em;
}
.last{
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
    width: 600px;
    height: auto;
    background-color: #ffeed6;
}
.last h3 {
    font-weight: bold;
}
.last p{
    font-weight: bold;
}
.attribute_service p {
    font-size: 11px;
    background: #ff4500;
    color: #fff;
    font-weight: bold;
    width: 70px;
    text-align: center;
}
/* 回答 ----------------------------*/
.answer_area {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    color:#525252;
}
.q_head_key{
    display: flex;
}
.q_head_key  h4{
    width:95%;
    margin-right: auto;
}
.q-head h4 {
    background-color: #fcb886;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin: 10px 0 5px;
}

.a-head h4 {
    background-color: #9fbbe4;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 10px;
}
.suggest h4{
    background-color: #7fb5eb;
    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: #fff4d4;
    color: #bf0000;
}

.desc2 {
    border-radius: 5px;
    padding: 5px;
    margin: 15px 15px 0 15px;
    background-color: #FFFFF2;
    letter-spacing: 1.1px;
}

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

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

.menu_prev_img {
    width: 100%;
}

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

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

h5 {
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    padding-left: 10px;
    background-color: #fcc49f;
    color: #626262;
}
.yellow{
    background-color: #FFCC99;
}
.green {
    background-color: #91C499;;
}

.red {
    background-color: #f9b69c;
}

.ninni{
    color: #ffffff;
    background-color: #869198;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 6px;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 1px;
}
.reqkome {
    color: #ffffff;
    background-color: #d82020;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 6px;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 1px;
}
.reqkome_letter {
    font-weight: bold;
    color: #e02929;
    padding-left: 10px;
    font-size:12px;
}
.break:before {
    content: "\A";
    white-space: pre; /* ←あわせてこれを指定しないと改行しない場合があるらしい */
}
.noreqkome {
    color: #626262;
    font-weight: bold;
    padding-left: 1em;
    font-size: 13px;
}

.info {
    color: #626262;
    font-weight: bold;
    padding-top:5px;
}

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

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

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

.gkv:hover{
    background-color:#d46448;
}
.directry {
    background-color: #d8f0c5;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}

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

.gkwPopup_p {
    margin: 5px;
}

.redPoint {
    color: #d82020;
}

.redkome {
    color: red;
}


.pl10 {
    padding-left: 10px;
}

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

.theme_block_1 {
    background-color: #ffe4b8;
}

.theme_block_2 {
    background-color: #e9f9ea;
}

.theme_block_3 {
    background-color: #f6ded4;
}

.theme_block_4 {
/*    background-color: #d8f0c5;*/
}

.theme_block_5 {
    background-color: #ffebd1;
}
.q-head h4.yellow {
    background-color: #FFB85F;
}
.q-head h4.red {
    background-color: #F8937E;
}

.q-head h4.green {
    background-color: #62C8A5;
}

.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: 1%;
    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%;
}

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

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

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

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

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

.mood_block1 {
    background-color: #fae3d9;
    margin-top:10px;
}

.mood_block2 {
    background-color: #e9f9ea;
}

.mood_block3 {
    background-color: #dddfe6;
}

.wanted_atmos {
    background-color: #f6c2c2;
}
.unwanted_atmos{
    background-color: #99CCCC;
}
.ng_tast{
    background-color: #a2a9af;
}

/* 不明 ----------------------------*/
.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 {
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

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

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

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

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

.page_image {
    max-width: 1200px;
}

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

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

.nokori_page span {
    font-weight: bold;
}


/* 新プレビュー画像ゾーンの設定
---------------------------------------------------------------------------*/
.prev_image_color {
    width: 900px;
    float:left;
    position: relative;
}
.prev_image_wrapper{
    background-color: #101010;
    color: #ffffff;
    width:900px;
}
.fv_img{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
/*    height: 90vh;*/
    position: absolute;
    top: 0;
}
.fv_img .fv_text{
    position: absolute;
    top: 150px;
    min-width: 30vw;
    height: 70px;
    left: 50%;
}
.fv_img .fv_text .fv_border {
    position: relative;
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
    min-height: 146px;
/*    display: inline-block;*/
    padding-right: 30px;
    display: table-header-group;
    overflow: hidden;
}
.fv_img .fv_text .fv_border span {
    width: 5px;
    height: 100%;
    position: absolute;
    -moz-animation: fv_border 1.5s ease-in-out;
    -webkit-animation: fv_border 1.5s ease-in-out;
    background: #ffffff;
}
.fv_img .fv_text .fv_text_in {
    display: inline-block;
    margin-left: 30px;
    overflow-x: hidden;
}
.font_title2{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
}
.fv_text_L{
    font-size: 35px;
}
.fv_text_M{
    font-size: 12px;
}
.prev_color_image{
    height:395px;
}
.nav_icon{
    position: relative;
}
.navigation{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 10px;
    right: 10px;
}
.svg_icon{
    color: black;
    padding: 10px;
}
.fv_scroll {
    background: #ffffff;
    color: #101010;
    font-size: 24px;
    position: relative;
}
.scroll_border{
    width: 2px;
    height: 75px;
    position: absolute;
    width: 2px;
    background: black;
    bottom: 30px;
    left: 110px;
}

.prev_image_color img {
    width:80%;
    height:395px;
}
.prev_image{
    max-width:1200px;
}

/*新カラー選択----------------------------------------------------------------*/

.radioclub_color {
/*    background-color: #6b6d6e;*/
    padding: 10px;
    height: auto;
    top: 0;
    position: absolute;
    left: 900px;
    margin: 0 10px 10px 10px;
}
.radio_color {
    padding: 5px;
}
.radio_color input {
    display: none;
}
.radioclub_color label{
    display: block;
    float: left;
    cursor: pointer;
    width: 40px;
    height:40px;
    margin: 2px;
}

#radioColor1 {
    background-color: #101010;
    color:#fff;
}
#radioColor2 {
    background-color:#434343;
}
#radioColor3 {
    background-color:#B71F1E;
}
#radioColor4 {
    background-color:#DCA677;
}
#radioColor5 {
    background-color:#754F38;
}
#radioColor6 {
    background-color:#D7750A;
}
#radioColor7 {
    background-color:#8F8F8F;
}
#radioColor8 {
    background-color:#E47D7E;
}
#radioColor9 {
    background-color:#40955C;
}
#radioColor10 {
    background-color:#DBB72D;
}
#radioColor11 {
    background-color:#E7CF25;
}
#radioColor12 {
    background-color:#5B388A;
}
#radioColor13 {
    background-color: #B5B5B5;
}
#radioColor14 {
    background-color:#7A1F1E;
/*    color: #fff;*/
}
#radioColor15 {
    background-color:#0C97D0;
}
.text_area_url{
    padding-top:5px;
}

.prev_image img {
    width:100%;
    margin-top:10px;
}
.post {
    float: left;
}
.fv_scroll {
    width:300px;
    height:50px;
}
.fv_scroll p{
    padding: 20px 80px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}

.color_split{
    width: 20%;
    background-color: black;
    height: 443px;
    float: right;
}
.color_split2{
    width: 20%;
    height: 50px;
    background-color:#fff;
    /* top: 0; */
    margin-top: -10px;
    float: left;
}
.color_split3{
    width: 60%;
    height: 50px;
    background-color: black;
    float: left;
    margin-top: -10px;
}
.color_split4{
    background: url("/images/hybrid/color_split3.jpg") no-repeat center center;
    background-size: cover;
/*    position:relative;*/
    width: 450px;
    height: 150px;
    float: left;
}
.color_split4_opacity{
    width: 450px;
    height: 150px;
    background-color: black;
    position: absolute;
    opacity: 0.7;
    top: 445px;
}
.color_select_area {
    position: relative;
}
.color_split4 img{
    width: 450px;
    float:left;
}

.color_split4::before{
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    left: 0;
    top: 53px;
    color: #fff;
    background: #ffff;
    width: 25px;
    height: 1px;
}
.font_en_detail{
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    padding: 0 30px 30px 30px;
    padding-right: 30px;
    top: 40px;
}
.color_split5 img{
    width: 450px;
}
/*新フォント選択----------------------------------------------------------------*/
.radioclub_font {
    margin: 10px;
}

.radioclub_font input {
    display: none;
}

.radioclub_font label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    padding-right: 5px;
    background: #fff;
    color: #869198;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
/*    border: 1px solid;*/
    border-radius: 5px;
    margin: 2px;
    box-shadow: 0 1px 2px 0 #869198;
}
.radioclub_font label img{
    width:100%;
    height:60px;
}

.radioclub_font input[type="radio"]:checked + .switch4 {
    background-color: #b2de81;
    color: #2b2b2b;
/*    border: 1px solid #806345;*/
}

/* 新3つの特徴----------------------------------------------------------------*/
.chara {
    float: left;
    width:33%;
    padding-right:20px;
}
.chara3 {
    float: left;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #f2a46f;
    color: #fff;
    font-weight: bold;
}
.chara_kome3 {
    float: left;
    padding: 10px;
    color: #626262;
    font-weight: bold;
    font-size: 13px;
}
/* 新キーワード設定LPタブゾーン------------------------------------------------*/
.domain_buttton{
    border: 1px solid;
    border-radius: 5px;
    background-color: #e38b73;
    color: #fff;
    margin: 5px;
    width: auto;
    height: auto;
    font-size: 15px;
    float: right;
}

.design_buttton {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #e38b73;
    color: #fff;
    text-align: center;
    margin: 5px;
    width: auto;
    height: auto;
    font-size: 15px;
    float: right;
}
/*新デザイン選択ボタン*/

.radio_tab {
    margin-top: 10px;
    margin-left: 10px;
    width: 90%;
    margin: 0 auto;
    /* padding: 10px; */
    padding-top: 10px;
    padding-left:1px;
}

.radio_tab input {
    display: none;
}
.radio_tab label.tab_label{
    box-sizing: border-box;
    display: block;
    float: left;
    cursor: pointer;
    width: 19%;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 2px solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-right: 1%;
}
.selected_design{
    margin:10px;
}
.tab_label_c_color{
    background-color: #78c0a8;
}
.tab_label_c_color:hover{
    background-color:#5a9984
}
.radio_tab label.tab_label_c_color {
    border-color: #fdc4b6;
    height: 40px;
    background: #fdc4b6;
    color:#fff;
}
.radio_tab label.tab_label_d_color {
    border-color: #b4d1d4;
    height:40px;
    background: #b4d1d4;
    color:#fff;
}
.nonselected{
    font-size: 10px;
    padding-left: 5px;
    color: #f70202;
    font-weight: bold;
}
.nonselected:checked {
    font-size: 11px;
    padding-left: 5px;
    color: #f70202;
    font-weight:bold;
}
.radio_tab input[type="radio"]:checked + .switch4.tab_label_c_color{
    background-color: #fffbed;
    border: none;
    color: #626262;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
}
.radio_tab input[type="radio"]:checked + .switch4.tab_label_d_color{
    background-color: #fffbed;
    border: none;
    color: #626262;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
}
.radio_tab input[type="radio"]:checked + .switch4.tab_label_d_color.nonselected{
    font-weight: bold;
}
/*.tab_border_c {
    border-radius: 5px;
    background-color: #fccbb1;
    z-index:0;
}
.tab_border_d {
    border-radius: 5px;
    background-color: #b4d1d4;
    z-index:0;
}*/
.tab_border_c{
    padding: 1.5em 1em 1em;
    position: relative;
    border-radius: 10px;
    background-color: #fffbed;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
    margin: 0px 10px;
}
.tab_border_d{
    padding: 1.5em 1em 1em;
    position: relative;
    border-radius: 10px;
    background-color: #fffbed;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
    margin: 0px 10px;
}
p.tab_topic_c{
    float: left;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: #f2917c;
    color: #fff;
}
p.tab_topic_d{
    float: left;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: #64A6BD;
    color:#fff;
}
p.tab_kome {
    float: left;
    padding: 10px;
    color: #f70202;
    font-weight: bold;
    font-size: 13px;
}
.tab_content{
    margin-bottom:20px;
}
.tab_content_d{
    margin-bottom:20px;
}
.suggest{
    float: left;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: #78c0a8;
    color: #fff;
}
.lp_content{
    height: calc(100% - 80px);
}
.design_desition_button{
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #e38b73;
    color: #fff;
    text-align: center;
    width: calc(100% - 40px);
    height: 40px;
    font-size: 15px;
}
.tab_border_c .button_tab .design_buttton {
    /* border: 1px solid; */
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #78c0a8;
    color: #fff;
    text-align: center;
    margin: 5px calc(100% - 413px) 10px 8px;
    width: auto;
    height: auto;
}
.tab_border_d .button_tab .design_buttton {
    /* border: 1px solid; */
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #e38b73;
    color: #fff;
    text-align: center;
    margin: 5px calc(100% - 413px) 10px 8px;
    width: auto;
    height: auto;
}
p.tab_topic_c {
    float: left;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 8px;
    background-color: #f2917c;
    color: #fff;
}

p.tab_topic_d {
    float: left;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 8px;
    background-color: #64A6BD;
    color: #fff;
}
.q-head .q_head_c{
    background-color: #f2917c;
    color:#fff;
}
.q-head .q_head_d{
    background-color: #64A6BD;
    color:#fff;
}
.keywords_lp_c{
    width: 49%;
    float: left;
    margin-right: 2%;
}
.keywords_lp_d{
    width: 49%;
}
/* 新デザインポップアップゾーン(タブ)----------------------------------------------*/
.popdesign_background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #484747;
    opacity: 0;
    transform: scale(0);
}
.popdesign_move{
    transform: scale(1);
    opacity: 1;
}
.design_popup_content{
    position: absolute;
    margin: 0 auto;
    top: 2vh;
    left: 0;
    right: 0;
    z-index: 30;
    background: #f3f3f3;
    opacity: 1;
    width: 90vw;
    height: 95vh;
    border-radius: 10px;
}
.close_modal2{
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.fa-chevron-circle-left{
    float:left;
    margin-top:25%;
    cursor: pointer;
    width:2%;
}
.fa-chevron-circle-right{
    float:right;
    margin-top:25%;
    cursor: pointer;
/*    width:2%;*/
}
.design_image {
    width: 70%;
    height: 75%;
    float: left;
    margin: 10px 20px;
    background-color: #ababab;
}
.slide_contents{
    margin-left:20px;
    width:90%;
    float:left;
    height:65vh;
}
/*画像幅350 × 10*/
.slider{
    position: relative;
}

.design_image_all{
    position: absolute;
    top: 0;
    width: 25%;
    padding-right:3%;
    transition: 1s;
}
.design_image_all img{
     width: 100%;
}

.slide_image9{
    left:-25%;
    opacity:0;
}
.slide_image10{
    left:0%;
    opacity:1;
}
.slide_image1{
    left:25%;
    height:65vh;
    width:50%;
    padding-right:0%;
    opacity:1;
    overflow-y: scroll;
}
.slide_image2 {
    padding-left:3%;
    left:75%;
    opacity:1;
    padding-right:0%;
}
.slide_image3{
    left:100%;
    opacity:0;
}
.slide_image4{
    left:125%;
    opacity:0;
}
.slide_image5{
    left:150%;
    opacity:0;
}
.slide_image6{
    left:175%;
    opacity:0;
}
.slide_image7{
    left:200%;
    opacity:0;
}
.slide_image8{
    left:225%;
    opacity:0;
}
.slide_icon_none{
    pointer-events: none;
}
.design_desition {
    width: 200px;
    margin: 0 auto;
}
.design_pop_desc{
    width: 100%;
    height: 90vh;
    padding: 10px;
}
.radioclub_ec {
    text-align: center;
    
    position: absolute;
    width: 25%;
    right: 20px;
    top: 400px;
}
.radioclub_ec label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border-radius: 5px;
    margin: 1px;
    box-shadow: 0 1px 2px 0 #869198;
}
.radioclub_ec label:hover{
    background-color:#EFEFEF;
}
.radioclub_ec input{
    display: none;
}
.radioclub_ec input[type="radio"]:checked + .switch4 {
    background-color: #fabb91;
    color: #fff;
}
.info_design{
    color: #626262;
    font-weight: bold;
}
.info_inline{
    display: inline;
}
.info_right{
    float:right;
    color: #626262;
    font-weight: bold;
    padding-bottom: 10px;
}
.clear{
    clear:both;
}
.lp_image_select_content{
    margin: 10px;
    height:75%;
}
.lp_image_select_content li{
    display: block;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
    font-weight: bold;
}
.lp_image_select_content_all{
    text-align: center;
    float:right;
    width:80%;
    margin-top: 50px;
}
li.color_header{
    background-color: #fff1ac;
}
li.color_main_catch {
    background-color: #D7FFAB;
}

li.color_kodawari {
    background-color: #fdc4b6;
}
li.color_3point {
    background-color: #EAFFD0;
}
li.color_info {
    background-color: #ecd6c7;
}
li.color_menu {
    background-color: #B9EDF8;
}
li.color_acsess {
    background-color: #FFEBE7;
}
li.color_seo {
    background-color: #AEC5EB;
}
li.color_form {
    background-color: #fac674;
}
li.color_footer {
    background-color: #CCCC99;
}
li.color_3secret {
    background-color: #FBFFA3;
}
li.color_3kodawari {
    background-color: #FFCAD4;
}
li.color_nagare {
    background-color: #fff4c5;
}
li.color_3reasons {
    background-color: #EFD3E7;
}
li.color_link {
    background-color: #F8F2DA;
}
li.color_main {
    background-color: #f9b69c;
}
li.color_campain {
    background-color: #bbded6;
}
li.gallery_li {
    background-color: #F7E967;
}
li.color_mission {
    background-color: #ededed;
}
li.color_seo_messege {
    background-color: #8AE1FC;
}
li.color_requirements {
    background-color: #59c4c5;
}
li.color_chara {
    background-color: #F5E5FC;
}
li.color_inquire_person {
    background-color: #F8B1C1;
}
li.color_codawari_image {
    background-color: #C3C3E5;
}
li.color_menu_info {
    background-color: #bef1ed;
}
li.color_menu_info_one {
    background-color: #fff7f7;
}


@media screen and (max-width:1400px){
    .design_popup_content {
        position: absolute;
        margin: 0 auto;
        top: 2vh;
        left: 0;
        right: 0;
        z-index: 30;
        background: #f3f3f3;
        opacity: 1;
        width: 90vw;
        height: 95vh;
        border-radius: 10px;
    }
    
    .lp_image_select_content{
        height: 75%;
    }
    .radioclub_ec label{
        width: 95px;
    }
    .lp_image_select_content li{
        max-height: 30px;
    }
    .radioclub_ec {
/*        margin: 10px 0 0 10px;*/
        top: 340px;
    }
    .design_desition_button{
        border: 1px solid;
        border-radius: 5px;
        padding: 5px;
        background-color: #e38b73;
        color: #fff;
        text-align: center;
        font-size: 15px;
        height:auto;
        margin:10px;
    }
}
/* 問7 ------------------------------------------------------------*/
.link_content{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
}
.link{
    float: left;
}
.link h5{
    color: #626262;
    font-size:15px;
    background: none;
}
.link_select select{
/*    float:left;*/
    border-radius: 5px;
    font-size: 15px;
    height: 30px;
    margin: 5px;
    width: 100px;
}
.link_check input[type="text"]{
    border-radius: 5px;
    font-size: 15px;
    height: 30px;
    margin: 5px;
    width: 150px;
}
.link_caution{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
}
.key_link{
    padding-right:10px;
    float:left;
    width:25%;
    margin-top:10px;
}
.key_link h5{
    font-size:15px;
    font-weight: bold;
    background-color: #ffeed6;
    margin-bottom:0;
    padding:0;
}
.key_word{
    border-radius: 5px;
/*    margin: 5px;*/
    padding: 5px;
    padding-left: 15px;
    background-color: #FFFFF2;
    color:#626262;
}
.key_word p{
    font-weight: bold;
}

/* 問8 ------------------------------------------------------------*/
/*インスタのIDとパスの配置*/
.instagramUser, .instagramPass{
    width: 400px;
    float: left;
    padding: 0px 10px 10px 0px;
    margin: 5px;
}
/*漫画の主人公にしたい方の画像削除*/
.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%;
}

/* 問9 記事構成 ----------------------------------------------------*/
.info_article{
    font-size:13px;
}
/* チラシ削除ボタン */
.delete_file{
    margin-left: 1rem;
    background-color: #e38b73;
    color: #fff;
    padding: 0 5px;
    font-size: .9rem;
    box-shadow: 0 1px 2px 0 #869198;
    border-radius: 3px;
    cursor: pointer;
}
/* 新　アンケート確認画面-------------------------------------------*/
.h5_c{
    background-color: #fdc4b6;
    color: #fff;
    font-size: 14px;
}
.h5_d{
    background-color: #9CC5C9;
    color: #fff;
    font-size: 14px;
}
.design_link a{
    padding: 10px;
}
/* TOPページのキャッチフレーズ　---------------------------------------*/
.copy_key {
    padding-right:10px;
    float:left;
    width:50%;
    margin-top:10px;
}
.copy_key h5{
    font-size:15px;
    font-weight: bold;
    background-color: #ffeed6;
    margin-bottom:0;
    padding:0;
}
.copy_key .a-check{
    margin-top:0;
    background-color: #fcf7f7;
}
/* メニュー-----------------------------------------------------------*/
.category_title{
    position: absolute;
    top: -2em;
    left: 30px;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #fffbed;
    color: #660000;
    padding: 0.3em 1.5em;
    border-radius: 5px;
    box-shadow: 0px -1px 2px 0px #c9c9c9;
}
.category_contain .two_store{
    background-color: #fffbed;
}
.category_contain{
    padding: 1.5em 1em 1em;
    position: relative;
    border-radius: 10px;
    background-color: #fffbed;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
    margin: 50px 10px;
}
.category_contain_margin{
    margin: 40px 10px;
}
.category_contain .category_title_matome{
    background-color: #fffbed;
}
.category_button{
    background-color:#8FBC8F;
}
.category_button:hover{
    background-color:#8FBC8F;
}

/* 新　ギャラリー---------------------------------------------------*/
.gallery_product{
    width: 48%;
    float: left;
}
.gallery_comment{
    width: 48%;
    float: left;
}
.gallery{
    margin-top: 15px;
    border-radius: 5px;
}
.gallery_head{
    background-color: #f2a46f;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    padding-left: 15px;
    border-radius: 5px;
    margin: 5px;
}
.gallery_product_tex input[type="text"]{
    width: 65%;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
}

.gallery_tex{
    /*44文字で打ち切りになるのは360px*/
    width: 65%;
    margin-left: 10px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
}
.staff_texarea{
    width: 80%;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
}
.icon_vol_staff_texarea{
    width:15%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding-left: 10px;
}
/* 入力項目---------------------------------------------------------*/
.count{
    color:red;
    padding-left:5px;
}
.icon_vol{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    padding-left:10px;
}
.icon_vol_qa{
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
.iconNameVol{
    font-weight: bold;
}
.qa_count{
    width:85%;
    float:left;
}
.icon_vol_gallery{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width:25%;
    padding-left:10px;
}



/*　新よくある質問---------------------------------------------------*/
.qa_tex input[type="text"]{
    width:100%;
    padding: 5px;
    font-size: 15px;
    margin: 5px;
    border-radius: 5px;
}
.reference_button {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #e38b73;
    color: #fff;
    text-align: center;
    margin: 5px;
    width: 120px;
    height: auto;
    font-size: 15px;
    float: right;
}

/* よくある質問ポップアップ-------------------------------------------------*/
.modal_overlay1{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.modal_display1{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    max-width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}
.modal_adjust{
    height: 99%;
    overflow: hidden;
}
.modal_title1{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #f2a46f;
    padding: 5px;
    margin: 0 auto 10px;
    padding-top: 20px;
}
.modal_topic1{
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 76px;
}
.modal_topic1 label{
    display: block;
    width: 700px;
    height: 77px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}
.modal_topic1 input{
    display: none;
}
.modal_topic1 label:hover{
    background: #ffffff;
    border: 5px solid #f2a46f;
    color: #869198;
}
.modal_question{
    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;
}
.colorInput label{
    width:80px;
}
/* リザルト画面設定
---------------------------------------------------------------------------*/
.prev_area {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #626262;
    margin: 10px 0;
}

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

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

.prev_title h3 {
    font-weight: bold;
}

.result_label {
    width: 150px;
}

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

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

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

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

.result_label2 {
    font-weight: bold;
}

.page_prev p {
    font-weight: bold;
}

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

.basic_question {
    border-radius: 5px;
    background-color: #fff;
}

.result_area {
    background-color: #fff;
}

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

.analysis_form {
    display: inline;
}

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

/* サンキュー画面の設定
---------------------------------------------------------------------------*/
.thanks_area {
    margin-top: 20px;
    color: #e68196;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff4d4;
    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.8);
    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: #626262;
    width: 80vw;
    height: 95vh;
    border-radius: 5px;
}
.popup_job {
    background: #fff;
    width: 650px;
    height: auto;
}
.popup_select{
    background-color: #dca186;
    color: #fff;
    padding: 3px;
    padding-left: 15px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.popup_select h2{
    font-size:20px;
}
.select_popup{
    font-size: 22px;
    text-align: center;
    margin: 10px;
}
.select_popup_desc{
    margin: 10px;
}
#select_popup_job{
    font-weight: bold;
}
.popup_close_button {
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.close_button_white{
    color: #000000;
    background-color: #ffffff;
}
.popup_close_button:hover{
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.marginzero:hover{
    margin:0;
}

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

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

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

.close_btn button:hover {
    color: #fff;
    background-color: #f35252;
    border-radius: 5px;
}
/* 新POPUP画像(注意点)--------------------------------------------*/
.top_popup {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width:80vw;
    height: 80vh;
    border-radius: 5px;
}
.important_point {
    background-color: #faba61;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.important_point_img{
    text-align: center;
}

.important_point_content{
   padding: 15px;
}
.important_point_desc p{
    text-align: center;
    color:red;
    font-weight: bold;
}

.important_point_img1 img{
    padding-top:5px;
    float:left;
    width:50%;
}
.important_point_img2 img{
    float:left;
    width:50%;
}
.marker {
    background-color: #ffff00;
    margin-left: 0.3em;
    margin-right: 0.3em;
    text-decoration: underline;
    font-weight: bold;
}
/*回答確認popup-------------------------------------------------*/
.design_img_pop{
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width:579px;
    height:inherit;
    border-radius: 5px;
}
.design_img_pop img{
    width:100%;
    
}

/* 新ECサイト設定　---------------------------------------------*/

.ec_url_text input[type="text"]{
    max-width: 98%;
}
.lp_url_apply_check{
    float:right;
}
.lp_url_apply_check label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 20px;
}
.lp_url_apply_check input {
    display: none;
}
.lp_url_apply_check input[type="checkbox"]:checked + .switch5 {
    background-color: #F7AF9D;
    color: #303030;
    border: 1px solid #806345;
}
.a_head_ec h4{
    background-color: #f2a46f;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 10px;
    display:inline-block;
    width:100%;
}
.ec_img {
    text-align: center;
}
.ec_img img{
    width:80%;
}
/* サジェストチェック　ポップアップ ----------------------------*/
.popup_content2 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 600px;
    border-radius: 5px;
}

.popup_content_description2 {
    margin: 0;
}

.suggest_h {
    padding: 5px;
    padding-left: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #f2a46f;
    color:#fff;
}

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

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

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

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

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

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

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

.popup_content_description3 {
    margin: 0;
}

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

.popup_content_description4 {
    margin: 0;
}

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

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

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

.delete {
    border-radius: 12px;
    margin: 20px 20px 20px 20px;
    padding: 10px;
    padding-left: 20px;
}
.caution p {
    font-weight: bold;
    color: #e02929;
    margin:10px;
}
.caution_keywords {
    background-color: #FFFFF2;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    padding-left: 20px;
    letter-spacing: 1.1px;
    box-shadow: 0px 0px 2px 0px #a0a0a0;
    line-height: 2rem;
}
.caution_keywords strong{
    color:#f70202;
}
.caution_keywords p{
    background:linear-gradient(transparent 70%, #ffd4b5 0%);
    display: inline;
    font-weight: bold;
}

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

.caution_keywords h4{
    font-weight: bold;
    color: #e02929;
}

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

.flow2 {
    margin-left: 353px;
}

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

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

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

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

.kome3 {
    font-size: 15px;
}

.times {
    margin: 5px;
}

.a-check {
    border-radius: 5px;
    margin: 5px 5px 10px;
    padding: 5px;
    padding-left: 15px;
    background-color: #f3f3f3;
    box-shadow: 0 1px 2px 0 #869198;
    word-wrap: break-word;
}

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

.question_zone {
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}
.confirmation_zone{
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
}
.quescheck_title h3 {
    border: 2px solid #deb543;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1f8ff;
    color: #3e3d3d;
}

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

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

.sitemap {
    width: 100%;
}


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

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

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

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

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

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

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

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

.typ_info p, .typ_info2 p {
    padding: 0 10px;
    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 {
    border: 1px solid;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    background-color: #fffaf2;
    color: #626262;
}

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

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

.juicer_manual:hover {
    color: #fff;
    background-color: #78ad23;
    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: #93A6B1;
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
}

.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: 90vh;
    border-radius: 5px;
}

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

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

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

.popup_content8 {
    position: absolute;
    z-index: 30;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1200px;
    height: auto;
    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: #7abfbb;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

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

.mvg_image_area {
    padding: 15px;
}

.mvg_image {
    width: 48%;
    margin-right: 1%;
    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 {
    border: 3px solid #009cff;
}

.desc3 {
    border-radius: 5px;
    padding: 10px;
    margin: 15px 15px 0 15px;
    background-color: #fff;
}

/* ローディング画面
*****************************************/
.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%;
}

.movie_textarea {
    height: 6em;
}

/* 新バージョン
*****************************************/
.alpha {
    width: 94%;
    height: 3rem;
}

.qa {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.dsc_info3 {
    font-size: 12px;
    padding: 0px 10px 8px;
    color: #626262;
}

.recording_area {
    background-color: #e0e0e0;
    padding: 5px;
}

.keyword_group {
    font-weight: bold;
}

.n_lp_top a {
    display: block;
    background: #e38b73;
    color: #fff;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    float: right;
}

.n_lp_top a:hover {
    background-color: #d46448;
}

.tab_border_c .q-head h4{
	background-color: #f2917c;
}

.tab_border_c .q-head h5{
	background-color: #f8c3b8;
}

.tab_border_d .q-head h4{
	background-color: #64A6BD;
}

.tab_border_d .q-head h5{
	background-color: #b7d9e4;
}

.radioclub_color input[type="radio"]:checked + label {
	border: 3px solid #f00;
    width: 34px;
    height: 34px;
}

.key_inputs p {
    width: 95%;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
    background-color: #a3a2a2;
    font-weight: bold;
    color: #fff;
}

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

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

.lp_sugg_btn {
    width: auto;
    height: auto;
    font-size: 15px;
    margin: 5px;
    float: right;
    padding: 5px 15px;
    background-color: #64a5bc;
}

.lp_sugg_btn:hover {
    background-color: #2e808e;
}

.lp_sugg_btn2 {
    width: auto;
    height: auto;
    font-size: 15px;
    margin: 5px;
    float: right;
    padding: 5px 15px;
    background-color: #f2927c;
}

.lp_sugg_btn2:hover {
    background-color: #b65039;
}

.design_popup_content2 {
	position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    background: #f3f3f3;
    opacity: 1;
    width: 90vw;
	max-width: 800px;
    height: auto;
    border-radius: 10px;
}

.design_pop_desc {
    width: 100%;
    height: auto;
    padding: 10px;
    
    position: relative;
}

.popdesign_background2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgb(72 71 71 / 50%);
}

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

.lp_sugg_btn3 {
    font-size: 15px;
    margin: 5px;
    padding: 5px 15px;
    background-color: #64a5bc;
}

.lp_sugg_btn3:hover {
    background-color: #2e808e;
}

/* ロゴ登録
*****************************************/
.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: #7abfbb;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.logo_btn:hover {
    background-color: #3b8686;
}

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

.lp_button_area {
	width: 288px;
    margin: 15px auto;
}

/* ページジャンプナビ
*****************************************/
.page_nav {
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.page_nav button {
    width: auto;
    height: auto;
    font-size: 14px;
    background-color: #b3b3b3;
    margin: 0;
    transition: 0.5s;
    color: #fff;
    padding: 1px 15px;
    transition: .2s;
    border-radius: 5px;
    border: 1px solid;
}

.page_nav button:hover {
    background-color: #d46448;
}

.page_nav li {
    display: inline-block;
	position: relative;
	margin-right: 5px;
}

.alert_badge {
    width: 15px;
    height: 15px;
    background-color: #f00;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
}

.page_title_preview {
    background-color: #fffdc4;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #626262;
}

.key_tex {
    width: 16%;
}

.key_tex2 {
    width: 50%;
}

.cate_reset {
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
    padding: 0px 15px;
    height: auto;
    width: auto;
    background-color: #8ebd8f;
    border: 1px solid;
}

.cate_reset:hover {
    background-color: #528353;
}

.content {
    display: none;
    width: 100%;
    border: 5px solid #faba61;
    clear: both;
    overflow: hidden;
    background-color: #e8e8e8;
	padding: 10px;
}

.tub_topic {
    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_topic {
	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_topic {
    color: #faba61;
    background-color: #e8e8e8;
    border-left: 5px solid #faba61;
    border-top: 5px solid #faba61;
    border-right: 5px solid #faba61;
    position: relative;
    z-index: 1;
}

.page_nav .now_page {
	background-color: #d46448;
}

.radioclub_ec .gray_label label,
.radioclub2 .gray_label {
    background :#777777;
}

.gray_ul {
    position: relative;
    top: 0;
}

.gray_ul::after {
    position: absolute;
    top: 0;
    background: #777;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .5;
    display: block;
}

.gray_li {
    opacity: .3;
}

#design_popup1 .wrap_scroll,
#design_popup2 .wrap_scroll,
#design_popup3 .wrap_scroll,
#design_popup4 .wrap_scroll,
#design_popup5 .wrap_scroll,
#design_popup6 .wrap_scroll,
#design_popup7 .wrap_scroll,
#design_popup8 .wrap_scroll,
#design_popup9 .wrap_scroll,
#design_popup10 .wrap_scroll{
    overflow-y: auto;
    overflow-y: scroll;
}

.design_popup_content_p {
    padding-left: 1%;
    font-size: 13.5px;
    color: #FF0000;
    font-weight: bold;
    background-color: #fffbd6;
}

.pointer_none {
    pointer-events: none;
}

.matome_tab_c .req_noanswer5,
.matome_tab_d .req_noanswer5 {
    background-color: #c2c0c0;
    border: 3px solid #d82020;
    color: #d82020;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}

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

/*info biz　追加*/
.domain_text label {
    display: inline-block;
    width: 5%;
}

.link_btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: #78c0a8;
    color: #fff;
    text-align: center;
    width: 250px;
    height: auto;
    font-size: 15px;
    margin-left: 5px;
}

.keyword_textarea {
    width: 95%;
    height: 6em;
}


/* 比較表 */
.ourCompany {
    /*background: #D8D343;*/
    background: #FBA92F;
}
.add_button_area {
    text-align: center;
}
.add_btn {
    width: 50px;
}

.comp_headline1 {
    text-align: center;
    font-size: 32px;
}

.comp_headline1 p {
   position: relative;
   display: inline-block;
}

.comp_headline1 p::before {
    position: absolute;
    content: '';
    width: 110%;
    height: 12px;
    background-color: #FBA92F;
    bottom: 7px;
    left: -5%;
    z-index: -1;
    opacity: 0.8;
}

.comp_headline2 {
    text-align: center;
    font-size: 24px;
}

.comparison_table_input {
    display: flex;
}

.comp_input_item {
    width: 49%;
    margin-right: 2%;
}

.comp_input_target {
    width: 49%;
}

.wrap2 {
    display: flex;
}

.comparison_table_output {
    margin: 50px auto;
}

.comparison_table {
    border-collapse: collapse;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #959386;
    color: #fff;
}

.comparison_table th {
    border:solid 1px #fff;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    width:15%;
}

.comparison_table th p {
    padding: 5px 0;
}

.comparison_table td {
    border:solid 1px #fff;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

table input[type="text"] {
    width: 40%;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px;
}

table select {
    font-size: 25px;
}

.fs20 {
    font-size: 20px;
}

/* 初期設定（1行目のみ表示） */
.noneX.comparison_table tr:nth-child(3),
.noneX.comparison_table tr:nth-child(4),
.noneX.comparison_table tr:nth-child(5),
.noneX.comparison_table tr:nth-child(6),
.noneX.comparison_table tr:nth-child(7),
.noneX.comparison_table tr:nth-child(8),
.noneX.comparison_table tr:nth-child(9),
.noneX.comparison_table tr:nth-child(10),
.noneX.comparison_table tr:nth-child(11),
.noneX.comparison_table tr:nth-child(12),

.noneX1.comparison_table tr:nth-child(3),
.noneX1.comparison_table tr:nth-child(4),
.noneX1.comparison_table tr:nth-child(5),
.noneX1.comparison_table tr:nth-child(6),
.noneX1.comparison_table tr:nth-child(7),
.noneX1.comparison_table tr:nth-child(8),
.noneX1.comparison_table tr:nth-child(9),
.noneX1.comparison_table tr:nth-child(10),
.noneX1.comparison_table tr:nth-child(11),
.noneX1.comparison_table tr:nth-child(12) {
    display: none;
}

/* 2行目まで表示 */
.noneX2.comparison_table tr:nth-child(4),
.noneX2.comparison_table tr:nth-child(5),
.noneX2.comparison_table tr:nth-child(6),
.noneX2.comparison_table tr:nth-child(7),
.noneX2.comparison_table tr:nth-child(8),
.noneX2.comparison_table tr:nth-child(9),
.noneX2.comparison_table tr:nth-child(10),
.noneX2.comparison_table tr:nth-child(11),
.noneX2.comparison_table tr:nth-child(12) {
    display: none;
}

/* 3行目まで表示 */
.noneX3.comparison_table tr:nth-child(5),
.noneX3.comparison_table tr:nth-child(6),
.noneX3.comparison_table tr:nth-child(7),
.noneX3.comparison_table tr:nth-child(8),
.noneX3.comparison_table tr:nth-child(9),
.noneX3.comparison_table tr:nth-child(10),
.noneX3.comparison_table tr:nth-child(11),
.noneX3.comparison_table tr:nth-child(12) {
    display: none;
}

/* 4行目まで表示 */
.noneX4.comparison_table tr:nth-child(6),
.noneX4.comparison_table tr:nth-child(7),
.noneX4.comparison_table tr:nth-child(8),
.noneX4.comparison_table tr:nth-child(9),
.noneX4.comparison_table tr:nth-child(10),
.noneX4.comparison_table tr:nth-child(11),
.noneX4.comparison_table tr:nth-child(12) {
    display: none;
}

/* 5行目まで表示 */
.noneX5.comparison_table tr:nth-child(7),
.noneX5.comparison_table tr:nth-child(8),
.noneX5.comparison_table tr:nth-child(9),
.noneX5.comparison_table tr:nth-child(10),
.noneX5.comparison_table tr:nth-child(11),
.noneX5.comparison_table tr:nth-child(12) {
    display: none;
}

/* 6行目まで表示 */
.noneX6.comparison_table tr:nth-child(8),
.noneX6.comparison_table tr:nth-child(9),
.noneX6.comparison_table tr:nth-child(10),
.noneX6.comparison_table tr:nth-child(11),
.noneX6.comparison_table tr:nth-child(12) {
    display: none;
}

/* 7行目まで表示 */
.noneX7.comparison_table tr:nth-child(9),
.noneX7.comparison_table tr:nth-child(10),
.noneX7.comparison_table tr:nth-child(11),
.noneX7.comparison_table tr:nth-child(12) {
    display: none;
}

/* 8行目まで表示 */
.noneX8.comparison_table tr:nth-child(10),
.noneX8.comparison_table tr:nth-child(11),
.noneX8.comparison_table tr:nth-child(12) {
    display: none;
}

/* 9行目まで表示 */
.noneX9.comparison_table tr:nth-child(11),
.noneX9.comparison_table tr:nth-child(12) {
    display: none;
}

/* リセット（10行目まで全部表示） */
.noneX10 {
    
}

/* 対象3つ目off 初期設定 */
.noneY.comparison_table tr td:last-child,
.noneY.comparison_table tr th:last-child {
    display: none;
}


