@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2022/4　作成
------------------------------------------------------------*/

/*-----common------*/

div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em;
	line-height: 0; 
}

body{
	-webkit-text-size-adjust: 1em;
	color: black;
	background: white;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position:relative;
	background: #f5f5f5;
}

#in_contents{
	width: 78.95%;
	height: 100%;
	max-width: 2000px;
	margin: 0 auto 2em;
	position:relative;
	background: white;
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1) ;
	-webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1) ;
	-o-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1) ;
	-ms-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1) ;
}

.in_contents_in{
	width: 77.83%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
	outline: none;
	font-size: 0;
}

.in_contents a:hover{
	filter:brightness(120%);
	opacity:0.8;
}

a {
    display: block;
}

a :hover{
	opacity:0.9;
	filter:brightness(110%);
}

img {
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-inline-block隙間対応-*/
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;/* chrome画像ボケ防止 */
}

*:focus {/*-chrome画像フォーカス時の線を消す-*/
  outline: none;
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----common------*/

.in_contents_in section{
	margin: 10% auto 0;
}

.in_contents_in h3{
	text-align: left;
}

.in_contents_in h3 img{
	width: auto;
	height: 3.33vw;
	max-height: 66px;
	margin: 5% auto 4% 0;
}

.in_contents_in h3.line-2 img{
	width: auto;
	height: 6.66vw;
	max-height: 132px;
}

.in_contents_in .flex-box{
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
 	flex-wrap: wrap;
}

.in_contents_in .box-2 li{
	width: 46.5%;
	height: auto;
	margin-bottom: 7%;
}

.in_contents_in .box-3{
	margin-bottom: -5%;
}

.in_contents_in .box-3 li{
	width: 28%;
	height: auto;
	margin-bottom: 7%;
}

.in_contents_in .box-4{
	margin-top: 2%;
}

.in_contents_in .box-4 li{
	width: 23%;
	height: auto;
	margin-bottom: 3%;
}

/*Appなどへのリンクボタン*/

.link-btn .app-btn ul{
	width: 50%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 6% auto 0;
	padding-left: 1%;
}

.link-btn .app-btn li:first-child{
	margin-right: 7%;
}

.link-btn .app-btn .note{
	width: 61.18%;
	height: auto;
	margin: 2.5% auto 5%;
}

.link-btn .btn-share-site{
	width: 40.86%;
	height: auto;
	margin: 0 auto;
}


/*-----トップ------*/

#pc_logo{
	display: block!important;
	width: 42.83%;
	max-width: 514px;
	height: auto;
	padding: 1.5% 0 1% 2%;
}

#sp_logo{
	display: none !important;
}

#top_img{
	width: 93.5%;
	height: auto;
	text-align: center;
	position: relative;
	margin: 3% auto 0;
}

#top_img h1{
    max-width: 2800px;
    margin: 0 auto 3%;
    padding: 0;
}

/*----- nav1 ------*/

.nav1 ul{
	width: 100%;
	max-width: 935px;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 6% auto -12%;
}

.nav1 li{
	background: white;
	border-right:1px solid #a0a0a0 ;
	width: 14.1%;
	height: auto;
}

.nav1 li:first-child{
	border-left:1px solid #a0a0a0 ;
}

/*----- service ------*/

#service .txt1{
	width: 22.26%;
	height: auto;
	margin: 2% auto 4% 0;
}

/*----- price ------*/

#price .full_txt{
	margin-bottom: 3%;
}

#price .mt-2{
	margin-top: -2%;
}

/*----- type ------*/

#type .img{
	width: 28%;
	margin: 0 auto;
}

#type .note{
	width: 39.46%;
	margin: 5% auto 3% 0;
}

/*----- station ------*/

#station .btn{
	width: 40%;
	margin: 7% auto;
}

/*----- 保証制度 ------*/

#hosyou .txt-1{
	width: 64.73%;
	margin: 1% auto 3% 0;
}

#hosyou .full_txt{
	margin-bottom: 8%;
}

#hosyou .txt-2{
	width: 16.24%;
	margin: 0 0 1% auto;
}

/*----- ご入会方法 ------*/

#nyukai .full_txt{
	margin: 2.5% auto 5%;
}

#nyukai li{
	width: 45%;
	margin-bottom: -2%;
}

#nyukai li img{
	margin-bottom: 12%;
}

#nyukai li:nth-child(2) img{
	margin-bottom: 42%;
}

/*----- 特定商取引による表示 ------*/

#tokutei{
	margin-top: 10%;
	margin-bottom: 12%;
}

/*-----goto_top btn------*/

#topBtn {
    position: fixed;
    bottom: 30px;
	right: 30px;
	z-index: 99;
}

#topBtn{
    width: 5%;
    height: auto;
	max-width: 104px;
}
