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

.mailform {
  max-width:800px;
  width:100%;
  margin:0 auto;
}
.mailform dl {
  border-bottom: 1px solid #ECECEC;
  display:flex;
  width:100%;
  box-sizing: border-box;
  font-size:1.0em;
}
.mailform dt {
  width: 35%;
  padding: 15px 30px;
  box-sizing: border-box;
  line-height: 22px;
    background: #FAFAFA;
	border-right: 1px solid #ECECEC;
}
.mailform dd {
  width: 65%;
  padding-left: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
}
.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="email"],
.mailform dd select,
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 8px 6px;
  font-size: 14px;
  background: #fffbd5;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.mailform dd textarea {
  /*width: 98%;*/
  width: calc(100% - 12px);
}
@media only screen and (max-width:767px){
.mailform dt {
    background: none;
	border-right: none;
}
}


label{
font-size:14px;
}

.mailform p {
  font-size:1em;
}


/*確認ページボックス
-------------------------------------------------------*/

.kakunin_box .container{
    width: 100%;
    max-width: 800px;
	padding: 20px!important;
    margin: 20px auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2px;
	border-collapse: collapse;
}

.kakunin_box .container_bdnone{
margin: 0;
padding: 0;
}

.kakunin_box dt{
border: solid 1px #ECECEC;
box-sizing: border-box;
}
.kakunin_box dd{
line-height: 44px;
}

@media only screen and (max-width:767px){
.kakunin_box dt{
border: none;
}
}



.kakunin_box dl{
border: none;
box-sizing: border-box;
}



/*******************************************************/
.mailform select span.sentaku {
  appearance: none;
color:#FF0000;
}
/*.mailform dd select {
  max-width:100%;
  width:60%;
  color:#808080;
  font-size:12px;
}*/
/*
.mailform dd textarea {
  width: calc(100%-12px);
  height: 70px;
  box-sizing: border-box;
  resize: vertical;
}*/
/**************************************************************************/
.mailform dd input[type="text"]:focus {
 background-color:#FFE9E9;
 outline: 0;
 border-color: pink;
}
.mailform dd input[type="text"]:blur {
 background-color:#FFE9E9;
 outline: 0;
 border-color: pink;
}

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

.mailform dd span {
  line-height:1.6;
  display: inline-block;
  padding-top: 5px;
}
/*.mailform dd input[type="text"].inp_zip {
 width:47%;
}*/
.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]{
  box-shadow: none;
  border: 1px solid #ddd;
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

/* kakunin */
.mailform dl dd.kakunin_dd {
  background-color:#FFEDED;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #FFDDDE;
  min-height:52px;
}

/*------------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------------*/
div.btn_area {
  width:80%;
  margin:0 auto;
  display:flex;
}
div.btn_area label {
  width:50%;
}

/* btn確認 */
.confirmation_btn {
  font-family: inherit;
    padding: 16px 0px;
    font-size: 20px;
  border-radius: 4px;
  border: none;
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 2em;
  display: block;
  width:70%;
    letter-spacing: 1px;
    opacity: .7;
}
.confirmation_btn:hover {
  opacity: 1;
}

/* btn戻る */
.history_back_btn {
    font-family: inherit;
    padding: 16px 0px;
    font-size: 20px;
    background: #ddd;
    border-radius: 4px;
    border: 1px solid #22A9FF;
    color: #191919;
    cursor: pointer;
    margin: 1em auto 0 .2em;
    display: block;
    width: 95%;
    opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/* error page btn Only */
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn_send */
.send_btn {
  font-family: inherit;
    padding: 16px 0px;
    font-size: 20px;
    /* background: none; */
    border-radius: 4px;
    border: 1px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em auto !important;
    display: block;
    opacity: .7;
    width: 95%;
}
.send_btn:hover {
  opacity: 1.0;
}

/* btn_gotoHome */
.gotohome_btn {
      font-family: inherit;
    padding: 14px 0px;
    font-size: 20px;
    /* font-weight: bold; */
    background: #E9E9E9;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #000;
    cursor: pointer;
    margin: 1em auto 0;
    display: block;
    width: 40%;
    opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/*******************************/

/* 下の注釈　*/
.mailform p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}

.form_required {
width: auto;
    background-color: #ff0000;
    font-size: 10px;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    margin: 0px 3px 0 0 !important;
    padding: 1px 5px;
    letter-spacing: 4%;
    vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:34px;
  background-color:#3F60FF;
  /*height:12px;*/
  font-size:10px;
/*  line-height:12px;*/
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin-right:0.3em;
  padding:1px 5px;
  letter-spacing: 2%;
}
/* error page Only
---------------------------------*/
.maiform_in {
  width:98%;
  text-align:center;
  margin:15px auto 0;;
}

/****************************************************************/
/****************************************************************/
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/* SMP
---------------------------------------------------------------------------------*/
@media only screen and (max-width:767px){
.mailform {
  width:100%;
  margin:0 auto;
}
.mailform dl {
  padding: 8px 0px 7px;
  width: 100%;
  margin:0;
  /*border-bottom: 1px solid #E3E3E3;*/
  border:none;
  display: flex;
  flex-direction: column;
  box-sizing:border-box;
}
.mailform dt {
  width: 100%;
  vertical-align: middle;
  box-sizing:border-box;
  padding:0 0 .4em;
}
.mailform dd {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  box-sizing:border-box;
}
/***/
.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="email"],
.mailform dd select,
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 6px 8px;
  font-size: 16px;
  background: #fff3df;
  box-sizing: border-box;
  /*border-radius: 2px;*/
  border: 1px solid #ccc;
  height: 40px;
}
.mailform dd textarea {
  /*width: 98%;*/
  width: calc(100% - 12px);
}
label{
font-size:14px;
}



.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #ccc;
  transform: scale(1.2);
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
/*.mailform dd select {
  width: 100%;
  max-width: 100%;
  }*/

/*.mailform dd select {
  width:100%;
  color:#808080;
  font-size:12px;
}*/
  
.mailform dd textarea {
  /*width: 98%;*/
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 16px;
    background: #fff3df;
    border:1px solid #ccc;
}
/* kakunin */
.mailform dd.kakunin_dd {
  background-color:#FFDDDE;
  width: 96%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  min-height:52px;
}
/*textarea#textarea_bikouran {
  height:40px !important;
  max-height:80px;
  }*/
/*textarea#textarea_bikouran {
  height:40px;
  max-height:80px;
  }*/


/* btn SMP
-----------------------------------------*/
div.btn_area {
  width:98%;
  margin:0 auto;
  display:flex;
	flex-wrap: wrap;
}
div.btn_area label {
    width: 100%;
}
div.btn_area label:last-child {
    width: 60%;
    margin: 0 auto;
}	
div.btn_area label:first-child {
    margin-bottom: 1em;
}
  
/* btn確認 */
.confirmation_btn {
  font-family: inherit;
    padding: 15px 0px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em auto 2em;
    display: block;
    width: 70%;
    opacity: .9;
}
.confirmation_btn:hover {
  opacity: .8;
}

.confirmation_btn2 {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  border-radius: 4px;
  border: none;
  background: #22A9FF;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
    text-align: center;
  width:70%;
}
.confirmation_btn2:hover {
  opacity: .9;
}

/* btn戻る */
.history_back_btn {
  font-family: inherit;
    padding: 12px 0px;
    font-size: 16px;
    background: #ddd;
    border-radius: 4px;
    border: 1px solid #22A9FF;
    color: #191919;
    cursor: pointer;
    margin: 1em auto 0 .2em;
    display: block;
    width: 95%;
    opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/* error page btn Only */
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn送信 */
.send_btn {
  font-family: inherit;
    padding: 16px 0px;
    font-size: 20px;
    /* background: none; */
    border-radius: 4px;
    border: 1px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em auto !important;
    display: block;
    opacity: .9;
    width: 95%;
}
.send_btn:hover {
  opacity: 1.0;
}


/* btnHome */
.gotohome_btn {
  font-family: inherit;
  padding: 14px 0px;
  font-size: 20px;
  background: #E9E9E9;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:60%;
  opacity: .7;
}
.history_back_btn:hover {
  opacity: 1.0;
}
  
/* 下の注釈　*/
.mailform p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}
/* 必須 */
.mailform dl dt span.form_required{
  width:auto;
  background-color:#ff0000;/*#FF3F6F;*/
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:auto;
  background-color:#3F60FF;
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* */
}
/*************************************************************************************/


/*入力項目関連
-----------------*/

input[type="radio"],
input[type="checkbox"]{
margin: 3px 3px 5px 3px;
}

button,
option,
/*select,*/
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    outline: 0;
    margin: 0;
}

input[type="submit"],
input[type="button"]{
margin: 0 auto!important;
border-radius: 4px;
}

.check_text{
font-size: 14px;
padding-right: 10px;
}
@media only screen and (max-width: 767px){
.check_text{
font-size: 14px!important;
padding-right: 10px;
}
}


/*プルダウン　▼ボタン
---------------------------*/
.sankaku::before {
    position: absolute;
    top: 22px;
    right: 44px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

@media only screen and (max-width: 767px){
.sankaku::before {
    position: absolute;
    top: 14px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
}

.sankaku{
position: relative;
}

/*ステップ
-----------------------*/

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0.5em 1em 2em;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 14px;
}
.step li:nth-child(1){
padding-right:14px;
}
.step li:nth-child(2){
padding-right:28px;
}
.step li:nth-child(3){
padding-right:28px;
}

.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #FFDCC1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.step_on{
  font-weight: bold;
    background: #eb5505;
}
.step li.step_on:after{
  border-color: transparent transparent transparent #eb5505;
}

@media only screen and (max-width: 767px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 12px;
  line-height: 28px;
}
.step li:nth-child(1){
padding-left: 2px;
padding-right: 0;
}
.step li:nth-child(2){
padding-left: 15px;
padding-right: 0;

}
.step li:nth-child(3){
padding-left: 7px;
padding-right: 0;
}
}

/*iPone5サイズ*/
@media only screen and (max-width: 320px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 10px;
  line-height: 28px;
}
}


/*見出し
-------------*/
/*
.container_read h2{
margin: 10px 0;
font-size: 18px;
border-left: 5px solid #eb5505;
padding-left: 10px;
}
*/


/* h1 PC---&gt;h2
 ---------------------------------------------------*/
div.container_read h2 {
  font-size: 1.4em;
  line-height: 1.9;
  border-bottom: solid 1px #ddd;
  position: relative;
  margin-bottom: .6em;
  color: #000;
  letter-spacing: 1%;
  text-indent: .1em;
  margin-top: 20px;
}
div.container_read h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff0000;
  bottom: -1px;
  width: 30%;
}
i.title_form_h1 {
  color: #ff0000;
}


/****************************************************/
/* MailMagazine PC・SP
---------------------------------------------------*/
@media (min-width:768px){
	div.mail-magazine_check {
		border:1px solid #5DB1E7;
		padding:1em 2em 1em 2em;
		margin:1.5em auto;
		border-radius: 1px;
		text-align:justify;
		background-color:white;
	}
}
@media (max-width:767px){
	div.mail-magazine_check {
		border:1px solid #5DB1E7;
		padding:1em 1em 1em 2.7em;
		margin:1.5em auto;text-indent:-1.9em;
		border-radius: 1px;
		text-align:justify;
	}
	div.mail-magazine_check label {
		font-size: clamp(11px,3.7vw,13px);
	}
}
/* MailMagazine END */
/****************************************************/

/************************************************/
/* remaining footer
-------------------------------*/
@media (min-width:768px){
.remaining{
	bottom: 120px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 140px;
	height: 100px;
	background: #004DA8;
	border-radius: 2px;
	text-align: center;
}
.remaining p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number{
	font-size: 25px;
	line-height: 1.4em;
}
.number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items{
	font-size: 14px;
}
}
@media (max-width:767px){
.remaining {
	bottom: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number {
	font-size: 26px;
	line-height: 1.4em;
}
.number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items {
	font-size: 14px;
}
}

/******************************************************/
/*****************************************************/
/* remaining Header
-------------------------------*/
@media (min-width:768px){
/* 2 使用　通常 */
/* items count 
-------------------------------*/
.remaining2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 100px;
	background: red;
	border-radius: 2px;
	text-align: center;
}
.remaining2 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining2 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining2 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining2 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining2 .items{
	font-size: 14px;
}
}
@media (max-width:767px){
.d-sp_fix_header {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 99;
	/*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
}
.remaining2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining2 p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining2 .number {
	font-size: 26px;
	line-height: 1.4em;
}
.remaining2 .number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.remaining2 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining2 .items {
	font-size: 14px;
}
}




/******************************************************/
/*****************************************************/
/* remaining Header
-------------------------------*/
@media (min-width:768px){
/* 3 _call */
/* items count 
-------------------------------*/
.remaining3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 100px;
	background: red;
	border-radius: 2px;
	text-align: center;
}
.remaining3 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining3 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining3 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining3 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining3 .items{
	font-size: 14px;
}
}
@media (max-width:767px){
.d-sp_fix_header {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 99;
	/*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
}
.remaining3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining3 p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining3 .number {
	font-size: 26px;
	line-height: 1.4em;
}
.remaining3 .number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.remaining3 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining3 .items {
	font-size: 14px;
}
}

/* privacy_link
------------------------------*/
p.privacy_link{
    font-size:12px;
    line-height: 1.5;
    text-align: center;
}
p.privacy_link a{
    text-decoration: underline !important; 
}
p.privacy_link a:hover{
    text-decoration: underline !important; 
    color:#f20544;
}

/* input add style
-----------------------------------*/
.inpStyle_01 {
    background:#fff3df; 
    border:#ccc solid 1px;
    font-size:12px;
    height:40px;
}



       
/* privacyFirst START ::::::::::::::::::: */ 
.container_read .privacy_wrap-first {
    box-sizing: border-box;
    width:100%;
    display:block;
    margin:.5em auto -.5em;
    padding:.7em 1em .6em;
    background-color: #F8F8F8;
}
.container_read .privacy_wrap-first p {
    font-size:clamp(10px,3.0vw,12px);
    margin:0;
    padding:0;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.03em;
}
.container_read .privacy_wrap-first p.privacy_link a{
    text-decoration: underline !important; 
    margin:0 .2em;
    color:#0015FF;
}
.container_read .privacy_wrap-first p.privacy_link a:hover{
    text-decoration: underline !important;  
    color:#f20544;
}
/* privacyFirst END :::::: */




/**
 * wifiRental
------------------------------------------------*/
dd div.add_aki_wifi-rental {
    padding-top: .4em
}
dd div.add_aki_wifi-rental + p.note_050 {
    padding-top: .4em;
    font-size:clamp(10px,2.75vw,11px);
    text-align: left;
}

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