@charset "utf-8";
/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 220%;
	font-size: 14px;
	color: #333;
	background-color: #ffffff;
}
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}
img.border {
	border: 1px solid #999;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table th, table td {
	padding: 10px;
	border: 1px solid #999;
}
table th {
	background-color: #ddd;
}
table th.w20 {
	width: 20%;
}
table th.w30 {
	width: 30%;
}
table td.time {
	background-color: #eee;
	font-weight: bold;
	text-align: center !important;
	width: 30%;
}
h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dt {
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
	padding-bottom: 10px;
}
dd {
	margin: 0 0 0 20%;
	padding-bottom: 10px;
	text-align: right;
	width: 20%;
}
dd:before {
	content: '……　';
}
.nml dt {
	clear: left;
	float: left;
	width: 25%;
	font-weight: bold;
	padding-bottom: 10px;
}
.nml dd {
	margin: 0 0 0 25%;
	padding-bottom: 10px;
	text-align: left;
	width: 75%;
}
.nml dd:before {
	content: none;
}

ol {
	margin: 0 0 0 14px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}




/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.9;/*--IE,FF対応--*/
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=80)";
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ テキスト
------------------------------------------*/
.txt_10 {
	font-size: 10px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 18px;
}
.txt_20 {
	font-size: 20px;
}
.txt_bld {
	font-weight: bold;
}
.txt_blue {
	color: #0f5c66;
}
.txt_red {
	color: #f00;
}
.txt_bk {
	color: #000;
}
.txt_kakomi {
	border: 1px solid #f00;
}
.txt_underline {
	border-bottom: 1px solid #f00;
}
.txt_nml {
	font-weight: normal;
}
.txt_no {
	text-decoration: line-through;
}

.txt_top {
		font-size: 0.8em;
		vertical-align: top;
	}

.txt_underline_gray {
	border-bottom: 1px solid #3A3A3A;
}

.txt_bg_blgray {
	background: #BFE5FF;
	padding: 1 2;
}

/*------------------------------------------
■ 行揃え
------------------------------------------*/
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
/*------------------------------------------
■ マージン パディング
------------------------------------------*/
.mt_10 {
	margin-top: 10px !important;
}
.mt_18 {
	margin-top: 18px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.ml_10 {
	margin-left: 10px !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_60 {
	margin-left: 60px !important;
}

.ml_120 {
	margin-left: 120px !important;
}
.mr_10 {
	margin-right: 10px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.pl_20 {
	padding-left: 20px;
}
.p_10 {
	padding: 10px;
}
.p_20 {
	padding: 20px;
}
/*------------------------------------------
■ パーセント
------------------------------------------*/
.per10 {
	width: 10%;
}
.per20 {
	width: 20%;
}
.per30 {
	width: 30%;
}
.per40 {
	width: 40%;
}
.per50 {
	width: 50%;
}
.per60 {
	width: 60%;
}
.per70 {
	width: 70%;
}
.per80 {
	width: 80%;
}
.per90 {
	width: 90%;
}

/*------------------------------------------
■ 囲み罫
------------------------------------------*/
.kei01 {
	border: 1px solid #999;
	padding: 5px;
}

.bg_red {
		background-color: #FFCF6D;
	}
/*------------------------------------------
■ ボタン
------------------------------------------*/
.gray_btn {
	display: inline-block;
	padding: 3px 10px !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(#CBCECF 0%, #fff 100%);
	background-image: linear-gradient(#CBCECF 0%, #fff 100%);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 1px #999;
}
.gray_btn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
a.blue_btn {
	display: inline-block;
	padding: 20px 20px 0 !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(#0055aaF 0%, #aad5ff 100%);
	background-image: linear-gradient(#0055aa 0%, #aad5ff 100%);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 1px #004080;
}
a.blue_btn:hover {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
.square_btn {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ff7c5c;/*左線*/
	color: #ff7c5c;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
/********************************************
■ google map
********************************************/
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/********************************************
■ layout基本設定
********************************************/


#top_header {
	width: 100%;
	height: auto;
	background-image: url("../img/head_bg.jpg");
	background-position: bottom;
	background:url("../bg.jpg") no-repeat center center;
	/*background-color:rgba(255,255,255,0.4);*/
	background-blend-mode:lighten;
	
}


#page #top_header {
	width: 100%;
	height: auto;
	background-image: url(../img/head_bg.jpg);
	background-position: bottom;
	background:url("../bg.jpg") no-repeat center center;
	/*background-color:rgba(255,255,255,0.4);*/
	background-blend-mode:lighten;
	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 37px 0;
}
@media (min-width: 681px) and (max-width: 959px) {
#wrapper {
	width: 95%;
	margin: 0 auto;
}
}
#footer {
	background: #666666;
}
/********************************************
■ header
********************************************/
#top_header .header_inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}



@media (min-width: 681px) and (max-width: 959px) {
#top_header .header_inner {
	width: 95%;
	margin: 0 auto;
}
}
#top_header img {
	float: left;

}
/********************************************
■ left_box
********************************************/
.left_box {
	width: 21%;
	float: left;
}
.left_box #global-nav ul img {
	width: 95%;
}
.info {
	line-height: 110%;
	margin-top: 30px;
}
.info h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
}
.info h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 5px solid #000032;
	border-bottom: 5px solid #000032;
	line-height: 160%;
	margin-bottom: 7px;
}
.free {
	margin-top: 30px;
}
.free h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/*nav button*/
/*27回は塗りつぶし*/
/*button3は参加者専用ページ用*/
.button {
	display: inline-block;
	width: 205px;
	padding: 10px !important;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color:#0066ff;
	
	border: 2px solid #0066ff;
	color: #ff9900;
	overflow: hidden;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
	/*box-shadow: inset 0 1px 7px rgba(62,83,128,1);*/
}

.button a {
	color: #FFFFFF;
}

.button3 {
    display: inline-block;
    width: 200px;
    padding: 10px !important;
    margin-bottom: 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    background-color: #FA9D2D;
    border: 2px solid #F88E0F;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
	/*box-shadow: inset 0 1px 7px rgba(62,83,128,1);*/
}
.button3 a {
	color: #FFFFFF;
	
}

/*26回までのグラデーションのボタン(2をトル)*/
.button2 {
	display: inline-block;
	width: 200px;
	padding: 10px !important;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-image: url(../../27th%20-%20Copy/img/nav_base.jpg);
	border: 2px solid #ff9900;
	color: #ff9900;
	overflow: hidden;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	/*box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);*/
	box-shadow: inset 0 1px 7px rgba(62,83,128,1);
} 
.active {
	background-color:#6699ff; 
	background-image: none;
	box-shadow: none;
	color: #fff;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	color:#0200DB;
}
.button a:hover {
	color:#fff;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: #cc9933;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fa {
	font-size: 160%;
	margin-right: 6px;
}
/********************************************
■ right_box
********************************************/
.right_box {
	width: 74%;
	float: right;
}
@media (min-width: 681px) and (max-width: 959px) {
.right_box {
	width: 70%;
}
}
.right_box p {
	margin: 0 0 10px 0;
	padding: 0;
}
.right_box .cont {
	background: #fff;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
	padding: 30px;
}
@media (min-width: 681px) and (max-width: 959px) {
.right_box .cont {
	padding: 15px;
}
}
.right_box .cont .item {
	margin-bottom: 30px;
}
/*--------title--------*/
.right_box .title {
	position: relative;
	margin: 10px 0 50px;
}
.right_box .title:before {
	content: "";
	position: absolute;
	background-image: url(../../27th%20-%20Copy/img/title_01.png);
	background-repeat: no-repeat;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	-webkit-transform: skew(0, -10deg);
	-moz-transform: skew(0, -10deg);
}
.right_box .title:after {
	content: "";
	position: absolute;
	background-image: url(../../27th%20-%20Copy/img/title_02.png);
	background-repeat: no-repeat;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	-webkit-transform: skew(0, -10deg);
	-moz-transform: skew(0, -10deg);
}
.right_box .title:before {
	top: -24px;
	left: -3px;
	animation: spin 12s linear infinite;
}
.right_box .title:after {
	top: 0;
	left: 8px;
	animation: spin 4s linear infinite;
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.right_box .title p {
	color: #444;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding: 0 0 7px 40px;
	margin: 10px 0 20px;
	border-bottom: solid 3px #d2d2d2;
}
.right_box .title p:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 5%;
	border-bottom: 3px solid #333333;
}
.right_box .title p:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 30%;
	border-bottom: 3px solid #cc9933;
}
.right_box .title span.orange {
	color: #ff993d;
	font-size: 160%;
	text-shadow: 2px -2px 0 rgba(159,182,216,1);
	margin-right: 2px;
}
.right_box .contents_set {
	margin-bottom: 50px;
}
.right_box .contents_set02 {
	margin-bottom: 20px;
}
.right_box .contents_set02 ul li {
	margin: 0 0 12px 20px;
	padding: 0;
}


ul.osirase {
	width: 100%;
	height: 400px;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 12px;
	overflow-y: auto;
}

/*
ul.osirase li {
	width: 100%;
	border-bottom: 1px dotted #000;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}
*/


ul.osirase li .date {
	
	width: 20%;
	font-weight: bold;
	border-left: 5px solid #d2d2d2;
	padding-left: 12px; 
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;
}


/*
ul.osirase li .tx {
	width: 80%;
	vertical-align: top;
	padding: 0;
	margin: 0;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
}

*/
.mds00 {
	width: 100%;
	background: #0f5c66;
	border-top: 2px solid #f8b300;
	border-bottom: 2px solid #f8b300;
	padding: 7px 0 7px 7px;
	margin: 10px 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.mds01 {
	width: 100%;
	background: #dee0d3;
	border-left: 5px solid #f8b300;
	padding: 7px 0 7px 7px;
	margin: 10px 0;
	font-size: 16px;
	color: #0f5c66;
	font-weight: bold;
}
.mds02 {
	width: 100%;
	border-left: 5px solid #f8b300;
	padding: 7px 0 7px 7px;
	margin: 10px 0;
	font-size: 16px;
	color: #0f5c66;
	font-weight: bold;
}
.mds03 {
	width: 100%;
	border-left: 5px solid #f8b300;
	padding: 3px 0 3px 7px;
	margin: 10px 0;
}
.mds04 {
	margin: 0 0 30px;
	padding: 0 0 6px;
	border-bottom: 1px solid #9fb6d8;
	font-size: 140%;
	color: #3e4476;
}
.catch_en {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.catch {
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
}
.message {
	font-size: 14px;
	margin-top: 14px !important;
	line-height: 160%;
	text-indent: 1em;
}
.muse {
	display: block;
	color: #666;
	padding: 10px !important;
	border: 1px solid #ddd;
}
.btn00 {
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	display: block;
	color: #005c6b;
}
a.btn00 {
	color: #005c6b;
}
a.btn00:hover {
	color: #bf0763;
	text-decoration: none;
}
.btn01 {
	width: 30%;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	display: block;
	color: #005c6b;
}
a.btn01 {
	color: #005c6b;
}
a.btn01:hover {
	color: #bf0763;
	text-decoration: none;
}
section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .table
----------------------------------------------------*/
table.table01 {
	width:100%;
	border-right: #ACACAC solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#E7E4E4;
	color:#3A3A3A;
	padding:8px 15px;
	border-right:#ACACAC solid 1px;
	border-bottom:#ACACAC solid 1px;
}
table.table01 thead th:last-child {
	border-right:#ACACAC solid 1px;
}
table.table01 tbody th {
	background: #E7E4E4;
	color:#3A3A3A;
	padding:8px 15px;
	border-bottom:#ACACAC solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#ACACAC solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:8px;
	border-left:#ACACAC solid 1px;
	border-bottom:#ACACAC solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:8em;
}
}
/********************************************
■ footer
********************************************/
#footer .footer_inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
/********************************************
■ 画像サイズ
********************************************/
.max_w {
	max-width: 100%;
}
/********************************************
■ 画像位置
********************************************/
.img_cener {
	margin: 0 auto;
}
.img_right {
	float: right;
	padding-left: 15px;
}
/********************************************
■ box
********************************************/
.kakomi_box01 {
	display: block;
	color: #666;
	padding: 10px !important;
	border: 1px solid #ddd;
}
.dot_top01 {
	display: block;
	padding-top: 10px !important;
	border-top: 1px dotted #ddd;
}
/*角丸*/	
.kadomaru10 {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
/*シャドウ*/
.shadow03 {
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
}
/********************************************
■ float
********************************************/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
/********************************************
■ flex
********************************************/
ul.flex {
	display: flex;
	justify-content: center;
}
ul.flex li {
	list-style-type: none;
}
/********************************************
■ float対策
********************************************/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/********************************************
■ nav2
********************************************/
/*チェックが入ったらもろもろ表示*/
#nav-input {
	display: none;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/********************************************
■ 画像切り替え
********************************************/
@media screen and (max-width: 640px) {
.sp_none {
	display: none;
}
}
@media screen and (min-width: 641px) {
.pc_none {
	display: none;
}
}
/********************************************
■ 開催概要
********************************************/
#outline h4.koumoku {
	display: inline-block;
	width: 15%;
	font-weight: bold;
	margin: 0 12px 0 0 !important;
	padding: 0 !important;
}
/********************************************
■ 学会プログラム
********************************************/
#program .cont_wrap {
	border: 1px solid #3e4476;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}

#program .cont_wrap img {
	/*コレ*/max-width: 100%;
    /*コレ*/height: auto;
    display: block;
}
	

#program .cont_wrap .flex-container {
	display: flex;
	justify-content: flex-start;
}
#program .cont_wrap .flex-container .block {
	margin-right: 50px;
	min-width: 100px;
	}
#program .cont_wrap .flex-container .block:last-child {
	margin-right: 0;
}
#program ol {
  padding: 0;
  margin: 0;
}

#program li {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 25px;
	margin-bottom: 0;







  padding-left:;
	font-weight: normal;
	line-height: 120%;
}

#program ol p {
  margin: 0;
  padding: 0;
}
/********************************************
■ 会場案内(アクセス)
********************************************/
#access .flex-container {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
#access .flex-container .block {
	width: 50%;
	}
/********************************************
■ 開催概要
********************************************/

/********************************************
■ 事前参加登録
********************************************/
#guest h5 {
	font-size: 110%;
	border-left: 7px solid #3e4476;
	padding: 0 0 0 5px;
	margin: 0 0 7px 0;
}

/********************************************
■ page-top
********************************************/
/*------------------------------------------
■ pagetop
------------------------------------------*/
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.curled-box {
	background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  text-align: center;
  height: 100px;
  width: 100px;
}
.curled-box a {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
  line-height: 100px;
}
.curled-box a:hover {
	color: #fd8b05;
}
/*-------------------------------------------
問合せ
-------------------------------------------*/
#application　.contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}

#application .contact-form .form-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
#application .contact-form .form-group label {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin: 20px 0 0;
	text-align: left;
	width: 25%;
}
#application .contact-form .form-group .borm_box {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 20px 10px;
	margin: 20px 0 0;
	text-align: left;
	width: 100%;
}
#application .square_btn {
	font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 3px 20px;
	margin-bottom: 16px;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

#application .form-group .form-control {
	padding: 7px 12px;
	border: none;
	-moz-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.1) inset;
}
#application textarea#message {
	resize: none;
	padding: 10px;
	width: 100%;
}
#application .contact-wrap {
	margin-top: 20px;
}
#application form {
	margin-top: 40px;
}
#application .number {
	width: 180px;
}
#application input[type="submit"] {
	margin: 0 auto;
	background: #b61c26;
}
#application input[type="reset"] {
	margin: 0 auto;
	background: #999;
}
#application input[type="button"] {
	margin: 0 auto;
	background: #999;
}
#application input {
	color: #666;
}
#application .w-100 {
	width: 100%;
}
#application .w-70 {
	width: 70%;
}
@media screen and (max-width: 480px) {
#application .w-70 {
	width: 100%;
}
}
#application .w-40 {
	width: 40%;
}
@media screen and (max-width: 480px) {
#application .w-40 {
	width: 100%;
}
}
#application .btn_wrap {
	margin-top:30px;
	width: 100%;
	text-align: center;
}
#application .btn-primary {
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
#application .btn-primary:hover {
	background: #111;
}



/*追加*/
.sankahi {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border: 1px solid #ccc;
}
.sankahi th {
padding: 10px;
font-weight: bold;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #0099e3;
color: #ffffff;
}


.mb_100 {
	margin-bottom: 100px !important;
}

.box {
	width: 100%;
}

.akasakamap {
	object-fit: contain;
}

.cle-l {
	clear: left;
}

.yokonarabi dl {
	float: left;
}
.yokonarabi dt {
	width: 55px;
	float: left;
	font-weight:bold;
	font-size: 140%;

}
.yokonarabi dd {
	margin-left: 0px;

}

.yokonarabi a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.program_img img {
	max-width: 98%;
}


.button4 {
	display: inline-block;
	width: 180px;
	padding: 2px 20px 0px !important;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color:#FFFCEB;	
	border: 2px solid #F9A906;
	color:#073AD7;
	overflow: hidden;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
	/*box-shadow: inset 0 1px 7px rgba(62,83,128,1);*/
}

.button4 a {
	color: #505050;
	font-size: 16px;
	
}


.button5 {
    display: inline-block;
	width: ;
    padding: 2px 20px 0px !important;
    margin-bottom: 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    background-color: #CBE3AF;
    color: #000000;
    overflow: hidden;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);	/*box-shadow: inset 0 1px 7px rgba(62,83,128,1);*/
}

.button4 a {
	color: #505050;
	font-size: 16px;
	
}



/*お知らせ*/

ul.oshirase{
  list-style: none;
  margin: 0;
  padding: 0;
}
.osirase .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.osirase .item:first-child a{
  border-top: 1px solid #CCC;
}
.osirase .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 14px;
  color: #2C2C2C;
  padding: 0 30px 0 10;
}
.osirase .item .title{
	padding: 0 0 0 30px;
  margin: 0;
  width: 100%;
}
.osirase .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.osirase .item a{
  flex-wrap: wrap;
}
.osirase .item .date{
  min-width: 100px;
}
/*.osirase .item .title{
  margin-top: 10px;
}*/

	
.clear{
	clear: both;
	}
	
	
	
	
	
	

		

	
	
	
	
	
	
