@charset "utf-8";
/* CSS Document ver1.4 */
/* LESS Document */
.red{
	color: #ff0000;
}
.bold{
	font-weight: bold;
}
.t_indent{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.t_center{
	text-align: center;
}
.txt_80 {
	font-size: 80% !important;
}
.txt_90 {
	font-size: 90% !important;
}
.mb10{
	margin-bottom: 10px;
}

@media (min-width:750px) {
    .pcnone {
        display: none !important;
    }
}
@media (min-width:0px) and (max-width:749px) {
    .pcnone {
        display: block !important;
    }
    .spnone {
        display: none !important;
    }
}

.bg_gray{
	background-color: #F6F6F6;
	border-radius: 10px;
	padding: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.bg_gray{
	background-color: #F6F6F6;
	border-radius: 10px;
	padding: 10px;
}
}

.btn_yellow02 {
  background: #edce3d;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 1.8rem;
}
.btn_yellow02 img {
  vertical-align: top;
}
.btn_yellow02:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .column3box > .column {
        border: #ccc 2px solid;
    background: #fff;
    padding: 10px;
    }
}


/**確認画面・サンクス用**/
#main section.cont {
	min-width:1000px;
}

#main section .s_inner {
	width: 1000px;
	min-width:1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width:0px) and (max-width:735px) {
#main section.cont {
    min-width: inherit;
}
#main section .s_inner {
    width: auto;
	min-width:inherit;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
}
#footer-out {
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 1000px;
	background-color: #e4dfd3;
}

#footer-out footer {
	width: 1000px;
	margin:0 auto;
	padding:30px 0 30px 0;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
	color: #ffffff;
	text-align: center;
	font-size:80%;
}

@media (min-width:0px) and (max-width:735px) {
#footer-out {
	padding-top: 10px;
	padding-bottom: 10px;
	min-width:inherit;
	
}
#footer-out footer {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing:border-box;
}
}

.ttl01 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  background: url(../../common/img/bg_h2.png) no-repeat center bottom;
  line-height: 1.2;
  padding: 0 0 20px;
  margin: 0 0 35px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl01{
	font-size: 20px;
    margin-bottom: 20px;
}
}
/**確認画面・サンクス用　ここまで**/

.ttlsub01{
	font-size: 120%;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.ttlsub01_2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	left: 0;
	right: 0;
  display: inline-block;
  padding: 0 55px;
  border-left: none;
  margin-left: auto;
	margin-right: auto;
}
.ttlsub01_2:before, .ttlsub01_2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #668c5a;
}

.ttlsub01_2:before {
  left:0;
}
.ttlsub01_2:after {
  right: 0;
}
@media (min-width:0px) and (max-width:735px) {
.ttlsub01_2{
	font-size: 23px;
}
}

.ttlsub02{
	font-size: 120%;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: bold;
}
	
table {
	border-collapse:collapse;
	border-spacing:0;
}
.formbox{
	/**background-color: #ffffff;**/
	padding: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.formbox{
	padding: 10px 0px;
}
}

table.contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
table.contact tr th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	padding-left: 10px;
	vertical-align: top;
	overflow: hidden;
}
table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
table.contact tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
}

table.contact tr td ul {
margin-bottom: 10px;
}
table.contact tr td ul li {
	margin-right: 10px;
	display: inline-block;
}

@media (min-width:0px) and (max-width:735px) {
table.contact {
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
	box-sizing: border-box;
	overflow: hidden;
}
table.contact tr th {
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	display: block;
	width: auto;
	background-color: #c2ccd7;
}

table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
}

table.contact tr td input,
table.contact tr td textarea,
table.contact tr td select {
	font-size: 16px;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td input,
table.contact tr td textarea,
table.contact tr td select {
	font-size: 16px;
}
}
table.contact tr td input.pt01,
table.contact tr td select.pt01{
	line-height: 40px;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt02,
table.contact tr td select.pt02{
	line-height: 40px;
	height: 40px;
	width: 60%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt03,
table.contact tr td select.pt03{
	line-height: 40px;
	height: 40px;
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
table.contact tr td input.pt04{
	line-height: 40px;
	height: 40px;
	width: 40%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td input.pt04{
	line-height: 40px;
	height: 40px;
	width: 80%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
    margin-bottom: 10px;
}
}

table.contact tr td select.pt_select{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
	float: left;
}
table.contact tr td select.pt_select02{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
    margin-bottom: 10px;
	float: left;
}
@media (min-width:0px) and (max-width:735px) {
table.contact tr td select.pt_select02{
	line-height: 40px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 5px;
    margin-bottom: 3px;
}
}

table.contact tr td textarea {
	font-size: 16px;
	min-height: 100px;
	width: 98%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}
table.contact tr td textarea.pt2 {
	font-size: 16px;
	min-height: 100px;
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	line-height: 120%;
}

.contact .inputsContainer{
	
}
.contact .inputGroup{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact .removeButton{
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.contact .removeButton:hover{
    background-color: #cccccc;
	color: #ffffff;
}
.contact #addButton{
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.contact #addButton:hover{
    background-color: #6eb4fb;
	color: #ffffff;
}
.contact .hisu{
	color: #FFF;
	background-color: #f190a1;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
}
.color_hisu{
	color: #FFF;
	background-color: #f190a1;
	padding: 2px 5px;
	margin-right: 5px;
	display: inline-block;
}
.contact .nini {
	color: #FFF;
	background-color: #a1a0ae;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
}
.color_nini {
	color: #FFF;
	background-color: #a1a0ae;
	padding: 2px 5px;
	margin-right: 5px;
	display: inline-block;
}

.porcyBox {
	max-width:800px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
.scrolBox {
	overflow-y: scroll;
	max-width: 980px;
	max-height: 200px;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #d1d1d1;
}
.fbtn input {
	cursor: pointer;
	border: none;
	
}
.fbtn {
	min-width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
.fbtn {
	min-width: inherit;
	padding-right: 10px;
	padding-left: 10px;
}

}
.btn01{
	text-align: center;
	background-color: #ec4870;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	border-radius: 5px;
	border-bottom: solid 3px #7e001f;
	font-size: 18px;
	margin: 5px;
}

.items{
	margin-bottom: 5px;
	overflow: hidden;
}
.items p{
	display: inline-block;
	min-width: 240px;
}
.items .left{
	width: 350px;
	float: left;
}
.items .right{
	width: 150px;
	float: right;
}
.items .right a img{
	height: auto;
	width: 70px !important;
}
.items .right a img:hover{
	opacity: 0.8;
}
@media (min-width:0px) and (max-width:735px) {
.items{
	margin-bottom: 10px;
}
.items p{
	display: inline-block;
	min-width: 100%;
	margin-bottom: 0px;
	font-size: 14px;
}
.items .left{
	width: 70%;
	float: left;
}
.items .right{
	width: 30%;
	float: right;
}
.items .right a img{
	height: auto;
	width: 80px !important;
}
}



