@charset "utf-8";

/* テキスト入力装飾
---------------------------------------------------------------------------*/
.a-head input[type="text"] {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border: solid 1px #d6d6d6;
	display: inline-block;
}
*::placeholder{
	color: #cccccc;
}

/*住所入力欄の項目の装飾*/
.address_input p {
    display: inline-block;
    font-size: 0.83em;
    width: 80px;
    text-align-last: justify;
    background-color: #e2dfe8;
    color: #858c96;
    padding: 0px 10px;
    border-radius: 12px;
}


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

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

input#domainRightOther1 {
    width: 25%;
    float: left;
    display: block;
}

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


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

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

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

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

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

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

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

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

input#topHead5 {
    width: 70%;
}

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

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

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

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

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

/* URL入力装飾
---------------------------------------------------------------------------*/
.a-head input[type="url"] {
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border: solid 1px #d6d6d6;
}

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

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

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

/* ラジオボタン装飾
---------------------------------------------------------------------------*/
/* 業種選択 ----------------------------*/
.radioclub2 input {
    display: none;
}

.radioclub2 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 20%;
    height: 35px;
    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;
}

.radioclub2 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
/*    border: 1px solid #806345;*/
}

.radioclub2 input[type="radio"]:checked + .switch5 {
    background-color: #eab782;
    color: #fff;
    /* border: 1px solid #806345;*/
}

/*ファイルアップロード*/
input[type="file"]{
    margin: 5px 10px;
}

/* デザインタイプ選択 ----------------------------*/

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

.radioclub2 input[type="radio"]:checked + .switch9 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}


/* タイプ選択 ----------------------------*/
.radioclub input {
	display: none;
}

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

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

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

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

/* キーワードボリューム ----------------------------*/
.radioclub3 input {
    display: none;
}

.radioclub3 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 20%;
    height: 35px;
    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;
}

.radioclub3 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    /*border: 1px solid #806345;*/
}

.radioclub3 input[type="radio"]:checked + .switch5 {
    background-color: #eab782;
    color: #fff;
    /*border: 1px solid #806345;*/
}

/* 多言語化　言語選択 ----------------------------*/
.radioclub4 input {
    display: none;
}

.radioclub4 label {
    display: block;
    float: left;
    cursor: pointer;
    width: 25%;
    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;
}

.theme_block_1 label, .theme_block_2 label, .theme_block_3 label{
    background-color: #fff;
}

.theme_block_1 label{
    border-right: 3px solid #e3ebf5;
    border-bottom: 3px solid #e3ebf5;
}

.theme_block_2 label{
    border-right: 3px solid #e9f9ea;
    border-bottom: 3px solid #e9f9ea;
}

.theme_block_3 label{
    border-right: 3px solid #f9e4e5;
    border-bottom: 3px solid #f9e4e5;
}


.radioclub4 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    /*border: 1px solid #806345;*/
}

.radioclub4 input[type="radio"]:checked + .switch5 {
    background-color: #eab782;
    color: #fff;
    /*border: 1px solid #806345;*/
}

/* 外部リンク ----------------------------*/
#external_link_1 + label,
#external_link_2 + label,
#external_link_3 + label,
#external_link_4 + label,
#external_link_5 + label,
#external_link_6 + label{
    width: 20%;
}


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

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

.radioclub5 label {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 3px;
    padding: 10px 40px;
    background: #efefef;
    color: #bbbbbb;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    /* border: 1px solid; */
    text-shadow: 1px 1px 0px #ffffff;
}

.radioclub5 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    /*border: 1px solid #806345;*/
    text-shadow: none;
}

.radioclub5 input {
    display: none;
}

.radioclub6 input {
    position: absolute;
    top: 0;
    left: 0;
}

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

.radioclub6 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
/*    border: 1px solid #806345;*/
}

.radioclub6 img {
    width: 100%;
}

/* チェックボックス装飾
---------------------------------------------------------------------------*/
.checkClub input {
    display: none;
}

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

.checkClub .days {
    width: 10%;
}

.mood_block1 label{
    background: #fff;
    border-right: 3px solid #e3ebf5;
    border-bottom: 3px solid #e3ebf5;
}

.mood_block2 label{
    background: #fff;
    border-right: 3px solid #e9f9ea;
    border-bottom: 3px solid #e9f9ea;
}

.mood_block3 label{
    background: #fff;
    border-right: 3px solid #f9e4e5;
    border-bottom: 3px solid #f9e4e5;
}

.theme_block_5 label{
    background: #fff;
    border-right: 3px solid #ffebd1;
    border-bottom: 3px solid #ffebd1;
}

.checkClub input[type="checkbox"]:checked + .switch4 {
    background-color: #a6dc95;
    color: #fff;
    /*border: 1px solid #4d8e4d;*/
}

.checkClub input[type="checkbox"]:checked + .switch5 {
    background-color: #a6dc95;
    color: #fff;
    /*border: 1px solid #4d8e4d;*/
}

.checkClub input[type="checkbox"]:checked + .switch6 {
    background-color: #95b1dc;
    color: #fff;
    /*border: 1px solid #4d6a8e;*/
}

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

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

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

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

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

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

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

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

#check9 {
    background: url(/images/page_tag/page_blog_off.jpg);
    background-size: cover;
    height: 152px;
}

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

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

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

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

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

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

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

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

.checkClub input[type="checkbox"]#check9_h:checked + .switch7{
    background: url(/images/page_tag/page_blog_on.jpg);
    background-size: cover;
    height: 152px;
}

#check1, #check2, #check3, #check4, #check5, #check6, #check7, #check8, #check9 {
/*    border: 5px solid #d1d6d9;
    margin: 5px;*/
    border-right: 5px solid #f9f9f9;
    border-bottom: 5px solid #f9f9f9;
}

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

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

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

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

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

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

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

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

#check11, #check12, #check13 {
/*    border: 5px solid #d1d6d9;
    margin: 5px;*/
    border: 3px solid #f9f9f9;
}

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

/* 注意事項確認しましたボタン ----------------------------*/
.agree {
    width: 240px;
    margin: 0 auto;
}

/* 強調したいサービス名・商品名 ----------------------------*/
.checkClub2 {
    margin: 10px;
}

.checkClub2 input {
    display: none;
}

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

.checkClub2 input[type="checkbox"]:checked + .switch4 {
    background-color: #4d8e4d;
    color: #fff;
    border: 1px solid #4d8e4d;
}

.checkClub2 input[type="checkbox"]:checked + .switch5 {
    background-color: #3c669a;
    color: #fff;
    border: 1px solid #3c669a;
}

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

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

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

textarea:focus{
    outline-color: #b7b7b7;
}

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

textarea#topHead6 {
    height: 70px;
}

/* ボタン装飾
---------------------------------------------------------------------------*/
/* デフォルト設定 ----------------------------*/
button {
    width: 280px;
    height: 45px;
    font-size: 18px;
    background-color: #88b4de;
    color: #ffffff;
    margin: 20px;
}

button:hover {
    color: #fff;
    background-color: #2d3dbd;
}

button.green:hover {
    color: #fff;
    background-color: #47b952;
}

.ques_check button{
    background-color: #a1b91e;
}

.ques_check button:hover{
    background-color: #3ba518;
}

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

.pageChoice_area .button_area3 button{
	width: 279px;
}

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

.start_button a {
    color: #222b77;
    font-weight: bold;
    display: block;
    height: 50px;
    padding-top: 12px;
}

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

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

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

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

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

.button_area4 button {
    width: 200px;
}

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

.button_area5 button {
    width: 150px;
}

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

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

.button3 {
    width: 200px;
}

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

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

button.no {
    background-color: #efb8b8;
}

h4.no{
    background-color: #efb8b8;
}

.two {
    background-color: #a1b91e;
}

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

button.two:hover {
    color: #fff;
    background-color: #3ba518;
}

button.theme_btn:hover, button.renewalURL_btn:hover {
    border-radius: 0;
}

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

.check_button {
    width: 230px;
}

.suggest_button {
    width: 290px;
}

.color_button2 {
    margin: 0 20px;
}

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

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

.clear_button:hover {
    background-color: #b1d4f1;
}

/* 閉じるボタン ----------------------------*/
.check_btn > button {
    margin: 0;
    width: 100%;
	min-width: 80px;
    position: relative;
    top: 4px;
    right: 6px;
}

.result_btn2 {
    width: 320px;
    float: left;
}

/* 下へジャンプ閉じるボタン ----------------------------*/
.jumpBtn {
    margin: 0;
    padding: 3px;
    width: 100%;
    height: 100%;
}

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

/* レイアウト変更ボタン ----------------------------*/
.layout_pattern_area {
    padding: 20px;
}

.layout_pattern_area button {
    width: 150px;
    height: auto;
    margin: 0;
    background-color: #b8d3ef;
}

.layout_pattern_area button.choiced {
    background-color: #2472bd;
}

.layout_prev {
    line-height: 0;
    width: calc(100% - 350px);
}

.underlayer_area {
    width: 125px;
    margin-left: 10px;
}

.underlayer, .side_btn {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_content7 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 95vw;
    height: 95vh;
    border-radius: 5px;
}

.lay_title {
    background-color: #3a71a6;
    color: #fff;
    padding: 10px 20px;
}

.lay_title h3 {
    font-weight: bold;
}

.lay_disc, .lay_parts {
    padding: 20px;
}

.lay_disc {
    background-color: #eee;
}

.lay_disc tr {
    border-bottom: 1px solid #8c8c8c;
}

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

.w33 {
    width: 33%;
    padding: 1%;
    /*box-sizing: border-box;*/
    height: 300px;
    margin-right: 0.5%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.w33:nth-child(3n) {
    margin-right: 0;
}

.lay_parts_area .w25 {
    border-left: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.lay_parts_area .w25:last-child {
    border-right: 1px solid #fff;
}

.lay_parts_area .w25:nth-child(4n) {
    border-right: none;
}

.lay_parts img {
    width: 100%;
    object-fit: contain;
}

.lay_parts_area li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}

.lay_parts li img {
    height: 100px;
}

.lay_parts label {
    display: block;
    line-height: 0;
    padding-top: 15px;
}

.lay_parts_area {
    overflow: scroll;
    height: calc(95vh - 300px);
    border: 1px solid #dedede;
    background-color: #eee;
    transition: 0.5s;
}

.lay_parts_area.active {
    height: calc(95vh - 200px);
}

.hatena {
    width: auto;
    height: auto;
    margin: 0;
    margin-left: 10px;
    background-color: #ffbc3b;
}

.hatena:hover {
    background-color: #ffa800;
}

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

.now_checked {
    opacity: 0;
    transition: .5s;
}

.layout_prev_parts {
    display: flex;
    overflow: hidden;
    position: relative;
}

.layout_prev_parts.h3_parts {
    display: block;
    margin-top: 30px;
    line-height: normal;
    color: #fff;
}

.layout_prev_parts > button {
    /*width: calc(100% - 120px);*/
    width:100%;
    height: auto;
    border-radius: unset;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    border-top: 2px solid #7b7b7b;
}

.layout_prev_parts img {
    width: 100%;
    transition: .5s;
}

.layout_prev_parts img:hover {
    opacity: 0.5;
}

.layout_prev_parts > button:hover::before {
    content: "クリックでパーツ変更";
    line-height: 1em;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 10px 20px;
}

.layout_prev_parts .disable img:hover {
    opacity: 1;
    cursor: default;
}

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


.layout_prev_parts2 {
    display: flex;
    position: relative;
}

.layout_prev_parts2.h3_parts {
    display: block;
    margin-top: 30px;
    line-height: normal;
    color: #fff;
}

.layout_prev_parts2 > button {
    width: calc(100% - 320px);
    height: auto;
    border-radius: unset;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    border-top: 2px solid #7b7b7b;
	position: relative;
}

.layout_prev_parts2 .side_column .side_prev {
	width: 100%;
    height: auto;
    border-radius: unset;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    border-top: 2px solid #7b7b7b;
	position: relative;
}

.side_column {
    width: 200px;
	position: relative;
}

.layout_prev_parts2 .side_column img {
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
	padding: 2px;
    background-color: #7b7b7b;
}

.layout_prev_parts2 img {
    width: 100%;
    transition: .5s;
}

.layout_prev_parts2 img:hover {
    opacity: 0.5;
}

.layout_prev_parts2 > button:hover::before {
    content: "クリックでパーツ変更";
    line-height: 1em;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 10px 20px;
	color: #fff;
    z-index: 10;
	opacity: 0.5;
}

.layout_prev_parts2 .target_btn:hover::before {
    content: "クリックでパーツ変更";
    line-height: 1em;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 100px;
    background-color: #000;
    padding: 10px 20px;
	color: #fff;
    z-index: 10;
	opacity: 0.5;
}

.layout_prev_parts2 .disable img:hover {
    opacity: 1;
    cursor: default;
}
/*-------------*/

.parts_area select {
    max-width: calc(100% - 70px);
}

.layout_preview {
    width: 350px;
}

.lay_all_prev {
    width: 340px;
    height: calc(100vh - 180px);
    /*box-sizing: border-box;*/
    text-align: center;
    color: #fff;
    background: #505050;
}

.lay_fixed {
    position: fixed;
    height: 100vh;
    top: 0;
}

.layout_preview img {
    max-height: calc(100% - 40px);
    max-width: 100%;
}

.layout_prev_zone {
    background: #c9c9c9;
    padding: 10px;
}

.scale_btn {
    margin: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.lay_font {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    color: #626262;
    background: rgba(255,255,255,0.5);
    text-shadow: 1px 2px 2px #fff;
	opacity: 1;
    transition: .5s;
}

.layout_prev_parts > button:hover .lay_font {
   opacity: 0;
   transition: .5s;
   display: none;
}

.partsKome {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
}

/* 確認画面　レイアウトパーツ
---------------------------------------------------------------------------*/
.layout_answer_block {
    width: calc(100% - 250px);
}

.layout_preview_block {
    height: 700px;
    width: 250px;
    text-align: center;
}

.layout_preview_block button {
    width: 250px;
    height: 700px;
    background: unset;
    margin: 0;
    border: none;
}

.layout_preview_block img {
    height: 100%;
    border: 1px solid #000;
}

.layout_preview_block img:hover {
    opacity: 0.5;
}

.scroll {
    width: 80%;
    height: calc(100vh - 120px);
    margin: 10px auto;
    overflow-y: scroll;
}

.scroll img {
    width: 100%;
}

.image_kome {
    font-size: 15px;
    margin-left: 1em;
}

/* リセットボタン
---------------------------------------------------------------------------*/
.reset_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.reset_btn button {
    margin: 0;
    width: auto;
    height: 100%;
}

.login_btn {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 5px 20px;
}

/* エラー時の装飾
---------------------------------------------------------------------------*/
.errorMsg {
    background-color: #f1cbcb;
}

/* クリアーボタン
---------------------------------------------------------------------------*/
.clearButton{
  width: 13px;
  height: 13px;
  position: absolute;
  right: 2px;
  top: 1px;
  background: url(/images/clear_btn.png) no-repeat left center;
  cursor: pointer;	
}

/* 共通パーツ選択
---------------------------------------------------------------------------*/
.c_area {
    width: calc(100% - 115px);
    border: 1px solid;
    margin-top: 30px;
	line-height: normal;
}

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

.c_area .layout_prev_parts.h3_parts {
    margin: 0;
}

.c_area h3 {
    background-color: #626262;
    color: #fff;
    padding: 2px 5px;
}

.c_area h4 {
    background-color: #a0bbe4;
    padding: 2px 5px;
    margin: 5px 0 0;
}

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

.grayout:hover {
    color: #869198;
    background-color: #bdc3c7;
}

.admin_table .grayout {
    background: #bdc3c7;
    color: #869198;
}

.reqinput {
    background-color: #fcffe0;
}

input[type="color"] {
    border-radius: 0;
}

.radioclub5 .disblo {
	display: block;
}

.idpass_area input[type="text"] {
    width: calc(50% - 90px);
}

/* 漫画出演希望者 年齢表示変更 */
.radioclub7 label {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 3px;
    padding: 10px 30px;
    background: #efefef;
    color: #a2a2a2;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    text-shadow: 1px 1px 0px #ffffff;
}

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

.radioclub7 input {
    display: none;
}

.branding_key input[type="text"] {
    margin-bottom: 3px;
}