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

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

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');*/

@font-face {
  font-family: "lowline-only";
  src: local("Hiragino Sans"), local("Hiragino-Sans"), local("游ゴシック体"),
    local("YuGothic"), local("Meiryo"), local("Meiryo UI"), local("メイリオ");
  unicode-range: U+005F, U+FF3F;
}



* { 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, 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;
}

span {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}


body {
/*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-family:"lowline-only", 'BIZ UDPGothic', 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;
/*
opacity: 0;
animation: appeare 0.1s ease 0.1s 1 normal forwards running;
*/
}

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

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

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


/*	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; }


img.imgFit100 {
width: 100%;
}

img.imgFit050 {
width: 50%;
}

img.imgFit033 {
width: 33.333333%;
}

img.imgFit025 {
width: 25%;
}

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


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

article a,
main a {
color: #b32d24;
}

a.withUnderBar {
text-decoration: underline;
}

section {
margin-bottom: 4em;
}
article section:last-child {
margin-bottom: 8em;
}

article p,
main p,
section p {
line-height: 1.75em;
margin-bottom: 1.75em;
}

/*
section .indent,
section .indents p {
text-indent: 1em;
}
*/

section .lead,
section .leads p {
/*
margin-bottom: 1em;
text-indent: 1em;
*/
}

section .leads {
margin-bottom: 3em;
}


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



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

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


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

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
	.tbDisplayNone {display:none;}
	.tbDisplayOn {display: inline}
	.smartContainer {margin: 0 15px;}
	article,main {margin-top: 65px;}
}

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

	
}

/* for PCX */
@media screen and (min-width: 1901px) {
/*
	.container {
	margin: 0 50px;
	width:calc(100% - 100px);
	}
*/
	.pxDisplayNone {display:none;}
	.pxDisplayOn {display: inline}
    article,main {margin-top: 80px;}
}



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

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

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

header .headerLogo img {
width: 220px;
}

header .headerSearch {
position: absolute;
top: 5px;
right: 70px;
z-index: 9999999;
}

header .headerSearch a {
display: block;
background-color: #fff;
width: 50px;
height: 50px;
border-radius: 100px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
position: relative;
background-image: url("../images/fig_search001.svg");
background-repeat: no-repeat;
background-position: center top calc(50% - 5px);
background-size: 20px auto;
}

header .headerSearch a:hover {
opacity: 1;
}

header .headerSearch a span {
display: block;
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
text-align: center;
font-size: 1.0rem;
}

#inline-wrap {
position: relative;
margin:10px auto;
max-width: 300px;
background: #fff;
padding: 40px;
}

#inline-wrap .searchFram {
border: 1px solid #aaa;
margin: 0;
padding: 0;
display: inline-block;
position: relative;
width: 100%;
}

#inline-wrap .searchBox {
width: calc(100% - 2em);
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
font-size: 1.6rem;
line-height: 1.5em;
padding: 5px;
border: none;
background-color: #fff;
margin: 0;
/*
background-image: url("../images/fig_search001.svg");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px auto;
*/
}

/*
.searchBox {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
display: inline-block;
font-size: 1.6rem;
line-height: 1.5em;
padding: 5px;
border: 1px solid #aaa;
box-sizing: border-box;
}
*/

#inline-wrap .searchSubmit {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
width: 2em;
font-size: 1.6rem;
line-height: 1.5em;
background-image: url("../images/fig_search001.svg");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px auto;
padding: 5px;
box-sizing: border-box;
background-color: #fff;
position: absolute;
margin: 0;
top: 0;
right: 0;
border: none;
cursor: pointer;
}


@media screen and (min-width: 1201px) {

    /* headerSearch */
    header .headerSearch {
    top: 10px;
    right: 100px;
    }

    header .headerSearch a {
    width: 60px;
    height: 60px;
    background-position: center top calc(50% - 7px);
    background-size: 24px auto;
    }

    header .headerSearch a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-size: 1.0rem;
    }

}


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

	header {
	position: fixed;
	top: 0;
	left: 0;
	height: 150px;
	}

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

	header .headerLogo img {
	width: 280px;
	}

	header .headerSearch {
	top: 10px;
    right: 80px;
	}

/*
    .modal {
    width: 640px;
    top: calc(50% - 250px);
    left: calc(50% - 320px);
    }

    .modal__content {
    padding: 30px;
    }

    .searchBox {
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5em;
    background-image: url("../images/fig_search001.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
    padding: 5px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    }
*/
}

/* for PCX */
@media screen and (min-width: 1501px) {

	header {
	height: 90px;
	}

	header .container {
	margin: 0 50px;
	width:calc(100% - 100px);
	}

}





/* ============================
		#gNav 
 ============================ */

#gNav a:hover {
color: #000;
}
nav li a {
font-size: 16px;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
/*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}

#header {
padding: 0;
}
.h_logo {
width: 230px;
position: absolute;
top: 8px;
left: 10px;
z-index: 100;
}
.h_logo img {
width: 230px;
height: auto;
}
#gNav .nav {
overflow-y: auto;
height: 100vh;
}
.mean-nav .container {
padding: 0;
}
nav li .fa {
display: none;
}
nav li a.arrow {
background-image: url("../js/meanmenu/img/arrow005.svg");
background-size: 12px auto;
background-repeat: no-repeat;
background-position: right 22px center;
}

nav li.firstList{
border-top: 1px solid #ccc;
}

nav li {
border-bottom: 1px solid #ccc;
}

nav .sub-menu {
padding: 0 !important;
border-top: 1px solid #ccc;
}

nav .sub-menu li {
}


/* more */


nav li.bottom a.arrow {
background-position: left 12em center;
font-size: 1.3rem;
line-height: 1em;
padding: 0;
background-size: 7px auto;
}

nav li.bottom.first a.arrow {
margin-top: 25px;
}

nav li.bottom {
border-bottom: none;
padding: 0;
}

nav li.address {
padding: 5px 15px;
box-sizing: border-box;
/*background-color: #F8F4EE;*/

}
nav li.address .body {
font-size: 1.4rem;
line-height: 1.5em;
margin-top: 5px;
}

nav li.address .navLogo001 img {
width: 230px;	
}

nav .otherDataList {
margin: 10px 0 10px 0;
}

nav .otherDataList dt {
float: left;
width: 5em;
clear: both;
font-size: 1.4rem;
line-height: 1.5em;
font-weight: bold;
}

nav .otherDataList dd {
float: right;
width: calc(100% - 5em);
font-size: 1.4rem;
line-height: 1.5em;
}

nav .otherDataList .forDetail a {
display: inline-block !important;
font-size: 1.4rem!important;
line-height: 1.5em!important;
border-radius: 20px !important;
padding: 0 0 0 1.5em !important;
width: 8em !important;
background-image: url("../images/mark001.svg");
background-repeat: no-repeat;
background-position: left  center;
background-size: 18px auto;
}

nav .address .daihyo {
font-size: 18px !important;
font-weight: bold !important;
}

nav .address .daihyo .small {
font-weight: normal !important;
font-size: 12px !important;
}

.navFooterList {
padding: 10px 15px;
font-size: 1.4rem;
line-height: 1em;
}

.navFooterList a {
display: block;
font-size: 1.4rem;
line-height: 2em !important;
padding: 0 !important;
}

.navFooterList a span {
display: inline-block;
font-size: 1.4rem;
line-height: 2em !important;
padding: 0 0 0 1.5em !important;
background-image: url("../images/mark001.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 16px auto;
}




nav .utilityList {
padding: 1em 0 0 0
}

nav .utilityList > p {
width: 320px;
margin: 0 auto;
padding: 0;
}

nav .utilityList > p > span {
float: left;
display: block;
width: calc(33.333333% - 0.667em);
vertical-align: top;
text-align: center;
margin-bottom: 20px;
margin-right: 1em;
margin-left: 0;
margin-top: 0;
padding: 0;
box-sizing: border-box;
}
nav .utilityList > p > span:nth-child(3n) {
margin-right: 0;
}

nav .utilityList > p > span:nth-child(3n+1) {
clear: both;
}


nav .utilityList > p > span > a {
position: relative;
height: 120px;
background-repeat: no-repeat;
background-position: top 10px center;
background-size: 73px auto;
background-color: #fff;
border-radius: 5px;
box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;
box-sizing: border-box;
padding: 0;
margin: 0;
}
nav .utilityList > p > span > a > span {
position: absolute;
width: 100%;
bottom: 0.5em;
left: 0;
font-size: 1.1rem;
line-height: 1.25em;
text-align:center;


/*
height: 2.5em;
vertical-align: top;
font-size: 1.2rem;
line-height: 1.25em;
text-align: center;
padding: 0;
margin: 0;
*/
}


nav .utilityList > p > span.gairai a {
background-image: url("../../top/images/fig_main_menu001.svg");
}
nav .utilityList > p > span.nyuin a {
background-image: url("../../top/images/fig_main_menu002.svg");
}
nav .utilityList > p > span.kenshin a {
background-image: url("../../top/images/fig_main_menu003.svg");
}
nav .utilityList > p > span.kango a {
background-image: url("../../top/images/fig_main_menu004.svg");
}
nav .utilityList > p > span.iryou a {
background-image: url("../../top/images/fig_main_menu005.svg");
}
nav .utilityList > p > span.resident a {
background-image: url("../../top/images/fig_main_menu006.svg");
}







nav .sub-menu {
padding: 5px 0 !important;
}

nav .sub-menu li {
float: left;
width: calc(50% - 0px) !important;
margin: 0 !important;
padding: 5px 5px 5px 10px !important;
display: table !important;
border: none;
}
nav .sub-menu li:nth-child(even) {
padding: 5px 10px 5px 5px !important;
}
nav .sub-menu li:nth-child(odd) {
clear: both;
}


nav .sub-menu li a {
margin: 0 !important;
padding: 5px 20px 5px 10px !important;
text-align: center !important;
display: table-cell !important;
background-color: #74582e;
border-radius: 10px;
font-size: 1.4rem;
color: #fff !important;
font-weight: bold;
line-height: 1.3em;
vertical-align: middle;
height: 3.5em !important;
background-image: url("../images/mark001on.svg");
background-repeat: no-repeat;
background-position: right 0.75em center;
background-size: 18px auto;
}


nav li.address .otherList {
margin-bottom: 1em;
}

nav li.address .otherList span {
display: inline-block;
}

nav li.address .otherList a {
display: inline-block;
color:#fff !important;
background-color: #74582e;
line-height: 1.5em!important;
border-radius: 20px;
background-image: url("../images/mark001on.svg");
background-repeat: no-repeat;
background-position: right 0.5em center;
background-size: 18px auto;
padding: 0.25em 2em 0.25em 1em !important;
}



@media screen and (min-width: 1201px) {

	#h_top {
	display: none;
	}

	.meanmenu-reveal-btn {
/*	left: calc(50% + 550px);
	top: 30px;*/
	}

	.mean-container .mean-nav{
	margin-top:90px;
	}

}



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


@media screen and (min-width: 1201px) {

    #nav-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    transition: 1.0s;
    height: 200px;
    background-color: transparent;
    }

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

}


@media screen and (min-width: 1901px) {

    #nav-bar {
    height: 90px;
    }

}


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

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



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


@media screen and (max-width: 1200px) {
/*@media screen and (max-width: 1199px) {*/

	.megamenuNav {
	display: none;
    
	}

}

@media screen and (min-width: 1201px) {


	.megamenuNav {
    position: relative;
    top: 15px;
    left: 0;
    z-index: 9999999;
    }

    .menu-container {
    position: relative;
    width: 100%;
    z-index: 10000002;
    top: 0px;
    left: 0px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	}

	.menu-mobile {
	display: none;
	}

	.megamenuNav .menu > ul {
	position: absolute;
	top: 70px;
	left: calc(50% - 600px);
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	width: 1200px;
    z-index: 10000003;
	}

	.megamenuNav .menu > ul > li {
	float: left;
	margin: 0;
	width: 25%;
	text-align: center;
	position: relative;
    z-index: 10000004;
	}

	.megamenuNav .menu  > ul > li > a {
	color: #000;
	padding: 0;
	text-align: center;
	display: inline-block;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	padding-bottom: 20px;
    position: relative;
    z-index: 10000005;
	}
	.megamenuNav .menu  > ul > li > a > span {
	background-color: #fff;
	display: block;
	}
    
    .megamenuNav .menu  > ul > li:first-child > a > span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }
    
    .megamenuNav .menu  > ul > li:nth-last-child(1) > a > span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    

	.megamenuNav .menu  > ul > li > a:hover {
	opacity: 1;
	}
    
    .megamenuNav .menu  > ul > li > a:hover > span::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 27px;
    width: 200px;
    border-bottom: 3px solid #74582e;
    }

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

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

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


/* type A */

	.megamenuNav .menu .title {
	font-size: 30px;
	font-weight: bold;
	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_nav001a.webp");
	}
	.megamenuNav .menu .medical .title {
	background-image: url("../images/ph_nav0002b.webp");
	}
	.megamenuNav .menu .department .title {
	background-image: url("../images/ph_nav0003b.webp");
	}
	.megamenuNav .menu .recruit .title {
	background-image: url("../images/ph_nav004.webp");
	}

	.megamenuNav .menu .title a {
	color: #000;
	}
	
	.megamenuNav .menu > ul > li > ul  {
	background-color: #fff;
	}
	
	.megamenuNav .menu > ul > li > ul > li {
	width: 1200px;
	display: table;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul {
	display: table-cell;
	vertical-align: top;
	width: 900px;
	box-sizing: border-box;
	padding: 30px;
	/*column-count: 2;*/
	}
	
	.megamenuNav .menu > ul > li > ul > li .name {
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
	float: left;
	width: 50%;
	}
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: both;
	}
	

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

	.megamenuNav .menu > ul > li.medical > ul > li > ul > li > ul > li {
	width: 25%;
	}
	.megamenuNav .menu > ul > li.medical > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}
	.megamenuNav .menu > ul > li.medical > ul > li > ul > li > ul > li:nth-child(4n+1) {
	clear: both;
	}


	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li {
	width: 25%;
	}
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li:nth-child(4n+1) {
	clear: both;
	}

	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li > ul > li {
	font-size: 1.4rem;
	line-height: 1.75em;
	}
/*
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li.depCenter {
	width: 50%;
	}
	
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li.depCenter > ul > li {
	float: left;
	width: 40%;
	}
	
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li.depCenter > ul > li:nth-child(even) {
	width: 60%;
	}
*/
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li > a {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	width: calc(100% - 30px);
	box-sizing: border-box;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/fig_triangle004.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px auto;
	line-height: 2.5em;
	padding-left: 1em;
	font-size: 1.6rem;
	}
	
	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/arrow003.svg");
	background-repeat: no-repeat;
	background-position: left 0.75em center;
	background-size: 5px auto;
	line-height: 1.75em;
	padding-left: 1.5em;
	font-size: 1.4rem;
	}

	.megamenuNav .menu > ul > li.department > ul > li > ul > li > ul > li > ul > li > .noLink {
	display: block;
	color: #999;
	background-image: url("../images/arrow003b.svg");
	background-repeat: no-repeat;
	background-position: left 0.75em center;
	background-size: 5px auto;
	line-height: 1.75em;
	padding-left: 1.5em;
	font-size: 1.4rem;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li {
	float: left;
	width: 30%;
	margin-top: 10px;
	}
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(2) {
	width: 35%;
	}
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(3) {
	width: 35%;
	}
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}
	
	
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li > p {
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	box-sizing: border-box;
	width: calc(100% - 30px);
	}
	
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li > ul {
	margin-top: 10px;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/fig_triangle004.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px auto;
	line-height: 2.5em;
	padding-left: 1em;
	font-size: 1.6rem;
	}
	
	
	.megamenuNav .menu .fontSmall {
	line-height: 1.2em;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	
	
    .megamenuNav .megamenuNavWall {
    display: none;
    width: calc(100vw + 150px);
    height: calc(100vh + 300px);
    position: fixed;
    top: -150px;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    }

}


/* for PCX */
@media screen and (min-width: 1901px) {

	.megamenuNav .menu > ul {
	top: 0px;
    }

	.megamenuNav .menu > ul > li > ul {
	top: 70px;
	}

}



/* ============================
		menuPlus
 ============================ */

.containerPlus {
width: 100%;
overflow: hidden;
}

.menuPlus {
width: 100%;
position: fixed;
z-index: 99999999;
}

.megamenuNav:hover + .containerPlus .menuPlus {
/*z-index:999999997;*/
z-index: 99999;
}

.header__inner {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.header__inner {
position: relative;
}

.header__menu {
position: fixed;
top: 0px;
width: 100%;
height: calc(100vh - 0px);
background: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .2s ease;
}
.header__inner.active .header__menu {
opacity: 1;
visibility: visible
}

.menuPlus-btn {
/*/position: relative;*/
position: fixed;
top: 10px;
right: 15px;
display: flex;
justify-content: center;
align-items: end;
width: 50px;
height: 50px;
padding: 5px;
cursor: pointer;
background-color: #fff;
border-radius: 50px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
/*z-index:99999999;*/
}

.header__inner.active .menuPlus-btn {
filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}

.menuPlus-btn span:nth-child(-n+3) {
position: absolute;
display: block;
width: 30px;
height: 2px;
background: #000;
}
.menuPlus-btn span:nth-child(1) {
top: 15px;
transition: all .2s ease;
}
.header__inner.active .menuPlus-btn span:nth-child(1) {
top: 25px;
transform: rotate(45deg);
}
.menuPlus-btn span:nth-child(2) {
top: 23px;
transition: opacity .2s ease;
}
.header__inner.active .menuPlus-btn span:nth-child(2) {
opacity: 0;
}
.menuPlus-btn span:nth-child(3) {
top: 31px;
transition: all .2s ease;
}
.header__inner.active .menuPlus-btn span:nth-child(3) {
top: 25px;
transform: rotate(-45deg);
}
.menuPlus-btn span:nth-child(4) {
font-size: 10px;
color: #000;
}

.containerPlusMenu .logo {
position: fixed;
top: 10px;
left: 50px;
}
.containerPlusMenu .logo img {
width: 280px;
}

.containerPlusMenu .searchButton {
position: fixed;
top: 10px;
right: 130px;
}

.containerPlusMenu .searchButton a {
display: block;
background-color: #fff;
width: 60px;
height: 60px;
/*border-radius: 100px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));*/
position: relative;
background-image: url("../images/fig_search001.svg");
background-repeat: no-repeat;
background-position: center top calc(50% - 7px);
background-size: 24px auto;
}

.containerPlusMenu .searchButton a span {
display: block;
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
text-align: center;
font-size: 1.0rem;
}


/* containerPlusMenu */
/* contents */

.containerPlusMenu {
position: relative;
display: table;
width: 1200px;
height: 100%;
margin: 0 auto;
padding-top: 2em;
}

.menuContents {
display: table-cell;
vertical-align: middle;
height: 100%;
box-sizing: border-box;
padding-bottom: 70px;
padding-top: 70px;
}


/* topsTelephoneList */
.containerPlusMenu .topsTelephoneList {
text-align: right;
margin-bottom: 0.5em;
}

.containerPlusMenu .topsTelephoneList li {
display: inline-block;
text-align: center;
font-size: 1.2rem;
margin-left: 1.45em;
}




/* utilityList */
.containerPlusMenu .utilityList {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0 1em;
}

.containerPlusMenu .utilityList li {
float: left;
width: calc(20% - 0px);
margin-right: 0px;
display: table;


}
.containerPlusMenu .utilityList li:last-child {
margin-right: 0;
}
.containerPlusMenu .utilityList a {
display: table-cell;
vertical-align: middle;
height: 120px;
background-repeat: no-repeat;
background-position: left center;
background-size: 70px auto;
font-size: 1.6rem;
font-weight: bold;
text-align: left;
line-height: 1.2em;
padding-left: 85px;
box-sizing: border-box;
border-radius: 5px;
}
.containerPlusMenu .utilityList a:hover {
/*opacity: 1;
background-color: #74582e;
color: #fff;
border: none;*/
}
.containerPlusMenu .utilityList .gairai a {
background-image: url("../../top/images/fig_main_menu001.svg");
}
.containerPlusMenu .utilityList .nyuin a {
background-image: url("../../top/images/fig_main_menu002.svg");
}
.containerPlusMenu .utilityList .kenshin a {
background-image: url("../../top/images/fig_main_menu003.svg");
}
.containerPlusMenu .utilityList .kango a {
background-image: url("../../top/images/fig_main_menu004.svg");
}
.containerPlusMenu .utilityList .iryou a {
background-image: url("../../top/images/fig_main_menu005.svg");
}
/*
.containerPlusMenu .utilityList .gairai a:hover {
background-image: url("../../top/images/fig_main_menu001on.svg");
}
.containerPlusMenu .utilityList .nyuin a:hover {
background-image: url("../../top/images/fig_main_menu002on.svg");
}
.containerPlusMenu .utilityList .kenshin a:hover {
background-image: url("../../top/images/fig_main_menu003on.svg");
}
.containerPlusMenu .utilityList .kango a:hover {
background-image: url("../../top/images/fig_main_menu004on.svg");
}
.containerPlusMenu .utilityList .iryou a:hover {
background-image: url("../../top/images/fig_main_menu005on.svg");
}
*/

/* mainList */
.containerPlusMenu .mainList {
width: 1200px;
border-bottom: 1px solid #ccc;
padding: 0.5em 1em 1em 1em;
}

.containerPlusMenu .mainList > li {
float: left;
/*width: calc(20% - 25px);
margin-right: 30px;*/
width: calc(20% - 20px);
margin-right: 0px;
}

.containerPlusMenu .mainList > li:first-child {
width: calc(20% + 40px);
}


.containerPlusMenu .mainList > li:last-child {
margin-right: 0;
}

.containerPlusMenu .mainList > li.about {
width: 25%;
}

.containerPlusMenu .mainList > li.medical {
/*width: 40%;*/
width: 38%;
}

.containerPlusMenu .mainList > li .name {
margin-bottom: 0;
}

.containerPlusMenu .mainList > li .name a {
display: block;
font-size: 1.8rem;
font-weight: bold;
line-height: 3em;
}

.containerPlusMenu .mainList > li.medical > ul > li {
float: left;
width: 50%;
}

.containerPlusMenu .mainList > li > ul > li > a {
display: block;
font-size: 1.6rem;
line-height: 2em;
padding-left: 0.75em;
position: relative;
}
.containerPlusMenu .mainList > li > ul > li > a::before {
content: "・";
position: absolute;
top: 0;
left: 0;
color: #ccc;
}

.containerPlusMenu .mainList > li.about > ul > li {
display: block;
font-size: 1.6rem;
font-weight: bold;
line-height: 2em;
}

.containerPlusMenu .mainList > li.about > ul > li > ul {
margin-bottom: 10px;
}

.containerPlusMenu .mainList > li.about > ul > li > ul > li > a {
display: block;
font-size: 1.6rem;
font-weight: normal;
line-height: 2em;
padding-left: 0.75em;
position: relative;
}


.containerPlusMenu .mainList > li.about > ul > li > ul > li > a::before {
content: "・";
position: absolute;
top: 0;
left: 0;
color: #ccc;
}

/* bottomMenu */
.containerPlusMenu .bottomMenu {
padding: 1em 0 1em 0;
text-align: right;
}

.containerPlusMenu .bottomMenu li {
display: inline-block;
}

.containerPlusMenu .bottomMenu li a {
display: inline-block;
font-size: 1.6rem;
padding: 0 3em 0 2em;
line-height: 2em;
background-repeat: no-repeat;
background-position: left center;
background-size: auto 26px;
}

.containerPlusMenu .bottomMenu .call a {
background-image: url("../images/fig_call002.svg");
}
.containerPlusMenu .bottomMenu .news a {
background-image: url("../images/fig_news001.svg");
background-size: auto 20px;
padding-left: 2.25em;
}
.containerPlusMenu .bottomMenu .floor a {
background-image: url("../images/mark_floor001.svg");
background-size: auto 20px;
padding-left: 1.75em;
}
.containerPlusMenu .bottomMenu .access a {
background-image: url("../images/mark_map001.svg");
background-size: auto 20px;
padding-left: 1.25em;
padding-right: 1em;
}


@media screen and (max-width: 767px) {

    .containerPlus {
    display: none;
    }
    .menuPlus-btn {
    display: none;
    }

}

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

    .containerPlus {
    display: none;
    }
    .menuPlus-btn {
    display: none;
    }

}


@media screen and (min-width: 1501px) {

    .menuPlus-btn {
    right: 50px;
    }

}

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

    .menuPlus-btn {
    left: calc(50% + 540px);
    }

}


@media screen and (min-width: 1501px) {

    .menuContents {
    padding-bottom: 100px;
    padding-top: 0;
    }

}


@media screen  and (max-height: 800px) {

	.containerPlusMenu .mainList > li > ul > li > a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5em;
	}

	.menuContents {
	padding-bottom: 40px;
	padding-top: 40px;
	}

	.containerPlusMenu .utilityList a {
	height: 110px;
	}

	.containerPlusMenu .mainList > li .name a {
	line-height: 2em;
	}

	.containerPlusMenu .bottomMenu {
	padding: 0.5em 0 1em 0;
	text-align: right;
	}


	.containerPlusMenu .mainList > li.about > ul > li {
	line-height: 1.4em;
	}


	.containerPlusMenu .mainList > li.about > ul > li > ul > li > a {
	line-height: 1.3em;
	}

	.containerPlusMenu .mainList > li.about > ul > li > ul {
	margin-bottom: 5px;
	}	

}





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

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

.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;
color: #000;
}

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

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


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



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

    .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;
    }

}



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

footer {
padding-bottom: 80px;
}

footer .footerTops {
background-color: #F8F4EE;
padding: 3em 0 0 0;
}

footer .footerLogo {
margin-bottom: 1em;
}
footer .footerLogo img {
width: 250px;
}

footer p {
line-height: 1.75em;
}

footer .telphone {
margin: 0.5em 0 1em 0;
}

footer .telphone dt {
float: left;
clear: both;
line-height: 1.75em;
width: 3.5em;
position: relative;
}

footer .telphone dd {
line-height: 1.75em;
}

footer .telphone dt::after {
content: "：";
position: absolute;
top: 0;
left: 2.5em;
}

footer .telphone dd .large {
font-size: 2.4rem;
font-weight: bold;
display: inline-block;
}

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

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

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 .timeList dd a.linkHere {
display: inline-block;
/*text-decoration: underline;
color: #0033ff;
background-color: #74582e;
*/
color:#000;
line-height: 1.5em;
border-radius: 20px;
margin-top: 0.5em;
background-image: url("../images/mark001.svg");
background-repeat: no-repeat;
background-position: right 0.5em center;
background-size: 18px auto;
padding-right: 2em;
}

footer .timeList dd .note,
footer .timeList dd .note * {
font-size: 1.4rem;
}

footer .timeList dd .note {
display: block;
margin-bottom: 1em;
}


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

footer .otherList li {
display: inline-block;
font-size: 1.6rem;
line-height: 1em;
}
footer .otherList li a {
/*
display: block;
background-color: #dcd2c4;
padding: 0.5em 1em;
margin-right: 1em;
*/
color:#fff;
background-color: #74582e;
line-height: 1.5em;
padding: 0.5em 2em 0.5em 1em;
border-radius: 20px;
background-image: url("../images/mark001on.svg");
background-repeat: no-repeat;
background-position: right 0.5em center;
background-size: 18px auto;
}


/* contactList */
footer .contactList {
margin-bottom: 0;
position: relative;
top: 2px;
}

footer .contactList ul {
}

footer .contactList li {
margin-bottom: 1.5em;
}

footer .contactList .contactName{
margin-bottom: 0.5em;
}

footer .contactList .contactName span{
display: inline-block;
font-size: 1.2rem;
font-weight: bold;
color: #fff;
line-height: 1.75em;
background-color: #74582e;
padding: 0 1em;
border-radius: 2em;
}

footer .contactList .call {
}

footer .contactList .call a {
display: block;
background-image: url("../images/fig_call001.svg");
background-repeat: no-repeat;
background-size: 28px auto;
background-position: left center;
font-size: 1.6em;
font-weight: bold;
line-height: 32px;
padding-left: 32px;
}

footer .contactList .call .note {
font-size: 1.4rem;
}



footer .footerBottomList {
background-color: #74582e;
padding: 1em 15px;
}

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;
}


/* footerInstagram */

footer .footerInstagram_A {
/*display: none;*/
margin-bottom: 3em;
text-align: right;
}

footer .footerInstagram_A a {
display: inline-block;
padding: 0 45px 0 0;
background-image: url("../../top/images/icon_instagram001.svg");
background-repeat: no-repeat;
background-size: 35px;
background-position: right center;
line-height: 37px;
font-size: 1.6rem;
}




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

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

	footer .main {
	float: left;
	width: 50%;
	}
	
	footer .main .small {
	font-size: 1.4rem;
	}
	footer .main .small a {
	font-size: 1.4rem;
	color: #06f;
	text-decoration: underline;
	display: inline-block;
	padding: 0 0.25em;
	}
	
	footer .main .body a {
	color: #06f;
	text-decoration: underline;
	}
	

      /* contactList */
	footer .contactList {
	top: 0;
	float: right;
	width: calc(50% - 0px);
	}


    footer .contactList .call a {
    display: inline-block;
    width: 9em;
    }

    footer .contactList .call .note {
    }

	footer .footerLogo img {
	width: 400px;
	}

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

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

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

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

	/* footerInstagram */

	footer .footerInstagram_A {
	margin-bottom: 0;
	margin-top: 1em;
	}

	footer .footerInstagram_A a {
	display: inline-block;
	padding: 0 55px 0 0;
	background-image: url("../../top/images/icon_instagram001.svg");
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: right center;
	line-height: 52px;
	font-size: 1.5rem;
	font-weight: normal;
	}


}



/* ============================
		gotoTopButtom
 ============================ */

.gotoTopButtom {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 10;
transition: .2s;
opacity: 0;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.gotoTopButtom a {
display: block;
}

.gotoTopButtom img {
width: 50px;
height: auto;
}

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

	.gotoTopButtom {
	position: fixed;
	right: 40px;
	bottom: 40px;
	}

	.gotoTopButtom img {
	width: 75px;
	height: auto;
	}

}






/* ============================
		subHeader
 ============================ */

#subHeader {
/*background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.75),rgba(255,255,255,0.0));*/
background-color: rgba(255,255,255,0.95);
height: 70px;
text-align: center;
width: 100%;
color: #000;
}
.cb-header {
position: fixed;
left: 0;
top: -600px;
z-index: 100;
}
.slide-down {
animation-name: slideDown;
animation-timing-function: ease-in;
animation-iteration-count: 1;
animation-delay: 0s;
transform-origin: 50% 50% 0px;
animation-duration: 1.0s;
top: 0;
}


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

    #subHeader {
    height: 150px;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.75),rgba(255,255,255,0.0));
    }

}


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

    #subHeader {
    display: none;
    }

}



@keyframes slideDown {
  0% {
    top: -300px;
  }
  100% {
    top: 0px;
  }
}
.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0px;
  animation-duration: .0s;
  top: -300px;
}
@keyframes slideUp {
  0% {
    top: 0px;
  }
  100% {
    top: -300px;
  }
}



/* ============================
	topVisualSection　& other
 ============================ */

.topVisualSection {
margin-bottom: 40px;
}

.topVisualSection .smartContainer {
background-image: url("../../about/images/top_visual001.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 166px;
position: relative;
border-top-left-radius: 10px;
margin-right: 0;
}


/* inPageNavigation */

.inPageNavigation {
margin-bottom: 45px;
}

.inPageNavigation ul {
display: block;
text-align: center;
border-bottom: 1px solid #eee;
}

.inPageNavigation li {
display: inline-block;
margin-bottom: 1em;
}

.inPageNavigation li a {
display: table-cell;
height: 2.5em;
vertical-align: middle;
padding: 0 5px 0.75em 5px;
font-size: 1.3rem;
line-height: 1.25em;
color: #000;
text-decoration: none;
background-image: url("../images/fig_triangle001.svg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: 10px auto;
}




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

	.topVisualSection {
	margin-bottom: 75px;
	}

	.topVisualSection .smartContainer {
	height: 368px;
	border-radius: 15px;
	}


	/* inPageNavigation */

	.inPageNavigation {
	margin-bottom: 90px;
	}

	.inPageNavigation li {
	margin-bottom: 0
	}

	.inPageNavigation li a {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	padding: 0 20px 0 20px;
	margin: 0 20px;
	font-size: 1.8rem;
	line-height: 1.25em;
	background-image: url("../images/fig_triangle001.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px auto;
	}


}


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


	.topVisualSection {
	margin-bottom: 75px;
	}

	.topVisualSection .smartContainer {
	height: 280px;
	}


}


/* ============================
		categoryListSection
 ============================ */


.categoryListSection {
margin-bottom: 100px;
}

.categoryListSection .categoryList {
}

.categoryListSection .categoryList li {
margin-bottom: 40px;
}

.categoryListSection .categoryList li a {
display: table;
border-collapse: collapse;
width: 100%;
color: #000;
}

.categoryListSection .categoryList li .photo {
display: table-cell;
width: 120px;
vertical-align: middle;
}

.categoryListSection .categoryList li .photo img {
width: 100%;
border-radius: 7px;
}

.categoryListSection .categoryList li .photo.withFram img {
border: 1px solid #ddd;
}


.categoryListSection .categoryList li .main {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
box-sizing: border-box;
width: calc(100% - 120px);
}

.categoryListSection .categoryList li .name {
font-size: 2.0rem;
font-weight: bold;
line-height: 1.25em;
margin-bottom: 15px;
}


.categoryListSection .categoryList li .body {
font-size: 1.5rem;
line-height: 1.45em;
margin-bottom: 0;
}


/* subCategryList */

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

.categoryListSection .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;
}


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


/* subCategryList.twoColumnList */

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


/* aboutCategoryList */

.categoryListSection .aboutCategoryList li {
margin-bottom: 1em
}

.categoryListSection .aboutCategoryList li a {
display: block;
border: 1px solid #ccc;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.25em;
padding: 1em;
color: #000;
background-image: url("../images/fig_triangle002.svg");
background-repeat: no-repeat;
background-position: right 10px center;
}



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

	.categoryListSection {
	margin-top: 130px;
	margin-bottom: 180px;
	}

	.categoryListSection .categoryList li {
	margin-bottom: 55px;
	float: left;
	width: 585px;
	}
	
	.categoryListSection .categoryList li:nth-child(even) {
	float: right;
	}

	.categoryListSection .categoryList li .photo {
	width: 184px;
	}

	.categoryListSection .categoryList li .main {
	padding-left: 25px;
	width: calc(100% - 184px);
	}

	.categoryListSection .categoryList li .name {
	font-size: 3.2rem;
	margin-bottom: 30px;
	}


	.categoryListSection .categoryList li .body {
	font-size: 1.8rem;
	}

	/* categoryList.oneColumnList */
	.categoryListSection .categoryList.oneColumnList li {
	float: none;
	width: 100%;
	}



	/* subCategryList */

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


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

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


	/* aboutCategoryList */

	.categoryListSection .aboutCategoryList li {
	float: left;
	width: calc(33.33333333% - 27px);
	margin-right: 40px;
	margin-bottom: 40px;
	}
	.categoryListSection .aboutCategoryList li:nth-child(3n) {
	margin-right: 0;
	}


	.categoryListSection .aboutCategoryList li a {
	font-size: 2rem;
	}
	.categoryListSection .aboutCategoryList li a .fontSmall {
	font-size: 1.88rem;
	}


}


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


	.categoryListSection .categoryList li {
	margin-bottom: 55px;
	float: left;
	width: calc(50% - 20px);
	}
	
	.categoryListSection .categoryList li:nth-child(even) {
	float: right;
	}
	.categoryListSection .categoryList li:nth-child(odd) {
	clear: both;
	}
	
	

	/* subCategryList */

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


	/* aboutCategoryList */

	.categoryListSection .aboutCategoryList li {
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 30px;
	}
	.categoryListSection .aboutCategoryList li:nth-child(even) {
	float: right;
	}
	.categoryListSection .aboutCategoryList li:nth-child(odd) {
	clear: both;
	}


}



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

.common_h1 {
position: absolute;
bottom: 0;
left: 0;
line-height: 1em;
margin-bottom: 0;
}
.common_h1 span {
display: inline-block;
font-size: 23px;
font-weight: bold;
line-height: 1.25em;
letter-spacing: 0.1em;
padding: 15px 15px 0 0;
background-color: #fff;
min-width: 155px;
border-top-right-radius: 7px;
position: relative;
margin-right: 60px;
}

.common_h1::before {
content: "";
width: 10px;
height: 10px;
background-image: url("../images/fig_radius001.svg");
background-repeat: no-repeat;
background-size: 10px;
display: block;
}

.common_h1 span::after {
content: "";
width: 10px;
height: 10px;
background-image: url("../images/fig_radius001.svg");
background-repeat: no-repeat;
background-size: 10px;
position: absolute;
bottom: 0;
right: -10px;
}

.common_h2 {
display: inline-block;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.25em;
border-bottom: 9px solid #ae9980;
padding-bottom: 10px;
margin-bottom: 40px;
letter-spacing: 0.1em;
}

.common_h3 {
font-size: 2.0rem;
padding: 8px 15px;
background-color: #ece8e2;
margin-bottom: 20px;
line-height: 1.25em;
}

.common_h4 {
display: inline-block;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.25em;
color: #fff;
background-color: #ae9980;
padding: 7px 15px;
border-radius: 40px;
box-sizing: border-box;
min-width: 190px;
margin-bottom: 20px;
text-align: center;
}

.common_h5 {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.25em;
border-left: 8px solid #ae9980;
padding: 4px 8px;
margin-bottom: 20px;
}

.common_h5::after {
display: block;
position: relative;
left: -16px;
top: 5px;
content: "";
width: calc(100% + 24px);
height: 1px;
background-color: #d7ccc0;
}

.common_h6 {
font-size: 1.6rem;
font-weight: bold;
color: #74582e;
line-height: 1.5em;
padding-left: calc(1em + 0px);
background-image: url("../images/fig_circle002.svg");
background-repeat: no-repeat;
background-size: 1.4rem;
background-position: left top 0.45rem;
margin-bottom: 0.3em;
}


.bigLink {
text-align: center;
}

.bigLink a {
display: inline-block;
text-align: center;
background-color: #b42d24;
border-radius: 3em;
min-width: 200px;
}

.bigLink a span {
display: inline-block;
font-size: 1.6rem;
line-height: 1.2em;
color: #fff;
background-image: url("../images/fig_triangle003.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 10px auto;
padding: 0.5em 1.0em 0.5em 2em;
}

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

.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;
}

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

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

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

	.alignPcRight {text-align: right}

}

/* basicTable */

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

.basicTable th,
.basicTable td {
border: 1px solid #000;
padding: 10px;
text-align: center;
line-height: 1.5em;
vertical-align: middle;
font-size: 1.4rem;
}

.basicTable thead th {
background-color: #ae9980;
color: #fff;
}

.basicTable thead td {
background-color: #ece8e2;
}

.basicTable tbody th {
background-color: #ece8e2;
}


/* basicList */

.basicList {
}

.basicList li {
padding-left: 1em;
background-image: url("../images/fig_circle001.svg");
background-repeat: no-repeat;
background-position: left top 0.7em;
background-size: 12px auto;
line-height: 2.2em;
}


.basicNormalList li {
line-height: 2.2em;
}

.basicNormalList li > ul {
margin-left: 1em;
}

.basicList.smallCircle li,
.basicList li.smallCircle {
background-position: left 0.1em top 0.9em;
background-size: 6px auto;
}

.basicList li.withBrown,
.basicList.withBrown li {
background-image: url("../images/fig_circle002.svg");
}

.basicList.withBlack li,
.basicList li.withBlack {
background-image: url("../images/fig_circle001.svg");
}

.basicList.withRed li,
.basicList li.withRed {
background-image: url("../images/fig_circle003.svg");
}


.basicList li.withLink,
.basicList.withLink li {
background-image: url("../images/arrow003.svg");
background-size: 10px auto;
}

.basicList li.withBrownLink,
.basicList.withBrownLink li {
background-image: url("../images/arrow004.svg");
background-size: 10px auto;
}

.basicList li.triangle,
.basicList.triangle li {
background-image: url("../images/fig_triangle004.svg");
background-size: 10px auto;
}



.basicList li.triangle.colorRed,
.basicList.triangle.colorRed li {
background-image: url("../images/fig_triangle002.svg") !important;
background-size: 10px auto;
}

a.triangle.colorRed {
background-image: url("../images/fig_triangle002.svg") !important;
background-size: 10px auto;
background-repeat: no-repeat;
padding-left: 1em;
background-position: left top 0.2em;
}

.basicList li.circleLink,
.basicList.circleLink li {
background-image: url("../images/mark004.svg") !important;
background-size: 14px auto;
background-position: left top 0.61em;
}


.basicList li.circleBrowLink,
.basicList.circleBrowLink li {
background-image: url("../images/mark001.svg") !important;
background-size: 14px auto;
background-position: left top 0.61em;
}

.basicList li.circleRedLink,
.basicList.circleRedLink li {
background-image: url("../images/mark005.svg") !important;
background-size: 14px auto;
background-position: left top 0.61em;
}


.basicList li.triangle .smallTriangle,
.basicList.triangle.smallTriangle li {
background-size: 6px auto;
background-position: left 0.15em top 0.9em;
}


.basicList li.none,
.basicList.none li {
background-image: none;
}


/* 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 1.7em;
margin-left: 0;
list-style:none;
}

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

.basicNumberList.reverse li::before {
background-color: #000;
color: #fff;
}

.basicNumberList.colorRed li::before {
border-color: #b32d24;
color: #b32d24;
}

.basicNumberList.colorRedWall li::before {
background-color: #b32d24;
border-color: #b32d24;
color: #fff;
}


.numberListReset {
counter-reset:number;
margin-left: 0;
padding-left: 0;
list-style-type:decimal !important;
}



.numberListReset li {
position: relative;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 1.5em;
margin-left: 0;
}


.basicNumberList.normal li::before {
/*counter-increment: section;
content: "" counter(section) ".　";*/
content: counters(decimal) '.';
background-color: transparent;
border-color: transparent;
color: #000;
font-size: 1.8rem;
font-weight: normal;
top: 0.5em;
margin-left: 0;
}

.normalNumberList {
margin-left: 2em;
margin-bottom: 2em;
}

.normalNumberList li {
list-style: decimal;
line-height: 2em;
}

a.pdfIcon {
}
a.pdfIcon::after {
display: inline-block;
content: " ";
width: 24px;
height: 28px;
background-image: url("../images/icon_pdf001.png");
background-image: url("../images/mark_pdf001.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 22px auto;
vertical-align: middle;
margin-left: 0.5em;
position: relative;
top: -0.1em;
}

.withPDF::after {
display: inline-block;
content: " ";
width: 24px;
height: 28px;
background-image: url("../images/icon_pdf001.png");
background-image: url("../images/mark_pdf001.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 22px auto;
vertical-align: middle;
margin-left: 0.5em;
position: relative;
top: -0.1em;
}

a.excelIcon {
}
a.excelIcon::after {
display: inline-block;
content: " ";
width: 24px;
height: 30px !important;
background-image: url("../images/icon_excel001.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 22px auto !important;
vertical-align: middle;
margin-left: 0.5em;
position: relative;
top: -0.1em;
}



/* layoutList */

.layoutList_2clm,
.layoutList_3clm,
.layoutList_4clm {
}

.layoutList_2clm > li,
.layoutList_3clm > li,
.layoutList_4clm > li {
line-height: 1.75em;
margin-bottom: 2em;
}



.common_wall001 {
background-color: #fff;
border: 1px solid #ae9980;
padding: 1em;
}

.common_wall002 {
background-color: #ece8e2;
border: 1px solid #ae9980;
padding: 1em;
}

.common_wall003 {
background-color: #ae9980;
border: 1px solid #ae9980;
padding: 1em;
}

.common_wall001.withBlackFlame,
.common_wall002.withBlackFlame,
.common_wall003.withBlackFlame {
border: 1px solid #000;
}



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

	.addSmartScroll,
	.withScroll {
	overflow-x: scroll;
	margin-bottom: 3em;
	}

	.addSmartScroll th,
	.addSmartScroll td {
	white-space: nowrap;
	
	}

}



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

	.common_h1 {
	}
	.common_h1 span {
	font-size: 48px;
	padding: 35px 1.5em 0 0;
	border-top-right-radius: 15px;
	margin-right: 100px;
	}

	.common_h1::before {
	content: "　";
	width: 15px;
	height: 15px;
	background-image: url("../images/fig_radius001.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	display: block;
	}

	.common_h1 span::after {
	content: "　";
	width: 15px;
	height: 15px;
	background-image: url("../images/fig_radius001.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	bottom: 0;
	right: -10px;
	}

	.common_h2 {
	font-size: 3.5rem;
	border-bottom: 14px solid #ae9980;
	padding-bottom: 15px;
	margin-bottom: 50px;
	}

	.common_h3 {
	font-size: 2.6rem;
	padding: 15px 20px;
	margin-bottom: 25px;
	}

	.common_h4 {
	font-size: 2.2rem;
	padding: 10px 20px;
	border-radius: 40px;
	min-width: 240px;
	margin-bottom: 25px;
	}

	.common_h5 {
	font-size: 2.0rem;
	}

	.common_h6 {
	font-size: 1.8rem;
	background-size: 1.8rem;
	background-position: left top 0.35rem;
	padding-left: calc(1em + 4px);
	}

	.indentColumn {
	margin-left: 65px;
	}

	.indentColumn.andBothIndent,
	.indentColumn.centerIndent {
	margin-right: 65px;
	}

	.indentColumCenter {
	margin-left: 65px;
	margin-right: 65px;
	}

	.bigLink a {
	width: 780px;
	}

	.bigLink a span {
	font-size: 2.4rem;
	background-position: left 1em center;
	background-size: 13px auto;
	padding: 0.75em 1.0em 0.75em 1.75em;
	}

	.basicTable th,
	.basicTable td {
	font-size: 1.6rem;
	}


	.basicNumberList li::before{
	top: 0.8em;
	}


	.basicNumberList.normal li::before {
	top: 0.65em;
	}

	.layoutList_2clm > li {
	width: calc(50% - 1em);
	float: left;
	}

	.layoutList_2clm > li:nth-child(even) {
	float: right;
	}

	.layoutList_2clm>  li:nth-child(odd) {
	clear: both;
	}


	.layoutList_3clm > li {
	width: calc(33.33333% - 1.33334em);
	margin-right: 2em;
	float: left;
	}

	.layoutList_3clm > li:nth-child(3n) {
	margin-right: 0;
	}

	.layoutList_3clm > li:nth-child(3n+1) {
	clear: both;
	}


	.layoutList_4clm li {
	width: calc(25% - 1.5em);
	margin-right: 2em;
	float: left;
	}

	.layoutList_4clm li:nth-child(4n) {
	margin-right: 0;
	}

	.layoutList_4clm li:nth-child(4n+1) {
	clear: both;
	}

	.floatLeftPC {
	float:left;
	margin: 0 2em 0 0;
	}
	.floatRightPC {
	float: right;
	margin: 0 0 0 2em;
	}


}

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

	.common_h1 span {
	font-size: 36px;
	padding-right: 2em;
	}

}


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

.fadeLate {
  opacity: 0;
  animation: appeare 0s ease 0.5s 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;}

.mt00 {	margin-top:0 !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;}


@media screen and (min-width: 1201px) {

	.pcIndent01 {margin-left: 1em;}
	.pcIndent02 {margin-left: 2em;}
	.pcIndent03 {margin-left: 3em;}
	.pcIndent04 {margin-left: 4em;}
	.pcIndent05 {margin-left: 5em;}
	.pcIndent06 {margin-left: 6em;}
	.pcIndent07 {margin-left: 7em;}
	.pcIndent08 {margin-left: 8em;}
	.pcIndent09 {margin-left: 9em;}
	.pcIndent10 {margin-left: 10em;}

}


/* ============================
		for CMS kit
 ============================ */

body[dummy="dummy"] #nav-bar {
display: none;
}




/* ============================
		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) {
}

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


/* ============================
		Otaki
 ============================ */

/* h2.ww_h2 {
	font-size: 3.5rem;
	border-bottom: 14px solid #ae9980;
	padding-bottom: 15px;
	margin-bottom: 50px;
	display: inline-block;
	line-height: 1.25em;
	letter-spacing: 0.1em;
} */

#contents h2.ww_h2 {
	font-size: 2.6rem;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #ece8e2;
	line-height: 1.25em;
}

#contents h3.ww_h3 {
	font-size: 2.2rem;
	padding: 10px 20px;
	border-radius: 40px;
	min-width: 240px;
	margin-bottom: 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #ae9980;
}

#contents h4.ww_h4 {
	font-size: 2.2rem;
	margin-bottom: 0.5em;
	color: #b32d24;
	line-height: 1.75em;
}

#contents h5.ww_h5 {
	font-size: 1.25rem;
	margin-bottom: 0.5em;
	color: #333;
	line-height: 1.75em;
}

#contents hr {
	border: dotted #bcbcbc;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents ul {
	margin: 0 0 40px 20px;
}

#contents ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}

#contents ol {
	margin: 0 0 40px 25px;
}

#contents ol li {
	margin-bottom: 1em;
}

#contents .kakomi {
	margin: 20px 0 20px;
	border: 1px #CCC solid;
	border-radius: 3px;
	padding: 35px 40px 5px;
	overflow: hidden;
}

#contents .kakomi h2 {
	background: #F5F5F5;
	padding: 4px 15px;
	font-size: 2rem;
	margin-bottom: 10px;
	color: #001F3B;
	border-radius: 0;
	margin: 0 0 20px;
	border-bottom: none;
	display: block;
}

#contents .textRed {
	color: #b32d24;
}

#contents .textGreen {
	color: #00827D;
}

#contents .textBlue {
	color: #346fb9;
}

#contents .textGray {
	color: #999;
}

#contents table,
#contents th,
#contents td {
	border-collapse: collapse;
}

#contents th,
#contents td {
	border: 1px solid #bcbcbc;
	padding: 15px 20px;
	line-height: 1.5;
}

#contents th {
	background: #ece8e2;
	text-align: center;
	vertical-align: middle;
}