.container-md{

    max-width: 960px;
    margin: 0px auto 70px;
    line-height: 1.78;
}
.container-md h2{
    font-size: 2.8rem;
    margin-bottom: 30px;
}

/* ¥Õ¥©©`¥à¥ê¥»¥Ã¥ÈCSS */
input,textarea, button, select{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
/* IE¤Îselect¤ÎÊ¸Ó¡¤òÏ÷³ý */
select::-ms-expand {
    display: none;
}
/* IE¤Îtextarea¤Î¥¹¥¯¥í©`¥ë¥Ð©`¤òÏ÷³ý */
textarea{
-ms-overflow-style: none;
}
input, textarea {
    font-size: 13px;
}
#ai_form{
    max-width: 1000px;
    padding: 40px 120px 50px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
#ai_form table{
    border-collapse: collapse;
	width: 100%;
	text-align: left;
}
#ai_form table tr {
    border-bottom: 1px solid #e7eaed!important;
}
#ai_form table tbody td{
    padding: 15px 20px;
    word-break: break-all;
}

#ai_form table tbody th{
    padding: 15px 20px;
	width: 25%;
}
#ai_form table input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 15px;
	background: #e7eaed;
}
#ai_form textarea{
    min-height: 150px;
    padding: 10px 15px;
    background: #e7eaed;
    width: 100%;
}
#ai_form select{
    border: 1px solid #eee;
    padding: 10px;
    width: 50%;
}
.rec01{
background: #3382aa;
color: #fff;
    padding: 2px 5px;
font-size: 0.8em;
display: inline-block;
margin-left: 5px;
    vertical-align: bottom;
}
.send_button{
	margin: 50px 20px 0;
}
.send_button button{
    display: block;
    margin:50px auto 0;
    width: 300px;
    line-height: 60px;
    height: 60px;
    font-size: 1.2rem;
    background: #3382aa;
    border:2px solid #3382aa;
    padding:0px 20px 0px;
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}
.send_button button:hover{
    background: #f5f7fa;
    color: #3382aa;

}
.btn01{
    width: 30%;
    background: #ddd;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2em;
    margin-left: 20px;
    margin-top: 50px;
}
.btn01:hover{
    opacity: 0.7;
}
.btn_send{
    background: #3382aa;
}
input[type=radio]{
    display: none;
}

.radio_label {
position: relative; /* ボックスの位置を指定する */
padding: 0 0 0 42px; /* ボックス内側の余白を指定する */
}
.radio_label:after, .radio_label:before {
position: absolute; /* ボックスの位置を指定する */
content: ""; /* ボックスのコンテンツ */
display: block; /* ブロックレベル要素化する */
top: 50%; /* 上部から配置の基準位置を決める */
}
.radio_label:after {
left: 15px; /* 左から配置の基準位置を決める */
margin-top: -10px; /* チェック枠の位置 */
width: 16px; /* ボックスの横幅を指定する */
height: 16px; /* ボックスの高さを指定する */
border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
}
.radio_label:before {
left: 20px; /* 左から配置の基準位置を決める */
margin-top: -5px; /* チェックマークの位置 */
width: 10px; /* ボックスの横幅を指定する */
height: 10px; /* ボックスの高さを指定する */
background: #0171bd;/* ボックスの背景色を指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
opacity: 0; /* 要素を透過指定する */
}
input[type=radio]:checked + .radio_label:before {
opacity: 1; /* 要素を表示する */
}
.radio_label:hover:after {
border-color: #0171bd; /* ボックスの境界線を実線で指定する */
}
#form1df    
{
    display: block;
}
@media (max-width: 768px) {
    .container-md{
        max-width: 100%;
        width: 100%;
    }
    #credit_banner{
    background: url(../../assets/images/credit/credit.jpg) no-repeat center right;
    }
#ai_form {
    padding: 60px 30px;
    width: 100%;
}

#ai_form table tbody td,
#ai_form table tbody th{
    display: block;
    width: 100%;
    }
.send_button button{
    width: 100%;
    padding: 14px 10px 14px;
    line-height: inherit;
}
}
