@charset "utf-8";


/************************************************
目次
************************************************ */

/*** 目次見出し ***

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #333333;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	background: url(../images/bg.jpg) 0 230px no-repeat;
	background-size: 120%;
	line-height: 1.4;
	font-size: 20px;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
h2{
	font-size: 40px;
	color: #333;
	margin: 0 0 20px 0;
	font-weight: bold;
}

p {
	margin: 0 0 18px 0;
}
ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
i{
	font-style: normal;
	margin-right: 8px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
a:link {
	color: #212121;
}
a:visited {
	color: #212121;
}
a:active,
a:hover {
	color: #666;
}
#f-contact a,
#footer a {
	text-decoration: none;
}
.sme-highlighter {
	background-image: linear-gradient(transparent 60%,rgba(255,241,0,.5) 0);
}

/* Images
----------------------------- */
#content img {
	max-width: 100%;
	height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}


/* CV
----------------------------- */
a.btn-cv {
	position: relative;
	max-width: 600px;
	display: inline-block;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #fa7d00;
	padding: 15px 120px 15px 110px;
	font-size: 24px;
	animation: anime 2s ease-out infinite;
    margin-bottom: 12px;
}
a.btn-cv i{
	text-indent: -10000px;
	position: absolute;
	top: 26px;
	right: 25px;
	width: 56px;
	height: 16px;
	background: url(img/icon_arrow_right.png) center top no-repeat;
	background-size: 50% 50%;
}
@keyframes anime{
0% {box-shadow: 0 0 0 0px rgba(250,125,0,0);}
70%{box-shadow: 0 0 0 10px rgba(250,125,0,.3);}
to {box-shadow: 0 0 0 15px rgba(250,125,0,0);}
}



/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

img {max-width: 100%;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

.in {
-webkit-box-sizing: border-box;/* 横幅含める */
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}


/* ============================
   Layout
/* ============================ */
header,
#main,
footer {
	margin: 0 auto 0px auto;
	width: 100%;
}
#footer {
	clear: both;
	width: 100%;
}
.maxwidth{
	width: 1140px;
	margin: 0 auto;
}



/* ============================
   header
/* ============================ */
header{
	background: url(img/bg_header.png) center top no-repeat;
}
header section{
	padding: 70px 0;
	background-color: rgba(41,109,168,0.7);
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px #808080;
}

header #description{
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 5px 40px 0px 40px;
    border: 3px solid #fff;
    font-size: 32px;
    font-weight: bold;
}
header #logo{
    margin: 0 0 30px 0;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2em;
}
header #cc{
    margin: 0 0 30px 0;
}
header .btn-sample{
    color: #fff	!important;
    font-size: 18px;
}

/* ============================
   main
/* ============================ */
#main{
	clear: both;
}
#main p{
	margin: 0 0 50px 0;
	font-size: 18px;
}
#main img{
	display: block;
}
#main .width{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#main iframe {
    width: 640px;
    height: 360px;
}

#main #input{
	background: #a6ddce;
	padding: 90px 0 0 0;
}
#main #input .icon_torikun{
	position: absolute;
	top: 0;
	right: 90px;
}



/* ====================================== */

#task{
	background: url(img/bg_task.png) center bottom repeat-x;
	padding-bottom: 100px;
	color: #fff;
	position: relative;
	z-index: 20;
}
#task #task_bg{
	background: #333;
}
#task h2{
	color: #fff;
	text-align: center;
}
#task h2 span{
	display: block;
	margin: -30px auto 0 auto;
	background: #333;
	max-width: 780px;
	padding: 0 30px;
}
.comment:before {
	font-family: "Font Awesome 5 Free";
	content: '\f4ad';
	font-weight: 900;
}
#task h3{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#task .taskList{
	position: relative;
	padding: 90px 0 0 0;
	margin: 0 0 100px 0;
}
#task h2 span {
y    padding: 0 20px;
}
#task .taskList-top{
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding: 0 70px 20px 70px;
}
#task .taskList-top ul{
	margin-bottom: 30px;
}
#task .taskList-top ul li{
	margin-bottom: 10px;
}

#task .taskList-bottom{
	position: absolute;
	left: 0;
	bottom: -62px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 570px 0 570px;
	border-color: #fff transparent transparent transparent;
}
#task .taskList-bottom-during{
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 570px 0 570px;
	border-color: #333 transparent transparent transparent;
}
#task .taskThoughts{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

#movie{
	background: url(img/bg_lattice.png) 0 0 repeat;
	margin-top: -85px;
	padding: 85px 0 70px 0;
	position: relative;
	z-index: 10;
}
#movie h2{
	text-align: center;
	line-height: 1.3em;
	padding: 40px 0;
}
#movie h2 strong{
	border: 2px solid #333;
	font-size: 16px;
	padding: 5px 15px 3px 15px;
}
#movie .movieSample{
	text-align: center;
	position: relative;
}
#movie .movieSample img{
	position: absolute;
	right: 200px;
	top: -50px;
}
#movie .movieMerit{
	background: #fff;
	border: 1px solid #ccc;
	padding: 90px 90px 40px 90px;
	margin-top: -70px;
}
#movie .point{
	margin-left: 0;
	list-style: none;
	text-align: center;
}
#movie .point li{
	display: inline;
	margin: 0 10px;
}
#movie .point li img{
	display: inline;
}
#movie ul.merit{
	list-style: diamond;
}
#movie ul.merit li{
	margin-bottom: 20px;
}
#movie #cv{
	margin: -35px 0 0 0;
	text-align: center;
}
#movie #cv i{
	text-indent: -10000px;
	position: absolute;
	top: 26px;
	right: 25px;
	width: 56px;
	height: 16px;
	background: url(img/icon_arrow_right.png) center top no-repeat;
	background-size: 50% 50%;
}

#features{
	padding: 100px 0;
	text-align: center;
}
#features h2{
	text-align: center;
	margin-bottom: 70px;
}
#features .features1,
#features .features2,
#features .features3{
	display: inline-block;
	width: 20%;
	margin: 0 1%;
	border: 1px solid #ccc;
	padding: 45px;
	vertical-align: top;
	min-height: 440px;
}
#features .featuresCircle{
	position: relative;
	z-index: 20;
	border-radius: 100px;
	background: #286da8;
	width: 112px;
	line-height: 106px;
	color: #fff;
	margin: -100px auto 0 auto;
}
#features .featuresCircle i{
	font-size: 36px;
}
#features .featuresImg{
	position: relative;
	z-index: 10;
	margin: -10px 0 30px 0;
}
#features h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}
#features p{
	margin-bottom: 0;
}

#education{
	background: #e1edf7;
	padding: 100px 0 30px 0;
}
#education h2{
	float: left;
	margin-right: 30px;
}
#education .education_h2_s{
	font-size: 27px;
	display: block;
}
#education .education_h2_l{
	font-size: 72px;
}
#education .education_h2_m{
	font-size: 45px;
}
#education p{
	margin: 0 0 30px 0;
}
#education .educationBody h3{
	border: 2px solid #333;
	font-size: 16px;
	padding: 5px 15px 3px 15px;
	width: 240px;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
#education .educationBody{
	border: 1px solid #ccc;
	background: #fff;
	padding: 60px 0 20px 0;
	clear: both;
    margin: 60px 0;
}
#education .educationBody .sup{
	text-align: center;
	font-size: 22px;
}
#education .educationBody p .sme-highlighter{
	color: #c60e20;
}
#education .educationFoot{
	text-align: center;
}
#education .educationFoot h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
#education .educationFoot p{
	font-size: 25px;
}

#faq{
	padding: 100px 0 30px 0;
}
#faq .maxwidth{
	max-width: 900px;
}
#faq h2{
	text-align: center;
	margin-bottom: 30px;
}
#faq .qa{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 30px;
	width: 100%;
}
#faq .qa dt{
	position: relative;
	display: block;
/*	cursor: pointer;*/
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 18px;
}
#faq .qa dd{
	position: relative;
	display: block;
	margin: 0 0 0 2em;
	text-indent: -2em;
	font-size: 18px;
}
#faq .qa dt .question{
	display: inline-block;
	width: 20px;
	background: #296da8;
	padding: 0 5px;
	color: #fff;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
}
#faq .qa dd .answer{
	display: inline-block;
	width: 20px;
	background: #a8a8a8;
	padding: 0 5px;
	color: #fff;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
	text-indent: 0;
}

#sale{
	background: #e1edf7;
	padding: 100px 0;
}
#sale h2{
	text-align: center;
	margin-bottom: 30px;
}
#sale .saleItem{
	background: #fff;
	padding: 60px 50px 60px 50px;
}
#sale .saleItem h3{
	text-align: center;
	color: #296da8;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
#sale .saleItem .saleCampaign{
	border: 2px solid #e60000;
	padding: 0;
	margin-bottom: 30px;
	font-size: 16px;
}
#sale .saleItem .saleCampaign h4{
	display: inline-block;
	background: #e60000;
	color: #fff;
	padding: 3px 15px;
	margin-right: 10px;
	margin-left: 1px;
}
#sale .saleItem .saleCampaign p{
	display: inline-block;
	margin: 0;
	font-size: 16px;
}

#sale .salePlan{
}
#sale .salePlan1,
#sale .salePlan2,
#sale .salePlan3{
	display: inline-block;
	width: 29.8%;
	border-right: 1px solid #ccc;
	margin-right: 20px;
	padding-right: 26px;
	vertical-align: top;
	min-height: 440px;
}
#sale .salePlan3{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
#sale .salePlan h4{
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 0 20px 0;
}
#sale .salePlan .salePlanSup{
	list-style: none;
	margin: 0 0 30px 0;
}
#sale .salePlan .salePlanSup li{
	margin: 0 0 8px 1em;
	text-indent: -1em;
	font-size: 16px;
}
#sale .salePlanPrice{
	margin: 0 0 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#sale .salePlanPrice .priceTax{
	font-size: 16px;
}
#sale .salePlanPrice .priceDown{
	font-size: 16px;
	background: #e60000;
	color: #fff;
	padding: 2px 5px 0 5px;
}
#sale .saleCV .btn-cv{
	font-size: 15px;
	padding: 15px 0 15px 0;
	display: block;
}
#sale .saleCV .btn-cv i{
	top: 20px;
}
#sale .saleCV .toBeReleased{
	display: block;
	color: #e60000;
	text-align: center;
}
#sale .saleSupplement{
	font-size: 14px;
	background: #e6e6e6;
	padding: 10px;
	line-height: 1.2;
	list-style: none;
	margin: 30px 0 0 0;
}

#follow{
	z-index: 1000;
	position: fixed;
	bottom: 80px;
	right: 20px;
	background: #fff;
	padding: 40px 20px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-align: center;
}
#follow .followClose .close{
	position: absolute;
	top: 0;
	right: -5px;
	padding: 10px;
	cursor: pointer;
}
#follow .followClose .close:before{
	font-family: "Font Awesome 5 Free";
	content: '\f057';
	font-weight: 900;
}
#follow .followPoint img{
	display: inline;
	width: 70px;
}
#follow .followPackage img{
	width: 220px;
	margin: 5px auto 20px auto;
}
#follow #cv .btn-cv{
	font-size: 16px;
	margin-bottom: 5px;
	padding: 15px 55px 15px 30px;
}
#follow #cv .btn-cv i{
	right: -5px;
	top: 19px;
}
#follow #cv .btn-sample{
	font-size: 12px;
}




















/* ---------- 下層ページ ---------- */
#wrapper.privacy{
	background: url(img/bg1.png) center top no-repeat;
}
#contents-header{
	text-align: center;
	padding: 30px 0 20px 0;
}
#contents-header img{
	width: 300px;
}
#contents-main{
	width: 800px;
	margin: 0 auto 100px auto;
}
#contents-main li{
	margin-bottom: 10px;
}

/* ---------- ページトップへ戻る ---------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #296da8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ============================
   footer
/* ============================ */
footer{
	position: relative;
	z-index: 999;
	background: #fff;
	padding: 40px 0 0 0;
}
footer section{
	width: 1000px;
	margin: 0 auto;
}
footer section#guide{
	margin-bottom: 45px;
}
footer section#guide ul{
	list-style: none;
}
footer section#guide ul li{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}
footer section#utility{
	margin-bottom: 30px;
}
footer section#utility ul{
	list-style: none;
	text-align: center;
	font-size: 14px;
	margin-left: 0;
}
footer section#utility ul li{
	display: inline-block;
	border-right: 1px solid #333;
	padding: 0 15px 0 8px;
}
footer section#utility ul li{
	display: inline-block;
	border-right: 1px solid #333;
	padding: 0 15px 0 8px;
}
footer section#utility ul li:last-child{
	border-right: 0;
}
footer section#copy{
	width: 100%;
	border-top: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}


/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}




/* ============================
   Mobile Style
/* ============================ */
@media screen and (max-width:600px){

img{
	max-width: 100%;
    box-sizing: border-box;
}
h2 {
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.maxwidth{
	width: 100%;
}
#follow{
	display: none;
}

header {
    background-position: center -20px;
    background-size: 284%;
}
header section {
    width: 100%;
    padding: 30px 10px 50px 10px;
    box-sizing: border-box;
}
header #description {
	margin: 0 0 30px 0;
	padding: 5px 20px;
	font-size: 15px;
}
header #logo {
	font-size: 28px;
    margin: 0 0 15px 0;
}
header #cc{
	font-size: 18px;
}

a.btn-cv{
	padding: 15px 80px 15px 70px;
	font-size: 20px;
}
a.btn-cv i {
	top: 21px;
}


#task .taskList {
	margin: 0 0 50px 0;
}
#task .taskList-top {
	padding: 0 20px;
	margin: 0 20px;
	border-bottom: 3px solid #fff;
}
#task h3 {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#task .taskList-bottom,
#task .taskList-bottom-during{
	display: none;
}
#task .taskThoughts {
	font-size: 24px;
}
#task {
	padding-bottom: 60px;
}

#movie {
    padding: 85px 0 20px 0;
}
#movie h2 {
	padding: 40px 30px 0px 30px;
}
#movie h2 strong {
	padding: 0px 15px;
	margin-bottom: 15px;
	display: inline-block;
}
#movie .movieSample img {
	display: none;
}

#main iframe {
    width: 100%;
    height: 100%;
}
.iframe-wrapper {
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .movieMerit {
	padding: 50px 20px 40px 20px;
	margin-top: -50px;
	margin: -20px 10px 10px 10px;
}
#movie .point li img {
    width: 25%;
}
#movie .merit li {
    margin-bottom: 15px;
}

#features {
    padding: 50px 0;
}
#features .features1, #features .features2, #features .features3 {
	display: block;
	width: auto;
	margin: 0 20px 70px 20px;
	padding: 45px 45px 30px 45px;
	min-height: auto;
}
#features .features3 {
	margin-bottom: 0;
}

#education {
    padding: 40px 0 10px 0;
}
#education h2 {
	text-align: center;
	float: none;
}
#education .education_h2_s {
    font-size: 21px;
}
#education .education_h2_l {
    font-size: 42px;
}
#education .education_h2_m {
    font-size: 23px;
}
#education .educationHead,
#education .educationBody {
    margin: 0 20px;
}
#education .educationBody {
    padding: 30px 20px 0 20px;
    margin-bottom: 30px;
}
#education .educationFoot {
    margin: 0 20px 20px 20px;
}
#education .educationFoot h3,
#education .educationFoot p {
    font-size: 22px;
}

#faq {
    padding: 50px 0 30px 0;
}
#faq .qa {
    border: 1px solid #ccc;
    margin: 20px;
    padding: 20px 30px;
    width: auto;
}
#faq .qa dt {
    margin-left: 2em;
    text-indent: -2em;
}
#faq .qa dt .question {
    text-indent: 0;
}

#sale {
    padding: 50px 0 30px 0;
}
#sale .saleItem {
    padding: 30px;
}
#sale .saleItem h3 {
    font-size: 19px;
}
#sale .saleItem .saleCampaign h4 {
    display: block;
    margin-left: 1px;
    text-align: center;
    margin-right: 0;
}
#sale .saleItem .saleCampaign p {
    padding: 10px;
}
#sale .salePlan1, #sale .salePlan2, #sale .salePlan3 {
    display: block;
    width: auto;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 20px;
    vertical-align: top;
    min-height: auto;
}
#sale .salePlanPrice{
	font-size: 24px;
}
#sale .salePlanPrice .priceDown{
	padding: 2px 5px 2px 5px;
}
#sale .saleSupplement {
	font-size: 12px;
}
footer section {
    width: 100%;
}
footer section#guide ul {
	margin: 0 30px;
}
footer section#guide ul li {
    font-size: 12px;
}



#contents-header {
    text-align: center;
    padding: 30px 0 0 0;
}
#contents-main {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
}
#contents-header img {
    width: 220px;
}
#contents-main h2 {
    font-size: 22px;
}


}

/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: hidden;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}