<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
/*    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "貂ｸ繧ｴ繧ｷ繝�け" , "Yu Gothic" , "貂ｸ繧ｴ繧ｷ繝�け菴�" , "YuGothic" , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "繝｡繧､繝ｪ繧ｪ" , Meiryo , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , sans-serif;*/
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
}

form.btform1 {
    width: 780px;
    font-size: 90%;
    margin: 0 auto;
    clear:both;
    padding-top:50px;
}

form.btform1 table,
#sendbutton_block {
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px #c0c0c0 solid;
    border-collapse: collapse;
}

#sendbutton_block {
    background-color: #ffffff;
    text-align: center;
	padding:30px;
}

form.btform1 th {
    width: 180px;
    padding: 10px;
    background-color: #f9f9f9;
    text-align: left;
    vertical-align: middle;
    line-height: 1.7em;
    border: 1px #c0c0c0 solid;
    font-weight: normal;
}

form.btform1 td {
    padding: 10px 5px 7px;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
}

form.btform1 td.required {
    width: 30px;
    padding: 10px 3px;
    background-color: #f9f9f9;
    text-align: center;
}

form.btform1 td.optional {
    width: 30px;
    padding: 10px 3px;
    background-color: #f9f9f9;
    text-align: center;
}

form.btform1 input,
form.btform1 select,
form.btform1 textarea {
    margin: 7px;
    padding: 10px;
    font-size: 110%;
}

.required_input {
    background-color: #e0f8ff;
}

.confirmation_value {
    font-size: 110%;
    margin: 10px 10px;
}

.error_text {
    display:block;
    margin: 0px 7px;
    color: #BB0000;
    font-size: 105%;
}

.critical_error_text {
    margin: 10px;
    color: #CC0000;
    font-size: 150%;
    font-weight: bold;
    display: block;
}

.explanation_text {
    margin: 5px;
    display: block;
    font-size: 90%;
    font-weight: bold;
    color: #228B22;
}

.ssmall_text {
width: 50px;
}
.small_text {
width: 120px;
}
.middle_text {
width: 250px;
}
.long_text {
width: 400px;
}

.required_label {
    display: inline-block;
}
.ok_label {
    display: none;
}

.label {
    width:30px;
    font-size:12px;
    text-align:center;
    margin: 0px 5px 0px 0px;
    color: #fff;
    border: 1px solid #000;
    border-radius:3px;
    font-weight: bold;
}

.label-success{
    background-color: #00aade;
    border-color: #00aade;
}

.label-danger{
    background-color: #00aade;
    border-color: #00aade;
}

.label-info{
    background-color: #5bc0de;
    border-color: #46b8da;
}

/*-----contact form send button-----*/

#sendbutton_block p {
    font-size: 15px;
    padding-top: 20px;
    width: 780px;
    line-height: 1.8;
}

@media (max-width: 767px) {
  #sendbutton_block p {
    width: 100%;
  }
}

/*form.btform1 p.button {
    margin: 25px 0px;
    text-align: center;
}*/


/*----------------------*/

.buttonwith_arrow {
   background: url(../../share/images/arrow_gray.png) right center no-repeat;
   background-position: 93% 50%;
}

.buttonwith_arrow:hover {
    content: "";
    background: url(../../share/images/arrow_white.png) right center no-repeat;
    background-position: 93% 50%;
}

@media (max-width: 767px) {
  .buttonwith_arrow {
    background: url(../../share/images/arrow_gray_sp.png) right center no-repeat;
    background-size: 12.5px;
    background-position: 89% 50%;
  }
}


.button_info_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.button_confirm_page {
    background-color: #cceef8; /* Green */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 14px 0;
    width: 300px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .2em;
    font-weight: bold;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif !important;
    margin: 4px 2px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
}

.button_backleft {
    background-color: #dedede;
    color: #333333;
    margin-right: 10px;
}

.button_backleft:hover {
    background-color: #6f6f6f;
    color: white;
    border: none;
}

.button_backright {
    background-color: #cceef8;
    color: #333333;
}

.button_backright:hover {
    background-color: #00aade;
    color: white;
    border: none;
}

/*--------------------*/

.button_backword {
  width: 200px;
  text-align:center;
  color: #414242;
  line-height: 1.5;
  background-color: #dedede;
  border-radius: 4px;
  background: none;
  border: none;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2em;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_backword:hover {
  background: #6f6f6f;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.5;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  bottom: 0;
}

.button_forward {
  width: 200px;
  text-align:center;
  color: #414242;
  line-height: 1.5;
  background-color: #cceef8;
  border-radius: 4px;
  border: none;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2em;
  letter-spacing: .2em;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_forward:hover {
  background: #00aade;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2em;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  bottom: 0;
}

.btn-sm {
  text-align:center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

label, input[type='checkbox'] {
    cursor: pointer;
}


#main {
    width: 100%;
}
#cont_area {
    width: 100%;
    margin: 0 auto;
}
#cont_box {
    width: 100%;
    margin: 0 auto;
}

.form_title {
    margin: 60px 0 10px 0;
    padding: 5px 0 0 10px;
    text-align: left;
    height: 30px;
    width: 100%;
    border-left: 5px #00aade solid;
    border-bottom: 1px #CCCCCC dotted;
    font-size: 18px;
    font-weight: normal;
}

.form_title_2 {
    margin: 10px 0 10px 0;
    padding: 5px 0 0 10px;
    text-align: left;
    height: 30px;
    width: 100%;
    border-left: 5px #00aade solid;
    border-bottom: 1px #CCCCCC dotted;
    font-size: 18px;
    font-weight: normal;
}

.gtitle  {
    margin: 10px 0 10px 0;
    padding: 5px 0 0 10px;
    text-align: left;
    height: 30px;
    width: 100%;
    border-left: 5px #000066 solid;
    border-bottom: 1px #CCCCCC dotted;
    font-size: 14px;
    font-weight: bold;
}


.info {
    font-size: 14px;
    margin: 45px 0;
    line-height: 18px;
	text-align: center;
}
.info strong {
    color: #F00;
}

.info_title{
    float:left;
    width:67%;
    display:block;
    color:#000066;
    font-size:24px;
    font-weight:bold;
    padding-bottom:25px;
    line-height:110%;
}
.info_body{
    float:left;
    width:67%;
    display:block;
    line-height:170%;
}
.info_image{
    float:right;
    width:33%;
    display:block;
    margin-top:-60px;
}
.info_image img{
    width:100%;
}


.normal_text {
    font-size: 12px
}

img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
}

#img_pagetop {
    text-align: right;
    width: 100%;
}

#bottom_text02{
    display:block !important;
    text-align: center;
}
#bottom_text03{
    display:none !important;
}

.title_form_inq {
    padding-top:15px;
    border-bottom:dotted 1px #dddddd;
    border-top:dotted 1px #dddddd;
    margin-bottom:5px;
}

#form_flow {
    width: 750px;
    margin: 60px auto;
}

.active_input {
    width: 190px;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #00aadd;
    color: #fff;
    border-radius: 4px;
}

.deact_input {
    width: 190px;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #d6d6d6;
    color: #000;
    border-radius: 4px;
}

.fa.fa-caret-right.fa-1 {
    font-size: 17px;
    padding: 9px 0;
    color: #666666;
}

.formflow_arrows {
    margin: 0 30px;
}

.form_flow_pc {
    float: left;
    text-align: center;
    display: block !important;
}

.form_flow_sp {
    display: none !important;
}

@media (max-width: 767px) {
  #form_flow {
      width: 100%;
      margin: 0 14px 100px 15px;
}

.form_flow {
    margin: 0 14px 0px 15px !important;
}

.active_input {
    width: 23%;
    text-align: left;
    font-size: 11px;
    line-height: 1.3em;
    padding: 10px 0px;
    background-color: #00aadd;
    color: #fff;
    border-radius: 4px;
}

.deact_input {
    width: 23%;
    text-align: left;
    font-size: 11px;
    line-height: 1.3em;
    padding: 10px 0px;
    background-color: #d6d6d6;
    color: #000;
    border-radius: 4px;
}

.fa.fa-caret-right.fa-1 {
    font-size: 35px;
    padding: 13px 4px;
    color: #666666;
}

.formflow_arrows {
    margin: 0 11px;
}

.form_flow_pc {
    display: none !important;
}

.form_flow_sp {
    float: left;
    text-align: center;
    display: block !important;
}
}

/* iphone 5 */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #form_flow {
      width: 100%;
      margin: 0 10px 130px 7px;
}
}

/* iphone 6, 7 */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    #form_flow {
     width: 100%;
      margin: 0 14px 130px 15px;
}
}

/* iphone 6+, 7+ */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
    #form_flow {
      width: 100%;
      margin: 0 10px 130px 20px;
}
}

.red {
    color: #FF0000;
}

.font_for_table {
    font-size: 14px;
    font-weight: normal;
}

.font_for_table td {
    vertical-align: middle;
}

tr.border_less th {
    border-left: 1px double #f9f9f9;
    border-right: 1px double #f9f9f9;
}

tr.border_less td {
    border-left: 1px double #f9f9f9;
    border-right: 1px double #ffffff;
}

.agreecheck_text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .03em;
}

.secure_para {
    width: 780px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 10px 65px 0 65px;
	border-top: 1px #c0c0c0 solid;
    border-collapse: collapse;
}

.secure_para p {
    width: 700px;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 40px;
    letter-spacing: .03em;
}

.secure_img {
    width: 15%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.confirm_info {
	width: 781px;
    text-align: center;
	margin: 0 auto;
}

.confirm_info img {
	margin: 60px 0 40px 0;
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.check_info {
    width: 780px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.8;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 50px 0;
}

.check_info_text {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
  .check_info {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px !important;
  }

  .check_info_text {
      width: 95%;
      margin: 0 auto 30px;
  }
}

.secure_para, .check_info {
    margin-bottom: 90px;
}

.confirm_info {
    margin-bottom: 30px;
}

.confirm_text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
}

.holiday_title{
    font-size: 18px;
    color: #00aade;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    /*text-decoration: underline;*/
}

.holiday_cmt{
    font-size: 15px;
    text-align: center;
    padding: 14px;
    border: double 3px #00aadd;
    border-radius: 4px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.holiday_cmt_date{
    font-weight: bold;
    color: #FF0000;
}

.holiday_text {
	display: inline-block;
	text-align: left;
	font-size: 15px;
	line-height: 150%;
}
/* ------------------------------逕ｻ髱｢縺ｮ讓ｪ蟷�′640px莉･荳� (繧ｹ繝槭�) ------------------------------*/
@media screen and (max-width:640px){

    body {
        margin-top:0;
        height: 100%;
        margin-bottom:0;
        margin-left:auto;
        margin-right:auto;
        font: normal 12px;
    }

    img {
        width: 100%;
    }

	#cont_area {
	}

    #cont_box{
        width: 100% !important;
        margin:10px auto;
        padding:20px 0 0;
    }

    form.btform1 {
        width: 93% !important;
        border: none !important;
        border-collapse: collapse;
        text-align: left;
        padding-top: 0px !important;

    }

	#sendbutton_block {
		width: 97% !important;
        border: none !important;
        border-collapse: collapse;
        text-align: center;
        padding: 0px;
        margin: 0 auto 40px;
		line-height: 1.5em;
		font-weight: normal;
	}

	.secure_para {
		width: 80%;
		margin: 0 40px;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0px;
		font-size: 13px;
		line-height: 1.5em;
		font-weight: normal;
		border: none;
        border-collapse: collapse;
	}

	.secure_para p {
	    width: 100%;
	    font-size: 13px;
	    line-height: 1.95;
	    padding-top: 20px;
	}

	.secure_img {
        width: 100%;
        margin: 40px 0 0 0;
        float: none;
        text-align: center;
        padding: 0 117px;
    }

	.button_check_accept {
		width: 100%;
		margin: 0;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: normal;
	}

	.confirm_info {
	    width: 100%;
		padding: 0 25px 0px 25px important;
		margin: 0 !important;
	}

	.confirm_info img {
	    margin: 0 0 60px 0;
	    padding: 0 25px;
    }


	.confirm_text {
	    font-size: 13px;
		line-height: 1.5em;
		text-align: left;
		margin: 0 auto;
		padding: 0 25px;
	}

	.agreecheck_label {
		font-size: 13px;
    	line-height: 1.95;
	}

	.agreecheck_text {
	    font-size: 13px;
        line-height: 14px;
	}


    form.btform1 table,
    form.btform1 table th,
    form.btform1 table td
    form.btform1 table tr{
        border: none !important;
    }

    form.btform1 th {
        display: block !important;
    }

    form.btform1 table{
        background-color: #fff;
    }

    form.btform1 th,
    form.btform1 td {
        display: list-item !important;
        width:97% !important;
        padding: 20px 0 !important;
        margin-left: 9px;
        list-style: none;
        border-collapse: collapse;
        /*繧ｹ繝槭�縺ｧ蜍晄焔縺ｫ譁�ｭ励′螟ｧ縺阪￥縺ｪ繧句ｯｾ遲�*/
        max-height: 999999px;
    }
    form.btform1 td table.noborder td {
        display: inline !important;
        padding: 10px 0 !important;
        list-style: none;
        border-collapse: collapse;
        /*繧ｹ繝槭�縺ｧ蜍晄焔縺ｫ譁�ｭ励′螟ｧ縺阪￥縺ｪ繧句ｯｾ遲�*/
        max-height: 999999px;
    }

    form.btform1 th {
        border: none !important;
        background-color: #eee !important;
        color: #666666;
        padding-left: 17px !important;
        padding-right: 17px !important;
        padding-top: 8px;
        padding-bottom: 7px;
        text-align:left;
        font-weight: normal;
        border-radius: 5px;
    }
    form.btform1 th br{
        display:none;
    }
    form.btform1 td {
        line-height: 200%;
        border: none !important;
        padding: 10px 0px 20px 0px !important;
        text-align: left;
        vertical-align: top;
        white-space: normal;
    }
    form.btform1 td td{
        border:none !important;
        padding-left:0;
    }
    input{
        border-radius:7px;
        margin: 5px 0px !important;
    }
    textarea{
        border-radius:7px;
    }


    .ssmall_text {
    width: 75% !important;
    }
    .small_text {
    width: 70% !important;
    }
    .middle_text {
    width: 80% !important;
    }
    .long_text {
    width: 100% !important;
    }

    #img_pagetop {
        float: right;
        width: 100px;
    }

    td span{
        width:100% !important;
    }


    #bottom_text02{
        display:none !important;
    }
    #bottom_text03{
        display:block !important;
        width:95% !important;
        text-align: center;
        margin:0 auto;
    }

	.info {
		text-align: left;
		font-size: 13px;
    	line-height: 1.95;
		margin: 0;
		padding: 0 8px;
	}

    /*
	#form_flow {
		width: 100%;
		padding: 0 8px;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}*/

	.button_info_button {
        display: block;
        width: 100%;
        text-align: center;
    }

    .button_confirm_page {
        background-color: #cceef8; /* Green */
        border: none;
        border-radius: 4px;
        color: white;
        padding: 18px 0;
        width: 100%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        letter-spacing: .2em;
        font-weight: bold;
        font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif !important;
        -webkit-transition-duration: 0.3s; /* Safari */
        transition-duration: 0.3s;
        cursor: pointer;
    }

    .button_backleft {
        background-color: #dedede;
        color: #333333;
    }

    .button_backleft:hover {
        background-color: #6f6f6f;
        color: white;
        border: none;
    }

    .button_backright {
        background-color: #cceef8;
        color: #333333;
    }

    .button_backright:hover {
        background-color: #00aade;
        color: white;
        border: none;
    }

	.form_title_2, .form_title {
	    margin-bottom: 25px;
	}

	.form_title {
	    margin-top: 0 !important;
    }

    .info_title{
        float:none !important;
        width:100% !important;
        display:block;
        color:#000066;
        font-size:20px;
        font-weight:bold;
        padding-bottom:25px;
        line-height:110%;
    }
    .info_body{
        float:none !important;
        width:100% !important;
        display:block;
        line-height:170%;
    }
    .info_image{
        float:none !important;
        width:50% !important;
        display:block;
        margin:0 auto;
    }

    .contact_text {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.8;
        margin-top: 40px;
    }

    .holiday_cmt{
        font-size: 14px;
        text-align: center;
        padding: 14px;
        border: double 3px #00aadd;
        border-radius: 4px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

}


.subBlock {
    width:770px;
}
.details_label{
    font-size: 90% !important;
}
.row_up .subBlock__button{
    width: 250px !important;
    margin-top: 0 !important;
}

@media screen and (max-width:767px) {
    .subBlock {
        width:100%;
    }
    .row_up {
    margin-left:3px;
    margin-right:3px;
    }
    .row_up .subBlock__button{
        width: 100% !important;
    }
}

.contra_button_1 {
    padding: 20px 20px !important;
}
.contra_button_2 {
    padding: 20px 20px !important;
}
.contra_button_3 {
    font-size: 15px !important;
    line-height: 1.5em !important;
    padding: 20px 20px;
    background-color: #fcedc3 !important;
    color: #333;
}
.contra_button_3:hover {
    background-color:#efb104 !important;
}
.contra_button_3:after {
    background: url(../../share/images/arrow_gray.png) left top no-repeat;
}
.contra_button_3:hover:after {
    background: url(../../share/images/arrow_white.png) left top no-repeat;
}
</pre></body></html>