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

/* Ci TOKYO DENTAL SHOW
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@300;400;600;700&family=Bebas+Neue&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Bebas Neue', cursive;*/

.neue { font-family: 'Bebas Neue', cursive; }

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	/*text-align: center;*/
	line-height: 1.4;
	font-size: 16px;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    base
============================================== */
#container {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.venue{
	position: absolute;
	top: -250px;
    right: -130px;
}

header .inner,
#breadcrumb .inner {
	width: 96%;
}

.sp {
	display: none;
}
.pc {}
.switch {}
.call {}

@media screen and (max-width: 1000px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.venue{
		display: none;
	}
}

/* ==============================================
    container / common
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}

li.sns_button {
	margin: 0 7px;
}
li.sns_button a {
	display: block;
	text-indent: -99999px;
	background: url("image/sns_fb.svg") no-repeat 0 0 / contain;
	width: 24px;
	height: 24px;
}
li.sns_button.fb a {
	background-image: url("image/sns_fb.svg");
}
li.sns_button.tw a {
	background-image: url("image/sns_tw.svg");
}
li.sns_button.insta a {
	background-image: url("image/sns_insta.svg");
}
li.sns_button.yt a {
	background-image: url("image/sns_yt.svg");
}

@media screen and (max-width: 700px) {
	
}

/* ==============================================
    header
============================================== */
header {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	transition: .3s;
	position: fixed;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	/*background: rgb(113 138 231 / 68%);*/
}



header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header #siteid {
	display: block;
	text-align: left;
}
header #siteid img {
	width: 200px;
}
header #siteid strong {
	display: inline-block;
	margin-left: 20px;
	font-size: 22px;
	color: #000;
	padding-top: 5px;
}


header nav {}

header nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header nav li {
	margin-left: 30px;
	text-align: center;
}
header nav li a {
	display: block;
	padding: 10px;
	color: #000;
	font-weight:bold;
}
header nav li a:hover {
	text-decoration: none;
}
header nav li.contact a {
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: relative;
	display: block;
	white-space: nowrap;
}
header nav li.contact a::before {
	content: "";
	display: inline-block;
	background: url("image/icon_mail.svg") no-repeat 0 0 / contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
header nav li span {
	font-size: 12px;
	display: block;
}
header nav li.sns_button {
	margin: 0 10px;
}

header nav li.sns_button a {

}

@media screen and (min-width: 701px) {
	header.scrolled {
		background: rgb(255 255 255 / 68%);
		padding: 7px 0 !important;
	}
	header.scrolled nav li.contact a {
		border: 1px solid #fff;
	}
}

@media screen and (max-width: 700px) {
	header {
		background: black;
	}
}

@media screen and (max-width: 1300px) {
	header nav li {
		margin-left: 10px;
	}
	header #siteid strong {
		font-size: 18px;
		margin-left: 10px;
		padding-top: 0;
	}
}

@media screen and (max-width: 1100px) {
	header {
		margin: 0;
		padding: 10px 0;
	}
	header #siteid img,
	header #siteid svg {
		width: auto;
		height: 34px;
	}
	header #siteid strong {
		font-size: 20px;
	}
	header nav li a {
		font-size: 16px;
		padding: 10px 0;
	}
	header nav li {
		margin-left: 10px;
	}
}
@media screen and (max-width: 900px) {
	header #siteid img,
	header #siteid svg {
		width: auto;
		height: 30px;
	}
	header #siteid strong {
		font-size: 15px;
	}
	header nav li a {
		font-size: 12px;
		padding: 5px 0;
	}
}


@media screen and (max-width: 700px) {
	header {
		padding: 0;
		position: fixed;
		top: 0;
		z-index: 20;
		height: 50px;
	}
	header #siteid {
		display: flex;
		align-items: center;
		height: 50px;
	}
	header #siteid img,
	header #siteid svg {
		width: auto;
		height: 30px;
	}
	header #siteid strong {
		font-size: 18px;
	}
	
	header nav {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		background: rgba(10,10,10,1);
		
	}
	header nav ul {
		display: block;
	}
	header nav li {
		border-bottom: 1px solid #999;
	}
	header nav li a {
		font-size: 1.125em;
		padding: 15px;
		color: #000;
	}
	
}

/* ==============================================
    menuBtn span
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: rgb(0 00 0 / 78%);
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 21;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #fff;
	top: 30px;
	left: 30px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
		width: 50px;
		height: 50px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 25px;
		left: 25px;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 0 0 50px 0;
	padding: 5px 0;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	color: #666;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #666;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 60px 0 20px;
	}
}

/* ==============================================
    contents
============================================== */
#contents {
	margin: 50px 0 0;
}

.flexbox {
	display: flex;
	justify-content: space-between;
}

.flexbox figure {
	width: 45%;
	margin-right: 5%;
}
.flexbox .text {
	flex: 1;
}

@media screen and (max-width: 700px) {
	.flexbox {
		display: block;
	}
	.flexbox figure {
		width: 80%;
		margin: 20px auto;
	}
}


.btn_more {
	text-align: right;
	margin-bottom: 50px;
}
.btn_more a {
	display: inline-block;
	background: #86cc7c;
	padding: 10px 30px;
	color: #fff;
	font-size: 1.125em;
}
.btn_more a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow_w.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn_more a:hover {
	text-decoration: none;
}
.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}



/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 250px;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}



/* ==============================================
    archives_list common
============================================== */

ul.archives_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.archives_list li {
	margin-bottom: 40px;
	position: relative;
}

.col2 li {
	width: 48%;
}

.col3::after,
.col4::after {
	content: "";
	display: block;
	height: 0;
}
.col4::before {
	content: "";
	display: block;
	height: 0;
	order: 1;
}
.col3::after,
.col3 li {
	width: 30%;
}
.col4::after,
.col4::before,
.col4 li {
	width: 23%;
}

ul.archives_list li figure {
	margin-bottom: 10px;
}

ul.archives_list li h3 {
	margin-bottom: 10px;
	font-size: 1.125em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
ul.archives_list li p {
	font-size: 0.875em;
	margin-bottom: 15px;
}

ul.archives_list li .post_date {
	font-size: 0.875em;
	color: #717171;
}
ul.archives_list li .post_date::before {
	content: "";
	display: inline-block;
	background: url("image/icon_time.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

ul.archives_list li a.btn_detail {
	display: block;
	width: 100%;
	background: #718ae7;
	color: #fff;
	padding: 0;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

ul.archives_list li .cat span a {
	display: inline-block;
	background: #ddd;
	border-radius: 30px;
	margin: 2px;
	padding: 2px 10px;
	color: #333;
}
ul.archives_list li a:hover {
	text-decoration: none;
}

ul.ser_contents{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 65px;
}
.ser_contents li{
	margin-right: 35px;
	margin-bottom: 20px;
}

.ser_contents li:nih-chid(3n){
	margin-right: 0px;
}

@media screen and (max-width: 700px) {
	ul.archives_list::before,
	ul.archives_list::after {
		display: none !important;
	}
	.col3 li,
	.col4 li,{
		width: 48%;
		margin: 0 auto 30px;
	}
	.ser_contents li{
		margin: auto;
		margin-bottom: 20px;
	}
	
}
/* ==============================================
    seminar_list
============================================== */
.tit_seminar {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.tit_seminar img {
	width: 234px;
}


.tit_seminar::before,
.tit_seminar::after {
	content: "";
	display: block;
	width: 32%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;

}
.tit_seminar::before {
	left: 0;
}
.tit_seminar::after {
	right: 0;
}


.tit_seminar span {
	display: inline-block;
	position: relative;
	z-index: 1;
}



@media screen and (max-width: 700px) {
	.tit_seminar img {
		width: 50%;
	}
	.tit_seminar::before,
	.tit_seminar::after {
		width: 15%;
	}
}


.seminar_list h2.date_title {
	font-family: 'Bebas Neue', cursive;
	font-size: 3.125em;
	color: #718ae7;
	text-align: center;
}

.seminar_list li {
	border: 1px solid #707070;
	background: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	
}
.seminar_list li .semi_lecturer {
	width: 122px;
	margin-right: 20px;
	text-align: center;
}
.seminar_list li .semi_lecturer figcaption {
	
}

.seminar_list li .semi_seminar {
	flex: 1;
	position: relative;
}

.seminar_list li .semi_seminar .time {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.875em;
}
.seminar_list li .semi_seminar .entry-title {
	font-weight: 400;
	margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
	.seminar_list {
		display: block;
	}
	.seminar_list li {
		width: 100%;
	}
}

/* ==============================================
    service_list
============================================== */
.tit_service {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.tit_service img {
	width: 234px;
}


.tit_service::before,
.tit_service::after {
	content: "";
	display: block;
	width: 32%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;

}
.tit_service::before {
	left: 0;
}
.tit_service::after {
	right: 0;
}


.tit_service span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.service_list{
	margin-bottom: 65px;
}

@media screen and (max-width: 700px) {
	.tit_service img {
		width: 50%;
	}	
	.tit_service::before,
	.tit_service::after {
		width: 15%;
	}
}


.service_list h2.date_title {
	font-family: 'Bebas Neue', cursive;
	font-size: 3.125em;
	color: #718ae7;
	text-align: center;
}

.service_list li {
	list-style: none;
	position: relative;
	/*border: 1px solid #707070;
	background: #fff;
	padding: 20px;
	text-align: center;
	/*display: flex;
	justify-content: space-between;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 35%);
	transition: 0.3s;*/
}


.service_list li .ser_lecturer {
	text-align: center;
	background: #fff;
	padding: 20px;
	text-align: center;
	justify-content: space-between;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 35%);
	transition: 0.3s;
}

.service_list li .ser_lecturer:hover{
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 50%);
	transition: 0.3s;
}


.service_list li .ser_lecturer figcaption {
	
}

.service_list li .ser_service {
	flex: 1;
	position: relative;
}

.service_list li .ser_service .time {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.875em;
}
.service_list li .ser_service .entry-title {
	font-weight: 400;
	margin-bottom: 60px;
}

.tokuten{
    position: absolute;
    top: -12px;
    right: -15px;
    background: yellow;
    color: #0c6eb0;
    font-weight: 500;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
}
.ser_syousai{
	padding: 5px 13px;
    line-height: 30px;
    background-color: #718ae7;
    color: #fff;
	border-radius: 30px;
}

a:hover{
	text-decoration: none
}

.ser_btn li {
	text-align: center;
	font-size: 1.2rem;
}

.ser_btn li a{
	padding: 8px 25px;
	background-color: #718ae7;
	border: solid 1px #718ae7;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	border-radius: 25px;
}

.ser_btn li:hover a{
	color: #718ae7;
	background-color: #ffffff;
}

@media screen and (max-width: 700px) {
	.service_list {
		display: block;
	}
	.service_list li {
		/*width: 45%;*/
	}
}

/* ==============================================
    workshop_list
============================================== */


.tit_workshop {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.tit_workshop img {
	width: 234px;
}


.tit_workshop::before,
.tit_workshop::after {
	content: "";
	display: block;
	width: 32%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;

}
.tit_workshop::before {
	left: 0;
}
.tit_workshop::after {
	right: 0;
}


.tit_workshop span {
	display: inline-block;
	position: relative;
	z-index: 1;
}



@media screen and (max-width: 700px) {
	.tit_workshop img {
		width: 50%;
	}
	.tit_workshop::before,
	.tit_workshop::after {
		width: 15%;
	}
}


.workshop_list h2.date_title {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.125em;
    color: #718ae7;
    text-align: center;
}
ul.wor_contents,ul.line_contents{
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;

}

.workshop_list li {
	border: 1.5px dashed #d0d0d0;
    background: #fff;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	font-size: 1.2em;
	align-items: stretch;
}

.line_list li {
    border: 1.5px solid #718ae7;
    background: #fff;
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	font-size: 1.2em;
}

.line_list img{
	margin-top: 15px;
}

.workshop_list li h6{
	text-align: center;
	font-size: 1.3em;
}

.workshop_list li .semi_lecturer {
	width: 122px;
	margin-right: 20px;
	text-align: center;
}
.workshop_list li .semi_lecturer figcaption {
	
}

.workshop_list li .semi_workshop {
	flex: 1;
	position: relative;
}

.workshop_list li .semi_workshop .time {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.875em;
}
.workshop_list li .semi_workshop .entry-title {
	font-weight: 400;
	margin-bottom: 60px;
}

.workshop_list h4 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 2.5em;
    letter-spacing: 1.5px;
    border-bottom: 3px solid rgb(40, 187, 169);
}

.workshop_list_style{
	width:100%;
}

.workshop_list_style .wp-block-columns{
	margin-bottom: 0;
}

@media screen and (max-width: 700px) {
	.workshop_list {
		display: block;
	}
	.workshop_list li {
		width: 98%;
		justify-content: center;
	}
	.line_list li{
		width: 45%;
	}
}

.workshop_list h3, .line_list h3 {
    text-align: center;
    background: yellow;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    position: relative;
}

.workshop_list h3:before{
	content: url('/wp-content/themes/testdentalshow/assets/image/flag.svg');
	width: 50px;
	position: absolute;
	top: -17px;
	right: 0;
	

}


/* ==============================================
    lecturer_list
============================================== */

/*.lecturer_list li {
	padding: 0 10px 70px;
	position: relative;background: #fff;
	box-shadow: 0 5px 13px 2px rgba(145,145,145,0.3);
}
.lecturer_list li figure {
	margin: 0 -10px 10px;
}
.lecturer_list li figure img {
}
.lecturer_list li a.btn {
	display: block;
	width: 80%;
	background: #3a84df;
	color: #fff;
	transform: skewX(350deg);
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -40%;
}

.lecturer_list li a.btn::after {
	content: "";
	display: block;
	background: url("image/arrow1_w.svg") no-repeat 0 0 / contain;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.lecturer_list li a.btn:hover {
	text-decoration: none;
}*/


/* ==============================================
    line-up
============================================== */

.tit_lineup img{
	width: 300px;
}


/* ==============================================
    news-archive
============================================== */
ul.news-archive {
	list-style: none;
	margin-bottom: 30px;
}
.news-archive li {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-archive li:last-child {
	border-bottom: none;
}


.news-archive li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-archive li a:hover {
	text-decoration: none;
}

.news-archive li a::after {
	content: "";
	display: block;
	background: url("image/btn_more.svg") no-repeat 0 0 / contain;
	width: 100px;
	height: 10px;
	margin-left: 20px;
}

.news-archive li .cat {
	display: block;
	width: 10em;
	color: #777;
	margin-right: 20px;
}
.news-archive li .date {
	width: 8em;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
}
.news-archive li .cat a {
	font-size: 0.875em;
	display: block;
	background: #ddd;
	padding: 5px;
	border-radius: 30px;
	text-align: center;
}
.news-archive li h3 {
	flex: 1;
	font-weight: 400;
	color: #2F2F2F;
}


@media screen and (max-width: 700px) {
	.news-archive {
		margin: 0 20px 30px;
	}
	.news-archive li a {
		display: block;
	}
	.news-archive li .date {
		margin: 5px 0;
	}
	.news-archive li a::after {
		display: none;
	}
	.news-archive li h3 {
		font-size: 1.143em;
	}
}


/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}
#pagetop img {
	cursor: pointer;
	width: 60px;
	height: 60px;
	transition: .4s;
}

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

}

@media screen and (max-width: 700px) {
	#pagetop {
		bottom: 65px;
	}
	#pagetop img {
		width: 40px;
		height: 40px;
	}
}

/* ==============================================
    footer
============================================== */
footer {
	margin: 0px auto;
	padding: 50px 0;
	background: #718ae7;
	color: #fff;
}

footer strong {
	display: block;
}

footer strong.companylogo {
	margin-bottom: 30px;
}
footer strong.companylogo img {
	width: 240px;
}
footer nav.sns {
	float: right;
}
footer nav.sns ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}


footer nav.f_link {
	margin-bottom: 20px;
}
footer nav.f_link ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
footer nav.f_link li {
	margin-right: 20px;
}
footer nav.f_link li a {
	color: #fff;
	font-size: 13px;
}
footer nav.f_link li a:hover {
	text-decoration: none;
}

footer address {
	font-style: normal;
}

#copyright {
	text-align:left;
	font-size: 14px;
}
#googlepolicy {
	margin-top: 10px;
	font-size: 12px;
}
#googlepolicy a {
	color: #fff;
}
.grecaptcha-badge { visibility: hidden; }

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

}

@media screen and (max-width: 700px) {
	footer {
		padding: 30px 0 80px;
	}
	footer nav.sns {
		float: none;
		margin-bottom: 20px;
	
	}
	footer strong {
		text-align: center;
	}
	footer strong.companylogo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	footer strong.companylogo img {
		width: 150px;
	}
	footer nav.sns ul {
		justify-content: center;
	}
	footer nav.f_link ul {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	#copyright {
		text-align: center;
		font-size: 12px;
	}

}

/* ==============================================
    side-banner-area fix
============================================== */
#side-banner-area {
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 1001;
}
.fixbtn {
	margin: 10px 0 10px 10px;
}
.fixbtn a {
	display: block;
	/*border: 1px solid #fff;*/
}
.fixbtn a span {
	display: none;
}

.bnr_seminar{
	/*display: none;*/
}

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

}

@media screen and (max-width: 700px) {
	#side-banner-area {
		top: inherit;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fixbtn {
		width: 50%;
		margin: 0;
	}
	.fixbtn a {
		background: #718ae7;
		color: #fff;
		padding: 20px 5px;
		text-align: center;
		border: 1px solid #fff;
	}
	.bnr_register a {
	    background: #ffed02;
    	color: #718ae7;
    	font-weight: 500;
	}

	.bnr_seminar{
		display: block;
	}
	.bnr_seminar a {
		background: #718ae7;
	}
	.fixbtn a img {
		display: none;
	}
	.fixbtn a span {
		display: block;
	}
	.bnr_hifu{
		display: none;
	}
}

/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em;/*36px  50px*/
}

.bifur_end {
	display: block;
	background: #718ae7 url(./image/icon_arw.svg) no-repeat center right 20px;
	background-size: 40px;
	color: #000;
	text-align: center;
	font-size: 2em;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}