@charset "UTF-8";
/* CSS Document */

body, div, span, img, p, a, ul{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style:none;
}
img{
	display: block;
}
body{
	padding: 0px;
	margin: 0px;
	background-image: url("img/bg.png");
}
@media print, screen and (max-width: 480px){
	body{
		padding:1em;
	}
}
.container{
	max-width: 1192px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.line{
	max-width: 1146px;
	border:4px solid #d16c19;
	background-color:#ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.line img{
	max-width: 100%;
	height: auto;
}
.line_sp{
	margin-bottom: 120px;
}
@media print, screen and (max-width: 480px){
	.line_sp{
		margin-bottom: 40px;
	}
}
.head_menu_container{
	display: flex;
	width: 48%;
	justify-content: flex-end;
	flex-wrap: nowrap;
	float: right;
}
.head_menu_container a{
	flex-shrink: 1;
}
.head_menu_container a img{
	max-width: 100%;
	height: auto;
}
.head_title{
	clear: both;
	width: 100%;
}
.head_title img{
	width: 100%;
}
.menu {
	position: fixed;
	inset: 0 -480px 0 auto;
	width: 380px;
	background:rgba(198,108,31,0.80);
	color: #fff;
	transition: right .4s;
	padding: 20px;
	box-sizing: border-box;
}
.menu.open {
	right: 0;
	z-index: 999;
}
.menu.open li{
	padding-bottom: 10px;
}
.menu.open li:first-child, .menu li:first-child{
	padding-bottom: 20px;
}

.footer_banners{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 1192px;
	justify-content: center;
	flex-wrap: nowrap;
	column-gap:2%;
	margin-top: 90px;
}
.footer_banners li:nth-child(3){
	padding-left: 5%;
}
.footer_banners a{
	flex-shrink: 1;
}
.footer_banners a img{
	max-width: 100%;
	height: auto;
}
.footer_tomoshia{
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	max-width: 1192px;
	text-align: center;
}
.footer_tomoshia img{
	max-width: 100%;
	display: inline-block;
}
.footer_navi{
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 55px;
	max-width: 1192px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.footer_navi li{
	font-size: 1.5em;
}
.footer_navi a{
	display:inline-block;
	color:#333333;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}
.footer_navi li:first-child{
	border-right: 1px solid #333333;
}
.copyright{
	margin-left: auto;
}
@media print, screen and (max-width: 480px){
	.footer_navi{
		flex-wrap: wrap;
	}
	.footer_navi li{
		font-size: 0.5em;
	}
	.copyright{
		margin-left: 1px;
	}
}


/* index */
.center_img{
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.h2c{
	margin-top: 2%;
	margin-bottom: 3%;
}
.center_img img{
	max-width: 100%;
	display: inline-block;
}
.column3{
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 1%;
}
.column3 a{
	flex-shrink: 1;
}
.column3 a img{
	max-width: 100%;
	height: auto;
}
.column3b{
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 0;
}
.column3b div{
	flex-shrink: 1;
}
.column3b div img{
	max-width: 100%;
	height: auto;
}

.line{
	position: relative;
}
.oubobtn{
	width: 30%;
	position: absolute;
	right: 1%;
	bottom: -6%;
}
.line_option{
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 150px;
}
.line_option img{
	width: 70%;
}
@media print, screen and (max-width: 480px){
	.line_option{
		margin-bottom: 70px;
	}
}
.oubobtn_large{
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10%;
}
.oubobtn_large img{
	max-width: 100%;
	display: inline-block;
	height: auto;
}
.bingo_1{
	margin-top: -5%;
}
.qa_sub{
	text-align: center;
	padding: 2%;
}
.qa_sub img{
	display: inline-block;
}
.qa_sub2{
	text-align: left;
	padding: 2%;
}
.qa_sub2 img{
	display: inline-block;
	max-width: 100%;
}
@media print, screen and (max-width: 480px){
	.qa_sub2 img{
		width: auto!important;
		height: 2em;
	}
}
.qa_container{
	background-color:#c76d20;
	border-radius: 32px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	padding:1.5em;
	
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.qa_container2{
	background-color:#fdf9bd;	
}
.qa_container .qa_btn{
	width: 90px;
	height: 90px;
	background-color:#ffffff;
	color:#c76d20;
	border-radius: 90px;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center; 
	cursor: pointer;
}
.qa_container .qa_text{
	flex:1;
}
.qa_container p{
	font-size: 32px;
	color:#ffffff;
	text-align: left;
	text-indent: -1em;
	padding-left:  1em;
	overflow-wrap:anywhere;
	
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.qa_container2 p{
	color:#e16d0d;	
}
.qa_text p:last-child {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out, margin-top 0.4s ease-out; 
	margin-top: 0;
	}
.qa_container.open .qa_text p:last-child {
	margin-top: 1em;
}
@media print, screen and (max-width: 480px){
	.qa_container{
		padding:1em;
		border-radius: 16px;
	}
	.qa_container .qa_btn{
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.qa_container p{
		font-size: 16px;
	}
}

.qa_category{
	max-width: 1082px;
	margin-bottom: 2em;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}
.qa_category a{
	flex-shrink: 1;
}
.qa_category a img{
	max-width: 100%;
	height: auto;
}

.qa_category2{
	max-width: 1082px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4em;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap:10px;
}
.qa_category2 a{
	flex-shrink: 1;
}
.qa_category2 a img{
	max-width: 100%;
	height: auto;
}
.qa_link{
	display: block;
	text-align: center;
	padding-top: 1em;
}
.qa_link img{
	display: inline-block;
	max-width: 100%;
}