/*!
    Universal - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 1995-2016 ForBetterWeb.com
 */
/*------------------------------------------------------------------

Table of contents

* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  *  Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile devices
* Demo page

-------------------------------------------------------------------*/
/* Fonts */
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Mono:100,400|Caveat";
/* Plugins */
@import url(../js/vegas/vegas.min.css);
@import url(ionicons.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(swipebox.css);

::selection {
	background: #1ABC9C !important;
	color: #FFF !important;
	text-shadow: none; }
::-moz-selection {
	background: #1ABC9C !important; /* Firefox */
	color: #FFF !important;
	text-shadow: none; }
::-webkit-selection {
	background: #1ABC9C !important; /* Safari */
	color: #FFF !important;
	text-shadow: none; }


/* Base structure */
html {
  width: 100% !important;
  height: 100% !important; }

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 Raleway, sans-serif;
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

.body_wrapper {
  overflow: hidden;
}

#railsmsg {
	top: 80%;
	left: 60%;
	position: fixed;
	width: 40%;
	height: 20%;
	padding: 10px 20px;
	z-index: 999;
	background-color: #34495e;
}

#railsmsg p {
	color: #FFF;
	font-size: 13px;
}


/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader; }
#status:before, #status:after {
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }
#status:before, #status:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0.5; } }
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0.5; } }
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5; } }
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0.5; } }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700; }

h4, h5, h6 {
  font-weight: 700; }

@media (max-width: 767px) {
	.sp-adjust h1 {
		font-size: 30px !important;	}
	.sp-adjust h2 {
		font-size: 24px !important;	}
	.sp-adjust h3 {
		font-size: 18px !important;	}
}

@media (min-width: 768px) {
	.pc { display:block; }
	.sp { display:none; }
}
@media (max-width: 767px) {
	.pc { display:none; }
	.sp { display:block; }
}

.bgcolor,
.bgcolor #header-wrap { background-color: #1ABC9C !important; }

/* fon-size */
@media (min-width:768px) {
	.boldtext {
		color: #1ABC9C !important;
		font-size: 23px !important;
		font-weight: 600 !important;	}
}
@media (max-width:767px) {
	.boldtext {
		color: #1ABC9C !important;
		font-size: 20px !important;
		font-weight: 600 !important;	}
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
	.font-size-15 {
	  font-size: 15px !important;
	}
	.font-size-20 {
  	font-size: 20px !important; }
}
@media (max-width: 767px) {
	.font-size-15 {
	  font-size: 12px !important;
	}
	.font-size-20 {
		font-size: 16px !important; }
}

.font-size-25 {
  font-size: 25px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-35 {
  font-size: 35px !important;
}
.font-size-40 {
  font-size: 40px !important;
}

.font-weight-300 {
	font-weight: 300 !important; }
.font-weight-400 {
	font-weight: 400 !important; }
.font-weight-700 {
	font-weight: 700 !important; }

/* font-color */
.font-color-green {
  color: #1ABC9C !important;
}
.font-color-amber {
  color: #EB9C4D !important;
}
.font-color-pink {
  color: #F89FA1 !important;
}
.font-color-red {
  color: #e70c30 !important;
}
.font-color-darkred {
  color: #8C3937 !important;
}
.font-color-blue {
  color: #2C4674 !important;
}
.font-color-darkblue {
  color: #34495e !important;
}
.font-color-orange {
  color: #D08E47 !important;
}
.font-color-leaf {
  color: #A8CABA !important;
}
.font-color-black {
  color: #111 !important;
}
.font-color-aqua {
  color: #40C0CB !important;
}
.font-color-yellow {
  color: #ECD078 !important;
}
.font-color-white {
  color: #FFF !important;
}
.font-color-gray {
  color: #ddd !important;
}
.font-color-darkgray {
  color: #999 !important;
}
.font-color-white-shadow {
	color: #FFF !important;
	text-shadow: 2px 1px 0 rgba(52, 73, 94, 1) !important;
}

.bg-color-yellow {
	background-color: rgba(255, 255, 0, 0.3);
}

.payment-card-bg {
	color: #FFF !important;
	background-color: #EB9C4D !important;
	font-weight: 700 !important;

}

.no-transform {
  text-transform: none; }

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

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgicon {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 150px;
	color: rgba(0,0,0,0.1);
}

p {
  margin: 0 0 35px; }

p a {color: #00008b;
     text-decoration: underline; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

img {
  -webkit-filter: blur(0);
  filter: blur(0); }

a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }
a img:hover {
  opacity: .85; }
  


@media (min-width: 768px) {
	.img-one-third {
		width: 33% !important;
		height: auto !important;
	}
}

.err-msg {
	color: #C02942 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.normal-msg {
	color: #1ABC9C !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}


.no-pad {
  padding: 0 !important;
  margin: 0 !important; }

.no-pad-btm {
  padding-bottom: 0 !important; }

.pad-btm-10 {
  padding-bottom: 10px !important; }

.pad-btm-20 {
  padding-bottom: 20px !important; }

.pad-btm-30 {
  padding-bottom: 30px !important; }

.pad-btm-40 {
  padding-bottom: 40px !important; }

.pad-btm-50 {
  padding-bottom: 50px !important; }


.no-pad-top {
  padding-top: 0 !important; }

.no-pad-right {
	  padding-right: 0 !important; }

.pad-top-10 {
  padding-top: 10px !important; }

.pad-top-20 {
  padding-top: 20px !important; }

.pad-top-30 {
  padding-top: 30px !important; }

.pad-top-40 {
  padding-top: 40px !important; }

.pad-top-50 {
  padding-top: 50px !important; }

.pad-top-80 {
  padding-top: 80px !important; }

.pad-top-100 {
  padding-top: 100px !important; }

.pad-left-15 {
	padding-left: 15px !important; }

.pad-left-20 {
	padding-left: 20px !important; }

.pad-right-20 {
	padding-right: 20px !important; }

.overlay {
  background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
  background: rgba(0, 0, 0, 0.7); }

.overlay-white {
  background: rgba(255, 255, 255, 0.8); }

.overlay, .overlay-gray, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative; }

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px; } }
.big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none; }

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 140px;
/*  padding-bottom: 140px; */
  background-color: #fff; }

.section-small {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
  border-radius: 0 !important; }

.label {
  padding: 0.2em 0.7em 0.3em 0.7em; }

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em; }

.label-danger {
  background-color: #c00; }

.badge {
  line-height: inherit;
  border-radius: 2px !important; }


/* feature box */
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
  display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}


.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #1ABC9C;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}


.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i {
  line-height: 56px;
}


.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }


/* feature box effect */
.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #EB9C4D;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #EB9C4D;
  color: #FFF;
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.bordered-btm {
	padding-top: 5px !important;
	/* background-color: #FFFFDD !important; */
	border-bottom: 5px solid !important;
	border-bottom-color: #1ABC9C !important;
}

/* styled icon */
.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}
.i-circled-alt,
.i-bordered-alt {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: auto;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-circled-alt,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .i-bordered-alt,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-circled-alt,
.i-bordered,
.i-bordered-alt {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	/* background-color: #444; */
	/* background-color: transparent !important; */
	border-radius: 3px;
}

.i-bordered,
.i-bordered-alt {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }
.i-circled-alt { border-radius: 50%; }

.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
	/* background-image: url('images/icons/iconalt.svg'); */
	background-position: center center !important;
	background-size: 100% 100% !important;
}


.i-rounded:hover,
.i-circled:hover {
	background-color: #444 !important;
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
	background-color: #1ABC9C !important;
	color: #FFF;
	border-color: #1ABC9C;
}




/* Buttons */
.btn {
  font-size: 12px !important;
  letter-spacing: 2px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px 6px 15px; }

.btn-f {
  font-size: 12px !important;
  letter-spacing: 2px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 6px 3px 8px; }

@media (min-width: 768px) {
	.btn-xlg {
  	font-size: 20px !important;
		line-height: 20px;
  	padding: 10px 50px; }
}
@media (max-width: 767px) {
	.btn-xlg {
		font-size: 15px !important;
		line-height: 10px !important;
		padding: 10px 15px;
		margin: 5px; }
}

.btn-lg {
  font-size: 17px !important;
  padding: 10px 35px; }

.btn-sm {
  font-size: 15px !important; }

.btn-xs {
  font-size: 13px !important;
  padding: 4px 10px; }

.btn-xxs {
  font-size: 12px !important;
	font-weight: 600 !important;
  padding: 2px 8px; }

.btn-circle-sm {
  border-radius: 30px !important; }

.btn-circle-ex {
  border-radius: 15px !important; }

.btn-circle {
  border-radius: 50px !important; }

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent; }

.btn-dark-border {
  border: 1px solid #000;
  color: #000;
  background-color: transparent; }

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff; }
.btn-white:hover {
  background-color: #999 !important;
  color: #FFF !important;
}

.btn-gray {
  border: 2px solid #ddd;
  background-color: #ddd;
  color: #000 !important; }

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important; }

.btn-pink {
  border: 2px solid #F89FA1;
  background-color: #FFF;
  color: #F89FA1 !important; }
.btn-pink:hover {
  background-color: #F89FA1 !important;
  color: #FFF !important;
}

.btn-darkpink {
  border: 2px solid #EB6D8E;
  background-color: #FFF;
  color: #EB6D8E !important; }
.btn-darkpink:hover {
  background-color: #EB6D8E !important;
  color: #FFF !important;
}

.btn-pinkback {
  background : #EB6D8E;
  background : rgba(235, 109, 142, 1);
  color: #FFF !important; }
.btn-pinkback:hover {
  background-color: #FFF !important;
  color: #EB6D8E !important;
}

.btn-white-darkpink {
  border: 0px solid #EB6D8E;
  box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);
  background-color: #FFF;
  color: #EB6D8E !important; }
.btn-white-darkpink:hover {
  background-color: #EB6D8E !important;
  color: #FFF !important;
}

.btn-aqua {
  border: 2px solid #40C0CB;
  background-color: #FFF;
  color: #40C0CB !important; }
.btn-aqua:hover {
  background-color: #40C0CB !important;
  color: #FFF !important;
}

.btn-green {
  border: 2px solid #3AAE36;
  background-color: #FFF;
  color: #3AAE36 !important; }
.btn-green:hover {
  background-color: #3AAE36 !important;
  color: #FFF !important;
}

.btn-amber {
  border: 2px solid #EB9C4D;
  background-color: #FFF;
  color: #EB9C4D !important; }
.btn-amber:hover {
  background-color: #EB9C4D !important;
  color: #FFF !important;
}

.btn-amber-voice {
  border: 2px solid #EB9C4D;
  background-color: #EB9C4D;
  color: #FFF !important; }
.btn-amber-voice:hover {
  background-color: #EB9C4D !important;
  color: #FFF !important;
}

.btn-darkblue {
  border: 2px solid #34495e;
  background-color: #FFF;
  color: #34495e !important; }
.btn-darkblue:hover {
  background-color: #34495e !important;
  color: #FFF !important;
}

.btn-darkblue-okiraku {
  border: 2px solid #34495e;
  background-color: #34495e;
  color: #FFF !important; }
.btn-darkblue-okiraku:hover {
  background-color: #34495e !important;
  color: #FFF !important;
}

.btn-leaf {
  border: 2px solid #A8CABA;
  background-color: #FFF;
  color: #A8CABA !important; }
.btn-leaf:hover {
  background-color: #A8CABA !important;
  color: #FFF !important;
}

.btn-yellow {
  border: 2px solid #ECD078;
  background-color: #FFF;
  color: #ECD078 !important; }
.btn-yellow:hover {
  background-color: #ECD078 !important;
  color: #FFF !important;
}

.btn-red {
  border: 2px solid #C02942;
  background-color: #FFF;
  color: #C02942 !important; }
.btn-red:hover {
  background-color: #C02942 !important;
  color: #FFF !important;
}

@media (min-width: 1200px) {
	.btn-okiraku-lg {
		font-size: 17px !important;
		padding: 10px 15px;
		line-height: 1.25em;
	}
	.btn-downloads-lg {
		font-size: 17px !important;
		padding: 0 25px;
		line-height: 1.25em;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.btn-okiraku-lg {
		font-size: 15px !important;
		padding: 7px 5px;
		line-height: 1.25em;
	}
	.btn-downloads-lg {
		font-size: 15px !important;
		padding: 0 10px;
		line-height: 1.25em;
	}
}
@media (max-width: 991px) {
	.btn-okiraku-lg {
		font-size: 12px !important;
		padding: 5px 10px;
		line-height: 1.25em;
	}
	.btn-downloads-lg {
		font-size: 12px !important;
		padding: 0 5px;
		line-height: 1.25em;
	}
}

.btn-red-okiraku {
  border: 2px solid #C02942;
  background-color: #C02942;
  color: #FFF !important; }
.btn-red-okiraku:hover {
  background-color: #C02942 !important;
  color: #FFF !important;
}

.btn-orange-downloads {
  border: 2px solid #f1b75f;
  background-color: #f1b75f;
  color: #FFF !important; }
.btn-orange-downloads:hover {
  background-color: #f5bf6d !important;
  color: #FFF !important;
}

.btn-universal {
  border: 2px solid #789;
  background-color: #789;
  color: #fff !important; }

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important; }

.btn:hover {
  opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-universal:focus, .btn-violet:focus {
  opacity: 1; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block; }

#services-construction .icon-big {
  color: #d4c787; }

#time .icon-big {
  color: #ff4081; }

header .icon-big {
  line-height: 140px; }
  
@media (min-width: 1200px) {
  header .header-bg {
    /* background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/top-image-3.png);
    min-height : 600px; 
    background-size: contain;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 10px;
  }
  header .header-kounotori-bg {
    /* background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/kg-top-image-022.png);
    min-height : 416px;
    background-repeat: no-repeat;
    background-position: center top;
/*   background-size: 1600px 414px; */
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    padding-top: 160px;
    padding-left: 30%;
   /* padding-bottom: 10px; */
  }

  header .header-mamameet-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/mamameet-l2.png);
    background-size: auto;
    min-height:400px;
    /* padding-top: 80px; */
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

}
@media (min-width: 992px) and (max-width: 1200px ) {
  header .header-bg {
    /* background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/top-image-3.png);
    min-height : 400px; 
    background-size: contain;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 10px;
  }
  header .header-kounotori-bg {
    /* background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/kg-top-image-m2.png);
    min-height : 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* position: relative; */
    z-index: -9;
    padding-top: 70px;
    padding-left: 25%;
    /*padding-bottom: 10px; */
  }
  header .header-mamameet-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/mamameet-m2.png);
    background-size: auto;
    min-height:300px;
    /*padding-top: 80px; */
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/top-image-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    min-height : 300px;
/*    padding-bottom: 30px; */
  }
  header .header-kounotori-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/kg-top-image-m2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-height : 400px;
    position: relative; */
    padding-top: 100px;
    padding-left: 25%;
    z-index: -9;
    padding-bottom: 30px;
  }
  header .header-mamameet-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/mamameet-m2.png);
    background-size: auto;
    min-height:300px;
    /*padding-top: 80px; */
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

}
@media (min-width: 461px) and (max-width: 767px) {
  header .header-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/top-image-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    min-height : 300px;
/*    padding-bottom: 30px; */
  }
  header .header-kounotori-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/kg-top-image-s2.png);
    background-size: auto; 
    min-height:768px;
    min-width: 100%;
    padding-top: 120px;
    padding-left: 20%;
    background-repeat: no-repßeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

  header .header-mamameet-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/mamameet-s2.png);
    background-size: auto;
    min-height:420px;
    padding-top: 80px;
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

}
@media (max-width: 460px) {
  header .header-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/top-image-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /* position: relative; */
    z-index: -9;
    min-height : 300px;
/*    padding-bottom: 30px; */
  }
  header .header-kounotori-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/kg-top-image-s2.png);
    background-size: cover;
    min-height:500px;
/*    padding-top: 80px;*/
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

  header .header-mamameet-bg {
  /*  background: url(../img/dfbimg/_MG_2944.jpg); */
    background: url(../img/dfbimg/mamameet-s2.png);
    background-size: auto;
    min-height:420px;
    padding-top: 80px;
    padding-left: 20%; 
    background-repeat: no-repeat;
    background-position: center top;
    /* position: relative; */
    z-index: -9;
    padding-bottom: 30px;
  }

}

@media (min-width: 768px) {
	header .gift-bg {
		/* background: url(../img/dfbimg/_MG_6378.jpg); */
		background: url(../img/dfbimg/_MG_2830_1.jpg); 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -230px;
		/* position: relative; */
		z-index: -9;
		padding-top: 40px;
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	header .gift-bg {
		/* background: url(../img/dfbimg/_MG_6378.jpg); */
		background: url(../img/dfbimg/_MG_2830_2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 100px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .voice-bg {
		background: url(../img/dfbimg/dfb_img02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -230px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .voice-bg {
		background: url(../img/dfbimg/dfb_img02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .kouki-bg {
		background: url(../img/dfbimg/kouki.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left -150px;
		/* position: relative; */
		z-index: -9;
		height: 300px;
	}
}
@media (max-width: 767px) {
	header .kouki-bg {
		background: url(../img/dfbimg/kouki.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .news-bg {
		background: url(../img/dfbimg/dfb_stork03.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left -100px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .news-bg {
		background: url(../img/dfbimg/dfb_stork02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .news-detail-bg {
		background: url(../img/dfbimg/dfb_stork04.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -100px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .news-detail-bg {
		background: url(../img/dfbimg/dfb_stork04.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .supporter-bg {
		background: url(../img/dfbimg/dfb_voice.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top -220px right;
		/* position: relative; */
		z-index: -9;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	header .supporter-bg {
		background: url(../img/dfbimg/dfb_voice.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	header .service-bg {
		background: url(../img/dfbimg/dfb_service_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -400px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (min-width: 768px ) and (max-width: 991px) {
	header .service-bg {
		background: url(../img/dfbimg/dfb_service_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -330px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .service-bg {
		background: url(../img/dfbimg/dfb_service_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .shopping-guide-bg {
		background: url(../img/dfbimg/dfb_shoppingguide.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -300px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .shopping-guide-bg {
		background: url(../img/dfbimg/dfb_shoppingguide.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -130px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .about-bg {
		background: url(../img/dfbimg/dfb_about.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -100px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .about-bg {
		background: url(../img/dfbimg/dfb_about.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .forcompany-bg {
		background: url(../img/dfbimg/dfb_forcompany.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -150px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
	header .forcompany-bg p,
	header .fornursery-bg p {
		color: #ffffff;
		font-size: 20px;
		font-weight: 600;
		text-align: left;
		margin: -50px 0 10px 90px;
	}
}
@media (max-width: 767px) {
	header .forcompany-bg {
		background: url(../img/dfbimg/dfb_forcompany.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .fornursery-bg {
		background: url(../img/dfbimg/dfb_fornursery.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -150px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	header .fornursery-bg {
		background: url(../img/dfbimg/dfb_fornursery.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .friends-bg {
		background: url(../img/dfbimg/dfb_friends_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -150px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	header .friends-bg {
		background: url(../img/dfbimg/dfb_friends_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .parents-bg {
		background: url(../img/dfbimg/dfb_parents_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left -200px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	header .parents-bg {
		background: url(../img/dfbimg/dfb_parents_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -50px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .grandparents-bg {
		background: url(../img/dfbimg/dfb_grandparents_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left -200px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	header .grandparents-bg {
		background: url(../img/dfbimg/dfb_grandparents_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -80px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .sensho-bg {
		background: url(../img/dfbimg/dfb_sensho_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -150px;
		/* position: relative; */
		z-index: -9;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	header .sensho-bg {
		background: url(../img/dfbimg/dfb_sensho_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header .faq-bg {
		background: url(../img/dfbimg/dfb_faq_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left 0px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .faq-bg {
		background: url(../img/dfbimg/dfb_faq_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}
@media (min-width: 1201px) {
	header .okiraku-bg {
		background: url(../img/dfbimg/dfb_okiraku_title11.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		/* position: relative; */
		z-index: -9;
		padding-top: 280px;
		height: 400px;
	}
	header .okiraku-bg h1 {
		margin-top: -130px;
	}
	header .okiraku-bg p {
		color: #2C4674;
		font-size: 30px;
		font-weight: 600;
		text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
		text-align: left;
		margin: 90px 0 10px 90px;
	}
}

@media (min-width: 992px) and (max-width: 1200px ) {
	header .okiraku-bg {
		background: url(../img/dfbimg/dfb_okiraku_title11.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		/* position: relative; */
		z-index: -9;
		padding-top: 280px;
		height: 400px;
	}
	header .okiraku-bg h1 {
		margin-top: -130px;
	}
	header .okiraku-bg p {
		color: #2C4674;
		font-size: 30px;
		font-weight: 600;
		text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
		text-align: left;
		margin: 90px 0 10px 90px;
	}
}
@media (min-width: 668px) and (max-width: 991px) {
	header .okiraku-bg {
		background: url(../img/dfbimg/dfb_okiraku_title10m.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center ;
		/* position: relative; */
		z-index: -9;
		height: 400px;
		padding-top: 170px;
		padding-bottom: 10px;
	}
	header .okiraku-bg p {
		color: #2C4674;
		font-size: 25px;
		font-weight: 600;
		text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
		text-align: left;
		margin: 90px 0 0px 20px;
	}
}
@media (max-width: 667px) {
	header .okiraku-bg {
		background: url(../img/dfbimg/dfb_okiraku_title10m.png);
		background-size: cover ;
		background-repeat: no-repeat;
		background-position: center ;
		/* position: relative; */
		padding-top: 70px;
		height: 230px;
		z-index: -9;
	}
	header .okiraku-bg p {
		color: #2C4674;
		font-size: 25px;
		font-weight: 600;
		text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
		text-align: left;
		margin: 40px 0 0px 10px;
	}
}

@media (min-width: 992px) {
	header .matsutoki-bg {
		background: url(../img/dfbimg/dfb_matsutoki_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -400px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (min-width: 768px ) and (max-width: 991px) {
	header .matsutoki-bg {
		background: url(../img/dfbimg/dfb_matsutoki_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right -330px;
		/* position: relative; */
		z-index: -9;
	}
}
@media (max-width: 767px) {
	header .matsutoki-bg {
		background: url(../img/dfbimg/dfb_matsutoki_bg_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right 0px;
		/* position: relative; */
		z-index: -9;
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

.classic,
.classic2 {
  font-family: 'Caveat';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .8; }

.classic2 {
  font-family: 'Great Vibes'; }

.thin {
  font-weight: 100 !important; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }

a .fa {
  opacity: 0.6 !important; }
  a .fa:hover {
    opacity: .9; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* NavBar */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease; }
.navbar-custom .navbar-brand {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 17px 5px 12px 15px; }
.navbar-custom img {
  display: inline-block; }
.navbar-custom.top-nav-collapse {
  background-color: #fff;
  border-bottom: 1px solid #eee; }
.navbar-custom.top-nav-collapse a {
  color: #000; }
.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 22px;
  padding-top: 16px; }

.navbar-fixed-top .container {
  width: auto; 
  padding-right: 10% ;
  padding-left: 10%;}

@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1170px !important;}
}
@media (min-width: 992px) {
	.navbar-custom .navbar-brand .logo {
	  max-height: 80px;
	  display: inline-block;
	}
}
@media (max-width: 991px) {
	.navbar-custom .navbar-brand .logo {
	  max-height: 65px;
	  display: inline-block;
	}
}


@media (min-width: 1200px) {
	.topbtn-wrapper {
		display: inline-block !important;
	}
	/* safariの表示位置強制調整 */
	_::-webkit-full-page-media, _:future, :root .topbtn-wrapper {
		margin-top: -30px;
		margin-left: 350px;
	}
	/* Edgeの表示位置強制調整 */
	_:-ms-lang(x)::backdrop, .topbtn-wrapper {
		margin-top: -30px;
		margin-left: 350px;
	}
	.okiraku-toplogo {
		margin-top: 28px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.downloads-toplogo {
		margin-top: 28px;
		margin-left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.topbtn-wrapper {
		display: inline-block;
		margin-left: 0;
	}
	.okiraku-toplogo {
		margin-top: 25px;
		margin-left: 10px;
	}
	.downloads-toplogo {
		margin-top: 25px;
		margin-left: 10px;
	}
}
@media (min-width: 401px) and (max-width: 991px) {
	.topbtn-wrapper {
		display: inline-block;
		margin-left: 60px;
	}
	.okiraku-toplogo {
		margin-top: 40px;
		margin-left: 10px;
	}
	.downloads-toplogo {
		margin-top: 40px;
		margin-left: 10px;
	}
}
@media (max-width: 400px) {
	.topbtn-wrapper {
		display: inline-block;
		margin-left: 100px;
	}
	.okiraku-toplogo {
		margin-top: 10px;
		margin-left: 10px;
	}
	.downloads-toplogo {
		margin-top: 10px;
		margin-left: 10px;
	}
}


.logoborder {
  border: 1px solid #fff;
  padding: 10px;
  max-height: 42px !important; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 40px; }

.navbar-custom .navbar-brand .logodark {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  display: inline-block; }

.navbar-custom .navbar-brand .logo {
  display: inline-block; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-width: 250px;
  max-height: 100px;
  padding-top: 10px !important;
 }
.navbar-custom .navbar-brand i {
  vertical-align: middle; }
.navbar-custom .navbar-brand:focus {
  outline: 0; }
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0; }


	/* navbar collapse for iPad (bootstrap) */
	/* ↓↓↓ */
	@media (max-width: 1200px) {
	    .navbar-header {
	        float: none;
	    }
	    .navbar-toggle {
	        display: block;
	    }
	    .navbar-collapse {
	        border-top: 1px solid transparent;
	        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	    }
	    .navbar-collapse.collapse {
	        display: none!important;
	    }
	    .navbar-nav {
	        float: none!important;
	        margin: 7.5px -15px;
	    }
	    .navbar-nav>li {
	        float: none;
	    }
	    .navbar-nav>li>a {
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }
	    .navbar-text {
	        float: none;
	        margin: 15px 0;
	    }
	    .navbar-collapse.collapse.in {
	        display: block!important;
	    }
	    .collapsing {
	        overflow: hidden!important;
	    }
	}
	/* ↑↑↑↑ */
	/* navbar collapse for iPad (bootstrap) */



.nav > li > a {
  font-size: 14px;
  /* padding: 18px 13px 15px; } */
  padding: 4px; }

.nav-narrow {
	letter-spacing: -0.8px;
}

/* tablist-nav is NOT used */
.tablist-nav {
	margin-bottom: 50px !important; }
.tablist-nav > ul {
  list-style: none !important;
}
.tablist-nav > li > a {
  font-size: 16px;
  padding: 21px 13px 15px;
}


.nav > li:hover > a,
.nav > li.active > a,
.nav > li.current > a {
  color: #1ABC9C !important;
  border-bottom: 3px solid !important;
  border-bottom-color: #1ABC9C !important;
}

.navtext-border {
	border: 1px solid;
	border-color: #aaa;
	padding: 3px;
}

/* navbar control */
.navbar-custom a {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }

.navbar-custom .nav li a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
.navbar-custom .nav li a:hover {
  outline: 0;
  background-color: transparent; }
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent; }
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important; }
.navbar-custom .nav li.active a {
  color: #789 !important; }
.navbar-custom .nav li.active a:hover {
  color: #789; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.97);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0; }
  .dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 18px;
    white-space: nowrap; }
  .dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent; }

.nav .open > a {
  background-color: transparent;
  border-color: transparent; }
.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent; }

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px; }
.search-form .form-control {
  color: #ccc !important; }

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none; }

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0; }

.nav .badge {
  background-color: #789;
  color: #fff;
  padding: 4px 5px 5px 6px;
  font-size: 11px;
  position: absolute;
  margin: -10px -5px;
  line-height: 1;
  border-radius: 50% !important; }

.navbar-toggle {
  padding: 10px 0; }
.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background: #fff; }

.top-nav-collapse .icon-bar {
  background: #333; }

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0; }

a.btn-nav .btn {
  margin-bottom: 0; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent; }

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 5px 0; }

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1px;
  color: #555 !important; }

.nav .active {
  height: auto !important; }
/* tablist-nav is NOT used */
.tablist-nav .active {
  height: auto !important; }

.tab-content .tab-pane .tab-pane-text{
	margin-top: 20px !important;
	margin-left: 40px !important;
	margin-right: 10px !important;
	font-size: 18px !important;
}


.dropdown-menu {
  padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }
.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px; }
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0; }

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important; }

.nav .fa {
  font-size: 16px;
  line-height: 1px; }
.nav .fa-angle-down {
  font-size: 13px; }
.nav .fa, .nav a .fa {
  opacity: 1 !important; }
.nav .fa-plus {
  font-size: 12px; }

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px; }

/* nav control */
  .navbar-custom {
    padding: 10px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.6);
    /* background: transparent;  */
  }
  .navbar-custom.top-nav-collapse {
    padding: 0 30px;
    background-color: #fff; }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #eee; }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .navbar-left {
    float: right !important; }

  .navbar-pad-top {
    padding-top: 22px !important; }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none; }

  .angle-right:after {
    float: right;
    font-family: 'fontawesome';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }
@media (min-width: 991px) {
  .dropdown-menu {
    padding: 0; }
	.navbar_header_subtitle {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #34495e !important;
    text-shadow: 1px 1px 0 #FFF;
    text-align: center !important;
  }
}
@media (max-width: 990px) {
  p.empty {
    display: none; }

  .search-button {
    margin-top: 0; }

  .nav .badge {
    margin: 2px 4px; }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important; }
  .nav a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }

  .navbar-header {
    float: none; }

  .navbar_header_subtitle {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #34495e !important;
    text-shadow: 1px 1px 0 #FFF;
    text-align: center !important;
  }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px; }


  .collapse.in {
    display: block !important; }

  .navbar-collapse.in {
    overflow-y: auto !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
      background-image: none; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 400px; }

/* Backgrounds and font color */
.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-gray2 {
  background-color: #E8E8E8; }

.bg-darkblue {
  background-color: #34495e; }

.bg-transparent {
  background-color: transparent; }

.bg-footer {
  background-color: #333333; }

.bg-footer2 {
  background-color: #292929; }

.bg-dark {
  background-color: #18191B; }

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.97); }

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px; }

.small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before,
.small-header.bg-img-company-famous:before,
.small-header.bg-img-nursery:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9; }

@media (max-width: 992px) {
.small-header {
  text-align: center !important; }
.small-header .text-right {
  text-align: center !important; } }
.small-header .bg-white h2,
.small-header .bg-white h3 {
  color: #789; }

/* half-header */
.half-header {
  position: relative;
  z-index: 1;
  width: auto;
  height: 550px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.half-header.bg-img-library:before {
  background: rgba(255, 255, 255, 0.9);
  content: " ";
  left: 50%;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -9; }

@media (max-width: 992px) {
  .half-header.bg-img-library:before {
    background: rgba(230, 230, 230, 0.7);
    content: " ";
    left: 0%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9; }
}

@media (max-width: 992px) {
  .half-header {
    text-align: center !important; }
  .half-header .text-right {
    text-align: center !important; } }
  .half-header .bg-white h2,
  .half-header .bg-white h3 {
    color: #789; }

.half-header h2 {
  font-size: 30px !important;
  font-weight: 900;
  color: #1ABC9C !important;
  margin-bottom: 0 !important;
}

.half-header h3 {
  font-family: serif !important;
  font-weight: 900;
  margin-top: 0 !important;
}

.half-header p {
  font-size: 25px !important;
}


/* voice-bg */
.voice-bg {
  position: relative;
  z-index: 1;
  width: auto;
  height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.voice-bg.bg-img-library:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9; }

@media (max-width: 992px) {
  .voice-bg {
    text-align: center !important; }
  .voice-bg .text-right {
    text-align: center !important; } }
  .voice-bg .bg-white h2,
  .voice-bg .bg-white h3 {
    color: #789; }



.bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5,
.bg-img-company-famous.
.bg-img-nursery {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

.bg-img-login h3 {
	font-size: 30px !important;
	font-weight: 800 !important;
	color: #333;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1) }
.bg-img-forgotpw h3,
.bg-img-error-signup h3  {
	font-size: 30px !important;
	font-weight: 800 !important;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) }
.bg-img-check-cart h3 {
	font-size: 50px !important;
	font-weight: 800 !important;
	color: #FFF;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1) }
.bg-img-company-famous h3 {
	color: #FFF;
	font-size: 40px;
}
.bg-img-company-famous h4 {
	color: #FFF;
	font-size: 20px;
}
.bg-img-nursery h2 {
	color: #FFF;
	font-size: 50px;
}
.bg-img-nursery h3 {
	color: #FFF;
	font-size: 25px;
}


.bg-img {
  background: url(../img/header/19.jpg); }

.bg-img2 {
  background: url(../img/header/17.jpg); }

.bg-img3 {
  background: url(../img/header/13.jpg); }

.bg-img4 {
  background: url(../img/header/10.jpg); }

.bg-img5 {
  background: url(../img/header/18.jpg); }

.bg-img-library {
  background: url(../img/dfbimg/dfb_forcompanies.jpg); }

.bg-img-voices {
  background: url(../img/dfbimg/bg_voices.jpg); }

.bg-img-login {
  background: url(../img/dfbimg/dfb_login.jpg);}

.bg-img-check-cart {
/*  background: url(../img/dfbimg/dfb_cart01.jpg);} */
  background: url(../img/dfbimg/order-head.png);}

.bg-img-mypage {
/*  background: url(../img/dfbimg/dfb_cart01.jpg);} */
  background: url(../img/dfbimg/mypage.png);}

.bg-img-forgotpw {
  background: url(../img/dfbimg/dfb_forgotpw.jpg);}

.bg-img-company-famous {
  background: url(../img/dfbimg/dfb_tanimura02.jpg);}

.bg-img-nursery {
  background: url(../img/dfbimg/dfb_fornursery_bg.jpg);}

@media (max-width: 767px) {
	.bg-img-error-signup {
  	background: url(https://www.dfbooks.co.jp/img/dfbimg/dfb_error_sp.jpg);}
}
@media (min-width: 768px) {
	.bg-img-error-signup {
  	background: url(https://www.dfbooks.co.jp/img/dfbimg/dfb_error.jpg);}
}

/* bg-img parallax */
.bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img-voices,
.bg-img-company-famous,
.bg-img-nursery {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
.bg-img-login  {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right -300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
.bg-img-forgotpw  {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center -240px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
.bg-img-check-cart  {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top ;
/*  background-position: left -400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;*/
  height:55px;
  background-size: auto; }
.bg-img-mypage  {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top ;
/*  background-position: left -400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;*/
  height:35px;
  background-size: auto; }
.bg-img-error-signup  {
	background-size: 100% auto !important;
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }


.bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-primary a {
  color: #fff; }

.bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover {
  color: rgba(255, 255, 255, 0.8); }


/* login title */
.login-title-head {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 5px 15px;
	margin: 5px;
}

.login-title-head h2 {
	font-size: 40px !important;
}
.login-title-sub {
	font-size: 20px !important;
	line-height: 25px !important;
}

/* tab-content panel-heading */
.tab-content .panel-heading {
	color: #EB9C4D !important;
	background-color: #fff !important;
}

.panel-heading-add {
	border-width: 1px !important;
	border-color: #EB9C4D !important; }
.panel-heading-add h4:hover, a:hover {
	color: #EB9C4D !important; }


/* title block */
.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #1ABC9C;
  margin-top: 30px;
	margin-bottom: 30px;
}

.title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #1ABC9C;
	text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}

@media (min-width:768px) {
	.title-block p {
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  margin-bottom: 10px !important;	}
}
@media (max-width:767px) {
	.title-block p {
	  font-size: 17px !important;
	  font-weight: 700 !important;
	  margin-bottom: 10px !important;	}
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
	font-size: 15px;
	margin-top: 3px;
}


/* Card */
.card {
	text-align: center;
	/* padding: 20px 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
	width: 90% !important;
	background-color: #FFF;
	opacity: 0.9;
	color: #333 !important;
	font-size: 20px !important;
}

.card h2 {
	font-size: 33px !important;
  font-weight: 900;
	color: #1ABC9C !important;
	margin: 0 !important;
}

.card h3 {
	font-size: 28px !important;
	color: #F89FA1 !important;
	margin: 0 !important;
}

.card p {
  font-size: 20px !important;
  font-weight: 600;
}

.card .subtitle {
	font-size: 18px !important;
  font-weight: 700;
}

.card .buttonlayout {
	text-align: center !important;
	padding: 0px !important;
	margin: 0px !important;
}

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

.card-body {
	text-align: left !important;
}


/* process-steps */

.process-steps {
	margin: 0 !important;
	list-style: none;
}

.process-steps li {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	overflow: hidden;
}

.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
@media (min-width:768px) {
	.process-steps.process-5 li { width: 20%; }
	.process-steps li h5 {
		margin: 15px 0 0 0;
		font-size: 16px;
		font-weight: 300;
	}
}
@media (max-width:767px){
	.process-steps.process-5 li {
		width: 100%;
		margin-bottom: 30px;
	}
	.process-steps li h5 {
		margin: 5px 0 0 0;
		font-size: 16px;
		font-weight: 300;
	}
}

.process-steps li .i-circled-alt { margin-bottom: 0 !important; }

.process-steps li .i-bordered-alt { background-color: #FFF; }

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
	font-weight: 600;
	color: #1ABC9C;
}

.process-steps li.active a,
.process-steps li.active p,
.process-steps li.ui-tabs-active a {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #1ABC9C !important;
	border-color: #1ABC9C !important;
}

@media (min-width:768px) {
	.process-steps li:before,
	.process-steps li:after {
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		margin-left: -26px;
		width: 50%;
		border-top: 1px dashed #DDD;
	}
}

.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }



/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
.intro a {
  color: #fff; }
.intro a:hover {
  color: #ccc;
  text-decoration: none; }

.introhalf {
  height: auto !important; }

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
  width: 100%;
  position: relative;
  z-index: 1; }

.intro .intro-body .badge {
  background-color: rgba(0, 0, 0, 0.4);
  color: #eee;
  font-size: 8px;
  position: absolute;
  margin: -9px -14px;
  line-height: 1;
  text-shadow: 2px 2px 1px #333;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 19px 0 0 2px;
  font-weight: 800; }

@media (min-width: 768px) {
	.intro-body .titletext {
  	/* font-family: 'Raleway', sans-serif; */
  	/* font-size: 45px !important; */
	/*	font-size: 30px !important; inoue 0616*/
		font-size: 45px !important;
  	font-weight: 700 !important;
  	color: #34495e;
  	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  	text-align: left !important;
  	padding-top: 100px;
  	padding-bottom: 50px;
  	padding-left: 90px !important;
  	line-height: 60px;
	}
}
@media (max-width: 767px) {
	.intro-body .titletext {
  	/* font-family: 'Raleway', sans-serif; */
  	/* font-size: 30px !important; */
		/* line-height: 60px; */
		font-size: 30px !important;
		line-height: 80px;
  	font-weight: 700 !important;
  	/* color: #F89FA1; */
		/* text-shadow: 1px 1px 0 rgba(21, 73, 94, 0.9); */
		color: #34495e;
  	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  	text-align: left !important;
  	/* padding-top: 270px; */
		padding-top: 30px;
  	/* padding-bottom: 50px; */
  	padding-left: 20px !important;
	}
}

@media (min-width: 768px) {
	.titletext-top {
  	/* font-family: 'Raleway', sans-serif; */
  	/* font-size: 45px !important; */
		font-size: 24px !important;
  	font-weight: 400 !important;
		line-height: 1.5em;
  	color: #4C4948;
  	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  	text-align: center !important;
  	padding-top: 100px;
/*  	padding-bottom: 30px; */
  	padding-left: 90px !important;
  	
	}
	.oneherf{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.titletext-top {
  	/* font-family: 'Raleway', sans-serif; */
  	/* font-size: 30px !important; */
		/* line-height: 60px; */
		font-size: 18px !important;
		line-height: 1.8em;
  	font-weight: 400 !important;
  	/* color: #F89FA1; */
		/* text-shadow: 1px 1px 0 rgba(21, 73, 94, 0.9); */
		color: #34495e;
  	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  	text-align: center !important;
  	/* padding-top: 270px; */
		padding-top: 30px;
  	/* padding-bottom: 50px; */
  	padding-left: 20px !important;
	}
	.oneherf{
		margin-bottom: 10px;
		margin-top: 30px;
	}
}

.bluelarge{
	font-size: 56px ;
	color: #315884;	
	margin-top: 10px;
}

.introhalf .intro-body {
  padding: 180px 0 110px; }

.landing .intro-body:before {
  position: absolute;
  background: transparent; }

.intro-body:before {
  background: rgba(7, 9, 21, 0);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9; }

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px; }
.intro h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px; }
.intro h1.classic {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal; }
.intro h1.classic2 {
  font-size: 110px;
  line-height: 110px; }
.intro .lead {
  margin: 40px 0 0; }

.intro-fullscreen {
  opacity: 1 !important; }
.intro-fullscreen .intro-body {
  padding: 90px 0 20px; }

@media (max-height: 600px) {
  .intro-fullscreen {
    position: inherit; } }
@keyframes kenburns {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@media (min-width: 768px) {
  .intro {
    padding: 0; }
	.intro .intro-body .brand-heading {
  	font-size: 46px; } }
/* Intro solid color */
.solid-color .intro-body:before, .solid-color2 .intro-body:before, .solid-color3 .intro-body:before {
  background: transparent !important; }
.solid-color.intro, .solid-color2.intro, .solid-color3.intro {
  text-shadow: none !important; }

.solid-color {
  background-color: #00bcd4; }

.solid-color2 {
  background-color: #ff4081; }

.solid-color3 {
  background-color: #607d8B; }

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none; }

.video-controls-visible {
  display: inline; }

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px; }
.video-controls a.fa {
  text-decoration: none; }

.mbYTP_wrapper {
  z-index: 0 !important; }

.section-video .mbYTP_wrapper {
  z-index: -1 !important; }

.section-video:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9; }

.section-video {
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important; }

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important; }

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 480px; }

.help-block li {
  list-style: none;
  color: #990000; }
.help-block ul {
  padding: 0;
  margin: 0; }

.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s; }
.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-width-50 {
	width: 50px !important; }
.form-width-100 {
	width: 100px !important; }
.form-width-140 {
	width: 140px !important; }
.form-width-200 {
	width: 200px !important; }
.form-width-300 {
	width: 300px !important; }
.form-width-400 {
	width: 400px !important; }
.form-width-600 {
	width: 600px !important; }

.subscribe-form {
  padding-bottom: 10px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

input[type=checkbox], input[type=radio] {
  margin: 7px 0 0; }

.checkbox label, .radio label {
  font-weight: 300; }

.form-signin .form-control {
  position: relative; }
  .form-signin .form-control:focus {
    z-index: 2; }
.form-signin input {
  margin-bottom: -1px; }

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: #18191b;
  border: 0; }

.ui-datepicker select {
  appearance: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background: none;
  border-radius: 4px;
  background-color: #f9f9f9;
  line-height: 1;
  font-size: 14px;
  color: #999;
  padding: 0.8em 2em 0.6em 0.8em;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
  background-image: url(../img/dfbimg/select_arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* パンくず */
#bread .bread-wrapper {
	background-color: transparent !important;
	padding: 0;
	margin: -40px 0 50px 0 !important;
}
#bread ol {
	list-style: none;
	display: inline;
}
#bread li {
	display: inline;
	font-size: 10px;
}
#bread a {
	position: relative;
	color: #1ABC9C;
}
#bread a:after {
	content: " > ";
}

@media (min-width: 768px) {
	#dairiten .dairiten {
		display: inline;
		margin-left: 42vw;
	}
	#dairiten .dairiten-txt {
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		color: #8C3937;
		background-color: #ECD078;
		border: 3px solid;
		border-color: #EB9C4D;
		width: 250px;
		height: auto;
		padding: 5px 5px 5px 10px;
	}
}
@media (max-width: 767px) {
	#dairiten .dairiten {
		display: inline;
		margin-left: 18vw;
		margin-top: 50px;
	}
	#dairiten .dairiten-txt {
		text-align: center !important;
		font-size: 25px;
		font-weight: 600;
		color: #8C3937;
		background-color: #ECD078;
		border: 3px solid;
		border-color: #EB9C4D;
		width: 250px;
		height: auto;
		padding: 5px 5px 5px 10px;
	}
}

#index-video {

}

/* Subscribe form */
#subscribe {
  color: #333 !important;
  text-shadow: none; }
  #subscribe a {
    color: #333 !important; }

/* Countdown */
[id*="clock"] {
  padding: 40px 0; }
  [id*="clock"] div {
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px; }
  [id*="clock"] span {
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
    display: block;
    font-size: 64px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }

@media (max-width: 1170px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 48px;
    padding: 18px 0; } }
@media (max-width: 768px) {
  [id*="clock"] div {
    margin: 0 15px; }
  [id*="clock"] span {
    font-size: 42px;
    padding: 15px 0; } }
@media (max-width: 468px) {
  [id*="clock"] div {
    margin: 0 7px; }
  [id*="clock"] span {
    font-size: 32px;
    padding: 5px 0; } }
/* News - Blog etc grid */
#news div[class*="col-"] {
  margin-bottom: 60px; }
#news h5 {
  padding-top: 10px;
  margin-bottom: 25px; }

.grid-pad img {
  margin-bottom: 20px; }
.grid-pad div[class*="col-"] {
  margin-bottom: 40px; }

#news-single .carousel {
  padding-bottom: 20px; }

.row:not(:first-child) {
  padding-top: 40px; }


/* Balls */
#balls h3 {
  font-size: 22px !important;
  font-weight: 800 !important;
}
#balls p {
  font-size: 18px !important;
  margin-bottom: 10px;
}


/* social icon */
#social_icon .social_wrapper {
	text-align: center;
	padding: 15px 30px 5px 30px;
	margin-left: auto;
	margin-right: auto;
}
#social_icon a {
	color: #fff;
}
#social_icon a:hover {
	color: #eee !important;
}
@media (min-width: 769px) {
	#social_icon .title {
		display: block;
		width: 400px;
		height: 35px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 28px;
		background-color: #40C0CB;
		border-radius: 25px;
		margin: -20px 0 10px 0;
	}
	#social_icon .fb {
		display: inline-block;
		width: 150px;
		height: 40px;
		background-color: #34599D;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 0 5px;
	}
	#social_icon .instagram {
		display: inline-block;
		width: 150px;
		height: 40px;
		background-color: #3180B1;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 0 5px;
	}
	#social_icon .twitter {
		display: inline-block;
		width: 150px;
		height: 40px;
		background-color: #2CADF4;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 0 5px;
	}
	#social_icon .line {
		display: inline-block;
		width: 150px;
		height: 40px;
		background-color: #fff;
		color: #fff;
		margin: -15px 0 0 -5px;
		padding: 0;
	}
	#social_icon .line img {
		height: 40px;
		width: auto;
		margin: -12px 0 0 -20px;
	}
}
@media (max-width: 768px) {
	#social_icon .title {
		display: block;
		width: 250px;
		height: 25px;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 27px;
		background-color: #40C0CB;
		border-radius: 5px;
		margin: -20px 0 10px 0;
	}
	#social_icon .fb {
		width: 200px;
		height: 40px;
		background-color: #34599D;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 5px 5px;
	}
	#social_icon .instagram {
		width: 200px;
		height: 40px;
		background-color: #3180B1;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 5px 5px;
	}
	#social_icon .twitter {
		width: 200px;
		height: 40px;
		background-color: #2CADF4;
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 5px 5px;
	}
	#social_icon .line {
		display: inline-block;
		width: 200px;
		height: 40px;
		background-color: #fff;
		color: #fff;
		margin: -15px 0 0 -5px;
		padding: 0;
	}
	#social_icon .line img {
		height: 40px;
		width: auto;
		margin: 7px 0 0 0;
	}
}


/* Course */
@media (min-width: 768px) {
	#course h2 {
	  font-size: 45px !important;
	  font-weight: 700 !important;
	  /* font-weight: bold !important; */
	  /* color: #1ABC9C; */
	}
	#course .price {
		font-size: 37px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#course h4 {
		font-size: 24px !important;
		font-weight: 800 !important;
	}
	#course h5 {
		font-size: 20px;
		font-weight: 800;
	}
}
@media (max-width: 767px) {
	#course h2 {
	  font-size: 25px !important;
	  font-weight: 700 !important;
	  /* font-weight: bold !important; */
	  /* color: #1ABC9C; */
	}
	#course .price {
		font-size: 25px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#course h4 {
		font-size: 20px !important;
		font-weight: 600 !important;
	}
	#course h5 {
		font-size: 18px;
		font-weight: 600;
	}
}
#course h3 {
  font-size: 25px !important;
  font-weight: 800 !important;
}
#course p {
  font-size: 18px !important;
  margin-bottom: 10px;
}
#course .bordered {
	border: 1px solid;
	border-color: #ccc;
	margin: 0 1px 5px 1px;
	padding: 10px;
}


/* gift */
#gift .delivery-wrapper {
/*	border: 1px solid; */
	border-color: #FF6D2E;
	border-radius: 5px;
/*	background-color: #FFF9EB; */
	padding: 15px 5px;
	background-color: #FFFFF0;
	border: medium solid #FFFACD;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#gift .delivery-title {
	color: #006666;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}
#gift .delivery-text {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}
#gift .delivery-msg {
	font-size: 70px;
	color: #555555;
	margin: 0;
}
@media (min-width:992px) {
	#gift .delivery-plus {
		font-size: 70px;
		font-weight: 800;
		color: #777777;
		line-height: 80px;
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	#gift .delivery-plus {
		font-size: 70px;
		font-weight: 800;
		color: #777777;
		line-height: 80px;
		padding-top: 0;
		margin-top: -20px;
	}
}
#gift .delivery-book-new {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 30px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	background-color: red;
	text-align: center;
	line-height: 33px;
}
#gift .delivery-book {
	font-size: 50px;
	color: #777777;
}

.gift-orderflow-h3 {
		font-size: 16px;
		font-weight: 600;
		color: #1ABC9C;
}

.course01-h2 {
	font-size: 25px;
	font-weight: 600;
}

/* Sensho */
#sensho .vmiddle {
  vertical-align: middle;
}

#sensho h2 {
  font-size: 25px !important;
  text-align: left;
}

#sensho p {
  font-size: 20px !important;
  text-align: left;
}

#sensho ul li {
  font-size: 20px !important;
  text-align: left !important;
}

/* Voices */
#voices h1 {

}

@media (min-width: 768px) {
	#voices img.small {
		width: 200px;
		height: auto;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#voices img.small {
		width: 150px;
		height: auto;
		padding-bottom: 10px;
	}
}

/* Famous */
#famous img {
  width: 200px;
  height: auto;
  padding-bottom: 10px;
}

#famous h3 {
	display: block;
	margin-bottom: 0;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
  text-align: left;
}

#famous .subtitle {
	display: block;
	color: #1ABC9C;
	font-weight: 600;
	font-family: 'Crete Round', serif;
	/* font-style: italic; */
	font-size: 20px;
	margin-top: 0px;
  text-align: left !important;
}

#famous p {
	margin-top: 15px;
	color: #333;
  font-size: 17px;
  text-align: left;
}

#company-famous p {
	font-size: 20px !important;
}


/* supporter */
@media (max-width: 767px) {
	#supporter img.small {
		width: 200px;
		height: auto;
		padding-bottom: 10px;
	}
}

#supporter h4 {
	display: block;
	margin-bottom: 0;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
  text-align: left;
}

@media (min-width: 768px) {
	#supporter h5 {
		display: block;
		margin-bottom: 0;
		font-size: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}
@media (max-width: 767px) {
	#supporter h5 {
		display: block;
		margin-bottom: 0;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}

#supporter .subtitle {
	display: block;
	color: #1ABC9C;
	font-weight: 600;
	font-family: 'Crete Round', serif;
	/* font-style: italic; */
	font-size: 20px;
	margin-top: 0px;
  text-align: left !important;
}

#supporter p {
	margin-top: 15px;
	color: #333;
  font-size: 17px;
  text-align: left;
}

#supporter p .text-center {
  text-align: center !important;
}

#supporter .comment-box {
	border: 1px solid;
	border-color: #ccc;
	padding: 10px 30px;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	font-family: serif;
	text-align: left;
}


/* about-company */
@media (max-width: 767px) {
	#about-company img.small {
		width: 200px;
		height: auto;
		padding-bottom: 10px;
	}
}

#about-company .table {
	border: 1px solid #FFF !important;
}
#about-company .table tbody {
	border: 1px solid #FFF !important;
}

#about-company .table td {
	border: none;
	width: 30%;
	text-align: right;
}

#about-company .table th {
	border: none;
	width: 70%;
	padding-left: 30px;
}

@media (min-width: 768px) {
	#about-company h4 {
		display: block;
		margin-bottom: 0;
		font-size: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}
@media (max-width: 767px) {
	#about-company h4 {
		display: block;
		margin-bottom: 0;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}

@media (min-width: 768px) {
	#about-company h5 {
		display: block;
		margin-bottom: 0;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}
@media (max-width: 767px) {
	#about-company h5 {
		display: block;
		margin-bottom: 0;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
  	text-align: left;
	}
}

#about-company p {
	margin-top: 15px;
	color: #333;
  font-size: 17px;
  text-align: left;
}



/* New Topics */
#newtopics time {
  font-size: 18px;
  font-weight: 700;
  color: #1ABC9C;
}

#newtopics h3 {
	color: #000000 !important;
  font-size: 18px !important;
  font-weight: 200 !important;
	margin-top: 10px !important;
  margin-bottom: 50px !important;
}

#newtopics .card {
	text-align: center;
	/* padding: 20px 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
	width: 90% !important;
	background-color: #FFF;
	opacity: 0.9;
	color: #333 !important;
	font-size: 20px !important;
  border: 1px solid;
  border-color: #777;
  border-radius: 10px;
}

@media (min-width: 768px) {
	#newtopics .inline-img {
		display: inline-block;
		width: 20vw;
		vertical-align: top;
		margin-bottom: 20px;
	}
	#newtopics .inline-text {
		display: inline-block;
		width: 50vw;
		font-size: 18px;
	}
	#newtopics img {
		height: 200px;
		width: auto;
	}
}
@media (max-width: 767px) {
	#newtopics img {
		max-height: 300px;
		width: auto;
		margin-bottom: 10px;
	}
}


/* Kouki */
#kouki h3 {
	color: #000000 !important;
  font-size: 18px !important;
  font-weight: 200 !important;
	margin-top: 10px !important;
  margin-bottom: 50px !important;
}
#kouki hr {
	border: 2px dashed;
	border-color: #40C0CB;
}

#kouki .card {
	text-align: center;
	/* padding: 20px 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
	width: 100% !important;
	background-color: #FFF;
	opacity: 0.9;
	color: #333 !important;
	font-size: 20px !important;
  border: 4px double;
  border-color: #40C0CB;
  border-radius: 5px;
}

@media (min-width: 768px) {
	#kouki video {
		width: 15vw;
		height: auto;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#kouki img {
		width: 15vw;
		height: auto;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#kouki .subtitle-text {
		font-size: 24px;
		font-weight: 600;
		color: #34495e;
	}
	#kouki .subtitle-kouki {
		font-size: 20px;
		font-weight: 800;
		color: #555;
	}
	#kouki .card-data {
		font-family: serif;
		font-size: 18px;
		font-weight: 700;
		color: #555;
	}
	#kouki .main-text {
		font-size: 20px;
		font-weight: 500;
		color: #333;
	}
	#kouki .dfb-text {
		font-size: 18px;
		font-weight: 700;
		font-family: serif;
		color: #555;
	}
}
@media (max-width: 767px) {
	#kouki video {
		width: 70vw;
		height: auto;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	#kouki img {
		width: 70vw;
		height: auto;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	#kouki .subtitle-text {
		font-size: 20px;
		font-weight: 600;
		color: #34495e;
	}
	#kouki .subtitle-kouki {
		font-size: 20px;
		font-weight: 800;
		color: #555;
	}
	#kouki .card-data {
		font-family: serif;
		font-size: 18px;
		font-weight: 700;
		color: #555;
	}
	#kouki .main-text {
		font-size: 16px;
		font-weight: 500;
		color: #333;
	}
	#kouki .dfb-text {
		font-size: 16px;
		font-weight: 700;
		font-family: serif;
		color: #555;
	}
}


/* for company */
#forcompany p {
	padding: 5px 20px 20px 40px;
}
#forcompany a,
#forcompany i {
	color: #1ABC9C;
	font-weight: 700;
}


/* Phylosophy */
@media (min-width: 768px) {
	#phylosophy h3 {
	  text-align: center;
	  color: white;
	  font-size: 25px;
	  font-weight: 800;
	}
}
@media (max-width: 767px) {
	#phylosophy h3 {
	  text-align: center;
	  color: white;
	  font-size: 15px;
	  font-weight: 800;
	}
}


/* okiraku */
#okiraku .bordered {
	border: 1px solid;
	border-color: #ccc;
	margin: 0 1px 5px 1px;
	padding: 10px;
}
#okiraku hr {
	border: 2px solid;
	border-color: #CCC;
}
@media (min-width: 768px) {
	#okiraku .photo-title {
		color: #EB9C4D;
		font-size: 25px;
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		border: 3px solid;
		border-color: #EB9C4D;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#okiraku img {
		width: 90%;
		height: auto;
	}
	#okiraku .caption {
		color: #333;
		font-size: 15px;
		text-align: center;
	}
	#okiraku .photo-text {
		color: #333;
		font-size: 15px;
		font-weight: 600;
		margin: 15px 5px 10px 5px;
		padding: 10px;
		border: 1px solid;
		border-color: #40C0CB;
	}
	#okiraku .contribute {
		color: #444;
		font-size: 40px;
		font-weight: 800;
		line-height: 75px;
		letter-spacing: 5px;
	}
	#okiraku p {
		font-size: 18px;
		line-height: 25px;
		text-align: left;
	}
	#okiraku .price-subtitle {
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
	}
	#okiraku .price {
		font-size: 35px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#okiraku .price-year {
		font-size: 22px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#okiraku .price-remarks {
		font-size: 18px;
		font-weight: 600;
		text-align: left !important;
	}
	#okiraku .package-title {
		font-size: 25px;
		font-weight: 600;
		color: #EB9C4D;
		letter-spacing: 7px;
	}
	#okiraku .package {
		font-size: 20px;
		font-weight: 600;
		line-height: 40px;
		color: #555;
		border: 2px solid;
		border-color: #EB9C4D;
		border-radius: 5px;
		padding: 20px;
		margin-bottom: 30px;
	}
	#okiraku .b2c-title {
		color: #444;
		font-size: 30px;
		font-weight: 800;
		line-height: 75px;
		letter-spacing: 5px;
	}
	#okiraku .b2c-table {
		border: none;
		font-size: 20px;
		font-weight: 600;
		width: 45vw;
		text-align: center;
	}
	#okiraku .courseplan-title {
		background-color: #ECD078;
		font-size: 25px;
		font-weight: 800;
		text-align: center;
		padding: 0;
	}
	#okiraku .courseplan {
		border: 1px solid;
		border-color: #40C0CB;
		width: 100%;
		margin: 0;
		padding: 5px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	#okiraku .voice-box {
		background-color: #fff;
		border: 2px solid;
		border-color: #EB9C4D;
		margin-bottom: 20px;
		padding: 2px;
	}
	#okiraku .voice-box-title {
		color: #EB9C4D;
		font-size: 20px;
		font-weight: 600;
	}
}
@media (max-width: 767px) {
	#okiraku .photo-title {
		color: #EB9C4D;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		border: 3px solid;
		border-color: #EB9C4D;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#okiraku img {
		width: 90%;
		height: auto;
	}
	#okiraku .caption {
		color: #333;
		font-size: 15px;
		text-align: center;
	}
	#okiraku .photo-text {
		color: #333;
		font-size: 15px;
		font-weight: 600;
		margin: 15px 5px 10px 5px;
		padding: 10px;
		border: 1px solid;
		border-color: #40C0CB;
	}
	#okiraku .contribute {
		color: #444;
		font-size: 30px;
		font-weight: 800;
		line-height: 55px;
		letter-spacing: 5px;
	}
	#okiraku .price-subtitle {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
	}
	#okiraku .price {
		font-size: 25px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#okiraku .price-year {
		font-size: 20px !important;
	  font-weight: 700 !important;
		color: #1ABC9C;
	}
	#okiraku .price-remarks {
		font-size: 16px;
		font-weight: 600;
		text-align: left !important;
	}
	#okiraku .package-title {
		font-size: 20px;
		font-weight: 600;
		color: #EB9C4D;
		letter-spacing: 7px;
	}
	#okiraku .package {
		font-size: 16px;
		font-weight: 600;
		line-height: 40px;
		color: #555;
		border: 2px solid;
		border-color: #EB9C4D;
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 30px;
	}
	#okiraku .b2c-title {
		color: #444;
		font-size: 27px;
		font-weight: 800;
		line-height: 45px;
		letter-spacing: 5px;
	}
	#okiraku .b2c-table {
		border: none;
		font-size: 15px;
		font-weight: 600;
		width: 85vw;
		text-align: center;
	}
	#okiraku .courseplan-title {
		background-color: #ECD078;
		font-size: 25px;
		font-weight: 800;
		text-align: center;
		padding: 0;
	}
	#okiraku .courseplan {
		border: 1px solid;
		border-color: #40C0CB;
		width: 100%;
		margin: 0;
		padding: 5px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	#okiraku .voice-box {
		background-color: #fff;
		border: 2px solid;
		border-color: #EB9C4D;
		margin-bottom: 20px;
		padding: 2px;
	}
	#okiraku .voice-box-title {
		color: #EB9C4D;
		font-size: 18px;
		font-weight: 600;
	}
}


/* top-msg */
@media (min-width: 768px) {
	.top-msg  {
		z-index: 9999;
		width: 80% !important;
		min-width: 300px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -250px;
		margin-bottom: 0px;
		background-color: #fff;
		opacity: 0.95;
		color: #333 !important;
		font-size: 20px !important;
	}
	.top-msg h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.top-msg  {
		z-index: 9999;
		width: 100% !important;
		min-width: 300px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -250px;
		margin-bottom: 0px;
		background-color: #fff;
		opacity: 0.9;
		color: #333 !important;
		font-size: 12px !important;
	}
	.top-msg h1 {
		font-size: 16px;
		font-weight: 600;
		line-height: 25px;
	}
}

.top-msg .topics-wrapper {
	display: block;
}
.top-msg .topics {
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	border: 1px solid;
	border-color: #C02942;
	border-radius: 5px;
	background-color: #C02942;
	width: 150px;
	text-align: center;
}
.top-msg .topics-green {
	display: inline-block;
	font-size: 18px;
	width: 20px;
	border: 1px solid;
	border-radius: 5px;
	border-color: #008000;
	background-color: #008000;
	text-align: center;
}
.top-msg .topics-txt {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: 700;
	color: #008000;
}

.top-msg .bordered {
	background-color: #FFF;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 5px;
	margin: 0;
	font-family: serif;
}

.top-msg-animated {
/* duration time */
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
/* delay time */
	/* animation-delay: .1s; */
	/* -webkit-animation-delay: .1s; */
	/* -moz-animation-delay: .1s; */
}

/* gift page */
@media (min-width: 768px) {
	.corona-campaign-box {
		border: 2px solid;
		border-color: #FFE4E1;
		/* background-color: #66FF33; */
		background-color: #FFFAFA;
		margin-top: -80px;
		margin-bottom: 50px;
		padding: 5px;
		text-align: center;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	.corona-campaign-box2 {
        display: block;
	}
	.corona-campaign-box3 {
        display: none;
	}
	.anq-input-pc {
        display: block;
	}
	.anq-input-mb {
        display: none;
	}
/*	.corona-campaign-box2 {
		background-image: url(../img/dfbimg/canpicon.png);
		min-width: 749px;
		min-height: 170px;
		border: 0px;
	    background-repeat: no-repeat;
	    background-size: auto;
	    text-align: center;
		background-position: center;
		padding-left: 200px;
		padding-top: 15px;
	} */
	.font-color-select{
	    color: #fff;
	}
	.corona-campaign-title {
		border: 3px solid;
		border-color: #FFE4E1;
		background-color: #FFFFF0;
		margin: 15px;
		font-size: 25px;
		font-weight: 600;
		color: #8B0000;
	}
	.corona-campaign-msg {
		border: 3px solid;
		border-color: #FFE4E1;
		background-color: #FFFFF0;
		margin: 15px;
		padding: 10px 5px;
		font-size: 20px;
		font-weight: 600;
		color: #8B0000;
	}

	.corona-title h1 {
		font-size: 55px;
		text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
		font-weight: 600;
		line-height: 40px;
		/* margin: -50px 0 0 0; */
		margin: 0;
		padding: 0;
	}
	.corona-title .linkbox {
/*		border: solid 7px #f3c842;
		background-color: #fff;
		border-radius: 5px;
		margin: 10px;
		padding: 5px; */
		border: solid 4px #FFC7AF;
		background-color: #FFFAF0;
		border-radius: 5px;
		margin: 10px;
		padding: 5px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	.corona-title .linkbox h3 {
		margin: 0px;
/*		color: #34495e; */
		color: #B22222;
		font-size: 30px;
		font-weight: 600;
	}
	.corona-title .linkbox h4 {
		margin: 0px;
/*		color: #34495e; */
		color: #8B0000;
		font-size: 20px;
		font-weight: 600;
	}
	.corona-title .linkbox p {
		font-size: 20px;
	}
	.corona-title .linkbox .plan {
		border: 0;
		/* background-color: #66FF33; */
		background-color: #FF9872;
		border-radius: 5px;
		padding: 5px;
		text-align: center;
		margin: 15px;
	}
	.corona-title .linkbox .plan a {
		color: #34495e;
		font-size: 20px;
		font-weight: 600;
	}
	.corona-title .linkbox .voice {
		border: 0;
		background-color: #A8CABA;
		border-radius: 5px;
		padding: 5px;
		text-align: center;
		margin: 15px;
	}
	.corona-title .linkbox .voice a {
		color: #ffffff;
		font-size: 20px;
		font-weight: 600;
	}

	.gift-title h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
		margin: -20px 0 0 0;
		padding: 0;
	}
	.gift-title p {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		margin: 15px 0 15px 0;
	}
	.gift-title .hello {
		font-size: 30px;
		font-weight: 600;
		color: #555;
	}
	.gift-title .expensive {
		font-size: 25px !important;
		font-weight: 800;
		line-height: 35px;
		letter-spacing: 5px;
		margin-top: -80px;
		margin-bottom: 50px;
	}
	.gift-title .card {
		width: 70% !important;
		padding: 10px 20px;
		background-color: #fff;
		border: 1px solid;
		border-color: #777;
		border-radius: 10px
	}
	.gift-title .card .card-body {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.corona-campaign-box {
		border: 2px solid;
		border-color: #afeeee;
		/* background-color: #66FF33; */
		background-color: #e0ffff;
		margin: -80px 10px 150px 10px;
		padding: 5px;
		text-align: center;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	.corona-campaign-box2 {
        display: none;
	}
	.corona-campaign-box3 {
        display: block;
	}
	.anq-input-pc {
        display: none;
	}
	.anq-input-mb {
        display: block;
	}
	.font-color-select{
	    color: #ff0;
	}
	.corona-campaign-title {
		border: 3px solid;
		border-color: #5f9ea0;
		background-color: #faffff;
		margin: 15px;
		font-size: 25px;
		font-weight: 600;
	}
	.corona-campaign-msg {
		border: 3px solid;
		border-color: #5f9ea0;
		background-color: #faffff;
		margin: 15px;
		padding: 10px 5px;
		font-size: 20px;
		font-weight: 600;
	}

		.corona-title h1 {
		font-size: 40px;
		text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
		font-weight: 600;
		line-height: 40px;
		margin: -130px 0 0 0;
		padding: 0;
	}
	.corona-title .linkbox {
		border: solid 7px #f3c842;
		background-color: #fff;
		border-radius: 5px;
		margin: 10px;
		padding: 5px;
	}
	.corona-title .linkbox h3 {
		margin: 0;
		color: #34495e;
		font-size: 30px;
		font-weight: 600;
	}
	.corona-title .linkbox h4 {
		margin: 0;
		color: #34495e;
		font-size: 20px;
		font-weight: 600;
	}
	.corona-title .linkbox p {
		font-size: 20px;
	}
	.corona-title .linkbox .plan {
		border: 0;
		/* background-color: #66FF33; */
		background-color: #abd16a;
		border-radius: 5px;
		padding: 5px;
		text-align: center;
		margin: 15px;
	}
	.corona-title .linkbox .plan a {
		color: #34495e;
		font-size: 20px;
		font-weight: 600;
	}
	.corona-title .linkbox .voice {
		border: 0;
		background-color: #A8CABA;
		border-radius: 5px;
		padding: 5px;
		text-align: center;
		margin: 15px;
	}
	.corona-title .linkbox .voice a {
		color: #ffffff;
		font-size: 20px;
		font-weight: 600;
	}

	.gift-title h1 {
		font-size: 20px;
		font-weight: 600;
		line-height: 25px;
		margin: -30px 0 0 0;
		padding: 0;
	}
	.gift-title p {
		font-size: 14px !important;
		font-weight: 400;
		line-height: 18px;
		margin: 15px 0 15px 0;
	}
	.gift-title .hello {
		font-size: 20px;
		font-weight: 600;
		color: #555;
	}
	.gift-title .expensive {
		font-size: 20px !important;
		font-weight: 800;
		line-height: 30px;
		letter-spacing: 3px;
		margin-top: -85px;
		margin-bottom: 50px;
	}
	.gift-title .card {
		width: 90% !important;
		padding: 10px 20px;
		background-color: #fff;
		border: 1px solid;
		border-color: #777;
		border-radius: 10px;
	}
	.gift-title .card .card-body {
		text-align: center !important;
	}
}


/* matsutoki download page */
@media (min-width: 768px) {
	.matsutoki-title {
		border: 2px solid;
		border-color: #EB9C4D;
		background-color: #fff;
		margin: 0;
		color: #EB9C4D;
		font-size: 24px;
		font-weight: 600;
		text-align: center;
	}
	.matsutoki-table-left {
		border: 2px solid;
		border-color: #EB9C4D;
		background-color: #fff;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0px;
	}
	.matsutoki-table-right {
		border: 2px solid;
		border-color: #777;
		background-color: #fff;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0px;
	}
	.matsutoki-kikkake-area {
		width: 400px;
	}
	.matsutoki-nickname-area {
		width: 400px;
	}
	.matsutoki-comment-area {
		width: 400px;
		height: 100px;
	}
	.matsutoki-thanks-border {
		border: 1px solid;
		border-color: #EB9C4D;
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.matsutoki-title {
		border: 2px solid;
		border-color: #EB9C4D;
		background-color: #fff;
		margin: 0;
		color: #EB9C4D;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
	.matsutoki-table-left {
		border: 2px solid;
		border-color: #EB9C4D;
		background-color: #fff;
		font-size: 15px;
		font-weight: 400;
		margin: 0;
		padding: 0px;
	}
	.matsutoki-table-right {
		border: 2px solid;
		border-color: #777;
		background-color: #fff;
		font-size: 15px;
		font-weight: 400;
		margin: 0;
		padding: 0px;
	}
	.matsutoki-kikkake-area {
		width: 300px;
	}
	.matsutoki-nickname-area {
		width: 300px;
	}
	.matsutoki-comment-area {
		width: 300px;
		height: 100px;
	}
	.matsutoki-thanks-border {
		border: 1px solid;
		border-color: #EB9C4D;
		width: 90%;
		margin-left: 5%;
		padding: 10px;
	}
}
.matsutoki-table-left table {
	border: 1px solid;
	border-color: #EB9C4D;
	width: 100%;
}
.matsutoki-table-left th {
	background-color: #EB9C4D;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}
.matsutoki-table-left td {
	border: 1px solid;
	border-color: #EB9C4D;
	background-color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
}
.matsutoki-table-right table {
	border: 1px solid;
	border-color: #777;
	width: 100%;
}
.matsutoki-table-right th {
	background-color: #777;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}
.matsutoki-table-right td {
	border: 1px solid;
	border-color: #777;
	background-color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
}

.matsutoki-wrapper {
	padding: 10px;
}
.matsutoki-fb {
	background-color: #34599D;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 10px 0;
}
.matsutoki-twitter {
	background-color: #2CADF4;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 10px 0;
}
.matsutoki-instagram {
	background-color: #3180B1;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 10px 0;
}


/* Team */
#team h2 {
  margin-top: -40px !important;
  padding-bottom: 0 !important; }
#team p {
  margin-bottom: 10px; }
#team .list-inline {
  margin: 0; }
#team img {
  border-radius: 50%; }

/* Contact */
#contact p {
	font-size: 20px !important;
	padding: 0 20px 50px 20px !important;
}
@media (max-width: 991px) {
  #contact {
    text-align: center; } }


#contact2 a {
  text-decoration: none;
  color: #555; }
#contact2 hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc; }
#contact2 .list-inline {
  padding-top: 10px; }


/* Quote */
blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none; }
  blockquote:before, blockquote:after {
    color: #ccc;
    font-size: 18px;
    font-family: fontawesome; }
  blockquote:before {
    content: "\f10d";
    padding-right: 15px; }
  blockquote:after {
    content: "\f10e";
    padding-left: 10px; }

.quote {
  font-size: 18px; }

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-3 {
    margin-top: 25px;
    margin-bottom: 25px; } }
.action-box li {
  float: left;
  margin: 20px 0 0 15px; }
.action-box span {
  display: none; }

#tweecool span {
  font-size: 18px; }

/* Map */
#map, #mapdark {
  width: 100%;
  height: 430px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

#mapdark {
  border: 0 !important; }

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important; }

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
.carousel-control:focus, .carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5; }
.carousel-control.left, .carousel-control.right {
  background-image: none;
  filter: none; }

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
#Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5; }

@media (max-width: 991px) {
.carousel-big .carousel-control {
  display: none; } }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 9; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-indicators {
  bottom: -60px; }

.indicators-inside {
  bottom: 7px; }

#Carousel-intro .carousel-indicators {
  bottom: 30px; }

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0; }
.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0; }
.carousel-indicators .active {
  background-color: #999; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-family: sans-serif;
  font-size: 50px; }

#carousel-light2 {
  margin-top: -115px; }

.carousel, .item, .active, .carousel-inner {
  height: 100%; }

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "\f3d3"; }
.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "\f3d2"; }

#carousel-news img {
  width: 100%; }

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px; }

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static; }
  #carousel-shop .carousel-indicators img {
    max-width: 104px; }
  #carousel-shop .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto; }
    #carousel-shop .carousel-indicators li img {
      display: block;
      opacity: 0.3;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #carousel-shop .carousel-indicators li.active img {
      opacity: 1; }
    #carousel-shop .carousel-indicators li:hover img {
      opacity: 0.75; }
#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px; }

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }

.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent; }
.nav-pills.nav > li > a {
  padding: 0; }

/* Animated mouse */
.scroll-btn {
  width: 57px;
  display: block;
  text-align: center;
  margin: 60px auto -60px; }
  .scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px; }
  .scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .5; }
  .scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }
/* Text rotator */
.rotating {
  display: inline-block; }

/* Number scroller */
.numscroller {
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px; }

/* Testimonials */
#testimonials .carousel-inner img {
  width: 160px;
  height: 160px;
  border-radius: 50%; }
#testimonials .carousel-caption {
  position: static;
  text-shadow: none;
  color: #444; }
#testimonials.bg-dark .carousel-caption {
  color: #fff; }

/*  Portfolio  */
.portfolio-sorting {
  text-transform: uppercase;
  margin-bottom: 48px; }
  .portfolio-sorting li a {
    color: #888;
    text-decoration: none;
    margin: 10px;
    letter-spacing: 2px;
    font-weight: 600; }
  .portfolio-sorting a:hover, .portfolio-sorting a.active {
    color: #555; }

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  transition: all .9s ease; }

.portfolio-items {
  margin-bottom: 0; }

.portfolio-item a {
  display: inline-block;
  color: #fff !important; }
  .portfolio-item a:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible; }
.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%; }
.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px); }

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .portfolio-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0; }

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1; }

.portfolio-item a h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #fff; }

.portfolio-wide div {
  margin-bottom: 10px; }

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.pricing .number {
  font-size: 60px; }
.pricing .panel-heading {
  border: 0;
  background-color: #eee; }
  .pricing .panel-heading h4 {
    margin-bottom: 0; }

.panel-default {
  border-color: transparent; }

.pricing sup, .pricing sub {
  font-weight: 600;
  color: #999; }
.pricing sup {
  font-size: 16px;
  top: -33px; }
.pricing sub {
  font-size: 10px;
  top: 0; }

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1); }
.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc; }

section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc; }

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
  border: 1px solid #222; }

.pricing .panel-heading {
  border: 0; }
.pricing .btn {
  display: block; }
.pricing .list-group-item, .pricing .panel-heading {
  padding: 17px 10px; }

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px; }

/* Pager */
.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0; }
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff; }
.pagination > .active > a {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important; }

/* Bars and charts */
#animate img {
  padding-bottom: 180px; }

.progress-default .progress {
  background-color: #ddd;
  margin-bottom: 15px;
  height: 25px; }
.progress-default .progress-bar {
  background-color: #333;
  padding: 3px 0; }

.progress-bar {
  text-align: left;
  text-indent: 20px; }

.progress-thin .progress {
  height: 2px;
  overflow: visible;
  margin-bottom: 35px; }
.progress-thin .progress-bar {
  color: #333;
  text-indent: 0;
  padding: 0; }

.bg-dark .progress-default .progress {
  background-color: #888; }
.bg-dark .progress-default .progress-bar {
  background-color: #555; }
.bg-dark .progress-thin .progress-bar {
  color: #ccc; }

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px; }
  .circle span {
    font-family: "Roboto Mono", sans-serif;
    letter-spacing: -1px; }
  .circle canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 6px; }
  .circle span:after {
    content: '%';
    margin-left: 0.1em; }

.agenda {
  padding-top: 45px; }

.progress-bar {
  -webkit-transition: width 2.50s ease !important;
  -moz-transition: width 2.50s ease !important;
  transition: width 2.50s ease !important; }

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block; }

.shop-item {
  position: relative; }

.shop-item img {
  border: 1px solid #eee; }

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden; }

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  li .shop-cart a:hover {
    background-color: transparent !important; }

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left; }

.shop-nav {
  color: #333; }
  .shop-nav a {
    color: #333; }
  .shop-nav .btn-dark-border {
    margin-bottom: 8px; }
  .shop-nav .fa {
    margin: 0 0 15px 5px; }

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 800; }

.add-cart:before {
  font-family: 'fontawesome';
  content: "\f290";
  padding-right: 10px;
  font-size: 20px;
  opacity: 0.5; }

.badge.price {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
  padding-top: 25px;
  border-radius: 50% !important;
  opacity: 0.7; }
  .badge.price.sale {
    top: 30px;
    background-color: #789;
    color: #fff;
    text-transform: uppercase; }
  .badge.price.trend {
    top: 30px;
    background-color: #c00;
    color: #fff;
    text-transform: uppercase; }
  .badge.price.new {
    top: 30px;
    background-color: #ff4081;
    color: #fff;
    text-transform: uppercase; }

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent; }
  .sorting > option {
    font-size: 14px; }

.table.shop-cart {
  margin-bottom: 60px; }
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 11px;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
    padding: 0;
    margin: 0; }
	.table.shop-cart h4 {
    font-size: 20px !important;
	 	font-weight: 600 !important;
		text-align: center !important; }
	.table.shop-cart.border-btm {
		border-bottom: 1px solid #ddd; }
	.td-width-150 {
		width: 150px !important;
	}
	.table.shop-cart img {
		width: 130px !important;
		height: auto !important;
	}

@media (max-width: 767px) {
	.table.shop-cart { width: 100%; }
	.table.shop-cart {border: none !important;}
	.table.shop-cart tr td {border: none !important;}
	.table.shop-cart tr {
		display: block;
		float: left;
  }
	.table.shop-cart tr td,
	.table.shop-cart tr th {
		display: block;
		height: 100px;
	}
	.table.shop-cart thead {
		display: block;
    float: left;
    width: 30%;
	}
	.table.shop-cart thead tr {
		width: 100%;
	}
	.table.shop-cart tbody {
		display: block;
    float: left;
    width: 70%;
	}
	.table.shop-cart tbody tr {
		width: 100%;
	}
	.table.shop-cart tbody td:last-child {
    border: none !important;
		height: 10px !important;
  }

  /* .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 5px;
		width: 100%;
		display: block;
	}
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 5px;
		width: 100%;
		display: block;
	}
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 5px;
		width: 100%;
		display: block;
	} */
}
/* Media Queries */
@media (max-width: 768px) {
  body {
    letter-spacing: 0; }

  .h4, h4 {
    font-size: 16px; }

  .h2, h2 {
    font-size: 24px; }

  .h3, h3 {
    font-size: 20px; }

  .intro h1 {
    font-size: 48px;
    line-height: 48px; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }
    .intro h1.classic2 {
      font-size: 65px;
      line-height: 65px;
      margin: 50px 0 50px; }

  section, .section {
    padding-top: 80px;
    padding-bottom: 80px; }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px; }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }

  .shop-item img {
    width: 100%; } }
@media (max-width: 991px) {
  .action {
    text-align: center; }
    .action .btn {
      float: none;
      margin-top: 30px;
      text-align: center; }
    .action .text-right {
      text-align: center; }

  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .search-button {
    margin-top: 5px; }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
	/* tablist-nav is NOT used */
	.tablist-nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
@media (max-width: 1200px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center; }

  #carousel-light, #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0; } }
@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px;
    line-height: 40px; } }
/* Magic background */
.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }


/* promo */
.promo {
	position: relative;
	padding: 30px 200px 30px 0;
}

.promo h2 {
	font-size: 45px !important;
	color: #1ABC9C;
	font-weight: bold;
	margin-bottom: 0;
}

.promo h3 {
	font-size: 25px !important;
	color: #444;
	font-weight: bold;
	margin-bottom: 0;
}

.promo h4 {
	font-size: 23px !important;
	color: #F89FA1;
	font-weight: bold;
	margin-bottom: 0;
}

.promo .subtitle {
	font-size: 18px !important;
  font-weight: 700;
}

.promo.promo-border {
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	padding-left: 30px;
}

.promo.promo-center {
	text-align: center;
	padding: 30px 20px;
}

.promo.promo-left {
	text-align: left;
	padding: 30px 20px;
}

/* download comment */
.download-comment {
	position: relative;
	margin: 5px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}
.download-comment .nickname {
	font-size: 16px !important;
  font-weight: 700;
}
.download-comment hr {
	border: 1px solid #E5E5E5 !important;
	margin: 4px;
}
.download-comment p {
	font-size: 14px !important;
	padding: 0;
	margin: 0;
}

/* bottom border */
.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border time,
.title-bottom-border h5,
.title-bottom-border h6 {
	display: block;
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 2px solid #1ABC9C;
}

/* JTB Benefit - elavel club page */
.elavelclub-bg {
	background-color: #FDF3EA;
}
.elavelclug-bg-white {
	background-color: #fff;
}

/* 福利厚生サービス関連共通 */
@media (min-width: 768px) {
	.welfare-title h1 {
		font-size: 30px;
		color: #333;
		text-shadow: 1px 1px 0 #ffffff;
	}
}
@media (max-width: 767px) {
	.welfare-title h1 {
		font-size: 28px;
		color: #333;
		text-shadow: 1px 1px 0 #ffffff;
	}
}



/* Footer */
.footer {
  color: #FFF;
  font-size: 14px;
}
.footer .footer-menu a {
  line-height: 24px; }
.footer .counter {
  line-height: 44px; }
.footer h4, .footer h5, .footer h6 {
  font-weight: 800;
  opacity: 0.7; }
.footer a {
  color: #EEE;
  font-weight: 800;
  text-decoration: none;
  opacity: 1; }
.footer a:hover {
  color: #1ABC9C;
  text-decoration: none; }
.footer ul {
  list-style: none;
}
@media (max-width: 767px) {
	.footer img.small {
		width: 150px;
		height: auto;
		padding-bottom: 10px;
	}
}

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999; }


.footer2 {
  /* height: 10px; */
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #FFF;
  text-align: center;
  font-size: 12px;
}


@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }
/* Stop animation on mobile devices */
@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }
/* Demo page */
.intro.demo-header h1 {
  font-size: 90px; }
.intro.demo-header h2 {
  font-size: 24px; }

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 42px; } }
.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px; }
.demo img {
  margin: 15px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.demo h6 {
  font-weight: 500px !important; }
.demo .badge.new {
  background-color: #ff4081;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 26px;
  right: 20px;
  margin: -24px -14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 17px;
  z-index: 1; }

.intro.demo-header .intro-body:before {
  background: rgba(25, 25, 35, 0.7); }

.scroll-background {
  -webkit-animation: scroll-background 2000s linear infinite;
  animation: scroll-background 2000s linear infinite;
  background-repeat: repeat-x !important;
  margin-top: 58px;
  top: 0 !important; }

@-webkit-keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }
@keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }

/*# sourceMappingURL=universal.css.map */

/* アンケート用 */
.survey-q {
	margin-left: 15px;
}
.survey-a {
	margin-left: 30px;
}
.survey-btn {
	margin: 20px;
	padding-top: 10px;
	text-align: center;
}
.survey-message-wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
}

@media (min-width: 1200px) {
	.survey-message-box {
		/* text-align: right; */
		margin-top: 20px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-weight: bold;
		color: #f16666;
	}
}
@media (min-width: 992px) and (max-width: 1200px ) {
	.survey-message-box {
		text-align: center;
		position: absolute;
		width: 100%;
		top: -65px;
		/* left: auto; */
		margin-top: 0px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-weight: bold;
		color: #f16666;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.survey-message-box {
		text-align: center;
		position: absolute;
		width: 100%;
		top: -50px;
		/* left: 0; */
		margin-top: 0px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-weight: bold;
		color: #f16666;
	}
}
@media (min-width: 376px) and (max-width: 767px) {
	.survey-message-box {
		text-align: center;
		position: absolute;
		width: 100%;
		/* top: -50px; */
		/* left: 0; */
		margin-top: 0px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-weight: bold;
		color: #f16666;
	}
}
@media (max-width: 375px) {
	.survey-message-box {
		text-align: center;
		position: absolute;
		width: 100%;
		top: -100px;
		left: -50px;
		margin-top: 0px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-size: 12px !important;
		font-weight: bold;
		color: #f16666;
	}
}

.survey-message-box a {
	text-decoration: underline;
	letter-spacing: 2px;
	color: #1ABC9C;
}

/* コウノトリブックスについて */
.about-qa {
	border: solid 1px #ffdd4d;
}
.about-qa h1 {
	margin-bottom: 10px;
	background-color: #ffcd4d;
	font-size: 20px !important;
}
.about-qa p {
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 15px;
	text-align: left;
}
.about-qa ul {;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 0;
}
.about-qa li {
	margin: 5px 20px;
	border: solid 1px #ffdd4d;
	border-radius: 5px;
	background-color: #f9df75;
	font-size: 15px;
	text-align: left;
}
.about-books {
	/*border: solid 1px #4d64ff;*/
	padding: 10px;
	text-align: left;
	line-height: 1.2em;
}
.about-books h1 {
	font-size: 24px;
}
.about-books h2 {
	font-size: 20px;
}
.about-books p {
	font-size: 16px;
}
.about-books img.small {
	width: 180px;
	height: auto;
	padding-bottom: 10px;
}
.about-bar h1 {
	font-size: 24px;
}
.about-bar h2 {
	border: solid 1px #4d4eff;
	background-color: #afd5f4;
	border-radius: 8px;
	font-size: 20px;
}

#episode h1 {
	margin: 0;
	font-size: 24px;
}
#episode h2 {
	margin-bottom: -1px;
	padding: 0 10px;
	border: solid 1px #4d64ff;
	font-size: 18px;
}
#episode p {
	margin-top: 0;
	padding: 0 10px;
	border: solid 1px #4d64ff;
	font-size: 16px;
}

.keyicon
{
	margin: 4px;
}



.product-contents{
  font-size: small;
}

.tejun-box{
  background-image: url(../img/dfbimg/otodoke.png); 
  width: 1022px;
  height: 217px;
  min-width: 1022px;
  min-height: 217px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  padding-top :100px;
  overflow: hidden;
}

.tejun-text-box{
  width: 1022px;
  height: 217px;
  min-width: 1022px;
  min-height: 217px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  overflow: hidden;

}


@media  (min-width: 376px) and (max-width: 767px) {
	.survey-message-box {
		text-align: center;
		position: absolute;
		width: 100%;
		/* top: -50px; */
		/* left: 0; */
		margin-top: 0px;
		margin-bottom: -20px;
		line-height: 1.5em;
		font-weight: bold;
		color: #f16666;
	}
	.tokusetu-img{
	  width: 340px;
	  height: 42px;
	}
}

@media (max-width: 1020px) {
	.product-contents{
	  font-size: small;
	}
	.processinfo{
	  margin: 20px;
	  border-style : dashed;
	  border-color : #ff6600;
	  border-width : 2px;
	  text-align: center;
	}
	#tejun-boxinfo{
	  display: none;
	}
	.td-text-e{
	  padding-left:10px;
	  padding-right: 10px;
	  font-size: 15px !important;
	  text-align: left;
	}
	.proces-box{
	  border-style : Solid;
	  border-color : #F18F57;
	  border-color : rgba(241, 143, 87, 1);
	  border-width : 2px;
	  border-radius: 10px ;
	  width:80%;
	  margin-left: 10%;
	  padding: 10px;
	}
	.proces1{
/*	  position:relative; */
	  float:left;
	  width: 130px;
	  height: 180px;
	  min-width: 130px;
	  min-height: 180px;
	  border-style : none;
	  background-image: url(../img/dfbimg/process1.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: left;
	  margin: 10px;
	  padding-top :90px;
	/*	  padding-left: 20px; */
	}

	.proces2{
	  position:relative;
	  float:left;
	  width: 220px;
	  height: 180px;
	  min-width: 220px;
	  min-height: 180px;
	  border-style : none;
	  background-image: url(../img/dfbimg/process2.png);
	  background-repeat: no-repeat;
	  text-align: left;
	  background-position: center;
	  margin: 10px;
	  padding-top :90px;
	  padding-left: 36px;
	}

	.proces3{
	  position:relative;
	  float:left ;
	  width: 270px;
	  height: 180px;
	  min-width: 270px;
	  min-height: 180px;
	  border-style : none;
	  background-image: url(../img/dfbimg/process3.png);
	  background-repeat: no-repeat;
	  text-align: left;
	  background-position: center;
	  margin: 10px;
	  padding-top :110px;
	  padding-left: 10px;
	}

	.proces4{
	  position:relative;
	  float:left ;
	  width: 160px;
	  height: 180px;
	  min-width: 160px;
	  min-height: 180px;
	  border-style : none;
	  background-image: url(../img/dfbimg/process4.png);
	  background-repeat: no-repeat;
	  text-align: left;
	  background-position: center;
	  margin: 10px;
	  padding-top :90px;
	  padding-left: 20px;
	}

	.proces5{
	  position:relative;
	  float:left;
	  width: 160px;
	  height: 180px;
	  min-width: 160px;
	  min-height: 180px;
	  border-style : none;
	  background-image: url(../img/dfbimg/process5.png);
	  background-repeat: no-repeat;
	  text-align: left;
	  background-position: center;
	  margin: 10px;
	  padding-top :90px;
	  padding-left: 20px;
	}
}
@media (min-width: 1021px) {
	.productbox1{
	  width: 460px ;
	  height: 700px;
	  min-width: 460px;
	  min-height: 700px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
	  /*margin: 20px; */
	  overflow: auto;
	}

	.productbox2{
	  width: 460px ;
	  height: 700px;
	  min-width: 460px;
	  min-height: 700px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
/*	  margin: 20px;
	  padding-top :340px; */
	  overflow: auto;

	}
	.product-contents{
	  font-size: small;
	}

	.proces-box,.proces1,.proces2,.proces3,.proces4,.proces5 {
	  display: none;
	}
	#processinfo{
	  display: none;
	}
	#tejun-boxinfo{
	  display: block;
	}
	.td-text{
	  padding-left:10px;
	  padding-right: 10px;
	  font-size: 15px !important;
	  text-align: left;
	}
	#about1200{
	  display: block;
	}
	#about700{
	  display: none;
	}
	#tokusetu-l{
	  display: block;	
	}
	#tokusetu-s{
	  display: none;	
	}
	#person-gazou{
	  display: block;	
	}
	.menutab188
	{
	  background : #315884;
	  background : rgba(49, 88, 132, 1);
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #fff;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab188:hover
	{
	  background : #eee;
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #315884;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  background : #ffff00;
	  background : rgba(255, 255, 0, 1);
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #000;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y:hover
	{
	  background : #eee;
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #000;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background : #315884;
	  background : rgba(49, 88, 132, 1);
	  width : 160px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #fff;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab:hover
	{
	  background : #eee;
	  width : 160px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #315884;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}

	.menutext
	{
	  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	  font-size : 18px;
	  color : #FFFFFF;
	  color : rgb(255, 255, 255);
	}
	.menutext:hover {
	  background-color: #eee !important;
	  color: #315884 !important;
	}
	.menutext_y
	{
	  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	  font-size : 18px;
	  color : #000000;
	  color : rgb(0, 0, 0);
	}
	.menutext_y:hover {
	  background-color: #eee !important;
	  color: #999900 !important;
	}
}
@media (min-width: 1200px) {
	.productbox1{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  text-align: center;
	  overflow: hidden;
	}

	.productbox2{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  overflow: hidden;

	}
	.about-box{
	  background-image: url(../img/dfbimg/aboutback.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: contain;
	  width : 1080px;
	  height : 481px;
	}
	.footer-box{
	  background-image: url(../img/dfbimg/footerimg.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  color: #fff;
	  background-position: center;
	  background-size: contain;
	  /*width: 1200px;
	  height: 200px; */
	  padding-top:140px;
	  text-align: center ;
	}
	.tokusetu-img{
	  width: 1021px;
	  height: 126px;
	
	}
	.link-icon{
	  width: 120px;
	  height:90px;

	}
	#about1200{
	  display: block;
	}
	#about700{
	  display: none;
	}
	#tokusetu-l{
	  display: block;	
	}
	#tokusetu-s{
	  display: none;	
	}
	#person-gazou{
	  display: block;	
	}
	.menutab188
	{
	  background : #315884;
	  background : rgba(49, 88, 132, 1);
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #fff;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  background : #ffff00;
	  background : rgba(255, 255, 0, 1);
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #000;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background : #315884;
	  background : rgba(49, 88, 132, 1);
	  width : 150px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #fff;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}

	.menutext
	{
	  font-size : 18px;
	  color : #FFFFFF;
	  color : rgb(255, 255, 255);
	}
	.menutext_y
	{
	  font-size : 18px;
	  color : #000;
	  color : rgb(255, 255, 255);
	}
	.nav > li.current > a
	{
	  background : #aaa;
	  width : 188px;
	  height : 32px;
	  border-radius : 10px 10px 0px 0px;
	  -moz-border-radius : 10px 10px 0px 0px;
	  -webkit-border-radius : 10px 10px 0px 0px;
	  color: #315884;
	  text-align: left;
	  font-size: large ;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.nav > li.menutext > a
	{
	  color: #315884;
	}
	.nav > li.menutext_y > a
	{
	  color: #315884;
	}
}
@media (min-width: 992px) and (max-width: 1200px ) {
	.productbox1{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  text-align: center;
	  overflow: hidden;
	}

	.productbox2{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  text-align: center;
	  overflow: hidden;
	}
	.about-box{
	  background-image: url(../img/dfbimg/aboutback.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: contain;
	  width : 1080px;
	  height : 481px;
	}
	.footer-box{
	  background-image: url(../img/dfbimg/footerimg.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  color: #fff;
	  background-position: center;
	  background-size: contain;
	  width: 1200px;
	  height: 164px; 
	  padding-top:100px;
	  text-align: center ;
	}
	.tokusetu-img{
	  width: 1021px;
	  height: 126px;
	
	}
	.link-icon{
	  width: 120px;
	  height:90px;

	}
	#about1200{
	  display: block;
	}
	#about700{
	  display: none;
	}
	#tokusetu-l{
	  display: block;	
	}
	#tokusetu-s{
	  display: none;	
	}
	#person-gazou{
	  display: none;	
	}
	.menutab188
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  background: #ff0;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutext
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.menutext_y
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.nav > li.current > a
	{
	  background : #aaa;
	  color: #315884;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.nav > li.menutext > a
	{
	  color: #315884;
	}
	.nav > li.menutext_y > a
	{
	  color: #315884;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.productbox1{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  text-align: center;
	  overflow: hidden;
	}

	.productbox2{
	  width: 460px ;
	  height: 640px;
	  min-width: 460px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 1px;
	  text-align: center;
	  overflow: hidden;
	}
	.about-box{
	/*  background-image: url(../img/dfbimg/aboutback.png); */
	  background-color: #FBFBFB;
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: contain;
	  width : 720px;
	}
	.footer-box{
	  background-image: url(../img/dfbimg/footerback.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  color: #fff;
	  background-position: center;
	  background-size: contain;
	  width: 990px;
	  height: 100px; 
	  padding-top:20px;
	  text-align: center ;
	}
	.tokusetu-img{
	  width: 680px;
	  height: 84px;
	
	}
	.link-icon{
	  width: 120px;
	  height:90px;

	}
	#about1200{
	  display: none;
	}
	#about700{
	  display: block;
	}
	#tokusetu-l{
	  display: none;	
	}
	#tokusetu-s{
	  display: block;	
	}
	#person-gazou{
	  display: none;	
	}
	.menutab188
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  background: #ff0;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutext
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.menutext_y
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.nav > li.current > a
	{
	  background : #aaa;
	  color: #315884;
	  text-align: left;
	}
	.nav > li.menutext > a
	{
	  color: #315884;
	}
	.nav > li.menutext_y > a
	{
	  color: #315884;
	}
}
@media (min-width: 376px) and (max-width: 767px) {
	.productbox1{
	  width: 420px ;
	  min-width: 420px;
	  height: 640px;
	  min-height: 640px;  
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
	  text-align: center;
	  overflow: hidden;
	}

	.productbox2{
	  width: 420px ;
	  height: 640px;
	  min-width: 420px;
	  min-height: 640px; 
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
	  text-align: center;
	  overflow: hidden;
	}
	.about-box{
	 /* background-image: url(../img/dfbimg/aboutback.png); */
	  background-color: #FBFBFB;
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: contain;
	  width: 400px ;
	}
	.footer-box{
	  background-image: url(../img/dfbimg/footerback.png);
	  /*background-repeat: no-repeat;*/
	  text-align: center;
	  color: #fff;
	  background-position: center;
	  background-size: contain;
	  width: 766px;
	  height: 100px; 
	  padding-top:20px;
	  text-align: center ;
	}
	.tokusetu-img{
	  width: 680px;
	  height: 84px;
	
	}
	.link-icon{
	  width: 90px;
	  height:90px;

	}
	.btn-xs {
	  font-size: 11px !important;
	  padding: 2px 6px; }
	#about1200{
	  display: none;
	}
	#about700{
	  display: block;
	}
	#tokusetu-l{
	  display: block;	
	}
	#tokusetu-s{
	  display: none;	
	}
	#person-gazou{
	  display: none;	
	}
	.menutab188
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  background: #ff0;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutext
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.menutext_y
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.nav > li.current > a
	{
	  background : #aaa;
	  color: #315884;
	  text-align: left;
	}
	.nav > li.menutext > a
	{
	  color: #315884;
	}
	.nav > li.menutext_y > a
	{
	  color: #315884;
	}
}
@media (max-width: 375px) {
	.productbox1{
	  width: 360px ;
	  min-width: 360px;
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
	  overflow: auto;
	}

	.productbox2{
	  width: 360px ;
	  min-width: 360px;
	  border-style : Solid;
	  border-color : #4C4948;
	  border-color : rgba(76, 73, 72, 1);
	  border-width : 0px;
	  overflow: auto;

	}
	.about-box{
	  /* background-image: url(../img/dfbimg/aboutback.png); */
	  width: 360px ;
	  background-repeat: no-repeat;
	  text-align: center;
	  background-color: #FBFBFB;
	  background-position: center;
	  background-size: contain;
	  width : 360px;
	}
	.footer-box{
	  background-image: url(../img/dfbimg/footerback-s.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  color: #fff;
	  background-position: center;
	  background-size: contain;
	  width: 370px;
	  height: 70px; 
	  font-size: 12px !important;
	  text-align: center ;
	}
	.tokusetu-img{
	  width: 320px;
	  height: 42px;
	
	}
	.link-icon{
	  width: 90px;
	  height:90px;
	}
	.btn-xs {
	  font-size: 11px !important;
	  padding: 2px 6px; 
	}
	#about1200{
	  display: none;
	}
	#about700{
	  display: block;
	}
	#tokusetu-l{
	  display: none;	
	}
	#tokusetu-s{
	  display: block;	
	}
	#person-gazou{
	  display: none;	
	}
	.menutab188
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab_y
	{
	  background: #ff0;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutab
	{
	  background: #fff;
	  text-align: left;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.menutext
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.menutext_y
	{
	  font-size : 14px;
	  font-weight: 400 !important;
	  color : #315884;
	  color : rgba(49, 88, 132, 1);
	}
	.nav > li.current > a
	{
	  background : #aaa;
	  color: #315884;
	  text-align: left;
	}
	.nav > li.menutext > a
	{
	  color: #315884;
	}
	.nav > li.menutext_y > a
	{
	  color: #315884;
	}
}

.footer-link{
  text-align: center;
}
.kounotori-houjin{
  background : #FBE6EF;
  background : rgba(251, 230, 239, 1);
  margin-left: 10px;
/*  margin-right:  10px;*/
  margin-top: 10px ;
  padding:8px;
/*  width : 450px;
  height : 70px; */
}
.okiraku-houjin{
  background : #FFF9B1;
  background : rgba(255, 249, 177, 1);
/*  margin-left: 10px;
  margin-right:  10px;*/
  margin-top: 10px ;
  padding:8px;
/*  width : 450px;
  height : 70px; */

}

.box-wpink-shadow {
  border: 1px solid #fff;
  color: #EB6D8E !important;
  box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);
  border-radius: 10px;
  margin: 1px;
  background-color: #fff; }
.btn-wpink-shadow:hover {
  background-color: #EB6D8E !important;
  color: #FFF !important;
}
.box-wgreen-shadow {
  border: 1px solid #fff;
  color: #3AAE36 !important;
  box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);
  border-radius: 10px;
  margin: 1px;
  background-color: #fff; }
.btn-wgreen-shadow:hover {
  background-color: #3AAE36 !important;
  color: #FFF !important;
}

.sales-box{
  background : #E8382F;
  background : rgba(232, 56, 47, 1);
}
.mess-pink-text{
  color: #EB6D8E;  
  text-align:left;
  font-size: large ;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 4px;
}
.ehon-circle{
  background-image: url(../img/dfbimg/ehon-circle.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom;
  background-size: contain;
  min-height: 500px;
  min-width: 379px;
  padding-top: 350px;
}
.card-circle{
  background-image: url(../img/dfbimg/card-circle.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom; 
  background-size: contain;
  min-height: 500px;
  min-width: 379px;
  padding-top: 350px;

}
.person-gazou{
  background-image: url(../img/dfbimg/person.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: top;
  background-size: contain;
  min-height: 200px;
  min-width: 80px;

}
@media (max-width: 991px) {
	.plus-gazou{
	  background-image: url(../img/dfbimg/plus.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: 30px 30px;
	  min-height: 50px;
	  min-width: 50px;
	  background-position-y: center;
	}
}
@media (min-width: 992px){
	.plus-gazou{
	  background-image: url(../img/dfbimg/plus.png);
	  background-repeat: no-repeat;
	  text-align: center;
	  background-position: center;
	  background-size: 30px 30px;
	  min-height: 400px;
	  min-width: 50px;
	  background-position-y: center;
	}
}
.course-hed{
  background : #EB6D8E;
  min-height: 40px;
  min-width: 100%;
  border-left: solid 20px #fff;
  border-right: solid 20px #EB6D8E;
}
.course-box{
  background : #fffE;
  min-width: 100%;
}
.course-element{
  background : #FDEFF5;
  background : rgba(253, 239, 245, 1);
  border: solid 10px #fff;
  padding:20px;
  /* height : 860px; */
}
.course-element-s{
  background : #FDEFF5;
  background : rgba(253, 239, 245, 1);
  border: solid 10px #fff;
  padding-top:10px;
  min-height : 180px;
}
.kounotori-order-button{
  background : #EB6D8E;
  background : rgba(235, 109, 142, 1);
  min-width : 290px;
  min-height : 110px;
  border-radius: 24px;
  margin:10px;
}
.order-info{
  border: 1px solid #aaa;
  color : #4C4948;
  color : rgb(76, 73, 72);
  border-radius: 30px;
  background-color: #fff; 
}
.btn-white-balck {
  border: 0px solid #EB6D8E;
  box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);
  background-color: #FFF;
  color : #4C4948;
  color : rgb(76, 73, 72);}
.btn-white-balck:hover {
  background-color: #4C4948 !important;
  color: #FFF !important;
}

.experience-box{
  background-color : #FBE6EF;
  background-color : rgba(251, 230, 239, 1);
  /*background-image: url(../img/dfbimg/child.png); */
  background-repeat: no-repeat;
  text-align: left;
  background-position: right top;
}
.experience-input-box{
  background : #F9D3E3;
  background : rgba(249, 211, 227, 1);
  text-align: center;
}
.fornursery-nab{
  width:90%;
  background : #EB6D8E;
  background : rgba(235, 109, 142, 1);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.forcompany-nab{
  width:90%;
  background : #65AADD;
  background : rgba(101, 170, 221, 1);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.mess-blue-text{
  color : #65AADD;
  color : rgb(101, 170, 221);
}
.mess-rightpink-text{
  color : #EB6D8E;
  color : rgb(235, 109, 142);
}
.mess-green-text{
  color : #3AAE36;
  color : rgb(58, 174, 54);
}

.btn-white-blue {
  border: 0px solid #EB6D8E;
  box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);
  background-color: #FFF;
  color : #65AADD;
  color : rgb(101, 170, 221); }
.btn-white-blue:hover {
  background-color: #65AADD !important;
  color: #FFF !important;
}
.btn-white-green2 {
  border: 1px solid #3AAE36;;
  /*box-shadow:3px 3px 5px 1px rgba(0,0,0,0.4);*/
  background-color: #FFF;
  color : #3AAE36;
  color : rgb(58, 174, 54);}
.btn-white-green2:hover {
  background-color: #3AAE36 !important;
  color: #FFF !important;
}
.hon-circle{
  background-image: url(../img/dfbimg/dfb_okiraku_setumei_sekisyo.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom;
  background-size: contain;
  min-height: 380px;
  min-width: 379px;
  padding-top: 220px;
}
.adbice-circle{
  background-image: url(../img/dfbimg/dfb_okiraku_setumei_adobaisu.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom; 
  background-size: contain;
  min-height: 380px;
  min-width: 379px;
  padding-top: 220px;

}
.okiraku-hed{
  background : #F39800;
  background : rgba(243, 152, 0, 1);
  color: #fff;
  border-radius : 10px 10px 0px 0px;
  -moz-border-radius : 10px 10px 0px 0px;
  -webkit-border-radius : 10px 10px 0px 0px;
}
.okiraku-course-box{
  background : #FFF9B1;
  background : rgba(255, 249, 177, 1);
}
.btn-green-bg {
  border: 0px solid #3AAE36;
  background : #3AAE36;
  background : rgba(58, 174, 54, 1);
  color: #fff !important; }
.btn-green-bg:hover {
  background-color: #fff !important;
  color: #3AAE36 !important;
}

.light-green-box{
  background : #DAECCE;
  background : rgba(218, 236, 206, 1);
}
.green-box{
  background : #3AAE36;
  background : rgba(58, 174, 54, 1);
}
.adminTableWhite01-table {
	background-color:#cccccc ;
	border:0;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 20px ;
	text-align: left;
}

.adminTableWhite01-td {
	background-color:#ffffff ;
	padding: 0px;
	padding:6px;
}

.adminTableWhite01-th {
	background-color:#8fbc8f ;
}

.adminTableWhite02 table {
	background-color:#cccccc ;
	border:0;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0px ;
}

.adminTableWhite02 td {
	background-color:#ffffff ;
	padding: 0px;
}

.adminTableWhite02 th {
	background-color:#8fbc8f ;
}

.adminpPgeArea01{
	width: 94%;
	text-align: center;
}
.adminpPgeArea01 h1{
	width: 100%;
	text-align: center;
	font-size: 32px;
}
.adminpPgeArea01 h2{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.adminpPgeArea01 p{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
}

.mamamback {
    background: url(../img/dfbimg/mamamback.png);
    background-repeat: repeat;
    margin-top: 120px;
    min-height: 3000px;
    z-index: -9;
 
}
.comment_left{
	background : #FFFFFF;
	padding: 10px;
	margin-left;10px;
	border-radius: 1em;
	text-align: left;
}

