@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;
}
.button_info {
	display: none;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:2;
}

header {
	width:100%;
	height:129px;
}
section {
	width:100%;
	background-color: #ffffff;
	padding: 1em 0 3em;
}
#contents {
	max-width:980px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:5em;
}

a {
	color:#ff8c00;
	text-decoration: none;
}
a:hover {
	color:#ffd700;
}

h1 {
	font-size:28px;
}

h2 {
	padding: 0.8em 2em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	text-align:center;
	font-size:24px;
}

h3 {
	margin-bottom:0.25em;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}
h3 span {
	font-size:1.5em;
	font-weight:bold;
	color:#ff8c00;
	float: center;
}

h4 {
	position: relative;
	padding: 1em;
	background-color: #f6f6f6;
	text-align: center;
	font-weight: bold;
}
h4::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
h5 {
position: relative;
margin: 1em 0;
text-align: left;
font-weight: bold;
}

h5:before {
position: absolute;
content: '';
bottom: -3px;
right: 0;
width: 0;
height: 0;
border: none;
border-right: solid 15px transparent;
border-bottom: solid 15px #ff8c00;
}
h5:after {
position: absolute;
content: '';
bottom: -3px;
right: 10px;
width: 100%;
border-bottom: solid 3px #ff8c00;
}
h6 {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
h6:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}
h7 {
  padding: .5em .75em;
  background-color: #f6f6f6;
}
h8 {
	padding: .5em .75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: flex;
	margin: 2em 0 1em;
	font-weight: bold;
}
h9 {
	font-weight: bold;
	display: flex;
}
p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
	font-size: 1.3em;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	background-color:#fff;
}
.left {
	float:left;
}
.right {
	float:right;
	padding-top:1em;
	margin-left:2em;
}
.center {
	text-align:center;	
}
.center02 {
	max-width:600px;
	margin:0 auto;
}
.center02 img{
	text-align:center;
	width:100%;
}
#float {
	width:600px;
	height:auto;
	overflow:hidden;
	padding-left:3em;
	padding-right:3em;
	margin:0 auto;
}
#float #left {
	float:left;
	padding:2em;
}
#float #right {
	float:right;
}
#topmargin {
	margin-top:3em;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	max-width:100%;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}
.imgL img {
	width: 25%;
	float:left;
	margin-top: 3em;
	margin-right: 1em;
}
.imgL ul{
width:70%;
float: right;
}
.imgL ul li{
	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
	list-style-image: url(../images/section1list.png);
	border-bottom: 2px dotted #ff8c00;
	text-align: left;
}


/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}
.imgR p {
	margin-top: 3em;
}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:43%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.twoColInner div p{
	text-align: left;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:auto;
	margin-bottom:1em;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:23%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	height: auto;
	margin-bottom:0.5em;
	border-radius:5px;
}


.threeColInner02 {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner02 div {
	width:20%;
	float:left;
	margin-right:2%;
}
.threeColInner02 div:nth-child(3n+1) {
	clear:both;
}
.threeColInner02 img {
	width:100%;
	height: auto;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
}
.fourColInner {
	overflow:hidden;
}
.fourColInner div {
	width:18.5%;
	float:left;
	margin-right:2%;
}
.fourColInner div:nth-child(4n+1) {
	clear:both;
}
.fourColInner img {
	width:100%;
	height: auto;
	margin-bottom:0.5em;
	border-radius:5px;
}



/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	padding:1em;
	color:#333;
	text-decoration:none;
	border: solid 1px #ccc;
	border-radius: 5px;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#ccc;
	transition:all 0.2s ease 0s;
}



/* ボックス） */
.box {
    height: 19em;
    border: 4px double #ddd;
    padding: 0 2em 2em 2em;
    background-color: #fff;
    margin-bottom: 1em;
	text-align: center;
}
.box p{
    font-size: .8em;
	text-align: left;
}
.box img {
	width: auto;
	height: 150px;
	margin: 0 auto;
}
.box02 {
    height: 19em;
    border: 4px double #ddd;
    padding: 0 1em 2em 1em;
    background-color: #fff;
    margin-bottom: 1em;
}
.box02 p{
    font-size: .8em;
}
.box03{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #dcdcdc;
    border-bottom: solid 2px #dcdcdc;
}
.box03:before, .box03:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #dcdcdc;
}
.box03:before {left: 10px;}
.box03:after {right: 10px;}
.box03 p {
	padding: 0 1em;
    text-align: left;
}
.box03 h3 {
	text-align: center;
}

.box04{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #dcdcdc;
    border-bottom: solid 2px #dcdcdc;
}
.box04:before, .box04:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #dcdcdc;
}
.box04:before {left: 10px;}
.box04:after {right: 10px;}
.box04 p {
	padding: 0 1em;
    text-align: left;
}
.box04 img {
	margin-top: 0;
}

/*================================================
 *  ヘッダー
 ================================================*/

#header{
position:fixed;
width:100%;
height: auto;
background: -moz-linear-gradient(top,#fff 0%,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background:linear-gradient(to bottom, #fff, #f5f5f5);
z-index: 1;
}

#headwrap{
padding:10px 0 0 0;
width:100%;
height: 4em;
border-bottom:2px solid #003f8e;
}

#headwrap #head{
margin:0 auto;
max-width:1200px;
height:auto;
}

#headwrap #head #logo{
position:relative;
float:left;
width:22%;
height:auto;
}
#headwrap #head #logo img {
	width: 100%;
	height: auto;
	padding: .1em;
}
#headwrap #head #info{
	float:right;
	padding:1px;
	overflow:hidden;
	margin-right: .5em;
}
#headwrap #head #info .tell {
	width: auto;
	float: left;
}
#headwrap #head #info .tell em {
	color: #ff8c00;
}
#headwrap #head #info .tell img {
	margin: 0 0 .7em 0;
}
#headwrap #head #info a{
margin:0 0 0 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#headwrap #head #info a:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.8;
opacity: 0.8;
}
#headwrap #head #info .info {
	float:right;
}


/*--TOP BUTTON--*/
#side_btn {
	float:left;
}
#side_btn02 {
	float:right;
}

.button {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #ff8c00;
	border: 2px solid #ff8c00;
	color: #fff;
	line-height: 50px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ff8c00;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #696969;
	color: #696969;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #696969;
}

#side_btn .button {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 40px;
}




/*--------------------------------------
メイン画像
--------------------------------------*/
#mainvisualwrap {
	width:100%;
	height:auto;
	background-image:url(../images/back_img.png);
background-size: 100% 100%;
background-position:center;
background-repeat:repeat;
}
#mainvisual{
width:100%;
max-width:1200px;
margin:0 auto;
}
#mainvisual img {
	width:100%;
		height:auto;
}
#mainvisual #mainvisualinner{
position:relative;
width:1200px;
margin:0 auto;
}


/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section#back {
	background-color: #ffffff;
	background-image: url(../images/linedpaper.png);
	background-repeat:repeat;
}
.kiyaku ul li {
	margin-left: 1em;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	width:100%;
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
	color:#fff;
	background-color:#333;
	overflow: hidden;
}
footer a {
	color:#fff;
}
footer a:hover{
	color:#ff8c00;
}
#foot {
	max-width: 1200px;
	height: auto;
	margin: 0 auto
}
.foot_left {
	width: auto;
	height: auto;
	float: left;
}
.foot_left ul li{
	width: auto;
	height: auto;
	float: left;
	margin: 0 1em;
}
.foot_right {
	width: auto;
	height: auto;
	float: right;
	margin-right: 5em;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px 0 0 5px;
	line-height: 1em;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}


/*================================================
 *  メインページ
 ================================================*/
.coupon {
	margin-bottom:8em;
}
.clearfix:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}



/*================================================
 *  フォーム
 ================================================*/
table th span {
	margin: 0 auto;
	color: #ba0000;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
#contact-submit {
    clear: both;
    margin: 0;
}
input[type=text] {
    padding: 4px;
    width: 95%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 5px #dddddd inset;
	-ms-box-shadow: 0 0 5px #dddddd inset;
    box-shadow: 0 0 5px #dddddd inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-ms-border-radius: 5px;
    border-radius: 5px;
}
input {
    font-size: 13px;
    color: #222222;
    font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
}
textarea {
    padding: 4px;
    width: 95%;
    height: 152px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 5px #dddddd inset;
	 -ms-box-shadow: 0 0 5px #dddddd inset;
    box-shadow: 0 0 5px #dddddd inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: vertical;
}
textarea {
    font-size: 13px;
    color: #222222;
    font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
}
.column2{
	max-width:800px;
}
.box div{
	text-align:center;
}
.box div input[type="button"], .box div input[type="submit"] {
    padding: 10px 0;
    width: 250px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
	border-radius: 5px;
}
.box div input[type="button"], .box div input[type="submit"] {
    padding: 10px 0;
    width: 250px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
	border-radius: 5px;
}





/*================================================
 *  タブ設定
 ================================================*/
#contents #tab {
	display: inline;
}
#contents #tab02 {
	display: none;
}
#tab .tab ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#tab .tab li {
	width: 22%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: .5em;
}
#tab .tab, .tab li, .tab li a {
    float: left;
    padding: 5px;
    list-style: none;
	text-align: center;
	color: #333;
}
#tab .tab li a:hover {
    opacity: 0.8;
}
#tab .tab li img {
	width: 100%;
	text-align: center;
}
#tab .tab-content {
	width: 100%;
	height: auto;
    clear: both;
}

#tab .area {
	width: auto;
	height: 100%;
	padding: 1px;
	margin: .5em 1.2em;
    display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#tab .area ul {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 1em;
	overflow: hidden;
}
#tab .area ul li {
	width: 14.9%;
	height: 100%;
	float: left;
	margin: .5em .5em 0 .5em;
	font-size: .8em;
}
#tab .area ul li img {
	width: 100%;
	height: auto;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width : 1024px ){

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:1em;
	}
	h2 {
		margin-top:0;
		margin-bottom:30px;
	}
	h3 {
		text-align: center;
	}
	.imgR {
		margin-bottom:0;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width : 768px ){
	header {
		height: 13.5em;
	}
	h4 {
		margin-top:1em;
		margin-bottom:2.5em;
	}
	h2 {
		margin-top:0;
		margin-bottom:30px;
	}
	h3 {
		text-align: left;
	}
	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
		width:100%;
		text-align:center;
	}
	.imgL img {
		float:none;
		width:20%;
		margin-right:0;
	}
	.imgL ul{
	width:100%;
	float: none;
	}
	.imgL ul li {
		margin-left: 2em;
	}
	.imgR {
		margin-bottom:0;
		text-align: center;
		padding-bottom: 4em;
	}
	.imgR img {
		width:30%;
		height: auto;
		float: none;
	}
	.imgR p{
		font-size: 16px;
		text-align: left;
	}
	.imgR h3 {
		text-align: center;
	}
	.twoCol {
		margin-right:0;
		margin-bottom:30px;
		width:100%
	}
	.twoColInner {
		margin-right:0;
		width:100%
	}
	.twoColInner div {
		float:none;
		width:auto;
		margin:0 auto;
		margin-bottom: 1em;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 1em;
	}
	.fourColInner div {
	width:17.5%;
	float:left;
	margin-right:2%;
}
	#headwrap {
		height: auto;
	}
	#head #info .tell {
		font-size: .9em;
	}
	#head #info #side_btn02 .button{
		width: 130px;
		height: 45px;
		font-size: .8em;
		line-height: 45px;
	}
	#mainvisualwrap {
	margin-top: 6em;
	}
	.box img{
		width: auto;
		height: 100%;
	}
	.box h3 {
		text-align: center;
	}
	.box02 {
		height: auto;
	}
	.box04 h3 {
		text-align: center;
	}
	#contents .tab li {
		width: 21%;
	}
	#tab .area ul li {
		width: 14.5%;
	}
	.foot_right,.foot_right small {
		float: left;
		margin: 0 .5em;
	}
}
@media screen and (max-width : 425px ){
	header {
		height: 6em;
	}
	h2 {
		font-size: 1em;
		padding: .4em;
		margin: 0 auto;
	}
	h3 span{
		font-size: .9em;
	}
	h5 {
		font-size: 1em;
	}
	ul h6 {
		font-size: .8em;
	}
	h8,h9 {
		font-size: 3.2vw;
	}
	p {
		font-size: 12px;
	}
	section {
		padding-bottom: 0;
	}
	#headwrap {
		padding: .2em;
	}
	#headwrap #head {
    height: 63px;
}
	#headwrap #head #logo {
		width: 40%;
		float: none;
	}
	#headwrap #head #logo img{
		float: none;
		width: 100%;
		height: auto;
	}
	#headwrap #head #info {
		width: 100%;
		float: none;
		font-size: 0.5em;
		padding: 0;
	}
	#headwrap #head #info .tell p {
		margin: 0 auto;
	}
	#headwrap #head #info p img{
		width: 7%;
	}
#side_btn {
    float: none;
	width: 100%;
}
#side_btn a {
    width: 100%;
    height: auto;
    padding: 2%;
	}
#side_btn02 {
    float: none;
	width: 100%;
	display: none;
}
#side_btn02 a {
    width: 100%;
    height: auto;
    padding: 2%;
}
.button_info {
	display: inline;
	width: 95%;
	height: auto;
	position:fixed;
    bottom: -5px;
	}
#mainvisualwrap {
	margin-top: 0;
	}
.imgR {
		margin-bottom:0;
		width:100%;
	text-align: center;
	padding-bottom: 2em;
	}
	.imgR p {
		text-align: left;
		margin-top: 0;
		font-size: .8em;
	}	
	.imgL {
		margin-bottom:30px;
		width:100%;
		text-align:center;
	}
	.imgL img {
		float:none;
		width:30%;
		margin-right:0;
	}
	.imgL ul li {
		font-size: .8em;
		margin-left: 2.5em;
	}
	ol li{
		margin: 0 20px;
}
	.twoCol {
		margin-bottom: 0;
		padding-bottom: 2em;
	}
	.twoColInner div {
		margin: 2em 0 1em 0;
	}
	.fourColInner div {
	width:37.5%;
}
	.box02 {
		padding: auto;
	}
	.box02 img {
		width: 100%;
		height: auto;
	}
	.kiyaku ol li {
		font-size: 3vw;
	}
	.syncer-acdn-faq dt,.syncer-acdn-faq dd {
		font-size: 3vw;
	}
	#page-top {
    bottom: 50px;
}
	#page-top a {
    width: 40px;
    padding: 30px 0;
	line-height: 1em;
}
	footer {
		padding-bottom: 5em;
	}
	.foot_left {
		width: 90%;
	}
/*================================================
 *  携帯タブ設定
 ================================================*/
	#contents #tab {
	display: none;
}
	#contents #tab02 {
	display: inline;
}
#tab02 .tab ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#tab02 .tab li {
	width: 45%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: .2em;
}
#tab02 .tab, .tab li, .tab li a {
    float: left;
    padding: 5px;
    list-style: none;
	text-align: center;
	color: #333;
	font-size: .9em;
}
#tab02 .tab li a:hover {
    opacity: 0.8;
}
#tab02 .tab li img {
	width: 100%;
	text-align: center;
}
#tab02 .tab-content {
	width: 100%;
	height: auto;
    clear: both;
}

#tab02 .area {
	width: auto;
	height: 100%;
	padding: 1px;
	margin: .5em .5em;
    display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#tab02 .area ul {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 1em;
	overflow: hidden;
}
#tab02 .area ul li {
	width: 29%;
	height: 100%;
	float: left;
	margin: .5em .5em 0 .5em;
	font-size: .6em;
}
#tab02 .area ul li img {
	width: 100%;
	height: auto;
}
	.btn01 a{
		width: 50%;
		font-size: .9em;
	}
}
@media screen and (max-width : 375px ){
	h3 span{
		font-size: .8em;
	}
	h3 {
		font-size: .7em;
	}
	h8,h9 {
		font-size: 3.5vw;
	}
	#headwrap #head {
    height: 56px;
	}
	#headwrap #head #info p em{
		font-size: 1.2em;
	}
	#headwrap #head #info img {
		width: 6%;
	}
	.imgR p {
		font-size: .8em;
	}
	.imgL ul li{
	padding: 0 1px 2px;
    font-size: .65em;
	font-weight: bold;
	margin-left: 3em;
}
	ol li{
		margin: 0 10px;
}
	.threeColInner div {
		width: 70%;
	}
	.fourColInner div{
	    width: 36%;
}
	.box02 {
    height: 13em;
	}
	.box03 p {
		padding: 0;
	}
	#tab .tab, .tab li, .tab li a {
		padding: 2px;
	}
	#tab02 .tab li {
	width: 45%;
	}
	#tab02 .area ul li {
		width: 31.5%;
		margin: 0 .2em 0 .2em;
	}
	.btn01 a{
		font-size: .7em;
	}
	.kiyaku ol li {
		font-size: 3.5vw;
	}
	.syncer-acdn-faq dt,.syncer-acdn-faq dd {
		font-size: 3.5vw;
	}
}
@media screen and (max-width:320px) {
	header {
		height: 5em;
	}
	h3 span {
		font-size: .7em;
	}
	 ul h6 {
		font-size: .8em;
	}
	h8,h9 {
		font-size: 3.8vw;
	}
	#headwrap #head {
    height: 50px;
	}
	#headwrap #head #logo{
		padding: 0;
	}
	#headwrap #head #info p em{
		font-size: .8em;
	}
	#headwrap #head #info img {
		width: 5%;
	}
	.imgR P {
		font-size: .73em;
	}
	.imgL {
		margin-bottom:30px;
		width:100%;
		text-align:center;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}
	.imgL ul{
		text-align:left;
	}
	.imgC h4 {
		font-size: .8em;
	}
	ol li {
		text-align: left;
		margin-left: 0;
	}
.threeColInner div {
		width: 80%;
	}
.fourCol .fourColInner div {
	width:33%;
}
.box {
	padding: 1em;
}
.box02 {
    height: 10em;
	}
	.box02 h3 {
		font-size: .8em;
	}
	#mainvisualwrap {
	margin-top: .5em;
	}
	#tab02 .tab li {
	width: 45%;
	}
	#tab02 .area ul li {
		width: 31%;
	}
	.btn01 a{
		font-size: .6em;
	}
	.kiyaku ol li {
		font-size: 3.8vw;
	}
	.syncer-acdn-faq dt,.syncer-acdn-faq dd {
		font-size: 3.8vw;
	}
}


