@charset "utf-8";


/*CSSスライドショー設定
---------------------------------------------------------------------------*/
/*１枚目*/
@keyframes slide1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	100% {opacity: 0;}
}
/*２枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	30% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
/*３枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	85% {opacity: 1;}
	95% {opacity: 0;}
	100% {opacity: 0;}
}

/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
.mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.mainimg .inner {
	padding: 0;width: 100%;height:auto;position: relative;
}
/*３枚画像の共通設定*/
.homepage .slide1,.homepage .slide2,.homepage .slide3 {
	position: absolute;left:0px;top:0px;
	animation-fill-mode: both;
	animation-duration: 12s;				/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-delay: 1s;					/*アニメーションを１秒だけ遅れてスタートさせる。少しでも初動のガタつきを防ぐためです。*/
}
/*土台画像*/
.slide0 {
	position: relative;width: 100%;height: auto;
}
/*１枚目*/
.slide1 {
	animation-name: slide1;	/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*２枚目*/
.slide2 {
	animation-name: slide2;	/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*３枚目*/
.slide3 {
	animation-name: slide3;	/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*imgタグ設定*/
.mainimg img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
}
.mainimg img.kazari {
	z-index: 1;
}













.sh {display: none;}

@media screen and (max-width:480px){
.sh {display:block;}
.pcr {display:none;}

}



#fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  float: left;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 89;
}
#fh5co-page.fh5co-sleep {
  border-right: 1px solid #ccc;
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  -o-transform: translateX(-290px);
  transform: translateX(-290px);
}

#fh5co-wrap {
  z-index: 89;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}

#fh5co-hero {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 45%;
  z-index: 10;
  background: #fff;
}




#fh5co-hero-02 {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  height: 400px;
  z-index: 10;
  background: #69318F;
  overflow: hidden;
}


#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #3b3d40;
  opacity: .1;
}

#fh5co-hero-02 .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #3b3d40;
  opacity: .1;
}


@media screen and (max-width: 1500px) {
  #fh5co-hero {
    padding-bottom: 45%;
  }


}


@media screen and (max-width: 1200px) {
  #fh5co-hero {
    padding-bottom: 45%;
  }


}


@media screen and (max-width: 768px) {
  #fh5co-hero {
    padding-top: 2em;
    padding-bottom: 45%;
    height: inherit;
  }

  #fh5co-hero-02 {
    padding-top: 2em;
    padding-bottom: 2em;
    height:  200px;
  }

}
#fh5co-hero .fh5co-intro {
  width: 100%;
  color: #fff;
  z-index: 12;
  position: relative;
}

#fh5co-hero-02 .fh5co-intro {
  width: 100%;
  color: #fff;
  z-index: 12;
  position: relative;
}

#fh5co-hero .fh5co-intro .fh5co-intro-img {
  text-align: right;
  bottom: -5em;
}

#fh5co-hero-02 .fh5co-intro .fh5co-intro-img {
  text-align: right;
  bottom: -5em;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro .fh5co-intro-img {
    bottom: -10em;
  }
  #fh5co-hero .fh5co-intro .fh5co-intro-img img {
    max-width: 100%;
  }

  #fh5co-hero-02 .fh5co-intro .fh5co-intro-img {
    bottom: -10em;
  }
  #fh5co-hero-02 .fh5co-intro .fh5co-intro-img img {
    max-width: 100%;
  }

}

@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro .fh5co-intro-img02 {
    bottom: 11em;
  }
  #fh5co-hero .fh5co-intro .fh5co-intro-img02 img {
    max-width: 100%;
  }

}

@media screen and (max-width: 480px) {
  #fh5co-hero {
  padding-bottom: 80%;
  }

}


#fh5co-hero .fh5co-intro .fh5co-text {
  bottom: -8em;
}

#fh5co-hero-02 .fh5co-intro .fh5co-text {
  bottom: -8em;
}



@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }

  #fh5co-hero-02 .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }

}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }

  #fh5co-hero-02 .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }

}
#fh5co-hero .fh5co-intro h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

#fh5co-hero-02 .fh5co-intro h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #fh5co-hero-02 .fh5co-intro h2 {
    font-size: 40px;
    line-height: 40px;
  }

}

@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro h2 {
    font-size: 30px;
    line-height: 30px;
  }


}

#fh5co-hero .fh5co-intro p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
}

#fh5co-hero-02 .fh5co-intro p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
}

#fh5co-hero .fh5co-intro .btn {
  background: #926AAB;
}

#fh5co-hero-02 .fh5co-intro .btn {
  background: #926AAB;
}


#fh5co-hero .fh5co-intro .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


#fh5co-hero-02 .fh5co-intro .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}






.htow {
}


.htow h2 {
	clear: both;
	font-size: 36px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;	/*上、右、下、左への見出し内の余白*/
	color: #fff;		/*文字色*/
	background: #00A7CB;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
}


.htow h2 + p {
	margin-top: -10px;
}



@media screen and (max-width:600px){

.htow h2 {
	font-size: 18px;	/*文字サイズ*/
	padding: 10px 20px 10px 60px;	/*上、右、下、左への見出し内の余白*/
 }
}

@media screen and (max-width:480px){
.htow h2 {
	font-size: 16px;
	padding: 10px 20px;	/*上下、左右への見出し内の余白*/
	background-image: none;
 }
}




span.pink {
  color: #E25CC3;
  font-weight: 700;
  font-style: oblique;
}

span.tisa {
  font-size: 12px;
}



.img-circle02{border-radius:8%;}


.clients-comments02 {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.clients-comments02 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 273px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments02 h3 {
  color: #00A7CB;
  margin-top: 55px;
  font-weight: 700;
  padding: 0 40px;
}

.clients-comments02 h4 {
  font-weight: 300;
  margin-top: 15px;
  line-height: 22px;
}


.clients-comments02  h4  span {
  color: #E25CC3;
  font-weight: 700;
  font-style: oblique;
}




.clients-comments03 {
    background-image: url("../images/image_bg.png");
    background-position: center 338px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}


.clients-comments03 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 400px;
  padding: 3px;
  width: 400px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments03 h3 {
  color: #00A7CB;
  font-size: 32px;
  margin-top: 45px;
  font-weight: 700;
  padding: 0 30px;
}



@media screen and (max-width:480px){

.clients-comments03 {
    background-image: url("../images/image_bg.png");
    background-position: center 210px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.clients-comments03 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 273px;
  padding: 3px;
  width: 273px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

}




.clients-comments0302 {
    background-image: url("../images/image_bg.png");
    background-position: center 338px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}


.clients-comments0302 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 400px;
  padding: 3px;
  width: 400px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments0302 h3 {
  color: #00A7CB;
  font-size: 32px;
  margin-top: 45px;
  font-weight: 700;
  padding: 0 30px;
}



@media screen and (max-width:480px){

.clients-comments0302 {
    background-image: url("../images/image_bg.png");
    background-position: center 210px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.clients-comments0302 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 273px;
  padding: 3px;
  width: 273px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

}






.clients-comments04 {
    margin-bottom: 100px;
}


.clients-comments04 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 663px;
  padding: 3px;
  width: 550px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments04 h3 {
  color: #00A7CB;
  font-size: 28px;
  margin-top: 15px;
  font-weight: 700;
  padding: 0 30px;
}

.clients-comments04 h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 22px;
}


@media screen and (max-width: 1200px) {
.clients-comments04 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 482px;
  padding: 3px;
  width: 400px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
}


@media screen and (max-width:480px){



.clients-area {
  padding: 60px 0px 10px 0px;
}


.clients-comments02 {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}


.clients-comments04 {
    margin-bottom: 40px;
}

.clients-comments04 img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 328px;
  padding: 3px;
  width: 272px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments04 h3 {
  color: #00A7CB;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  padding: 0 10px;
}

.clients-comments04 h4 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 18px;
}


}


.sokoage {
}


h2.pinke {
  font-size: 32px;
  color: #00A7CB;
  font-weight: 700;
  font-style: oblique;
}


@media screen and (max-width: 768px) {
h2.pinke {
  font-size: 32px;
}

.sokoage {
  padding-top: 1em;
}





}

@media screen and (max-width: 480px) {
h2.pinke {
  font-size: 26px;
}

.sokoage {
  padding-top: 2em;
}

}


h3.hidari01 {
  text-align: left;
}


h3.pinke02 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 32px;
  padding: 40px 50px 0px 100px;
  text-indent:-50px;
}




h3.pinke03 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 32px;
  padding: 0px 50px 0px 100px;
  text-indent:-50px;
}


h3.pinke04 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 32px;
  padding: 0px 50px 0px 100px;
  text-indent:-50px;
}



.icoBimage2::before {
 content: "";
 display: inline-block;
 width: 50px;
 height: 32px;
 background-image:url("../images/chekku.png");
 background-size: contain;
 vertical-align: middle;
}






@media screen and (max-width: 768px) {
h3.pinke02 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 28px;
  padding: 20px 20px 0px 58px;
  text-indent:-38px;
}




h3.pinke03 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 28px;
  padding: 0px 20px 0px 58px;
  text-indent:-38px;
}


h3.pinke04 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 28px;
  padding: 0px 20px 0px 58px;
  text-indent:-38px;
}



.icoBimage2::before {
 content: "";
 display: inline-block;
 width: 38px;
 height: 24px;
 background-image:url("../images/chekku.png");
 background-size: contain;
 vertical-align: middle;
}
}

@media screen and (max-width: 480px) {
h3.pinke02 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 24px;
  padding: 15px 20px 0px 51px;
  text-indent:-31px;
}




h3.pinke03 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 24px;
  padding: 0px 20px 0px 51px;
  text-indent:-31px;
}

h3.pinke04 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 24px;
  padding: 0px 20px 20px 51px;
  text-indent:-31px;
}



.icoBimage2::before {
 content: "";
 display: inline-block;
 width: 31px;
 height: 20px;
 background-image:url("../images/chekku.png");
 background-size: contain;
 vertical-align: middle;
}
}






h3.birorn {
  color: #00A7CB;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  padding: 0 10px;
}


h5.birorn {
  color: #00A7CB;
}


p.cyu16 {
  font-size: 16px;
}


.daun {
    margin-bottom: 70px;
}

.kara {
  float: left;
}


span.h-bul {
  color: #333;
}

span.h-pink {
  color: #FF7BAC;
}

span.h-gren {
  color: #8CC63F;
}

span.h-oreng {
  color: #FBB03B;
}


span.h-kiiro {
  color: #E6E600;
}


p.tisa02 {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 0px 20px;
}



.riyuu {
  background:#fff;
  border: 3px solid #DDDDDD;
  height: 100%;
  padding: 3px;
  width: 100%;
	border-radius: 20px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.riyuu h3 {
	clear: both;
	font-size: 24px;
	margin: 5px 15px;
	padding: 20px 20px 20px 20px;	/*上、右、下、左への見出し内の余白*/
	color: #fff;		/*文字色*/
	background: #00A7CB;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
        font-weight: 700;
        line-height: 28px;
}


.riyuu h4 {
	clear: both;
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;		/*文字色*/
        font-weight: 400;
        line-height: 28px;
}


.riyuu h3 + p {
	margin-top: -10px;
}



.riyuu02 {
  background:#fff;
  border: 3px solid #DDDDDD;
  height: 100%;
  padding: 3px;
  width: 100%;
	border-radius: 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.riyuu02 h3 {
	clear: both;
	font-size: 24px;
	margin: 5px 15px;
	padding: 20px 20px 20px 20px;	/*上、右、下、左への見出し内の余白*/
	color: #fff;		/*文字色*/
	background: #66cad7;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
        font-weight: 700;
        line-height: 22px;
}

h3.takuhai {
	clear: both;
	font-size: 24px;
	margin: 5px 15px;
	padding: 10px 20px 10px 20px;	/*上、右、下、左への見出し内の余白*/
	color: #fff;		/*文字色*/
	background: #66cad7;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
        font-weight: 700;
        line-height: 22px;
}


span.tisasiro {
	font-size: 14px;
        line-height: 14px;
        font-weight: 400;
}


.riyuu02 h4 {
	clear: both;
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;		/*文字色*/
        font-weight: 400;
        line-height: 18px;
        padding: 0 20px;
}

.riyuu02 h3 a,a:hover,a:visited{
    color: inherit;
}

.riyuu02 h3 + p {
	margin-top: -10px;
}

.riyuu02 h4 a,a:hover,a:visited{
    color: inherit;
}

.riyuu02 h3 + p {
	margin-top: -10px;
}



@media screen and (max-width:992px){

.riyuu {
  background:#fff;
  border: 3px solid #DDDDDD;
  height: 100%;
  padding: 3px;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 30px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.riyuu02 {
  background:#fff;
  border: 3px solid #DDDDDD;
  height: 100%;
  padding: 3px;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 30px;
	border-radius: 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.riyuu02 h3 {
	font-size: 20px;
        line-height: 22px;
}

h3.takuhai {
	font-size: 20px;
        line-height: 20px;
}


}

@media screen and (max-width:480px){
.riyuu {
  background:#fff;
  border: 3px solid #DDDDDD;
  height: 100%;
  padding: 3px;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 20px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


p.tisa02 {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 0px 15px;
}


}


.uesita {
  margin: 25px 0px;
}


.tl-col-md-10 {
  margin: 0 auto;
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}

@media(min-width:992px) {
.tl-col-md-10 {
  width:100%
  padding-right:3px;
  padding-left:3px
}
}




.culi01 {
  background:#fafafa;
 height: 100%;
 width: 100%;
  padding: 30px 0px 30px 0px;
  margin-bottom: 50px;
}


.culi01 ul {
  list-style:none;
}
.culi01 ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-indent:-36px;
  padding: 0px 15px 8px 20px;
}



@media screen and (max-width:480px){

.culi01 {
  background:#fafafa;
 height: 100%;
 width: 100%;
  padding: 20px 0px 10px 0px;
  margin-bottom: 0px;
}


.culi01 ul li  {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 18px;
  text-indent:-28px;
  padding: 0px 8px 8px 0px;
}
}



p.goriyou {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 36px;
  padding: 0px;
}

p.goriyou01 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 26px;
  padding: 0px;
}

@media screen and (max-width: 768px) {
p.goriyou {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 32px;
  padding: 0px;
}

p.goriyou01 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 22px;
  padding: 0px;
}

}

@media screen and (max-width: 480px) {
p.goriyou {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 28px;
  padding: 0px;
}

p.goriyou01 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-style: oblique;
  line-height: 18px;
  padding: 0px;
}
}



h2.mojikan {
  letter-spacing: 5px;
}


.hamidasi {
}

.hamidasi img {
width: 100%;
}




p.okime {
  color: #777;
  line-height: normal;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
  padding: 0 10px;
}


span.okimes {
  color: #00A7CB;
}