@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 {
		margin-top: 40px;
		overflow: hidden;
		position: relative;
		height: 535px;
	}
	
	.mainv h1 {
		height: 535px;
		width: 1000px;
		position: absolute;
		left: calc(50% - 500px);
	}
	
}

@media screen and (min-width:992px) {
	.mainv {
		margin-top: 40px;
		overflow: hidden;
		position: relative;
		height: 612px;
	}
	
	.mainv h1 {
		height: 612px;
		width: 1144px;
		position: absolute;
		left: calc(50% - 572px);
	}
	
}

@media screen and (min-width:1144px) {
	.mainv {
		padding:40px;
		max-width: 1144px;
		margin: 0 auto;
	}
}
/*.lead*/
.lead p {
    background: rgba(255,255,255,0.85);
    font-weight: bold;
    color:#0789BB ;
	text-align: justify;
	line-height: 1.5;
}

@media screen and (min-width:768px) {
	.lead p {
		padding: 45px 70px;
		margin-top: -60px;
	}
}

/*枠*/

@media screen and (min-width:992px) {
	.w-980 {
		max-width: 980px;
		box-sizing: content-box;
	}
	
	.w-940 {
		max-width: 940px;
		box-sizing: border-box;
	}

	.w-680 {
		max-width: 680px;
		box-sizing: content-box;
	}
	
}

.container {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.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 {
	}
	
}


/*テキスト*/

.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, .text-02 {
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
}

.text-01 p,
.text-02 p{
	line-height: 1.8;
	padding-bottom: 1.2em;
}

.text-01 p.pb-0,
.text-02 p.pb-0{
	padding-bottom: 0;
}

.caption {
	text-align: justify;
	padding-top: 1em;
	font-size: 85%;
	line-height: 1.5;
	color: #555;
}

.q {
	position: relative;
	text-indent: 2em;
	font-weight: bold;
}

.q:before {
	content: "";
	width: 1.6em;
	height: 1px;
	display: inline-block;
	background: #000;
	position: absolute;
	top: 0.8em;
	left: 0;
}

@media screen and (min-width:768px) {
	.text-01 {
		width:57%; 
		font-size: 17px;
	}
	
	.text-02 {
		font-size: 17px;
	}
}

/*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;
}

/*見出し*/
.ttl-01 {
	color: #00629E;
	font-size: 20px;
	line-height: 1.35;
	font-weight: bold;
	padding-bottom: 20px;
}

.icn-ttl {
	padding-bottom: 10px;
}

.icn-ttl img {
	height: 20px;
}



@media screen and (min-width:768px) {
	.ttl-01 {
		font-size: 32px;
		padding-bottom: 45px;
	}
	
	.icn-ttl {
		padding-bottom: 12px;
	}
	.icn-ttl img {
		height: auto;
	}
}

/*footer*/

.btn-01 img {
	max-width: 90%;
}

a {
	opacity: 1;
	transition: .5s;
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
}

@media screen and (min-width:768px) {
	.footer-space {
		display: inline-block;
		width: 15px;
	}
}

/*背景*/

.bg-02 {
	padding:35px 0;
	background: url("bg-02.jpg") no-repeat center top;
	background-size: 200% auto;
}

.bg-03 {
	padding: 35px 0;
	background: #F0F3F5;
}

@media screen and (min-width:768px) {
	.bg-02 {
		padding: 70px 0 100px;
		background-size: 100% auto;
	}
	
	.bg-03 {
		padding: 70px 0;
		
	}
}

@media screen and (min-width:992px) {
	.bg-01 {
		background: linear-gradient( #00669F 0%, #2AB1B0 100%);
		position: relative;
		background: -moz-linear-gradient( #00669F 0%, #2AB1B0 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#00669F), to(#2AB1B0));
		background: -webkit-linear-gradient( #00669F 0%, #2AB1B0 100%);
		background: -o-linear-gradient( #00669F 0%, #2AB1B0 100%);
	}
	
	.bg-01:before{
		content: "";
		width: calc(100% - 32px);
		height: 100%;
		background:#FFF;
		position: absolute;
		top: 32px;
		left: 0;
		display: block;
		border-radius: 0 25px 0 0;
	}
}