@charset "utf-8";
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*
 *
 *
 * html,body
 *
 *
 *+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
html,body {
	font-size:16px;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#333333;
	font-weight: 400;
	margin: 0;
	display: flex;
	flex-flow: column;
	background-repeat: no-repeat;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}
input, select, button, textarea {
	font-family: inherit;
	font-size:16px;
	font-weight:normal;
}
a[href^="tel:"] {
	text-decoration:none;
	color:#0645ad;
}
a:hover {
	text-decoration:none;
	color: #e70012;
}
html {
	font-size: 14px;
}
body {
	line-height: 1.5;
	font-size: 14px;
}
body a[href^="tel:"] {
	pointer-events: none;
}
img {
	vertical-align:middle;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*
 *
 *
 * Layout
 *
 *
 *+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*------------------------------*
 * l-header
 *------------------------------*/
.l-header {
	background-color: #ffffff;
}
.l-header__head {
	padding: 5px 0px 5px;
	background-color: #000000;
}
.l-header__head h1 {
	font-size: 12px;
	color: #ffffff;
}
.l-header__body {
	padding: 10px 0px;
}
.l-header__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.l-header__logo {
	margin-right: auto;
}
.l-header__logo a {
	display: block;
	width: 231px;
}
.l-header__banner {
	margin-left: 10px;
	display:flex;
}
.l-header__banner img {
	margin-left: 10px;
}
.l-header__tel {
	margin-left: 20px;
}
.l-header__tel-text01 {
	font-size: 12px;
}
.l-header__tel-text02 {
	font-size: 8px;
	margin-top: 5px;
}
.l-header__tel a {
	display: block;
	margin-top: 5px;
}
.l-header__tel img {
	display: block;
	width: 100%;
}
/*------------------------------*
 * l-globalmenu
 *------------------------------*/
.l-globalmenu {
	border-top: 1px solid #9a9a9a;
	background-image: linear-gradient(
		180deg,
		#ffffff 0%,
		#d8d8d8 100%
	);
}
.l-globalmenu:after {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	background-image: linear-gradient(
		180deg,
		#a8a6a7 0%,
		#d7d7d7 100%
	);
}
.l-globalmenu__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------*
 * l-global
 *------------------------------*/
.l-global {
	width: 100%;
}
.l-global__list {
	display: flex;
	align-items: center;
}
.l-global__list li {
	position: relative;
	border-left: 1px solid #9a9a9a;
}
.l-global__list li:nth-of-type(1) {
	width: 105px;
}
.l-global__list li:nth-of-type(2) {
	width: 205px;
}
.l-global__list li:nth-of-type(3) {
	width: 140px;
}
.l-global__list li:nth-of-type(4) {
	width: 178px;
}
.l-global__list li:nth-of-type(5) {
	width: 152px;
}
.l-global__list li:nth-of-type(6) {
	width: 139px;
}
.l-global__list li:nth-last-of-type(1) {
	border-right: 1px solid #9a9a9a;
}
.l-global__list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% + 1px);
	width: 1px;
	height: 100%;
	background-color: #ffffff;
}
.l-global__list li a {
	color:#333333;
	display: block;
	padding: 8px 0px;
	text-decoration:none;
}
.l-global__list li p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
.l-global__list li p:hover {
	opacity: 0.8;
}
/*------------------------------*
 * l-container
 *------------------------------*/
.l-container {
	margin-top: 0px;
	margin-bottom: auto;
	background-color: #ffffff;
}
/*------------------------------*
 * l-contents
 *------------------------------*/
.l-contents {
	display: flex;
	width: calc(100% - 20px);
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}
/*------------------------------*
 * l-main
 *------------------------------*/
.l-main {
	width: calc(100% - 200px - 20px);
	margin-left: 20px;
}
/*------------------------------*
 * l-sidebar
 *------------------------------*/
.l-sidebar {
	width: 200px;
}
.l-sidebar a{
	color:#333333;
	text-decoration:none;
}
/*------------------------------*
 * l-sidebar[box01]
 *------------------------------*/
.l-sidebar__box01 {
}
.l-sidebar__box01 a {
	margin-top: 5px;
	display: block;
}
.l-sidebar__box01 a:first-child {
	margin-top:0;
}
.l-sidebar__box01 a:hover {
	opacity: 0.7;
}
/*------------------------------*
 * l-sidebar[box02]
 *------------------------------*/
.l-sidebar__box02 {
	margin-top: 18px;
}
.l-sidebar__box02 p {
	padding: 6px 0px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background-color: #464646;
}
.l-sidebar__box02-list {
	margin-top: 5px;
}
.l-sidebar__box02-list li {
	margin-top:5px;
}
.l-sidebar__box02-list a {
	display: block;
}
.l-sidebar__box02-list a:hover {
	opacity: 0.7;
}
/*------------------------------*
 * l-sidebar[box03]
 *------------------------------*/
.l-sidebar__box03 {
	margin-top: 23px;
}
/*------------------------*
 * l-sidebar__box03-inner
 *------------------------*/
.l-sidebar__box03-inner {
	padding: 3px 3px;
	background-color: #f1f1f1;
	border: 1px solid #9a9a9a;
}
.l-sidebar__box03-inner p {
	position: relative;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}
.l-sidebar__box03-inner p:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 24px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #e70012;
}
.l-sidebar__box03-list {
}
.l-sidebar__box03-list li {
	position: relative;
	background-color: #ffffff;
}
.l-sidebar__box03-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 2px);
	height: 1px;
	background-color: #9a9a9a;
	transform: translateX(-50%);
}
.l-sidebar__box03-list a {
	display: flex;
	align-items: center;
	padding: 17px 8px;
}
.l-sidebar__box03-list span {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 1;
}
.l-sidebar__box03-list span:before {
	content: '';
	display: block;
	width: 8px;
	height: 9px;
	margin-right: 4px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #e70012;
}
.l-sidebar__box03-list a:hover {
	opacity: 0.7;
}
/*------------------------------*
 * l-sidebar[box04]
 *------------------------------*/
.l-sidebar__box04 {
	margin-top: 25px;
}
.l-sidebar__box04-list {
	border: 1px solid #9a9a9a;
}
.l-sidebar__box04-list li {
	display: flex;
	align-items: center;
	padding: 8px 4px 8px 8px;
	border-top: 1px solid #9a9a9a;
}
.l-sidebar__box04-list li:nth-of-type(1) {
	border-top: none;
}
l-sidebar__box04-list img {
	width: 40px;
}
.l-sidebar__box04-list li div {
	margin-left: 5px;
}
.l-sidebar__box04-text01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.l-sidebar__box04-text02 {
	font-size: 10px;
	line-height: 1.4;
}
.l-sidebar__box04-text03 {
	font-size: 15px;
	line-height: 1.4;
}
.l-sidebar__box04-text04 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
/*------------------------------*
 * l-sidebar[box05]
 *------------------------------*/
.l-sidebar__box05 {
	margin-top: 25px;
}
.l-sidebar__box05 a {
	display:block;
}
.l-sidebar__box05 a:hover {
	opacity: 0.7;
}
/*------------------------------*
 * l-calendar
 *------------------------------*/
.l-sidebar__calendar {
	margin-top: 10px;
}
.l-sidebar__calendar p {
	font-size: 15px;
	line-height: 1.35;
	margin-top: 30px;
}
.l-sidebar__calendar p span.holiday {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #f7cdce;
}
.l-calendar {
}
.l-calendar--horizontal {
	display: flex;
	flex-wrap: wrap;
}
.l-calendar__table {
	width: fit-content;
	margin: auto;
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.l-calendar__table tr {
}
.l-calendar__table th {
	padding: 1px 5px;
	background-color: #f1f1f1;
	border: 1px solid #ffffff;
}
.l-calendar__table caption {
	font-weight: bold;
	background-color: #cccccc;
}
.l-calendar__table th.sun {
	color: #e70012;
}
.l-calendar__table th.sat {
	color: #0400fd;
}
.l-calendar__table td {
	padding: 1px 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.l-calendar__table td.sun {
	font-weight: bold;
	color: #fd0129;
	background-color: #f6ccce;
}
.l-calendar__table td.sat {
	font-weight: bold;
	color: #0400fd;
	background-color: #f6ccce;
}
.l-calendar__table td.holiday {
	font-weight: bold;
	color: #fd0129;
	background-color: #f6ccce;
}
.l-calendar__table td.today {
	font-weight: bold;
	color: #32a63f;
}
/*------------------------------*
 * l-crumb
 *------------------------------*/
.l-crumb {
	margin-bottom:10px;
}
.l-crumb__item {
	display:flex;
	flex-wrap:wrap;
	margin-top:-3px;
}
.l-crumb__item-list {
	text-align:left;
	display:inline;
	margin-top:3px;
	margin-left:3px;
	line-height:12px;
	vertical-align:bottom;
}
.l-crumb__item-list:first-child {
	margin-left:0;
} 
.is-crumb:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free'; 
	font-weight:900;
	margin-left:2px;
}
.is-crumb:last-child:after {
	content:none;
}
.l-crumb__item-list.is-last:after{
	content: none;
}
.l-crumb__item-list:last-child:after {
	content: none;
	margin-left:0;
} 
.l-crumb__item-list-anchor {
	background:#e80000;
	font-size:12px;
	border-radius:4px;
	padding:4px 6px;
	color:#fff;
	display: inline-block;
	text-decoration:none;
}
.l-crumb__item-list-anchor>* {
	color:#fff;
}
.l-crumb__item-list-anchor:hover {
	text-decoration:underline !important;
}
span.l-crumb__item-list-anchor:hover {
	text-decoration:none !important;
}
.l-crumb__item-list-anchor-nolink {
	background:none;
	border-radius:4px;
	padding:4px;
	color:#0097c6;
	display: inline-block;
}
.l-crumb__item-list-anchor-nolink>* {
	color:#0097c6;
}
.l-crumb__item-list-anchor-nolink:hover {
	text-decoration:none !important;
}
span.l-crumb__item-list-anchor-nolink:hover {
	text-decoration:none !important;
}
/*-----------------------------------------------*
 * c-pager
 *-----------------------------------------------*/
.c-pager {
	width:100%;
	margin:1rem auto;
}
.c-pager__info {
	text-align:center;
	font-weight:500;

}
.c-pager__inner {
	margin:1rem auto;
}
.c-pager__item {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.c-pager__item li {
	margin-left:5px;
	min-width:24px;
}
.c-pager__item li span{
	display:block;
	width:28px;
	height:28px;
	line-height:24px;
	border-radius:50%;
	text-align:center;
	background:#e80000;
	border: 2px solid #e80000;
	color:#fff;
}
.c-pager__item li span.nolink{
	background:#0289a8;
	border: 2px solid #0289a8;
	color:#fff;
}
.c-pager__item a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
}
.c-pager__item span:not(.nolink):hover {
	background:#ff6666;
	border: 2px solid #ff6666;
}
.c-pager__item-list-anchor--prev {
	
}
.c-pager__item-list-anchor--next {
	
}
/*------------------------------*
 * l-footercommon
 *------------------------------*/
.l-footercommon {
	margin-top:40px;
}
.l-footercommon a{
	color:#333333;
}
.l-footercommon__title {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #333333;
	padding: 6px 0px 6px 70px;
	color: #fff;
	background: linear-gradient(#5b5b5b 0%, #232323 50%, #070707 51%, #0f0f0f 100%);
}
.l-footercommon__title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 15px;
	width: 44px;
	height: 52px;
	background-image: url(/common/img/footercommon/contact_title.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.l-footercommon__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0px;
	border: 1px solid #9a9a9a;
}
.l-footercommon__body-text01 {
}
.l-footercommon__body img {
	margin-top: 15px;
	width: fit-content;
	display: block;
	width: 100%;
}
.l-footercommon__body-text02 {
	margin-top: 10px;
	font-size: 13px;
}
.l-footercommon__body-button {
	position: relative;
	display: block;
	width: fit-content;
	margin-top: 20px;
	padding: 10px 50px;
	background-color: #e70012;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	color: #ffffff !important;
	cursor: pointer;
	border: 1px solid #e70012;
	text-decoration:none;
}
.l-footercommon__body-button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
}
.l-footercommon__body-button:hover {
	color: #e70012 !important;
	background-color: #ffffff;
}
.l-footercommon__body-button:hover:after {
	border-color: #e70012;
}
.l-footercommon__introduction {
	padding: 30px 0;
	font-size: 14px;
	line-height: 2.3;
}
.l-footercommon__navi {
	display: flex;
	align-items: stretch;
	gap: 10px;
}
.l-footercommon__navi li {
	width: calc((100% - (10px * (4 - 1))) / 4);
	min-width: calc((100% - (10px * (4 - 1))) / 4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	background: linear-gradient(
		#f7f7f7 0%,
		#ffffff 15%,
		#ffffff 65%,
		#fefefe 66%,
		#dddddd 97%,
		#ffffff 98%,
		#ffffff 100%
	);
	border-bottom: 6px solid #000;
}
.l-footercommon__navi a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 10px 0;
	font-weight: bold;
	line-height: 1.5;
	text-decoration:none;
}
.l-footercommon__navi a:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #e70012 transparent transparent transparent;
}
.l-footercommon__navi li:hover {
	border-bottom: 6px solid #e70012;
}
.l-footercommon__navi li a:hover {
	color: #e70012;
}
/*------------------------------*
 * l-footer
 *------------------------------*/
.l-footer {
	width: 100%;
	margin-top: 30px;
}
.l-footer-inner {
	display: flex;
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------*
 * l-sitemap
 *------------------------------*/
.l-sitemap {
	position: relative;
	border-top: 22px solid #261b18;
}
.l-sitemap:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #c5c5c5;
}
.l-sitemap__inner {
	display: flex;
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.l-sitemap__inner-left {
	display: flex;
	justify-content: space-around;
	width: 73%;
	padding: 20px 0;
}
.l-sitemap__inner-right {
	width: 27%;
	margin-left: auto;
	padding: 20px 0;
}
.l-sitemap__item {
	margin-right: 10px;
}
.l-sitemap__item a {
	font-size:12px;
	color: #e70012;
	text-decoration: underline;
}
.l-sitemap__item a:hover {
	text-decoration: none;
}
/*------------------------------*
 * l-company
 *------------------------------*/
.l-company {
	padding: 10px;
	background-color: #eeeeee;
	border-radius: 6px;
}
.l-company p {
	font-size: 12px;
}
.l-company a {
	color: #e70012;
	text-decoration: underline;
}
.l-company ak:hover {
	text-decoration: none;
}
/*------------------------------*
 * l-footerbanner
 *------------------------------*/
.l-footerbanner {

}
.l-footerbanner p {
	text-align: center;
	color: #ffffff;
	margin-bottom: 3px;
	padding: 5px 0px;
	background-color: #261b18;
}
.l-footerbanner__inner {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.l-footerbanner__item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 13px;
	margin-top:10px;
}
.l-footerbanner__item-list {
	width: calc((100% - (10px * (4 - 1))) / 4);
	min-width: calc((100% - (10px * (4 - 1))) / 4);
}
.l-footerbanner a {
	display: block;
}
.l-footerbanner a:hover {
	opacity: 0.7;
}
.l-footerbanner--novelty,
.l-footerbanner--print {
	margin-top: 10px;
	border-top: 3px solid #c5c5c5;
}
.l-footerbanner--novelty p,
.l-footerbanner--print p {
	color:#261b18;
	width: 150px;
	padding: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #c5c5c5;
	border-radius: 0px 0px 6px 6px;
}
.l-footerbanner--novelty {
	margin-top:5px;
}
/*------------------------------*
 * l-footercopyright
 *------------------------------*/
.l-footercopyright {
	margin-top: 10px;
	padding: 6px 0px;
	background-color: #eeeeee;
}
.l-footercopyright p{
	font-size: 14px;
	text-align: center;
	color: #333333;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*
 *
 *
 * Component
 *
 *
 *+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*------------------------------*
 * c-title01
 *------------------------------*/
.c-title01 {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(
		180deg,
		#e90009 0%,
		#c20006 100%
	);
	border-radius: 4px;
}
.c-title01::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 9px;
	background-image: url('/common/img/icon/star.png');
	background-repeat: no-repeat;
}
/*------------------------------*
 * c-title02
 *------------------------------*/
.c-title02 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 8px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.c-title02::before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	margin-right: 8px;
	background-image: url('/common/img/icon/badge01.png');
	background-repeat: no-repeat;
}
/*------------------------------*
 * c-title03
 *------------------------------*/
.c-title03 {
	margin-bottom: 20px;
	padding: 6px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ededed;
}
/*------------------------------*
 * c-title04
 *------------------------------*/
.c-title04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 5px 6px 15px;
	border: 2px solid #333;
	background: linear-gradient(#5b5b5b 0%, #232323 50%, #070707 51%, #0f0f0f 100%);
}
.c-title04 p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}
.c-title04 a {
	display: flex;
	align-items: center;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 30px;
}
.c-title04 a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
}
.c-title04 a:hover {
	color: #e70012;
}
.c-title04 a:hover::after {
	border-color: #e70012;
}
/*------------------------------*
 * c-title05
 *------------------------------*/
.c-title05 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: #cccccc;
	border-bottom: 3px solid #333333;
}
/*------------------------------*
 * c-title06
 *------------------------------*/
.c-title06 {
	margin-top: 20px;
	border-bottom: 3px solid #ccc;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 6px 6px 0;
	line-height: 14px;
}
.c-title06 p{
	line-height: 14px;
	padding: 6px 16px 4px 16px;
	border-bottom: 3px solid #e70012;
	font-size: 16px;
	display: inline;
}
/*------------------------------*
 * c-scrolltop
 *------------------------------*/
.c-scrolltop {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #e70012;
	border-radius: 50%;
	border: 1px solid #e70012;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: 0.3s;
}
.c-scrolltop::before {
	content: '';
	position: absolute;
	top: 35%;
	left: 50%;
	display: block;
	width: 15%;
	height: 15%;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: translateX(-50%) rotate(45deg);
	transition: 0.3s;
}
.c-scrolltop::after {
	content: '';
	position: absolute;
	top: 35%;
	left: 50%;
	display: block;
	height: 30%;
	border-right: 2px solid #ffffff;
	transform: translateX(-50%);
	transition: 0.3s;
}
.c-scrolltop:hover {
	background-color: #ffffff;
}
.c-scrolltop:hover::before,
.c-scrolltop:hover::after {
	border-color: #e70012;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*
 *
 *
 * Utility
 *
 *
 *+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*------------------------------*
 * u-mt
 *------------------------------*/
.u-mt0 {
	margin-top: 0px!important;
}
.u-mt5 {
	margin-top: 5px!important;
}
.u-mt10 {
	margin-top: 10px!important;
}
.u-mt15 {
	margin-top: 15px!important;
}
.u-mt20 {
	margin-top: 20px!important;
}
.u-mt25 {
	margin-top: 25px!important;
}
.u-mt30 {
	margin-top: 30px!important;
}
.u-mt35 {
	margin-top: 35px!important;
}
.u-mt40 {
	margin-top: 40px!important;
}
.u-mt45 {
	margin-top: 45px!important;
}
.u-mt50 {
	margin-top: 50px!important;
}
.u-mt55 {
	margin-top: 55px!important;
}
.u-mt60 {
	margin-top: 60px!important;
}
.u-mt65 {
	margin-top: 65px!important;
}
.u-mt70 {
	margin-top: 70px!important;
}
.u-mt75 {
	margin-top: 75px!important;
}
.u-mt80 {
	margin-top: 80px!important;
}
.u-mt85 {
	margin-top: 85px!important;
}
.u-mt90 {
	margin-top: 90px!important;
}
.u-mt95 {
	margin-top: 95px!important;
}
.u-mt100 {
	margin-top: 100px!important;
}
/*------------------------------*
 * u-mb
 *------------------------------*/
.u-mb0 {
	margin-bottom: 0px!important;
}
.u-mb5 {
	margin-bottom: 5px!important;
}
.u-mb10 {
	margin-bottom: 10px!important;
}
.u-mb15 {
	margin-bottom: 15px!important;
}
.u-mb20 {
	margin-bottom: 20px!important;
}
.u-mb25 {
	margin-bottom: 25px!important;
}
.u-mb30 {
	margin-bottom: 30px!important;
}
.u-mb35 {
	margin-bottom: 35px!important;
}
.u-mb40 {
	margin-bottom: 40px!important;
}
.u-mb45 {
	margin-bottom: 45px!important;
}
.u-mb50 {
	margin-bottom: 50px!important;
}
.u-mb55 {
	margin-bottom: 55px!important;
}
.u-mb60 {
	margin-bottom: 60px!important;
}
.u-mb65 {
	margin-bottom: 65px!important;
}
.u-mb70 {
	margin-bottom: 70px!important;
}
.u-mb75 {
	margin-bottom: 75px!important;
}
.u-mb80 {
	margin-bottom: 80px!important;
}
.u-mb85 {
	margin-bottom: 85px!important;
}
.u-mb90 {
	margin-bottom: 90px!important;
}
.u-mb95 {
	margin-bottom: 95px!important;
}
.u-mb100 {
	margin-bottom: 100px!important;
}
/*------------------------------*
 * u-mr
 *------------------------------*/
.u-mr0 {
	margin-right: 0px!important;
}
.u-mr5 {
	margin-right: 5px!important;
}
.u-mr10 {
	margin-right: 10px!important;
}
.u-mr15 {
	margin-right: 15px!important;
}
.u-mr20 {
	margin-right: 20px!important;
}
.u-mr25 {
	margin-right: 25px!important;
}
.u-mr30 {
	margin-right: 30px!important;
}
.u-mr35 {
	margin-right: 35px!important;
}
.u-mr40 {
	margin-right: 40px!important;
}
.u-mr45 {
	margin-right: 45px!important;
}
.u-mr50 {
	margin-right: 50px!important;
}
.u-mr55 {
	margin-right: 55px!important;
}
.u-mr60 {
	margin-right: 60px!important;
}
.u-mr65 {
	margin-right: 65px!important;
}
.u-mr70 {
	margin-right: 70px!important;
}
.u-mr75 {
	margin-right: 75px!important;
}
.u-mr80 {
	margin-right: 80px!important;
}
.u-mr85 {
	margin-right: 85px!important;
}
.u-mr90 {
	margin-right: 90px!important;
}
.u-mr95 {
	margin-right: 95px!important;
}
.u-mr100 {
	margin-right: 100px!important;
}
/*------------------------------*
 * u-ml
 *------------------------------*/
.u-ml0 {
	margin-left: 0px!important;
}
.u-ml5 {
	margin-left: 5px!important;
}
.u-ml10 {
	margin-left: 10px!important;
}
.u-ml15 {
	margin-left: 15px!important;
}
.u-ml20 {
	margin-left: 20px!important;
}
.u-ml25 {
	margin-left: 25px!important;
}
.u-ml30 {
	margin-left: 30px!important;
}
.u-ml35 {
	margin-left: 35px!important;
}
.u-ml40 {
	margin-left: 40px!important;
}
.u-ml45 {
	margin-left: 45px!important;
}
.u-ml50 {
	margin-left: 50px!important;
}
.u-ml55 {
	margin-left: 55px!important;
}
.u-ml60 {
	margin-left: 60px!important;
}
.u-ml65 {
	margin-left: 65px!important;
}
.u-ml70 {
	margin-left: 70px!important;
}
.u-ml75 {
	margin-left: 75px!important;
}
.u-ml80 {
	margin-left: 80px!important;
}
.u-ml85 {
	margin-left: 85px!important;
}
.u-ml90 {
	margin-left: 90px!important;
}
.u-ml95 {
	margin-left: 95px!important;
}
.u-ml100 {
	margin-left: 100px!important;
}
/*-----------------------------------------------*
 * helpicon
 *-----------------------------------------------*/
.u-helpicon {
	
}
.u-helpicon:before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background-image: url("/common/img/icon/question01.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 0.2rem;
}
/*-----------------------------------------------*
 * downloadicon
 *-----------------------------------------------*/
.u-downloadicon {
	
}
.u-downloadicon:before {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.2rem;
	background-image: url("/common/img/icon/download01.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 0.35rem;
	margin-right:3px;
}
/*-----------------------------------------------*
 * mailicon
 *-----------------------------------------------*/
.u-mailicon {
	
}
.u-mailicon:before {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.2rem;
	background-image: url("/common/img/icon/mailicon01.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 0.35rem;
	margin-right:3px;
}
/*-----------------------------------------------*
 * input
 *-----------------------------------------------*/
/*************
 * require
 *************/
.u-require:before {
	content:'必須';
	margin-right:5px;
	font-size:12px;
	color:#fff;
	padding:5px;
	background:#ff0000;
	border-radius:50%;
}
/*************
 * input01
 *************/
.u-input01 {
	line-height: 26px;
	background: #edfcff;
	width: 300px;
	margin: 0;
	padding: 4px 8px;
	border: 0.2rem solid #27c7ab;
}
/*************
 * select01
 *************/
.u-select01 {
	border:0.2rem solid #27c7ab;
	padding: 4px 8px;
	background: #edfcff;
	font-size: 14px;
}
.u-select01 option{
}
/*************
 * textarea01
 *************/
.u-textarea01 {
	line-height: 26px;
	background: #edfcff;
	width: 300px;
	min-height:200px;
	margin: 0;
	padding: 4px 8px;
	border: 0.2rem solid #27c7ab;
}
/*************
 * checkbox01
 *************/
input[type="checkbox"]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
}
label.u-checkbox01 {
	position: relative;
	display: block;
	word-break: break-all;
	line-height:24px;
}
label.u-checkbox01 input[type="checkbox"] + span {
	position: relative;
	padding: 0 30px 0 30px;
	cursor:pointer;
}
label.u-checkbox01.no-label input[type="checkbox"] + span {
	padding: 0;
}
label.u-checkbox01 input[type="checkbox"] + span::before {
	border-color: #27c7ab;
}
label.u-checkbox01 input[type="checkbox"]:checked + span::before {
	
}
label.u-checkbox01 span {
	display: inline-block;
}
label.u-checkbox01 input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
label.u-checkbox01 input[type="checkbox"] + span::before,
label.u-checkbox01 input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.u-checkbox01 input[type="checkbox"] + span::before {
	z-index: 0;
	background: #edfcff;
	width: 24px;
	height: 24px;
	border: 2px solid #27c7ab;
	border-radius: 2px;
}
label.u-checkbox01.disabled input[type="checkbox"] + span::before {
	background-color: #eee;
	border: 1px #ccc solid;
}
label.u-checkbox01 input[type="checkbox"]:checked + span::before {
	border: 2px #27c7ab solid;
}
label.u-checkbox01 input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 3px 8px;
	width: 8px;
	height: 15px;
}
label.u-checkbox01 input[type="checkbox"]:checked + span::after {
	border: 2px solid #27c7ab;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	      transform: rotate(45deg);
}
/*************
 * radio01
 *************/
input[type="radio"]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
}
label.u-radio01 {
	position: relative;
	display: inline-block;
	word-break: break-all;
	line-height:16px;
}
label.u-radio01 input[type="radio"] + span {
	position: relative;
	padding: 0 26px 0 28px;
	cursor:pointer;
	line-height:24px;
}
label.u-radio01.no-label input[type="radio"] + span {
	padding: 0;
}
label.u-radio01 span {
	display: inline-block;
}
label.u-radio01 input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
label.u-radio01 input[type="radio"] + span::before,
label.u-radio01 input[type="radio"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.u-radio01 input[type="radio"] + span::before {
	z-index: 0;
	background: #edfcff;
	width: 24px;
	height: 24px;
	border: 2px solid #27c7ab;
	border-radius: 50%;
}
label.u-radio01.disabled input[type="radio"] + span::before {
	background-color: #eee;
	border: 1px #ccc solid;
}
label.u-radio01 input[type="radio"]:checked + span::before {
	border: 2px #27c7ab solid;
}
label.u-radio01 input[type="radio"] + span::after {
	z-index: 1;
	margin: 2px 6px 2px 0px;
	width: 12px;
	height: 12px;
}
label.u-radio01 input[type="radio"]:checked + span::after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #27c7ab;
	position: absolute;
	top: 10px;
	left: 12px;
	transform: translate(-50%, -50%);
	z-index: 10;
}









.u-caution {
	color:#ccc;
	font-size:12px;
}
.u-color--red {
	color:#ff0000;
}
.u-alert01 {
	font-weight:bold;
	color:#ff0000;
}
.u-bold {
	font-weight:bold;
}
.u-ajaxlink {
	color:#0645ad;
	text-decoration:underline;
	cursor:pointer;
}
.u-ajaxlink:hover {
	color:#e70012;
	text-decoration:underline;
}
.u-tcenter {
	text-align:center;
}
.u-tleft {
	text-align:left;
}
.u-tright {
	text-align:right;
}
.u-w80 {
	width:80px;
}
.u-w100 {
	width:100px;
}
.u-w100p {
	width:100% !important;
}
.u-w120 {
	width:120px;
}
.u-w150 {
	width:150px !important;
}
.u-w200 {
	width:200px;
}
.u-w300 {
	width:300px;
}
.u-w350 {
	width:350px;
}
.u-w400 {
	width:400px;
}
.u-w440 {
	width:440px;
}
