@charset "utf-8";
/* CSS Document */
.maint{
	margin-bottom:60px;
	display:block;	
	padding:60px 0;
	font-family: zen-old-mincho, sans-serif;
text-align: center;
font-weight: 400;
color:#ffffff;
font-style: normal;
font-size:2rem;
}


.goodsw{

	
}



.underline {
	border-bottom:1px solid #cccccc;
		font-size:1.1rem;
	padding-bottom:20px;margin-bottom:10px;

	color:#333333 !important;
  display: block;
  position: relative;
}

.underline::after {
	
  background-color: #000000;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}


.underline:hover{text-decoration: none;
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;}


.underline span{
	display:block;
	line-height:1.5;font-size:12px;
}

.goodsw p{color:#979595;}




.subt {
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    color: #3e62ad;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.subt:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #3e62ad;
    bottom: -1px;
    width: 30%;
}

.subt3{

	margin-bottom:15px;
	font-size:25px;
}

.subt4{

	padding:15px;
	margin-bottom:15px;
	border-top:2px solid #D9DCE2;
	border-bottom:2px solid #D9DCE2;
	font-size:15px;
	font-weight: 600;
}


.sozaib{
	margin:0 15px 20px 0;
background: #EFF3F5;
border:none;
	font-weight:400;
border-radius: 4px;}





.goindex{
	display:block;
	color:#000000;
	border:1px solid #000000;
	border-radius: 100px;
	padding:20px;
	text-align: center;
	width:300px;
	margin:30px auto;
}

.goindex:hover{color:#ffffff;
background: #3E62AD;}




.tbl{
width:100%;
	margin-bottom: 90px;
	
}


@media (max-width: 767px){
.tbl{
width:100%;
	
}
	
}


.tbl th {
	vertical-align: top;
  border-bottom:1px solid #dddddd;
  padding: 15px;
	width:200px;
}
.tbl td {
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
  padding: 15px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
        width: 100%;
  }

  .tbl th,
  .tbl td {
    display: block;
    width: 100%;
  }
	
	.tbl th {border:none;
		font-weight: bold;
	}
	
}




.quot{

	font-size:2rem;
	border-bottom:2px solid #D9DCE2;
	padding-bottom:30px;
	margin-bottom:60px;
}


.quot span{display:block;font-size:1.2rem;margin-bottom:10px;}
.quotxt{
	line-height:2;
	font-size:1.1rem;
}



.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em 20px;
display: block;
font-weight: bold;
	font-weight:300;
	font-size:1.2rem;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.kikiw {
	background: rgba(0, 0, 0, 0.5);
margin: 0;
padding: 20px;
font-size: 0.9em;
color:#ffffff;
}

.kikiw h3{
	font-family: zen-old-mincho, sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.5rem;
	margin-bottom:20px;
}
.toggle:checked + .title + .content {
max-height: 2000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


.setubi{
	display:inline-block;
margin-right:15px;
	margin-bottom:15px;
}

.btn{padding:3px !important;
font-size:0.8rem;
margin-right:5px;}



