@charset "utf-8";
/* form---------------------------------------- */
.ask2 {

}
.ask2 .special_ttl,
.ask2 .top_ttl_oem,
.ask2 .list_ttl_stock,
.ask2 .top_ttl {
	background-image: none;
    font-size: 170%;
    text-align: center;
}
.ask2 .special_ttl h1,
.ask2 .top_ttl_oem h1,
.ask2 .list_ttl_stock h1,
.ask2 .top_ttl h1 {
	padding: 20px 0;
}
.ask2 .special_ttl span,
.ask2 .top_ttl_oem span,
.ask2 .list_ttl_stock span,
.ask2 .top_ttl span {
    text-shadow: none;
}
/* エラー */
#main.ask.ask2 p.error {
    border-right: solid 1px #CC0000;
    border-left: solid 1px #CC0000;
    box-sizing: border-box;
    padding: 20px;
}
/* コンテンツ毎の見出し色 */
.ask2 .special_ttl span,
.ask2 .top_ttl_oem h1 span {
    color:#009880;
}
.ask2 .top_ttl_oem h2 span {
    color:#000;
}
.ask2 .list_ttl_stock span {
    color:#ff9933;
}
.ask2 .top_ttl span {
    color:#996633;
}
/* form body */
#main.ask.ask2 strong {
    font-weight: bolder;
}
#main.ask.ask2 .ask_images {
    text-align: center;
}
#main.ask.ask2 .ask_images img {
    max-width: 500px;
}
#main.ask.ask2 dl.form {
    width: 590px;
    margin: 0 auto;
}
#main.ask.ask2 .form dt {
    float: none;
    width: 100%;
    margin: 0 0 8px;
    font-weight: bolder;
}
#main.ask.ask2 .form dd {
    float: none;
    width: 100%;
}
#main.ask.ask2 .form .example {
    border: solid 1px #DFDFDF;
    background-color: #f2f2f2;
    font-family: 'Noto Sans TC', sans-serif;
}
#main.ask.ask2 .form .example div {
    padding: 15px;
}
#main.ask.ask2 dl.form input {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}
#main.ask.ask2 dl.form.address dd,
#main.ask.ask2 dl.form.event_about dd {
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 10px;
}
#main.ask.ask2 dl.form.address dd:last-child {
    padding-bottom: 0;
}
#main.ask.ask2 dl.form.address input {
    width: 60%;
    margin-left: 5px;
}
#main.ask.ask2 dl.form.address dd:nth-child(2) input,
#main.ask.ask2 dl.form.event_about dd:nth-child(3) input,
#main.ask.ask2 dl.form.event_about dd:nth-child(4) input {
    width: 30%;
    margin-left: 5px;
}
#main.ask.ask2 dl.form.event_about dd:nth-child(2) textarea {
    width: 80%;
    height: 60px;
    margin-left: 5px;
    vertical-align: middle;
}
#main.ask.ask2 dl.form.address select {
    margin-left: 5px;
}
#main.ask.ask2 dl.form select {
    padding: 6px;
    box-sizing: border-box;
}
#main.ask.ask2 dl.form textarea {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}
#main.ask.ask2 div.btn input {
    width: auto;
}
#main.ask.ask2 .form_inquiry {
    margin: 0 20px;
    border: solid 1px #999;
    padding: 20px;
    box-sizing: border-box;
    font-size: 90%;
    text-align: center;
}
#main.ask.ask2 div.btn input {
    transition: 0.9s;
}
#main.ask.ask2 div.btn input:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    transition: 0.9s;
}
#main.ask.ask2 .form_inquiry h2 {
    margin: 0 0 10px;
    padding: 3px 0;
    font-size: 140%;
    font-family: 'Noto Sans TC', sans-serif;
}
#main.ask.ask2 .form_inquiry.oem h2 {
    color: #fff;
    background-color: #009880;
}
#main.ask.ask2 .form_inquiry.stocks h2 {
    color: #fff;
    background-color: #ff9933;
}
#main.ask.ask2 .form_inquiry.others h2 {
    color: #fff;
    background-color: #996633;
}
#main.ask.ask2 .form_inquiry div {
}
#main.ask.ask2 .form_inquiry div i {
    display: inline-block;
    margin-top: -10px;
    font-size: 180%;
    vertical-align: middle;
}
#main.ask.ask2 .form_inquiry div:last-child i {
    margin-top: 0;
    vertical-align: middle;
}
#main.ask.ask2 .form_inquiry div em {
    display: inline-block;
    font-weight: bolder;
    font-style: normal;
    font-size: 220%;
    font-family: 'Noto Sans TC', sans-serif;
}
.fa-phone:before {
    content: "\f095";
    font-size: 160%;
    
}
/* サンプル申請フォームアンケート用 */
.questionnaire {
    width:100vw;
    margin:0 calc(50% - 50.5vw) 40px;
    padding: 40px 15px 20px;
    box-sizing: border-box;
    background: #fef3d4;
}
.questionnaire h2 {
    margin: 0 0 10px;
    color: #905c41;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
}
#main.ask .questionnaire dl.form:last-child {
    border: none;
}
#main.ask.ask2 .questionnaire dl.form label {
    margin-right: 20px;
    padding-bottom: 20px;
    vertical-align: bottom;
}
#main.ask.ask2 .questionnaire dl.form input {
    width: auto;
}
#main.ask.ask2 .questionnaire dl.form input[type="radio"] {
    display: none;
}
#main.ask.ask2 .questionnaire dl.form input[type="radio"] + label::before{
	content: " ";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	background:#f2f2f2;
	border-radius: 50%;
}
#main.ask.ask2 .questionnaire dl.form input[type="radio"] + label {
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
    font-size: 80%;
    cursor: pointer;
}
#main.ask.ask2 .questionnaire dl.form input[type="radio"]:checked + label {
    color: #008181;
}
#main.ask.ask2 .questionnaire dl.form input[type="radio"]:checked + label::after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #008181;
	border-radius: 50%;
}
/* スマートフォン・タブレット(リセット) ---------------------------------------------- */
@media screen and (max-width:768px){
    .ask2 .special_ttl,
    .ask2 .top_ttl_oem,
    .ask2 .list_ttl_stock,
    .ask2 .top_ttl {
        font-size: 100%;
        text-align: left;
    }
    .ask2 .special_ttl h1,
    .ask2 .top_ttl_oem h1,
    .ask2 .list_ttl_stock h1,
    .ask2 .top_ttl h1 {
        padding: 0;
    }
    #main.ask.ask2 div.error {
        margin-right: 10px;
        margin-left: 10px;
    }
    /* コンテンツ毎の見出し色 */
    .ask2 .special_ttl span,
    .ask2 .top_ttl_oem span,
    .ask2 .list_ttl_stock span,
    .ask2 .top_ttl span {
        color:#fff !important;
    }
    #main.ask.ask2 .ask_images img {
        width: 90%;
    }
    #main.ask.ask2 dl.form {
        width: 100%;
    }
    #main.ask.ask2 dl.form input {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
    }
    #main.ask.ask2 dl.form select {
        padding: 8px;
    }
    #main.ask.ask2 dl.form textarea {
        width: 100%;
        padding: 8px;
    }
    #main.ask.ask2 .form_inquiry {
        margin: 0 10px;
    }
}