@charset "UTF-8";
@import url("grid.css");


/*全体
-------------------------------------*/
:root {
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}
img {
	max-width:100%;
	height: auto;
}
a:hover { 
    color: var(--linkhover-color);
}
a.jump {
    display: block;
    margin-top:-82px;
    padding-top:82px;
 }
 a.jump_p {
    display: block;
    margin-top:-140px;
    padding-top:140px;
 }
.y_sp {
    display: none;
}

#page_top {
  position: fixed;
  width: 100px;
  height: 60px;
  right: 30px;
  bottom: 0;
  background: #969696;
  opacity: 0.7;
  z-index: 10;
}
#page_top a {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a:hover {
    opacity: 0.6;
}
#page_top a::before {
  content: '↑';
  font-size: 16px;
  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: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_online{
  width: 130px;
  height: 80px;
  position: fixed;
  right: 0;
  top:200px;
  opacity: 0.9;
  z-index: 4;
}
#page_online a{
  position: relative;
  display: block;
  width: 130px;
  height: 80px;
  text-decoration: none;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 82px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
    background: #fff;
}
.header-left {
    margin: 10px 30px;
}
.ttl-h1 a:link, .ttl-h1 a:visited, .ttl-h1 a:hover, .ttl-h1 a:active {
  color: #333333;
  text-decoration: none;
}
.header-right {
    display: flex;
}
.header-tel-wrap {
    background-color: #4E6EDB;
    width: 120px;
    text-align: center;
}
.header-contact-wrap {
    background-color: #FE9933;
    width: 120px;
    text-align: center;
}
.header-tel-wrap a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.header-contact-wrap a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.header-tel-wrap img {
    margin: 10px auto 5px;
}
.header-contact-wrap img {
    margin: 10px auto 5px;
    width: 38px;
}

a[href^="tel:"] {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
/*footer
-------------------------------------*/
.footer {
    background-color: #6374C1;
    color: #fff;
    font-size: 1.4rem;
}
.footer-link {
    padding: 0.6rem 0.6rem 0 1rem;
}
.footer-link ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-link li {
    position: relative;
    padding-left: 5px;
}
.footer-link li a {
    color: #fff;
    text-decoration: none;
	display: inline;
}
.footer-link li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    transform: translateY(-50%);
}
.copyright {
    text-align: right;
    padding: 0 0.6rem 0.6rem 0.6rem;
}
.copyright a {
    text-decoration: none;
	display: inline;
}
/*	header-navi
===============================================================*/
.header-navi {
	display: flex;
    justify-content: space-between;
    margin: 82px 0 auto;
	padding-top: 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background: #fff;
	height:68px;
}
.navi-p{
	list-style-type: none;
	width: 98%;
	margin: 0px auto;
	padding: 0;
}
.navi-p:before, .dropmenu:after{
	content: "";
	display: table;
}
.navi-p:after{
	clear: both;
}
.navi-p li{
	position: relative;
	width:16.66%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navi-p li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #969696;
	color: #fff;
	font-size: 13px;
	line-height: 1.1;
	text-decoration: none;
	border-left: 0.2px solid #fff;
	background-repeat: no-repeat;
	background-position:14% 53%;
}

/* トップイメージ */
.none-image{
	margin-top: 100px;
}
.plusnavi{
	margin-top: 150px;
}
.top_image {
	display: flex;
    justify-content: center;
	width:100%;
	height:250px;
	margin:0 auto ;
}
.top_image_left {
    display: flex;
	width:700px;
	height:250px;
	margin:0 0 40px;
	padding:0px;
}
.top_image_right {
    display: flex;
	width:250px;
	height:250px;
}
.top_img_buttun_info {
    display: flex;
	width: 240px;
	padding-top:73px;
	padding-left:24px;
}

/* breadcrumblist */
.breadcrumblist{
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 30px;
}
.breadcrumblist._acccolor,
.breadcrumblist._acccolor ol.bc_box li.bc_list a{
  color: #fff;
}

.breadcrumblist ol.bc_box{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.breadcrumblist ol.bc_box li.bc_list:nth-child(n+2){
  padding: 0 0 0 10px;
}
.breadcrumblist ol.bc_box li.bc_list a{
  text-decoration: none;
  color: #000;
}
.breadcrumblist ol.bc_box li.bc_list a:hover{
  color: #ccc;
}
.breadcrumblist ol.bc_box li.bc_list span{
  padding: 0 0 0 10px;
}
/*info
-------------------------------------*/
.info {
	line-height: 1.5; 
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 30px;
}

/* メインコンテンツ */
/*見出し
-------------------------------------*/
.ttl_2 {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 53px;
	margin: 30px auto 8px;
	padding: 0 0 0 55px;
	font-size: 20px;
	color: #fff;
	background: #6B6B6B;
}
.ttl_2:before {
	content: url(../img/ttl_icon.png);
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.ttl_3 {
	display: flex;
	align-items: center;
	position: relative;
	width: 96%;
	height: 48px;
	margin: 10px 0 5px 10px;
	padding: 0 0 0 27px;
	font-size: 20px;
	border-bottom: dotted 1px #b2b2b2;
}
.ttl_3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 37px;
	background: #263e73;
	transform: translateY(-50%);
}

/*コンテンツ共通
-------------------------------------*/
.container-wrap {
    margin: 0 auto;
    max-width: 950px;
    font-size: 1.5rem;
}
ul {
list-style: none;
}

/*font
-------------------------------------*/
.txt_1 {
	line-height: 2;
	font-size: 18px;
}
.txt_13 {
	font-size: 13px;
}
.txt_18 {
	line-height: 2;
	font-size: 1.8rem;
}
.txt_22 {
	font-size: 2.2rem;
}
.color_r {
	color: #d40000;
}
.color_b {
	color: #004fd2;
}
.color_w {
	color:#FFF;
}
.bld {
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.text_center {
	text-align:center;
}
.text_left {
	text-align:left;
}
.color_name {
	font-size: 17px;
	line-height: 1.5;
	color: #28679E;
}
.color_name img {
	vertical-align: middle;
}

/*コンテナ
-------------------------------------*/
.container-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px auto ;
	padding: 10px 0;
}

.img-container {
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 20px 20px;
}
.img-container .img {
	flex-basis: auto;
	flex-shrink: 0; 
	flex-grow: 0;
}
.img-container .text_box {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

.txt_area {
    overflow: visible;
	margin: 10px auto;
	padding: 10px 15px;
	background: #f5f5f5;
}
.txt_area ul li {
	padding:5px 0 8px 12px;
}
.text_box li {
	padding-bottom:5px;
}
.text_box .txt {
	margin-bottom: 16px;
}

.inner {
	text-align: left;
	margin: 5px 0;
	padding: 0 0 0 40px;
}

.list_item {
	width: 90%;
	background-color: #F1F1F1;
	margin: 12px auto;
	padding: 12px 14px;
	text-align: left;
	line-height: 1.7;
}
.list_item h3 {
    font-size: 1.7rem;
	margin-bottom: 8px;
}

.nayami_list {
	margin:5px 0px 5px 16px;
	font-size: 1.1em;
	text-align:left;
	width:550px;
}
.nayami_list li {
	background-image:url(../img/img_check.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:38px;
	margin:0 0 12px 10px;
	float:left;
	list-style-type:none;
}
.list_disc {
	text-align: left;
}
.list_disc li.item {
	margin: 5px 0 0 20px;
	list-style-type: disc;
	list-style-position: inside;
}

/*	curriculum
===============================================================*/
.curriculum {
	width: 900px;
	margin: 15px auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.curriculum .item {
	width: 100%;
	margin: 15px auto;
	padding: 20px 0 16px 16px;
	background: #f5f5f5;
}
.curriculum .item:last-child {
	margin: 0;
}
.curriculum .item .ttl {
	font-size: 17px;
	margin-bottom: 8px;
}
.curriculum .item .txt {
	margin: 0 0 2px;
	text-align: left;
	font-size: 15px;
	margin: 0 0 0 8px;
	align-self: center;
}
.curriculum .item .item_l {
	display: flex;
	margin-top: 12px;

}
.curriculum .item .img {
	display: block;
	width: 360px;
	margin: auto 0;
}
.curriculum .item .txt_box {
	margin-left: 12px;
}
.curriculum .item .txt_box h4 {
	margin-top: 10px;
}

/*	price
===============================================================*/
.table_area {
	width: 880px;
	margin: 15px auto 30px;
	padding: 24px;
	background: #f5f5f5;
}
.table_area table {
	margin: 0 auto 15px;
	border-collapse: collapse;
	background: #fff;
}
.table_area table th,
.table_area table td {
  border-right: solid 1px #fff;
}
.table_area table .item {
	font-size: 1.1em;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
}
.table_area table .item_name {
	width: 150px;
	height: 42px;
	font-size: 1.1em;
	font-weight: bold;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #f5f5f5;
	color: #fff;
	background: #666;
}
.table_area table .item_name._num1 {
	width: 226px;
}
.table_area table .item_name._num2 {
	width: 112px;
	height: 100px;
	border-right: solid 4px #f5f5f5;
}

/*	time＆map
===============================================================*/
.table_tm {
	width: 900px;
	margin: 30px 0 20px 12px;
}
.tableBox_tm table {
	font-size:0.9em;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.tableBox_tm th {
	text-align:center;
	font-weight:normal;
	padding:6px 0px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.tableBox_tm td {
	text-align: center;
	padding:8px 0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	vertical-align:middle;
}

.thbg_navy {
	background-color:#263e73;
}
.w80 {
	width:80px;
}
.w130 {
	width:130px;
}
.w150 {
	width:150px;
}
.w220 {
	width:220px;
}
.w240 {
	width:240px;
}
.tm_topic {
	text-align:left;
	font-size:0.9em;
	color:#555;
	padding-left: 20px;
}


.toplink{
	height:auto;
	margin-bottom:30px;
}
.toplink .txt{
	text-align:right;
	font-size:1.4rem;
}

/*	bottom_contact
===============================================================*/
.bottom_contact {
	padding: 0px;
	margin: 10px auto 30px;
	height: 135px;
	text-align:center;
	overflow: hidden;
	width:950px;
	border-top:1px #e2dbbf solid;
	padding-top:10px;
	clear:both;
}
.bottom_contact ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bottom_contact li{
	float: left;
	margin: 0px;
	padding: 0px;
}
/*	bottom_flow
===============================================================*/
.bottom_flow .inner {
	clear: both;
	margin: 20px auto ;
	padding: 0;
}
.bottom_flow .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bottom_flow .box .item {
	position: relative;
	width: 296px;
	padding: 6px 18px 18px;
	list-style-type: none;
	border-right: solid 2px #fff;
	background: #d4d3ea;
}
.bottom_flow .box .item:before {
	content: '';
	position: absolute;
	top: 12px;
	right: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
}
.bottom_flow .box .item:after {
	content: '';
	position: absolute;
	top: 12px;
	right: -10px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #d4d3ea;
	z-index: 3;
}
.bottom_flow .box .item:last-child:before,
.bottom_flow .box .item:last-child:after {
	content: none;
}
.bottom_flow .box .item .ttl {
	text-align: left;
	font-size: 18px;
	color: #0e0d6a;
	font-weight: bold;
}
.bottom_flow .box .item .ttl>span {
	display: inline-block;
	margin: 0 20px 0 0;
}
.bottom_flow .box .item .img {
	width: 254px;
	height: auto;
	margin: 6px 0 0;
}
.bottom_flow .box .item p {
	margin: 8px 0 0;
	color: #0e0d6a;
}
.bottom_flow .txt_area {
	margin: 0 ;
	background-color: transparent;
}
.bottom_flow .txt_area .txt_list {
	width: 452px;
	margin: 30px auto 0;
}
.bottom_flow .txt_area .txt_list .txt {
	position: relative;
	padding: 0 40px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.bottom_flow .txt_area .txt_list .txt:before {
	content: url("../img/check_icon.png");
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bottom_flow .txt_area .txt_list .txt .mrk {
	background: linear-gradient(transparent 70%, #ffae13 70%);
}
.bottom_flow .txt_area .txt_bg {
	background-size: cover;
	background: url("../img/arrow_back.png")no-repeat;
	background-position: center;
	text-align: center;
	height: auto;
}
.bottom_flow .txt_area .txt_bg .txt {
	font-size: 1.8em;
	padding: 40px 0 80px;
	line-height: 1.2;
	color: #01830a;
}

/* よくある質問 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	text-align: left;
	line-height: 1.6;
	width: 90%;
	margin: 0 0 30px 30px;

}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	margin: 0 auto 1px;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: 600;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1.2em 2em 1.2em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}
.cp_qa .cp_actab label:hover {
	color: #ff6600;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #1b2538;
	background: #ECF8F8;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.8em;
}
/* 質問を開いた時 */
.cp_qa .cp_actab input:checked ~ label {
	color: #0e0d6a;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}

.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*	column
===============================================================*/
.title_column {
	clear:both;
	margin: 10px 0px 15px;
	background: #274a78;
	border: 2px dashed #fff;
	box-shadow: 0 0 3px 3px #274a78;
	padding: 15px;
}
.title_column h2  {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #fff;
}

.sub-t {
	clear:both;
	margin: 14px 0 0 10px;
	border-left: 4px solid #274a78;
	padding: 6px 0 8px 12px;
	border-bottom: dotted 1px #b2b2b2;
}
.sub-t h3  {
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
.column h4  {
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}
.column .line {
	clear: both;
	width: 96%;
	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 2.5em;
	line-height: 1.8;
	letter-spacing: 0.09em;
	text-align: left;
	margin: 10px auto 24px;
}
.line ul {
	margin: 0.8em 0 1em 1.6em;
	line-height: 2;
	font-size: 1.05em;
	padding: 0;
}
.line .memo {
	margin-left:4em;
}
.line img {
	float: right;
	margin-left: 2em;
	margin-top: 0.6em;
}
.column_item{
	width: 97%;
	background-color: #F1F1F1;
	margin: 12px auto;
	padding: 12px 14px;
	text-align: left;
	line-height: 1.6;
}
.sv-t {
	clear:both;
	margin: 10px 0 20px;
	background: #545454;
	padding: 8px 16px;
	font-size: 0.95em;
}
.sv-t h2  {
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: #fff;
}
.sv .line .svimg {
	float: left;
	margin: 0.2em 1.2em 0 0;
}
.sv .line .svname {
	float: none;
	margin: 0;
	vertical-align: top;
}
.sv_name{
	font-size   : 1.2em;
	line-height : 1.6em;
	color: #28679E;
}
.column .r_date {
	line-height: 1.9;
	color: #333333;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}
.column_list {
	width: 90%;
	margin: 30px auto;
}
.column_list .ttl_c  {
	position: relative;
	height: 42px;
	margin-top: 10px;
	padding: 0 0 0 45px;
	border-bottom: dotted 0.1px #274a78;
}
.column_list .ttl_c a  {
	color: #274a78;
	text-decoration: none;
}
.column_list .ttl_c a:before {
	content: "◆";
	position: absolute;
	top: 46%;
	left: 15px;
	transform: translateY(-50%);
}
.column_list .ttl_c a:hover {
	background-color: #d98283;
}
.column_list .title {
	font-size: 15px;
	text-align: left;
	padding-top: 5px;
	float: left;
}


@media (max-width: 768px) {
.header {
    height: 60px;
}
.header-left {
    margin: 5px 0 0 5px;
}
.header-left img {
    width: 60%;
}
.header-right {
    position: absolute;
    right: 0;
}
.header-tel-wrap {
    width: 70px;
    height: 60px;
}
.header-tel-wrap a {
    font-size: 10px;
}
.header-tel-wrap img {
    width: 30px;
}
.header-contact-wrap {
    width: 70px;
    height: 60px;
}
.header-contact-wrap a {
    font-size: 10px;
}
.header-contact-wrap img {
    width: 30px;
    margin: 5px auto 3px;
}
.ttl-h1 {
    font-size: 10px;
}
.header-navi {
	width:100%;
	margin:60px auto 5px;
}
.navi-p {
	list-style-type: none;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}
.navi-p:before, .navi-p:after {
	content: "";
	display: table;
}
.navi-p:after {
	clear: both;
}
.navi-p li {
	float: left;
	position: relative;
	width:33.3%;
	margin: 0;
	padding: 0;
    text-align: center;
}
.navi-p li a {
 	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #969696;
	color: #fff;
	text-decoration: none;
	border-left: 0.1px solid #fff;
	border-top: 0.1px solid #fff;
}
#page_top {
    right: 0px;
}

.n_sp {
	display: none;
}
.y_sp {
	display: block;
}

.img-container  {
	flex-direction: column;
    align-items: center;
}
.img-container  .img {
	flex-basis: auto;
    width: auto;
}

.img-container .text_box {
	width: 95%; 
	margin: 0 auto;
}

.top_image {
	flex-direction: column;
    align-items: center;
	height: auto;
}
.top_image_left {
	max-width:700px;
	width: 100%;
	height: auto;
  }
  .top_image_right {
    display: none;
  }
  .plusnavi{
	margin-top: 190px;
}
.breadcrumblist{
    margin: 10px 0 0;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;	
}
.nayami_list {
	margin:5px;
	font-size: 1em;
	width:100%;
}
.curriculum {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.curriculum .item .item_l{
    display: block;
    width: 100%;
    margin-top: 8px;
}

.curriculum .item .item_l .img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 360px;
}
.curriculum .item .item_l .txt_box {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.table_area {
	width: 100%;
	margin: 10px auto 20px;
	padding: 10px 8px;
}
.table_tm {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin:5px auto;
}
.bottom_flow  .box .item {
    margin-bottom: 10px;
}
.bottom_flow  .box .item:before {
    display:none;
}
.bottom_flow  .box .item:after {
    content: none;
}
.bottom_flow  .box .item:last-child:before,
.bottom_flow  .box .item:last-child:after {
    content: none;
}
.bottom_flow .txt_area{
    width: 100%;
    font-size: 0.8em;
    margin: 0;
}

.bottom_flow .txt_area .txt_list {
    width: 100%;
    margin: 10px auto 0;
}
.bottom_flow .txt_area .txt_list .txt{
    font-size: 19px;
}
.bottom_flow .txt_area .txt_bg {
	background-size: contain;
}
.bottom_contact {
	width:98%;
	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;
}
}