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

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

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css2?amily=Roboto+Condensed:wght@700&display=swap');


* { margin:0;padding:0;}

html {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 62.5%;
vertical-align: baseline;
background: transparent;
}

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 {
padding: 0;
border: 0;
outline: 0;
font-size: 1.4rem;
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: 'BIZ UDPGothic', sans-serif;
background-color:#fff;
font-size: 1.4rem;
line-height:1.0em;
text-align:left;
color: #000;
-webkit-text-size-adjust: 100%;
/*font-feature-settings : "palt" 1;*/
opacity: 0;
animation: appeare 0.75s ease 0.75s 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; }
ol li { margin-left: 1.5em; }

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




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

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

.inlineBlock {
display: inline-block;
}

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

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

/* for PC */
@media screen and (min-width: 1201px) {
		.container {
		margin: 0 auto;
		/*width:1200px;*/
		box-sizing: border-box;
		width: 100%;
		padding: 0 6%;
		position: relative;
		}
		.wrap {
		margin-left: 35px;
		margin-right: 35px;
		}
		.pcDisplayNone {display:none;}
		.pcDisplayOn {display: inline}
		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: 175px;}

		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, body {
		font-size: 1.8rem;
		}

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

}


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

		.pcDisplayOn {display: inline}

		.container {
		margin: 0 auto;
		
		position: relative;
		width:calc(100% - 300px);
		padding: 0;
		}
}



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


#header {
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
z-index: 99;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.9);
}


/*
	.h_logo {
	width: 230px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	}
	.h_logo img {
	width: 220px;
	height: auto;
	}

*/

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

header .headerLogo img {
width: 220px;
height: auto;
}



header .headerSubMenu {
display: none;
}


header .headerCallButton {
position: absolute;
top: 0;
right: 55px;
z-index: 99999999999;
}

header .headerCallButton a {
display: table;
background-color: #4d4d4d;
width: 55px;
height: 55px;
position: relative;
}

header .headerCallButton .icon {
display: table-cell;
text-align: center;
vertical-align: middle;
padding-bottom: 12px;
}

header .headerCallButton .name {
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
font-size: 1.0rem;
line-height: 1em;
color: #fff;
text-align: center;
}

header .headerHours24 {
display: none;
}

@media screen and (max-width: 1200px) {
	#header {
	padding: 0;
	height: 55px;
	}

}

@media screen and (min-width: 1201px) {
	#header {
	height: 175px;
	}
	
	#header .container {
	position: relative;
	}


	#header .headerLogo {
	width: 405px;
	left: 40px;
	}
	
	#header .headerLogo a {
	display: block;
	position: absolute;
	top: 15px;
	left: -10px;
	}

	#header .headerLogo img {
	width: 405px;
	}

	header .headerSubMenu {
	display: block;
	position: absolute;
	top: 30px;
	right: 40px;
	}
	
	header .headerCallNumbers {
	margin-bottom: 10px;
	text-align: right;
	}
	header .headerCallNumbers a {
	font-family:  Roboto;
	letter-spacing: 0.05em;
	font-size: 3.1rem;
	font-weight: bold;
	color: #e58095;
	}
	
	header .headerSubMenu .subMenu {
	display: block;
	text-align: right;
	}
	
	header .headerSubMenu .subMenu li {
	display: inline-block;
	margin-left: 15px;
	}
	
	header .headerSubMenu .subMenu li a {
	font-size: 1.4rem;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px auto;
	padding-left: 20px;
	display: inline-block;
	}
	
	header .headerSubMenu .subMenu li.access a {
	background-image: url("../images/fig_header_icon001.svg");
	}
	header .headerSubMenu .subMenu li.information a {
	background-image: url("../images/fig_header_icon002.svg");
	}
	header .headerSubMenu .subMenu li.recruit a {
	background-image: url("../images/fig_header_icon003.svg");
	}
				
	header .headerCallButton {
	display: none;
	}

}


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

	#header {
	height: 175px;
	}
	
	#header .container {
	position: relative;
	}


	#header .headerLogo {
	width: 405px;
	}
	


}



/* ============================
		hamburger menu
 ============================ */


#gNav a:hover {
color: #000;
}


nav li a {
font-size: 16px;
/*letter-spacing: 0.2em;*/
}
nav .sub-menu,.mean-container .mean-nav ul ul {
background: #f1f0e7;
}


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

	.h_logo {
	width: 230px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	}
	.h_logo img {
	width: 220px;
	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/arrow001.svg");
	background-repeat: no-repeat;
	background-position: right 25px center;
	}

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

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

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

	nav .sub-menu li {
	border-bottom: none;
	}

	nav .sub-menu .sub-menu a {
	padding: 16px 0 16px 60px !important;
	}

	nav .sub-menu .sub-menu  {
	border-top: none;
	}
	
	nav .mean-expand {
	}

	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 {
	margin: 30px 0 90px 0;
	padding: 0 15px;
	border-bottom: none;
	box-sizing: border-box;
	}
	nav li.address .body {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 30px;
	}
	nav li.address .body a.tel {
	font-size: 1.4rem;
	display: inline;
	margin-left: 0;
	padding-left: 0;
	}
	
	nav li.address .btnAccess {
	text-align: center;
	padding-bottom: 30px;
	}
	
	nav li.address .btnAccess a {
	display: inline-block !important;
	width: 300px !important;
	background-color: #e58095;
	line-height: 45px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff !important;
	border-radius: 45px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 auto;
	text-align: center !important;
	background-image: url("../images/arrow002.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	}

}

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

	#h_top {
	display: none;
	}

}




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



.inner {
position: relative;
top: 111px;
}

.header__inner {
}

.header__nav {
}

.header__navList {
display: block;
line-height: 50px;
box-sizing: border-box;
margin: 0 100px;
position: relative;
left: 12px;
}

.header__navItem {
float: left;
width: calc(20% - 5px);
display: block;
text-align: center;
position: relative;
}

.header__navItem a {
display: block;
line-height: 54px;
font-size: 1.8rem;
}

.header__navItem::before {
position: absolute;
top: 10px;
left: 0;
content: "";
border-right: 1px solid #ccc;
height: 30px;
width: 1px;
}

.header__navItem:last-child::after {
position: absolute;
top: 10px;
right: 0;
content: "";
border-left: 1px solid #ccc;
height: 30px;
width: 1px;
}


.header__navItem a:hover {
opacity: 1;
}

.header__navItem:hover::after {
position: absolute;
top: 53px;
left: calc(50% - 50px);
content: "";
border-bottom: 3px solid #e58095;
height: 1px;
width: 100px;
}



/* メガメニュースタイル */
.megaMenu__link.is-active::after {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}

.megaMenu__link.is-active + .megaMenu__content {
opacity: 1;
visibility: visible;
}

.megaMenu__content {
opacity: 0;
visibility: hidden;
position: fixed;
top: 175px;
left: 0;
width: 100vw;
background-color: #e58095;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
}

.megaMenu__inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}


.megaMenu__inner {
}

.megaMenu__inner .title {
vertical-align: middle;
width: 300px;
text-align: center;
display: table-cell;
}

.megaMenu__inner .title a {
font-size: 3rem;
font-weight: bold;
color: #fff;
display: block;
}

.megaMenu__inner > ul {
display: table-cell;
width: 900px;
}

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

.megaMenu__inner > ul > li > ul > li> a {
display: block;
color: #fff;
background-image: url("../images/arrow002.svg");
background-repeat: no-repeat;
background-position: left center;
line-height: 2em;
padding-left: 1em;
font-size: 1.8rem;
text-align: left;
}


@media screen and (max-width: 1200px) {
	.header__inner {
	display: none;
	}
}



/* ============================
	article / section 
 ============================ */

article section {
margin-bottom: 60px;
}
article section:last-child {
margin-bottom: 120px;
}

article section .body {
font-size: 1.4rem;
line-height: 2.0em;
margin-bottom: 15px;
}

article section .body.addIndent {
text-indent: -1.2em;
padding-left: 1.2em;
}

article section .body .bigger {
font-size: 1.8rem;
}

article section .body .bolder {
font-weight: bold;
}

article section .body strong {
font-size: 1.4rem;
}


article section .subSection {
margin-bottom: 60px;
}


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

	article section {
	margin-bottom: 120px;
	}

	article section:last-child {
	margin-bottom: 240px;
	}

	article section .body {
	font-size: 1.8rem;
	margin: 0 0 60px 0;
	}

	article section .body .bigger {
	font-size: 2.4rem;
	}


	article section .body strong {
	font-size: 1.8rem;
	}

	article section .subSection {
	margin-bottom: 100px;
	margin: 0 0 100px 0;
	}
	
	article section .node {
	margin: 0 35px;
	}

}



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


footer .outer {
background-color: #f1f0e7;
padding: 30px 15px 45px 15px;
box-sizing: border-box;
margin: 0;
}


footer .copyright {
background-color: #fff;
padding: 25px 0 35px 0;
font-size: 1.0rem;
line-height: 1em;
text-align: center;
}

footer .footerLogo {
margin-bottom: 25px
}
footer .footerLogo img {
width: 230px;
height: auto;
}
footer .footerLogo a {
display: block;
}

/* timeTable */

footer .timeTable {
background-color: #e58095;
padding: 30px 20px;
border-radius: 10px;
margin-bottom: 25px;
}

footer .timeTable li {
margin-bottom: 30px;
}
footer .timeTable li:last-child {
margin-bottom: 35px;
}

footer .timeTable dl {
}

footer .timeTable dt {
font-size: 1.5rem;
font-weight: bold;
color: #fff;
line-height: 1em;
padding: 0 0 10px 1em;
border-bottom: 1px solid #fff;
margin-bottom: 10px;
letter-spacing: 0.1em;
background-image: url("../../top/images/fig_mark001.svg");
background-repeat: no-repeat;
background-position: left top;
}

footer .timeTable dd {
font-size: 1.5rem;
font-weight: bold;
color: #fff;
line-height: 1em;
letter-spacing: 0.1em;
}

footer .timeTable .hours {
font-size: 20px;
}

footer .timeTable .underLine {
text-decoration: underline;
}


footer .timeTable .link {
text-align: center;
}

footer .timeTable .link a {
display: inline-block;
font-size: 1.6rem;
font-weight: bold;
color: #e58095;
background-color: #fff;
line-height: 45px;
width: 300px;
border-radius: 45px;
background-image: url("../images/arrow003.svg");
background-repeat: no-repeat;
background-position: right 15px center;
}

/* Gmap / address */

footer .Gmap {
margin-bottom: 10px;
}

footer .Gmap iframe {
width: 100%;
height: 350px;
}

footer .address {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 30px;
}
footer .address .tel {
font-size: 14px;
}

footer .accesssLink {
text-align: center;
}

footer .accesssLink a {
display: inline-block;
width: 300px;
font-size: 1.6rem;
font-weight: bold;
color: #fff;
line-height: 45px;
background-color: #e58095;
border-radius: 45px;
background-image: url("../images/arrow002.svg");
background-repeat: no-repeat;
background-position: right 15px center;
}


footer .footerMenuList {
display: none;
}


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


	footer .outer {
	padding: 55px 0;
	}

	footer .copyright {
	padding: 35px 0 70px ;
	font-size: 1.2rem;
	text-align: left;
	}
	
	footer .mainSide {
	float: left;
	width: 620px;
	}

	footer .mapSide {
	float: right;
	width: calc(100% - 730px);
	}

	footer .footerLogo {
	margin-bottom: 20px
	}
	footer .footerLogo img {
	width: 408px;
	height: auto;
	}
	footer .footerLogo a {
	display: block;
	}

	/* timeTable */

	footer .timeTable {
	padding: 40px 25px;
	margin-bottom: 0;
	position: relative;
	width: 620px;
	box-sizing: border-box;
	/*min-height: 260px;*/
	}

	footer .timeTable li {
	margin-bottom: 40px;
	float: left;
	width: 250px;
	}
	footer .timeTable li:nth-child(even) {
	float: right;
	width: 275px;
	}
	footer .timeTable li:nth-child(odd) {
	clear: both;
	}
	footer .timeTable li:last-child {
	margin-bottom: 0;
	}

	footer .timeTable dl {
	}

	footer .timeTable dt {
	font-size: 1.6rem;
	background-position: left top 1px;
	}

	footer .timeTable dd {
	font-size: 1.6rem;
	}

	footer .timeTable .hours {
	font-size: 2.2rem;
	}

	footer .timeTable .link {
	/*position: absolute;
	bottom: 30px;
	right: 25px;
	width: 275px;
	text-align: center;
	/*right: 25px;*/
	/*left: calc(50% - 132px);*/
	}

	footer .timeTable .link a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 50px;
	width: 275px;
	border-radius: 50px;
	}

	/* Gmap / address */

	footer .Gmap {
	margin-bottom: 10px;
	}

	footer .Gmap iframe {
	width: 100%;
	height: 350px;
	}

	footer .address {
	margin-bottom: 20px;
	}

	footer .accesssLink {
	position: relative;
	text-align: left;
	}

	footer .accesssLink a {
	text-align: center;
	display: inline-block;
	width: 275px;
	font-size: 1.8rem;
	line-height: 45px;
	border-radius: 45px;
	}

	footer .footerMenuList {
	display: block;
	margin-bottom: 60px;
	}

	footer .footerMenuList .topsList {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

	footer .footerMenuList .topsList li {
	display: inline-block;
	margin-right: 35px;
	font-size: 1.6rem;
	line-height: 2.25em;
	}

	footer .footerMenuList .bottomList {
	margin-bottom: 30px;
	}

	footer .footerMenuList .bottomList li {
	display: inline-block;
	margin-right: 30px;
	font-size: 1.6rem;
	line-height: 2.25em;
	}

}





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

/* ---- h1 ---- */
.common-h1 {
font-size: 2.2rem;
font-weight: bold;
color: #e08090;
margin: 0 15px 30px 15px;
line-height: 1.2em;
}
.common-h1::after {
content: "────";
margin-left: 0.5em;
letter-spacing: -0.01em;
}

/* ---- h2 ---- */
.common-h2 {
font-size: 20px;
font-weight: bold;
color: #fff;
line-height: 33px;
background-color: #e08090;
padding: 0 0 0 10px;
margin-bottom: 20px;
}

/* ---- h3 ---- */
.common-h3 {
font-size: 1.6rem;
font-weight: bold;
border-left: solid 5px #e08090;
line-height: 20px;
padding-left: 7px;
margin-bottom: 25px;
position: relative;
}

.common-h3::after {
/*position: absolute;
top: 25px;
left: -5px;*/
content: "";
display: block;
width: calc(100% + 13px);
border-bottom: 1px solid #e08090;
position: relative;
top: 5px;
left: -13px;
}


/* ---- h4 ---- */
.common-h4 {
font-size: 1.6rem;
font-weight: bold;
/*color: #e08090;*/
margin-bottom: 15px;
position: relative;
padding-left: 1em;
text-indent: -1em;
}
.common-h4::before {
content: "";
font-size: 10px;
width: 10px;
height: 10px;
line-height: 10px;
border-left: 12px solid #e08090;
margin-right: 4px;
position: relative;
top: -2px;
}


/* ---- h5 ---- */
.common-h5 {
line-height: 1.75em;
font-weight: bold;
margin-bottom: 0.5em;
}

/* ---- h6 ---- */
.common-h6 {
}


/* --- spacer--- */

.oneWordSpacer {
letter-spacing: 1em;
}
.oneWordSpacer::after {
margin-left: -0.5em;
}

.halfWordSpacer {
letter-spacing: 0.5em;
}
.halfWordSpacer::after {
margin-left: 0em;
}


/* list */

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


.basicInlineList {
margin-bottom: 3em;
}
.basicInlineList > li {
font-size: 1.4rem;
line-height: 1.75em;
padding-left: 19px;
background-image: url("../images/mark_list001.svg");
background-repeat: no-repeat;
background-position: left top 0.4em;
margin-bottom: 10px;
margin-right: 2em;
box-sizing: border-box;
display: inline-block;
}

.withDiscList {
padding-left: 1.5em;
margin-top: 1em;
}

.withDiscList li {
list-style-type: disc;
background-image: none;
padding-left: 0;
}

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


.basicInlineLinkList {
margin-bottom: 3em;
}
.basicInlineLinkList > li {
font-size: 1.4rem;
line-height: 1.75em;
padding-left: 22px;
background-image: url("../images/arrow006.svg");
background-repeat: no-repeat;
background-size: 17px auto;
background-position: left top 2px;
margin-bottom: 10px;
box-sizing: border-box;
}

.noteTypeList {
margin-bottom: 3em;
}
.noteTypeList > li {
font-size: 1.3rem;
line-height: 1.75em;
/*color: #e08090;*/
color: #900;
position: relative;
padding-left: 1em;
box-sizing: border-box;
}
.noteTypeList > li::before {
font-size: 1.3rem;
content: "※";
position: absolute;
left: 0em;
}


/* indexList */
.indexList {
background-color: #ecebe2;
padding: 15px;
margin-bottom: 3em;
}

.indexList li {
}

.indexList a {
display: block;
line-height: 2.1em;
background-image: url("../images/mark_index001.svg");
background-repeat: no-repeat;
background-size: 14px auto;
background-position: left center;
padding-left: 18px;
}

.indexList.noWall {
background-color: #fff;
padding: 15px 10px 0 15px;
margin-bottom: 3em;
}

.indexList.noWall a {
background-image: url("../images/mark_arrow001.svg");
background-size: auto;
}

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

.basicNumberList li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #e08090;
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: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.greenNumberList li {
}

.basicNumberList.greenNumberList li::before {
background-color: #65b68d;
}



.basicNumberList.topPosition li:before{
top: 15px;
}

.basicNumberList.nomalPosition li:before{
top: 18px;
}


.basicNumberList.noWall li:before{
color: #e08090;
background-color: transparent;
font-family: 'BIZ UDPGothic', sans-serif;
font-size: 1.6rem;
font-weight: normal;
content: counter(number)".";
}



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



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

	.common-h1 {
	font-size: 36px;
	}

	.common-h2 {
	font-size: 28px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin-bottom: 35px;
	}

}


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



	/* ---- h1 ---- */
	.common-h1 {
	font-size: 36px;
	/*width: 1200px;*/
	width: calc(100% - 12%);
	margin: 0 auto 50px auto;
	}

	/* ---- h2 ---- */
	.common-h2 {
	font-size: 28px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin-bottom: 35px;
	}

	/* ---- h3 ---- */
	.common-h3 {
	font-size: 2.4rem;
	border-left: solid 7px #e08090;
	line-height: 28px;
	padding-left: 10px;
	margin: 0 0 35px 0;
	}
	.common-h3::after {
	top: 6px;
	left: -18px;
	}



	/* ---- h4 ---- */
	.common-h4 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	}
	.common-h4::before {
	content: "";
	font-size: 18px;
	border-left: 20px solid #e08090;
	margin-right: 6px;
	top: -2px;
	}

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

	.noteTypeList > li {
	font-size: 1.4rem;
	}
	.noteTypeList > li::before {
	font-size: 1.4rem;
	}

	.basicNumberList.topPosition li:before{
	top: 18px;
	}

	.basicNumberList.nomalPosition li:before{
	top: 22px;
	}

	.basicNumberList.noWall li:before{
	font-size: 2.2rem;
	line-height: 1.2em;
	}

	.indexList {
	background-color: #ecebe2;
	padding: 18px 30px;
	border-radius: 7px;
	text-align: left;
	}

	.indexList li {
	width: 20%;
	display: inline-block;
	text-align: left;
	}

	.indexList a {
	font-size: 1.8rem;
	line-height: 2.5em;
	}
	



	.withDiscList {
	padding-left: 0em;
	margin-left: 1.5em;
	}

	.withDiscList li {
	list-style-type: disc;
	background-image: none;
	padding-left: 0;
	}

	.basicLinkList > li {
	font-size: 1.8rem;
	background-position: left top 0.5em;
	}

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

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

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

}


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

	/* ---- h1 ---- */
	.common-h1 {
	font-size: 36px;
	width: calc(100% - 300px);
	margin: 0 auto 50px auto;
	}
	
}



/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
margin-bottom: 0;
}

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


.mainVisualSection .commonTop-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 6px 18px;
background-image: url("../images/bar_headerline001.gif");
background-repeat: no-repeat;
background-position: left center;
}

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

	.mainVisualSection .commonTop-h1 {
	font-size: 4.2rem;
	top: calc(50% - 30px);
	padding: 10px 25px 10px 35px;
	background-image: url("../images/bar_headerline001a.gif");
	}

}


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

	.mainVisualSection .commonTop-h1 {
	font-size: 4.2rem;
	top: calc(50% - 30px);
	left: calc(50% - 600px);
	padding: 10px 25px 10px 35px;
	background-image: url("../images/bar_headerline001a.gif");
	}

}

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

	.mainVisualSection .commonTop-h1 {
	left: 150px;
	}

}


/* ============================
		breadCrumb
 ============================ */

.breadCrumb {
}

.breadCrumb .container {
padding-top: 8px;
padding-bottom: 12px;
box-sizing: border-box;
margin-bottom: 30px;
border-bottom: 1px solid #ccc;
overflow: scroll;
}

.breadCrumb .crumbList {
white-space: nowrap;
}

.breadCrumb .crumbList li,
.breadCrumb .crumbList a {
display: inline;
font-size: 1.0rem;
}

.breadCrumb .crumbList li::before {
content: "＞";
padding-left: 1em;
padding-right: 1em;
}
.breadCrumb .crumbList li:first-child::before {
content: "";
padding-left: 0;
padding-right: 0;
}



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

	.breadCrumb .container {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	overflow: auto;
	}

	.breadCrumb .crumbList li,
	.breadCrumb .crumbList a {
	font-size: 1.2rem;
	}

}





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

.contentsListSection {
margin-bottom: 90px;
}

/* 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;
background-color: rgba(236,235,226,0.5);*/
padding: 15px;
border-radius: 8px;
}

.contentsListSection .contentsList > li > a:hover {
background-color: #ecebe2;
/*background-color: rgba(224,128,144,1.0);*/
/* e08090 */
opacity: 1;
}

.contentsListSection .contentsList .title {
font-size: 2.0rem;
font-weight: bold;
line-height: 1.2em;
padding: 0 1em 0 13px;
margin-bottom: 12px;
border-left: 5px solid #e08090;
background-image: url("../images/mark_arrow001.svg");
background-repeat: no-repeat;
background-position: right 15px bottom 8px;
}
.contentsListSection .contentsList .title .small {
font-size: 1.5rem;
margin-left: 1em;
}

.contentsListSection .contentsList .title .inlineBlock {
font-size: 2.0rem;
display: inline-block;
}

/*
.contentsListSection .contentsList > li > a:hover .title {
color: #fff;
border-left: 5px solid #fff;
background-image: url("../images/mark_arrow002.svg");
}
*/

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

/*
.contentsListSection .contentsList > li > a:hover .body {
border-top: 1px solid #fff;
color: #fff;
}
*/

.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: 200px;
	}

	/* contentsList */

	.contentsListSection .contentsList > li {
	margin-bottom: 70px;
	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;
	}

	.contentsListSection .contentsList .title {
	font-size: 2.8rem;
	padding: 0 0.5em 0 10px;
	margin-bottom: 15px;
	border-left: 7px solid #e08090;
	background-position: right bottom 8px;
	background-size: 12px auto;
	}
	
	.contentsListSection .contentsList .title .small {
	font-size: 2.0rem;
	vertical-align: middle;
	}

	.contentsListSection .contentsList .title .inlineBlock {
	font-size: 2.8rem;
	}
	
	.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;
	}

}


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

	.contentsListSection .contentsList .title {
	font-size: 2.6rem;
	}

}


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

	.contentsListSection {
	margin-bottom: 200px;
	}

	.contentsListSection .contentsList > li {
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	}
	
	.contentsListSection .contentsList > li:nth-last-child(3) {
	margin-bottom: 0;
	}
	
	.contentsListSection .contentsList > li:nth-child(even) {
	float: left;
	}
	
	.contentsListSection .contentsList > li:nth-child(odd) {
	clear: none;
	}
	
	.contentsListSection .contentsList > li:nth-child(3n) {
	margin-right: 0;
	}
	.contentsListSection .contentsList > li:nth-child(3n+1) {
	clear: both;
	}


}


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

.gotoTopButtom {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 10;
transition: .2s;
opacity: 0;
}

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

}




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

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



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