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


/* -----------------------------------------------------------
	リセットCSS
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}


/* -----------------------------------------------------------
	共通
------------------------------------------------------------*/

article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* 01. default-style
   ========================================================================== */

html {
	color: #666;
	background: #ffffff;
	overflow-y: scroll;
}

body {
	min-width: 1215px !important;
-webkit-text-size-adjust: 100%;
}

* {
	font-size: 0.9em;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
	color: #6B9F07;
	text-decoration: none;
}

a:visited {
	color: #114663;
}

a:hover {
	color: #000;
}

a img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
 -webkit-transition: .5s;
transition: .5s;
}

#block01,#block02,#block03,#block04,#block05,#block06,#block07,#block08,#block09,#block10 {
padding-top: 40px;
margin-top: -40px;
}

.act {
position: absolute;
}
article .article-title {
position: relative;
height: 130px;
background: #8AC727;
clear:both;
}

article .article-title h2 {
left: 0;
right: 0;
bottom:-6px;
margin: auto;
z-index: 2;

}

article .article-title .ico_cc {
top: -80px;
z-index: 3;
}

article .article-title .ico_arrow {
left: 0;
right: 0;
top: 100%;
margin: auto;
z-index: 1;
}


/* 02. multi-class
   ========================================================================== */


.clear {
	clear: both;
}

.center {
	text-align: center !important;
}

/*creafix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sp {
display: none;
}

.fl-left {
float: left;
}

.fl-right {
float: right;
}

#yaji {
	background-image: url(../img/arrow09.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* header
   ========================================================================== */

.headerArea {
	height: 128px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.header {
	min-width: 1100px;
	background: #000;
	border-top:solid #84C023 4px;
}

.header_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.logo {
	float: left;
}

.header_tel {
	float: left;
	margin: 0 0 0 22px;
}


.navigation {
width: 100%;
margin: 0 auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
border-top:solid #ccc 1px;
border-bottom:solid #ccc 1px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.50, #eee),color-stop(0.50, #eee),to(#fff));
opacity: 0.95;
}

.navigation ul {
width: 1000px;
margin: 0 auto;
border: 1px solid #d7d4d4;
border-bottom:none;
border-top: none;
overflow: hidden;
position: relative;
}

.navigation li {
float: left;
font-size: 14px;
line-height: 50px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.navigation li a {
color: inherit;
display: block;
padding: 0 15.8px;
font-weight: bold !important;
border-right: 1px solid #d7d4d4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.navigation li a:hover {
 -webkit-transition: .5s;
transition: .5s;
background: #ddd;
}

.navigation li.last-child a {
border-right: none;
}

.navigation li.last-child {
position: absolute;
right: 0;
}


/* contents
   ========================================================================== */

#contents {
width: 100%;
margin-top: 130px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#contents h2 {
text-align: center;
}

#contents p {
/*font-weight: bold;*/
line-height: 180%;
}

#contents p span {
font-weight: inherit;
}

.inner {
width: 1000px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}



/* footer
   ========================================================================== */
footer {
  background: #fff;
  clear:both;
}


footer ul {
  text-align: center;
  font-size: 0;
  padding: 30px 10px;
}

footer ul li {
  display: inline-block;
  font-size: 16px;
}


footer ul li::after {
  content: "|";
  padding: 0 40px;
}

footer ul li:last-child::after {
  content: "";
  padding-right: 0;
}

footer ul li:fisrt-child::after {
  padding-left: 0;
}

footer ul li a:hover {
  text-decoration: underline;
}

#copy {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  line-height: 1.3;
  font-size: 14px;
}

#pagetop {
  position: fixed;
  right: 1.34%;
  bottom: 1.34%;
  z-index: 1000;
  display: block;
}

#pagetop a {
  display: inline-block;
  background: #84BE23;
  border-radius: 5px;
  padding: 15px 10px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: -.05em;
  -webkit-transition: .4s;
  transition: .4s;
}

#pagetop span {height:25px; width:40px; display:block; position:relative;overflow:hidden; margin: 0 auto 5px;}

#pagetop span:before{content:''; height:20px; width:20px; display:block; border:5px solid #fff; border-left-width:0; border-bottom-width:0; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);;position:absolute; top:7px; left:7px;}

#pagetop a:hover {
  opacity: .9;
}



/* メイン画像
   ========================================================================== */

#main_bg{
	width:100%;
	background: url(../img/bg04.png) repeat;
}

#main {
width: 1200px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: -5px auto;
padding: 10px 0 5px;
background: url(../img/main_bg.png) no-repeat right top;
}

#main h2 {
text-align: left;
margin: 0 auto 25px 100px;

}
#main h3{
text-align: left;
margin: 0 auto 25px 100px;
}

#main ul {
margin: 0 auto 0 100px;
}

#main li {
float: left;
margin-right: 10px;
}



.topbox {
  position   : relative;
  max-width  : 1200px;
  height     : 210px;
  margin     : auto;
  overflow   : hidden;

}

.topbox .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 15s infinite;   /* 4画像 × 各5s = 20s */
}

.topbox .src1 {
	
}
.topbox .src2 {
  animation-delay  : 5s;
}
.topbox .src3 {
  animation-delay  : 10s;
}
.topbox .src4 {
  animation-delay  : 15s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  55% { opacity: 0; }
 100% { opacity: 0; }
}
   


/* inquiry お問い合わせ（PCのみ）
   ========================================================================== */

.inquiry {
	margin: 0 auto 20px;
	background-color: #F7F7F7;
	padding:15px 0 0 0;
	clear:both;
}

.inquiry-txt {
width: 100%;
color: white;
font-size: 26px;
/*font-weight:bold;*/
text-align: center;
padding: 5px 10px;
background: #84C023;
border-radius: 50px;

}
.inquiry_tel {
width: 570px;
margin: 15px auto 20px 10px;
text-align: center;
float: left;
border-right:#CCC 1px dotted;
padding-right:25px;
}

.inquiry_form {
width: 385px;
margin: 20px 0 20px 0;
text-align: center;
float: right;
}

.inquiry_form_txt {
margin: 0 0 5px 0;
}

.inquiry-info {
padding: 15px 0;
background: #f0eeee;
}

.inquiry-info p {
width: 1000px;
margin: 0 auto;
font-size: 17px;
}


.inquiry-top {
  padding: 5px 0;
  float:right;
}
.inquiry-top img{
	width: 200px;
}




/* data-chart データ資料
   ========================================================================== */
.data-chart {
	padding: 25px 0;
}
.data-chart > div {
	display: flex;
	justify-content: center;
	align-items: center;
	/*max-width: 1100px;*/
	margin: 0 auto;
}
.data-chart > div img {
	width: 100%;
}
.data-chart > div > div:first-child {
	margin-right: 6.4%;
}
.data-chart > div > div:first-child figure {
	margin-bottom: 30px;
}
.data-chart > div > div:first-child p {
	background: #fff;
	border: 1px solid #e3c6b5;
	text-align: center;
	padding: 20px 10px;
}


/* number 件数実績
   ========================================================================== */
.number {
	background: url(../img/bg01.png) repeat;
}
.number > figure:first-of-type {
	margin: 50px 0;
}
.number > figure:first-of-type img {
	width: auto;
	margin: 20px auto;
}
#number-dd {
	padding: 25px 0;
}
#number-dd p{
	font-size:18px;
}
#number-dd p span{
	color:#FF6600;
	font-weight:bold;
}
#number-dd > div {
	display: flex;
	justify-content: left;
	align-items: left;
	max-width: 1200px;
	margin: 0 auto;
	color:#ddd;
}
#number-dd > div img {
	width: 100%;
}
#number-dd > div > div:first-child {
	margin-right: 2.4%;
}
#number-dd > div > div:first-child figure {
	margin-bottom: 5px;
}
#number-dd > div > div:first-child p {
	background: #fff;
	border: 1px solid #e3c6b5;
	padding: 5px 5px;
	font-size:12px;
	line-height:16px;
	border-radius: 5px;
	color:#56391D;
}

/* area 対応可能エリア
   ========================================================================== */
.area {
	padding: 25px 0;
	background: url(../img/bg02.png) repeat;
}
.area > div {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.area > div img {
	width: 100%;
}
.area > div > div:first-child {
	margin-right: 6.4%;
}
.area > div > div:first-child figure {
	margin-top:-90px;
	margin-bottom: 5px;
}

.area > div > div:first-child p {
	
}

.area > div > div:first-child p.tit{
color: #000;
font-size: 18px;
font-weight:bold;
}
.area > div > div:first-child p.tit span{
font-size: 26px;
color: white;
padding: 5px;
background: #000;
border-radius: 3px;
line-height:180%;
}
.area > div > div:first-child p.txt {
	color:#fff;
	font-size:18px;
	border-top:#CCC dotted 1px;
	padding-top:8px;
	margin-top:8px;
}

p.txt span{
	color:#FF0;
	font-weight:bold !important;
}

/* chach　お困りお悩み
   ========================================================================== */

.chach {
	padding: 10px 0 0;
	background-image:url(../img/bg002.png);
	background-attachment: fixed;/*背景固定 css*/
background-color:#42231A;
margin-bottom:80px;
}

.chach h2 {
margin-top:-80px;
}

.chach h3 {
margin-bottom: 8px;
}

.chach p + p {
margin-top: 5px;
}

/*.chach li {
font-size: 24px;
padding: 0 0 10px 40px;
margin-bottom: 20px;
background: url(../img/chach02.png) no-repeat left top;
background-size:30px;
border-bottom: 1px dotted #777;
color:#ddd;
}
*/

.chach li:last-of-type {
/*border-bottom: none;*/
margin-bottom: 100px;
}

.chach li span {
background-image:url(../img/wave.png);
	background-size: 10px;
	background-repeat: repeat-x;
	background-position: bottom;
}



.chach-box01 {
max-width: 1000px;
margin: 0 auto;
padding: 15px;
/*border: 1px solid #aaa;*/
position: relative;
background-color:#FFF;
background: url(../img/chach08.png) no-repeat center bottom;
}

.chach-box02 {
max-width: 1200px;
padding-bottom: 20px;
margin: 0 auto 0;
background: url(../img/chach09.png) no-repeat right bottom;
background-size:42%;
/*background-size: contain;*/

}

.chach-box02 h3 {
text-align: left;
}

.chach-box02 p {
width: 67%;
font-size: 18px;
color:#ddd;
}

.www {
width: 57%;
font-size: 18px;
color:#ddd;
}
.www span{
color:#FF7979;
font-weight:bold;
}

.chach-box03 {
max-width: 1200px;
margin: 0 auto;
padding: 5px;
border: 1px solid #aaa;
border-radius: 5px;
position: relative;
background: url(../img/bg10.png) no-repeat right bottom;
background-size:20%;
background-color:#42231A;
opacity:0.80;
}
.chach-box03 h3 img{
	width:100%;
}

.chach-box03:after {
position: absolute;
content: "";
display: block;
width: 200px;
height: 60px;
left: 0;
right: 0;
top: 100%;
margin: auto;
background: url(../img/arrow09.png) no-repeat center bottom;
background-size: contain;
}


.chach-box03 ul {
width:100%;
display: flex;
  flex-wrap: wrap;

}
.chach-box03 ul > li {
	background: url(../img/chach10.png) no-repeat 10px 20px;
background-size:60px;
padding: 10px ;
margin-bottom: 5px;
width:46%;
float:left;
 margin-right: 2%;
/*border-bottom: 1px dotted #777;*/
}
.chach-box03 ul > li:nth-child(2n) {
  margin-right: 0;
}
.chach-box03 ul li .q{
margin: 0 0 0 70px;
border-bottom: 1px dotted #FF7979;
color:#FF7979;
font-size:20px;
font-weight:bold;
}

.chach-box03 ul li .a{
padding: 0 0 0 60px;
margin-left:60px;
background: url(../img/chach11.png) no-repeat left 3px;
background-size:50px;
color:#ddd;
font-size:18px;
}



/* reason 選ばれる理由
   ========================================================================== */

.reason {
padding: 30px 0;
background: url(../img/bg05.png) repeat;
}
.reason h2 {
margin-bottom: 2px;
}
.reason p{
	font-size:18px;
}
.reason p span{
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold !important;
}
.reason ul {
margin: 20px auto;
}

.reason li {
width: 33%;
float: left;
/*min-height: 100%;*/
border-right: 1px solid #CCC;
}

.reason li.last-child {
border-right: none;
padding-right: 0;
}
.reason li.last-child2 {
border-right: none;
padding-right: 0;
}
.reason li img {
display: block;
margin: 0 auto 20px;
width:310px;
}
#blue{
border:#50A1BE 2px solid;
}
#green{
border:#8AC727 2px solid;
}
.reason li p {
width: 90%;
margin: 0 auto;
font-size: 16px;
}
.reason li p span{
	background-color:#FC3;
}



/* voice　お客様の声
   ========================================================================== */

.voice {
padding: 30px 0;
background: url(../img/bg07.png) repeat;
overflow: hidden;
}

.voice h2 {
margin-bottom: 2px;
}

.voice p{
	font-size:18px;
	padding-bottom:10px;
}

.voice p span{
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold !important;
}

.vo {
padding: 8px 15px;
margin: 0 3px 10px 3px;
border-radius: 5px;
border: 1px solid #cecccc;
background:#FFF;
width:45%;
float:left;
}

.vo img {
width: 30%;
display: block;
margin: 0 auto;
}
.vo-info-l,
.vo-info-r {
width: 100%;
min-height:400px;

}

.vo-info-l h3,
.vo-info-r h3 {
color: white;
font-size: 20px;
font-weight: bold;
padding: 5px 20px 3px;
margin-bottom: 20px;
/*background: url(../images/bg01.png);*/
background-color:#50A1BE;
border-radius: 5px;
position: relative;
}

.vo-info-l h3 span,
.vo-info-r h3 span {
display: inline-block;
position: absolute;
right: 20px;
padding-right: 5px;
font-size:12px;
line-height: 250% !important;
}

.vo-info-l p.vo-catch,
.vo-info-r p.vo-catch {
font-size: 22px;
margin-bottom: 20px;
line-height: 130% !important;
float:left;
font-weight:bold;
color:#50A1BE;
}

.vo-info-l p.vo-txt {
width: 64%;
margin: 0 auto;
line-height: 200%;
float:left;
font-size:16px;
display: inline-block;
position: relative; 
padding: 17px 13px;
border-radius: 12px;
background: #edf1ee;
}
.vo-info-r p.vo-txt {
width: 64%;
margin: 0 auto;
line-height: 200%;
float:right;
font-size:16px;
display: inline-block;
position: relative; 
padding: 17px 13px;
border-radius: 12px;
background: #edf1ee;
}

.vo-info-l p.vo-txt:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #edf1ee;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.vo-info-r p.vo-txt:after {
     content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}



.vo-info-l p.vo-txt span,
.vo-info-r p.vo-txt span {
	font-weight:bold !important;
	color:#50A1BE;
}



/* plan　プラン／料金
   ========================================================================== */

.plan {
padding: 30px 0;
background: url(../img/bg06.png) repeat;
overflow: hidden;
}

.plan h2 {
margin-bottom: 20px;
}

.plan p{
	font-size:18px;
	padding-bottom:10px;
}
.plan p span{
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold !important;
}



#plan-txt00 {
padding:3px;
border:#CCC 1px solid;
position:relative;
}
#plan-txt00 img{
	width:100%;
}
.plan-txt01 {
width: 70%;
margin: 0 auto 20px;
color: white;
font-size: 23px;
/*font-weight:bold;*/
text-align: center;
padding: 2px;
/*line-height: 100%;*/
background: #E4471A;
border-radius: 50px;
position:absolute;
top: 68%;
left: 55%;
-ms-transform: translate(-50%,-50%);
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);

}

.plan-txt01 span {
color: #fefb4b;
}

.plan-txt02 {
width: 90%;
font-size: 18px;
margin: 0 auto;
position:absolute;
	bottom:20px;
	left:30px;
}

.plan-txt02 span {
color: #d90101;
}

#CDT{
	color: #fff;
	text-align: center;
	font-size: 14px;
	position:absolute;
	top:-10px;
	right: -30px;
	background: url(../img/plan02.png) no-repeat center top;
	background-size:90%;
	/* background-size:contain;*/
	padding:65px 40px;
}
#CDT .day{
 font-size: 60px;
 font-weight:bold;
 line-height:60px;
 text-shadow: 
0 0 15px #624120, 
0 0 15px #624120, 
0 0 0.30px #624120;
}
#CDT .day::after {
	content: "\A" ;
	white-space: pre ;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 20px;
 line-height:2px;
}


/* プラン詳細 */

.plan-child {
overflow: hidden;
margin-bottom: 5px;
}

.plan-box {
width: 29.5%; /*２分割→46.5%  ３分割→29.5%　分割なし→96.5% */
padding: 2%;
float: left;
border-right: 1px dotted #ccc;
position:relative;
}


.plan-box .check {
	position:absolute; 
	top:0; 
	left:0;
	z-index:3; 
}
.plan-box .check img{
	width:18%;
}
.plan-box.last-child {
border-right: none;
padding-right: 0;
}

.plan-box .plan-light {
overflow: hidden;
margin-bottom: 5px;
padding-bottom:10px;
border: 3px solid #FF7979;
border-radius: 3px;
background:#FFF;
}

.plan-box .plan-standard {
overflow: hidden;
margin-bottom: 5px;
padding-bottom:10px;
border: 3px solid #689A07;
border-radius: 3px;
background:#FFF;
}


.plan-box .plan-full {
overflow: hidden;
margin-bottom: 5px;
padding-bottom:10px;
border: 3px solid #50A1BE;
border-radius: 3px;
background:#FFF;
}

.plan-box p {
text-align: center;
}

.plan-box h3 {
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 10px 0 5px;
}
.plan-light .plan-txt001 {
font-size: 17px;
color: #FF7979;
padding: 8px 15px 3px;
font-weight:bold;
text-align:center;
}
.plan-standard .plan-txt001 {
font-size: 17px;
color: #689A07;
padding: 8px 15px 3px;
font-weight:bold;
text-align:center;
}
.plan-full .plan-txt001 {
font-size: 17px;
color: #50A1BE;
padding: 8px 15px 3px;
font-weight:bold;
text-align:center;
}
.plan-txt002 {
font-size: 16px;
padding: 1px 15px 5px;
margin-bottom: 5px;
margin-top:5px;
}


table.plantb{ 
width: 94%;
border-collapse:collapse;
text-align:center;
margin:3%;
} 
table.plantb th {
	padding: 5px;
	font-weight:bold;
	background-color: #F6F6F6;
	font-size:14px;
	text-align:center;
}
table.plantb .light th {
	color:#FF7979;
}
table.plantb .standard th {
	color:#689A07;
}
table.plantb .full th {
	color:#50A1BE;
}
table.plantb td {
  padding: 3px 10px;
}
table.plantb th, table.plantb td {
  border: solid 1px #ccc;
}


.plan-box ul {
width: 96%;
margin: 10px auto 5px;
padding-bottom:10px;
border-bottom:#CCC dotted 1px;
}

.plan-box li {
font-size: 14px;
text-align: left;
}

.plan-box .plan-txt03 {
font-size: 30px;
color:#ccc;
text-decoration: line-through ;　/*訂正線*/

}

.plan-box .plan-txt03 small {
font-size: 50%;
text-decoration: none;
}

.plan-box .plan-txt04 {
	color: #F30;
	font-size: 25px;
	/*margin-bottom: 10px;*/
	background: url(../img/arrow09.png) no-repeat center;
	background-size:210px;
}


.plan-light .plan-txt05 {
color: #FF7979;
font-size: 17px;
font-weight:bold;
line-height: 230% !important;
}
.plan-standard .plan-txt05 {
color: #689A07;
font-size: 17px;
font-weight:bold;
line-height: 230% !important;
}
.plan-full .plan-txt05 {
color: #50A1BE;
font-size: 17px;
font-weight:bold;
line-height: 230% !important;
}

.plan-light .plan-txt05 span,
.plan-standard .plan-txt05 span,
.plan-full .plan-txt05 span
{
font-size: 45px;
}



.plan-light h3 {
background: #FF7979;
}

.plan-light li:before {
content: "■";
color: #FF7979;
font-size: 16px;
margin-right: 3px;
}
.plan-light li.kk:before{
content: "※";
color: #FF7979;
font-size: 16px;
margin-right: 3px;
}

.plan-standard h3 {
background: #689A07;
}

.plan-standard li:before {
content: "■";
color: #689A07;
font-size: 16px;
margin-right: 3px;
}
.plan-standard li.kk:before {
content: "※";
color: #689A07;
font-size: 16px;
margin-right: 3px;
}

.plan-full h3 {
background: #50A1BE;
}

.plan-full li:before {
content: "■";
color: #50A1BE;
font-size: 16px;
margin-right: 3px;
}
.plan-full li.kk:before {
content: "※";
color: #50A1BE;
font-size: 16px;
margin-right: 3px;
}

.plan-info {
padding: 15px;
background: url(../img/bg01.png);
border-radius: 10px;
margin-bottom: 30px;
}

.plan-txt06 {
font-size: 18px;
padding: 15px;
margin-bottom: 15px;
background: white;
border-radius: 10px;
}

.plan-txt07 {
width: 95%;
margin: 0 auto;
color: #fefdfd;
font-size: 16px;
font-weight: normal !important;
padding: 0 5px 0 22px;
background: url(../img/icon04.png) no-repeat left 5px;
background-size:16px;
}


.service {
padding: 30px 0;
overflow: hidden;
}

.service h2 {
margin-bottom: 2px;
}

.service .inner > p {
/*margin: 0 auto 10px;*/
font-size: 20px;
}

.se {
padding: 15px 15px;
margin: 0 3px 6px 3px;
border: 1px solid #cecccc;
background: url(../img/bg11.png);
width:45%;
float:left;
position: relative;
display: inline-block;
overflow: hidden;
}

.se .tagg {
    position: absolute;
    display: inline-block;
    right: -28px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 18px;
    background: #FF3300;
    width: 100px;
    padding: 3px 10px;
	color:#FFF;
	font-weight:bold;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.se img {
width: 30%;
display: block;
margin: 0 auto;
}
.se-info {
width: 100%;
min-height:330px;
background-color:#fff;
}


.se-info p.se-catch {
font-size: 24px;
margin-bottom: 5px;
line-height: 130% !important;
float:left;
font-weight:bold;
color:#000;
width:91%;
padding:13px;
border-bottom:#CCC dotted 1px;
}
.se-info p.se-catch span{
color:#50A1BE;
font-size: 30px;
}
.se-info p.se-txt {
width: 64%;
margin: 0 auto;
line-height: 200%;
float:left;
font-size:16px;
display: inline-block;
position: relative; 
padding: 5px 13px;

}

.se-info p.se-txt span {
	font-weight:bold !important;
	color:#50A1BE;
}

/* sch スケジュール
   ========================================================================== */
	 
.sch {
padding: 30px 0;
/*background: url(../img/bg08.png) repeat;*/
}
.sch p{
	font-size:18px;
}

.sch p span{
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold !important;
}
.sch ul {
width: 100%;
margin:-5px auto 5px ;
max-width: 1100px;
position: static;
background: url(../img/sch_bg.png) repeat;
background-size:100%;
padding-top:10px;
}

.sch li {
	width: 55%;
	min-height: 100%;
	line-height: 150%;
	/*float: none;*/
	font-weight: bold;
	font-size: 20px !important;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	/*text-align: center;*/
	padding: 15px 10px 10px 39px !important;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	
}

.sch li:nth-child(1) {
background:url(../img/num01.png) no-repeat 10px 16px;
background-size: 25px;
border:#0fb7c6 solid 3px;
color: #0fb7c6 !important;
background-color: #fff;
left:1%; /*左寄せ*/
}

.sch li:nth-child(2) {
background:url(../img/num02.png) no-repeat 10px 16px;
background-size: 25px;
border:#DE7EA6 solid 3px;
color: #DE7EA6 !important;
background-color: #fff;
left: 22.5%;　/*センター*/
}

.sch li:nth-child(3) {
background:url(../img/num03.png) no-repeat 10px 16px;
background-size: 25px;
border:#0fb7c6 solid 3px;
color: #0fb7c6 !important;
background-color: #fff;
left:1%; /*左寄せ*/
}

.sch li:nth-child(4) {
background: url(../img/num04.png) no-repeat 10px 16px;
background-size: 25px;
border:#689A07 solid 3px;
color: #689A07 !important;
background-color: #fff;
left: 44%;　/*右寄せ*/
}

/*.sch li:nth-child(5) {
	left: 1%;
}
*/
.muryou {
	padding:0 30px 20px;
	color: #444;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.muryou span{
	font-size:32px;
	color:#E7320C;
	font-weight:bold;
}
.muryou:before, .muryou:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #bbb;
	display: block;
}
.muryou:before {
	margin-right: .4em;
}
.muryou:after {
	margin-left: .4em;
}

.sch li:nth-child(6) {
background: url(../img/num05.png) no-repeat 10px 16px;
background-size: 25px;
border:#689A07 solid 3px;
color: #689A07 !important;
background-color: #fff;
left: 44%;　/*右寄せ*/
}

.sch li:nth-child(7) {
background: url(../img/num06.png) no-repeat 10px 16px;
background-size: 25px;
border:#0fb7c6 solid 3px;
color: #0fb7c6 !important;
background-color: #fff;
left:1%; /*左寄せ*/
}

.sch li:nth-child(8) {
background:url(../img/num07.png) no-repeat 10px 16px;
background-size: 25px;
border:#689A07 solid 3px;
color: #689A07 !important;
background-color: #fff;
left: 44%;　/*右寄せ*/
}

.sch li:nth-child(9) {
background: url(../img/num08.png) no-repeat 10px 16px;
background-size: 25px;
border:#689A07 solid 3px;
color: #689A07 !important;
background-color: #fff;
left: 44%;　/*右寄せ*/
}

.sch li:nth-child(10) {
background: url(../img/num09.png) no-repeat 10px 16px;
background-size: 25px;
border:#689A07 solid 3px;
color: #689A07 !important;
background-color: #fff;
left: 44%;　/*右寄せ*/
}

.sch li:nth-child(11) {
background: url(../img/num10.png) no-repeat 10px 16px;
background-size: 25px;
border:#DE7EA6 solid 3px;
color: #DE7EA6 !important;
background-color: #fff;
left: 22.5%;　/*センター*/
}

.sch li.last-child {
/*position: static;*/
}

.sch li img {
	width:98%;
}
.sch li p {
	font-size: 16px;
	color: #333 !important;
	}
	
.sch li:after {
	width: 19px;
	height: 46px;
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	bottom: -40px;
}

.sch li.sch01:after,
.sch li.sch-txt01:after {
background: url(../img/arrow05.png) no-repeat;
right: 8.8%;

}

.sch li.sch02:after {
background: url(../img/arrow05.png) no-repeat;
right: 0;
left: 0;

}

.sch li.sch03:after {
background: url(../img/arrow05.png) no-repeat;
left: 8.9%;

}
.sch li.sch04:after {
	display: none;

}
.sch li.last-child:after {
display: none;
}

.sch .sch-txt01 {
color: black !important;
font-size: 26px !important;
padding: 5px !important;
}

.sch .sch-txt01 em {
display: none;
}

.sch li.sch-txt01:after {
bottom: -50%;
}



/* hitu 必要書類
   ========================================================================== */
.hitu {
	margin:30px auto;
padding: 30px 0;
max-width: 1000px;
margin: 0 auto;
padding: 15px;
border: 1px solid #aaa;
border-radius: 5px;
position: relative;
background: url(http://bengoshihoken-mikata.jp/corporate-law/lp/img/intro/bg.gif);
}

.txt01 {
width: 95%;
font-size: 40px;
margin: 10px auto;
}

.txt01 {
overflow: hidden;
}

.txt01 li {
width: 30%;
margin-right: 2%;
float: left;
color: white;
text-align: center;
font-size: 24px;
font-weight: bold;
padding: 5px 0 2px;
border-radius: 20px;
}

.txt01 li:nth-child(1) {
background:url(../img/num1.png) no-repeat 10px 10px;
background-size: 25px;
border:#FF4A4A solid 3px;
background-color: #FF7979;
}
.txt01 li:nth-child(2) {
background:url(../img/num2.png) no-repeat 10px 10px;
background-size: 25px;
border:#FF4A4A solid 3px;
background-color: #FF7979;
}
.txt01 li:nth-child(3) {
background:url(../img/num3.png) no-repeat 10px 10px;
background-size: 25px;
border:#FF4A4A solid 3px;
background-color: #FF7979;
}

.txt01 li.last-child {
margin-right: 0;
}

.txt02 {
padding: 15px 10px;
background-color: #fff;
border-radius: 10px;
}


.txt02 p {
margin: 0 auto;
padding: 0 5px 0 20px;
background: url(../img/icon03.png) no-repeat left 5px;
background-size:16px;
}



/* promise 約束
   ========================================================================== */
.promise {
	padding: 30px 0;
	background: url(../img/bg05.png) repeat;
	overflow: hidden;
}

.promise ul {
	margin: 30px auto;
}
.promise ul li {
	float: left;
	width: 28.5%;
padding: 2%;
min-height: 700px;
}
.promise ul li img{
	width:100%;
}
.promise ul li h3{
	font-size:22px;
	font-weight:bold;
	color:#84C023;
	line-height:100%;
	margin:15px auto;
}
.promise ul li p {
	padding: 0 8px;

}
.promise ul li p span{
color:#f90;
font-weight:bold !important;
}


/* trouble トラブル解決事例
   ========================================================================== */
.trouble {
padding: 30px 0;
background: url(../img/bg08.png) repeat;
}
#trouble-case {
	padding:auto 5px;
}

#trouble-case p{
	font-size:18px;
	padding-bottom:10px;
}

#trouble-case p span{
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold !important;
}
#trouble-case ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

#trouble-case ul > li {
  width: 46%;
  margin-right: 3%;
  margin-bottom: 40px;
  border-radius: 3px;
  background: #77BF19;
	padding: 10px;
}

#trouble-case ul > li:nth-child(2n) {
  margin-right: 0;
}

#trouble-case ul > li > div {
	border-radius: 5px;
	display: flex;
	background: #fff;
	height: 100%;
	flex-direction: column;
}

#trouble-case ul > li h4 img {
  border-radius: 5px 5px 0 0;
  width:100%;
}

#trouble-case ul > li .inn {
  padding:0 20px 20px 20px;
}

#trouble-case ul > li .inn ol {
	font-size: 0;
  margin-bottom: -20px;
}

#trouble-case ul > li .inn ol li {
	display: inline-block;
	width: 40%;
	font-size: 20px;
	margin-bottom: 20px;
	background: url(../img/icon_check.jpg) no-repeat left center/24px 24px;
	padding: 2px 0 2px 30px;
}

#trouble-case ul > li .inn h5 {
	 color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #77BF19;
  border-radius: 20px;
  padding: 10px;
  margin: 5px 0 20px;
  letter-spacing: 1px;

}

#trouble-case ul > li .inn dl dt {
   text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #77BF19;
  margin: 10px auto;
}
#trouble-case ul > li .inn dt::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  border-top: 2px solid #77BF19;
  margin-right: 10px;
  top: -5px;
}

#trouble-case ul > li .inn dt::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  border-top: 2px solid #77BF19;
  margin-left: 10px;
  top: -5px;
}
#trouble-case ul > li .inn dl dd p {
  font-size: 16px;
}

#trouble-case ul > li .inn dl dd .matome {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 15px auto 5px;
}

#trouble-case ul > li .inn dl dd .matome::after {
  content: "";
  display: block;
  width : 100%;
  left: 0;
  height: 7px;
  position: absolute;
  bottom: -10px;
  background-color: #fef102;
}

#trouble-case ul > li .inn dl dd .matome span {
  color: #77BF19;
  margin-right: 10px;
  transform: rotate(-45deg);
}

#trouble-case ul > li .inn dl dd .matome em {
  color: #ff6600;
  font-size: 30px;
  margin-right: 5px;
}

/* faqs　よくある質問
   ========================================================================== */

.faqs {
padding: 30px 0;
/*background: url(../images/bg03.png);*/
}

.faq h2 {
margin-bottom: 30px;
}

.faq dl {
padding: 20px;
margin-bottom: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
border-radius: 5px;
background-color: white;
}

.faq dl dt {
font-size: 18px;
font-weight: bold;
padding: 0 40px 0 40px;
background: url(../img/faqs02.png) no-repeat left top;
background-size: 27px;

cursor: pointer;
position: relative;
}

.faq dl dd {
font-size: 18px;
padding: 10px 0 0 40px;
background: url(../img/faqs01.png) no-repeat left 10px;
background-size: 27px;
border-top: 1px dotted #c2c0c0;
margin-top:10px;
}

.faq dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FF5555;
}

.faq dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}


/* access 事務所案内
   ========================================================================== */
.access{ padding: 25px 0; }
.access p{ padding: 12px 0; }

.access .firm .officeData .pic{ float:left;width:325px; }
.access .firm .officeData .pic img{ width:320px; }
.access .firm .officeData .body{ padding:13px 15px 0 680px; }
.access .firm .officeData .body .officeTag{background:#7fad45;color:#fff;display:inline-block;font-size:1.1rem;font-weight:500;letter-spacing:.08em;  margin-bottom:5px;padding:3px 9px 3px 7px; }
.access .firm .officeData .body .name{ font-size:16px;font-weight:500; line-height:1.2; }
.access .firm .officeData .body .name img{ width:280px;}
.access .firm .officeData .body .address{letter-spacing:.08em;line-height:1.3;  margin-bottom:8px; }
.access .firm .officeData .body .tel{ letter-spacing:.08em; }
.access .firm .officeData .body .tel strong{ font-size:16px;font-weight:500; line-height:1.2; }
.access .firm .map {
    width: 100%;
    padding-top: 38%;
}



			
/* loader　ローディング
   ========================================================================== */
#loader {
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.spinner>div {
    background-color: #84C023;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* btn-yuya　アニメーションボタン
   ========================================================================== */

.btn-yuya {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
}
.btn-yuya a {
 border: solid #fff 1px;
  border-radius: 5px;
  /*box-shadow: 1px 1px 5px 0 #a1a1a1;*/
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin: 3px auto 5px;
  padding: 7px 20px 3px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 59%;
}
.btn-yuya.is-fz20 a {
  font-size: 20px;
}
.btn-yuya a img {
  vertical-align: middle;
}
.btn-yuya a:after {
  content: ' ' !important;
}
 
/* ボタン内アイコン */
.btn-yuya a:before {
   content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-yuya a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .9;
}
 
/* 2つ並べた時の余白 */
.btn-yuya + .btn-yuya a {
  margin-top: 0;
}
 
/* 緑ボタン */
.btn-yuya a {
  background: #9BD31E;
  background: -webkit-linear-gradient(#9BD31E, #86B51A);
  background: linear-gradient(#9BD31E, #86B51A);
 /* text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);*/
}
 
/* 赤ボタン */
.btn-yuya.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}
 
/* 青ボタン */
.btn-yuya.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}
 
/* 黒ボタン */
.btn-yuya.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}
 
/* 光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーション遅延 */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/* ボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
 
/* ボタンバウンド */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーション遅延 */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
/* ぽよぽよ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーション遅延 */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}



/* contact　コンタクトリンクボタン
   ========================================================================== */
#contact{
	z-index:20;
	position:fixed;
	top:150px;
	right: 1.34%;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display:none;
	line-height:normal;
}
.is-hide {
	display: none;
}
#contact .txt{
	position:absolute;
	top:0;
	right:65px;
	width:34px;
	height:397px;
	padding:18px 10px 0 0;
	/*background:url(../images/contact_txt.png) no-repeat 0 0;*/
	background-color:#fff;
	border:2px solid #61840F;
	font-size:16px;
	font-weight:500;
	border-radius:5px 0 0 5px;
	
}
#contact .txt span{
	color:#61840F;
	font-weight:bold;
}
#contact .tel{
	position:absolute;
	top:0;
	right:5px;
	width:60px;
	height:213px;
	border-radius:0 5px 0 0;
	background: #F58300;
	background: linear-gradient(to left,  #F58300 0%,#F58300 50%,#E87900 50%,#E87900 100%);
	
}
#contact .tel:hover:hover{
	background: #F58300;
	background: linear-gradient(to left,  #E87900 0%,#E87900 50%,#F58300 50%,#F58300 100%);
}
#contact .tel a{
	padding:40px 20px 0 0;
	background:url(../img/contact01.png) no-repeat 36px 14px;
	background-size:24px;
	font-size:22px;
}

#contact .line{
	position:absolute;
	top:0;
	right:5px;
	width:60px;
	height:213px;
	border-radius:0 5px 0 0;
	background: #F58300;
	background: linear-gradient(to left,  #00B900 0%,#00B900 50%,#00C100 50%,#00C100 100%);
	box-shadow:0px 4px 0px 0px #00B000;
	
}
#contact .line:hover:hover{
	background: #F58300;
	background: linear-gradient(to left,  #00C100 0%,#00C100 50%,#00B900 50%,#00B900 100%);
}
#contact .line a{
	padding:40px 20px 0 0;
	background:url(../img/contact04.png) no-repeat 36px 14px;
	background-size:26px;
	font-size:18px;
}

#contact .btn{
	position:absolute;
	top:213px;
	right:5px;
	width:60px;
	height:206px;
	border-radius:0 0 5px 0;
	background: #50A1BE;
	background: linear-gradient(to left,  #E87900 0%,#E87900 50%,#F58300 50%,#F58300 100%);
	
	color:#FFF;
}
#contact .box:hover .btn{
	background: #F58300;
	background: linear-gradient(to left,  #F58300 0%,#F58300 50%,#E87900 50%,#E87900 100%);
}
#contact .btn a{
	padding:40px 20px 0 0;
	background:url(../img/contact03.png) no-repeat 36px 14px;
	background-size:26px;
	font-size:18px;
}
#contact .tel a,
#contact .line a,
#contact .btn a{
	display:block;
	width:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:500;
	line-height:1.1;
}

