@charset "utf-8";

#contents{
    padding: 0;
}

#contents p {
	font-weight: bold;
	padding: 10px 0;
    margin: 0;
}

#contents div.privacy {
	margin: 15px 0 0 0;
    padding:20px;
    line-height: 180%;
	overflow: scroll;
	overflow-x: hidden;
	height: 450px;
	border: solid 1px #e8e8e8;
}
	
#contents div.privacy h2 {
	padding: 0 0 10px 0;
	border-bottom: solid 2px #e8e8e8;
	margin: 20px 0 20px 10px;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	_height: 1em;
}

#contents div.privacy h3 {
	padding: 0 0 10px 0;
	border-bottom: double 3px #e8e8e8;
	margin: 40px 0 20px 10px;
	font-weight: bold;
}

#contents div.privacy p,
#contents div.privacy ol,
#contents div.privacy dl {
	margin:0  20px;
}

#contents div.privacy ul {
	margin: 20px 20px 20px 0;
	padding: 0;
	border-left: double 3px #e8e8e8;
	}

#contents div.privacy li {
	margin: 0 0 10px 50px;
	text-indent: -2em;
	}

#contents div.privacy dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#contents div.privacy dd {
	margin-bottom: 20px;
}

.half_l {
	width: 300px;
	margin-right: 20px;
	float: left;
	border-right: solid 1px #e8e8e8;
}

.half_r {
	width: 300px;
	float: right;
}

.bdbox {
	border: solid 1px #e8e8e8;
	padding: 20px;
	margin-top: 20px;
}	

.right-txt {
	text-align: right;
}

.agree {
	text-align: center;
    margin: 50px 0;
}

.agree ul{
    display: block;
}

.agree ul li{
    display: inline-block;
}

.agree [type="button"],
.agree [type="submit"],
.agree [type="reset"]{
    color: #fff;
    background: #614e7d;
    padding: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 210px;
    margin: 0 15px;
    font-weight: normal;
}

.agree input:disabled {
    cursor: default;
    opacity: 0.7;
}

.left200{
    width:200px;
    float:left;
}

.mailarea > div{
    margin-bottom:20px;
}

.mailarea .subtit{
    background: #eee;
    padding: 5px 10px !important;
    margin-bottom: 5px;
}

#mainContent .taC{ text-align:center;}
#mainContent .pb0{ padding-bottom:0;}
#mainContent .mb5{ margin-bottom:5px; display:inline-block;}
#mainContent .mb20{ margin-bottom:20px;}
#mainContent .mt30{ margin-top:30px;}
#mainContent .floatL{ float:left; width:150px;}
#mainContent .atentioncolor{ color:red;}
#mainContent .mailarea p{padding:0 0 10px 0;}
#mainContent input[type="text"],
#mainContent textarea, 
#mainContent select{border: 1px solid #ccc;padding: 5px;margin: -5px 0 0 0; width: 500px;}

.inputTableArea {
    border: 0;
    padding: 10px;
    background-color: #f0f0f0;
}
.userTable_01{
    line-height: 1.4;
    width:100%;
}

.userTable_01 th{
    text-align: center;
    background-color: #dcdcdc;
    border-top: 1px solid #FFFFFF;
}

.userTable_01 td {
    padding: 4px;
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.userTable_01 caption{
    border-top: 1px solid #594E43;
    border-right: 1px solid #1E1811;
    border-bottom: 1px solid #1E1811;
    border-left: 1px solid #594E43;
    background-color: #383028;
    padding: 5px;
}

.userTable_01 th,
.userTable_01 td{
    vertical-align: middle;
    padding: 15px;
}

.flow{
    text-align:center;
    margin: 2vw 0;
 }
 
#mail_bnr {
    width:770px;
    margin:0 auto;
    position:relative;
}

#mail_bnr span{
    position:absolute;
    top:40%;
    height:50%;
}

#mail_bnr span a{
    display:block;
    height:100%;
    text-indent:-9999px;
}

#mail_bnr span.mail{
    right:2%;
    width:58%;
}

#mail_bnr span.tel-link{
    left:2%;
    width:36%;
}

#mail_bnr a[href^="tel:"] { cursor: default; }
#contents .contact{
    text-align: center;
}

#contents .contact .tel-link{
    display:none;
}
@media screen and (max-width: 768px) {
#contents {
    width: auto;
    padding: 20px 10px 10vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
}

#contents div.privacy {
    margin: 10px 0 0 0;
    padding:10px;
}

#contents div.privacy h2{
    padding: 0 0 5px 0;
    margin: 10px 0 10px 5px;
}

#contents div.privacy h3 {
    padding: 0 0 5px 0;
    margin: 20px 0 10px 5px;
}

#contents div.privacy p, #contents div.privacy ol, #contents div.privacy dl {
    margin: 0 10px;
}
    
#contents div.privacy li {
    margin: 0 0 5px 40px;
}

.agree {
    margin: 5vw 0 ;
}
.agree ul li{
    margin: 0 1%;
    width: auto;
}

.agree [type="button"],
.agree [type="submit"],
.agree [type="reset"] {
    font-size: 14px;
    width: 100%;
    margin: 5px 0;
/*    width: 40%;*/
}
    
.agree img,
.flow img,
#mail_bnr img{
    width:100%;
    height:auto;
}

.mailarea > div{
    display:block;
    float:inherit !important;
    margin-bottom:5px;
}

#mainContent .mailarea p{
    padding:0 0 5px 0;
    }

#mainContent .mb5{
    margin-bottom:3px;
    }


#mainContent .mb20{
    margin-bottom:10px;
    }

#mainContent .mt30{
    margin-top:20px;
}

#mainContent input[type="text"],
#mainContent textarea, 
#mainContent select{padding: 3px;margin: -3px 0 0 0 ;width: 100%;box-sizing: border-box;}

.inputTableArea {
    width: auto;
    font-size: 10px;
    fonr-size: 1.0rem;
    padding: 5px;
}

.inputTableArea input{
    margin:0 !important;
    }

.userTable_01 th,
.userTable_01 td {
    padding: 5px;
}

input[type="image"] {
    height: 25px;
    width: auto;
}

#mail_bnr {
    width:100%;
}

#contents .contact{
    position:relative;
}

#contents .contact .tel-link {
    display:block !important;
    position: absolute;
    height: 44%;
    top: 6.2vw;
    text-indent:-9999px;
    width: 100%;
    z-index:100;
}

#contents .contact .tel-link a{
    width:100%;
    height:100%;
    display:block;
}
}
    