@charset "UTF-8";

/* -----------------------
*  基本情報
* -----------------------*/

html,body {
	height:100%;
}
html {
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	line-height: 1.75em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#000;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	background-image: url("../img/bg.jpg");
	background-attachment:fixed;
	background-repeat: repeat;
	background-size: 100%;
}


.container {
  width: 100%!important;
  max-width: 1000px!important;
  margin: auto;
}

img {
	margin: 0!important;
	vertical-align: bottom;
}

a {
	color: #000;
	font-size: 1.5rem;
	text-decoration: none;
}

a:hover {
	opacity: .7;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}

.sp {
	display: none;
}
.wrap {
	width: 96%;
	max-width: 1000px;
	margin: auto;
}
.text-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.color-red {
	color: #c00;
}

.maeker {
    background: linear-gradient(transparent 0%, #ffef8b 0%);
/*    background: linear-gradient(transparent 0%, #ffef8b 50%);*/
}



/* -------------
    余白
---------------- */

.mt0 { margin-top:0px !important;}
.mt10 { margin-top: 10px!important;}
.mt20 { margin-top: 20px!important;}
.mt30 { margin-top: 30px!important;}

.mb0 { margin-bottom:0px !important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}

.pt0 { padding-top:0px !important;}
.pt30 { padding-top:30px !important;}

.pb10 { padding-bottom:10px !important;}

.pl10 { padding-left:10px !important;}
.pl8 { padding-left:8px !important;}
.pr10 { padding-right:10px !important;}
.pr30 { padding-right:30px !important;}
.plr10 { padding:0 10px 0 10px !important;}



/* ------------------------------
*  header
------------------------------ */
/*
.header-top {
  border-top: 10px solid #ff9420;
	margin: 0 auto;
	text-align : center;
	width: 100%;
}
*/

* ------------------------------
*  footer 
------------------------------ */
footer {
	padding: 40px 0;
  background-color: #ff9420;
}

.bg-color {
	background-color:#ff9420;
}
.text-white {
	color: #FFFFFF;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.dnone-css {
    display: none
}

.pri-titl {
  background: #ff9420;/*背景色*/
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow-icon::before{
    left: 2px;
    width: 7px;
    height: 4px;
    background: #fff;
}
.arrow-icon::after{
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ol li {
	list-style: none;
  padding-left: 2.5em;
  text-indent: -2.5em;
}


/*------------------------------------
t-table 特定商取引法のテーブル定義
--------------------------------------*/
.t-table{
    margin-bottom:20px;
    width: 100%;
}

.t-table th, .t-table td  { 
    padding: 8px;
		border: 1px solid #ddd;
}

.t-table th { 
		background: #ff9420;
		text-align: left;
		width: 30%;
		vertical-align: top;
}
 
@media only screen and (max-width:500px){
	.t-table th, .t-table td{
    display: block;
    width: 100%;
    border-top: none;
    }

	.t-table tr:first-child th { 
			border-top: 1px solid #ddd;
 }
}

.t-table-th2{
    color:#fff;
    background-color: #666666 !important;
}
.t-table-th3{
    background-color: #f5f5e9 !important;
    text-align: right !important;
    font-size:26px;
    color:#000;
}



/* ------------------------------
*  cta
------------------------------ */
.cta {
	padding: 0px;
	margin: 0 auto;
	text-align : center;
	width: 100%;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, input[type="text"] {
		line-height: 40px;
	}
}

.midasi {
	text-align : center;
}

.cta-header h2 {
	line-height: 0;
	overflow: hidden;
	text-align: center;
}



/* ----------------------------
*  緑のボタンの位置の調整
------------------------------ */

/*１つ目のボタン*/
.cta1 {
	position: relative;
}

.cta1 span{
  position: absolute;
	width: 100%;
}

.btn1 span{
  top: 45%;
  left: 0%;
}


/*２つ目のボタン*/
.cta2 {
	position: relative;
}

.cta2 span{
  position: absolute;
	width: 100%;
}

.btn2 span{
  top: 48%;
  left: 0%;
}



/* 上に動く */
.fuwafuwa {
  animation: fuwafuwa_tate 3s ease infinite;
}

@keyframes fuwafuwa_tate {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

@media screen and (max-width: 640px) {
	.fuwafuwa_tate {
  	margin: 0;
	}
}


.m1 {margin:0 25px 30px 25px!important;}
.m2 {margin:0px 25px 0px 25px!important;}
.m3 {margin:50px 25px 30px 25px!important;}
.m4 {margin:0px 25px 30px 25px!important;}
.m5 {margin:0px 25px 30px 25px!important;}
.m6 {margin:50px 25px 30px 25px!important;}
ul {list-style: none;}






/* ---------------------------------
*  SP
* ----------------------------------*/
@media screen and (max-width: 767px) {

	body {
		min-width: inherit;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 1.4rem!important;
	}

	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.txt {
		font-size: 1.4rem;
	}
  .udl_w::after {
    bottom: 0px;
  }


/*--- footer sp ---*/
	.footer{
		padding: 4% 0;
	}
	.footer p.copy{
		font-size: 1rem;
	}

}

