@charset "utf-8";
/* CSS Document */

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
body{
  font-size : 15px;
  line-height : 180%;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
background-color : #ffffff;
}

.space_l{
	height : 30px;
}

#head_sp{
	width : 100%;
	height : auto;
}

#head_pc{
    display : none;
}

.main{
	width : 92%;
	margin-left : auto;
	margin-right : auto;
	padding-top : 15px;
}

.bred_yellow{
	width : 100%;
	margin-bottom : 10px;
	text-align : center;
	background-color : #fee598;
}
.bred_yellow_long{
	width : 100%;
	margin-bottom : 10px;
	text-align : center;
	background-color : #fee598;
}
.bred_blue{
	width : 100%;
	padding-top : 5px;
	padding-bottom : 0px;
	margin-bottom : 10px;
	text-align : center;
	background-color : #6a8eb6;
}

.merit_box {
	width : 92%;
    padding: 5px 5px;
    margin: 10px;
    background: #f9f2e8;
    box-shadow: #dccdb8 0 0 2px 2px;
    -webkit-box-shadow: #dccdb8 0 0 2px 2px;
    -moz-box-shadow: #dccdb8 0 0 2px 2px;
	margin-left : auto;
	margin-right : auto;
}

.merit_left{
	width : 100%;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
	}
.merit_left img{
	width : 60%;
}
.merit_right{
	width : 94%;
    margin-left : auto;
	margin-right : auto;
}

.check_box{
	width : 96%;
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
}

.kaiwa{
	width : 92%;
    padding: 8px;
    background: #F9F4E4;
    border: 2px #ffffff solid;
    box-shadow: 0 4px 6px 0 #ddd;
    -moz-box-shadow: 0 4px 6px 0 #ddd;
    -webkit-box-shadow: 0 4px 6px 0 #ddd;
	margin-left : auto;
	margin-right : auto;
}

.koushi {
	width : 92%;
    color: #000000;
    padding: 7px;
    background: #c3bcba;
    position: relative;
    z-index: 10;
	margin-left : auto;
	margin-right : auto;
	}
 
.koushi:before {
    content: "";
    position: absolute;
    background-image : url(../image/koushi_bg.jpg);background-repeat : repeat;
    margin: 2px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
.koushi_in{
    padding: 20px;
    color: #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #dad1cd;	
}

.main_left{
	width : 100%;
}
.main_right{
	width : 80%;
	margin-left : auto;
	margin-right : auto;
}

  table {
    border: none;
	width:100%;
  }
  table thead {
    display: none;
  }
  table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table td {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 7px;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  .tokuten_box {
	width : 92%;
    color: #000000;
    padding: 0px;
    background: #cc0000;
    position: relative;
    z-index: 10;
	margin-left : auto;
	margin-right : auto;
}
 
.tokuten_box:before {
    content: "";
    position: absolute;
    background: #F9EFDA;
    margin: 0px;
    border: 0px #ae0a0a solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.tokuten_in{
	width : 96%;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 20px;
	padding-top : 15px;

}
.tokuten_left{
	width : 85%;
	margin-left : auto;
	marign-right : auto;
	padding : 10px;
}
.tokuten_right{
	width : 96%;
	padding-right : 10px;
	padding-left : 5px;
	marign-right : auto;
	margin-left : auto;
	marign-right : auto;
}

.tokuten_sub{
	position: relative;
	background-color: #A40104;
	color : #ffffff;
	margin-bottom : 15px;
}
.tokuten_sub::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #F9EFDA #F9EFDA #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.faq_box{
	width : 92%;
    padding: 8px;
    background: #F9F4E4;
    border: 2px #ffffff solid;
    box-shadow: 0 4px 6px 0 #ddd;
    -moz-box-shadow: 0 4px 6px 0 #ddd;
    -webkit-box-shadow: 0 4px 6px 0 #ddd;
	margin-left : auto;
}
.q{
  font-size : 17px;

}

.tokutei_title{
	width : 92%;
	padding: .25em .5em;
	background-color: #2D0202;
	color : #ffffff;
	text-align : center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left : auto;
	margin-right : auto;
}

.tokutei_box{
	width : 92%;
	margin-left : auto;
	margin-right : auto;
}

.tokutei_box table {
    width: 100%;
	border: 0px solid #fff;
  }
.tokutei_box table td {
    display: block;
    text-align: left;
    width: 100%;
	border: 0px solid #fff;
  }
.tokutei_box table th {
    display: block;
	background-color : #f8f8f8;
    border-top: none;
    border-bottom: none;
    width: 100%;
	border: 0px solid #fff;
  }
