@charset "UTF-8";

/*common
============================*/
body {
	color: #333333;
	background-color: #f5f5f5;
}
.Main__content a:hover {
	text-decoration: underline;
}
.Main__inner {
	width: 1120px;
	margin: 0 auto;
}
.Main__content ul {
	padding-left: 15px;
	list-style: none;
}
.Main__inner ul li {
	font-size: 1.4rem;
}
ul > .indent {
	padding-left: 29px;
	background: url("/med/sitemap/cmn/img/indent.png") no-repeat 3% 25%;
	background-size: 1.5%;
}
.flexContainer {
	display: flex;
	justify-content: space-between;
}
.wid100 {
	max-width: none!important;
}
.util-pc-hidden {
  display: none;
}
.util-sp-hidden {
	display: block;
}
/*common
============================*/

/*mainArea
============================*/
.mainArea {
	background-color: #fff;
}
.leftArea, .rightArea {
	max-width: 505px;
	width: 100%;
	padding: 0 20px 30px;
}
.tit_mainArea {
	margin: 50px 0 25px;
	padding: 20px 0 15px 55px;
	color: #db1119;
	font-size: 2.8rem;
	background: url("/med/sitemap/cmn/img/titIcon_main_pc.png") no-repeat 1.2% 50%;
	background-color: #fdeaed;
	border-bottom: 3px solid #db1119;
}
.mainArea h3 {
	max-height: 24px;
	margin: 0;
	padding-left: 10px;
	font-size: 1.6rem;
	border-left: 3px solid #db1119;
}
.mainArea ul {
	margin: 11px 0 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.mainArea ul:last-of-type {
	border-bottom: none;
}
.mainArea li {
	margin-bottom: 6px;
}
.mainArea li:not(.indent) {
	padding-left: 13px;
	background: url("/med/sitemap/cmn/img/triangle_main_pc.png") no-repeat 0 50%;
}
.mainArea .rightArea {
	margin-right: 40px;
}
/*mainArea
============================*/

/*abroadArea
============================*/
.abroadArea {
	max-width: 545px;
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}
.abroadArea .inner {
	padding: 0 20px 30px;
}
.tit_abroadArea {
	margin: 0 0 28px;
	padding: 7px 0 5px 50px;
	color: #0058a4;
	font-size: 2.3rem;
	background: url("/med/sitemap/cmn/img/titIcon_abroad_pc.png") no-repeat 2% 50%;
	background-color: #d8eefe;
	border-bottom: 2px solid #0058a4;
}
.wid100 .tit_abroadArea {
	background: url("/med/sitemap/cmn/img/titIcon_abroad_pc.png") no-repeat 1% 50%!important;
	background-color: #d8eefe!important;
}
.abroadArea h3 {
	max-height: 24px;
	margin: 0;
	padding-left: 10px;
	font-size: 1.6rem;
	border-left: 3px solid #0058a4;
}
.abroadArea .underLine {
	margin: 14px 0 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #eeeeee;
}
.abroadArea ul {
	margin: 14px 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.abroadArea ul:last-of-type {
	border-bottom: none;
}
.abroadArea li {
	margin-bottom: 6px;
}
.abroadArea li:not(.indent) {
	padding-left: 13px;
	background: url("/med/sitemap/cmn/img/triangle_abroad_pc.png") no-repeat 0 50%;
}
/*abroadArea
============================*/

/*domesticArea
============================*/
.domesticArea {
	max-width: 545px;
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}
.domesticArea .inner {
	padding: 0 20px 30px;
}
.tit_domesticArea {
	margin: 0 0 28px;
	padding: 7px 0 5px 50px;
	color: #009b63;
	font-size: 2.3rem;
	background: url("/med/sitemap/cmn/img/titIcon_domestic_pc.png") no-repeat 2% 50%;
	background-color: #ddf8e5;
	border-bottom: 2px solid #009b63;
}
.wid100 .tit_domesticArea {
	background: url("/med/sitemap/cmn/img/titIcon_domestic_pc.png") no-repeat 1% 50%!important;
	background-color: #ddf8e5!important;
}
.domesticArea h3 {
	max-height: 24px;
	margin: 0;
	padding-left: 10px;
	font-size: 1.6rem;
	border-left: 3px solid #009b63;
}
.domesticArea .underLine {
	margin: 14px 0 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #eeeeee;
}
.domesticArea ul {
	margin: 14px 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.domesticArea ul:last-of-type {
	border-bottom: none;
}
.domesticArea li {
	margin-bottom: 6px;
}
.domesticArea li:not(.indent) {
	padding-left: 13px;
	background: url("/med/sitemap/cmn/img/triangle_domestic_pc.png") no-repeat 0 50%;
}
/*domesticArea
============================*/

/*others
============================*/
.-pagetop img{
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  border-radius: 25px;
}
.-pagetop img:hover{
  opacity: 0.85;
}
.-pagetop {
  display: inline-block;
  width: 100%;
  position: sticky;
  bottom: 30px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
}
.-pagetop.-show {
  opacity: 1;
}
.-pagetop.-transition500 {
  transition: .5s ease;
}
.-pagetop .-pagetop_btn {
  width: 86px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  margin-right: 9%;
  cursor: pointer;
  transition: .5s ease;
  pointer-events: auto;
	text-align: right;
}
.links_right {
	position: fixed;
	text-align: right;
	pointer-events: auto;
}
.linkContainer {
	display: inline-block;
	max-width: 70px;
	width: 100%;
	text-align: center;
}
.mainBtn {
	padding: 40px 5px 2px;
	background: url("/med/sitemap/cmn/img/titIcon_main_sp.png") no-repeat 50% 15%;
	background-size: 50%;
	background-color: #fdeaed;
	border-radius: 10px 0 0 0;
}
.mainBtn a {
	padding: 40px 9px 2px;
	color: #db1119;
	font-weight: bold;
}
.abroadBtn {
	padding: 40px 5px 2px;
	background: url("/med/sitemap/cmn/img/titIcon_abroad_sp.png") no-repeat 50% 15%;
	background-size: 50%;
	background-color: #d8eefe;
}
.abroadBtn a {
	padding: 40px 16px 2px;
	color: #0058a4;
	font-weight: bold;
}
.domesticBtn {
	padding: 40px 5px 2px;
	background: url("/med/sitemap/cmn/img/titIcon_domestic_sp.png") no-repeat 50% 15%;
	background-size: 50%;
	background-color: #ddf8e5;
	border-radius: 0 0 0 10px;
}
.domesticBtn a {
	padding: 40px 16px 2px;
	color: #009b63;
	font-weight: bold;
}
.mainBtn a:hover,
.abroadBtn a:hover,
.domesticBtn a:hover {
	text-decoration: none;
}
/*others
============================*/


/*spOnly(max-width:767)
========================================================*/
@media screen and (max-width:767px) {
/*common
============================*/
	.Main__inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.flexContainer {
		display: block;
	}
	.Main__inner ul li {
		font-size: 1.3rem;
	}
	ul > .indent {
		padding-left: 26px;
		background: url("/med/sitemap/cmn/img/indent.png") no-repeat 16px 4px;
		background-size: 6px;
	}
  .-pagetop {
    width: 70px;
    left: auto;
    right: 0;
  }
	.util-pc-hidden {
		display: block;
	}
	.util-sp-hidden {
		display: none;
	}
/*common
============================*/
	
/*mainArea
============================*/
	.tit_mainArea {
		margin: 0 0 20px;
		padding: 45px 0 10px 0;
		font-size: 2.5rem;
		text-align: center;
		background: url("/med/sitemap/cmn/img/titIcon_main_sp.png") no-repeat 50% 25%;
		background-size: 26px;
		background-color: #fdeaed;
		border-bottom: 2px solid #db1119;
	}
	.leftArea, .rightArea {
		max-width: 100%;
	}
	.leftArea {
		padding-bottom: 0;
	}
	.rightArea {
		padding-bottom: 30px;
	}
	.mainArea h3 {
		max-height: 17px;
		margin: 0;
		padding-left: 10px;
		font-size: 1.4rem;
		border-left: 3px solid #db1119;
	}
	.mainArea ul {
		margin: 11px 0 14px;
		padding-bottom: 8px;
		border-bottom: 1px solid #eeeeee;
	}
	.mainArea li:not(.indent) {
		padding-left: 13px;
		background: url("/med/sitemap/cmn/img/triangle_main_sp.png") no-repeat 0 6px;
		background-size: 5px;
	}
	.mainArea .rightArea {
		margin-right: 40px;
	}
/*mainArea
============================*/

/*abroadArea
============================*/
.abroadArea {
	max-width: 100%;
	margin-top: 15px;
}
.abroadArea .inner {
	padding: 0 20px 30px;
}
.tit_abroadArea {
	margin: 0 0 28px;
	padding: 10px 0 7px 43px;
	color: #0058a4;
	font-size: 2rem;
	background: url("/med/sitemap/cmn/img/titIcon_abroad_sp.png") no-repeat 10px 50%;
	background-size: 24px;
	background-color: #d8eefe;
	border-bottom: 2px solid #0058a4;
}
.abroadArea h3 {
	max-height: 24px;
	margin: 0;
	padding-left: 10px;
	font-size: 1.6rem;
	border-left: 3px solid #0058a4;
}
.abroadArea .underLine {
	margin: 14px 0 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #eeeeee;
}
.abroadArea ul {
	margin: 14px 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.abroadArea li:not(.indent) {
	padding-left: 13px;
	background: url("/med/sitemap/cmn/img/triangle_abroad_sp.png") no-repeat 0 6px;
	background-size: 5px;
}
/*abroadArea
============================*/
	
/*domesticArea
============================*/
	.domesticArea {
		max-width: 100%;
		margin-top: 15px;
	}
	.domesticArea .inner {
		padding: 0 20px 30px;
	}
	.tit_domesticArea {
		margin: 0 0 28px;
		padding: 10px 0 7px 43px;
		color: #009b63;
		font-size: 2rem;
		background: url("/med/sitemap/cmn/img/titIcon_domestic_sp.png") no-repeat 10px 50%;
		background-size: 24px;
		background-color: #ddf8e5;
		border-bottom: 2px solid #009b63;
	}
	.domesticArea h3 {
		max-height: 24px;
		margin: 0;
		padding-left: 10px;
		font-size: 1.6rem;
		border-left: 3px solid #009b63;
	}
	.domesticArea .underLine {
		margin: 14px 0 15px;
		padding-bottom: 0;
		border-bottom: 1px solid #eeeeee;
	}
	.domesticArea ul {
		margin: 14px 0 15px;
		padding-bottom: 8px;
		border-bottom: 1px solid #eeeeee;
	}
	.domesticArea li:not(.indent) {
		padding-left: 13px;
		background: url("/med/sitemap/cmn/img/triangle_domestic_sp.png") no-repeat 0 6px;
		background-size: 5px;
	}
/*domesticArea
============================*/
}