@charset "utf-8";

* {
	font-family: "メイリオ","ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-size: 12px;
	padding:0;
	margin:0;
	list-style:none;
	border-collapse: collapse;
	text-decoration: none;
	color:#000;
}
a:link {
	color:#000;
}
a:hover {
	text-decoration: underline;
}
li {
	padding:3px 0;
	list-style: none;
}
#header_top {
	width:100%;
	height:28px;
	background-color: #eee;
	border-bottom: 1px solid #b5b5b5;
}
.head_left {
	float:left;
	height:28px;
	line-height: 22px;
}
.head_left li {
	float:left;
	margin-left:20px;
}
.head_right {
	float: right;
	height:28px;
	line-height: 22px;
}
#header{
	width:100%;
	height:78px;
	background-color:#ede6cc;
}
.header_inner {
	width:980px;
	height:78px;
	margin:0 auto;
}
.header_inleft{
	width:400px;
	height:78px;
	background-image: url("../img/logo_top.png");
	background-repeat: no-repeat;
	float:left;
}
.header_inleft p{
	width:400px;
	height:78px;
	padding-left:80px;
	padding-top:10px;
}
.fs16 {
	font-size:16px;
	padding-left:10px;
	padding-right:2px;
	font-weight:bold;
}
.header_inright{
	width:320px;
	height:78px;
	float:right;
}
.header_inright01 li{
	float:right;
	margin-left:20px;
	line-height:30px;
}
.header_inright02 li{
	float:right;
	margin-left:10px;
	margin-right:10px;
	line-height:30px;
	color:#bd4b00;
	font-weight:bold;
}

#grobal_navi {
	width:100%;
	height:45px;
	background-image: url("../img/navi_back.png");
}
.navi_inner {
	width:980px;
	height:45px;
	margin:0 auto;
}
#navi_bottom {
	width:100%;
	height:30px;
	background-color:#ede6cc;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 8px;
}
#navi_btm_inner {
	width:980px;
	height:30px;
	margin:0 auto;
	font-weight: bold;
	color:#923602;
}
.navi_btm_inleft img{
	padding-right:5px;

}
.navi_btm_inleft{
	float:left;
	width:700px;
	line-height: 25px;
}
.navi_btm_inleft li {
	float:left;
	padding-right:25px;
}

.navi_btm_inright{
	float:right;
	text-align: right;
	line-height: 31px;
}

#content {
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_innner{
	width:980px;
	margin:0 auto;
	margin-bottom:20px;
}
#content_left{
	width:728px;
	float:left;
	text-align: center;
}
#content_right{
	width:230px;
	float:right;
}
#content_foot{
	clear:both;
	width:100%;
	height:38px;
	background-color:#fcf5db;
	border-bottom: 1px solid #b5b5b5;
}
#content_foot_innner {
	width:980px;
	margin:0 auto;
	height:38px;
	line-height: 38px;
}
#content_foot_left {
	float:left;
	height:38px;
}
#content_foot_right {
	float:right;
	height:38px;
}
#content_foot_left p{
	line-height:18px;
	height:18px;
	border-left:5px solid orange;
	margin:10px 0;
	padding-left:10px;
}

#footer {
	clear:both;
	width:100%;
	background-color:#ede6cc;
}
#footer_inner {
	width:980px;
	margin:0 auto;
}
#footer_bottom {
	width:980px;
	text-align:center;
	margin:0 auto;
	clear:both;
	height:40px;
	line-height:40px;
}
#footer_cont{
	width:980px;
	margin:0 auto;
}
#copyright{
	height:50px;
	background-color:#210e00;
	color:#fff;
	text-align: center;
	line-height: 50px;
}
#foot_list_a {
	width:200px;
	float:left;
}
#foot_list_b {
	width:200px;
	float:left;
	margin-left:30px;
}
#foot_list_c {
	width:290px;
	float:left;
	margin-left:30px;
}
#foot_list_d {
	width:190px;
	float:left;
	margin-left:30px;
}
.list_title{
	font-size: 14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #b5b5b5;
}
.list_title img {
	margin-right:10px;
}
.ttl01 {
	color:#fff;
	font-size:18px;
	text-align: left;
	height:53px;
	line-height:53px;
	background-image: url("../img/top/back.png");
	padding-left:20px;
}
.ttl02 {
	width:728px;
    display: inline-block;
    position: relative;
	height:53px;
	line-height:53px;
	vertical-align: middle;
	text-align: left;
    color: #FFF;
    background-image: url("../img/top/back.png");
}
.ttl02 p {
    vertical-align: middle;
    margin: 0;
    padding: 0 20px;
    line-height: 53px;
    font-size: 18px;
}


.ttl02:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

.ttl02:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.intxt {
	width:658px;
	margin:0 auto;
	text-align: left;
	font-size:13px;
	padding:15px;
	background-image: url("../img/top/txt_bg.png");
	letter-spacing: 1px;
}
.intxt p{
	font-size:13px;
	letter-spacing: 1px;
}
.intxt img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.fukidashi {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
 	width: 638px;
 	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 5px;
	border:2px solid #f2ecd9;
	font-weight:bold;
}

.fukidashi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 8%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f2ecd9;
}
.fukidashi:after{
	content: "";
	position: absolute;
	top: 90%;
	left: 8%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
.rightbox{
	width:230px;
	border:1px solid #ccc;
	border-radius: 2px;
	margin-bottom: 15px;
}
.rightbox_ttl{
	margin:2px;
	padding:3px;
	padding-left:10px;
	background-color:#f1ebd2;
	font-weight:bold;
	font-size:13px;
}
.rightbox_cont li{
	border-top:1px solid #ccc;
	padding:5px 10px;
	font-size:13px;
}
#content_right img{
	padding-bottom:10px;
}
.h10{
	height:10px;
}
.clr {
	clear: both;
}

/*　メンバーログイン　*/
.mem_login_ttl {
	height:53px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px; 
}
.mem_login_ttlin {
	height:45px;
	background-color:#f1ebd3;
	margin:4px;
	text-align: left;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	color:#400000;
	border-radius:3px; 
}
.sub_ttl {
	background-color:#fce9d1;
	padding: 10px;
	text-align: left;
	border-radius:3px; 
	margin:10px 0;
}
.login_form{
	width:500px;
	margin:15px auto;
}
.login_form td,th{
	border:1px solid #ccc;
	padding:10px;
}
.login_form th{
	background-color:#f7f5ec;
	font-weight:normal;
}

input[type="text"] ,input[type="password"]{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
input:focus {
    border:solid 1px #EEA34A;
}
.box200 {
	width:200px;
	margin:0 auto;
	text-align: left;
	padding-left:30px;
}
.box200 p{
	padding:5px 0;
	color:#bd4b00;
}
input[type="checkbox"] {
	position:relative;
	top:2px;
}
input[type="radio"] {
	margin-left:40px;
	height:10px;
}
.btn_send{
    display: inline-block;
    padding: 7px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
	font-weight:bold;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
	cursor:pointer;
	margin:10px;
	margin-bottom:30px;
}

.btn_send:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.box_img {
	width:600px;
	margin:0 auto;
	text-align: left;
	padding-top:20px;
	padding-left:100px;
}
.box_img p{
	padding-top:5px;
	line-height:2;
}
.err {
	background-color:#F00;
	color:#fff;
	border-radius:3px;
	line-height:2;
	padding:5px;
	font-weight:bold;
}
.ttl03 {
	font-size:18px;
	padding-bottom:10px;
}
.touroku_lst li {
	list-style:disc;
	color:#A7530A;
	margin-left:30px;
}
.ime_jpn {
	ime-mode:active;
}
.imd_dsb {
	ime-mode:disabled;
}
.touroku_m {
		border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	width:300px;
}
#birth input[type="text"]{
		border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.byear{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
.bmonth{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


/*クレーム*/
.list_tbl {
	width:90%;
	margin:0 auto;
	margin-top:20px;
}
.list_tbl2 {
	margin:0 auto;
	margin-top:20px;
}

.list_tbl td {
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}
.list_tbl2 td,th {
	padding:10px;
	text-align:center;
	border:1px solid #ccc;
}
.back01 {
	background-color: #f3f3f3;
}
.list_tbl th {
	background-color:#666;
	color:#fff;
	font-weight:bold;
}
.list_tbl2 th {
	background-color:#666;
	color:#fff;
	font-weight:bold;
	width:200px;
}
table.table-clickable tr[data-href]{
	cursor: pointer;
}
table.table-clickable tr[data-href]:hover{
	background-color: #FFD4A4;
}
.toplogo {
	text-align:center;
	margin-top:3rem;
}
h1 {
	text-align: center;
	font-size:20px;
}
.subttl a:link,a:visited{
	font-size:16px;
	font-weight:bold;
	color:#f00;
}
.subttl {
	margin-top:10px;
	text-align: center;
}
.submt {
	width:200px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	margin-left:45%;
	height:50px;
}
.btn_sintyoku {
	width:200px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	height:50px;
	border:1px solid #ccc;
	display: block;
	line-height:50px;
	background-color:#FFB189;
	font-size:16px;
	font-weight:bold;
}
.btn_sintyoku2 {
	width:100px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	height:30px;
	border:1px solid #ccc;
	display: block;
	line-height:30px;
	background-color:#FFB189;
	font-size:14px;
	font-weight:bold;
}
.txtbox {
	width:80%;
	margin:20px auto;
	padding:20px;
	background-color: #eee;
}
.bikou {
	width:90%;
	margin:0 auto;
	padding:30px;
	border:1px dotted #ccc;
	background-color:#fff;
	margin-top:10px;
}
.bikoubox {
	margin:0 auto;
	margin-top:20px;
	width:80%;
}
.btn_del {
	width:100px;
	margin:0 auto;
	text-align:center;
	height:30px;
	border:1px solid #ccc;
	display: block;
	line-height:30px;
	background-color:#FFB189;
	font-size:14px;
	font-weight:bold;

}
select {
	width:200px;
	font-size:18px;
	line-height:30px;
	height:30px;
}
.h40 {
	height:40px;
	width:100px;
	text-align: center;
}
.h40_2 {
	height:40px;
	width:60px;
	text-align: center;
}
option {
	text-align: center;
}
hr {
	border:none;
	border-bottom:1px solid #666;
}
