@charset "utf-8";


/* -- Overwrite
-------------------------------------------------------------------------------- */
.ti-marker span {
	background: linear-gradient(0deg, transparent 5px, #fff338 5px, #fff338 13px, transparent 13px);
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
}

/* -- メニュー
-------------------------------------------------------------------------------- */
#company ul {
	margin-top: -80px !important;
	margin-bottom: -200px !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 980px;
	margin: 0px auto 0;
}
#company ul li {
	width: calc(25% - 15px);
	margin-bottom: 20px;
}
#company ul li a {
	background-color: #fff;
	text-align: center;
	display: block;
	border: solid 1px #d5e4ed;
}
#company ul li a:hover {
	border: solid 1px #43954e;
}
#company ul + p {
	text-align: right;
	width: 100%;
	max-width: 980px;
	margin: 15px auto 75px;
}

/* -- Contents
-------------------------------------------------------------------------------- */
table.chronology {
	margin: -50px 0 -100px 0;
}
table.chronology th[scope="row"] {
	width: 21.8%;
	font-weight: bold;
}
table.chronology td:last-child {
	text-align: left;
}


#condo ol,
.reference {
	display: flex;
	justify-content: space-between;
}
.reference {
	margin-top: 80px;
}
#condo ol li,
.reference p,
.reference ul,
#each > ul.btn-mono li {
	width: calc(50% - 5px);
	max-width: 530px;
}
.reference li + li {
	margin-top: 10px;
}

/* -- target -- */
.link a {
	color: #2a8236;
    text-decoration: underline;
}
.link a:hover {
  opacity: 0.7;
}
#target .cause {
	width: 100%;
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 100px auto 80px;
}
#target .cause li {
	font-size: 2.6rem;
	line-height: 1;
	color: #0068b7;
	background-color: #fff;
	text-align: center;
	display: block;
	width: calc(33.333% - 24px);
	height: 0;
	padding-top: calc(33.333% - 24px);
	border-radius: 50%;
	position: relative;
}
#target .cause li img {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}
#target .cause li span {
	line-height: 1;
	display: block;
	margin-top: -62px;
}
#target .bg-block {
	background: #fff url(../img/target_img4.png) no-repeat 87.5% 36px;
}
#target .bg-block h3 {
	text-align: left;
	margin-bottom: 35px;
}
#target .bg-block h3 img {
	vertical-align: baseline;
	margin-right: 5px;
}
#target .bg-block table {
	background-color: #fcfbf1;
	margin-top: 35px;
}
#target .bg-block th,
#target .bg-block td {
	font-weight:  500;
	width: 70%;
	border-top: solid 1px #f4e109;
    text-align: left;
}
#target .bg-block th[scope="col"] {
	font-size: 1.6rem;
	color: #0068b7;
	background-color: #f4e109;
}
#target .bg-block th[scope="row"],
#target .bg-block td:not(:last-child) {
	background: none;
	border-right: solid 1px #f4e109;;
}

/* -- each -- */
#each .bg-block {
	text-align: center;
	padding-top: 85px;
}
#each .btn-mono+ .bg-block { margin-top: 135px; }
#each .ti-frame img {
	position: absolute;
	bottom: 2px;
	right: 11px;
}
#each p:not([class]) {
	font-size: 1.6rem;
	margin-top: 35px;
}
#each figure {
	margin-top: 45px;
}
#each figcaption {
	line-height: 1.86;
	text-align: left;
	margin-top: 35px;
}
#each > ul.btn-mono {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#each ol.note {
	margin: 50px 0 30px;
}
.attention {
	font-size: 1.2rem;
	text-align: left;
}

/* -- condo -- */
#condo > p:first-child {
	text-align: center;
	margin-bottom: 15px;
}
#condo ol {
	margin: 150px 0 60px;
}
#condo ol li {
	background-color: #fff;
	text-align: center;
	height: 280px;
	border-top: solid 10px #0069cb;
}
#condo ol li img {
	margin-top: -103px;
}
#condo p + p {
	margin-top: 30px;
}

/* -- ".reference" Temporary setting -- */
.reference,
#each > ul.btn-mono {
	display: block;
	width: 530px;
	margin: 80px auto 0;
}
.reference ul {
	margin-top: 20px;
}
.reference p,
.reference ul,
#each > ul.btn-mono li {
	width: 100%;
}
#each > ul.btn-mono {
	margin: 40px auto 0;
}

/* -- publicity -- */
#publicity::before {
	background-color: #43954e;
}
#publicity {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#publicity h2 {
	font-size: 3.8rem;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}
#publicity div {
	width: calc(50% - 25px);
}
#publicity h3 {
	font-size: 3rem;
	line-height: 1.4;
	color: #fff;
	height: 188px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top: solid 2px #fff;
	border-bottom: solid 1px #fff;
}
#publicity div:nth-of-type(1) h3 { background: url(../img/index/publicity_bg1.png) no-repeat right 20px top 34px; }
#publicity div:nth-of-type(2) h3 { background: url(../img/index/publicity_bg2.png) no-repeat right 17px top 34px; }
#publicity h3 span {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
}
#publicity h3 span:not(.jp) {
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 18px;
}
#publicity li a {
	font-size: 1.6rem;
	color: #fff;
	display: block;
	padding: 27px 30px;
	border-bottom: solid 1px #2a8236;
	position: relative;
	overflow: hidden;
}
#publicity li a::before {
	height: 1px;
	top: auto;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
}


/* Localized */