@charset "UTF-8";
/* CSS Document */
/*=======================================================================
↓main_visual============================================================
======================================================================*/
.main_bg {
      background: rgba(0, 0, 0, 0) url("../img/main.png") no-repeat scroll center center / cover ;
	height: 400px;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 768px) {
.main_bg {
	background: url(../img/main.png) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	margin-top: 82px;
	padding-top: 29.73%;
	height: auto;
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.main_bg { margin-top: 70px;}
}
@media screen and (max-width: 480px) {
.main_bg { margin-top: 60px;}
}
/*=======================================================================
↓page_tit_sp============================================================
======================================================================*/
@media screen and (max-width: 768px) {
.page_tit_sp:before{
	background: url( ../img/page_tit_sp_head.png) no-repeat; 
	background-size: contain;
 	content: " ";
 	display: inline-block;
 	margin: 0 10px 0 0;
	vertical-align: middle;
	height: 25px;
	width: 40px;
}
}
@media screen and (max-width: 480px) {
.page_tit_sp:before{
	height: 24px;
	width: 38px;
}
}
/*=======================================================================
↓フォーム===========================================================
======================================================================*/
.form_txt { 
    font-size: 120%;
    line-height: 1.5em;
}
.form_wrap {
    background: url(../../common/img/bg_green.jpg) repeat;
    padding-bottom: 1em;
}
.form_inner {
    margin: 0 auto;
    padding: 1em 0 4em 0;
    width: 1080px;
}

@media screen and (max-width: 1230px) {
.form_inner { width: 90%;}
}
@media screen and (max-width: 768px) {
.form_inner { padding-bottom: 2em;}
}
@media screen and (max-width: 480px) {
.form_inner { padding-bottom: 1.5em;}
}

/* table */
.form_tb { 
    font-size: 120%;
    margin: 2em 0 3em 0;
    width: 100%;
}
.form_tb th {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #44a44c;
    font-weight: 300;
    line-height: 1.5em;
    padding: 25px 0 25px 10px;
    vertical-align: middle;
    width: 20%;
}
.form_tb td {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #44a44c;
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    width: 80%;
}
.form_tb .table-in { width: 100%;}
.form_tb .table-in td {
    border-bottom: 0;
    border-top: 0;
    line-height: 180%;
    padding: 0;
    vertical-align: middle;
}
.form_tb .table-in td.borderT { border-top: 1px dotted #57b25a;}
.form_tb .table-in td.pdgB15 { padding-bottom: 15px;}
.form_tb .table-in td.pdgT15 { padding-top: 15px;}
.form_tb input { 
    height: 30px;
    vertical-align: middle;
}

/* width・height */
.txt_area_width { width: 70%;}
.tel_area_width { width: 50%;}
.year { width: 20%;}
.birth { width: 10%;}
.h150 { height: 150px;}

/* 英数字入力モード */
input.jpoff { ime-mode: disabled;}

/* 送信ボタン */
.send-box {
    margin: 0 auto;
    padding: 1em 0 2em 0;
    width: 100%;
}
.send-box .btn-send { text-align: center;}
#send-btn {
    background: url(../img/btn_send.png) left top no-repeat;
    border: 0px;
    color: #FFF;
    font-size: 140%;
    font-weight: 400;
    height: 57px;
    letter-spacing: 0.5em;
    outline: none;
    width: 321px;
}
#send-btn:hover {
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    outline: none;
    zoom:1;
}
@media screen and (max-width: 768px) {
.txt_area_width { width: 100%;}
.tel_area_width { width: 100%;}
}
@media screen and (max-width: 480px) {
.form_tb th {
    border-bottom: 0;
    border-top: 0;
    display: block;
    padding: 25px 0 0 0;
    width: 100%;
}
.form_tb td {
    border-top: 0;
    display: block;
    padding: 10px 0;
    width: 100%;
}
.birth { width: 20%;}
#send-btn {
    height: 50px;
    width: 280px;
}

}
/*=======================================================================
↓プライバシーポリシー===================================================
======================================================================*/
.privacy-head {
    border: solid 1px #57b25a;
    color: #57b25a;
    cursor: pointer;
    display: block;
    font-size: 120%;
    font-weight: 200;
    line-height: 1.5em;
    padding: 15px 0;
    position: relative;
    text-align: center;
}
.privacy-head:hover { background: #ffe617;}
.privacy-head:before {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #57b25a transparent transparent transparent; 
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.privacy-inner {
    background: #e9f5e9;
    padding: 25px;
}
.privacy-att { line-height: 180%;}
.privacy-col { margin-top: 30px;}
.privacy-col .privacy-txt {
    cursor: pointer; 
    font-size: 120%;
    line-height: 180%;
}
.privacy-col h4.headline {
    color: #57b25a;
    font-size: 130%;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.privacy-col .privacy-list li {
    font-size: 110%;
    line-height: 180%;
    list-style: inside;
    list-style-type: decimal;
}
@media screen and (max-width: 640px) {
.privacy-head:before {
    position: absolute;
    top: 50%;
    right: 10px;
}
}
/*=======================================================================
↓thanks-form============================================================
======================================================================*/
.thanks_bold_box {
    padding: 60px 0;
    width: 100%;
    line-height:2em;
}
.thanks_bold {
    color: #57b25a;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 1em 0;
    text-align: center;
}
.thanks_form_box {
    background: #FFF;
    padding: 4em 0 3em 0;
    width: 100%;
}
.thanks_inner { 
    margin: 0 auto 20px auto;
    width: 860px;
}
.thanks_txt {
    font-size: 120%;
    line-height: 2em;
}
@media screen and (max-width: 1024px) {
.thanks_inner { width: 80%;}
}

