@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*!------------------------
 * Styles
 *------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
	font-style: normal;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input {
  border: 0;
  margin: 0;
}
input[type=submit] {
-webkit-appearance: none;
}

/*** base ***/
* {
  min-width: 0;
  min-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-width: 3px;
}
html {
  font-size: 62.5%;
} 
body {
	background: #FFF;
  color: #232323;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7324vw;
		line-height: 1.6;
  }
}
img {
	width: auto;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.js_clear:after {
  display: block;
  clear: both;
  content: '';
}
a {
  color: inherit;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
}
i {
  font-style: normal;
}
hr {
  margin: 3em 0;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
.svg_icon {
  display: none;
}
strong, em {
  font-style: normal;
}
strong {
  font-weight: 500;
}
small {
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	small {
		font-size: 3.2vw;
	}
}
a {
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}
select,
option,
input,
textarea {
  font-family: inherit;
}
ol,
ul {
  list-style: none;
}
ruby rt {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.s_cfx::after,
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

a[href^="tel"] {
	pointer-events: none;
}
@media (max-width: 767px) {
	a[href^="tel"] {
		pointer-events: auto;
	}
}

body.scroll {
	padding: 184px 0 0;
}
@media only screen and (max-width: 1079px) {
	body.scroll {
		padding: 58px 0 0;
	}
}
@media (max-width: 767px) {
	body.scroll {
		padding: 19.4705vw 0 0;
	}	
}
@media (max-width: 767px) {
	.l_main.js_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

/*------------------------
 * Layout
 *------------------------*/
/*** .l_header ***/
.l_header {
	background: #FFF;
}
@media (max-width: 767px) {
  .l_header {
		position: relative;
		z-index: 1;
		height: 19.4705vw;
  }
}
.l_header.scroll {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  /*-webkit-animation: fadeInDown .3s ease-in-out;*/
  /*animation: fadeInDown .3s ease-in-out;*/
}

.l_head_site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 24px 20px 0;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_head_site {
		height: 19.467vw;
		padding: 5.405vw 6.4vw 6.9316vw;
	}
}
@media (max-width: 767px) {
	.l_head_sitelogo {
		width: 100%;
		max-width: 29.0594vw;
	}
}
.l_head_sitelogo:only-child {
margin-bottom: 24px;
}
@media (max-width: 767px) {
.l_head_sitelogo:only-child {
margin-bottom: 5.405vw;
}
}
.l_head_subnavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.l_head_subnavi > *:not(:first-child) {
	margin-left: 20px;
}
@media (max-width: 767px) {
	.l_head_subnavi > *:not(:first-child) {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.l_head_subnavi .l_head_search,
	.l_head_subnavi .l_head_mybushugas {
		display: none;
	}
}
.l_head_search form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px;	
}
@media (max-width: 1079px) {
	.l_head_search form {
		width: 170px;
	}
}
.l_head_search input[type=text] {
	display: block;
	border: 1px solid #B2B2B2;
	line-height: 30px;
	border-radius: 20px;
	padding: 4px 17px;
}
.l_head_search input[type=submit] {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 22px;
	height: 21px;
	background: url(../images/common/icon_search.svg) no-repeat center center / 22px 21px;
}

.l_head_navi {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px 17px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_head_navi {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.l_head_navi .l_head_search {	
		display: none;
	}
}
.l_head_mybushugas a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	width: 185px;
	height: 40px;
	padding: 4px 12px 4px 22px;
	color: #FFF;
	font-size: 1.8rem;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border-radius: 20px;
	box-sizing: border-box;
}
@media (max-width: 1079px) {
	.l_head_mybushugas a {
		width: 155px;
		font-size: 1.4rem;
	}
}
.l_head_emergency a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	width: 185px;
	height: 40px;
	padding: 4px 7px 4px 18px;
	color: #FFF;
	font-size: 1.8rem;
	background: #D42E35;
	border-radius: 20px;	
	box-sizing: border-box;
}
@media (max-width: 1079px) {
	.l_head_emergency a {
		width: 155px;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.l_head_emergency a {
		width: 34.1248vw;
		height: 7.4648vw;
		padding: 1.333vw 1.0664vw 1.333vw 3.4658vw;
		line-height: 1;
		font-size: 3.2vw;
	}
	.l_head_emergency a img {
		width: 5.0654vw;
		height: 5.0654vw;
	}
}
.l_head_hamburger {
	display: none;
}
@media (max-width: 767px) {
	.l_head_subnavi .l_head_hamburger {
		position: relative;
		display: block;
		width: 8vw;
		height: 6.4vw;
		margin-left: 8.5312vw;
	}
	.l_head_subnavi .l_head_hamburger.js_active:after {
		content: "閉じる";
		position: absolute;
		bottom: -5.332vw;
		font-size: 2.666vw;
	}
	.l_head_hamburger span {
		display: block;
		width: 100%;
		height: 0.8vw;
		background: #225ea7;
		background: -moz-linear-gradient(0,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
		background: -webkit-linear-gradient(0,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
		background: linear-gradient(90deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
		border-radius: 3px;
	}
	.l_head_hamburger span:nth-child(1) {
		position: absolute;
		top: 0;
		transition: all .3s ease-in-out;
	}
	.l_head_hamburger.js_active span:nth-child(1) {
		top: calc(50% - 0.4vw);
		transform: rotate(45deg);
	}
	.l_head_hamburger span:nth-child(2) {
		position: absolute;
		top: calc(50% - 0.4vw);		
	}
	.l_head_hamburger.js_active span:nth-child(2) {
		opacity: 0;
	}
	.l_head_hamburger span:nth-child(3) {
		position: absolute;
		top: calc(100% - 0.8vw);
		transition: all .3s ease-in-out;
	}
	.l_head_hamburger.js_active span:nth-child(3) {
		top: calc(50% - 0.4vw);
		transform: rotate(-45deg);
	}
}

@media (max-width: 767px) {
	.l_head_navi {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		display: none;
		height: calc(100vh - 19.467vw);
		width: 100%;
		padding-bottom: 10.664vw;
		background: #eeeeee;
		overflow-y: scroll;
	}
	.l_head_navi .l_head_search {
		padding: 4.2656vw 3.7324vw;
	}
	.l_head_navi .l_head_search form {
		width: 100%;
	}
	.l_head_navi .l_head_search input[type=text] {
		width: 100%;
	}
}

.l_head_navi_menu {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.l_head_navi_menu {
		margin-top: 0;
		background: #225ea7;
		background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
		background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
		background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	}
}
.l_head_navi_menu .l_head_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list {
		display: block;
		padding: 0  3.7324vw;
	}	
}
.l_head_navi_menu .l_head_list .l_head_list_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 8);
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list .l_head_list_item {
		display: block;
		width: 100%;
	}	
}
.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0 4px;
	border-left: 1px solid #707070;
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		min-height: 19.1952vw;
		text-align: left;
		padding: 0;
		padding-left: 4.2656vw;
		border-left: none;
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0.8vw;
    top: calc(50% - 2.1328vw);
    transform: rotate(90deg);
    display: block;
    width: 2.666vw;
    height: 4.2656vw;
    background: url(/assets/images/common/icon_button_arrow.svg) no-repeat center center / 2.666vw 4.2656vw;
	}
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link.js_active:before {
    transform: rotate(270deg);		
	}
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link.js_linkactive:before {
    transform: rotate(0deg);		
	}
	.l_head_navi_menu .l_head_list .l_head_list_item:last-child .l_head_list_link {
		border-bottom: none;		
	}
}
@media (min-width: 768px) {
.l_head_navi_menu .l_head_list .l_head_list_item.js_active .l_head_list_link:before {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16.5px 15px 16.5px;
	border-color: transparent transparent #225ca3 transparent;
	}
}
.l_head_navi_menu .l_head_list .l_head_list_item:last-child .l_head_list_link {
	border-right: 1px solid #707070;
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list .l_head_list_item:last-child .l_head_list_link {
		border-right: none;
	}
}
.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	width: 100%;
	min-height: 35px;
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_img {
		display: none;
	}
}
.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_text {
	display: block;
	width: 100%;
/*font-size: 1.5rem;*/
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 7px;
}
@media (max-width: 1220px) {
.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_text {
font-size: 1.1rem;
}
}
@media (max-width: 1079px) {
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_text {
		font-size: 1rem;
		letter-spacing: -1px;
	}
}
@media (max-width: 1079px) {
	.scroll .l_head_navi_menu .l_head_list .l_head_list_item:last-child .l_head_list_link .l_text {
		letter-spacing: -2px;
	}
}
@media (max-width: 767px) {
	.l_head_navi_menu .l_head_list .l_head_list_item .l_head_list_link .l_text {
		font-size: 4vw;
		margin-top: 0;
	}
}
.l_head_contents_menu {
	position: absolute;
	z-index: 2;
	top: calc(100% + 16px);
	left: 0;
	display: none;
	width: 100%;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border-radius: 4px;
	padding: 37px 54px 9px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_head_contents_menu {
		position: static;
		display: none;
		background: none;
		border-radius: 0;
		padding: 0;
		padding-left: 19.1952vw;
	}
	.l_head_navi_menu .l_head_list .l_head_list_item:last-child .l_head_contents_menu {
		border-top: 1px solid #FFF;
	}
}
.l_head_contents_menu .l_head_contents_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.l_head_contents_menu .l_head_contents_list {
		display: block;
	}
}
.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item {
	width: -webkit-calc((100% / 5) - (120px / 5));
	width: calc((100% / 5) - (120px / 5));
	min-height: 50px;
	margin-right: 30px;
	margin-bottom: 28px;
}
.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #FFF;
	}
}
.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	height: 100%;
	padding-left: 25px;
	color: #FFF;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link {
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
		width: 100%;
		min-height: 16.5292vw;
		padding-left: 1.333vw;
		font-size: 3.7324vw;
	}
}
@media (max-width: 767px) {
	.l_head_list_item:last-child .l_head_contents_menu .l_head_contents_list .l_head_contents_list_item:last-child {
		border-bottom: none;
	}
}
.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 9px;
	height: 100%;
	background: #FFF;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link:before {
    content: "";
    position: absolute;
		left: auto;
    right: 0.8vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2.666vw;
    height: 4.2656vw;
    margin-top: 1px;
    background: url(/assets/images/common/icon_button_arrow.svg) no-repeat center center / 2.666vw 4.2656vw;
	}
}
@media (min-width: 768px) {
	.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link {
		transition: opacity .3s ease-in-out;
	}
	.l_head_contents_menu .l_head_contents_list .l_head_contents_list_item .l_link:hover {
		opacity: .75;
	}
}
@media (min-width: 768px) {
	.l_head_navi .l_head_mybushugas {
		display: none;
	}
}
@media (max-width: 767px) {
	.l_head_navi .l_head_mybushugas {
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
		margin-top: 8vw;
	}
}
@media (min-width: 768px) {
	.l_head_navi .l_sns_list {
		display: none;
	}
}
@media (max-width: 767px) {
	.l_head_navi .l_sns_list {
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
		flex-wrap: -webkit-wrap;
		flex-wrap: wrap;
		margin-top: 10.664vw;
	}
	.l_head_navi .l_sns_list .l_sns_title {
		width: 100%;
		margin-bottom: 5.8652vw;
		text-align: center;
    font-size: 4.2656vw;
		font-weight: 500;
	}
	.l_head_navi .l_sns_list .l_sns_contents {
		width: 16vw;
		margin-right: 5.332vw;
	}
	.l_head_navi .l_sns_list .l_sns_contents:last-child {
		margin-right: 0;
	}
}

/*** .l_footer ***/
.l_footer {
	background: #F1F1F1;
}
@media (min-width: 768px) {
	.l_footer .l_list .l_item .l_link {
		transition: opacity .3s ease-in-out;
	}
	.l_footer .l_list .l_item .l_link:hover {
		opacity: .75;
	}
}
.l_footer .l_title {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.l_footer .l_title {
		margin-bottom: 5.8652vw;
		font-size: 4.2656vw;
		text-align: center;
	}	
}
.l_footer .l_title .u_uline {
	text-decoration: underline;
}
@media (min-width: 768px) {
.l_footer .l_title .u_uline:hover {
	text-decoration: none;
	
}
}

.l_topbtn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_topbtn {
		padding: 0 5.8652vw;
	}
}
.u_topbtn {
	position: absolute;
	z-index: 100;
	display: block;
	width: 78px;
	height: 78px;
	padding-top: 20px;
	transform: translateY(-50%);
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border: none;
	border-radius: 50%;
	line-height: 1;
	color: #FFF;
	font-size: 1.8rem;
	cursor: pointer;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.u_topbtn {
		width: 17.6vw;
		height: 17.6vw;
		transform: translateY(-30%);
		font-size: 4vw;
	}
}
 .u_topbtn.fixed {
	position: fixed;
	bottom: 0;
}
.u_topbtn:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 25px;
	margin: 0 auto;
	background: url(/assets/images/common/icon_button_arrow.svg) no-repeat center center / 16px 25px;
	transform: rotate(-90deg);
}
@media (max-width: 767px) {
	.u_topbtn:before {
		top: 2.4vw;
		width: 3.7324vw;
		height: 5.6vw;
		background: url(/assets/images/common/icon_button_arrow.svg) no-repeat center center / 3.7324vw 5.6vw;
	}
}
.l_footer_link {
	display: -ms-grid;
	display: grid;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 70px 20px 55px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_footer_link {
		display: block;
		padding: 8vw 6.4vw 11.1972vw;		
	}
}
.l_sns_list .l_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.l_sns_list .l_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.l_sns_list .l_list .l_item {
	width: 48px;
	margin-left: 16px;
}
@media (max-width: 767px) {
	.l_sns_list .l_list .l_item {
		width: 16vw;
		margin-left: 5.332vw;
	}	
}
.l_sns_list .l_list .l_item:nth-child(4n+1) {
	margin-left: 0;
}
.l_sns_list .l_list .l_item:nth-child(n+5) {
	margin-top: 8px;
}
.l_footer_link .l_sns_list {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	width: 240px;
}
@media (max-width: 767px) {
	.l_footer_link .l_sns_list {
		width: 100%;
	}
}
.l_footer_link .l_sns_list .l_list {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.l_footer_link .l_sns_list .l_list {
		margin-bottom: 5.8652vw;
	}
}
.l_footer_link .l_newsletter_item .l_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
	align-items: center;
	background: #fff;
	padding: 10px 55px 11px 13px;
	border: 1px solid #707070;
	border-radius: 4px;
	line-height: 1.3;
	position: relative;
	transition: opacity .3s ease-in-out;
}
@media (max-width: 767px) {
	.l_footer_link .l_newsletter_item {
		max-width: 80vw;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.l_footer_link .l_newsletter_item .l_link {
		padding: 3.73vw 14.67vw 4vw 4.27vw;
	}
}
.l_footer_link .l_newsletter_item .l_link::before {
	content: '';
	display: inline-block;
	background: url(/assets/images/common/icon_mail.svg) no-repeat;
	background-size: contain;
	width: 23px;
	height: 18px;
	margin-right: 25px;
}
@media (max-width: 767px) {
	.l_footer_link .l_newsletter_item .l_link::before {
		width: 6.13vw;
		height: 4.8vw;
		margin-right: 9.6vw;
	}
}
.l_footer_link .l_newsletter_item .l_link::after {
	content: '';
	display: inline-block;
	background: url(/assets/images/common/icon_arrow_doubleline.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 34px;
}
@media (max-width: 767px) {
	.l_footer_link .l_newsletter_item .l_link::after {
		width: 4.27vw;
		height: 3.73vw;
		right: 9.07vw;
	}
}
.l_footer_link .l_newsletter_item .l_link:hover {
	opacity: .75;
}
.l_footer_link .l_footer_company_banner {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	margin-left: 96px;
}
.l_footer_link .l_footer_relation_banner {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	margin-top: 26px;
	margin-left: 96px;
}
@media (max-width: 767px) {
	.l_footer_link .l_footer_company_banner,
	.l_footer_link .l_footer_relation_banner {
		margin-top: 9.5976vw;
		margin-left: 0;
	}
}
.l_footer_company_banner .l_list,
.l_footer_relation_banner .l_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
.l_footer_company_banner .l_list .l_item,
.l_footer_relation_banner .l_list .l_item {
	width: calc((100% / 4) - (30px / 4));
	margin-left: 10px;
}
@media (max-width: 767px) {
	.l_footer_company_banner .l_list .l_item,
	.l_footer_relation_banner .l_list .l_item {
		width: calc((100% / 2) - (2.666vw / 2));
		margin-left: 2.666vw;
	}	
}
.l_footer_company_banner .l_list .l_item.l_item_small,
.l_footer_relation_banner .l_list .l_item.l_item_small {
	width: calc((25% / 2) - (40px / 4));
	margin-left: 10px!important;
}
@media (max-width: 767px) {
	.l_footer_company_banner .l_list .l_item.l_item_small,
	.l_footer_relation_banner .l_list .l_item.l_item_small {
		width: calc((50% / 2) - (5.332vw / 2));
		margin-left: 2.666vw!important;
	}	
}
.l_footer_company_banner .l_list .l_item:nth-child(4n+1),
.l_footer_relation_banner .l_list .l_item:nth-child(4n+1) {
	margin-left: 0;
}
@media (max-width: 767px) {
	.l_footer_company_banner .l_list .l_item:nth-child(2n+1),
	.l_footer_relation_banner .l_list .l_item:nth-child(2n+1) {
		margin-left: 0;
	}
}
.l_footer_company_banner .l_list .l_item:nth-child(n+5),
.l_footer_relation_banner .l_list .l_item:nth-child(n+5) {
	margin-top: 16px;
}
@media (max-width: 767px) {
	.l_footer_company_banner .l_list .l_item:nth-child(n+3),
	.l_footer_relation_banner .l_list .l_item:nth-child(n+3),
	.l_footer_company_banner .l_list .l_item:nth-child(n+5),
	.l_footer_relation_banner .l_list .l_item:nth-child(n+5) {
		margin-top: 2.666vw;
	}
}
@media (max-width: 767px) {
	.l_footer_company_banner .l_list .l_item img,
	.l_footer_relation_banner .l_list .l_item img {
		max-width: none;
		width: 100%;
		height: auto;
	}
}
.l_footer_copy {
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	color: #FFF;
}
.l_footer_copy .l_footer_copy_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 32px 20px 15px;
}
@media (max-width: 767px) {
	.l_footer_copy .l_footer_copy_inner {
		padding: 0 0 7.7314vw;		
	}
}
.l_footer_copy_address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.l_footer_copy_address {
		order: 2;
		width: 100%;
		text-align: center;
	}
}
.l_footer_copy_address .l_footer_copy_address_title {
	width: 100%;
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.l_footer_copy_address .l_footer_copy_address_title {
		font-size: 5.332vw;
		margin-top: 9.331vw;
		margin-bottom: 1.6vw;
	}
}
@media (max-width: 767px) {
	.l_footer_copy_address .l_footer_copy_address_text {
		width: 100%;
		font-size: 4.2656vw;
	}
}
.l_footer_copy_address .l_footer_copy_address_text + .l_footer_copy_address_text {
	margin-left: 16px;
}
.l_footer_copy_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1079px) {
	.l_footer_copy_link {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.l_footer_copy_link {
		order: 1;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 0;
	}
}
.l_footer_copy_link .l_footer_copy_link_item:not(:first-child) {
	margin-left: 28px;
}
@media (max-width: 767px) {
	.l_footer_copy_link .l_footer_copy_link_item:not(:first-child) {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.l_footer_copy_link .l_footer_copy_link_item:nth-child(1) {
		width: 100%;
	}
	.l_footer_copy_link .l_footer_copy_link_item:nth-child(2),		
	.l_footer_copy_link .l_footer_copy_link_item:nth-child(3) {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.l_footer_copy_link .l_footer_copy_link_item .l_link {
		display: block;
		padding: 5.332vw 0;
		border-bottom: 1px solid #FFF;
		font-size: 4.2656vw;
		text-align: center;
	}
	.l_footer_copy_link .l_footer_copy_link_item:nth-child(3) .l_link {
		border-left: 1px solid #FFF;		
	}
}

.l_footer_copy_link .l_link {
	text-decoration: underline;
}
@media (min-width: 768px) {
	.l_footer_copy_link .l_link:hover {
		text-decoration: none;
	}	
}
.l_footer_copy_text {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.l_footer_copy_text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		order: 3;
		margin-top: 5.8652vw;
	}
}

/*------------------------
 * Components
 * 接頭辞 .c-xxx
 *------------------------*/
.c_section {
	padding: 50px 0;
}
@media (max-width: 767px) {
	.c_section {
		padding: 9.331vw 0;
	}	
}
.c_section:nth-child(2n) {
	background: #E6E9F3;
}
.l_article .c_section:nth-child(2n) {
	background: none;
}
.c_contents {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.c_contents {
		padding: 0 6.4vw;
	}
}
.c_article {
	padding-top: 10px;
}
@media (max-width: 767px) {
	.c_article {
		padding-top: 2.666vw;
	}
}
.c_ttl_lv2 {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	.c_ttl_lv2 {
		font-size: 5.332vw;
		margin-bottom: 9.6vw;
	}	
}
.c_ttl_lv2 .c_ttl {
	display: inline-block;
	min-width: 300px;
	position: relative;
	padding-bottom: 16px;
}
@media (max-width: 767px) {
	.c_ttl_lv2 .c_ttl {
		padding-bottom: 4.2656vw;
	}	
}
.c_ttl_lv2 .c_ttl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #225ea7;
	background: -moz-linear-gradient(0deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(0deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(90deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
}
.c_link[href$=".pdf"]:after {
	content: "PDF";
	display: inline-block;
	width: 64px;
	height: 24px;
	padding: 0 7px;
	margin-left: 7px;
	background: #c8c8c8 url("/assets/images/common/icon_pdf.svg") no-repeat right 7px center;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.c_link[href$=".pdf"]:after {
		width: 17.0624vw;
		height: 6.4vw;
		padding: 0 1.8662vw;
		margin-left: 1.8662vw;
		background: #c8c8c8 url("/assets/images/common/icon_pdf.svg") no-repeat right 7px center / 4.2656vw 4.2656vw;
	}
}

.c_btn_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c_btn_block.c_btn_block_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c_btn_block.c_btn_block_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
	.c_btn_block {
		display: block;
	}
}
.c_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
	margin-top: 46px;
}
.c_btn.c_btn_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c_btn.c_btn_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c_btn_block .c_btn + .c_btn {
	margin-left: 46px;
}
@media (max-width: 767px) {
	.c_btn_block .c_btn + .c_btn {
		margin-left: 0;
	}
}
.c_btn .c_link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	min-width: 240px;
	padding: 4px 40px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 500;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border-radius: 40px;
	box-sizing: border-box;
}
.c_btn.c_btn_emergency .c_link {
	background: #D42E35;
}
.c_btn.c_btn_release .c_link {
	color: #232323;
	background: #FFF;
	border: 1px solid #B2B2B2;
}
@media (min-width: 768px) {
	.c_btn .c_link {
		transition: opacity .3s ease-in-out;
	}
	.c_btn .c_link:hover {
		opacity: .75;
	}
}
@media (max-width: 767px) {
	.c_btn .c_link {
		padding: 1.0664vw 10.664vw;
		font-size: 4.8vw;
	}
}
.c_btn .c_link:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 16px;
	margin-top: 1px;
	background: url("/assets/images/common/icon_button_arrow.svg") no-repeat;
}
@media (max-width: 767px) {
	.c_btn .c_link:after {
		width: 2.666vw;
		height: 4.2656vw;
		background: url("/assets/images/common/icon_button_arrow.svg") no-repeat center center / 100% auto;
	}
}
.c_btn .c_link[target="_blank"]:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-left: 0;
	background: url("/assets/images/common/icon-blank-white.svg") no-repeat;
}
@media (max-width: 767px) {
	.c_btn .c_link[target="_blank"]:after {
		width: 4.2656vw;
		height: 4.2656vw;
		background: url("/assets/images/common/icon-blank-white.svg") no-repeat center center / 100% auto;
	}
}
.l_article .c_btn .c_link[href$=".pdf"] {
	color: #FFF;
}
.l_article .c_btn .c_link[href$=".pdf"]:after {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin-left: 0;
	background: url(/assets/images/common/icon_pdf.svg) no-repeat center center / 20px 20px;
}
@media (max-width: 767px) {
	.l_article .c_btn .c_link[href$=".pdf"]:after {
		width: 5.332vw;
		height: 5.332vw;
		background: url(/assets/images/common/icon_pdf.svg) no-repeat center center / 5.332vw 5.332vw;
	}
}
.c_btn.c_btn_emergency .c_link:after {
	width: 25px;
	height: 25px;
	background: url("/assets/images/common/icon_emergency.svg") no-repeat center center / 25px 25px;	
}
@media (max-width: 767px) {
	.c_btn.c_btn_emergency .c_link:after {
		width: 6.665vw;
		height: 6.665vw;
		background: url("/assets/images/common/icon_emergency.svg") no-repeat center center / 6.665vw 6.665vw;	
	}
}
.c_btn.c_btn_release .c_link:after {
	width: 20px;
	height: 20px;
	background: url("/assets/images/common/icon_print.svg") no-repeat center center / 20px 20px;
}
@media (max-width: 767px) {
	.c_btn.c_btn_release .c_link:after {
		width: 5.332vw;
		height: 5.332vw;
		background: url("/assets/images/common/icon_print.svg") no-repeat center center / 5.332vw 5.332vw;
	}
}

.c_btn.c_btn_tel .c_link,
.c_btn.c_btn_net .c_link {
	width: 100%;
	padding: 12px 40px;
	color: #000;
	line-height: 1.3;
	font-size: 2rem;
	background: #FFF;
	border-radius: 50px;
	border: 1px solid #707070;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}
@media (max-width: 767px) {
	.c_btn.c_btn_tel .c_link,
	.c_btn.c_btn_net .c_link {
		padding: 3.2vw 10.664vw;
		font-size: 4.2656vw;
		letter-spacing: -1px;
	}
}
.c_article > .c_btn.c_btn_tel .c_link,
.c_article > .c_btn.c_btn_net .c_link {
	width: auto;
	min-width: 455px;	
}
@media (max-width: 767px) {
	.c_article > .c_btn.c_btn_tel .c_link,
	.c_article > .c_btn.c_btn_net .c_link {
		width: 100%;
		min-width: auto;	
	}
}
.c_btn.c_btn_tel .c_link:after,
.c_btn.c_btn_net .c_link:after {
	right: auto;
	margin-top: 0;
}
.c_btn.c_btn_tel .c_link:after {
	left: 72px;
	width: 48px;
	height: 49px;
	background: url("/assets/images/common/icon_tel.svg") no-repeat;
}
@media (max-width: 767px) {
	.c_btn.c_btn_tel .c_link:after {
		left: 8.5312vw;
		width: 12.7968vw;
		height: 13.0634vw;
	}
}
.c_btn.c_btn_net .c_link:after {
	left: 54px;
	width: 46px;
	height: 46px;
	background: url("/assets/images/common/icon_net.svg") no-repeat;
}
@media (max-width: 767px) {
	.c_btn.c_btn_net .c_link:after {
		left: 7.4648vw;
		width: 12.2636vw;
		height: 12.2636vw;
	}
}


.c_news .c_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
	.c_news .c_item {
		flex-wrap: wrap;
	}
}
.c_news .c_item:not(:first-child) {
	margin-top: 15px;
}
@media (max-width: 767px) {
	.c_news .c_item:not(:first-child) {
		margin-top: 6.4vw;
	}
}
.c_news .c_item .c_time {
	min-width: 112px;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	padding: 0px 20px;
	white-space: nowrap;
}
.c_news .c_item .c_category {
	min-width: 114px;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	text-align: center;
	margin-left: 12px;
	padding: 0 6px;
	box-sizing: border-box;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.c_news .c_item .c_category {
		display: block;
		min-width: auto;
		width: 32vw;
		margin-left: 3.2vw;
		padding: 0 1.6vw;
	}
}
.c_news .c_item .c_category.c_category_release {
	color: #006837;
	border: 1px solid #006837;
}
.c_news .c_item .c_category.c_category_information {
	color: #005CA4;
	border: 1px solid #005CA4;
}
.c_news .c_item .c_category.c_category_important {
	color: #C0272D;
	border: 1px solid #C0272D;
}
.c_news .c_item .c_text {
	margin-left: 36px;
	padding-top: 1px;
}
@media (min-width: 768px) {
	.c_news .c_item .c_text .c_link {
		transition: opacity .3s ease-in-out;
	}
	.c_news .c_item .c_text .c_link:hover {
		opacity: 0.75;
	}
}
@media (max-width: 767px) {
	.c_news .c_item .c_text {
		width: 100%;
		margin-left: 0;
		margin-top: 1.6vw;
	}
}

.c_caution_block {
	max-width: 1280px;
	margin: 32px auto 0;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.c_caution_block {
		padding: 9.331vw 6.4vw 0;
		margin-top: 0;
	}
}
.c_caution_block .c_ttl_lv2 {
	background: #D42E35;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin: 0;
	color: #FFF;
	line-height: 1;
	font-size: 1.4rem;
	padding: 13px;
	box-sizing: border-box;	
}
@media (max-width: 767px) {
	.c_caution_block .c_ttl_lv2 {
		font-size: 4.8vw;
		padding: 2.9326vw;
	}
}
.c_caution_block .c_caution_contents {
	padding: 14px 14px 22px;
	border: 1px solid #D42E35;
	border-top: none;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media (max-width: 767px) {
	.c_caution_block .c_caution_contents {
		padding: 3.7324vw 3.7324vw 5.8652vw;
	}
}
.c_caution_block .c_btn {
	margin-top: 22px;
}
@media (max-width: 767px) {
	.c_caution_block .c_btn {
		margin-top: 5.8652vw;
	}
}
.c_card_link {
	margin-top: 70px;
}
@media (max-width: 767px) {
	.c_card_link {
		margin-top: 8vw;
	}
}
.c_card_link ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.c_card_link ul {
		display: block;
	}
}
.c_card_link li {
	width: calc((100% / 3) - (24px / 3));
	margin-left: 12px;
}
@media (max-width: 767px) {
	.c_card_link li {
		width: 100%;
		margin-left: 0;
	}
}
.c_card_link li:nth-child(3n+1) {
	margin-left: 0;
}
.c_card_link li:nth-child(n+4) {
	margin-top: 12px;
}
@media (max-width: 767px) {
	.c_card_link li:nth-child(n+2),
	.c_card_link li:nth-child(n+4) {
		margin-top: 2.9326vw;
	}
}
.c_card_link li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 65px;
	padding: 0 10px;
	border: 1px solid #707070;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 500;
}
@media only screen and (max-width: 1079px) {
	.c_card_link li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.c_card_link li a {
		min-height: 17.329vw;
		padding: 0 7.4648vw;
		font-size: 4.2656vw;
	}
}

.c_breadcrumb {
	width: 100%;
	max-width: 1280px;
	margin: 19px auto;
	padding: 0 20px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.c_breadcrumb {
		margin: 5.8652vw auto;
		padding: 0 6.9316vw;
	}
}
.c_breadcrumb_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.c_breadcrumb_list {
		font-size: 3.2vw;
	}
}
.c_breadcrumb_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
.c_breadcrumb_item:not(:first-child):before {
	content: "/";
	margin: 0 3px;
}
@media (max-width: 767px) {
	.c_breadcrumb_item:not(:first-child):before {
		margin: 0 0.8vw;
	}
}

.l_article .c_kv {
	position: relative;
	margin-top: 26px;
}
.l_article .c_kv figure {
	position: relative;
	height: 320px;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.l_article .c_kv figure {
		position: static;
		height: auto;
		width: 100%;
		overflow: visible;
	}
}
.l_article .c_kv figure img {
	position: absolute;
	width: 100%;
	max-width: none;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1366px) {
	.l_article .c_kv figure img {
		position: absolute;
		width: 1366px;
		height: 320px;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
@media (max-width: 767px) {
	.l_article .c_kv figure img {
		position: static;
		width: 100%;
		height: auto;
		transform: translate(0,0);
	}
}
.l_article .c_kv .c_kv_lead {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_article .c_kv .c_kv_lead {
		top: 5.332vw;
		bottom: auto;
		padding: 0 5.332vw;
	}
}
.l_article .c_kv .c_kv_lead p {
	color: #FFF;
	max-width: 485px;
	padding: 20px;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.l_article .c_kv .c_kv_lead p {
		padding: 4.2656vw;
	}
}
.c_article .c_special_table table {
	min-width: auto;
}
@media (min-width: 768px) {
.c_article .c_special_table table th,
.c_article .c_special_table table td {
	border: 6px solid #FFF;
}
.c_article .c_special_table table thead th,
.c_article .c_special_table table tbody th {
	background: none;
}
.c_article .c_special_table table thead th {
	padding: 0.25em 1em;
	font-size: 2rem;
	font-weight: 400;
	color: #000;
	text-align: center;
}
.c_article .c_special_table table tbody th {
	color: #005CA2;
	text-align: right
}
.c_article .c_special_table table tbody td {
	background: #EFEFEF;
}
}
@media (max-width: 767px) {
	.c_article .c_special_table .e_ttl {
		text-align: center;
		font-size: 5.332vw;
	}
	.c_article .c_special_table dl + .e_ttl {
		margin-top: 13.33vw;
	}
	.c_article .c_special_table dt {
		padding: 4.2656vw;
		padding-left: 1.333vw;
		color: #005CA2;
	}
	.c_article .c_special_table dd {
		padding: 4.2656vw;
		background: #EFEFEF;
	}
}

.c_article .c_bg_box {
	background: #EFEFEF;
	padding: 20px 25px;
	margin-top: 30px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.c_article .c_bg_box {
		padding: 5.332vw 6.665vw;
		margin-top: 8vw;
		font-size: 4.2656vw;
	}
}
.c_article .c_bg_box *:first-child {
	margin-top: 0;
}

/*------------------------
 * Utility
 * 接頭辞 .u-xxx
 *------------------------*/
/* テキスト配置 */
.u_text_left { text-align: left;}
.u_text_center { text-align: center;}
.u_text_right { text-align: right;}

/* テキストサイズ */
.u_font_normal { font-weight: normal;}
.u_font_bold { font-weight: 500;}
.u_font_10 { font-size: 1rem;}
.u_font_11 { font-size: 1.1rem;}
.u_font_12 { font-size: 1.2rem;}
.u_font_13 { font-size: 1.3rem;}
.u_font_14 { font-size: 1.4rem;}
.u_font_15 { font-size: 1.5rem;}
.u_font_16 { font-size: 1.6rem;}
.u_font_17 { font-size: 1.7rem;}
.u_font_18 { font-size: 1.8rem;}
.u_font_19 { font-size: 1.9rem;}
.u_font_20 { font-size: 2rem;}
.u_font_25 { font-size: 2.5rem;}
.u_font_30 { font-size: 3rem;}
.u_font_40 { font-size: 4rem;}
.u_font_50 { font-size: 5rem;}
.u_font_60 { font-size: 6rem;}

/* 間隔調整 */
.u_mt_0 {margin-top: 0;}
.u_mt_1 {margin-top: 1rem;}
.u_mt_2 {margin-top: 2rem;}
.u_mt_3 {margin-top: 3rem;}
.u_mt_4 {margin-top: 4rem;}
.u_mt_5 {margin-top: 5rem;}
.u_mt_6 {margin-top: 6rem;}
.u_mt_8 {margin-top: 8rem;}
.u_mt_10 {margin-top: 10rem;}
.u_mt_13 {margin-top: 13rem;}
.u_mb_0 {margin-bottom: 0;}
.u_mb_1 {margin-bottom: 1rem;}
.u_mb_2 {margin-bottom: 2rem;}
.u_mb_3 {margin-bottom: 3rem;}
.u_mb_4 {margin-bottom: 4rem;}
.u_mb_5 {margin-bottom: 5rem;}
.u_mb_6 {margin-bottom: 6rem;}
.u_mb_13 {margin-bottom: 13rem;}
.u_mr_0 {margin-right: 0;}
.u_mr_1 {margin-right: 1rem;}
.u_mr_2 {margin-right: 2rem;}
.u_mr_3 {margin-right: 3rem;}
.u_mr_4 {margin-right: 4rem;}
.u_mr_5 {margin-right: 5rem;}
.u_ml_0 {margin-right: 0;}
.u_ml_1 {margin-left: 1rem;}
.u_ml_2 {margin-left: 2rem;}
.u_ml_3 {margin-left: 3rem;}
.u_ml_4 {margin-left: 4rem;}
.u_ml_5 {margin-left: 5rem;}
.u_pt_0 {padding-top: 0;}
.u_pt_1 {padding-top: 1rem;}
.u_pt_2 {padding-top: 2rem;}
.u_pt_3 {padding-top: 3rem;}
.u_pt_4 {padding-top: 4rem;}
.u_pt_5 {padding-top: 5rem;}
.u_pt_10 {padding-top: 10rem;}
.u_pb_0 {padding-bottom: 0;}
.u_pb_1 {padding-bottom: 1rem;}
.u_pb_2 {padding-bottom: 2rem;}
.u_pb_3 {padding-bottom: 3rem;}
.u_pb_4 {padding-bottom: 4rem;}
.u_pb_5 {padding-bottom: 5rem;}
.u_pb_10 {padding-bottom: 10rem;}
.u_pb_13 {padding-bottom: 13rem;}
.u_pl_1 {padding-left: 1rem;}
.u_pl_2 {padding-left: 2rem;}
.u_pl_3 {padding-left: 3rem;}
.u_pl_4 {padding-left: 4rem;}
.u_pl_5 {padding-left: 5rem;}

/* デバイス別非表示 */
.u_display_none {
	display: none!important;
}
.u_pc_none {
  display: none!important;
}
.u_sp_none {
  display:  block!important;
}
@media (max-width: 767px) {
	.u_pc_none {
		display: block!important;
	}
	.u_sp_none {
		display:  none!important;
	}
}

/*------------------------
 * CMS 扉ページ
 *------------------------*/
.l_article_template .c_card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.l_article_template .c_card {
		display: block;
		margin-top: 5.8652vw;
	}
}
.l_article_template .c_card_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-calc((100% / 2) - (46px / 2));
	width: calc((100% / 2) - (46px / 2));
	margin-left: 46px;
}
@media (max-width: 767px) {
	.l_article_template .c_card_item {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}
.l_article_template .c_card_item:nth-child(2n+1) {
	margin-left: 0;
}
.l_article_template .c_card_item:nth-child(n+3) {
	margin-top: 46px;
}
@media (max-width: 767px) {
	.l_article_template .c_card_item:nth-child(n+2),
	.l_article_template .c_card_item:nth-child(n+3) {
		margin-top: 17.329vw;
	}
}

.l_article_template figure {
	width: calc(60% - 28px);
}
@media (max-width: 767px) {
	.l_article_template figure {
		width: 100%;
	}
}
.l_article_template figure img {
	border-radius: 4px;
	overflow: hidden;
}
.l_article_template figure a {
	display: block;
	text-align: center;
}
.l_article_template .c_card_contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	width: 40%;
	margin-left: 28px;
}
@media (max-width: 767px) {
	.l_article_template .c_card_contents {
		width: 100%;
		margin-left: 0;
		margin-top: 6.665vw;
	}
}
.l_article_template .c_card_text {
	width: 100%;
}

.l_article_template .c_card_item h2 {
	margin-top: 0;
	padding: 0;
	background: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.l_article_template .c_card_item h2 {
		font-size: 4.656vw;
		margin-bottom: 3.2vw;
	}
}
.l_article_template .c_card_item h2:after {
	content: none;
}

.l_article_template .c_btn {
	-ms-flex-align: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
}
.l_article_template .c_card_contents p.c_btn .c_link {
	width: 100%;
	min-width: auto;
}
@media (max-width: 767px) {
	.l_article_template .c_card_contents p.c_btn .c_link {
		width: auto;
		min-width: 240px;
		padding: 1.0664vw 0;
	}	
}


/*------------------------
 * CMS 記事
 *------------------------*/

.c_article h1 {
	position: relative;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 500;
	padding-top: 50px;
	padding-bottom: 4px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.c_article h1 {
		font-size: 6.4vw;
		padding-top: 9.331vw;
		padding-bottom: 1.0664vw;
		margin-bottom: 6.4vw;
	}
}
.c_article h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #225ea7;
	background: -moz-linear-gradient(0deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(0deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(90deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
}
.l_article h2 {
	position: relative;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 18px;
	background: #E5E5E5;
}
@media (max-width: 767px) {
	.l_article h2 {
		font-size: 5.332vw;
		margin-top: 9.331vw;
		margin-bottom: 5.332vw;
		padding: 0 4.8vw;
	}
}
.c_article h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 8px;
	height: 100%;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
}
@media (max-width: 767px) {
	.c_article h2:after {
		width: 2.1328vw;
	}
}
.c_article h3 {
	color: #005CA4;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.c_article h3 {
		font-size: 4.8vw;
		margin-top: 8vw;
		margin-bottom: 5.332vw;
	}
}
.c_article h4 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 15px;
}
@media (max-width: 767px) {
	.c_article h4 {
		font-size: 4.2656vw;
		margin-top: 8vw;
		margin-bottom: 5.332vw;
		padding-left: 4vw;
	}
}
.c_article h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.675em;
	display: block;
	width: 8px;
	height: 8px;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border-radius: 50%;
}
@media (max-width: 767px) {
	.c_article h4:after {
		top: 2.4vw;
		width: 2.1328vw;
		height: 2.1328vw;
	}
}
.c_article h5 {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #000000;
}
@media (max-width: 767px) {
	.c_article h5 {
		font-size: 4.2656vw;
		margin-top: 8vw;
		margin-bottom: 5.332vw;
	}
}
.c_article h6 {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.c_article h6 {
		font-size: 4.2656vw;
		margin-top: 5.332vw;
		margin-bottom: 5.332vw;
	}
}
.c_article p {
	margin-top: 1em;
}
.c_article a {
	color: #225ea7;
	text-decoration: underline;
}
@media (min-width: 1079px) {
	.c_article a {
		transition: opacity .3s ease-in-out;
	}
	.c_article a:hover {
		text-decoration: none;
		opacity: 0.75;
	}
}
.c_article .js_accordion a {
	cursor: pointer;
}

.c_article a[target="_blank"]:after {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 7px;
	background: url("/assets/images/common/icon-blank-black.svg") no-repeat center center;
}
@media (max-width: 767px) {
	.c_article a[target="_blank"]:after {
		width: 4.2656vw;
		height: 4.2656vw;
		background: url("/assets/images/common/icon-blank-black.svg") no-repeat center center / 100% auto;
	}	
}
.c_article figure a[target="_blank"]:after {
	content: none;
}
.c_article a[href$=".pdf"] {
	color: #232323;
	text-decoration: none;
}
.c_article a[href$=".pdf"]:after {
	content: "PDF";
	display: inline-block;
	text-align: left;
	width: 64px;
	height: 24px;
	padding: 0 7px;
	margin-left: 7px;
	background: #c8c8c8 url("/assets/images/common/icon_pdf.svg") no-repeat right 7px center;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.c_article a[href$=".pdf"]:after {
		width: 17.0624vw;
		height: 6.4vw;
		padding: 0 1.8662vw;
		margin-left: 1.8662vw;
		background: #c8c8c8 url("/assets/images/common/icon_pdf.svg") no-repeat right 7px center / 4.2656vw 4.2656vw;
	}
}
@media (min-width: 768px){
	.c_article a[href^="tel"] {
		text-decoration: none;
		color: inherit;
	}
}


.c_article ul,
.c_article ol {
	margin-top: 1em;
}
.c_article ul *,
.c_article ol * {
	margin-top: 0;
}
.c_article ul li {
	position: relative;
	padding-left: 1em;
}
.c_article ul li:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #225ea7;
}
.c_article ul li ul li:before {
	background: none;
	border: 1px solid #225ea7;
	box-sizing: border-box;
}
.c_article ol {
	list-style-type: decimal;
	padding-left: 1em;
}
.c_article ol ol {
	list-style-type: upper-alpha;
}
.c_article .c_table_scroll {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.c_article .c_table_scroll {
		padding-bottom: 8px;
		margin-top: 5.332vw;
	}
}
.c_article table {
	width: 100%;
}
@media (max-width: 767px) {
	.c_article table {
		min-width: 700px;
	}	
}
.c_article table th,
.c_article table td {
	text-align: left;
	padding: 0.5em 1em;
	border: 2px solid #EEE;
}
.c_article table th {
	color: #FFF;
	background: #225ea7;
}
.c_article iframe {
	width: 100%;
	aspect-ratio: 16/9;
	margin: 10px 0;
}

.l_article .c_section {
	padding-top: 0;
}

.l_article .c_caution {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

/* リッチテキスト外の特殊レイアウト */
.c_contact_block {
	padding-top: 50px;
}
@media (max-width: 767px) {
	.c_contact_block {
		padding-top: 9.331vw;
	}
}
.c_contact_block .c_ttl {
	font-size: 2rem;
	font-weight: 400;
	margin-top: 0;
}
@media (max-width: 767px) {
	.c_contact_block .c_ttl {
		font-size: 5.332vw;
	}
}
.c_contact_item {
	position: relative;
	padding-left: 22px;
	margin-top: 18px;
}
@media (max-width: 767px) {
	.c_contact_item {
		padding-left: 5.8652vw;
		margin-top: 4.8vw;
	}
}
.c_contact_item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
	border-radius: 4px;
}
@media (max-width: 767px) {
	.c_contact_item:before {
		width: 1.0664vw;
		border-radius: 1.0664vw;
	}
}
.c_contact_item p {
	margin-top: 0;
}
.c_contact_item a {
	color: #232323;
	text-decoration: none;
}
.c_contact_item .c_ttl {
	font-size: 1.4rem;
	font-weight: normal;
}
@media (max-width: 767px) {
	.c_contact_item .c_ttl {
		font-size: 3.7324vw;
	}
}
.c_contact_item address {
	line-height: 1.2;
}
.c_contact_item address a {
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.c_contact_item address a {
		font-size: 5.332vw;
	}
}
.c_contact_data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
@media (max-width: 767px) {
	.c_contact_data {
		display: block;
	}
}
.c_contact_data * + * {
	margin-left: 1.2em;
}
@media (max-width: 767px) {
	.c_contact_data * + * {
		margin-left: 0;
	}
}

.c_column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.c_column {
		display: block;
	}	
}
* + .c_column {
	margin-top: 30px;
}
@media (max-width: 767px) {
	* + .c_column {
		margin-top: 8vw;
	}	
}
.c_column .c_column_item:not(:first-child) {
	margin-left: 50px;
}
@media (max-width: 767px) {
	.c_column .c_column_item:not(:first-child) {
		margin-left: 0;
	}
}
.c_column.c_column_2  .c_column_item{
	width: -webkit-calc((100% / 2) - (50px / 2));
	width: calc((100% / 2) - (50px / 2));
}
@media (max-width: 767px) {
	.c_column.c_column_2  .c_column_item{
		width: 100%;
	}
}
.c_column.c_column_3  .c_column_item{
	width: -webkit-calc((100% / 3) - (100px / 3));
	width: calc((100% / 3) - (100px / 3));
}
@media (max-width: 767px) {
	.c_column.c_column_3  .c_column_item{
		width: 100%;
	}
}
.c_column.c_column_4  .c_column_item{
	width: -webkit-calc((100% / 4) - (150px / 4));
	width: calc((100% / 4) - (150px / 4));
}
@media (max-width: 767px) {
	.c_column.c_column_4  .c_column_item{
		width: 100%;
	}
}

.l_article .c_ttl_lv1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #FFF;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 7px;
	background: #225ea7;
	background: -moz-linear-gradient(-45deg,  #225ea7 0%, #245da5 40%, #2b5ba0 50%, #375798 60%, #49528d 70%, #604c7d 80%, #7c446b 87%, #9e3a54 95%, #cf2d35 100%);
	background: -webkit-linear-gradient(-45deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	background: linear-gradient(135deg,  #225ea7 0%,#245da5 40%,#2b5ba0 50%,#375798 60%,#49528d 70%,#604c7d 80%,#7c446b 87%,#9e3a54 95%,#cf2d35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225ea7', endColorstr='#cf2d35',GradientType=1 );
}
.l_article .c_ttl_lv1:after {
	content: none;
}
@media (max-width: 767px) {
	.l_article .c_ttl_lv1 {
	min-height: 21.328vw;
	font-size: 6.4vw;
	letter-spacing: 1.8662vw;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
}




/*------------------------
 * Css Animation & JS CSS
 *------------------------*/
.c_article .js_accordion_btn {
	cursor: pointer;
}
.c_article .js_accordion_block {
	display: none;
}
.c_btn .c_link.js_accordion_btn:after {
	width: 10px;
	height: 16px;
	background: url(/assets/images/common/icon_button_arrow.svg) no-repeat center center / 10px 16px;
	transform: translateY(-50%) rotate(90deg);
}
.c_btn .c_link.js_accordion_btn.js_on:after {
	transform: translateY(-50%) rotate(-90deg);
}

.mfp-inline-holder .mfp-content > * {
	position: relative;
	margin: 10px auto;
	max-width: 1000px;
	background: #fff;
	padding: 40px;
}
.mfp-content * + p {
	margin-top: 1em;
}
.mfp-inline-holder .mfp-content .c_youtube_block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mfp-inline-holder .mfp-content .c_youtube_block iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.js_fadein {
opacity:0;	
}
.js_fadein.js_animate{
animation-name:fadeUpAnime;
animation-duration:0.75s;
animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {
	opacity: 0;
	transform: translateY(50px);
  }

  to {
	opacity: 1;
	transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

