@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
.vMid {
	vertical-align: middle !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 900px;
	margin: 0 auto;
}

.content p {
	margin-bottom: 12px;
	text-align: justify;
	line-height: 1.8;
}

@media all and (max-width: 767px) {
	.content {
		width: auto;
		margin: 0 15px;
	}

	.content p {
		margin-bottom: 15px;
		line-height: 1.7;
	}
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	color: #fff;
	background-color: #414143;
}

.comTopBox .content {
	padding: 15px 0 16px;
}

.comTopBox p {
	margin-bottom: 0;
	line-height: 1.7;
}
@media all and (max-width: 767px) {
	.comTopBox .content {
		margin: 0 10px;
		padding: 7px 0 12px;
	}

	.comTopBox p {
		margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.35;
}

.headLine01 .line {
	border-bottom: 3px solid #ff8800;
}

.color {
	color: #ff8700;
}

@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 24px;
		font-size: 2.0rem;
		line-height: 1.55;
	}

	.headLine01 .line {
		padding-bottom: 2px;
		border-bottom: 2px solid #ff8800;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 14px;
	font-size: 2.2rem;
}

@media all and (max-width: 767px) {
	.headLine02 {
		font-size: 1.92rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	display: table;
	margin: 0 0 20px 2px;
	font-size: 2.2rem;
}

.headLine03 .ttl, .headLine03 .text {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.headLine03 .ttl {
	box-sizing: border-box;
	width: 62px;
	height: 62px;
	padding-top: 2px;
	text-align: center;
	color: #ff8700;
	border: 2px solid #ff8700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.headLine03 .ttl .num {
	display: block;
	font-size: 2.0rem;
}

.headLine03 .ttl01 {
	padding-top: 2px;
	font-size: 1.3rem;
}

.headLine03 .text {
	box-sizing: border-box;
	width: 490px;
	height: 62px;
	padding-left: 13px;
	line-height: 1.45;
}

@media all and (max-width: 767px) {
	.headLine03 {
		display: block;
		margin: 0 0 11px 2px;
		font-size: 1.92rem;
	}

	.headLine03 .ttl, .headLine03 .text {
		display: block;
	}

	.headLine03 .ttl {
		min-width: 60px;
		height: auto;
		margin-bottom: 10px;
		padding: 7px 0 5px;
		border: 2px solid #ff8700;
		font-size: 1.23rem;
		line-height: 1.2;
	}

	.headLine03 .ttl .num {
		display: inline-block;
		margin: -2px 0 0 3px;
		vertical-align: middle;
		font-size: 1.66rem;
	}

	.headLine03 .ttl01 {
		min-width: 80px;
		padding: 7px 0 5px;
		font-size: 1.23rem;
	}

	.headLine03 .ttl02 {
		min-width: 78px;
	}

	.headLine03 .text {
		width: auto;
		height: inherit;
		padding-left: 0;
		line-height: 1.45;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 0 30px 1px;
	padding: 15px 0 15px 10px;
	border-left: 3px solid #ff8700;
	font-size: 2.0rem;
	line-height: 1.45;
}

@media all and (max-width: 767px) {
	.headLine04 {
		margin: 0 0 14px 1px;
		padding: 17px 0 17px 12px;
		font-size: 1.84rem;
	}
}

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display:         flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.flex.left {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	position: relative;
	padding: 24px 0 19px;
	background-color: #414143;
}

.comBox01:before {
	position: absolute;
	bottom: -11px;
	left: 0;
	left: 50%;
	width: 22px;
	height: 11px;
	margin-left: -11px;
	content: "";
	background: url("../../img/common/icon02.png") no-repeat;
	background-size: 22px auto;
}

.comBox01 .title {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.45;
}

.comBox01 .title span {
	display: block;
	margin-top: 5px;
	font-size: 1.63rem;
	font-weight: normal;
}

.comBox01 .imgList {
	margin: 0 100px 0 130px;
}

.comBox01 .imgList li {
	float: left;
	padding: 0 13px 11px 0;
}

.comBox01 .imgList li img {
	width: 205px;
}

@media all and (max-width: 767px) {
	.comBox01 {
		padding: 25px 7px;
	}

	.comBox01 .title {
		margin-bottom: 20px;
		font-size: 1.9rem;
		line-height: 1.55;
	}

	.comBox01 .title span {
		width: auto;
		margin: 5px auto 0;
		padding: 7px 5px;
		border: 1px solid #fff;
		border-radius: 4px;
		font-size: 1.2rem;
	}

	.comBox01 .imgList {
		margin: 0;
	}

	.comBox01 .imgList li {
		width: 32%;
		padding: 0 2% 6px 0;
	}

	.comBox01 .imgList li:nth-child(3n) {
		padding-right: 0;
	}

	.comBox01 .imgList li img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	comBox02
------------------------------------------------------------*/
.comBox02 {
	padding: 35px 0 40px;
	background-color: #efefef;
}

.comBox02 .listUl {
	margin: 0 -5px 0 -5px;
}

.comBox02 .listUl li {
	float: left;
	margin-right: 22px;
	padding-right: 22px;
	background: url("../../img/common/line.png") repeat-y right top;
	background-size: 2px auto;
}

.comBox02 .listUl li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

.comBox02 .listUl li a:hover {
	opacity: 0.7;
}

.comBox02 .btmImg {
	padding-top: 11px;
	text-align: center;
}

@media all and (max-width: 767px) {
	.comBox02 {
		padding: 23px 7px;
	}

	.comBox02 .content {
		margin: 0;
	}

	.comBox02 .listUl {
		margin: 0 0 -7px;
	}

	.comBox02 .listUl li {
		width: 71.9%;
		margin-right: 0;
		padding-right: 0;
		background: none;
	}

	.comBox02 .listUl li:last-child {
		float: right;
		width: 28.1%;
		margin-right: 0;
		padding-right: 0;
		background: none;
	}

	.comBox02 .listUl li:first-child {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.comBox02 .listUl li img {
		width: 100%;
	}

	.comBox02 .listUl li:first-child img {
		width: 68%;
	}

	.comBox02 .spTxt {
		display: block;
		margin-bottom: -2px;
		font-size: 1.2rem;
	}

	.comBox02 .btmImg {
		padding-top: 11px;
	}
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	margin-bottom: 60px;
	padding-bottom: 53px;
	border-bottom: 1px dotted #404040;
}

.comInner .photoBox {
	float: right;
	width: 331px;
	padding: 0 0 9px 16px;
}

.comInner .textBox p:last-child {
	margin-bottom: 0;
}

.comInner .textBox .photoBox {
	display: none;
}

.comInner01 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comInner02 {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: none;
}

.comInner03 {
	margin-bottom: 96px;
	padding-bottom: 0;
	border-bottom: none;
}

.lineTxt {
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	.comInner {
		margin-bottom: 40px;
		padding-bottom: 35px;
	}

	.comInner .photoBox {
		display: none;
		float: none;
		width: auto;
		padding: 0;
	}

	.comInner .textBox .photoBox {
		display: block;
		padding: 0 0 12px;
		text-align: center;
	}

	.comInner .textBox .photoBox img {
		width: 100%;
	}

	.comInner .textBox p:last-child {
		margin-bottom: 0;
	}

	.comInner01 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.comInner02 {
		margin-bottom: 32px;
		padding-bottom: 0;
	}

	.comInner03 {
		margin-bottom: 60px;
		padding-bottom: 0;
	}
}

/*------------------------------------------------------------
	comTablele
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	word-break: break-all;
	border-collapse: collapse;
}

#main .comTable th, #main .comTable td {
	height: 30px;
	padding: 5px 10px 5px 26px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}

#main .comTable th {
	padding: 5px 10px;
	text-align: center;
	background-color: #eaeaea;
}

@media all and (max-width: 767px) {
	#main .comTable th, #main .comTable td {
		padding: 8px 9px;
		vertical-align: top;
		font-size: 1.4rem;
	}

	#main .comTable th {
		padding: 5px 9px;
		text-align: center;
		vertical-align: middle;
		background-color: #eaeaea;
	}
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	z-index: 999;
	right: 72px;
	bottom: 72px;
	display: none;
	width: 100px;
}

.pageTop a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.pageTop {
		right: 10px;
		bottom: 10px;
		width: 66px;
	}
}



/*------------------------------------------------------------
	cta 250108追記(index用)
------------------------------------------------------------*/

.cta_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1.45;

	gap: 40px;
}
.cta_logo img {
	width: 260px;
}
.divider_line {
	width: 2px;
	height: 100px;
	margin: 0 30px;
}
.cta_content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta_tell {
	width: 350px !important;
}
.cta_mail {
	width: 290px !important;
}
.cta_line {
	width: 290px !important;
}

/* スマホ対応 */
@media all and (max-width: 767px) {
	.cta_logo {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 3px;

		gap: 10px;
	}
	.cta_logo img {
		width: 250px;
	}
	.cta_logo p {
		text-align: center !important;
		font-size: 14px;
		line-height: 1.45;
	}

	.cta_content {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cta_tell {
		width: 80% !important;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.cta_mail {
		width: 47% !important;
	}
	.cta_line {
		width: 47% !important;
	}
}

.mb50 {
	margin-bottom: 70px !important;
}