@charset "UTF-8";


/* -----------------------
入力フォーム用
-------------------------- */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 120%;
  margin-left: auto;
  margin-right: auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#warranty p.textR {
	text-align: right;
	}
#warranty h1.h1b {
	margin-bottom: 25px;
	line-height: 1.2em;
	}
h1 div .br-sp {
	display: none;
	}
/* -----------------------
イベント写真位置
-------------------------- */
#warranty .photoL {
	width: 500px;
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	}
#warranty .photoR {
	width: 500px;
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/* -----------------------
イベントページ用
-------------------------- */
#warranty .list li,.list02 li {
	list-style: none;
	line-height: 2.4rem;
	margin-bottom: 0;
	}
#warranty ol.list02>li {
	padding-left: 1em;
	}
.markerB {
background: linear-gradient(transparent 75%, #d0d9f7 0%);
	}
.markerG {
background: linear-gradient(transparent 65%, #D8D8D8 0%);
	}
@media screen and (max-width:767px) {
#warranty .list li {
	line-height: 1.8rem;
	margin-bottom: 0;
	}
}
/* -----------------------
テーブル
-------------------------- */
#warranty table {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.4rem;
	}
/*#warranty .table01 div.th {
	width: 22%
	}*/
th  {
	background: #f4f4f4;
	font-weight: 400;
	}
.tableA th, .tableA td  {
	text-align: left;
	padding: 15px 8px;
	border: 1px solid #ddd;
	font-size: 1.6rem;
	 }
/* .tableA th  {
	width: 22%;
	}*/
.tableA td {
	/*width: 13%;*/
	vertical-align: middle;
	text-align: center;
	}
.tableA .textG {
	color: #999;
	text-decoration: line-through;
	}
.tableA td.fontS {
	font-size: 1.4rem;
	}
.titleLine th, .titleLine td {
	/*font-weight: 600;*/
	background: #EDF1FC;
	}
.tableA td.tdcenter {
	text-align: center;
	}
/*
フォームなどへ飛ばすボタン
----------------------- */
.appli {
	text-align: center;
	display:table;
    table-layout:fixed;
    width:600px;
    margin-left: auto;
    margin-right: auto;
	}
#warranty ul.appli li {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    border-left:1px solid white;
	padding: 5px;
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	}
#warranty ul.appli li a {
    display:block;
    text-decoration:none;
    color:white;
    padding: 5px;
}
#warranty .web {
    color: #FFF;
    background: #FF8000;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    }
#warranty .word {
    color: #FFF;
    background: #013ADF;/*背景色*/
    border-bottom: solid 2px #0431B4;/*少し濃い目の色に*/
    }
#warranty .pdf {
    color: #FFF;
    background: #ff0000;/*背景色*/
    border-bottom: solid 2px #DF0101;/*少し濃い目の色に*/
    }
p.forSP {
	display: none;
	}
/*---------------------
スマホ用
----------------------- */
@media screen and (max-width:767px) {
h1 div .br-sp {
	display: block;
	}
.tableA {
	margin: 0 auto;
	width: 100%;
	 }
.tableA tr {
    /* display:block; */
    margin-bottom: 10px;
    }
.tableA td,th {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
	}
.tableA th {
    display:block;
    width: 100%;
    font-size: 1.3rem;
    }
.tableA td {
    width: 100%;
    border:none;
    line-height: 1.8rem;
    font-size: 1.3rem;
    }
.titleLine {
	display: none;
	}
.tableA td.fontS {
	font-size: 1.3rem;
	margin-bottom: 20px;
	border-bottom: dashed 1px #999;
	}
.tableA td.daimei {
	background: #EFF5FB;
	font-weight: 600;
	}
.textCenter {
	display: none;
	}
#warranty ul.appli {
	width: 100%;
	}
#warranty ul.appli li.forPC {
	display: none;
	}
p.forSP {
	display: inline;
	font-size: 1.3rem;
	}
}