@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap');

/** *********************** **/

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */
 
/** *********************** **/

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

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

/** *********************** **/

#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0,163,207,1.0);
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid rgba(0,163,207,0.5);
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid rgba(0,163,207,1.0);
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid rgba(0,163,207,0.5);
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: rgba(0,163,207,0.5);
  border-bottom-color: rgba(0,163,207,0.5);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: rgba(0,163,207,1.0);
  border-bottom-color: rgba(0,163,207,1.0);
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: rgba(0,163,207,0.5);
  border-bottom-color: rgba(0,163,207,0.5);
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** *********************** **/

body {
	min-width: 1100px;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/** *********************** **/

header {
	width: 100%;
	height: 101px;
	position: absolute;
	top: 0;
	left: 0;
}
header.fixed {
	width: 100%;
	height: 101px;
	background: rgba(255,255,255,0.8);
	animation: menufixed 0.5s linear;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
@keyframes menufixed {
  0% {
    top: -50px;
	opacity: 0;
  }
  100% {
    top: 0px;
	opacity: 1;
  }
}

header h1 {
	font-size: 12px;
	line-height: 61px;
	font-weight: 700;
	color: #000;
	padding-left: 228px;
	background: url("../../assets/pc_img/head_logo.png") no-repeat top left;
	background-size: 208px auto;
	position: absolute;
	top: 22px;
	left: 30px;
}
header ul {
	position: absolute;
	top: 43px;
	right: 245px;
	font-size: 0;
}
header li {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
header li:nth-of-type(1) {
	margin-right: 30px;
}
header.fixed li {
	color: #000;
}

.head_contact {
	width: 170px;
	height: 30px;
	border-radius: 15px;
	background: #4688d0;
	text-align: left;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	top: 35px;
	right: 25px;
	z-index: 50;
}
.head_contact a:link,
.head_contact a:visited,
.head_contact a:active {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 65px;
	background: rgba(255,255,255,0.00) url("../../assets/pc_img/head_icn.png") no-repeat center left 30px;
	background-size: 21px auto;
	transition: all 0.3s linear;
	color: #fff;
}
.head_contact a:hover {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 65px;
	background: rgba(255,255,255,0.10) url("../../assets/pc_img/head_icn.png") no-repeat center left 30px;
	background-size: 21px auto;
	transition: all 0.3s linear;
	color: #fff;
}

/** *********************** **/

.mv_area_wrap {
	width: 100%;
	height: 58.69vw;
	background: url("../../assets/pc_img/mv_bg.jpg") no-repeat top center;
	background-size: cover;
}
.mv_area {
	width: 89.23vw;
	height: 58.69vw;
	margin: 0 auto;
	padding-top: 17.53vw;
	position: relative;
}
.mv_area h2 {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 6.15vw;
	line-height: 6.15vw;
	color: #00227c;
	margin-bottom: 3.07vw;
}
.mv_area p {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.23vw;
	line-height: 2.46vw;
}
.mv_area span {
	width: 7.07vw;
	height: 7.07vw;
	border-radius: 3.535vw;
	background: url("../../assets/pc_img/mv_scroll.png") no-repeat left 3.27vw bottom 1.15vw;
	background-size: 0.53vw auto;
	border: 1px solid #fff;
	position: absolute;
	bottom: 3.46vw;
	left: 50%;
	margin-left: -3.535vw;
	padding-top: 1.92vw;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.07vw;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.mv_area span a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/** *********************** **/

.cnt_01_wrap {
	width: 100%;
	background: url("../../assets/pc_img/cnt_01_bg.png") no-repeat top -148px right;
	background-size: 680px auto;
	padding: 95px 0 55px 0;
	text-align: center;
}
.cnt_01_wrap h2 {
	width: 225px;
	margin: 0 auto 45px auto;
}
.cnt_01_wrap p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 65px;
}

.slider {
	margin: 0 auto;
}
.slick-list {
	overflow: visible !important;
}
.slick-img {
	margin: 0 53px 30px 53px;
	box-shadow: 0px 0px 20px 0px rgba(0, 49, 138, 0.1);
}
.slick-img img {
	width: 510px;
	height: 336px;
}
.slick-arrow {
	width: 45px;
	height: 90px;
	background: url("../pc_img/cnt_01_slide_arrw_right.png") no-repeat;
	background-size: 45px 90px;
	position: absolute;
	top: 120px;
	text-indent: -9876px;
	z-index: 10;
}
.slick-prev {
	left: 50%;
	margin-left: -335px;
	transform: rotateZ(180deg);
}
.slick-next {
	right: 50%;
	margin-right: -335px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	text-indent: -9876px;
	background: #0d347c;
	margin: 0 6px;
	cursor: pointer;
}
.slick-active {
	background: #6396cf !important;
}


/** *********************** **/

.cnt_02_wrap {
	width: 100%;
	background: url("../../assets/pc_img/cnt_02_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 68px 0 78px 0;
}
.cnt_02 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.cnt_02 h3 {
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	position: relative;
	margin-bottom: 65px;
}
.cnt_02 h3::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #00227c;
	position: absolute;
	bottom: -35px;
	left: 50%;
}
.cnt_02 h3::before {
	content: "Our Suppliers"; 
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 104px;
	display: block;
	color: #00227c;
	margin-bottom: 30px;
}
.cnt_02 ul {
	font-size: 0;
}
.cnt_02 li {
	width: 302px;
	height: 85px;
	display: inline-block;
	vertical-align: top;
}
.cnt_02 li:nth-of-type(1),
.cnt_02 li:nth-of-type(2),
.cnt_02 li:nth-of-type(4),
.cnt_02 li:nth-of-type(5) {
	margin: 0 25px 15px 0;
}
.cnt_02 li:nth-of-type(3),
.cnt_02 li:nth-of-type(6) {
	margin-bottom: 15px;
}
.cnt_02 li:nth-of-type(7) {
	margin: 0 25px 0 0;
}

/** *********************** **/

.cnt_03_wrap {
	width: 100%;
	background: #fff;
	padding: 65px 0 75px 0;
}
.cnt_03 {
	width: 1100px;
	margin: 0 auto;
	padding-top: 85px;
	text-align: center;
}
.cnt_03 h3 {
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-bottom: 45px;
}
.cnt_03 h3::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #00227c;
	position: absolute;
	bottom: -35px;
	left: 50%;
}
.cnt_03 h3::before {
	content: "About"; 
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 104px;
	display: block;
	color: #00227c;
	margin-bottom: 10px;
}
.cnt_03 table {
	width: 740px;
	margin: 0 auto;
}
.cnt_03 th {
	width: 165px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #00227c;
	padding: 30px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #00227c;
}
.cnt_03 td {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	padding: 30px 20px;
	text-align: left;
	border-bottom: 1px solid #cdd8ec;
}
.cnt_03 td dt {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}
.cnt_03 td dd {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #00227c;
}
.cnt_03 td dd a {
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
.cnt_03 td dd a span {
	width: 50px;
	height: 18px;
	border-radius: 3px;
	background: #eb2d48;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: -60px;
}

/** *********************** **/

.cnt_04_wrap {
	width: 100%;
	background:  #001d7f url("../pc_img/cnt_04_bg.jpg") no-repeat center bottom;
	padding: 65px 0 85px 0;
}
.cnt_04 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_04 h3 {
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-bottom: 60px;
}
.cnt_04 h3::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -35px;
	left: 50%;
}
.cnt_04 h3::before {
	content: "Greeting"; 
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 104px;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.cnt_04 p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 35px; 
}
.cnt_04 dt {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-bottom: 15px; 
}
.cnt_04 dd {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

/** *********************** **/

.contents_contact_wrap {
	width: 100%;
	background: #f6f9fd;
	padding: 65px 0 85px 0;
}
.contents_contact {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
.contents_contact h3 {
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-bottom: 65px;
}
.contents_contact h3::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #00227c;
	position: absolute;
	bottom: -35px;
	left: 50%;
}
.contents_contact h3::before {
	content: "Contact"; 
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 104px;
	display: block;
	color: #00227c;
	margin-bottom: 0px;
}
.contents_contact p {
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 45px;
}


.contents_contact table {
	width: 740px;
	margin: 0 auto;
}
.contents_contact th {
	padding: 0 0 15px 0;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
.contents_contact th span {
	width: 50px;
	height: 18px;
	border-radius: 9px;
	background: #4688d0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	position: absolute;
	top: 0px;
}
.contents_contact td {
	text-align: left;
	padding: 0 0 25px 0;
}
.contents_contact td span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1;
}
.contents_contact td li {
	font-size: 16px;
	line-height: 32px;
	float: left;
	margin-right: 30px;
}
.contents_contact td li input {
	margin-right: 10px;
}
.contents_contact td p {
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
}
.contents_contact td input[type="text"] {
    width: 100%;
    border: 1px solid #b5b4b4;
	background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
	font-size: 15px;
	line-height: 1;
	border-radius: 5px;
}
.contents_contact td textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
	font-size: 15px;
	line-height: 25px;
	border-radius: 5px;
}

.privacy {
	width: 740px;
    height: 230px;
    border: 1px solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 20px;
	border-radius: 5px;
	margin: 0 auto 35px auto;
	overflow: auto;
	text-align: left;
}
.privacy dl {
	margin-bottom: 15px;
}
.privacy dl dt {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}
.privacy dl dd {
	font-size: 11px;
	line-height: 17px;
}
.privacy p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 15px;
	text-align: left !important;
}
.privacy p:last-child {
	margin-bottom: 0;
}
.submit_btn {
	width: 500px;
	height: 98px;
	border-radius: 49px;
	background: #00227c;
	margin: 0 auto;
}
.submit_btn input[type="submit"] {
    display: block;
	width: 500px;
	height: 98px;
	border-radius: 49px;
	font-size: 32px;
	line-height: 94px;
	font-weight: 700;
	color: #fff;
	background: rgba(255,255,255,0.00) url("../../assets/pc_img/cnt_contact_arrow.png") no-repeat center right 60px;
	background-size: 8px auto;
	transition: all 0.3s linear;
	position: relative;
	text-align: center;
}
.submit_btn input[type="submit"]:hover {
     display: block;
	width: 500px;
	height: 98px;
	border-radius: 49px;
	font-size: 32px;
	line-height: 94px;
	font-weight: 700;
	color: #fff;
	background: rgba(255,255,255,0.00) url("../../assets/pc_img/cnt_contact_arrow.png") no-repeat center right 60px;
	background-size: 8px auto;
	transition: all 0.3s linear;
	position: relative;
	text-align: center;
}

/** *********************** **/

#mfp_confirm_table {
	border:1px solid #b5b4b4 !important;
	border-collapse: collapse !important;
    margin-bottom: 50px !important;
}
#mfp_confirm_table th {
	border:1px solid #b5b4b4 !important;
	background: #fff;
	width: 30%;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
}
#mfp_confirm_table th:after {
	content: none;
}
#mfp_confirm_table td {
	border:1px solid #b5b4b4 !important;
	background: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.mfp_buttons {
	text-align: center;
}
#mfp_button_send {
	display: inline-block;
	background:#2b4889;
	width: 40%;
	height: 50px;
	font-size: 22px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0 0 ;
}
#mfp_button_cancel {
	display: inline-block;
	background:#eee;
	width: 40%;
	height: 50px;
	font-size: 22px;
	line-height: 46px;
	color: #000;
	margin: 0 20px 0 0 ;
	font-weight: 700;
}

/** *********************** **/

.thanks_wrap {
	width: 100%;
	padding: 150px 0 50px 0;
}
.thanks {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.thanks figure {
	width: 225px;
	margin: 0 auto 30px auto;
}
.thanks h1 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
}
.thanks dt {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}
.thanks dd {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 25px;
}
.thanks p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 40px;
}
.thanks ul {
	width: 500px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.thanks li a:link,
.thanks li a:visited,
.thanks li a:active {
	display: block;
	width: 500px;
	height: 60px;
	font-size: 22px;
	line-height: 51px;
	font-weight: 700;
	border: 3px solid #00227c;
	background: #00227c;
	transition: all 0.3s linear;
	position: relative;
	color: #fff;
}
.thanks li a:hover {
	display: block;
	width: 500px;
	height: 60px;
	font-size: 22px;
	line-height: 51px;
	font-weight: 700;
	border: 3px solid #00227c;
	background: #00227c;
	transition: all 0.3s linear;
	position: relative;
	color: #fff;
}

/** *********************** **/

footer {
	width: 100%;
	background: #fff;
	padding: 45px 0 65px 0;
	border-top: 1px solid #00227c;
	text-align: center;
}
footer figure {
	width: 94px;
	margin: 0 auto 35px auto;
}
footer small {
	display: block;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #00227c;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../assets/pc_img/pagetop.png") no-repeat center center;
  background-size: 55px auto;
  width: 55px;
  height: 55px;
  transition: all .3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}

/** *********************** **/

.popup {
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.popup.ok {  
  opacity: 0;
  visibility: hidden;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 1;
}
.popup-inner {
	width: 820px;
  padding: 30px 50px 30px 50px;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #e3e5e7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
  z-index: 201;
  text-align: center;
}
.popup-inner h5 {
	text-align: center;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 45px;
	position: relative;
}
.popup-inner h5::after {
	content: "";
	width: 130px;
	height: 2px;
	background: #2b4198;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -65px;
}
.popup-inner dl {
	text-align: center;
	margin-bottom: 25px;
}
.popup-inner dt {
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}
.popup-inner dd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.popup-inner dd p:last-child {
	margin-bottom: 0;
}
.modal_bottom {
	width: 100%;
	background: #f1f3f5;
	padding: 25px 0 45px 0;
	text-align: center;
}
.modal_bottom h6 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	vertical-align: middle;
	margin-bottom: 25px;
	text-align: center;
}
.modal_bottom div {
	width: 320px;
	height: 60px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
.modal_indexback a:link,
.modal_indexback a:visited,
.modal_indexback a:hover,
.modal_indexback a:active {
	border-radius: 30px;
	border: 2px solid #00227c;
	background: #fff;
	font-size: 19px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.modal_indexback span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.modalCloseButton {
    border-radius: 30px;
	background: #00227c url("../../assets/pc_img/cnt_contact_arrow.png") no-repeat center right 30px;
	background-size: 8px auto;
	font-size: 19px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	cursor: pointer;
}

/** *********************** **/