@charset "utf-8";

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

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

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

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

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


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

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

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

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

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

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

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

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

input#topHead5 {
    width: 70%;
}

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

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

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

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

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

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

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

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

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

/* ラジオボタン装飾
---------------------------------------------------------------------------*/
/* 業種選択 ----------------------------*/
.radioclub2 {
    margin: 10px;
}

.radioclub2 input {
    display: none;
}

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

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

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

.radioclub input {
	display: none;
}

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

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

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

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

/* キーワードボリューム ----------------------------*/
.radioclub3 {
    margin: 10px;
}

.radioclub3 input {
    display: none;
}

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

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

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


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

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

.checkClub input {
    display: none;
}

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

.checkClub .days {
    width: 80px;
}

.checkClub input[type="checkbox"]:checked + .switch4 {
    background-color: #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: 185px;
    height: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 注意事項確認しましたボタン ----------------------------*/
.agree {
    width: 220px;
    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;
    border-radius: 10px;
    margin: 2px;
}

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

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

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

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

textarea {
    width: 900px;
    height: 300px;
    padding: 10px;
    font-size: 15px;
    border-color: #9a9a9a;
    border-radius: 5px;
    margin: 5px;
}

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

textarea#topHead6 {
    height: 70px;
}

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

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

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

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

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

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

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

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

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

/* 3カラムボタン ----------------------------*/
.button_area3 {
    width: 970px;
    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;
}

.no {
    background-color: #efb8b8;
}

.two {
    background-color: #a1b91e;
}

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

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

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

/* 閉じるボタン ----------------------------*/
.close_btn {
    margin: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    top: 4px;
    right: 6px;
}

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

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

.jumpBtn:hover {
    background-color: #f75050;
}

/* エラー時の装飾
---------------------------------------------------------------------------*/
.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;	
}


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

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

.reqinput {
    background-color: #fcffe0;
}

