@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  width:100%;
	background: none;
	font-size: 18px;
	font-family:"Arial", "メイリオ";
font-weight:300;

	line-height: 1.8em;
	color: rgba(0,0,0,1);
}
.body-text{
	letter-spacing: .1em;	
	margin-bottom: 2em;
}
.body-text span{
	color: rgba(255,0,0,1.00);
	font-family:"Arial", "メイリオ";
font-weight:600;

}
@media screen and (max-width:768px){
body {
  font-family:"Arial", "メイリオ";
font-weight:300;

  font-size: 18px;
  line-height: 1.7;
  color: rgba(0,0,0,1);
	width:100%;
	background: none;
}
}

a {
  color: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: rgba(10,70,100,1);
  outline: none;
}

p {
	font-size: 18px;
	font-family:"Arial", "メイリオ";
font-weight:300;

	line-height: 2em;
	color: rgba(0,0,0,1);
}

::-webkit-selection {
  color: #fff;
  background: rgba(240,157,193,.3);
}

::-moz-selection {
  color: #fff;
  background: rgba(240,157,193,.3);
}

::selection {
  color: #fff;
  background: rgba(240,157,193,.3);
}

.btn {
  margin: 0 auto;
  margin-bottom: 4px;
  font-family:"Arial", "メイリオ";
font-weight:300;

  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 60%;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.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;
}


@media screen and (min-width: 769px) {
.pc-slides{
	margin: 0;
}
#fh5co-hero {
  min-height: 800px;
  background: none url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 800px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 100px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 600px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}
.smaho-slides{
	display: none;
}
}
@media screen and (max-width: 768px) {
.pc-slides{
	display: none;
}
#fh5co-hero {
  min-height: 800px;
  background: none url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 100px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 600px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}
.smaho-slides{
	margin: 0;
}
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 70px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size:20px;	
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 55px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 20px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
}
@media screen and (min-width: 430px) and (max-width: 768px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	font-size: 28px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

	
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 36px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 16px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
}
@media screen and (max-width: 429px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	font-size: 24px;
	text-align: center;
	line-height: 1.7em;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(240,157,193,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

	
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 28px;
	text-align: center;
	line-height: 1.7em;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 16px;
	text-align: center;
	color:  #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-family: "Arial", "メイリオ";
font-weight:600;

}
}
.cross {
  background: repeating-linear-gradient( -45deg, rgba(240,157,193,.1), rgba(240,157,193,.2) 1px, rgba(240,157,193,.0) 1px, #fff 10px );
}

@media screen and (min-width: 769px) {
#news-section .news-area {
	margin:2.5em 0 0 0;
}
#news-section .news-box {
	padding: 15px 15px 5px 15px;
	background: #fff;
	position: relative;
	border:1px solid rgb(150,150,150,.7);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 1em;
}
#news-section .news-box:hover, #white-section .news-box:focus {
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
	top: -2px;
}

#news-section .news-date {
	color: rgba(140,116,117,1.00);
	width:100px;
	float:left;
	padding: .2em 1em;
}
#news-section .tag-news {
	background: rgba(98,184,46,1.00);
	font-weight: 700;
	padding: .2em 1em;
	color: #FFF;
	text-align: center;
	width:120px;
	float:left;
}
.news-box-link{
	margin-top:-1em;
	text-align: left;
	clear: both;
	color: rgba(140,116,117,1.00);
}
}
@media screen and (max-width: 768px) {
#news-section .news-area {
	margin:1em 0 0 0;
}
#news-section .news-box {
	padding: 15px 15px 15px 15px;
	background: #fff;
	position: relative;
	border:1px solid rgb(150,150,150,.7);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 1em;
}
#news-section .news-box:hover, #news-section .news-box:focus {
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
	top: -2px;
}
#news-section .news-date {
	color: rgba(140,116,117,1.00);
	width:100px;
	float:left;
	padding: .5em 1em;
}
#news-section .tag-news {
	background: rgba(98,184,46,1.00);
	font-weight: 700;
	padding: .5em 1em;
	color: #FFF;
	text-align: center;
	width:100px;
	float:left;
}
.news-box-link{
	text-align: left;
	margin: 0;
	padding: .5em 0em;
}
}

@media screen and (max-width: 768px) {
 #white-section {
	background-color:none;
	padding: 2em 0;
}
}
@media screen and (min-width: 769px) {
#white-section {
	background-color:none;
	padding: 2em 0;
}
}
@media screen and (min-width: 768px) {
#white-section .obi-ue{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
#white-section-third ,#white-section-fifth,#white-section-sixth,#news-section {
	background-color:none;
	padding: 2em 0; 
}
#white-section h2 , #grey-section h2 , #white-section-second h2 , #white-section-third h2 , #white-section-fourth h2 , #white-section-fifth h2{
	font-size:24px;
	position: relative;
	line-height: 1.8em;
	font-family:"Arial", "メイリオ";
font-weight:300;

	padding: 0;
	color: rgba(10,70,100,1);
	text-align: center;
}
.border-border{
	background:  rgba(10,70,100,1);
	width: 60px;
	height: 1px;
	margin: 0 auto;
	margin-top: 1em;
}
.eng{
	font-size:16px;	
	font-family:"Arial", "メイリオ";
font-weight:300;

	color: rgba(10,70,100,1);
	text-align: center;
}
}
@media screen and (max-width: 768px) {
#white-section-fourth{
	background-color:none;
	padding: 2em 0;
}
}
@media screen and (min-width: 769px) {
#white-section-fourth{
	background-color:none;
	padding: 2em 0;
}
}
@media screen and (min-width: 769px) {
 #white-section-second  {
	background-color:#F8F4F4;
	padding: 2em 0;
}
}
@media screen and (max-width: 768px) {
 #white-section-second  {
	background-color:#F8F4F4;
	padding: 2em 0;
}
}
@media screen and (min-width: 769px) {
#white-section-third ,#white-section-fifth,#white-section-sixth, #news-section {
	background-color:none;
	padding: 2em 0;
}
#white-section h2 , #grey-section h2 , #white-section-second h2 , #white-section-third h2 , #white-section-fourth h2 , #white-section-fifth h2{
	font-size:40px;
	position: relative;
	font-family:"Arial", "メイリオ";
font-weight:300;

	padding: 0;
	color: rgba(10,70,100,1);
	text-align: center;
}
.border-border{
	background:  rgba(10,70,100,1);
	width: 60px;
	height: 1px;
	margin: 0 auto;
	margin-top: 1em;
}
.eng{
	font-size:16px;	
	font-family:"Arial", "メイリオ";
font-weight:300;

	color: rgba(10,70,100,1);
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
#white-section .arrow-down{
	color:rgba(250,112,0,1.00);
	font-size: 50px;
	
	text-align: center;
}
ol.white-section-promise{
	position: relative;
	margin: 0;
	margin-bottom: 0em;
}
ol.white-section-promise li{
	font-size:20px;
	line-height: 2em;
	position: relative;
	padding: 0;
}
.text-strong{
	color: rgba(255,0,0,1);
	
}
#white-section .white-section-promise .marker{
  background: linear-gradient(transparent 80%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 1 2px 4px;
}
}
@media screen and (min-width: 769px) {
.timnet h3{
	font-size:24px;
	
	position: relative;
	background: rgba(240,157,193,1);
	margin: 1em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
.index-text--2{
	padding: 0 .5em;
	margin-bottom: 0;
	margin-top: 1.5em;
	line-height: 1.7em;
}
}
@media screen and (max-width: 768px) {
.timnet h3{
	font-size:18px;
	
	position: relative;
	background: rgba(240,157,193,1);
	margin: .5em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
.index-text--2{
	padding: 0 .5em;
	margin-bottom: 0;
	margin-top: 1.5em;
	line-height: 1.7em;
}
}
@media screen and (min-width: 769px) {
.timnet-partner h3{
	font-size:24px;
	
	position: relative;
	background: rgba(91,190,0,1.00);
	margin: 1em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
.timnet-supporter h3{
	font-size:24px;
	
	position: relative;
	background: rgba(255,138,0,1.00);
	margin: 1em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
}
@media screen and (max-width: 768px) {
.timnet-partner h3{
	font-size:18px;
	
	position: relative;
	background: rgba(91,190,0,1.00);
	margin: .5em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
.timnet-supporter h3{
	font-size:18px;
	
	position: relative;
	background: rgba(255,138,0,1.00);
	margin: .5em .5em 0 .5em;
	padding: .8em .5em;
	color: rgba(255,255,255,1);
	line-height: 1.7em;
}
}
@media screen and (min-width: 769px) {
.sure-copy{
	font-size:24px;
	line-height: 2em;
	position: relative;
	padding: 0;
	margin-top: 1.3em;
	
}
#white-section .sure-copy .marker{
  background: linear-gradient(transparent 80%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 1 2px 4px;
}
}
@media screen and (max-width: 768px) {
.sure-copy{
	font-size:16px;
	line-height: 2em;
	position: relative;
	padding: 0;
	margin-top: 1em;
	
	margin-bottom: 0;
}
#white-section .sure-copy .marker{
  background: linear-gradient(transparent 80%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 1 2px 4px;
}
}
.system-area{
	margin: 0;
	width: 100%;
	padding: 1em;
	margin-bottom: 2em;
}
@media screen and (min-width: 993px) {
.strong-point{
	background:  rgba(0,65,140,1.00);
	padding: 2em 2em 1.3em 2em;
	margin-bottom: 1.5em;
}
h3.strong-point{
	font-size: 28px;
	line-height: 1.7em;
	color:rgba(255,240,0,1);
	margin-bottom:0;
	border-top: 3px solid rgba(255,240,0,1);
	border-bottom: 3px solid rgba(255,240,0,1);
	padding: .3em 0;
	text-align: center;
}
p.strong-point{
	font-size: 20px;
	line-height: 1.7em;
	color:rgba(255,255,255,1);
	margin-top:0;
	margin-bottom:0;
	text-align: center;
	padding: 1em 0 .2em 0;
}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.strong-point{
	background:  rgba(0,65,140,1.00);
	padding: 2em 2em 1.3em 2em;
	margin-bottom: 1.5em;
}
h3.strong-point{
	font-size: 23px;
	line-height: 1.7em;
	color:rgba(255,240,0,1);
	margin-bottom:0;
	border-top: 3px solid rgba(255,240,0,1);
	border-bottom: 3px solid rgba(255,240,0,1);
	padding: .3em 0;
	text-align: center;
}
p.strong-point{
	font-size: 18px;
	line-height: 1.7em;
	color:rgba(255,255,255,1);
	margin-top:0;
	margin-bottom:0;
	text-align: center;
	padding: 1em 0 .2em 0;
}
}
@media screen and (max-width: 768px) {
.strong-point{
	background:  rgba(0,65,140,1.00);
	padding: 2em 2em 1.3em 2em;
	margin-bottom: 1.5em;
}
h3.strong-point{
	font-size: 20px;
	line-height: 1.7em;
	color:rgba(255,240,0,1);
	margin-bottom:0;
	border-top: 3px solid rgba(255,240,0,1);
	border-bottom: 3px solid rgba(255,240,0,1);
	padding: .3em 0;
	text-align: left;
}
h3.strong-point br{
	display: none;
}
p.strong-point{
	font-size: 16px;
	line-height: 1.7em;
	color:rgba(255,255,255,1);
	margin-top:0;
	margin-bottom:0;
	text-align: left;
	padding: 1em 0 .2em 0;
}
p.strong-point br{
	display: none;
}
}
@media screen and (min-width: 993px) {
.bizsuppo-area{
	margin: 0;
	width:100%;
}
h3.bizsuppo  {
	font-size:24px;
	
	position: relative;
	border-top:3px solid rgba(240,157,193,1);
	border-bottom:3px solid rgba(240,157,193,1);
	margin: 1em 0em;
	padding: .8em 0em;
	color: rgba(240,157,193,1);
	text-align: center;
	line-height: 1.7em;
	width:100%;
}
.system-name h5{
	color: rgba(240,157,193,1);
	line-height: 1.7em;
	font-size: 20px;
}
.bizsuppo-area-introduce{
	padding: 2em 0;
	width:100%;
}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.bizsuppo-area{
	margin: 0;
	width:100%;
}
h3.bizsuppo  {
	font-size:20px;
	
	position: relative;
	border-top:3px solid rgba(240,157,193,1);
	border-bottom:3px solid rgba(240,157,193,1);
	margin: 1em .5em;
	padding: .8em .5em;
	color: rgba(240,157,193,1);
	text-align: center;
	line-height: 1.7em
}
.system-name h5{
	color: rgba(240,157,193,1);
	line-height: 1.7em;
	font-size: 20px;
}
}
@media screen and (max-width: 768px) {
.bizsuppo-area{
	margin: 0;
	width:100%;
}
.bizsuppo-area-introduce{
	padding: 2em 0;
	width:100%;
}
h3.bizsuppo  {
	font-size:18px;
	
	position: relative;
	border-top:3px solid rgba(240,157,193,1);
	border-bottom:3px solid rgba(240,157,193,1);
	margin: 1em .5em;
	padding: .8em .5em;
	color: rgba(240,157,193,1);
	text-align: left;
	line-height: 1.7em
}
h3.bizsuppo br  {
	display: none;
}
.system-name h5{
	color: rgba(240,157,193,1);
	line-height: 1.7em;
	font-size: 16px;
}
}
@media screen and (min-width:769px){
.partner-name h5{
	color: rgba(91,190,0,1.00);
	line-height: 1.7em;
	padding-top: .6em;
	font-size:20px;
}
.supporter-name h5{
	color: rgba(255,138,0,1.00);
	line-height: 1.7em;
	padding-top: .6em;
	font-size:20px;
}
}
@media screen and (max-width:768px){
.partner-name h5{
	color: rgba(91,190,0,1.00);
	line-height: 1.7em;
	padding-top: .6em;
	font-size:16px;
}
.supporter-name h5{
	color: rgba(255,138,0,1.00);
	line-height: 1.7em;
	padding-top: .6em;
	font-size:16px;
}
}
.data {
	width: 100%;
	border-top: 1px rgba(67,67,67,1.0) solid;
	font-size: 16px;
}
.data-partner {
	width: 100%;
	border: 3px rgba(91,190,0,1.00) solid;
	padding: 1em;
	margin: 1em 0;
}
@media screen and (max-width:768px){
.data {
	width: 100%;
	border-top: 1px rgba(67,67,67,1.0) solid;
	font-size: 14px;
}
.data-partner {
	width: 100%;
	border: 2px rgba(91,190,0,1.00) solid;
	padding: 1em;
	margin: 1em 0;
}
}
.data div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0px;
}

.data dl {
	margin-top: -1px;
	line-height: 2em;
	border-bottom: 1px rgba(67,67,67,1.0) solid;
}
.data dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.data dt {
	padding: 20px 20px 0 0px;
	float: left;
	width: 90px;
	border-top: 1px dotted rgba(67,67,67,1.0);
	font-weight: 600;
	line-height: 1.7em;	
}
.data dd {
	padding: 20px 20px 0 0;
	margin-bottom: 20px;
	margin-left: 90px;
	border-top: 1px dotted rgba(67,67,67,1.0);
	line-height: 1.7em;	
}
@media screen and (max-width:768px){
.data dt {
	padding: 20px 0px 0 0px;
	float: left;
	width: 100%;
	border-top: 1px dotted rgba(67,67,67,1.0);
	font-weight: 600;
	line-height: 1.7em;	
}
.data dd {
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top: 1px dotted rgba(67,67,67,1.0);
	line-height: 1.7em;	
	width:100%;
}
}

@media screen and (min-width: 769px) {
#blue-section{
	background: rgba(240,157,193,1);
	background-image: linear-gradient(rgba(0,0,0,.03) 1px, transparent 0),
                    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 0);
	background-size: 15px 15px;
	padding: 4em 0 2em;
	width:100%;
}
}
@media screen and (max-width: 768px) {
#blue-section{
	background: rgba(240,157,193,1);
	background-image: linear-gradient(rgba(0,0,0,.03) 1px, transparent 0),
                    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 0);
	background-size: 15px 15px;
	padding: 3em 0 1.5em;
	width:100%;
}
}
@media screen and (min-width: 769px) {
h3.service-ttl  {
	font-size:24px;
	
	position: relative;
	padding: 0;
	border-top:3px solid rgba(240,157,193,1);
	border-bottom:3px solid rgba(240,157,193,1);
	margin: 1em 0em;
	padding: .8em .5em;
	color: rgba(240,157,193,1);
	text-align: center;
	line-height: 1.7em
}
}
@media screen and (max-width: 768px) {
h3.service-ttl  {
	font-size:18px;
	
	position: relative;
	padding: 0;
	border-top:3px solid rgba(240,157,193,1);
	border-bottom:3px solid rgba(240,157,193,1);
	margin: 1em 0em;
	padding: .8em .5em;
	color: rgba(240,157,193,1);
	text-align: center;
	line-height: 1.7em
}
}
@media screen and (min-width: 769px) {
.service-detail-detail h4{
	position: relative;
	font-size: 24px;
	color:rgba(250,112,0,1.00);
	line-height: 1.7em;
	margin-bottom: .2em;
}
.service-detail-detail h4 br{
	display: none;
}
.service-detail-sub-ttl h5{
	position: relative;
	font-size: 20px;
	color: black;
	background: #FFF;
	line-height: 1.7em;
	margin:0em;
	margin-bottom: .5em;
}
.service-detail-sub-ttl h5 .marker{
  background: linear-gradient(transparent 70%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
}
@media screen and (max-width: 768px) {
.service-detail-detail h4{
	position: relative;
	font-size: 20px;
	color:rgba(250,112,0,1.00);
	line-height: 1.7em;
	margin-bottom: .2em;
}
.service-detail-sub-ttl h5{
	position: relative;
	font-size: 18px;
	color: black;
	background: #FFF;
	line-height: 1.7em;
	margin:0em;
	margin-bottom: .5em;
}
.service-detail-sub-ttl h5 .marker{
  background: linear-gradient(transparent 70%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
}

@media screen and (min-width: 769px) {
.service-detail {
	position: relative;
	background: #FFF;
	line-height: 1.4;
	padding: 2em 2em 1.2em 2em;
	margin: 0em;
	border-radius: 2px;
	border: 3px solid rgba(240,157,193,1);
	margin-bottom: 2em;
}
}
@media screen and (max-width: 768px) {
.service-detail {
	position: relative;
	background: #FFF;
	line-height: 1.4;
	padding: 1.2em 1.2em .5em 1.2em;
	margin: 0em;
	border-radius: 2px;
	border: 2px solid rgba(240,157,193,1);
	margin-bottom: 2em;
}
}
@media screen and (min-width: 769px) {
.service-detail-icon{
	background: rgba(240,157,193,1);
	text-align: center;
	padding:1em 0 .8em 0;
	color:rgba(255,240,0,1);
	margin: 0;
	font-size: 20px;
}
}
@media screen and (max-width: 768px) {
.service-detail-icon{
	background: rgba(240,157,193,1);
	text-align: center;
	padding:.5em 0 .3em 0;
	color:rgba(255,240,0,1);
	margin: 0;
	font-size: 16px;
}
}
@media screen and (min-width: 769px) {
p.service-detail-lead{
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.7em;
}
}
@media screen and (max-width: 768px) {
p.service-detail-lead{
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.7em;
}
}
@media screen and (min-width: 769px) {
.service-detail-bluebg {
	position: relative;
	background: rgba(240,157,193,1);
	line-height: 1.4;
	padding: 1.5em 2.5em 1.5em 2.5em;
	margin: 0em;
	border-radius: 100px;
	margin-bottom: 2em;
}
}
@media screen and (max-width: 768px) {
.service-detail-bluebg {
	position: relative;
	background: rgba(240,157,193,1);
	line-height: 1.4;
	padding: 1.4em 1.4em 1.2em 1.4em;
	margin: 0em;
	border-radius: 10px;
	margin-bottom: 2em;
}
}
@media screen and (min-width: 769px) {
h4.bluebg-ttl{
	font-size: 20px;
	font-weight: 200;
	line-height: 1.7em;
	color:rgba(255,255,255,1);
	margin-bottom: 0;
}
}
@media screen and (max-width: 768px) {
h4.bluebg-ttl{
	font-size: 16px;
	font-weight: 200;
	line-height: 1.7em;
	color:rgba(255,255,255,1);
	margin-bottom: 0;
}
}
.service-ttl-strong{
	color: rgba(255,240,0,1);
	font-weight:600;
}

@media screen and (min-width: 769px) {
.advantage-pickup{
	font-size: 24px;
	
}
}
@media screen and (max-width: 768px) {
.advantage-pickup{
	font-size: 18px;
	
}
}
@media screen and (max-width: 768px) {
#white-section .arrow-down{
	color:rgba(250,112,0,1.00);
	font-size: 40px;
	
	text-align: center;
	margin: 0;
}
ol.white-section-promise{
	position: relative;
	margin: 0;
	margin-bottom: 0em;
	margin-left: -1em;
}
ol.white-section-promise li{
	font-size:16px;
	line-height: 1.7em;
	position: relative;
	padding-bottom: .5em;
}
.text-strong{
	color: rgba(255,0,0,1);
	
}
#white-section .white-section-promise .marker{
  background: linear-gradient(transparent 80%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 1 2px 4px;
}
}


@media screen and (min-width: 769px)  {
.box19 h3 {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0 auto;
	font-size: 22px;
	color:rgba(10,70,100,1);
	margin-bottom: -.3em;
	line-height: 1.4em;
	margin-top: -1em;
	font-family:"Arial", "メイリオ";
font-weight:600;

}
.box19-icon {
	font-size: 45px;
	color:rgba(10,70,100,1);
	margin-top: -0.2em;
	margin-bottom: -.1em;
}
.box19-icon2 {
	font-size: 45px;
	color:rgba(10,70,100,1);
	margin-top: .2em;
	margin-bottom: -.1em;
}
.box19-text1{
	text-align: left;
	padding-top: 1.5em;
}
.sakura-text{
	text-align: left;
	margin-top: .5em;
	line-height: 1.7em;
}
.sakura-photo{
	margin: 1em;
}
.sakura-photo img{
	width:100%;
}
}
@media screen and (max-width: 768px) {
.box19 h3 {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0 auto;
	font-size: 24px;
	color:rgba(10,70,100,1);
	margin-bottom: -1em;
	line-height: 1.4em;
	margin-top: -.7em;
	font-family:"Arial", "メイリオ";
font-weight:600;

}
.box19-icon {
	font-size: 45px;
	color:rgba(10,70,100,1);
	margin-top: -0.2em;
}
.box19-icon2 {
	font-size: 45px;
	color:rgba(10,70,100,1);
	margin-top: .2em;
	margin-bottom: -.1em;
}
.box19-text1{
	text-align: left;
	padding-top: 1.5em;
	padding-bottom: 1em
}
.box19-text1 br{
	display: none;
}
.sakura-text{
	text-align: left;
	margin-top: .5em;
	line-height: 1.7em;
	}
.sakura-photo{
	margin: 1em;
}
.sakura-photo img{
	width:100%;
}
}
@media screen and (min-width: 769px) {
.box25 h3 {
	position: relative;
	padding: 5px;
	margin: 0 auto;
	font-size: 20px;
	color:rgba(255,255,255,1.00);
	margin-bottom: .5em;
	line-height: 1.7em;
	margin-top: .5em;
	font-family:"Arial", "メイリオ";
font-weight:300;

	text-align: center;
	background: rgba(10,70,100,1);
	width:100%;
}
.sakura-text2{
	text-align: left;
	margin-top: .5em;
	line-height: 1.7em;
	list-style-type: square;
	margin-left: -1em;
}
}
@media screen and (max-width: 768px) {
.box25 h3 {
	position: relative;
	padding: 5px;
	margin: 0 auto;
	font-size: 16px;
	color:rgba(255,255,255,1.00);
	margin-bottom: .5em;
	line-height: 1.7em;
	margin-top: .5em;
	font-family:"Arial", "メイリオ";
font-weight:300;

	text-align: center;
	background: rgba(10,70,100,1);
	width:100%;
}
.sakura-text2{
	text-align: left;
	margin-top: .5em;
	line-height: 1.7em;
	list-style-type: square;
	margin-left: -1em;
}
}


@media screen and (min-width: 769px) {
.balloon-text{
	text-align: left;
	margin-top: .5em;
}
}
@media screen and (max-width: 768px) {
.balloon-text{
	text-align: left;
	margin-top: .5em;
}
}
@media screen and (min-width: 769px) {
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 20px 10px;
  width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px rgba(10,70,100,1);
	border-radius: 2px;
  box-sizing: border-box;
}
.balloon3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid  rgba(10,70,100,1);
	border-radius: 2px;
	z-index: 1;
}
}
@media screen and (max-width: 768px) {
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 7px 10px;
  width: 100%;
  font-size: 14px;
  background: #FFF;
  border: solid 3px  rgba(10,70,100,1);
	border-radius: 2px;
  box-sizing: border-box;
}
.balloon3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid rgba(99,29,30,1.00);
	border-radius: 2px;
	z-index: 1;
}
}
.border-design {
  width: 100%;
  height: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg,  rgba(140,116,117,.3),  rgba(140,116,117,.5) 1px, transparent 1px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, rgba(140,116,117,.3),  rgba(140,116,117,.5) 1px, transparent 1px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	background-color:  rgba(140,116,117,.1);
}
.container-22{
	margin: 0 auto;
	width:90%;
}
@media screen and (min-width: 769px) {
#grey-section{
	padding: 4em 0 2em;
	background: rgba(100,100,100,.1);
	background-image: linear-gradient(rgba(0,0,0,.03) 1px, transparent 0),
                    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 0);
	background-size: 15px 15px;
}
#grey-section h2 .marker{
  background: linear-gradient(transparent 60%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
}
@media screen and (max-width: 768px) {
#grey-section{
	padding: 3em 0 1.5em;
	background: rgba(100,100,100,.1);
	background-image: linear-gradient(rgba(0,0,0,.03) 1px, transparent 0),
                    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 0);
	background-size: 15px 15px;
}
#grey-section h2 .marker{
  background: linear-gradient(transparent 80%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
}
@media screen and (min-width:769px){
.index-facilities-mapdetail{
	margin-top:2em;
}
}
@media screen and (max-width:768px){
.index-facilities-mapdetail{
	margin-bottom:2em;
}
}
@media screen and (min-width:769px){
.address{
	margin-top: 1em;
}
}
@media screen and (max-width:768px){
.address{
	margin: 1em 0 1.7em;
}
}
@media screen and (min-width:769px){
.index-facilities{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
}
@media screen and (max-width:768px){
.index-facilities{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
}
@media screen and (min-width:769px){
h3.sub-ttl{
	color:rgba(240,157,193,1);
	font-family:"Arial", "メイリオ";
font-weight:600;

}
}
@media screen and (max-width:768px){
h3.sub-ttl{
	color:rgba(240,157,193,1);
	font-family:"Arial", "メイリオ";
font-weight:600;

}
}
@media screen and (min-width: 769px) {
ol.white-section-philosophy{
	position: relative;
	margin: 0;
	margin-bottom: 2em;
}
ol.white-section-philosophy li{
	font-size:20px;
	line-height: 2em;
	
	color: rgba(240,157,193,1);
	position: relative;
	padding-bottom: .3em;
}
}
@media screen and (max-width: 768px) {
ol.white-section-philosophy{
	position: relative;
	margin: 0;
	margin-bottom: 2em;
}
ol.white-section-philosophy li{
	font-size:18px;
	line-height: 1.7em;
	
	color: rgba(240,157,193,1);
	position: relative;
	padding-bottom: .5em;
	margin-left: -1em;
}
}


@media screen and (min-width: 769px) {
#footer {
	padding: 4em 0 6em;
	width: 100%;
	position: relative;
	background:rgba(134,207,49,1.00);
	color: rgba(255, 255, 255, 1);
}
#footer h2 {
	letter-spacing: 2px;
	font-size: 24px;
	
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
}
@media screen and (max-width: 768px) {
#footer {
    padding: 3em 0 4em;
	width: 100%;
	position: relative;
	background:rgba(134,207,49,1.00);
	color: rgba(255, 255, 255, 1);
}
#footer h2 {
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
}
@media screen and (min-width: 769px) {
#footer .company-copy {
	text-align: center;
	color: #FFF;
}
#footer .copyright {
	text-align: center;
	color: #FFF;
}
}
@media screen and (max-width: 768px) {
#footer .company-copy {
	text-align: center;
	color: #FFF;
}
#footer .copyright {
    text-align: center;
	font-size:11px;
	color: #FFF;
}
}
@media screen and (min-width: 769px) {
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 999;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding:.1em 0 0 0;
  width: 40px;
  height: 40px;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}
@media screen and (max-width: 768px) {
#pageTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
	z-index: 10;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding:0;
  width: 32px;
  height: 32px;
	line-height: 1.7em;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}
#top-under{
	margin: 0;
}


@media screen and (min-width: 769px) {
.top-recruit{
	margin: 0;
    overflow:hidden;
    height:400px;
	background:url(../images/top_under_recruit.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-recruit{
	margin: 0;
    overflow:hidden;
    height:300px;
	background:url("../images/top_under_recruit.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-greetings{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url(../images/top_under_greetings.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-privacy{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url(../images/top_under_privacy.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-privacy{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_privacy.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-greetings{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_greetings.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-process{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url("../images/top_under_process.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-process{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_process.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-service{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url(../images/top_under_service.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-service{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_service.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-faq{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url(../images/top_under_faq.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-faq{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-outline{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url(../images/top_under_outline.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-outline{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url(../images/top_under_outline.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-contact{
	margin: 0;
    overflow:hidden;
    height:400px;
	background: url("../images/top_under_contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 768px) {
.top-contact{
	margin: 0;
    overflow:hidden;
    height:300px;
	background: url("../images/top_under_contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 769px) {
.top-under{
	margin: 7.8em 0;	
}
.top-under h2{
  font-size: 36px;
	line-height: 1em;
  color: #fff;
	text-align:center;
	font-family:"Arial", "メイリオ";
font-weight:300;

	text-shadow: 0px 0px 5px rgba(10,70,100,1);
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 40px;
	margin: 0 auto;
	margin-top:0;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(10,70,100,1);
}
.top-under-en{
	text-align: center;
	font-size:20px;
	color:rgba(255,255,255,1);
	font-family:"Arial", "メイリオ";
font-weight:300;

	line-height: .3em;
	margin-bottom:1em;
	margin-top: 10em;
	text-shadow: 0px 0px 5px rgba(10,70,100,1);
}
}
@media screen and (max-width: 768px) {
.top-under{
	margin: 7.5em 0;	
}
.top-under h2{
  font-size: 24px;
	line-height: 1em;
  color: #fff;
	text-align:center;
	font-family:"Arial", "メイリオ";
font-weight:300;

	text-shadow: 0px 0px 5px rgba(10,70,100,1);
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 30px;
	margin: 0 auto;
	margin-top:-2px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(10,70,100,1);
}
.top-under-en{
	text-align: center;
	font-size:20px;
	color:rgba(255,255,255,1);
	font-family:"Arial", "メイリオ";
font-weight:300;

	line-height: 0em;
	margin-bottom:1.2em;
	margin-top: 6em;
	text-shadow: 0px 0px 5px rgba(10,70,100,1);
}
}
@media screen and (min-width: 768px) {	
.company-data{
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	margin-bottom: 0;
}
.company-data dl {
padding: 15px 0;
}
.company-data dt {
padding:10px;
	background-color: rgba(10,70,100,1);
	margin-bottom: 2em;
	text-align: center;
	color: #FFF;
	line-height: 1.7em;
}
.company-data dd {
	margin-bottom: 2em;
	padding:10px;
	line-height: 1.7em;
}
}
@media screen and (max-width: 768px) {	
.company-data{
	font-size: 16px;
	margin-bottom: 0;
}
.company-data dt {
	padding:7px;
	background-color: rgba(10,70,100,1);
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	color: #FFF;	
}
.company-data dt dl{
	margin-bottom: 6em;
	line-height: 1.7em;
}
}
@media screen and (max-width: 768px) {	
.ttl-lead-copy{
	font-size: 14px;
	line-height: 2em;
}
.ttl-lead-copy br{
	display: none;
}
}
@media screen and (min-width: 769px) {
.company-data dt {
clear: left;
float: left;
width: 15%;
}
.company-data dd {
margin-left: 18%;
}
}
.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
@media screen and (min-width: 993px) {
.btn-contact-tel{
	position: fixed;
	bottom:0;
	display: block;
	padding: .75em 0px;
	background-color:rgba(10,70,100,1);
	width:100%;
	color: #FFF;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
	height: 80px;
}
.btn-contact-tel-btn {
	display: block;
	border: 1px groove #FFF;
	padding: .15em 0px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	width:100%;
	float: left;
	font-family:"Arial", "メイリオ";
font-weight:300;

}
	.btn-contact-tel-phone{
		display: none;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.btn-contact-tel{
	position: fixed;
	bottom:0;
	display: block;
	padding: .75em 0px;
	background-color:rgba(10,70,100,1);
	width:100%;
	color: #FFF;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
	height: 80px;
}
.btn-contact-tel-btn {
	display: block;
	border: 1px dotted #FFF;
	padding: .15em 0px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width:100%;
	float: left;
	font-family:"Arial", "メイリオ";
font-weight:300;

}
.btn-contact-tel-phone{
		display: none;
}
}

@media screen and (max-width: 768.98px) {
.btn-contact-tel-phone{
	position: fixed;
	bottom:0;
	background-color:rgba(10,70,100,1);
	width:100%;
	color: #FFF;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
	padding: .5em 0px 1em 0;
	height: 80px;
}
.btn-contact-tel-btn-phone {
	display: block;
	color: #FFF;
	text-align: center;
	border: 1px dotted #FFF;
	padding: 0;
	font-size: 10px;
	margin: 0 auto;
	line-height: 1.6em;
	font-family:"Arial", "メイリオ";
font-weight:300;

	padding: .5em 0;
}
.btn-contact-tel{
	display: none;
}
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
	vertical-align: top;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: 18px;
}
table thead tr{
  background-color: rgba(240,157,193,.3);
}
@media screen and (max-width: 768px) {
	table tr,table th,table td {
	font-size: 12px;
}
table {
  margin: 0 auto;
  padding: 0;
  width: 96%;
}
}
.illust-area{
	margin-bottom: 1em;	
}