@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Buttons
		03. スマホでの表の表示切り替え
		04. リストにフォントオーサム使用
		05. thumbnail
		06. Indent
		07. アプリダウンロードボタン
		08. コンテンツ内タイトル
		09. thumbnailのリンク無効化スタイル
		10. module 追加
		11. 文字列にスラッシュ追加
		12. Vertical Timeline
		13. order_btn
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
#content a {
	text-decoration: none;
}

.content_inner{
	padding:15px 15px;
}

td.hitori{
	color: #00008b;
}

td.ryou {
	color: #008000;
}

td.jitaku {
	color: #ea5506;
}

td.setumei {
	color: #8a2be2;
}

#content table.tbl.vmid th {
	vertical-align: middle;
}

@media (max-width: 768px){
#content table.tbl th.nowrap {
	white-space: nowrap;
}
}

.top_space {
	margin-top: 30px;
}

.g_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
	border-spacing: 1px;
}

.g_nav li{
	display:table-cell;
	text-align:center;
}

.g_nav li a{
	display:block;
}

span.rev_ind {
	display: block;
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

.h3, h3 {
	font-size: 180%;
}

@media (max-width: 768px){
	#content h2 {
		font-size: 160%;
	}
	.h3, h3 {
		font-size: 140%;
	}
}


@media (max-width: 480px){
	#content h2 {
		font-size: 140%;
	}
	.h3, h3 {
		font-size: 130%;
	}
}

#content a {
	overflow-wrap: break-word;
}

div.counter_content {
	counter-reset: titleNum;
}

section.counter {
	counter-increment: titleNum;
}

h9 {
	position: relative;
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0;
	border-bottom: #bebebe solid 1px;
	padding-bottom: 5px;
	display: block;
	padding: 0 0 .5em 2em;
}

h9::before {
	position: absolute;
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	top: 0;
	left: 0;
	content: counter(titleNum);
	width: 30px;
	height: 30px;
	line-height: 28px;
	background-color: #ffee00;
	border-radius: 100%;
	color: #0097cf;
	font-size: .9em;
	text-align: center;
}

@media (max-width: 320px) {
	h9 {
		font-size: 1em;
	}
	
	h9::before {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

.badge {
	margin: 2px;
	white-space: normal;
	display: inline-block;
}

p span.badge.label-outline {
    line-height: 1;
}

#content h2 span.badge {
	padding: 0.2em 0.3em;
}

#content h2 span.badge {
	text-indent: 0;
}

@media (max-width: 768px) {
#content h2 span {
	line-height: 1.5;
}
}






/** 02. Buttons
 **************************************************************** **/
.btn {
	margin:0;
	white-space: normal;
}
.top_btnmenu .btn {
	padding: 8px 5px;
	white-space: normal;
}
.top_btnmenu{
	display: table;
	width: 100%;
}
.top_btnmenu .row_center{
	display: table-cell;
	vertical-align: middle;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px; 
}

.btn {
	margin: 10px 0;
}


/** 03. スマホでの表の表示切り替え
 **************************************************************** **/
#content .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#content .res_table table.tblFull td{
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
#content .res_table table.tblFull td.va_top{
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
}
#content .res_table table.tblFull td.ind_03, #content .res_table table.tblFull th.ind_03 {
		padding-left: 8px;
		text-indent: 0;
		display: table-cell;
	}
@media (max-width: 768px) {
	#content .res_table table.tblFull td.ind_03, #content .res_table table.tblFull th.ind_03 {
		padding-left: 4em;
		text-indent: -3em;
		display: block;
	}
	#content .res_table table.tblFull td, #content .res_table table.tblFull th {
		padding: 8px 4px;
		line-height: 1.5;
		vertical-align: middle;
		text-align: left;
	}
	#content .res_table table.tblFull {
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		background-color: #FFFFFF;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .res_table table.tblFull td.indent {
		background-color: #FFFFFF;
		padding-left: 3.7em;
		padding-right: 1em;
		text-indent: -3.2em;
	}
	#content .res_table table.tblFull td.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent:-2em;
		padding-left:2em;

	}
	#content .res_table table.tblFull th.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent: -2em;
		padding-left: 2em;
	}
	#content table.tblFull th {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		border-top: 0px solid #dcdcdc;
	}
	#content table.tblFull td.td_bottom {
		border-bottom: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull td .td_top {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull tr.tr_top {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td .td_bottom_b {
		border-bottom: 3px solid #dcdcdc;
	}
	.res_table {
		border-collapse: separate;
		border-spacing: 0  20px;
		margin:20px 5px;
	}
	.res_table thead {
		display: none;
	}
	.res_table tr {
		background-color: #f6f6f6;
	}
	.res_table td {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table td.col-6 {
		float: left;
		width: 50%;
	}
	.res_table td.txt-right {
		text-align: right;
	}
	.res_table td:before {
		content: attr(data-title) " ";
	}
	.res_table th {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table th.col-6 {
		float: left;
		width: 50%;
	}
	.res_table th.txt-right {
		text-align: right;
	}
	.res_table th:before {
		content: attr(data-title) " ";
	}
	.res_table .clear {
		clear: both;
	}
}

@media (max-width: 480px) {
	#content table.tblFull td.td_bottom {
		border-bottom: 1.5px solid #dcdcdc; 
	}
}
.res_table .badge {
	text-indent: 0;
}





/** 04. リストにフォントオーサム使用
 **************************************************************** **/
#content .list_check ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}
#content .list_check li {
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
}
#content .list_check li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f046'; /* アイコンのunicode */
	position: absolute;
	left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}






/** 05. thumbnail
 **************************************************************** **/
.topthum-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.topthum-wrap2{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.topthum-wrap.end {
	margin-bottom: 0px;
}
.topthum-wrap h4{
	font-size: 15px;
}
.topthum-wrap h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.topthum-wrap:hover .topthum-hover{
	opacity: 1;
	text-decoration: none;
}
.topthum-label{
	position: absolute;
	top:0;
	left: 0;
	padding: 4px 10px;
	font-size: 13px;
	color:#fff;
	background: #333;
}
.topthum-title {
	position: absolute;
	display: table;
	width:100%;
	height: 100%;
	margin: 0 auto;
}
#content .topthum-wrap2 .topthum-title p{
	font-size: 1.3em;
}

#content .topthum-title p{
	display: table-cell;
	vertical-align:middle;
	font-weight: 600;
	width:100%;
	text-align: center;
	font-size: 1.7em;
	color:#FFFFFF;
	padding: 0 3px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	line-height: 1.3;
}
.topthum-title_slide {
	position: absolute;
	top: 0;
	width:100%;
	height: 50%;
	margin: 0 auto;
}
.topthum-title_slide.hight100 {
	height: 100%;
}
.topthum-title_slide.orangebk {
	background: #ED7D31;
}
.topthum-title_slide.bluebk {
	background: #4472C4;
}
#content .topthum-title_slide.hight100 p{
	top: 35%;
}
#content .topthum-title_slide p{
	position: absolute;
	top: 10%;
	font-weight: 600;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	color: #FFFFFF;
	padding: 0 3px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	line-height: 1.3;
}
#content .topthum-title_slide.hight100 p{
	top: 35%;
}
.topthum-title_slide2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	margin: 0 auto;
}
.topthum-title_slide2.whitebk {
	background: #fff;
}
#content .topthum-title_slide2 p{
	position: absolute;
	top:10%;
	font-weight: 600;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	color:#333;
	padding: 0 3px;
	line-height: 1.3;
}
#content .topthum-title p span.topthum-subtitle {
	display: block;
	padding-top: 3px;
	font-size: 0.6em;
	line-height: 1.3;
}
.topthum-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color: rgba(66,172,194,0.80);
	text-align: center;
	opacity: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .topthum-hover p {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	#content .topthum-title p {
		font-size: 1.4em;
	}
	#content .topthum-wrap2 .topthum-title p{
	font-size: 1em;
	}
	#content .topthum-title p span.topthum-subtitle {
		display: block;
		padding-top: 3px;
		font-size: 0.7em;
		line-height: 1.3;
	}
	#content .topthum-title_slide p {
		font-size: 1.2em;
	}
	#content .topthum-title_slide2 p {
		font-size: 1.2em;
	}
}
@media (max-width: 768px) {
	#content .topthum-title p {
		font-size: 1.3em;
	}
	#content .topthum-wrap2 .topthum-title p{
	font-size: 1.5em;
	}
	#content .topthum-title p span.topthum-subtitle {
	font-size: 0.7em;
	}
	#content .topthum-title_slide p {
		font-size: 1.2em;
	}
	#content .topthum-title_slide p {
		font-size: 1.8em;
	}
	#content .topthum-title_slide2 p {
		font-size: 1.8em;
	}
}
@media (max-width: 480px) {
	#content .topthum-title p{
		font-size: 1.1em;
	}
	#content .topthum-wrap2 .topthum-title p{
	font-size: 1.2em;
	}
	#content .topthum-title p span.topthum-subtitle {
		font-size: 0.6em;
	}
	#content .topthum-title_slide p {
		font-size: 1.2em;
	}
	#content .topthum-title_slide2 p {
		font-size: 1.2em;
	}
}
@media (max-width: 320px){
	#content .topthum-title p {
		font-size: 0.9em;
	}
	#content .topthum-title p span.topthum-subtitle {
		font-size: 0.6em;
	}
	#content .topthum-title_slide p {
		font-size: 1em;
	}
	#content .topthum-title_slide2 p {
		font-size: 1em;
	}
}

/* caption */
.btn-dark {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	background-color: #42ACC2;
	border-color: #42ACC2;
	color: #fff;
	display: block;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	border-width: 2px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 25px 10px 10px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-bottom: 20px;
	margin-top: -15px;
}
span.btn-dark {
	position: relative;
}
span.btn-dark:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 600;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
span.btn-dark:hover {
	background-color: #308A9D;
	color: #fff;
}

.row-center {
    text-align: left;
}
ol {
    padding-inline-start: 20px;
}

/** 06. Indent
 **************************************************************** **/
[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}


[class*="ind"] a.btn { /* セレクタ名の部分一致 */
	text-indent: 0;
}


.ind_005 {
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}


.ind_01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


.ind_012 {
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}


.ind_015 {
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


.ind_02 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}


.ind_025 {
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}


.ind_03 {
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}


#content .res_table table.tblFull td.ind_03 {
	display: table-cell;
	padding-left: 4.6em;
    text-indent: -3.3em;
}

#content .res_table table.tblFull td.ind_04 {
    display: table-cell;
	padding-left: 8px;
    text-indent: 0em;
}

@media (max-width: 768px) {

#content .res_table table.tblFull td.ind_03 {
	display: block;
	padding-left: 4.6em;
    text-indent: -3.3em;
}

#content .res_table table.tblFull td.ind_04 {
	display: block;
	padding-left: 5.6em;
    text-indent: -4.3em;
}
}





/** 07. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:3px solid #eee;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


.appreach:after {
	content: "";
	display: block;
	clear: both;
}


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 22.5%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 50px;
}


@media only screen and (max-width: 786px){
	.appreach {
		margin:20px 0;
	}
	
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 35px;
	}
	
	.appreach__gplink img {
		height: 45px;
	}
}




/** 08. コンテンツ内タイトル
 **************************************************************** **/
.title-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto 20px;
	background: #F19FA1;
	width: 100%;
}

.titleimag-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 40px auto 20px;
}

/* 重ねる文字の基本設定 */
.layer-txt{
	font-family: 'YakuHanJP', "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	margin: 5px 10px;
}
.layer-imgtxt{
	font-family: 'YakuHanJP', "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 10%;
	left: 3%;
}
.layer-txt2{
	color: #fff;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 50%;
	left: 3%;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
	.title-wrap{
	}
	.layer-txt{
		letter-spacing: 0.1rem;
		font-size: 1.8rem;
		font-weight: 600;
		top: 20%;
	}
	.layer-imgtxt{
		font-size: 1.8rem;
		font-weight: 600;
		top: 10%;
	}
	.layer-txt2{
		font-size: 1rem;
		font-weight: 600;
		top: 60%;
	}
}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
	.layer-txt{
	font-size: 1.8rem;
	font-weight: 600;
	}
	.layer-imgtxt{
	font-size: 1.8rem;
	font-weight: 600;
	}
	.layer-txt2{
	font-family:  "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	}
}



/* ----------------------------------------
 * イベントレイアウト
 * ---------------------------------------- */
.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 15px 0;
	border-bottom: #bebebe solid 1px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
.eventdate {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px) {
.eventdate {
	font-size: 17px;
}
}
.eventthumtxt {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 15px;
}




/** 09. thumbnailのリンク無効化スタイル
 **************************************************************** **/
[disabled] .topthum-wrap {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}



/** 10. module 追加
 **************************************************************** **/
.module_inner {
	padding:20px 20px;
}
@media screen and (max-width: 767px){
	.module_inner {
		padding:10px 20px;
	}
}
/* 枠のradius指定 */
.module.r5 {
	border-radius: 5px;
}
.module.r6 {
	border-radius: 6px;
}
.module.r7 {
	border-radius: 7px;
}
.module.r8 {
	border-radius: 8px;
}
.module.r9 {
	border-radius: 9px;
}
.module.r10 {
	border-radius: 10px;
}







/** 11. 文字列にスラッシュ追加
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	font-size: 1.3em;
	color: #3498db;
	margin: 5px 0;
}
@media (max-width: 991px) {
	.slash {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 2.5vw;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 2.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 4.3vw;
		padding: 0px 28px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}





/** 12. Vertical Timeline
 **************************************************************** **/
/*===== Vertical Timeline =====*/
#conference-timeline {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #e6e6e6;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
	display: table;
	font-family: 'YakuHanJP' ,"Roboto", "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #42adc2;
	padding: 15px 23px;
	color: #fff;
	max-width: 30%;
	width: 100%;
	text-align: center;
	margin: 0;
}
#conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 15%;
	background: #42adc2;
	z-index: -1;
}
#conference-timeline .conference-center-line:before {
	content: "";
	position: absolute;
	left: -15px;
	bottom: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #42adc2;
}
#conference-timeline .conference-timeline-content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}
.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 80%;
	width: 100%;
}
.timeline-article .timeline-author {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
	position: relative;
	width: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
	padding: 27px 25px;
}
#content .timeline-article p {
	font-family: 'YakuHanJP' ,"Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	margin: 0 0 0 60px;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
#content .timeline-article ul {
	margin: 0 0 0 60px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
#content .timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 44px;
	top: 10px;
	left: -60px;
	color: #42adc2;
}
.timeline-article .content-left-container {
	float: left;
}
.timeline-article .content-right-container {
	float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
	position: absolute;
	top: 20px;
	font-size: 23px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #fff;
}
.timeline-article .content-left:before {
	content: "\f0da";
	right: -8px;
}
.timeline-article .content-right:before {
	content: "\f0d9";
	left: -8px;
}
.timeline-article .meta-date {
	position: absolute;
	top: 0;
	left: 15.1%;
	width: 62px;
	height: 62px;
	margin-left: -31px;
	color: #fff;
	border-radius: 100%;
	background: #42adc2;
}
.timeline-article .meta-date.non {
	position: absolute;
	top: 25px;
	left: 15.1%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	color: #fff;
	border-radius: 100%;
	background: #42adc2;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
	display: block;
	text-align: center;
	font-weight: 900;
}
.timeline-article .meta-date .date {
	font-size: 30px;
	line-height: 40px;
}
.timeline-article .meta-date .month {
	font-size: 18px;
	line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
	#conference-timeline .timeline-start,
	#conference-timeline .timeline-end {
		margin: 0;
		max-width: 100%;
	}
	#conference-timeline .conference-center-line {
		margin-left: 0;
		left: 30px;
	}
	#conference-timeline .conference-center-line:before {
		content: "";
		position: absolute;
		left: -15px;
		bottom: -16px;
		border: 16px solid transparent;
		border-top: 16px solid #42adc2;
	}
	.timeline-article .meta-date {
		margin-left: 0;
		left: 0px;
	}
	.timeline-article .meta-date.non {
		margin-left: 0;
		left: 23px;
	}
	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 80px;
		min-height: 53px;
	}
	.timeline-article .content-left-container {
		margin-bottom: 20px;
	}
	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 20px;
		min-height: 65px;
	}
	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -8px;
	}
	.timeline-article .content-right:before {
		/* display: none;*/
	}
}
@media only screen and (max-width: 400px) {
	#content .timeline-article p {
		margin: 0;
	}
	#content .timeline-article ul {
		margin: 0px;
		font-size: 14px;
		line-height: 24px;
		position: relative;
	}
	.timeline-article p span.article-number {
		display: none;
	}
}
/*===== // Resonsive Vertical Timeline =====*/




/** 13. order_btn
 **************************************************************** **/

/*追従ボタン*/
#Affix {
	max-width: 400px;
	z-index: 999;
	text-align: center;
	margin: auto;
}


#Affix.affix {
	position: fixed;
	bottom:10px;
}




#Affix a {
	display: none;
}

#Affix.affix a {
	display: block;
}


@media (max-width: 768px) {
.affix {
	padding: 0 20px;
}
}




.order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index:5;
}



.affix-top .order_btn a {
	display: none;
}

#content p.order_btn {
    line-height: 1.2;
}
.order_btn.bottom2 {
	bottom: 200px;
}

.order_btn.bottom3 {
	bottom: 110px;
}
.order_btn a {
	background: rgba(245,104,134,0.90);
	text-decoration: none;
	color: #fff;
	width: 150px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
.order_btn a:hover {
	text-decoration: none;
	background: rgba(220,81,110,0.90);
}
@media (max-width: 768px) {
	.order_btn {
		position: fixed;
		bottom: 260px;
		right: 0px;
		font-size: 0.8em;
	}
	.order_btn.bottom2 {
	bottom: 180px;
	}
	
	.order_btn.bottom3 {
	bottom: 100px;
	}
	.order_btn a {
		background: rgba(245,104,134,0.90);
		text-decoration: none;
		border: 0px solid #fff;
		color: #fff;
		width: 100px;
		height: auto;
		padding: 10px;
		text-align: center;
		display: block;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px 0 0 10px;
	}
	.order_btn a:hover {
		text-decoration: none;
		background: rgba(220,81,110,0.90);
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}


/* ----------------------------------------
 * ボタンの追加
 * ---------------------------------------- */

#content a.link_aqua {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    text-decoration: none;
    color: #fff;
    background: #42adc2;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
	margin: 5px;
		-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	}
#content a.link_aqua.non {
    opacity: 0.5;
	}
#content a.link_aqua:hover{
	opacity: 0.5;
}




#content .btn.btn-sumai {
	background: #4083BC;
	border-color: #4083BC;
	color: #FFFFFF;
}

#content .btn.btn-sumai:hover {
	background: #5b88d1;
	border-color: #5b88d1;
	color: #FFFFFF;
}

#content .btn.btn-seikatsu {
	background: #CB61FF;
	border-color: #CB61FF;
	color: #FFFFFF;
}
#content .btn.btn-seikatsu:hover {
	background: #a878ca;
	border-color: #a878ca;
	color: #FFFFFF;
}

#content .btn.btn-bg {
	padding: 15px 15px;
	font-size: 120%;
}


@media all and (max-width: 515px) {



#content .btn.btn-bg {
	padding: 10px 5px;
	font-size: 110%;
}

}


.underline_red {
	background:url(/tohoku/sc/exp/images/wave-red.png) bottom repeat-x;
	background-size: 20px;
	padding: 5px 0;
}