@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.yuMincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comBox {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}

@media all and (max-width: 767px) {
	.comBox {
	}
}

.comTxtBox {
	margin: 0 110px 53px;
}

@media all and (max-width: 767px) {
	.comTxtBox {
		margin: 0 20px 55px;
	}
}

.mainVisual {
	margin-bottom: 80px;
	height: 440px;
	position: relative;
	background: url("../../img/privacy/main_img.jpg") no-repeat center top;
	background-size: cover; 
}

.mainVisual h2 {
	padding: 14px 12px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: 7px;
	text-align: center;
	background-color: rgba(21,158,75,0.7);
	box-sizing: border-box;
}

.mainVisual p {
	position: absolute;
	right: 10px;
	bottom: -18px;
	color: #000;
	font-size: 0.9rem;
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 85px;
		height: 235px;
		background-image: url("../../img/privacy/sp_main_img.jpg");
	}

	.mainVisual h2 {
		padding: 9px;
        bottom: -45px;
		height: 45px;
		font-size: 1.8rem;
		letter-spacing: 0;
		background-color: #5CBB81;
		box-sizing: border-box;
	}

	.mainVisual p {
		bottom: 0;
		right: 4px;
		color: #fff;
	}
}

.heading01 {
	margin-bottom: 53px;
	padding-top: 35px;
	color: #0F703F;
	font-size: 2.5rem;
	text-align: center;
	background: url("../../img/common/icon01.png") no-repeat center top;
	background-size: 16px auto; 
}

.heading01 span {
	min-width: 550px;
	display: inline-block;
	padding: 0 30px 6px;
	letter-spacing: 1px;
	border-bottom: 3px solid #B7D21A;
	box-sizing: border-box;
}

@media all and (max-width: 767px) {
	.heading01 {
		margin-bottom: 30px;
		padding-top: 26px;
		font-size: 1.6rem;
		background-size: 11px auto; 
	}
	
	.heading01 span {
		padding: 0 0 4px;
		min-width: inherit !important;
		display: block;
		border-bottom-width: 2px;
	}
}

.heading02 {
	margin-bottom: 18px;
	padding: 3px;
	color: #0F703F;
	font-size: 2rem;
	font-weight: normal;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	background-color: #E0FFDB;
}

@media all and (max-width: 767px) {
	.heading02 {
		font-size: 1.6rem;
		line-height: 1.65;
	}
}

.heading03 {
	margin-bottom: 20px;
	color: #0F703F;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

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

/*-----------------------------
    comTable
------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}

.comTable th,
.comTable td {
    padding: 7px 5px 2px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: -1px;
    text-align: left;
    vertical-align: top;
    background-color: #FCFDDB;
}

.comTable tr:nth-child(2n) th,
.comTable tr:nth-child(2n) td {
    padding-top: 9px;
    padding-bottom: 6px;
    background-color: #fff;
}

.comTable th {
    padding-left: 27px;
    width: 117px;
    color: #0F703F;
    box-sizing: border-box;
}

@media all and (max-width: 767px) {
    .comTable th,
    .comTable td {
        padding: 0;
        width: 100%;
        float: left;
        line-height: 1.5;
        text-align: center;
    }
    
    .comTable th {
        padding: 12px 0 1px;
    }
    
    .comTable td {
        padding-bottom: 8px;
        line-height: 2;
    }
    
    .comTable tr:nth-child(2n) th {
        padding: 22px 0 3px 0;
    }
    
    .comTable tr:nth-child(2n) td {
        padding: 0 0 19px 0;
    }
}

.comContact {
	margin: 75px 0 20px;
	padding: 80px 0;
	background-color: #B7D21A;
}

.comContact .comBox {
	max-width: 874px;
	display: flex;
	align-items: center;
}

.comContact .link {
	width: 258px;
}

.comContact .link a {
	padding: 35px 20px 90px;
	display:  block;
	position: relative;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	border: 4px solid #fff;
	border-radius: 4px;
	background: url("../../img/common/icon04.png") no-repeat center bottom 32px;
	background-size: 40px auto;
}

.comContact .link a img {
	margin-top: 27px;
}

.comContact .link a:before {
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: -19px;
	width: 20px;
	height: 35px;
	background: url("../../img/common/icon02.png") no-repeat left top;
	background-size: 20px 35px;
	content: "";
}

.comContact .txtBox {
	margin: 0 52px;
	width: 250px;
	text-align: center;
}

.comContact .txtBox p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.7;
}

.comContact .txtBox .ttl {
	margin: 0 5px 20px;
	padding-bottom: 15px;
	font-size: 2.7rem;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: 4px solid #0F703F;
}

@media all and (max-width: 767px) {
	.comContact {
		margin: 52px 0 0;
		padding: 40px 10px 25px;
	}

	.comContact .comBox {
		display: inherit;
	}

	.comContact .link {
		float: left;
		width: 47.3%;
	}

	.comContact .link a {
		padding: 20px 5px 57px;
		font-size: 1.6rem;
		border-width: 3px;
		border-radius: 4px;
		background-position: center bottom 20px;
		background-size: 27px auto;
	}

	.comContact .link a img {
		margin: 16px auto 0;
		width: 70px;
		display: block;
	}

	.comContact .link a:before {
		margin-left: -6.5px;
		top: -12px;
		width: 13px;
		height: 25px;
		background-size: 13px 25px;
	}

	.comContact .txtBox {
		margin: 0 auto 38px;
	}

	.comContact .txtBox p {
		font-size: 1.6rem;
	}

	.comContact .txtBox .ttl {
		margin: 0 0 20px;
		font-size: 2.3rem;
	}
	
	.comContact .link:last-child {
		float: right;
	}

	.comContact .link:last-child img {
		width: 82px;
	}
}

.comPhoto {
	margin-bottom: 80px;
	height: 400px;
	/*background: url("../../img/index/photo07.png") no-repeat center center;
	background-size: cover;*/
}

@media all and (max-width: 767px) {
	.comPhoto {
		margin-bottom: 0;
		height: 280px;
		background-image: url("../../img/index/sp_photo07.png");
	}
}

.comBgBox {
	padding: 55px 0 60px;
	background-color: #E0FFDB;
}

.comBgBox:last-child {
	margin-bottom: -55px;
}

/*-----------------------------
    comLinkList
------------------------------*/
.comLinkList {
	margin-bottom: 33px;
	text-align: center;
}

.comLinkList li {
	margin: 0 22px;
    width: 243px;
	display: inline-block;
}

.comLinkList li a {
    padding: 13px 21px 11px 5px;
    color: #0F703F;
    font-size: 1.9rem;
    font-weight: bold;
    display: block;
    text-align: center;
    border: 3px solid #C6C6C6;
    background: #FDFFDA url(../../img/common/icon06.png) no-repeat right 10px center;
    border-radius: 6px;
    line-height: 1;
}

@media all and (max-width: 767px) {
    .comLinkList {
        margin: 0 auto 69px;
        width: 205px;
    }
	
    .comLinkList li,
    .comLinkList li:last-child {
        margin: 0 0 22px;
		display:inherit;
        width: auto;
    }
    
    .comLinkList li:last-child {
        margin-bottom: 0;
    }
    
    .comLinkList li a {
        padding: 14px 21px 10px 5px;
        font-size: 1.65rem;
        border: 2px solid #C6C6C6;
        background-size: 13.5px auto;
    }
}

@media all and (max-width: 374px) {
	.comContact .link a {
		font-size: 1.3rem;
	}
	
	.mainVisual h2 {
		font-size: 1.5rem;
	}
}

@media all and (-ms-high-contrast:none) {
	.heading02 {
		padding: 5px 3px 1px;
	}
}