
/*!
 * style.css
 *   ★デザイン編集時はこのCSSを編集すること★
*/
	/* ↓各画面幅個別指定↓*/
	/* @media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
	/* }*/
	/* @media screen and (min-width: 768px) and (max-width: 979px) {*/
	/* 768px - 979px用（タブレット用）の記述 */
	/* }*/
	/* @media screen and (min-width: 480px) and (max-width: 767px)  {
	/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
	/* }
	/* @media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
	/* }*/

/*-----------
common
-----------*/
body{
	/*
	font-family:"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
	*/
	font-size:14px;
	line-height:190%;
}

.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p30{padding:30px;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;} /* sasa add 20.12.15 */

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}

.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb25{margin-top:25px;margin-bottom:25px;}
.mtb30{margin-top:30px;margin-bottom:30px;}

.v-top{
	vertical-align:top;
}

.org-info .org-address, .org-info .org-tel, .org-info .org-fax, .org-info .org-address, .org-info .org-map, .org-info .org-map-image {
    margin-left: 0;
}

#content .unit-image-zoom::before {
    position: absolute;
    top: 5px;
    left: 15px;
    left: 25px;
    content: normal;
	/*content: "\f055";
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;*/
}

.button-title{
	text-align:center;
	color:#fff;
	font-size: 1.3em;
	padding: 1em 1.3em;
	line-height: 1.5em;
	margin-bottom:3em;
	vertical-align: middle;
	border-radius: 40px;
	width:50%;
	/*background: -webkit-repeating-linear-gradient(-45deg, #c5eb87, #c5eb87 3px,#e9f4ff 3px, #e9f4ff 7px);*/
	background: repeating-linear-gradient(-45deg, #e18537, #d1894d 3px,#db6128 3px, #ec5332 7px);
}
@media screen and (max-width: 768px) {
	.button-title{
	text-align:center;
	color:#fff;
	font-size: 1.2em;
	padding: 1em 1.3em;
	line-height: 1.5em;
	margin-bottom:3em;
	vertical-align: middle;
	border-radius: 40px;
	width:98%;
	/*background: -webkit-repeating-linear-gradient(-45deg, #c5eb87, #c5eb87 3px,#e9f4ff 3px, #e9f4ff 7px);*/
	background: repeating-linear-gradient(-45deg, #e18537, #d1894d 3px,#db6128 3px, #ec5332 7px);
}
}
.box-close {
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

footer .sitemap a{
    color:#eee;
}

dt{
    font-weight:normal;
}

/* GoogleMapのiframeをレスポンシブ化 */
.ggmap {
	position: relative;
	padding-bottom: 76.00%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------
　list系共通
-----------------------*/
#content .unit-text ul, #content .unit-text ol.listdesign01 {
    margin: 5px 0 5px 0px;
}

ol.listdesign01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1em;
}
ol.listdesign01 li {
	position: relative;
    padding: 7px 5px 7px 40px;
    margin: 7px 0 10px 0px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: dashed 1px #ccc;
}
ol.listdesign01 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*-----------------------
　table系共通
-----------------------*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 1.5em;
}

/*table.about-list*/
table.about-list{
}
table.about-list th{
	background-color:#EAEAEA;
	/*width:120px;*/
	min-width: 7em;
	font-weight:normal;
	text-align:center;
	vertical-align:middle !important;
}
table.about-list th,
table.about-list td{
	/*border-top:2px solid #fff !important;*/
	border-top:none !important;
	border-bottom:1px solid #ccc !important;
}

table.about-list-sub th,
table.about-list-sub td{
	vertical-align:top;	
	border:none !important;
}
table.about-list-sub td{
	padding-left:10px;
}

table.history-list th{
	color:#009EDF;
	/*min-width:80px;*/
	font-weight:normal;
	vertical-align:middle !important;
}
table.history-list th,
table.history-list td{
	border-top:none !important;
	border-bottom:1px solid #ccc !important;
}
table.history-list tr th:first-child{
	/*width:100px;*/
	width:75px;
}
table.history-list tr th.month{
	text-align:right;
	width:45px;
}

/*table_outline*/
table.table_outline {
    width: 100%;
    margin: auto;
    text-align: left;
    line-height: 1.7;
    border-top: 1px solid #e8eded;
}
table.table_outline tr {
    border-bottom: 1px solid #e8eded;
}
table.table_outline th {
    min-width:80px;
    padding: 20px 0;
    border-right: 1px solid #e8eded;
	font-weight:bold;
}
table.table_outline td {
    padding: 20px 0 20px 30px;
}

/*table_guide*/
h5.n-title{
	text-align: center;
	font-size: 24px;
	background: #D8F6CE;
	color: #4e8b59;
	padding: 10px;
}
h5.c-title{
	text-align: center;
	font-size: 24px;
	background: #add8e6;
	color: #375962;
	padding: 10px;
}
.guide{
    /*width: 80%;*/
    margin: 0 auto;
}
.guide:nth-child(2){
  margin-top:1em;
}
.guide table{
    width: 100%;
}
.guide table tbody tr th,
.guide table tbody tr td{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}
.guide table tbody tr th{
    text-align: left;
    background: #eee;
    width: 30%;
	font-weight:bold;
}
.guide table tbody tr td{
    width: 70%;
}
.occ{
  background: #fff !important;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
    .guide{
        width: 100%;
        margin: 0 auto;
    }
    .guide table tbody tr th,
    .guide table tbody tr td{
        padding: 10px;
    }
    .guide table tbody tr th{
        text-align: left;
    }
}

/*table price*/
table.table01 {
	width:100%;
	border-right: #999 solid 1px;
	border-collapse: collapse;
	margin-top: -2em;
}
table.table01 thead th {
	background: #A4B374;
	color:#FFF;
	padding:5px 10px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#ccc solid 1px;
}
table.table01 tbody th {
	background:#A4B374;
	color:#FFF;
	padding:5px 10px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#999 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:5px 10px;
	border-left:#999 solid 1px;
	border-bottom:#999 solid 1px;
	vertical-align:top;
}
table.table01 tbody td ul li{
	list-style:inside;
	padding-left:2em;
}

@media screen and (max-width: 640px) {
table.table01 {
	margin-bottom:2em;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:5em;
}
table.table01 tbody td ul li{
	list-style:inside;
	padding-left:4em;
}
}
/*ここまで*/


/*-----------------------
　navbar系共通
-----------------------*/
/*
@media (min-width: 1200px) {
	.navbar{
		min-height:75px;
	}
	.navbar-brand{
		height:75px;
	}
	.navbar-brand > img{
		max-height:65px;
	}
}
*/



.navbar {
    border: none !important;
}



.navbar-inverse{
	/*background-color: #330000;
    border-color: #330000;*/
    background-image: linear-gradient(to bottom, #fff 0px, #fff 70%);
    border-bottom: 2px solid #efde52 !important;
}

.navbar-inverse .navbar-nav > li > a{
	text-shadow:none;
}

.navbar-default {
    /*background-image: linear-gradient(to bottom,#fff 0,#fff 100%) !important;*/
}

.navbar-default .navbar-nav > li > a{
	color: #ce7f30;
	letter-spacing: 0.1em;
}

.navbar-inverse .navbar-collapse{
	border-color:#fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
    background-image: none;
    box-shadow: none;
}



.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: none;
}

/*
.navbar-inverse ul{
	text-align: center;
}
*/

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a{
	color: #888;
}

.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li{
	border-right:none;
	letter-spacing: 0.05em !important;
	/*display: inline-block;*/
}

.navbar-inverse .navbar-nav > li > a{
	color:#333;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	background-color:#eee;
	color:#333;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
		background-color:#cdcdcd;
	}
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
	background-color:#dcdcdc;
	color:#333;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{
	background-image:none;
	box-shadow:none;
	/*color:#666;*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color:#b7a733;
	color:#fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li{
    border-bottom: 1px solid #ccc;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
	/*text-decoration:underline;*/
}
.navbar-nav > li > .dropdown-menu{
	/*margin-left:25px;*/
}

.navbar-inverse .navbar-toggle{
	border-color: #aaa;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#aaa;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-inverse .header-menu-selected{
	background-color: #efde52;
}

.footprint{
	display: none !important;
}
footer.footer .footprint.hidden-xs{ /* Add T2 19.06.20 */
	display: block !important;
}


#gnavi-m .scroll a::after{
	font-size:16px;
	line-height:16px;
}


.extra-menu .extra-menu-item a{
}
.extra-menu .extra-menu-item a:hover{
	text-decoration:underline;
}
.extra-menu .extra-menu-item .extra-menu-item-name{
	padding:10px;
}

.block-title {
    text-align: center;
    font-size: 45px;
    margin-top: 0.5em;
}
.block-subtitle{
	text-align:center;
	font-size:18px;
	color:#888;
	margin-bottom:20px;
}
.block-border{
	border-top:2px dotted #ccc;
}

.section-title{
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	padding:15px 0;
	margin:15px 0;
	color:#555;
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
}

.page-head h1.page-head-text-title{
	text-align:center;
	font-size:38px;
}
.page-head h3.page-head-text-subtitle{
	text-align:center;
	font-size:18px;
	color:#888;
	margin-bottom:20px;
}

#content .page-head{
    padding: 15px 0 0;
}

/*****追加2019.02.28 Li*****/
#content .page-head h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
    border-bottom: 3px dotted;
    padding: 0 0 1em 0;
    font-size: 2.5em;
}

#content .page-head div.line {
    margin-bottom: 10px;
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
#content .page-head h3 {
    font-size: 1.5em;
}
}

.txt-message{
padding: 0.2em 1em;
text-align: center;
}

@media screen and (max-width: 640px) {
.txt-message{
padding: 0.2em 1em;
text-align: left;
}
}

/****ここまで*****/

.page-head .page-head-text-comment{
	color:#555;
}

.page-head .page-head-text-comment-box{
	border-top:2px dotted #ccc;
	padding:15px 0;
	
}

.page-head .page-head-text-note{
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	padding-top:15px;
}
.page-head .page-head-text-note .page-head-text-note-item{
	padding-bottom:15px;
}

.page-head .page-head-text-note .page-head-text-note-title{
    color: #555;
    font-size: 18px;
    font-weight: bold;
}
.page-head .page-head-text-note .page-head-text-note-text{
	padding-top:10px;
}

.page-head .page-head-pickup{
	margin-top:15px;
	text-align:center;
}
.page-head .page-head-pickup img{
	max-width:200px;
	display:inline-block;
}

@media (max-width: 767px) {
	.block-title {
	text-align: center;
	font-size: 30px;
	margin-top: 0.5em; }
}

/*-----------
index-header
-----------*/
/*
.navbar-brand > img{
	max-height: 25px;
}
*/
/*
#content .index-header {
    background-color: #4C9ED9;
}
*/
/*
#content .index-header .slide-image .carousel .carousel-inner .item {
    width: 1000px;
    height: 500px;
}

@media (max-width: 767px) {
#content .index-header .slide-image .carousel .carousel-inner div.item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
*/
.page-head h1.page-head-text-title{
	text-align:center;
	font-size:22px;
}
}

/*-----------
index-fixed
-----------*/
.index-fixed .col-sm-4, .col-xs-3 {
    padding-right: 3px;
    padding-left: 3px;
}

#content .index-fixed .item {
    /*padding-bottom: 25px;*/
    /*border: 5px solid #ccc;*/
    /*padding: 1em;*/
    /*margin-bottom: 1.5em;*/
}

#content .index-fixed .item .item-note{
	padding: 10px 0;
}

#content .index-fixed .item .item-note .title{
	font-size:18px;
	/*font-weight: bold;*/
	/*padding-top:0.5em;*/
	color: #333;
}

#content .index-fixed .item .item-note .title:after{
	margin-left: 10px;
}

#content .index-fixed .item .item-note .item-text {
	color:#000;
}

#content .index-fixed {
	background-color: #e9e5e2;
    padding-top: 30px;
    margin-bottom: 30px;
}

#content .index-fixed .item .item-note{
	background-color:transparent;
}

#content .index-theme,
#content .index-whatsnew,
#content .index-news,
#content .index-press,
#content .index-media,
#content .index-event {
    padding-top: 0px;
	margin-bottom: 1em;
}

#content .index-theme,
#content .index-news,
#content .index-event,
#content .index-contact{
	/*padding-top:25px !important;*/
	margin-bottom: 2em;
}

#content .index-theme h3,
#content .index-news h3,
#content .index-event h3,
#content .index-contact h3 {
	margin-top:0;
	font-size:20px;
}

#content .index-theme .item,
#content .index-whatsnew .item,
#content .index-news .item,
#content .index-press .item,
#content .index-media .item,
#content .index-event .item {
	border-top:none;
    margin-bottom: 0px;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#content .index-event .item a
#content .index-news .item a,
#content .index-theme .item a{
	padding: 5px 10px;
}

#content .index-news .col-sm-9,
#content .index-contact .col-sm-7{
	border-left:2px dotted #ccc;
}



#content .index-theme .item a,
#content .index-whatsnew .item a,
#content .index-news .item a,
#content .index-press .item a, 
#content .index-media .item a,
#content .index-event .item a {
    padding: 8px 10px 3px 10px;
    color: #333;
    display: block;
}


#content .index-theme .item a span.type,
#content .index-whatsnew .item a span.type,
#content .index-news .item a span.type,
#content .index-event .item a span.type {
    background-color: #ccc;
}
#content .index-press .item a span.type,
#content .index-media .item a span.type {
    background-color: #ccc;
    color:#333;
}

#content .index-tabs {
    margin: 1.5em 0;
    /*border-bottom: 5px solid #eee;*/
}

#content .index-tabs .tab-content {
    padding: 0;
    border: none;
	background-color: aliceblue;
}

#content .index-tabs .nav-tabs > li.active > a,
#content .index-tabs .nav-tabs > li.active > a:hover,
#content .index-tabs .nav-tabs > li.active > a:focus {
    color: #333;
    border: 1px solid #ccc;
    border-bottom: 1px solid aliceblue;
    position: relative;
    background-color: aliceblue;
}

/*
@media (min-width: 480px) {
    #content .index-theme .item::before, #content .index-whatsnew .item::before, 
    #content .index-news .item::before, #content .index-event .item::before,
    #content .index-info .item::before, #content .index-press .item::before{
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        margin-top: -30px;
        top: 50%;
        left: 10px;
    }
}
*/
#content .index-theme .item::before, 
#content .index-whatsnew .item::before, 
#content .index-news .item::before, 
#content .index-event .item::before,
#content .index-info .item::before,
#content .index-press .item::before,
#content .index-media .item::before{
    content: "";
}
#content .index-theme .item::after,
#content .index-whatsnew .item::after,
#content .index-news .item::after,
#content .index-event .item::after,
#content .index-info .item::after,
#content .index-press .item::after,
#content .index-media .item::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -16px;
    top: 50%;
    right: 7px;
}


@media (max-width: 767px) {
	#content .index-news .col-sm-9,
	#content .index-contact .col-sm-7{
		border-left:none;
	}
}

#content .index-banner .item {
	padding: 0;
	margin: 5px;
}

#content .index-contact .item{
	padding:5px 0;
}

#content .index_btm{
	margin-top:25px;
	background-color:#fff;
	/*padding-bottom:5em;*/
	padding-top:2em;
/*
	background-image: url(//www.xxx.net);
	background-repeat:no-repeat;
*/
}

#content-h .backstretch-box .backstretch .backstretch-slide-title {
    font-size: 2.5em;
	font-weight:bold;
	line-height:1.6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0em 2em;
	text-shadow: 2px 2px 5px #111;
}

@media screen and (max-width: 640px) {
	#content-h .backstretch-box .backstretch .backstretch-slide-title{
	font-size: 1.7em;
	line-height:1.6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0em 1em;
	text-shadow: 2px 2px 5px #111;
	}
}


#content .to-webcatalog.icon-link .unit-related-label::after{
    content: "\f08e" !important;
    font-family: FontAwesome;
}

.index-banner{
	/*background-color:#ccc;*/
	padding:0.5em 0;
}

#content div.line {
    margin-bottom: 0;
    width: 100%;
}

/*-----------
.idx-01-05
-----------*/
.idx-01 #content .index-pr,
.idx-03 #content .index-pr,
.idx-05 #content .index-pr {
    padding-top: 1em;
    /*padding-bottom: 25px;*/
}

.idx-01 #content .index-pr .item .title,
.idx-03 #content .index-pr .item .title,
.idx-05 #content .index-pr .item .title {
    font-size: 1.1em;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px #999 dotted;
}

.idx-05 #content .index-info,
.idx-05 #content .index-press,
.idx-05 #content .index-media {
    margin-top: 0;
    padding-top: 0px;
}

/*-----------
.idx-02
-----------*/
.idx-02 #content .index-pr .item .title, .idx-04 #content .index-pr .item .title {
    padding: 0.2em 1em;
    font-weight: bold;
    border-bottom: 1px dotted;
}

.idx-02 #content .index-pr .item .item-text, .idx-04 #content .index-pr .item .item-text {
    padding: 0.2em 1em;
}

/*-----------
original html
-----------*/

.idx-block .idx-ibox img{
	margin:10px 0;
	border-radius:10px;
}

.idx-block .idx-cbox img{
	border-radius:3%;
	padding-bottom:3px;
}

.idx-block .idx-cbox h3{
		font-size:16px;
		font-weight:bold;
	}
	
.idx-block .idx-cbox p{
	font-size:100%;
	text-align:left;
	letter-spacing:0.1em;
	line-height: 1.8em;
}

.idx-block .idx-cbox div.idx-cboxleft {
	font-size:90% !important;
	float: left;
	width: 49.5%;
	border-right: 1px dotted #ccc;
	padding-right: 2.5%;
	line-height: 1.6em;
}

.idx-block .idx-cbox div.idx-cboxleft2 {
    font-size: 90% !important;
    float: left;
    width: 33.3%;
    border-right: 1px dotted #ccc;
    padding: 1em;
    line-height: 1.6em;
    min-height:700px;
}

@media screen and (max-width: 768px) {
    .idx-block .idx-cbox div.idx-cboxleft2 {
        float: none;
        width: 100%;
        min-height:auto;
    }
}

.idx-block .idx-cbox div.idx-cboxright {
	font-size:90% !important;
	float: right;
	width: 47%;
	line-height: 1.6em;
}

@media screen and (max-width: 640px) {
	.idx-block .idx-cbox h3{
		font-size:15px;
		font-weight:bold;
	}
	
	.idx-block .idx-cbox p{
		font-size:100%;
		text-align:left;
}

.idx-block .idx-cbox div.idx-cboxleft2 {
    font-size: 90% !important;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
	border-right: none;
    padding: 1em;
    line-height: 1.6em;
	clear:both;
}
}


/*-----------
company
-----------*/
#company{
	padding: 0px 3% 40px;
}

#company p{
	text-align: left;
}

#companyinner{
	max-width: 960px;
	margin: 0 auto;
}

#companyinner table{
	margin: 0 auto;
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0px;
}

#companyinner table tr{
	border-bottom: 1px solid #aaa;
}

#companyinner table th, #companyinner table td{
	padding: 10px;
}

#companyinner table th{
	width: 25%;
	font-weight: normal;
	padding-left: 50px;
	text-align: middle !important;
    white-space: nowrap;
    vertical-align: top;
}

#companyinner table td{
	width: 80%;
	padding-left: 50px;
	text-align: left !important;
}
@media screen and (max-width: 768px) {
	#company{
		padding: 0;
	}
	#companyinner table{
		width: 100%;
	}
	#companyinner{
		max-width: 100%;
		margin: 0 auto;
	}
	#companyinner table th{
		padding: 10px;
	}
	#companyinner table td{
		padding-left: 30px;
	}
}


/*-----------
recruit
-----------*/
#recruit{
	text-align: left;
}
#recruit p{
	padding: 1em 2em;
}
@media screen and (max-width: 480px) {
    #recruit p{
    	padding: 0.5em;
    }
}
#recruit p b{
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #8C7BC6;
}


/*-----------
.design-a
-----------*/
#content.design-a .page-head {
    padding: 15px 0 0;
}

#content.design-a .page-main{
	padding:0 !important;
	margin:0;
}

#content.design-a h5.unit-title {
    position: relative;
    margin: 10px 0px 20px 0px;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
}

#content.design-a h5.unit-title::after {
    content: " ";
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    bottom: -5px;
    left: 0px;
    width: 120px;
    width: 60%;
    height: 20px;
    background: rgba(25, 168, 146, 0.2);
    /*-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);*/
}

#content.design-a table.spec-table {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DAD5D4;
    border-right-color: #DAD5D4;
    border-bottom-color: #DAD5D4;
    border-left-color: #DAD5D4;
}

#content.design-a table.spec-table td {
    padding: 7px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #DAD5D4;
    border-right-color: #DAD5D4;
    border-bottom-color: #DAD5D4;
    border-left-color: #DAD5D4;
    text-align: left;
    vertical-align: top;
    width: auto;
}

#content.design-a .page-submenu dl dd {
    padding: 10px;
    margin-left: 0px;
    border-bottom: solid 1px #ddd;
}

#content.design-a .page-submenu dl dd a {
    margin-left: 15px;
    position: relative;
}

#content.design-a .unit-text ul.ruleul {
    margin: 0.5em 0.5em 0.5em 2em;
}

@media screen and (max-width: 768px) {
    #content.design-a h5.unit-title {
    position: relative;
    margin: 10px 0px 20px 0px;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    line-height: 150%;
}
}

/*-----------
.design-b
-----------*/
#content.design-b h5.unit-title:first-child {
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
	padding: 0.3em 0;
	margin-top: -0.3em;
}

#content.design-b h5.unit-title {
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
	padding: 0.3em 0;
}

#content.design-b h5.unit-title {
    border-bottom: solid 4px #c6d5cf;
    position: relative;
}

#content.design-b h5.unit-title::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #F3DF6D;
    bottom: -4px;
    width: 30%;
}

/* sasa add 20.12.15 */
#content .unit-main{
	margin-bottom: 30px;
}

/*----------
.design-c
----------*/

#content.design-c .theme-title {
    border: none;
    background-color: #e9e5e2;
	line-height: 1.5em;
}

#content.design-c .unit-wrapper {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#content.design-c .theme-attr {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    font-size: 80%;
}

#content.design-c h5.unit-title {
    border-left: 7px solid #aaa;
    padding: 0.8em 0.5em;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
}

#content.design-c .page-submenu dl dd {
    padding: 10px;
    margin-left: 0px;
    border-bottom: solid 1px #ddd;
}

#content.design-c .page-submenu dl dd a {
    margin-left: 15px;
    position: relative;
}

#content.design-c .unit-image img.img-responsive {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
}


/*-----------
.design-d
-----------*/
#content.design-d .page-head-text {
	line-height:1.8em;
}

#content.design-d .theme-title {
    cursor: pointer;
    border: 1px solid #aaa;
    background-color: #e9e5e2;
    margin: 0;
    padding: 1em;
    font-weight: bold;
	line-height: 150%;
}

#content.design-d h5.unit-title {
    position: relative;
    font-weight: bold;
    font-size: 120%;
	line-height:1.6em;
    color: #CB4470;
}

#content.design-d .unit-text {
    padding: 0.5em 0;
	line-height:1.8em;
}

#content.design-d .unit-image {
    text-align: center;
}

#content.design-d .unit-image > img {
    width: 80%;
    border-radius: 10px;
}

#content.design-d .page-submenu dl dd {
    padding: 15px;
    margin-left: 20px;
    border-bottom: solid 1px #ddd;
}

/*-----------
.design-e
-----------*/
#content.design-e .page-head {
    padding: 15px 0 0;
}

#content.design-e .page-head-image, #content .page-head-movie {
    margin-bottom: 0px;
}

#content.design-e .page-head-files, #content.design-e2 .page-head-files {
    margin-top: 0px;
}

#content.design-e .page-head-text {
    font-size: 1.2em;
    margin: 1em;
    text-align: center;
	line-height: 200%;
}

#content.design-e .unit-text {
    /* padding: 2em; */
    padding: 1em 2em;
}

#content.design-e h5.unit-title{
    /*line-height: 1.8em;
	font-size: 1.3em;
	padding-left: 1.5em;*/
}

#content.design-e  .unit-related {
    border: 1px solid #ccc;
    margin: 1em 0 2em 0;
}

#content.design-e .theme-title {
    padding: 2em 0.5em;
}

#content.design-e .theme-phrase{
    text-align: center;
    font-size: 1.2em;
	padding: 1em 0;
	line-height: 200%;
}

#content.design-e .unit-image img{
	margin-top:15px !important;
	border-radius:10px;
}

#content.design-e h5.unit-title {
	color:#000;
	font-size: 1.3em;
	padding: 1em 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	border-radius: 25px;
	/*background: -webkit-repeating-linear-gradient(-45deg, #c5eb87, #c5eb87 3px,#e9f4ff 3px, #e9f4ff 7px);*/
	background: repeating-linear-gradient(-45deg, #deeef2, #c7f3f3 3px,#e9f4ff 3px, #e9f4ff 7px);
}

@media screen and (max-width: 768px) {
	#content.design-e .page-head-text {
    font-size: 1.1em;
	text-align: left;
	}
	#content.design-e h5.unit-title {
	color:#000;
	font-size: 1.2em;
	padding: 1em 1.3em;
	line-height: 1.5em;
	vertical-align: middle;
	border-radius: 25px;
	/*background: -webkit-repeating-linear-gradient(-45deg, #c5eb87, #c5eb87 3px,#e9f4ff 3px, #e9f4ff 7px);*/
	background: repeating-linear-gradient(-45deg, #deeef2, #c7f3f3 3px,#e9f4ff 3px, #e9f4ff 7px);
}
}

@media screen and (max-width: 640px) {
	#content.design-e .theme-title{
		font-size:18px !important;
		font-weight:bold;
	}
	#content.design-e .theme-title .theme-subtitle {
		font-size: 12px !important;
		padding: 10px 5px 0 5px;
		line-height: 150%;
	}
	#content.design-e .unit-text {
    padding: 0 1em;
	}
	#content.design-e .theme-phrase {
    text-align: left;
    font-size: 1em;
    padding: 1em 0.5em;
    line-height: 180%;
	}
}

/*-----------
.design-e2
-----------*/
#content.design-e2 div.page-head-file img{
	margin-top:-15px;
}

#content.design-e2 .page-head {
    padding: 15px 0 0;
}

#content.design-e2 .page-head-text {
    font-size: 1.2em;
    margin: 1em;
    text-align: center;
	line-height: 200%;
}

	
#content.design-e2 .unit-title {
    font-size: 120% !important;
    padding: 13px 0 0 0;
    line-height: 1.6em;
}

#content.design-e2 .unit-text{
    line-height: 1.7em;
}

/*19.06.22 sasa*/
#content.design-e2 .page-main .row,
#content.design-e2 .page-main .row .col-xs-12.col-sm-4{
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
	#content.design-e2 .theme-title{
		font-size:18px !important;
		font-weight:bold;
	}
	#content.design-e2 .theme-title .theme-subtitle {
		font-size: 12px !important;
		padding: 10px 5px 0 5px;
	}
	#content.design-e2 h3 {
    /*margin-top: 0.5em;*/
	font-size:1.5em;
	font-weight:bold;
	}
}

/*-----------
.design-f
-----------*/
#content.design-f .page-main .row .col-xs-12.col-sm-4 .theme-main {
    background-color: #eee;
    margin-bottom: 5em;
}

#content.design-f .unit-title, #content .theme-f-dummy .unit-title {
    font-weight: bold;
    font-size: 14px;
    border-left: 5px solid #aa88aa;
    padding-left: 0.5em;
}

#content.design-f .unit-image .unit-category, #content .theme-f-dummy .unit-image .unit-category {
    background-color: #363636;
    color: #fff;
    padding: 7px 20px;
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 70%;
    font-size: 1.3em;
}

@media screen and (max-width: 640px) {
	#content.design-f h3 {
    /*margin-top: 0.5em;*/
	font-size:1.5em;
	font-weight:bold;
	}
}
/*-----------
.design-g、design-s
-----------*/
#content.design-s .page-head {
    padding: 15px 0;
}

#content.design-g .unit-title {
    color: #E7811E;
    font-weight: bold;
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 0.5em;
    margin-top: 1em;
}

#content.design-s .unit-related > span {
	width: 100%;
}

#content.design-s p {
	line-height: 1em;
	padding-top: 0.6em;
}

#content.design-s h4 {
	line-height:1.6em;
	margin-top:1em;
}

#content.design-g .unit-related,
#content.design-s .unit-related{
	border: 2px solid #009EDF;
}

#content.design-g .unit-related > span{
	display:inline-block;
}

#content.design-g .unit-related-label,
#content.design-s .unit-related-label{
	border:none;
	background-color:#009EDF;
	color:#fff;
	text-align:center;
}
#content.design-g .unit-related-label::after,
#content.design-s .unit-related-label::after{
	font-size:22px;
	margin:0;
}
#content.design-g .unit-related.to-webcatalog .unit-related-label,
#content.design-s .unit-related.to-webcatalog .unit-related-label{
	width:45px;
}

#content.design-g .unit-main {
    margin-bottom: 4em;
    padding-bottom: 3em;
    border-bottom: 5px dotted #eee;
}

#content.design-g .unit-main .unit-related{
	margin-bottom:15px;
}

#content.design-g .unit-main .unit-related-label{
	display:none !important;
}

#content.design-g .unit-related-link{
	text-align:center;
}
#content.design-g .unit-related-link a{
	display:block;
}
#content.design-g .unit-main .unit-related-link{
	width:100%;
}

#content.design-g .unit-related-1 .unit-related-link{
	background-color:#009EDF;
}
#content.design-g .unit-related-1 .unit-related-link a{
	color:#fff;
}
#content.design-g .webcatalog-icon{
	max-width:28px;
	margin-right:3px
}

#content.design-g .theme-main{
	border-bottom:1x solid #999;
}

#content.design-g .unit-note{
	font-size:90%;
	line-height: 1.8em;
}

/* Comment by T2 
#content.design-g .unit-main {
    margin-bottom: 50px;
	margin-top: 10px;
	border-bottom: 3px solid #999;
}
*/

@media (max-width: 767px) {
	#content.design-g .unit-related.to-webcatalog{
		margin-top:15px;
	}
    #content.design-g .unit-related-label:after,
	#content.design-s .unit-related-label:after{
	    content: "\f105";
        margin-left: 0;
    }
	#content.design-s h3{
		line-height:1.6em;
    }    
	#content.design-s h2{
		line-height:1.6em;
    }
	#content.design-g .unit-note{
		font-size:80%;
	}
}
@media (max-width: 479px) {
	#content.design-s .unit-related-link span.group-name{
		display:none;
    }
	#content.design-s h3{
		line-height:1.6em;
		font-size:1.5em;
    }    
	#content.design-s h2{
		line-height:1.6em;
    }   
}


/*----------
.design-h
----------*/
#content.design-h .attach-files,
#content.design-h .attach-files .attach-file{
	margin:0;
	border:none;
}

#content.design-h .attach-files .attach-file{
	text-align:center;
	background-color:#87A43B;
}
#content.design-h .attach-files .attach-file a{
	padding:6px 15px 7px;
	display:block;
	color:#fff;
}
#content.design-h .attach-files .attach-file a:before{
	content:"";
	margin:0;
}
#content.design-h .attach-files .attach-file a span.file-size{
	display:none;
}

#content.design-h .tab-content{
	margin-bottom:25px;
}

#content.design-h .unit-main {
    margin-bottom: 50px;
/*
    border-bottom: #aaa 1px dotted;
    padding-bottom: 5px;
*/
}

#content.design-h .unit-main .unit-related {
    margin-bottom: 5px;
}

#content.design-h .unit-image, #content .unit-movie {
    margin-bottom: 5px;
}

#content.design-h .unit-title {
	font-size:16px;
}


#content.design-h .nav-tabs > li.active > a, #content.design-h .nav-tabs > li.active > a:hover, #content.design-h .nav-tabs > li.active > a:focus, #content.design-h2 .nav-tabs > li.active > a, #content.design-h2 .nav-tabs > li.active > a:hover, #content.design-h2 .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background-color: #DDE7A9;
}

#content.design-h .nav-tabs, #content.design-h2 .nav-tabs {
    border-bottom: 10px solid #DDE7A9;
}


/*----------
.footer
----------*/
.footer {
    padding: 0;
    width: 100%;
    margin-top: 2em;
}

.footer .container .footer-message {
    padding: 1.3em 0;
}

.footer .container .footer-logo {
    /* width: 100%; */
    width: 60%;    
}

.footer > .footprint,
.footer > .information,
.footer > .shortcut-menu{
	/*color:#666;*/
}

.footer > .information {
    background-color: #fff;
}

.footer > .footprint {
    background-color: #E3E3E3;
}

.footer .container .text-muted{
	/*text-align:center;*/
}

.footer .shortcut-menu .col-sm-3{
	border-left:2px dotted #ccc;
}

.footer .shortcut-menu dl dt{
	border-bottom:none;
}

.footer .shortcut-menu dl dt a,
.footer .shortcut-menu dl dd a{
	color:#666;
}

.sns-page-link {
    padding: 5px 0;
    background-color: #e6d5b9;
    border-top: 1px dotted #999;
    color: #999;
}

.footer > .sitemap {
    padding: 15px 0;
    /*background-color: #1252a4;*/
    background-color: #8b939b;
}

.footer .footer-site-name {
    font-size: 1.2em;
    font-weight: bold;
}

.footer .footer-site-info {
    /*color: #aaa;
	text-align: center;*/
}

.footer .footer-site-info a{
    /*color: #fff;*/
}

.footer > .information-bottom {
    padding: 15px 0;
    background-color: #eee;
    text-align: center;
}

@media (max-width: 479px) {
.footprint {
	font-size: 80%;
    padding: 2px 7px;
    background-color: #1A1414;
}
}

/* Start Add T2 17.11.01 */
.footer .information,
.footer .information-bottom .footer-site-info{
	/*display:none;*/
}

#content .index-theme .col-sm-10, 
#content .index-news .col-sm-10, 
#content .index-contact .col-sm-8{
	border-left:2px dotted #ccc;
}

/*
#content .index-theme .item::before,
#content .index-news .item::before,
#content .index-event .item::before{
	content:"";
}
#content .index-theme .item::after,
#content .index-news .item::after,
#content .index-event .item::after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -7px;
    top:40%;
    right: 7px;
}
*/
/* End Add T2 17.11.01 */



/* Start Add T2 17.12.22 */
#content-h .backstretch-box .backstretch .backstretch-slide-title img{
    transition:none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
    display: inline-block !important;
    width:400px !important;
    height:100px !important;
}
/* End Add T2 17.12.22 */



/* Start Add T2 18.07.27 */
input[type="radio"] + label,
input[type="checkbox"] + label{
    font-size:16px;
}

/* End Add T2 18.07.27 */


/* Start Add T2 18.09.21 */
html:lang(ja) .fa-font::before{
    content:"文字サイズ：";
    font-weight: bold;
}
html:lang(en) .fa-font::before{
    content:"\f031";
}
/* End Add T2 18.09.21 */


/* Lille 18.12.30*/
#content .index-html-source p{
	line-height:1.8em;
}


/* -----------------------------------------------------------------
   Start Add T2 19.01.11
   ----------------------------------------------------------------- */



/* --- .charge-info-list --- */


/* --- .event-info-list --- */
.event-content .event-info-list .theme-main{
    border-top: 3px dotted #aaa !important;
    padding: 0px 10px;
}

.event-content .event-info-list .unit-note.evt-inf-category{
    padding-top:15px !important;
}

@media (min-width: 768px) {
    .event-content .event-info-list .unit-title{
        height: 3.6em;
        vertical-align: middle;
        display: table-cell;    /* [table-cell]にすると[margin]は無効となるので[padding]で調整 */
        padding:10px 0;
    }
}
@media (max-width: 767px) {
    .event-content .event-info-list .unit-title{
        height: 3.6em;
        vertical-align: middle;
        display: table-cell;    
    }
}

#content.design-g .event-content .unit-related .unit-related-link{
    padding:10px 0;
}

#content.design-h .event-content .unit-related-label{
    width:35px;
}
/* -----------------------------------------------------------------
   End Add T2 19.01.11
   ----------------------------------------------------------------- */


/* -----------------------------------------------------------------
   Start Add T2 19.01.16
   ----------------------------------------------------------------- */
nav.navbar > #gnavi-m > ul.nav.navbar-nav > li.login-show{
    background-image: none;
	background-color:#F3E2A9;   /*#2462ce*/
}
/* -----------------------------------------------------------------
   End Add T2 19.01.16
   ----------------------------------------------------------------- */



/* -----------------------------------------------------------------
   Start Add T2 19.02.11 画像移動制御
   ----------------------------------------------------------------- */
@media (max-width: 767px) {
    #content-h .backstretch-box .backstretch img {
    	transition: transform 5.5s;
    	-moz-transition: -moz-transform 5.5s;       /* 所要時間(秒) */
    	-webkit-transition: -webkit-transform 5.5s; /* 所要時間(秒) */
    	transition-timing-function: linear;
    	-moz-transition-timing-function: linear;
    	-webkit-transition-timing-function: linear;
    }

    /* 1個目、4個目、7個目、10個目、13個目 の画像 の制御（上→下へ移動） */
    #content-h .backstretch-box .backstretch .img0,
    #content-h .backstretch-box .backstretch .img3,
    #content-h .backstretch-box .backstretch .img6,
    #content-h .backstretch-box .backstretch .img9,
    #content-h .backstretch-box .backstretch .img12{
    	transform: scale(1.2) translate3d(0, -15px, 0);             /* ここのマイナスの数値と 下の .imgXX.active のプラスの数値を変更でOK (元は-30pxだった)  */
    	-moz-transform: scale(1.2) translate3d(0, -15px, 0);        /* ここのマイナスの数値と 下の .imgXX..active のプラスの数値を変更でOK (元は-30pxだった)   */
    	-webkit-transform: scale(1.2) translate3d(0, -15px, 0);     /* ここのマイナスの数値と 下の .imgXX..active のプラスの数値を変更でOK (元は-30pxだった)   */
    }
    #content-h .backstretch-box .backstretch .img0.active,
    #content-h .backstretch-box .backstretch .img3.active,
    #content-h .backstretch-box .backstretch .img6.active,
    #content-h .backstretch-box .backstretch .img9.active,
    #content-h .backstretch-box .backstretch .img12.active{
    	transform: scale(1.2) translate3d(0, 10px, 0);              /* 元は 30px だった */
    	-moz-transform: scale(1.2) translate3d(0, 10px, 0);         /* 元は 30px だった */
    	-webkit-transform: scale(1.2) translate3d(0, 10px, 0);      /* 元は 30px だった */
    }

    /* 2個目、5個目、8個目、11個目、14個目 の画像 の制御（右→左へ移動） */
    #content-h .backstretch-box .backstretch .img1,
    #content-h .backstretch-box .backstretch .img4,
    #content-h .backstretch-box .backstretch .img7,
    #content-h .backstretch-box .backstretch .img10,
    #content-h .backstretch-box .backstretch .img13{
    	transform: scale(1.2) translate3d(15px, 0, 0);
    	-moz-transform: scale(1.2) translate3d(15px, 0, 0);
    	-webkit-transform: scale(1.2) translate3d(15px, 0, 0);
    }
    #content-h .backstretch-box .backstretch .img1.active,
    #content-h .backstretch-box .backstretch .img4.active,
    #content-h .backstretch-box .backstretch .img7.active,
    #content-h .backstretch-box .backstretch .img10.active,
    #content-h .backstretch-box .backstretch .img13.active{
    	transform: scale(1.2) translate3d(-15px, 0, 0);
    	-moz-transform: scale(1.2) translate3d(-15px, 0, 0);
    	-webkit-transform: scale(1.2) translate3d(-15px, 0, 0);
    }

    /* 3個目、6個目、9個目、12個目、15個目 の画像 の制御（下→上へ移動） */
    #content-h .backstretch-box .backstretch .img2,
    #content-h .backstretch-box .backstretch .img5,
    #content-h .backstretch-box .backstretch .img8,
    #content-h .backstretch-box .backstretch .img11,
    #content-h .backstretch-box .backstretch .img14{
    	transform: scale(1.2) translate3d(0, 10px, 0);
    	-moz-transform: scale(1.2) translate3d(0, 10px, 0);
    	-webkit-transform: scale(1.2) translate3d(0, 10px, 0);
    }
    #content-h .backstretch-box .backstretch .img2.active,
    #content-h .backstretch-box .backstretch .img5.active,
    #content-h .backstretch-box .backstretch .img8.active,
    #content-h .backstretch-box .backstretch .img11.active
    #content-h .backstretch-box .backstretch .img14.active{
    	transform: scale(1.2) translate3d(0, -15px, 0);
    	-moz-transform: scale(1.2) translate3d(0, -15px, 0);
    	-webkit-transform: scale(1.2) translate3d(0, -15px, 0);
    }
}
/* -----------------------------------------------------------------
   End Add T2 19.02.11 画像移動制御
   ----------------------------------------------------------------- */


/* -----------------------------------------------------------------
   Start Add T2 19.02.19 調整
   ----------------------------------------------------------------- */
.menu-btn-fixed{
    background-color:#4C9ED9;
}

.footer .information,
.footer .information-bottom .footer-site-info{
	display:none;
}

@media (max-width: 767px) {

    .carousel-caption h1{
        font-size:24px;
    }

	.fixed-and-scroll-hide{
        background-color:#4C9ED9;

		position:fixed;
		top:70px;
		left:0px;
        
		width:100%;
		height:auto;
		text-align:center;

        padding:40px 0;
	}
    .fixed-and-scroll-hide img.mc-logo-fixed{
        display: inline-block;
    }
    
	.fixed-and-scroll-hide + #content{
		background-color:#fff;
		position:relative;
		margin-top:204px;
	}
    
    .fixed-and-scroll-hide + #content + footer{
		background-color:#fff;
		position:relative;        
    }
}
@media (max-width: 479px) {
    .carousel-caption h1{
        font-size:16px;
    }
}

footer.footer .sitemap.hidden-xs{
    display:block !important;
}

/* -----------------------------------------------------------------
   End Add T2 19.02.19 調整
   ----------------------------------------------------------------- */


/* -----------------------------------------------------------------
   Start Add T2 19.04.04 ヘッダセンタリング
   ----------------------------------------------------------------- */
@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}  

/* -----------------------------------------------------------------
   End Add T2 19.04.04 ヘッダセンタリング
   ----------------------------------------------------------------- */

/* -----------------------------------------------------------------
   Start Edit T2 19.06.20
   ----------------------------------------------------------------- */


@media (max-width: 1199px) {
	.navbar-nav > li > a{
		padding:16px 8px;
	}
}

@media (max-width: 1047px) {
	.navbar-default .navbar-nav > li > a{
		padding:16px 8px;
        font-size:90%;
	}
}
@media (max-width: 847px) {
	.navbar-default .navbar-nav > li > a{
		padding:16px 4px;
        font-size:87.5%;
	}
}

@media (min-width: 768px) {
    .navbar-fixed-top + #content {
        padding-top: 16.5vw;
    }
}
@media (min-width: 1000px) {
    .navbar-fixed-top + #content {
        padding-top: 14.5vw;
    }
}
@media (min-width: 1200px) {
    .navbar-fixed-top + #content {
        padding-top: 13.5vw;
    }
}
@media (min-width: 1600px) {
    .navbar-fixed-top + #content {
        padding-top: 12.5vw;
    }
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a{
		padding:12px 12px;
        font-size:120%;
	}
}

@media (max-width: 479px) {
    .navbar-default .navbar-nav.no-hamburger > li > a{
        padding-left:5px;
        padding-right:5px;
    }
}

@media (max-width: 359px) {
    .navbar-default .navbar-nav.no-hamburger > li > a{
        font-size:90%;
        padding:14px 1px;
    }
}

/* -----------------------------------------------------------------
   End Edit T2 19.06.20
   ----------------------------------------------------------------- */


/* -----------------------------------------------------------------
   Start Edit T2 19.08.13
   ----------------------------------------------------------------- */
.index-media-rush{}

.index-media-rush-theme-title{
    margin-top:50px;
    margin-bottom:10px;
    border-left:10px solid #888889;
    padding:10px 0 10px 10px;
    font-size:24px;
    line-height:1.3em;
}

.index-media-rush-unit{
    margin-bottom:25px;
}
.index-media-rush-unit-title{
    line-height:1.3em;    
}
/* -----------------------------------------------------------------
   End Edit T2 19.08.13
   ----------------------------------------------------------------- */
   
/* -----------------------------------------------------------------
   Start Edit Li 20.02.17
   ----------------------------------------------------------------- */
#fb-editor h4, .rendered-form h4 {
    font-size: 18px;
    padding: 1em;
    border-left: 5px solid #333;
    margin-top: 2em !important;
}

.rendered-form .form-group > label .fb-required, .rendered-form .form-group > label .required-asterisk {
    font-weight: normal;
    margin-left: 1em;
    color: #fff;
    padding: 2px 10px;
    background: #DE5E5E;
    border-radius: 20px;
    font-size: 90%;
}

.rendered-form .form-group > label {
    padding: 0.5em 1em;
    background-color: #fff;
    border-radius: 0px;
    margin-right: 7px;
    margin-bottom: 5px;
    font-weight: bold;
    border-left: 2px dotted #ccc;
}

.rendered-form .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    margin-bottom: 1.5em !important;
}

.formError .formErrorArrowBottom {
    margin: -25px 0 0 12px;
}

.form-ex tbody .form-ex-form-title {
    font-size: 1.1em;
    line-height: 180%;
}

.form-ex .form-ex-form-outline {
    width: auto;
    line-height: 180%;
    font-size: 0.85em;
}
/* -----------------------------------------------------------------
   End Edit Li 20.02.17
   ----------------------------------------------------------------- */

/* -----------------------------------------------------------------
   Start Add T2 20.12.15
   ----------------------------------------------------------------- */

@media screen and (min-width: 480px) {
    :root {
        /* --swiper-theme-color: #58FAF4; */
        --swiper-navigation-size: 84px;
    }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
}

.swiper-type-slide .swiper-container {
    width: 100%;
    height: auto;
}
/* -----------------------------------------------------------------
   End Add T2 20.12.15
   ----------------------------------------------------------------- */


.navbar.navbar-inverse{
    display:none;
}