@charset "utf-8";

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	color:#000;
	overflow-x: hidden;
	margin: 0 auto;
    max-width: 100%;
}

body .sp-item {
    display: none !important; }
  body .pc-item {    
    display: block !important; }	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
      img {
          width: 100%;
      }
}

.kozuka {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

p{
    line-height: 1.5;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

li{
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media screen and (max-width: 640px) {
    body{
        width: auto; 
        margin:0 auto;
        border-left: 0px;
        border-right: 0px;
        box-shadow : none;
    }
	.sp img{
		max-width:80%;	
    }
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}

.scarlet{
    color:#c1272d
}

.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
    text-decoration: underline;
    font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
    color: #ed1c24;
}
.yellow {
    background: linear-gradient(transparent 30%, #ffff00 30%);
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}

.ul{
    text-decoration: underline;
}

.marker-border-1{
    background:linear-gradient(transparent 50%, #ffff66 0%);
}

.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

h1.title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
.btn{
    position:absolute;
    bottom: 20px;
    left:180px;
}

.apply_inner{
    width: 1200px;
    height: 663px;
    position: relative;
    margin:auto;
}


@media screen and (max-width: 640px) {
    .apply_inner{
        width: auto;
        height: auto;
        position: relative;
        margin:auto;
    }
    .btn{
        width: 92%;
        position: absolute;
        bottom: 15%;
        left: 4%;
    }
}


.dokidoki1{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 2s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.fuwafuwa1 {
    animation-name:fuwafuwa1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
@keyframes fuwafuwa1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.purupuru1 {
    animation: purupuru1 0.1s infinite;
}
@keyframes purupuru1 {
    0% {
        transform: translate(0px, 0px)
    }
    50% {
        transform: translate(0px, 1px) rotateZ(1deg)
    }
}

.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.purupuru2 {
  animation: purupuru2 1.5s infinite ease-in-out;
}

@keyframes purupuru2 {
  0% {transform: rotate(0deg);}
  7% {transform: rotate(6deg);}
  21% {transform: rotate(-6deg);}
  28% {transform: rotate(0deg);}
}

.reflection {
    position: relative;
    overflow: hidden;
}
.reflection:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50px;
    top: -180px;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    85% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    86% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* フッター */
footer{
    background-color: #0a7029;
    padding: 40px 0px 40px;
}

footer ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-bottom: 10px;
}

footer ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
}

footer ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 10px;
}

#copyright{
    color: #fff;
    padding: 0px 10px 5px;
}

@media screen and (max-width: 640px) {
    footer{
        padding: 0.8rem 0px 4.2rem; /* フローティングメニューで下まで見えなくなる為、パディングで対処 */ 
    }
    footer ul li a {
        font-size: 0.8rem;
    }
    #copyright{
        font-size: 0.8rem; 
    }
}

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

.inner > p{
    text-align: justify;
    font-size: 24px;   
}

.btn:hover,
.pc-fixed-btn:hover,
.formBtn:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

@media screen and (max-width: 640px) {
    .inner{
        width: auto;
        word-wrap: break-word;
        padding: 0px 10px;
    }
    
    .inner > p{
        text-align: justify;
        font-size: 0.9rem;   
    }
}