@charset "utf-8";

/*　タイアップサイト用
-------------------------------------------------*/




@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:500;
  width:100%;
  overflow-x:hidden;
}

img {
	max-width: 100%;
}

/*.mainv*/

@media screen and (min-width:768px) {
	.mainv {
		padding:40px 40px 0 40px;
		position: relative;
		max-width: 1400px;
		margin: 0 auto;
	}	
	
	.mainv::after {
		content: "";
		display: block;
		width: 100%;
		height: 50%;
		background: #01AB9D;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: -10;
	}
	
}

/*.lead*/
.lead {
	background: #01AB9D;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 25px;
	text-align: justify;
	line-height: 1.5;
}

@media screen and (min-width:768px) {
	.lead {
		font-size: 20px;
		line-height: 1.5;
		padding:30px 50px 40px 50px;
		max-width: 1400px;
		margin: 0 auto;
		text-align: center;
	}
}

/*枠*/

.w-1000 {
	max-width: 1000px;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}

.container {
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
}


.img-02 {
	text-align: center;
	padding: 10px 0 30px 0;
}

.img-02 img {
	width: 60%;
}

@media screen and (min-width:768px) {
	.c-d-md-flex {
		justify-content: space-between;
	}
	
	.img-01 {
		width: 36.3%;
	}
	
	.container {
		padding-bottom: 80px;
	}
	
}


/*テキスト*/

.text-takeda,
.text-akutsu,
.text-tanigaki {
	font-weight: bold;
	display: inline-block;
	margin-right: 1em;
}

.text-takeda {
	color: #2A3C8F;
}

.text-akutsu {
	color: #018A79;
}

.text-tanigaki {
	color:#2A90D0 ;
}

.text-01 {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}

.text-01 p {
	padding-bottom: 1.8em;
	line-height: 1.8;
}


@media screen and (min-width:768px) {
	.text-01 {
		width:57%; 
		font-size: 16px;
	}
	
}

/*att-01*/

.att-01 {
	margin:-1em 0 1.5em;
}

.att-01 dt,
.att-01 dd {
	line-height: 1.5;
	font-size: 90%;
}

.att-01 dd {
	margin: -1.5em 0 0 1.8em;
}

/*footer*/

.btn-01 img {
	max-width: 90%;
}

a {
	opacity: 1;
	transition: .5s;
}

a:hover {
	opacity: 0.5;
	text-decoration: underline !important;
}