@charset "UTF-8";

/*---------------------------------
ページタイトル
----------------------------------*/
#page-Ttl{
	background-image:url("../../images/page_ttl_bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:cover;
	padding: 10px;
	margin: 0 0 0 56px;
}
#page-Ttl h1{
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	padding: 40px 0;
}

/*---------------------------------
パンクズリスト
----------------------------------*/
.breadcrumb {
	display:none;
}
/*---------------------------------
コンテンツ
----------------------------------*/
#content{
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 50px;
}
/*---------------------------------
見出し
----------------------------------*/
.base-style h1 {
	font-size: 1.8rem;
	line-height: 1.2;
	border-left: solid 4px #094c92;
	padding: 14px 0 14px 6px;
	margin-bottom: 20px;
}
.base-style h2 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
	color: #ffffff;
	background-color: #009ce6;
	padding: 8px;
}
.base-style h3 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	border: solid 1px #dddddd;
	padding: 5px;
}
.base-style p {
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
	margin: 10px auto;
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */


} /* end 640px*/


/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/
	 
/*---------------------------------
コンテンツ
----------------------------------*/
.base-style{
	padding: 10px 20px;
}
.base-style .inner{
	max-width: 1386px;
}


/*---------------------------------
ページタイトル
----------------------------------*/
#page-Ttl{
	position:relative;
	padding: 0 0 60px 0;
}
#page-Ttl h1{
	font-size: 2.4rem;
	text-align: left;
	padding: 40px 0 40px 80px;
}
 
/*---------------------------------
パンクズリスト
----------------------------------*/
.breadcrumb {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	max-width: 1386px;
	text-align: right;
	color: #ffffff;
	background-color: #084a91;
	padding: 14px 20px;
}
ol.breadcrumb li{/* liを横並び＆ブレットを消す */
	display: inline;
	font-size: 1.3rem;
	color: #ffffff;
	padding: 0 4px;
}
ol.breadcrumb li a {
	color: #ffffff;
	text-decoration:underline;
}
ol.breadcrumb li::after {/* liの後に記号追加 */
	content:" > ";
}
ol.breadcrumb li:last-child::after{
  display: none;
}

/*---------------------------------
コンテンツ
----------------------------------*/

.base-style h1 {
	font-size: 2.4rem;
	padding: 14px 0 14px 20px;
}
.base-style h2 {
	font-size: 2rem;
}
.base-style p {
	line-height: 1.7;
}

} /* end 960px*/

/*----------------------------
ブレイクポイント
----------------------------*/

 @media only screen and (min-width: 78em) {	/*1248px*/
	 
/*---------------------------------
コンテンツ
----------------------------------*/
#content{
	padding: 10px 10px 10px 60px;
}
	 
/*---------------------------------
パンクズリスト
----------------------------------*/
.breadcrumb {
	margin-left: 24px;
}

} /* end 1248px*/



/*メニューリスト*/

#menuList01{
	width: auto;
	letter-spacing: -0.5em;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
}

#menuList01 li{
	display:inline-block;
	vertical-align:top;
	width:29.296875%;
	margin:0 6.0546875% 30px 0;
	letter-spacing: normal;
}
#menuList01 li span{
	font-size:80%;
}

#menuList01 li:nth-child(3n){ margin-right:0;}

#menuList01 dt{
	width:100%;
	display:table;
	margin:15px 0;
}

#menuList01 dt div{
	display:table-cell;
	width:35px;
	vertical-align:top;
}

#menuList01 dt span{
	display:block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:134%;
	border-radius:5px;
	background:#ED7F94;
}

#menuList01 dt p{
	display:table-cell;
	padding-left:15px;
	height:35px;
	vertical-align:middle;
	color:#392B1F;
	font-size:150%;
	font-weight:bold;
}

#menuList01 dd{
	color:#392B1F;
	font-size:134%;
	line-height:1.6;
}


#button{
	width:100%;
	max-width:500px;
	height:76px;
	margin:20px auto 90px;
}

#button a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:76px;
	color:#fff;
	font-size:134%;
	letter-spacing:3px;
	background:#E8637D;
	border-radius:10px;
}

.botan001 {
	width:100%;
	font-size:117%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
	background-color:#49a9d4;
	border-radius:5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.botan002 {
	display: inline-block;
	width: 200px;
  text-align: center
  font-size: 16px;
	color: #004D8E;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
	border: 2px solid #004D8E;
	transition: .4s;
	background-color: #F9F9F9;
}

.botan002:hover {
  border: 2px solid transparent;
  color: #009EE2;
}

.botan002:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.botan002:before {
  border-bottom: 2px solid #009EE2;
  border-left: 2px solid #009EE2;
  transform-origin: 100% 0%;
}

.botan002:after {
  border-top: 2px solid #009EE2;
  border-right: 2px solid #009EE2;
  transform-origin: 0% 100%;
}

.botan002:hover:after,
.botan002:hover:before {
  transform: scale(1);
}

.botan003{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #004D8E; /*ボタン色*/
	border-radius: 5px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.botan003:hover{
     background-color: #009EE2; /*ボタン色*/
}



@media screen and (max-width: 788px){
#menuList01{ padding:30px 10px;}
#menuList01 li{
	width:48%;
	margin:0 4% 15px 0;
}

#menuList01 li:nth-child(even){ margin-right:0;}
#menuList01 li:nth-child(odd){ margin-right:4%;}
}


@media screen and (max-width: 560px){
#menuList01{ padding:30px 0;}

#menuList01 li{
	width:100%;
	margin:0 0 15px;
}

#menuList01 li:nth-child(odd){ margin-right:0;}

#menuList01 dt p{
	padding-left:10px;
	font-size:134%;
}

}




/*ボックスレスポンシブ001*/
.boxresrec05 {
  overflow: hidden;
  margin: 2em auto;
}
.boxresrec05 p.txt01 {
	padding-top:5px;
	color: #0099FF;
}
.boxresrec05 p.txt02 {
	position: relative;
	width: 94%;
	max-width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 200px;
}

@media (max-width: 1230px){
.boxresrec05 p.txt02 {
	padding-left: 0px;
}

}

