/* ==========================================================================
   common
   ========================================================================== */

html {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
   clear: both;
}
strong {
	font-weight: bold;
	color: #f08a05;
}
li {
	list-style: none;
}
.pc {
	display: inherit!important;
}
.sp {
	display: none!important;
}

/* ==========================================================================
   sryle
   ========================================================================== */

body {
	width: 100%;
}
.row {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
header {
	border-bottom: 1px solid #d4d4d4;
}
header .row {
	position: relative;
}
.logo {
	padding-top: 30px;
}
header nav {
	position: absolute;
	right: 0;
	top: 0;
}
header nav li {
	float: left;
	font-size: 14px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
header nav li a {
	color: #00aebb;
}
header nav li a:hover {
	text-decoration: none;
}
header nav li.current {
	color: #FFF;
	padding: 3px 20px;
	border-radius: 50px;
	background: #00aebb;
}
header h1 {
	font-size: 46px;
	line-height: 1.2;
}
header h1 span {
	font-size: 38px;
}
header .head-main p {
	font-size: 24px;
}
header .head-main {
	position: relative;
	height: 480px;
	background-image: url(../img/dw-bg.gif);
	background-repeat: repeat;
}
header .head-main .head-img {
	position: absolute;
	right: -50px;
    top: 120px;
}

header .head-sub {
	position: relative;
}
header .head-sub {
	position: relative;
	
}
header .head-sub .book-img {
	position: absolute;
	top: -60px;
	left: 0;
}
header .head-sub .cont {
	padding-left: 300px;
}

header .head-sub .book-link, header .head-sub .book-title {
	float: left;
}
header .head-sub .book-link {
	width: 120px;
	padding-top: 60px;
	padding-bottom: 50px;
}
header .head-sub .book-link img {
	transition: 0.3s;
}
header .head-sub .book-link img:first-child {
	margin-bottom: 15px;
}
header .head-sub .book-link img:hover {
	opacity: 0.8;
	transition: 0.3s;
}
header .head-sub .book-title {
	margin-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
header .head-sub .book-title b {
	font-size: 24px;
}
header .head-sub .book-title span {
	font-size: 14px;
}
header a.btn01 {
	background: #00aebb;
	padding: 10px 60px 8px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
header a.btn01:hover {
	transition: 0.3s;
	opacity: 0.8;
}
header a.btn01:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	left: 20px;
}
nav.main {
	padding: 30px 0;
	transition: 0.3s;
}
nav.main .row {
	display: flex;
	justify-content: space-between;
}
nav.main a {
	color: #333;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	width: 33.3333%;
	position: relative;
	border-right: 1px solid #dadada;
}
nav.main a:last-child {
	border-right: none;
}
nav.main a b {
	font-size: 18px;
}
nav.main a:hover {
	text-decoration: underline;
}
nav.main a:before {
	position: absolute;
	top: 10px;
	left: 50px;
}
nav.main a.point:before {
	content: url(../img/menu-ico01.png);
	left: 40px;
}
nav.main a.price:before {
	content: url(../img/menu-ico02.png);
}
nav.main a.serch:before {
	content: url(../img/menu-ico03.png);
}
nav.main a.serch {
	padding: 0.8em 0;
}
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	z-index: 99999;
	padding: 15px 0;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.3);
	transition: 0.3s;
}
nav.fixed + section {
	margin-top: 114px;
}

section.point {
	height: 500px;
	background-image: url(../img/db-bg.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
section.point .point-logo {
	margin-bottom: 40px;
}
section.point .flex {
	display: flex;
	justify-content: space-between;
}
section.point .flex .item {
	width: 300px;
	color: #FFF;
}
section.point .flex .item strong {
	font-size: 18px;
}
section.point .flex .item p.two-line {
	padding-top: 0.5em;
}

section.cont-point h2 {
	font-size: 28px;
	border-left:  2px solid #00aebb;
	padding: 10px 20px 10px 6em;
	margin-bottom: 30px;
	margin-top: 80px;
	text-indent: -5em;
}
section.cont-point span {
	font-size: 30px;
	color: #00aebb;
	margin-right: 30px;
}
section.cont-point figure.on-text {
	margin: 0;
	position: relative;
}
section.cont-point figure.on-text figcaption {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #FFF;
	text-shadow:1px 1px 5px #000000;
}
section.cont-point .fl01 {
	width: 340px;
	float: left;
}
section.cont-point .fl01 img {
	width: 100%;
	height: auto;
}

section.cont-point .fr01 {
	width: 600px;
	float: right;
}
section.cont-point .fr01 ul {
	padding-left: 0;
	margin-top: 0;
	font-weight: bold;
	font-size: 20px;
}
section.cont-point .fr01 li {
	position: relative;
	margin-bottom: 15px;
}
section.cont-point .fr01 li:before {
	position: absolute;
	content: "■";
	top: 9px;
	left: -15px;
	color: #00aebb;
	font-size: 7px;
}

p.small {
    font-size: 16px;
}

section.cont-other h2 {
	margin-top: 80px;
	font-size: 30px;
	border-bottom: 4px solid #00aebb;
	padding: 0 20px 30px 70px;
	position: relative;
	margin-bottom: 40px;
}
section.cont-other h2:before {
	position: absolute;
}
section.cont-other h2.price:before {
	content: url(../img/ico-price.png);
	left: 0;
	top: -5px;
}
section.cont-other h2.serch:before {
	content: url(../img/ico-serch.png);
	left: 0;
	top: -5px;
}
p.comming {
	font-size: 25px;
	color: #727272;
	text-align: center;
	display: block;
	padding: 30px;
	font-style: italic;
}
section.cont-other .fl02 {
	width: 240px;
	float: left;
}
section.cont-other .fr02 {
	width: 680px;
	float: right;
}
section.cont-other .fr02 h3 {
	font-size: 22px;
}
section.cont-other .fr02 .item {
	border-bottom: 1px solid #dadada;
	margin-bottom: 30px;
}
section.cont-other .fr02 .item:last-child {
	margin-bottom: 0;
}
section.cont-other .fr02 p.label {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
section.cont-other .fr02 p.label span {
	padding: 10px 35px;
	margin-right: 10px;
}
section.cont-other .fr02 p.label span.green {
	background: #89c840;
}
section.cont-other .fr02 p.label span.blue, .school-label-blue {
	background: #4288ca;
}

.school-label-blue {
padding: 6px 20px;
font-size: 16px;
font-weight: bold;
color: #FFF;
}

nav.breadcrumb {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 0;
	margin-top: 50px;
}
nav.breadcrumb ol {
    margin: 0 auto;
	padding: 0;
}
nav.breadcrumb li {
    display: inline-block;
    float: left;
	font-size: 14px;
}
nav.breadcrumb li::after {
    color: #959fa5;
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 10px;
}
nav.breadcrumb ol li:last-child::after {
    content: none;
}
nav.breadcrumb li.home::before {
    color: #00aebb;
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 5px;
}
nav.breadcrumb li a:hover {
    color: #00aebb;
    text-decoration: none;
}
nav.breadcrumb a {
    color: #00aebb;
}


footer {
	background: #dfdfdf;
}
footer nav {
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
}
footer li {
	font-size: 14px;
	margin-bottom: 10px;
}
footer a {
	color: #656565;
	text-decoration: underline;
	font-size: 14px;
}
footer a:hover {
	color: #f30;
	text-decoration: underline;
}
footer .row span a {
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
}
footer .row span a:hover {
	opacity: 0.8;
	transition: 0.3s;
}


/*******book********/

.book .logo img {
    width: 170px;
}
.book header {
    border: none;
}
.book header .head-main .cont {
    margin-top: 50px;
}
.book header .head-main {
    background-image: url("../img/dw-bg.gif");
    background-repeat: repeat;
    height: 610px;
    position: relative;
}
.book header .head-main .fl03 {
    float: left;
	width: 320px;
}
.book header .head-main .fr03 {
    float: right;
	width: 620px;
}
.book header .head-main h1 {
    font-size: 32px;
	line-height: 1.5;
	margin-top: 0;
}
.book header .head-main h1 span {
    font-weight: normal;
}
.book header .head-main h1 span.s01 {
    font-size: 22px;
}
.book header .head-main h1 span.s02 {
    font-size: 26px;
}
.book header .head-main .fr03 .book-link img {
	margin-right: 10px;
}
.book header .head-main .cont ul {
	padding: 20px 0 10px 30px;
}
.book header .head-main .cont li {
	position: relative;
	margin-bottom: 15px;
	font-size: 20px;
}
.book header .head-main .cont li:before {
	position: absolute;
	content: "■";
	top: 9px;
	left: -15px;
	color: #00aebb;
	font-size: 7px;
}

a.btn02 {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(193, 193, 193);
	background-image: -moz-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	padding: 10px 60px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	position: relative;
	display: inline-block;
}
a.btn02:hover {
	border-color: rgb(193, 193, 193);
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
}
a.btn02:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	left: 20px;
	color: #00aebb;
}
.book-btn {
	text-align: center;
	margin-bottom: 40px;
}
.chat img {
	width: 100%;
}
.chat .speak {
	position: relative;
	background: #f4f4f4;
	padding: 15px 15px 15px 50px;
	color: #474747;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
}
.chat .speak:last-child {
	margin-bottom: 0;
}
.chat .speak:before {
	content: " ";
	position: absolute;
	left: -50px;
	top: -12px;
	background-size: 100%;
	width: 80px;
	height: 80px;
}
.chat .speak.chara01 {
	background: #edf4f5;
}
.chat .speak.chara01:before {
	background-image: url(../img/chara-ico01.png);
}
.chat .speak.chara02 {
	background: #ffeff0;
}
.chat .speak.chara02:before {
	background-image: url(../img/chara-ico02.png);
}
.chat .speak.chara03 {
	background: #edf5e4;
}
.chat .speak.chara03:before {
	background-image: url(../img/chara-ico03.png);
}
.chat .speak.chara04 {
	background: #e7f1fe;
}
.chat .speak.chara04:before {
	background-image: url(../img/chara-ico04.png);
}
.chat .speak.chara05 {
	background: #fcf6e1;
}
.chat .speak.chara05:before {
	background-image: url(../img/chara-ico05.png);
}
.chat .speak p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 20px;
}
.chat .speak p:last-child {
	margin-bottom: 0;
}





/* SP用 */
@media screen and (max-width: 667px){
	* {
		box-sizing: border-box;
	}
	html {
		font-size: 13px;
	}
	.sp {
		display: inherit!important;
	}
	.pc {
		display: none!important;
	}
	.video{
	  position:relative;
	  width:100%;
	  padding-top:56.25%;
	}
	.video iframe{
	  position:absolute;
	  top:0;
	  right:0;
	  width:100%;
	  height:100%;
	}
	.row {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo img {
		width: 148px;
		height: 35px;
	}
	header .row {
		padding-top: 5px;
	}
	header nav {
		height: 20px;
		width: 100%;
	}
	header nav ul {
		margin: 0;
		padding: 0;
		background: #00aebb;
		display: flex;
		justify-content: space-evenly;
	}
	header nav li {
		float: none;
		font-size: 9px;
		margin: 0;
		padding: 0;
		color: #FFF;
	}
	header nav li a {
		color: #FFF;
		text-decoration: none;
		padding: 3px 10px;
		display: block;
	}
	header nav li.current {
		background: #007789;
		border-radius: 0;
		padding: 3px 10px!important;
		padding: inherit;
		line-height: 1.4;
	}
	header nav li a:before,header nav li.current:before {
		position: relative;
		font-family: FontAwesome;
		content: "\f105";
		margin-right: 3px;
	}
	header nav li.current:before {
		content: "\f107";
	}
	header h1 {
		font-size: 23px;
		line-height: 1.2;
	}
	header h1 span {
		font-size: 19px;
	}
	header .head-main p {
		font-size: 14px;
	}
	header .head-main {
		height: auto;
		background-image: url(../img/dw-bg.gif);
		background-size: 30%;
		margin-bottom: 15px;
	}
	header .head-main .head-img {
		right: 10px;
    	top: 25px;
	}
	header .head-main .head-img img {
		width: 153px;
		height: 76px;
	}
	
	header .head-sub .book-img {
		position: static;
		width: 39%;
		max-width: 131px;
		height: auto;
		float: left;
	}
	header .head-sub .book-img img {
		width: 100%;
		height: auto;
	}
	header .head-sub .cont {
		float: left;
		padding-left: 10px;
		width: 61%;
		line-height: 1.3;
	}
	header .head-sub .book-title {
		margin-left: 0;
		padding-bottom: 15px;
		padding-top: 0;
	}
	header .head-sub .book-title p {
		margin-top: 0;
	}
	header .head-sub .book-title b {
		font-size: 14px;
	}
	header .head-sub .book-title span {
		font-size: 10px;
	}
	
	header .head-sub .book-link {
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	header .head-sub .book-link a {
		float: left;
		max-width: 48%;
		height: auto;
	}
	header .head-sub .book-link a:first-child {
		margin-right: 5px;
	}
	header .head-sub .book-link a img {
		max-width: 100%;
		margin-bottom: 0;
	}
	header .head-sub .book-link img:first-child {
		margin-bottom: 0;
	}
	
	header a.btn01 {
		padding: 12px 10px 10px 35px;
		font-size: 15px;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		width: 100%;
	}
	header a.btn01:before {
		top: 13px;
		left: 20px;
	}
	nav.main {
		padding: 0;
	}
	nav.main .row {
    	display: inline-block;
		padding: 0;
	}
	nav.main a, nav.main a.serch {
		border-right: none;
		border-bottom: 1px solid #cccccc;
		font-size: 15px;
		text-align: left;
		width: 100%;
		font-weight: bold;
		display: block;
		padding: 10px 10px 10px 40px;
	}
	nav.main.foot a:first-child {
		border-top: 1px solid #cccccc;
	}
	nav.main a:last-child {
		border: none;
	}
	nav.main a:before,nav.main a.point:before {
		top: 10px;
		left: 10px;
		min-width: 40px;
		min-height: 40px;
		content: " ";
	}
	nav.main a.point:before {
		background: url(../img/menu-ico01-sp.png) no-repeat ;
		background-size: 50%;
		left: 10px;
	}
	nav.main a.price:before {
		content: " ";
		background: url(../img/menu-ico02-sp.png) no-repeat ;
		background-size: 50%;
	}
	nav.main a.serch:before {
		content: " ";
		background: url(../img/menu-ico03-sp.png) no-repeat ;
		background-size: 50%;
	}
	nav.main a b {
		font-size: 15px;
	}
	nav.fixed {
		position: static;
	}
	nav.fixed + section {
		margin-top: 0;
	}
	section img {
		width: 100%;
		margin-bottom: 10px;
	}
	section.point {
		background-image: url("../img/db-bg.gif");
		background-size: 30%;
		height: auto;
		padding-top: 25px;
	}
	section.point .point-logo {
		margin-bottom: 15px;
	}
	section.point .point-logo img {
		max-width: 80%;
	}
	section.point .flex {
		display: inline-block;
	}
	section.point .flex .item {
		font-size: 14px;
		width: 100%;
	}
	section.point .flex .item strong {
		font-size: 14px;
	}
	section.point .flex .item p {
		margin-top: 0;
		margin-bottom: 20px;
	}
	section.point .flex .item p.two-line {
		padding-top: 0
	}
	section.cont-point h2 {
		font-size: 15px;
		border-left:  1px solid #00aebb;
		padding: 5px 20px 5px 10px;
		margin-bottom: 20px;
		margin-top: 25px;
		text-indent: 0;
	}
	section.cont-point span {
		font-size: 17px;
		margin-right: 30px;
		display: block;
	}
	section.cont-point figure.on-text {
		margin: 0;
		position: relative;
	}
	section.cont-point figure.on-text figcaption {
		color: #333;
		font-size: 13px;
		left: 20px;
		position: static;
		text-shadow: none;
	}
	section.cont-point .fl01,section.cont-point .fr01 {
		float: none;
		width: 100%;
	}
	section.cont-point .fr01 ul {
		font-size: 14px;
		margin-top: 0;
		padding-left: 0;
	}
	section.cont-point .fr01 li {
		margin-bottom: 10px;
		padding-left: 10px;
	}
	section.cont-point .fr01 li:before {
		left: 0;
		top: 6px;
	}
	p.small {
		font-size: 12px;
	}
	section.cont-other .row {
		padding: 0;
	}
	section.cont-other h2 {
		margin-top: 40px;
		font-size: 16px;
		border-bottom: 2px solid #00aebb;
		padding: 0 10px 10px 45px;
		margin-bottom: 15px;
	}
	section.cont-other h2:before {
		position: absolute;
		width: 30px;
		height: 30px;
		
	}
	section.cont-other h2.price:before {
		content: " ";
		background: url(../img/ico-price.png) no-repeat;
		background-size: 100%;
		left: 10px;
		top: -5px;
	}
	section.cont-other h2.serch:before {
		content: " ";
		background: url(../img/ico-serch.png) no-repeat;
		background-size: 90%;
		left: 10px;
		top: -5px;
	}
	p.comming {
		font-size: 15px;
	}
	section.cont-other .fl02 {
		width: 100%;
		float: none;
		position: relative;
	}
	section.cont-other .fl02 img {
		position: absolute;
		width: 25%;
		height: auto;
		right: 10px;
		top: 10px;
	}
	section.cont-other .fr02 {
		width: 100%;
		float: none;
	}
	section.cont-other .fr02 h3 {
		font-size: 15px;
	}
	section.cont-other .fr02 .item {
		border-bottom: 1px solid #dadada;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	section.cont-other .fr02 .item:last-child {
		margin-bottom: 0;
		border: none;
	}
	section.cont-other .fr02 p.label {
		font-size: 11px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		width: 215px;
	}
	section.cont-other .fr02 p.label span {
		margin-right: 0;
		padding: 2px 10px;
		display: block;
		margin-bottom: 5px;
	}
	
	/*******book********/

	.book .logo img {
		width: 145px;
		height: auto;
	}
	.book header .head-main {
		height: auto;
	}
	.book header .head-main .cont {
		margin-top: 20px;
	}
	.book header .head-main .fl03 {
		float: left;
		width: 35%;
	}
	.book header .head-main .fl03 img {
		width: 100%;
		height: auto;
	}
	.book header .head-main .fr03 {
		float: right;
		width: 65%;
		padding-left: 10px;
	}
	.book header .head-main h1 {
		font-size: 14px;
	}
	.book header .head-main h1 span.s01 {
		font-size: 10px;
	}
	.book header .head-main h1 span.s02 {
		font-size: 12px;
	}
	.book header .head-main .book-link {
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	.book header .head-main .book-link a {
		float: left;
		max-width: 48%;
		height: auto;
	}
	.book header .head-main .book-link a:first-child {
		margin-right: 5px;
	}
	.book header .head-main .book-link a img {
		max-width: 100%;
		margin-bottom: 0;
	}
	.book header .head-main .book-link img:first-child {
		margin-bottom: 0;
	}
	.book header .head-main .cont ul {
		padding: 0;
	}
	.book header .head-main .cont li {
		position: static;
		margin-bottom: 5px;
		font-size: 12px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.book header .head-main .cont li:before {
		position: static;
		content: "■";
	}
	a.btn02 {
		width: 100%;
		padding: 10px 35px 8px;
	}
	.book-btn {
		text-align: center;
		margin-bottom: 40px;
	}
	.chat {
		margin-bottom: 40px;
	}
	.chat .speak {
		padding: 15px 15px 15px 25px;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.chat .speak:last-child {
		margin-bottom: 0;
	}
	.chat .speak:before {
		left: -20px;
		top: -12px;
		width: 40px;
		height: 40px;
	}
	.chat .speak p {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.chat .speak p:last-child {
		margin-bottom: 0;
	}
	
}











