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

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
    font-size: 2.0rem;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*==============================================*/
/*-------------------基本設定--------------------*/
/*==============================================*/

.ui-helper-hidden-accessible{
    /*jQuery UIのautocompleteでmachの結果消すやつ*/
    display: none;
}

.clearFix:before,
.clearFix:after {
    content: " ";
    display: table;
}

.clearFix:after {
    clear: both;
}

.clearFix {
    *zoom: 1;
}

html{
    font-size: 62.5%;
/*    background: url(../img/bg.gif) top center*/
}

body {
    height: auto;
    min-height: 100%;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: url(../img/bg_body.png) top center;
/*    background: url(../img/bg2.jpg) top center repeat-x;*/
}
em {
	font-style: normal;
}
img {
	border: 0px;
	width: 100%;
}
.pc{
	display: none;
}
.flex-container {
    -webkit-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.flex-aligntop{
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/* --- フォーム内プレースホルダー ------------------------- */

:placeholder-shown {
    color: #a7a7a7; 
}
::-webkit-input-placeholder {
    color: #a7a7a7; 
}

/* --- スピンボタン非表示 ------------------------- */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

/*==============================================*/
/*-----------------フレーム設定-------------------*/
/*==============================================*/
#mainFrame,
.mainFrame{
	width: 100%;
    min-height: inherit;
    max-width: 600px;
	margin: 0 auto;
    padding: 0 0 0 0;
    /*margin-bottom: 20px;
	padding: 0 0 10px 0;*/
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
    border-radius: 2px;
    background: #2c2c2e;
}



/* --- ヘッダー/ロゴ周り ------------------------- */

header{
}
#formLogo {
    display: block;
}

#formLogo img{
    display: block;
    width: 100%;
}
/*#formPurpose {
	float: right;
	width: 60%;
	text-align: center;
}*/
/*#formPurpose img {
	max-width: 387px;
}*/
#formPurpose{
    display: none;
}

.entry_about {
    padding: 25px 0;
    font-size: 1.4rem;
    line-height: 1.8;
}
.entry_about span{
    font-size: 1.8rem;
    color: #fff600;
    line-height: 1.8;
}

.entry_about dd{
    margin-bottom: 25px;
}

.entry_about a{
    text-decoration: underline;
    color: #FFF;
}
.entry_about a:visited{
    color: #FFF;
}

/* --- 表組み部分 -------------------------------- */
.wire {
    margin-top: 0;
/*    padding: 0 10px;*/
    border: none;
}
.wire h2 {
	color: #FFF;
	font-size: 2.2rem;
	padding: 10px 10px 6px 0;
	line-height: 1;
    color: #232d74;
    border-bottom: 1px solid #232d74;
}
.wire h2 img{
    max-width: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.wire h3 {
	font-size: 1.8rem;
	padding: 3px 0px 2px 10px;
	border-bottom: 1px solid #999;
	border-left: 10px solid #999;
}
.read {
	padding: 10px;
}
.read p em {
	color: #bb0000;
	font-weight: bold;
}
.attention {
    padding: 0 5%;
    font-size: 1.1rem;
    color: #FFF;
    line-height: 2;
}
.attention ul {
	margin: 0px 0px 0px 20px;
}
.attention ul li {
	padding: 0px 0px 3px 0px;
	color: #9a5300;
    font-size: 1.2rem;
}

.example{
	color: #666;
	line-height: 1.4;
}
/* --- 情報限定部分 ------------------------------ */
#outline {
	clear: both;
    border: none;
}
#outline h2 {
    background: none;
}

/*==============================================*/
/*---------------フォーム設定------------------*/
/*==============================================*/

/* --- フォーム見出し -------------------------- */
#entryForm h2 {
    margin: 15px 0;
    color: #FFF;
    background: none;
    border:none;
    text-align: center;
}

#entryForm{
    background: #2c2c2e;
    border: none;
    overflow: hidden;
}

.form_item{
    position: relative;
    width: 100%;
    margin: 0 auto;
	margin-top: 0px;
    padding-bottom: 30px;
/*    border-bottom: 1px dashed #ccc;*/
}

.form_item &gt; label,
.form_item &gt; legend {
    display: block;
    width: 100%;
    padding: 5px 0 5px 4.6%;
    margin-bottom: 30px;
    background: #f0bb19;
    color: #000;
    border-bottom: 1px solid #cc6e0a;
}

.form_input{
    position: relative;
	padding: 0 0 10px 0 ;
	line-height: 2;
}
.form_item &gt; label,
.form_item &gt; legend{
}
#buttonArea {
/*	margin-top: 45px;*/
/*	padding: 20px 10px 40px 10px;*/
    padding-bottom: 60px;
    text-align: center;
}

.red{
    color: #ff0000;
}

.entry_about{
    width: 90.66%;
    color: #FFF;
    margin: 0 auto;
/*    background: #2c2c2e;*/
}


/* --- フォーム入力欄 ---------------------------- */

.input_text {
    -webkit-appearance: none;
	width: 100%;
    margin: 0 auto;
	padding: 3% 1.5%;
    font-size: 1.6rem;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
}
.w_large{
	width: 98%;
}
.w_middle{
    width: 100%
}@media screen and (min-width: 750px){
/*
    .w_middle{
	width: 25%;
    }
*/
}
.w_small{
	width: 45%;
}

.form_input_title {
    font-size: 1.6rem;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: inherit;
}
input[type="radio"]{
  display: none;
}
label{
    display: inline;
    vertical-align: middle;
    position: relative;
}

.radio-cantainer{
    justify-content: space-between;
    width: 90%;
}
.radio_input{
}
.radio_text{
    padding: 12px 30px 12px 30px;
    border-radius: 4px;
/*    margin: 0 20px 0 0;*/
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.8);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.8);
    background: #FFF;
}
.radio_text:hover{
    background: #ffffbd;
}
.radio_text:before{
    content: "";
    display: block;
    position: absolute;
/*    top: 28px;*/
    left: 10px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #928a89;
}
.radio_input:checked + .radio_text{
    color: #074122;
    background: #94ffa6;
}
.radio_input:checked + .radio_text:before{
    background: #058942;
}
/*
.radio_input:checked + .radio_text::after{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 21px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
*/
.btn {
	float: right;
}

select {
    -moz-appearance: none;
    -webkit-appearance:none;
    width: 100%;
	padding: 2% 4%;
    margin-bottom: 20px;
    border-radius: 6px;
    border: none;
    font-size: 1.6rem;
    background: #FFF;
}@media screen and (min-width: 750px){
    select {
        /*width: 50%;*/
    }
}
.select_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
}@media screen and (min-width: 750px){
/*
    .select_box{
        width: 26.5%;
    }
*/
}
.select_box:before{
    content: "▼";
    display: block;
    position: absolute;
    top: 22%;
    right: 10px;
    font-size: 1.4rem;
    color: #818181;
}
::-ms-expand {
	display: none;
}

textarea {
    -webkit-appearance: none;
	width: 100%;
    height: 350px;
	padding: 1%;
    border-radius: 6px;
    border: 2px solid #b1b1b1;
    font-size: 1.6rem;
}@media screen and (min-width: 750px){
    textarea{
        height: 250px;
    }
}
.box-s {
	width: 50px;
}

.checkbox_wrap{
    background: #ccc;
}

.btn_submit {
    -webkit-appearance: none;
    width: 56%;
    margin: 0 auto;
    margin-top: 40px;
	padding: 10px 0;
	color: #fff;
	font-size: 2.0rem;
    font-weight: bold;
    color: #FFF;
	background-color: #b20000;
    border: none;
	border-radius: 50px;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    cursor: pointer;
}
.btn_submit:hover{
    opacity: 0.7;
}

.msg_inputerror{
    display: none;
    width: 110%;
    margin-left: -5%;
    margin-bottom: -20px;
	padding: 40px 0;
	color: #000;
    font-weight: 600;
	font-size: 2.2rem;
    text-align: center;
	background-color: #ff8080;
    border: none;
	border-radius: 6px;
    white-space: nowrap;
}
.msg_inputerror img{
    width: 24px;
    font-size: 2rem;
    vertical-align: middle;
    margin: -4px 6px 0 0;
}

#age + span{
    vertical-align: middle;
    color: #FFF;
}

.align_left{
    margin: 0;
}

input::-webkit-input-placeholder {
    font-size: 1.6rem;
}
input:-moz-placeholder {
    font-size: 1.6rem;
}
input::-moz-placeholder {
    font-size: 1.6rem;
}
input:-ms-input-placeholder {
    font-size: 1.6rem;
}

.btn_back{
    display: inline-block;
    /* width: 40.66%; */
    padding: 10px 30px;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
    color: #FFF;
    font-size: 1.6rem;
    background: none;
    border: 2px solid #FFF;
    border-radius: 50px;
}@media screen and (min-width: 768px){
    .btn_back{
        width: auto;
        padding: 10px 20px;
    }
}
.btn_back:hover{
    opacity: 0.7;
}


/* --- 送信完了画面 ------------------------------ */

.thankyou p {
	padding: 0 0 40px 0px;
	font-size: 16px;
	text-align: center;
}

/* --- フッター ---------------------------------- */
#footer,
footer {
    max-width: 600px;
    margin: 0 auto;
	padding: 20px 0 40px 0;
	font-size: 12px;
	text-align: center;
    background: #101011;
}

#footer a,
footer a,
#footer small,
footer small {
	color: #9f9f9f;
	text-decoration: none;
}
#footer a:hover,
footer a:hover {
	color: #04c;
	text-decoration: underline;
}

.copy{
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1rem;
    color: #9f9f9f;
}

/*==============================================*/
/*---------------インタラクション------------------*/
/*==============================================*/

/* --- フォーカス ---------------------------------- */

textarea:focus,
select:focus,
.input_text:focus{
    outline: none;
    background: #fffaba;
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease;
}

/* --- 必須項目 ---------------------------------- */

.required {
    display: none;
    width: 12%;
    min-width: 36px;
    max-width: 50px;
    margin-right: 1%;
    background: #ccc;
    text-align: center;
    background: #E84C4C;
    border-radius: 4px;
	color: #FFF;
    font-size: 1.6rem;
}
.input_required_field{
/*    border: 2px solid #fa6161;*/
}
.input_error_field{
    background: #ffa5a5;
}
.radio_required{
/*    border: 2px solid #fa6161;*/
}


/* --- エラー内容表示 ---------------------------------- */

.input_error_mes{
/*    width: 87.2%;*/
    display: none;
    position: relative;
    padding: 5px;
    margin: 10px 0 0 5%;
    background: #ffdbdb;
    border-left: 4px solid #ff4a4a;
    color: #d30b0b;
    font-size: 1.2rem;
    z-index: 9999;
    animation: baloon_up 0.4s ease forwards;
}
/*
.input_error_mes:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 8px solid #ff9123;
}
*/
.input_error_mes img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

.input_error_mes img[src$=".svg"]{
    /*width: 100%;*/
}

/* --- 入力成功表示 ---------------------------------- */
.success{
    display: none;
    background: none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;/*
    width: 35px;
    height: 35px;
    padding: 6px;
    opacity: 1;*/
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease;
}
.input_success_field{
    border: 2px solid #a6ffbe;
    background: #a6ffbe;
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease;
}

/*==============================================*/
/*---------------アニメーション------------------*/
/*==============================================*/

/* --- 入力エラーアニメーション ---------------------------------- */

.animate_error{
    -webkit-animation: input_error 0.45s ease ;
    animation: input_error 0.45s ease ;
}@keyframes input_error{
    0%{
       margin-left: 0; 
    }
    25%{
        margin-left: -10px;
    }
    75%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0;
    }
}@-webkit-keyframes input_error{
    0%{
       margin-left: 0; 
    }
    25%{
        margin-left: -10px;
    }
    75%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0;
    }
}

/* --- successチェックアニメーション ---------------------------------- */
.success img{
    display: block;
    opacity: 0;
    width: 20px;
    height: 20px;
    padding: 0 0 0 12px;
    -webkit-animation: checked 0.4s ease forwards;
    animation: checked 0.4s ease forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}@keyframes checked{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}@-webkit-keyframes checked{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* --- エラーポップアップアニメーション ---------------------------------- */

.input_error_mes{
    animation: baloon_up 0.5s ease forwards;
}
@keyframes baloon_up{
    0%{
        opacity: 0;
        top: 10px;
    }
    50%{
        top: -2px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}@-webkit-keyframes baloon_up{
    0%{
        opacity: 0;
        top: 10px;
    }
    50%{
        top: -2px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}


/*==============================================*/
/*-------------------確認画面--------------------*/
/*==============================================*/

#mainFrame{
    border: none;
}

#entryForm dl {
    background: none;
}

input[type="submit"]{
    -webkit-appearance: none;
    display: block;
    width: 81.7%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 0;
    background: #b20000;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
}
input[type="submit"]:hover{
    background: #ea1919;
}

input[type="button"]{
    -webkit-appearance: none;
    width: 32%;
    float: none;
    display: block;
    clear: both;
    margin: 0 auto;
	padding: 8px 0;
	color: #FFF;
    font-size: 1.6rem;
    font-weight: 300;
	background: none;
	border-radius: 50px;
    border: 2px solid #FFF;
    cursor: pointer;
}
input[type="button"]:hover{
    opacity: 0.7;
}

input[type="submit"].top_submit{
    width: 56%;
}

#entryForm dl{
    width: 100%;
    margin: 0 auto;
    padding: 14px 0 6px 0;
}
#entryForm dl dt{
    width: 100%;
    padding: 6px 0 6px 5%;
    background: none;
    border: none;
    border-bottom: 1px solid #ae9018;
    font-size: 1.6rem;
    font-weight: 600;
    background: #7c0009;
    color: #FFF;
}@media screen and (min-width: 768px){
/*
    #entryForm dl dt{
        float: left;
        width: 20%;
        padding-right: 4%;
    }
*/
}
#entryForm dl dd{
    float: left;
    width: 100%;
    padding: 20px 0 0 5%;
    color: #FFF;
    font-weight: 600;
}@media screen and (min-width: 768px){
    /*#entryForm dl dd{
        padding: 0;
    }*/
}
#entryForm dl:last-of-type dd{
    margin-bottom: 45px;
}

/*==============================================*/
/*------------------送信完了画面------------------*/
/*==============================================*/

#outline h2 {
    padding: 30px 0;
    color: #FFF;
    border: none;
    text-align: center;
}

.thankyou p{
    font-size: 1.9rem;
    color: #fff21d;
}

.thankyou a{
    display: inline-block;
    width: 40.66%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 1.6rem;
    background: none;
    border: 2px solid #FFF;
    border-radius: 50px;
}@media screen and (min-width: 768px){
    .thankyou a{
        width: 50%;
    }
}
.thankyou a:hover{
    opacity: 0.7;
}

/*==============================================*/
/*-------------------個別設定--------------------*/
/*==============================================*/

.btn_shokai,
.btn_gender{
    display: block;
    float: left;
    line-height: 3;
}

.btn_shokai span,
.btn_gender span{
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

.btn_shokai span::before,
.btn_gender span::before{
    top: 28%;
}
.btn_shokai .radio_input:checked + .radio_text::after,
.btn_gender .radio_input:checked + .radio_text::after{
    top: 34%;
}

.btn_shokai span span,
.btn_gender span span{
    font-size: 1.2rem;
}

/*==============================================*/
/*------------------ランク別の設定----------------*/
/*==============================================*/

.tit_rank{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 25.86%;
}

.pic_card {
	width: 100%;
    height: 0;
    padding-bottom: 96%;
}

#rank1 .tit_rank{
    background: url(../img/tit_rank1.jpg) no-repeat;
    background-size: contain;
}
#rank1 .pic_card{
    background: url(../img/card_rank1.jpg) no-repeat;
    background-size: contain;
}
#rank1 .form_item &gt; label,
#rank1 .form_item &gt; legend {
    background: #f0bb19;
    color: #000;
    border-bottom: 1px solid #cc6e0a;
}

#rank2 .tit_rank{
    background: url(../img/tit_rank2.jpg) no-repeat;
    background-size: contain;
}
#rank2 .pic_card{
    background: url(../img/card_rank2.jpg) no-repeat;
    background-size: contain;
}
#rank2 .form_item &gt; label,
#rank2 .form_item &gt; legend {
    background: #bec0c4;
    color: #000;
    border-bottom: 1px solid #86989b;
}

#rank3 .tit_rank{
    background: url(../img/tit_rank3.jpg) no-repeat;
    background-size: contain;
}
#rank3 .pic_card{
    background: url(../img/card_rank3.jpg) no-repeat;
    background-size: contain;
}
#rank3 .form_item &gt; label,
#rank3 .form_item &gt; legend {
    background: #1664a7;
    color: #FFF;
    border-bottom: 1px solid #10338c;
}

#rank4 .tit_rank{
    background: url(../img/tit_rank4.jpg) no-repeat;
    background-size: contain;
}
#rank4 .pic_card{
    background: url(../img/card_rank4.jpg) no-repeat;
    background-size: contain;
}
#rank4 .form_item &gt; label,
#rank4 .form_item &gt; legend {
    background: #baab9e;
    color: #000;
    border-bottom: 1px solid #5f5349;
}

#rank5 .tit_rank{
    background: url(../img/tit_rank5.jpg) no-repeat;
    background-size: contain;
}
#rank5 .pic_card{
    background: url(../img/card_rank5.jpg) no-repeat;
    background-size: contain;
}
#rank5 .form_item &gt; label,
#rank5 .form_item &gt; legend {
    background: #805c3c;
    color: #FFF;
    border-bottom: 1px solid #974821;
}

#rank6 .tit_rank{
    background: url(../img/tit_rank6.jpg) no-repeat;
    background-size: contain;
}
#rank6 .pic_card{
    background: url(../img/card_rank6.jpg) no-repeat;
    background-size: contain;
}
#rank6 .form_item &gt; label,
#rank6 .form_item &gt; legend {
    background: #000;
    color: #FFF;
    border-bottom: 1px solid #757575;
}

.rokunana{
    height: 300px;
    padding: 25px 2.5%;
    overflow-y: scroll;
    background: #222222;
}

.rokunana ul{
    padding-left: 1.5em;
}

.btn_call {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 0;
	text-align: center;
	background-color: #b20000;
	font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    color: #FFF;
    border-radius: 100px;
    
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
}

.entry_about .end_day{
    margin-bottom: 0;
}</pre></body></html>