/* お問い合わせ一覧ページ */

/* ベース */
	#contact-list body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	background-color: #FFF;
	color: #333;
	}
	.contact-container {
	max-width: 950px;
	margin: 0 auto;
	padding: 1em;
	}
	#contact-list h2 {
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	padding:2em;
	}

	.contact-cards {
	display: flex;
	flex-direction: column;
	gap: 3em;
	}

	.contact-card {
	position: relative;
	background-color: #FFF;
	padding: 1.5em;
	box-sizing: border-box;
	}

	.contact-card h3 {
	position: absolute;
	top:-2rem;
	left:0;
	width:100%;
	background-color: #e2e2e2;
	background-image: none;
	border-top:0;
	margin: 0 0;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 1em;
	font-size: 2em;
	color: #333;
	letter-spacing: 0.2em;
	}

	.contact-card h3 span.title-text-small {
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 0.02em;
	font-weight: 500;
	margin-left:0.5em;
	}

	.contact-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

	.contact-card li {
	margin-bottom: 0.75em;
	line-height: 1.5;
	}

	.contact-card li ul {
	padding:1em 0 0 1em;
	}

	.cta-button {
	display: block;
	font-size: 1.5em;
	padding:0.2em;
	font-weight: 700;
	color: #1a4e85;
	text-decoration: none;
	}

	.cta-button .icon{
	margin-right: 0.5em;
	}

	.contact-cards section {
	width:100%;
	padding-top:80px;
	border:#e2e2e2 2rem solid;
	background-color: #FFF;
	}


	/* モバイル対応 */
	@media screen and (max-width: 768px) {
	#contact-list h2 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;
	padding:1em;
	}

	.contact-card h3 {
	height: 2.5em;
	padding: 0 0.8em;
	font-size: 1.3em;
	}

	.cta-button {
	display: block;
	font-size: 1.2em;
	padding:0.2em;
	}
	}

/*----------------------------------------------------------*/

.trandesc02 {
    text-align: left;
    color: #273363;
    line-height: 1.8;
    padding: 2em 1em;
}
h4.blue {
    width: 100%;
    color: #369;
    font-weight:700;
    font-size: 30px;
	padding: 0;
	}
.charm {
	letter-spacing: .05em;
	line-height:1.8em;
}
.charm:before {
	content:'●';
	color:#ffb300;
	margin-right:.5em;
	font-size:.7em;
}

button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: .5em;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input:focus,
select:focus,
textarea:focus {
	/* background-color: #DEEBE9; */
	background-color:#eee;
}
.cform option,
.cform textarea,
.cform input[type=date],
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #afafaf;
	border-radius: 5px;
}
.cform input[type="radio"],
.cform input[type="checkbox"] {
	transform: scale(1.5);
	margin:10px;
	accent-color: #369;
}

label {
    display:inline-block;
    margin-right:1.5em;
}
label:last-child {
    margin-right:0;
}

.subBtn{
	padding: 20px 40px !important;
	font-size: 1.2em;
	color: #fff !important;
	border-style: none !important;
	background: #283264;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	margin-bottom:20px;
	cursor: pointer;
}
.subBtn:hover {
	background: #ff9800;
}

@media screen and (min-width: 768px), print {
	table.estimate_form {
		width:100%;
		border-bottom:2px solid #afafaf;
	}
	table.estimate_form td,
	table.estimate_form th {
		border:solid #afafaf;
		border-width:1px 0;
		padding:1em;
		text-align: left;
		line-height:1.8em;
	}
	table.estimate_form th {
		width:300px;
		vertical-align: top;
		font-size:1.1em;
		background-color: #f7f7f7;
	}
	table.estimate_form th.req:before {
		content:'必須';
		float:right;
		font-size:13px;
		font-weight:400;
		letter-spacing: .2em;
		color:#FFF;
		background-color: #ee7682;
		padding:.3em;
		margin-left:1em;
	}
	table.estimate_form td {
		vertical-align:middle;
	}
	table.estimate_form .flex-box {
		display: flex;
		align-items: center;
	}
}
/* @media (max-width: 767px) {
	table.estimate_form th,
	table.estimate_form td {
		display:block;
		width:100%;
}
} */

@media screen and (max-width: 767px) {
	button, input, optgroup, select, textarea {
    margin: .5em 0;
}
	table.estimate_form {
		width:90%;
		margin:0 auto;
		border-bottom:2px solid #afafaf;
	}

	table.estimate_form th,
	table.estimate_form td {
		display:block;
		width:100%;
		border:solid #afafaf;
		border-width:1px;
		padding:1em;
		text-align: left;
		line-height:1.8em;
	}
	table.estimate_form th {
		text-align: left;
		padding:0.5em;
		font-size:1.1em;
		background-color: #f7f7f7;
	}
	table.estimate_form th.req:before {
		content:'必須';
		float:right;
		font-size:13rem;
		font-weight:500;
		letter-spacing: .03em;
		color:#FFF;
		background-color: #ee7682;
		padding:0 .3em;
		margin-left:1em;
	}
	table.estimate_form td {
		margin-bottom:2em;
	}
	table.estimate_form .flex-box {
		display: flex;
		flex-direction: column;
	}

}

/* 記入例モーダルウィンドウここから */
.modal_open{
    margin:inherit;
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 590px;
    margin: 0;
    padding: 60px 2vw 80px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
.modal_box p {
	padding:0 1em;
}
a.modal_open,
.modal_box a {
  cursor:-moz-pointer;
  cursor:-webkit-pointer;
  cursor: pointer;
}

.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #FFF;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.3);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 25%;
    color: #FFF;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #2B3663;
}
.link_area .modal_link a.current {
	background-color:#e6e6e6;
	color:#aaa;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
@media screen and (max-width: 767px) {
.modal_box {
	padding: 50px 1.5vw 40px;
	font-size:14px;
	width:90%;
	line-height: 1.6em;
}

.modal_close {
	width: 40px;
	line-height: 40px;
	font-size: 30px;
}

.modal_close i {
	line-height: 44px;
}

.link_area {
	margin: 25px auto 0;
}

.link_area .modal_link a {
	margin: 15px auto 0;
}

.link_area ul li.modal_link:first-child a {
	float: none;
	margin-top: 0;
}

.link_area ul li.modal_link:last-child a {
	float: none;
}

}
/* 記入例モーダルウィンドウここまで */