@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap&subset=japanese");
/*------------------- reset ---------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}

body {
		line-height: 1;
}

ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after {
		content: "";
		content: none;
}

q:before, q:after {
		content: "";
		content: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

/*--------------- form ------------------*/
button {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		font-family: inherit;
		font-size: 100%;
}

input, select, textarea {
		font-family: inherit;
		font-size: 100%;
}

input[type=checkbox], 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 {
		position: relative;
		display: block;
		word-break: break-all;
}
label input[type=checkbox] + span {
		position: relative;
		padding-left: 15px;
}
label input[type=radio] + span {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		padding-left: 0;
}
label input[type=checkbox] + span::before {
		border-color: #6A3906;
}
label input[type=checkbox]:checked + span::before {
		background-color: #6A3906;
}
label span {
		display: inline-block;
}
label input[type=checkbox] {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		width: 1px;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		content: "";
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
label input[type=checkbox] + span::before {
		z-index: 0;
		background-color: transparent;
		width: 12px;
		height: 12px;
		border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
		z-index: 1;
		margin: 2px 4px;
		width: 6px;
		height: 9px;
}
label input[type=checkbox]:checked + span::before {
		background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
		border: 2px solid #313131;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
label input[type=radio] + span::before {
		border-color: #6A3906;
}
label span {
		display: inline-block;
}
label input[type=radio] {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		width: 1px;
}
label input[type=radio] + span::before {
		position: absolute;
		display: inline-block;
		content: "";
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border: 1px solid #668dd4;
		border-radius: 50%;
		z-index: 0;
		top: 5px;
		right: 0;
		background-color: transparent;
		width: 14px;
		height: 14px;
}
label input[type=radio]:checked + span::after {
		position: absolute;
		display: inline-block;
		content: "";
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background-color: #668dd4;
		border-radius: 50%;
		z-index: 0;
		top: 7px;
		right: 2px;
		width: 10px;
		height: 10px;
}

/*--- checkbox --*/
/*--- radio ----*/
/*label input[type="radio"]:checked + span::before {
  border: 4px solid #668dd4;
}*/
/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #dbd6d0;
		border-radius: 0;
}

textarea, select {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #dbd6d0;
		border-radius: 0;
}

input[type=button], input[type=submit] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #dbd6d0;
		border-radius: 0;
}

button[type=submit], input[type=reset] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #dbd6d0;
		border-radius: 0;
}

/*-------- select ------------*/
select {
		width: 200px;
		background-image: url(../images/contact_select_arr.png);
		background-repeat: no-repeat;
		background-position: 92% center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-weight: bold;
}
select::-ms-expand {
		display: none;
}

input[type=text], input[type=email], input[type=tel] {
		width: 100%;
		max-width: 100%;
}

textarea {
		width: 100%;
		max-width: 100%;
		resize: vertical;
		overflow: auto;
		height: 160px;
}

input[type=button] {
		padding: 10px 40px;
		font-size: 1.2em;
		background-color: #6a3906;
		color: #fff;
		border-style: none;
}
input[type=submit] {
		padding: 10px 40px;
		font-size: 1.2em;
		background-color: #6a3906;
		color: #fff;
		border-style: none;
}
input[type=submit]:hover {
		/*	opacity: 0.7;*/
}

@media screen and (max-width: 768px) {
		input[type=text], input[type=email], input[type=tel] {
				width: 100%;
				font-size: 1.6rem !important;
		}

		textarea {
				width: 100%;
				font-size: 1.6rem !important;
		}
}
::-webkit-input-placeholder {
		color: #999999;
}
::-moz-placeholder {
		color: #999999;
}
:-ms-input-placeholder {
		color: #999999;
}
::-ms-input-placeholder {
		color: #999999;
}
::placeholder {
		color: #999999;
}

/*----------------------------------------------*/
/*--------------- common -----------------------*/
body {
		font-size: 100%;
		background-color: #fff;
		color: #000;
		font-family: "Noto Sans JP", sans-serif;
		-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin: 0;
		padding: 0;
}

.clearfix::after {
		content: " ";
		display: block;
		clear: both;
}

.clr {
		clear: both;
}

.fr {
		float: right;
}

.fl {
		float: left;
}

img {
		display: block;
}

* {
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
*:before, *:after {
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}

html, body {
		width: 100%;
		min-width: 1020px;
		overflow-x: hidden;
}

html {
		font-size: 62.5%;
}

body {
		font-size: 1rem;
		line-height: 1.75;
		position: relative;
}

.mincho {
		font-family: "Noto Serif JP", serif;
}

.tab, .sp, .ip {
		display: none;
}

.wrap {
		width: 990px;
		max-width: 100%;
		margin: auto;
}

.under #main .wrap {
		width: 960px;
}

.wrap.inn {
		width: 1000px;
}
.wrap img {
		display: block;
		max-width: 100%;
		margin: auto;
}

a {
		text-decoration: none;
		outline: none;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		/*	color: #3E3A39;*/
}
a:hover {
		text-decoration: none;
		opacity: 0.7;
}
a:hover img {
		opacity: 0.7;
}

.switch {
		display: none;
}

.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

/*------------------ general----------------*/
.mt0 {
		margin-top: 0px !important;
}

.mt5 {
		margin-top: 5px !important;
}

.mt10 {
		margin-top: 10px !important;
}

.mt15 {
		margin-top: 15px !important;
}

.mt20 {
		margin-top: 20px !important;
}

.mt25 {
		margin-top: 25px !important;
}

.mt30 {
		margin-top: 30px !important;
}

.mt35 {
		margin-top: 35px !important;
}

.mt40 {
		margin-top: 40px !important;
}

.mt45 {
		margin-top: 45px !important;
}

.mt50 {
		margin-top: 50px !important;
}

.mb0 {
		margin-bottom: 0px !important;
}

.mb10 {
		margin-bottom: 10px !important;
}

.mb15 {
		margin-bottom: 15px !important;
}

.mb20 {
		margin-bottom: 20px !important;
}

.mb25 {
		margin-bottom: 25px !important;
}

.mb30 {
		margin-bottom: 30px !important;
}

.mb35 {
		margin-bottom: 35px !important;
}

.mb50 {
		margin-bottom: 50px !important;
}

.mb60 {
		margin-bottom: 60px !important;
}

.mr0 {
		margin-right: 0px !important;
}

.mr10 {
		margin-right: 10px !important;
}

.mr20 {
		margin-right: 20px !important;
}

.mr30 {
		margin-right: 30px !important;
}

.mr40 {
		margin-right: 40px !important;
}

.pl0 {
		padding-left: 0px !important;
}

.pl10 {
		padding-left: 10px !important;
}

.pl20 {
		padding-left: 20px !important;
}

.pl30 {
		padding-left: 30px !important;
}

.pl40 {
		padding-left: 40px !important;
}

.pl50 {
		padding-left: 50px !important;
}

.pb0 {
		padding-bottom: 0px !important;
}

.pb10 {
		padding-bottom: 10px !important;
}

.pb20 {
		padding-bottom: 20px !important;
}

.pb30 {
		padding-bottom: 30px !important;
}

.pb40 {
		padding-bottom: 40px !important;
}

.pr0 {
		padding-right: 0px !important;
}

.pr10 {
		padding-right: 10px !important;
}

.pr15 {
		padding-right: 15px !important;
}

.pr20 {
		padding-right: 20px !important;
}

.pr30 {
		padding-right: 30px !important;
}

.pr40 {
		padding-right: 40px !important;
}

.pt0 {
		padding-top: 0 !important;
}

.pt10 {
		padding-top: 10px !important;
}

.pt20 {
		padding-top: 20px !important;
}

.pt30 {
		padding-top: 30px !important;
}

.pt40 {
		padding-top: 40px !important;
}

/*---------------- sp-------------------*/
@media screen and (max-width: 768px) {
		html, body {
				width: 100%;
				min-width: inherit;
		}

		.sp {
				display: block;
		}

		.pc {
				display: none;
		}

		.wrap {
				width: 100%;
				padding: 0 4%;
		}
}
/*--------------- parts ---------------*/
.ggmap {
		position: relative;
		padding-bottom: 54.18%;
		height: 0;
		overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop, #aaa {
		margin-top: 25px;
}

/*------------------ safari -------------------*/
_::-webkit-full-page-media, _:future {
		width: 106px;
}

:root #aaa {
		width: 106px;
}

/*---------------------- main -----------------------*/
.under02 #main {
		padding-top: 80px;
}

/*------------------------- footer --------------------*/
#footer {
		background-color: #0B308E;
		color: #fff;
		padding: 30px 0 40px;
}
#footer a {
		color: #fff;
}
#footer .f_info {
		width: calc( 100% - 420px );
}
#footer > .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
#footer .f_logo {
		width: 160px;
}
#footer .f_logo img {
		margin: 0;
}
#footer .f_add {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.58;
		margin: 15px 0 25px;
}
#footer .f_sns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
#footer .f_sns li + li {
		margin-left: 21px;
}
#footer .f_sns .insta {
		width: 22px;
}
#footer .f_sns .fb {
		width: 11px;
}
#footer .f_sns .tw {
		width: 25px;
}
#footer .f_sitemap {
		width: 420px;
		max-width: 100%;
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
#footer .f_sitemap .parent {
		font-size: 1.4rem;
		font-weight: 500;
		width: 180px;
}
#footer .f_sitemap .parent > li {
		position: relative;
		border-bottom: 0.5px solid #ffffff;
		padding-bottom: 3px;
		padding-top: 3px;
		margin-bottom: 9px;
}
#footer .f_sitemap .parent > li:last-of-type {
		margin-bottom: 0;
}
#footer .f_sitemap .parent > li > a,
#footer .f_sitemap .parent > li > span {
		position: relative;
		padding: 0 0 0;
		display: block;
}
#footer .f_sitemap .parent > li > a::after,
#footer .f_sitemap .parent > li > span::after {
		content: "";
		width: 7px;
		height: 7px;
		border: 0 solid #ffffff;
		border-width: 1px 1px 0 0;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 8px;
}
#footer .f_sitemap .parent > li > .trigger {
		cursor: pointer;
}
@media print, screen and (min-width: 769px) {
		#footer .f_sitemap .parent > li > .trigger::after {
				/*border-width: 0 1px 1px 0;*/
		}
}
#footer .f_sitemap .parent > li > .trigger.is_open::after {
		border-width: 0 1px 1px 0;
}
#footer .f_sitemap .child {
		font-size: 1.2rem;
		font-weight: 400;
		margin-top: 5px;
		padding-bottom: 4px;
}
#footer .cpy {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		margin-top: 50px;
}

/*------------------------------- sp ----------------------------*/
@media screen and (max-width: 768px) {
		#main {
				margin-top: 70px;
		}

		body.under02 #main {
				padding-top: 0;
		}

		#footer {
				padding: 0 0 10vw;
		}
		#footer > .wrap {
				display: block;
				padding: 0;
		}
		#footer .flex {
				display: block;
		}
		#footer .f_logo {
				width: 140px;
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
		}
		#footer .f_logo img {
				margin: auto;
		}
		#footer .f_info {
				width: 100%;
				padding: 20px 5.3vw 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
		#footer .f_add {
				margin: 15px 0 0;
				width: 100%;
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3;
				line-height: 1.6;
		}
		#footer .f_sns {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2;
		}
		#footer .f_sitemap {
				display: block;
				width: 100%;
				margin-top: 0;
		}
		#footer .f_sitemap .parent {
				display: block;
				width: 160px;
				width: 100%;
		}
		#footer .f_sitemap .parent > li {
				margin: 0;
				padding: 7px 6.6vw 8px;
		}
		#footer .f_sitemap .parent > li span {
				display: block;
		}
		#footer .f_sitemap .parent > li + li {
				margin-top: 5px;
		}
		#footer .f_sitemap .parent > li > a:hover::after {
				content: none;
		}
		#footer .f_sitemap .child {
				position: static;
				/*display: none;*/
				padding: 0 0 0 0;
				width: auto;
		}
		#footer .f_sitemap .g_child {
				padding: 0 0 10px 15px;
		}
		#footer .cpy {
				font-size: 1rem;
				letter-spacing: 0;
				margin-top: 30px;
				width: 100%;
				-webkit-box-ordinal-group: 5;
				    -ms-flex-order: 4;
				        order: 4;
		}

		#footer .f_sitemap .parent > li.trigger {
				padding: 0;
				margin: 0;
		}
		#footer .f_sitemap .parent > li.trigger > span {
				display: none;
		}

		#footer .f_sitemap .child {
				padding: 0.5em 0;
				font-size: 1.4rem;
		}
		#footer .f_sitemap .child li {
				border-bottom: 1px solid #ffffff;
				border: none;
				padding: 7px 0 8px;
				padding: 0;
		}
		#footer .f_sitemap .child li:last-of-type {
				border-bottom: none;
		}
		#footer .f_sitemap .child li + li {
				margin-top: 5px;
		}
		#footer .f_sitemap .child li a {
				display: block;
				position: relative;
		}
		#footer .f_sitemap .child li a::after {
				content: none;
		}
		#footer .f_sitemap .child li a::before {
				content: "-";
				font-weight: bold;
				margin-right: 0.5em;
		}
}
/*-------------------------------　under ------------------------------------*/
.under #mv {
		/* height: 480px; */
		height: 330px;
		position: relative;
		background-size: 100%;
		position: relative;
		background-repeat: no-repeat;
		/*	background-position: center center;*/
		background-attachment: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.under #mv::before {
		/*	content:"";
			display:block;
			position:fixed;
			top:0;
			left:0;
			z-index:-1;
			width:100%;
			height:480px;
			background-position:center center;
			background-repeat: no-repeat;
			background-size:cover;*/
}
.under #mv > .wrap {
		color: #fff;
		padding: 0 0 0;
}
.under #mv .mv_icon {
		margin: auto;
		margin-bottom: 16px;
}
.under #mv .page_ttl {
		font-weight: bold;
		font-size: 3rem;
		letter-spacing: 0.2em;
		text-align: center;
}
.under #mv .page_ttl .en {
		font-weight: 500;
		font-size: 1.4rem;
		display: block;
		letter-spacing: 0.1em;
}
.under .bg_gry {
		background-color: #efefef;
}

#pankz {
		padding: 10px 0;
		background-color: #fff;
		font-size: 1.2rem;
}
#pankz ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
#pankz ul li {
		font-size: 1.2rem;
		color: #666666;
}
#pankz ul li a {
		color: #666666;
}
#pankz ul li + li {
		margin-left: 13px;
}
#pankz ul li + li::before {
		content: "＞";
		display: inline-block;
		margin-right: 12px;
}
#pankz span {
		font-size: 1.2rem;
		color: #666666;
}
#pankz span a {
		color: #666666;
}
#pankz .breadcrumbs > span {
		margin-right: 13px;
}
#pankz .breadcrumbs > span:last-of-type {
		margin-right: 0;
		margin-left: 13px;
}

/*------------------------------- sp ----------------------------*/
@media screen and (max-width: 1680px) {
		.under #mv {
				height: 35vh;
		}
}
@media screen and (max-width: 1024px) {
		.under #mv {
				height: 20vh;
		}
}
@media screen and (max-width: 768px) {
		.under #mv {
				height: 43.3333333333vw;
				background-image: none;
		}
		.under #mv::before {
				content: "";
				display: block;
				position: fixed;
				top: 0;
				left: 0;
				z-index: -1;
				width: 100%;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				height: 43.3333333333vw;
				top: 70px;
		}
		.under #mv .mv_icon {
				margin-bottom: 5px;
		}
		.under #mv .page_ttl {
				font-size: 2rem;
				line-height: 1.4;
		}
		.under #mv .page_ttl .en {
				font-size: 1rem;
		}

		#pankz {
				background-color: #fff;
		}
}
@media screen and (max-width: 768px) and (orientation: landscape) {
		.under #mv {
				height: 240px;
		}
		.under #mv::before {
				height: 240px;
		}
		.under #mv > .wrap {
				padding: 0 0 0;
		}
}
/*-------------------------- sec_ttl ----------------------*/
.sec_ttl {
		font-size: 2.3rem;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.2em;
}

.under02 .sec_ttl {
		font-size: 3rem;
}

.sec_ttl_en {
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 0.1em;
		font-weight: bold;
}

@media screen and (max-width: 768px) {
		.sec_ttl, .under02 .sec_ttl {
				font-size: 1.8rem;
		}

		.sec_ttl_en {
				font-size: 1.2rem;
		}
}
/*-------------------- pagenation -----------------------------*/
.pagenation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.pagenation ul li {
		width: 6px;
		height: 6px;
		font-size: 0;
}
.pagenation ul li + li {
		margin-left: 14px;
}
.pagenation ul li.prev + li, .pagenation ul li.next {
		margin-left: 25px;
}
.pagenation ul li.prev, .pagenation ul li.next {
		width: 30px;
		height: 30px;
		font-size: 0;
}
.pagenation ul li a, .pagenation ul li span {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #c4c4c4;
		border-radius: 50%;
}
.pagenation ul .current span {
		background-color: #6c9bd2;
}
.pagenation ul li.prev a, .pagenation ul li.next a, .pagenation ul li.prev span, .pagenation ul li.next span {
		background-size: contain;
}
.pagenation ul li.prev a, .pagenation ul li.prev span {
		background-image: url("../images/company/prev.png");
}
.pagenation ul li.next a, .pagenation ul li.next span {
		background-image: url("../images/company/next.png");
}
.pagenation ul li.prev span, .pagenation ul li.next span {
		opacity: 0.5;
}

/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop, .under02 #pankz {
		margin-top: 80px;
}

.txt-dummy {
		color: #FF0000 !important;
}

.m-btn {
		width: 290px;
		height: 48px;
}
@media screen and (max-width: 768px) {
		.m-btn {
				width: 84vw;
				height: 45px;
		}
}
.m-btn-link {
		width: 100%;
		height: 100%;
		border-radius: 5px;
		background-color: #ffffff;
		color: #12348a;
		font-size: 1.6rem;
		font-weight: bold;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
}
.m-btn-link::after {
		content: "";
		width: 10px;
		height: 10px;
		border: 0 solid #ffffff;
		border-width: 1px 1px 0 0;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
		top: 50%;
		position: absolute;
		right: 0;
}
@media screen and (max-width: 768px) {
		.m-btn-link {
				font-size: 1.5rem;
		}
}
.m-btn-link::after {
		border-color: #12348a;
		right: 25px;
}
.m-btn.blue .m-btn-link {
		background-color: #12348a;
		color: #ffffff;
}
.m-btn.blue .m-btn-link::after {
		border-color: #ffffff;
}
.m-btn.blue02 .m-btn-link {
		background-color: #7598ca;
		color: #ffffff;
}
.m-btn.blue02 .m-btn-link::after {
		border-color: #ffffff;
}