@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #666;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
width: 100%;
height: 100%;
}
li{
list-style: none;
}
a {
color: #E81C24;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* wrap
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
width: 100%;
}
#wrap .area {
position: relative;
clear: both;
display: block;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 1000px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	padding-top: 60px;
	}
	}
/* header
-------------------------------------------------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
background: #000;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
z-index: 999;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding-right: 0;
}
#header .branding {
position: relative;
flex: 1 0 auto;
align-self: center;
}
#header .logo {
align-self: center;
}
#header .logo img {
width: 150px;
}
#header a {
transition: 0.5s;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .logo img {
	width: 120px;
	}
	}
	@media screen and (max-width: 420px) {
	#header .text > * {
	padding-left: 120px;
	}
	}
/* menu
-------------------------------------------------------*/
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 24px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #ccc;
border-radius: 4px;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 10px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
#menu ul {
display: table;
table-layout: fixed;
/*border-right: 1px solid #eee;*/
width: 100%;
height: 100%;
max-width: 600px;
}
#menu ul li {
display: table-cell;
vertical-align: top;
}
#menu ul li a {
display: table;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
text-align: center;
border-left: 1px solid rgba(255,255,255,0.2);
}
#menu li a > * {
display: table-cell;
text-align: center;
vertical-align: middle;
}
#menu li a.comp,
#menu li a:hover {
background: #E81C24;
color: #fff;
}
	@media screen and (min-width: 768px) {
	#menu li a.comp,
	#menu li a:hover {
	background: #E81C24;
	}
	}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.contact_end {
background: #999;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 500px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #00aaea;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	background: #E81C24;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	}
/* visual
-------------------------------------------------------*/
#visual {
position: relative;
background: url("../images/visual_bg.png") no-repeat center center / auto 100%;
/*
background: linear-gradient(to bottom, #f4f9ff, #fff);
border-top: 5px solid #13579F;
border-image: linear-gradient(to right, #74BE26 0%, #00ACD7 33%, #13579F 66%, #E81C24 100%);
border-image-slice: 1;
*/
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
text-align: center;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
text-align: center;
}
#visual .area_in img {
width: 700px;
height: 700px;
margin: 0 auto;
transition: all 0.1s linear;
}
/*
#visual.type_img .area_in {
max-width: 1300px;
padding: 0;
max-width: 1400px;
}
#visual.type_img .area_in img {
max-width: 1300px;
max-width: 1400px;
}*/
.sp {
display: none;
}
.pc {
display: block;
}
@media screen and (min-width: 1500px) {
#visual {
background-size: auto 100%;
}
}
@media screen and (max-width: 768px) {
/*
#visual .area_in {
padding: 0;
width: 100%;
max-width: 100%;
}
#visual .area_in img {
width: 100%;
max-width: 100%;
height: auto;
min-height: 160px;
}
*/
#visual .area_in img {
width: 100%;
height: calc(100vw * (700 / 700));
}
.sp {
display: block;
}
.pc {
display: none;
}
}

/*
	@media screen and (min-width: 1400px) {
	#visual {
	background-size: 110% auto;
	}
	}
	@media screen and (max-width: 1200px) {
	#visual .area_in img {
	transform: translate(0,0);
	}
	}
	*/
	@media screen and (max-width: 1000px) {
	}
	@media screen and (max-width: 768px) {
	}
/* footer
-------------------------------------------------------*/
#company_area .logo {
padding: 30px;
text-align: center;
}
#company_area .logo img {
max-width: 200px;
width: auto;
}
#footer {
background: #fff;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #666;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #666;
display: inline-block;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    }
    }
/* pagetop
-------------------------------------------------------*/
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: #E81C24;
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* lead
-------------------------------------------------------*/
#lead_area {
clear: both;
}
#lead_area .text {
font-size: 110%;
padding: 0 30px 30px;
padding: 30px;
margin: 0 auto;
line-height: 1.6;
max-width: 700px;
}
	@media screen and (max-width: 768px) {
    #lead_area {
    padding-top: 20px;
    }
	#lead_area .text {
	padding: 20px 10px;
	}
	}
.speaker_layout {
background: #fafafa;
border: 3px solid #ccc;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
margin: 0 auto 30px;
max-width: 700px;
padding: 30px 30px 0;
}
.speaker_layout > * {
display: flex;
max-width: 700px;
margin: 0 auto 30px;
align-items: center;
flex-flow: row-reverse nowrap;
justify-content: space-between;
}
.speaker_layout .info {
flex: 1 0 0;
padding: 20px 40px;
font-size: 110%;
}
.speaker_layout .tit {
font-weight: bold;
font-size: 120%;
margin-bottom: 20px;
}
.speaker_layout .img {
flex: 0 1 42.2%;
}
.speaker_layout .img img {
width: 100%;
}
@media screen and (max-width: 768px) {
	.lead {
	padding-bottom: 30px;
	}
	.speaker_layout > * {
	display: block;
	margin-bottom: 10px;
	}
	.speaker_layout .info {
	padding: 20px;
	}
	.speaker_layout .img {
	text-align: center;
	padding: 0 20px 20px;
	}
	.speaker_layout .img img {
	max-width: 350px;
	}
}
/* contact
-------------------------------------------------------*/
.contact_area {
clear: both;
background: #f2f2f2;
padding: 40px 20px 0 20px;
}
.contact_area .title {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_area .title > * {
display: inline-block;
}
.contact_area .title b {
font-weight: normal;
color: #E81C24;
}
.contact_btn_box {
text-align: center;
padding-bottom: 40px;
font-size: 90%;
}
.contact_btn_box .txt {
display: block;
text-align: center;
padding-top: 20px;
font-size: 120%;
}
	@media screen and (max-width: 768px) {
    .contact_area {
    padding: 20px;
    }
	.contact_btn_box {
	padding-bottom: 0;
	}
	}
.contact_btn {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
max-width: 600px;
margin: 0 auto;
height: 85px;
/*
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.1) 50%,
rgba(255,255,255,0.1) 100%),#E81C24;
background-size: 100% 100%;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.3);
*/
background: linear-gradient(to right, #E81C24, #E81C24 30%, #E81C24 60%, #850001);
text-align: center;
color: #fff;
font-size: 200%;
font-weight: bold;
text-decoration: none;
border-radius: 40px;
transition: all 0.3s linear;
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn > * {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 10px;
/*text-shadow: 1px 1px 1px #E81C24;*/
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 20px;
top: 50%;
width: 15px;
height: 15px;
margin-top: -9px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
/*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
}
.contact_btn.contact_end {
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
background-size: 100% 100%;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.3);
}
.contact_btn.contact_end > * {
text-shadow: 1px 1px 1px #666;
}
	@media screen and (max-width: 768px) {
	.contact_area .title {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_area .title {
	font-size: 120%;
	}
	.contact_area .title > * {
	display: inline;
	}
	.contact_btn {
	font-size: 180%;
	}
	}
	@media screen and (max-width: 420px) {
	.contact_btn {
	font-size: 140%;
	height: 65px;
	}
	.contact_btn > *:before {
	width: 10px;
	height: 10px;
	right: 10px;
	margin-top: -7px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	}
	}
/* bar
-------------------------------------------------------*/
/*
.base_title {
font-size: 240%;
text-align: center;
color: #E81C24;
font-weight: normal;
padding: 40px 0;
line-height: 1.2;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
line-height: 1;
}
.base_title > span {
display: block;
padding: 0 20px;
}
.base_title:before,
.base_title:after {
content: "";
height: 1px;
display: block;
background: #E81C24;
flex: 1 0 auto;
}
*/
.base_title {
position: relative;
font-size: 230%;
padding: 20px 0;
margin-bottom: 50px;
text-align: center;
line-height: 1.2;
font-weight: 800;
color: #333;
}
.base_title::before {
position: absolute;
left: 50%;
top: 100%;
content: "";
width: 60px;
height: 5px;
background: linear-gradient(to right, #E81E26, #860001);
transform: translateX(-50%);
}
.base_bar {
padding: 30px 0 10px 0;
margin-bottom: 30px;
border-bottom: 1px solid #333;
color: #333;
font-size: 20px;
font-weight: bold;
}
.base_bar > b > span {
display: inline-block;
}
.base_text {
line-height: 1.6;
margin-bottom: 1.6em;
}
	@media screen and (max-width: 420px) {
	.base_title {
	font-size: 180%;
	padding: 20px 0;
	}
	}
/* popup
-------------------------------------------------------*/
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
.popup_box {
background: #fff;
border-radius: 5px;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .time {
display: inline-block;
background: #E81C24;
color: #fff;
padding: 0 10px;
}
/* program_area
-------------------------------------------------------*/
#program_area {
}
.program_box {
margin-bottom: 20px;
}
.program_table {
border: 3px solid #ccc;
margin: 0 auto;
margin-bottom: 20px;
max-width: 760px;
max-width: 980px;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.program_table dl.program {
display: table;
width: 100%;
border-bottom: 1px solid #ccc;
}
.program_table dl.program:last-child {
border-bottom: none;
}
.program_table dl.program > * {
display: table-cell;
}
.program_table dt.time {
width: 180px;
padding: 20px 5px;
background: #f2f2f2;
vertical-align: middle;
text-align: center;
border-right: 1px solid #ccc;
}
.program_table dt.time > * {
display: inline-block;
}
.program_table dd.data {
}
.program_table dd.data .data2col {
display: flex;
}
.program_table dd.data .data2col > * {
flex: 1 0 50%;
}
.program_table dd.data .data2col > *:first-child {
position: relative;
}
.program_table dd.data .data2col > *:first-child::before {
content: "";
width: 1px;
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 100%;
background: #ccc;
}
.program .box {
display: block;
padding: 20px 10px;
padding: 20px 20px;
margin: 0!important;
max-width: 100%;
}
.program .title {
color: #111;
color: #E81C24;
}
.program .title .icon {
display: block;
margin-bottom: 5px;
}
.program .title .icon b {
color: #fff;
background: #E81C24;
display: inline-block;
line-height: 1;
padding: 5px 10px;
margin-right: 5px;
font-size: 90%;
font-weight: bold;
}
.program .box .text .name {
font-size: 110%;
display: inline-block;
margin-top: 5px;
}
.program .box .text.gaiyou {
margin-top: 10px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.program .box .text.prof {
background: #f4f4f4;
padding: 10px;
}
.program .box > .text.prof + .layout {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #ccc;
}
	@media screen and (max-width: 768px) {
	.program_table dl.program {
	display: block;
	}
	.program_table dl.program > * {
	display: block;
	}
	.program_table dt.time {
	width: inherit;
	border-right: none;
	}
	.program_table dt.time > * {
	display: inline;
	}
	.program_table dd.data .data2col {
	display: block;
	}
	.program_table dd.data .data2col > *:first-child::before {
	display: none;
	}
	.program .box {
	padding: 20px;
	}
	}
.layout + .layout {
padding-top: 20px;
border-top: 1px solid #ccc;
margin-top: 20px;
}
.layout_box {
display: flex;
margin-top: 10px;
}
.layout_box .photo {
flex: 0 1 130px;
padding: 0 0 10px 0;
}
.layout_box .info {
flex: 1 0 0%;
}
.layout_box .info .text {
padding-bottom: 10px;
}
.layout_box .photo + .info {
padding-left: 10px;
}
	@media screen and (max-width: 768px) {
	.layout_box {
    display: block;
	}
	.layout_box .photo + .info {
	padding-left: 0;
	}
	}
/* area
-------------------------------------------------------*/
#outline_area {
padding-top: 30px;
}
.outline_box {
margin: 0 auto;
}
.base_dlist_table {
margin-bottom: 20px;
border: 3px solid #ccc;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.base_dlist_table dl {
display: table;
width: 100%;
}
.base_dlist_table dl > * {
display: table-cell;
vertical-align: middle;
}
.base_dlist_table dt {
width: 180px;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: center;
padding: 15px;
}
.base_dlist_table dd {
text-align: left;
padding: 15px;
}
.base_dlist_table dl:nth-child(even) {
background: #f2f2f2;
}
	@media screen and (max-width: 768px) {
	.base_dlist_table dl {
	display: block;
	}
	.base_dlist_table dl > * {
	display: block;
	padding: 10px;
	}
	.base_dlist_table dl:nth-child(even) {
	background: none;
	}
	.base_dlist_table dl > dt {
	background: #f2f2f2;
	width: 100%;
	border: none;
	text-align: left;
	}
	}
/* temp
-------------------------------------------------------*/
.base_pcdin { display: inline!important;}
.base_pcdinb { display: inline-block!important;}
.base_pcdblock { display: block!important;}
.base_pcdno {display: none!important;}
@media screen and (max-width: 768px) {
	.base_spdin { display: inline!important;}
	.base_spdinb { display: inline-block!important;}
	.base_spdblock { display: block!important;}
	.base_spdno {display: none!important;}
}
.base_din { display: inline!important;}
.base_dinb { display: inline-block!important;}
.base_dblock { display: block!important;}
.cf:before { content:""; display:table;}
.cf:after { content:""; display:table; clear:both;}
.cf { zoom:1;}
.base_textstr { color: rgba(235,0,70,1);}
.base_texterr { color: rgba(235,0,70,1);}
.base_textem { color: #E81C24;}
.base_textno { color: #ccc;}
.base_textmarker { background: #FFFF99;}
.base_sizess { font-size: 70%;}
.base_sizes { font-size: 80%;}
.base_sizem { font-size: 100%;}
.base_sizel { font-size: 120%;}
.base_sizell { font-size: 150%;}
.base_sizelll { font-size: 200%;}
.base_fl { float: left;}
.base_fr { float: right;}
.base_fn { float: none;}
.base_tl { text-align: left;}
.base_tr { text-align: right;}
.base_tc { text-align: center;}
.base_m0 { margin: 0!important;}
.base_m5 { margin: 5px!important;}
.base_m10 { margin: 10px!important;}
.base_m20 { margin: 20px!important;}
.base_m30 { margin: 30px!important;}
.base_m40 { margin: 40px!important;}
.base_m50 { margin: 50px!important;}
.base_mt0 { margin-top: 0!important;}
.base_mt5 { margin-top: 5px!important;}
.base_mt10 { margin-top: 10px!important;}
.base_mt20 { margin-top: 20px!important;}
.base_mt30 { margin-top: 30px!important;}
.base_mt40 { margin-top: 40px!important;}
.base_mt50 { margin-top: 50px!important;}
.base_mb0 { margin-bottom: 0!important;}
.base_mb5 { margin-bottom: 5px!important;}
.base_mb10 { margin-bottom: 10px!important;}
.base_mb20 { margin-bottom: 20px!important;}
.base_mb30 { margin-bottom: 30px!important;}
.base_mb40 { margin-bottom: 40px!important;}
.base_mb50 { margin-bottom: 50px!important;}
.base_ml0 { margin-left: 0!important;}
.base_ml5 { margin-left: 5px!important;}
.base_ml10 { margin-left: 10px!important;}
.base_ml20 { margin-left: 20px!important;}
.base_ml30 { margin-left: 30px!important;}
.base_ml40 { margin-left: 40px!important;}
.base_ml50 { margin-left: 50px!important;}
.base_mr0 { margin-right: 0!important;}
.base_mr5 { margin-right: 5px!important;}
.base_mr10 { margin-right: 10px!important;}
.base_mr20 { margin-right: 20px!important;}
.base_mr30 { margin-right: 30px!important;}
.base_mr40 { margin-right: 40px!important;}
.base_mr50 { margin-right: 50px!important;}
.base_p0 { padding: 0!important;}
.base_p5 { padding: 5px!important;}
.base_p10 { padding: 10px!important;}
.base_p20 { padding: 20px!important;}
.base_p30 { padding: 30px!important;}
.base_p40 { padding: 40px!important;}
.base_p50 { padding: 50px!important;}
.base_pt0 { padding-top: 0!important;}
.base_pt5 { padding-top: 5px!important;}
.base_pt10 { padding-top: 10px!important;}
.base_pt20 { padding-top: 20px!important;}
.base_pt30 { padding-top: 30px!important;}
.base_pt40 { padding-top: 40px!important;}
.base_pt50 { padding-top: 50px!important;}
.base_pb0 { padding-bottom: 0!important;}
.base_pb5 { padding-bottom: 5px!important;}
.base_pb10 { padding-bottom: 10px!important;}
.base_pb20 { padding-bottom: 20px!important;}
.base_pb30 { padding-bottom: 30px!important;}
.base_pb40 { padding-bottom: 40px!important;}
.base_pb50 { padding-bottom: 50px!important;}
.base_pl0 { padding-left: 0!important;}
.base_pl5 { padding-left: 5px!important;}
.base_pl10 { padding-left: 10px!important;}
.base_pl20 { padding-left: 20px!important;}
.base_pl30 { padding-left: 30px!important;}
.base_pl40 { padding-left: 40px!important;}
.base_pl50 { padding-left: 50px!important;}
.base_pr0 { padding-right: 0!important;}
.base_pr5 { padding-right: 5px!important;}
.base_pr10 { padding-right: 10px!important;}

.base_pr20 { padding-right: 20px!important;}
.base_pr30 { padding-right: 30px!important;}
.base_pr40 { padding-right: 40px!important;}
.base_pr50 { padding-right: 50px!important;}
.base_wa { width: auto!important;}
.base_w100p { width: 100%!important;}
.base_w98p { width: 98%!important;}
.base_w96p { width: 96%!important;}
.base_w90p { width: 90%!important;}
.base_w86p { width: 86%!important;}
.base_w80p { width: 80%!important;}
.base_w70p { width: 70%!important;}
.base_w60p { width: 60%!important;}
.base_w50p { width: 50%!important;}
.base_w40p { width: 40%!important;}
.base_w33p { width: 33.33%!important;}
.base_w30p { width: 30%!important;}
.base_w20p { width: 20%!important;}
.base_w10p { width: 10%!important;}
.base_w300 { width: 300px!important;}
.base_w250 { width: 250px!important;}
.base_w200 { width: 200px!important;}
.base_w150 { width: 150px!important;}
.base_w100 { width: 100px!important;}
.base_w80 { width: 70px!important;}
.base_w60 { width: 60px!important;}
.base_w50 { width: 50px!important;}
.base_w30 { width: 30px!important;}
.base_w10 { width: 10px!important;}
.base_ha { height: auto!important;}
.base_h100p { height: 100%!important;}
.base_h98p { height: 98%!important;}
.base_h96p { height: 96%!important;}
.base_h90p { height: 90%!important;}
.base_h86p { height: 86%!important;}
.base_h80p { height: 80%!important;}
.base_h70p { height: 70%!important;}
.base_h60p { height: 60%!important;}
.base_h50p { height: 50%!important;}
.base_h40p { height: 40%!important;}
.base_h33p { height: 33.33%!important;}
.base_h30p { height: 30%!important;}
.base_h20p { height: 20%!important;}
.base_h10p { height: 10%!important;}
.base_h300 { height: 300px!important;}
.base_h250 { height: 250px!important;}
.base_h200 { height: 200px!important;}
.base_h150 { height: 150px!important;}
.base_h100 { height: 100px!important;}
.base_h80 { height: 70px!important;}
.base_h60 { height: 60px!important;}
.base_h50 { height: 50px!important;}
.base_h30 { height: 30px!important;}
.base_h10 { height: 10px!important;}
	@media screen and (max-width: 768px) {
	.base_sp_p0 { padding: 0!important;}
	.base_sp_pb0 { padding-bottom: 0!important;}
	.base_sp_pt0 { padding-top: 0!important;}
	.base_sp_m0 { margin: 0!important;}
	.base_sp_mb0 { margin-bottom: 0!important;}
	.base_sp_mt0 { margin-top: 0!important;}
	}
	
/* 追加スタイル * /

.base_texticon {
background: #111;
color: #fff;
display: inline-block;
line-height: 1;
font-size: 85%;
padding: 5px 10px;
margin: 5px 5px 5px 0;
}
.program .box.type_A {
}
.program .box.type_B {
background: #FBE6EB;
}
.program .box.type_B .title {
color: #E81C24;
}
.program .box.type_B .base_texticon {
background: #E81C24;
}
.program .box.type_B .text.gaiyou {
background: rgba(255,255,255,0.5);
}
.program .box.type_C {
background: #E7ECF3;
}
.program .box.type_C .title {
color: #17408E;
}
.program .box.type_C .base_texticon {
background: #17408E;
}
.program .box.type_C .text.gaiyou {
background: rgba(255,255,255,0.5);
}

.base_dlist_table dl:nth-child(even),
.contact_area,
.program .box > .text.gaiyou,
.program_table dt.time {
background: #f3f3f3;
}
@media screen and (max-width: 768px) {
	.base_dlist_table dl > dt {
	background: #f3f3f3;
	}
	.base_dlist_table dl:nth-child(even) {
	background: #fff;
	}
}

