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

html, body, div, span, p, a, img, ul, li{
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic Pro', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, '貂ｸ繧ｴ繧ｷ繝�け Medium', 'Yu Gothic Medium', '貂ｸ繧ｴ繧ｷ繝�け菴�', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}
body {
  background:url(../img/bg.gif);
}
a.button {
  cursor: pointer;
  text-decoration: none;
}
.contents{
	width: 820px;
	margin: 0px auto;
    background-color: #FFFFFF;
}

/*繝｡繧､繝ｳ驛ｨ蛻�
-------------------------------------------------------*/
div.n_top{
    width:auto;
    padding:30px;
    color: #FFF;
    background: url("../img/bg_1.png") no-repeat top right,url("../img/bg_2.png") no-repeat bottom left,#E3003B;
    border-top:5px;
    border-color: #000;
    border-style: solid;
}

/*譛ｬ譁�お繝ｳ繝医Μ繝ｼ繝懊ち繝ｳ
-------------------------------------------------------*/
a.btns_blue {
    display: block;
    max-width: 350px;
    margin: 30px auto 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btns_blue span.bl__text {
    display: block;
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-left: 30px;
}
a.btns_blue span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btns_blue span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btns_blue:hover {
    background-color: #000;
}
a.btns_blue:hover span.bl__text:before {
    background: #FFF;
}
a.btns_blue:hover span.bl__text:after {
    border-top: 3px solid #E3003B;
    border-right: 3px solid #E3003B;
}
a.btns_blue:hover span.bl__text {
    color: #FFF;
}
p.btns_btm{
    max-width: 350px;
    text-align: center;
    margin: 10px auto 30px auto;
    border-bottom: 3px;
    border-style: solid;
    border-color:#FFF;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}




p.n_main_ttl_1{
    text-align: center;
    font-size: 37px;
    line-height: 150%;
}
p.n_main_ttl_2{
    text-align: center;
    font-size: 60px;
    line-height: 150%;
}
p.n_main_ttl_3{
    text-align: center;
    font-family: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 135px;
    font-weight: bold;
    line-height: 120%;
}
p.n_main_ttl_3 span{
    font-size: 45px;  
}
p.n_main_cp{
    padding: 0 30px 30px 30px;
    font-size: 17px;
    font-weight: bold;
    line-height: 210%;
    text-align: justify;
}

.spol{
    display: none;
}



/*--螟ｧ譫�--*/
div.n_nmbs{
    padding: 80px 30px 30px 30px;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    flex-wrap: wrap;
    width:auto;
}
/*--蛟句挨譫�--*/
div.n_nmbs_chd{
    width:48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
/*--螟ｧ謨ｰ蟄玲棧--*/
div.n_nmbs_ttl_box{
    width:100%;
    height:auto;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: right;
}
div.n_nmbs p.nw_nms_ttl{
    font-family: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 88px;
    color: #E50039;
    line-height: 0;
}
span.n_ttl_s{
    font-size: 30px;
        font-family: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/*--謨ｰ蟄励ヰ繝ｼ--*/
div.n_nmbs_ttl_num{
    width:100%; 
    background-color: #E50039;
    background: #E50039 url("../img/num_bar.png") no-repeat;
    background-size:100% 100%;
    line-height: 100%;
    color: #FFF;
    padding: 3px 0 1px 5px;
    margin-bottom: 15px;
    font-size: 15px;
}
/*--繧ｳ繝斐�--*/
div.nw_nms_p{
    width:65%;
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    line-height: 200%;
}
div.nw_nms_p sup{
    font-size:10px;
    color: #000;
}

/*--逕ｻ蜒�--*/
div.n_01,
div.n_02,
div.n_03,
div.n_04,
div.n_05,
div.n_06,
div.n_07,
div.n_08{
    align-self: flex-start;
    width:33%;
    text-align:center;
}
div.n_01 img{
    width:95%;
}
div.n_02 img{
    width:75%;
}
div.n_03 img{
    width:50%;
}
div.n_04 img{
    width:100%;
}
div.n_05 img{
    width:80%;
}
div.n_06 img{
    width:58%;
}
div.n_07 img{
    width:85%;
}
div.n_08 img{
    width:100%;
}

/*--繝励Ο繝�--*/
div.n_nums_ttl_name{
    width:100%;
    border-top:1px;
    border-style: dashed;
    border-color: #666;
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
}
div.n_nums_ttl_name p{
    font-size: 13px;
}
div.n_nums_ttl_name p span{
    font-weight: bold;
    font-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec4646;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    display:inline-flex;
}


/*--繝輔ャ繧ｿ繝ｼ--*/
.pagetop-fixed{
  position: fixed;
  z-index: 400;
  right: 15px;
  bottom: 15px;
}
.pagetop-fixed img{
  width: 40px;
}
.footer__area p {
  background-color: #FFF;
  color: #505050;
  text-align:center !important;
  font-size:12px;
}






@media screen and (max-width: 640px) {
body{
	background:none;
}
.contents{
    width: 100%;
}
 


/*繝｡繧､繝ｳ驛ｨ蛻�
-------------------------------------------------------*/
div.sp_top{
    margin-top: 70px;
}
div.n_top{
    padding:15px;
}
.spol{
    display: block;
}
p.n_main_ttl_1{
    font-size: 25px;
    margin: 30px 0 10px 0;
}
p.n_main_ttl_2{
    font-size: 45px;
    line-height: 130%;
    margin-bottom: 40px;
}
p.n_main_ttl_3{
    text-align: center;
    font-family: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 135px;
    font-weight: bold;
    line-height: 80%;
}
p.n_main_ttl_3 span{
    font-size: 45px;  
}
p.n_main_cp{
    padding: 0 15px 30px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    text-align: justify;
}



/*--螟ｧ譫�--*/
div.n_nmbs{
    padding: 100px 30px 30px 30px;
    flex-direction: column;
}
/*--蛟句挨譫�--*/
div.n_nmbs_chd{
    width:100%;
    margin-bottom: 100px;
}
/*--繧ｳ繝斐�--*/
div.nw_nms_p{
    font-size: 14px;
}

/*--繝励Ο繝�--*/
div.n_nums_ttl_name p{
    font-size: 14px;
}
div.n_nums_ttl_name p span{
    font-size: 16px !important;
}

/*--繝輔ャ繧ｿ繝ｼ--*/
.footer__area p {
  font-size:10px !important;
}


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