<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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;  
	outline:0;  
	background:transparent;
}

ul,ol{
	padding-left: 15px;
	padding-bottom: 0;
}
li{
	margin-bottom: 10px;
}

body, html {
	text-align: center; 
	font-family: 'meiryo', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	width:100%;
}
body{
	font-size:1.6rem;
	line-height:1.6em;
	color: #000000;
	position: relative;
	animation: fadeIn 1s ease-in 0s 1 normal; 
	-webkit-animation: fadeIn 1s ease-in 0s 1 normal;
	background-color: #ffffff;
}

header{
	width: 100%; 
	margin: 0 auto; 
	overflow: visible; 
}

img{
	max-width:100%; 
	margin: 0 auto;
	height: auto;
	display: block;
}

.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width : 767px){
  .pc { display:none; }
  .sp { display:block; }
}

/*キャンペーントップ画像*/
.header{
	width:100%; 
	background-color: #ffffff;
}
.header img{
	width: 100%;
	padding: 4% 1% 0; 
}

@media only screen and (min-width: 1200px) {
    .header {
		width: 80%;
		margin: auto;
    }
  }

  @media only screen and (min-width: 2000px) {
    .header {
		width: 50%;
		margin: auto;
    }
  }


/*キャンペーン詳細*/
.notice{ 
	width: 95%; 
	margin: 10px auto 0; 
	text-align: left; 
}

@media only screen and (min-width: 1200px) {
	.notice{
		width: 60%;
		margin: 30px auto 0;
		padding-top: 30px; 
	}
}

@media only screen and (min-width: 2000px) {
	.notice{
		width: 50%;
		margin: 30px auto 0;
		padding-top: 30px; 
	}
}

.notice .txt_big{
	font-weight: bold;
	font-size: 120%;
}

/*キャンペーンコード*/
.notice .cp_code{
	max-width: 994px;
	width: 80%;
	font-weight: bold; 
	text-align: center;
	font-size: 2rem;
	margin: auto;
	padding-bottom: 20px;
	line-height: 3rem;
	color:#FF1765;
  }
  
  .notice .hidden{
	position: absolute;
	opacity: 0;
  }
  
  .notice button:focus{
	outline: 0;
  }
  
  .notice button{
	  display: block;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  font-size: 1.4rem;
	  width: 80%;
	  margin: auto;
	  padding: 1rem 4rem;
	  font-weight: bold;
	  border: 2px solid #FF1765;
	  color: #FF1765;
	  border-radius: 100vh;
	  transition: 0.5s;
	  max-width: 350px;
	  background-color: #Ffffff;
	  margin-bottom: 70px;
  }
  
  .notice button:hover {
	  color: #fff;
	  background: #fa578d;
  }

.notice .sub_notice{
	font-weight: bold;
	padding-top: 20px;
	font-size: 110%;
	border-left: double 50px #003c81; 
	border-bottom: solid 2px #003C81 ;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height: 80%;
	margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
	.notice .sub_notice{
		font-size: 120%;
		line-height: 90%;
	}
}
@media only screen and (min-width: 2000px) {
	.notice .sub_notice{
		font-size: 130%;
		line-height: 90%;
	}
}


.notice .notice_text{
	padding: 5px 15px;
	font-size: 85%;
	line-height: 150%;
	margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
	.notice .notice_text{
		font-size: 90%;
		line-height: 170%;
	}
}
@media only screen and (min-width: 2000px) {
	.notice .notice_text{
		font-size: 100%;
		line-height: 190%;
	}
}

.apply {
    text-align: center;
    margin: 0 auto 60px;
}

.apply .btn_abroad, 
.apply .btn_japan {
    display: inline-block; /* スマホではブロック表示で縦並び */
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    width: 100%;  /* 幅を100%に設定 */
    max-width: 400px; /* 最大幅設定 */
    margin: auto; 
    padding: 1.5rem 2rem;
    font-weight: bold;
    border-radius: 50px;
    transition: 0.3s;
	appearance: none !important;  /* Safariのデフォルトスタイル無効化 */
    -webkit-appearance: none !important;
    color: #ffffff !important;
}

.apply .btn_abroad {
    border: 2px solid #FF1765;
    background-color: #FF1765;
}

.apply .btn_abroad:hover {
    background: #f36f9b;
}

.apply .btn_japan {
    border: 2px solid #003c81;
    background-color: #003c81;
}

.apply .btn_japan:hover {
    background: #4b8bd4;
}

/* スマホではボタンを縦並びに */
@media only screen and (max-width: 892px) {
    .apply .btn_abroad, 
    .apply .btn_japan {
        width: 80%;  /* 90%に調整して中央配置 */
        font-size: 1.6rem;
		display: block;
    }
}

@media only screen and (max-width: 892px) {
    .apply .btn_abroad{
		margin-bottom: 10px;
    }
}
@media only screen and (max-width: 892px) {
    .apply .btn_japan{
		margin-top: 10px;
    }
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


footer{width:100%; color: #fff; padding:30px 0; text-align: center;background: #003C81;height:auto;}
footer a,
footer a:hover{color: #fff;}
footer img{max-width:300px}
footer div{font-size: 12px; max-width: 500px; margin: 0 auto; width: 90%;}
footer div p{text-align: center}
.company{display: flex;flex-wrap: wrap;width: 90%;max-width: 400px;margin: 0 auto;}
.company li{width: 400px; list-style: none;}

</pre></body></html>