@charset "utf-8";


/* スクロールバー
---------------------------------------------------------------------------*/
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
/* テキスト入力装飾
---------------------------------------------------------------------------*/
input:-internal-autofill-selected {
    background-color: #fff;
}
.a-head{
    padding-bottom:5px;
}
.a-head input[type="text"] {
    width: 96%;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 5px 5px;
}
.key_tex input[type="text"], .key_tex2 input[type="text"] {
    width: 90%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}
.gyousyu_select_tex input[type="text"]{
    width: 95%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}
input[type="text"]{
    color:#2b2b2b;
    border:0;
    box-shadow: 0 2px 2px 0 #869198;
}
input[type="email"]{
    color:#2b2b2b;
    border:0;
    box-shadow: 0 2px 2px 0 #869198;
}
input[type="tel"]{
    color:#2b2b2b;
    border:0;
    box-shadow: 0 2px 2px 0 #869198;
}
input[type="file"]{
    margin-top:.5rem;
}
input:focus{
    outline: none;
}
button:focus{
    outline: none;
}
.key_inputs input[type="text"]{
    width: 95%;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
}
.int_input input[type="text"]{
    width: 200px;
}
/* ドメインその他 ----------------------------*/
.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: 96%;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
}

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

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

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

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

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

.radioclub2 input {
    display: none;
}

.radioclub2 label{
    border-radius: 5px;
    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;*/
    margin: 2px;
    box-shadow: 0 1px 2px 0 #869198;
}
.layout_radioclub label{
    height:30px;
}


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

.radioclub2 input[type="radio"]:checked + .switch5 {
    background-color: #b2de81;
    color: #303030;
/*    border: 1px solid #806345;*/
}
.radioclub2 .main_design{
    width:100px;
}
/* デザインタイプ選択 ----------------------------*/

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

.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-radius: 5px;
    margin: 2px;
    box-shadow: 0 1px 2px 0 #869198;
}

.radioclub3 input[type="radio"]:checked + .switch4 {
    background-color: #b2de81;
    color: #2b2b2b;
}

.radioclub3 input[type="radio"]:checked + .switch5 {
    background-color: #b2de81;
    color: #2b2b2b;
}

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

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

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

.checkClub input {
    display: none;
}

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

.checkClub .days {
    width: 80px;
}
.checkClub input[type="checkbox"]:checked + .switch5 {
    background-color: #b2de81;
    color: #2b2b2b;
/*    border: 1px solid #806345;*/
    box-shadow: 0 1px 2px 0 #869198;
}

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

#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: 5px;
    margin: 2px;
    box-shadow: 0 1px 2px 0 #869198;
}
.checkClub2 input[type="checkbox"]:checked + .switch4 {
    background-color: #a6dc95;
    color: #303030;
    border: 1px solid #806345;
}

.checkClub2 input[type="checkbox"]:checked + .switch5 {
    background-color: #b2de81;
    color: #303030;
/*    border: 1px solid #806345;*/
box-shadow: 0 1px 2px 0 #869198;
}

/* プルダウン装飾
---------------------------------------------------------------------------*/
select {
    border-radius: 5px;
    font-size: 16px;
    height: 30px;
    box-shadow: 0 2px 2px 0 #869198;
    border:none;
}
option:focus{
    outline:none;
}
select:focus {
    outline: none;
}
/* テキストエリア装飾
---------------------------------------------------------------------------*/
.reqtext {
    width: 922px;
    margin: 0 auto;
}

textarea {
    width: 900px;
    height: 300px;
    padding: 10px;
    font-size: 15px;
    border-color: #9a9a9a;
    margin: 5px;
    border: 0;
    box-shadow: 0 2px 2px 0 #869198;
}
textarea:focus {
    outline: none;
}

/* キャッチコピー ----------------------------*/
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: #e38b73;
    color: #ffffff;
    margin: 20px;
    transition: 0.5s;
    border: none;
}

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

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

.keyChange {
    margin: 0;
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-right: 7px;
}
/* クエスチョンボタン設定 ----------------------------*/
button.question_button {
    width: 10rem;
    width: 3rem;
    float: right;
    background-color: #f8b551;
    margin: 0px;
}
button.question_button_key {
    width: 40px;
    float: right;
    background-color: #f8b551;
    margin: 0px;
    height:40px;
    margin: 5px;
}

.dsc_info_question {
    border-radius: 5px;
    padding: 5px;
    color: #e68196;
    padding-left: 1em;
    margin:5px;
    width: 90%;
    float: left;
}
/* スタートボタン ----------------------------*/
.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: #6db3be;
}

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

.hot{
	background-color: #eca6a6;
}

.two {
    background-color: #9dcc50;
}
.osusume{
    background-color: #a1bad0;
}
.osusume:hover{
    background-color:#728ba1
}

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

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

button.two:hover {
    color: #fff;
    background-color: #78ad23;
    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: #faba61;
    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: auto;
    height: auto;
}

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

/* レイアウト変更ボタン ----------------------------*/
.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);
}

.layout_prev_parts {
    overflow: hidden;
}

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

.underlayer_area {
    width: 120px;
}

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

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

.layout_prev_parts img:hover {
    opacity: 0.5;
}

.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: #f2a46f;
    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 - 150px);
}

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

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

.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: #7b7b7b;
    padding: 10px;
}

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

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

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

.partsKome {
    position: absolute;
    bottom: 50px;
    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%;
}

/* エラー時の装飾
---------------------------------------------------------------------------*/
.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;
}
.grayout:hover{
    background: #bdc3c7;
    color: #869198;
}


.reqinput {
    background-color: #fcffe0;
}

/* メインビジュアル画像　*/

.design_img img{
    max-width: 100%;
}

.details_ver {
	float: left;
	padding: 15px;
}

p.details_ver_logo {
    background-color: #ff5722;
    color: #fff;
    padding: 0 25px;
    font-weight: bold;
    text-align: center;
}

/*ボタンデザイン*/
.company_change_btn {
    background-color: #b2de81;
    color: #2b2b2b;
    height: 30px;
    width: 80px;
    box-shadow: 0 2px 2px 0 #869198;
}

.company_change_btn:hover {
    background-color: #b2de81;
    color: #2b2b2b; 
}