@charset "UTF-8";
/* CSS Document */


/*PC*/
@media only screen and (min-width: 769px) {
	
.idx_free_tit_txt {
	background:#a0d246;
	padding:5px 0;
	margin:0 auto 30px;
	color:#FFFF00;
	font-size:1.6em;
	text-align:center;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.idx_free_tit_txt02 {
	font-size:1.4em;
	color:#229fe0;
	margin:0 auto 20px;
	text-align:center;
}

.idx_free_tit_txt03 {
	width:340px;
	background:#FF0000;
	font-size:2.2em;
	font-style:inherit;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 auto 20px;
	text-align:center;
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -4px #323232;
	-moz-box-shadow:0px 0px 6px -4px #323232;
	-webkit-box-shadow:0px 0px 6px -4px #323232;
}

.idx_free_tit_txt04 {
	background:#229fe0;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFF00;
	padding:5px 0;
	margin:0 auto 10px;
	text-align:center;
	
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}



table.contact_table01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-top:40px;
	width: 100%;
	margin-bottom:40px;
}
table.contact_table01 th {
	width: 30%;
	padding: 30px 0;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.contact_table01 td {
	width: 70%;
	padding: 30px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.b_red{ font-weight:bold; color:#ff0000;}

.main_contents_wrap p{
	margin-top:40px;
	text-align:center;
}

input[type="text"], textarea, select{
    border:1px solid #777;
    padding: 5px;
    color: #666;
    background: #fff;
    border-radius: 3px;
	width:100%;
	height:3em;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}




input[type="text"]:focus,
input[type="password"]:focus,
select:focus, textarea:focus,
input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #3399FF;
}





input[type="submit"],
.submit{
	border: 1px solid #104B78;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	background-color: #428ec9;
}



input[type="submit"]:focus,
input[type="submit"]:hover,
.submit:hover {
	background: none repeat scroll 0 0 #215d80;
	border-color: #3399FF;
}


.error {
	margin: 0px auto 30px;
	width: 810px;
}


.error p {
	background: #BD0000;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

.error ul {
	background: #FFD9D9;
	list-style: none;
	padding: 5px;
}


.contact_link_btn01 a{
	margin-top:30px;
	margin-bottom:30px;
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.93333rem;
    padding: 5px 50px;
    text-align: center;
	text-decoration:none;
}

.contact_link_btn01 a:hover{
	opacity:0.8;
}


}







/*sp*/
@media only screen and (max-width: 768px) {

.idx_free_tit_txt {
	background:#a0d246;
	padding:5px 0;
	margin:0 auto 30px;
	color:#FFFF00;
	font-size:1.6em;
	text-align:center;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.idx_free_tit_txt02 {
	font-size:1.4em;
	color:#229fe0;
	margin:0 auto 20px;
	text-align:center;
}

.idx_free_tit_txt03 {
	width:90%;
	background:#FF0000;
	font-size:1.6em;
	font-style:inherit;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 auto 20px;
	text-align:center;
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -4px #323232;
	-moz-box-shadow:0px 0px 6px -4px #323232;
	-webkit-box-shadow:0px 0px 6px -4px #323232;
}

.idx_free_tit_txt04 {
	background:#229fe0;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFF00;
	padding:5px 0;
	margin:0 auto 10px;
	text-align:center;
	
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

table.contact_table01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width: 96%;
	margin: 40px 2%;
}
table.contact_table01 th {
	width: 100%;
	padding: 30px 0 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: none;
	display:block;
}
table.contact_table01 td {
	width: 100%;
	padding: 0 0 30px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	display:block;
}

.b_red{ font-weight:bold; color:#ff0000;}

.main_contents_wrap p{
	margin-top:40px;
	text-align:center;
}

input[type="text"], textarea, select{
    border:1px solid #777;
    padding: 5px;
    color: #666;
    background: #fff;
    border-radius: 3px;
	width:96%;
	height:3em;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}




input[type="text"]:focus,
input[type="password"]:focus,
select:focus, textarea:focus,
input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #3399FF;
}


input[type="submit"],
.submit{
	border: 1px solid #104B78;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	background-color: #428ec9;
}




input[type="submit"]:focus,
input[type="submit"]:hover,
.submit:hover {
	background: none repeat scroll 0 0 #215d80;
	border-color: #3399FF;
}


.error {
	margin: 0px auto 30px;
	width: 810px;
}


.error p {
	background: #BD0000;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

.error ul {
	background: #FFD9D9;
	list-style: none;
	padding: 5px;
}


.contact_link_btn01 a{
	margin-top:30px;
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.93333rem;
    padding: 5px 50px;
    text-align: center;
	text-decoration:none;
	margin-bottom:30px;
}

.contact_link_btn01 a:hover{
	opacity:0.8;
}


}

