@charset "Shift_JIS";

/*スマートフォン用CSS*/
@media screen and (max-width: 640px) {

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

body {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	overflow-x:hidden;
}
ul,li,p {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul {
list-style: none;
}
img{
	max-width: 100%;
	width: auto;
	height: auto;
}

/*	header1段目
===============================================================*/
.header_area{
	width: 100%;
}

#Nheader {
	z-index: 300;
	top: 0;
	height: auto;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	background: #fff;
	background-image: url(../images/header_top_bak.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.header-wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.Nheader-top{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
h1 {
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #666;
	font-weight: normal;
	text-align: right;
}

/*	header2段目
===============================================================*/
.header-top2{
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #369;
}
#head_L {
	width:auto;
	text-align:left;
}
#head_L p {
	float:left;
	margin: 0;
	padding: 0;
}
#head_L p#logo_sub {
	width:auto;
	max-width: 290px;
	position: absolute;
	top : 33px;
	left: 85px;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
}

#head_R {
	clear: both;
	margin:0 1% 0 auto;
	padding:0px;
	width:auto;
	max-width: 380px;
}
#head_R .h_flex_box {
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
}

.col2 {
	margin-bottom:1%;
}

/*	headerドロップメニュー
===============================================================*/
#page {
	height:auto;
	margin:5px auto;
	padding:0px;
	margin: 148px auto 5px;
}
#header2{
	width:100%;
	margin:148px auto 5px;
	border-top:1px solid #ef3b9c;
	border-bottom:1px solid #ef3b9c;
}
.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	float: left;
	position: relative;
	width:33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a.upper{
	background: #318FBE;
	color: #fff;
}
.dropmenu li a{	/* 未選択時*/
 	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #A1CFE6;
	color: #333;
	text-decoration: none;
	border-left: 0.1px solid #fff;
}
.dropmenu li.top a{		/* 未選択時TOP*/
 	background: #318FBE;
	color: #fff;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 100%;
}

.dropmenu li:hover > a{
	background: #C6ECFF;
	color: #fff;
}
.dropmenu li a:hover{
	background: #C6ECFF;
}
#normal li ul{
	display: none;
}
#normal li:hover ul{
	display: block;
}

@media only screen and (max-width: 480px) {
.dropmenu li{
	width: 50%;
}
.dropmenu li.top a{
	background: #A1CFE6;
	color: #333;
}
.dropmenu li a.upper{
	background: #A1CFE6;
	color: #333;
}
.dropmenu li a.middle{
	background: #318FBE;
	color: #fff; 
}

.breadcrumblist{
  width: 100%;
	font-size: 11px;
	font-size: 1.1rem;
}
}


/*	contents
===============================================================*/
#wrap_main {
	width:100%;
	height:auto;
	margin:0 auto;
}

/*	top_image
===============================================================*/
.top_image_wrap {
	margin:0px;
	padding:0px;
}
.top_image_left {
	margin:0px;
	padding:0px;
	pointer-events: none;
	cursor: default;
}
.top_image_right {
	display: none;
}
.top_img_buttun_info img {
	display: none;
}
.top_image_wrap.mb30{
  margin: 0;
}
.sec_area.mt160 {
  margin: 0;
}

/*	見出し
===============================================================*/
.img_title {/*大見出しグレー*/
	clear:both;
	padding:10px 0px;
}
.img_title img {
	width: 100%;
	height: 21px;
	object-fit: cover;
	object-position: 0 100%;
}
#wrap_main h2 {
	margin:0px;
	padding:0px;
}
#wrap_main .sec_area .sub_ttl_box h2.sub_ttl {/*大見出しグレーnew*/
  width: 100%;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  font-family: "ＭＳＰゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0;
  background-size: 3px 3px;
  background-color: #D6D6D6;
  background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 60%, #ffffff 60%, #ffffff 75%, transparent 75%, transparent);
}
.sec_area{
  margin: 0px 0 10px;
  padding:0px 0 10px;
}
#wrap_main .sec_area .sub_ttl_box h2.sub_ttl .sub_ttl_inr {
  position: relative;
  padding-left: 50px;
}

#wrap_main .sec_area .sub_ttl_box h2.sub_ttl .sub_ttl_inr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../../images/ttl_icon.png) no-repeat center center / contain;
}

.img_concept_top {/*特長中見出し共通*/
	text-align:left;
}
#wrap_main h3 {
	margin:0px;
	padding:0px;
}

#wrap_main h3.accent_ttl {/*特長中見出し紺旗つき*/
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #003366;
	font-size: 1.4rem;
  font-weight: bold;
  padding: 5px;
  border-left: solid 14px #003366;
  border-bottom: solid 1px #003366;
}

#wrap_main h3.accent_ttl.hira {/*特長中見出し緑*/
  font-family:  -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
#wrap_main h3.accent_ttl.f_style01 {
  margin: 0;
  padding: 0;
  color: #009900;
  border: none;
}

#wrap_main .ttl_4 {
	display: flex;
	align-items: center;
	position: relative;
	width: 98%;
	height: 40px;
	margin: 10px auto 10px;
	padding-left: 3px;
	font-size: 14px;
}
#wrap_main .ttl_4:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 40%;
	border-bottom: 3px solid #0e0d6a;
}

.img_merit_t {/*特長小見出しナンバー*/
	margin:0px;
	padding-left:5px;
	font-size: 1.4rem;
	text-align:left;
	clear:both;
}
h4.cosmetic_ttl {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.img_cariculum_t {/*カリキュラム中見出し紺旗なし*/
	text-align:left;
}
#wrap_main h3.accent_ttl.bdr_n {
	border:none;
}

/*	プログラムコンセプト
===============================================================*/
.table_merit1 {/*人材育成コンセプト*/
	clear:both;
	text-align:left;
}
.textbox_merit {/*特長本文共通*/
	float:left;
	width: 98%;
	margin:1%;
	text-align:left;
}
.textbox_merit ul {
	margin:0px;
	padding:0px;
	text-align:left;
}
.textbox_merit li {
	margin:1%;
	padding-top:4px;
	padding-left:25px;
	background:url(../images/img_check.gif);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	color:#666;
	text-align:left;
}

.table_merit2 {/*特長*/
	clear:both;
	height: auto;
	min-height: 300px;
	background: url(../images/lineup_bak_1.jpg) no-repeat;
	background-position: right bottom;
	background-size: auto 160px;
	text-align:left;
}
@media only screen and (max-width: 640px) {
.table_merit2 {
	clear:both;
	background-image: none;
	text-align:left;
}
}
.textbox_merit2 {
	float:left;
	width: 98%;
	margin:1%;
	text-align:left;
}
.textbox_merit2 a {
	line-height:1.8
}

/*	ビジネスマナー研修
===============================================================*/
.table_merit3 {
	clear:both;
	background-image: none;
	text-align:left;
}
.table_cariculum1 {
	clear:both;
	background-image: none;
	text-align:left;
}
.textbox_cariculum1 {/*カリキュラム本文共通*/
	float:left;
	margin:1%;
	text-align:left;
}

.table_cariculum0 {/*カリキュラム3段組*/
	display: none;
}
.textbox_cariculum0 {
	display: none;
}
.under {
	text-decoration:underline;
}

.textbox_cariculum0 under {
	color: #090;
}

.text_cu_topic  {
	display: none;
}
.text_cu_topic2  {
	line-height: 1.8;
	text-align:left;
	color:#666;
	margin:0px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	clear: both;
}

/* ビジネス文書研修
===============================================================*/
.table_merit4 {
	clear:both;
	background-image: none;
	text-align:left;
}
.table_cariculum2 {
	clear:both;
	background-image: none;
	text-align:left;
}

/*	ビジネスEメール研修
===============================================================*/
.table_merit6 {
	clear:both;
	background-image: none;
	text-align:left;
}
.table_cariculum4 {
	clear:both;
	background-image: none;
	text-align:left;
}

/*	電話応対基礎研修
===============================================================*/
.table_merit7 {
	clear:both;
	background-image: none;
	text-align:left;
}
.table_cariculum5 {
	clear:both;
	background-image: none;
	text-align:left;
}

/*	社会人基礎力研修
===============================================================*/
.table_merit5 {
	clear:both;
	background-image: none;
	text-align:left;
}
.table_cariculum3 {
	clear:both;
	background-image: none;
	text-align:left;
}

/*	コンプライアンス基礎研修
===============================================================*/
/*table_merit6使用*/
.table_cariculum6 {
	clear:both;
	background-image: none;
	text-align:left;
}

/*	koushi
===============================================================*/
.koushi_wrap {
	margin:0px;
	padding:0px;
}

.koushi_box_left {
	margin:1%;
	width:36%;
	float:left;
}
.koushi_textbox_profile_p {
	text-align:left;
}

.koushi_box_right {
	margin:1%;
	padding:0px;
}
.koushi_textbox_profile {
	text-align:left;
}
.bold {
	font-weight:bold;
}

.koushi_profile_media_wrap {
	display:block;
	margin:1%;
	padding:1%;
	text-align:left;
	border:2px #090 dotted;
}
.koushi_profile_media_wrap p.media_index_img {
	margin:0px;
	padding:0px;
}
.koushi_profile_media_wrap p.media_index_b {
	clear:both;
	margin:0px;
	font-weight:bold;
	color:#090;
}

.koushi_profile_innner_wrap {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.koushi_profile_innner_wrap .box_left {
	float:left;
	margin:1px;
	width:20%;
	height:auto;
}
.koushi_profile_innner_wrap .box_left p.img_r22 {
	margin:0px;
	padding:0px;
}
.koushi_profile_innner_wrap .box_right {
	margin:0px;
	padding:0px;
}
.koushi_profile_media_wrap p.media_index_text {
	margin:1%;
	padding:0px;
	text-align:left;
}


/*	料金体系
===============================================================*/
.table_tokutyou01 {
	text-align:left;
	min-height: 100px;
	height: auto;
	background:url(../images/tokutyou_bak01.jpg) no-repeat;
	background-position: left top;
	background-size: auto 75px;
	clear:both;
}
.img_tokutyou_text {
	padding:auto;
	margin:0px auto 0px 60px;
}
.img_tokutyou_text img {
	width: auto;
	height: 24px;
}
.textbox_tokutyou {
	margin:5px auto 5px 70px;
	color:#333;
	width:78%;
}
.table_tokutyou02 {
	text-align:left;
	min-height: 100px;
	height: auto;
	background:url(../images/tokutyou_bak02.jpg) no-repeat;
	background-position: left top;
	background-size: auto 75px;
	clear:both;
}
.text_red {
	color:#F00;
}
.text_tm_topic {
	margin:1%;
	color:#666;
	text-align:left;
}

/*	日程/会場
===============================================================*/
.tableBox_tm {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin:5px auto;
}
.tableBox_tm table {
	width: 875px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.tableBox_tm th {
	text-align:center;
	font-weight:normal;
	padding:5px 0px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	white-space: nowrap;
}
.tableBox_tm td {
	padding-left:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:30px;
	vertical-align:middle;
}

.thbg_navy {
	background-color:#006;
}
.text_white {
	color:#FFF;
}
.text_left {
	text-align:left;
}
.w70 {	width:70px;}
.w90 {	width:90px;}
.w200 {	width:200px;}
.w120 {	width:120px;}
.w50 {	width:50px;}
.w170 {	width:170px;}

.w80 {	width:80px;}
.w100 {	width:100px;}
.w150 {	width:150px;}
.w190 {	width:190px;}

/*	受講者の声・申し込みの流れ
===============================================================*/
.voice_t {
	margin:1%;
	text-align:left;
	clear:both;
}
.img_flow_t {
	margin: 0 1% 1% 1%;
	text-align:left;
	clear:both;
}

.flow_wrap {
	padding:0px;
	margin:0px;
	width:100%;
	height:auto;
}
.flowbox_left {
	display: none;
}
.flowbox_center {
	text-align:left;
	min-height: 60px;
	height: auto;
	background:none;
	clear:both;
}
.text_answer {
	width:95%;
	margin:auto;
	text-align:left;
}
.flowbox_right {
	display: none;
}


/*	link系
===============================================================*/
a:link {
	color: #0000cc;
	text-decoration:underline;
}
a:visited {
	color: #993399;
	text-decoration:none;
}
a:hover {
	color: #ff6600;
	text-decoration:underline;
}
a:active {
	color: #ff6600;
	text-decoration:underline;
}

p a {
	margin: 1%;
	line-height:1.8;
}

.toplink{
	width:98%;
	height:auto;
	background-color:#FFF;
	clear:both;
}
.toplink .txt{
	margin:1%;
	text-align:right;
}

/*	bottom_contact
===============================================================*/
.bottom_contact {
	width:100%;
	height: auto;
	margin: 0;
	padding-top: 10px;
	text-align:center;
	overflow: hidden;
	border-top:1px #e2dbbf solid;
	clear:both;
}
.bottom_contact ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bottom_contact li{
	float: left;
	width:50%;
}
.bottom_contact li:first-child {
  display: none;
}

 .txt_area_other {
	text-align: left;
	margin: 10px 0 20px;
	line-height: 1.4;
	}
.txt_area_other p {
	margin:10px auto;
	width: 92%;
}
/*	footer
===============================================================*/
#footer{
	width:100%;
	height:auto;
	margin-top: 15px;
	background-color:#F1F1F1;
	background-position: bottom;
	font-size: 11px;
	font-size: 1.1rem;
	clear:both;
}
.footer_menu {
	width:100%;
	height:55px;
	margin:0px;
	padding:0px;
	background-image:url(../images/footer_menu_bak.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.footer_menu_link_box {
	width:75%;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
}
.footer_menu ul {
	margin:0;
	padding:0;
}
.footer_menu li {
	float:left;
	margin:0;
	padding:2px 5px;
	line-height:1.8;
	list-style:none;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-table;
}
.footer_menu_logo {
	width: 25%;
	max-width: 117px;
	float:right;
}

.footerbottom{
	width:100%;
	height:35px;
	margin: 0px;
	padding: 0px;
	background-color:#2C2614;
	background-position:bottom;

}
.footer-copyright {
	width:100%;
	height:auto;
	margin:0px auto;
}
.footer-copyright .txt {
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFF;
	text-align:right;
}
.footer-copyright .txt a:link { color:#FFFFFF; text-decoration:none;}
.footer-copyright .txt a:visited { color:#FFFFFF; text-decoration:none;}
.footer-copyright .txt a:hover { color:#FFFFFF; text-decoration:none;}


/*	top_btn
===============================================================*/
#page_top{
  width: 80px;
  height: 50px;
  position: fixed;
  right: 15%;
  bottom: 0;
  background: #E6474A;
  opacity: 0.8;
}
#page_top a{
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: "↑";
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*	voice
===============================================================*/
.person {
	width: 99%;
	min-height: 64px;
	margin: 10px 0px;
	background-image:url(../images/person.gif);
	background-repeat: no-repeat;
	background-position: left ;
	text-align: left;
	padding-left: 80px;
}
.person:first-line {
	font-weight:bold ;
	line-height: 2;
}
.theme {
	width: 99%;
	margin: 10px 0px;
	background-image:url(../images/theme.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 80px;
}
.theme:first-line {
	font-weight:bold ;
	line-height: 2;
}
.solution {
	width: 99%;
	margin: 10px 0px;
	background-image:url(../images/sol.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 80px;
}
.solution:first-line {
	font-weight:bold ;
	line-height: 2;
}
.sol {
	margin: 5px 5px;
	text-align: left;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
}
.sol:before {
  content: url(../images/arrow_blue2.gif);
  margin: 0px 5px;
}
.res {
	width: 99%;
	margin: 10px 0px;
	background-image:url(../images/res.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 80px;
}
.res:first-line {
	font-weight:bold ;
	line-height: 2;
}
.link_main {
	text-align:right;
	padding-right:15px;
	font-size: 11px;
	font-size: 1.1rem;
	color:#666;
	margin:15px 0px 0px;
}

.bak_bm {
	background-image: none;
}
.bak_bb {
	background-image: none;
}
.bak_be {
	background-image: none;
}
.bak_tel {
	background-image: none;
}
.bak_kiso {
	background-image: none;
}
.bak_com {
	background-image: none;
}

.comment {
	width: 95%;
	margin: 10px;
	background-image:url(../images/comment.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 70px;
}


/*	column
===============================================================*/
.title_column {
	clear:both;
	margin: 10px 0px 5px;
	background: #274a78;
	border: 2px dashed #fff;
	box-shadow: 0 0 3px 3px #274a78;
	padding: 8px 5px;
}
.title_column h2  {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #fff;
}
.line {
	clear: both;
	width: auto;
	height: auto;
	padding-bottom: 0.1em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 2px 2em;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: left;
}
.line img {
	max-width: 230px;
	float: right;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.line a{
	line-height: 2.2;
}

 figure.graph-box {
	width: 50%;
	float: left;
	margin: 0;
	padding-bottom: 2em;
}
 figcaption {
 	font-weight: bold;
 	color: #333333;
}

.lrarrow {
	width: 100%;
	margin:0 auto;
	padding: 0px 5px 5px 5px;
	text-align: left;
}
.circle_th {
	width: 43%;
	display: inline-block;
	text-align: center;
}
.circle_lr {
	width: 90px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	padding: 0;
	margin: 5px auto 0px;
	color: #fff;
	background-color:#f7594d;
	text-align: center;
	vertical-align: center;
}

.list_l {
	width: 43%;
	padding: 10px 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #FBB38D;
}
.lr {
	width: 10%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.list_r {
	width: 43%;
	border-radius: 15px;
	padding: 10px 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #76D8FA;
}

.para {
	width: 260px;
	position: relative;
	padding: 0 .4em .1em;
	margin-bottom: 5px;
	text-align: left;
}
.para::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}
.para h4{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	margin:0px;
	padding:0px;
}

.balloon {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
	position: relative;
	margin: 0px 0px 15px 5px;
	padding: 1em 0.5em;
	background-color: #eee;
	border-radius: 9px;
	border-bottom: 4px solid #ddd;
	border-right: 4px solid #ddd;
}
.balloon:after {
	border-right: 12px solid #eee;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: '';
	margin-top: -10px;
	position: absolute;
	left: -12px;
	top: 40%;
}

.circle {
	width: 23%;
	height:80px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #f7594d;
	margin: 3px 3px 10px 3px;
	padding-top: 2px;
}
.circle p {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

@media only screen and (max-width: 640px) {
.circle {
	width: 48%;
	height:70px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #f7594d;
	margin: 2px 2px 10px 2px;
	padding-top: 2px;

}
.circle p {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
}

.table_column table {
	margin: 1em 0.5em 1em 0.5em;
	border-top:1px solid #CCCCCC;
}
.table_column th {
	font-size: 11px;
	font-size: 1.1rem;
	padding:1em;
	border-bottom:1px solid #CCCCCC;
	background-color:#FBB38D;
	width: 10em;
}
.table_column td {
	font-size: 11px;
	font-size: 1.1rem;
	border-bottom:1px solid #CCCCCC;
	padding: 0 0 0 0.5em;
	text-align: left;
}

/*	image color
===============================================================*/
.color_bm {	color: #FF3333;}
.color_bb {	color: #009933;}
.color_be {	color: #FF9900;}
.color_tel {	color: #3399FF;}
.color_kiso {	color: #0033CC;}
.color_com {	color: #660066;}

}


/* ._add */
@media only screen and (max-width: 640px) {
	._add .bld {
		font-weight: bold;
	}
	._add .mrk {
		background: linear-gradient(transparent 60%, #fffc00 60%);
	}
	._add .color_1 {
		color: #d40000;
	}
	._add .color_2 {
		color: #004fd2;
	}
	._add .color_3 {
		color: #0e0d6a;
	}
	._add .mv_bg {
		position: relative;
		height: 140px;
		text-align: center;
		background: url(https://ill.co.jp/icc/ikusei/images/mv_bg.png) 50% 50% / cover no-repeat;
	}
	._add .mv_txt_1 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		line-height: 1.4;
		font-size: 20px;
		transform: translate(-50%,-50%);
	}
	._add #wrap_main .ttl_2 {
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: 53px;
		margin: 0 0 20px;
		padding: 0 0 0 55px;
		line-height: 1.2;
		font-size: 18px;
		color: #fff;
		background: #ff9933;
	}
	._add #wrap_main .ttl_2:before {
		content: url(https://ill.co.jp/icc/ikusei/images/ttl_icon.png);
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	._add #wrap_main .ttl_3 {
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: 48px;
		margin: 0px auto 20px;
		padding: 0 0 0 27px;
		font-size: 18px;
		border-bottom: dotted 1px #b2b2b2;
	}
	._add #wrap_main .ttl_3:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 7px;
		height: 37px;
		background: #0e0d6a;
		transform: translateY(-50%);
	}
	._add .txt_1 {
		margin: 20px 0;
		text-align: left;
		font-size: 24px;
	}
	._add .txt_2 {
		text-align: left;
		line-height: 2;
		font-size: 15px;
	}
	._add .txt_2._mt30 {
		margin: 30px 0 0;
	}
	._add .txt_3 {
		text-align: left;
		line-height: 2;
		font-size: 16px;
	}
	._add .txt_4 {
		text-align: left;
		line-height: 1.8;
		font-size: 14px;
	}
	._add .txt_5 {
		text-align: left;
		line-height: 1.6;
		font-size: 15px;
	}
	._add .txt_6 {
		text-align: left;
		line-height: 1.6;
		font-size: 18px;
	}
	._add .sec_01,
	._add .sec_02,
	._add .sec_03,
	._add .sec_04,
	._add .sec_05 {
		clear: both;
		margin: 25px 0 0;
	}
	._add .sec_01 *,
	._add .sec_02 *,
	._add .sec_03 *,
	._add .sec_04 *,
	._add .sec_05 * {
		box-sizing: border-box;
	}
	._add .sec_01 br,

	._add .sec_03 br,
	._add .sec_04 br,
	._add .sec_05 br {
		display: none;
	}
	._add .sec_01 .inner,
	._add .sec_02 .inner,
	._add .sec_03 .inner,
	._add .sec_04 .inner,
	._add .sec_05 .inner {
		width: 90%;
		margin: 0 auto;
	}
	._add .sec_01 .box,
	._add .sec_02 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	._add .sec_01 .box .img,
	._add .sec_02 .box .img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: #eee;
	}
	._add .sec_01 .box .txt_area,
	._add .sec_02 .box .txt_area {
		width: 100%;
		padding: 0;
	}
	._add .sec_01 .box .txt_area .txt_2:last-child,
	._add .sec_02 .box .txt_area .txt_2:last-child {
		margin: 32px 0 0;
	}
	._add .sec_01 .box,
	._add .sec_02 .box {
		margin: 0 0 60px;
	}
/* 横並び用 */
	._add .sec_02 .card_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}
	._add .sec_02 .card_box .item {
		width: 100%;
		margin: 0 0 40px;
		padding: 20px;
		background: #f5f5f5;
	}
	._add .sec_02 .card_box .item:nth-last-child(2),
	._add .sec_02 .card_box .item:last-child {
		margin: 0;
	}
	._add .sec_02 .card_box .item {
		font-size: 14px;
	}
	._add .sec_02 .card_box .item .ttl {
		margin: 0 0 15px;
		text-align: left;
		font-size: 16px;
	}
	._add .sec_02 .card_box .item .img {
		display: block;
		width: 380px;
		height: auto;
	}
	._add .sec_02 .card_box .item .txt {
		margin: 10px 0;
		text-align: left;
		line-height: 2;
		font-size: 15px;
	}
	._add .sec_02 .card_box .item .link {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 62px;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		background: #4e6edb;
		border-radius: 3px;
	}
	._add .sec_02 .card_box .item .link:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 7px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #fff;
		transform: translateY(-50%);
	}
	._add .sec_02 .card_box .item .link:hover {
		opacity: .5;
	}

/* 縦並び用 */
	._add .sec_02 .card_box2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}
	._add .sec_02 .card_box2 .item {
		width: 100%;
		margin: 0 0 10px;
		padding: 15px;
		background: #f5f5f5;
	}
	._add .sec_02 .card_box2 .item .ttl {
		margin: 0 0 15px;
		text-align: left;
		font-size: 16px;
	}
	._add .sec_02 .card_box2 .item .img {
		display: block;
		width: 380px;
		height: auto;
	}
	._add .sec_02 .card_box2 .item .txt {
    margin: 5px 0;
    text-align: left;
    line-height: 1.8;
    font-size: 15px;
	}
	._add .sec_02 .card_box2 .item .link {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 62px;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		background: #ff6633;
		border-radius: 3px;
	}
	._add .sec_02 .card_box2 .item .link:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 7px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #fff;
		transform: translateY(-50%);
	}
	._add .sec_02 .card_box2 .item .link:hover {
		opacity: .5;
	}
._add .sec_02 .memo{
	display: none;
}
._add .sec_02 .memo-s{
	font-size: 13px;
	text-align: left;
	color: #d40000;
}

	._add .sec_03 .ttl_c {
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: 45px;
		margin: 0 0 10px;
		padding: 0 0 0 55px;
		line-height: 1.2;
		font-size: 14px;
	}
	._add .sec_03 .ttl_c:before {
		content: url(../images/ttl_c.png);
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
._add .sec_03 .ttl_c a  {
	color: #274a78;
	text-decoration: none;
}
._add .sec_03 .ttl_c a:hover {
	color: #fff;
	background-color: #274a78;
}
	._add .accordionmenu_area {
		margin: 0 0 30px;
	}
	._add .accordionmenu_area .r_dl._tokyo {
		background: #30a009;
		border-radius: 4px;
	}
	._add .accordionmenu_area .r_dl._osaka {
		background: #e79325;
		border-radius: 4px;
	}

	._add .sec_03 .box_1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	._add .sec_03 .box_1 .img {
		width: 50%;
		height: auto;
		margin: 0 auto;
		background: #eee;
	}
	._add .sec_03 .box_1 .img2 {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	._add .sec_03 .txt_area {
		margin: 30px 0 40px;
		padding: 25px;
		background: #f5f5f5;
	}
	._add .sec_03 .box_2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	._add .sec_03 .box_2 .img {
		width: 88px;
		height: 99px;
		margin: 0 auto;
		background: none;
	}
	._add .sec_03 .box_2 .list_area {
		width: 100%;
	}
	/* table */
	._add .img img {
		width: 100%;
	}
	._add .table_area {
		padding: 30px;
		background: #f5f5f5;
	}
	._add .table_area table {
		margin: 0 auto 30px;
		border-collapse: collapse;
		background: #fff;
	}
	._add .table_area table th,
	._add .table_area table td {
		border-right: solid 1px #fff;
	}
	._add .table_area table .item {
		font-size: 16px;
		border-right: solid 1px #f5f5f5;
		border-bottom: solid 1px #f5f5f5;
	}
	._add .table_area table .item_name {
		width: 150px;
		height: 42px;
		font-size: 15px;
		font-weight: bold;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #f5f5f5;
		color: #fff;
		background: #666;
	}
	._add .table_area table .item_name._num1 {
		width: 226px;
	}
	._add .table_area table .item_name._num2 {
		width: 112px;
		height: 264px;
		border-right: solid 6px #f5f5f5;
	}
	._add .txt_area._fee .txt_2:nth-child(odd) {
		margin: 20px 0 0;
	}

	._add .sec_04 .txt_area {
		margin: 20px 0 20px;
		padding: 15px;
		background: #f5f5f5;
	}
	._add .sec_04 .txt_2 {
		text-align: left;
		line-height: 1.5;
		font-size: 14px;
		padding: 5px 0 5px;
	}
	._add .sec_04 .zoom {
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
		padding: 20px 0 5px;
	}

	._add .sec_05 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
	._add .sec_05 .box .item {
		position: relative;
		width: 296px;
		margin: 0 0 10px;
		padding: 6px 20px 20px;
		list-style-type: none;
		border-right: solid 2px #fff;
		background: #d4d3ea;
	}

	._add .sec_05 .box .item:after {
		content: none;
	}
	._add .sec_05 .box .item:last-child:before,
	._add .sec_05 .box .item:last-child:after {
		content: none;
	}
	._add .sec_05 .box .item .ttl {
		text-align: left;
		font-size: 18px;
		color: #0e0d6a;
	}
	._add .sec_05 .box .item .ttl>span {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	._add .sec_05 .box .item .img {
		width: 254px;
		height: auto;
		margin: 6px 0 0;
	}
	._add .sec_05 .box .item .txt_5 {
		margin: 16px 0 0;
		color: #0e0d6a;
	}
	._add .sec_05 .txt_area .txt_list {
		width: 100%;
		margin: 30px auto 0;
	}
	._add .sec_05 .txt_area .txt_list .txt {
		position: relative;
		padding: 0 40px;
		text-align: left;
		font-size: 17px;
		font-weight: bold;
	}
	._add .sec_05 .txt_area .txt_list .txt:before {
		content: url(https://ill.co.jp/icc/ikusei/images/check_icon.png);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	._add .sec_05 .txt_area .txt_list .txt .mrk {
		background: linear-gradient(transparent 70%, #ffae13 70%);
	}
	._add .sec_05 .txt_area .txt_bg {
		background-size: cover;
		background: url(https://ill.co.jp/icc/ikusei/images/arrow_back.png)no-repeat;
		background-position: center;
	}
	._add .sec_05 .txt_area .txt_bg .txt {
		font-size: 30px;
		padding: 40px 0 80px;
		line-height: 1.2;
		color: #01830a;
	}
	._add .sec_05 .txt_area .txt_list .txt:first-child {
		padding: 0 0 0 40px;
	}
	._add .sec_05 .txt_area .txt_list .txt {
		padding: 20px 0 0 40px;
	}
	._add .sec_05 .txt_area .txt_list .txt_6 {
		font-size: 18px;
	}
	/*  */
	._add .ol_box_2 {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		text-align: left;
	}
	._add .ol_box_2 > .ol_list {
		width: 425px;
		margin: 0 10px 20px;
		padding: 0 18px 25px;
		list-style-type: none;
		background: #f5f5f5;
	}
	._add .ol_box_2 > .ol_list._noitem {
		display: none;
	}
	._add .ol_box_2 .ol_list .ol_list_ttl {
		display: flex;
		align-items: center;
		height: 68px;
		line-height: 1.4;
		font-size: 16px;
		font-weight: bold;
		border-bottom: dotted 4px #000;
	}
	._add .ol_box_3 {
		padding: 0;
	}
	._add .ol_box_3 > .ol_list {
		position: relative;
		padding: 20px 0;
		font-size: 15px;
		font-weight: bold;
		list-style-type: none;
		border-bottom: solid 1px #c3c3c3;
	}
	._add .ol_box_3 > .ol_list:last-child {
		padding: 20px 0 0;
		border: none;
	}
	._add .ol_box_3 > .ol_list:before {
		content: '';
		position: absolute;
		bottom: -17px;
		left: 20px;
		border-top: 8px solid #c3c3c3;
		border-bottom: 8px solid transparent;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		z-index: 2;
	}
	._add .ol_box_3 > .ol_list:after {
		content: '';
		position: absolute;
		bottom: -16px;
		left: 20px;
		border-top: 8px solid #f5f5f5;
		border-bottom: 8px solid transparent;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		z-index: 3;
	}
	._add .ol_box_3 > .ol_list:last-child:before,
	._add .ol_box_3 > .ol_list:last-child:after {
		content: none;
	}
	._add .step_icon_1,
	._add .step_icon_2,
	._add .step_icon_3,
	._add .step_icon_4,
	._add .step_icon_5,
	._add .step_icon_6 {
		display: inline-block;
		padding: 0 10px 0 0;
		padding: 1px 5px;
		font-size: 15px;
		color: #fff;
		border-radius: 2px;
	}
	._add .step_icon_1 {
		background: #8584db;
	}
	._add .step_icon_2 {
		background: #6160c9;
	}
	._add .step_icon_3 {
		background: #4342b5;
	}
	._add .step_icon_4 {
		background: #2928a0;
	}
	._add .step_icon_5 {
		background: #15148c;
	}
	._add .step_icon_6 {
		background: #0e0d6a;
	}
	._add .ul_box {
		margin: 10px 0 0;
	}
	._add .ul_box .ul_list {
		line-height: 1.9;
		font-size: 15px;
		font-weight: normal;
		list-style-type: disc;
		list-style-position: inside;
	}
	._add .txt_box {
		margin: 25px;
	}
	._add .txt_box .txt_2 {
		margin: 25px 0 0;
	}
	._add .txt_box .txt_2:first-child {
		margin: 0;
	}
	._add .ol_box_1 {
		margin: 25px auto;
		padding: 25px;
		background: #fff7dd;
	}
	._add .ol_box_1 .ol_list {
		text-align: left;
		line-height: 2;
		font-size: 16px;
		list-style-type: none;
	}
	._add .p_top_txt {
		margin: 25px 0 0;
		text-align: center;
	}
	._add .p_top_txt1 {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
	._add .p_top_txt2 {
		margin: 20px 0 0;
		font-size: 14px;
		text-align: left;
	}
	._add .following_nav {
		display: none;
	}
	._add .ol_list._noitem {
		display: none;
	}
	/*  */
	p.img_01 {
    position: relative;
    top: 0px;
    left: 0;
		width: 100px;
	}
	#head_L p#logo_sub.img_02 {
    position: absolute;
    top: 24px;
    left: 53px;
    width: 120px;
	}
	#head_L p#logo_sub.img_02 .img_02_2 {
		display: none;
	}
	.col2.img_03 {
		margin: 5px;
	}
	.col2.img_04 {
		position: relative;
		top: -40px;
		margin: 0;
	}
	.header-top2._add {
		height: 70px;
		margin: 5px 0 0;
	}
	.header2._add {
		margin: 95px auto 5px;
	}
	.header2._add02 {
		margin: 148px auto 5px;
	}
	#price {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#schedule {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#program {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#curriculum,#curriculum_l2,#curriculum_l3 {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#flow {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#column {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
	#voice {
		display: block;
		margin-top: -140px;
		padding-top: 140px;
	}
#koushi {
  display: block;
	margin-top: -140px;
	padding-top: 140px;
}
#notes {
  display: block;
	margin-top: -140px;
	padding-top: 140px;
}

._add .sp-non{display: none;}
}

/*	column
===============================================================*/
.title_column {
	clear:both;
	margin: 15px 5px 10px;
	background: #274a78;
	border: 2px dashed #fff;
	box-shadow: 0 0 3px 3px #274a78;
	padding: 8px 5px;
}
.title_column .text {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
}
.line {
	clear: both;
	width: 98%;
	height: auto;
	margin: 5px auto;
	padding: 0 1em 2em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 2px 2em;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: left;
}
.line img {
	max-width: 230px;
	float: right;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.line a{
	line-height: 2.2;
}
.line ul {
	margin: 0 0 0 1em;
	padding: 0;
}
.line ul.ttl li {
	margin: 0 0 0 8em;
	padding: 0;
}
.line ul.ttl li:first-child{
	margin: 0;
}
.line .memo {
	margin-left:4em;
}

._add .column_list ul {
		padding: 0 0 0 20px;

	}
._add .column_list .ttl_c {
	color: #274a78;
	display: flex;
	align-items: center;
	position: relative;
	width: 90%;
	height: 45px;
	margin: 15px 0 0;
	padding: 0 0 0 25px;
	line-height: 1.2;
	}
._add .column_list .ttl_c a  {
	color: #274a78;
	text-decoration: none;
}
._add .column_list .ttl_c:before {
	content: "◆";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	}
._add .column_list .ttl_c a:hover {
	background-color: #d98283;
}
._add .column_list .title {
	font-size: 14px;
	text-align: left;
	float: left;
}
._add .column_list .r_date {
	line-height: 1.6;
	color: #333333;
	font-size: 12px;
	padding-left: 15px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}

.r_date {
	line-height: 1.6;
	color: #333333;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}

.appli .link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	margin: 20px auto 10px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	background: #156dc5;
	border-radius: 3px;
}
.appli .link:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	transform: translateY(-50%);
}
.appli .link:hover {
	opacity: 0.5;
}
.appli .close{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	margin: 20px auto 10px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	background: #156dc5;
	border-radius: 3px;
	opacity: 0.7;
}

  /* E Lesson */

.lesson .data {
  text-align: left;
  margin-bottom:10px;
  font-size: 13px;
  line-height: 2;
}

.lesson .data .date-m {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
}
.lesson .data .date-box {
  display: inline-block;
  margin-left: 10px;
}
.lesson .data .date-ttl {
  display: inline-block;
  width: 100px;
  height: auto;
}
.lesson .data .date1,
.lesson .data .date2 {
  display: inline-block;
  background-color: #ccf4a3;
  border-radius: 2px;
  padding: 4px 10px;
  margin: 3px 0;
}
.lesson .data .date0 {
  display: inline-block;
  background-color: #ccc;
  border-radius: 2px;
  padding: 4px 10px;
  margin: 2px 0;
}

.lesson .sec_02 .card_box2 .item {
	width: 100%;
	margin: 0;
	padding:0 20px;
	background: #fff;
	}
.lesson .sec_02 .inner .item_l li {
	text-align: left;
	line-height: 1.9;
	list-style-image: url(../images/li_tri.gif);
}
.lesson #page_top{
  width: 80px;
  height: 50px;
  position: fixed;
  right: 15%;
  bottom: 0;
  background: #5C59A5;
  opacity: 0.8;
}

a[href^="tel:"] {
	text-decoration: none;}

	.ttl-h1 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 11px;
		color: #333333;
		font-weight: 400;
		letter-spacing: 0px;
		text-align:left;
	  }
	  .ttl-h1 a:link, .ttl-h1 a:visited, .ttl-h1 a:hover, .ttl-h1 a:active {
		color: #333333;
		text-decoration: none;
	  }