@charset "UTF-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

【色設定方法】

「デザイン基本設定」からサイトの色を設定できます。

--------------------------------------------------
ベースカラー（デフォルト：水色 #63C7E0）
--------------------------------------------------
リンク色、サイト名、ナビカレント時背景色

--------------------------------------------------
サブカラー１（デフォルト：濃いグレー #333333）
--------------------------------------------------
フッタ最下部背景色

--------------------------------------------------
サブカラー２（デフォルト：薄いグレー #666666）
--------------------------------------------------
フッタ背景色

--------------------------------------------------
サブカラー３（デフォルト：濃い水色 #36A9CF）
--------------------------------------------------
リンク マウスオーバー時時

--------------------------------------------------
アクセントカラー（デフォルト：#ffffff）
--------------------------------------------------
ナビ文字色、フッタ文字色


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* update by Abdullah_20220704 */
.caption-v1
{
	text-align:center;
	margin-top:5px;
}

.clearfix{
    clear:both;
    display:block;
    height:1px;
}
.clear20{
    clear:both;
    display:block;
    height:10px;
}
.clear40{
    clear:both;
    display:block;
    height:40px;
}
.clear10{
    clear:both;
    display:block;
    height:10px;
}

/* -----------------------------------------------
	共通
------------------------------------------------- */
/* リンク */
a {
	color: #0085dd;
}
a:hover {
	color: #36A9CF;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #0085dd;
}

/* ボタン */
.p-recruitment__button {
  margin: 20px 0;
  text-align: center; }

.p-recruitment__link {
  display: inline-block;
  border-radius: 20px;
  background-color: #f18b1d;
  color: #fff;
  transition: .3s; }
  .p-recruitment__link:hover {
    text-decoration: none;
    opacity: .7; }

/* ラベル */
.label {
	background-color: #0085dd;
}

/* 改行 */
.br-sp-on {
	display: none;
}

/*センターに設定*/
.center-margin{
    display: block;
    margin: 0 auto;
}

/*****Reservation button（Toreta予約ボタン）*****/
.re_button {
    display: block;
    text-align: center;
    background-color: #77d000;
    color: #ffffff;
    margin: auto;
    padding: 12px 20px;
    border-radius: 8px;
    position: relative;
    width: 250px;
    height: 60px;
}
.re_button:hover {
    opacity:0.8;
    color: #ffffff;
}

.re_icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.c-video {
    width: 70%;
    text-align: center;
}

.re_test_button {
    background-color: #77d000;
}

/* ブレークポイント追加 */
@media (min-width: 880px) and (max-width: 991px) {
	.container {
		width: 860px;
	}
}

/* -----------------------------------------------
	ヘッダー
------------------------------------------------- */
header {
	height: 81px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	padding-top: 20px;
	/* padding-bottom: 5px; */
	border-bottom: none;
	background: #002A4C;
}
/* サイト名 ---------- */
.navbar-brand {
	margin: 0px 12px;
	font-weight: bold;
	float: left;
	height: 50px;
	padding: 0px 3px;
	font-size: 20px;
	line-height: 20px;
}
.navbar-title {
 	float: left;
  text-align: center
	height: 40px;
	padding: 5px 5px;
	margin-top: 5px;
	font-size: 20px;
	line-height: 20px;
}
nav a {
	font-weight: bold;
}
.navbar-top { background-color: #ffffff; }
.navbar-top__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.navbar-logo { margin: 5px 0; }
.navbar-login {
	line-height: 13px;
	padding:10px;
	display: inline-block;
	color:#333333;
	border-radius: 5px;
	border: 1px solid #333333;
}
.navbar-login:hover {
	text-decoration: none;
	opacity: 0.7;
	border: 1px solid #0085dd;
}
.navbar-logo-img {
	width: 500px;
	height: auto;
}

/* ナビゲーション部分 ---------- */
.navbar-default .navbar-nav {
		float: none;
}
@media (min-width: 996px) {
	.navbar-default .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.navbar-default .navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover {
	background: none;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav .active > a span,
.navbar-default .navbar-nav .active > a:hover span {
	padding: 2px 5px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	background-color: #0085dd;
}


/* -----------------------------------------------
	フッター
------------------------------------------------- */
.footer_top {
	color: #bbb;
	padding: 30px 0;
	background-color: #666666;
}
.footer_top a { color: #ffffff; }
.footer_top .sitemap li {
	padding: 0;
	line-height: 2.5;
}
.footer_top .sitemap li:after {
	content: "/";
}
.footer_top .sitemap li:last-child:after {
	content: none;
}
.footer_top .sitemap li a {
	margin: 0 10px 0 5px;
}
.footer_logo {
	display: inline-block;
}
.footer_logo__picture {
	width: 135px;
	height: 50px;
	margin-bottom: 10px;
}
.footer_top dl {
	margin: 0;
}
.footer_top dl dt {
	width: 1em;
	text-align: center;
}
.footer_top dl dd {
	margin-bottom: 10px;
	margin-left: 1.5em;
}

.footer_bottom {
	padding: 20px 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #121212;
}
.footer_bottom .sns {
	margin-bottom: 20px;
}
.footer_bottom .sns a {
	font-size: 30px;
	color: #ffffff;
	transition: all 0.3s ease 0s; 
}
.footer_bottom .sns a:hover {
	color: #36A9CF; 
}
.footer_bottom address {
	margin-bottom: 12px;
	font-size: 12px;
}
.footer_bottom p {
	font-size: 10px;
}

/* -----------------------------------------------
	sp時
------------------------------------------------- */
@media (max-width: 767px) {
	/* ヘッダー ---------- */
	.navbar-default {
		padding-top: 20px;
		padding-bottom: 8px;
	}
	.navbar-default h1 {
		margin: 0;
	}
	.navbar-default .container {
		padding: 0 15px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #ffffff;
		padding-bottom: 5px; }
	.navbar-default .navbar-collapse {
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:hover,
	.navbar-nav > .active > a:focus {
		color: #0085dd;
		background: #e7e7e7;
	}
	/* フッター ---------- */
	.footer_top {
		padding: 15px 0;
	}
	.footer_top dl dt {
		float: left;
		clear: left;
	}
	.footer_top .sitemap {
		margin-bottom: 20px;
	}
	/* ほか レイアウトなど ---------- */
	.col-xs-10 {
		padding-right: 0;
		padding-left: 0; }
	.col-xs-10 .navbar-toggle {
		margin-right: 6px;
	}
	.br-sp-on {
		display: inline;
	}
	.br-sp-off {
		display: none;
	}
}



/* -----------------------------------------------
	共通 大枠
-------------------------------------------------- */
#main_contents .row {
	margin-right: 0;
	margin-left: 0;
}

/*************************
メインモジュール
*************************/
#main_module {
	padding-bottom: 40px;
}
#main_module .topics_link {
	margin-top: 1em;
}
#main_module .relation_link {
	padding: 10px 0 0;
	text-align: center;
	clear: both;
}

.list-group-item h3 {
	margin-top: 0;
}


/* -----------------------------------------------
	トップページ #page_top
-------------------------------------------------- */
/* #top_contents　メイン写真 ---------- */

#page_top #top_contents .head_image {
	height: 0;
	color: #fff;
	background-size: contain;
}
#page_top #top_contents .head_image .head_image_inner {
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	position:relative;
}
#page_top #top_contents .head_image .head_image_text {
	text-align: center;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*width: 90%;*/
}
#page_top #top_contents h2 {
	margin: 0;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	border-bottom: none;
}
#page_top #top_contents p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;

}
#page_top #top_contents .button {
	margin-top: 10px;
	padding: 10px 20px;
	border: solid 2px #fff;
	border-radius: 3px;
	min-width: 360px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#page_top #top_contents .button:hover {
	color: #fff;
	background: rgba(252, 252, 252, 0.4);
}

/* top_point3　ポイント ---------- */
#top_point3 {
	margin-right: 0;
	margin-left: 0;
}

#page_top #top_point3 > div {
	padding: 60px 20px 40px;
	text-align: center;
}
#page_top #top_point3 p {
	font-size: 16px;
	color: #666;
}
#page_top #top_point3 p.point {
	font-size: 22px;
	font-weight: bold;
}
#page_top #top_point3 i {
	margin: 0 auto 20px;
	padding: 26px 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	display: block;
	font-size: 48px;
	color: #fff;
	background: #0085dd;
}

/* メイン ---------- */
#page_top #main_module {
	padding: 60px 0;
}
#page_top .module_title {
	margin-top: 0;
	padding-bottom: 6px;
	border-bottom: 2px solid #999;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
#page_top .module_title small {
	float: right;
	font-size: 14px;
	line-height: 35px;
}
#page_top #main_right .module_title {
	margin-top: 3px;
	font-size: 18px;
}
#page_top #main_module li {
	border: none;
}
#page_top #main_module li .label {
	margin-left: 1em;
	background-color: #0085dd;
}

#page_top #main_right {
	padding-top: 60px;
	padding-bottom: 60px;
}

#page_top #main_bottom .topicsItem {
	padding: 20px 40px;
}

/* sp時 */
@media (max-width: 767px) {
	/* #top_contents メイン写真 */
	#page_top #top_contents h2 {
		display: none;
	}
	#page_top #top_contents p {
		margin-top: 0;
		font-size: 14px;
	}
	#page_top #top_contents .button {
		margin-top: 0;
		min-width: 250px;
		font-size: 14px;
		padding: 3px 0;
	}
	/* SP時のロゴの表示 */
.navbar-logo-img {
    max-width: 100%;
		height: auto;
  }
.navbar-title {
 	display:none;
}

	/* top_point3　ポイント */
	#page_top #top_point3 > div {
		padding: 40px 20px 20px;
	}
	/* メインモジュール */
	#page_top #main_module {
		padding: 40px 0 20px;
	}
	#page_top #main_module li {
		line-height: 1.7;
	}
	/* サイドモジュール */
	#page_top #main_right {
		padding-top: 30px;
	}
}


/* -----------------------------------------------
	セカンドページ
-------------------------------------------------- */
body:not(#page_top) .navbar-default {
	border-bottom: none;
}
body:not(#page_top) .breadcrumbs {
	position: relative;
	font-size: 12px;
	color: #ffffff;
	background-color: rgba(51, 51, 51, 0.9);
	z-index: 100;
}

body:not(#page_top) .breadcrumb {
	margin-bottom: 0;
	padding: 12px 0;
	background: none;
}
.breadcrumb a { color: #67a9d5; }
body:not(#page_top) #top_contents {
	margin: 0px 0 50px;
	min-height:130px;
	overflow:hidden;
}
body:not(#page_top) #top_contents .head_image {
	height: 0;
}
body:not(#page_top) #top_contents .head_image_inner {
	height: 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
	padding-top:75px;
}
body:not(#page_top) #top_contents .head_image_text {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
body:not(#page_top) #top_contents .head_image_text h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 0;
}
body:not(#page_top) #top_contents .head_image_text h2 span {
	padding: 0 10px;
	border-bottom: 3px solid #0085dd;
}
body:not(#page_top) #top_contents .head_image_text p {
	padding: 15px 0 0 0;
}

/* sp時 */
@media (max-width: 767px) {
	body:not(#page_top) .breadcrumbs {
		display: none;
	}
	body:not(#page_top) #top_contents {
		margin: 0 0 20px;
	}
	body:not(#page_top) #top_contents .head_image_text h2 {
		font-size: 18px;
		margin: 0;
	}
}


/* セカンドページ詳細 ---------- */
body:not(#page_top) #main_module .module_title {
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 3px solid #0085dd;
	font-size: 26px;
}
body:not(#page_top) #main_bottom section {
	margin-bottom: 40px;
}
body:not(#page_top) #main_bottom h3 {
	padding-bottom: 3px;
	border-bottom: 2px solid #ddd;
}

/* セカンドサイド共通 */
body:not(#page_top) #main_right .module_title {
	margin: 7px 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
body:not(#page_top) #main_right section {
	margin-bottom: 40px;
}

/* セカンドサイドナビ ---------- */
.second_navi .list-group-item {
	padding: 0;
}
.second_navi .list-group-item a {
	font-weight: normal;
	color: #999;
}
.second_navi .list-group-item a:hover {
	color: #0085dd;
}
.second_navi .list-group-item.active {
	background: none;
	border-color: #ddd;
}
.second_navi .list-group-item.active a {
	color: #0085dd;
	background-color: #eee;
}
.second_navi .level2 a {
		padding-left: 25px;
		position: relative;
}
.second_navi .level2 a::before {
		position: absolute;
		left: 15px;
		content: "-";
}
.second_navi .list-group-item .badge {
		float: right;
}

/* sp時 */	
@media (max-width: 767px) {
	.second_navi {
		padding-bottom: 30px;
	}
}

/* バナーナビ ---------- */
.customize_navi {
	margin: 0;
	padding: 0;
}
.customize_navi li {
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.customize_navi li img {
	margin: 0 auto;
}

/* Youtube動画のサイズ設定（レスポンシブ対応 ---------- */
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* カード型一覧 ---------- */
#columns {
	padding-bottom: 45px;
}
#columns > div {
	padding: 0 8px;
}
#columns .cards .thumbnail {
	margin-bottom: 15px;
	-moz-box-shadow: 0 3px 4px #eee;
	-webkit-box-shadow: 0 3px 4px #eee;
	box-shadow: 0 3px 4px #eee;
}
#columns .cards .caption h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: normal;
}
#columns .cards .caption span {
	font-size: 12px;
}
#columns .cards .caption span.ymd {
	color: #999;
}
#columns .cards .caption span.label {
	font-weight: normal;
	font-size: 10px;
	background-color: #0085dd;
}
#columns .cards .caption div {
	padding-top: 10px;
	font-size: 14px;
	color: #666;
}

/* sp時 */
@media (max-width: 767px) {
	#columns > div {
		padding: 0 15px;
	}
}


/* 採用情報 ---------- */
#main_module dl dt,
#main_module dl dd {
	padding-bottom: 10px;
}

/* ブログ トップ ---------- */
#main_module #blog_new_item_list {
	margin-bottom: 20px;
}
#main_module #blog_new_item_list article {
	padding: 10px 0 0;
}
#main_module #blog_new_item_list .blog_relation_link {
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
}

/* お問い合わせ ---------- */
#main_module form[name="inquiry_form"] .label-danger {
	margin-left: 0.5em;
	background-color: #d9534f;
}
.form-group {
		margin-bottom: 25px;
}

/* 実績紹介 一覧 ---------- */
.portfolio-items .boxContent {
		margin-bottom: 20px;
}
.portfolio-items .boxContent h3 {
	font-size: 20px;
}

/* トピックス 一覧 ---------- */
.topicsItem h3 {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 1.4;
}
.topicsItem .ymd,
.topicsItem .label {
		margin-bottom: 5px;
		display: inline-block;
}

/* トピックス 詳細 ---------- */
.topics_contents {
	padding-bottom: 2em;
	border-bottom: 2px solid #eee;
}
.topics_contents .pdf_area {
		margin-top: 40px;
}
.topics_contents .pdf_area ul {
		padding: 0 0 0 20px;
}


/* サイトマップ ---------- */
.map-parent {
		margin-bottom: 15px;
		padding: 0;
		list-style: none outside;
}
.map-parent .fa {
		margin-right: 5px;
		display: inline-block;
		font-size: 18px;
		vertical-align: middle;
}
.map-child li {
		margin-top: 5px;
		list-style: disc outside;
}
.boxList {
    /*width: 100%; 300px;*/
    display: inline-block;
    margin: 0 0 30px 0; /* 0 25px 30px 0;*/
    vertical-align: top;
    padding: 0 10px;
}
.myClass{
    display: inline-flex;
    /*align-items: flex-start;*/
    flex-flow: wrap;
}

/* -- Animation -- */
.element-animation{
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
/*.myClass boxList:nth-child(1) { animation-delay: .5s }
.myClass boxList:nth-child(2) { animation-delay: 1s }
.myClass boxList:nth-child(3) { animation-delay: 1.5s }
.myClass boxList:nth-child(4) { animation-delay: 2s }
.myClass boxList:nth-child(5) { animation-delay: 2.5s }*/
/* -- End Animation -- */

#module1000189 .topics_contents{
    border-bottom: 0px solid #eee;
}
.signUpContent img{
    margin-top:20px;
}
.signUpContent{
    margin-bottom:20px;
    border-bottom:0px solid #bbb;
}

/* ---------- Topics: EasyBox ---------- */
.red{
    color:#ED1C24;
}
.easyBox_table{
    position:relative;
    min-height:300px;
    margin-bottom:30px;
    border:1px solid transparent;
}
.easyBox_table .easyBox_content{
    margin-top:38px;
    border:2px solid rgba(247,148,30, 1);
    border-radius:5px;
    z-index:9;
    padding:10px 0;
}
.easyBox_content h4{
    font-weight:bold;
}
.easyBox_content h5{
    color:#F37021;
    font-weight:bold;
    margin:0 0 5px;
}
.easyBox_table .easyBox_content .easyBox_ribbon{
    position:absolute;
    top:-44px;
    left:0;
    width:100%;
    z-index:99;
    padding:0;
    border:0px solid blue;
    text-align:center;
    overflow:hidden;
}
.easyBox_ribbon img{
    padding:0;
    border:0px solid cyan;
}
.easyBox_content .btn-default{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#404041+0,404041+48,000000+100 */
background: #404041; /* Old browsers */
background: -moz-linear-gradient(top, #404041 0%, #404041 48%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #404041 0%,#404041 48%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #404041 0%,#404041 48%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color:#fff;
padding:8px 20px;
cursor:none;
margin-bottom:10px;
font-size:1.3rem;
white-space: normal !important;
word-wrap: break-word !important;
}
.easyBox_content .btn-default span{
    color:#F9ED32;
    font-weight:bold;
    font-size:1.4rem;
    white-space: normal !important;
    word-wrap: break-word !important;
}
.easyBox_content .pb-2{
    padding-bottom:20px;
}
.easyBox_content .px-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.easyBox_content ul.specialList{
    list-style:none;
    margin:0;
    padding:0;
}
.easyBox_content ul.specialList li{
    padding:0 0 0 2px;
    margin:0 0 0 0px;
}
.easyBox_content ul.specialList li:before {
    content: "\00BB \0020";
    position:absolute;
    left:0px;
}
#ContentB .table{
    border:1px solid #fff;
}
#ContentB .table>thead>tr>th, #ContentB .table>tbody>tr>th, #ContentB .table>tfoot>tr>th, #ContentB .table>thead>tr>td, #ContentB .table>tbody>tr>td, #ContentB .table>tfoot>tr>td {
    padding: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
}
@media (max-width:460px){
    #ContentB TABLE TH, #ContentB TABLE TD{
        display:block;
        width:100%;
    }
    .tab-pane TABLE TH, .tab-pane TABLE TD{
        display:block;
        width:100%;
    }
    .tab-pane TABLE TD{
        margin-bottom:10px;
    }
    #ContentC TABLE TH{
        padding:0px 0 30px;
    }
}
/*/Table Design*/
/*/section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }*/

.table01 th, .table01 td  { width: 16%; text-align: left; }
@media (max-width:460px){
    .table01 { margin: 0 -10px; }
    .table01 th,
    .table1 td{
    width: 100%;
    }

/*デザインガイド*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }


.c-heading--lv1, .c-article h1 {
  color: #0085dd;
  line-height: 1.2; }

.c-heading--lv3, .c-article h3 {
  background-color: #0085dd;
  color: #ffffff;
  line-height: 1.4; }

.line-test {
  background-color: #0085dd;
  color: #ffffff;
  line-height: 1.4; }

.movie {
     width: 100%;
     margin: 0 auto;
}
.movie__inner {
     position: relative;
}
.movie__iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}