/* CSS Document */
img{
	vertical-align: top;
}
.support{
}

/* support_top -----------------------------------*/
.support_top{
	padding-left: 4%;
	padding-right: 4%;
}
.support_top h1{
	font-size: 2rem;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
    color: #333333;
}
.support_top_txt{
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
	padding-bottom: 50px;
}
.support_top_img{
    position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.support_top{
		max-width: 820px;
		margin: 0 auto;
	}
	
	.support_top h1{
		font-size: 3rem;
		padding-top: 50px;
		padding-bottom: 50px;
	}
  .support_top_inner{
    display: flex;
    justify-content: space-between;
  }
  .row_r{
    flex-direction: row-reverse;
  }
	.support_top_img{
		width: 48.78%;
	}
	.support_top_txt{
		width: 50%;
		font-size: 2rem;
		text-align: left;
		line-height: 3;
		padding-top: 30px;
	}
}

/* support_top End -------------------------------*/



/* tatoeba -----------------------------------*/
.tatoeba{
	padding-top: 50px;
	padding-left: 4%;
	padding-right: 4%;
}
.tatoeba h2{
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 0;
}
.tatoeba h2 span{
	background-color: #fff;
	padding:0 15px;
}
.tatoeba_icon{
	font-size: 0;
	margin-top: 50px;
}
.tatoeba_icon li{
	width: 31%;
	float: left;
	margin-left: 3.5%;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: -1px;
}
.tatoeba_icon li:first-child{
	margin-left: 0;
}
.tatoeba_icon li img{
	margin-bottom: 10px;
}
.tatoeba_txt{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 50px;
	line-height: 1.8;
}
.tatoeba_txt span{
	color: #5594B3;
}


.taisyou{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px 10px;
	position: relative;
}
.taisyou::before,
.taisyou::after{
	content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-size: 8px 1px;
    background-image: linear-gradient(to right, #4387B2, #4387B2 3px, transparent 3px, transparent 8px);
    background-repeat: repeat-x;
	position: absolute;
	left: 0;
}
.taisyou::before{
	top: 0;
}
.taisyou::after{
	bottom: 0;
}
.taisyou span{
	display: block;
	width: 100%;
}
.taisyou span::before,
.taisyou span::after{
	content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-size: 1px 8px;
    background-image: linear-gradient(to top, #4387B2, #4387B2 3px, transparent 3px, transparent 8px);
    background-repeat: repeat-y;
	position: absolute;
	top: 0;
}
.taisyou span::before{
	left: 0;
}
.taisyou span::after{
	right: 0;
}
.taisyou h3{
	font-size: 1.4rem;
	color: #5594B3;
	text-align: center;
	padding-bottom: 5px;
}
.taisyou ul{}
.taisyou ul li{
	font-size: 1.4rem;
	position: relative;
	text-indent: 12px;
    line-height: 2;
    letter-spacing: -1px;
}
.taisyou ul li::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #5594B3;
	border-radius: 50%;
	left: 0;
	top: 11px;
	position: absolute;
}


.daigae{
	padding-bottom: 40px;
}
.daigae_img{
	width: 50%;
	margin: 0 auto;
}
.daigae_txt{
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 10% 0;
}
@media screen and (min-width: 768px) {
	.tatoeba{
		max-width: 600px;
		margin: 0 auto;
		padding-top: 80px;
	}
	
	.tatoeba h2{
		font-size: 2rem;
	}
	
	.tatoeba_icon li{
		width: 22%;
		margin: 0 5.66%;
		font-size: 16px;
	}
	.tatoeba_icon li:first-child{
		margin-left: 5.66%;
	}
	.tatoeba_txt{
		font-size: 1.4rem;
	}
	
	.taisyou{
		max-width: 450px;
		margin: 50px auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.taisyou h3{
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.taisyou ul {
		max-width: 380px;
		margin: 0 auto;
	}
	.taisyou ul li{
		font-size: 1.4rem;
	}
	.taisyou ul li::before{
		top: 11px;
	}
	
	.daigae{
    display: flex;
		align-items: end;
		justify-content: center;
  }
	.daigae_img{
		width: 24%;
		text-align: center;
		margin-right: 7.6%;
	}
	.daigae_txt{
		width: 60%;
		font-size: 1.4rem;
		padding: 0 0 25px;
	}
}
/* tatoeba End -------------------------------*/

/* period -----------------------------------*/
.period{
	margin-bottom: 100px;
}
.period_inner{
	background-color: #ECEFED;
	padding: 40px 20px;
	border-radius: 5px;
}
.period h3{
	font-size: 1.6rem;
	color: #fff;
	background-color: #5594B3;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	top: 10px;
}
.period_ttl{
	font-size: 1.6rem;
	text-align: center;
	color: #A97452;
	padding-bottom: 20px;
}
.period_txt{
	font-size: 1.4rem;
	line-height: 1.8;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
	.period{
		max-width: 600px;
		margin: 0 auto 100px auto;
		line-height: 2;
	}
	.period_inner{
		background-color: #ECEFED;
		padding: 50px;
		border-radius: 5px;
	}
	.period h3{
		font-size: 1.8rem;
	}
	.period_ttl{
		font-size: 1.8rem;
	}
	.period_txt{
		font-size: 1.4rem;
	}
}
/* period End -------------------------------*/
