@charset "UTF-8";
/*
	BASE
*******************************/

/*
font-family: 'Manrope', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
* {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-feature-settings: "palt";
	line-height:1;
}

html {
	font-size:62.5%;
	line-height:1;
}
body {
	font-size:1.8rem;
	background-color:#ffffff;
/* 	min-width:1350px; */
}

img {
	-webkit-backface-visibility: hidden;
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6,label { color:#000000;}

.header_inner a,
.header_inner a:link,
.header_inner a:visited,
.spmenu a,
.spmenu a:link,
.spmenu a:visited,
.wrap a,
.wrap a:link,
.wrap a:visited,
#footer a,
#footer a:link,
#footer a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover {
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
	-webkit-backface-visibility: hidden;
}
area {
	border:none;
	outline:none;
}

.clear { clear:both;}

* img {
	max-width: 100%;
	height: auto;
}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

body {
/*	min-width:1080px;*/
}

#main {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}


/*//////////////////////////////////////////////////////////////////////////*/


/*基本：左右配置　上下センター　折り返しなし*/
.fbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/*折り返しなし*/
.fbox.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*左寄せ*/
.fbox.bxstart {
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

/*右寄せ*/
.fbox.bxend {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

/*中央寄せ*/
.fbox.bxcenter {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/*上寄せ*/
.fbox.alstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	align-content: flex-start;
}

/*下寄せ*/
.fbox.alend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	align-content: flex-end;
}

/*上下中央*/
.fbox.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	align-content: center;
}

/*上下端*/
.fbox.albt {
  -ms-flex-line-pack: justify;
       align-content: space-between;
}

/*上下均等*/
.fbox.linedist {
  -ms-flex-line-pack: distribute;
       align-content: space-around;
}



/*子要素に設定　順番を1番目に*/
.pos0 {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: -1;
                      order: -1;
}

/*//////////////////////////////////////////////////////////////////////////*/

/*
	Contents LAYOUT
******************/
.wrap {
	width:100%;
	text-align:center;
}

.contents {
	width:calc(100% - 60px);
	max-width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
	position:relative;
}

.contents_inner {
	width:100%;
}

.btn {
	background: rgb(255,156,0);
	background: linear-gradient(90deg, rgba(255,156,0,1) 0%, rgba(252,110,0,1) 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	align-content: center;
	height:2.77em;
	font-size:1.8rem;
	line-height:1;
	padding:0 2em;
	border-radius:2em;
	transition:.3s;
}
.btn:hover {
	filter:brightness(1.4);
}
.btn > span {
	color:#FFFFFF;
	letter-spacing:.05em;
	font-weight:600;
	transform:translateY(-1px);
}
.btn.btn_arrow span {
	margin-left:1em;
}
.btn.btn_arrow::after {
	content:'';
	width:.8em;
	height:.8em;
	background:url(../img/common/arrow_rw.png) no-repeat center center/contain;
	margin-left:1.25em;
}


@media screen and (max-width:1060px){

}

@media screen and (max-width:768px){
	

body {
	min-width:100%;
}
/*
	Contents LAYOUT
******************/

.wrap {
}
.contents {
	width: calc(100% - 40px);
}


.btn {
	font-size: 3.6vw;
	transition:0s;
	height:3em;
}
.btn:hover {
	filter:brightness(1);
}
.btn > span {
	transform:translateY(-1px);
}
.btn.btn_arrow::after {
	width:1em;
	height:1em;
	margin-left:1em;
}
	
}

@media screen and (max-width:768px) {
    .pcOnly {
    	display:none !important;
    }
}
@media screen and (min-width:769px) {
    .spOnly {
    	display:none !important;
    }
}