@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.osw { font-family: 'Oswald', sans-serif;}
	
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
  overflow-x: hidden;
}

img {
	border: 0;
	vertical-align:bottom;
}

a { text-decoration: none;}

ul, li { list-style: none;}


/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}


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


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}


/* font-size */


/* margin,padding */
.mb10 { margin-bottom: 10px;}
.mb35 { margin-bottom: 35px;}

/* -------------------------------------------------
layout
----------------------------------------------------*/

/* ===== header ===== */
header {
  position: relative;
  padding-top: 10px;
  border-top: 3px solid #0d52a2;
  border-bottom: 1px solid #ccc;
}

.head-l {
  display: flex;
  align-items: center;
  padding: 0 0 11px 30px;
}

.head-l h1 { margin-right: 30px;}

.head-l p.h-txt {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.head-l p.h-txt span.bold { font-weight: bold;}

.head-r {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: stretch;
}

.head-tel {
  padding: 9px 0 11px;
  margin-right: 30px;
}

.head-tel p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: bold;
}

.tel-num {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #0d52a2;
}

.tel-num:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  margin-right: 8px;
  background: url("../images/icon_tel.png") no-repeat 0 0;
  background-size: 100%;
}

.btn-cnt {
  display: block;
  width: 100px;
  height: 100%;
  padding-top: 24px;
  text-align: center;
  color: #fff;
  background-color: #f39800;
	transition: all .3s ease-in-out;
}

.btn-cnt:hover { opacity: 0.7;}

.btn-cnt:before {
  content: "";
  display: block;
  width: 27px;
  height: 21px;
  margin: 0 auto 16px;
  background: url("../images/icon_h_mail.png") no-repeat 0 0;
  background-size: 100%;
}


/* ===== main visual ===== */
.mv-wrap {
  width: 100%;
  background: url("../images/mv_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 60px;
}

.mv-wrap .bx-viewport {
  width: 3072px !important;
  overflow: visible !important;
}

.mv-wrap li { box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.1);}

/* ===== global nav ===== */
#g-nav {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 12px 0;
}

#g-nav ul {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: auto;
  border-left: 1px solid #ccc;
}

#g-nav ul li {
  width: 170px;
  border-right: 1px solid #ccc;
}

#g-nav ul li a {
  display: block;
  padding: 6px 0;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.08em;
}

/* Underline From Left */
#g-nav ul li a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
#g-nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -12px;
  background: #0d52a2;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#g-nav ul li a:hover:before, #g-nav ul li a:focus:before, #g-nav ul li a:active:before {
  right: 0;
}

#g-nav ul li.current a:before { right: 0;}



/* ===== footer ===== */
footer {
  padding: 46px 0 0;
  border-top: 1px solid #eee;
}

footer .conts-inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

.foot-l > p {
	margin-bottom: 12px;
	letter-spacing: 0.08em;
}

.foot-l .logo-area {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.foot-l .logo-area p:nth-of-type(1) { margin-right: 30px;}

.foot-r {
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
}

.foot-r ul {
	width: 156px;
	padding: 15px 0 0 5px;
	border-top: 2px solid #0d52a2;
}

.foot-r ul:not(:nth-last-of-type(1)) { margin-right: 22px;}

.foot-r ul li { margin-bottom: 14px;}

.foot-r ul li a {
	letter-spacing: 0.08em;
	transition: all .3s ease-in-out;
}

.foot-r ul li a:hover { color: #0d52a2;}

.copy {
	padding: 11px 0;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #0d52a2;
}

/*pageTop*/


/* ====================================
index.html
====================================== */
.conts-inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.conts-ttl {
  position: relative;
  display: block;
  margin-bottom: 46px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0d52a2;
}

.conts-ttl .conts-ttl-lg {
  display: block;
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0d52a2;
}

.top-sec-1 .conts-ttl:before,
.top-sec-1 .conts-ttl:after {
  position: absolute;
  display: inline-block;
}

.top-sec-1 .conts-ttl:before {
  bottom: -11px;
  left: calc(50% - 286px);
  content: url(../images/ornament_left.png);
}

.top-sec-1 .conts-ttl:after {
  bottom: -5px;
  left: calc(50% + 257px);
  content: url(../images/ornament_right.png);
}

.intro-txt {
  position: relative;
  left: 50%;
  width: 672px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
  text-align: center;
}

.top-sec-1 .intro-txt { margin-bottom: 47px;}

.conts-nav { margin-bottom: 60px;}

.conts-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1024px;
  margin: auto;
}

.conts-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 310px;
  margin: 0 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all .3s ease-in-out;
}

.conts-nav li.c-nav01 { background-image: url("../images/c_nav01.png");}
.conts-nav li.c-nav02 { background-image: url("../images/c_nav02.png");}
.conts-nav li.c-nav03 { background-image: url("../images/c_nav03.png");}
.conts-nav li.c-nav04 { background-image: url("../images/c_nav04.png");}
.conts-nav li.c-nav05 { background-image: url("../images/c_nav05.png");}

.conts-nav li.c-nav04,
.conts-nav li.c-nav05 { margin-top: -133px;}

.conts-nav li a {
  width: 310px;
  padding: 66px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.conts-nav li a:after {
  content: url(../images/c_nav_arrow.png);
  display: block;
  margin-top: 5px;
}

.conts-nav li:hover { opacity: 0.7;}

.conts-bg-01 { background: url("../images/conts_bg01.jpg") repeat 0 0;}

.top-sec-2 { padding: 28px 0 60px;}

.top-sec-2 .conts-ttl {
  padding: 27px 0 10px;
  margin-bottom: 30px;
  background: url("../images/icon_light.png") no-repeat right calc(50% - 192px) bottom;
  color: #0d52a2;
}

.rsn-wrap {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: auto;
}

.rsn-box {
  position: relative;
  width: 320px;
  border-top: 4px solid #0d52a2;
  background-color: #fff;
  box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}

.rsn-num {
  position: absolute;
  top: 180px;
  left: 0;
}

.rsn-txt { padding: 25px;}

.rsn-txt h3 {
  margin-bottom: 13px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0d52a2;
}

.rsn-txt p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-sec-2 {
	padding: 50px 0;
	background-color: #6dccef;
}

.top-sec-2 h2,
.top-sec-3 h2 {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

.top-sec-3 h2 { color: #333;}

.top-sec-2 h2 .osw,
.top-sec-3 h2 .osw {
	display: inline-block;
	margin-left: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
}

.top-sec-3 h2 .osw { color: #333;}

.top-sec-2 .head,
.top-sec-3 .head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.top-sec-2 .head { border-color: #fff;}

.top-sec-3 .head { border-color: #333;}

.head a {
	letter-spacing: 0.08em;
	color: #fff;
	transition: all .3s ease-in-out;
}
.top-sec-3 .head a { color: #333;}

.top-sec-2 .head a:after {
	content: url(../images/c_nav_arrow.png);
	display: inline-block;
	margin-left: 13px;
}

.top-sec-3 .head a:after {
	content: url(../images/btn_arrow.png);
	display: inline-block;
	margin-left: 13px;
}

.head a:hover { opacity: 0.7;}

.news-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-wrap {
	display: flex;
	flex-wrap: wrap;
}

.n-l-box { width: 320px;}

.n-l-box .box-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.n-l-box .box-head p:nth-of-type(1) {
	margin-right: 20px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.n-l-box .box-head p:nth-of-type(2) {
	padding: 0 20px;
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
}

.n-l-box > p {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.n-l-box a { display: block;}

.n-l-box a:hover { text-decoration: underline;}

.top-sec-3 {
	padding: 50px 0 60px;
	background: url(../images/conts_bg02.jpg) repeat 0 0;
}

.blog-box {
	display: block;
	width: 320px;
	padding: 20px;
	background-color: #fff;
	box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.02);
	transition: all .3s ease-in-out;
}

.blog-box:hover { opacity: 0.7;}

.blog-box p:nth-of-type(1) { margin-bottom: 10px;}

.blog-box p:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #0d52a2;
}

.blog-box p:nth-of-type(4) {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.top-sec-4 {
	padding: 50px 0;
	background-color: #47c2f0;
}

.top-sec-4 ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-sec-4 ul li { margin: 0 25px;}

.top-sec-4 ul li a {
	position: relative;
	display: block;
	width: 300px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	letter-spacing: 0.08em;
	color: #0d52a2;
	border: 2px solid #0d52a2;
	background-color: #fff;
	transition: all .2s ease-in-out;
}

.top-sec-4 ul li a:hover {
	color: #fff;
	background-color: #0d52a2;
	border: 2px solid #fff;
}

.top-sec-4 ul li a:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 0;
	border-color: transparent #0d52a2 transparent transparent;

}

.top-sec-4 ul li a:hover:after { border-color: transparent #fff transparent transparent;}

.top-sec-5 {
	width: 100%;
	height: 280px;
}

.top-sec-5 iframe {
	width: 100%;
	height: 100%;
}


/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.page-ttl-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 316px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.online-ttl { background-image: url("../images/online_ttl_bg.jpg");}
.sok-ttl { background-image: url("../images/sok_ttl_bg.jpg");}
.eng-ttl { background-image: url("../images/eng_ttl_bg.jpg");}
.elst-ttl { background-image: url("../images/elst_ttl_bg.jpg");}
.qureo-ttl { background-image: url("../images/qureo_ttl_bg.jpg");}
.reason-ttl { background-image: url("../images/rsn_ttl_bg.jpg");}
.inq-ttl { background-image: url("../images/contact_ttl_bg.jpg");}

h2.page-ttl {
	display: inline-block;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #0d52a2;
}
.sok-ttl h2.page-ttl { color: #fff;}

h2.page-ttl:before,
h2.page-ttl:after {
	display: block;
	content: "";
	background-color: #0d52a2;
	height: 4px;
	margin-right: auto;
	margin-left: auto;
}
.sok-ttl h2.page-ttl:before,
.sok-ttl h2.page-ttl:after { background-color: #fff;}

h2.page-ttl:before { margin-bottom: 30px;}

h2.page-ttl:after { margin-top: 30px;}

.online-ttl h2.page-ttl:before,
.online-ttl h2.page-ttl:after { width: 388px;}

.sok-ttl h2.page-ttl:before,
.sok-ttl h2.page-ttl:after { width: 170px;}

.eng-ttl h2.page-ttl:before,
.eng-ttl h2.page-ttl:after { width: 241px;}

.elst-ttl h2.page-ttl:before,
.elst-ttl h2.page-ttl:after { width: 389px;}

.reason-ttl h2.page-ttl:before,
.reason-ttl h2.page-ttl:after { width: 311px;}

.inq-ttl h2.page-ttl:before,
.inq-ttl h2.page-ttl:after { width: 313px;}

.pp-ttl h2.page-ttl:before,
.pp-ttl h2.page-ttl:after { width: 456px;}

.sm-ttl h2.page-ttl:before,
.sm-ttl h2.page-ttl:after { width: 315px;}

.sub-intro-txt {
	margin-bottom: 60px;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.05em;
}

/* パンくず */
.link-path {
	margin-bottom: 60px;
	background: url(../images/conts_bg01.jpg) repeat 0 0;
}

.link-path ul {
	display: flex;
	align-items: center;
	padding: 17px 0;
}

.link-path li:not(:nth-last-of-type(1)):after {
	content: url(../images/link_path_arrow.png);
	display: inline-block;
	margin: 0 12px;
}

.link-path li a { transition: all .3s ease-in-out;}

.link-path li a:hover { opacity: 0.7;}

/* ====================================
オンライン英会話
====================================== */
.ol-sec-1 { margin-bottom: 50px;}

.ol-pt-box {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url("../images/conts_bg01.jpg") repeat 0 0;
	border-width: 4px;
	border-style: solid;
}

.ol-pt-box.odd { border-color: #0d52a2;}
.ol-pt-box.even { border-color: #47c2f0;}

.ol-pt-1 .ol-pt-box,
.ol-pt-2 .ol-pt-box {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.ol-pt-3 .ol-pt-box,
.ol-pt-4 .ol-pt-box {
	padding-right: 30px;
	padding-left: 30px;
}

.box-inner {
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}
.ol-pt-1 .box-inner { width: 380px;}
.ol-pt-2 .box-inner { width: 300px;}

.ol-pt-1 .box-inner {
	position: relative;
	margin: 0 62px;
}
.ol-pt-2 .box-inner { margin: 0 15px;}

.ol-pt-1 .box-inner:nth-of-type(1):after {
	content: url(../images/conts_arrow01.png);
	position: absolute;
	top: 50%;
	right: -75px;
	display: inline-block;
	transform: translateY(-50%);
}

.ol-pt-2 .box-inner {
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ol-pt-2 .box-l { background-image: url(../images/online_box_img01.png);}
.ol-pt-2 .box-m { background-image: url(../images/online_box_img02.png);}
.ol-pt-2 .box-r { background-image: url(../images/online_box_img03.png);}

.box-inner p {
	font-size:1.6rem;
	line-height: 1.7;
}

.box-inner .box-ttl {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.04em;
}

.box-inner .box-ttl:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #333;
	margin: 13px auto 0;
}

.ol-pt-1 .box-inner p:nth-of-type(2) { margin-bottom: 30px;}

.mark-area ul {
	display: flex;
	justify-content: center;
}

.ol-pt-1 .mark-area li { margin: 0 4px;}

.ol-pt-3 .box-inner,
.ol-pt-4 .box-inner {
	display: flex;
	justify-content: space-between;
}

.ol-pt-3 .box-inner > p,
.ol-pt-4 .box-inner > p { width: 435px;}

.pt-3-img { text-align: center;}

.pt-3-img p:nth-of-type(1) { margin-bottom: 20px;}

.pt-3-img p:nth-of-type(2) { font-size: 1.3rem;}

.box-s-wrap {
	display: flex;
	align-items: stretch;
}

.box-s {
	padding: 25px 15px;
	background-color: #ecf9fd;
	border-radius: 10px;
}

.box-s .box-ttl { font-size: 1.5rem;}

.ol-pt-4 .box-s { width: 225px;}
.ol-pt-4 .box-s:nth-of-type(1) { margin-right: 15px;}

.ol-pt-4 .box-s li {
	font-size: 1.4rem;
	line-height: 1.6;
}

.ol-pt-4 .box-s li:nth-of-type(1) { margin-bottom: 5px;}

.ol-sec-2 {
	padding: 28px 0 60px;
	background: url("../images/conts_bg02.jpg") repeat 0 0;
}

.ol-sec-2 .conts-ttl {
	padding: 28px 0 10px;
	margin-bottom: 50px;
	background: url("../images/icon_light.png") no-repeat right calc(50% - 155px) bottom;
}

.rsn-sec-1,
.rsn-sec-2 {
	padding-bottom: 60px;
	margin-bottom: 60px;
	background: url(../images/border.jpg) no-repeat left bottom;
}

.rsn-1-intro {
	display: flex;
	justify-content: space-between;
}

.rsn-1-des { width: 620px;}

.rsn-ttl {
	padding: 16px 0 16px 64px;
	margin-bottom: 20px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #0d52a2;
}
.rsn-sec-1 .rsn-ttl { background: url(../images/online_mark01.png) no-repeat left center;}
.rsn-sec-2 .rsn-ttl { background: url(../images/online_mark02.png) no-repeat left center;}
.rsn-sec-3 .rsn-ttl { background: url(../images/online_mark03.png) no-repeat left center;}

.rsn-1-des p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.rsn-1-img {
	border-radius: 19px;
	box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}

.rsn-1-conts > p {
	padding: 13px 0 4px 48px;
	margin-bottom: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.04em;
	color: #0d52a2;
	background: url(../images/icon_comu.png) no-repeat left center;
}

.rsn-conts-box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.rsn-conts-box .box-inner { width: 480px;}

.rsn-conts-box .box-inner:nth-of-type(1),
.rsn-conts-box .box-inner:nth-of-type(2) { margin-bottom: 64px;} 

.rsn-conts-box .step-ttl {
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.06em;
	color: #47c2f0;
}

.rsn-conts-box .box-inner { position: relative;}
.rsn-conts-box .box-inner:after {
	position: absolute;
}
.rsn-conts-box .step-1:after,
.rsn-conts-box .step-3:after {
	content: url(../images/conts_arrow01.png);
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
}
.rsn-conts-box .step-2:after {
	content: url(../images/conts_arrow02.png);
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
}

.rsn-conts-box .step-3:after { content: url(../images/conts_arrow03.png);}

.rsn-conts-box .box-inner > p:nth-of-type(2) {
	margin-bottom: 16px;
	font-size: 1.5rem;
	line-height: 1.0;
	letter-spacing: 0.06em;
}

.rsn-conts-box .mark-area { margin-bottom: 20px;}

.rsn-conts-box .mark-area ul {
	justify-content: flex-start;
	padding-left: 18px;
}

.rsn-conts-box .mark-area li { margin-right: 12px;}

.point-img {
	display: flex;
	justify-content: space-between;
}

.pt-txt { width: 226px;}

.point-img p { font-size: 1.5rem;}

.point-img p:nth-of-type(1) {
	margin-bottom: 3px;
	font-weight: bold;
	color: #e50012;
}

.point-img p:nth-of-type(2) {
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.rsn-sec-2 > p:nth-of-type(2) {
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.rsn-conts-2 > p {
	padding: 6px 0 5px 46px;
	margin-bottom: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.04em;
	color: #0d52a2;
	background: url(../images/icon_pc.png) no-repeat left center;
}

.lesson-conts {
	display: flex;
	justify-content: space-between;
}

.lsn-des-wrap {
	width: 475px;
	padding-top: 10px;
}

.lsn-des:nth-of-type(1) { margin-bottom: 30px;}

.lsn-des p { letter-spacing: 0.06em;}

.lsn-des p:nth-of-type(1) {
	padding: 16px 0 12px 60px;
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #47c2f0;
	background: url("../images/icon_hart.png") no-repeat left center;
}

.lsn-des p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.8;	
}

.rsn-sec-3 > p:nth-of-type(2) {
	margin-bottom: 49px;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.crs-wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.crs-l,
.crs-r { width: 480px;}

.crs-box {
	padding: 30px 0 25px;
	background-color: #fff;
	box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.03);	
}

.crs-l .crs-box { border-top: 5px solid #00e6ff;}
.crs-r .crs-box { border-top: 5px solid #ffbcc9;}

.crs-ttl,
.crs-ttl-lg {
	color: #0d52a2;
	letter-spacing: 0.04em;
}

.crs-ttl {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.7rem;
}
.crs-l .crs-ttl {
	width: 206px;
	left: calc(50% - 103px);
}
.crs-r .crs-ttl {
	width: 262px;
	left: calc(50% - 131px);
}

.crs-ttl-lg {
	display: block;
	margin-top: 8px;
	font-size: 2.0rem;
	font-weight: bold;
}

.crs-box > p:nth-of-type(1) {
	margin-bottom: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
}
.crs-l .crs-box > p:nth-of-type(1) { color: #00e6ff;}
.crs-r .crs-box > p:nth-of-type(1) { color: #ffbcc9;}

.crs-box > p:nth-of-type(2) { margin-bottom: 25px;}

.crs-box > p:nth-of-type(3) {
	padding: 0 20px;
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.check-point {
	padding: 0 20px;
	margin-bottom: 25px;
}

.check-point p:nth-of-type(1) {
	padding: 6px 0 4px 40px;
	margin-bottom: 13px;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	background: url(../images/icon_check.png) no-repeat left center;
}
.crs-l .check-point p:nth-of-type(1) { color: #00e6ff;}
.crs-r .check-point p:nth-of-type(1) { color: #ffbcc9;}
.check-point p:nth-of-type(1).assist { font-size: 1.7rem;}

.check-point p:nth-of-type(2) {
	padding-left: 40px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

/* ====================================
速読
====================================== */
.sok-sec-1 { padding-bottom: 50px;}

.mov-area { margin-bottom: 105px;}

.habit-area {
	padding-bottom: 60px;
	margin-bottom: 80px;
	background: url("../images/conts_bg01.jpg") repeat 0 0;
	border: 4px solid #0d52a2;
}

.habit-area p {
	margin: -38px 0 50px;
	text-align: center;
}

.habit-area ul {
	position: relative;
	left: calc(50% - 394px);
	width: 789px;
}

.habit-area ul li:not(:nth-last-of-type(1)) { margin-bottom: 30px;}

.training-wrap > p {
	padding: 6px 0 5px 50px;
	margin-bottom: 25px;
	font-size: 2.0rem;
	letter-spacing: 0.04em;
	color: #0d52a2;
}

.tra-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.tra-block:nth-last-of-type(1) { margin-bottom: 0;}

.tra-img { margin-right: 50px;}

.tra-des { padding-top: 5px;}

.tra-des p:nth-of-type(1) {
	padding: 16px 0 12px 60px;
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.16em;
	color: #47c2f0;
}

.tra-des p.tra-1 { background: url(../images/icon_brain.png) no-repeat left center;}
.tra-des p.tra-2 { background: url(../images/icon_eye.png) no-repeat left center;}
.tra-des p.tra-3 { background: url("../images/icon_training.png") no-repeat left center;}

.tra-des p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.sok-sec-2 {
	padding: 50px 0 80px;
	background: url("../images/conts_bg02.jpg") repeat 0 0;
}

.sok-sec-2 h3 {
	margin-bottom: 40px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0d52a2;
}

.sok-sec-2 h3:before {
	content: url("../images/icon_voice.png");
	display: block;
	margin-bottom: 13px;
}

.voice-wrap {
	display: flex;
	justify-content: space-between;
}

.v-box {
	width: 320px;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow:0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}

.v-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.v-head p:nth-of-type(1) { margin-right: 15px;}

.v-head-txt p:nth-of-type(1) {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #0d52a2;
}

.v-box > p {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}


/* ====================================
速読英語
====================================== */
.eng-sec-1 { padding-bottom: 50px;}

.eng-intro { margin-bottom: 80px;}

.eng-intro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 830px;
	margin: auto;
}

.eng-intro li {
	margin: 0 7px 15px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	border-width: 1px;
	border-style: solid;
}
.eng-intro li a {
	display: block;
	padding: 10px 12px;
}
.eng-intro li.st-1 a {
	color: #3eb134;
	border-color: #3eb134;
}
.eng-intro li.st-2 a {
	color: #0d52a2;
	border-color: #0d52a2;
}
.eng-intro li.st-3 a {
	color: #e70028;
	border-color: #e70028;
}
.eng-intro li.st-4 a {
	color: #ff9600;
	border-color: #ff9600;
}
.eng-intro li.st-5 a {
	color: #ffbcc9;
	border-color: #ffbcc9;
}

.eng-stp { margin-bottom: 50px;}
	.eng-5 { margin-bottom: 0;}

.stp-ttl-sm {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 18px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	color: #fff;
}
	.eng-1 .stp-ttl-sm { background-color: #3eb134;}
	.eng-2 .stp-ttl-sm { background-color: #0d52a2;}
	.eng-3 .stp-ttl-sm { background-color: #e70028;}
	.eng-4 .stp-ttl-sm { background-color: #ff9600;}
	.eng-5 .stp-ttl-sm {
		margin-bottom: 5px;
		background-color: #ffbcc9;
	}

.stp-ttl {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background: url(../images/border02.png) no-repeat center bottom;
}

.stp-ttl h3 {
	font-size: 3.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 30px;
}
	.eng-1 .stp-ttl h3 {
		width: 327px;
		color: #3eb134;
	}
	.eng-2 .stp-ttl h3 {
		width: 465px;
		color: #0d52a2;
	}
	.eng-3 .stp-ttl h3 {
		width: 477px;
		color: #e70028;
	}
	.eng-4 .stp-ttl h3 {
		width: 561px;
		color: #ff9600;
	}
	.eng-5 .stp-ttl h3 {
		width: 430px;
		color: #ffbcc9;
	}

.stp-ttl p {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
	.eng-1 .stp-ttl p { width: calc(100% - 357px);}
	.eng-2 .stp-ttl p { width: calc(100% - 488px);}
	.eng-3 .stp-ttl p { width: calc(100% - 507px);}
	.eng-5 .stp-ttl p { width: calc(100% - 455px);}

.stp-intro { margin-bottom: 40px;}

.stp-intro p:nth-of-type(1) {
	margin-bottom: 23px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	background-repeat: no-repeat;
	background-position: left center;
}
	.eng-1 .stp-intro p:nth-of-type(1) {
		padding: 9px 0 7px 45px;
		background-image: url(../images/icon_net.png);
	}
	.eng-2 .stp-intro p:nth-of-type(1) {
		padding: 8px 0 6px 45px;
		background-image: url(../images/icon_paper.png);
	}
	.eng-3 .stp-intro p:nth-of-type(1) {
		padding: 8px 0 6px 45px;
		background-image: url(../images/icon_paper.png);
	}
	.eng-4 .stp-intro p:nth-of-type(1) {
		padding: 11px 0 6px 38px;
		background-image: url(../images/icon_train.png);
	}
	.eng-5 .stp-intro p:nth-of-type(1) {
		padding: 9px 0 6px 40px;
		background-image: url(../images/icon_list.png);
	}

.stp-intro p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.eng-box {
	padding: 50px 30px;
	background: url("../images/conts_bg01.jpg") repeat 0 0;
	border-width: 4px;
	border-style: solid;
}
	.eng-1 .eng-box { border-color: #3eb134;}
	.eng-2 .eng-box { border-color: #0d52a2;}
	.eng-3 .eng-box { border-color: #e70028;}
	.eng-4 .eng-box { border-color: #ff9600;}
	.eng-5 .eng-box { border-color: #ffbcc9;}

.eng-box-1 .box-inner {
	display: flex;
	justify-content: space-between;
}

.eng-box-1-l { width: 496px;}

.eng-box-1-l > p {
	margin-bottom: 22px;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
}

.eng-box-1-l .inner-ttl {
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.0;
	color: #3eb134;
}

.graph-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
	.graph-sec:nth-last-of-type(1) { margin-bottom: 35px;}

.graph-sec .graph-img { width: 151px;}

.graph-sec .graph-des { width: 324px;}

.graph-sec .graph-des p:nth-of-type(1) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.graph-sec .graph-des p:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.eng-box-1-r {
	width: 400px;
	padding: 25px 15px;
	background-color: #ebf7ea;
	border-radius: 10px;
}

.eng-box-1-r > p:nth-of-type(2) {
	margin-bottom: 17px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.stu-sec:not(:nth-last-of-type(1)) {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.stu-sec p {
	display: inline-block;
	padding: 6px 13px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.0;
	color: #3eb134;
	border: 1px solid #3eb134;
}

.stu-sec li {
	font-size: 1.4rem;
	line-height: 1.6;
}

.all-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.all-wrap .box-inner { width: 460px;}

.all-wrap .box-ttl { margin-bottom: 33px;}

.graph-table {
	display: flex;
	align-items: center;
	justify-content: center;
}

.graph-table p { margin: 0 18px;}

.eng-bot {
	display: flex;
	justify-content: space-between;
}

.eng-bot-l { width: 622px;}

.eng-bot-l p {
	margin-bottom: 33px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.eng-bot-l p:nth-of-type(1) {
	padding: 14px 0 8px 45px;
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
	color: #0d52a2;
	background: url("../images/icon_light02.png") no-repeat left center;
}

.eng-bot-l p:nth-of-type(3) { margin-bottom: 0;}

.eng-bot-r {
	width: 317px;
	padding-top: 15px;
	text-align: center;
}

.eng-bot-r p:nth-of-type(1) { margin-bottom: 20px;}

.eng-bot-r p:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.type-sec {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.type-sec:nth-last-of-type(1) { margin-bottom: 50px;}

.type-c { margin-bottom: 20px;}

.type-sec .box-inner {
	position: relative;
	width: 480px;
	margin-right: 106px;
}
.type-sec .box-inner-wrap .box-inner { margin-right: 0;}

.type-sec .box-inner-wrap {
	position: relative;
	margin-right: 106px;
}

.type-sec .box-inner:after,
.type-sec .box-inner-wrap:after {
	content: url("../images/conts_arrow04.png");
	position: absolute;
	top: 50%;
	right: -65px;
	transform: translateY(-50%);
}
.type-sec .box-inner-wrap .box-inner:after { display: none;}

.type-ttl {
	padding: 9px 0 9px 50px;
	margin-bottom: 13px;
	font-size: 2.0rem!important;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #e70028;
}
	.type-a .type-ttl { background: url("../images/eng_txt_a.png") no-repeat left center;}
	.type-b .type-ttl { background: url("../images/eng_txt_b.png") no-repeat left center;}
	.type-c .type-ttl { background: url("../images/eng_txt_c.png") no-repeat left center;}
	.type-d .type-ttl { background: url("../images/eng_txt_d.png") no-repeat left center;}

.type-des {
	display: flex;
	justify-content: space-between;
}

.type-des p:nth-of-type(1) { width: 133px;}

.type-des p:nth-of-type(2) { width: 270px;}

.type-r p {
	margin-bottom: 14px;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
}

.type-r p .txt-lg {
	display: block;
	margin-top: 5px;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #e70028;
}

.type-r li {
	font-size: 1.5rem;
	line-height: 1.7;
}

.eng-4 .box-inner { margin-bottom: 50px;}

.eng-4 .eng-box > p {
	padding: 15px 0 8px 50px;
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #ff9600;
	background: url("../images/icon_light03.png") no-repeat left center;
}

.balance-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.balance-wrap ul { margin-right: 60px;}

.balance-wrap li {
	padding: 11px 0 0 60px;
	margin-bottom: 15px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.06em;
}

.bal-1 { background: url("../images/eng_taisaku_a.jpg") no-repeat left top;}
.bal-2 { background: url("../images/eng_taisaku_b.jpg") no-repeat left top;}
.bal-3 { background: url("../images/eng_taisaku_c.jpg") no-repeat left top;}
.bal-4 { background: url("../images/eng_taisaku_d.jpg") no-repeat left top;}

.eng-4 .point { padding-left: 35px;}

.box-mypage {
	display: flex;
	margin-bottom: 30px;
}

.mypage-des {
    padding: 10px 20px;
}

.mypage-des p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #ffbcc9;
}
.mypage-des p:nth-of-type(2) {
    margin-bottom: 24px;
}

.mp-l {
	width: 558px;
	margin-right: 40px;
}

.mp-l p:nth-of-type(1) {
	margin-bottom: 23px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #ffbcc9;
}

.mp-l p:nth-of-type(2) {
	margin-bottom: 150px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.mp-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 390px;
}

.mp-list li {
	margin: 0 35px 15px 0;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
}

.mp-list li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	background-color: #ffbcc9;
}

.box-measure {
	margin-bottom: 40px;
	background: #fff url("../images/eng_conts_img02.png") no-repeat left 30px bottom;
}

.measure-des { padding: 20px 50px 70px 275px;}

.measure-des p:nth-of-type(1) {
	margin-bottom: 24px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #ffbcc9;
}

.measure-des p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.eng-sec-2 {
	padding: 55px 0 60px;
	background: url("../images/conts_bg02.jpg") repeat 0 0;
}

.taiken-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.taiken-wrap .box-inner {
	width: 480px;
	margin-bottom: 40px;
}
.taiken-wrap .box-inner:nth-last-of-type(1),
.taiken-wrap .box-inner:nth-last-of-type(2) { margin-bottom: 0;}

.tai-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.tai-head-l { width: 326px;}

.tai-head-l p {
	font-size: 1.5rem;
	line-height: 1.0 !important;
}

.tai-head-l p:nth-of-type(1) { margin-bottom: 15px;}
.tai-head-l p:nth-of-type(2) { margin-bottom: 5px;}

.tai-head-l .initial {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 2.0rem;
}

.tai-head > p { width: 80px;}

.tai-ttl {
	margin-bottom: 10px;
	font-size: 2.0rem !important;
	font-weight: bold;
	line-height: 1.3 !important;
	letter-spacing: 0.02em;
}

.tai-des {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.tai-des p:nth-of-type(1) {
	font-size: 1.5rem !important;
	line-height: 1.6 !important;
	letter-spacing: 0.02em;
}

.taiken-wrap dt,
.taiken-wrap dd { 
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.02em;
}


/* ====================================
ELST AI学習
====================================== */
.elst-sec-1 { margin-bottom: 70px;}

.learn-wrap,
.elst-rsn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.learn-wrap .box-inner,
.elst-rsn .box-inner {
	width: 480px;
	padding: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.lrn-ttl,
.elst-rsn-ttl {
	margin-bottom: 9px;
	font-size: 1.7rem !important;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #0d52a2;
}

.lrn-des,
.elst-des {
	display: flex;
	justify-content: space-between;
}

.lrn-des p:nth-of-type(1),
.elst-des p:nth-of-type(2) { width: 200px;}

.lrn-des p:nth-of-type(2),
.elst-des p:nth-of-type(1) {
	width: 220px;
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0.06em;
}

.elst-sec-2 .conts-ttl {
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
}

.elst-sec-2 .conts-ttl:before,
.elst-sec-2 .conts-ttl:after {
	content: "";
	position: absolute;
}

.elst-sec-2 .conts-ttl:before {
	top: -20px;
	left: calc(50% - 312px);
	width: 54px;
	height: 49px;
	background: url("../images/ornament_left.png") no-repeat 0 0;
	background-size: 100%;
}

.elst-sec-2 .conts-ttl:after {
	top: -30px;
	right: calc(50% - 298px);
	width: 51px;
	height: 59px;
	background: url("../images/ornament_right.png") no-repeat 0 0;
	background-size: 100%;
}

.elst-sec-2 .mov-area {
	margin-bottom: 50px;
	text-align: center;
}

.elst-bot-conts {
	padding-bottom: 54px;
	background: url("../images/elst_conts_bg.png") no-repeat center bottom / contain, url("../images/conts_bg02.jpg") repeat 0 0;
}

.elst-sec-3 {
	padding: 60px 0 0;
	margin-bottom: 50px;
}


/* ====================================
プログラミング学習
====================================== */
.qureo-sec-1 { margin-bottom: 70px;}

.learn-wrap,
.qureo-rsn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.learn-wrap .box-inner,
.qureo-rsn .box-inner {
	width: 480px;
	padding: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.qureo-three {
	flex-wrap: wrap;
	justify-content: center;
}

.qureo-three .box-inner {
	width: 680px;
	padding: 20px;
	margin: 0 auto 30px;
}

.lrn-ttl,
.qureo-rsn-ttl {
	margin-bottom: 9px;
	font-size: 1.7rem !important;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #0d52a2;
}

.lrn-des,
.qureo-des {
	display: flex;
	justify-content: space-between;
}

.lrn-des p:nth-of-type(1),
.qureo-des p:nth-of-type(2) { width: 200px;}

.lrn-des p:nth-of-type(2),
.qureo-des p:nth-of-type(1) {
	width: 220px;
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0.06em;
}
.qureo-three .qureo-des p {
	width: 100%;
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0.06em;
}

.qureo-sec-2 .conts-ttl {
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
}

.qureo-sec-2 .conts-ttl:before,
.qureo-sec-2 .conts-ttl:after {
	content: "";
	position: absolute;
}

.qureo-sec-2 .conts-ttl:before {
	top: -20px;
	left: calc(50% - 312px);
	width: 54px;
	height: 49px;
	background: url("../images/ornament_left.png") no-repeat 0 0;
	background-size: 100%;
}

.qureo-sec-2 .conts-ttl:after {
	top: -30px;
	right: calc(50% - 298px);
	width: 51px;
	height: 59px;
	background: url("../images/ornament_right.png") no-repeat 0 0;
	background-size: 100%;
}

.qureo-sec-2 .mov-area {
	margin-bottom: 50px;
	text-align: center;
}

.qureo-bot-conts {
	padding-bottom: 54px;
	background: url("../images/qureo_conts_bg.png") no-repeat center bottom / contain, url("../images/conts_bg02.jpg") repeat 0 0;
}

.qureo-sec-3 {
	padding: 60px 0 0;
	margin-bottom: 50px;
}


/* ====================================
選ばれる理由
====================================== */
.reason-sec-1 { padding-bottom: 30px;}

.reason-block {
	display: flex;
	margin-bottom: 30px;
}

.rsn-des { margin-right: 50px;}

.block-2 .rsn-des {
	order: 2;
	margin-right: 0;
}
.block-2 .rsn-img {
	order: 1;
	margin-right: 50px;
}

.rsn-des p:nth-of-type(1) {
	padding: 16px 0 16px 64px;
	margin-bottom: 20px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #0d52a2;
}

.block-1 .rsn-des p:nth-of-type(1) { background: url(../images/online_mark01.png) no-repeat left center;}
.block-2 .rsn-des p:nth-of-type(1) { background: url(../images/online_mark02.png) no-repeat left center;}
.block-3 .rsn-des p:nth-of-type(1) { background: url(../images/online_mark03.png) no-repeat left center;}

.rsn-des p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.reason-bot-conts {
	padding-bottom: 80px;
	background: url("../images/conts_bg02.jpg") repeat 0 0;
}

.reason-sec-2 {
	padding: 60px 0 100px;
	margin: 0 auto;
}

.reason-bot-conts .conts-ttl {
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
}

.reason-bot-conts .osw {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #0d52a2;
}

.reason-bot-conts .conts-ttl:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
	background-color: #0d52a2;
}

.mes-main-txt {
	margin-bottom: 26px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}

.mes-conts {
	width: 900px;
	margin: auto;
}

.mes-conts p {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.com-table dl {
	display: flex;
	width: 900px;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

.com-table dt,
.com-table dd {
	padding: 20px 0;
	font-size: 1.5rem;
	line-height: 1.5;
}

.com-table dt {
	width: 200px;
	padding-left: 15px;
	font-weight: bold;
	color: #0d52a2;
}


/* ====================================
お問い合わせ
====================================== */
.cnt-sec-1 { margin-bottom: 100px;}
.cnt-sec-2 {
  padding: 60px 0 100px;
  background: url("../images/conts_bg02.jpg") repeat 0 0;
}

.cnt-sub-intro { font-size: 1.8rem;}

.cnt-sec-1 h3,
.cnt-sec-2 h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0d52a2;
  background: url("../images/border.jpg") no-repeat left bottom;
}

.cnt-sec-1 p:nth-of-type(1),
.cnt-sec-2 p:nth-of-type(1) {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.form-body dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.form-body dl.contact-body {
	align-items: flex-start;
}

.form-body dt {
	position: relative;
	width: 180px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0d52a2;
}
.form-body dl.contact-body dt { padding-top: 15px;}

.form-body dd { width: calc(100% - 230px);}

.form-body input[type="text"] {
	width: 100%;
	height: 45px;
	padding: 0 8px;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.form-body textarea {
	width: 100%;
	height: 250px;
	padding: 8px 8px;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.req {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	padding: 3px 5px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #cb0000;
	transform: translateY(-50%);
}

.form-body dl.contact-body .req { top: 22px;}

.btn-area { text-align: center;}

p#submitBtn { margin-top: 40px;}

.btn-check {
	display: inline-block;
	width: 240px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background-color: #0d52a2;
	transition: all .3s ease-in-out;
}

.btn-check:hover { opacity: 0.8;}

#ppCheck { margin-bottom: 30px;}

p#ppCheck a { text-decoration: underline;}

p#ppCheck a:hover { text-decoration: none;}


/* ====================================
お知らせ一覧
====================================== */
.news-sec {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.sidebar { width: 220px;}

/* news */
.news-body { width: 1024px;}

.news-body .list-wrap:after {
  content: "";
  display: block;
  width: 100%;
}

.news-body .blog-box {
  width: 100%;
  padding: 20px;
  margin: 0 0px 20px 0;
}
.news-body .blog-box:nth-child(4n) {
  width: 100%;
  padding: 10px;
  margin: 0 0 15px 0;
}

.news-body .blog-box img {
  width: 100%;
  height: auto;
}

.news-body .blog-box:hover { box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);}


/* blog */
.blog-body { width: 1024px;}

.blog-body .list-wrap:after {
  content: "";
  display: block;
  width: 242px;
}

.blog-body .blog-box {
  width: 242px;
  padding: 10px;
  margin: 0 15px 15px 0;
}
.blog-body .blog-box:nth-child(4n) {
  width: 242px;
  padding: 10px;
  margin: 0 0 15px 0;
}

.blog-body .blog-box img {
  width: 100%;
  height: auto;
}

.blog-body .blog-box:hover { box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);}

.s-nav p {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0d52a2;
  background: url("../images/border.jpg") no-repeat left bottom;
}

.s-nav li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.s-nav li a {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: all .3s ease-in-out;
}

.s-nav li a:hover { color: #0d52a2;}


/* ====================================
お知らせ-詳細
====================================== */
.news-body .news-ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #0d52a2;
  border-bottom: 1px solid #ccc;
}

.date {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.content-body { margin-bottom: 80px;}

.content-body p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.btn-list {
  position: relative;
  display: block;
  width: 300px;
  margin: auto;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.08em;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0d52a2;
  transition: all .2s ease-in-out;
}

.btn-list:hover {
  color: #0d52a2;
  background-color: #fff;
  border: 2px solid #0d52a2;
}

.btn-list:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #fff transparent transparent;
}

.btn-list:hover:after { border-color: transparent #0d52a2 transparent transparent;}


/* ====================================
プライバシーポリシー
====================================== */
.pp-maintxt {
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 1.7;
}

.pp-sec { margin-bottom: 100px;}

.pp-area:not(:nth-last-of-type(1)) { margin-bottom: 60px;}

.pp-area .conts-ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
	letter-spacing: 0.1em;
  background: url("../images/border.jpg") no-repeat left bottom;
}

.pp-area p {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


/* ====================================
サイトマップ
====================================== */
.sm-sec { margin-bottom: 100px;}

.sm-sec li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
.sm-sec li:nth-last-of-type(1) { margin-bottom: 0;}

.sm-sec li:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 12px;
	border-top: 1px solid #0d52a2;
	border-right: 1px solid #0d52a2;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.sm-sec a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	transition: all .3s ease-in-out;
}

.sm-sec a:hover { color: #0d52a2;}

.form-sec-main {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.btn-area {
	margin-bottom: 50px;
}



























