@charset "utf-8";

.wae-section{
	padding: 0;
}
.wae-section-column{
	margin: 0 0 20px;
}

.wae-section a{
	transition:none;
}

.wae-section-column1>.wae-section-block{width:100%;margin:0 0 12px 0}
.wae-section-column2>.wae-section-block{width:50%;margin:0 0 12px 0}
.wae-section-column3>.wae-section-block{width:33%;margin:0 0 12px 0}
.wae-section-column4>.wae-section-block{width:25%;margin:0 0 12px 0}
.wae-section-column5>.wae-section-block{width:20%;margin:0 0 12px 0}
.wae-section-column6>.wae-section-block{width:16.6%;margin:0 0 12px 0}

.wae-section-block figure:not(:last-child){
	margin-bottom: 8px;
}

.wae-section-block-border{
	padding: 10px;
}

.wae-section-block-link {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}
.wae-section-block-link a {
  display: block;
  padding: 12px;
}


/* =====================================
パーツ
======================================*/

.wae-section-title{
	margin:0;
	padding:0;
	background:none;
	text-align:left;
}

/*リード*/
.wae-section .wae-section-lead p{
  font-size: 1.8rem;
  color: #f05d96;
}

/*見出し*/
.wae-section-head h2{
  font-size: 1.8rem;
  font-weight: bold;
  color: #0096df;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 70px;
}
.wae-section-head h2:before,
.wae-section-head h2:after{
  position: absolute;
  top: 50%;
  content: ' ';
  display: block;
  width: 60px;
  height: 2px;
  margin-top: -1px;
  background: #0096df;
}
.wae-section-head h2:before{
  left: 0;
}
.wae-section-head h2:after{
  right: 0;
}
.wae-section-head h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: #0096df;
}
.wae-section-head h4{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.wae-section-head h5{
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: normal
}

/* セクションの見出し（H2）装飾 */
.wae-section-title h2{
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0096df;
}
.wae-section-boder{
  border: none;
}
.wae-section-boder h2{
  position: relative;
  display: inline-block;
  padding: 0 110px;
}
.wae-section-boder h2:before,
.wae-section-boder h2:after{
  position: absolute;
  top: 50%;
  content: ' ';
  display: block;
  width: 100px;
  height: 2px;
  background: #0096df;
}
.wae-section-boder h2:before{
  left: 0;
}
.wae-section-boder h2:after{
  right: 0;
}
.wae-section-background{
  padding: 5px;
  background: #e1f2fb;
}

.wae-section-head-bgcolor{
	background:#f6f9fc;
}

.wae-section-head-bgcolor h2{
	padding: 8px;
	background: none;
}
.wae-section-head-bgcolor h3{
	padding: 8px;
}
.wae-section-head-bgcolor h4{
	padding: 8px;
}
.wae-section-head-bgcolor h5{
	padding: 8px;
}

/*文章*/
.wae-section p{
	font-size: 1.4rem;
}

/*テーブル*/
.wae-section-table{
	overflow: auto;
}
.wae-section-table>table th,
.wae-section-table>table td{
	padding: 15px 20px;
/*	border-width: 1px 0;*/
	font-size: 1.4rem;
}
.wae-section-table>table th{
	width: auto;
	background:#eee;
}
.wae-section-table>table td{
	width: auto;
}

/*補足*/
.wae-section-note>p{
	font-size: 1.4rem;
}
.wae-section-note-bgcolor>p{
  color: #333;
}

/*画像*/
.wae-section-block figure>a:hover>img{
	transform:none;
}
.wae-section-block figure>a:hover>img{filter:brightness(125%)}



/*---*/
.wae-section-accordion-title{
	margin: 0 0 16px;
	padding: 8px 0 8px 16px;
	border: 1px #033e71 solid;
}.wae-section-accordion-title h2{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.wae-section-button{
	margin-bottom: 5px;
	background: #4474c4;
	color: #fff !important;
	font-size: 1.6rem;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.16);
	border: none;
    border-radius: 4px;
}
.wae-section-button:hover{
	background-color: #1b3f7a;
}
.wae-section-button-before{
	background-color: #4474c4;
	color: #fff !important;
	font-size: 1.6rem;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.16);
	border: none;
}
.wae-section-button-before:hover{
	background-color: #1b3f7a;
}
.wae-section-button-after{
	background-color: #4474c4;
	color: #fff !important;
	font-size: 1.6rem;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.16);
	border: none;
    border-radius: 4px;
}
.wae-section-button-after:hover{
	background-color: #1b3f7a;
}
.wae-section-icon-window{
	background-size: 12px;
	background-position: right center;
}
.wae-section-icon-window2{
	background-size: 12px;
}

/* お客様なんでも相談会 */
.wae-section-block .schedule-head{
	margin: 35px 0 25px;
	font-size: 3rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
.wae-section-block .schedule-block-head{
	padding: 0 0 15px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.wae-section-block .schedule-linklist {
	margin: 0 0 30px;
}
.wae-section-block .schedule-linklist p{
	margin:0;
	font-size:1.4rem;
}

.wae-section-block .general-button-01,
.wae-section-block .general-button-02{
	padding: 8px 18px;
	font-weight: bold;
	font-size: 14px;
}

@media(max-width:750px){
.wae-section-column2>.wae-section-block{width:100%}
.wae-section-column3>.wae-section-block{width:100%}
.wae-section-column4>.wae-section-block{width:100%}
.wae-section-column5>.wae-section-block{width:100%}
.wae-section-column6>.wae-section-block{width:100%}

/* =====================================
パーツ
======================================*/
/* セクションの見出し（H2）装飾 */
.wae-section-boder{
  overflow: hidden;
  padding: 0 30px;
}
.wae-section-boder h2{
  padding: 0 10px;
}
.wae-section-boder h2:before,
.wae-section-boder h2:after{
  width: 750px;
}
.wae-section-boder h2:before{
  left: auto;
  right: 100%;
}
.wae-section-boder h2:after{
  left: 100%;
  right: auto;
}
.wae-section .wae-section-boder{
  margin-left: -15px;
  margin-right: -15px;
}
.wae-section-boder h2{
  padding: 0 10px;
}

/*パーツ見出し*/
.wae-section-head{
  overflow: hidden;
/*  padding: 0 30px;*/
}
.wae-section-head h2{
  padding: 0 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.wae-section-head h2:before,
.wae-section-head h2:after{
  width: 750px;
}
.wae-section-head h2:before{
  left: auto;
  right: 100%;
}
.wae-section-head h2:after{
  left: 100%;
  right: auto;
}

}