@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
/* ==============================================
    crumbs
============================================== */
#crumbs {
	list-style: none;
	width: 950px; /* total 980px */
	margin: 20px auto 15px;
	padding: 0 15px;
}
#crumbs:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#crumbs li {
	float: left;
}
#crumbs li a,
#crumbs li.icn {
	padding-right: 20px;
	background: url(image/crumbs.gif) no-repeat right center;
}

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}

#back_frame{
	background-image: url(image/back_border.gif);
	background-repeat: no-repeat;
}

#contents h1#title_border{
	font-size: 30px;
	font-weight: normal;
	color: #18469d;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(image/title_big_border_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
}

#contents.inquiry{
	width: 929px;
	min-height: 450px;
	margin-bottom: 100px;
}
#contents.inquiry p#link_sample{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#contents.inquiry p#link_sample a{
	color: #000;
}
#contents.inquiry p#link_sample a:hover{
	text-decoration: none;
}
#contents.inquiry table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
  border-top: solid #cdcdcd 1px;
	margin-bottom: 20px;
}
#contents.inquiry table tr th,
#contents.inquiry table tr td{
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
	border-bottom: solid #cdcdcd 1px;
}
#contents.inquiry table tr th{
	width: 220px;
	font-weight: normal;
	background: #f4f4f4;
	text-align: left;
}
#contents.inquiry table tr th .require{
	color: #d14242;
}
#contents.inquiry table tr td input,
#contents.inquiry table tr td textarea{
	padding: 0.2em;
}
#contents.inquiry table tr td select{
	padding: 0.2em 0.2em 0.5em 0.2em;
	line-height: 1;
}
#contents.inquiry .button{
	text-align: center;
}
#contents.inquiry .button input[type=submit]{
	padding: 2px 20px;
	font-size: 18px;
}

.err{
	color: #d14242;
}
.case{
	display: block;
	font-size: 14px;
  color: #808080;
}

/* 20230720 */
#contents.inquiry .agree {
	text-align: center;
	padding: 20px 0;
}

#contents.inquiry .agree a {
	color: #000000;
}


#contents.inquiry .agree a:hover {
	color: #ff8040;
}


/****************************************************/

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 640px) {
/****************************************************
    640px未満に適用
****************************************************/
	#contents h1#title_border{
		font-size: 22px;
	}
	#contents.inquiry{
		width: 100%;
	}
	#contents.inquiry form table{
		width: 100%;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
	}
	#contents.inquiry table tr th,
	#contents.inquiry table tr td{
		display: block;
		width: 100%;
	}
	#contents.inquiry table tr td #email{
		max-width: 527px;
		width: 90%;
	}
	#contents.inquiry table tr td #phone{
		max-width: 317px;
		width: 90%;
	}
	#contents.inquiry table tr td textarea{
		width: 97.5%;
	}

/***************************************************/
}
}
