#ptitle {
top: 10px;
}

.ptitle {
top: 10px;
}

.header-inner {
    position: relative;
    width: 1060px;
    height: 70px;
    margin: 0 auto;
    *zoom: 1;
    z-index: 10;
}



#header-inner {
    position: relative;
    width: 1060px;
    height: 70px;
    margin: 0 auto;
    *zoom: 1;
    z-index: 10;
}

#gallery-1 img {
border: 0px solid #ffffff;
}

#gallery-2 img {
    border: 0px solid #ffffff;
}

.mt30 {
margin-top:30px; 
}

p.indent-4 {
padding-left:35px;
text-indent:-35px;
}

h2 {
  position: relative;
  padding: .5em .75em;
  background-color: #357cc6;
  border: 1px solid #357cc6;
  border-radius: 6px;
font-size: 19px;
color: #fff;
font-weight: normal;
margin-top:30px; 
margin-bottom:10px; 
}

h2::before,
h2::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}

h2::before {
  border-top: 15px solid #357cc6;
}

h2::after {
  margin-top: -2px;
  border-top: 15px solid #357cc6;
}

h3 {
margin: 30px 0 0px 0;
font-size: 18px;
}

h4 {
margin: 20px 0 0 0;
border-bottom: dotted 0px #999999;
padding: 0.4em 0;
font-size: 18px;
font-weight: 600;
line-height: 1.3em;
}



.faq-pretty .faq-answer {
padding: 5px 10px 5px 10px;
background: #fff;
margin-left: 30px;
border: 1px solid #ff5969;
border-top: 0px;
}

.faq-pretty .faq-item.highlight .faq-question {
background: #fff url(http://zaitaku-riha.info/wp-content/uploads/2017/06/faq-bg-hover.png) no-repeat left top;
border: 1px solid #ff5969;
border-bottom: 0px;
color: #ff5969;
}

.wc-shortcodes-box {
display: block;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
font-size: 14px;
}

.l10 {
line-height: 1.5em;
font-size: 12px;
}

.mt30 {
margin: 30px 0 30px 0;
}

.mt20 {
margin: 20px 0 20px 0;
}

a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}

.style_01{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-top: 10px;
}
.style_01 th{
width:25%;
padding:5px 10px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #f3f3f3;
border-left: 0px solid #ccc;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
.style_01 td{
width:75%;
padding:5px 10px;
background-color: #ffffff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 14px;
}

.style_02{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-top: 20px;
}
.style_02 th{
width:35%;
padding: 3px 5px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #d5eaff;
border-left: 0px solid #ccc;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
.style_02 td{
width:65%;
padding:3px 5px;
background-color: #ffffff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 14px;
line-height: 130%;
}

#wrap{
	width:98%;
	margin:0 2%;
}
#wrap ul{
	overflow: hidden;
}
#wrap ul li{
	height:auto;
	margin-top:0px;
	margin-right: 1%;
	float:left;
	background:#ffffff;
	width: 33.33333%;
	width: calc((100% - 20px) / 3);
	width: -webkit-calc((100% - 20px) / 3);
	width: -moz-calc((100% - 20px) / 3);
}
@media all and (-ms-high-contrast:none){
	#wrap ul.column3 li{
		width: calc((100% - 21px) / 3);
	}
}
#wrap ul li:last-child {
	margin-right:0;
}


#wrap2{
	width:100%;
	margin:0%;
}
#wrap2 ul{
	overflow: hidden;
}
#wrap2 ul li{
	height:auto;
	margin-top:0px;
	margin-right: 0;
	float:left;
	background:#ffffff;
	width: 50%;
	width: calc((100% - 0px) / 2);
	width: -webkit-calc((100% - 0px) / 2);
	width: -moz-calc((100% - 0px) / 2);
}
@media all and (-ms-high-contrast:none){
	#wrap2 ul.column2 li{
		width: calc((100% - 0px) / 2);
	}
}
#wrap2 ul li:last-child {
	margin-right:0;
}

table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:5px 10px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:5px 10px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
	text-align: center;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:5px 10px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
	text-align: right;
}

@media screen and (max-width: 640px) {
p {
font-size: 14px;
line-height: 1.6; 
}

table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
    padding:1px 10px;
}
table.table01 tbody td {
	display:block;
    padding:1px 10px;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
    padding:1px 10px;
}
table.table01 tbody td p {
	padding-left:6em;
}
  
.style_01 th{
display:block;
width: 100%;
}

.style_01 td{
display:block;
width: 100%;
}
  
#ptitle img {
    max-width: 80%;
    height: auto;
    margin-left: -30px;
}
  
  
h1 {
    margin: 0;
    margin-bottom: 0px;
    padding: 0.4em 0;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
}
  
.main-title {
    font-size: 16px;
}
	
h2 {
font-size: 16px;
margin-top:20px; 
margin-bottom:10px; 
}
h3 {
margin: 20px 0 0px 0;
font-size: 16px;
}
h4 {
font-size: 16px;
}
  
  .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
  
}