@charset "utf-8";

/* secPagetitle */
.secPagetitle {
	box-shadow: none;
}
.secPagetitle h1 {
	padding-top: 14px;
	line-height: 1.4;
}
.secPagetitle span {
	display: block;
	font-size: 1.9rem;
}

/* headingWrap */
.headingWrap {
	height: auto;
	margin-bottom: 36px;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.65;
	letter-spacing: -0.5px;
}
.headingWrap .wrapper {
	text-align: center;
}
.headingWrap .img{
  padding: 47px 0 54px 54px;
}
.headingWrap .liBtn {
	margin-top: 23px;
	width: 605px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.headingWrap .liBtn li a {
	min-width: 0;
  color: #fff;
  font-weight: bold;
}
.headingWrap .liBtn li a:hover {
	color: #fff;
  font-weight: bold;
}
.headingWrap .liBtn li:nth-child(1) a {
	background-color: #6796dc;
}
.headingWrap .liBtn li:nth-child(1) a:hover {
	background-color: #93c3f9;
}
.headingWrap .liBtn li:nth-child(2) a {
	background-color: #f5af0f;
}
.headingWrap .liBtn li:nth-child(2) a:hover {
	background-color: #fff4ca;
  	color: #f5af0f;
}
.headingWrap .liBtn li:nth-child(2) a:hover::after {
	border-right: 2px solid #f5af0f;
	border-bottom: 2px solid #f5af0f;
}
.headingWrap .liBtn li a:hover:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.headingWrap .liBtn li a:after {
	right: 23px;
	transform: rotate(45deg) translateY(-70%);
}

/* content */
.secContentArea.bg02 {
	padding: 0;
  background: #fff;
}
.secContentArea.bg03 {
  background: linear-gradient(175deg, #f5af0f 0%, #f5af0f 30%, #fff4ca 30%, #fff4ca 100%);
	padding: 0px 0 30px;
}
[class^=boxLink] .col {
	display: table;
	width: 100%;
}
[class^=boxLink] .col .cell {
	display: table-cell;
	vertical-align: middle;
}
[class^=boxLink] .col h3 {
	margin-bottom: 5px;
	font-size: 2.4rem;
}
[class^=boxLink] .col p {
	padding-bottom: 35px;
	color: #222222;
	font-size: 1.6rem;
}
.boxLink01,
.boxLink02,
.boxLink03 {
	margin-bottom: 80px;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.14);
	overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.col .cell {
	width: 435px;
	padding-top: 10px;
}
.boxLink01 img {
	margin-right: 13px;
}
.boxLink02 img {
	margin-top: 5px;
	margin-left: 5px;
}
.boxLink02 .subLink,
.boxLink03 .subLink {
	display: -webkit-flex;
	display: flex;
	border-top: 2px solid #cccdec;
}
.boxLink02 .subLink li,
.boxLink03 .subLink li {
	width: 20%;
	border-left: 2px solid #cccdec;
	text-align: center;
}
.boxLink02 .subLink li:first-child,
.boxLink03 .subLink li:first-child {
	border-left: 0;
}
.boxLink02 .subLink li a {
	padding-top: 10px;
	padding-bottom: 15px;
}
.boxLink02 .subLink li span,
.boxLink03 .subLink li span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.23;
}
.boxLink02 .subLink li span:nth-child(1),
.boxLink03 .subLink li span:nth-child(1) {
	height: 155px;
	margin-bottom: 8px;
	line-height: 155px;
}
.boxLink02 .subLink li:not(:nth-child(3)) span:nth-child(2) {
	padding-top: 10px;
}
.boxLink03 .cell:nth-child(1) {
	width: 435px;
}
.boxLink03 .subLink li {
	width: 50%;
}
.boxLink03 .subLink li a {
	padding-top: 10px;
	padding-bottom: 20px;
}
.boxLink03 .subLink li span:nth-child(1) {
	margin-bottom: 20px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* secPagetitle */
	.secPagetitle h1 {
		padding-top: 0;
		line-height: 1.3;
	}
	.secPagetitle span {
		font-size: 1.3rem;
	}

	/* headingWrap */
	.headingWrap {
		height: auto;
		margin-bottom: 22px;
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.headingWrap .wrapper {
		padding: 10px;
		background: #fff;
    width: auto;
	}
	.headingWrap .wrapper p {
		padding-left: 5px;
		padding-right: 5px;
	}
	.headingWrap .liBtn {
    width: auto;
		margin: 19px auto 15px -9px;
	}
	.headingWrap .liBtn li {
		width: calc(50% - 9px);
		margin-left: 9px;
	}
	.headingWrap .liBtn li a {
    width: auto;
    height: auto;
    padding: 14px 0;
	}
	.headingWrap .liBtn li a:after {
		right: 20px;
	}

	/* content */
	.secContentArea.bg03 {
		padding: 0;
	}
	.boxLink01, .boxLink02, .boxLink03, .boxLink04 {
		margin-bottom: 20px;
	}
	[class^=boxLink] a {
		padding: 10px 15px 15px;
	}
	[class^=boxLink] .col {
		display: block;
	}
	[class^=boxLink] .col .cell {
		display: block!important;
		width: auto!important;
		text-align: center;
	}
	[class^=boxLink] .col h3 {
		margin-bottom: 0;
		font-size: 1.6rem;
		text-align: left;
	}
	[class^=boxLink] a img {
		margin: auto!important;
	}
	[class^=boxLink] .col p {
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.3;
		text-align: left;
	}
	.boxLink01 img {
		width: 215px;
	}
	.boxLink01 .cell:nth-child(1),
	.boxLink02 .cell:nth-child(1) {
		padding-top: 4px;
	}
	.boxLink01 .col p {
		letter-spacing: -0.5px;
	}
	.boxLink02 .col {
		padding-top: 0;
	}
	.boxLink02 .col h3 {
		margin-top: 12px;
	}
	.boxLink02 .cell img {
		width: 241px;
	}
	.boxLink02 .subLink,
	.boxLink03 .subLink {
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		border-width: 1px;
	}
	.boxLink02 .subLink li,
	.boxLink03 .subLink li {
		width: 50%;
		border-bottom: 1px solid #cccdec;
		border-width: 1px;
	}
	.boxLink02 .subLink li a,
	.boxLink03 .subLink li a {
		padding: 10px 0 15px;
	}
	.boxLink02 .subLink li span,
	.boxLink03 .subLink li span {
		font-size: 1.3rem;
	}
	.subLink a:after {
		border-width: 5px;
	}
	.boxLink02 .subLink {
		background: #fff;
	}
	.boxLink02 .subLink li,
	.boxLink04 .subLink li{
		border-left: none;
	}
	.boxLink02 .subLink li:nth-child(odd){
		border-right: 1px solid #cccdec;
	}
	.boxLink02 .subLink li span:nth-child(1) {
		height: 120px;
		margin-bottom: 0;
		line-height: 120px;
	}
	.boxLink02 .subLink li:nth-child(1) img {
		width: 132px;
		transform: translateX(-7px);
	}
	.boxLink02 .subLink li:nth-child(2) img {
		width: 98px;
		transform: translateX(8px);
	}
	.boxLink02 .subLink li:nth-child(3) img {
		width: 103px;
		transform: translate(-2px,-12px);
	}
	.boxLink02 .subLink li:nth-child(4) img {
		width: 125px;
		transform: translateX(2px);
	}
	.boxLink02 .subLink li:nth-child(5) {
		border-bottom: none;
	}
	.boxLink02 .subLink li:nth-child(5) span:nth-child(2) {
		padding-top: 5px;
	}
	.boxLink02 .subLink li:nth-child(5) img {
		width: 144px;
		transform: translateY(-14px);
	}
	.boxLink03 .subLink li {
		border-bottom: none;
	}
	.boxLink03 .cell img {
		width: 233px;
		margin: -10px 0 10px -15px!important;
	}
	.boxLink03 .subLink li span:nth-child(1) {
		height: 116px;
		margin-bottom: 0;
		line-height: 120px;
	}
	.boxLink03 .subLink li:nth-child(1) img {
		width: 102px;
		transform: translate(-2px,-10px);
	}
	.boxLink03 .subLink li:nth-child(2) img {
		width: 120px;
		transform: translate(0px,-13px);
	}
}

.wrapper{
    overflow: hidden;
}

.ttlSkin01{
  color: #fff;
  margin: 58px 0 40px 0;
}

.content_cause {
  margin-top: 54px;
  background: linear-gradient(175deg, #6796dc 0%, #6796dc 50%, #93c3f9 50%, #93c3f9 100%);
}

.boxLink01 .btn,
.boxLink02 .btn,
.boxLink03 .btn {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 7px 20px;
  border-radius: 4rem;
  border: 1px solid #1d2088;
  background: #fff;
  color: #1d2088;
  text-align: center;
  font-size: 1.4rem;
}

.boxLink01 .btn:hover,
.boxLink02 .btn:hover,
.boxLink03 .btn:hover {
  background-color: #eef2ff;
}

.boxLink01 .btn:after,
.boxLink02 .btn:after,
.boxLink03 .btn:after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #0005a2;
  border-bottom: 2px solid #0005a2;
  transform: rotate(-45deg) translateY(-70%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.btnSkin05 {
  width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: none;
  position: relative;
}

.btnSkin05::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-70%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .headingWrap .img {
    padding: 24px 0 24px 34px;
    max-width: 158px;
    margin: 0 auto;
  }

  .content_cause {
    margin-top: 0;
  }

  .ttlSkin01 {
    margin: 31px auto 12px;
  }

  .boxLink03{
    margin-bottom: 40px;
  }

  .secContentArea .txt,
  .content_cause  .txt{
    margin: 0 26px;
  }

  .ttlSkin03+p{
    margin-bottom: 24px;
  }

    .secContentArea .btn,
    .content_cause .btn {
    margin-bottom: 30px;
    }
}
