@charset "UTF-8";

/* --------------------------------------------------------------
基本スタイル
--------------------------------------------------------------- */
#main{
margin:0;
padding:0;
background-color:#fff;
}

@media only screen and (max-width: 768px) {
#main{
margin:0px;
}
}
.container {
     max-width: 1300px;
	 width:90%;
  }

/* -------------------------------
	ボタン
-------------------------------- */
/*青ボタン*/
.btn-blue {
  display: inline-block;
  width: auto;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  color: #fff!important;
  text-decoration: none;
  padding: 0.8rem 2.4rem;;
  transition: .4s;
  line-height:1.5;
  font-weight:300;
}
.btn-blue:hover {
  background-color: #ce4246;
}
@media only screen and (max-width: 768px) {
.btn-blue  {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  }
  }
/*フッター「お問い合わせ」*/
.btn-border {
  display: inline-block;
  width: auto;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 3rem;;
  transition: .4s;
  line-height:1.5;
  font-weight:300;
}
.btn-border:hover {
  background-color: #cccccc;
}
@media only screen and (max-width: 768px) {
.btn-border {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  }
  }












.btn-line {
  display: inline-block;
  width: 157px;
  text-align: center;
  /*border: 1px solid #7f7f7f;*/
  background-color: #fff;
  font-size: 15px;
  color: #000!important;
  text-decoration: none;
  font-weight: 200;
  padding: 12px 30px 9px 30px;
  transition: .4s;
  line-height:1.5;
  border:1px solid #c9c9c9;
  margin:20px 13px 0 13px;
}
.btn-line:hover {
  background-color: #e7e7e7;
  border:1px solid #e7e7e7;
}
.btn-line2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  color: #000!important;
  text-decoration: none;
  font-weight: 200;
  padding: 12px 30px 9px 30px;
  transition: .4s;
  line-height:1.5;
  border:1px solid #c9c9c9;
  margin:0 0 20px 0;
}
.btn-line2:hover {
  background-color: #e7e7e7;
  border:1px solid #e7e7e7;
}
.btn-line2_on {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  color: #cecece!important;
  text-decoration: none;
  font-weight: 200;
  padding: 12px 30px 9px 30px;
  transition: .4s;
  line-height:1.5;
  border:1px solid #e4e4e4;
  margin:0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .btn-line {
  font-size: 14px;
  width: 40vw;
padding: 10px 12px 7px 12px;
margin:10px 0 0 0;
}
.btn-line:hover {
  background-color: #e7e7e7;
  border:1px solid #e7e7e7;
}
.btn-line2_on {
  font-size: 12px;
  margin:0 0 10px 0;
  padding: 8px 10px 6px 10px;
}
.btn-line2 {
  font-size: 12px;
  margin:0 0 10px 0;
  padding: 8px 10px 6px 10px;
}
}

.btn-pdf {
  display: inline-block;
  width: auto;
  text-align: left;
  background-color:#e39393;
  font-size: 15px;
  color: #fff!important;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 20px 6px 20px;
  transition: .4s;
  line-height:1.5;
}

.btn-pdf:hover {
  background-color: #c14f4f;
  color: #FFF !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
.btn-pdf {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  }
}


/* -------------------------------
	コンテンツバック
-------------------------------- */
.contents_box {
background-color: #fff;
    padding: 50px;
	margin:60px 0;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.btn_box {
    padding: 0px;
	margin:20px 0 -30px 0;
	display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: flex-start;
align-content:flex-start;
}

@media only screen and (max-width: 768px) {
.contents_box {
    padding: 18px;
	margin:30px 0;
}
.btn_box {
    padding: 0px;
	margin:20px 0 -10px 0;

}

}

/* -------------------------------
	見出し
-------------------------------- */

.mi {
    padding: 1px 15px;
    background: #039f50;
	color:#fff;
	display: inline-block;
	font-weight:500 !important;
   }

/* 大見出し */
.mi00 {
color: #000;/*文字色*/
margin-bottom: 30px !important;
font-size: 26px;
font-weight:normal;
text-align:center;
}
.mi00:before {
  content: url("../images/common/icon.png");
  padding-right:15px;
}
.mi00:after {
  content: url("../images/common/icon.png");
  padding-left:15px;
}

@media only screen and (max-width: 768px) {
/* 大見出し */
.mi00 {
margin-bottom: 10px !important;
font-size: 22px;
}
.mi00:before {
  padding-right:8px;
}
.mi00:after {
  padding-left:8px;
}
}




/* 数字付き */
.mi03_1 {
font-size:24px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  color: #fff;/*文字色*/
  background: #83c3cd;
  border-left : solid 55px #4fa9b8;
  font-weight:bold;
  margin-bottom: 20px !important;
}
.mi03_1:before{
  /* 以下数字をつける */
  position: absolute;
content: "1";
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -55px;
  width: 55px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_2 {
font-size:24px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  color: #fff;/*文字色*/
  background: #83c3cd;
  border-left : solid 55px #4fa9b8;
  font-weight:bold;
  margin-bottom: 20px !important;
}
.mi03_2:before{
  /* 以下数字をつける */
  position: absolute;
content: "2";
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -55px;
  width: 55px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_3 {
font-size:24px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  color: #fff;/*文字色*/
  background: #83c3cd;
  border-left : solid 55px #4fa9b8;
  font-weight:bold;
  margin-bottom: 20px !important;
}
.mi03_3:before{
  /* 以下数字をつける */
  position: absolute;
content: "3";
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -55px;
  width: 55px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_4 {
font-size:24px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  color: #fff;/*文字色*/
  background: #83c3cd;
  border-left : solid 55px #4fa9b8;
  font-weight:bold;
  margin-bottom: 20px !important;
}
.mi03_4:before{
  /* 以下数字をつける */
  position: absolute;
content: "4";
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -55px;
  width: 55px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
@media only screen and (max-width: 768px) {
.mi03_1 {
font-size:18px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #4fa9b8;
  margin-bottom: 15px;
}
.mi03_1:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_2 {
font-size:18px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #4fa9b8;
  margin-bottom: 15px;
}
.mi03_2:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_3 {
font-size:18px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #4fa9b8;
  margin-bottom: 15px;
}
.mi03_3:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_4 {
font-size:18px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #4fa9b8;
  margin-bottom: 15px;
}
.mi03_4:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
}

/* アンダーライン */
.mi04 {
color: #039f50;/*文字色*/
padding-bottom: 0.5em;/*上下の余白*/
border-bottom: solid 2px #c9c9c9;/*下線*/
margin-bottom: 30px;
font-size: 20px;
font-weight:500;
}
.mi04 span {
font-weight:normal;
}
@media only screen and (max-width: 768px) {
.mi04 {
margin-bottom: 15px;
font-size: 17px;
}
}

/* アンダーライン */
.mi04b {
color: #4fa9b8;/*文字色*/
padding-bottom: 0.2em;/*上下の余白*/
border-bottom: solid 1px #e5e5e5;/*下線*/
margin-bottom: 20px;
font-size: 20px;
font-weight:bold;
}
.mi04b span {
font-weight:normal;
}
@media only screen and (max-width: 768px) {
.mi04b {
margin-bottom: 15px;
font-size: 16px;
}
}

/* アンダーライン */
.mi04c {
color: #000;/*文字色*/
padding-bottom: 0.2em;/*上下の余白*/
border-bottom: solid 1px #e5e5e5;/*下線*/
margin-bottom: 20px;
font-size: 20px;
font-weight:bold;
}
@media only screen and (max-width: 768px) {
.mi04c {
margin-bottom: 15px;
font-size: 16px;
}
}

/* アンダーライン + アイコン */
.mi04_ic {
/*color: #000;
padding-bottom: 0.2em;
border-bottom: solid 1px #e5e5e5;
margin-bottom: 55px;
font-size: 24px;
font-weight:bold;*/
}
.mi04_ic:before {
  /*content: url("../images/common/icon.png");
  padding-right:10px;*/
}
@media only screen and (max-width: 768px) {
.mi04_ic {
margin-bottom: 15px;
font-size: 18px;
}
.mi04_ic:before {
  padding-right:7px;
}
}

/* 上下ライン */
.mi05 {
color: #4fa9b8;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 1px #e5e5e5;/*上線*/
border-bottom: solid 1px #e5e5e5;/*下線*/
margin-bottom: 20px;
font-size: 20px;
font-weight:bold;
}
.mi05 span {
font-weight:normal;
}
@media only screen and (max-width: 768px) {
.mi05 {
margin-bottom: 15px;
font-size: 17px;
}
}

/* 吹き出し */
.mi06 {
  position: relative;
  padding: 0.3em 0.5em 0.3em 0.5em;
  background: #ffab66;
  color:#fff;
  font-size:20px;
  display:inline-block;
  margin-bottom: 10px;
}
.mi06:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 10px solid transparent;
border-top: 10px solid #ffab66;
width: 0;
height: 0;
}
@media only screen and (max-width: 768px) {
.mi06 {
  font-size:16px;
  margin-bottom: 5px;
}
.mi06:after {
left: 15px;
border: 7px solid transparent;
border-top: 7px solid #ffab66;
}
}

/* 吹き出し */
.rm_day {
  color:#9ab74e;
  font-size:16px;
  margin-bottom: 5px;
  font-weight:400;
}

@media only screen and (max-width: 768px) {
.rm_day {
  font-size:14px;
  margin-bottom: 0px;
  text-align:left;
}

}

/* 背景有り */
.mi07 {
font-size:24px;
padding: 0.3em 0.3em 0.3em 0.5em;/*文字周りの余白*/
color: #4fa9b8;/*文字色*/
background: #f2f9fa;/*背景色*/
font-weight:bold;
margin-bottom:20px;
}
@media only screen and (max-width: 768px) {
.mi07 {
font-size:18px;
padding: 0.3em;/*文字周りの余白*/
margin-bottom:15px;
}
}

/* 左線背景色あり */
.mi08 {
font-size:24px;
padding: 0.3em 0.3em 0.3em 1em;/*文字周りの余白*/
color: #fff;/*文字色*/
background: #f99e97;/*背景色*/
font-weight:bold;
margin-bottom:20px;
border-radius: 25px;
}
@media only screen and (max-width: 768px) {
.mi08 {
font-size:18px;
padding: 0.3em 0.3em 0.3em 1em;/*文字周りの余白*/
margin-bottom:15px;
}
}

/* アンダーライン */
.mi09 {
color: #4fa9b8;/*文字色*/
font-size: 20px;
font-weight:bold;
}
.mi09 span {
font-weight:normal;
}
@media only screen and (max-width: 768px) {
.mi09 {
font-size: 16px;
}
}

/* キャプション */
.cap_bg {
  position: relative;
  padding: 1em;
  background: #e5e5e5;
  font-size:14px !important;
  margin: 20px 0 40px 0;
}
@media only screen and (max-width: 768px) {
.cap_bg {
  font-size:13px !important;
  margin: 15px 0 30px 0;
}
}

/* 背景色ありBOX */
.card_box1 {
padding: 1em;
background: #f2f9fa;
border-top: solid 6px #4fa9b8;/*左線（実線 太さ 色）*/
margin-bottom:20px;
}
.card_box1b {
padding: 1em;
background: #f2f9fa;
border-top: solid 6px #4fa9b8;/*左線（実線 太さ 色）*/
margin-bottom:0px;
}
.card_box1c {
padding: 0.7em 0.7em 0.2em 0.7em;
background: #f6f6f6;
margin-bottom:20px;
display: flex;
  justify-content: center;
  align-items: center;
  height:90px;
  max-height:100px;
}
.card_box1c p{
line-height:1.2em !important;
text-align:center;
}
.card_box1c p span {
font-size:90% !important;
line-height:1.2em !important;
}
@media only screen and (max-width: 768px) {
.card_box1 {
padding: 1em;
background: #f2f9fa;
border-top: solid 6px #4fa9b8;/*左線（実線 太さ 色）*/
margin-bottom:20px;
}
.card_box1c {
padding: 0.5em 0.5em 0.2em 0.5em;
margin-bottom:10px;
display: flex;
  justify-content: center;
  align-items: center;
  height:auto;
}
}

/* 背景色ありBOX2 */
.card_box2 {
padding: 1em 0.5em 0.1em 0.5em;
background: #83c3cd;
text-align:center;
}
.card_box2 p {
color:#fff;
font-weight:bold;
line-height:1 !important;
}
.card_box2_btm {
padding: 1em;
background: #f2f9fa;
}
@media only screen and (max-width: 768px) {
.card_box2 {
padding:0.5em 0.5em 0.1em 0.5em;
}
.card_box2_btm {
padding: 1em;
background: #f2f9fa;
margin-bottom:20px;
}
}

/* 背景色ありBOX */
.card_box3 {
padding: 1em;
background: #fef3ea;
border-top: solid 6px #f9c597;/*左線（実線 太さ 色）*/
margin-bottom:20px;
border-radius: 0px 0px 25px 25px;
}
.card_box3 p {
font-size:18px!important;
}
.card_box3b {
padding: 1em;
background: #fef3ea;
border-top: solid 6px #f9c597;/*左線（実線 太さ 色）*/
margin-bottom:0px;
border-radius: 25px 0px 0px 25px;
}
@media only screen and (max-width: 768px) {
.card_box3 {
padding: 1em;
margin-bottom:20px;
}
.card_box3 p {
font-size:16px!important;
}
}

/* 背景色ありBOX */
.card_box4 {
padding: 1em;
background: #f2f7de;
border-top: solid 6px #afbd75;/*左線（実線 太さ 色）*/
margin-bottom:20px;
border-radius: 0px 0px 25px 25px;
}
.card_box4 p {
font-size:18px!important;
}
@media only screen and (max-width: 768px) {
.card_box4 {
padding: 1em;
margin-bottom:20px;
}
.card_box4 p {
font-size:16px!important;
}
}

/* 背景色ありBOX2 */
.hos_box01 {
border:1px solid #e5e5e5;
position: relative;
margin-bottom:30px;
}
#hospitals .box01 {
padding-bottom:50px;
}
.hos_box01 a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}
.hos_box01 a:hover{
text-decoration:none!important;
background-color:#effafc;
}
.hos_box01 .hos_name {
padding:1em 1em 0.5em 1em;
color: #4fa9b8;
font-weight:bold;
font-size:18px!important;
line-height:1.5!important;
}
.hos_box01 .hos_name span {
color: #000;
font-weight:normal;
font-size:16px!important;
}
.hos_box01 .hos_name:before {
font-family: "Font Awesome 5 Free";
	content: '\f2d2';
	margin-left:-1.4em;
	font-weight:normal;
}
.hos_box01 p {
margin-left:1.5em;
}
@media only screen and (max-width: 768px) {
.hos_box01 {
margin-bottom:10px;
}
#hospitals .box01 {
padding-bottom:20px;
}
.hos_box01 .hos_name {
font-size:16px!important;
line-height:1.5!important;
}
.hos_box01 .hos_name span {
font-size:15px!important;
}
}

/* 図 */
.zu{
width:auto;
}
.zu p{
font-size:14px !important;
text-align:center;
margin-bottom:15px;
}
.zu img{
text-align:center;
margin:0 auto;
}
.zu .zu_title {
color: #000;/*文字色*/
background: #e5e5e5;
text-align:center;
margin-bottom: 15px !important;
font-size: 16px;
font-weight:bold;
padding: 0.5em 0.3em;
}
.btn-zu {
  display: none;
}

@media only screen and (max-width: 768px) {
.zu p{
font-size:14px !important;
text-align:center;
margin-bottom:10px;
}
.zu .zu_title {
margin-bottom: 15px;
font-size: 14px;
}
.btn-zu {
  display: inline-block;
  width: auto;
  background-color:#000;
  text-align: right;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 15px;
  transition: .4s;
  line-height:1.5;
  margin:5px 0 0 0;
}
}

/* -------------------------------
	丸文字
-------------------------------- */
.sub_info{
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
padding:20px 0;
display:table;
width:100%;
text-align:left !important;
}
.sub_info a:link { color: #1170cf !important; }
.sub_info a:visited { color: #1170cf !important; }
.sub_info a:hover { color: #999999; text-decoration: underline !important; }
.sub_info a:active { color: #999999; text-decoration:underline !important; }

/*.sub_info a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.sub_info a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #1170cf;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub_info a:hover::after {
  width: 100%;
}*/

.sub_info .lft{
display:table-cell;
vertical-align:middle;
padding-right:30px;
width:10%;
} 
.sub_info .rgt{
display:table-cell;
vertical-align:middle;
width:90%;
} 
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
  }
/* 円の大きさ */
.size_normal{
  width: 160px;
  height: 160px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 18px;
  line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
  color: #fff;
  /*border: 4px solid pink;*/
  background-color:#83c3cd;
  text-align:center;
  font-weight:bold;
}
@media only screen and (max-width: 768px) {
.sub_info .lft{
display:table-cell;
vertical-align:top;
padding-right:15px;
width:10%;
} 
.sub_info .rgt{
width:90%;
} 
/* 円の大きさ */
.size_normal{
  width: 80px;
  height: 80px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 14px;
  line-height: 1.3em;
}
}

/* -------------------------------
	テーブル
-------------------------------- */
.award{
display: table;
width:100%;
}
.award .end{
display: table-cell;
}

table, th, td {
border: 1px #e5e5e5 solid;
border-collapse: collapse;
background-color: ffffff;
line-height:1.4;
}
.tbl-r02 {
    width: 100%;
	height:auto;
	margin-bottom:20px;
  }

.tbl-r02 th {
width:15%;
 border: 1px #e5e5e5 solid;
background-color: #83c3cd;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
color:#fff;
}
.tbl-r02 .day{
height:40px;
}
.tbl-r02 .awd{
height:60px;
}
.tbl-r02 td {
width:85%;
　border: 1px #e5e5e5 solid;
border-collapse: collapse;
background-color: #ffffff;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 .day{
height:auto;
}
.tbl-r02 .awd{
height:auto;
}
}


/* -------------------------------
	パンくず
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}


.cd-breadcrumb a {
  color: #000 !important;
  text-decoration: none;
}

.cd-breadcrumb a:hover {
  color: #999 !important;
  text-decoration: none;
}

.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  padding: 0;
  margin:0;
}

@media (max-width: 768px) {	
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  padding: 0 3% 0 3%;
  margin: 0.5em 0;
}
}

.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}

@media (max-width: 768px) {	
.cd-breadcrumb li, .cd-multi-steps li {
  margin: 0;
}
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  margin: 0 0.2em !important;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 13px !important;
  color: #2c3f4c;
  font-style:normal;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #000;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #000;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(/images/common/brc_arrow.png) no-repeat center 2px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb .cd-multi-steps {
    padding: 0;
  }
  .cd-breadcrumb li .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 14px;
  }
}


/* -------------------------------
　研究グループ　タイトル
-------------------------------- */
.main_v {
  padding: 0;
  background-color: #fff;
  margin: 0px;
  background: url(../images/research_group/01/main.jpg) no-repeat top center #fff;
  height:343px;
  display:block;
  text-align:center;
}
.main_v h2 {
background-color:#4fa9b8;
  font-weight: bold;
  color: #fff;
  margin: 265px auto 0 auto;
  text-align:center;
  font-size:44px;
  width:auto;
  display:inline-block;
  padding:0px 30px 20px 30px;
  letter-spacing:2px;
}
.main_v h2 span {
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding:0;
  text-align:center;
  font-size:20px;
  line-height:1;
   letter-spacing:1px;
}

@media only screen and (max-width: 768px) {
.main_v {
  background: url(../images/research_group/01/main.jpg) no-repeat top center #fff;
  background-size:cover;
  max-height:120px;
}
.main_v h2 {
background-color:#4fa9b8;
  font-weight: bold;
  color: #fff;
  margin: 80px auto 0 auto;
  text-align:center;
  font-size:24px;
  width:auto;
  display:inline-block;
  padding:5px 20px 10px 20px;
  /*letter-spacing:0px;*/
}
.main_v h2 span {
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding:0;
  text-align:center;
  font-size:14px;
  line-height:1;
}
}

/* -------------------------------
　研究グループ　背景
-------------------------------- */
.research {
  background: url(../images/research_group/research_bg.png) repeat-y top center #fff;
  background-size:auto;
  padding:110px 0 0 0;
}
.research2 {
  background: url(../images/research_group/research_bg2.jpg) repeat-y top center #fff;
  background-size:auto;
  padding:0;
}
.sub {
  padding: 0;
  background-color: #fff;
  margin: 0px;
  background: url(../images/research_group/01/sub.jpg) no-repeat top center #fff;
  height:259px;
  display:block;
  text-align:center;
}
.r_box01 {
margin-bottom:70px;
}
.r_box02 {
padding:80px 0;
margin:0;
}

@media only screen and (max-width: 768px) {
.research {
  background: url(../images/research_group/research_bg.png) repeat-y top center #fff;
  background-size:contain;
  padding:55px 0 0 0;
}
.research2 {
  background: url(../images/research_group/research_bg2.jpg) repeat-y top center #fff;
  background-size:cover;
  margin:0;
  padding:0;
}
.sub {
  padding: 0;
  background-color: #fff;
  margin: 0px;
  background: url(../images/research_group/01/sub.jpg) no-repeat top center #fff;
  background-size:180%;
  max-height:90px;
  display:block;
  text-align:center;
}
.r_box01 {
margin-bottom:20px;
}
.r_box02 {
padding:40px 0;
}
}

/* -------------------------------
　研究グループ　navi
-------------------------------- */
.research_navi  {
  padding:0px 0 17px 0;
  text-align:center;
 }
.research_navi img  {
width:100%;
max-width:163px;
}
.research_navi img:last-child  {
width:100%;
max-width:162px;
}

@media only screen and (max-width: 768px) {
.research_navi  {
  padding:0px 0 8px 0;
  text-align:left;
  width:100%;
 }
.research_navi .btn-group{
width:100% !important;
}
}

/* -------------------------------
　研究グループ　学びたい方
-------------------------------- */
.study {
  background-color:#e3f3f5;
  padding:50px 0;
}
.study .main {
display:table;
margin-bottom:50px;
}
.study .main .lft {
width:40%;
display:table-cell;
background-color:#4fa9b8;
padding:40px;
vertical-align:top;
}
.study .main .lft p {
font-size:28px !important;
font-weight:bold;
color:#fff;
text-align:left;
line-height:1.5 !important;
}
.study .main .rgt {
width:60%;
display:table-cell;
background-color:#fff;
padding:0;
}
.study .main .rgt p {
font-size:16px !important;
padding:30px;
}
.study .contact {
display:block;
margin:0;
background-color:#f1f9fa;
padding:15px;
text-align:center;
}
.study .contact .btn {
display: inline-block;
  width: auto;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color:#fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 60px;
  transition: .4s;
  line-height:1;
}
.study .contact .btn:hover {
  background-color: #4fa9b8;
  color: #FFF !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
.study {
  background-color:#e3f3f5;
  padding:25px 0;
}
.study .main {
display:block;
margin-bottom:25px;
}
.study .main .lft {
width:100%;
padding:12px;
display:block;
}
.study .main .lft p {
font-size:22px !important;
}
.study .main .rgt {
width:100%;
}
.study .main .rgt p {
font-size:15px !important;
padding:15px;
}
.study .contact .btn {
width:100%;
  font-size: 16px;
  padding: 12px 0;
  }
}


/* -------------------------------
　臨床　タイトル
-------------------------------- */
.main_v2 {
  padding: 0;
  background-color: #fff;
  margin-bottom: 70px;
  background: url(../images/research_group/01/main.jpg) no-repeat top center #fff;
  height:250px;
  display:block;
  text-align:center;
}
.main_v2 h2 {
background-color: rgba( 0, 0, 0, 0.8 );
  font-weight: bold;
  color: #fff;
  margin: 65px auto 0 auto;
  text-align:center;
  font-size:44px;
  width:auto;
  display:inline-block;
  padding:0px 30px 20px 30px;
  /*letter-spacing:2px;*/
}
.main_v2 h2 span {
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding:0;
  text-align:center;
  font-size:20px;
  line-height:1;
   letter-spacing:1px;
}

@media only screen and (max-width: 768px) {
.main_v2 {
  background: url(../images/research_group/01/main.jpg) no-repeat top center #fff;
  background-size:cover;
  max-height:120px;
  margin-bottom: 40px;
}
.main_v2 h2 {
  margin: 32px auto 0 auto;
  text-align:center;
  font-size:24px;
   padding:5px 20px 10px 20px;
  /*letter-spacing:0px;*/
}
.main_v2 h2 span {
  font-size:14px;
  line-height:1;
}
}

/* -------------------------------
　臨床　navi
-------------------------------- */
.clinical_navi  {
  padding:0px 0 17px 0;
  text-align:center;
  width:100%;
 }
.clinical_navi img  {
width:100%;
max-width:189px;
}
.clinical_navi img:fast-child  {
width:100%;
max-width:194px;
}
.clinical_navi img:last-child  {
width:100%;
max-width:190px;
}

@media only screen and (max-width: 768px) {
.clinical_navi  {
  padding:0px 0 8px 0;
  text-align:left;
  width:100%;
 }
.clinical_navi .btn-group{
width:100% !important;
}
}

/* -------------------------------
　臨床　数字付き
-------------------------------- */
.mi03_1_color {
font-size:20px;
  position: relative;
  padding: 1em 1em 1em 1em;
  line-height: 1.3em;
  color: #000;/*文字色*/
  background: #f6f6f6;
  border-left : solid 74px #84aee0;
  font-weight:normal;
  margin-bottom: 15px !important;
}
.mi03_1_color span {
font-size:16px;
}
.mi03_1_color:before{
  /* 以下数字をつける */
  position: absolute;
content: "1";
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -74px;
  width: 74px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_2_color {
font-size:20px;
  position: relative;
  padding: 1em 1em 1em 1em;
  line-height: 1.3em;
  color: #000;/*文字色*/
  background: #f6f6f6;
  border-left : solid 74px #9da0e6;
  font-weight:normal;
  margin-bottom: 15px !important;
}
.mi03_2_color span {
font-size:16px;
}
.mi03_2_color:before{
content: "2";
  position: absolute;
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -74px;
  width: 74px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_3_color {
font-size:20px;
  position: relative;
  padding: 1em 1em 1em 1em;
  line-height: 1.3em;
  color: #000;/*文字色*/
  background: #f6f6f6;
  border-left : solid 74px #a5ce97;
  font-weight:normal;
  margin-bottom: 15px !important;
}
.mi03_3_color span {
font-size:16px;
}
.mi03_3_color:before{
content: "3";
  position: absolute;
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -74px;
  width: 74px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_4_color {
font-size:20px;
  position: relative;
  padding: 1em 1em 1em 1em;
  line-height: 1.3em;
  color: #000;/*文字色*/
  background: #f6f6f6;
  border-left : solid 74px #d293b9;
  font-weight:normal;
  margin-bottom: 15px !important;
}
.mi03_4_color span {
font-size:16px;
}
.mi03_4_color:before{
content: "4";
  position: absolute;
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -74px;
  width: 74px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.mi03_5_color {
font-size:20px;
  position: relative;
  padding: 1em 1em 1em 1em;
  line-height: 1.3em;
  color: #000;/*文字色*/
  background: #f6f6f6;
  border-left : solid 74px #c1a3e8;
  font-weight:normal;
  margin-bottom: 15px !important;
}
.mi03_5_color span {
font-size:16px;
}
.mi03_5_color:before{
content: "5";
  position: absolute;
  /*数字のデザイン変える*/
  display:inline-block;
  color: #fff;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 36px;
  top: 55%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -74px;
  width: 74px;
  height: 1em;
  line-height: 1;
  text-align:center;
}

@media only screen and (max-width: 768px) {
.mi03_1_color {
font-size:17px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #84aee0;
  margin-bottom: 15px;
}
.mi03_1_color span {
font-size:14px;
}
.mi03_1_color:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_2_color {
font-size:17px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #9da0e6;
  margin-bottom: 15px;
}
.mi03_2_color span {
font-size:14px;
}
.mi03_2_color:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_3_color {
font-size:17px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #a5ce97;
  margin-bottom: 15px;
}
.mi03_3_color span {
font-size:14px;
}
.mi03_3_color:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_4_color {
font-size:17px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #d293b9;
  margin-bottom: 15px;
}
.mi03_4_color span {
font-size:14px;
}
.mi03_4_color:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
.mi03_5_color {
font-size:17px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
  border-left : solid 36px #c1a3e8;
  margin-bottom: 15px;
}
.mi03_5_color span {
font-size:14px;
}
.mi03_5_color:before{
  font-size: 26px;
  top: 50%;
  left: -30px;
  width: 26px;
}
}


/* -------------------------------
　リスト
-------------------------------- */

#research3 .lst ul, ol{
  padding: 0 0 0 2em;
}

#research3 .lst ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  list-style-image : url("../images/common/list.png");
  padding: 0em 0.5em 0em 0.1em;
  line-height: 1.5;
  margin:0!important;
}

@media only screen and (max-width: 768px) {
#research3 .lst ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  list-style-image : url("../images/common/list_sp.png");
  padding: 0em 0.5em 0em 0.1em;
  line-height: 1.5;
  margin:0!important;
}
}




/* -------------------------------
	HEADER
-------------------------------- */
.head {
margin:0;
}

.head a:link { color: #000; transition: .3s; }
.head a:visited { color: #000; }
.head a:hover { color: #000; text-decoration:underline; }
.head a:active { color: #000; text-decoration:underline; }

#index .head a:link { color: #fff; transition: .3s; }
#index .head a:visited { color: #fff; }
#index .head a:hover { color: #fff; text-decoration:underline; }
#index .head a:active { color: #fff; text-decoration:underline; }

.header {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 60px;
background-color: rgba(255,255,255,0);
z-index:101;
position: relative;;
}
.header .logo {
padding:0;
margin:0;
vertical-align:top;
}
.header .info {
text-align:right !important;
color:#634812 !important;
vertical-align:top;
padding:0;
margin:0px 0 0 0;
}
.header .info .info_box {
display: -webkit-flex;
display: flex;
justify-content: flex-end;
align-items: baseline;
flex-wrap:wrap;
margin:5px 0 0px 0; padding:0;
color:#adb5bd;
}
.header .info .info_box p {
margin:0 0 0 24px; padding:0;
font-size:14px;
}

@media (max-width: 768px)  {
.head {
padding: 0 0 0 0;
}
.header {
    padding: 3% 0 0 3%;
	height: auto;
	display:block;
}
.header .info {
display:none;
}
.header .logo {
width:40%;
padding:10px 0 5px 0;
}
}

/* -------------------------------
	Navigation
-------------------------------- */
.nv {
display:block;
text-align: center;
width:80%;
position: relative;
    z-index: 110;
/*border-top:1px solid #c9c9c9;
border-bottom:1px solid #c9c9c9;*/
}
@media (max-width: 1280px)  { .nv { width:65%; } }
@media (max-width: 1080px)  { .nv { width:60%; } }
/*#index .nv {
display:block;
text-align: center;
width:100%;
border-top:1px solid #c9c9c9;
border-bottom:1px solid #c9c9c9;
}*/
.nv ul.navigation {
text-align:center;
padding:0 ;
flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.3;
		}
#index .nv ul.navigation {
/*text-align:center;
padding:0 ;
flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	background-color: rgba(255,255,255,0.8);
    padding: 20px 0 0 0;*/
		}
.nv ul.navigation li {
 text-align:center;
font-size:16px;
text-decoration:none;
 padding:0px 3vw 10px 0;
 width:auto;
/*white-space: nowrap;*/
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media (max-width: 1060px)  {
.nv ul.navigation li {
 padding:0;
}
/*#index .nv ul.navigation li {
 padding:20px 3% 10px 0;
}*/
}
@media (max-width: 900px)  {
.nv ul.navigation li {
 padding: 0;
 font-size:15px;
}
/*#index .nv ul.navigation li {
 padding:20px 2% 10px 0;
 font-size:15px;
}*/
}
.nv ul.navigation li a {
    color:#000;
	 transition: .3s;
	 line-height:1;
}
.nv ul.navigation li a:hover {
    color:#ccc;
	}
/*サブナビ*/
.nv ul.navigation {
overflow: hidden;
display: flex;
}
.nv ul.navigation > li:hover > a {/*layer-1*/
  color: #ccc;
  /*background: #e3f3f5;*/
  }
.nv ul.navigation li ul {
  width: auto;
  display: none;
  margin-left: 0px;
  position: absolute;
  background: #e3f3f5;
  top:74px !important;
  z-index:110;
}
.nv ul.navigation li ul li {
  display:block !important;
  border-bottom: 1px solid #fff;
  border-left: 3px solid #4fa9b8 !important;
  padding:5px;
  text-align:left !important;
}
.nv ul.navigation .child {
    border: 1px solid #fff !important;
	border-left: 3px solid #4fa9b8 !important;
}
.nv ul.navigation > li li:hover > a {/*layer-2*/
  color: #4fa9b8;
  background: #e3f3f5;
 }
.nv ul.navigation li ul li a {
  border-bottom: 1px solid #eee;
   font-weight:normal !important;
}
/*サブナビ*/

@media (max-width: 768px)  {
.nv {
display:block;
text-align: center;
border-top:none;
margin: 10px 0 0 0;
width:100%;
}
.nv ul.navigation {
    display:none;
}
.nv2 {
display:block;
text-align: center;
border-top:none;
margin: 10px 0 0 0;
}
.nv2 ul.navigation {
    display:none;
}
}


/* -------------------------------
	スマホ Navigation
-------------------------------- */
#nav_toggle{
	display: none;
}

nav{
	display: none;
}
 
/*メニュー部分*/
@media only screen and (max-width: 768px) {
	nav{
		display: none;
		position: absolute;
		top:0px;
		width: 100%;
		background-color:#000;
		left: 0;
		z-index:100;
	}

nav .info {
background-color:#fff;
text-align:left ;
color:#634812 !important;
vertical-align:top;
padding:10px;
margin:10px;
}
header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
header nav ul li{
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px solid #fff;
		padding:10px 0;
		font-size: 14px;
	}
header nav ul li:last-child{
		border: none;
	}
header nav ul li a{
		display: block;
		color:#fff !important;
	}
header nav ul li a:hover{
		color:#a7d4dc;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
	top: -60px;
	right: 2%;
		z-index: 100;
		background-color:#000;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 50%;
		top:0;
		left: 10px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:10px;
	}
	#nav_toggle span:nth-child(2){
		top:19px;
	}
	#nav_toggle span:nth-child(3){
		top:28px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 20px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 20px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
 
}


/* -------------------------------
	footer
-------------------------------- */

#footer {
padding:0;
margin:0;
  background: url(../images/common/foot.jpg) no-repeat top center #000;
  background-size:cover;
  }
#footer .foot_adress {
display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: flex-start;
align-content:flex-start;
 padding:50px 60px 60px 60px;
 border-bottom: 1px solid #fff;
}
#footer .foot_logo {
width:10%;
}
#footer .foot_logo .foot_name {
font-size:14px;
  font-weight:500;
  padding:0;
  margin:10px 0 0 0;
  line-height: 1!important;
}
#footer .foot_ad {
width:70%;
padding:0 0 0 20px;
}
#footer .foot_link {
text-align:center;
padding:95px 20px 95px 20px;
}
#footer .foot_link .f_link ul {
border-left: none;
margin-left: -70px;
}
#footer .foot_link .f_link ul li {
display:inline-block;
padding-left: 0;
	font-size: 14px;
	text-align: left;
	line-height:2;
	margin-left: 70px;
}

#footer .foot_link a:link { color: #fff; transition: .2s;}
#footer .foot_link  a:visited { color: #fff; }
#footer .foot_link  a:hover { color: #fff; text-decoration:underline; }
#footer .foot_link  a:active { color: #fff; text-decoration:underline; }

@media (max-width: 1400px) {	
#footer .foot_ad {
width:60%;
}
}
@media (max-width: 1200px) {	
#footer .foot_ad {
width:50%;
}
}
@media (max-width: 1000px) {	
#footer .foot_ad {
width:40%;
}
}

@media (max-width: 768px) {	
#footer .foot_adress {
flex-wrap:wrap;
 padding:30px 15px 30px 15px;
}
#footer .foot_logo {
width:100%;
margin:0 0 15px 0;
}
#footer .foot_ad {
width:100%;
padding:0;
margin:0 0 15px 0;
}
#footer .foot_link {
margin-right:0px !important;
margin-left:0px !important;
padding:10px 15px 5px 15px;
}
#footer .foot_link .f_link ul {
border-left: none;
min-height:auto;
margin-left:0;
}
#footer .foot_link .f_link ul li {
padding: 10px 0 10px 0;
display:block;
 border-bottom: 1px solid #999;
 margin:0;
}

}
.sns_link {
display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: center;
align-items: flex-start;
align-content:flex-start;
margin:80px auto 80px auto;
  padding: 0;
  }
  .sns_link img {
margin:0 auto;
  text-align: center;
  padding: 0 10px;
  }
.copyright {
  font-size: 13px;
  color:#fff;
  text-align: center;
  padding: 20px 0;
  background-color: #000;
  margin:0 auto;
  }

.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /*opacity: 0.8;*/
  z-index: 9999;
}
.pagetop a:hover {
 opacity: 0.8;
}

@media (max-width: 768px) {	
.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
   opacity: 0.8 !important;
}
.pagetop a:visited {
 opacity: 0.8 !important;
}
.pagetop a:active {
 opacity: 0.8 !important;
}
.pagetop a:hover {
 opacity: 0.8 !important;
}
.pagetop img {
width:auto;
position: fixed;
  right: 0px;
  bottom: 0px;
}
.sns_link {
margin:30px auto 30px auto;
  }
.copyright {
  font-size: 12px;
  padding: 10px 0;
  }
}


/* -------------------------------
	スライダー
-------------------------------- */
#index #mainSlide img{
width:100%;
/*margin-bottom:15px*/
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots{
  text-align: center;
  margin:-50px 0 0 -20px;}
  
.slide-dots li{
    display: inline-block;
    margin: 0px 15px 0 15px;
	}
	
.slide-dots button{
      position: relative;
      text-indent: -9999px;
	  }
.slide-dots button:before{
        content: url(../images/top/dot1.png);
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
		      }
   .slick-active button:before{
         content: url(../images/top/dot2.png);
      }
.slick_container {
    width:100%; /* 任意の値 */
    margin:-163px auto 0 auto; /* 任意の値 */
    position:relative;
	z-index:100;
}

.slick-prev::before {
   content: url(../images/top/arrow_l.png);
 }
.slick-next::before {
    content: url(../images/top/arrow_r.png);
}
.slick-prev{
z-index:100;
position: absolute;
    left: 1%;
	top:40%;
	font-size:0;
	display:none !important;
  }
.slick-next{
z-index:100;
position: absolute;
top:40%;
    right: 1%;
	font-size:0;
	display:none !important;
}

@media only screen and (max-width: 768px) {
#index #mainSlide img{
width:100%;
/*margin-bottom:15px*/
}
.slick_container {
    margin:-20vw auto 0 auto; /* 任意の値 */
}
.slick-prev::before {
   content: url(../images/top/arrow_l_sp.png);
 }
.slick-next::before {
    content: url(../images/top/arrow_r_sp.png);
}
.slick-prev{
        left: 1%;
		z-index:50;
                 
    }
     .slick-next{
       right: 1%;
	   z-index:50;
    }
}

.slick_container .hint {
    position:absolute;
	top:10px;
    right: 10px;
}

@media only screen and (max-width: 1400px) {
.slick_container .hint  img{
    width:16vw;
}
}

.main_ttl .hint {
    position:absolute;
	top:10px;
    right: 10px;
}

@media only screen and (max-width: 1400px) {
.main_ttl .hint  img{
    width:16vw;
}
}

