@charset "UTF-8";
/* CSS Document */

/* Reset base element settings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
p,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

/* New elements of HTML5 to display: block */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

/* Clear image border */
img{
	border: 0;
	vertical-align: top;
}

/* Selected Text */
::selection {
/*	color: #333;*/
	background: #e0f2eb;
}
::-moz-selection {
/*	color: #333;*/
	background: #e0f2eb; /* Firefox */
}

/* Basic settings */
html {
	-webkit-text-size-adjust: 100%; /* Font size adjust for mobile */
	font-size: 62.5%; /* 10px */
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3',
				 'Hiragino Kaku Gothic Pro',
				 'メイリオ', Meiryo,
				 'ＭＳ Ｐゴシック',
				 'Roboto',
				 sans-serif;
	color: #333;
}
body {
	font-size: 15px; /* for IE */
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #fff;
}

a {
	outline: none; /* No dotted line of frame when linking */
}

/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #828b8b;
	text-decoration: none;
	transition: 0.5s;
}

a:hover img {
	opacity: .75;
	transition: 0.5s;
}

/*リスト要素の初期値をリセット*/
ul,ol{
	list-style: none;
}

/*clearfixの設定*/
.clearfix::after,
.container::after,
.profile_box::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}

* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; }#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.box-sizing {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.notice::before {
	content: '※';
	margin: 0 0 0 -1.0em;
}
.notice {
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0.2em 0 0 1.0em;
}
.notice:first-child {
/*	font-size: 0.8em;
	line-height: 1.3;*/
	margin: 0.5em 0 0 1.0em;
}
.font_small {
	font-size: 0.8em;
}



/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/

.header_wrap {
	line-height: 1;
	width: 100%;
	padding: 0.5em 0;
	background-color: #e90505;
}
.header_wrap .header_container {
	max-width: 1080px;
	width: 96%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.header_wrap .header_container .free_seminar {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #e90505;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 0.3em;
	margin: 0 0 0.5em 0;
}
.header_wrap .header_container .date {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	position: relative;
	top: auto;
	right: auto;
/*	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}



/*////////////////////////////////////////////////*/
/*//////////////////// Footer ////////////////////*/
/*////////////////////////////////////////////////*/
 
footer {
	text-align: center;
}
.copyright {
	font-size: 0.8em;
	line-height: 1;
	color: #555;
	padding: 2.0em 0;
}



/* Pagetop Button */
/*
#pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 300;
	opacity: .65;
	color: #828b8b;
}
#pagetop:hover {
	opacity: 1;
	transition: 0.5s;
}
#pagetop i {
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
*/



/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

.container {
	text-align: center;
	max-width: 1080px;
	width: 96%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#logo {
	display: block;
	max-width: 300px;
	width: 60%;
	padding: 1.5em 0;
	margin: 0 auto;
}
.main_title {
	width: 100%;
	padding: 0 0 2.0em 0;
}
.main_title img {
	width: 100%;
}
.main_text {
	display: inline-block;
}
.main_text p {
	text-align: left;
}
h2.title {
	margin: 3.0em 0 0 0;
	border-bottom: solid 1px #0070c0;
}
h2.title div {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	float: left;
	height: 40px;
	padding: 0 0.3em 0 0.6em;
	margin: 0 0 1.0em 0;
	background-color: #0070c0;
	position: relative;
}
h2.title div::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: -40px;
	border-style: solid;
	border-color: #0070c0 transparent transparent transparent;
	border-width: 40px 40px 0 0;
	z-index: 1;
}
.session_title {
	width: 100%;
}
.seminar_contents {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2.0em 0;
}
.seminar_contents h3 {
	color: #0070c0;
	margin: 0 0 1.0em 0;
}
.seminar_contents ul {
	display: inline-block;
}
.seminar_contents ul li {
	text-align: left;
	margin: 0 0 0.5em 1.3em;
}
.seminar_contents ul li:last-child {
	margin: 0 0 0 1.3em;
}
.seminar_contents ul li::before {
	content: '●';
	color: #0070c0;
	padding: 0 0.3em 0 0;
	margin: 0 0 0 -1.3em;
}
.double_box {
    background-color: #fff;
	text-align: center;
    padding: 5% 5% 3% 5%;
    position: relative;
    z-index: 1;
}
.double_box::before,
.double_box::after {
	border: solid 1px #0070c0;
    content: "";
    height: 100%;
    position: absolute;
    width: 98%;
}
.double_box::before {
	border: solid 2px #0070c0;
    left: 0;
    top: 0;
    z-index: -1;
}
.double_box::after {
    background-color: #fff;
    top: 7px;
    left: 7px;
    z-index: -2;
}
.profile_contents {
	
}
.profile_contents h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	background-color: #ededed;
}
.profile_box {
	margin: 1.2em 0 0 0;
}
.profile_box img {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto 1.0em auto;
}
.profile_box .text_box {
	text-align: left;
	float: none;
	width: 100%;
}
.profile_box .text_box .name {
	text-align: center;
	margin: 0 0 1.2em 0;
}
.profile_box .text_box .name p {
	font-size: 0.9em;
}
.profile_box .text_box .name span {
	font-size: 1.4em;
}
.products_image_box {
	width: 100%;
	padding: 3% 0 0 0;
	margin: 1.0em auto 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
h5.title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.3;
	color: #dc3c0a;
	text-align: center;
	position: relative;
	padding: 0.8em 0;
	margin: 0 0 3% 0;
}
h5.title::before,
h5.title::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
h5.title::before {
	top: 0;
	border-top: 3px solid #dc3c0a;
	border-bottom: 1px solid #dc3c0a;
}
h5.title::after {
	bottom: 0;
	border-top: 1px solid #dc3c0a;
	border-bottom: 3px solid #dc3c0a;
}
.seminar_detail {
	text-align: center;
	float: none;
	padding: 0;
	margin: 0 auto;
}
.seminar_detail dl {
	display: inline-block;
}
.seminar_detail dt {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.3em 0;
	border-bottom: solid 1px #ccc;
}
.seminar_detail dd {
	text-align: left;
	margin: 0 0 1.5em 0;
}
.seminar_detail dd:last-child {
	margin: 0;
}
.entry_info {
	margin: 0;
}
.entry_info ul {
	display: inline-block;
}
.entry_info ul li {
	text-align: left;
	margin: 0 0 0.5em 1.3em;
}
.entry_info ul li:last-child {
	margin: 0 0 0 1.3em;
}
.entry_info ul li::before {
	content: '■';
	padding: 0 0.3em 0 0;
	margin: 0 0 0 -1.3em;
}
.privacy_text {
	font-size: 0.8em;
	text-align: left;
	max-width: 570px;
	width: 100%;
	margin: 3.0em auto 7.0em auto;
}

.footer_btn {
	width: 100%;
	padding: 0;
	position: absolute;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	box-shadow: 0 -10px 12px -12px rgba(120,120,120,.7);
}
.footer_entry_btn {
	font-size: 1.2em;
	line-height: 1;
	color: #fff;
	width: 100%;
	padding: 1.0em 0;
	background: #f97b00;
	border-top: solid 2px #fff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
}
.footer_entry_btn:hover {
	background: #ffc01e;
}




@media all and (min-width: 400px) {

#logo {
	max-width: 350px;
	padding: 2.0em 0;
}

.header_wrap .header_container .free_seminar {
	text-align: left;
	margin: auto;
}
.header_wrap .header_container .date {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

}




@media all and (min-width: 730px) {

body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}


/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/

.header_wrap {
	padding: 0.5em 0;
}
.header_wrap .header_container .free_seminar {
	font-size: 24px;
	font-size: 2.4rem;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.4em;
}
.header_wrap .header_container .date {
	font-size: 24px;
	font-size: 2.4rem;
}


/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

#logo {
	max-width: 450px;
	padding: 3.0em 0;
}
.main_title {
	padding: 0 0 4.0em 0;
}
h2.title {
	margin: 6.0em 0 0 0;
}
h2.title div {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 50px;
	font-weight: 600;
	height: 50px;
	padding: 0 0.4em 0 0.8em;
	margin: 0 0 1.0em 0;
}
h2.title div::after {
	right: -50px;
	border-width: 50px 50px 0 0;
}
.seminar_contents {
	font-size: 25px;
	font-size: 2.5rem;
	margin: 3.0em 0;
}
.seminar_contents h3 {
	margin: 0 0 1.2em 0;
}
.double_box {
    padding: 5% 3% 4% 3%;
}
.profile_contents h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
.profile_box {
	margin: 2.0em 0 0 0;
}
.profile_box img {
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
}
.profile_box .text_box {
	float: left;
	width: 70%;
}
.profile_box .text_box .name {
	text-align: left;
}
h5.title {
	font-size: 30px;
	font-size: 3.0rem;
}
h5.title::before,
h5.title::after {
	height: 10px;
}
.seminar_detail {
	margin: 1.0em auto 0 auto;
}
.seminar_detail dt {
	width: 4.5em;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.seminar_detail dd {
	margin: 0 0 1.5em 5.0em;
}
.seminar_detail dd:last-child {
	margin: 0 0 0  5.0em;
}
.entry_info {
	margin: 1.0em 0 0 0;
}
.privacy_text {
	margin: 3.0em auto 10.0em auto;
}

.footer_entry_btn {
	font-size: 1.5em;
	padding: 1.4em 0;
}

}



/*
@media all and (min-width: 945px) {


}
*/