@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

body, html {
	font-family: 'Lato',Arial,"Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 500;
}

h1, h2, h3, h4, h5 {
	line-height: 1.4;
}

h1 strong {
	color: #fff;
    text-shadow: 0 0 8px #000;
}
h1 span {
    color: #00e378;
}
@media screen and (max-width: 768px) {
    h1 {
    line-height: 1.2;
  }
    h1 span {
    font-size: 30px;
  }
}
h2 {
	margin:  0;
}
h3 {
	font-size: 24px;
	font-weight: 900;
}
h4 {
	font-size: 20px;
	font-weight: 900;
    text-transform: capitalize;
}
h5 {
	text-transform: capitalize;
	font-weight: 700;
}

p {
	font-size: 16px;
}
p.intro {
	font-size: 20px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
    color: #38a4b2;
}
a:hover, a:focus {
	text-decoration: none;
	outline:none;
    color: #87d0d9;
}
a, img {
    color: #59B6BE;
}
.list-wrap {
    list-style:  none;
    margin: 0 0 10px;
    padding: 0;
	font-size: 16px;
}
ul.list-wrap li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #222;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
.font-green{
	color: #59B6BE;
}
.font-pink{
	color: #FB5E97;
}
/* h2タイトル用 */
.sec-ttl {
    display: inline-block;
    background-color: #59B6BE;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 40px 6px;
    margin-bottom: 20px;
}
/* サブタイトル用 */
.sec-subttl {
    display: inline-block;
    background-color: #fff8fa;
    font-size: 28px;
    color: #FB5E97;
    font-weight: bold;
    border: solid 4px #FF91AD;
    border-radius: 30px;
    padding: 10px 40px 6px;
    margin-bottom: 20px;
}
.section-subttl hr{
	border-top: 3px dotted #ea9595;
	width: 95%;
	clear: both;
}
hr.bar-green{
	border-top: 3px dotted #38a4b2;
	width: 100%;
	clear: both;
}
hr.bar-pink{
	border-top: 3px dotted #FB5E97;
	width: 95%;
	clear: both;
}
.n-mgn{
	margin: 0;
}
.n-mgn-y{
	margin: 10px 0 -10px;
}
.section-title.center .box-drop-pink h3,
.section-title.center .box-drop-green h3{
	font-size: 28px;
    margin-top: 0;
}
.section-title.center .box-drop-pink h4,
.section-title.center .box-drop-green h4{
    font-weight: bold;
}
.section-title.center .box-drop-pink h5,
.section-title.center .box-drop-green h5{
	margin-top: -10px;
    font-size: 20px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

@media screen and (max-width: 768px) {
h1 strong{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 14px;
}
#logo {
    margin-left: 15px;
}
.sec-ttl,.sec-subttl {
    font-size: 22px;
    padding: 8px 30px 5px;
    margin-bottom: 10px;
}
.section-title.center .box-drop-pink h3,
.section-title.center .box-drop-green h3
{
    font-size: 22px;
}
}


/* Navigation */
#menu {
	padding: 15px;
	transition: all 0.8s;
}
#fx-menu {
	padding: 0;
	transition: all 0.8s;
}
.navbar-header {
    padding: 15px;
}
.navbar-default {
	/* background-color: rgba(0, 0, 0, .5); */
	border-top: none;
	border-bottom: solid 1px none;
	border-right: none;
	border-left: none;
}
#fx-menu.navbar-default {
	background-color: #ea9595;
	border-top: none;
	border-bottom: solid 1px none;
	border-right: none;
	border-left: none;
}
a.navbar-brand {
font-size: 30px;
color: #fff;
font-weight: 900;
}
@media (min-width: 768px){
.navbar-nav {
    margin-top: 15px;
}
}
.navbar-nav > li > a {
  padding: 15px 0 15px 15px;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
    font-weight: bold;
	letter-spacing: 1px;
      -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.on {
	background-color: #4ebfc6 !important;
	/* padding: 5px 15px 5px !important;*/
	border-bottom: none !important;
	-webkit-box-shadow: 0 3px 10px -5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 3px 10px -5px rgba(0,0,0,.75);
	-ms-box-shadow: 0 3px 10px -5px rgba(0,0,0,.75);
	-o-box-shadow: 0 3px 10px -5px rgba(0,0,0,.75);
	box-shadow: 0 3px 10px -5px rgba(0,0,0,.75);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #222 !important;
	background-color: transparent;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-button {
	float: right;
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
.navbar-default .navbar-collapse {
  background-color: #aaa6a8;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #ea9595;
}
.navbar-default .navbar-nav > li > a {
  background-color: #4ebfc6;
  font-size: 16px;
}
.navbar-default .navbar-nav {
  margin: 10px;
}
}

.navbar-button .nav-menu ul{
  display: flex;
  justify-content: flex-end;
    padding: 0;
    margin: 0 10px 0 0;
}
.navbar-button .nav-menu ul li {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    display: inline;
	color: #fff;
}
.navbar-button .nav-menu ul li span.tel-link{
    position: relative;
    top: 5px;
}
.navbar-button .nav-menu ul li span.tel-link i.fa-phone{
    position: absolute;
	font-size: 32px;
    left: -30px;
    top: -5px;
	color: #fff;
}
.navbar-button .nav-menu ul li span.facebook i.fa-facebook-official{
    position: relative;
    top: 1px;
	font-size: 38px;
}

@media screen and (max-width: 991px) {
	.navbar-button {
		display: none;
	}
	}
	@media screen and (min-width: 992px) {
	.navbar-mobile {
		display: none;
	}
}

.navbar-mobile ul.nav-icn {
    margin: 3px 15px 0 0;
}
.navbar-mobile ul.nav-icn li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.navbar-button .nav-menu ul li .fa-facebook-official::before,
.navbar-mobile ul.nav-icn li .fa-phone::before,
.navbar-mobile ul.nav-icn li .fa-envelope-o::before,
.navbar-mobile ul.nav-icn li .fa-facebook-official::before {
	color: #fff;
}

/* Top Style */
#main, sub {
    position: relative;
    background-repeat: no-repeat;
}
#home{
	background: url('../images/main.jpg');
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.mac #home, .mobile #home{
	background: url('../images/main.jpg');
	background-position: center;
	height: 100%;
	width: 100%;
}
#sub-home{
	background: url('../images/main.jpg');
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.mac #sub-home, .mobile #sub-home{
	background: url('../images/main.jpg');
	background-position: center;
	height: 100%;
	width: 100%;
}
#home .overlay, #sub-home .overlay{
	background: url('../images/grid.png') repeat,-moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.4) 17%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0.3) 62%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: url('../images/grid.png') repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(17%,rgba(255,255,255,0.4)), color-stop(35%,rgba(255,255,255,0.3)), color-stop(62%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: url('../images/grid.png') repeat,-webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.4) 17%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0.3) 62%, rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/grid.png') repeat,-o-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.4) 17%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0.3) 62%, rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: url('../images/grid.png') repeat,-ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.4) 17%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0.3) 62%, rgba(255,255,255,0.3) 100%); /* IE10+ */
	/* height: 650px; */
	background-attachment: fixed;
}
@media (max-width: 768px){
  #home .overlay {
	height: 1000px;
	}
}
.img-logo {
    max-width: 450px;
}
#home p.lead{
	color: #222;
    margin-bottom: 5px;
    font-weight: bold;
}
.info{
    font-size: 18px;
	color: #222;
    margin-bottom: 5px;
    font-weight: bold;
}
#sub-home .ttl{
    font-size: 26px;
	color: #222;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
}
#home h4{
	color: #fff;
	margin-top: -10px;
}
#home .content{
  display: table;
  width: 100%;
  height: 700px;
  z-index: 2;
}
#sub-home .content{
  display: table;
  width: 100%;
  height: 300px;
  z-index: 2;
}
.content-in{
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
    padding-top: 100px;
}
a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: rgba(255, 70, 0, .75);
	color: #fff;
	border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .mac #home, .mobile #home{
    background-position: left 50% center;
    }
    .mac #sub-home, .mobile #sub-home{
    background-position: center top;
    }
    a.fa.fa-angle-down {
	    margin-top: 10px;
	}
    #sub-home .ttl{
    font-size: 20px;
	}
}

/* section padding */
.sec-pd{
	padding: 80px 0;
}
.sec-pd-hd{
	padding: 80px 0 0;
}
.sec-pd-ft{
	padding: 0 0 80px;
}
/* section background 非固定 */
#section01-2,.mac #section01-2,.mobile #section01-2{
	background: url('../images/sec11-bg.png');
}
#section02,.mac #section02,.mobile #section02,
#section03-2,.mac #section03-2,.mobile #section03-2 {
	background: url('../images/sec12-bg.png');
}
#section02-2,.mac #section02-2,.mobile #section02-2{
	background: url('../images/sec13-bg.png');
}
#section05,.mac #section05,.mobile #section05{
	background: url('../images/about-bg.png');
}
#section01-2{
	background-size: contain;
	background-position: center 40px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#section02, section03-2, #section05 {
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#section02-2{
	background-size: cover;
	background-position: center 40px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.mac #section01-2, .mobile #section01-2,
.mac #section02-2, .mobile #section02-2{
	background-position: center 30px;
	height: 100%;
	width: 100%;
    background-repeat: no-repeat;
}
.mac #section02, .mobile #section02,
.mac #section03-2, .mobile #section03-2,
.mac #section05, .mobile #section05 {
	background-position: center 40px;
	height: 100%;
	width: 100%;
    background-repeat: no-repeat;
}

/* section common */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.space{
	margin-top: 40px;
}
.box-item {
    color: #222;
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255,255,255,.85);
    border: solid 5px #ccc;
    margin-bottom: 30px;
}
.box-green {
    padding: 30px;
    border: solid 2px #69b1b0;
    background-color: #fff;
    border-radius: 10px;
}
.item-drop {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.bg-green {
    background: url('../images/grid-g.png') repeat;
}
.bg-pink {
    background: url('../images/grid-p.png') repeat;
}
.box-drop-00 {
    padding-bottom: 10px;
    border-radius: 10px;
}
.box-drop-00 p span {
    color: #fb5e97;
    font-size: 22px;
    font-weight: 900;
}
.box-drop-01 {
    padding: 15px;
    border: solid 2px #69b1b0;
    background-color: #fff;
    border-radius: 10px;
}
.box-drop-02 {
    padding: 15px;
    border: solid 2px #69b1b0;
    background-color: #fff;
    border-radius: 10px;
}
.box-drop-green {
    position: relative;
    top: -15px;
    left: -15px;
    padding: 15px;
    border: solid 2px #69b1b0;
    background-color: #fff;
    border-radius: 8px;
}
.box-drop-green p span{
    color: #fb5e97;
    font-size: 22px;
    font-weight: 900;
}
.box-drop-green2 {
    padding: 10px 15px 0;
    border: solid 2px #69b1b0;
    background-color: #fff;
    border-radius: 10px;
    height: 95%;
}
.box-drop-green2 p span{
    color: #fb5e97;
    font-size: 22px;
    font-weight: 900;
}
.box-drop-pink {
    position: relative;
    top: -10px;
    left: -10px;
    padding: 30px;
    border: solid 2px #f7aeb5;
    background-color: #fff;
    border-radius: 8px;
}
.box-drop-pink2 {
    padding: 15px;
    border: solid 6px #FEDCDC;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    height: 95%;
}
.box-drop-pink2 p span {
    color: #fb5e97;
    font-size: 22px;
    font-weight: 900;
}
.box-drop-in p{
    padding-top: 10px;
	margin-bottom: 0;
}
.tel {
    font-size: 28px;
    font-weight: 900;
}
@media screen and (min-width: 768px) {
.flex {
	display: flex;
    justify-content: center;
    align-items: center;
}
}
@media screen and (max-width: 769px) {
.box-drop-00 p span {
    font-size: 18px;
}
    .box-drop-green,.box-drop-pink {
    padding: 20px;
}
.flex {
  justify-content: center;
  align-items: center;
}
.row-eq-height {
	display: block;
}
}

.task-green {
    width: 280px;
    height: 280px;
    background: #59B6BE;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 10px;
    margin: 0 2px;
}
.task-green-in {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-green-in2 {
    border-radius: 50%;
    width: 270px;
    height: 240px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-green span {
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
}

.task-pink {
    width: 280px;
    height: 280px;
    background: #ff969f;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 10px;
    margin: 0 2px;
}
.task-pink-in {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-pink span {
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
}

.task-pink-ring {
    width: 280px;
    height: 280px;
    background: #FFB5A8;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 10px;
    margin: 0 2px;
}
.task-pink-ring-in {
    border-radius: 50%;
    background: #fff;
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-pink-ring span {
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    color: #38a4b2;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
}

.task-pink2 {
    border-radius: 50%;
    background: #ff969f;
    width: 190px;
    height: 190px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-pink2 p {
    display: block;
    width: 145px;
    height: 100px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.task-pink2 p span {
    color: #fefed5;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: -33px;
    left: 45%;
}
.task-green2 {
    border-radius: 50%;
    background: #59B6BE;
    width: 190px;
    height: 190px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-green2 p {
    display: block;
    width: 145px;
    height: 100px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.task-green2 p span {
    color: #fefed5;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: -33px;
    left: 45%;
}

.task-pink3 {
    border-radius: 50%;
    background: #ff969f;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-pink3 p {
    display: block;
    width: 145px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.task-pink3 p span {
    color: #fefed5;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: -33px;
    left: 45%;
}
.task-green3 {
    border-radius: 50%;
    background: #59B6BE;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task-green3 p {
    display: block;
    width: 145px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.task-green3 p span {
    color: #fefed5;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: -33px;
    left: 45%;
}
.task-ict-ring {
    width: 200px;
    height: 200px;
    background: #FFB5A8;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 8px;
    margin: 0 2px;
}
.task-ict-ring-in {
    border-radius: 50%;
    background: #ffede9;
    width: 184px;
    height: 184px;
    box-sizing: border-box;
}
.task-ict-ring-in img {
    margin: -10px 0 10px;
}
.task-ict-ring-in p{
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    font-size: 20px;
    line-height: 1.3;
}
.task-ict-ring-in p span{
    font-size: 32px;
}

/* flex class */
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* section04 class */
#section04 .link a {
    font-size: 14px;
    display: inline-block;
    padding-right: 35px;
    background: url(../images/icon_link.png) right center no-repeat;
    font-weight: bold;
    color: #38a4b2;
    background-size: 20px;
}
#section04 .link a:hover, #section04 .link a:active, #section04 .link a:focus {
color: #87d0d9;
}

/* order System */
.ordersystem-item{
	color: #222;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 20px;
	background-color: rgba(255,255,255,.85);
}
.ordersystem-item h3{
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
}
.ordersystem-item img{
    padding: 20px;
}

/* q&a */
.qa-item{
	color: #222;
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
	background-color: rgba(255,255,255,.85);
}
.qa-item h3{
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.qa-item img{
    width: 100%;
	padding: 20px;
}

/* about test */
table.test {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
table.test td {
    padding: 10px 25px;
    background-color: #ceeaed;
    border: solid 2px #fff;
    text-align: left;
}

/* about table */
table.about {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: -5px;
    text-align: left;
    font-size: 16px;
}
 
table.about th,
table.about td {
    padding: 15px;
}
 
table.about th {
    background: rgba(206, 234, 237, .85);
    vertical-align: middle;
    width: 100px;
    overflow: visible;
    position: relative;
    font-weight: normal;
    width: 36%;
}

/* Google Mapを囲う要素 */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
 
table.about td {
    background: rgba(0, 0, 0, 0.04);
    width: 70%;
    padding-left: 20px;
}

/* cautions */
.cautions-item{
	color: #222;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	background-color: rgba(255,255,255,.85);
}
.cautions-item h3{
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
}
.ordecautions-item img{
    padding: 20px;
}

/* Seminar */
ul.seminar-list{ margin: 30px 0 ;}
ul.seminar-list li{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
    padding-left: 2em;
    text-indent: -.5em;
}
ul.seminar-list li span.title{ 
	font-size: 24px;
	margin-right: 10px;
	position: relative;
}
ul.seminar-list .fa-gear::before {
    top: -20px;
    position: absolute;
}
@media screen and (max-width: 768px) {
ul.seminar-list .fa-gear::before {
    top: -17px;
}
}

/* Footer */
footer {
  background: #3A3A3A;
  padding: 80px 0 0;
  color: #fff;
}
footer a:hover,
footer a:focus{
	color: #87d0d9;
}

footer .inner .f_left,
footer .inner .f_right {
  width: 50%;
}

footer .inner .f_left {
  float: left;
  padding: 0 0 30px;
}

footer .inner .f_left .f_logo {
  margin: 0 0 30px;
}

footer .inner .f_left .f_logo img {
  width: 220px;
  height: auto;
}

@media screen and (max-width: 768px) {
  footer {
	padding: 20px 0 0;
  }
  footer .inner p {
	font-size: 14px;
  }
  footer .inner .f_left,
  footer .inner .f_right {
    width: 100%;
  }

  footer .inner .f_left {
    float: none;
    margin: 0 0 20px;
    padding: 20px 0 0;
  }

  footer .inner .f_left .company_url {
    margin: 0 0 20px;
  }

  footer .inner .f_right {
    padding: 10px 0 0;
    float: none;
    padding: 0;
  }

  footer .inner {
    width: 100%;
    margin: 0 auto;
  }

  footer .inner .sp-none {
    display: none;
  }

  footer .inner .f_right p {
    margin: 0 0 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  footer .inner .f_left .f_logo img {
    width: 60%;
    height: auto;
  }

  footer .inner .f_left .f_logo {
    margin: 0 0 10px;
  }
}
footer .inner .f_left .company_production {
  font-weight: 600;
  margin: 0 0 15px;
}
footer .inner .f_left .company_name {
  margin: 0 0 5px;
}
footer .inner .f_left .company_url {
  margin: 0 0 5px;
}
footer .inner .f_left .company_url a {
  color: #38a4b2;
}
footer .inner .f_right {
  float: right;
}
footer .inner .f_right p {
  text-align: right;
  margin: 0 0 10px;
  line-height: 1.6;
}

p.copy {
  font-size: 12px;
}

/* Pagetop */
.pagetop {
  display: none;
}
.pagetop-active {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pagetop-active a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(125, 125, 125, .5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 8px;
  transition: 0.5s;
}
.pagetop-active a i {
  height: 50px;
  display: table-cell;
    padding-top: 7px;
  font-size: 32px;
}
.pagetop-active a:hover {
  background: #ea9595 !important;
  outline: none;
}

.pagetop-active a:active, .pagetop-active a:focus {
  text-decoration: none;
  outline: none;
}

/* Common Classes */
.section-title.center,
.section-title.row{
	padding: 30px 0;
}

.title-under {
    border-bottom: 1px solid #222;
    display: inline-block !important;
}
span.red{
	color: red;
}
span.green{
	color: rgba(0, 176, 80, 1);
}
.text-lbox{
	padding-bottom: 5px;
    text-align: left;
    position: relative;
}
.text-rbox{
	padding-bottom: 5px;
    text-align: right;
    position: relative;
}
.text-cbox{
	padding-bottom: 5px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 768px) {
.text-left-xs {
    text-align: left;
}
p.point {
    font-size: 18px;
}
p.b-point {
    font-size: 18px;
}
ul.seminar-list li{
	font-size: 16px;
}
ul.seminar-list li span.title{ 
	font-size: 18px;
}

.results-hidden {
    display: none;
}
}

@media screen and (min-width: 991px) {
.text-md-center {
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 992px) {
.text-sm-center {
    text-align: center;
}
}

/* Animate-box */
.animate-box {
  opacity: 0;
}

/* Helper Classes */
.clear {
clear: both;
position: relative;
border: none;
padding: 0;
margin: 0;
}
.spacer {
    clear: both;
    border: none;
    padding: 0;
    margin: 0;
}
.img-res-noblock {
    max-width: 100%;
    height: auto;
}
.img-res-height {
    max-width: 100px;
    max-height: 80px;
}
.img-center img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.imgbg {
    box-shadow: 0 0 5px #CCC;
    border: 5px solid #FFF;
    background: #FFF none repeat scroll 0 0;
    position: relative;
}
.heading-lg {
  font-size:30px !important;
}
.heading-md {
  font-size:24px !important;
}
.text-lg {
 font-size:1.3em;
 margin:0
}
.text-md {
 font-size:1.1em;
 margin:0;
}
.text-md-b {
 font-size:1.1em;
 margin:0;
}
.text-sm {
 font-size:1em;
 margin:0;
}
.text-md,.text-sm {
 line-height:1.6em
}
.text-xs {
 font-size:.95em;
 margin:0;
 line-height:1.3em
}
.mgn-bottom {
 margin-bottom:.5em;
}
.spacer-sec {
  height: 80px;
}
.spacer-xlg {
  height: 150px;
}
.spacer-lg {
  height: 100px;
}
.spacer-md {
  height: 80px;
}
.spacer-sm {
  height: 50px;
}
.spacer-xs {
  height: 30px;
}
.spacer-xxs {
  height: 20px;
}
.spacer-10 {
  height: 10px;
}
.sm-br {
  display:none;
}

h2 span{
	position: relative;
	top:-100px;
	display:block;
}

.bold {
    font-weight: bold;
}

p.indent {
    padding-left:1em;
}

p.indent-mft {
    padding-left:2em;
    position: relative;
}

p.indent-txt {
    padding-left:2.2em;
    position: relative;
}

.icon-sz2 {
  font-size: 30px;
  padding-right: 2px;
  top: 5px;
}

.icon-mft {
  font-size: 26px;
  position: absolute;
  left: .1em;
  top: .1em;
}

@media screen and (min-width: 768px) {
.text-md-center {
    text-align: center;
}

.taskboxblack::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 35%;
    width: 0px;
    height: 0px;
    margin: auto;
    border-left: 30px solid #555;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

}

@media (min-width: 768px) and (max-width: 992px) {
.text-sm-center {
    text-align: center;
}
}

@media screen and (max-width: 768px) {
	.heading-lg {
	  font-size:22px !important;
	}
	.heading-md {
	  font-size:18px !important;
	}
	.text-lg {
	font-size:1.1em;
	line-height:1.6em
	}
	.text-md,.text-md2 {
	font-size:1em;
	line-height:1.4em
	}
 	.btn {
	  font-size: 18px;
	}
  .clear-sm {
    clear: both;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
  }
  .spacer-xlg {
    height: 50px;
  }
  .spacer-lg {
    height: 40px;
  }
  .spacer-md {
    height: 30px;
  }
  .spacer-sm {
    height: 20px;
  }
  .spacer-xs, .spacer-xxs {
    height: 10px;
  }
  .text-xs-center {
    text-align: center;
  }
  .sm-br {
    display:block;
  }
  
  h2 span{
	top:-90px;
  }
  
.icon-sz2 {
  font-size: 24px;
  padding-right: 2px;
  top: 5px;
}
  
.slant-blue:before {
	right: -250px;
}

.icon-mft {
  font-size: 24px;
  top: 0;
}
 
}

@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* Helper Fontawesome */
.fa-m-right {
  margin-right: .2em;
}
.fa-m-left {
  margin-left: .2em;
}
.fa-l-left {
  margin-left: .5em;
}

/* Button Classes */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 18px;
  }
}

.btn [class^="icon-"], [class*=" icon-"] {
  top: 2px;
}
.btn.btn-lg {
  padding: 18px 36px !important;
  font-size: 28px;
}
.btn.btn-md {
  padding: 8px 20px !important;
  font-size: 24px;
}
.btn.btn-sm {
  padding: 5px 20px !important;
  font-size: 16px;
  margin-top: 2px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
@media print, screen and (max-width:992px) {
	.btn.btn-md, .btn.btn-sm {
	  font-size: 16px;
	}
}

.btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-btn {
  font-size: 20px;
  line-height: 1;
  max-width: 400px;
  padding: 3px;
  width: 100%;
    margin-bottom: 50px;
}
.md-btn {
  font-size: 18px;
  line-height: 1;
  max-width: 400px;
  padding: 3px;
  width: 100%;
    margin-bottom: 50px;
}
@media print, screen and (max-width:992px) {
	.top-btn, .md-btn {
	   max-width: 300px;
	}
}
.top-btn-info {
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ebfc6;
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  text-align: center;
    font-weight: bold;
    border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.md-btn-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ebfc6;
  color: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  text-align: center;
    font-weight: bold;
    border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-btn-info:hover, .md-btn-info:hover {
    color: #fff;
  background: #ea9595;
}
.top-btn-info:focus, .top-btn-info:active,
.md-btn-info:focus, .md-btn-info:active {
    color: #fff;
}

.btn-primary {
  background: #ff3300;
  color: #fff;
  border: 2px solid #ff3300 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff6540 !important;
  border-color: #ff6540 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #ff3300;
  border: 2px solid #ff3300;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ff3300;
  color: #fff;
}

.btn-success {
  background-color: rgba(255, 255, 255, 0);
  color: #ff3300;
  border: 2px solid #ff3300 ;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: rgba(255, 51, 0, .75);
  border-color: rgba(255, 51, 0, .75);
  color: #fff;
}
.btn-success.btn-outline {
  background: transparent;
  color: #ff3300 ;
  border: 2px solid #ff3300;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #ff3300 ;
  color: #fff;
}

.btn-info {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: 1px solid #fff ;
}
.btn-info:hover,.btn-info:focus,.btn-info:active {
  background: rgba(0, 176, 80, .85) !important;
  border-color: #fff;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.end-arrow {
    display: inline-block;
    height: 50px;
    position: relative;
}

/* Scroll Animations */
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 15;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #222;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 55px;
	margin: 0 auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .75);
	border-radius: 10px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 53%;
	width: 1.5px;
	height: 12px;
	margin: 0 0 0 -1px;
	background: rgba(0, 0, 0, .85);
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
