@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* { box-sizing:border-box; }

body {
    background-color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 15px;
    line-height: 1.7em;
		background-image:url(../img/bg.jpg);
		background-repeat:repeat-x;
		background-attachment: fixed;
		background-position:bottom center;

 }

  @media only screen and (max-width: 1000px) {
		body {
			font-size: 0.9rem;
		} }

#wrap_all_cont {
	width:1000px;
	margin:0 auto;
	background:#fff;
}
  @media only screen and (max-width: 1000px) {
		#wrap_all_cont {
			width:90%;
		} }
  @media only screen and (max-width: 400px) {
		#wrap_all_cont {
			width:100%;
		} }



#HD { line-height:0; }

  @media only screen and (max-width: 1000px) {
		#HD .kv01 img{
			width:100%;
		} }

.entry_box {
	position:relative;
	line-height:1.8;
	padding: 0;
	overflow: hidden;

}

.btn_box .hybrid_txt {
	background:#fff044;
	padding:5px 0 25px 45px;
	width:565px;
	border-end-end-radius: 25px;
}
.btn_box .hybrid_txt h2.hd_hybrid { font-size:26px; margin:0 0 -10px 0; }
.btn_box .hybrid_txt p { font-size:18px; margin:0; }
 @media only screen and (max-width: 800px) {
	.btn_box .hybrid_txt {
		width:100%;
		border-end-end-radius: 0;
	}
 }
  @media only screen and (max-width: 460px) {
	.btn_box .hybrid_txt  {
		padding:0px 15px 25px;
	}
 }

  .entry_box .btn_box {
		position:relative;
		border-top:20px solid #fff044;
		background:url(../img/btn_blk_bg.jpg);
	}


  .entry_box .btn_box .date_entry {
		width:268px;
		position:absolute;
		right:50px; top:20px;
		}
	@media only screen and (max-width: 800px) {
  		.entry_box .btn_box .date_entry {
			position:relative;
			margin:1.0rem auto;
			right:auto; top:auto;
		}
	}
	@media only screen and (max-width: 460px) {
		.entry_box .btn_box .date_entry {
			width:200px;
			img { width:100%; }
		}
 	}

  .entry_box .btn_box .btn_inner {
		width:800px;
		margin:50px auto 0;
		padding-bottom:2.5em;
    display:flex;
		justify-content:space-between;
  }

    .entry_box .btn_box .btn_inner div {
			text-align:center;
			font-weight:bold;
			line-height:2.2em; }
    .entry_box .btn_box .btn_inner div a span { display:block; font-size:0.7em; font-weight:normal; }

    .entry_box .btn_box .btn_inner .entry a {
			position:relative;
			display:block;
			margin-top:15px ;
			padding:100px 0 0.8em ;
			text-align:center;
			color:#090909;
			background:#fff;
			font-size:1.8em;
			text-decoration:none;
			transition: .2s ease;
-webkit-box-shadow: 7px 7px 0 0 rgba(43,45,38,0.8);
box-shadow: 7px 7px 0 0 rgba(43,45,38,0.8); }

    .entry_box .btn_box .btn_inner .entry a:hover { background: #ffff4f; }
    .entry_box .btn_box .btn_inner .entry.enable a {
			background:#ccc;
			cursor:default;
			color:#666;
		}


    .entry_box .btn_box .btn_inner .entry { position:relative; }
    .entry_box .btn_box .btn_inner .entry.online { width:300px;}
    .entry_box .btn_box .btn_inner .entry.online { position:relative; }
    .entry_box .btn_box .btn_inner .entry.online::after { 
			display:block;
			content:" ";
			width:80px; height:70px;
			position:absolute;
			left:115px; top:30px;
			background-image:url(../img/icon_online.png);  }
	.entry_box .btn_box .btn_inner .entry.online .free_entry {
		display:block;
		position:absolute;
		left:calc(50% - 4rem); bottom:-20px;
		width:8rem;
		text-align:center;
		color:#fff;
		font-size:1.0rem;
		padding:0.2rem 0;
		border-radius:5px;
		background: linear-gradient(to bottom,  #30baf9 0%,#3371e9 100%);
	}



    .entry_box .btn_box .btn_inner .entry.hall {
			width:460px;
			display:flex;
			justify-content:space-between; }
    .entry_box .btn_box .btn_inner .entry.hall .member {
			width:220px;
			position:relative; }

    .entry_box .btn_box .btn_inner .entry.hall .member::after { 
			display:block;
			content:" ";
			width:80px; height:70px;
			position:absolute;
			left:65px; top:35px; }
    .entry_box .btn_box .btn_inner .entry.hall .member::after { 
			background-image:url(../img/icon_hall.png); }
    .entry_box .btn_box .btn_inner .entry.hall .member.mee::after { 
			background-image:url(../img/icon_hall_member.png); }

		.exp_txt {
			width:80%;
			margin:1.0em auto 0;
			text-align:left;
			padding:10px 1.5em; }

.exp_txt .deadline { text-align:center; }


  @media only screen and (max-width: 1000px) {

		.entry_box img{ width:100%; }
 		.entry_box .btn_box .btn_inner { width:90%; }
    .entry_box .btn_box .btn_inner div {	width:48%; }
		.btn_box .hybrid_txt { padding-top:2.0em; }
		.btn_box .hybrid_txt h2.hd_hybrid { font-size:24px; }
    .entry_box .btn_box .btn_inner .entry.hall::after,
    .entry_box .btn_box .btn_inner .entry.online::after { 
			left:38%; top:30px; }


    .entry_box .btn_box .btn_inner .hy_img { margin:0 auto; }
    .entry_box .btn_box .btn_inner .entry a { font-size:1.3em; }
 }

  @media only screen and (max-width: 960px) {
 		.entry_box .btn_box .btn_inner { display: block; }
		.entry_box .btn_box .btn_inner .entry.online {	width:70%; margin:0 auto 1.5em; }
		.entry_box .btn_box .btn_inner .entry.hall {	width:100%; }
		.entry_box .btn_box .btn_inner .entry.hall .member { width:45%; }
    .entry_box .btn_box .btn_inner .entry.online::after {
			left:43%; top:25px;}
    .entry_box .btn_box .btn_inner .entry.hall .member::after { 
			left:38%; top:35px; }
		.btn_box .hybrid_txt { padding-top:0; }
		.btn_box .hybrid_txt h2.hd_hybrid { font-size:1.3rem; }
		.btn_box .hybrid_txt p { font-size:1.0rem; margin:0.5em 0 0; }
		.exp_txt {
			width:100%;
			padding: 0 2.5em;
			margin-bottom:0; }

 }
   @media only screen and (max-width: 800px) {
		.entry_box .btn_box .btn_inner { margin-top:0; }
   }
  @media only screen and (max-width: 550px) {
    .entry_box .btn_box .btn_inner .entry.online::after { 
			left:37%; top:30px; }
    .entry_box .btn_box .btn_inner .entry.hall .member::after { 
			left:20%; top:35px; }
			.btn_box .hybrid_txt h2.hd_hybrid { font-size:1.08rem; }
 }




.manual_box {
	width:450px;
	margin:0 auto;
	padding-bottom:2.5em; }
.manual_box div {
	width:100%;
	text-align:center;
	line-height:2.2em;
	margin-bottom:1.5em; }
.manual_box div a {
	display:block;
	border-radius:5px;
	padding:0.3em 0 ;
	text-align:center;
	background-color:#fff;
	color:#59ad44;
	font-size:1.2em;
	text-decoration:none;
	border:1px solid #59ad44;
	transition: .2s ease; }

.manual_box div a:hover {
	background:#68cc51;
	color:#fff;	}

  @media only screen and (max-width: 430px) {
		.manual_box {
			width:100%; }
 }

#HD .kv03 .webinar {
	display:block;
	position:relative;
	margin:0 auto;
	width:400px;
	height:50px;
	background:#fff;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	color:#305865;
	font-size:28px;
	font-weight:bold;
	border-radius:30px;
	box-shadow: 4px 5px #867912;
	transition:0.2s ease;
}
#HD .kv03 .webinar:hover {
	background:#305865;
	color:#fff;
}



  @media only screen and (max-width: 1000px) {
		#HD .kv03 .webinar {
			width:60%;
			font-size:18px;
			height:36px;
			line-height:36px;
			box-shadow: 4px 5px #867912;
			}
		#HD .kv03 .webinar::after {
			width:17px;
			height:17px;
			background-size:17px 17px;
			} }
  @media only screen and (max-width: 640px) {
		#HD .kv03 .webinar {
			font-size:16px;
			}
		#HD .kv03 .webinar::after {
			right:20px; top:10px;
			} }
  @media only screen and (max-width: 400px) {
		#HD .kv03 .webinar {
			width:90%;
			}
		#HD .kv03 .webinar::after {
			right:10px; top:7px;
			} }

 .webinar_stop {
	margin:0 auto;
	width:400px;
	height:50px;
	background:#a6a6a6;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	color:#595959;
	font-size:28px;
	font-weight:bold;
	border-radius:30px;
}

  @media only screen and (max-width: 1000px) {
		 .webinar_stop {
			width:60%;
			font-size:18px;
			height:36px;
			line-height:36px;
			} }
  @media only screen and (max-width: 640px) {
		 .webinar_stop {
			font-size:16px;
			} }
  @media only screen and (max-width: 400px) {
	 .webinar_stop {
			width:90%;
			} }


#MC {
	padding:2.5em 0;
}
  @media only screen and (max-width: 640px) {
		#MC {	padding:1.0em 2.0em;
			} }
  @media only screen and (max-width: 400px) {
		#MC {	padding:0.5em 0.8em;
		} }


.title_1 {
	display:inline-block;
	font-size:1.8em;
	color:#090909;
	margin-left:80px;
	padding: 0.2em 0.5em 0.2em 30px;
	background:url(../img/title_bg.png) left center no-repeat; }


  @media only screen and (max-width: 1000px) {
		.title_1 {
			margin-left:30px;
		}
	}
.title_2 {
  padding-bottom: .5em;
	font-size:1.4em;
	color:#48a00c;
	border-bottom:2px solid #48a00c;
}

.title_4 {
	display:inline-block;
	font-size:1.2em;
	line-height:1.6;
	margin:0;
	padding:0.8em 0 0;
	border-bottom:2px solid #68cc51;
}

.title_5 {
	font-size:1.1em;
	line-height:1.6;
	margin:0;
}

.title_6 {
	font-size:2.0em;
	color:#2e4d12;
	text-align:center;
	margin-bottom:1.5em;
}

.title_7 {
	font-size:1.08em;
	color:#333;
	background:#bdd647;
	margin-bottom:0.5em;
	padding:5px 20px;
	border-radius:5em;
}

  @media only screen and (max-width: 1000px) {
		.title_1,
		.title_6 { font-size:1.4em; }
		.title_1 { margin-bottom:0; }
		.title_2 { font-size:1.2em; padding:0.4em 0.8em; }
		.title_4 { font-size:1.2em; }
		.title_5 { font-size:1.0em; }
	}
  @media only screen and (max-width: 640px) {
		.title_3 {
			width:90%;
			margin:0 auto 0.5em;
			border-bottom:4px solid #8cd7e7;
			} }

  @media only screen and (max-width: 430px) {
		.title_3 { 	margin:0 0 0.5em; }
 }
#MC p.mg_0_1 {
	padding-left:1.5em;
}



.content_box {
	padding:2.5em 80px;
	margin-bottom:4.0em;
}
  @media only screen and (max-width: 1000px) {
		.content_box {
			padding:1.0em 1.5em;
		} }
  @media only screen and (max-width: 400px) {
		.content_box {
			font-size:1.0em;
			padding:0.5em 0.8em;
		} }

#MC .intro_box {
	background:#f4ffb2;
	padding:2.5em 80px;
	margin-bottom:4.0em;
	line-height:1.8;
	font-size:1.08em;
}
  @media only screen and (max-width: 1000px) {
		#MC .intro_box {
			padding: 1.5em 1.5em 1.0em;
			margin-bottom:1.0em;
		} }
  @media only screen and (max-width: 400px) {
		#MC .intro_box {
			padding:1.0em 1.2em 0.5em;
		} }


#MC .prg_box {
	margin:0 40px 1.5em;
}
  @media only screen and (max-width: 640px) {
		#MC .prg_box {
				margin:0 30px 1.5em;
				display:block;
		} }
  @media only screen and (max-width: 430px) {
		#MC .prg_box {
				margin:0 0 2.0em;
		} }

#MC .inq_box {
	margin:0 80px 1.5em;
}
  @media only screen and (max-width: 640px) {
		#MC .inq_box {
				margin:0 30px 1.5em;
				display:block;
		} }
  @media only screen and (max-width: 430px) {
		#MC .inq_box {
				margin:0 0 2.0em;
		} }

#MC .name_t {
	font-size:1.26em;
}

#MC .instructor_img {
	width:30%;
	margin-top:1em;
	margin-right:2em;
}


#MC .instructor_img img { width:100%; }

#MC .instructor_info {
	width:90%;
	margin:1.0em auto 3.0em;
}

  @media only screen and (max-width: 1000px) {
		#MC .instructor_info {
				width:100%; }
		}

  @media only screen and (max-width: 400px) {
		#MC .instructor_img {
				width:80%;
		}
		#MC .instructor_info {
				width:100%;
		} }
  @media only screen and (min-width: 601px) {
		#MC .sp_2 { display:none; } }


#MC .instructor_info ul li {
	margin:0;
	padding:0 0.5em 0.8em;
}
#MC .instructor_info ul li span {
	font-weight:bold;
	color:#2e4d12;
	font-size:1.1rem;
}

.prg_desc_t {
	border-top:1px solid #ccc;
	padding:1.5em; }

  @media only screen and (max-width: 1000px) {
	.prg_desc_t { padding:1.5em 0; }
}



#MC .webinar_entry {
	display:block;
	position:relative;
	margin:0 auto;
	text-align:center;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	font-size:26px;
	font-size:1.6em;
	border-radius:30px;
	box-shadow: 8px 10px #867912;
			transition: .2s ease;
-webkit-box-shadow: 10px 12px 0 0 rgba(30,30,30,0.2);
box-shadow: 10px 12px 0 0 rgba(30,30,30,0.2);
background: #3cc3ac;
background: -moz-linear-gradient(top,  #3cc3ac 0%, #01809e 100%);
background: -webkit-linear-gradient(top,  #3cc3ac 0%,#01809e 100%);
background: linear-gradient(to bottom,  #3cc3ac 0%,#01809e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cc3ac', endColorstr='#01809e',GradientType=0 );
}

#MC .webinar_entry:hover {
	background: #ff670f;
	color:#fff;
}

#MC .webinar_entry::after {
	display:block;
	position:absolute;
	right:30px; top:15px;
	content: " ";
	width:25px;
	height:25px;
	background-image:url(../img/icon_link.png);
}

  @media only screen and (max-width: 1000px) {
		#MC .webinar_entry {
			width:90%;
			font-size:1.4em;
			line-height:46px;
			}
		#MC .webinar_entry::after {
			width:17px;
			height:17px;
			background-size:17px 17px;
			} }
  @media only screen and (min-width: 801px) {
		#MC .sp { display:none; } }
  @media only screen and (max-width: 800px) {
		#MC .webinar_entry {
			font-size:16px;
			line-height:20px;
			height:42px;
			padding-top:10px;
			}
		#MC .webinar_entry::after {
			right:20px; top:10px;
			} }
  @media only screen and (max-width: 700px) {
		#MC .webinar_entry {
			width:100%;
			}
		#MC .webinar_entry::after {
			right:20px; top:12px;
			} }
  @media only screen and (max-width: 430px) {
		#MC .webinar_entry::after {
			right:5px; top:12px;
			} }

.attention {
	width:840px;
	margin:0 auto 3.0em;
	font-size:1.08em;
}

.attention li { margin:8px 0.5em; }

  @media only screen and (max-width: 1000px) {
		.attention {
			width:90%; }
	}
  @media only screen and (max-width: 700px) {
		.attention {
			width:100%; }
	}

.prg_dl {
	width:500px;
	text-align:center;
	margin:0 auto 2.5em;
}

.prg_dl a {
	display:block;
	width:500px;
	margin:0 auto;
	border:5px solid #68cc51;
	border-radius:10px;
	padding:2.0em 2.5em;
	color:#333;
	text-decoration:none;
	transition:0.2s ease;
	background:#fff;

}

  @media only screen and (max-width: 600px) {
		.prg_dl { width:100%; }
		.prg_dl a { width:100%; }

	}

.prg_dl a:hover {
	background:#68cc51;
}

footer {
	padding:3em 0;
	text-align:center;
	font-size:0.7em;
	color:#3a436a;
}

.overview { margin-bottom:0px; }
.overview table { width:800px; margin:1.5em auto; }
.overview table th,
.overview table td {
	padding:0.5em 1.2em;
	font-size:1.08em; }
.overview table th {
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
	width:100px; }
.overview table tr:nth-of-type(1) th,
.overview table tr:nth-of-type(1) td {
	border-top: 1px solid #ccc;
}
.overview table.price th {
	width:10em;
}

.overview table td {
	border-bottom: 1px solid #ccc; }

  @media only screen and (max-width: 1000px) {
		.overview table { width:90%; }


	}

  @media only screen and (max-width: 640px) {
		.overview table.price th,
		.overview table.price td {
			display:block; }
		.overview table.price th {
			width:100%;
			border-bottom:0; }
		.overview table.price tr:nth-of-type(1) td {
			border-top: 0;
			margin-top:0; }
	}


  @media only screen and (min-width: 701px) {
		br.sp { display:none; }


	}

.org_name span {
	padding-right:1.0em;
	display:inline-block;
}

.org_banner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-top:4.0em;
}
.org_banner .banner_L,
.org_banner .banner_S { text-align:center; margin-bottom:2.5em; }


.org_banner .banner_L { width:100%; }
.org_banner .banner_S { width:40%; }
.org_banner .banner_S img { width:100%; }

.first_txt {
	font-weight:bold; 
	font-size:1.2rem; 
	color:#0b7935; 
	line-height:1.8;
}
	@media only screen and (max-width: 800px) {
		.first_txt {font-size:1.0rem;}
	}
