@charset "utf-8";

/**タブレット　&　スマホ**/
@media (max-width: 980px) {
        h1 {
            max-width: 700px;
        }
        
        .container {
            max-width: 730px;
        }
        
        /*ヘッダー*/
        .headerLogo {
            margin: 12px 0 0 10px;
        }
        
        .headerTopic {
            margin: 18px 10px 0 0;
        }
	
        .headerTopic li {
            padding: 0 8px;
        }
        
	/*<次へ>等のボタン*/
	.button_area3{
		width: auto;
	}
        
	.button_area3 button{
		width: 27%;
	}
	
        /*確認画面のメモ*/
        .modal_textarea {
            width: 400px;
            height: 190px;
        }
        
        .modal_memo {
            width: 500px;
            height: 360px;
        }
        
        .modal_save {
            margin: 35px 0 0 0;
        }
}

/*スマホ表示（タブレット＆スマホ用も生きてる）　-ここから-
---------------------------------------------------------------------------*/
@media (max-width: 736px) {
        body {
            font-size: 4.2vmin;
            color: #6a4e16;
        }

        /*ヘッダー*/
        .headerMain {
            height: 105px;
        }

        /* TOPページ
        ---------------------------------------------------------------------------*/
        .main {
            margin-bottom: 0px;
        }

	/* 回答画面設定
	---------------------------------------------------------------------------*/
        .answer_area {
            width: 100%;
            margin: 0;
            margin-top: 20px;
            padding: 5px;
        }

        button {
            width: 100%;
            height: 60px;
            border-radius: 0;
            margin: 10px auto;
        }

        button:hover {
            border-radius: 0;
        }

        button.two:hover {
            border-radius: 0;
        }

        button.no:hover {
            border-radius: 0;
        }

        .button_area {
            position: fixed;
            bottom: 0;
        }

        .answer_area .a-head input[type="text"] {
            font-size: 16px;
            box-sizing: border-box;
            margin: 0;
        }

        .answer_area .a-head input[type="url"] {
            font-size: 16px;
        }

        .answer_area .a-head input[type="email"] {
            font-size: 16px;
            margin: 0;
            box-sizing: border-box;
        }

        .answer_area .a-head input[type="tel"] {
            font-size: 16px;
        }
        
        .a-head input[type="text"] ,
        .a-head input[type="url"] ,
        .a-head input[type="email"] ,
        .a-head input[type="tel"]{
            width: 94%;
        }

        .button_area2 {
            width: 75vw;
            margin: 10px auto;
        }

        .button_area1 {
            position: fixed;
            bottom: 0;
            left: 0;
            margin: 0;
            width: 100%;
        }

        .button_area2 {
            margin: 0;
            width: 100%;
            text-align: unset;
        }

        .button_area3 {
            width: 100vw;
            margin: 0;
        }

        .button_area4 {
            position: fixed;
            bottom: 0;
            left: 0;
            margin: 0;
            width: 100%;
        }

        .button_area5 {
            position: fixed;
            bottom: 0;
            left: 0;
            margin: 0;
            width: 100%;
        }

        .button_area5 button {
            width: 100%;
        }

        .popup .button_area2 {
            position: static;
        }

        .popup_content2 {
            width: 100vw;
            font-size: 14px;
        }

        textarea {
            width: 60vw;
            font-size: 16px;
        }

        .answer_area3 label {
            width: 85%;
        }

        .point1 {
            font-size: 4vw;
        }

        .point2 {
            font-size: 4vw;
        }

        .caution3 {
            padding: 0;
        }

        .update {
            width: 100%;
            margin: 30px auto;
        }

        .button_area3 button {
             width: 100%; 
        }

        .button_area2 {
            margin: 30px auto;
        }

        /*回答フォーム*/
        h1 {
            max-width: 350px;
            font-size: 1.8em;
        }
        
        .container {
            max-width: 370px;
        }
        
        /* テキストエリア */
        .a-head textarea {
            width: 86%;
            height: 20px;
        }
        
        /*希望ドメイン */
        .onamae {
            margin: 0 auto 5px;
        }

        /* 確認画面
        ---------------------------------------------------------------------------*/
        /*確認画面のメモ*/
        .modal_save {
            width: 100px;
            margin: 25px 0 0 0;
        }

        .modal_memo {
            width: 300px;
            height: 360px;
            padding: 10px;
        }

        .modal_save:hover,
        .memo_button:hover {
            border-radius: 5px;
        }

        .modal_textarea {
            width: 260px;
        }

        .confirm2 {
            margin: 30px auto 100px auto;
        }

        .modalButtonArea2 .editButton, .modalButtonArea2 .submitted_icon {
            width: 100%;
            top: 100px;
            border-radius: 0;
            height: 60px;
            line-height: 60px;
            margin: 0;
        }
        
        /* SEOテキスト
        -----------------------------------------------------------------------*/
        textArea {
            width: 100%;
            padding: 70px 20px;
        }

        /* フッター
        -----------------------------------------------------------------------*/
        .button_area2_3 {
            width: 100%;
        }

        /* カラー選択設定
        -----------------------------------------------------------------------*/
        .popup_content2 {
            position: absolute;
            z-index: 30;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 95vw;
            height: 95vh;
            border-radius: 5px;
        }

        .a-head {
            padding: 5px;
        }

        #page_top {
            display: none !important;
        }
        
        /* アカウント設定
        -----------------------------------------------------------------------*/
        /*テーブルの見出し部分全体の設定*/
        .admin_table td{
            padding: 0;
        }
        
        .admin_table td:has(button){
            padding: 5px;
        }
}

