
@charset "UTF-8";
/*======================================
リセット
======================================*/
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900");
@font-face {
  @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700&display=swap&subset=japanese");
}
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

/* Reset Style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
line-height: 2.8rem;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.opacity {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

/*======================================
スタイル
======================================*/
body {
  background: #FAFBFC;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: .8;
}

img {
  vertical-align: bottom;
}

.transition, .wrapper .seminar-movie-icon-number, .wrapper .seminar-movie-icon-time, .wrapper .seminar-movie-title, .wrapper .seminar-movie-btn, .wrapper .product-link li, .wrapper .product-link li dt, .wrapper .product-link-txt {
  transition: .3s;
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

header {
  background: #FFF;
  padding: 20px 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  header {
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo {
    width: 88px;
  }
}

.wrapper {
  width: 1200px;
  margin: 50px auto 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 10px 0;
  }
}
.title{
	  text-align: center;
}
h1 {
  margin: 20px 0;
  font-size: 36px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  h1 {
	  font-size: 1.8rem;
	  line-height: 1.3;
	  padding: 15px;
	  margin: 0;
	}
}
h3{
	display:inline;
	font-size:3.6rem;
	background:linear-gradient(transparent 70%, #c0000045 65%);
}
@media only screen and (max-width: 768px) {
  h3 {
	  font-size: 2.5rem;
	  line-height: 1.3;
	  margin: 0;
	  background:linear-gradient(transparent 70%, #c0000045 65%);
	}
}
.subtitle{
	display: block;
    margin: 25px 0 20px 0;
    background-color: #c00000;
    padding: 15px;
    line-height: 4.0rem;
}
@media only screen and (max-width: 768px) {
	.subtitle{
		margin: 5px 0 15px 0;}
}
.sb{
    font-size: 3.0rem;
    color: #ffffff;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .sb {
	  font-size: 1.8rem;
	  line-height: 2.5rem;
	  margin: 0;
	}
}
.sb-sml{
	font-size:2.5rem;
}
@media only screen and (max-width: 768px) {
.sb-sml{
	  font-size: 1.4rem;
	  line-height: 2rem;
	  margin: 0;
	}
}
ul,
ol,
li {
list-style-position: inside;
}
ul li{
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  ul li {
  line-height: 2.2rem;
	padding-left:5px;
	padding-bottom: 5px;
  }
}
.color-yellow{
	color: #fff695;
}


.color-red{
	color: #c00000;
}

.mv{
	text-align: center;
	padding: 10px 0px 20px;
}
@media only screen and (max-width: 768px) {
.mv{
	padding: 0;
	}
}

.index ul{
	list-style: none;
	padding: 0 5px;
}

.ftWB{
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	ol li {
		line-height: 2.2rem;
		padding-left: 5px;
		padding-bottom: 5px;
	}
}
.index-ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  border-bottom: 3px solid #c2c2c2;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.index-ttl{
	font-size: 1.7rem;
    margin-bottom: 10px;
	padding-bottom: 8px;
  }
}
.index-container{
	display: block;
	margin: 25px 0 20px 0;
	border:2px solid #c00000;
	padding: 20px 25px 15px;
	border-radius: 15px;
}
@media only screen and (max-width: 768px) {
.index-container{
	margin: 20px 0 20px 0;
	padding: 15px 17px 15px;
	border-radius: 10px;
	}
}
.h2-ttl {
  font-size: 18px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 0 15px 0;
  border-left: 5px solid #c00000;
  padding: 2px 0px 0px 8px;
}
@media only screen and (max-width: 768px) {
	.h2-ttl{
	font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.point-container{
	display: block;
	margin: 25px 0 20px 0;
	background-color: #f5f5f5;
	padding: 20px 25px 15px;
	border-radius: 15px;
}

@media only screen and (max-width: 768px) {
.point-container{
	margin: 15px 0 15px 0;
	}
}
.features-container{
	display: block;
	margin: 25px 0 20px 0;
	background-color: #f5f5f5;
	padding: 20px 25px 15px;
	border-radius: 15px;
}
@media only screen and (max-width: 768px) {
.features-container{
	margin: 0px 0 15px 0;
	}
}
.features li{
	font-size:1.8rem;
	padding-left:10px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
.features li{
	font-size:1.5rem;
	}
}

.features li::before {
    left: 0;
    content: '';
    display: inline-block;
	padding-right: 4px;
    width: 14px;
    height: 14px;
    background: url("/media_library/consolidate/lp/obm/dl/images/img_check.svg") no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
 .features li::before {
    width: 10px;
    height: 10px;
  }
}

.note{
	margin-bottom: 25px 0;
}
@media only screen and (max-width: 768px) {
 .note {
	margin: 0px 10px 9px;
  }
}

p.note{
	font-size:small;
}

.copyright {
  background: #EEEEEE;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  text-align: center;
  padding: 7px 0;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}



.transition, .wrapper .seminar-movie-icon-number, .wrapper .seminar-movie-icon-time, .wrapper .seminar-movie-title, .wrapper .seminar-movie-btn, .wrapper .product-link li, .wrapper .product-link li dt, .wrapper .product-link-txt {
  transition: .3s;
}

.wrapper .contents {
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .wrapper .contents {
    width: 100%;
  }
}
.wrapper .side-contents {
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .wrapper .side-contents {
    width: 100%;
  }
}

.wrapper .side-contents-body {
  background: #FFF url(../images/bg_form.png) no-repeat top right;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding:0px 0px 0px 20px;
  width: 100%;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
.wrapper .side-contents-body{
	padding:0px 0px 0px 5px;
	margin:0;
	}
}

@media only screen and (max-width: 768px) {
  .wrapper .side-contents {
	margin-top: 20px;
    width: 100%;
  }
}




