@charset "utf-8";
/* CSS Document */


/*#Sec01*/

#Sec01 p.ImgOnlyStyle {
	padding:20px 0;
}

#Sec01 p.CatchCopy {
	font-size: 120%;
	font-weight: bold;
	color:#005bac;
}

/*#Sec02*/

#Sec02 p.ImgOnlyStyle,
#Sec02 p.ImgOnlyStyle img,
#Sec04 p.ImgOnlyStyle,
#Sec04 p.ImgOnlyStyle img {
	margin:0;
	padding:0;
}

/*#Sec03*/
.BoxPattern_Sec03 {
	border: 1px solid #c7e0f5;
	border-top: none;
	margin: 0 0 10px 0;
}

.BoxPattern_Sec03 h3 {
	background-color: #c7e0f5;
	border: none;
	font-weight: normal;
	color:#005bac;
	font-size: 90%;
	margin:0 0 10px 0;
}

.BoxPattern_Sec03 h3 strong {
	font-weight: bold;
	font-size: 120%;
	color:#005bac;
}


.BoxPattern_Sec03 .Inner_Sec03 {
	padding: 10px;
	margin: 0 0 0 2px;
	background-repeat: no-repeat;
	background-position: top left;
}

.BoxPattern_Sec03 .Inner_Sec03.Sec03_01 {background-image: url(/sp/temp20160812/image/ico_sec03_01.png);}
.BoxPattern_Sec03 .Inner_Sec03.Sec03_02 {background-image: url(/sp/temp20160812/image/ico_sec03_02.png);}
.BoxPattern_Sec03 .Inner_Sec03.Sec03_03 {background-image: url(/sp/temp20160812/image/ico_sec03_03.png);}
.BoxPattern_Sec03 .Inner_Sec03.Sec03_04 {background-image: url(/sp/temp20160812/image/ico_sec03_04.png);}

.BoxPattern_Sec03 .Inner_Sec03 p,
.BoxPattern_Sec03 .Inner_Sec03 ul li {
	font-size: 90%;
}

.BoxPattern_Sec03 .Inner_Sec03 p {
color: #005bac;
}

.BoxPattern_Sec03 .Inner_Sec03 ul li {
    position: relative;
	padding-left: 14px;
}

.BoxPattern_Sec03 .Inner_Sec03 ul li:before {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: #333;
    content: "";
}

.BoxPattern_Sec03 .Inner_Sec03 ul li.Annotations {
	font-size: 83%;
	text-align: right;
}

.BoxPattern_Sec03 .Inner_Sec03 ul li.Annotations:before {
	display: none;
}


/*#Sec04*/

#Sec04 {
	margin: 0 0 20px 0 ;
	overflow: hidden;
}

#Sec04 p.ImgOnlyStyle {
	clear:both;
}

#Sec04 p.ImgOnlyStyle img {
	float: left;
}

/*#Sec05*/
#Sec05 h3 {
	color:#005bac;
	font-size: 92%;
	font-weight: bold;
	background-color: inherit;
	border: none;
	margin:0 0 15px;
	padding:0;
}

#Sec05 table.TableStyle4 {
	border-bottom: 1px solid #005bac;
	border-left: 1px solid #005bac;
}

#Sec05 table.TableStyle4 caption {
	display: none;
}

#Sec05 table.TableStyle4 th,
#Sec05 table.TableStyle4 td {

}

#Sec05 table.TableStyle4 th.bdn,
#Sec05 table.TableStyle4 td.bdn {
	border: none;
}

#Sec05 table.TableStyle4 th.bdr,
#Sec05 table.TableStyle4 td.bdr {
	border-right: 1px solid #005bac;
}


#Sec05 table.TableStyle4 th {
	background-color: #005bac;
	color:#fff;
	font-weight: bold;
	border-left: 1px solid #fff;
}

#Sec05 table.TableStyle4 td {
	border: 1px solid #005bac;
	border-bottom: none;
	border-top: none;
}

#Sec05 table.TableStyle4 .tac {
	text-align: center;
}

#Sec05 table.TableStyle4 .even td {
	background-color: #e5eef7;
}

/*#Sec06*/
#Sec06 p.CatchCopy {
	font-size: 160%;
	font-weight: bold;
	color:#289ABC;
}
#Sec06 p.Contact {
	font-size: 120%;
	font-weight: bold;
	color: #393939;
}
#Sec06 table.TableStyle6 td{
	border: none;
	font-size: 100%;
	padding:10px 20px;
}
#Sec06 table.TableStyle6 td strong{
	font-weight: bold;
    color: #289ABC;
}
#Sec06 table.TableStyle6 td ul li {
	font-size: 100%;
	color: #000000;
    list-style: circle;
	
}

/*contact-banner*/
#Contents .contact-banner {
  height: 100%;
  margin: 20px 0 30px;
}
#Contents .contact-banner ul {
  display: flex;
  height: 100%;
  margin: 0 -10px;
}
@media screen and (max-width: 994px) {
  #Contents .contact-banner ul {
    flex-direction: column;
  }
}
#Contents .contact-banner ul li {
  flex-basis: 100%;
  padding: 10px 10px;
}
#Contents .contact-banner a {
  display: block;
  height: 100%;
  padding: 10px;
  border-radius: 40px;
  color: #ffffff;
}
#Contents .contact-banner a:link ,
#Contents .contact-banner a:link * {
  color: #ffffff;
}
#Contents .contact-banner a .inner {
  display: flex;
  align-items: center;
  height: 100%;
  /* padding: 5px; */
  
}

#Contents .contact-banner .inquiry {
}
#Contents .contact-banner .inquiry a {
  background-color: #ffb81a;

}
#Contents .contact-banner .inquiry a:hover {
   opacity: 0.8;
}

#Contents .contact-banner .inquiry .label {
  font-weight: bold;
  font-size: 125%;
  color: #ffffff;
  margin: auto;
}

#Contents .contact-banner .survice {
}
#Contents .contact-banner .survice a {
  background-color: #FB8400;

}
#Contents .contact-banner .survice a:hover {
   opacity: 0.8;
}

#Contents .contact-banner .survice .label {
  font-weight: bold;
  font-size: 125%;
  color: #ffffff;
  margin: auto;
}


@media screen and (max-width: 994px) {
  #Contents .contact-banner .consult {
    margin-bottom: 20px;
  }
  #Contents .contact-banner .consult .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #Contents .contact-banner .consult .icon {
    margin-top: -10px;
  }
  #Contents .contact-banner .consult .label {
    font-size: 100%;
    color: #ffffff;
  }
  #Contents .contact-banner .consult .guide {
    margin-left: -20px;
    font-size: 100%;
  }
  #Contents .contact-banner .inquiry .icon {
    padding: 0;
  }
  #Contents .contact-banner .inquiry .label {
    margin: auto;
    font-size: 100%;
    color: #ffffff;
  }
	#Contents .contact-banner .survice .icon {
    padding: 0;
  }
  #Contents .contact-banner .survice .label {
    margin: auto;
    font-size: 100%;
    color: #ffffff;
  }
}


/*Section contactus*/

.Section.contactus {
	margin:20px 0;
}

/*Section contact*/
.Section.contact {
	margin:20px 0;
	background: #F4F3F1;
}

 

/*打ち消し*/

/* -- [-] ページ下部の資料請求・お問い合わせ -- 
div.BoxPatternA.BoxA03 {
	padding: 4px;
	background: url("/-/media/image/h1/bg_box_a03.gif") repeat 0 0;
	width:720px;
	margin: 0 auto;
}
div.BoxPatternA.BoxA03 p.Title {
	border: none;
	padding: 8px 10px 0;
	background-color: #ffffff;
	margin:0;
	text-align: center;
}
div.BoxPatternA.BoxA03 p.Title span {
	padding: 0;
	border: none;
	background: none;
	color:#333;
}
div.BoxPatternA.BoxA03 div.Inner {
	padding: 10px 7px 0;
	background-color: #ffffff;
	border: none;
}
div.BoxPatternA.BoxA03 div.Inner ul { margin-bottom: 10px; }
div.BoxPatternA.BoxA03 div.Inner li {
	margin-left: 5px;
	margin-right: 5px;
}
div.BoxPatternA.BoxA03 div.Inner p.ImgOnlyStyle {
	margin: 0;
	padding: 0 0 1px;
	height: 60px;
}*/

/*見出し*/


h2 {
	margin: 0 0 5px;
	padding: 0 0 10px 0;
	background: url(../../../image/jp/r1/balloon_down.gif) no-repeat 40px bottom;
}

h2 span {
	display: block;
	padding: 10px 15px;
	font-size: 110%;
	font-weight: bold;
	color: #575757;
	line-height: 130%;
	background-color: #f2f2f2;
}

h2 a {
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}


/*青枠ボタン　打ち消し
div.ImportantButton ul { width: auto; }
div.ImportantButton ul.ButtonStyle1 li { background-image: none; }
div.ImportantButton ul.ButtonStyle1 li strong {
	background-image: none;
	padding: 0;
}
div.ImportantButton ul.ButtonStyle1 li strong span { background-image: none; }
div.ImportantButton .ButtonStyle1 a:hover, div.ImportantButton .ButtonStyle1 a:active {
	background-color: none;
	border-right: solid 1px transparent!important;
    color: #ffffff;
	text-decoration: none;
	padding: 9px 24px 9px 15px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-right: 24px!important;
	margin: auto;
}
div.ImportantButton .ButtonStyle1 a:hover {
	color: #fff;
	text-decoration: none;
	border-right: solid 1px transparent;
    text-decoration: none !important;
}
div.ImportantButton .ButtonStyle1 a:link, div.ImportantButton .ButtonStyle1 a:visited {
    background-color: none;
    border-right: solid 3px transparent;
    color: #ffffff!important;
    text-decoration: none;
    padding: 9px 22px 9px 15px;
        padding-top: 9px;
        padding-bottom: 9px;
    margin: auto;
}
.ButtonStyle1 a {
	display: inline-block !important;
	min-width: 130px;
	min-height: 18px;
}
.ButtonStyle1 a:link,
.ButtonStyle1 a:visited {
	background-color: #036F96 !important;
	transition: 0.1s ease-out;
}
.ButtonStyle1 a:hover,
.ButtonStyle1 a:active {
	background-color: #0089AE !important;
}*/