@charset "UTF-8";
/* ===================================================================

valiables

=================================================================== */
/* ===================================================================

reset style

=================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: normal;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
/* ===================================================================

base style

=================================================================== */
body {
  font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  background: white;
}
a {
  text-decoration: underline;
  color: #293f93;
}
a:hover {
  text-decoration: none;
  color: #333;
}
select, input, textarea, button {
  vertical-align: middle;
}
/* ===================================================================

font style

=================================================================== */
/* font-weight
--------------------------------------------------------- */
.fw-normal {
  font-weight: normal;
}
.fw-bold {
  font-weight: bold;
}
/* font-size
--------------------------------------------------------- */
.font-size-small {
  font-size: 12px;
}
.font-size-large {
  font-size: 16px;
}
/* font-icon
--------------------------------------------------------- */
@font-face {
  font-family: 'iconfont';
  src: url("fonts/iconfont.eot?7ptapu");
  src: url("fonts/iconfont.eot?7ptapu#iefix") format("embedded-opentype"), url("fonts/iconfont.ttf?7ptapu") format("truetype"), url("fonts/iconfont.woff?7ptapu") format("woff"), url("fonts/iconfont.svg?7ptapu#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;

}


.tbl021 {
  border: 1px solid #4259B4;
  margin: 0 auto 30px;
  width: 100%;
}
.tbl021 th.a {
  background: #4259B4;
  color: #fff;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #000;
}
.tbl021 th.b {
  background: #d9e2f3;
  color: #000;
  padding: 10px;
  vertical-align: baseline;
  border: 1px solid #000;
}
.tbl021 td {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: baseline;
  text-align: center;
}

.glyph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyph.glyph-home:before {
  content: "\e900";
  line-height: 20px;
}
.glyph.glyph-newspaper:before {
  content: "\e901";
}
.glyph.glyph-pencil:before {
  content: "\e902";
}
.glyph.glyph-phone:before {
  content: "\e911";
}
.glyph.glyph-location:before {
  content: "\e90e";
}
.glyph.glyph-arrow-up:before {
  content: "\e903";
}
.glyph.glyph-arrow-right:before {
  content: "\e904";
}
.glyph.glyph-arrow-down:before {
  content: "\e905";
}
.glyph.glyph-arrow-left:before {
  content: "\e906";
}
.glyph.glyph-share:before {
  content: "\e907";
}
.glyph.glyph-new-tab:before {
  content: "\e908";
}
.glyph.glyph-share2:before {
  content: "\e909";
}
.glyph.glyph-mail:before {
  content: "\e90f";
}
.glyph.glyph-facebook:before {
  content: "\e90a";
}
.glyph.glyph-facebook02:before {
  content: "\e90b";
}
.glyph.glyph-instagram:before {
  content: "\e90c";
}
.glyph.glyph-telegram:before {
  content: "\e910";
}
.glyph.glyph-twitter:before {
  content: "\e90d";
}
/* ===================================================================

util style

=================================================================== */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fs-small {
  font-size: 90%;
}
/* clearfix
--------------------------------------------------------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/* margin
--------------------------------------------------------- */
.u-mt-xsmall {
  margin-top: 10px;
}
.u-mt-small {
  margin-top: 20px;
}
.u-mt {
  margin-top: 30px;
}
.u-mt-large {
  margin-top: 40px;
}
.u-mt-xlarge {
  margin-top: 50px;
}
.u-mb-xsmall {
  margin-bottom: 10px;
}
.u-mb-small {
  margin-bottom: 20px;
}
.u-mb {
  margin-bottom: 30px;
}
.u-mb-large {
  margin-bottom: 40px;
}
.u-mb-xlarge {
  margin-bottom: 50px;
}
.u-mr-xsmall {
  margin-right: 10px;
}
.u-mr-small {
  margin-right: 20px;
}
.u-mr {
  margin-right: 30px;
}
.u-mr-large {
  margin-right: 40px;
}
.u-mr-xlarge {
  margin-right: 50px;
}
.u-ml-xsmall {
  margin-left: 10px;
}
.u-ml-small {
  margin-left: 20px;
}
.u-ml {
  margin-left: 30px;
}
.u-ml-large {
  margin-left: 40px;
}
.u-ml-xlarge {
  margin-left: 50px;
}
/* float
--------------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tab2btn li {
  display: inline-block;
  padding-left: 9px;
  cursor: pointer;
  margin-bottom: 10px;
}
.ml88 {
  margin-left: 88px;
}
.mb20 {
  margin-bottom: 20px;
}
.info01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info01 .photo_l {
  width: 480px;
  margin: 0;
}
.info01 .tbl01 {
  width: calc(100% - 500px);
  margin: 0;
}
.info01 .tbl01 td, .info01 .tbl01 th {
  padding: 13px 13px 14px;
}
.box_photoR{
  margin: 0 0 15px 15px;
  float: right;
  width: 50%;
  display: flex;
  justify-content: center;
}
.box_photoR p:first-child{
	margin-right: 15px;
}
@media only screen and (min-width: 960px) {
  .tab2btn li:first-child {
    padding-left: 0;
  }
  .photo_l {
    float: left;
    margin: 0 30px 30px 0;
  }
  .photo_r {
    float: right;
    margin: 0 0 30px 30px;
  }
  
	
  #top .main-visual {
    /*background: #9cc0e4 url(../images/top/slide01.jpg) no-repeat center top;*/
    margin: 0 auto;
    position: relative;
    height: 225px;
  }

}
@media only screen and (max-width: 959px) {
  .photo_l {
    float: left;
    max-width: 40%;
    margin: 0 30px 30px 0;
  }
  .photo_r {
    float: right;
    max-width: 40%;
    margin: 0 0 30px 30px;
  }
  .new_mv_text {
    display: none;
  }
  .header .col3 {
    display: none;
  }
	
  .slide-wrap {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
}
/* ===================================================================

header style

=================================================================== */
.header {
  width: 100%;
  margin: 0 auto;
  padding: 4px 0 0 0;
  z-index: 1000;
}
.header .header__inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
	justify-content: space-between;
	align-items: center
}
/*
.header .header__description {
  font-size: 80%;
  white-space: nowrap;
  position: absolute;
  top: 0;
}
*/
.header__inner .new_mv_text {
    width: calc(100% / 3);
 }
.header__inner .new_mv_text img {
	width: 100%;
	max-width: 450px;
}
.header__inner .header__tel {
    font-size: 69%;
    letter-spacing: 0px;
    line-height: 1.3;
	clear: both;
	width: 244px;/*234px*/
	float: right
}
.header__inner .header__tel span {
    font-size: 26px;/*25px*/
    letter-spacing: 0;
    line-height: 120%
}
.header .header__logo {
	width: calc(100% / 3);
}
.header .header__logo img{
	width: 100%;
	max-width: 240px;
}
.header .col3 {
	width: calc(100% / 3);
	padding-left: 10px;
	box-sizing: border-box
}
.header h1 {
	font-size: 12px;
	text-align: right;
	line-height: 17px;
	margin-bottom: 5px;
}
.header .header__contact {
  margin-top: 10px;
  z-index: 2000;
}
.page-home .link_eye {
  position: fixed;
  right: 0;
  top: 32px;
  z-index: 99999;
}
.page-home .link_eye a img {
  opacity: 1 !important;
}
/*
.page-home .header .header__mail {
  position: fixed;
  right: 0;
  top: 165px;
  z-index: 99999;
  margin-top: unset;
}
*/
.header .header__mail {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  margin-top: -107px;
}
.header .header__link {
  position: fixed;
  right: 0;
  top: calc(50% + 200px);
  z-index: 99999;
  margin-top: -107px;
}

.header .header__fontsize {
  color: #fff;
	float: right;
	margin-bottom: 5px;
}
.header .header__fontsize p, .header .header__fontsize li {
  background: #293f93;
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 30px;
}
.header .header__fontsize p {
  width: 100px;
  text-align: center;
}
.header .header__fontsize ul {
  display: inline-block;
}
.header .header__fontsize li {
  width: 30px;
  text-align: center;
  color: #ccccff;
  cursor: pointer;
  transition: all .3s ease;
}
.header .header__fontsize .current {
  color: #fff;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.global-nav {
  position: relative;
  z-index: 999;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  height: 78px;
  margin: 0 auto;
  transition: all 0.2s;
  z-index: 100;
	height: 79px;
	top: auto !important;
}
.global-nav .global-nav__list:before, .global-nav .global-nav__list:after {
  content: "";
  display: table;
}
.global-nav .global-nav__list:after {
  clear: both;
}
.global-nav .global-nav__list {
  position: relative;
  width: 972px;
  height: 78px;
  margin: 0 auto;
}
.global-nav .global-nav__list li, .global-nav .global-nav__list a {
  display: inline-block;
}
.global-nav .global-nav__list li {
  float: left;
  height: 78px;
  width: auto;
}
.global-nav .global-nav__list li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 78px;
  width: 105px;
  text-align: center;
  color: #222;
}
.global-nav .global-nav__list li a:hover {
  color: #122a88;
}
.page-hisa .global-nav .global-nav__list li a:hover {
  color: #90457e;
}
.global-nav .global-nav__list .global-nav__item01 a {
  text-align: left;
  width: 40px;
  line-height: 1.7;
  padding: 16px 20px;
}
.global-nav .global-nav__list .global-nav__item02 a {
  width: 120px;
}
.global-nav .global-nav__list .global-nav__item03 a {
  width: 150px;
}
.global-nav .global-nav__list .global-nav__item04 a {
  width: 150px;
}
.global-nav .global-nav__list .submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: auto;
  animation: fade-in .3s;
  min-width: 150px;
}
.global-nav .global-nav__list .submenu li {
  float: none;
  display: block;
  height: 40px;
}
.global-nav .global-nav__list .submenu li a {
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  width: auto;
  text-align: left;
  padding: 0 20px;
}
.global-nav .global-nav__list li:hover .submenu {
  display: block;
}
.sub .global-nav {
  border-bottom: none;
}
.sub .fixed  {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  border-bottom: 1px solid #eee;
}
.header__sp-nav, .header__sp-nav p, .header__sp-nav ul {
  display: none;
}
.size_12{
  font-size: 12px;
  color: #8f8d8d;
  text-align: left;
  display: block;
  padding-left: 3px;
  letter-spacing: 1px;
}

.global-nav.fixed{
	position: relative;
}

.global-nav:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 10;
}

.global-nav.fixed:before{
	position: fixed;
	height: 79px;
	
}

.global-nav > ul{
	z-index: 11;
}

.global-nav.fixed > ul{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1300px !important;
	
}
/* ===================================================================

footer style

=================================================================== */
#map, #top_map {
  width: 458px;
  height: 173px;
  border: 1px solid #ccc;
}
.footer {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
.footer .footer__links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer__links a {
  text-decoration: none;
  color: #222;
}
.footer .footer__links .l5 {
	padding: 0 5px;
}
/*
.footer .footer__links .l2 {
  position: absolute;
  left: 190px;
  top: 0;
}
.footer .footer__links .l3 {
  position: absolute;
  left: 445px;
  top: 0;
}
.footer .footer__links .l4 {
  position: absolute;
  left: 725px;
  top: 0;
}
*/
.footer .footer__links .l5 a img.none_hover,
.footer .footer__links .l4 a img.none_hover {
  opacity: 1 !important;
}
.footer .footer__logo {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
}
.footer .footer__logo p, .footer_add p {
  margin-bottom: 5px;
}
.footer .footer__info {
  padding: 30px 0;
  min-height: 1px;
  display: flex;
  justify-content: space-between;
}
.footer .footer__info:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer .footer__info .cal, .footer .footer__info .map {
  width: 48%;
}
.footer .footer__info .map {
  margin-left: 4%;
}
.footer .footer__info .map p {
  text-align: left;
}
.footer .footer__info .map span {
  text-align: left;
  margin: 0 0 0 auto;
}
.footer .footer__info .footer__fontsize {
  color: #fff;
  margin-top: 10px;
}
.footer .footer__info .footer__fontsize p, .footer .footer__info .footer__fontsize li {
  background: #293f93;
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 30px;
}
.footer .footer__info .footer__fontsize p {
  width: 100px;
  text-align: center;
}
.footer .footer__info .footer__fontsize ul {
  display: inline-block;
}
.footer .footer__info .footer__fontsize li {
  width: 30px;
  text-align: center;
  color: #ccccff;
  cursor: pointer;
  transition: all .3s ease;
}
.footer .footer__info .footer__fontsize .current {
  color: #fff;
}
.copy {
  font-size: 11px;
  clear: both;
  padding: 7px 10px;
  text-align: center;
  color: white;
  background: #122a88;
}
@media only screen and (min-width: 960px) {
  .pagetop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 23px;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #CCC;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
  }
  .pagetop:hover {
    background: #666;
  }
  .pagetop a {
    color: white;
    text-decoration: none;
  }
  .pagetop i {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0 -3px 0;
  }
  .pagetop span {
    font-size: 11px;
  }
}
.sp-contact, .sp-contact__list {
  display: none;
}

/* ===================================================================

main style

=================================================================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .main {
    clear: both;
    min-height: 1px;
    width: 1300px;
    margin: 0 auto 40px auto;
  }
	
	.page-column .contents {
    float: right;
    width: 1000px;
  }
	
  .main:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .contents {
    float: none;
    width: 100%;
    min-height: 1000px;
  }

  .page-home .contents, 
	.page-home .main, 
	.page-hisa .contents,
	.page-column .contents{
    width: 100%;
  }
  .side {
    float: left;
    width: 250px;
  }
  .side li {
    margin-bottom: 5px;
    width: 100%;
  }
  .side .side__item01 {
    border: 2px solid #122a88;
    text-align: center;
    padding: 10px 0 5px;
  }
  .side .side__item01 ul {
    margin-top: 10px;
  }
  .side .side__item04 {
    padding: 10px 0;
  }
  .side .side__item12, .side .side__item13, .side .side__item14 {
    margin-bottom: 20px;
  }
  .side .side__item15 {
    margin-bottom: 0;
  }
  .side .column-outer {
    font-size: 90%;
    padding: 13px;
    border: 1px solid #CCC;
  }
  .side .column-outer .tac {
    margin-top: 20px;
  }
  .side .column_side p {
    border-top: 1px dotted #222;
    padding-top: 10px;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .side .column_side p:first-child {
    border: none;
  }
  .side #column_side p span, .side #column_side02 p span {
    display: block;
  }
  .side #column_side p a, #side #column_side02 p a {
    text-decoration: none;
  }
  .sp-contents {
    display: none;
  }
  .tab {
    margin-bottom: 20px;
    width: 100%;
  }
  .tab td {
    width: 275px;
    border: 1px solid #122A88;
    padding: 10px 20px;
    background: #4259B4;
    color: #fff;
    vertical-align: middle;
  }
  .tab td:first-child() {
    border-bottom: 1px solid #fff;
  }
  .tab td:nth-child(even) {
    width: 415px;
    text-align: right;
    background: none;
    color: #000;
  }
  .fr_list {
    border: 1px solid #4259B4;
    padding: 30px;
    margin-bottom: 20px;
  }
  .fr_list li {
    background: url(../../assets/images/services/services_li_bg.png) 0px 4px no-repeat;
    background-size: 16px;
    padding-left: 20px;
  }
}
/* ===================================================================

sp style

=================================================================== */
@media only screen and (max-width: 959px) {
  .pc {
    display: none;
  }
  .tbl021 {
    border: 1px solid #4259B4;
margin: 0 auto 30px;
width: 90%;
display: block;
overflow-x: auto;
white-space: nowrap;
  }
  .h02{
    margin-left: 10px;
  }
  .sp {
    display: block;
  }
  img, table {
    max-width: 100%;
  }
  /* header */
  .header {
    position: fixed !important;
    z-index: 3000;
    top: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background: white;
  }
  .header .header__inner {
    width: 100%;
  }
  .header h1, .header .tagline {
    display: none;
  }
  .header .header__logo {
    width: 180px;
    padding: 0;
    margin: 7px 0 0 20px !important;
  }
  .header .header__logo img {
    max-width: 120px;
  }
  .header .header__inner {
    justify-content: space-between;
  }
  .header .header__reserve {
    width: 40px;
	margin:6px 68px 0 0;
  }
	
	.header .header__inner.u-clearfix::after {
		display: none;
	}	
  .header .header__contact, .header__mail, .header__link, .slide-wrap .bnr {
    display: none;
  }
  .header .header__sp-nav {
    display: block;
    position: relative;
  }
  .header .header__sp-nav p {
    display: block;
    position: fixed;
    top: 13px;
    right: 20px;
    cursor: pointer;
  }
  .header .header__sp-nav #gnavi_sp {
    position: fixed;
    top: 64px;
    display:none ;
    overflow: auto;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
	  height: 100%;
	  box-sizing: border-box;
	 padding: 0px 15px 70px!important
	  
  }
	.header .header__sp-nav ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 200px;
	}
  .header .header__sp-nav ul li {
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    width: 50%;
	  display: flex;
	  align-items: center;
  }
	.header .header__sp-nav ul li:nth-child(2n+2){
		border-left:none;
	}

	
  .header .header__sp-nav ul li a {
    display: block;
    color: #122a88;
    padding: 10px 20px;
    text-decoration: none;
    background: #fff;
  }
  .header .header__sp-nav ul .big {
    width: 100%;
    display: block;
  }
  .header .header__sp-nav ul .left {
    border-right: none;
  }
  .global-nav {
    display: none;
  }
  /* footer */
  .footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom:70px
  }
  .footer .footer__links, .footer .footer__info {
    display: none;
  }
  .footer .footer__logo, .footer_add {
    position: static;
    text-align: center;
	  font-size: 11px;
  }
  .footer .footer__logo img, .footer_add img {
    width: 180px;
    margin: 0 auto;
  }
  .copy {
    font-size: 11px;
    clear: both;
    padding: 7px 10px;
    margin-bottom: 0px;
  }
  .pagetop {
    display: none !important;
  }
  .sp-contact {
    width: 100%;
    height: auto;
  }
  .sp-contact .sp-contact__list {
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .sp-contact .sp-contact__list .sp-contact__item:nth-child(1) span {
    background: #4f81bd;
    width: 70%;
    display: inline-block;
    color: #fff;
    padding: 5px 8px;
    box-sizing: border-box;
    border-radius: 0 6px 0 0;
    font-size: 13px;
  }
  .sp-contact .sp-contact__list .sp-contact__item:nth-child(2) span {
    background: #ff99cc;
    width: 70%;
    display: inline-block;
    color: #fff;
    padding: 5px 8px;
    box-sizing: border-box;
    border-radius: 0 6px 0 0;
    font-size: 13px;
  }
  .sp-contact .sp-contact__list .sp-contact__item {
    float: left;
    width: 50%;
  }
  .sp-contact .sp-contact__list .sp-contact__item a {
    display: block;
    color: white;
    text-decoration: none;
  }
  .sp-contact {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }
  .sp-fixed {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    animation: fade-in .3s;
  }
  /* main */
  .main {
    clear: both;
    min-height: 1px;
    max-width: 960px;
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .main:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .contents {
    max-width: 700px;
    margin: 0 auto;
  }
  .side {
    display: none;
  }
  .size_12 {
    font-size: 10px;
  }
}
/* ===================================================================

toppage style

=================================================================== */
/* main-visual
--------------------------------------------------------- */
.main-visual {
  margin: 0 auto;
  position: relative;
}
.main-visual h2 {
  position: absolute;
  width: 100%;
  top: 80px;
  right: 6%;
  text-align: right;
}
.main-visual h2 img {
  width: 40%;
  max-width: 640px;
}
.main-visual .map {
  width: 40%;
  position: absolute;
  right: 6%;
  bottom: 20px;
  text-align: center;
}
.main-visual .map img {
  width: 50%;
}
.slide-wrap .bnr {
 position: fixed;
right: 0;
top: calc(50% - 30px);
z-index: 99999;

}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.main-heading {
  max-width: 1300px;
  width: 100%;
  margin: 20px auto 0;
}
.top-info {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 1px;
  display: flex;
}
.top-info:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.top-info .cal {
  float: left;
  width: 624px;
}
.top-info .map {
  width: 624px;
  float: left;
  margin-left: 52px;
}
.top-info .map p {
  margin-top: 5px;
  text-align: right;
}
.top-info .map span {
  text-align: left;
  float: left;
  margin: 0 0 0 auto;
}
.ope {
  padding: 30px 0;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.ope h3 {
  text-align: center;
  margin-bottom: 40px;
}
.ope h4 {
  font-size: 160%;
  padding-top: 140px;
}
.ope a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: all .3s ease;
}
.ope a:hover {
  color: #666;
}
.box_services {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.ope .s1 {
  width: 49%;
  float: left;
  background: url(../images/top/ope01.jpg) no-repeat center top;
  padding: 20px;
  box-sizing: border-box;
}
.ope .s2 {
  width: 49%;
  float: right;
  background: url(../images/top/ope02.jpg) no-repeat center top;
  padding: 20px;
  box-sizing: border-box;
}
.ope .bnr {
  text-align: center;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0;
  justify-content: center;
}
.ope .bnr li {
  margin-bottom: 40px;
  width: calc((100% - 0px) / 4);
}
.concept {
  padding: 30px 0;
  background: url(../images/top/concept_bg.jpg);
  text-align: center;
}
.concept h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  background: url(../images/top/concept_h.png) top center no-repeat;
  width: 500px;
  text-align: center;
  font-size: 40px;
  padding-top: 60px;
  font-weight: bold;
  margin: 0 auto 16px auto !important;
}
.concept p {
  text-align: center;
  font-size: 120%;
}
.concept .c1, .concept .c2, .concept .c3 {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  min-height: 282px;
  margin-top: 30px;
}
.concept .c1 {
  background: url(../images/top/concept01.png) no-repeat 50% 0;
}
.concept .c2 {
  background: url(../images/top/concept02.png) no-repeat 50% 0;
}
.concept .c3 {
  background: url(../images/top/concept03.png) no-repeat 50% 0;
}
.concept h4 {
  padding-top: 140px;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 5px;
}
.concept .bnr {
  margin-top: 30px;
}
.case {
  text-align: center;
  padding: 30px 0;
}
.case li a {
  cursor: pointer
}
.case li img:hover {
  opacity: 1 !important;
}
.case h3 {
  padding-bottom: 30px;
}
.case ul {
  width: 1300px;
  margin: 0 auto;
}
.case li {
  display: inline-block;
  margin: 0 3px 10px;
}
.greeting {
  background: url(../images/top/greeting_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 30px 0;
}
.greeting .greeting_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.greeting h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  text-align: left;
  font-size: 40px;
  padding-top: 20px;
  font-weight: normal;
  padding-bottom: 30px;
  line-height: 120%;
  color: #122a88;
  text-shadow: #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px;
}
.greeting p {
  margin: 0 auto 1em;
  width: auto;
}
.greeting .bnr {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.news {
  background: url(../images/top/concept_bg.jpg);
  padding: 50px 0 30px 0;
}
.news .top_inner {
  max-width: 1300px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  min-height: 1px;
}
.news .top_inner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.news .column01 {
  float: left;
  width: 472px;
}
.news .column {
  width: 472px;
  float: left;
  margin-left: 15px;
}
.news .column_box {
  background: #fff;
  height: 315px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 20px;
  box-sizing: border-box;
}
.news .column_box p {
  width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding-top: 6px;
  margin-bottom: 4px;
  border-top: 1px dotted #222;
  line-height: 26px;
}
.news .column_box p:first-child {
  border: none;
}
.news .column_box p a {
  text-decoration: none;
}
.news .column_box p span {
  display: inline-block;
  margin-right: 10px;
}
.news .column_box .tar {
  font-size: 13px;
  border: none;
  padding: 0;
}
/* ===================================================================
hisayama
=================================================================== */
.page-hisa .main,
.page-column .main{
  clear: both;
  min-height: 1px;
  width: 100%;
  margin: 0 auto 40px auto;
}
.page-hisa.page-concept.page-column .main,
.page-column .main{
  clear: both;
  min-height: 1px;
  width: 960px;
  margin: 0 auto 40px auto;
}
.page-hisa.page-concept.page-column h3.h01 {
  background: #cc9dc0;
}
.page-hisa.fix_postcat4 .side {
  display: none;
}
.page-hisa.page-concept.page-column .main .column-box .title-post i {
  color: #eb70b6;
}
.page-hisa .inner {
  width: 1300px;
  margin: 0 auto;
}
.page-hisa a {
  color: #90457e !important;
}
.page-hisa .header .header__fontsize p, .page-hisa .header .header__fontsize li {
  background: #90457e;
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 30px;
}
.page-hisa .header_tel {
  font-size: 69%;
  letter-spacing: 0px;
  line-height: 140%;
  float: right;
  box-sizing: border-box;
}
.page-hisa .header .header_tel {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 76% !important;
  letter-spacing: 0px;
  line-height: 140%;
  padding: 0 0 0 20px !important;
  width: 342px !important;
}
.page-hisa .header_tel span.tel01 {
  font-size: 28px !important;
  letter-spacing: -1px;
  line-height: 120%;
  color: #90457e;
}
.bold {
  font-weight: bold;
}
.hisa-info {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 1px;
  display: flex;
}
.hisa-info_l {
  width: 470px;
  margin-right: 20px;
}
.fix_hisa_info .box_kiji p span {
  width: 27%;
  float: left;
}
.fix_hisa_info .box_kiji p:first-child {
  border-top: none;
}
.fix_hisa_info .box_kiji p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
  margin-bottom: 3px;
  border-top: 1px dotted #222;
  line-height: 26px;
  text-align: left;
}
.fix_hisa_info .box_kiji p.tar {
  font-size: 13px;
  border: none;
  padding: 0;
  text-align: right;
}
.hisa-info_r {
  width: 470px;
}
.hisa-info .box_kiji {
  background: #fff;
  height: 190px;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 10px 20px;
  box-sizing: border-box;
}
.hisa-info .column_side03 {
  height: 137px;
  overflow: auto;
  width: 100%;
}
.hisa-info a {
  text-decoration: none;
}
.hisa-info a:hover {
  color: #000 !important;
}
.bnr_hisa {
  background: #90457e url(../images/hisayama/bg_bnr_hisa.jpg) no-repeat center;
  background-size: cover;
  padding: 1px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid #90457e;
  margin: 0;
}
.bnr_hisa .box_hisa {
  padding: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0);
}
.bnr_hisa .box_hisa .sec_hisa {
  background: rgba(205, 157, 195, .7);
  width: 60%;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}
.bnr_hisa .box_hisa .sec_hisa .ttl_hisa {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
.bnr_hisa .box_hisa .sec_hisa .text_hisa02 {
  color: #ff0000;
  padding-top: 20px;
}
.bnr_hisa .box_hisa .sec_hisa .text_hisa_w {
  color: #FFFFFF;
  padding-top: 20px;
  font-size: 26px;
}
.hisa_greeting {
  overflow: hidden;
  margin-bottom: 40px;
}
.hisa_greeting .hisa_greeting_inner {
  width: 1300px;
  margin: 0 auto;
}
.hisa_greeting h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  text-align: left;
  font-size: 40px;
  padding-top: 20px;
  font-weight: normal;
  padding-bottom: 30px;
  line-height: 120%;
  color: #90457e;
  text-shadow: #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px;
}
.hisa_greeting p {
  margin: 0 auto 1em;
  width: auto;
}
.hisa_greeting .bnr {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.hisa_greeting p.photo_r {
  width: 183px;
}
.page-hisa .ope h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  background: url("../images/hisayama/ope_h_bg.png") top center no-repeat;
  text-align: center;
  font-size: 40px;
  padding: 70px 0 16px;
  font-weight: bold;
  margin: 0 auto 16px auto !important;
}
.hisa_concept {
  padding: 30px 0;
  background: url(../images/top/concept_bg.jpg);
  text-align: center;
}
.hisa_concept h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  background: url("../images/hisayama/concept_h.png") top center no-repeat;
  text-align: center;
  font-size: 40px;
  padding-top: 60px;
  font-weight: bold;
  margin: 0 auto 16px auto !important;
}
.hisa_concept .box {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  min-height: 310px;
  margin-top: 30px;
  background: #cc9dc0;
  border-radius: 300px;
  box-sizing: border-box;
  padding: 7% 2% 5%;
  font-size: 12px;
}
.hisa_concept .box h4 {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hisa_concept .box h4.font18 {
  font-size: 20px;
}
.link_concept {
  padding-top: 50px;
  display: inline-block;
}
.page-hisa span.tel {
  font-size: 27px !important;
  letter-spacing: -1px;
  line-height: 120%;
  color: #314ba1;
}
.page-hisa .copy {
  font-size: 11px;
  clear: both;
  padding: 7px 10px;
  text-align: center;
  color: white;
  background: #cc9dc0;
}
.page-hisa .footer .footer__info .footer__fontsize p, .page-hisa .footer .footer__info .footer__fontsize li {
  background: #90457e;
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.page-hisa .h02 {
  border-left: 4px solid #90457e;
  padding-left: 10px;
  font-size: 130%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-hisa .h03 {
  border-bottom: 1px solid #90457e;
  border-left: 1px solid #90457e;
  padding-left: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 120%;
}
.page-hisa .profile .dl01 {
  float: right;
  width: 75%;
}
.page-hisa .profile .dl01 dd {
  padding-left: 20%;
  border-bottom: 1px dotted #90457e;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.page-hisa .profile .dl01 dt {
  float: left;
  clear: both;
  color: #90457e;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 20%;
}
.page-hisa .tbl01 {
  border: 1px solid #90457e;
  margin: 30px auto;
  width: 100%;
}
.page-hisa .tbl01 th {
  background: #cc9dc2;
  color: #fff;
  padding: 20px;
  vertical-align: middle;
}
.page-hisa .tbl01 td {
  border-bottom: 1px solid #90457e;
  padding: 20px;
  vertical-align: middle;
}
.page-hisa .tbl01 td p.bold {
  color: #90457e;
}
.box_calendar{
  max-width: 624px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.map1 {
  background: #e9e9e9;
  width: 100%;
  text-align: center;
  height: 200px;
  margin-top: 10px;
  display: table;
}
.map1 span {
  display: table-cell;
  vertical-align: middle;
}
.page-hisa .page-title h2, .page-hisa .page-title .subpage-heading {
  width: 512px;
  margin: 0 0 0 auto;
  text-align: center;
}
.flex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 30px 0
}
.flex01 .ul01 {
  width: 49%;
	margin: 0
}
.flex02 {
  display: flex;
  justify-content: center;
  margin: 30px 0
}
.flex02 li {
    margin: 0 10px;
}
@media only screen and (max-width: 959px) {
  .main-visual {
    margin: 66px 0 0 0;
  }
  .main-visual h2, .main-visual .mv-text, .main-visual .bnr, .main-visual .map {
    display: none;
  }
  .sp-contents .cal {
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 480px;
    margin: 10px auto 5px;
  }
  .fix_top_sp .column h3 {
    text-align: center;
  }
  .fix_top_sp .column {
    padding: 0 5px;
    box-sizing: border-box;
  }
  .fix_top_sp .column .column_box.box_kiji {
    max-width: 624px;
    margin: 0 auto;
  }
  .sp-contents .sp-c1 {
    border: 2px solid #122a88;
    box-sizing: border-box;
    padding: 0;
    margin: 10px 0 20px;
  }
  .sp-contents .sp-c1 li {
    margin: 10px;
  }
  .sp-contents .sp-c1 li:first-child {
    margin-bottom: 20px;
  }
  .sp-contents .sp-c2 {
    margin-bottom: 20px;
    background: #eff0f5;
    padding-bottom: 15px;
  }
  .sp-contents .sp-c2 .tit_c2 a {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    background: #eff0f5 url(../images/top/concept_hsp.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding: 12% 0 4%;
    font-weight: bold;
    margin: 0 auto 0% auto !important;
    text-decoration: none;
    display: block;
    color: #000000
  }
  .sp-contents .sp-c3 li {
    margin-bottom: 3px;
    width: 50%;
  }
  .sp-contents .sp-c4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sp-contents .sp-c4 li {
    margin-top: 10px;
  }
  .sp-contents .sp-c5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .sp-contents .sp-c5 li {
    width: 32%;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    box-sizing: border-box;
  }
  .sp-contents .sp-c5 .l {
    margin-left: 0;
  }
  .sp-title_00 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    background: url("../images/sp/hand.png") top center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    padding: 12% 0 4%;
    font-weight: bold;
    margin: 0 auto 0% auto !important;
    text-decoration: none;
    display: block;
    color: #000000
  }
  .sp-title_01 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    background: url("../images/sp/search_tt.png") top center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding: 12% 0 4%;
    font-weight: bold;
    margin: 0 auto 0% auto !important;
    text-decoration: none;
    display: block;
    color: #000000
  }
  .top-info, .concept, .ope .bnr, .case, .greeting {
    display: none;
  }
  .news {
    background: none;
    padding: 20px 0;
  }
  .news .top_inner {
    width: 100%;
    display: inline-block;
  }
  .news .fl {
    display: none;
  }
  .news .column, .news .column01 {
    max-width: 472px;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    float: unset;
  }
  .sp-c3 {
    padding: 0 5px;
    box-sizing: border-box;
	  display: flex;
	  flex-wrap: wrap;
  }
  .news .column p, .news .column01 p {
    width: auto;
  }
  .news .column_box {
    background: #fff;
    height: auto;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .fb {
    text-align: center;
  }
  .page-hisa .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .page-hisa .ope h3 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    background: url("../images/hisayama/ope_h_bgsp.png") top center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding: 12% 0 4%;
    font-weight: bold;
    margin: 0 auto 0% auto !important;
    text-decoration: none;
    display: block;
    color: #000000;
  }
  .hisa_concept .box {
    width: 100%;
    display: block;
    vertical-align: middle;
    color: #90457e;
    min-height: auto;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #90457e;
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 100%;
    text-align: left;
  }
  .hisa_concept .box h4 {
    margin-bottom: 10px;
  }
  .hisa_concept h3 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    background: url("../images/hisayama/concept_hsp.png") top center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding: 12% 0 4%;
    font-weight: bold;
    margin: 0 auto 0% auto !important;
    text-decoration: none;
    display: block;
    color: #000000;
  }
  .hisa_greeting h3 {
    font-size: 5vw;
  }
  .page-hisa .copy {
    font-size: 11px;
    clear: both;
    padding: 7px 10px;
    margin-bottom: 60px;
  }
  .page-hisa .sp-contact {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }
  .page-hisa .profile .dl01 {
    float: none;
    width: 100%;
  }
  .page-hisa .profile .dl01 {
    float: none;
    width: auto;
    margin: 0 4%;
  }
  .page-hisa .ope {
    display: block;
    width: 100%;
  }
  .page-hisa .ope h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-hisa .ope .bnr {
    text-align: center;
    padding-top: 10px;
  }
  .page-hisa .ope .bnr li {
    width: 31%;
    margin: 5px 1% 0 1%;
  }
  .fix_hisa_info .box_kiji p span {
    width: 40%;
    float: left;
  }
  .fix_hisa_info .column_box p {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-top: 4px;
    margin-bottom: 3px;
    border-top: 1px dotted #222;
    line-height: 26px;
  }
  .fix_hisa_info .column_box {
    background: #fff;
    height: auto;
    max-width: 472px;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .fix_hisa_info .column_box p:first-child {
    border: none;
  }
  .fix_hisa_info .box_kiji a {
    text-decoration: none;
    width: 60%;
    margin-right: 0;
    float: left;
  }
  .fix_hisa_info .box_kiji p.tar {
    font-size: 13px;
    border: none;
    padding: 0;
    text-align: right;
  }
  .fix_hisa_info .box_kiji p.tar a {
    float: right;
  }
	.info01 .photo_l {
	  width: 96%;
		max-width: 600px;
	  margin: 0 auto 15px;
	}
	.info01 .tbl01 {
	  width: 96%;
	  margin: 0 auto 20px;
	}
	.info01 .tbl01 td, .info01 .tbl01 th {
		display: table-cell;
	}
	.box_photoR{
	  margin: 0 0 15px 0;
	  padding: 0 2%;
	  box-sizing: border-box;
	  float: inherit;
	  width: 100%;
	  flex-direction: column;
	  text-align: center;
	}
	.box_photoR p img{width: auto; max-width: 100%; height: auto}
	.box_photoR p{
		margin:0 0 15px 0;
	}
	.box_photoR p:first-child{
		margin:0 0 15px 0;
	}
}
/* ===================================================================

subpage style

=================================================================== */
/* h2-h5 title
--------------------------------------------------------- */
.page-title {
  width: 100%;
  font-size: 24px;
  padding: 100px 0 0;
  margin-bottom: 20px;
  height: 154px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-title .page-title-inner {
  width: 960px;
  margin: 0 auto;
}
.page-title h2, .page-title .subpage-heading {
  width: 400px;
  margin: 0 0 0 auto;
  text-align: center;
}
.page-beginner .page-title, .page-concept .page-title, .page-about .page-title, .page-contact .page-title, .page-column .page-title {
  background-image: url(../images/beginner/beginner_bg.jpg);
}
.page-cataract .page-title, .page-case .page-title, .page-services .page-title, .page-operation .page-title {
  background-image: url(../images/cataract/cataract_bg.jpg);
}

#dryeye .page-title {
  background: url(../images/dryeye/dryeye.jpg) no-repeat center center;
}

#floaters .page-title {
  background: url(../images/floaters/floaters.jpg) no-repeat center center;
}
#floaters .ul01 li {
  background: url(../images/common/check02.png) no-repeat 0 50%;
  min-height: 22px;
  margin-bottom: 1em;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 110%;
}
#floaters .tac {
  text-align: center;
  margin-bottom: 35px;
}

.page-about-ope .page-title {
  background-image: url(../images/about-operation/about-operation_bg.jpg);
}
.page-hisa .page-title {
  background-image: url("../images/hisayama/beginner_bg.jpg");
  padding: 85px 0 0;
  height: 170px;

}
/* topicpath
--------------------------------------------------------- */
.topicpath {
  font-size: 12px;
  margin-bottom: 20px;
}
.topicpath li {
  display: inline;
  float: left;
}
.page-body p {
  margin-bottom: 1em;
}
.h01 {
  background: #122a88 url(../images/common/h01_bg.png) repeat-x;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.h02 {
  border-left: 4px solid #122a88;
  padding-left: 10px;
  font-size: 130%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.h03 {
  border-bottom: 1px solid #122a88;
  border-left: 1px solid #122a88;
  padding-left: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 120%;
  clear: both;
}
.h04 {
  color: #122a88;
  font-size: 110%;
  margin-bottom: 20px;
  margin-top: 30px;
}
.anchor {
  margin: 40px 0;
}
.anchor li {
  display: inline-block;
  margin-left: 15px;
}
.anchor li:first-child {
  margin-left: 0;
}
.f01 {
  color: #122a88;
}
.fs {
  font-size: 80%;
}
.ul01 {
  margin: 30px 0;
}
.ul01 li {
  background: url(../images/common/check.png) no-repeat 0 50%;
  min-height: 22px;
  margin-bottom: 1em;
  padding-left: 30px;
  margin-left: 50px;
  font-size: 110%;
}
.ul02 {
  background: #f5f5f5;
  padding: 20px;
}
.ul02 li {
  width: 46%;
  display: inline-block;
  list-style: decimal;
  position: relative;
  padding-left: 4%;
  vertical-align: top;
}
.ul02 li:before {
  display: block;
  content: " ";
  width: 3px;
  height: 3px;
  background-color: #293f93;
  position: absolute;
  top: 50%;
  left: 2%;
  margin-top: -1px;
}
.ul02 .w100 {
  width: 96%;
}
.f02 {
  background: #f5f5f5;
}
.tbl01 {
  border: 1px solid #122a88;
  margin: 30px auto;
  width: 100%;
}
.tbl01 th {
  background: #122a88;
  color: #fff;
  padding: 20px;
  vertical-align: middle;
}
.tbl01 td {
  border-bottom: 1px solid #122a88;
  padding: 20px;
}
.step dt:before {
  display: block;
  content: " ";
  width: 81px;
  height: 24px;
  background: url(../images/beginner/angle.png) no-repeat;
  margin: 0 auto 30px;
}
.step dt:first-child:before {
  display: none;
}
.step dd {
  padding: 10px;
  min-height: 1px;
}
.step dd:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.faq dt {
  background: #293f93;
  color: #fff;
  padding: 10px;
}
.faq dt.even {
  background-color: #4c65c6;
}
.faq dd {
  padding: 10px 10px 30px;
}
.faq dd span {
  color: #293f93;
  font-weight: bold;
}
.faq dd.even span {
  color: #4c65c6;
}
.faq span {
  margin-right: 0.5em;
}
.check {
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin: 30px 0;
}
.check h5 {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  font-size: 120%;
}
.check li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-size: 90%;
}
.check label {
  cursor: pointer;
}
.check ul {
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.check p {
  text-align: center;
  font-size: 130%;
  color: #122a88;
}
.check p em {
  font-weight: bold;
  margin: 0 0.5em;
}
.pickup {
  background: #f5f5f5;
  padding: 20px 20px 10px;
}
.pickup h5 {
  color: #293f93;
  margin-bottom: 20px;
  font-size: 120%;
}
.pickup h5 span {
  border: 1px dotted #293f93;
  padding: 5px;
  font-size: 90%;
  margin-right: 10px;
}
.pickup_02 {
  background: #e7e7e7;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}
.title01 {
  color: #122a88;
  font-weight: bold;
}
.profile .fl {
  margin-left: 20px;
}
.profile .dl01 {
  float: right;
  width: 100%;
}
.profile .dl01 dt {
  float: left;
  clear: both;
  color: #122a88;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.profile .dl01 dd {
  padding-left: 100px;
  border-bottom: 1px dotted #122a88;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.profile .dl02 {
  border: 1px dotted #293f93;
  padding: 20px;
  overflow: hidden;
}
.profile .dl02>dt{
	float: right	
}
.profile .dl02 dl {
	float: left;
}
.profile .dl02 dl dt {
  float: left;
  clear: both;
  width: 7.5em;
}
.profile .dl02 dl dd {
  margin-bottom: 5px;
  width: 15em;
  float: left;
}
.profile .f01 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 110%;
}
.case-detail {
  min-height: 1px;
}
.case-detail:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.case-detail .photo_l {
  width: 50px;
  margin-right: 0;
}
.case-detail .photo_l img {
  max-width: 100%;
}
.case-detail h5 {
  margin-left: 70px;
  clear: inherit;
}
.page-link {
  margin: 40px 0;
  clear: both;
}
.page-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.page-link li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.page-link li:last-child {
  margin-right: 0;
}
.page-link li img {
  width: 100%;
  height: auto;
}
.anchor-p {
  padding-top: 80px;
  margin-top: -80px;
}
.box_img_video {
  float: left;
  width: 326px;
  margin-left: 15px;
}
.box_img_video .link_dr {
  width: auto;
  text-align: center;
  margin-bottom: 15px;
}
.box_img_video .box_video {
  width: 100%;
  text-align: center;
}
.box_link_eye ul li {
  padding: 8px 0 8px 30px;
  background: url(../images/about/check.png) no-repeat 0px 12px;
  border-bottom: 1px dashed #ddd;
}
.box_link_eye ul li:last-child {
  border-bottom: none;
}
.box_link_eye {
  width: 100%;
  display: table;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 30px;
}
.section_concept {
  width: 100%;
  display: table;
  padding: 28px 20px;
  border: 1px solid #ddd;
  margin-top: 30px;
  box-sizing: border-box;
}
.section_concept p {
  margin-bottom: 15px;
}
.section_concept p:last-child {
  margin-bottom: 0;
}
.section_concept p span {
  font-weight: bold;
}
.section_concept p span.underline {
  font-weight: normal;
  text-decoration: underline;
}
.clear{clear: both}
@media only screen and (max-width: 959px) {
  .box_link_eye {
    width: 95%;
    margin: 0 auto;
    display: table;
  }
  .section_concept {
    width: 95%;
    margin: 30px auto 0;
  }
  .box_img_video {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
  }
  .box_img_video .link_dr {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .box_img_video .box_video {
    width: 100%;
  }
  .box_img_video .box_video iframe {
    width: 100%;
    height: 53vw;
  }
  .page-title {
    margin: 65px 0 20px 0;
    padding: 42px 0 0;
    height: 88px;
    background-size: cover;
  }
  .page-title .page-title-inner {
    width: 100%;
  }
  .page-title .page-title-inner h2, .page-title .page-title-inner .subpage-heading {
    width: auto;
    max-width: 92%;
    margin: 0 auto;
  }
  .page-beginner .page-title, .page-concept .page-title, .page-about .page-title, .page-contact .page-title, .page-column .page-title {
    background-color: #aaceee;
    background-image: none;
  }
  .page-hisa .page-title {
    background-color: #fcedf4;
    background-image: none;
  }
  .page-concept .page-title, .page-about .page-title, .page-hisa .page-title {
    padding: 36px 0 0;
    height: 130px;
	box-sizing: border-box
  }
  .topicpath {
    margin: 0 4% 20px;
  }
  .page-body p {
    margin: 0 2% 1em;
  }
  .h01 {
    white-space: normal;
    height: auto;
    line-height: 1.7;
    padding: 5px 5px;
    box-sizing: border-box;
  }
  .photo_r, .photo_l {
    float: none;
    margin: 0 0 1em;
    text-align: center;
    max-width: inherit;
  }
  .anchor li {
    width: 33.33%;
    margin: 0;
  }
  .ul01 li {
    margin-left: 4%;
  }
  .ul02 li {
    width: auto;
    display: block;
  }
  .tbl01 {
    width: 96%;
    max-width: 600px;
    margin: 20px 2%;
  }
  .tbl01 th, .tbl01 td {
    display: list-item;
    list-style: none;
    padding: 10px;
  }
  .tbl01 iframe {
    width: 100%;
  }
  .check li {
    width: auto;
    display: block;
    font-size: 100%;
    padding: 5px 0;
  }
  .pickup h5 {
    font-size: 100%;
  }
  .profile .fl {
    float: none;
    text-align: center;
  }
  .profile .dl01 {
    float: none;
    width: auto;
    margin: 0 4%;
  }
  .profile .dl02 {
    font-size: 88%;
    padding: 10px;
  }
  .profile .dl02 > dt {
	margin-bottom: 10px;
    float: inherit;
	text-align: center;
	}
  .profile .dl02 dl dt {
    width: auto;
    float: left;
  }
  .profile .dl02 dl dd {
    width: auto;
    padding-left: 100px;
    float: none;
  }
  .page-link {
    width: 100%;
    margin: 0;
  }
  .page-link li {
    display: block;
    margin: 0;
    width: calc(100%/2 - 5px);
    padding: 5px;
    box-sizing: border-box;
  }
  #p_en1403851440 {
    display: none;
  }
  .profile .dl02 dt.img_top {
    width: 100%;
    float: none;
    text-align: center;
    position: inherit;
    top: auto;
    right: auto;
  }
  .profile p.img_cont {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .ope {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .ope .s1 {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
  }
  .ope .s2 {
    max-width: 440px;
    margin: 0 auto;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .ope.myna_content {
    padding-top: 0;
  }
  .header .header__sp-nav ul li.link01 a {
    color: #F00
  }
  .hisa_greeting {
    width: 100%;
  }
  .hisa_greeting .hisa_greeting_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .hisa_greeting p {
    margin: 0 auto 1em;
    width: 100%;
  }
  .link_concept {
    padding-top: 10px;
  }
  .hisa-info {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
  }
  .hisa-info_l {
    width: 100%;
    margin-right: 0;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .bnr {
    text-align: center;
  }
  .listsp_01 li {
    margin-bottom: 5px;
  }
}
/* ===================================================================

kijikaku style

=================================================================== */
.page-column .column-box {
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.page-column .title-post {
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.page-column .title-post span {
  color: #999;
  margin: 0 10px;
}
.page-column .pagination {
  min-height: 1px;
  text-align: center;
}
.page-column .pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-column .pagination li {
  display: inline-block;
  margin-right: 18px;
}
.page-column .photo img {
  max-width: 700px;
}
.page-column .back {
  clear: both;
  text-align: center;
  margin: 20px auto 40px auto;
}
.page-column .back a {
  display: block;
  background: #CCC;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.page-column .back a:hover {
  background: #666;
}
/*---------------------------- ADD ------------------------*/
.list-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 730px;
  margin: 0 auto;
}
.list-img li {
  width: calc(100%/2 - 20px);
  padding: 20px;
  margin-bottom: 20px;
  max-width: 325px;
}
.list-img li span {
  font-size: 80%;
  display: block;
  padding-top: 10px;
}
.list-img.type2 li:first-child {
  width: 39%;
}
.list-img.type2 li:nth-child(2) {
  width: 55%;
}
.step-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.step-img li {
  width: calc(25% - 10px);
}

.image_r {
  float: right;
  margin: 0 0px 15px 20px;
}
.image_l {
  float: left;
  margin: 0 20px 15px 0;
}
.page-body p.image_r01 {
  float: right;
  margin: 0 0px 0px 20px;
  }
.mr10 {
  margin-right: 10px;
}
.btn a {
  text-align: center;
  text-decoration: none;
  border: 1px solid #122a88;
  color: #122a88;
  padding: 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.btn a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 375px) {
  .list-img li {
    width: 100% !important;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .image_r {
    float: none;
    margin: 0 0px 0 20px;
    text-align: center;
  }
  .page-link {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .page-link li {
    display: block;
    margin: 0;
    width: calc(100%);
    padding: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .news .column_box p {
    white-space: normal;
  }
  .page-column .column-box {
    padding: 10px;
  }
  .page-column .back {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .page-column .back a {
    background: #122a88;
  }
  .page-hisa.page-concept.page-column .back a {
    background: #ee70b8;
    color: #fff !important;
  }
  .face {
    position: absolute;
    bottom: 0;
    right: 25%;
    margin: 0;
  }
  .face img {
    width: 50%;
    height: auto;
  }
  .profile p.img_cont {
    float: none;
    text-align: center;
  }
  .dl02 .img_top {
    position: relative;
  }
    .page-body p.image_r01 {
      float: none;
      margin: 0 0px 15px 0px;
      text-align: center;
  }
}
.page-body p.mb60 {
  margin-bottom: 60px;
}
.page-body p.mb50 {
  margin-bottom: 50px;
}
.page-body p.mb30 {
  margin-bottom: 30px;
}
.page-body .mb40 {
  margin-bottom: 40px;
}
.page-body .mb50 {
  margin-bottom: 50px;
}
.box_L {
  width: 48%;
  float: left;
}
.box_R {
  width: 48%;
  float: right;
}
.face {
  margin: -70px 0 0 530px;
  position: absolute;
}
.fixed {
  position: fixed;
}
.mb15 {
  margin-bottom: 15px;
}
.w-50 {
  width: 100%;
  text-align: left;
}
.greeting p.photo_r {
  width: 515px;
}
.profile .fr {
  float: right;
  text-align: center;
  margin: 10px 10px 0 0;
}
.clear_b {
  clear: both;
}
.dl02 {
  position: relative;
}
.dl02 .img_top {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto !important;
}
p.photo {
  text-align: center;
}
p.photo img {
  width: 70% !important;
  margin: 0 auto;
  text-align: center;
}
.videoWrapper {
  margin: 0 auto 5px;
  width: 640px;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
@media only screen and (max-width: 768px) {
  .list-img {}
  .list-img li {
    width: calc(100%);
    padding: 10px;
    margin-bottom: 20px;
    max-width: 325px;
  }
  .step-img li {
    width: 100%;
  }
#dryeye .page-title {
  background: url(../images/dryeye/dryeye.jpg) no-repeat left center;
  padding: 32px 0 10px;
}
#floaters .page-title {
  background: url(../images/floaters/floaters.jpg) no-repeat -100px center;
  background-size: auto 100%;
}

    
}
@media only screen and (max-width: 640px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
  }
  .tab {
    width: 96%;
    margin: 0 2% 1em;
  }
  .tab td {
    width: 50%;
    border: 1px solid #122A88;
    padding: 5px 10px;
    background: #4259B4;
    color: #fff;
    vertical-align: middle;
  }
  .tab td:first-child() {
    border-bottom: 1px solid #fff;
  }
  .tab td:nth-child(even) {
    width: 50%;
    text-align: right;
    background: none;
    color: #000;
  }
  .fr_list {
    border: 1px solid #4259B4;
    padding: 2%;
    margin: 0 2% 1em;
  }
  .fr_list li {
    background: url(../../assets/images/services/services_li_bg.png) 0px 4px no-repeat;
    background-size: 16px;
    padding-left: 20px;
  }
  .box_sp01 {
    margin: 0 2% 1em;
  }
  .box_01 p {
    width: 100%;
    margin-left: 0 !important;
  }
  .box_01 p img {
    display: block;
    margin: 0 auto;
  }
  .box_01 p.mb0.mb_b20 {
    margin-bottom: 20px;
  }
  .box_wp {
    flex-wrap: wrap;
  }
  .box_wp .box_l01, .box_wp .box_r01, .box_01 {
    width: 100%;
	  padding: 0 2%;
	  box-sizing: border-box
  }
  .box_wp .box_l01 p, .box_wp .box_r01 p {
	  width: 100%;
    text-align: center;
  }
  .box_wp .box_mt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .box_wp .box_mt {
    width: 100%;
  }
  .box_wp .box_mt img {
    display: block;
    margin: 0 auto;
  }
  .flex01 .ul01 {
    width: 100%;  
  }
    
}
.step {text-align: center}
.step dt {
  text-align: left;
}
.step dd {
  text-align: left;
}
.step li {
  margin-bottom: 10px;
}
.step li img {
  width: 45px;
}
.box_01 {
  text-align: center;
  margin: 0 auto;
}
.box_01 p {
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 20px;
}
.box_01 p.t_0 {
  margin-left: 0px;
}
.box_01 p.mb0 {
  margin-bottom: 0;
}
.mt20 {
  margin-top: 20px !important;
}
.box_wp {
  width: 100%;
  display: flex;
  justify-content: center;
}
.box_l01, .box_r01 {
  float: left;
  width: 458px;
  text-align: center;
}
.box_mt {
  float: left;
  width: 80px;
  margin-top: 135px;
}
.mb30 {
  margin-bottom: 30px;
}
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px;
}
.border {
  border: 3px solid #4C65C6;
  padding: 20px;
}
.global-nav .global-nav__list li.global-nav__item05 a {
  width: 130px;
}
.global-nav .global-nav__list li.global-nav__item07 a {
  width: 150px;
}
.global-nav .global-nav__list li.global-nav__item09 a {
  width: 130px;
}
.global-nav .global-nav__list li.global-nav__item07 a:hover {
  color: #122a88;
}
.blue {
  color: #0070c0;
}
.red {
  color: #ff0000;
}
.txt01 {
  font-size: 11px;
  margin-left: 112px;
}
@media only screen and (min-width: 480px) {
  .anchor04 li {
    width: 25% !important;
    padding-right: 5px;
    box-sizing: border-box;
  }
}
.anchor04 {
  max-width: 960px;
  margin: 0 auto;
}
/*.anchor04 li img{ 
	width: 100%;
}*/
.anchor04 li {
  float: left;
  width: 50%;
  padding: 2px;
  box-sizing: border-box;
}
.dot {
  position: relative;
  padding-left: 15px;
}
.dot:after {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  display: block;
}
.slide-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
/*.bx-wrapper .bx-prev {
	left: -57px;
	background: url(../img/arrow_left.png) no-repeat 0 0;
}*/
.slick-prev {
  width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  opacity: 0.7;
  text-indent: -9999px;
  z-index: 99;
  border: none;
  cursor: pointer;
}
.slick-prev::before {
  position: absolute;
  content: '';
  background: url(../images/top/arrow_left.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 40px);
  outline: 0;
  width: 37px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999;
  right: 20px;
}
.slick-next {
  width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -50%;
  height: 100%;
  opacity: 0.7;
  text-indent: -9999px;
  z-index: 99;
  border: none;
  cursor: pointer;
}
.slick-next::before {
  position: absolute;
  content: '';
  background: url(../images/top/arrow_right.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 40px);
  outline: 0;
  width: 37px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999;
  left: 20px;
}
.slick-prev:hover {
  opacity: 0.5;
}
.slick-next:hover {
  opacity: 0.5;
}
.slick-list {
  overflow: inherit !important;
}
.slick-dots {
  position: absolute;
  z-index: 99999;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
}
.slick-dots li:hover {
  opacity: 0.7;
}
.anchor03 {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor03 li {
  margin: 3px;
  width: 180px;
}
.pickup_03 {
  background: #3e5aa9;
  color: #fff;
  padding: 20px 0;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}
.pickup_03 h5 {
  color: #000;
  background: #fff;
  padding: 15px 20px;
  font-size: 20px;
}
.pickup_03 p:last-child {
  padding: 20px 20px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .slick-dots {
    bottom: 5px;
  }
  .slick-prev {
    left: -35%;
    background: none;
  }
  .slick-next {
    right: -35%;
    background: none;
  }
  .slick-prev:before, .slick-next:before {
    width: 14%;
  }
  .txt01 {
    font-size: 11px;
    margin-left: 0;
  }
}
.mt5{
  margin-top: 5px;
}
.box_cal{
  margin: 0 auto;
  text-align: center;
}
.box_cal .thumb{
  float: left;
}
.box_cal ul{
  float: left;
  display: flex;
  margin-left:20px
}
.box_cal ul li:first-child{
  margin-right: 15px;
}
.box_cal p.txt_cal {
  text-align: left;
  max-width: 624px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box_cal p.txt_cal > span{
  padding-top: 10px;
  display: inline-block;
}
span.tel {
  font-size: 27px !important;
  letter-spacing: -1px;
  line-height: 120%;
  color: #405aa8;
}
.map span.tel {
  color: #954a83;
}
.fix_top_info .box_kiji {
  background: #fff;
  height: 225px;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 10px 20px;
  box-sizing: border-box;
}
.fix_top_info .box_kiji #column_top02 p:first-child {
  border-top: none !important;
}
.fix_top_info .box_kiji p.tar {
  font-size: 13px;
  border: none;
  padding: 0;
  text-align: right;
}
.fix_top_info .box_kiji p.tar a {
  float: right;
}
.fix_top_info #column_top03 {
  height: 150px;
  overflow: auto;
  width: 100%;
}
.fix_top_info .box_kiji p:first-child {
  border-top: none;
}
.fix_top_info .box_kiji p {
  width: 100%;
  overflow: hidden;
  /*	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;*/
  padding-top: 7px;
  margin-bottom: 3px;
  border-top: 1px dotted #222;
  line-height: 26px;
  text-align: left;
}
.fix_top_info .box_kiji p span {
  width: 27%;
  float: left;
}
.fix_top_info .box_kiji p a {
  text-decoration: none;
  width: 73%;
  margin-right: 0;
  float: left;
}
.link_eye_left a img {
  opacity: 1 !important;
}
.index_imgft {
  position: absolute;
  bottom: 5px;
  right: 275px;
}
.index_imgft01 {
  position: absolute;
  bottom: 5px;
  right: 280px;
}
.footer .footer__info .map p.r01 {
  width: 252px;
}
.two_col{
  display: flex;
  align-items: center;
  justify-content: center;
}
.two_col li{
  padding: 0 15px;
  text-align: center;
}
.two_col li span{
  display: block;
  padding-top: 10px;
}
.pad-l_30{
	padding-left:30px;
}
.pad_span{
	padding-left:25px;
}
.pad_span span{
	margin-left:-25px;
}
.color_gr{
	color:#095B00;
}
.color_blue_l{
	color:#405aa8;
}

.tbl02 {
  border: 1px solid #4259B4;
  margin:  0 auto 30px;
  width: 100%;
}
.tbl02 th {
  background: #4259B4;
  color: #fff;
  font-size: 14px;
  padding: 7.2px;
  vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}
.tbl02 td {
  border-bottom: 1px solid #4259B4;
  padding: 11.2px;
  vertical-align: middle;
	text-align: center;
}
.tbl02 td p.bold {
  color: #90457e;
}
.tbl02 .n_boder{
	border:none;
}
.wrap_box{
	display:flex;
	justify-content: space-between;
	align-items: top;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.wrap_box > div{
	width:48%;
}
.wrap_box .b_left{
  width: 50%;
}
.wrap_box .b_right{
  width: 46%;
}
.sp_link ul{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sp_link ul li{
	width:48%;
}
.sp_link ul li a{
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	background: #0a2589;
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: 50px;
}
.sp_link ul li a:hover{
	text-decoration: underline;
}
.mb5{margin-bottom:5px;}
.sp-contents .txt_cal{
	padding: 0 5px;
	max-width: 480px;
	margin: 0 auto 20px;
}
.footer .txt_cal{
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 1.4
}
.txt_cal{
	font-size: 11px;
  color: #626262;
  letter-spacing: 1.2px;
}
.calendar{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
}
.calendar .txt_cal{
	font-size: 12px;
	color: #626262;
	width: calc(100% - 500px);
}
.calendar .img{
	width: 480px;
}
.myna_content {
  width: fit-content;
}
.myna_text {
  font-size: 11px;
  color: #626262;
  letter-spacing: 1.2px;
  display: block;
  float: left;
  margin: 10px auto;
}
.myna_text p {
  display: flex;
  justify-content: start;
}
/* fix top sp */
@media only screen and (max-width: 959px) {
	.wrap_box{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
	.wrap_box > div{
	width:87% !important;
		text-align: center;
}
.wrap_box > div.b_left{
	width:87%;
  overflow: auto;
		text-align: center;
}
  .fix_top_sp .column_box, .page-hisa .fix_top_sp .column_box {
    background: #fff;
    height: auto;
    max-width: 472px;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .fix_top_sp .column_box p:first-child, .page-hisa .fix_top_sp .column_box p:first-child {
    border: none;
  }
  .fix_top_sp .box_kiji p span, .page-hisa .fix_top_sp .box_kiji p span {
    width: 40%;
    float: left;
  }
  .fix_top_sp .box_kiji a, .page-hisa .fix_top_sp .box_kiji a {
    text-decoration: none;
    width: 60%;
    margin-right: 0;
    float: left;
  }
  .fix_top_sp .column_box p, .page-hisa .fix_top_sp .column_box p {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-top: 4px;
    margin-bottom: 3px;
    border-top: 1px dotted #222;
    line-height: 26px;
  }
  .fix_top_sp .box_kiji p.tar, .page-hisa .fix_top_sp .box_kiji p.tar {
    font-size: 13px;
    border: none;
    padding: 0;
    text-align: right;
  }
  .fix_top_sp .box_kiji p.tar a, .page-hisa .fix_top_sp .box_kiji p.tar a {
    float: right;
  }
  .link_eye_footer {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 20px;
  }
  .link_eye_footer p a img{
    opacity: 1 !important;
  }
  .sp.footer_add .txt01 span.tel {
    color: #954a83;
  }
  .bnr_hisa .box_hisa .sec_hisa {
    width: 100%;
  }
  .bnr_hisa .box_hisa .sec_hisa .ttl_hisa {
    font-size: 1.4rem;
  }
  .text_hisa01, .text_hisa02 {
    font-size: 1rem;
  }
  .page-hisa.page-concept.page-column .main,
.page-column .main{
    width: 100%;
  }
  .sec_column {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .pc-contents {
    display: none;
  }
  .greeting_sp {
    background: url(../images/top/greeting_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .greeting_sp .greeting_inner {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .greeting_sp h3 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    text-align: left;
    font-size: 6.5vw;
    padding-top: 20px;
    font-weight: normal;
    line-height: 120%;
    color: #122a88;
    text-shadow: #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px;
  }
  .greeting p {
    margin: 0 auto 1em;
    width: 880px;
  }
  .greeting .bnr {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .box_cal .thumb{
    margin-bottom: 15px;
  }
  .calendar{
		flex-wrap: wrap;
		justify-content: center;
	}
	.calendar .txt_cal{
		width: 100%;
		max-width: 480px;
	}
	.calendar .img{
		width: 100%;
		max-width: 480px;
	}
}
.box_tb33 li {
  width: 33.33333333%;
}
.f11 {
  font-size: 11px;
}
.add01 {
  display: flex;
  justify-content: space-between;
}
.add01 > p {
  width: calc(100%/2 - 60px);
}
.add01 span.tel {
  font-size: 25px !important;
}
.add01 .add01_lg img {
  max-height: 53px;
  margin-bottom: 10px;
}
.add01 .add01_lg {
  margin-bottom: 10px;
}
.tab2btn {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 320px) {
.header__sp-nav ul li a {
    display: block;
    color: #122a88;
    padding: 10px 20px;
    text-decoration: none;
    background: #fff;
    font-size: 14px;
}
}




@media only screen and (max-width: 360px) {
  .ope h4 {
    font-size: 140%;
  }
}
@media only screen and (min-width: 960px) {
  .fix_header .header {
  }
  .header {
    padding-top: 10px;
  }
  .header .header__inner {
    max-width: 1300px;
    width: auto;
  }
  
  .global-nav .global-nav__list {
    max-width: 1300px !important;
    width: auto !important;
  }
  .global-nav .global-nav__list .global-nav__item01 a {
    padding: 16px 0;
  }
  .global-nav .global-nav__list li a {
    width: auto !important;
    padding-right: 44px;
    text-align: left;
  }
  .global-nav .global-nav__list li:last-child a {
    padding-right: 0 !important;
  }
  .global-nav .global-nav__list li.global-nav__item01 a {
    width: 50px !important;
    margin-right: 50px;
    padding-right: 0;
  }
  .global-nav .global-nav__list .submenu {
    min-width: 210px;
  }
	
}
@media screen and (min-width: 960px) and (max-width: 1020px) {
  .global-nav .global-nav__list li a {
    font-size: 14px;
    padding-right: 15px;
  }
	
	.global-nav .global-nav__list li.global-nav__item01 a {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1021px) and (max-width: 1050px) {
  .global-nav .global-nav__list li a {
    font-size: 15px;
    padding-right: 15px;
  }
	
	.global-nav .global-nav__list li.global-nav__item01 a {
		margin-right: 15px;
	}	
	
}
@media screen and (min-width: 1051px) and (max-width: 1100px) {
  .global-nav .global-nav__list li a {
    padding-right: 13px;
  }
	.global-nav .global-nav__list li.global-nav__item01 a {
		margin-right: 15px;
	}		
	
}
@media screen and (min-width: 1101px) and (max-width: 1150px) {
  .global-nav .global-nav__list li a {
    padding-right: 19px;
  }
	
	.global-nav .global-nav__list li.global-nav__item01 a {
		margin-right: 20px;
	}	
	
}
@media screen and (min-width: 1151px) and (max-width: 1200px) {
  .global-nav .global-nav__list li a {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1250px) {
  .global-nav .global-nav__list li a {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1299px) {
  .global-nav .global-nav__list li a {
    padding-right: 35px;
  }
}
.fix_pink span.tel01 {
  color: #90457e !important;
}
#top .header__tel.fix_pink {
  width: 278px !important;
}
#top .header__tel.fix_pink span.bold {
  font-size: 11px !important;
}
@media screen and (min-width: 960px) and (max-width: 1900px) {
  .global-nav .global-nav__list li:last-child ul {
    right: 0;
  }
}


.tit_bold {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}


.ml50 {
	margin-left: 50px;
}




.header_link02 {
	position: fixed;
	right: 0;
	top: calc(50% - 30px);
	z-index: 99999;

}


.cataract_tit {
	padding: 20px 20px;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	border-top:10px solid #3e5aa9;
	border-bottom:10px solid #3e5aa9;
}

.s_bold span{
	font-weight: bold;
}



.his_logo
{
	margin: 20px auto 30px;
	text-align: center;
}

.page-hisa .hisa_bn
{
	background: #90457e;
	border-radius: 10px;
	color: #fff!important;
	font-weight: bold;
	display: flex;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	justify-content: center;
}
.page-hisa .hisa_padL { padding-left: 20px;}

.page-hisa .acess_bn{	margin: 10px 0; }

.page-hisa .acess_bn a
{
	display: block;
	padding: 10px;
	border: 2px solid #90457e;
	color: #90457e;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	max-width: 640px;
	margin: 20px auto;
	font-size: 21px;
	position: relative;
}

.page-hisa .acess_bn a:after
{
	content: "";
	position: absolute;
	  border: solid #90457e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	top: calc(50% - 2px);
	right: 20px;
		
}

.page-hisa .acess_bn a:hover{
	background: #90457e; 
	color: #fff!important;
}

.page-hisa .acess_bn a:hover:after{
	border: solid #fff;
	border-width: 0 3px 3px 0;

}
.page-hisa .hisa_if{
	width: 49%;
}

.page-hisa .hisa_if .box_kiji {
  background: #fff;
  height: 190px;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 10px 20px;
  box-sizing: border-box;
}
.page-hisa .hisa_if .column_side03 {
  height: 137px;
  overflow: auto;
  width: 100%;
}
.page-hisa .hisa_if a {
  text-decoration: none;
}
.page-hisa .hisa_if a:hover {
  color: #000 !important;
}

.header__inner .w285  { width: 285px;}
.page-hisa .w1300  { width: 1300px;}
.page-hisa .hisa-info_l,
.page-hisa .hisa-info_r
{
	width: 48%;
}

.page-hisa .hisa-info_r { text-align: center;}
.page-hisa .hisa-info_r h4 { text-align: left;}

.page-link .f_brn { width: 1300px; margin: 0 auto;}
.txtL { text-align: left;}
@media only screen and (max-width: 959px) {
	
	.ml50 {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0 !important;
	}
	
	.header_link02 {
		display: none !important;
	}
.page-hisa .hisa_padL { padding-left: 0;}
	
	.page-hisa .w1300  { width: 100%;}
	.page-hisa .hisa-info_l,
.page-hisa .hisa-info_r
{
	width: 100%;
}
	
	.page-hisa .hisa_if
{
	width: 100%;
	margin: 30px auto;
}
	
	.page-link .f_brn { width: 100%; margin: 0 auto;}
}


/*footer 診療予定表要請*/
.l11_width{
  width: 272px!important;
}



.book-list{
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.book-list dt{
  width: 100px;
}
.book-list dd{
  padding-left: 20px;
  width: calc(100% - 100px);
}
.book-list dt,
.book-list dd{
  display: table-cell;
  vertical-align: middle;
}
.book-list .doubleColumn img + img{
  padding-left:5px;
}
@media (min-width: 400px) {
  .book-list .doubleColumn{
    width:205px;
  }
}
@media (max-width: 399px) {
  .book-list .doubleColumn img + img{
    padding:5px 0 0;
  }
}



#dryeye .page-title h2 {
	width: 829px;
}


.dry_h3 {
	font-weight: bold;
	text-align: center;
	color: #00cc00;
	border-bottom: 2px dotted #00cc00;
	width: 600px;
	padding-bottom: 10px;
	margin: 40px auto;
	font-size: 34px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}

.box_link_out {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_link li.box_link_tit {
    position: relative;
    color: #00cc00;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}
.box_link li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 18px;
    top: 5px;
    left: 0;
    background: #00cc00;
}
.box_link li {
    padding: 5px 4px 5px 0;
}
.box_link li a{
    position: relative;
	padding: 5px 4px 5px 30px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	height: 100%;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    
}
.box_link li a:after{
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background: url("../images/dryeye/uncheck.jpg") no-repeat left center;
    top: 5px;
    left: 0;
}

.box_link li {
	margin-right: 20px;
}

.box_link li a:hover:after, .box_link li a.active:after{
	background: url("../images/dryeye/check.jpg") no-repeat left center;
}
.box_link li a:hover span, .box_link li a.active span {
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #00cc00 30%);
}

#dryeye .page-body *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dry_h4 {
	border-bottom: 2px solid #00cc00;
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin: 40px 0;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}

.dry_img {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 40px auto 30px;
}

.dry_img dt,.dry_img dd {
	width: 48%;
	text-align: center;
}

.dry_img dt img,.dry_img dd img{
	margin-bottom: 20px;
}

.tit_bold {
	font-weight: bold;
	font-size: 24px;
}


.box_product {    
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 900px;
	margin:  0 auto;
}
.box_product .box_product_l{
    position: relative;
	width: 60%;
    padding: 50px 0 0 50px;
}
.box_product_tit {
    position: absolute;
    top: 0;
    left: 0;
    background: #00cc00;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 20px;
}
.box_product_tit span {
    display: block;
    border-top: 1px solid #fff;
    font-size: 16px;
}
.box_product ul {
	padding: 50px;
	border: 1px solid #00cc00;
}


.box_product ul li{
    font-weight: bold;
    padding: 5px 0;
}

.box_product .box_product_img{
	width: 40%;
    margin: 0;
}

.box_product p{
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
    margin: 0;
}
.page-body p.img_c {
    margin: 0 auto;
}

@media only screen and (max-width: 959px) {
	#dryeye .page-body {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.dry_img {
		margin:  20px auto 20px;
	}
	
	
	.dry_h4 {
		margin: 30px 0;
	}	
    .box_link {
        margin-bottom: 10px;
    }
	
}


@media only screen and (max-width: 540px) {
	.box_link li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}	
	.box_link {
		flex-wrap: wrap;
	}	
	
	.dry_h3 {
		width: 100%;
		margin-top: 0;
		font-size: 28px;
	}	
	
	.dry_h4 {
		font-size: 18px;
	}
		
}

@media screen and (min-device-width: 541px) and (max-device-width: 959px) { 
	.box_link li {
		margin-right: 0;
		margin-bottom: 10px;
	}	
	.box_link {
		padding: 10px;
		flex-wrap: wrap;
	}	
	
		
}



@media only screen and (max-width: 580px) {
	.mw580 {
		display: block !important;
	}
}


	.mw580 {
		display: none;
	}

@media only screen and (max-width: 680px) {
	.box_product {
		flex-wrap: wrap;
	}
	
    .box_product .box_product_l {
        width: 100%;
        margin-bottom: 20px;
    }
    .box_product .box_product_img {
        text-align: center;
        width: 50%;
        margin: 0 auto;
}
    .box_product ul {
    padding: 50px 20px 20px 50px;
    border: 1px solid #00cc00;
}
	
	.box_product li {
		width: 100% !important;
	}
	
	
	.box_product li p{
		margin: 0;
	}
	
}
@media only screen and (max-width: 375px){
    .box_product ul {
    padding: 30px 20px 20px 30px;
    border: 1px solid #00cc00;
}
.box_product p {
    line-height: 32px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
    .box_product_tit span {
    font-size: 20px;
}
    .box_product_tit {
        padding: 15px;
    }
    .box_product ul li {
    font-size: 14px;
}

}
.tit01 {
	font-size: 18px;	
}

.i_diamond {
	padding-left: 40px;
	background: url("../images/dryeye/i_diamond.jpg") no-repeat left 10px top 4px;
}

.box_dry02 {
	padding: 20px;
	text-align: center;
	max-width: 820px;
	margin: 50px auto 50px;
	border: 1px solid #ff0066;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}

.box_dry02 p {
	margin-bottom: 15px;
	font-size: 28px;
	position: relative;
	font-weight: bold;
}

.box_dry02 p:after{
	position: absolute;
	height: 4px;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ff5050;
}

.box_dry02 p:first-child:after{
	width: 690px;	
}

.box_dry02 p:nth-child(2):after{
	width: 670px;	
}
.box_dry02 p:nth-child(3):after{
	width: 470px;	
}



.box_dry02 p:first-child span {
	font-size: 35px;
	color: #ff0066;
}

.box_floaters {
	border: 3px solid #46aab5;
	padding: 25px;
	border-radius: 10px;
	margin: 50px auto;
	max-width: 850px;
	line-height: 1.8;
}

@media only screen and (max-width: 959px) {
	
	.box_dry02 p{
		font-size: 15px;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 6px;
	}
	
	.box_dry02 {
		padding: 10px;
		max-width: 480px;
	}
	
	.box_dry02 p:first-child span {
		font-size: 20px;
		display: block;
	}
	
	.box_dry02 p:after{
		height: 2px;
		width: 100% !important;
	}
	
	.box_dry02 p:first-child:after{
		max-width: 242px;
	}
	
	
	.box_dry02 p:nth-child(2):after{
		max-width: 365px;
	}	
	
	.box_dry02 p:nth-child(3):after{
		max-width: 255px;
	}

	.box_dry02 p:nth-child(2) span:before{
		left: -2px !important;
	}	
	
}

	
	.box_dry02 p:nth-child(2) span{
		position: relative;		
	}

	.box_dry02 p:nth-child(2) span:before{
		position: absolute;
		content: "・";
		top:-20px;
		left: 0;
		font-size: 18px;
		
	}

.box_txt li {
	padding-left: 30px;
	margin-bottom: 15px;
	background: url("../images/dryeye/i_arrow.jpg") no-repeat top 4px left;
}

.box_txt02 {
	border: 1px solid #333;
	display: flex;
}

.box_txt02 li{
	padding: 20px;
	width: 25%;
	border-right: 1px solid #333;
}

.box_txt02 li p{
	text-align: center;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}

.box_txt02 li p span{
	border-bottom:  1px solid #ffc000;
	position: relative;
	line-height: 24px;
}

.box_txt02 li p span:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #ffc000;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.box_txt02 li p:last-child{
	margin-bottom: 0;
}

.box_txt02 li p:first-child{
	font-weight: bold;
	font-size: 22px;
}



.dry_tbl {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #333;
}

.dry_tbl tr,.dry_tbl td {
	border: 1px solid #333;
}
.dry_tbl td {
	padding: 10px 20px;
}
.green {
    color: #00cc00;
}


@media only screen and (max-width: 600px) {
	.box_txt02 {
		flex-wrap: wrap;
		border: none;
	}
	
	.box_txt02 li {
		width: 50%;
		border: 1px solid #333;
	}
	
	.box_txt02 li:nth-child(2),.box_txt02 li:nth-child(4){
		border-left: none;
	}
	
	.box_txt02 li:nth-child(1),.box_txt02 li:nth-child(2){
		border-bottom: none;
	}
	
	.box_txt02 li:nth-child(5) {
		border-top:none
	}
	
	.box_txt02 li p {
		font-size: 16px;
	}
	
	.box_txt02 li p:first-child {
		font-size: 18px;
	}
	
}



@media only screen and (max-width: 450px) {
	.dry_tbl td {
		padding: 5px;
	}
}


.box_QA {
	border-bottom:  1px dashed #666666;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.box_QA dt {
	padding: 10px 0 6px 45px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
    background: #00cc00;
    color: #fff;
}

.box_QA dd {
	padding-left: 50px;
	position: relative;
}

.box_QA dd:before{
	content: "A.";
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top:0;
	left: 15px;
}


.box_QA dt:before {
	content: "Q";
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top:5px;
	left: 5px;
    color: #00cc00;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
}

.box_QA dt,.box_QA dd {
	line-height: 24px;
}
.page-body p.step_tit01 {
    background: url("../images/dryeye/step_bg.png") no-repeat center left;
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 61px;
    margin: 0;
}
.page-body p.step_tit01 span {
    font-weight: normal;
    font-size: 26px;
    margin-right: 8px;
}
.page-body p.step_tit01 span.txt02 {
    font-size: 12px;
    margin-left: 8px;
}
@media only screen and (max-width: 320px) {
    #dryeye .page-body {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}



.box_hisayama {
	display: flex;
	justify-content: space-between;
}

.hisa_if {
	width: 50%;
}

@media only screen and (max-width: 959px) {
	.box_hisayama {
		display: block;
	}
	
	

	.fix_tab_sp {
		padding: 10px;
	}


	.fix_tab_sp li:first-child {
		padding-left: 0;
	}
	
}


.box_hisayama h3{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #cc9dc2;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
}

.column_box .column_side03 p span,.column_box .column_side04 p span {
	margin-right: 10px;
}



.page-hisa .hisa_if .column_side04 {
    height: 137px;
    overflow: auto;
    width: 100%;
}

@media screen and (min-width: 680px){   
  .pc-br { display:block; }
  .sp-br { display:none; }
  
}
  .pc-mb40 {
	margin-bottom: 40px !important;
}

@media screen and (max-width: 680px){   
  .pc-br { display:none; }
  .sp-br { display:block; }
}
.pad-b_30 {
	padding-bottom: 30px;
}



/* page floaters
--------------------------------------------------------- */
#floaters .box_link_out{
  align-items: center;
}
#floaters .floaters_h3{
  font-weight: bold;
  text-align: center;
  color: #46aab5;
  border-bottom: 2px dotted #46aab5;
  max-width: 600px;
  padding-bottom: 10px;
  margin: 40px auto;
  font-size: 34px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#floaters .floaters_h4 {
  border-bottom: 2px solid #46aab5;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  margin: 40px 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#floaters .floaters_h5{
  border-left: 4px solid #46aab5;
  padding-left: 10px;
  font-size: 130%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
#floaters .floaters_box01{
  padding: 30px 40px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  border-top: 10px solid #272626;
  border-bottom: 10px solid #272626;
  max-width: 700px;
  margin: 0 auto 50px;
  background: url(../images/floaters/floaters_box01_bg.jpg) no-repeat center;
  background-size: cover;
}
#floaters .floaters_box01 .title{
  font-size: 30px;
  text-align: center;
  color: #272626;
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#floaters .floaters_box01 li{
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
  background: #e1e1e1;
}
#floaters .floaters_box01 li:not(:last-child){
  margin-bottom: 10px;
}
#floaters .floaters_box01 li span.no{
  width: 34px;
  height: 34px;
  background: #46aab5;
  text-align: center;
  color: #fff;
  line-height: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
#floaters .box_link li.box_link_tit{
  color: #46aab5;
}
#floaters .box_link li::before {
  background: #46aab5;
}
#floaters .box_link li a:hover span, #floaters .box_link li a.active span {
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #46aab5 30%);
}
#floaters .box_link li a:hover:after, #floaters .box_link li a.active:after{
  background: url("../images/floaters/check.jpg") no-repeat left center;
}
#floaters .page-body p.step_tit01{
  background: url("../images/floaters/step_bg.png") no-repeat center left;
}
#floaters .title_step{
  font-size: 18px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#floaters .d_flex{
  display: flex;
}
#floaters .item{
  width: 45px;
}
#floaters .text{
  flex: 1;
}
#floaters .box_QA{
  background: #E9F7F9;
}
#floaters .box_QA dt{
  background: #46aab5;
}
#floaters .box_QA dt::before {
  color: #46aab5;
}
#floaters .box_QA dd::before {
  color: #46aab5;
}
#floaters .box_link li ul{
  margin-left: 30px;
}
#floaters .box_link li ul li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
#floaters .box_link li ul{
  margin-top: 10px;
}
#floaters .tab td{
  background: #46aab5;
  border: 1px solid #167883;
}
#floaters .tab td:nth-child(2n){
  background: no-repeat;
}
#floaters .page-body p.step_tit01 span{
  font-size: 20px;
}


/* page icl
--------------------------------------------------------- */
#icl .page-title{
  background: transparent;
  width: 100%;
  padding: 0;
  height: 450px;
}
#icl .page-title .page-title-inner{
  width: 100%;
}
#icl .page-title h2, #icl .page-title .subpage-heading{
  width: auto;
  display: flex;
  justify-content: center;
}
#icl .icl_h3{
  font-weight: bold;
  text-align: center;
  color: #8680c7;
  border-bottom: 2px dotted #8680c7;
  max-width: 600px;
  padding-bottom: 10px;
  margin: 40px auto;
  font-size: 34px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#icl .icl_h4 {
  border-bottom: 2px solid #8680c7;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  margin: 40px 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#icl .icl_h5{
  border-left: 4px solid #8680c7;
  padding-left: 10px;
  font-size: 130%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
#icl .box_link li.box_link_tit{
  color: #8680c7;
}
#icl .box_link li::before {
  background: #8680c7;
}
#icl .box_link li a:hover span, #icl .box_link li a.active span {
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #8680c7 30%);
}
#icl .box_link li a:hover:after, #icl .box_link li a.active:after{
  background: url("../images/icl/check.jpg") no-repeat left center;
}
#icl .page-body p.step_tit01{
  background: url("../images/icl/step_bg.png") no-repeat center left;
}
#icl .title_step{
  font-size: 18px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}
#icl .title_fw{
  background: transparent;
  font-size: 130%;
  padding-left: 0 !important;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#icl .fr_list li{
  padding-left: 25px;
}
#icl .fr_list li:not(:last-child){
  margin-bottom: 15px;
}
#icl .d_flex{
  display: flex;
}
#icl .box_QA dt{
  background: #8680c7;
}
#icl .box_QA dt::before {
  color: #8680c7;
}
#icl .box_QA dd::before {
  color: #8680c7;
}
#icl .middle{
  vertical-align: middle;
}
#icl .icl_tbl {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #534baa;
}
#icl .icl_tbl tr,#icl .icl_tbl td {
  border: 1px solid #534baa;
}
#icl .icl_tbl td {
  padding: 10px 20px;
}
#icl .txt_right{
  text-align: right;
}
#icl .purple{
  background: #8680c7;
  color: #fff;
}
#icl .tbl021{
  border: 1px solid #534baa;
}
#icl .tbl021 tr,#icl .tbl021 td {
  border: 1px solid #534baa;
}
#icl .tbl021 th.a{
  background: #8680c7;
  border: 1px solid #534baa;
}
#icl .tbl021 th.a .font_m{
  font-size: 80%;
}
#icl .page-body p.step_tit01 span{
  font-size: 20px;
}

@media only screen and (max-width: 959px) {
  /* page floaters
  --------------------------------------------------------- */
  #floaters .page-body {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #floaters .floaters_h3 {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }
  #floaters .floaters_h4 {
    font-size: 20px;
  }
  #floaters .floaters_h5 {
    font-size: 18px;
  }
  #floaters .floaters_box01 .title{
    font-size: 24px;
    line-height: 1.5;
  }
  #floaters .floaters_box01{
    padding: 30px 15px;
  }
  #floaters .box_QA dt{
    padding: 10px 6px 6px 45px;
  }
  #floaters .floaters_box01 li{
    font-size: 16px;
  }
  #floaters .floaters_box01 li span.no{
    width: 50px;
    height: 50px;
  }
  #floaters .floaters_box01 li span.txt{
    width: calc(100% - 60px);
  }

  /* page icl
  --------------------------------------------------------- */
  #icl .page-body {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #icl .page-title{
    height: auto;
  }
  #icl .page-title h2, #icl .page-title .subpage-heading{
    max-width: 100%;
  }
  #icl .icl_h3 {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }
  #icl .icl_h4 {
    font-size: 20px;
  }
  #icl .tbl021{
    width: 100%;
  }
  #icl .fr_list{
    margin: 0 0% 1em;
    padding: 4%;
  }
  #icl .box_txt li,
  #icl .fr_list li:not(:last-child) {
    margin-bottom: 2%;
  }
  #icl .fr_list li{
    background: url(../../assets/images/services/services_li_bg.png) 0px 6px no-repeat;
    background-size: 12px;
    padding-left: 20px;
  }
  #icl .fr_list li.title_fw{
    background: transparent;
  }
  #icl .d_flex{
    flex-wrap: wrap;
  }
  #icl .d_flex p:first-child{
    width: 80px;
    margin: 0;
  }
  #icl .d_flex p:last-child{
    width: calc(100% - 80px);
    margin: 0;
  }
  #icl .title_fw{
    font-size: 110%;
  }
  #icl .box_QA dt{
    padding: 10px 6px 6px 45px;
  }
  #open-chatbot .idx_list_itmenu {
    position: fixed;
    bottom: 16vw;
    right: 0;
    z-index: 10;
    background: none;
    border: none;
    width: auto;
    max-width: 200px;
  }
}



.icl_box {
    
}


.title_icl {
    position: relative;
    margin-top: 50px;
}

.title_icl:after{
    content: "";
    position: absolute;
    background: #8680c7;
    height: 2px;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1
}

.title_icl span{
    font-weight: bold;
    font-size: 35px;
    margin: 0 auto;
    width: max-content;
    padding: 0 10px;
    display: block;
    background: #fff;
    color: #8680c7;
    position: relative;
    z-index: 2;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important
}

.title_icl02 {
    border: 2px solid #8680c7;
    padding: 5px 25px;
    font-size: 25px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
    color: #333;
    width: max-content;
    margin: 20px auto 30px !important;
}


.gr_icl dl{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif !important;
}

.gr_icl dt{
    width: 360px;
    font-size: 18px;
}

.gr_icl dd{
    border-radius: 30px;
    width: 420px;
    background: #8680c7;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}
.gr_icl dd span.gr_icl_price{
    font-size: 24px;
    text-align: left;
    width: 120px;
    display: block;
}

.sup_left {
    margin-left: 40px;
}


    .sp_block {
        display: none;
    }
    .video-01-out {
      width: 785px;
      margin: 0 auto;
    }
.video-01 {
  position: relative;
  padding-top: 56.25%;
  height: 0; 
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.video-01 iframe,
.video-01 object,
.video-01 embed,
.video-01 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* button#open-chatbot {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none;
} */
#open-chatbot .pc {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10;
  background: none;
  border: none;
  width: auto;
  max-width: 248px;
	cursor: pointer;
}
#open-chatbot .pc:hover{
	opacity: 0.8;
  }
@media screen and (min-width: 999px) and (max-width:1366px) {
  .header .header__mail {
	margin-top: -190px;
  }
  .slide-wrap .bnr {
    top: calc(50% - 120px);
  }
  .header .header__link {
    top: calc(50% + 100px);
  }
  #open-chatbot .pc {
    bottom: 100px;;
  }
  .header_link02 {
    top: calc(50% - 118px);
  }
}
@media only screen and (max-width: 959px) {
  .title_icl span {
      font-size: 22px;
      line-height: 24px;
  }
  .title_icl02 {
      padding: 5px 10px;
      font-size: 15px;
  }
  
  .gr_icl dt {
      font-size: 15px;
      margin-bottom: 15px;
  }
  .gr_icl dd {
      font-size: 13px;
      margin-bottom: 15px;
  }
  
  .gr_icl dt,.gr_icl dd {
      width: 100%
  }
  .gr_icl dd span.gr_icl_price {
      font-size: 17px;
      width: 90px;
  }
  
  .sup_left {
      margin-left: 15px;
  }
  
  .sp_block {
      display: block;
  }
  .video-01-out {
    width: 100%;
  }
}

/* 2025-0625追加 */
ul.list-kome li::before {
  content: "\203B";
  font-size: 90%;
  margin-right: 0.3em;
  vertical-align: middle;
}

ul.list-disc li{
  list-style-type: disc;
  margin-left: 1.3em;
}

ul.list-kome, ul.list-disc, ol.list-step {
  margin-bottom: 1em;
}

p.center--banner {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

/* 20260303 add tane start */
.calendar_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1179px) {
.calendar_box{
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
}
@media only screen and (max-width: 1179px) {
.calendar_table_wrap {
    margin: 0 auto;
}
}
.calendar_table {
    max-width: 590px;
    border: #BFBFBF 1px solid;
}
.calendar_table th {
    width: calc(590px / 8);
    background: #556fb5;
    color: #fff;
    padding: 4px 0px;
    font-size: min(20px, 3.875vw);
    font-weight: 500;
    line-height: 1.6;
}
.calendar_table tr {
    border: none;
}
.calendar_table th,.calendar_table td {
    border: 1px solid #BFBFBF;
    vertical-align: top;
}

.calendar_table td > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(14px,2.375vw);
}
.calendar_table td  span{
    line-height: 1.4;
}
.calendar_table td .culender_num {
    height: min(24px, 4.0675vw);
    background: #f3f3f3;
}
.calendar_table td:nth-child(2) .culender_num  {
    color: red;
}
.calendar_table td:last-child .culender_num {
  color: #122a88;
}
.calendar_table td .blue {
      color: #122a88;
}
.calendar_table td .small {
    font-size: min(8px,1.356vw);
    position: relative;
    bottom: min(1px, 0.17vw);
}
.calendar_table td span:nth-child(n+2) {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: min(70px, 11.695vw)
}
.calendar_table td span.culender_am,
.calendar_table td span.culender_pm{
    font-size: min(12px, 2.035vw);
}
.calendar_table td span.culender_am {
    height: min(45px,7.6275vw);
}
.calendar_table td span.culender_pm {
    height: min(24px, 4.0675vw);
    border-top: 1px dotted #BFBFBF;
}
.calendar_table td {
    padding: 0;
}
.calendar_box div.view_timer{
      /* width: 49%;
      margin-bottom: 1.8em; */
}
.calender_table_notion{
  color: red;
  text-align: right;
  margin-top: 8px;
  font-size: min(14px,2.375vw);
}
.calendar_table_title {
    font-size: 160%;
}
/* 20260303 add tane end */