/*表示 ON OFF*/

/*スマホ表示の時*/
@media screen and (max-width:768px) {
   #raqranav-pc,#mainvisual-pc,#campaign-pc,#tokucyo-pc,#katuyou-pc,#tokucyo-pc,#lineup-pc,#kumiawase-pc,#example-pc,#faq-pc,#cta-pc,#footer-pc{
    display: none !important;
  }
}

/*パソコンの時*/
@media screen and (min-width:769px) {
  #raqranav-phone,#mainvisual-phone,#campaign-phone,#tokucyo-phone,#katuyou-phone,#tokucyo-phone,#lineup-phone,#kumiawase-phone,#example-phone,#faq-phone,#cta-phone,#footer-phone{
    display: none;
  }
}

/*body全体*/
body { 
	padding-top: 50px; 
	font-family: 'Noto Sans JP', sans-serif;
}


#gototop{
	position:fixed;
	z-index: 1020;
	bottom:10px;
	right:20px;
}

.forlink{
	padding-top: 75px;
	margin-bottom: -75px;
}


/*パディング*/

.pd-5{
	padding: 5px;
}

.pd-15{
	padding: 15px;
}

.pd-30{
	padding: 30px;
}

.pd-45{
	padding: 45px;
}

.pd-top-15{
	padding-top: 15px;
}

.pd-top-30{
	padding-top: 30px;
}

.pd-top-45{
	padding-top: 45px;
}

.pd-right-90{
	padding-right: 90px;
}

.pd-left-45{
	padding-left: 45px;
}

.pd-bottom-30{
	padding-bottom: 30px;
}

.pd-bottom-15{
	padding-bottom: 15px;
}

.pd-bottom-45{
	padding-bottom: 45px;
}

.pd-bottom-100{
	padding-bottom: 100px;
}

.pd-tb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.pd-tb-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.pd-tb-5{
	padding-top: 5px;
	padding-bottom: 5px;
}

.pd-tb-5p{
	padding-top: 5%;
	padding-bottom: 5%;
}

.pd-tb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.pd-tb-45{
	padding-top: 45px;
	padding-bottom: 45px;
}

.pd-rl-10{
	padding-right: 10px;
	padding-left: 10px;
}

.pd-rl-45{
	padding-right: 45px;
	padding-left: 45px;
}

.pd-rl-75{
	padding-right: 75px;
	padding-left: 75px;
}

.pd-rl-100{
	padding-right: 100px;
	padding-left: 100px;
}

.pd-rl-20{
	padding-right: 20px;
	padding-left: 20px;
}

.pd-rl-20p{
	padding-right: 20%;
	padding-left: 20%;
}

.pd-rl-10p{
	padding-right: 10%;
	padding-left: 10%;
}

.mg-bottom-ne-25{
	margin-bottom: -25px;
}

.mg-top-ne-5{
	margin-top: -5px;
}

.mg-top-ne-50{
	margin-top: -50px;
}

.height330{
	height: 330px;
}

.height75{
	height: 75px;
}

/*マージン*/

.mg-10{
	margin: 10px;
}

.mg-15{
	margin: 15px;
}

.mg-30{
	margin: 30px;
}

.mg-top-15{
	margin: 15px;
}

.mg-top-30{
	margin-top: 30px;
}

.mg-top-60{
	margin-top: 60px;
}

.mg-bottom-15{
	margin-bottom: 15px;
}

.mg-bottom-30{
	margin-bottom: 30px;
}

.mg-bottom-60{
	margin-bottom: 60px;
}

.mg-left-5{
	margin-left: 5px;
}

.mg-left-ne-20{
	margin-left: -20px;
}

.mg-rl-15{
	margin-right: 15px;
	margin-left: 15px;
}

.height-pc-only{
	height: 100px;
}

.width100{
	widht: 100px;
}

.width200{
	width: 200px;
}

.square200{
	width: 200px;
	height: 180px;
}

.max960{
	max-width: 960px;
}

.max450{
	max-width: 450px;
}

.max140{
	max-width: 140px;
}

.forimg{
	max-width: 100%;
	height: auto;
}

.with100p{
	width: 100%;
}