@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*reset css
---------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 16px;
	-webkit-text-size-adjust: 16px;
	-ms-text-size-adjust: 16px;
}
@media screen and (max-width: 640px) {
html {
	width:100%;
  }
}
body{
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	background-color:#FFFFFF;
	color: #333;
	font-size: 120%;
	word-wrap: break-word; 
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	text-align: center;
		background-image:url(../img/body.png);
		background-position: center top;
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-attachment: fixed;
	
}
@media screen and (max-width: 640px) {
body {
	font-size: 100%;
  }	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
u {
   text-decoration: none;
   border-bottom: 1px solid;
}
/*テキスト関連*/
p { margin-top: 0; margin-bottom: 0 ;  padding-bottom:0px;
}
a {
	color: #0044CC;
}
a:hover {
	color:#ED6152;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

/*レスポンシブの設定
---------------------------------------------------------------------------*/
/* PC・大型タブレット用 */
.wrapper {
	color: #333;
	font-size: 90%;
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
}
.wrapper2 {
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
	background-color: #313636;
}
.hwrapper {
	color: #333;
	font-size: 150%;
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
    font-weight:bold;
}
.contents-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
	background-color: #FFFFFF;
}
.form-wrapper {
	height: auto;
	margin: 0px auto;
	padding: 10px 15px 0px 15px;
}
.inner {
	padding:20px 50px;
	text-align:left;
}
.inner840 {
	padding:20px 60px;
	text-align:left;
}
.inner820 {
	padding:20px 70px;
	text-align:left;
}
.inner800 {
	padding:20px 80px;
	text-align:left;
}
.inner780 {
	padding:20px 90px;
	text-align:left;
}
.inner760 {
	padding:20px 100px;
	text-align:left;
	}
.inner600 {
	padding:20px 180px;
	text-align:left;

}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.wrapper,.contents-wrapper {
	width: 100%;
	line-height:150%;
}
.form-wrapper {
	width: 100%;
}
.inner, .inner840, .inner820 , .inner800 , .inner780 , .inner760  {
	padding:10px 15px;
	text-align:left;
}
}
 
/*画像の設定
---------------------------------------------------------------------------*/
/*空白消し*/
img{
	margin: 0;
	padding: 0;
	display: block;
}
/*画像切り替え*/
.pc-img { display: block;}		
.sp-img { display: none;}	
@media only screen and (max-width: 768px) {
.pc-img { display: none;}	
.sp-img { display: block;}	
}
/*イメージカット用スケーリング*/
.rs-img { 
    max-width:100%;
	height:auto;
}		
@media only screen and (max-width: 768px) {
.rs-img { 
    width:38%;
	height:auto;
}
}
/*スケーリング*/
.scaling{
	max-width:100%;
	height:auto;
}
.scaling2{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*左寄せ左右マージン2em*/
.img-left01 {
  float: left;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左右マージン2em*/
.img-right02 {
  float: right;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*高さ中央ぞろえ*/
.demo p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*丸く切り抜く*/
.maru {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
}
/*角丸*/
.kadomaru {
    border-radius: 10px;
    -moz-border-image: border-radius: 10px;
    -webkit-border-image: border-radius: 10px;
}
/*動画の設定
---------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 固定ヘッダー 
----------------------------------------------------------- */  
div#header  {  
    width: 100%;  
	height: 60px;
	background-color:  rgba(51,51,51,0.90);
    position: fixed;  
    background-position: center center;
	background-position: 50% 0%;
	z-index: 9999;
	color: #ffffff;
}  
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  
.header-wrapper{
padding: 10px 0px;
line-height: 180%;
text-align: center;
}
.header-wrapper2{
height: 60px;
}
.header-wrapper span{
color: #FFCC00;
font-size: 150%;
}
@media only screen and (max-width: 768px) {
div#header  {  
	height: 35px;
}  
.header-wrapper{
padding: 5px 0px;
font-size: 90%;
}
.header-wrapper span{
color: #FFCC00;
font-size: 120%;
}
.header-wrapper2{
height: 35px;
}
}
/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents { display: block;}		
.sp-contents { display: none;}	
@media only screen and (max-width: 768px) {
.pc-contents { display: none;}	
.sp-contents { display: block;}	
}
/*コンテンツの背景（スクロール）*/
.bg_01{
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	text-align: center;
}
.bg_02{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #FFFFFF;
	text-align: center;
}
.bg_03{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #32ADBD;
	text-align: center;
}
.bg_04{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/bg03.jpg);
	text-align: center;
}
/*コンテンツの背景（固定）*/
.bg-fix_01{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg.png);
	text-align: center;
}
@media only screen and (max-width: 768px) {
.bg-fix_01{
background-color: #ffffff;
background-image: none;
}
}

.bg-fix_02{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg02.png);
	text-align: center;
}

/*コンテンツ*/

.pc-contents_03{
    height: 1024px;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/tomeru.png);
	text-align: center;
}


/*段落設定
---------------------------------------------------------------------------*/
.dr { 
  padding-left: 1em;
  text-indent: -1em;
} 
/*区切り線
---------------------------------------------------------------------------*/
hr.line01{
	border-top: 1px solid #8c8b8b;
}
hr.line02 {
	border-top: 3px double #8c8b8b;
}
hr.line03 {
	border-top: 1px dashed #8c8b8b;
}
hr.line04 {
	border-top: 1px dotted #8c8b8b;
}
hr.line05 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
hr.line06 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}
hr.line07 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}
hr.line08 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}
hr.line09 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.line10 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
/*イグジットポップアップ
---------------------------------------------------------------------------*/
.stick_block_layer {
	background-image: url("../img/back/exitpopup_bg.png");
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.stick_popup {
	height: 540px;
	width: 960px;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #f2f2f2;
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s;
	background-image:url(../img/popup/popup_bg.png);
	text-align: center;
}
.stick_content {
	padding: 370px 0px 0px 0px;
}
.stick_close {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	font-family: Arial;
	font-size: 36px;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
/* 
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes zoomin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}	
}
@keyframes zoomin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	} 
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
input.popup {
    color: #4797BC;
    font-weight: bold;
    width: 100%;
}
input.popup2::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input.popup2:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input.popup2::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
/*カウントダウンタイマー
---------------------------------------------------------------------------*/
/*タイマー背景*/
.timer-inner {
	margin-top: 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
	box-shadow:0px 0px 5px 2px #777777 inset;
	border: 2px #585858 solid;　/* ボーダーライン */ 
	border-radius: 5px;        /* CSS3角丸 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #474747), color-stop(0.14, #000));
    background: -webkit-linear-gradient(top, #000 14%, #474747 100%);
    background: -moz-linear-gradient(top, #000 14%, #474747 100%);
    background: -o-linear-gradient(top, #000 14%, #474747 100%);
    background: -ms-linear-gradient(top, #000 14%, #474747 100%);
    background: linear-gradient(to bottom, #000 14%, #474747 100%);
}
ul.cd-timer{
  padding: 0px 15px;
}
ul.cd-timer li{
  display: inline-block;
  max-width: 100%;
  margin-bottom:0px;
  line-height:140%;
  vertical-align: top;
  color: #ffffff;
  padding: 20px 0px 0px 0px;
	font-weight: bold;
}
ul.cd-timer li p{
  font-size: 26px;
  padding: 3px 0px 0px 0px;
  line-height:120%;
	font-weight: bold;

}
ul.cd-timer li span{
      padding: 0px;
}
@media only screen and (max-width: 768px) {
.timer-inner {
  padding: 0px 5px 0px 5px;
}
ul.cd-timer li p{
  font-size: 17px;
  padding: 14px 0px 0px 0px;
}
ul.cd-timer li{
  padding: 0px 0px 0px 0px;
  line-height:140%;
}
}
/*タイマーフォント*/
@font-face {
	font-family: 'sa-digital-number';
	src: url('../fonts/sa-digital-number.eot');
}
@font-face {
	font-family: 'sa-digital-number';
	src: url('../fonts/sa-digital-number.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*タイマー数字*/
.countdown{
	padding:0px;
	background-color:#000;
	color:#0071BC;
	font-weight: bold;
}
.yycountdown-box{
	padding:0px 0px 18px 0px;
	font-size:36px;
	color:#0071BC;
	margin:0px;
	font-weight: bold;
}
.timer .yycountdown-box .yyc-day{
	font-size:36px;
	color:#ffffff;
	font-family: 'sa-digital-number';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
.timer .yycountdown-box .yyc-hou{
	font-size:36px;
	color:#ffffff;
	font-family: 'sa-digital-number';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
.timer .yycountdown-box .yyc-min{
	font-size:36px;
	color:#ffffff;
	font-family: 'sa-digital-number';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
.timer .yycountdown-box .yyc-sec{
	font-size:36px;
	color:#ffffff;
	font-family: 'sa-digital-number';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
.timer .yycountdown-box .yyc-day-text,
.timer .yycountdown-box .yyc-hou-text,
.timer .yycountdown-box .yyc-min-text,
.timer .yycountdown-box .yyc-sec-text{
	font-size:28px;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	vertical-align: 0px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
.yycountdown-box{
	padding: 3px 0px 10px 0px;
	font-size:24px;
}
.timer .yycountdown-box .yyc-day{
	font-size:24px;
	vertical-align: -5px;
}
.timer .yycountdown-box .yyc-hou{
	font-size:24px;
	vertical-align: -5px;
}
.timer .yycountdown-box .yyc-min{
	font-size:24px;
	vertical-align: -5px;
}
.timer .yycountdown-box .yyc-sec{
	font-size:24px;
	vertical-align: -5px;
}
.timer .yycountdown-box .yyc-day-text,
.timer .yycountdown-box .yyc-hou-text,
.timer .yycountdown-box .yyc-min-text,
.timer .yycountdown-box .yyc-sec-text{
	font-size:18px;
	vertical-align: -7px;
}
}


.timebk{
	padding:20px 0px 20px 0px;
	font-size:36px;
	background-color:#333;
	color:#FFF;
	margin:0px;
}
.time01{
	padding:10px 0px 0px 0px;

}
.time02{
background-color: #c90071;
	
}
.form01 {
	padding:30px 0px 30px 0px;
	color:#FFF;
	font-weight: bold;
	font-size: 200%;
	 line-height:140%;
}
.form02 {
color: #42B2FC;
	font-weight: bold;
}
/*デザインフレーム
---------------------------------------------------------------------------*/
.d-frame01 {
   background-image: url('../img/toku_02.png') ;
   height: auto;
   background-size: contain;
   padding: 0px 80px 0px 80px; 
}
@media screen and (max-width: 768px) {
.d-frame01 {
   padding: 0px 40px 0px 40px; 
}
}
.d-frame02 {
   background-image: url('../img2/d-flame02_02.png') ;
   height: auto;
   background-size: contain;
   padding: 0px 70px 0px 70px; 
}
@media screen and (max-width: 768px) {
.d-frame02 {
   padding: 0px 40px 0px 40px; 
}
}
/*フッター
---------------------------------------------------------------------------*/
div#footer{
    background-color: #32ADBD; 
	text-align: center;
	font-size: 88%;
}
.message{
	line-height: 140%;
	padding-top: 10px;
	color: #ffffff;
}
.copyright{
	line-height: 140%;
	padding-bottom: 20px;
	color: #ffffff;
}
/*固定フッター*/
.footer {
	text-align: center;
	}
.footer-top {
	background-position: center top;
	background-position: 50% 0%;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height: auto;
	padding: 20px 0px;
	background-color: #333333;
	color: #ffffff;
	z-index: 9999;
	}
.footer-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}
.footer-top.static {
	position:static;
	}
@media screen and (max-width: 768px) {
.footer-wrapper {
	width: 100%;
}
}
/*フッターアコーディオン
---------------------------------------------------------------------------*/
.footer-accordion{
    width:100%;
    min-width:270px;
	padding: 20px 0px 0px 0px;
    margin: 0 auto;
}
.footer-accordion a{
	color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}
.footer-accordion ul li{
    overflow: hidden;
}
.footer-accordion ul li:first-child{
    border-top:none;
}
.footer-accordion ul li > a{
    display: block;
	position: relative;
}
.footer-accordion ul li > a:hover{
    color: #2473EC;
}

.footer-accordion ul li.footer-open > a{
    color: #FFFFFF;
}
.footer-accordion ul li.footer-open > a:hover{
    color: #2473EC;
}
.footer-content{
    padding: 5px 0px 0px 0px;
}
.footer-content p{
    font-size:  16px;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
@media screen and (max-width: 320px){
	.footer-accordion ul li > a{
		font-size:36px;
	}
}

/*特定商法のテーブル
---------------------------------------------------------------------------*/
.tokusyo{
	/* max-height: 560px; */
	/* overflow-y:scroll; */
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.tokusyo th{
	padding: 5px 10px;
 color: #ffffff;
border: 1px solid #999999;
}
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #666666;
  text-align:left;
  background-color: #ffffff;
  color: #333333;
  line-height: 140%;
}
table.tokusyo th {
  background-color: #3F3F3F;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
.tokusyo{
	max-height: 380px;
}	
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}
/*テキストボックス
---------------------------------------------------------------------------*/
.textbox{
    padding:0px;
    max-height:120px;
    width:100%;
   /*  overflow-y:scroll;  */
}

/*見出し
---------------------------------------------------------------------------*/
.title-red001 {
border-bottom: 1px solid #ff0000;
border-left: 10px solid #ff0000;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-red002 {
border-bottom: 1px solid #b20000;
border-left: 10px solid #b20000;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-black001 {
border-bottom: 1px solid #c0c0c0;
border-left: 10px solid #c0c0c0;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-black002 {
border-bottom: 1px solid #696969;
border-left: 10px solid #696969;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-orange001 {
border-bottom: 1px solid #ffa500;
border-left: 10px solid #ffa500;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-orange002 {
border-bottom: 1px solid #ff4500;
border-left: 10px solid #ff4500;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-yellow001 {
border-bottom: 1px solid #ffff00;
border-left: 10px solid #ffff00;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-yellow002 {
border-bottom: 1px solid #ffd700;
border-left: 10px solid #ffd700;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-green001 {
border-bottom: 1px solid #008000;
border-left: 10px solid #008000;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-green002 {
border-bottom: 1px solid #556b2f;
border-left: 10px solid #556b2f;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-blue001 {
border-bottom: 1px solid #0000cd;
border-left: 10px solid #0000cd;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-blue002 {
border-bottom: 1px solid #000080;
border-left: 10px solid #000080;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-purple001 {
border-bottom: 1px solid #800080;
border-left: 10px solid #800080;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-purple002 {
border-bottom: 1px solid #4b0082;
border-left: 10px solid #4b0082;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-pink001 {
border-bottom: 1px solid #ffc0cb;
border-left: 10px solid #ffc0cb;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}
.title-pink002 {
border-bottom: 1px solid #ff1493;
border-left: 10px solid #ff1493;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}

.title-white001 {
border-bottom: 1px solid #ffffff;
border-left: 10px solid #ffffff;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}

.title-white002 {
border-bottom: 1px solid #f5f5f5;
border-left: 10px solid #f5f5f5;
text-align: left;
margin: 0px;
padding: 2px 2px 2px 8px;
}

.title-cut-white{
	position:relative;
	padding:5px;
	text-align:center;
	color:#655;
	border-top:1px dashed #aaa;
	background-color:#FFF;
	border-bottom:1px dashed #aaa;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

.title-cut-gray{
	position:relative;
	padding:5px;
	text-align:center;
	color:#655;
	border-top:1px dashed #aaa;
	background-color:#f5f5f5;
	border-bottom:1px dashed #aaa;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

.title-cut-black{
	position:relative;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	border-top:1px dashed #aaa;
	background-color:#333333;
	border-bottom:1px dashed #aaa;
}
.title-fukidashi {
	background: #1d8ade; 
	margin:0 0 0 0;
	padding:12px 20px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-left:1px solid #036;
	border-top:1px solid #036;
	box-shadow:inset 1px 1px 4px #036;
	}
 
.title-fukidashi:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #1d8ade transparent transparent transparent ;
	border-style:solid;
	border-width:15px;
	}

.title-fukidashi-black{
	position:relative;
	padding:5px 20px;
	color:#333;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.title-fukidashi-black:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
.title-fukidashi-black:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}


.title-fukidashi-red{
	position:relative;
	padding:5px 20px;
	color:#b20000;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#b20000 solid 3px;
	border-bottom:#b20000 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.title-fukidashi-red:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#b20000;
}
.title-fukidashi-red:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

.title-silver{
	position:relative;
	margin:0px;
	padding:15px 10px 10px 30px;
	color:#666;
	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
}
.title-silver:before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
.title-silver:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}

.title-square01{
    position: relative;
    margin: 0 0 0em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
}
 
.title-square01:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
.title-square01:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

.title-square02{
    position: relative;
    margin: 0 0 0em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
 
.title-square02:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.title-square02:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.title-blackred {
    position: relative;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
}

.title-blackred:before {
    position: absolute;
    top: -14px;
    left: 0px;
    width: 4px;
    height: 10px;
    background: #CC3300;
    content: "";
}

.title-blackred:after {
    position: absolute;
    top: -4px;
    left: 0;
    width: 4px;
    height: 33px;
    background: #003300;
    content: "";
}

.title-fusen {
	margin:0 0 0 0;
	padding:15px 20px;
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
.title-fusen:before,
.title-fusen:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:7px;
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	background-color: #F00;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.title-fusen:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

.title-bluemeta {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 0 0;
	padding:15px 20px;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	}
/*
/*アイコン
---------------------------------------------------------------------------*/
.check1 {
	background-image: url('../img/back/check1.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check2 {
	background-image: url('../img/back/check2.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check3 {
	background-image: url('../img/back/check3.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check4 {
	background-image: url('../img/back/check4.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check5 {
	background-image: url('../img/back/check5.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check6 {
	background-image: url('../img/back/check6.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check7 {
	background-image: url('../img/back/check7.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.check8 {
	background-image: url('../img/back/check8.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img1 {
	background-image: url('../img/back/icon-img1.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img2 {
	background-image: url('../img/back/icon-img2.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img3 {
	background-image: url('../img/back/icon-img3.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img4 {
	background-image: url('../img/back/icon-img4.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img5 {
	background-image: url('../img/back/icon-img5.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img6 {
	background-image: url('../img/back/icon-img6.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img7 {
	background-image: url('../img/back/icon-img7.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img8 {
	background-image: url('../img/back/icon-img8.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img9 {
	background-image: url('../img/back/icon-img9.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
.icon-img10 {
	background-image: url('../img/back/icon-img10.png') ;
	background-repeat: no-repeat;
	padding: 1px 0px 8px 32px;
	font-size: 22px;
}
/*ポラロイド
---------------------------------------------------------------------------*/
.photo {
	padding: 8px;
	border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin:5px 15px;
	max-width:100%;
	height:auto;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
}

/*ギャラリーイメージ
---------------------------------------------------------------------------*/
.gallery-box{
	max-width:100%;
	height:auto;
}
ul.gallery { 
	list-style: none;
}
ul.gallery li p {
	position: relative;
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
}	
	ul.gallery li p.pic-1 {
		z-index: 1;
		-webkit-transform: rotate(-10deg);
 		-moz-transform: rotate(-10deg);
		
	}
	ul.gallery li p.pic-2 {
		z-index: 5;
		-webkit-transform: rotate(-3deg);
 		-moz-transform: rotate(-3deg);
	}
	ul.gallery li p.pic-3 {
		z-index: 3;
		-webkit-transform: rotate(4deg);
 		-moz-transform: rotate(4deg);
	}
	ul.gallery li p.pic-4 {
		z-index: 4;
		-webkit-transform: rotate(14deg);
 		-moz-transform: rotate(14deg);
	}
	ul.gallery li p.pic-5 {
		z-index: 2;
		-webkit-transform: rotate(-12deg);
 		-moz-transform: rotate(-12deg);
	}
	ul.gallery li p.pic-6 {
		z-index: 6;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	}
	
	ul.gallery li p:hover {
		z-index: 10;
		-moz-box-shadow: 3px 5px 15px #333;
	}
	
	.law {
	background-color: #32ADBD;
}
	
	

/*レスポンシブテーブル
---------------------------------------------------------------------------*/
/*1行*/
table.one {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.one th,
table.one td {
  padding: 5px 10px;
  text-align:left;
  width: 50%;
}


@media screen and (max-width: 768px) {
table.one {
  }
table.one td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.one th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}
/* 

