@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.barlow {
	font-family: 'Barlow Condensed', sans-serif;
}

html {
	font-size: 62.5%;
    background: #fff;
	overflow: auto;
    position: relative;
}
html.opmenu {
    overflow: hidden;
}
body {
    position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.line_link {
	text-decoration: underline;
}
a.line_link:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
	font-weight: bold;
}

.para {
	margin-bottom: 1.5em;
}
.para-wide {
	margin-bottom: 2em;
}
.para-half {
	margin-bottom: 1em;
}
.para-litte {
	margin-bottom: 0.5em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.center_note {
	text-align: center;
}
.inlineblock {
	display: inline-block;
}
.redtxt {
	color: #ff0000;
}

/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ */
header {
	background: #fff url("../images/head_flag_online.png") no-repeat center top;
	background-size: 130%;
	position: relative;
	z-index: 100;
}
header div {
    height: 100px;
    padding: 35px 15px 0;
    margin: 0 auto;
}
header div h1 {
    text-align: center;
    width: 310px;
    max-width: 100%;
    margin: auto;
}
header div h1 img {
    width: 100%;
    margin-left: 7px;
}

/* 閉じるボタン */
.closebt {
    position: absolute;
    top: 15px;
    right: 15px;
}
.closebt a {
	font-size: 1.6rem;
    color: #fff;
    line-height: 2em;
	display: inline-block;
    margin: 0;
    padding: 0 1.5em;
    background: linear-gradient(to right, #b16f43, #b28247);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.closebt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
.closebt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}

/* コンテンツ */
section {
	clear: both;
	margin: 0px;
	padding: 0;
	position: relative;
}
section article {
	padding: 0 15px;
}
section article > div {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

/* トップ */
#top .caution {
    border: solid 1px #e60012;
    padding: 1em;
    margin-bottom: 2.5em;
}
#top .caution * {
    color: #e60012;
}
#top .term {
    font-size: 1.6rem;
    margin: 0 auto 2em;
}
#top .term th {
    color: #fff;
    font-weight: 500;
    background: #3581c4;
    padding: 0.5em 1em;
    white-space: nowrap;
}
#top .term td {
    font-weight: 500;
    background: #e4f3f8;
    padding: 0.5em 1em;
}
#top .pagelink {
    margin-bottom: 30px;
}
#top .pagelink li {
    padding: 10px 15px;
    margin-bottom: 20px;
    list-style: none;
    border: solid 2px #e4f3f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top .pagelink li h2 {
    font-size: 1.6rem;
    margin-bottom: 0.2em;
}
#top .pagelink li table {
    margin-bottom: 0.5em;
}
#top .pagelink li td:first-child {
    vertical-align: top;
    white-space: nowrap;
}
#top .pagelink li th {
    color: #3581c4;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
#top .pagelink li strong {
    display: block;
}
#top .pagelink li .pagelink_bt a {
    font-weight: 500;
    color: #fff;
    background: #3581c4;
    display: block;
    text-align: center;
    padding: 0.3em;
    position: relative;
}
#top .pagelink li .pagelink_bt a img {
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top .tool h2 {
    font-size: 1.8rem;
    display: table;
    padding-bottom: 0.6em;
    position: relative;
}
#top .tool h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #3581c4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#top .tool .tool_bt {
    display: table;
}
#top .tool .tool_bt .tool_img {
    margin-bottom: 10px;
    border: solid 2px #afd0ea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
#top .tool a span {
    font-weight: 500;
    color: #fff;
    background: #3581c4;
    display: block;
    text-align: center;
    padding: 0.3em;
    position: relative;
}
#top .tool a span img {
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top .tool .tool_note {
    border: solid 1px #e60012;
    padding: 1em;
}
#top .tool .tool_note strong {
    color: #e60012;
}

/* ログイン */
.login_note {
    margin-top: 20px;
}
.login_form {
    margin-top: 50px;
}
.login_form div {
}
.login_form p {
    margin: 20px 0 30px;
}
.login_form label {
  display: block;
}
.login_form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
	font-size: 1.6rem;
	padding: 0.5em;
    -moz-padding: 0.2em 0.5em;;
	width: 280px;
	max-width: 100%;
	margin-top: 0.5em;
	border: solid 1px #ddd;
    background: #fafafa;
    text-align: center;
}
.login_form .login_bt {
    margin-top: 30px;
}
.login_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
    font-weight: 500;
    color: #fff;
    background: #3581c4;
    display: inline-block;
	width: 200px;
    text-align: center;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
}
.login_form button img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 再生ページ */
.semminer_title {
    margin: 30px auto;
    padding: 15px;
    border: solid 2px #e4f3f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.semminer_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    text-align: center;
}
.semminer_title table {
    margin: auto;
}
.semminer_title table th {
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
}
.semminer_title table td strong {
    display: block;
}
.vimer_area div {
    padding-top: 56.2%;
    position: relative;
}
.vimer_area div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.handout_link {
    margin-top: 30px;
    text-align: center;
}
.handout_link a {
    color: #fff;
    background: #3581c4;
    display: inline-block;
	width: 280px;
    text-align: center;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
}
.handout_link a img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vimer_note {
    margin-top: 30px;
    padding: 15px;
    border: solid 1px #e60012;
}

/* ツールページ */
.tool_title {
    margin: 30px auto;
}
.tool_title img {
    width: 100%;
    max-width: 480px;
}
#tool h3.tool_sub {
    font-size: 1.8rem;
    display: table;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    position: relative;
}
#tool h3.tool_sub:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #3581c4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.tool_about dt {
    font-weight: 500;
    color: #3581c4;
    margin-bottom: 0.5em;
}
.tool_about dt strong {
    font-size: 1.4em;
    color: #3581c4;
    line-height: 1;
}
.tool_about dd {
    margin-bottom: 1.5em;
}
.tool_about .tool_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.tool_about .tool_img img {
    width: 48%;
    border: solid 2px #afd0ea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tool_link {
    margin-top: 30px;
    text-align: center;
}
.tool_link a {
    color: #fff;
    background: #3581c4;
    display: inline-block;
	width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}
.tool_link a img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide_note {
    margin-top: 30px;
    padding: 15px;
    border: solid 1px #e60012;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
.closebt {
    right: 30px;
}
section article {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.gra_bt {
    padding: 0.8em 2em;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	background-size: 110%;
}
header div {
    height: 200px;
    padding: 75px 15px 0;
}
header div h1 {
    width: 500px;
}
header div h1 img {
    margin-left: 10px;
}
.closebt {
    top: 20px;
}
.closebt a {
	font-size: 1.8rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* コンテンツ */
section {
//	padding: 0 0 160px;
}
section article.contents {
	padding: 60px 0px 0px;
}

section article {
	padding: 0 50px;
}

/* トップ */
#top .caution {
    padding: 1.5em;
    margin-bottom: 4em;
}
#top .term {
    font-size: 1.8rem;
}
#top .term th {
    padding: 1em 2em;
}
#top .term td {
    padding: 1em 2em;
}
#top .term td br {
    display: none;
}
#top .pagelink {
    margin-bottom: 50px;
}
#top .pagelink li {
    padding: 20px 30px;
    margin-bottom: 30px;
    border-width: 3px;
}
#top .pagelink li h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}
#top .pagelink li table {
    margin-bottom: 1em;
}
#top .pagelink li strong {
    display: inline-block;
}
#top .pagelink li .pagelink_bt a {
    padding: 0.5em;
}
#top .tool h2 {
    font-size: 2rem;
}
#top .tool h2:after {
    height: 5px;
}
#top .tool a span {
    padding: 0.5em;
}
#top .tool .tool_note {
    padding: 1.5em;
}

/* ログイン */
.login_form {
    margin-top: 70px;
}
.login_form div {
//    padding: 30px;
}
.login_form input {
	font-size: 1.8rem;
    padding: 0.6em;
    -moz-padding: 0.6em;;
	width: 400px;
}
.login_form .login_bt {
    margin-top: 40px;
}
.login_form button {
	font-size: 1.8rem;
	width: 300px;
    text-align: center;
    padding: 0.6em;
}

/* 再生ページ */
.semminer_title {
    margin: 30px auto 50px;
    padding: 20px;
    border-width: 3px;
}
.semminer_title h2 {
    font-size: 2.3rem;
}
.semminer_title table td strong {
    display: inline;
}
.handout_link {
    margin-top: 50px;
}
.handout_link a {
	width: 400px;
    padding: 0.6em;
}
.handout_link a img {
  position: absolute;
  right: 20px;
}
.vimer_note {
    margin-top: 50px;
    padding: 25px;
}

/* ツールページ */
.tool_title {
    margin: 50px auto;
}
.tool_title img {
    max-width: 600px;
}
#tool h3.tool_sub {
    font-size: 2.2rem;
}
#tool h3.tool_sub:after {
    height: 5px;
}
.tool_about div.tool_about_inner {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.tool_about dl {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 320px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 320px);/*Firefox4~15対応*/
	width: calc(100% - 320px);  
}
.tool_about dt {
    font-size: 1.8rem;
}
.tool_about .tool_img {
    width: 300px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.tool_about .tool_img img {
    width: 100%;
    margin: 8px 0 20px;
    border-width: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tool_link {
    margin-top: 40px;
}
.tool_link a {
    max-width: 400px;
    text-align: center;
    padding: 0.6em;
    margin: 5px;
}
.tool_link a img {
  right: 20px;
}
.slide_note {
    margin-top: 50px;
    padding: 25px;
}

}

@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	background-size: 100%;
}
header div {
    height: 300px;
    padding: 110px 15px 0;
}
header div h1 {
    width: 881px;
}
header div h1 img {
    margin-left: 20px;
}

section {
//	padding: 0 0 140px;
}

/* コンテンツ */
section article.contents {
	padding: 70px 0px 0px;
}
section article > div {
	margin: auto;
}
section article.category h2 {
	font-size: 3rem;
}

/* トップ */
#top .term {
    font-size: 2rem;
}
#top .term th {
    padding: 1em 2.5em;
}
#top .term td {
    padding: 1em 2.5em;
}
#top .pagelink {
    margin-bottom: 60px;
}
#top .pagelink li {
    padding: 30px;
}
#top .pagelink li h2 {
    font-size: 2rem;
}
#top .tool h2 {
    font-size: 2.4rem;
}

/* ログイン */
.login_form {
    margin-top: 80px;
}
.login_form input {
	width: 500px;
}
.login_form button {
	width: 350px;
}

/* 再生ページ */
.semminer_title {
    margin: 30px auto 70px;
}
.semminer_title h2 {
    font-size: 2.6rem;
}
.handout_link {
    margin-top: 70px;
}
.handout_link a {
	width: 550px;
    padding: 0.8em;
}
.vimer_note {
    margin-top: 70px;
    padding: 30px;
}

/* ツールページ */
.tool_title {
    margin: 70px auto;
}
.tool_title img {
    width: auto;
    max-width: none;
}
#tool h3.tool_sub {
    font-size: 2.4rem;
}
.tool_about dl {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 450px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 450px);/*Firefox4~15対応*/
	width: calc(100% - 450px);  
}
.tool_about dt {
    font-size: 2rem;
}
.tool_about .tool_img {
    width: 400px;
}
.tool_about .tool_img img {
    width: 100%;
    margin: 8px 0 20px;
    border-width: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tool_link {
    margin-top: 60px;
}
.tool_link a {
    max-width: 500px;
    padding: 0.8em;
    margin: 0;
}
.tool_link a:first-child {
    margin-right: 60px;
}
.slide_note {
    margin-top: 70px;
    padding: 30px;
}

}

@media (min-width: 2000px) {
}

/* フッタ
------------------------------------------------------------ */
footer {
	text-align: center;
	padding: 50px 0 30px;
}

footer .contact {
    background: #e4f3f8;
    padding: 20px;
	margin: 0 0 30px;
}
footer .contact h3 {
    color: #3581c4;
}
footer .contact span {
    display: inline-block;
    padding: 0 0.5em;
}

footer .copyright a {
    display: block;
    width: 120px;
    margin: 0 auto 10px;
}

footer .pagetop {
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.6rem;
    color: #914c32;
    display: table;
    vertical-align: middle;
    margin-left: auto;
}

@media (min-width: 360px) {
}
@media (min-width: 414px) {
footer .contact {
}
}

@media (min-width: 768px) {
footer {
	padding: 80px 0 40px;
}

footer .contact {
    padding: 40px;
	margin: 0 0 40px;
}
footer .copyright a {
    display: block;
    width: 135px;
}

footer .pagetop {
	right: 30px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.8rem;
    line-height: 40px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 20px;
//    padding: 0 1em;
}

}
@media (min-width: 1060px) {
}
@media (min-width: 1200px) {
footer {
	padding: 90px 0 50px;
}

footer .contact {
    padding: 50px;
	margin: 0 0 50px;
}
footer .copyright a {
    width: 150px;
}

footer .pagetop {
	right: 50px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 30px;
}

}


/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

