@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: "source-han-sans-japanese";
	font-style: normal;
	font-weight: 100;
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 300ms ease-out 0s;
	will-change: transform;
}
a:hover {
	color: #e66c00;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0;
	/*vertical-align: bottom;*/
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
li {
	list-style: none;
}
.none_pc {
	display: none;
}
header .logo {
	padding: 11px 10px;
}
/*******************************
全体幅
*******************************/
.inner {
	margin: 0 auto;
	width: 100%;
}
#wrap {
		position: relative;
	    min-width: 100%;
}


#wrap {
	min-width: auto !important;
}
header {
	min-width: 100% !important;
	padding-bottom: 0;
    min-width: auto;
	padding: 0;
}
header .logo a {
    display: inline-block;
    padding-right: 5px;
    vertical-align: bottom;
    width: 34%;
}

header .logo {
	width: 100%;
}
header .logo img {
	width:100%;
    vertical-align: middle;
}
header .logo span {
   display: block;
    font-size: 11px;
    margin-top: 5px;
	    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.none_sp {
	display: none !important;
}
.none_pc {
	display: block;
}

nav ul li {
	margin-left: 0;
}
nav.globalMenuSp {
	position: fixed;
	font-family: "source-han-sans-japanese";
	z-index: 400;
	top: 0;
    right: 0;
    background: #e47930;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
	width: 60%;
}
nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	display: initial;
	width: 100%;
	text-align:left;
}
nav.globalMenuSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	    padding: 15px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
	top: 69px;
}

.navToggle {
    display: block;
    position:absolute;
    right: 10px;
    top: 13px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    background: #fff;
    text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #e47930;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 18px;
}
.navToggle span:nth-child(3) {
	top: 27px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----------------------------*
/*ページトップボタン*/
/*----------------------------*/

#page_top{
  position: fixed;
  right: 0;
  bottom: 5px;
  background: #4d4d4d;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a {
	width:40px !important;
	height:40px !important;
}

#page_top {
	width: 40px !important;
    height: 40px !important;
    bottom: 0px !important;
}
#page_top a::before {
	width: 35px;
	height: 35px;
}


.btnBlock {
  text-align: center;
  padding-top: 40px;
}
.btn-open {
  display: inline-block;
  width: 220px;
  height:50px;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #000;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}
/*----------------------------*
/*チェック*/
/*----------------------------*/
ul.check {
	margin-bottom: 15px;
}
ul.check li{
	list-style:none;
	padding: 10px 0 5px 35px !important;
	position:relative;
}
ul.check li:before,
ul.check li:after{
	content:"";
	display:block;
	position:absolute;
}
ul.check li:before{
	width:22px;
	height:22px;
	border-radius:15px;
	background:#f09b61;
	left:0;
	top:10px;
}
ul.check li:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:9px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 5px;
	top: 15px;
}


/*----------------------------*
/*ボタンブロック*/
/*----------------------------*/

.btnBlock {
	text-align: center;
	padding-top: 40px;
}
.btn-open {
	display: inline-block;
	width: 220px;
	height: 50px;
	text-align: center;
	background-color: #000;
	font-size: 16px;
	line-height: 52px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #000;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-open:after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background : #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}
.btn-open:hover {
	color: #000;
}
.btn-open:hover:after {
	height: 240%;
	opacity: 1;
}
.btn-open:active:after {
	height: 340%;
	opacity: 1;
}

.btn02 a {
	background: url(../img/arrow03.png) no-repeat right center #161616;
	border: 1px solid #161616 !important;
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	padding: 12px 0;
	text-align: center;
	background-size: 2.5%;
background-position: 90% 50%;
}
.btn02 {
	width:80%;
	margin:40px auto;
}
.btn02 a:hover {
	color: #161616;
	background-color: #ffffff;
}
.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.btn a {
	background: url(../img/arrow.png) no-repeat right center #e47930;
    padding: 25px 22px;
    border-radius: 6px !important;
	width:90%;
	display:block;
    margin: 10px 5%;
    text-align: center;
    font-size: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #f09558;
	color: #ffffff;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-size: 3%;
	background-position: 90% 50%;
}
.btn a:hover {
	color: #e47930;
	background: url(../img/arrow02.png) no-repeat right center #fff;
	background-position: 90% 50%;
	background-size: 3%;
}


.commonBlock {
	background: #F4F4F4;
	padding: 20px 25px 25px 25px;
}
.commonBlock h1 {
	font-weight: 100;
	color: #e47930;
	text-align: center;
	padding: 20px 0 30px;
}
.wrap {
	margin: 3%;
}


/*----------------------------*
/*footer*/
/*----------------------------*/

	
footer {
	background: #292929;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
footer a:link,
footer a:visited {
	color: #fff;
}

footer .footerBottom {
	background: #000;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 40px;
}
footer .footerBottom ul {
	margin: 0 auto;
}
footer .footerBottom ul li {
	display: inline-block;
}
footer .footerBottom small a:link {
	color: #8f8f8f !important;
}
footer .footerBottom ul li.second::before {
	content: '/';
	color: #fff;
	margin: 0 15px;
}
footer small {
	color: #8f8f8f;
	padding: 20px;
}

.commonBlock h1 {
	color: #666;
	font-weight: 100;
	font-size: 115%;
	text-align: center;
	padding: 20px 0 15px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.commonBlock p {
	font-size:13px;
	text-align:center;
	color: #666;
}
.commonBlock h1:before, .commonBlock h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666;
	display: block;
}
.commonBlock h1:before {
	margin-right: .9em;
}
.commonBlock h1:after {
	margin-left: .9em;
}