/* ----------------------------
reset
------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

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

html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    font-size: 1.8rem;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
}

a img {
    margin: 0;
    padding: 0;
    border-style: none;
}

a,
a:link {
    text-decoration: none;
}


/* 共通 */
.inner {
    width: 960px;
    margin: 0 auto;
}

.inner2 {
    width: 1000px;
    margin: 0 auto;
}

.banner_pc {
    display: block;
}

.banner_sp {
    display: none;
}

.banner_sp1 {
    display: none;
}

.pcbr {
    display: inline;
}

.spbr {
    display: none;
}
#money
#wrapper {
    width: 100%;
    margin: 0 auto;
}

.contents {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0 40px;
    background-color: #ffffff;
}

.contents_cat {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 40px;
    background-color: #f5f5f5;
}

.contents_in {
    width: 960px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #ffffff;
}

.contents_in2 {
    width: 92%;
    margin: 0 auto;
    padding: 30px 40px;
    background-color: #ffffff;
}

.contents_in_pc {
    width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #ffffff;
}

/* ヘッダー */
.header_common{
   background-color: #fffa5a;
   padding: 10px 0;
   position: relative;
   z-index: 100;
}

.head_top{
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.logo{
    width: 1180px;
    margin: 0 auto;
    text-align: left;
}

/* MAIN */
.contents_main {
    background-image: url(../images/money_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
    overflow: hidden;
}

#money_block {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .effect_money {
    position: absolute;
    top: -150px;
    height: 100vh;
    width: 90%;
    margin: 0;
    padding: 0;
  }
  
  .effect_money li {
    position: absolute;
    list-style: none;
    display: block;
    animation: snowfall 15s linear infinite;
  }
  
  .effect_money li:nth-child(1) {
    left: 10%;
    animation-duration: 40s;
  }
  
  .effect_money li:nth-child(2) {
    left: 20%;
    animation-delay: 2s;
    animation-duration: 21s;
  }
  
  .effect_money li:nth-child(3) {
    left: 25%;
    animation-delay: 8s;
  }
  
  .effect_money li:nth-child(4) {
    left: 40%;
    animation-duration: 20s;
  }
  
  .effect_money li:nth-child(5) {
    left: 70%;
  }
  
  .effect_money li:nth-child(6) {
    left: 80%;
    animation-delay: 5s;
    animation-duration: 15s;
  }
  
  .effect_money li:nth-child(7) {
    left: 60%;
    animation-delay: 7s;
  }
  
  .effect_money li:nth-child(8) {
    left: 55%;
    animation-delay: 25s;
    animation-duration: 20s;
  }
  
  .effect_money li:nth-child(9) {
    left: 25%;
    animation-delay: 3s;
    animation-duration: 40s;
  }
  
  .effect_money li:nth-child(10) {
    left: 90%;
    animation-delay: 11s;
  }
  
  @keyframes snowfall {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(800px);
    }
  }
  
  @-webkit-keyframes snowfall {
    0% {
      -webkit-transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(800px);
    }
  }
 
  .money li{
    position: absolute;
    list-style: none;
    top: -310px;
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
  }
  
  @keyframes fall {
    to {
      top: 120%;
    }
  }
  
  @keyframes sway1 {
    from {
      transform: translateX(0px) rotate(0deg);
    }
    to {
      transform: translateX(200px) rotate(-45deg);
    }
  }
  
  @keyframes sway2 {
    from {
      transform: translateX(200px) rotate(-45deg);
    }
    to {
      transform: translateX(0px) rotate(0deg);
    }
  }
  
  .money li:nth-child(1){
    left: 0%;
    animation: fall 10s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    animation-delay: 2s;
  }
  
  .money li:nth-child(2){
    left: 5%;
    animation: fall 15s linear infinite,
               sway1 2s ease-in-out infinite alternate;
    animation-delay: 8s;
  }
  
  .money li:nth-child(3){
    left: 15%;
    animation: fall 9s linear infinite,
               sway1 3.5s ease-in-out infinite alternate;
    animation-delay: 13s;
  }
  
  .money li:nth-child(4){
    left: 25%;
    animation: fall 8s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    animation-delay: 7s;
  }
  .money li:nth-child(5){
    left: 40%;
    animation: fall 10s linear infinite,
               sway1 4s ease-in-out infinite alternate;
    animation-delay: 0s;
  }
  .money li:nth-child(6){
    left: 55%;
    animation: fall 11s linear infinite,
               sway2 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  .money li:nth-child(7){
    left: 65%;
    animation: fall 7s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
    animation-delay: 7s;
  }
  .money li:nth-child(8){
    left: 50%;
    animation: fall 7s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  .money li:nth-child(9){
    left: 70%;
    animation: fall 11s linear infinite,
               sway2 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  .money li:nth-child(10){
    left: 80%;
    animation: fall 10s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    animation-delay: 4s;
  }

  .money li:nth-child(11){
    left: 90%;
    animation: fall 15s linear infinite,
               sway1 2s ease-in-out infinite alternate;
    animation-delay: 8s;
  }

.top_text{
    width: 1080px;
    height: 568px;
    margin: 0 auto;
    position: relative;
}

.top_text img {
    width: 100%;
} 

.effect   {
    opacity:1;
    position: absolute;
    top: 3%;
    left: 13%;
} 

.effect p  {
    width: 100%;
}

.img01{
    position: absolute;
    z-index: 9999;
}

.img01 img{
    animation: animeBg 2s linear 0s 2 alternate;
    opacity: 0.0;
 
}

@keyframes animeBg{
    0% {
        transform: scale(3.0,3.0);
        opacity: 0.0; 
    }
    100% {
        transform: scale(1.0,1.0);
        opacity: 1.0; 
    }
  } 

.img02{
    position: relative;
}

.top_effect{
    width: 1080px;
    margin: 0 auto;
  	text-align: left;
}



/* wh_cat */
.wh_cat{
    background-image: url(../images/wh1_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 100px;
    position: relative;
}

.wh_cat2{
    background-image: url(../images/wh2_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.wh_cat_in{
    width: 890px;
    background-color: #ffffff;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.wh_cat_in2{
    width: 890px;
    background-color: #ffffff;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.at_cont{
    width: 1000px;
    display: flex;
    position: absolute;
    top:-5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.at_cat{
    text-align: center;
    background: #63cce2;
    border: 10px solid #63cce2;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
}

.at_cat_in{
    background: #63cce2;
    font-weight: bold;
}

.at_cat_2{
    display: flex;
}

.at_heading{
    font-weight: bold;
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: -5px;
    position: relative;
    font-size: 25px;
    width: 300px;
}

.at_text_1{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 3.2rem;
    height: 130px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.at_text{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 3.2rem;
    height: 130px;
    line-height: 1.3;
    }

.f_m{
    font-size: 2.6rem;
    background: none;
}

.f_ms{
    font-size: 2.2rem;
    background: none;
}

.f_u{
    background: linear-gradient(transparent 70%,yellow 0%);
}

.wh_title{
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.3;
}

.wh_title span{
    color: #63cce2;
    font-size: 2em;
    margin: 0 -28px
}

.muryo_tokuten{   
    display: flex; 
    justify-content: center;
}

.graph{
    margin-top: 50px;
}

.support{
    border: solid 1px #2686dd;    	
    outline: solid 2px #2686dd;    
    outline-offset: 5px;        
    margin: 30px auto;            	
    padding: 30px 0;
    width: 90%;
}

.support p{
    color: #333333;
    line-height: 1.8em;
}

.u_ye{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.7em;
    text-decoration-color: #fcfc53;
    text-underline-offset: -0.2em;
}

.limited{
    margin-bottom: 30px;
}

.btn-wrap {
  text-align: center;
}

/* mail_cat */
.mail_cat {
    background-image: url(../images/mail_back.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

.mail_cat2 {
    width: 800px;
    margin: auto;
}

.mail_cat_in {
    width: 800px;
    margin: auto;
    color: #333333;
    padding: 20px 20px 40px;
}

.mail_top_text{
    width: 854px;
    background-color: #575757;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    font-size: 1.8em;
    padding: 20px 0;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}

.mail_top_text span{
    color: #fff600;
}

.form_input{
    width: 100%;
}

input {
  border-top: 3px solid #dcdcdc;
  border-right: 3px solid #dcdcdc;
  border-bottom: 3px solid #dcdcdc;
  border-left: 3px solid #dcdcdc;
  border-radius: 10px;
}

.form_input input {
    height: 40px;
    width: 98%;
    font-size: 20px;
    color: #000;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 5px;
}

.form_btn  {
    padding-left: 2px;
    width: 80%
}

.form_btn img{
    width: 100%;
}

.form_checkbox{
    font-size: 0.7em;
    padding-top: 20px;
    padding-left: 60px;
    font-weight: bold;
    text-align: left;
}

.form_note{
    font-size: 0.85em;
    padding: 20px 0 30px 60px;
    font-weight: bold;
    text-align: left;
    }
    
.zoom {
    animation-name: zoom;   
    animation-delay:0s;  
    animation-duration: 1.5s; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
}
 
@keyframes zoom {
  0% {
    transform: scale(.95);
  }
  50% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(0.95);
  }
}

.fadedown {
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    text-align: center;
}
 
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

/* lb_cat */

.lb_cat {
    background-image: url(../images/lb_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lb_cat_in{
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 80px;
}

.lb_text{
    padding: 30px 0;
    text-align: center;
}

.sp_lr{
    display: flex;
    justify-content: center;
    color: #fff;
}

.sp_l{
    position: relative;
}

.l_b_name{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    top:21%;
    left: 5%;
    width: 38%;
}

.l1_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:44%;
    left: 7%;
}

.l1_date span{
    font-size: 0.8em;
}

.l2_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:57%;
    left: 7%;
}

.l2_date span{
    font-size: 0.8em;
}

.l_up_rate{
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    top:72%;
    left: 7%;
}

.l_case_title{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:31%;
    left: 49%;
}

.l_up_price{
    font-size: 1.4em;
    position: absolute;
    text-align: center;
    top:50%;
    left: 54%;
}

.wh_b{
    font-size: 0.8em;
}

.f_ye{
    color: #ffea00;
    font-size: 1.4em;
}

.f_s{
    color: #ffea00;
    font-size: 0.8em;
}

.f_l_b{
    color: #ffea00;
    font-size: 1.5em;
    font-weight: bold;
}

.sp_r{
    position: relative;
}

.r_b_name{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    position: absolute;
    top:21%;
    left: 6%;
    width: 38%;
}

.r1_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:44%;
    left: 9%;
}

.r1_date span{
    font-size: 0.8em;
}

.r2_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:57%;
    left: 9%;
}

.r2_date span{
    font-size: 0.8em;
}

.r_up_rate{
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    top:72%;
    left: 9%;
}

.r_case_title{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:31%;
    left: 50%;
}

.r_up_price{
    font-size: 1.4em;
    position: absolute;
    text-align: center;
    top:50%;
    left: 55%;
}

.sp_center{
    text-align: center;
    color: #fff;
}

.sp_center{
    position: relative;
}

.center_b_name{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    top:21%;
    left: 28%;
    width: 18%;
}

.center1_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:44%;
    left: 28%;
}

.center1_date span{
    font-size: 0.8em;
}

.center2_date{
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:57%;
    left: 28%;
}

.center2_date span{
    font-size: 0.8em;
}

.center_up_rate{
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    top:72%;
    left: 28%;
}

.center_case_title{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:31%;
    left: 49.5%;
}

.center_up_price{
    font-size: 1.4em;
    position: absolute;
    text-align: center;
    top:50%;
    left: 52%;
}

.lb_note{
    margin: 10px auto 0;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
}


/* footer */
footer{
    background-color: #050543;
	padding:25px 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner{
    width: 1000px;
	margin:0 auto;
}

.f_navi{
margin: 0px 0;
font-size: 1.5rem;
}

.f_menseki{
font-size: 1.4rem;
padding: 45px 0;
}

.copy{
text-align: center;
font-size: 1.3rem;margin: 40px 0 0;
}

footer a,
footer a:link,
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #ccc;
	text-decoration:none;
}

/*ここからpc（1121px～1200px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:1121px) and (max-width:1200px) {
    body {
        font-size: 1.8rem;
        background-image: none;
    }

    .head_top{
        width: 98%;
    }
    

}


/*ここからタブレット用（600px～1120px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1120px) {
    body {
        font-size: 1.6rem;
        line-height: 1.7;
        background-image: none;
    }

    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .banner_pc {
        display: none;
    }

     .banner_sp {
        display: block;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: inline;
    }

/* ヘッダー */
.header_common{
    background-color: #fffa5a;
    padding: 10px 0 0 0;
 }
 
 .head_top{
     width: 100%;
     display: flex;
     justify-content: space-between;
     margin: auto;
 }
 
 .logo{
    width: 25%;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}

.logo img{
    width: 100%;
}
 
/* MAIN */

.contents_main {
    background-image: url(../images/money_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	margin-top:0px;
	padding-bottom:80px;
	position: relative;
}

.top_text{
    width: 94%;
    margin: 0 auto;
    position: relative;
    height: 70vw;
}

.top_text img {
    width: 100%;
} 

.effect   {
    opacity:1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
} 

.effect p  {
    width: 90vw;
}

.img01{
    position: absolute;
    z-index: 9999;
}

.img01 img{
    animation: animeBg 2s linear 0s 2 alternate;
    opacity: 0.0;
 
}

@keyframes animeBg{
    0% {
        transform: scale(3.0,3.0);
        opacity: 0.0; 
    }
    100% {
        transform: scale(1.0,1.0);
        opacity: 1.0; 
    }
  } 

.img02{
    position: relative;
}

.top_effect{
    width: 94%;
	padding: 0;
    margin: 0 auto;
  	text-align: left;
}

/* wh_cat */
.wh_cat{
    background-image: url(../images/wh1_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12vw 0 50px;
}

.wh_cat2{
    background-image: url(../images/wh2_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 50px;
}

.wh_cat_in{
    width: 94%;
    margin: 12vw auto 0;
    padding: 30px 0 20px;
    text-align: center;
}

.wh_cat_in2{
    width: 94%;
    margin: auto;
    padding: 30px 0 20px;
    text-align: center;
}

.at_cont{
    width: 94%;
    display: block;
    text-align: center;
    position:absolute;
    top: -10%;
}

.at_cat{
    text-align: center;
    background: #63cce2;
    border: 10px solid #63cce2;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 10px;
}

.at_cat_in{
    background: #63cce2;
    font-weight: bold;
}

.at_cat_2{
    display: flex;
    justify-content: center;
}

.at_heading{
    font-weight: bold;
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: -10px;
    position: relative;
    font-size: 25px;
    width: 38vw;
}

.at_text_1{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 4vw;
    height: 15vw;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.at_text{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 4vw;
    height: 15vw;
    line-height: 1.3;
    }

.f_m{
    font-size: 3vw;
}

.f_ms{
    font-size: 2.5vw;
}    

.wh_title{
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: 3.4vw;
}

.wh_title span{
    color: #63cce2;
    font-size: 2em;
    margin: 0 -0.5em;
}

.muryo_tokuten{   
    margin: 50px auto 30px;
    display: block;
}

.pc_tab_sp{
    margin-top: 30px;
    width:50%;
    display: inline-block;
    text-align: center;
}

.pc_tab_sp img{
    width: 100%;
}

.graph{
    margin-top: 50px;
}

.graph img{
   width: 80%;
}

.support{
    border: solid 1px #2686dd;    	
    outline: solid 2px #2686dd;   
    outline-offset: 5px;       
    margin: 30px auto;         
    padding: 30px 0;
    width: 80%;
}

.support p{
    color: #333333;
    line-height: 1.8em;
}

.u_ye{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.7em;
    text-decoration-color: #fcfc53;
    text-underline-offset: -0.2em;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap img {  
    width: 94%;
}

.limited{
    margin-bottom: 30px;
}

.limited img{
    width: 94%;
}

/* mail_cat */
.mail_cat {
    background-image: url(../images/mail_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 20px;
}

.mail_cat2 {
    width: 100%;
    margin: auto;
}

.mail_cat_in {
    width: 100%;
    margin: auto;
    color: #333333;
    padding: 20px 0 40px;
}

.mail_top_text{
    width: 100%;
    background-color: #575757;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    font-size: 3vw;
    padding: 20px 0;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}

.mail_top_text span{
    color: #fff600;
}

.form_input{
    width: 98%;
    margin: auto;
    text-align: center;
}

input {
    border-top: 3px solid #dcdcdc;
    border-right: 3px solid #dcdcdc;
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    border-radius: 10px;
  }

.form_input input {
    height: 40px;
    width: 96%;
    font-size: 18px;
    color: #000;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 5px;
}

.form_btn  {
    padding-left: 2px;
    width: 80%
}

.form_btn img{
    width: 100%;
}

.form_checkbox{
    font-size: 0.7em;
    padding-top: 20px;
    padding-left: 60px;
    font-weight: bold;
    text-align: left;
}

.form_note{
    font-size: 0.8em;
    padding: 20px 60px;
    }
    

/* lb_cat */

.lb_cat {
    background-image: url(../images/lb_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lb_cat_in{
    width: 94%;
    margin: 0 auto;
    padding: 10px 0 50px;
}

.lb_text{
    padding: 30px;
    text-align: center;
}

.lb_text img{
    width: 100%;
}

.sp_lr{
    display: block;
   text-align: center;
}

.sp_l{
    position: relative;
}

.sp_l img{
    width: 80%;
}

.l_b_name{
    font-size: 2.5vw;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top:21%;
    left: 14%;
    width: 28vw;
}

.l1_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    position: absolute;
    top:44%;
    left: 16%;
}

.l1_date span{
    font-size: 0.8em;
}

.l2_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    position: absolute;
    top:57%;
    left: 16%;
}

.l2_date span{
    font-size: 0.8em;
}

.l_up_rate{
    font-size: 3.2vw;
    font-weight: bold;
    position: absolute;
    letter-spacing: 0.05em;
    top:72%;
    left: 16%;
}

.l_case_title{
    font-size: 2.5vw;
    font-weight: bold;
    position: absolute;
    top:31%;
    left: 50%;
}

.l_up_price{
    font-size: 2.8vw;
    position: absolute;
    text-align: center;
    line-height: 1.7em;
    top:49%;
    left: 53%;
}

.wh_b{
    font-size: 0.8em;
}

.f_ye{
    color: #ffea00;
    font-size: 5vw;
}

.f_s{
    color: #ffea00;
    font-size: 0.8em;
}

.f_l_b{
    color: #ffea00;
    font-size: 5vw;
    font-weight: bold;
}

.sp_r{
    position: relative;
}

.sp_r img{
    width: 80%;
}

.r_b_name{
    font-size: 2.5vw;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top:21%;
    left: 14%;
    width: 28vw;
}

.r1_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    position: absolute;
    top:44%;
    left: 17%;
}

.r1_date span{
    font-size: 0.8em;
}

.r2_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    position: absolute;
    top:57%;
    left: 17%;
}

.r2_date span{
    font-size: 0.8em;
}

.r_up_rate{
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    top:72%;
    left: 17%;
}

.r_case_title{
    font-size: 2.5vw;
    font-weight: bold;
    position: absolute;
    top:31%;
    left: 50%;
}

.r_up_price{
    font-size: 2.8vw;
    position: absolute;
    text-align: center;
    line-height: 1.7em;
    top:50%;
    left: 54%;
}

.sp_center img{
    width: 80%;
}

.center_b_name{
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    top:21%;
    left: 15%;
    width: 26vw; 
}

.center1_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:44%;
    left: 15%;
}

.center1_date span{
    font-size: 0.8em;
}

.center2_date{
    font-size: 2.2vw;
    text-align: left;
    letter-spacing: 0.09em;
    position: absolute;
    top:57%;
    left: 15%;
}

.center2_date span{
    font-size: 0.8em;
}

.center_up_rate{
    font-size: 3.2vw;
    font-weight: bold;
    position: absolute;
    top:72%;
    left: 15%;
}

.center_case_title{
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:31%;
    left: 49.5%;
}

.center_up_price{
    font-size: 2.8vw;
    position: absolute;
    text-align: center;
    top:50%;
    left: 52%;
    line-height: 1.7em;
}

.lb_note{
    margin: auto;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
    width: 60vw;
}

.btn-wrap1 {
    text-align: center;
    margin-top: 20px;
  }

.btn-wrap1 img {  
    width: 94%;
}

/* footer */
footer{
    background-color: #050543;
	padding:30px 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner{
    width: 94%;
	margin:0 auto;
}

.f_navi{
margin: 0px 0;
font-size: 1.4rem;
}

.f_menseki{
font-size: 1.2rem;
padding: 45px 0;
}

.copy{
text-align: center;
font-size: 1.2rem;margin: 30px 0 0;
}

footer a,
footer a:link,
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #ccc;
	text-decoration:none;
}

}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
    body {
        font-size: 1.4rem;
        background-image: none;
        line-height: 1.7;
        margin: 0 auto 0;
    }

    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .contents {
        width: 96%;
        margin: 0 auto;
        padding: 120px 0 20px;
        background-color: #f5f5f5;
    }

    .contents_cat {
        width: 96%;
        margin: 0 auto;
        padding: 0 0 40px;
        background-color: #f5f5f5;
    }

    .contents_in {
        width: 96%;
        margin: 0 auto;
        padding: 30px 10px;
        background-color: #ffffff;
    }

    .contents_in2 {
        width: 92%;
        margin: 0 auto;
        padding: 30px 10px;
        background-color: #ffffff;
    }

    .contents_in_pc {
        width: 96%;
        margin: 0 auto;
        padding: 30px 10px;
        background-color: #ffffff;
    }

    .inner {
        width: 92%;
        margin: 0 auto;
    }

    .inner2 {
        width: 100%;
        margin: 0 auto;
    }

    .banner_pc {
        display: none;
    }

    .banner_sp {
        display: block;
    }

    .banner_sp1 {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .spbr {
        display: inline;
    }

/* ヘッダー */
.header_common{
    background-color: #fffa5a;
    padding: 10px 0 0 0;
 }
 
 .head_top{
     width: 100%;
     display: flex;
     justify-content: space-between;
     margin: auto;
 }
 
 .logo{
    width: 25%;
    margin: 0;
    text-align: left;
    padding-left: 10px;
    padding-top: 0;
}

.logo img{
    width: 100%;
    vertical-align: text-top;
}
 
    /* MAIN */

.contents_main {
    background-image: url(../images/money_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	margin-top:0px;
	padding-top:0;
	padding-bottom: 30px;
	position: relative;
}

.top_text{
    width: 94%;
    margin: 0 auto;
    position: relative;
    height: 95vw
}

.top_text img {
    width: 100%;
} 

.effect   {
    opacity:1;
    position: absolute;
    top: 5%;
    left: 0;
} 

.effect p  {
    width: 93vw;
}

.img01{
    position: absolute;
    z-index: 9999;
}

.img01 img{
    animation: animeBg 2s linear 0s 2 alternate;
    opacity: 0.0;
}

@keyframes animeBg{
    0% {
        transform: scale(3.0,3.0);
        opacity: 0.0; 
    }
    100% {
        transform: scale(1.0,1.0);
        opacity: 1.0; 
    }
  } 

.img02{
    position: relative;
}

.top_effect{
    width: 94%;
	padding:5px 0 0 0;
    margin: 0 auto;
  	text-align: left;
}

#money_block {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }

/* wh_cat */
.wh_cat{
    background-image: url(../images/wh1_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13vw 0 10px;
}

.wh_cat2{
    background-image: url(../images/wh2_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

.wh_cat_in{
    width: 94%;
    margin: 50px auto 30px;
    padding: 0 0 30px;
    text-align: center;
}

.wh_cat_in2{
    width: 94%;
    margin: auto;
    padding: 30px 0 20px;
    text-align: center;
}

.at_cont{
    width: 94%;
    display: block;
    text-align: center;
    position: absolute;
    top: -10%;
}

.at_cat{
    text-align: center;
    background: #63cce2;
    border: 10px solid #63cce2;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 10px;
}

.at_cat_in{
    background: #63cce2;
    font-weight: bold;
}

.at_cat_2{
    display: flex;
    justify-content: center;
}

.at_heading{
    font-weight: bold;
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: -10px;
    position: relative;
    font-size: 4vw;
    width: 38vw;
}

.at_text_1{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 4vw;
    height: 15vw;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.at_text{
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 4vw;
    height: 15vw;
    line-height: 1.3;
    }

.f_m{
    font-size: 3vw;
}

.f_ms{
    font-size: 2.5vw;
}    


.wh_title{
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: 3.6vw;
    padding: 20px 0 0;
}

.wh_title span{
    color: #63cce2;
    font-size: 2em;
    margin: 0 -0.5em;
}

.arrow img{
    width: 20vw;
}

.muryo_tokuten{  
    margin: 50px auto 0;
    display: block;
}

.muryo img{
    width: 94%;
}

.pc_tab_sp{
    margin-top: 30px;
    width:60%;
    display: inline-block;
    text-align: center;
}

.pc_tab_sp img{
    width: 100%;
}

.graph{
    margin-top: 30px;
}

.graph img{
   width: 90%;
}

.support{
    border: solid 1px #2686dd;    	
    outline: solid 2px #2686dd;   
    outline-offset: 5px;       
    margin: 30px auto 20px;         
    padding: 20px 0;
    width: 90%;
}

.support p{
    color: #333333;
    line-height: 1.8em;
}

.u_ye{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.7em;
    text-decoration-color: #fcfc53;
    text-underline-offset: -0.2em;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap img {  
    width: 94%;
}

.limited{
    margin-bottom: 20px;
}

.limited img{
    width: 94%;
}

  /* mail_cat */

  .mail_cat {
    background-image: url(../images/mail_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 10px 10px 0;
}

.mail_cat2 {
    width: 100%;
    margin: auto;
}

.mail_cat_in {
    width: 100%;
    margin: auto;
    color: #333333;
    padding: 20px 0 40px;
}

.mail_top_text{
    width: 100%;
    background-color: #575757;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    font-size: 4vw;
    padding: 20px 0;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}

.mail_top_text span{
    color: #fff600;
}

.mail_form{
    display: block;
}

.form_input{
    width: 98%;
    margin: auto;
    text-align: center;
}

input {
    border-top: 3px solid #dcdcdc;
    border-right: 3px solid #dcdcdc;
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    border-radius: 10px;
  }

.form_input input {
    height: 40px;
    width: 96%;
    font-size: 3vw;
    color: #000;
    background: #FFF;
    padding: 10px 2px 5px;
}

.form_btn  {
    padding: 20px 0 0;
    width: 60%;
    margin: auto;
    height: auto;
}

.form_btn img{
    width: 100%;
}

.form_checkbox{
    font-size: 0.7em;
    padding: 20px 6vw 0;
}

.form_note{
    font-size: 0.7em;
    padding: 20px 6vw;
    }

/* lb_cat */

.lb_cat {
    background-image: url(../images/lb_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lb_cat_in{
    width: 94%;
    margin: 0 auto;
    padding: 0 0 30px;
}

.lb_text{
    padding: 30px;
    text-align: center;
}

.lb_text img{
    width: 100%;
}

.sp_lr{
    display: block;
   text-align: center;
}

.sp_l{
    position: relative;
}

.sp_l img{
    width: 100%;
}

.l_b_name{
    font-size: 3vw;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top:21%;
    left: 7%;
    width: 32vw;
}

.l1_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.09em;
    line-height: 1.3em;
    position: absolute;
    top:44%;
    left: 8%;
}

.l1_date span{
    font-size: 0.8em;
}

.l2_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.09em;
    line-height: 1.3em;
    position: absolute;
    top:58%;
    left: 8%;
}

.l2_date span{
    font-size: 0.8em;
}

.l_up_rate{
    font-size: 3.6vw;
    font-weight: bold;
    position: absolute;
    letter-spacing: 0.08em;
    top:72%;
    left: 8%;
}

.l_case_title{
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    top:31%;
    left: 49%;
}

.l_up_price{
    font-size: 3.8vw;
    position: absolute;
    text-align: center;
    line-height: 1.7em;
    top:49%;
    left: 53%;
}

.wh_b{
    font-size: 0.8em;
}

.f_ye{
    color: #ffea00;
    font-size: 6.2vw;
}

.f_s{
    color: #ffea00;
    font-size: 0.8em;
}

.f_l_b{
    color: #ffea00;
    font-size: 6vw;
    font-weight: bold;
}

.sp_r{
    position: relative;
}

.sp_r img{
    width: 100%;
}

.r_b_name{
    font-size: 3vw;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top:21%;
    left: 8%;
    width: 32vw;
}

.r1_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.12em;
    line-height: 1.3em;
    position: absolute;
    top:44%;
    left: 8%;
}

.r1_date span{
    font-size: 0.8em;
}

.r2_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.12em;
    line-height: 1.3em;
    position: absolute;
    top:58%;
    left: 8%;
}

.r2_date span{
    font-size: 0.8em;
}

.r_up_rate{
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    top:72%;
    left: 8%;
}

.r_case_title{
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    top:31%;
    left: 50%;
}

.r_up_price{
    font-size: 3.8vw;
    position: absolute;
    text-align: center;
    line-height: 1.7em;
    top:49%;
    left: 54%;
}

.sp_center img{
    width: 100%;
}

.center_b_name{
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    top:21%;
    left: 7%;
    width: 32vw; 
}

.center1_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.09em;
    line-height: 1.3em;
    position: absolute;
    top:44%;
    left: 7%;
}

.center1_date span{
    font-size: 0.8em;
}

.center2_date{
    font-size: 2.6vw;
    text-align: left;
    letter-spacing: 0.09em;
    line-height: 1.3em;
    position: absolute;
    top:57%;
    left: 7%;
}

.center2_date span{
    font-size: 0.8em;
}

.center_up_rate{
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    position: absolute;
    top:72%;
    left: 7%;
}

.center_case_title{
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    top:31%;
    left: 49.5%;
}

.center_up_price{
    font-size: 3.8vw;
    position: absolute;
    text-align: center;
    top:50%;
    left: 52%;
    line-height: 1.7em;
}

.lb_note{
    margin: auto;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
    width: 94%;
}

.btn-wrap1 {
    text-align: center;
    margin-top: 20px;
  }

.btn-wrap1 img {  
    width: 100%;
}

/* footer */
footer{
    background-color: #050543;
	padding:20px 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.footer_inner{
    width: 94%;
	margin:0 auto;
}

.f_navi{
margin: 0px 0;
font-size: 1.2rem;
line-height: 1.6;
text-align: center;
}

.f_menseki{
font-size: 1.1rem;
padding: 20px 0;
}

.copy{
text-align: center;
font-size: 1.2rem;margin: 20px 0 0;
}

footer a,
footer a:link,
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #ccc;
	text-decoration:none;
}

}


/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.m5 {
    margin: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.m10 {
    margin: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.m15 {
    margin: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.m20 {
    margin: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.m25 {
    margin: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.m30 {
    margin: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.m35 {
    margin: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.m40 {
    margin: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.m45 {
    margin: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.m50 {
    margin: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.m55 {
    margin: 55px !important
}

.mt55 {
    margin-top: 55px !important
}

.mr55 {
    margin-right: 55px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.ml55 {
    margin-left: 55px !important
}

.m60 {
    margin: 60px !important
}

.mt60 {
    margin-top: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.m65 {
    margin: 65px !important
}

.mt65 {
    margin-top: 65px !important
}

.mr65 {
    margin-right: 65px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.ml65 {
    margin-left: 65px !important
}

.m70 {
    margin: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.m75 {
    margin: 75px !important
}

.mt75 {
    margin-top: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.m80 {
    margin: 80px !important
}

.mt80 {
    margin-top: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}


.mlrb30 {
    margin: 10px 30px 30px !important
}

.ml90 {
    margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.p5 {
    padding: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.p10 {
    padding: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.p20 {
    padding: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.p30 {
    padding: 30px !important
}

.p4050 {
    padding: 40px 50px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb80 {
    padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/
.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w130 {
    width: 130px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w250 {
    width: 250px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w710 {
    width: 710px;
}

.w876 {
    width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/
.h10 {
    height: 10px;
}

.h30 {
    height: 30px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}


/**************************************************************
【配置設定】
**************************************************************/
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/
.red1 {
    color: #FF0000;
}

/*明るい赤 */
.red2 {
    color: #c62726;
}

/*暗い赤 */
.red1_b {
    color: #F00;
    font-weight: bold;
}

/*太字・明るい赤 */
.red2_b {
    color: #d13938;
    font-weight: bold;
}

/*太字・暗い赤 */
.whe {
    color: #00F;
}

/*青 */
.bl {
    color: #254BDD;
}

/*青 */
.or {
    color: #FF9739;
}

/*オレンジ */
.blk {
    color: #000;
}

/*黒 */
.gr {
    color: #999;
}

/*グレー */
.grn {
    color: #50A810;
}

/*みどり */
.pk {
    color: #FE48DA;
}

/*ピンク */
.gld {
    color: #d5b876;
}

/*ゴールド */
.pp {
    color: #8A37BC;
}

/*むらさき */
.underline {
    text-decoration: underline;
}

/*アンダーライン */
strong {
    font-weight: bold;
}

/*太字 */
.bg_y {
    background-color: #F6BD15;
    padding: 0px 5px 0px;
}

.bg_k {
    background-color: #F8FF12;
    padding: 0px 5px 0px;
}


.font0_5 {
    font-size: 0.5em;
}

.font0_6 {
    font-size: 0.6em;
}

.font0_7 {
    font-size: 0.7em;
}

.font0_8 {
    font-size: 0.8em;
}

.font0_9 {
    font-size: 0.9em;
}

.font1 {
    font-size: 1em;
}

.font1_1 {
    font-size: 1.1em;
}

.font1_2 {
    font-size: 1.2em;
}

.font1_3 {
    font-size: 1.3em;
}

.font1_4 {
    font-size: 1.4em;
}

.font1_5 {
    font-size: 1.5em;
}

.font1_6 {
    font-size: 1.6em;
}

.font1_7 {
    font-size: 1.7em;
}

.font1_8 {
    font-size: 1.8em;
}

.font1_9 {
    font-size: 1.9em;
}

.font2 {
    font-size: 2em;
}

.lh160 {
    line-height: 160%;
}

.font_M {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font_ss {
    font-size: 0.8em;
    line-height: 160%;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */



/*メールBOX */
.mailbox {
    font-size: 20px;
    line-height: 28px;
}

.mailbox-list dl {
    position: relative;
    margin: 0px 0 0;
    cursor: pointer;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.mailbox-list dl:last-child {
    border-bottom: 1px solid #DDD;
}

.mailbox-list dl:first-child {
    margin-top: 0;
}

.mailbox-list dl::after {
    position: absolute;
    top: 38px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.mailbox-list .open::after {
    transform: rotate(-45deg);
}

.mailbox-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 20px 15px 20px;
    font-weight: normal;
    background: #fff;
}

.mailbox-list dl dt span {
    font-size: 1.6rem;
}

.mailbox-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 20px;
    border-top: 1px dotted #ddd;
    font-size: 18px;
}

.mailbox-list dl dd p {
    margin: 30px 0 0;
}

.mailbox-list dl dd p:first-child {
    margin-top: 0;
}

.mailbox em {
    font-style: normal;
    padding: 0 5px 0 0;
}

@media (min-width:600px) and (max-width:1024px) {
    .mailbox {
        font-size: 16px;
        line-height: 24px;
    }

    .mailbox-list dl {
        margin: 0px 0 0;
        line-height: 160%;
    }

    .mailbox-list dl:after {
        top: 25px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .mailbox-list dl dt {
        padding: 10px 40px 10px 15px;
        font-size: 16px;
    }

    .mailbox-list dl dt::before {
        font-size: 16px;
        top: 12px;
        left: 20px;
    }

    .mailbox-list dl dt span {
        font-size: 1.4rem;
    }

    .mailbox-list dl dd {
        margin: 0;
        padding: 10px 10px 10px 15px;
        font-size: 14px;
    }

    .mailbox-list dl dd p {
        margin: 30px 0 0;
    }

    .mailbox-list dl dd p:first-child {
        margin-top: 0;
    }

}

@media only screen and (max-width:599px) {
    .mailbox {
        font-size: 14px;
        line-height: 24px;
    }

    .mailbox-list dl {
        margin: 0px 0 0;
        line-height: 160%;
    }


    .mailbox-list dl:after {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .mailbox-list dl dt {
        padding: 5px 10px 5px 15px;
        font-size: 14px;
    }

    .mailbox-list dl dt::before {
        font-size: 14px;
        top: 12px;
        left: 20px;
    }

    .mailbox-list dl dt span {
        font-size: 1.2rem;
    }

    .mailbox-list dl dd {
        margin: 0;
        padding: 10px 10px 10px 15px;
        font-size: 12px;
    }

    .mailbox-list dl dd p {
        margin: 30px 0 0;
    }

    .mailbox-list dl dd p:first-child {
        margin-top: 0;
    }
}