﻿@charset "utf-8";

/*------------------------------------------------*/
/* お問い合わせ
/*------------------------------------------------*/
/* 入力ページ */
.contact_tbl{
    width: 100%;
    max-width: 1200px;
}
.input_txt, .input_select, .input_txtArea{  
    width: 100%;
    padding: 0.5em;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
}
.input_txt{
    max-width: 350px;
}
.input_select{
    max-width: 20em;
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.input_txtArea{
    max-width: 800px;
    height: 140px;
    vertical-align: middle;
    resize: vertical;    
}
.input_check{
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-transform:	scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.input_radio {
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.contact_btn{
    display: block;   
    width: 120px;
    height: 50px;
    margin: 40px auto;
    border: #ff9000 solid 2px;
    border-radius: 5px; 
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    background-color: #ff9000;
    color: #FFF;    
    font-family: inherit;
    font-size: 120%;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    cursor: pointer;
}
.contact_btn:hover{
	background-color: #ffb050;
    transition: 0.5s;
}
.contact_btn:disabled{
    border-color: #bbbbbb;
	background-color: #CCC;
    cursor: default;
}
.contact_required {
    float: right;
    margin-right: 5px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #ef4123;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .contact_tr{
        display: block;
    }
    .contact_th{
        display: block;        
        width: 100%;        
        border-style: none none solid;
        background-color: #f0f8ff;
        text-align: left;
    }
    .contact_td, .contact_td-inquery{
        display: block;
        border: none;
    }
}
@media only screen and (min-width: 768px) {
    .contact_th{
        width: 315px;
        border-style: solid none;
        background-color: #f0f8ff;        
        text-align: left;
        line-height: 1.5em;
    }
    .contact_td{
        border-style: solid none;
    }
    .contact_td-inquery{
        border-style: none;
    }
}

/* 完了ページ */
.contact_msg{
    color: #ff4500;  
}
.contact_totop{
    display: inline-block;
    margin: 30px 0;
    color: #0070c9;    
}
.contact_totop:hover {
    text-decoration: underline;
}

/* 個人情報の取得に関する同意書 */
.agreementBlock{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.agreementBlock_title, .agreementBlock_note {
    padding: 40px 0;
    text-align: center;
}
.agreementBlock_signature{
    margin: 40px 0;
    text-align: right;
}
.agreementItemization{
    padding: 25px 0;
}
.agreementItemization_title{
    padding: 1em 0 1em 2em;
    text-indent: -2em;
}
@media only screen and (min-width: 768px) {
    .agreementItemization_content{
        padding: 0 2em;
    }
}

/* RudderⅢトライアルお申込み */
.otaList li {
    margin-left: 5px;
}

.otaList li:not(:last-child) {
    margin-bottom: 10px;
}

.otaName {
    display: inline-block;
    width: 7em;
}

.mealType {
    width: 9em !important;
}

.trial_subTitle {
    margin: 5px 0;
    font-weight: bold;
}

/* RudderⅢ資料ダウンロード */
.downloadButton {
    display: block;
    width: 180px;
    height: 50px;
    margin: 40px auto;
    border: #ff9000 solid 2px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    background-color: #ff9000;
    color: #FFF;
    font-family: inherit;
    font-size: 120%;
    cursor: pointer;
}

.downloadButton_icon {
    width: 25px;
    margin-right: 5px;
    vertical-align: bottom;
}

/*------------------------------------------------*/
/* 個人情報系ページ
/*------------------------------------------------*/
/*** 共通セレクタ ***/
/* 箇条書き */
.privacyBlock{
    width: 100%;
    padding: 10px 10%;
}
.privacyItemization{
    padding: 25px 0;
}
.privacyItemization_title{
    padding: 1em 0 1em 2em;
    text-indent: -2em;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .privacyItemization_content{
        padding: 0 2em;
    }
}
/* リスト　*/
.privacyItemization_list{
    margin-bottom: 10px;
}

/* テーブル */
.privacyTbl{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .privacyTbl_td-classification{
        width: 40%;
    }
    .privacyTbl_td-purpose{
        width: 60%;
    }
}
@media only screen and (min-width: 768px) {
    .privacyTbl_td-classification{
        width: 30%;
    }
    .privacyTbl_td-purpose{
        width: 70%;
    }
}
/* 矢印つきリンク */
.privacyBlock_txt-arrowLink{
    display: inline-block;
    position: relative;
    margin: 10px 0;
    padding-left: 2em;
    color: #0070c9;
}
.privacyBlock_txt-arrowLink:hover{    
    text-decoration: underline;
}
.privacyBlock_txt-arrowLink:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 10px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #80c6ff;
}

/*** 個人情報保護方針 ***/
.privacyBlock_signature{
    padding: 30px 0;
    text-align: right;
}

/*------------------------------------------------*/
/* エラーページ
/*------------------------------------------------*/
.errorBlock {
    clear: both;
    width: 100%;
    padding: 100px 10% 30px;
    text-align: center;
}

.errorBlock img {
    width: 50px;
}

.errorBlock_title {
    font-size: 150%;
    font-weight: bold;
}

.linkList {
    margin-top: 20px;
}

.linkList li {
    padding: 5px 0;
    font-size: 1.1em;
}