@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :日本歯科基礎医学会
 style info :コンテンツエリア関係 他
 
各ページのCSS

=================================================================== */

/* ===================================================================

共通

=================================================================== */

/* テーブル */

.table_01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
}

.table_01 td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
}

.table_01 td.first {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}

.table_01 .title {
	border-bottom: 0;
	text-align: left;
	background-color: #38B48B;
	color: #FFF;
}

/*　トップメニュー　*/

.contents_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.contents_menu div {
	flex-basis: 45%;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.contents_menu div a {
	display: inline-block;
	width: 100%;
	height: 90px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 90px;
	outline: none;
}


.contents_menu div a::before,
.contents_menu div a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.contents_menu div a,
.contents_menu div a::before,
.contents_menu div a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_menu div a {
	background-color: #148fcb;
	border: 2px solid #148fcb;
	color: #fff !important;
	font-weight: bold;
	line-height: 90px;
}

.contents_menu div a:hover {
	background-color: #fff;
	border-color: #3aace9;
	color: #148fcb !important;
}



/* ===================================================================

トップページ

=================================================================== */

.topBody .alert {
	position: relative;
	margin: 25px 15px;
	border: 2px solid #DC5D6F;
	text-align: center;
}

.topBody .alert:hover {
	background-color: #fbeef0;
}

.topBody .alert a {
	display: block;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #d7485c;
	box-sizing: border-box;
}

.topBody .alert a .alertin_btn {
	display: block;
	margin: 8px auto 0;
	padding-top: 2px;
	width: 200px;
	height: 27px;
	background-color: #d7485c;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	box-sizing: border-box;
}

.topBody .alert2 {
	width: 360px;
	height: 100px;
	border: 2px solid #DC5D6F;
	text-align: center;
}

.topBody .alert2:hover {
	background-color: #fbeef0;
}

.topBody .alert2 a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #d7485c;
	box-sizing: border-box;
}

.topBody .alert2 a .alertin_btn {
	display: block;
	margin: 8px auto 0;
	padding-top: 2px;
	width: 220px;
	height: 27px;
	background-color: #d7485c;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	box-sizing: border-box;
}

/* -----------------------------------------------------------
	.alert3
		アラート追加
----------------------------------------------------------- */
.alert3 {
	position: relative;
	overflow: hidden;	
	width: 980px;
	margin-bottom: 5em;
}

	/* ウィンドウ幅が0〜1024pxの場合に適用するCSS */
	@media screen and (max-width:1024px) {
	.alert3 {
		width: auto;
		padding: 0 10px;
	}
	}

.alert3 .alert-in {
	width: 100%;
	background-color: #fbeef0;
	border: 2px solid #d7485c;
	border-radius: 3px;
	box-sizing: border-box;
}

.alert3 .alert-in a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
}

.alert3 .alert-in a:hover {
	background-color: #d7485c;
}

.alert3 .alert-in a .alert-in_text {
	width: auto;
	color: #d7485c;
	padding: 0;
	letter-spacing: 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
}

	/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
	@media screen and (max-width:479px){
	.alert3 .alert-in a .alert-in_text {
		font-size: 100%;
	}
	}

.alert3 .alert-in a .alert-in_text i {
	padding:0px;
	margin:0px;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	position:relative;
	padding-left:20px;
}


.alert3 .alert-in a .alert-in_text i::before,	
.alert3 .alert-in a .alert-in_text i::after{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#d7485c; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.alert3 .alert-in a .alert-in_text i:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}


.alert3 .alert-in a:hover .alert-in_text {
	color: #FFF;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;	
}







/*　新着情報　*/

#whatsnew {
	margin-top: 0;
	margin-bottom: 3em;
	padding: 10px;
	/*border: 1px solid #bbb;*/
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#whatsnew .info {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	display: flex;
}

#whatsnew .info .day {
	flex-basis: 15%;
	margin-bottom: 10px;
}

#whatsnew .info .con {
	flex-basis: 85%;
	margin-bottom: 10px;
}

#whatsnew .info .con p:last-child {
	margin-bottom: 0;
}

#whatsnew .news {
	margin-bottom: 10px;
}

#whatsnew .news .cat {
	margin: 20px 0 10px 0;
	padding: 5px;
	width: 40%;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



#whatsnew .news .jaob {
	background-color: #148fcb;
}

#whatsnew .news .society {
	background-color: #CB190A;
}

#whatsnew .news .other {
	background-color: #5CCB0A;
}

#whatsnew .news .jaob:before,
#whatsnew .news .society:before,
#whatsnew .news .other:before {
	content: "● ";
}

#whatsnew .news .con {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

#whatsnew .news .con:before {
	content: "・ ";
}

#whatsnew a {
	text-decoration: none;
}

.whatsnew_end {
	margin-bottom: 20px;
	text-align: right;

}



/* 過去の新着情報へのボタン　*/

#whatsnew .btn {
	text-align: right;
}

/* 　class名一時変更　*/
#whatsnew .info22 {
	position: relative;
	display: inline-block;
	padding: .8em 2.5em;
	margin-top: 20px;
	border: 1px solid #21609A;
	color: #fff;
	background-color: #21609A;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

#whatsnew .info22::after {
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
}

#whatsnew .info22:hover {
	background-color: #1A4C7B;
}

#whatsnew .info22:hover::after {
	right: -.2em;
}




/* ===================================================================

学会紹介

=================================================================== */

/*　沿革　*/

.chronology {
	list-style-type: none;
}

.chronology li {
	margin-bottom: 60px;
	display: block;
	padding-left: 10px;
}

/* for Desktop */
@media (min-width : 640px) {
	.chronology li {
		overflow: hidden;
		margin: 0;
		position: relative;
	}

	.chronology-date {
		width: 140px;
		float: left;
		margin-top: 0px;
		padding-right: 10px;
	}

	.chronology-content {
		width: 70%;
		float: left;
		border-left: 3px #e5e5d1 solid;
		padding-left: 30px;
		margin-top: 0px;
	}

	.chronology-content:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #38B48B;
		position: absolute;
		left: 156px;
		top: 4px;
		border-radius: 100%;
	}
}

/*　定款　*/

#rules .chapter {
	font-size: 16px;
	text-align: center;
	padding-top: 40px;
}

#rules .title {
	text-align: left;
}

.rule_heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
}

#rules .fee {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
}

#rules .fee td {
	width: 100px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
}

#rules .fee td.first {
	width: 55px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}

#rules .fee td.second {
	width: 150px;
}


/*　会員・役員　テーブル　*/

.officer_list {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
}

.officer_list td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
}

.officer_list td.first {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}

.officer_list .title {
	border-bottom: 0;
	text-align: left;
	background-color: #38B48B;
	color: #FFF;
}

/*　名誉会員リスト　*/

.honor {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.honor ul {
	list-style-type: none;
	padding: 10px 0 30px 0;
}

.honor ul li {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

/*　理事リスト　*/

.director_list {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
}

.director_list td {
	padding: 7px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: none;
}

.director_list .title {
	border-bottom: 0;
	text-align: left;
	background-color: #38B48B;
	border: none;
	color: #FFF;
}


/* ===================================================================

認定医・専門医一覧

=================================================================== */

/* トップ　メニュー */

div.list_menu ul {
	display: -webkit-box;
	/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;
	/* iOS8以前Safari用 */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

div.list_menu ul li {
	list-style-type: none;
	margin-left: 0;
	width: 25%;
}

div.list_menu ul li a {
	margin: 15px;
	background: #FBFBFB;
	color: #333;
	display: block;
	padding: 20px 10px 56px 10px;
	text-decoration: none;
	border: 1px solid #CCC;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.list_menu ul li.hokkai_tohoku a {
	background: url(../img/list/hokkai_tohoku.png) no-repeat right;
}

div.list_menu ul li.kanto a {
	padding: 20px 15px 33px 15px;
	background: url(../img/list/kanto.png) no-repeat right;
}

div.list_menu ul li.tokyo a {
	background: url(../img/list/tokyo.png) no-repeat right;
}

div.list_menu ul li.shin_hoku a {
	background: url(../img/list/shin_hoku.png) no-repeat right;
}

div.list_menu ul li.tokai a {
	background: url(../img/list/tokai.png) no-repeat right;
}

div.list_menu ul li.kinki a {
	background: url(../img/list/kinki.png) no-repeat right;
}

div.list_menu ul li.cyu_shikoku a {
	background: url(../img/list/cyu_shikoku.png) no-repeat right;
}

div.list_menu ul li.kyu_oki a {
	background: url(../img/list/kyu_oki.png) no-repeat right;
}

div.list_menu ul li a:hover {
	/*background-color: #F7F7F7;	*/
	/*	background-image: none;	*/
	color: #666;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.list_menu ul li.hokkai_tohoku a:hover {
	background-color: #D7EAF2;
	/*	background-image: none;	*/
	/*	border: 1px solid #EEE;	*/
}

div.list_menu ul li.kanto a:hover {
	padding: 20px 15px 33px 15px;
	background-color: #FFEEBA;
	/*	background-image: none;	*/
	/*	border: 1px solid #FFD653;	*/
}

div.list_menu ul li.tokyo a:hover {
	background-color: #F9CCC7;
	/*	background-image: none; */
	/*	border: 1px solid #F18074;	*/
}

div.list_menu ul li.shin_hoku a:hover {
	background-color: #E3C9DF;
	/*	background-image: none; */
	/*	border: 1px solid #BA79B1;	*/
}

div.list_menu ul li.tokai a:hover {
	background-color: #AFE1D0;
	/*	background-image: none; */
	/*	border: 1px solid #38B48B;	*/
}

div.list_menu ul li.kinki a:hover {
	background-color: #FDDDB8;
	/*	background-image: none; */
	/*	border: 1px solid #FBAB4E;	*/
}

div.list_menu ul li.cyu_shikoku a:hover {
	background-color: #A6BFD6;
	/*	background-image: none; */
	/*	border: 1px solid #21609A;	*/
}

div.list_menu ul li.kyu_oki a:hover {
	background-color: #F8CFE1;
	/*	background-image: none; */
	/*	border: 1px solid #EE87B4;	*/
}

div.list_menu ul li a strong {
	display: block;
	font-size: 16px;
	/*	padding-bottom: 13px;	*/
	font-weight: bold;
}




/* ===================================================================

学術大会案内

=================================================================== */

/* 学術大会　テーブル */


.meet_list {
	display: block;
	overflow: auto;
	width: 730px;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 40px;
	font-size: 14px;
}

.meet_list a {
	color: #555;
}

.meet_list a:hover {
	text-decoration: none;
	color: #6FAAC4;
}

/*
.meet_list th,
.meet_list td,
.meet_list tr {}*/

.meet_list tr {
	border-bottom: 2px solid #FFF;
}

.meet_list tr:nth-child(2n+1) {
	background-color: #F0F0F0;
}

.meet_list tr:nth-child(2n) {
	background-color: #FCFCFC;
}

.meet_list th {
	background-color: #38B48B;
	color: #FFF;
	padding: 5px 5px;
	text-align: center;
	border: 0;
}

.meet_list td {
	color: #555;
	padding: 5px 5px;
	border-right: 1px solid #FFF;
	border-left: 0;
}

/* ===================================================================

表彰事業

=================================================================== */

hr.award_voice {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
	display: block;
	border-top: #666 dotted 1px;
	margin: 2em 0;
}



/* ===================================================================

分野

=================================================================== */

.field p {
	margin-bottom: 1em;
}


/* ===================================================================

サイトマップ

=================================================================== */

.sitemap ul.sitemap_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.sitemap ul.sitemap_list li {
	flex-basis: 20%;
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 10px 0px 10px 0.5em !important;
	position: relative;
	padding-left: 20px;
}

.sitemap ul.sitemap_list li::before {
	content: '';
	display: block;
	position: absolute;
	box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
	top: 5px;
	left: 2px;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #3aace9;
}





/*2026リニューアル　追加事項*/

.eyecatch2026 {
	width: auto;
	text-align: center;
}

/* -----------------------------------------------------------
	.bxslider
		スライド
----------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	zoom: 1;
}

.bx-wrapper img {
	display: block;
	max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff; */

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	background: url(../img/contents/top/bx_loader.gif) center center no-repeat #fff;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #0073BE;
	bottom: -28px;
    display: flex;
    justify-content: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #CCC;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0073BE;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -15px;
	background: url(../img/contents/top/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -15px;
	background: url(../img/contents/top/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	/*	z-index: 9999;	*/
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;

	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/contents/top/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/contents/top/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*----------　追記　----------*/
.slider {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 300px;
	padding: 0 0 60px;
}


.bx-viewport::before,
.bx-viewport::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	background-color: rgba(255, 255, 255, .5);
	z-index: 1000;
}

.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}

.bx-viewport:before {
	right: 100%;
	left: -100%;
}

.bx-viewport:after {
	left: 100%;
	right: -100%;
}

/*----------最初に縦に表示されてしまう現象を回避----------*/
.bxslider {
	display: none;
}

/*----------スライダーなし（画像一枚の場合）----------*/
.nonbxslider {
	background: url(../img/) bottom no-repeat;
	background-size: cover;
}




.bnr_list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.bnr_list li {
	margin: 0 3em;
}

.bnr_list li img {
	border: 1px solid #999;
}

body {
	background-color: #FBFBFB;
}

#page {
	background: none;
}

.award_table tr.first-child th {
 	border-top: #b2b2b2 1px solid;
}

.award_table th {
	text-align: center;
}

.award_table_first th,.award_table_first td {
	text-align: center;
	font-weight: bold;
} 

.award_table_first .no_wrap {
    white-space: nowrap;
}

.award_table a:link {
	color: #0a75bf;
    cursor: pointer;
    text-decoration: underline;
	font-weight: 500;
}

.award_table a:visited {
	color: #0a75bf;
}



.small {
	font-size: 0.8em;
}


.c-flex {
	display: flex;
	width: 100%;
}

.c-flex_l {
	width: 60%;
}

.c-flex_r {
	width: 40%;
}