.socialSelectBox {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 100px;
}
.socialSelectBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.socialSelectBox li {
	width: 30%;
}
.socialSelectBox a {
	display: block;
	line-height: 1.6;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding-bottom: 15px;
	border-bottom: solid 1px #aaa;
	margin-bottom: 35px;
	font-weight: bold;
}
	.arrow04{
		position: relative;
	}
	.arrow04::after{
		content: '';
		width: 10px;
		height: 10px;
		border: 0px;
		border-top: solid 2px #00bfa4;
		border-right: solid 2px #00bfa4;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition: all .2s;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -17px;
	}
.socialSelectBox a:hover {
	color: #00bfa4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.socialBox {
	width: 100%;
	margin: 0 auto 180px;
}
.socialInner {
	margin-bottom: 150px;
}
.socialText {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.socialText h1 {
	position: relative;
	font-size: 23px;
	color: #00bfa4;
	border-bottom: solid 2px #aaa;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.socialText h1:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 300px;
  border-bottom: 2px solid #00bfa4;
}
#link01, #link02, #link03, #link04, #link05, #link06 {
   margin-top:-30px;
  padding-top:30px;
}
.socialText p {
	font-size: 16px;
	line-height:1.8;
	text-align: justify;
	margin-bottom: 60px;
}
.socialImg {
	width: 100%;
	max-width: 700px;
	line-height: 0;
	margin: 0 auto;
}
.socialImg img {
	width: 100%;
}
.socialImgHalf {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.socialImgHalf .socialImg {
	width: 45%;
}
.socialImgHalf p {
	padding-top: 5px;
	line-height: 1.6;
}
h2.title{
	pointer-events: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
ul.toggle{
	display: flex;
	justify-content: space-between;
	width: 700px;
}

@media screen and (max-width: 1024px) {

	
}
@media screen and (max-width: 768px) {
	.subBox h1 {
		text-shadow: 
		#fff 2px 0px 10px, #fff -2px 0px 10px,
		#fff 0px -2px 10px, #fff -2px 0px 10px,
		#fff 2px 2px 10px, #fff -2px 2px 10px,
		#fff 2px -2px 10px, #fff -2px -2px 10px,
		#fff 1px 2px 10px, #fff -1px 2px 10px
	}
	.socialBox {
		margin: 0 auto 100px;
	}
	.socialInner {
		margin-bottom: 20px;
	}
	h2.title{
		pointer-events: all;
		font-size: 18px;
		width: 85%;
		margin: 0 auto;
		border-bottom: solid 1px #aaa;
		padding-bottom: 20px;
	}
	.socialText {
		width: 85%;
		margin: 0 auto;
	}
	.socialText h1:after {
		width: 100px;
	}
	.toggle{
		display: none;
		margin-top: 16px;
		padding: 5px 0 50px;
		width: 100%;
	}
	.socialText h1 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 35px;
		line-height: 1.5;
	}
	.socialText p {
		margin-bottom: 30px;
	}
	.socialImgHalf {
		display: block;
	}
	.socialImgHalf .socialImg {
		width: 100%;
	}
	.socialImg p {
		width: 85%;
		margin: 0 auto;
	}
	.mb20 {
		margin-bottom: 20px;
	}
	.arrow04{
		position: relative;
	}
	.arrow04::after{
		margin-top: -20px;
	}
.arrow04.active:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -10px;
	}
}
/*--------------------------------------------------
　　　　　　　　　　コンテンツ
--------------------------------------------------*/


.contentBox {
	margin: 0 auto 30px;
}
.contentBox h3 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: 1.5;
	margin: 0 auto ;
	width: 960px;
	padding-top: 60px;
}
.itemBox {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}
.reverse {
	flex-direction: row-reverse;

}
.leftBox {
	width: 48%;
}
.leftBox img {
	width: 100%;
	margin-bottom: 15px;
}
.rightBox img {
	width: 100%;
}
.rightBox {
	width: 48%;
}
.backA {
	padding: 80px 0;
}
.backB {
	padding: 80px 0;
	background-color: #fff5cc;
}
.backC {
	background-color: #ffe6cc;
}
.backD {
	background-color: #f7dae4;
}
.backE {
	background-color: #fff7e0;
}
@media screen and (max-width: 980px) {
.contentBox h3 {
	width: 90%;
}
.itemBox {
	width: 90%;
}
}
@media screen and (max-width: 680px) {
.itemBox {
	flex-direction: column;
}
.leftBox {
	width: 100%;
	padding-bottom: 15px;
}
.rightBox {
	width: 100%;
}
.backA {
	padding: 30px 0;
}
.backB {
	padding: 30px 0;
}
}
@media screen and (max-width: 680px) {
.contentBox h3 {
	font-size: 20px;
    padding-top: 30px;
}
.leftBox img {
	margin-bottom: 10px;
}
}