/*   
Theme Name: The TREMONTE SHUKUGO Ver.1.0.1
Description: TREMONTE Original Theme.
Author: SAKAKI LAB INC.
Author URI: http://www.sakakilab.net
Version: 1.0.1
*/

@charset "UTF-8";


/*--------------------------------------------------------------
RESET
-------------------------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
  vertical-align: bottom;
  right: 4px;
  top: 4px;
}


/*-------------------------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*-------------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------------*/
body {
	font-family: 'Noto Serif JP', serif; /*Google Fonts*/
	width: 100%;
	overflow-x: hidden;
}

html {
	overflow-y:scroll;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

.newslink a:link {
	color: #000000;
	text-decoration: underline;
}
.newslink  a:visited {
	color: #000000;
}
.newslink  a:hover {
	color: #333333;
}
.newslink  a:active {
	color: #333333;
}


header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
header a:visited {
	color: #FFFFFF;
}
header a:hover {
	color: #FAFDA1;
	text-decoration: underline;
}
header a:active {
	color: #FFFFFF;
}

footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFFFFF;
}
footer a:hover {
	color: #FAFDA1;
	text-decoration: underline;
}
footer a:active {
	color: #FFFFFF;
}


/* 画像配置 左 */
img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

/* 画像配置 中央 */
img.aligncenter {
	display: block;
	margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img {
	max-width: 100%;
	height: auto;
}

.img_space {
	margin: 0px 2px 5px 2px;
}

.con_min600 {
  min-height: 600px;
}

.frame-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/*---------------------------------
 共通マージン設定
---------------------------------*/
.mtb10 {
	margin: 10px 0 10px 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
.mtb20 {
	margin: 20px 0 20px 0;
}
.mtb30 {
	margin: 30px 0 30px 0;
}
.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt15 {
	margin-top: 15px;
}
.mt120 {
	margin-top: 120px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml_20 {
	margin: 0 0 0 20px;
}
.mr_10 {
	margin: 0 10px 0 0;
}
.mp15 {
	padding: 15px 0 0 0;
}
.mpt70 {
	padding: 70px 0 0 0;
}

figure {
	margin-bottom: 30px;
}

/*---------------------------------
 Fonts
---------------------------------*/
.cap {
  font-size: 0.9em;
}
.s_txt {
  font-size: 0.75em;
}

/*---------------------------------
 TABLE Setting
---------------------------------*/
/*テーブル全体*/
.table_type1{
  width: 100%;
  text-align: center;
  font-weight: bold;
  overflow: auto;
  white-space: nowrap;
} 
/*見出しセル指定*/
.table_type1 th{
  width: 18%;
  background: #f7f7f7;
  font-size: 1.1em;
  border: solid 1px #acacac;
  padding: 10px;
} 
/*見出し以外のセル指定*/
.table_type1 td{
  padding: 10px;
  border: solid 1px #acacac;
  font-size: 1em;
}
/*行の枠線*/
.table_type1 tr{
  border:solid 2px #acacac;
} 
/*行の奇数指定*/
.table_type1 tr:nth-child(odd){
  background:#ffffff;
} 
/*行の偶数指定*/
.table_type1 tr:nth-child(even){
  background:#ffffff;
} 
/*見出し以外のセルにマウスオーバー時のカラー指定*/
.table_type1 tr:hover{
  background:#fff;
} 

.txt_b {
  font-size: 2.2em !important;
  font-weight: bold;
}


/*---------------------------------
 ページトップへ戻るボタン
---------------------------------*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
}
#page-top a {
    background: #2B2E34;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*---------------------------------
 f_cconnection setting
---------------------------------*/
.f_cconnection_list {
	margin: 15px 0px;
  font-size: 0.8em;
	text-align: center;
}
.f_cconnection_menu {
	display: inline-block;
	text-align: left;
	padding: 5px 0;
	list-style-type: none;
	color: #FFFFFF;
}
.f_cconnection_menu li {
	padding: 4px 0px;
	display: block;
	border-left: none;
}
.f_cconnection_menu li:first-child {
	padding: 0px;
	border: none;
}


ul.footer_list {
  list-style-type: none;
  margin: 15px 0px;
}
ul.footer_list li {
  display: inline;
  padding: 0px 10px;
}
ul.footer_list li + li {
  border-left: 1px solid #FFFFFF;
}


/*-------------------------------------------------------------------------------
 幅768px以下の指定
-------------------------------------------------------------------------------*/

.pc_disp {
	display: none;
}
.sp_disp {
	display: block;
}

.pc_txt-center {
  text-align: left;
}

.wex {
  width: 100%;
  margin: 50px auto 30px auto;
}

.caption {
  padding: 3px 0px 0px 20px;
  font-size: 0.8em;
  color: #FFFFFF;
}

#copyright {
  margin: 20px 0px 0px 0px;
  font-size: 0.7em;
  color: #FFFFFF;
  text-align: center;
}

/*---------------------------------
 Fonts
---------------------------------*/
.h2_midashi {
  font-size: 1.7em;
  color: #A77443;
  text-align: center;
}
.explanation_txt {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.explanation_txt2 {
  font-size: 0.9em;
  padding: 10px 0;
}
.explanation_txt3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #A77443;
  margin: 0px 0px 40px 0px;
}  
.number {
  text-align: center;
}
.title_copy {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #A77443;
}
.title_copy_l {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px;
  border-bottom: 1px solid #A77443;
}

.page_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*縦書き*/
.h2_midashi_v {
  font-size: 1.8em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  border-right: 1px solid #000000;
  min-width: 50px;
  padding: 15px 10px;
  margin: 0px auto;
}
.midashi_area {
  width: 96%;
  height: 70px;
  margin: 50px auto 10px auto;
  border-left: 1px solid #000000;
  position: relative;
}
.midashi {
  font-size: 1.1em;
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.address {
  font-size: 0.9em;
  margin: 0px 0px 10px 10px;
}
.sp_info {
  margin: 0px 0px 5px 20px;
}


/*---------------------------------
 Button
---------------------------------*/
/*ヘッダー用*/
.btn_g1 a {  
  display: none;
}
  
/*ニュース用*/
.btn_g2 a {
  position: absolute;
  top: 20px;
  right: 0px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
}
  
/*センター*/
.btn_g3 a {
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  margin: 0px auto;
}
  
	
/*---------------------------------
 Header
---------------------------------*/
header {
  position: fixed;
	width: 100%;
  height: 95px;
  background: #00478E;
  z-index: 1;
}
#header_inner {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
  
.logo {
  margin: 3px 20px;
}
  
header #contact_area {
  position: absolute;
  width: 100%;
  top:70px;
  right: 0px;
  border-top: 1px solid #FFFFFF;
}
#hcp_area {
  float: none;
}
.hcp_name {
  display: none;
}
.hcp_phone {
  letter-spacing: 3px;
  font-size: 1em;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.hcp_mail {
  display: block;
  position: absolute;
  top: -3px;
  right: 50px;
}


/*---------------------------------
 スライド設定
---------------------------------*/
.swiper {
  margin-top: 95px;
  width: 100%;
  height: 300px;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}


/*---------------------------------
 Footer
---------------------------------*/
footer {
	background: #00478E;
  width: 100%;
  height: auto;
}
#footer_inner {
	width: 100%;
	margin: 0px auto;
  padding: 10px 0px;
	position: relative;
}
ul.footer_list {
  list-style-type: none;
  margin: 15px 0px;
}
.footer_list li {
  margin: 0px 0px 10px 0px;
  font-size: 0.9em;
  color: #FFFFFF;
}

#footer_inner .l_b {
  border-left: 1px solid #5D7FB7;
}

#footer {
  padding: 20px;
  text-align: center;
}


/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width : 768px ){
/*最小幅768px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}

.wex {
  width: 83%;
  margin: 50px auto 30px auto;
}
  
.caption {
  padding: 10px 0px 0px 0px;
  font-size: 0.8em;
  color: #FFFFFF;
  text-align: left;
}

#copyright {
  margin: 20px 0px 0px 0px;
  font-size: 0.7em;
  color: #FFFFFF;
  text-align: center;
}


/*---------------------------------
 Fonts
---------------------------------*/
.h2_midashi {
  font-size: 1.7em;
  color: #A77443;
  text-align: center;
}
.explanation_txt {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.explanation_txt2 {
  font-size: 0.9em;
  padding: 10px 0;
}
.explanation_txt3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #A77443;
  margin: 0px 0px 40px 0px;
}  
.number {
  text-align: center;
}
.title_copy {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #A77443;
}
.page_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.midashi_area {
  width: 96%;
  height: 70px;
  margin: 50px auto 20px auto;
  border-left: 1px solid #000000;
  position: relative;
}
.midashi {
  font-size: 1.1em;
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.address {
  font-size: 0.9em;
  margin: 0px 0px 0px 40px;
}
.as_info {
  position: absolute;
  bottom: 0px;
  left: 130px;
}


/*---------------------------------
 Button
---------------------------------*/
/*ヘッダー用*/
.btn_g1 a {
  border: 1px solid #fff;
  color: #FFFFFF;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  float: left;
}
  
/*ニュース用*/
.btn_g2 a {
  position: absolute;
  top: 20px;
  right: 0px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
}
  
/*センター*/
.btn_g3 a {
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  margin: 0px auto;
}


/*---------------------------------
 Header
---------------------------------*/
header {
  position: fixed;
	width: 100%;
  height: 85px;
  background: #00478E;
  z-index: 9999;
}
#header_inner {
	width: 96%;
	margin: 0px auto;
	position: relative;
}
  
.logo {
  margin: 5px 0px;
}
  
header #contact_area {
  position: absolute;
  width: 430px;
  top: 20px;
  right: 0px;
  border-top: none;
}
#hcp_area {
  float: right;
  }
.hcp_name {
  display: block;
  font-size: 0.8em;
  color: #FFFFFF;
}
.hcp_phone {
  letter-spacing: 3px;
  font-size: 1.3em;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.hcp_mail {
  display: none;
}


/*---------------------------------
 スライド設定
---------------------------------*/
.swiper {
  margin-top: 85px;
  width: 100%;
  height: 400px;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}

  
/*---------------------------------
 Footer
---------------------------------*/
footer {
	background: #00478E;
  width: 100%;
  height: auto;
}
#footer_inner {
	width: 96%;
	margin: 0px auto;
  padding: 10px 0px;
	position: relative;
}

#footer_inner .l_b {
  border-left: 1px solid #5D7FB7;
}

#footer {
  padding: 20px;
  text-align: center;
}
ul.footer_list {
  list-style-type: none;
  margin: 15px 0px;
}
ul.footer_list li {
  display: inline;
  padding: 0px 10px;
}
ul.footer_list li + li {
  border-left: 1px solid #FFFFFF;
}


}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:992px){
/*最小幅992px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}
  
.pc_txt-center {
  text-align: center;
}

.wex {
  width: 83%;
  margin: 50px auto 30px auto;
}

/*2階層目 ヘッダー分 余白用*/
.wrap_ts {
  margin-top: 180px;
}
  
.caption {
  padding: 10px 0px 0px 0px;
  font-size: 0.8em;
  color: #FFFFFF;
}

#copyright {
  margin: 20px 0px 0px 0px;
  font-size: 0.7em;
  color: #FFFFFF;
  text-align: center;
}


/*---------------------------------
 Fonts
---------------------------------*/
.h2_midashi {
  font-size: 1.7em;
  color: #A77443;
  text-align: center;
}
.explanation_txt {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.explanation_txt2 {
  font-size: 0.9em;
  padding: 10px 0;
}
.explanation_txt3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #A77443;
  margin: 0px 0px 40px 0px;
}  
.number {
  text-align: center;
}
.title_copy {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #A77443;
}
.page_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.midashi_area {
  width: 960px;
  height: 70px;
  margin: 50px auto 20px auto;
  border-left: 1px solid #000000;
  position: relative;
}
.midashi {
  font-size: 1.1em;
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.address {
  font-size: 0.9em;
  margin: 0px 0px 0px 40px;
}
.midashi_area_bettei {
  width: 960px;
  height: 150px;
  margin: 50px auto 20px auto;
  border-left: 1px solid #000000;
  position: relative;
}
.midashi_bettei {
  font-size: 1.1em;
  position: absolute;
  top: 45px;
  left: 15px;
}
.as_info {
  position: absolute;
  bottom: 0px;
  left: 130px;
}


/*---------------------------------
 Button
---------------------------------*/
/*ヘッダー用*/
.btn_g1 a {
  border: 1px solid #fff;
  color: #FFFFFF;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  float: left;
}
  
/*ニュース用*/
.btn_g2 a {
  position: absolute;
  top: 20px;
  right: 0px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
}
  
/*センター*/
.btn_g3 a {
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  margin: 0px auto;
}


/*---------------------------------
 Header
---------------------------------*/
header {
  position: fixed;
	width: 100%;
  height: 85px;
  background: #00478E;
  z-index: 9999;
}
#header_inner {
	width: 96%;
	margin: 0px auto;
	position: relative;
}
  
.logo {
  margin: 5px 0px;
}
  
header #contact_area {
  position: absolute;
  width: 430px;
  top: 15px;
  right: 0px;
  border-top: none;
}
#hcp_area {
  float: right;
  }
.hcp_name {
  display: block;
  font-size: 0.8em;
  color: #FFFFFF;
}
.hcp_phone {
  letter-spacing: 3px;
  font-size: 1.5em;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.hcp_mail {
  display: none;
}


/*---------------------------------
 スライド設定
---------------------------------*/
.swiper {
  margin-top: 85px;
  width: 100%;
  height: 500px;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}


/*---------------------------------
 Footer
---------------------------------*/
footer {
	background: #00478E;
  width: 100%;
  height: auto;
}
#footer_inner {
	width: 96%;
	margin: 0px auto;
  padding: 35px 0px;
	position: relative;
}
.footer_list {
  display: block;
  list-style-type: none;
  margin: 15px 0px 0px 20px;
}
.footer_list li {
  margin: 0px 0px 10px 0px;
  font-size: 0.8em;
  color: #FFFFFF;
}

#footer_inner .l_b {
  border-left: 1px solid #5D7FB7;
}

#footer {
  padding: 20px;
  text-align: center;
}
ul.footer_list {
  list-style-type: none;
  margin: 15px 0px;
}
ul.footer_list li {
  display: inline;
  padding: 0px 10px;
}
ul.footer_list li + li {
  border-left: 1px solid #FFFFFF;
}


/*---------------------------------
 f_cconnection setting
---------------------------------*/
.f_cconnection_list {
  margin: 15px 0px;
  font-size: 0.8em;
  text-align: center;
}
.f_cconnection_menu {
  display: inline-block;
  text-align: none;
  padding: 5px 0;
  list-style-type: none;
  color: #FFFFFF;
}
.f_cconnection_menu li {
  padding: 0px 5px 0px 10px;
  display: inline-block;
  border-left: 1px solid #fff;
}
.f_cconnection_menu li:first-child {
  padding: 0px 5px 0px 0px;
  border: none;
}


}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1160px){
/*最小幅1160px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}

.wex {
  width: 83%;
  margin: 50px auto 30px auto;
}

  .pc_txt-center {
  text-align: center;
}

  
/*2階層目 ヘッダー分 余白用*/
.wrap_ts {
  margin-top: 180px;
}
  
.caption {
  padding: 10px 0px 0px 0px;
  font-size: 0.8em;
  color: #FFFFFF;
}

#copyright {
  margin: 20px 0px 0px 0px;
  font-size: 0.7em;
  color: #FFFFFF;
  text-align: center;
}


/*---------------------------------
 Fonts
---------------------------------*/
.h2_midashi {
  font-size: 1.7em;
  color: #A77443;
  text-align: center;
}
.explanation_txt {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.explanation_txt2 {
  font-size: 0.9em;
  padding: 10px 0;
}
.explanation_txt3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #A77443;
  margin: 0px 0px 40px 0px;
}  
.number {
  text-align: center;
}
.title_copy {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #A77443;
}
.page_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.midashi_area {
  width: 1000px;
  height: 70px;
  margin: 50px auto 20px auto;
  border-left: 1px solid #000000;
  position: relative;
}
.midashi {
  font-size: 1.1em;
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.address {
  font-size: 0.9em;
  margin: 0px 0px 0px 40px;
}


/*---------------------------------
 Button
---------------------------------*/
/*ヘッダー用*/
.btn_g1 a {
  border: 1px solid #fff;
  color: #FFFFFF;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  float: left;
}
  
/*ニュース用*/
.btn_g2 a {
  position: absolute;
  top: 20px;
  right: 0px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
}
  
/*センター*/
.btn_g3 a {
  border: 1px solid #000000;
  color: #000000;
  display: block;
  letter-spacing: 3px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 170px;
  margin: 0px auto;
}


/*---------------------------------
 Header
---------------------------------*/
header {
  position: fixed;
	width: 100%;
  height: 85px;
  background: #00478E;
  z-index: 9999;
}
#header_inner {
	width: 1140px;
	margin: 0px auto;
	position: relative;
}
  
.logo {
  margin: 5px 0px;
}
  
header #contact_area {
  position: absolute;
  width: 430px;
  top: 15px;
  right: 0px;
  border-top: none;
}
#hcp_area {
  float: right;
  }
.hcp_name {
  display: block;
  font-size: 0.8em;
  color: #FFFFFF;
}
.hcp_phone {
  letter-spacing: 3px;
  font-size: 1.5em;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.hcp_mail {
  display: none;
}


/*---------------------------------
 スライド設定
---------------------------------*/
.swiper {
  margin-top: 85px;
  width: 100%;
  height: 600px;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}

  
/*---------------------------------
 Footer
---------------------------------*/
footer {
	background: #00478E;
  width: 100%;
  height: auto;
}
#footer_inner {
	width: 1140px;
	margin: 0px auto;
  padding: 35px 0px;
	position: relative;
}

#footer_inner .l_b {
  border-left: 1px solid #5D7FB7;
}

#footer {
  padding: 20px;
  text-align: center;
}


}
/*-------------------------------------------------------------------------------
 Print styles!
-------------------------------------------------------------------------------*/
@media print {
}
