@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :第25回日本摂食嚥下リハビリテーション学会学術大会
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/*----------ノートただのボーダー----------*/
.b_note {
	margin: 0 10px;
	padding: 20px;
	border: 1px solid #CCC;
}

.b_note ul li {
	margin-bottom: .3em !important;
}

/*---------FAQ----------*/
.faq_v01 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 97%;
	margin: 10px 0 10px 3% !important;
	padding: 16px;
	background-color: #EEE;
	font-size: .9rem;
	box-sizing: border-box;
}

.faq_v01 dt {
	width: 4%;
	margin: 0 0 5px;
}

body.subject .faq_v01 dt:nth-of-type(1),
body.subject_specify .faq_v01 dt:nth-of-type(1) {
	font-size: 1rem;
	font-weight: 700;
	color: #CE476F;	
}

.faq_v01 dd {
	width: 93%;
	margin: 0 0 5px;
}

body.subject .faq_v01 dd:nth-of-type(1),
body.subject_specify .faq_v01 dd:nth-of-type(1) {
	font-weight: 700;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btn {
	position: relative;
 	display: inline-block;
	width: 210px;
	/* height: 30px; */
	margin: 10px 0;
 	padding: 15px 45px !important;
	border: none !important;
	color: #FFF;
 	text-align: center;
 	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 400;
	box-shadow: 0 10px 4px -6px rgba(0, 0, 0, .22);	
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;	
	letter-spacing: .5px;
}

.btn:link, 
.btn:visited,
.btn:hover {
	color: #FFF !important;
}

.btn::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #FFF;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;		
}

.btn:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}

.btn:active {
	top: 3px;
	box-shadow: none;
}

.btn.btn_s {
	width: 170px;
}

.btn.pink {
	background-color: #CE476F;
}

.btn.pink.pale {
	background-color: #D66485;
}

.btn.green {
	background-color: #2E7586;
}

.btn.green.pale {
	background-color: #3B94AA;
}

.btn.dark {
	background-color: #25445D;
}

.btn.gray {
	background-color: #666;
}

.btn.gray:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.btn.gray:active {
	top: 0;
	box-shadow: 0 10px 4px -6px rgba(0, 0, 0, .22);		
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.topBody .top_cont {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;
	margin: 45px 15px 50px;
}

/*---------- 新着情報 ----------*/
.topBody .update {
	width: 54%;
	margin: 0 auto;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.topBody .update h2 {
	margin: 0 auto;
	padding: 20px;
	background-color: #25445D;
	border: none;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 500;
	color: #FFF;	
}

.topBody .update h2::before, 
.topBody .update h2::after {
	display: none;
}

.topBody .update .TextArea {
	width: auto;
	min-height: 336px;
	height: 336px !important;
	margin: 0 auto;
	padding: 20px 10px 20px 20px;
	background-color: #ECECEC;
	border: none;
}

.topBody .update table {
	display: block;
	overflow: auto;
	width: 100%;
	min-width: 100%;	
	height: 290px;
	border-collapse: collapse;
}

.topBody .update table tbody {
	overflow-y: scroll;
	width: 100%;
}

.topBody .update table tr {
	border-bottom: 1px solid #CCC;
}

.topBody .update table th {
	display: block;
	padding: 0;
	width: 100%;
	text-align: left;
	font-size: .9rem;
	font-weight: 600;
	box-sizing: border-box;
}

.topBody .update table tr:not(:first-of-type) th {
	margin: 10px 0 0;	
}

.topBody .update table td {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	font-size: .9rem;	
	box-sizing: border-box;
}

.topBody .update table::-webkit-scrollbar {
	width: 5px;
}
 
.topBody .update table::-webkit-scrollbar-track {
	background: #FFF;
}

.topBody .update table::-webkit-scrollbar-thumb {
	background: #8C8C8C;
}

/*---------- facebook ----------*/
.topBody .area_fb {
	width: 46%;
	margin: 0 auto;
	text-align: center;
}

/*----------------------------------------------------
	大会長挨拶
----------------------------------------------------*/
.greeting_visual {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	margin: 20px auto 20px;
	padding: 0 0 20px;
	border-bottom: 3px solid #CCC;
}

.greeting_sign {
	padding: 0 15px;
	font-size: 1rem;
	font-weight: 500;
}

.greeting_name {
	font-size: 1.75rem;
	font-weight: 500;
}

.greeting_aff {
	display: block;
	font-size: .9rem;
	font-weight: 400;
	color: #666;
}

/*----------------------------------------------------
	プログラム
----------------------------------------------------*/
.pro_item {
	margin: 0 0 40px;
}

.pro_item .pro_ttl {
	position: relative;
	padding: 10px 20px;
	background-color: #E9D4AA;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	color: #2E2E2E;
	letter-spacing: .5px;
}

.pro_item:nth-of-type(odd) .pro_ttl {
	background-color: #B1D6C6;
}

.pro_item .pro_ttl .label_unit {
	margin: 0 0 0 13px;
	padding: 3px 10px;
	background-color: rgba(206,71,111,.9);
	vertical-align: middle;
	font-size: .9rem;
	font-weight: 400;
	color: #FFF;
	border-radius: 3px;
}

.pro_item .pro_ttl .date {
	position: absolute;
	display: block;
	top: 13px;
	right: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
}

.pro_item .pro_ttl .date::before {
	content: "\f017"; /* clock */
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.pro_item .pro_ttl .name {	
	padding: 0 0 0 3px;
	font-size: .95rem;
	font-weight: 500;
	letter-spacing: 0;	
}

.pro_item .pro_ttl .name:nth-of-type(1) {
	padding-top: 4px;
}

.pro_item .pro_ttl .part {
	padding: 0 .8em 0 0;
	font-size: .8rem;
}

.pro_item .pro_ttl .aff {
	padding: 0 0 0 .8em;	
	font-size: .8rem;
	font-weight: 400;
}

.pro_item .pro_cont {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	padding: 0 16px 0 24px;
	background-color: #F8F1E4;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px RGBa(0, 0, 0, .1);
	-moz-box-shadow: 0 3px RGBa(0, 0, 0, .1);
	-ms-box-shadow: 0 3px RGBa(0, 0, 0, .1);
	box-shadow: 0 3px RGBa(0, 0, 0, .1);
}

.pro_item:nth-of-type(odd) .pro_cont {
	background-color: #EDF6F2;
}

.pro_item .pro_cont .pro_img {
	width: 20%;
	padding: 16px 0;
	box-sizing: border-box;
}

.pro_item .pro_cont .pro_img img {
	-webkit-box-shadow: 3px 3px RGBa(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px RGBa(0, 0, 0, .2);
	-ms-box-shadow: 3px 3px RGBa(0, 0, 0, .2);
	box-shadow: 3px 3px RGBa(0, 0, 0, .2);
}

.pro_item .pro_cont .pro_img img:not(:only-of-type) {
	margin: 0 0 10px;
}

.pro_item .pro_cont .pro_txt {
	position: relative;
	width: 80%;
	padding: 16px 0;
	box-sizing: border-box;	
}

.pro_item .pro_cont.only_txt .pro_txt {
	width: 100%;
}

.pro_item .pro_cont .pro_txt.c-img__thankyou::after {
	position: absolute;
	content: url("../img/contents/img_thankyou.png");
	top: 5px;
	right: -13px;
}

.pro_item .pro_cont .date {
	text-align: right;
	font-size: .9rem;
	font-weight: 500;
}

.pro_item .pro_cont .date::before {
	content: "\f017"; /* clock*/
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.pro_item .pro_cont .presen_ttl {
	margin: 0 0 5px;		
	padding: 5px 0 0 1em;
	text-indent: -1em;
	font-size: 1.15rem;
	font-weight: 500;	
}

.pro_item:nth-of-type(odd) .pro_cont .presen_ttl {
	color: #012C1E;
}

.pro_item:nth-of-type(even) .pro_cont .presen_ttl {
	color: #3A2B00;
}

.pro_item .pro_cont .name {
	padding: 0 0 0 19px;
	font-size: 1.1rem;
	font-weight: 500;
}

.pro_item .pro_cont .part {
	padding: 0 1em 0 0;
	font-size: .9rem;
}

.pro_item .pro_cont .aff {
	padding: 0 0 0 20px;	
	font-size: .9rem;
}

.pro_item .pro_cont .pro_txt .aff:not(:last-of-type) {
	margin-bottom: 5px;
}

.pro_item .pro_cont .pro_txt .label_unit {
	margin: 0 0 0 13px;
	padding: 2px 13px;
	border: 1px solid #999;
	vertical-align: middle;
	font-size: .85rem;
	font-weight: 500;
	color: #3C3C3C;
}

.pro_item .pro_cont .notes {
	padding: 0 0 0 20px;	
	font-size: .95rem;
	font-weight: 700;
	color: #BE325C;
}

.pro_item .pro_cont .pro_txt .pro_form {
	position: absolute;	
	bottom: 12%;
	right: 0;
	text-align: center;
	font-size: .95rem;
	font-weight: 700;
	color: #BE325C;
}

.pro_item .pro_cont .pro_txt .pro_form .linkBtn_01 {
	position: relative;
	display: block;
	width: 135px;
	height: 34px;
	margin: 0 auto;
 	padding: 0;
	background-color: #CE476F;
	border: 1px solid #CE476F;
 	text-align: center;
 	text-decoration: none;
	font-size: .85rem;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	box-sizing: border-box;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;		
}

.pro_item .pro_cont:not(:last-of-type) .pro_img,
.pro_item .pro_cont:not(:last-of-type) .pro_txt {
	border-bottom: 1px solid RGBa(0, 0, 0, .2);
}

/*---------- 番号あり ----------*/
.pro_item.num_list .pro_cont .presen_ttl,
.pro_item.num_list .pro_cont .presen_ttl {
	margin-left: -.5em;
	padding-left: 1.85em;
	text-indent: -1.85em;
}

.pro_item.num_list .pro_cont .name{
	padding-left: 25px;
}

.pro_item.num_list .pro_cont .aff {
	padding-left: 26px;
}

/*----------------------------------------------------
	演題登録
----------------------------------------------------*/
/*---------- table 発表分類 ----------*/
.table_01.presen_class {
	width: 97%;
	margin: 0 0 30px 3% !important;
}

.table_01.presen_class thead th {
	padding: 10px 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #25445D;
}

.table_01.presen_class tbody tr {
	border-bottom: 1px solid #FFF;
}

.table_01.presen_class tbody td {
	padding: 10px;
}

.table_01.presen_class tbody td:nth-of-type(odd) {
	width: 8.5%;
	background-color: #25445D;
	text-align: center;
	color: #FFF;
}

.table_01.presen_class tbody td:nth-of-type(even) {
	width: 40%;
	background-color: #EEE;
}

.table_01.presen_class tbody td:nth-of-type(2) {
	border-right: 2px solid #FFF;
}

.table_01.presen_class:nth-of-type(2) thead th {
	color: #1C4643;	
}

.table_01.presen_class:nth-of-type(2) tbody td:nth-of-type(odd) {
	background-color: #1C4643;	
}

/*---------- UMIN ----------*/
.umin_link {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	margin: 15px 0 30px;
}

.umin_link .btn {
	width: 240px;
	margin: 0 15px;
 	padding: 15px !important;
}

/*----------------------------------------------------
	指定演題登録
----------------------------------------------------*/
body.subject_specify .table_01.presen_class {
	width: 60%;
}

body.subject_specify .table_01.presen_class tbody td:nth-of-type(odd) {
	width: 8.5%;
}

body.subject_specify .table_01.presen_class tbody td:nth-of-type(even) {
	width: 91.5%;
}

/*----------------------------------------------------
	参加登録
----------------------------------------------------*/
.table_03.deadline {
	width: 100%;
}

.table_03.deadline th {
	width: 28%;
	background-color: #CE476F;
	font-size: 1rem;
	color: #FFF;
}

.table_03.deadline td {
	padding: 15px 25px;
	background-color: #F9EAEE;
	vertical-align: middle;
	color: #444;
}

.table_03.deadline td strong {
	font-size: 1.4rem;
	font-weight: 500;
}

/*---------- 参加費 ----------*/
table.join_charge {
    width: 100%;
}

table.join_charge th, 
table.join_charge td {
	padding: 10px;
	border: 1px solid #BBB;
}

table.join_charge thead th {
	background-color: #666;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}
/*
table.join_charge thead th:nth-last-of-type(2) {
	background-color: #CE476F;
}
*/
table.join_charge thead th:last-of-type {
	background-color: #25445D;
}

table.join_charge tbody th {
	background-color: #DDD;	
	text-align: center;
	vertical-align: middle;
	font-weight: 700;	
	line-height: 1.3;	
}

table.join_charge td {
	text-align: right;
}
/*
table.join_charge td:nth-last-of-type(2) {
	background-color: #F9EAEE;
	font-weight: 700;
	color: #7C1642;
}
*/
table.join_charge td:last-of-type {
	background-color: #ECF2F7;
	font-weight: 500;
	color: #333;
}

table.join_charge td.sort {
	background-color: #EEE;	
	text-align: center;
	vertical-align: middle;	
	font-weight: 500;
}

table.join_charge th .small,
table.join_charge td .small {
	display: block;
	font-size: .85rem;
	line-height: 1.4;
}

table.join_charge td:nth-last-of-type(2) .small,
table.join_charge td:last-of-type .small {
	font-weight: 400;
	color: #444;
}

/*----------------------------------------------------
	ワークショップ「よりよい退院前カンファレンスのために」
----------------------------------------------------*/
body.workshop_conference table th,
body.workshop_conference table td {
	padding: 35px 10px;
}

body.workshop_conference table tr:nth-of-type(3n+1) th {
	color: #CE476F;
}

body.workshop_conference table tr:nth-of-type(3n+2) th {
	color: #276473;
}

body.workshop_conference table tr:nth-of-type(3n+3) th {
	color: #25445D;
}

body.workshop_conference table td {
	text-align: center;
	vertical-align: middle;	
}

body.workshop_conference table td .btn {
	margin: 0;
 	padding: 10px 15px !important;
	font-size: .9rem;
	font-weight: 400;
}

/*----------------------------------------------------
	ランチョンセミナー
----------------------------------------------------*/
body.luncheon_seminar .pro_item .pro_ttl .c-right-cap {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	font-size: 1rem;
	font-weight: 500;
}

body.luncheon_seminar .pro_item .pro_cont .pro_txt {
	width: 100%;
}

/*----------------------------------------------------
	ポストコングレスセミナー
----------------------------------------------------*/
body.postcongress_seminar .pro_item .pro_ttl {
	padding: 24px 16px;
}

body.postcongress_seminar .pro_item .pro_cont .pro_txt.c-img__thankyou::after {
	top: -120px;
}

/*----------------------------------------------------
	関連リンク
----------------------------------------------------*/
.link_cont {
	margin: 56px 48px;
	padding: 24px;
	border: 2px solid #CCC;
	text-align: center;
	box-sizing: border-box;
}

.link_cont a {
	border: 0 !important;
	text-decoration: none;
	color: #444;
}

.link_cont.column_01 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;
	position: relative;	
}

.link_cont .link_cont_img {
	margin: 0 auto 4px;
}

.link_cont .link_cont_txt {
	margin: 0 auto 4px;
	font-weight: 500;
}

.link_cont .linkBtn_01 {
	position: relative;
 	display: block;
	width: 160px;
	height: 34px;
	margin: 16px auto 0;
 	padding: 0;
	background-color: #25445D;
	border: 1px solid #25445D;
 	text-align: center;
 	text-decoration: none;
	font-size: .85rem;
	line-height: 30px;
	color: #FFF;
	box-sizing: border-box;	
}

.link_cont a:hover .link_cont_img,
.link_cont a:hover .link_cont_txt,
.link_cont a:hover .linkBtn_01 {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  zoom: 1;
}

.link_cont a:hover .link_cont_txt {
	color: #444;
}

/*----------------------------------------------------
	託児所
----------------------------------------------------*/
body.nursery .b_note {
	padding: 30px 20px;
}

body.nursery .u-arrow {
	margin: 0 auto;
	text-align: center;
	color: #999;
}

/*----------------------------------------------------
	研修会
----------------------------------------------------*/
.table_01.ws_prg {
	width: 97%;
	margin: 0 0 30px 3% !important;
	font-size: .9rem;
}

.table_01.ws_prg tbody tr {
	border-bottom: 1px solid #FFF;
}

.table_01.ws_prg tbody td {
	padding: 10px;
	border: 1px solid #CCC;
}

.table_01.ws_prg tbody td:first-of-type {
	background-color: #A0CDBA;
	border: 1px solid #A0CDBA;	
	text-align: center;
	color: #222;
}

.table_01.ws_prg tbody tr:not(:last-of-type) td:first-of-type {
	border-bottom: 1px solid #F5F5F5;
}

.table_01.ws_prg tbody td ul li {
	margin-bottom: 0 !important;
}

/*----------------------------------------------------
	広告・チラシ ダウンロード
----------------------------------------------------*/
body.ad_dl .dl_area {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;	
	justify-content: space-between;
	margin: 0 0 32px;
}

body.ad_dl .dl_area:first-of-type {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.ad_dl .dl_area .dl_box {
	width: 48%;
	min-height: 180px;
	margin: 0 0 10px;
	padding: 0 0 18px;
	background-color: #F9EBE5;
}

body.ad_dl .dl_area:first-of-type .dl_box {
	background-color: #F9EAEC;
}

body.ad_dl .dl_area .dl_box a {
	text-decoration: none;
}

body.ad_dl .dl_area .dl_box .dl_col:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
  zoom: 1;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;			
}

body.ad_dl .dl_area .dl_box .dl_ttl {
	margin: 0 0 18px;
	padding: 8px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #C37239;
	color: #FFF;
	letter-spacing: .5px;
}

body.ad_dl .dl_area:first-of-type .dl_box .dl_ttl {
	background-color: #C33945;
	color: #FFF;
}

body.ad_dl .dl_area .dl_box .dl_img {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;	
	-moz-align-items: center;
	align-items: center;	
	width: 100%;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}

body.ad_dl .dl_area .dl_box .dl_img img {
	margin: 0 0 10px;
}

body.ad_dl .dl_area .dl_box .linkBtn_01 {
	position: relative;
 	display: block;
	width: 160px;
	height: 34px;
	margin: 10px auto;
 	padding: 0;
	background-color: #444;
	border: 1px solid #444;
 	text-align: center;
 	text-decoration: none;
	font-size: .85rem;
	line-height: 30px;
	color: #FFF;
	box-sizing: border-box;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;		
}

body.ad_dl .dl_area .dl_box .dl_notes {
	display: block;
	text-align: center;
	font-size: .85rem;
	color: #666;
}

/*----------------------------------------------------
	共通：問い合わせ先
----------------------------------------------------*/
.main_contact {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 30px auto;
}

.main_contact .office_area {
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
}

.main_contact .office_area_in {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;		
	padding: 20px;
	background-color: #ECECEC;
}

.main_contact .office_area_in .office_ttl {
	width: 20%;
	text-align: center;	
	font-weight: 700;
	letter-spacing: 1px;
}

.main_contact .office_area_in .office_addr {
	width: 80%;
	padding: 0 20px;
	border-left: 1px solid #AAA;
	font-weight: 500;
	box-sizing: border-box;
}

.main_contact .office_area_in .office_addr a {
	color: #222;
}

.main_contact .office_area_in .office_addr a:hover {
	color: #CE476F;
}

/* -----------------------------------------------------------
	ただいま、準備中です
----------------------------------------------------------- */
.tbd_cont {
	margin: 0 30px;
	padding: 50px 10px;
	background-color: #EEE;
	text-align: center;	
}

.tbd_cont .tbd_cont_txt {
	font-size: 1.7rem;
	font-weight: 500;
}

.tbd_cont .tbd_cont_txt_sub {
	margin: 0 0 20px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #888;	
}