@charset "utf-8";
/* CSS Document */
/* =============================================

	共通項目

============================================= */
.sp_only{
        display: none!important;
    }
@media screen and (max-width:960px) {
 
	/*　画面サイズが520px以下の場合ここの記述が適用される　*/
 	.sp_only{
        display: block!important;
    }
	.pc_only{
        display: none!important;
    }
}

@media screen and (min-width:959px) and ( max-width:1630px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.note_none {
		display: none!important;
	}
	
	.note_only {
		display: block!important;
	}
}

@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.tab_none {
		display: none!important;
	}
}

/* フォント
====================================================*/
/*英数字用*/
.suji{font-family: 'Quicksand', sans-serif;}

/*本文・ｈ3・ｈ4*/
p,ul,table,.kaku{font-family: 'Zen Kaku Gothic New', sans-serif;}

/*メニュー・ｈ2・ボタン*/
.maru{font-family: 'Zen Maru Gothic', sans-serif;}

/* --- 初心者マークのスタイル --- */
.icon-beginner {
    position: relative;
    display: inline-block;
    width: 0.8em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: .4em;
    margin-top: 3px;
}
.icon-beginner::before,
.icon-beginner::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border: .1em solid #FFF;
    border-bottom-width: .15em;
    box-sizing: border-box;
}
.icon-beginner::before {
    left: 0;
    background: #ff0;
    transform: skewY(45deg);
    border-radius: .3em 0 0 .1em;
    border-right: none;
}
.icon-beginner::after {
    right: 0;
    background: #390;
    transform: skewY(-45deg);
    border-radius: 0 .3em .1em 0;
    border-left: none
}
.icon-beginner.mono::before {
    background: #FFF;
}
.icon-beginner.mono::after {
    background: #FFF;
}

.mt0{margin-top: 0px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mt30{margin-top: 30px !important;}
.mt50{margin-top: 50px !important;}
.mt80{margin-top: 80px !important;}
.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb50{margin-bottom: 50px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr50{margin-right: 50px !important;}


/* カラー
====================================================*/
p {
	color: #101841;
	font-size: 18px;
}

/* ボタン
====================================================*/

.button1 a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 14px 0;
    width: 236px;
    background: #1a2e5c;
    border-radius: 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
}
@media screen and (max-width: 1360px) {
	.button1 a {
		width: 190px;
    	font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.button1 {
		width: 100%;
	}
	
	.button1 a {
		width: 100%;
	}
}

.button1 a:hover{
	opacity: 0.6;
	transition: 1.0s ;
}

.button1 a i{
	padding-right: 0.3em;
}

.button2 a {
    text-decoration: none;
    color: #1a2e5c;
    display: block;
    font-size: 20px;
    padding: 14px 0;
    width: 236px;
	border: 1px solid #1a2e5c;
    border-radius: 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width: 1360px) {
	.button2 a {
		width: 140px;
    	font-size: 18px;
	}
}

.button2 a:hover{
	background-color: #1a2e5c;
	color: #fff;
	transition: 1.0s ;
}

@media screen and (max-width: 960px) {
	.button3 {
		margin: 16px 0 0;
	}
}

.button3 a {
    text-decoration: none;
    color: #a9947a;
    display: block;
    font-size: 20px;
    padding: 14px;
    width: 152px;
	text-align: center;
	border: 1px solid #a9947a;
    border-radius: 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.button3 a:hover{
	background-color: #a9947a;
	color: #fff;
	transition: 1.0s ;
}

.button4 a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 14px 0;
    width: 236px;
    background: #529573;
    border-radius: 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
}
@media screen and (max-width: 1360px) {
	.button4 a {
		width: 190px;
    	font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.button4 {
		width: 100%;
	}
	
	.button4 a {
		width: 100%;
	}
}

.button4 a:hover{
	opacity: 0.6;
	transition: 1.0s ;
}

.button4 a i{
	padding-right: 0.3em;
}

/* テキストリンク
====================================================*/
.txt_link {
    color: #a9947a;
	font-weight: bold;
}

.txt_link:hover {
    color: #1a2e5c;
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
    padding-left: 0.3em;
}

/* ナビゲーション
====================================================*/
header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*JSを使いfixedクラスが付与された際の設定*/

div#javascroll.view {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.4s ease-in-out;
    opacity: 1;
	z-index: 99;
}

duv#javascroll {
    opacity: 0;
}

.javaSample {
    position: fixed;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
    height: 145px;
	box-shadow: 0px 0px 15px -5px #99a6b8ad;
}
@media screen and (max-width: 960px) {
.javaSample {
		height: 78px;
	}
}


/*PC*/
/*========= ドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav{
	background:transparent;
	color:#fff;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	
}
@media screen and (max-width: 1360px) {
	nav {
		  justify-content: center;
	}
}
@media screen and (max-width: 960px) {
	nav{
		background:#1a2e5c;
		padding-top: 70px;
	}
}

.nav_menu {
    flex-basis: 77%;
}
@media screen and (max-width: 1360px) {
	.nav_menu {
		  flex-basis: 69%;
	}
}
@media screen and (max-width: 960px) {
	.nav_menu {
		    display: flex;
		    flex-direction: column-reverse;
	}
}

/*ナビゲーションを横並びに*/
nav ul{
    /*2階層目の基点にするためrelativeを指定*/
	position: relative;
	/*bottom: 7px;*//*メニューが２段落になる場合に必要*/
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
	margin-right: 45px;
}

/*２段落になるメニュー名が不要の場合のみ・２段落のメニューがある場合はコメントアウトする*/
nav ul.pc_menu{
	gap: 120px;
    justify-content: flex-end;
	padding-top: 10px;
}
@media screen and (max-width: 1360px) {
	nav ul.pc_menu {
		gap: 40px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 960px) {
	nav ul.pc_menu{
		padding-top: 0;
	}
}

/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
    /*矢印の基点にするためrelativeを指定*/
	position: relative;
	display: block;
	text-decoration: none;
	color: #101841;
	transition:all .3s;
	text-align: left;
	font-weight: 600;
	line-height: 1.5;
}

nav ul li a i {
    padding-left: 0.3em;
}
@media screen and (max-width: 960px) {
	nav ul li a i {
		position: absolute;
    	right: 0.5em;
	}
}

nav ul li a:hover{
	color: #1a2e5c;
    /*border-bottom: solid;*/
}
@media screen and (max-width: 960px) {
	nav ul li a:hover{
	    color: unset;
	}
}



/*==矢印の設定*/


/*==2階層目以降の画像設定*/

nav ul li.has-child img{
	max-width: 100%;
	height: auto;
	transition: all .5s;
	vertical-align: bottom;
}

/*hoverしたら画像拡大*/
nav ul li.has-child img:hover{
	transform: scale(1.2);
}

nav ul li.has-child dt{
	overflow: hidden;
	height: 20vh;
	margin:0 0 20px 0;
}

@media screen and (max-width:1200px){
nav ul li.has-child dt{
	height: 12vh;
}
	
}

/*== 2層目の設定 */

nav li.has-child ul{
  /*絶対配置で位置を指定*/
    position: absolute;
	right:-60px;
	top:65px;
	z-index: 4;
  /*子要素を横並びに*/    
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    /*形状を指定*/
	background:#fff;
	width: 800px;
	height: 162px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
     /*アニメーション設定*/
	transition: all .3s;
	/*gap: 20px 220px;*/
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 45px;
	border-radius: 20px;
	border: solid 1px #CECAE6;
}

nav li.has-child2 ul{
	right: 450px;
	width: 450px;
	height: 30px;
}

@media screen and (max-width: 960px) {
	nav li.has-child ul{
		background:transparent;
		border: none;
		padding: 0;
		height: auto;
	}
	
	nav li.has-child ul li a i {
		display: none;
	}
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
  visibility: visible;
  opacity: 1;
}

/*各ナビゲーション横幅*/
nav li.has-child ul li{
	flex-basis: 225px;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #101841;
    font-weight: 500;
}

nav li.has-child ul li a:hover{
	color: #1a2e5c!important;
    border-bottom: none;
}
@media screen and (max-width: 960px) {
	nav li.has-child ul li a:hover{
		color: #fff!important;
	}
}

/*==960px以下の形状*/
@media screen and (max-width: 960px) {
	
	nav ul{
		display: block;
	}

	nav li.has-child ul{
  	position: relative;
	left:-40px;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
	margin: 0 45px;
}
    
	nav li.has-child ul li{
		width:100%;
		text-align: left;
	}
	
	nav li.has-child ul li dl{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	nav li.has-child ul li dt{
		width:30%;
		height: auto;
		margin: 0;
	}

	nav li.has-child ul li dd{
		width:64%;			
	}

    
    nav ul li a{
	    padding: 20px 10px;
	    border-bottom:1px solid #fff;
		color: #fff;
}
    
    nav ul li li a{
		border: none;
}
	
	nav li.has-child ul li a {
    	color: #fff;
		padding-left: 1em;
		padding: 12px 1em;
}
	
/*矢印の位置と向き*/
	
nav ul li.has-child > a::before{
	top:17px;
	left:20px;
    transform: rotate(135deg);
}
    
nav ul li.has-child.active > a::before{
    transform: rotate(-45deg);
}
}

/*ロゴ*/
h1.header_logo {
	font-size: 20px;
    margin: 25px 0 0 0;
    text-align: left;
}

@media screen and (max-width: 1360px) {
	h1.header_logo {
		font-size: 12px;
		width: 20%;
	}
}

@media screen and (max-width: 960px) {
	h1.header_logo {
		margin: 10px 0 0 10px;
		width: 60%;
	}
}

h1.header_logo p {
    color: #101841;
    font-weight: 100;
	margin: 0 0 15px;
	width: 400px;
}
@media screen and (max-width: 960px) {
	h1.header_logo p {
		font-size: 11px;
		margin: 0 0 9px;
	}
}

h1.header_logo a img {
    width: 310px;
}
@media screen and (max-width: 1360px) {
	h1.header_logo a img {
		width: 90%;
	}
}
@media screen and (max-width: 960px) {
	h1.header_logo a img {
		width: 177px;
	}
}

/*メニュー上ボタン*/
.nav_menu_button_phone {
	color: #1a2e5c;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
}
@media screen and (max-width: 1360px) {
	.nav_menu_button_phone {
		font-size: 18px;
		align-self: center;
	}
}

.nav_menu_button_phone i {
	font-size: 19px;
	padding-right: 0.3em;
}
@media screen and (max-width: 1360px) {
	.nav_menu_button_phone i {
		font-size: 20px;
	}
}

.nav_menu_button {
    display: flex;
	justify-content: flex-end;
    gap: 28px;
	margin-right: 45px;
}
@media screen and (max-width: 1360px) {
	.nav_menu_button {
		gap: 15px;
	}
}
@media screen and (max-width: 960px) {
	.nav_menu_button {
		flex-direction: column;
		gap: 0;
		margin: 0 45px;
	}
}



/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 17px;
    right: 10px;
	/* 最前面に */
	z-index: 9999;
	/* ボタンの大きさ  */
	width: 48px;
	height: 48px;
	background: transparent;
    border: unset;
}
/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 100%;
	height: 4px;
	/* バーガー線の色 */
	background-color: #1a2e5c;
	border-radius: 50px;
	transition: .2s;
}
/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a2e5c;
	border-radius: 50px;
	transition: .5s;
}
.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-12px);
}
.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(12px);
}
/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}
.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #fff;
	transition: .2s;
}
.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}
.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}
/**************** ここまで、ハンバーガーボタンのスタイリング ****************/
/**************** 以下、メニューのスタイリング ****************/

.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	top: 0;
	right: -100%;
	width: 100%;
	height: 92vh;
	transition: .3s;
	background-color: rgba(255,255,255,0.9);
}

@media screen and (max-width: 960px) {
	.menu nav {
		display: flex;
		flex-direction: column;
		}	
	.konzatsu {
		display: none;
	}
}

.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .3s;
}
/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	position: absolute;
	right: 0;
	z-index: 9;
	overflow-y: scroll;
}

/*スクロールバー非表示（Chrome・Safari）*/
	.menu.open::-webkit-scrollbar{
	  display:none;
	}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 960px) {
	.btn {
		display: none;
	}
	.menu {
		/* メニューを横に */
		display: flex;
		flex-direction: row;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 145px;
	}
}

/*メニュー内のボタン*/
@media screen and (max-width: 960px) {
	.nav_menu .button1 a {
		color: #1a2e5c;
		background: #fff;
	}
	
	.nav_menu .button2 a {
		color: #fff;
		border: 1px solid #fff;
		width: 100%;
	}
	.nav_menu .button4 a {
		color: #529573;
		background: #fff;
	}
}
/**************** ここまで、メニューのスタイリング ****************/

/* TOPメイン画像
====================================================*/
.top {
	height: 92vh;
	width:auto;
	/*background-size: auto 100%;*/
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
    z-index: 1;
	position: relative;
    top: 0px;
}

/* video */
.video{
  width: 100%;
  height: 92vh;
  background: url("../images/top/top_main.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-sp{
  width: 100%;
  height: 60vh;
  background: url("../images/top/top_main_sp.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video-note{
  width: 100%;
  height: 130vh;
  background: url("../images/top/top_main_sp.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video-sp::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.video-sp video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .video{
    min-width: 960px;
  }
}

@media screen and (max-width: 960px) {
	.top {
		top: 0px;
	}
}

.top_img{
  background-image: url("../images/top/top_main.jpg");
  background-color:#DBE7F2;
}
@media screen and (max-width: 960px) {
	.top_img{
	  background-image: url("../images/top/top_main_sp.jpg");
	  height: 60vh;
	}
}

.top_container {
    height: 92vh;
	width: 100%;
    position: relative;
}
@media screen and (max-width: 960px) {
	.top_container {    
		height: unset;
	}
}

.top_konzatsu {
    position: absolute;
    bottom: 20px;
    right: 2%;
    width: 560px;
    height: 360px;
	background: #fff;
    border-radius: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width:959px) and ( max-width:1630px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.top_konzatsu {
		/*position: unset;*/
		/*margin: 0 auto 100px;*/
		/*border: 1px solid #CECAE6;*/
		height: 320px;
		padding-top: 20px;
	}
	.info959 {margin-top: 484px;}
}

@media screen and (max-width: 960px) {
	.top_konzatsu {
		position: unset;
		width: 95%;
		margin: 0 auto;
	}
}

.top_konzatsu div.scroll_bar {
	overflow:hidden;
  	overflow-y:scroll;
	width: 468px;
    height: 303px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 960px) {
	.top_konzatsu div.scroll_bar {
		overflow: unset;
		overflow-y: unset;
		width: 100%;
		padding: 0;
	}
	
	.scroll_bar {
		margin-bottom: 60px;
		margin-top: 550px;
		background-color: #FFF;
		padding: 20px;
		border-radius: 20px;
	}
}

.top_konzatsu div.scroll_bar::-webkit-scrollbar{
   width: 10px;
}

.top_konzatsu div.scroll_bar::-webkit-scrollbar-track{
   background-color: #fff;
}

.top_konzatsu div.scroll_bar::-webkit-scrollbar-thumb{
	background: rgba(211, 224, 242, 0.4);
}

.top_konzatsu div.scroll_bar::-webkit-scrollbar-button:single-button {
background-color: #fff;
display: block;
height: 12px;
width: 12px;
}

 /* Buttons */
    .top_konzatsu div.scroll_bar::-webkit-scrollbar-button:single-button {
      background-color: #fff;
      display: block;
      height: 13px;
      width: 10px;
    }
    /* Up */
    .top_konzatsu div.scroll_bar::-webkit-scrollbar-button:single-button:vertical:decrement {
    background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #101841 50.5%) no-repeat top left/50% 60%,
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #101841 50.5%) no-repeat top right/50% 60%;	
    }

    .top_konzatsu div.scroll_bar::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
      border-color: transparent transparent #777777 transparent;
    }
    /* Down */
    .top_konzatsu div.scroll_bar::-webkit-scrollbar-button:single-button:vertical:increment {
      background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #101841 50.5%) no-repeat top left/50% 60%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #101841 50.5%) no-repeat top right/50% 60%;
    }

    .top_konzatsu div.scroll_bar::-webkit-scrollbar-button:vertical:single-button:increment:hover {
      border-color: #777777 transparent transparent transparent;
    }

.top_konzatsu_title {
    color: #1a2e5c;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
	margin: 0 0 20px 0;
}


.top_konzatsu ul {
    list-style: none;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
	gap: 20px 35px;
	width: 468px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.top_konzatsu ul {
		flex-direction: column;
		width: 100%;
	}
	
	.txt-show ul,.txt-hide ul {
		list-style: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.txt-show ul,.txt-hide ul  {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.txt-show ul li,.txt-hide ul li  {
		flex-basis: calc(50% - 20px);
	}
}

.top_konzatsu ul li {
    flex-basis: 216px;
}
@media screen and (max-width: 960px) {
	.top_konzatsu ul li {
		flex-basis: 65px;
	}
}

.top_konzatsu ul li.wide {
    flex-basis: 100%;
}

.top_konzatsu_title2 {
    background: #DBE7F2;
    border-radius: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1a2e5c;
    padding: 7px 0;
	margin: 0;
}

.top_konzatsu_txt {
    text-align: center;
	font-size: 20px;
	margin: 15px 0 0;
}
@media screen and (max-width: 960px) {
	.top_konzatsu_txt {
		margin: 10px 0 0;
	}
}

.top_konzatsu_txt_big {
	font-size: 20px;
}


/*もっと見る*/
.txt-hide{
display: none;
}

button.more {
    margin: 20px auto;
    display: block;
    background-color: #1a2e5c;
    color: #fff;
    border-radius: 100px;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    width: 100%;
    padding: 14px 0;
    border: none;
    outline: 0;
    transition: .5s;
-erbkit-transition: .5s;
}

 
ul.top_konzatsu_tsuika {
    padding-top: 20px;
}

button.more::after {
	content: "詳しくみる";
    background: url(../images/chevron-down-solid.svg) no-repeat right 10px top 3px;
    transition: .2s;
    -erbkit-transition: .2s;
    padding: 0 3em;
    background-size: 8%;
}

button.more.on-click::after{
	content: "閉じる";
	background: url(../images/chevron-up-solid.svg) no-repeat right 10px top 6px;
	padding: 0 3em;
    background-size: 10%;
}

.more {
	/*test*/
	cursor: pointer;
}


/*TOP診療時間*/
.top_shinryoujikan {
    position: absolute;
    width: 560px;
    height: 330px;
    right: 2%;
    bottom: 18px;
	background: #fff;
    border-radius: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: 5;
}
@media screen and (min-width:959px) and ( max-width:1030px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.top_shinryoujikan {
		width: 510px;
		height: 310px;
	}
}

@media screen and (max-width: 960px) {
	.top_shinryoujikan {
	    width: 100%;
	}
	
	#sp_main.top_shinryoujikan {
	    width: 100%;
		height: auto;
		margin: 60px 0;
		position: unset;
	}
}


.top_shinryoujikan table {
    border-collapse:collapse;
	margin: 0 auto;
	color: #101841;
}

.top_shinryoujikan table tr {
    border-bottom: 1px solid #D9D9D9;
}

.top_shinryoujikan table tr:last-child {
    border-bottom: none;
}

.top_shinryoujikan table tr th {
    padding: 10px 0;
}

.top_shinryoujikan table tr th.top_shinryoujikan_time {
	width: 8em;
}
@media screen and (max-width: 960px) {
	.top_shinryoujikan table tr th.top_shinryoujikan_time {
		font-size: 18px;
	}
}

.top_shinryoujikan table tr td {
    width: 4em;
    text-align: center;
}

.top_shinryoujikan_uketsuke {
	text-align: center;
	margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
	.top_shinryoujikan_uketsuke {
		font-size: 18px;
		margin: 7px 0 0;
	}
}

.top_shinryoujikan_uketsuke .bold {
	font-weight: 600;
	padding-right: 1em;
}

.top_shinryoujikan_uketsuke .pl2 {
	padding-left: 2em;
}

.top_shinryoujikan_link {
    display: flex;
    justify-content: center;
	gap: 80px;
}
@media screen and (max-width: 960px) {
	.top_shinryoujikan_link {
		gap: 3%;
	}
}



/* =============================================

	メインコンテンツ

============================================= */


/* メインコンテンツ　共通項目
====================================================*/

.main_contents {
	padding-top: 0px;
}
@media screen and (max-width: 960px) {
	.top_contents {
		padding-top: 340px;
	}
}

.main_contents section {
	width: 1030px;
	margin: 60px auto;
}
@media screen and (max-width: 960px) {
	.main_contents section {
		width: 90%;
	}
}

.main_contents h2 {
    font-weight: 700;
    font-size: 36px;
    color: #1a2e5c;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.main_contents h2 {
		font-size: 35px;
	}
}

.main_contents section p.button1 {
    display: flex;
    justify-content: center;
	margin: 40px 0 0;
}

.main_contents section p.button1 a i {
    padding-left: 0.5em;
	padding-right: 0;
}


/* メインコンテンツ　お知らせ
====================================================*/

#top_info div article {
    display: flex;
    gap: 76px;
}
@media screen and (max-width: 960px) {
	#top_info div article {
		gap: 2em;
	}
}

.top_info_contents {
	margin-top: 40px;
	height: 350px;
	overflow-y: scroll;
	border: none;
}

#top_info div article p {
	margin: 0 0 30px;
}

#top_info div article#part3 p {
	margin: 0 0 0;
}

#top_info div article p.info_date {
	font-weight: 600;
	font-size: 20px;
	color: #1a2e5c;
}

#top_info div article p.info_text {
    align-self: center;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	#top_info div article p.info_text {
		font-size: 20px;
	}
}

/* メインコンテンツ　疾患について
====================================================*/

#top_sikkan {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	#top_sikkan {
		margin-top: 60px;
	}
}

#top_sikkan ul {
	list-style: none;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 20px;
	margin: 40px 0 0;
}
@media screen and (max-width: 960px) {
	#top_sikkan ul {
		justify-content: center;
		gap: 35px;
	}
}

#top_sikkan ul li {
    background: #e0e4ef;
    border-radius: 200px;
    flex-basis: 233px;
    height: 233px;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 960px) {
	#top_sikkan ul li {
		flex-basis: 150px;
		height: 150px;
	}
}

#top_sikkan ul li:hover {
	opacity: 0.6;
	transition: 1.0s ;
}

#top_sikkan ul li a {
    text-decoration: none;
	align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    border-radius: 200px;
}

#top_sikkan ul li a:hover {
	opacity: 0.6;
	transition: 1.0s ;
}

#top_sikkan ul li a div {
    height: 120px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 960px) {
	#top_sikkan ul li a div {
		height: 60px;
	}
	
	#top_sikkan ul li a div img {
		width: 60%;
		margin: 0 auto;
	}
}

#top_sikkan ul li a div.top_sikkan_dryeye img {
    position: relative;
    left: 7px;
}
@media screen and (max-width: 960px) {
	#top_sikkan ul li a div.top_sikkan_dryeye{
		height: 67px;
	}
	
	#top_sikkan ul li a div.top_sikkan_dryeye img {
		left: 2%;
		width: 55%;
	}
	
	#top_sikkan ul li a div.top_sikkan_kahun {
		height: 64px;
	}
	
	#top_sikkan ul li a div.top_sikkan_kahun img {
		width: 59%;
	}
	
	#top_sikkan ul li a div.top_sikkan_ouhan {
		height: 65px;
	}
	
	#top_sikkan ul li a div.top_sikkan_ouhan img {
		width: 59%;
	}
}

#top_sikkan ul li a div.top_sikkan_tounyou img {
    position: relative;
    bottom: 13px;
}

#top_sikkan ul li a p {
    font-weight: 500;
    font-size: 20px;
    color: #1a2e5c;
	margin: 0;
}
@media screen and (max-width: 960px) {
	#top_sikkan ul li a p {
		font-size: 1rem;
		text-align: center;
	}
}

/* 当院の特徴
====================================================*/
#top_tokuchou {
	margin-top: 100px;
}

#top_tokuchou ul {
	margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

@media screen and (max-width: 960px) {
	#top_tokuchou ul {
		flex-direction: column;
		justify-content: center;
	}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#top_tokuchou ul {
		flex-direction: row;
	}
}
	
	#top_tokuchou ul li {
		align-self: center;
	}
}


#top_tokuchou ul li img {
    border-radius: 20px;
}

#top_tokuchou ul li p {
    font-weight: 500;
    font-size: 24px;
    color: #1a2e5c;
    margin: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 960px) {
	#top_tokuchou ul li p {
		font-size: 25px;
	}
}

#top_tokuchou ul li p span {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #a6caec;
    padding-right: 0.5em;
}
@media screen and (max-width: 960px) {
	
#top_tokuchou ul li p span {
    	font-size: 36px;
	}
}

/* 診療について
====================================================*/
#top_shinryou {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	#top_shinryou {
		margin-top: 60px;
	}
}

#top_shinryou ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

/*テキスト右の場合*/
li.flex_back_right,li.flex_back_left {
    display: flex;
	margin-bottom: 78px;
	position: relative;
}
@media screen and (max-width: 960px) {
	li.flex_back_right, li.flex_back_left {
		flex-direction: column;
		position: unset;
		background: #e0e4ef;
		padding: 25px 20px;
		border-radius: 20px;
		margin-bottom: 40px;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	li.flex_back_right, li.flex_back_left {
		flex-basis: calc(50% - 50px);
		margin-bottom: 0;
	}
}

li.flex_back_right img {
	box-shadow: 315px 35px 0 #e0e4ef, 515px 35px 0 #e0e4ef;
	border-radius: 20px;
}
@media screen and (max-width: 960px) {
	li.flex_back_right img {
		box-shadow: none;
		width: 100%;
	}
}

#top_shinryou ul div {
    margin: 0 auto;
}

.flex_back_right_txt {
    position: absolute;
    right: 65px;
    top: 40px;
}
@media screen and (max-width: 960px) {
	.flex_back_right_txt {
		position: unset;
	}
}

.top_shinryou_subtitle {
	font-weight: 500;
	font-size: 24px;
	color: #1a2e5c;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.top_shinryou_subtitle {
		font-size: 25px;
	}
}

.top_shinryou_txt {
	width: 370px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.top_shinryou_txt {
		width: 100%;
		font-size: 18px;
	}
}

.flex_back_right_txt p.button1,.flex_back_left_txt p.button1 {
    margin: 20px 0 0!important;
}

/*テキスト左の場合*/
#top_shinryou ul li.flex_back_left {
	margin-bottom: 0;
}

li.flex_back_left {
    flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
	li.flex_back_left {
		flex-direction: column;
	}
	
	li.flex_back_left:last-child{
		margin: 0;
	}
}

li.flex_back_left img {
    box-shadow: -315px 35px 0 #e0e4ef, -515px 35px 0 #e0e4ef;
    border-radius: 20px;
}
@media screen and (max-width: 960px) {
	li.flex_back_left img {
		box-shadow: none;
		width: 100%;
	}
}

.flex_back_left_txt {
    position: absolute;
    left: 65px;
    top: 40px;
}
@media screen and (max-width: 960px) {
	.flex_back_left_txt {
		position: unset;
	}
}


/* ドクター紹介
====================================================*/
.main_contents section#top_doctor {
    background: #e0e4ef;
    width: 100%;
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents section#top_doctor {
		margin-top: 60px;
	}
}

.main_contents section#top_doctor div.top_doctor_contents {
	width: 1030px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 960px) {
	.main_contents section#top_doctor div.top_doctor_contents {
		width: 90%;
	}
}


.top_doctor_big {
    display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
@media screen and (max-width: 960px) {
	.top_doctor_big {
		flex-direction: column;
	}
}

.top_doctor_big img {
    border-radius: 200px;
}
@media screen and (max-width: 960px) {
	.top_doctor_big img {
		width: 40%;
   		margin: 0 auto;
	}
}

.top_doctor_big_txt {
    width: 640px;
    margin: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 960px) {
	.top_doctor_big_txt {
		width: 100%;
	}
}

.big_txt_name {
    display: flex;
	align-items: center;
    gap: 50px;
}
@media screen and (max-width: 960px) {
	.big_txt_name {
		flex-direction: column;
		margin-top: 15px;
		gap: 15px;
	}
}

.big_txt_name p {
	margin: 0;
}

.big_txt_name1 {
    font-weight: 700;
    font-size: 32px;
    color: #1a2e5c;
}
@media screen and (max-width: 960px) {
	.big_txt_name1 {
		font-size: 30px;
	}
}

.big_txt_name1 span {
	font-size: 24px;
	padding-right: 1em;
}
@media screen and (max-width: 960px) {
	.big_txt_name1 span {
		font-size: 20px;
	}
}

.big_txt_name2 {
	font-weight: 400;
	font-size: 18px;
	color: #b18044;
}
@media screen and (max-width: 960px) {
	.big_txt_name2 {
		font-size: 18px;
	}
}

.big_txt_name2 span {
	font-weight: 500;
	color: #1a2e5c;
	padding-right: 1em;
}

.big_txt_setsumei {
    line-height: 1.5;
	margin: 30px 0 0;
}
@media screen and (max-width: 960px) {
	.big_txt_setsumei {
		margin: 20px 0 0;
		font-size: 18px;
	}
}

ul.top_doctor_small {
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 50px;
	margin-top: 60px;
}
@media screen and (max-width: 960px) {
	ul.top_doctor_small {
		gap: 40px;
		margin-top: 40px;
	}
	
	ul.top_doctor_small li {
		flex-basis: 42%;
	}
}

ul.top_doctor_small li img {
    border-radius: 200px;
}
@media screen and (max-width: 960px) {
	ul.top_doctor_small li img {
		width: 100%;
	}
}

ul.top_doctor_small li p {
	text-align: center;
}
@media screen and (max-width: 960px) {
	ul.top_doctor_small li p {
		font-size: 18px;
	}
}

.top_doctor_small_name {
	font-weight: 700;
	font-size: 25px !important;
	color: #1a2e5c;
	margin: 20px 0 0;
}

.top_doctor_small_senmon {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.top_doctor_small_name {
		font-size: 25px;
	}
}

.top_doctor_small_senmon {
	font-weight: 400;
	font-size: 20px;
	color: #a9947a;
	margin: 10px 0 0;
}
@media screen and (max-width: 960px) {
	.top_doctor_small_senmon {
		line-height: 1.5;
	}
}

.top_doctor_small_senmon span {
	font-weight: 500;
	color: #1a2e5c;
	padding-right: 1em;
}
@media screen and (max-width: 960px) {
	.top_doctor_small_senmon span {
		padding-right: 0;
	}
}

/* 院内設備
====================================================*/
#top_setsubi {
    margin-top: 100px;
}
@media screen and (max-width: 960px) {
	#top_setsubi {
		margin-top: 40px;
	}
}

.top_setsubi_contents {
    display: flex;
	margin-top: 40px;
}
@media screen and (max-width: 960px) {
	.top_setsubi_contents {
		flex-direction: column;
	}
}

.top_setsubi_contents_img img {
	border-radius: 20px;
	vertical-align: bottom;
}
@media screen and (max-width: 960px) {
	.top_setsubi_contents_img img {
		width: 100%;
	}
}

.top_setsubi_contents_txt {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_setsubi_contents_txt1 {
    width: 360px;
    margin: 0;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.top_setsubi_contents_txt1 {
		width: 100%;
		margin: 20px 0 0;
		font-size: 18px;
	}
}


.top_shoukai {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.top_shoukai {
		margin-top: 60px;
	}
}

.top_shoukai p {
	margin: 0;
}

.top_shoukai p a {
    background: #CADFF3;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #1a2e5c;
    width: 728px;
	height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
    text-decoration: none;
	margin: 0 auto;
	line-height: 35px;
}
@media screen and (max-width: 960px) {
	.top_shoukai p a {
		width: 90%;
		font-size: 20px;
	}
}

.top_shoukai p a:hover {
	opacity: 0.6;
	transition: 1.0s ;
}

@media screen and (max-width: 960px) {
	#top_setsubi .main_contents section p.button1 {
		margin: 20px 0 0;
	}
}

/* =============================================

	footer

============================================= */
#access {
    width: 1032px;
    margin: 100px auto 0;
}
@media screen and (max-width: 960px) {
	#access {
		width: 90%;
	}
}

#access h1 {
    width: 258px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	#access h1 {
		margin-bottom: 20px;
	}
	
	#access .nav_menu_button_phone {
		font-size: 21px;
	}
}

/* 診療時間
====================================================*/

.access_contents {
    display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
@media screen and (max-width: 960px) {
	.access_contents {
		flex-direction: column;
    	margin: 0 auto;
	}
}

.footer_shinryoujikan p.nav_menu_button_phone {
    margin: 0 0 20px;
    text-align: center;
}

.footer_shinryoujikan {
	position: unset;
	background: none;
	display: unset;
}


.footer_shinryoujikan_address {
    margin: 20px 0 0;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.footer_shinryoujikan_address {
		line-height: 1.5;
	}
}


/* Googlemap
====================================================*/

.map {
	flex-basis: 460px;
	position: relative;
	padding-top: 35.25%;
}
@media screen and (max-width: 960px) {
	.map {
		flex-basis: 100%;
		top: 80px;
    	padding-top: 65.25%;
	}
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* footer
====================================================*/
footer {
    background: #1a2e5c;
	margin-top: 120px;
}

footer div.footer_contents {
	width: 1032px;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 960px) {
	footer div.footer_contents {
		width: 100%;
		flex-direction: column;
		padding: 40px 0 0;
	}
	
	footer div.footer_contents div {
		width: 90%;
		margin: 0 auto;
		padding-top: 40px;
	}
}



footer div ul {
	margin: 0;
    padding: 0;
}

footer div ul li {
    color: #fff;
}

footer div ul li:hover {
    color: #e0e4ef;
}

.footer_contents_menu1 {
    display: flex;
    justify-content: space-between;
    width: 380px;
}

.footer_contents_menu1_title {
    font-weight: 500;
    color: #fff;
	margin: 0;
}

@media screen and (max-width: 960px) {
	.footer_contents_menu1 {
		flex-direction: column;
		gap: 40px;
	}
}

.footer_contents_menu1 ul {
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

footer div ul li a {
    text-decoration: none;
    color: #fff;
}

footer div ul li a:hover {
    color: #e0e4ef;
}

.footer_contents_menu2 {
    width: 590px;
}
@media screen and (max-width: 960px) {
	.footer_contents_menu2 {
		width: 100%;
		margin-top: 40px;
	}
}

.footer_contents_menu2_title {
    font-weight: 500;
    color: #fff;
	margin: 0 0 25px;
}

.footer_contents_menu2 ul {
    margin-left: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
}
@media screen and (max-width: 960px) {
	.footer_contents_menu2 ul {
		flex-direction: column;
	}
}

.footer_contents_menu2 ul li {
    width: 8em;
}

.footer_contents_menu2 ul::after {
	display: block;
	content:"";
	width: 17.5em;/*足りない項目が2つの時*/
}

.fa-angle-right:before {
    padding-left: 1em;
}

.footer_copy {
	text-align: center;
	padding-bottom: 40px;
}

.footer_copy small {
    font-size: 12px;
    color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.footer_copy {
		padding-bottom: 100px;
	}
}


/* ページTOPリンク
====================================================*/
/*リンクの形状*/
#page-top a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #1a2e5c;
    border-radius: 200px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s;
	border: 1px solid #fff;
}

#page-top a:hover{
	background: #1a2e5c;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 25px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}
@media screen and (max-width: 960px) {
	#page-top {
		bottom: 65px;
	}
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}


/*追従*/
.ScrollTop {
  position: fixed;
　top: 230px;
  right: 0;
  /*bottom: 10px;*/
  width: 50px;
    height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2e5c;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  border-radius: 10px 0 0 10px;
	/*writing-mode: vertical-rl;*/
    font-size: 20px;
	top: 230px;
	z-index: 5;
}

 .ScrollTop span{
    writing-mode: vertical-rl;
}

.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}

.ScrollTop:hover {
    opacity: 0.6!important;
    transition: 1.0s;
}


/* spのみのサブメニュー
====================================================*/
.sp_submenu {
    position: fixed;
	bottom: 0vh;
    width: 100vw;
}

.iphone .sp_submenu  {
	bottom: 0vh;
}

@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.sp_submenu {
		bottom: 0vh;
	}
}

.sp_submenu ul{

	list-style: none;
	background-color: #1a2e5c;
	display: flex;
	justify-content: center;
	margin: 0;
    padding: 0;
	height: 70px;
}


.sp_submenu ul li {
    flex-basis: calc(100% / 3);
	align-self: center;
	text-align: center;
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
	border-right: 1px solid #fff;
}

.sp_submenu ul li:last-child {
	border-right: none;
}

.sp_submenu ul li a {
	color: #fff;
	text-decoration: none;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.sp_submenu ul li a p {
	color: #fff;
	margin: 0;
}

.sp_submenu ul li a p i {
    padding-bottom: 10px;
}

.sp_submenu ul li a p.sp_submenu_time i {
	padding-bottom: 3px;
}


/* =============================================

	下層ページ共通

============================================= */

/* アイキャッチ
====================================================*/
.top.no_top {
	height: 500px;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 960px){
	.top.no_top {
		height: 40vh;
	}
}


.no_top_title {
    font-weight: 700;
    font-size: 48px;
    color: #1a2e5c;
    margin-top: 150px;
}
@media screen and (max-width: 960px){	
	.no_top_title {
		font-size: 32px;
		margin-top: 60px;
	}
}

/* パンくず
====================================================*/
.main_contents p.pankuzu {
    width: 1030px;
    margin: 20px auto;
	padding-bottom: 90px;
}
@media screen and (max-width: 960px){
	.main_contents p.pankuzu {
		width: 90%;
		padding-bottom: 40px;
	}
}

.main_contents p.pankuzu a{
	color: #101841;
}

.main_contents p.pankuzu a:hover{
	color: #1a2e5c;
	text-decoration: none;
}

.main_contents p.pankuzu span{
	color: #1a2e5c;
}

/* =============================================

	当院について

============================================= */

/* アイキャッチ
====================================================*/

.top_img.top_touin {
    background-image: url("../images/touin/top.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_touin {
		background-image: url("../images/touin/top_sp.jpg");
	}
}

/* ページ内リンク
====================================================*/
/*スムーススクロールのずれを解消*/
#touin_info,#touin_renkei,#touin_shuzai {
    padding-top: 170px;
    margin-top: -170px;
}
@media screen and (max-width: 960px){
	#touin_info,#touin_renkei,#touin_shuzai {
		padding-top: 60px;
	}
}

#touin_info {
	margin-bottom: 136px;
}
@media screen and (max-width: 960px){
	#touin_info {
		margin-bottom: 60px;
		padding-top: 120px;
	}
}

.touin_page_link {
	list-style: none;
    margin: 0 auto 100px;
	padding: 30px 0;
    border: 1px solid #DBE7F2;
    border-radius: 20px;
    width: 1032px;
    display: flex;
    justify-content: center;
    gap: 90px;
}
@media screen and (max-width: 960px){
	.touin_page_link {
		width: 90%;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin: 0 auto 120px;
	}
}


.touin_page_link li {
	position: relative;
	padding-right: 25px;
	display: inline-block;
}

.touin_page_link li::after { /* くの字の表示設定 */
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #1a2e5c;
    border-right: 1.5px solid #1a2e5c;
    transform: rotate(135deg);
    margin-left: 12px;
}

.touin_page_link li a {
	text-decoration: none;
	color: #1a2e5c;
	font-weight: 500;
    font-size: 20px;
}
@media screen and (max-width: 960px){
	.touin_page_link li a {
		font-size: 18px;
	}
}

.touin_page_link li a:hover{
	color: #2B498C;
}
@media screen and (max-width: 960px){
	.touin_page_link li a:hover{
		color: #1a2e5c;
	}
}

.touin_page_link li:hover::after{
	border-top: 1.5px solid #2B498C;
	border-right: 1.5px solid #2B498C;
}

/* 当院のご案内
====================================================*/
#touin_info ul{
	margin: 0;
}
@media screen and (max-width: 960px){
	#touin_info ul {
		margin: 40px 0 0;
		padding: 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#touin_info ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
	}
}

.touin_subtitle {
    display: flex;
    align-items: center;
	justify-content: center;
}
@media screen and (max-width: 960px){
	.touin_subtitle {
		margin: 20px 0 0;
	}
}

#touin_info ul li:last-child {
	margin-bottom: 0;
}

#touin_info ul li .flex_back_right_txt {
    position: absolute;
    right: 32px;
    top: 40px;
}
@media screen and (max-width: 960px){
	#touin_info ul li .flex_back_right_txt {
		position: unset;
	}
}

#touin_info ul li .flex_back_left_txt {
    position: absolute;
	left: 32px;
}
@media screen and (max-width: 960px){
	#touin_info ul li .flex_back_left_txt {
		position: unset;
	}
}

.no_link {
   top: 47px;
}

.flex_back_right_txt p span.suji,.flex_back_left_txt p span.suji {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #1a2e5c;
    padding-right: 0.3em;
}
@media screen and (max-width: 960px){
	.flex_back_right_txt p span.suji,.flex_back_left_txt p span.suji {
		font-size: 36px;
	}
}

.touin_txtlink {
    text-align: center;
}
@media screen and (max-width: 960px){
	.touin_txtlink {
		margin: 15px 0 0;
	}
}


/* 提携医療機関
====================================================*/

.main_contents section#touin_renkei {
    width: 640px;
    margin: -170px auto 100px;
}
@media screen and (max-width: 960px){
	.main_contents section#touin_renkei {
		width: 90%;
    	margin: -60px auto 60px;
		/*↓スムーススクロールの調整*/
		 margin-top: -100px;
   		 padding-top: 100px;
	}
}

.touin_renkei_txt1 {
    line-height: 1.5;
    margin: 40px 0 40px 0;
}

.touin_renkei_txt2 {
    margin: 40px 0 0 0;
}

#touin_renkei ul {
    margin: 0;
    padding: 0 0 0 16px;
}

#touin_renkei ul li {
	color: #1a2e5c;
	padding-bottom: 0.5em;
}

#touin_renkei ul li:last-child {
	padding-bottom: 0;
} 

#touin_renkei ul li:hover {
    color: #a9947a;
}

#touin_renkei ul li a {
	text-decoration: none;
	color: #1a2e5c;
	font-weight: bold;
}

#touin_renkei ul li a:hover {
    color: #a9947a;
}

#touin_renkei ul li a i{
    padding-left: 0.3em;
}

/* 提携医療機関
====================================================*/
#touin_shuzai {
	margin-top: -170px;
}
@media screen and (max-width: 960px){
	#touin_shuzai {
		margin-top: -60px;
		/*↓スムーススクロールの調整*/
		margin-top: -100px;
    	padding-top: 100px;
	}
}

#touin_shuzai ul {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 25px;
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#touin_shuzai ul {
		display: flex;
		justify-content: space-between;
		gap: 20px 0;
	}
}

#touin_shuzai ul li {
	flex-basis: 495px;
	align-self: stretch;
    display: flex;
}
@media screen and (max-width: 960px){
	#touin_shuzai ul li {
		flex-basis: 100%;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#touin_shuzai ul li {
		flex-basis: calc(50% - 10px);
	}
}


#touin_shuzai ul li div.touin_shuzai_contents {
    border: 1px solid #DBE7F2;
    border-radius: 20px;
	padding: 30px;
	display: flex;
    flex-direction: column;
}

.touin_shuzai_contents img {
	border-radius: 20px;
	height: 219px;
}
@media screen and (max-width: 960px){
	.touin_shuzai_contents img {
		width: 100%;
		height: auto;
	}
}

.shuzai_contents_box {
	flex-grow: 1;
	display: flex;
    flex-direction: column;
}
@media screen and (max-width: 960px){
	.shuzai_contents_box {
		align-items: flex-start;
	}
}

.shuzai_contents_sd {
    display: flex;
	gap: 24px;
	margin-top: 18px;
}
@media screen and (max-width: 960px){
	.shuzai_contents_sd {
		flex-direction: column;
		gap: 10px;
		margin-top: 16px;
	}
}

.shuzai_contents_sd_tag {
	background: #a9947a;
	border-radius: 30px;
	color: #FFFFFF;
	margin: 0;
	width: 130px;
    padding: 7px 0;
    text-align: center;
}
@media screen and (max-width: 960px){
	.shuzai_contents_sd_tag {
		font-size: 18px;
		padding: 5px 0;
	}
}

.shuzai_contents_sd_time {
	margin: 0;
	font-weight: 500;
    align-self: center;
}

.touin_shuzai_title {
    font-weight: 500;
    font-size: 24px;
	color: #1a2e5c;
    margin: 24px 0 0;
	/*flex-grow: 1;*//*番組名が2段になる場合に使用*/
}
@media screen and (max-width: 960px){
	.touin_shuzai_titlee {
		margin: 20px 0 0;
	}
}

.touin_shuzai_txt {
	margin: 24px 0 0;
    line-height: 1.5;
	flex-grow: 1;
}
@media screen and (max-width: 960px){
	.touin_shuzai_txt {
		margin: 20px 0 0;
	}
	
	#touin_shuzai p.button1 {
		margin: 20px 0 0;
	}
}

/* =============================================

	ドクター紹介

============================================= */

/* アイキャッチ
====================================================*/

.top_img.top_doctor {
    background-image: url("../images/doctor/top.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_doctor {
		background-image: url("../images/doctor/top_sp.jpg");
	}
}

/* メインコンテンツ
====================================================*/
.doctcr_main_txt {
    margin: 0 auto;
    width: 640px;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.doctcr_main_txt {
		width: 90%;
		font-size: 20px;
	}
}

.doctcr_contents {
	width: 1030px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.doctcr_contents {
		width: 90%;
	}
}

.main_contents div.doctcr_contents:not(:first-child){
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents div.doctcr_contents:not(:first-child){
		margin-top: 0;
	}
}

.doctcr_contents ul.doctcr_contents_etc {
	list-style: none;
	margin: 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	margin-top: 70px;
}
@media screen and (max-width: 960px) {
	.doctcr_contents ul.doctcr_contents_etc {
		flex-direction: column;
		margin-top: 35px;
		gap: 20px;
	}
}

.doctcr_contents_box {
    background: #e0e4ef;
    padding: 45px;
    border-radius: 20px;
    flex-basis: calc(45% - 60px);
}
@media screen and (max-width: 960px) {
	.doctcr_contents_box {
		padding: 20px;
	}
}

.doctcr_contents ul.doctcr_contents_etc li.doctcr_contents_box:last-child {
    flex-basis: 100%;
    padding: 70px 100px;
}
@media screen and (max-width: 960px) {
	.doctcr_contents ul.doctcr_contents_etc li.doctcr_contents_box:last-child {
		padding: 20px;
	}
}

.doctcr_contents ul.doctcr_contents_etc li.doctcr_contents_box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	color: #101841;
}

@media screen and (max-width: 960px) {
	.doctcr_contents_box ul li {
		font-size: 18px;
	}
}

.doctcr_contents_txt {
    margin: 0;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.doctcr_contents_txt {
		font-size: 18px;
	}
}

.doctcr_contents_txt2 {
    margin: 0 0 30px;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.doctcr_contents_txt2 {
		font-size: 18px;
		margin: 0 0 20px;
	}
}

 .txt_short {
    margin: 0 auto;
}

.doctcr_contents_title {
    font-weight: 700;
    font-size: 32px;
    color: #1a2e5c;
	text-align: center;
	margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
	.doctcr_contents_title {
		font-size: 20px;
		margin: 0 0 15px;
	}
}

ul.doctcr_contents_box li:first-child ul {
    width: 374px;
    margin: 0 auto;
    line-height: 1.5;
}


/* =============================================

	疾患について

============================================= */


/* アイキャッチ
====================================================*/

.top_img.top_shikkan {
    background-image: url("../images/shikkan/top.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_shikkan {
		background-image: url("../images/shikkan/top_sp.jpg");
	}
}


/* 疾患一覧
====================================================*/
#shikkan_ichiran {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	#shikkan_ichiran {
		margin-top: 60px;
	}
}

#shikkan_ichiran ul {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px;
}
@media screen and (max-width: 960px) {
	#shikkan_ichiran ul {
		margin: 20px 0 0;
		flex-direction: column;
    	align-content: center;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#shikkan_ichiran ul {
		flex-direction: row;
	}
}

#shikkan_ichiran ul li {
    width: 330px;
    background: #e0e4ef;
    border-radius: 20px;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 960px) {
	#shikkan_ichiran ul li {
		width: 100%;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	#shikkan_ichiran ul li {
		width: calc(50% - 10px);
	}
}

#shikkan_ichiran ul li:hover {
	opacity: 0.6;
    transition: 1.0s;
}

#shikkan_ichiran ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
	color: #1a2e5c;
	padding: 30px 0;
	display: block;
}
@media screen and (max-width: 960px) {
	#shikkan_ichiran ul li a {
		font-size: 20px;
		padding: 20px 0;
	}
}

#shikkan_ichiran ul li a:hover {
	opacity: 0.6;
    transition: 1.0s;
}

#shikkan_ichiran ul li a::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 26px;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #1a2e5c;
    border-right: 1.5px solid #1a2e5c;
    transform: rotate(45deg);
    margin-top: 5px;
}


/* =============================================

	ドライアイ

============================================= */

/* アイキャッチ
====================================================*/

.top_img.top_chiryo {
    background-image: url("../images/chiryo/top.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_chiryo {
		background-image: url("../images/chiryo/top_sp.jpg");
	}
}

.top_img.top_chiryo1 {
    background-image: url("../images/chiryo/top1.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_chiryo1 {
		background-image: url("../images/chiryo/top_sp1.jpg");
	}
}

.top_img.top_chiryo2 {
    background-image: url("../images/chiryo/top2.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_chiryo2 {
		background-image: url("../images/chiryo/top_sp2.jpg");
	}
}

.top_img.top_chiryo3 {
    background-image: url("../images/chiryo/top3.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_chiryo3 {
		background-image: url("../images/chiryo/top_sp3.jpg");
	}
}


/* =============================================

	スケジュール

============================================= */

/* アイキャッチ
====================================================*/

.top_img.top_schedule {
    background-image: url("../images/schedule/top.jpg");
    background-color: #DBE7F2;
}
@media screen and (max-width: 960px){
	.top_img.top_schedule {
		background-image: url("../images/schedule/top_sp.jpg");
	}
}

/* =============================================

	アクセス

============================================= */

/* アイキャッチ
====================================================*/

.top_img.top_access {
    background-image: url("../images/map/top.jpg");
}
@media screen and (max-width: 960px){
	.top_img.top_access {
		background-image: url("../images/map/top_sp.jpg");
	}
}


/* 共通項目
====================================================*/
h3 {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #1a2e5c;
    margin: 70px auto 0;
	position: relative;
}
@media screen and (max-width: 960px) {
	h3 {
		font-size: 20px;
	}
}

h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 64px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #101841;
}
@media screen and (max-width: 960px) {
	h3:before {
   		bottom: -13px;
	}
}


/*タブメニュー*/
/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
@media screen and (max-width: 960px) {
	 .tab{
		flex-direction: column;
		gap: 25px 0;
	}
}

.tab li {
    flex-basis: calc(50% - 60px);
	position: relative;
}

.tab li a{
	display: block;
    background: #F1F1F1;
    margin: 0 2px;
    padding: 25px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    color: #1a2e5c;
	opacity: 0.5;
	font-size: 20px;
	border: 1px solid #1a2e5c;
}
@media screen and (max-width: 960px) {
	.tab li a {
		font-size: 20px;
		padding: 20px 0;
	}
}

.tab li a:hover {
	background: #1a2e5c;
	border: 1px solid #1C3A7E;
	opacity: 1;
	color: white;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background: #1a2e5c;
	border: 1px solid #1C3A7E;
	opacity: 1;
	color: white;
}

.tab li.active a span {
    border-bottom: 1px solid #1a2e5c;
}

.tab li a::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 26px;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #1a2e5c;
    border-right: 1.5px solid #1a2e5c;
    transform: rotate(135deg);
    /*margin-top: 5px;*/
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/* ドライアイとは？
====================================================*/
.main_contents section.what{
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents section.what {
		margin-top: 40px;
		width: 100%;
	}
}

/*　症状　*/
.flex_left {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 960px) {
	.flex_left {
		margin-top: 50px;
		flex-direction: column;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.flex_left {
		flex-direction: row;
	}
}

.flex_right {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 960px) {
	.flex_right {
		flex-direction: column-reverse;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.flex_right {
		flex-direction: row;
	}
}

.flex_left div,.flex_right div {
    flex-basis: calc(50% - 15px);
	align-self: center;
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.flex_left div,.flex_right div {	
		width: 100%;
	}
}

.flex_left_img img,.flex_right_img img {
    border-radius: 20px;
	width: 100%;
}

.flex_left_txt p,.flex_right_txt p {
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.flex_left_txt p,.flex_right_txt p {
		font-size: 18px;
	}
}

.hukidashi {
	background: #c1dee3;
    width: 90px;
    height: 90px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
@media screen and (max-width: 960px) {
	.hukidashi {
		width: 67px;
		height: 67px;
		position: absolute;
		left: -2.5%;
		bottom: 1.3em;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.hukidashi {
		left: -35.5%;
		bottom: 0;
	}
}

.hukidashi::before {
  content: "";
  /* borderで三角形を作る */
  border-style: solid;
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #c1dee3;
  /* 配置する */
  position: absolute;
  top: 52%;
  left: 86%;
  /*transform: translateX(-50%);*/
  transform: rotate(27deg);
}
@media screen and (max-width: 960px) {
	.hukidashi::before {
		border-width: 7px 0 7px 22px;
		top: 72%;
    	left: 77%;
	}
}

.kanousei h4 {
    display: flex;
    align-items: center;
	justify-content: center;
    font-size: 24px;
    color: #101841;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.kanousei h4 {
		flex-direction: column;
		position: relative;
		padding-top: 40px;
	}
}

.big {
    color: #1a2e5c;
    font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	.big {
		font-size: 25px;
	}
}

.medium {
	font-size: 20px;
}
@media screen and (max-width: 960px) {
	.medium {
		font-size: 18px;
	}
}

.hukidashi_box {
    font-size: 18px;
	text-align: center;
	color: #101841;
}

.hukidashi_txt {
	padding-left: 0.7em;
	margin-top: 1em;
}
@media screen and (max-width: 960px) {
	.hukidashi_txt {
		padding-left: 0;
		margin-top: 0;
	    font-size: 18px;
		text-align: center;
		line-height: 1.5;
	}
}

.hukidashi_txt_color {
	color: #1a2e5c;
}

.kanousei {
    border: 2px solid #CECAE6;
    border-radius: 20px;
    padding: 45px 97px;
	margin-top: 60px;
}
@media screen and (max-width: 960px) {
	.kanousei {
		padding: 15px;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.kanousei {
		padding: 15px 0 20px;
	}
}

ul.chiryo_list {
    margin: 58px auto 0;
    padding: 0;
    list-style: none;
    width: 835px;
    display: flex;
    flex-wrap: wrap;
    gap: 34px 0;
    font-size: 20px;
}
@media screen and (max-width: 960px) {
	ul.chiryo_list {
		width: 100%;
		font-size: 18px;
    	gap: 20px 0;
		justify-content: center;
		margin: 28px auto 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	ul.chiryo_list {
		gap: 20px 60px;
	}
}

ul.chiryo_list li {
	margin-right: 39px;
	color: #101841;
}
@media screen and (max-width: 960px) {
	ul.chiryo_list li {
		flex-basis: 15.5em;
		margin-right: 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	ul.chiryo_list li {
    	flex-basis: 11em;
	}
	
	ul.shoujou_list li {
    	flex-basis: unset;
	}
}

ul.chiryo_list li:nth-child(5n) {
	margin-right: 0;
}

ul.chiryo_list li:nth-child(11n) {
	margin-left: 39px;
}
@media screen and (max-width: 960px) {
	ul.chiryo_list li:nth-child(11n) {
		margin-left: 0;
	}
}

ul.chiryo_list li i {
	color: #1a2e5c;
    padding-right: 0.5em;
}

.kanousei_txt {
	width: 835px;
	margin: 40px auto 0;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.kanousei_txt {
		width: 100%;
		font-size: 18px;
    	margin: 20px auto 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.kanousei_txt {
		width: 84%;
	}
}

.kanousei_tokuni_title {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 14px 0;
    width: 260px;
    background: #1a2e5c;
    border-radius: 100px;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni_title {
		font-size: 18px;
		padding: 10px 0;
		margin: 0 0 20px;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.kanousei_tokuni_title {
		margin: 0;
	}
}


.kanousei_tokuni {
    display: flex;
    align-items: center;
	margin-top: 45px;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni {
		flex-direction: column;
		margin-top: 20px;
		align-items: center;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.kanousei_tokuni {
		flex-direction: row;
	}
}

.kanousei_tokuni_etc {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
	.kanousei_tokuni_etc img {width: 40px;}
}

.etc_man {
	margin-right: 45px;
}
@media screen and (max-width: 960px) {
	.etc_man {
		margin-right:0;
		margin-bottom: 12px;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	.etc_man {
		margin-bottom: 0;
	}
}


.kanousei_tokuni_etc_age {
	padding-right: 15px;
	padding-left: 5px;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni_etc_age {
    	padding-right: 25px;
		padding-left: 15px;
	}
}

.kanousei_tokuni_etc_age span {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni_etc_age span {
		font-size: 24px;
	}
}

.kanousei_tokuni_etc_man {
    font-weight: 700;
    font-size: 34px;
    color: #1a2e5c;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni_etc_man {
		font-size: 24px;
	}
}

.kanousei_tokuni_etc_woman {
    font-weight: 700;
    font-size: 34px;
    color: #B34E6C;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.kanousei_tokuni_etc_woman {
		font-size: 24px;
	}
}


/*　シェーグレン症候群　*/
.main_contents section.sjogren {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents section.sjogren {
		margin-top: 60px;
		width: 100%;
	}
}

.sjogren h3{
	margin: 0;
}

.sjogren_txt {
	margin: 60px auto 0;
    width: 640px;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.sjogren_txt {
		width: 100%;
		margin: 30px auto 0;
    	font-size: 18px;
	}
}

.main_contents h5 {
    font-weight: 700;
    font-size: 24px;
    color: #1a2e5c;
    text-align: left;
    margin: 0;
}
@media screen and (max-width: 960px) {
	.main_contents h5 {
		font-size: 20px;
		text-align: center;
	}
}

.chiryo_shoujou {
    background: #e0e4ef;
	padding: 45px;
    border-radius: 20px;
	margin-top: 40px;
}
@media screen and (max-width: 960px) {
	.chiryo_shoujou {
		padding: 30px;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.chiryo_shoujou ul.chiryo_list {
	 margin: 30px 0 0;
}
@media screen and (max-width: 960px) {

	
	.chiryo_shoujou ul.chiryo_list {
		width: auto;
		margin: 20px 0 0;
		font-size: 18px;
		flex-direction: column;
		align-content: start;
		gap: 1em;
	}
	
	.chiryo_shoujou ul.chiryo_list li {
		flex-basis: auto;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	 .chiryo_shoujou ul.chiryo_list {
		flex-direction: row;
		flex-wrap: nowrap;
	}
}

.chiryou_link {
	text-align: right;
	position: relative;
	right: 2em;
	margin-top: 60px;
}
@media screen and (max-width: 960px) {
	.chiryou_link {
		margin-top: 40px;
	}
}

.chiryou_link a {
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
    color: #1a2e5c;
}
@media screen and (max-width: 960px) {
	.chiryou_link a {
		font-size: 20px;
	}
}

.chiryou_link a:hover {
	opacity: 0.6;
    transition: 1.0s;
}

.chiryou_link a::after {
    content: "";
    margin: auto;
    position: absolute;
    right: -1em;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #1a2e5c;
    border-right: 1.5px solid #1a2e5c;
    transform: rotate(45deg);
    margin-top: 5px;
}

/* 治療について
====================================================*/
/*  検査 */
.main_contents section.kensa {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents section.kensa {
		margin-top: 40px;
		width: 100%;
	}
}

.kensa_txt {
    margin: 20px auto 0;
    max-width: 700px;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.kensa_txt {
		font-size: 18px;
	}
}

.kensa_list ul {
	margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 960px) {
	.kensa_list ul {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	 .kensa_list ul {
		flex-direction: row;
	}
}

.kensa_list ul li {
    position: relative;
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	 .kensa_list ul li {
		flex-basis: calc(100% / 3);
	}
}

.kensa_list ul li img {
    border-radius: 20px;
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	 .kensa_list ul li img {
		width: 100%;
	}
}

.kensa_list ul li p.bangou {
    background: #1a2e5c;
    width: 66px;
    height: 66px;
    border-radius: 200px;
    font-weight: 600;
    font-size: 39px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: -16px;
    left: -9px;
}
@media screen and (max-width: 960px) {
	.kensa_list ul li p.bangou {
		width: 60px;
    	height: 60px;
		font-size: 32px;
	}
}

h6 {
	font-weight: 500;
    font-size: 24px;
    color: #a9947a;
    text-align: center;
	margin: 0;
}
@media screen and (max-width: 960px) {
h6 {
		font-size: 20px;
	}
}

.chiryou_sylmar {
    margin-top: 60px;
}
@media screen and (max-width: 960px) {
	.chiryou_sylmar {
		margin-top: 40px;
	}
}

.chiryou_sylmar p.kensa_txt {
	margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
	.chiryou_sylmar p.kensa_txt {
    	font-size: 18px;
	}
}

/*  ドライアイに対する点眼治療 */
.main_contents section.tengan {
	margin-top: 100px;
}
@media screen and (max-width: 960px) {
	.main_contents section.tengan {
		margin-top: 60px;
		width: 100%;
	}
}

.tengan ul {
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}
@media screen and (max-width: 960px) {
	.tengan ul {
		flex-direction: column;
		gap: 30px 0;
	}
}
@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
	 .tengan ul {
		flex-direction: row;
	}
}

.tengan ul li {
    flex-basis: calc(50% - 20px);
}

.tengan ul li img {
    margin-top: 30px;
	border-radius: 20px;
}
@media screen and (max-width: 960px) {
	.tengan ul li img {
		width: 100%;
		margin-top: 20px;
	}
}

.tengan_txt1 {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
	font-weight: bold;
}

 .tengan_txt2 {
    margin: 20px 0 0;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
	.tengan_txt2 {
		font-size: 18px;
	}
}


/*SPメニューのみのアコーディオン*/
.accordion {
  width: 200px;
  margin: 0 auto;
}
.menu9 {
  	position: relative;
    display: block;
    text-decoration: none;
    color: #101841;
    /* padding: 20px 45px; */
    transition: all .3s;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
.menu9 {
        padding: 20px 10px;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
}


/*.menu9:active,*/
.menu9.is-active i {
	transform:rotateX(180deg);
}

.menu9 i{
    position: absolute;
    right: 0.5em;
    margin-top: 1px;
}

.contents {
  /*text-align: center;*/
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  margin: 0;
  padding: 0;
}

ul.contents li {
	font-weight: 500;
	font-size: 20px;
}

ul.contents li a {
	font-size: 18px;
	font-weight: 500;
	padding-left: 1.5em;
}

ul.contents li a i {
	display: none;
}

.contents.is-open {
  height: auto;
  opacity: 1;
  margin: 6px 0 0;
  padding: 0;
    transition: 1.0s;
}

/* ----------------------------------------------------------------------------------
		table style
------------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
td,
th {
  padding: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
}
.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: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.fsize_ss {
	font-size:0.8em;
}

.th_bg_color {
  background:#e0e4ef;
  color:#000;
  vertical-align:middle;
}

th{
	text-align:center;
}

.holiday {
  background-color:#faeded;
}
.date {
  background-color:#e0e4ef;
  text-align:center;
  }
.bg_glay {
	background-color: #f1f1f1;
  }
  
  .ma {
  background-color:#FFFFFF;
  }
  
.medicalPlan td {
  text-align:center;
}
.red{color: #bb5549;}

.mt50{margin-top: 50px !important;}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* --- 2025/10/15 メニュー修正ここから (最終版) --- */

/* Set holiday background color for calendar */
.date.holiday {
    background-color: #f2e6e6;
}

/* 960px以上のPC表示に共通する基本調整 */
@media screen and (min-width: 960px) {
    /* ロゴ左の余白を削除 */
    h1.header_logo {
        padding-left: 0;
    }
    /* ロゴとタグラインの間の余白を調整 */
    h1.header_logo p {
        margin-bottom: 2px;
    }
    /* メニューの位置と間隔 */
    nav ul.pc_menu {
        padding-top: 0;
        gap: 20px;
    }
    /* メニューの縦書き防止 */
    nav ul.pc_menu li a {
        white-space: nowrap;
    }
}

/* 1361px以上のワイド画面でのみ、下に落ちる現象と位置を調整 */
@media screen and (min-width: 1361px) {
    .menu {
        align-items: center; /* ヘッダー全体を垂直中央揃えに */
    }
    h1.header_logo {
        margin-top: 15px; /* 全体を約10px上に移動 */
    }
    h1.header_logo p {
        margin-bottom: 5px;
    }
}
/* --- 2025/10/16 スマホ表示レイアウト調整（最終版） --- */

/* トップエリアからはみ出した部分をカット */
.top {
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    /* お知らせ上の余白（空白）を強制的に削除 */
    .top_contents {
        padding-top: 0 !important;
    }

    /* トップ動画の高さを画面の50%に設定 */
    .top, .top_img, .video-sp {
        height: 50vh !important;
        min-height: 50vh !important;
    }
}
/* --- 修正ここまで --- */