@charset "utf-8";
/* CSS Document */

/*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}

/*Font size Setting*/
html{
	font-size: 62.5%; /*1rem = 10px*/
	font-family: 'Noto Sans JP', sans-serif;
	color: #3E3A39;
}



/*respocsible view change*/
.pc-only{
	display:block;
}
.sp-only {
	display:none;
}
	
@media screen and ( max-width:768px ){
.pc-only{
	display:none;
}
.sp-only {
	display:block;
}
}



/*SNS*/
ul#snsBtn {
	-js-display: flex;
	display:flex;
justify-content:center;
}
ul#snsBtn li {
	margin:0 5px;
	line-height:1;
}

/*header*/
header#osakach{
	position: fixed;
	z-index: 999;
	background:transparent;
	top:-60px;
	opacity: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.6s ease;
}

header navi{
	display: block;
	width: 100%;
	color: #F00;
	box-sizing: border-box;
}

header.is-arrived{
	opacity: 1!important;
	top:0!important;
}


.osakach-logo{
	width: 150px;
	display: block;
}

.osakach-logo img{
	width: 100%;
}
.goto-app-dl{
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 55px;
	background: #d9341d;
	box-sizing: border-box;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 13px;
	text-decoration: none;
	box-shadow:0px 5px 4px 0px rgba(0,0,0,0.4);
	transition: all 0.5s ease;
	letter-spacing: -0.25px;
}

.goto-app-dl span{
	font-size: 11px;
	font-weight: 400;
}
		
.goto-app-dl:hover{
	background: #ffffff;
	box-sizing: border-box;
	color: #d9341d;
}

/*footer*/

.footer_menu {
}
	
.footer_menu li {
	display:inline;
	padding:3px 20px;
	border-left:1px solid #ccc;
	line-height:1;
}
.footer_menu li:last-child {
	border-right:1px solid #ccc;
}
.footer_menu li a {
	color:#333;
	font-size:1.2rem;
}

footer .ch_logo {
	text-align:center;
	margin:0 auto 30px;
    width: 90%;
}


.ch_logo img{
    width: 100%;
}

p.copylight {
    width: 90%;
	font-size:1rem;
	color:#666;
	text-align: center;
	line-height: 180%;
    margin: auto;
}

/*料金*/
section.price h2 {
    margin-bottom: 30px;
}
p.price_text {
    color: #333;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 70px;
    padding-left: 0.5em;
    vertical-align: baseline;
}
p.price_text span {
    font-size: 9rem;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*特定商取引に関する法律」に基づく表示*/
.tokushoho_box {
	margin-bottom:50px;
}
h1.tokushoho_title {
	font-size:1.8rem;
	margin-bottom:20px;
	text-align:center;
}
table.tbl-data-04 {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d7d7d7;
	width:100%;
}
table.tbl-data-04 tbody th {
    padding: 6px;
    color: #58595b;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    border-left-color: #d7d7d7;
	background-color:#eee;
}
table.tbl-data-01 td, table.tbl-data-04 td {
    padding: 6px;
    text-align: center;
    border-width: 1px 0px 0 1px;
    border-style: solid;
    border-color: #d7d7d7;
}
.aleft {
    text-align: left !important;
}

/*サービスご利用規約*/

header {
	background:#eee;
	padding:30px;
	text-align:center;
	position:fixed;
	width:100%;
}
header img {
	width:220px;
	height:auto;
}
.btn_home {
	width:150px;
	background:#fff;
	color:#666;
	position: absolute;
	top:30px;
	right:20px;
	padding:10px;
	border-radius:4px;
}
#term {
	width:980px;
	margin:0 auto;
	padding:140px 0;
}
.term_box {
	margin-bottom:60px;
	padding:20px 0;
}
#term h2 {
	font-size:1.8rem;
	text-align:center;
	margin-bottom:30px;
	
}
#term h3 {
	font-size:1.4rem;
	margin-bottom:10px;
	font-family:"AxisStd-Medium";
	
}
#term p {
	font-size:1.2rem;
	margin-bottom:40px;
}




/*レスポンシブ 
-----------------------------------------------------------------------------*/
@media screen and ( max-width:768px )
{
	
.osakach-logo{
	width: 20%;
	display: block;
}


.osakach-logo img{
	width: 100%;
}

.goto-app-dl{
	display: block;
	position: absolute;
	top: 10%;
	right: 2%;
	border-radius: 55px;
	background: #d9341d;
	box-sizing: border-box;
	color: #FFFFFF;
	padding: 6px 16px;
	font-size: 12px;
	text-decoration: none;
	box-shadow:0px 2px 1px 0px rgba(0,0,0,0.4);
	transition: all 0.5s ease;
	letter-spacing: -0.25px;
}

.goto-app-dl span{
	font-size: 11px;
	font-weight: 400;
}
		
	
	
/*footer*/
footer .ch_logo {
	width:98%;
	height:auto;
}
    
p.copylight {
    width: 98%;
}
    
}

/*レスポンシブ 
-----------------------------------------------------------------------------*/
@media screen and ( max-width:480px )
{

/*料金*/
section.price h2 {
	margin-bottom:40px;
}
p.price_text {
	font-size:2rem;
	margin-bottom:40px;
}

p.price_text span {
	font-size:5rem;
}


/*footer*/

footer .inner {
	padding:30px 0;
}
.footer_menu {
	text-align:left;
	margin-bottom:30px;
	padding-left: 40px;
	list-style-type: disc;
}
	
.footer_menu li {
	display:list-item;
	padding:0px;
	border:none;
	margin-bottom:10px;
}
.footer_menu li:last-child {
	border-right:none;
}

footer .ch_logo {
	margin-bottom:30px;
}
}




