@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */

@font-face {
  font-family: 'NotoSerifJP-Light';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSerifJP-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifJP-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifJP-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSerifJP-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansJP-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Bold.woff') format('woff');
  font-display: swap;
}


* { margin:0;padding:0;}

html {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 62.5%;
vertical-align: baseline;
background: transparent;
scroll-behavior: smooth;/* スムーススクロール */
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1.6rem;
vertical-align: baseline;
background: transparent;
}



body {
/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;*/
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
background-color:#fff;
font-size: 1.6rem;
line-height:1.0em;
text-align:left;
color: #000;
-webkit-text-size-adjust: 100%;
/*font-feature-settings : "palt" 1;*/
margin: 0;
animation: headerFadeIn 3s ease 0s 1 normal;
-webkit-animation: headerFadeIn 3s ease 0s 1 normal;
}




/* for PC */
@media screen and (min-width: 1201px) {

body {
font-size: 1.8rem;
}

}

.container {
width:100%;
position: relative;
}

a { 
color: #000;
text-decoration:none;
}

a img {
border:0;
text-decoration:none;
}

img.size-full,
img.imgFluid {
max-width: 100%;
height: auto;
}

/*	this is my short cut clear fix.
	with note "display:flex" */
.cfx:before, .cfx:after {
  content:"";
  display: table;
}
.cfx:after { clear:both; }
.cfx { *zoom:1; }

.cf:before, .cf:after {
  content:"";
  display: table;
}
.cf:after { clear:both; }
.cf { *zoom:1; }


/* unnuber list is clear fix */
ul:before, ul:after {
content:"";
display: table;
}
ul:after { clear:both; }
ul { *zoom:1; }

/* data list is clear fix */
dl:before, dl:after {
content:"";
display: table;
}
dl:after { clear:both; }
dl { *zoom:1; }

ul li { list-style:none; }

header *,
article *,
main *,
footer * {
font-size: 1.6rem;
line-height: 1em;
}



/*	---------------------------
   		display control
	--------------------------- */

/* basic : all hits media class */
.spDisplayNone {}
.tbDisplayNone {}
.pcDisplayNone {}
.pxDisplayNone {}
.smartContainer {}
.spDisplayOn,
.tbDisplayOn,
.pxDisplayOn,
.pcDisplayOn {
display: none;
}


section {
margin-bottom: 3em;
}
.body {
font-size: 1.4rem;
line-height: 1.75em;
}


/* for SP */
@media screen and (max-width: 767px) {
	.spDisplayNone {display:none !important;}
	.spDisplayOn {display: inline !important;}
	.smartContainer {margin: 0 15px;}
/*h	article,main {margin-top: 70px;}*/
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
	.tbDisplayNone {display:none !important;}
	.tbDisplayOn {display: inline !important;}
	.smartContainer {margin: 0 15px;}
/*	article,main {margin-top: 0px;}*/
	.body {font-size: 1.8rem;line-height: 1.75em;}
}

/* for PC */
@media screen and (min-width: 1201px) {
	.container {
	margin: 0 auto;
	width:1200px;
	position: relative;
	}
	.pcDisplayNone {display:none !important;}
	.pcDisplayOn {display: inline !important;}
	a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	}
	a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	}
/*	article,main {margin-top: 0px !important;}*/
	.body {font-size: 1.8rem;line-height: 1.75em;}
}



/* ============================
		header
 ============================ */

header {
/*position: fixed;*/
position: sticky;
width: 100%;
height: 70px;
top: 0;
left: 0;
z-index:9999998;
background-color: transparent;
/*background-color: #fff;*/
}

header .headerLogo {
position: absolute;
top: 10px;
left: 15px;
z-index: 9999998;
}

header .headerLogo img {
width: 175px;
/*
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
*/
}



/* for PC */
@media screen and (min-width: 1024px) {

	header {
/*	height: 75px;*/
	height: 0;
	}

	header .headerLogo {
	position: absolute;
	top: 10px;
	left: 0;
	}
	
	header .headerLogo a {
	display: block;
	}

	header .headerLogo img {
	width: 200px;
	
	}

}



/* ============================
		breadcrumb
 ============================ */

.breadcrumb {
width: 100%;
padding: 10px 0;
overflow: auto;
margin-bottom: -15px;
margin-top: 10px;
}

.breadcrumb ul {
display: block;
white-space: nowrap;
padding-left: 15px;
}

.breadcrumb li,
.breadcrumb li a {
display: inline-block;
font-size: 1.2rem;
line-height: 2em;
}

.breadcrumb li:last-child {
padding-right: 15px;
}

.breadcrumb li a::after {
content: "＞";
margin: 0 0.5em 0 0.75em;
}

/* for SP */
@media screen and (max-width: 1024px) {

	.breadcrumb {
	margin-bottom: 0;
	margin-top: 0px;
	}

}


/* for TB */
@media screen and (max-width: 1023px) and (min-width: 768px){}

/* for PC */
@media screen and (min-width: 1201px) {}


@media screen and (max-width: 1500px) and (min-width: 1024px){

    .breadcrumb {
    overflow: hidden;
    }

    .breadcrumb ul {
    padding-left: 0;
    white-space: normal;
    }

    .breadcrumb li:last-child {
    padding-right: 0;
    }

    .breadcrumb li,
    .breadcrumb li a {
    font-size: 1.4rem;
    }

}




/* ============================
		nav-bar
 ============================ */


#nav-bar {
position: fixed;
top: 0px;
left:0;
z-index: 9999999;
width: 100%;
box-sizing: border-box;
padding: 0;
transition: 1.5s;
height: 80px;
}

#nav-bar.hide{
transform: translateY(-100%);
}


@keyframes headerFadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes headerFadeIn {
0% {opacity: 0}
100% {opacity: 1}
}



/* ============================
		megamenu.js
 ============================ */

.menu-mobile {
display: none;
}

/* for PC */
@media screen and (min-width: 1201px) {


.meanmenu-reveal-btn {
position: fixed;
/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));*/
top: 10px;
left: calc(50% + 550px);
}

.megamenuNavLogo {
position: absolute;
top: 10px;
left: 10px;
}

.megamenuNavLogo img {
width: 150px;
}


.megamenuNav {
list-style: none;
padding: 0;
box-sizing: border-box;
}

.menu-container {
/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));*/
left: 0;
background-color: #fff;
}



.megamenuNav .menu {
position: relative;
top: 0px;
}

.megamenuNav .menu > ul {
position: relative;
top: 10px;
left: calc(50% - 350px);
width: 840px;
}

.megamenuNav .menu > ul > li {
float: left;
margin: 0;
width: 18%;
text-align: center;
position: relative;
display: block;
}

.megamenuNav .menu > ul > li.medical {
width: 26%;
}

.megamenuNav .menu  > ul > li > a {
color: #000;
padding: 17px 0 0 0;
text-align: center;
display: inline-block;
line-height: 70px;
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 1.8rem;
background-color: transparent;
padding-bottom: 20px;
position: relative;
height: 70px;
box-sizing: border-box;
}
.megamenuNav .menu  > ul > li > a > span {
background-color: #fff;
background-color: rgba(255,255,255,1);
display: block;
font-size: 1.6rem;
}

.megamenuNav .menu  > ul > li > a:hover {
opacity: 1;
}

.megamenuNav .menu  > ul > li > a:hover > span::after {
content: "";
position: absolute;
left: 25px;
bottom: 15px;
width: 100px;
border-bottom: 3px solid #ad3e58;
}
.megamenuNav .menu  > ul > li.medical > a:hover > span::after {
left: 60px;
}

.megamenuNav .menu > ul > li a {
text-decoration: none;
display: block;
}

.megamenuNav .menu > ul > li:hover {
}

.megamenuNav .menu > ul > li > ul {
display: none;
width: 1150px;
background-color: transparent !important;
padding:0;
padding-top: 10px;
position: fixed;
z-index: 99;
left: calc(50% - 550px);
top:70px;
margin:0;
list-style: none;
text-align: left;
border-radius: 5px;
}

.megamenuNav .menu .title {
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 30px;
color: #000;
display: table-cell;
vertical-align: middle;
width: 300px;
text-align: center;
height: 240px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.megamenuNav .menu .about .title {
background-image: url("../images/ph_nav001.webp");
}
.megamenuNav .menu .department .title {
background-image: url("../images/ph_nav002.webp");
}
.megamenuNav .menu .medical .title {
background-image: url("../images/ph_nav003.webp");
}
.megamenuNav .menu .recruit .title {
background-image: url("../images/ph_nav004.webp");
}
.megamenuNav .menu .access .title {
background-image: url("../images/ph_nav005.webp");
}

.megamenuNav .menu .title a {
color: #000;
}

.megamenuNav .menu > ul > li > ul  {
background-color: #fff;
}

.megamenuNav .menu > ul > li > ul > li {
width: 1100px;
display: table;
}

.megamenuNav .menu > ul > li > ul > li > ul {
display: table-cell;
vertical-align: top;
width: 900px;
box-sizing: border-box;
padding: 30px;
background-color: #fff;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
/*column-count: 2;*/
}

.megamenuNav .menu .name a {
display: block;
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 24px;
line-height: 1em;
padding-bottom: 0.5em;
}

.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
float: left;
width: 50%;
}


.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
float: left;
width: 50%;
}

.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > a {
display: block;
color: #000;
background-image: url("../images/fig_triangle007.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 10px auto;
line-height: 1.5em;
padding-left: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 1.6rem;
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
}

.megamenuNav .megamenuNavWall {
display: none;
width: calc(100% + 0px);
height: calc(100vh + 300px);
position: fixed;
top: -150px;
left: 0px;
background-color: rgba(0,0,0,0.5);
z-index: -1;
}

}

/* for SP % TB */
@media screen and (max-width: 1024px) {

	.megamenuNav {
	background-color: #fff;
	height: 70px;
	}

	.megamenuNav .menu > ul {
	display: none;
	
	}

	.megamenuNavLogo {
	position: absolute;
	top: 10px;
	left: 10px;
	}

	.megamenuNavLogo {
	position: absolute;
	top: 10px;
	left: 10px;
	}

	.megamenuNavLogo img {
	width: 150px;
	}

	.h_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
	.h_logo img {
	width: 150px;
	}

}

/* for PC */
@media screen and (min-width: 1024px) {

	.megamenuNavLogo {
	position: absolute;
	top: 10px;
	left: calc(50% - 600px);
	}

	.h_logo {
	display: none;
	}

}


/* for TB */
@media screen and (max-width: 1023px) and (min-width: 768px){

	.megamenuNav .menu > ul {
	display: none;
	}
	
	.megamenuNavLogo {
	display: none;
	}
	
	.h_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
	.h_logo img {
	width: 150px;
	}
}





@media screen and (max-width: 1200px) and (min-width: 1024px){

header .container {
margin: 0 auto;
width:1024px;
position: relative;
}

.megamenuNavLogo {
position: absolute;
top: 10px;
left: 10px;
}

.megamenuNavLogo img {
width: 150px;
}


.megamenuNav {
list-style: none;
padding: 0;
box-sizing: border-box;
}

.menu-container {
/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));*/
left: 0;
background-color: #fff;
}



.megamenuNav .menu {
position: relative;
top: 0px;
}

.megamenuNav .menu > ul {
position: relative;
top: 10px;
left: calc(50% - 330px);
width: 800px;
}

.megamenuNav .menu > ul > li {
float: left;
margin: 0;
width: 18%;
text-align: center;
position: relative;
display: block;
}

.megamenuNav .menu > ul > li.medical {
width: 26%;
}

.megamenuNav .menu  > ul > li > a {
color: #000;
padding: 17px 0 0 0;
text-align: center;
display: inline-block;
line-height: 70px;
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 1.8rem;
background-color: transparent;
padding-bottom: 20px;
position: relative;
height: 70px;
box-sizing: border-box;
}
.megamenuNav .menu  > ul > li > a > span {
background-color: #fff;
background-color: rgba(255,255,255,0);
display: block;
font-size: 1.6rem;
}

.megamenuNav .menu  > ul > li > a:hover {
opacity: 1;
}

.megamenuNav .menu  > ul > li > a:hover > span::after {
content: "";
position: absolute;
left: 25px;
bottom: 15px;
width: 100px;
border-bottom: 3px solid #ad3e58;
}
.megamenuNav .menu  > ul > li.medical > a:hover > span::after {
left: 60px;
}

.megamenuNav .menu > ul > li a {
text-decoration: none;
display: block;
}

.megamenuNav .menu > ul > li:hover {
}

.megamenuNav .menu > ul > li > ul {
display: none;
width: 960px;
background-color: transparent !important;
padding:0;
padding-top: 10px;
position: fixed;
z-index: 99;
left: calc(50% - 480px);
top:70px;
margin:0;
list-style: none;
text-align: left;
border-radius: 5px;
}

.megamenuNav .menu .title {
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 30px;
color: #000;
display: table-cell;
vertical-align: middle;
width: 240px;
text-align: center;
height: 240px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.megamenuNav .menu .about .title {
background-image: url("../images/ph_nav001.webp");
}
.megamenuNav .menu .department .title {
background-image: url("../images/ph_nav002.webp");
}
.megamenuNav .menu .medical .title {
background-image: url("../images/ph_nav003.webp");
}
.megamenuNav .menu .recruit .title {
background-image: url("../images/ph_nav004.webp");
}
.megamenuNav .menu .access .title {
background-image: url("../images/ph_nav005.webp");
}

.megamenuNav .menu .title a {
color: #000;
}

.megamenuNav .menu > ul > li > ul  {
background-color: #fff;
}

.megamenuNav .menu > ul > li > ul > li {
width: 960px;
display: table;
}

.megamenuNav .menu > ul > li > ul > li > ul {
display: table-cell;
vertical-align: top;
width: 900px;
box-sizing: border-box;
padding: 30px;
background-color: #fff;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
/*column-count: 2;*/
}

.megamenuNav .menu .name a {
display: block;
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 24px;
line-height: 1em;
padding-bottom: 0.5em;
}

.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
float: left;
width: 50%;
}


.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
float: left;
width: 50%;
}

.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > a {
display: block;
color: #000;
background-image: url("../images/fig_triangle007.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 10px auto;
line-height: 1.5em;
padding-left: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 1.6rem;
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
}

.megamenuNav .megamenuNavWall {
display: none;
width: calc(100% + 0px);
height: calc(100vh + 300px);
position: fixed;
top: -150px;
left: 0px;
background-color: rgba(0,0,0,0.5);
z-index: -1;
}


}




/* ============================
		common
 ============================ */

.common_h1 {
display: inline-block;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.5em;
background-color: #fff;
padding: 10px 15px;
border-left: 10px solid #ad3e58;
}

.common_h2 {
font-size: 2.4rem;
font-weight: bold;
color: #ad3e58;
margin-bottom: 1em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.common_h2::after {
content: "────";
margin-left: 0.5em;
letter-spacing: -0.01em;
}

.common_h2_other {
font-size: 2.0rem;
font-weight: bold;
color: #fff;
background-color: #ad3e58;
line-height: 1.5em;
padding: 0.5em;
margin-bottom: 1.5em;
}

.common_h3 {
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 1px solid #ccc;
}

.common_h3 .inner {
display: block;
font-size: 2.0rem;
font-weight: bold;
border-left: 5px solid #ad3e58;
line-height: 1.5em;
padding: 0px 10px;
}

.common_h4 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.5em;
padding-left: 1.25em;
background-image: url("../images/mark_square001.svg");
background-repeat: no-repeat;
background-size: 16px;
background-position: left top 0.3em;
}

.common_h4.green {
background-image: url("../images/mark_square001g.svg");
}

.common_h5 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.5em;
}

.common_h5.withColor {
color: #ad3e58;
}

.common_h6 {
font-weight: bold;
line-height: 1.5em;
margin-bottom: 1em;
}


/* list */

.basicTypeList {
margin-bottom: 3em;
}
.basicTypeList > li {
font-size: 1.4rem;
line-height: 1.75em;
padding-left: 19px;
background-image: url("../images/mark_list004.svg");
background-repeat: no-repeat;
background-position: left top 0.3em;
background-size: 16px;
margin-bottom: 10px;
box-sizing: border-box;
}

.basicTypeList a {
color: #ad3e58;
text-decoration: underline;
}


.basicTypeList.green > li,
.basicTypeList > li.green {
background-image: url("../images/mark_list004g.svg");
}


.basicTypeList.normal > li,
.basicTypeList > li.normal {
background-image: url("../images/mark_list004b.svg");
}

.basicTypeList.arrow > li,
.basicTypeList > li.arrow {
background-image: url("../images/mark001a.svg");
}

.basicTypeList.arrowBlack > li,
.basicTypeList > li.arrow {
background-image: url("../images/mark001b.svg");
}

.basicTypeList.arrowGreen > li,
.basicTypeList > li.arrow {
background-image: url("../images/mark001ag.svg");
}

.basicTypeList.triangle > li{
background-image: url("../images/fig_triangle002.svg");
}

.basicTypeList.miniTriangle > li{
background-image: url("../images/fig_triangle002.svg");
background-position: left 0.4em top 0.7em;
background-size: 8px;
}

.basicTypeList.miniMark > li {
background-position: left 0.4em top 0.8em;
background-size: 6px;
}



.hangingList {
margin-bottom: 2em;
}

.hangingList > li {
font-size: 1.6rem;
line-height: 1.75em;
padding-left: 1em;
text-indent: -1em;
box-sizing: border-box;
}



.NormalList {
margin-bottom: 3em;
}
.NormalList > li {
font-size: 1.4rem;
line-height: 1.75em;
margin-bottom: 10px;
}

/* ol.basicNumberList */

.basicNumberList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.basicNumberList > li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
margin-left: 0;
counter-increment: cnt;
}

.basicNumberList > li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #ad3e58;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.radius > li::before {
border-radius: 5px;
}

.basicNumberList.green > li::before{
background-color: #347e3f;
}

.basicNumberList.yellowGreen > li::before{
background-color: #7abc58;
}

.basicNumberList.skybule > li::before{
background-color: #69ce79;
}


/* basicTypeTable */

.basicTypeTable {
width: 100%;
border-collapse: collapse;
margin-bottom: 3em;
}

.basicTypeTable table {
border-collapse: collapse;
width: 100%;
margin-bottom: 10px;
}

.basicTypeTable th,
.basicTypeTable td {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.35em;
padding: 7px;
/*border: 1px solid #e08090;*/
border: 1px solid #999;
vertical-align: middle;
}
.basicTypeTable th {
background-color: #ecebe2;
text-align: center;
}

.basicWrap {
background-color: #ecebe2;
padding: 1em;
}


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


.alignCenter{text-align: center}
.alignLeft {text-align: left;}
.alignRight {text-align: right}
.alignNowrap{white-space: nowrap}

.floatLeft {float:left;margin-right: 2em;margin-bottom: 2em;}
.floatRight {float: right;margin-left: 2em;margin-bottom: 2em;}

.floatLeftPC,
.floatRightPC {
display: block;
text-align: center;
margin: 0 auto 2em auto;
}


section .hanging,
section .hangings p {
text-indent: -1em;
padding-left: 1em;
}


.photoGallery001 {
}

.photoGallery001 li,
.photoGallery002 li,
.photoGallery003 li {
text-align: center;
margin-bottom: 1em;
}

.photoGallery002 img {
border: 1px solid #ddd;
}



/* subCategryList */

.subCategryList {
}
.subCategryList li {
float: left;
width:  calc(50% - 10px);
box-sizing: border-box;
margin-bottom: 30px;
display: table;
border-bottom: 1px solid #ddd;
}
.subCategryList li:nth-child(even) {
float: right;
}
.subCategryList li:nth-child(odd) {
clear: both;
}

.subCategryList li a {
display: table-cell;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5em;
color: #000;
text-decoration: none;
height: 3em;
vertical-align: middle;
background-image: url("../images/fig_triangle002.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 12px auto;
padding-left: 1em;
}

/* subCategryList.twoColumnList */

.subCategryList.twoColumnList li {
width: calc(100% - 0px);
}
.subCategryList.twoColumnList li:nth-child(even) {
float: left;
}
.subCategryList.twoColumnList li:nth-child(odd) {
clear: none;
}






/* for PC */
@media screen and (min-width: 768px) {

	.floatLeftPC {
	display: inline-block;
	margin: 0;
	float: left;
	text-align: left;
	}

	.floatRightPC {
	display: inline-block;
	margin: 0;
	float: right;
	text-align: right;
	}


	.leftIndent01 {
	padding-left: 1em;
	padding-right: 1em;
	}

	.leftIndent02 {
	padding-left: 2em;
	padding-right: 2em;
	}
	
	.leftIndent03 {
	padding-left: 3em;
	padding-right: 3em;
	}
	
	.leftIndent04 {
	padding-left: 4em;
	padding-right: 4em;
	}
	
	.common_h2 {
	font-size: 3.6rem;
	margin-bottom: 2em;
	}


	.common_h2_other {
	font-size: 3.0rem;
	}

	.common_h3 .inner {
	font-size: 2.4rem;
	padding: 0px 10px;
	}
	
	.common_h3 {
	margin-bottom: 1.5em;
	}

	.common_h4 {
	font-size: 2.0rem;
	padding-left: 1.25em;
	background-size: 18px;
	}


	.common_h5 {
	font-size: 2.0rem;
	}



	/* list */
	
	
	.basicTypeList > li {
	font-size: 1.8rem;
	padding-left: 22px;
	background-size: 18px auto;
	margin-bottom: 10px;
	background-position: left top 0.4em;
	}

	.hangingList > li {
	font-size: 1.8rem;
	}

	.NormalList {
	margin-left: 1em;
	}

	.NormalList > li {
	font-size: 1.8rem;
	}



	/* ol.basicNumberList */


	.basicNumberList > li {
	font-size: 1.6rem;
	}

	.basicNumberList > li::before{
	}

	.basicNumberList.radius > li::before {
	border-radius: 5px;
	}

	.basicNumberList.green > li::before{
	background-color: #7abc58;
	}




	/* basicTypeTable */
	.basicTypeTable table {
	margin-bottom: 5px;
	}

	.basicTypeTable th,
	.basicTypeTable td {
	font-size: 1.8rem;
	line-height: 1.75em;
	padding: 12px;
	}


	.basicWrap {
	padding: 2em;
	}


	.photoGallery001 {
	display: block;
	text-align: center;
	}

	.photoGallery001 li {
	display: inline-block;
	max-width: calc(50% - 3em);
	margin: 0 1em;
	}


	.photoGallery002 {
	display: block;
	text-align: center;
	}

	.photoGallery002 li {
	display: inline-block;
	max-width: calc(50% - 3em);
	margin: 1em 1em;
	vertical-align: top;
	}
	
	.photoGallery002 li {
	}

	.photoGallery003 {
	display: block;
	width: calc(50% - 3em);
	margin: 0 auto;
	text-align: center;
	}


	/* subCategryList */

	.subCategryList {
	}
	.subCategryList li {
	width:  calc(25% - 37.5px);
	margin-bottom: 30px;
	margin-right: 50px;
	display: table;
	border-bottom: 1px solid #ddd;
	}
	.subCategryList li:nth-child(even) {
	float: left;
	}
	.subCategryList li:nth-child(odd) {
	clear: none;
	}
	.subCategryList li:nth-child(4n) {
	margin-right: 0;
	}
	.subCategryList li:nth-child(4n+1) {
	clear: both;
	}

	.subCategryList li a {
	font-size: 2.0rem;
	background-size: 15px auto;
	padding-left: 1em;
	}

	/* subCategryList.twoColumnList */
	.subCategryList.twoColumnList li {
	width: calc(50% - 27.5px);
	margin-right: 0;
	}
	.subCategryList.twoColumnList li:nth-child(even) {
	float: right;
	}
	.subCategryList.twoColumnList li:nth-child(odd) {
	clear: both;
	}


}




/* ============================
		commonMainVisualSection
 ============================ */

.commonMainVisualSection {
margin-bottom: 0;
}

.commonMainVisualSection .mainVisual {
position: relative;
}
.commonMainVisualSection .mainVisual img {
width: 100%;
height: auto;
}


.commonMainVisualSection .common_h1 {
position: absolute;
top: calc(50% - 17px);
left: 15px;
font-size: 2.4rem;
line-height: 1em;
font-weight: bold;
background-color: #fff;
padding: 6px 12px;
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.commonMainVisualSection .common_h1 {
	font-size: 4.2rem;
	top: calc(50% - 30px);
	padding: 10px 25px;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.commonMainVisualSection {
	margin-bottom: 0em;
	}

	.commonMainVisualSection .common_h1 {
	font-size: 4.2rem;
	top: calc(50% - 0px);
	left: calc(50% - 600px);
	padding: 10px 25px;
	}

}

@media screen and (min-width: 1501px) {
/*
	.commonMainVisualSection .common_h1 {
	left: 150px;
	}
*/
}






/* ============================
		contentsListSection
 ============================ */

.contentsListSection {
}

/* contentsList */

.contentsListSection .contentsList {
}

.contentsListSection .contentsList > li {
margin-bottom: 15px;
}
.contentsListSection .contentsList > li:last-child {
margin-bottom: 0;
}

.contentsListSection .contentsList > li > a {
display: block;
background-color: #ecebe2;
padding: 15px;
border-radius: 8px;
background-image: url("../images/mark_arrow001.svg");
background-repeat: no-repeat;
background-position: right 15px center;
}

.contentsListSection .contentsList .title {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.0rem;
font-weight: bold;
line-height: 1.2em;
padding: 0 0 0 13px;
border-left: 5px solid #e08090;
}
.contentsListSection .contentsList .title .small {
font-size: 1.5rem;
margin-left: 1em;
}

.contentsListSection .contentsList .body {
padding-top: 10px;
border-top: 1px solid #e08090;
font-size: 1.5rem;
line-height: 1.75em;
}

.contentsListSection .contentsList .other {
margin-top: 10px;
text-align: right;
}

.contentsListSection .contentsList .other ul {
display: inline-block;
text-align: left;
}

.contentsListSection .contentsList .other li {
display: block;
margin-bottom: 10px;
}



.contentsListSection .contentsList .other a {
font-size: 1.4rem;
line-height: 1em;
background-image: url("../images/mark_arrow001.svg");
background-repeat: no-repeat;
background-position: right center;
padding: 1px 15px 1px 4px;
border-left: 3px solid #e08090;
display: block;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.contentsListSection {
	margin-bottom: 5em;
	}

	/* contentsList */

	.contentsListSection .contentsList > li {
	margin-bottom: 50px;
	float: left;
	width: calc(50% - 38px);
	}
	.contentsListSection .contentsList > li:last-child {
	margin-bottom: 0;
	}
	.contentsListSection .contentsList > li:nth-last-child(2) {
	margin-bottom: 0;
	}
	
	
	.contentsListSection .contentsList > li:nth-child(even) {
	float: right;
	}
	
	.contentsListSection .contentsList > li:nth-child(odd) {
	clear: both;
	}

	.contentsListSection .contentsList > li > a {
	padding: 20px;
	border-radius: 10px;
	background-position: right 20px center;
	background-size: 12px auto;
	}

	.contentsListSection .contentsList .title {
	font-size: 2.8rem;
	padding: 0 0 0 10px;
	border-left: 7px solid #e08090;
	}
	.contentsListSection .contentsList .title .small {
	font-size: 2.0rem;
	vertical-align: middle;
	}

	.contentsListSection .contentsList .body {
	padding-top: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	min-height: 3em;
	}

	.contentsListSection .contentsList .other a {
	font-size: 1.6rem;
	line-height: 1em;
	background-size: 9px auto;
	background-position: right 22px center;
	padding: 1px 42px 1px 6px;
	border-left: 5px solid #e08090;
	display: block;
	}

}





/* ============================
		aside / main 
 ============================ */

/* for PC */
@media screen and (min-width: 1024px) {

	.contentsTable {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5em;
	}

	/* aside */

	aside {
	display: table-cell;
	vertical-align: top;
	width: 280px;
	padding-right: 50px;
	padding-top: 70px;
	}

	aside .wrap {
	}

	aside h2 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	}

	aside h2 a {
	display: block;
	font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0.8em 0;
	background-image: url("../images/mark_point001.webp");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	}

	aside .asideList {
	}

	aside .asideList li a {
	display: block;
	font-size: 1.7rem;
	line-height: 1.25em;
	padding: 0.75em 0;
	font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	}


	/* main */

	main {
	display: table-cell;
	vertical-align: top;
	width: 870px;
	}


}


/* for SP */
@media screen and (max-width: 1023px) {

	aside {
	display: none;
	}

	main {
	margin-top: 0px;
	}

}




/* ============================
		footerButtonSection
 ============================ */

.footerButtonSection {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 10000;
}

.footerButtonSection ul {
}

.footerButtonSection li {
float: left;
width: 25%;
background-color: rgba(0,0,0,0.8);
}

.footerButtonSection li a {
display: block;
background-repeat: no-repeat;
background-position: center bottom 35px;
background-size: auto 35px;
position: relative;
height: 80px;
box-sizing: border-box;
}
.footerButtonSection .home a {
background-image: url("../../common/images/fig_footer001.svg");
}
.footerButtonSection .doctor a {
background-image: url("../../common/images/fig_footer002.svg");
}
.footerButtonSection .other a {
background-image: url("../../common/images/fig_footer005.svg");
}

.footerButtonSection .access a {
background-image: url("../../common/images/fig_footer004.svg");
background-size: auto 40px;
background-position: center bottom 30px;
}

.footerButtonSection li a span {
position: absolute;
bottom: 12px;
left: 0;
width: 100%;
font-size: 1.4rem;
font-weight: bold;
color: #fff;
text-align: center;
}

.footerButtonSection li.doctor a span {
bottom: 4px;
line-height: 1.1em;
}

.footerButtonSection li.other a span {
bottom: 4px;
line-height: 1.1em;
letter-spacing: -0.1em;;
}


/* for SE */
@media screen and (max-width: 413px) {

	.footerButtonSection li.other a span,
	.footerButtonSection li.doctor a span {
	bottom: 4px;
	font-size: 1.1rem;
	line-height: 1.1em;
	}

}


/* for SE mini */
@media screen and (max-width: 374px) {

	.footerButtonSection li.other a span,
	.footerButtonSection li.doctor a span {
	bottom: 4px;
	font-size: 1.0rem;
	line-height: 1.1em;
	}

}


/* for PC */
@media screen and (min-width: 1024px) {

	.footerButtonSection {
	display: none;
	}

}



/* ============================
		footer
 ============================ */

footer {
padding-bottom: 80px;
}

footer .footerTops {
/*background-color: #f8f4ee;*/
background-color: #fcf0f0;
padding: 3em 0 0 0;
}

footer .footerLogo {
margin-bottom: 1em;
}
footer .footerLogo img {
/*width: 200px;*/
width: 230px;
}

footer p {
line-height: 1.75em;
}

footer .telphone {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-size: 2.4rem;
}

footer .telphone a {
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-size: 2.4rem;
}


footer .telphone span {
font-size: 1.4rem;
}

footer .timeList {
margin-bottom: 0.25em;
}

footer .timeList dt {
float: left;
width: 5em;
font-size: 1.6rem;
line-height: 1.75em;
}

footer .timeList dd {
float: right;
width: calc(100% - 5em);
font-size: 1.6rem;
line-height: 1.75em;
}

footer .timeList dd a {
text-decoration: underline;
color: #0033ff;
}

footer .otherList {
margin-bottom: 2em;
margin-top: 1em;
}

footer .otherList li {
display: inline-block;
font-size: 1.6rem;
line-height: 1em;
margin-bottom: 0.5em;
}
footer .otherList li a {
display: block;
/*background-color: #ece2d4;*/
background-color: #f4c2c4;
padding: 0.5em 0.5em;
margin-right: 0.5em;
}

footer .keijijiko {
margin: 1.5em 0 0 0;
display: inline-block;
border-bottom: 1px dotted #666;
}
footer .keijijiko a {
display: inline-block;
background-image: url("../images/fig_triangle007.svg");
background-repeat: no-repeat;
background-position: left center;
padding-left: 1em;

}

footer .footerMap {
margin-bottom: 0;
position: relative;
top: 0px;
left: -15px;
width: calc(100vw + 0px);
}

footer .footerMap iframe {
width: 100%;
height: 400px;
box-sizing: border-box;
}

footer .footerMap img {
width: 100%;
border-top: 1px solid #ccc;
box-sizing: border-box;
}


footer .footerBottomList {
background-color: #baa689;
padding: 1em 15px;
margin-top: -5px;
}

footer .footerBottomList li {
}

footer .footerBottomList a {
display: block;
font-size: 1.6rem;
padding: 0.5em 0;
line-height: 1em;
color: #fff;
background-image: url("../images/mark003.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 8px auto;
padding-left: 0.75em;
}

footer .copyright {
padding: 1em;
font-size: 1.2rem;
font-weight: normal;
text-align: center;
}


/* for PC */
@media screen and (min-width: 768px) {


	footer {
	padding-bottom: 0;
	}
	
	footer .smartContainer {
	padding-bottom: 1em;
	}

	footer .main {
	float: left;
	width: 50%;
	position: relative;
	left: 30px;
	}

	footer .footerLogo img {
	width: 325px;
	}


	footer .footerMap {
	top: 0;
	float: right;
	width: 600px;
	}

	footer .footerMap iframe {
	width: 100%;
	/*height: 299px;*/
	height: 299px;
	position: relative;
	left: -30px;
	}
	
	footer .footerMap img {
	border: 1px solid #ccc;
	left: 0;
	width: 100%;
	}
	

	footer .footerBottomList {
	display: block;
	text-align: center;
	}

	footer .footerBottomList li {
	display: inline-block;
	}

	footer .footerBottomList a {
	padding: 0.5em 2em;
	background-image: none;
	}

	footer .copyright {
	font-size: 1.4rem;
	}

}


/* for XVGA */
@media screen and (max-width: 1500px) and (min-width: 1201px){

/*
	footer .main {
	box-sizing: border-box;
	padding-left: 4em;
	}

	footer .footerMap {
	box-sizing: border-box;
	padding-right: 2em;
	}
*/

}


/* ============================
		fadeLate
 ============================ */

.fadeLate {
  opacity: 0;
  animation: appeare 0s ease 0.9s 1 normal forwards running;
  /*animation: appeare 0s ease 2s 1 normal forwards running;*/
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




/* ============================
		margin class
 ============================ */

.mr00 {	margin-right:0px !important;}	
.mr01 {	margin-right:1px !important;}	
.mr02 {	margin-right:2px !important;}	
.mr03 {	margin-right:3px !important;}	
.mr04 {	margin-right:4px !important;}	
.mr05 {	margin-right:5px !important;}	
.mr06 {	margin-right:6px !important;}	
.mr07 {	margin-right:7px !important;}	
.mr08 {	margin-right:8px !important;}	
.mr09 {	margin-right:9px !important;}	
.mr10 {	margin-right:10px !important;}	
.mr11 {	margin-right:11px !important;}	
.mr12 {	margin-right:12px !important;}	
.mr13 {	margin-right:13px !important;}	
.mr14 {	margin-right:14px !important;}	
.mr15 {	margin-right:15px !important;}	
.mr20 {	margin-right:20px !important;}	
.mr25 {	margin-right:25px !important;}	
.mr30 {	margin-right:30px !important;}	
.mr35 {	margin-right:35px !important;}	
.mr40 {	margin-right:40px !important;}	
.mr45 {	margin-right:45px !important;}	
.mr50 {	margin-right:50px !important;}
.mr60 {	margin-right:60px !important;}
.mr70 {	margin-right:70px !important;}
.mr80 {	margin-right:80px !important;}
.mr90 {	margin-right:90px !important;}
.mr100 {	margin-right:100px !important;}
.mr0_5em {margin-right: 0.5em}
.mr01em {margin-right: 1em}
.mr02em {margin-right: 2em}
.mr03em {margin-right: 3em}
.mr04em {margin-right: 4em}
.mr05em {margin-right: 5em}
.mr06em {margin-right: 6em}
.mr07em {margin-right: 7em}
.mr08em {margin-right: 8em}
.mr09em {margin-right: 9em}
.mr10em {margin-right: 10em}


.ml00 {	margin-left:0px !important;}	
.ml01 {	margin-left:1px !important;}	
.ml02 {	margin-left:2px !important;}	
.ml03 {	margin-left:3px !important;}	
.ml04 {	margin-left:4px !important;}	
.ml05 {	margin-left:5px !important;}	
.ml06 {	margin-left:6px !important;}	
.ml07 {	margin-left:7px !important;}	
.ml08 {	margin-left:8px !important;}	
.ml09 {	margin-left:9px !important;}	
.ml10 {	margin-left:10px !important;}	
.ml11 {	margin-left:11px !important;}	
.ml12 {	margin-left:12px !important;}	
.ml13 {	margin-left:13px !important;}	
.ml14 {	margin-left:14px !important;}	
.ml15 {	margin-left:15px !important;}	
.ml20 {	margin-left:20px !important;}	
.ml25 {	margin-left:25px !important;}	
.ml30 {	margin-left:30px !important;}	
.ml35 {	margin-left:35px !important;}	
.ml40 {	margin-left:40px !important;}	
.ml45 {	margin-left:45px !important;}
.ml50 {	margin-left:50px !important;}
.ml60 {	margin-left:60px !important;}
.ml70 {	margin-left:70px !important;}
.ml80 {	margin-left:80px !important;}
.ml90 {	margin-left:90px !important;}
.ml100 {	margin-left:100px !important;}
.ml0_5em {	margin-left: 0.5em !important;}
.ml01em {	margin-left: 1em !important;}
.ml02em {	margin-left: 2em !important;}
.ml03em {	margin-left: 3em !important;}
.ml04em {	margin-left: 4em !important;}
.ml05em {	margin-left: 5em !important;}
.ml06em {	margin-left: 6em !important;}
.ml07em {	margin-left: 7em !important;}
.ml08em {	margin-left: 8em !important;}
.ml09em {	margin-left: 9em !important;}
.ml10em {	margin-left: 10em !important;}

.mt01 {	margin-top:1px !important;}	
.mt02 {	margin-top:2px !important;}	
.mt03 {	margin-top:3px !important;}	
.mt04 {	margin-top:4px !important;}	
.mt05 {	margin-top:5px !important;}	
.mt06 {	margin-top:6px !important;}	
.mt07 {	margin-top:7px !important;}	
.mt08 {	margin-top:8px !important;}	
.mt09 {	margin-top:9px !important;}	
.mt10 {	margin-top:10px !important;}	
.mt11 {	margin-top:11px !important;}	
.mt12 {	margin-top:12px !important;}	
.mt13 {	margin-top:13px !important;}	
.mt14 {	margin-top:14px !important;}	
.mt15 {	margin-top:15px !important;}	
.mt20 {	margin-top:20px !important;}	
.mt25 {	margin-top:25px !important;}	
.mt30 {	margin-top:30px !important;}	
.mt30 {	margin-top:35px !important;}	
.mt40 {	margin-top:40px !important;}	
.mt45 {	margin-top:45px !important;}	
.mt50 {	margin-top:50px !important;}
.mt60 {	margin-top:60px !important;}
.mt70 {	margin-top:70px !important;}
.mt80 {	margin-top:80px !important;}
.mt90 {	margin-top:90px !important;}
.mt100 {	margin-top:100px !important;}
.mt0_5em {	margin-top:0.5em !important;}
.mt01em {	margin-top:1em !important;}
.mt02em {	margin-top:2em !important;}
.mt03em {	margin-top:3em !important;}
.mt04em {	margin-top:4em !important;}
.mt05em {	margin-top:5em !important;}
.mt06em {	margin-top:6em !important;}
.mt07em {	margin-top:7em !important;}
.mt08em {	margin-top:8em !important;}
.mt09em {	margin-top:9em !important;}
.mt10em {	margin-top:10em !important;}

.mb00 {	margin-bottom:0 !important;}	
.mb01 {	margin-bottom:1px !important;}	
.mb02 {	margin-bottom:2px !important;}	
.mb03 {	margin-bottom:3px !important;}	
.mb04 {	margin-bottom:4px !important;}	
.mb05 {	margin-bottom:5px !important;}	
.mb06 {	margin-bottom:6px !important;}	
.mb07 {	margin-bottom:7px !important;}	
.mb08 {	margin-bottom:8px !important;}	
.mb09 {	margin-bottom:9px !important;}	
.mb10 {	margin-bottom:10px !important;}	
.mb11 {	margin-bottom:11px !important;}	
.mb12 {	margin-bottom:12px !important;}	
.mb13 {	margin-bottom:13px !important;}	
.mb14 {	margin-bottom:14px !important;}	
.mb15 {	margin-bottom:15px !important;}	
.mb20 {	margin-bottom:20px !important;}	
.mb25 {	margin-bottom:25px !important;}	
.mb30 {	margin-bottom:30px !important;}	
.mb35 {	margin-bottom:35px !important;}	
.mb40 {	margin-bottom:40px !important;}	
.mb45 {	margin-bottom:45px !important;}	
.mb50 {	margin-bottom:50px !important;}
.mb60 {	margin-bottom:60px !important;}
.mb70 {	margin-bottom:70px !important;}
.mb80 {	margin-bottom:80px !important;}
.mb90 {	margin-bottom:90px !important;}
.mb100 {	margin-bottom:100px !important;}
.mb0_05em {	margin-bottom:0.5em !important;}
.mb01em {	margin-bottom:1em !important;}
.mb02em {	margin-bottom:2em !important;}
.mb03em {	margin-bottom:3em !important;}
.mb04em {	margin-bottom:4em !important;}
.mb05em {	margin-bottom:5em !important;}
.mb06em {	margin-bottom:6em !important;}
.mb07em {	margin-bottom:7em !important;}
.mb08em {	margin-bottom:8em !important;}
.mb09em {	margin-bottom:9em !important;}
.mb10em {	margin-bottom:10em !important;}


.pdr01 {padding-right:1px !important;}	
.pdr02 {padding-right:2px !important;}	
.pdr03 {padding-right:3px !important;}	
.pdr04 {padding-right:4px !important;}	
.pdr05 {padding-right:5px !important;}	
.pdr06 {padding-right:6px !important;}	
.pdr07 {padding-right:7px !important;}	
.pdr08 {padding-right:8px !important;}	
.pdr09 {padding-right:9px !important;}	
.pdr10 {padding-right:10px !important;}	
.pdr11 {padding-right:11px !important;}	
.pdr12 {padding-right:12px !important;}	
.pdr13 {padding-right:13px !important;}	
.pdr14 {padding-right:14px !important;}	
.pdr15 {padding-right:15px !important;}	
.pdr20 {padding-right:20px !important;}	
.pdr25 {padding-right:25px !important;}	
.pdr30 {padding-right:30px !important;}
.pdr0_5em {padding-right:0.5em !important;}
.pdr01em {padding-right:1em !important;}
.pdr02em {padding-right:2em !important;}
.pdr03em {padding-right:3em !important;}
.pdr04em {padding-right:4em !important;}
.pdr05em {padding-right:5em !important;}
.pdr06em {padding-right:6em !important;}
.pdr07em {padding-right:7em !important;}
.pdr08em {padding-right:8em !important;}
.pdr09em {padding-right:9em !important;}
.pdr10em {padding-right:10em !important;}

.pdl01 {padding-left:1px !important;}	
.pdl02 {padding-left:2px !important;}	
.pdl03 {padding-left:3px !important;}	
.pdl04 {padding-left:4px !important;}	
.pdl05 {padding-left:5px !important;}	
.pdl06 {padding-left:6px !important;}	
.pdl07 {padding-left:7px !important;}	
.pdl08 {padding-left:8px !important;}	
.pdl09 {padding-left:9px !important;}	
.pdl10 {padding-left:10px !important;}	
.pdl11 {padding-left:11px !important;}	
.pdl12 {padding-left:12px !important;}	
.pdl13 {padding-left:13px !important;}	
.pdl14 {padding-left:14px !important;}	
.pdl15 {padding-left:15px !important;}	
.pdl20 {padding-left:20px !important;}	
.pdl25 {padding-left:25px !important;}	
.pdl30 {padding-left:30px !important;}	
.pdl0_5em {padding-left:0.5em !important;}
.pdl01em {padding-left:1em !important;}
.pdl02em {padding-left:2em !important;}
.pdl03em {padding-left:3em !important;}
.pdl04em {padding-left:4em !important;}
.pdl05em {padding-left:5em !important;}
.pdl06em {padding-left:6em !important;}
.pdl07em {padding-left:7em !important;}
.pdl08em {padding-left:8em !important;}
.pdl09em {padding-left:9em !important;}
.pdl10em {padding-left:10em !important;}

.pdt01 {padding-top:1px !important;}	
.pdt02 {padding-top:2px !important;}	
.pdt03 {padding-top:3px !important;}	
.pdt04 {padding-top:4px !important;}	
.pdt05 {padding-top:5px !important;}	
.pdt06 {padding-top:6px !important;}	
.pdt07 {padding-top:7px !important;}	
.pdt08 {padding-top:8px !important;}	
.pdt09 {padding-top:9px !important;}	
.pdt10 {padding-top:10px !important;}	
.pdt11 {padding-top:11px !important;}	
.pdt12 {padding-top:12px !important;}	
.pdt13 {padding-top:13px !important;}	
.pdt14 {padding-top:14px !important;}	
.pdt15 {padding-top:15px !important;}	
.pdt20 {padding-top:20px !important;}	
.pdt25 {padding-top:25px !important;}	
.pdt30 {padding-top:30px !important;}
.pdt0_5em {padding-top:0.5em !important;}
.pdt01em {padding-top:1em !important;}
.pdt02em {padding-top:2em !important;}
.pdt03em {padding-top:3em !important;}
.pdt04em {padding-top:4em !important;}
.pdt05em {padding-top:5em !important;}
.pdt06em {padding-top:6em !important;}
.pdt07em {padding-top:7em !important;}
.pdt08em {padding-top:8em !important;}
.pdt09em {padding-top:9em !important;}
.pdt10em {padding-top:10em !important;}


.pdb01 {padding-bottom:1px !important;}	
.pdb02 {padding-bottom:2px !important;}	
.pdb03 {padding-bottom:3px !important;}	
.pdb04 {padding-bottom:4px !important;}	
.pdb05 {padding-bottom:5px !important;}	
.pdb06 {padding-bottom:6px !important;}	
.pdb07 {padding-bottom:7px !important;}	
.pdb08 {padding-bottom:8px !important;}	
.pdb09 {padding-bottom:9px !important;}	
.pdb10 {padding-bottom:10px !important;}	
.pdb11 {padding-bottom:11px !important;}	
.pdb12 {padding-bottom:12px !important;}	
.pdb13 {padding-bottom:13px !important;}	
.pdb14 {padding-bottom:14px !important;}	
.pdb15 {padding-bottom:15px !important;}	
.pdb20 {padding-bottom:20px !important;}	
.pdb25 {padding-bottom:25px !important;}	
.pdb30 {padding-bottom:30px !important;}
.pdb0_5em {padding-bottom:0.5em !important;}
.pdb01em {padding-bottom:1em !important;}
.pdb02em {padding-bottom:2em !important;}
.pdb03em {padding-bottom:3em !important;}
.pdb04em {padding-bottom:4em !important;}
.pdb05em {padding-bottom:5em !important;}
.pdb06em {padding-bottom:6em !important;}
.pdb07em {padding-bottom:7em !important;}
.pdb08em {padding-bottom:8em !important;}
.pdb09em {padding-bottom:9em !important;}
.pdb10em {padding-bottom:10em !important;}


.pd01 {padding:1px !important;}	
.pd02 {padding:2px !important;}	
.pd03 {padding:3px !important;}	
.pd04 {padding:4px !important;}	
.pd05 {padding:5px !important;}	
.pd06 {padding:6px !important;}	
.pd07 {padding:7px !important;}	
.pd08 {padding:8px !important;}	
.pd09 {padding:9px !important;}	
.pd10 {padding:10px !important;}	
.pd11 {padding:11px !important;}	
.pd12 {padding:12px !important;}	
.pd13 {padding:13px !important;}	
.pd14 {padding:14px !important;}	
.pd15 {padding:15px !important;}	
.pd20 {padding:20px !important;}	
.pd25 {padding:25px !important;}	
.pd30 {padding:30px !important;}	
.pd0_5em {padding:0.5em !important;}
.pd01em {padding:1em !important;}
.pd02em {padding:2em !important;}
.pd03em {padding:3em !important;}
.pd04em {padding:4em !important;}
.pd05em {padding:5em !important;}
.pd06em {padding:6em !important;}
.pd07em {padding:7em !important;}
.pd08em {padding:8em !important;}
.pd09em {padding:9em !important;}
.pd10em {padding:10em !important;}


.deg05 {transform: rotate(5deg) !important;}
.deg10 {transform: rotate(10deg) !important;}
.deg15 {transform: rotate(15deg) !important;}
.deg20 {transform: rotate(20deg) !important;}
.deg25 {transform: rotate(25deg) !important;}
.deg30 {transform: rotate(30deg) !important;}
.deg35 {transform: rotate(35deg) !important;}
.deg40 {transform: rotate(40deg) !important;}
.deg45 {transform: rotate(45deg) !important;}
.deg50 {transform: rotate(50deg) !important;}
.deg55 {transform: rotate(55deg) !important;}
.deg60 {transform: rotate(60deg) !important;}
.deg65 {transform: rotate(65deg) !important;}
.deg70 {transform: rotate(70deg) !important;}
.deg75 {transform: rotate(75deg) !important;}
.deg80 {transform: rotate(80deg) !important;}
.deg85 {transform: rotate(85deg) !important;}
.deg90 {transform: rotate(90deg) !important;}
.deg95 {transform: rotate(95deg) !important;}
.deg100 {transform: rotate(100deg) !important;}
.deg105 {transform: rotate(105deg) !important;}
.deg110 {transform: rotate(110deg) !important;}
.deg115 {transform: rotate(115deg) !important;}
.deg120 {transform: rotate(120deg) !important;}
.deg125 {transform: rotate(125deg) !important;}
.deg130 {transform: rotate(130deg) !important;}
.deg135 {transform: rotate(135deg) !important;}
.deg140 {transform: rotate(140deg) !important;}
.deg145 {transform: rotate(145deg) !important;}
.deg150 {transform: rotate(150deg) !important;}
.deg155 {transform: rotate(155deg) !important;}
.deg160 {transform: rotate(160deg) !important;}
.deg165 {transform: rotate(165deg) !important;}
.deg170 {transform: rotate(170deg) !important;}
.deg175 {transform: rotate(175deg) !important;}
.deg180 {transform: rotate(180deg) !important;}
.deg-05 {transform: rotate(-5deg) !important;}
.deg-10 {transform: rotate(-10deg) !important;}
.deg-15 {transform: rotate(-15deg) !important;}
.deg-20 {transform: rotate(-20deg) !important;}
.deg-25 {transform: rotate(-25deg) !important;}
.deg-30 {transform: rotate(-30deg) !important;}
.deg-35 {transform: rotate(-35deg) !important;}
.deg-40 {transform: rotate(-40deg) !important;}
.deg-45 {transform: rotate(-45deg) !important;}
.deg-50 {transform: rotate(-50deg) !important;}
.deg-55 {transform: rotate(-55deg) !important;}
.deg-60 {transform: rotate(-60deg) !important;}
.deg-65 {transform: rotate(-65deg) !important;}
.deg-70 {transform: rotate(-70deg) !important;}
.deg-75 {transform: rotate(-75deg) !important;}
.deg-80 {transform: rotate(-80deg) !important;}
.deg-85 {transform: rotate(-85deg) !important;}
.deg-90 {transform: rotate(-90deg) !important;}
.deg-95 {transform: rotate(-95deg) !important;}
.deg-100 {transform: rotate(-100deg) !important;}
.deg-105 {transform: rotate(-105deg) !important;}
.deg-110 {transform: rotate(-110deg) !important;}
.deg-115 {transform: rotate(-115deg) !important;}
.deg-120 {transform: rotate(-120deg) !important;}
.deg-125 {transform: rotate(-125deg) !important;}
.deg-130 {transform: rotate(-130deg) !important;}
.deg-135 {transform: rotate(-135deg) !important;}
.deg-140 {transform: rotate(-140deg) !important;}
.deg-145 {transform: rotate(-145deg) !important;}
.deg-150 {transform: rotate(-150deg) !important;}
.deg-155 {transform: rotate(-155deg) !important;}
.deg-160 {transform: rotate(-160deg) !important;}
.deg-165 {transform: rotate(-165deg) !important;}
.deg-170 {transform: rotate(-170deg) !important;}
.deg-175 {transform: rotate(-175deg) !important;}




/* ============================
		btn-99
 ============================ */

.btn-99 {
position: relative;
display: block;
overflow: hidden;
width: 100%;
height: auto;
border-radius: 10px;
}
/*.btn-99 {position: relative;}*/
.btn-99:before,
.btn-99:after {
position: absolute;
top: 50%;
content: "";
width: 20px;
height: 20px;
background-color: #fff;
opacity: 0.3;
border-radius: 50%;
z-index: 100;
}

.btn-99:before {
left: -20px;
transform: translate(-50%, -50%);
}
.btn-99:after {
right: -20px;
transform: translate(50%, -50%);
}
.btn-99:hover:before {
-webkit-animation: crissCrossLeft 2.5s both;
animation: crissCrossLeft 2.5s both;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
.btn-99:hover:after {
-webkit-animation: crissCrossRight 2.5s both;
animation: crissCrossRight 2.5s both;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}



@keyframes crissCrossLeft {
	0% {
	left: 50%;
	width: 0px;
	height: 0px;
	}
	50% {
	left: 50%;
	width: 400px;
	height: 400px;
	}
	100% {
	left: 50%;
	width: 1700px;
	height: 1700px;
	}
}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
