@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;
	margin-bottom: 30px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 14px;
	margin-top: 30px;
}
.base-style h1 span {
	line-height: 1.2;
	color: #cccccc;
}
.base-style h2 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
	color: #ffffff;
	background-color: #009ce6;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.base-style h3 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	border: solid 1px #dddddd;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.base-style p {
	font-size: 1.4rem;
	line-height: 1.8;
	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;
}
.base-style h2 {
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

} /* end 960px*/

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

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

} /* end 1248px*/





/*ボックスレスポンシブ001右画像*/
.boxres001 {
	min-height: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.boxres001 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxres001 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres001 p.txt02 {
	padding-top:5px;
}
.boxres001 p.txt02 span {
	font-size: 200%;
	line-height: 1.6;
	font-weight: bold;
	color: #084A91;
	float: left;
	padding-right: 10px;
}
.boxres001 p.txt03 {
	font-size: 170%;
	text-align: right;
	padding-top: 5px;
}
.boxres001 p.txt04 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
}
.boxres001 p.txt04 span {
	font-size: 82%;
}

@media (max-width: 640px){
.boxres001 {
	min-height:0px ;
}
.boxres001 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/*ボックスレスポンシブ002左画像*/
.boxres002 {
	margin-bottom: 40px;
	min-height: 350px;
	margin-top: 20px;
}
.boxres002 img {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxres002 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres002 p.txt02 {
	padding-top:5px;
}
.boxres002 p.txt02 span {
	font-size: 200%;
	line-height: 1.6;
	font-weight: bold;
	color: #084A91;
	float: left;
	padding-right: 10px;
}

@media (max-width: 640px){
.boxres002 {
	min-height:0px ;
}
.boxres002 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/*ボックスレスポンシブ003中央画像*/
.boxres003 {
	margin-bottom: 40px;
	min-height: auto;
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.boxres003 img {
	padding-left: 0px;
}
.boxres003 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
	text-align: center;
}

@media (max-width: 640px){
.boxres003 img{
	width:100%;
	padding:0 ;
}
}


/*ボックスレスポンシブ004文章のみ*/
.boxres004 {
	margin-bottom: 40px;
	margin-top: 20px;
}
.boxres004 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres004 p.txt02 {
	padding-top:5px;
}
.boxres004 p.txt03 {
	font-size: 170%;
	text-align: right;
	padding-top: 5px;
}
.boxres004 p.txt04 {
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*ボックスレスポンシブ005左テーブル*/
.boxres005 {
	width: 75%;
	min-height: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (max-width: 640px){
.boxres005 {
	width:100%;
	min-height:0px ;
}
}


/*ボックスレスポンシブ006右画像*/
.boxres006 {
	width: 25%;
	min-height: 300px;
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}
.boxres006 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: px;
	padding-left: 100px;
}
.boxres006 p {
	font-size: 150%;
	float: right;
	margin-top: -5px;
	margin-bottom: 40px;
	padding-left: 20px;
}

@media (max-width: 640px){
.boxres006 {
	width: 100%;
	min-height: 0px;
}
.boxres006 img{
	width: 100%;
	float: none;
	padding: 0;
}
}


/*ボックスレスポンシブ007左画像*/
.boxres007 {
	margin-bottom: 40px;
	min-height: 320px;
	margin-top: 20px;
}
.boxres007 img {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxres007 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres007 p.txt02 {
	padding-top:5px;
}
.boxres007 p.txt02 span {
	font-size: 200%;
	line-height: 1.6;
	font-weight: bold;
	color: #084A91;
	float: left;
	padding-right: 10px;
}

@media (max-width: 640px){
.boxres007 {
	min-height:0px ;
}
.boxres007 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/*ボックスレスポンシブ008画像３つ*/
.boxres008 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.boxres008 img {
	width: 30%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

@media (max-width: 960px){
.boxres008 {
	min-height:0px ;
}
.boxres008 img{
	width:100%;
	float:none;
	padding-bottom: 20px;
}
}


/*ボックスレスポンシブ009画像２つ*/
.boxres009 {
	min-height: 320px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.boxres009 img {
	width: 47.5%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

@media (max-width: 960px){
.boxres009 {
	min-height:0px ;
}
.boxres009 img{
	width:100%;
	float:none;
	padding-bottom: 20px;
}
}


/*ボックスレスポンシブ010右画像*/
.boxres010 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.boxres010 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxres010 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
	padding-right: 5px;
}
.boxres010 p.txt02 {
	padding-top:5px;
}
.boxres010 p.txt02 span {
	font-size: 200%;
	line-height: 1.6;
	font-weight: bold;
	color: #084A91;
	float: left;
	padding-right: 10px;
}
.boxres010 p.txt03 {
	font-size: 170%;
	text-align: right;
	padding-top: 5px;
}
.boxres010 p.txt04 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
}
.boxres010 p.txt04 span {
	font-size: 82%;
}
.boxres010 p.txt05 {
	font-size: 200%;
	text-align: right;
	margin-top: -10px;
}
.boxres010 p.txt05 span {
	font-size: 82%;
}

@media (max-width: 640px){
.boxres010 {
	min-height:0px ;
}
.boxres010 img{
	width:100%;
	float:none;
	padding:0 ;
}
.boxres010 p.txt01 {
	padding-bottom: 10px;
}
}


/*ボックスレスポンシブ011右画像*/
.boxres011 {
	width: 35%;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.boxres011 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
}
.boxres011 p {
	font-size: 150%;
	float: right;
	margin-top: -5px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.boxres011 p.txt03 {
	font-size: 170%;
	text-align: right;
	padding-top: 5px;
}
.boxres011 p.txt05 {
	font-size: 160%;
	text-align: right;
	padding-top: 5px;
}
.boxres011 p.txt05 span {
	font-size: 82%;
}

@media (max-width: 640px){
.boxres011{
	width: 100%;
	min-height: 0px;
}
.boxres011 img{
	width: 100%;
	float: none;
	padding: 0;
}
.boxres011 p.txt04 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
}
}


/*ボックスレスポンシブ011中央画像*/
.boxres011 {
	margin-bottom: 40px;
	min-height: auto;
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.boxres011 img {
	padding-left: 0px;
}
.boxres011 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}

@media (max-width: 640px){
.boxres011 img{
	width:100%;
	padding:0 ;
}
}




/*メニューリスト*/

#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: 640px){
.botan003{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 90%;
}
}

@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: 640px){
#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%;
}

}


/*** レスポンシブテーブルデザイン ***/
.table01{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
	font-size: 150%;
	background-image: url(../images/002.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.table01 th{
	padding: 15px;
	width: 200px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
}
.table01 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}

.table02{
	width: 100%;
	font-size: 150%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
}
.table02 th{
	padding: 15px;
	width: 20%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
}
.table02 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}

.table03{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
	font-size: 150%;
	background-image: url(../images/002.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.table03 th{
	padding: 15px;
	width: 250px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
}
.table03 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table03 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}

.table04{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 100px;
	font-size: 150%;
}
.table04 th{
	padding: 15px;
	width: 170px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
}
.table04 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table04 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}
 
 
.table05{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
	font-size: 150%;
	margin-top: 30px;
}
.table05 th{
	padding: 15px;
	width: 250px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #094C92;
}
.table05 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table05 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #094C92;
}

.table06{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
	font-size: 150%;
}
.table06 th{
	padding: 15px;
	width: 250px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #094C92;
	color: #094C92;
}
.table06 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table06 td.aaa{
	width: 80px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}
.table06 td.bbb{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094C92;
	line-height: 1.8;
}


.table07{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 100px;
	font-size: 150%;
}
.table07 th{
	padding: 15px;
	width: 170px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
}
.table07 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table07 td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 1.8;
}


.table08{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 100px;
	font-size: 150%;
}
.table08 th.aaa{
	padding: 15px;
	width: 50px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	color: #8A8ECD;
}
.table08 th.bbb{
	padding: 15px;
	width: 50px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	color: #6FA8C4;
}
.table08 th.ccc{
	padding: 15px;
	width: 50px;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	color: #517EC9;
}
.table08 th span{
	font-size: 90%;
	font-weight: normal;
	color: #13131e;
}
.table08 td.aaa{
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.table08 td.bbb{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
}

@media (max-width: 640px){
.table01{
	background-image: none;
}
.table01 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table01 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}

.table02{
	width: 100%;
}
.table02 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table02 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}

.table03{
	background-image: none;
}
.table03 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table03 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}

.table04{
	background-image: none;
}
.table04 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table04 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}

.table05{
	background-image: none;
}
.table05 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table05 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}

.table06{
	background-image: none;
}
.table06 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table06 td.aaa{
	display: list-item;
	width: 95%;
	border: none !important;
	padding-top: 3px;
}
.table06 td.bbb{
	display: list-item;
	width: 95%;
	border-top: none !important;
	margin-top: -15px;
	padding-top: 3px;
}


.table07{
	background-image: none;
}
.table07 th{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.table07 td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}


.table08{
	background-image: none;
}
.table08 th.aaa{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table08 th.bbb{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table08 th.ccc{
	width: 100%;
	display: block;
	border: none;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table08 td.aaa{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}
.table08 td.bbb{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-top: 3px;
}


}
/*** レスポンシブテーブルデザイン　おわり ***/


/*------------------------------------------------------------ 
    フロー
------------------------------------------------------------*/  
#flowWrap{
	width:100%;
	letter-spacing: -0.5em;
}
.flow{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:31.66666666666667%;
	margin-right:2.5%;
	margin-bottom:40px;
	border:1px solid #009ce6;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
}
.flow:nth-child(3n){ margin-right:0;}
.flowHd{
	display:table;
	width:100%;
	height:50px;
	padding:10px 0;
	background:#009ce6;
}
.flowHd p{
	display:table-cell;
	vertical-align:middle;
	width:32px;
	height:32px;
	padding:0 10px 0 20px;
}
.flowHd p span{
	display:block;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#009ce6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	background:#fff;
	border-radius:50%;
}
.flowHd h4{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	padding-right:10px;
}
.flowHd h4 span{
	font-size: 70%;
	line-height: 1.0;
	font-weight: normal;
	color: #fff;
	vertical-align:middle;
	padding-right: 10px;
}
.txt{
	padding:15px;
	color:#070707;
	font-size:125%;
	line-height:1.6;
}
.flowTxt{
	width:auto;
	padding:25px;
	font-size:125%;
	background:#FFEDC6;
}
.flowTxt dt{
	font-weight:bold;
	position:relative;
}
.flowTxt dt:before{
	display:inline-block;
	content:"";
	width:12px;
	height:12px;
	margin-right:8px;
	background:#F77433;
	border-radius:50%;
}
.flowTxt dd{
	padding:10px 0 0 20px;
	font-weight:bold;
	line-height:1.4;
}
.flowTxt dd span{
	color:#F50D0D;
	font-weight:bold;
}

/* SP */
@media screen and (max-width: 960px){
.flow{
	display:block;
	width:100%;
	margin-bottom:20px;
	margin-right:0;
}
.flow:nth-child(3n){ margin-right:0;}
.flowHd{ padding:5px 0;}
.flowHd h4{ font-size: 134%;}
.txt{
	font-size:109%;
	padding:15px 10px;
}
.flowTxt{
	padding:15px;
	font-size:117%;
}
}



/* PDFボタン　*/
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #004F8B;
  border: 2px solid #004F8B;
  font-size: 16px;
  color: #004F8B;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}

/*------------------------------------------------------------ 
    コンタクト
------------------------------------------------------------*/  
#content .tel-block{
	display: flex;
	margin: 0 0 20px auto;
	max-width: 1000px;
	width: 100%;
	align-items: baseline;
	justify-content: flex-start;
	background-color: #D3DEF1;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
#content .tel-block .tel-image{
	width: 15px;
}
#content .tel-block .tel-link{
	font-size: 2.4rem;
	font-weight: bold; 
	color: #000000;
	margin: 0 50px 0 10px;
}
#content .tel-block .tel-link{
	font-size: 2.4rem;
	font-weight: bold; 
	color: #000000;
	margin: 0 50px 0 10px;
}
#content .tel-block .tel-text{
	font-size: 1.6rem;
}
#content .tel-block .space{
	margin-left: 10px;
}
@media screen and (max-width: 640px){
	#content .tel-block {
		display: block;
	}
	#content .tel-block .tel-link{
		font-size: 1.6rem;
		margin: 0 0 0 10px;
	}
	#content .tel-block .tel-image{
		width: 10px;
	}
	#content .tel-block .tel-text{
		font-size: 1.4rem;
	}
}