/**** main.css ***/
@charset "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

/* CSS Document */
#contents
{
	font-size: 14px;
	background: url("../img/bg.jpg") repeat;
	line-height: 1.6rem;
}

.content_in
{
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
}

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

h2
{
	font-size: 1.4rem;
}

h3
{
	font-size: 1.1rem;
}

h4
{
	font-size: 1.05rem;
}

.font_mini
{
	font-size: 0.8rem;
}

.head_logo
{
	width: 50px;
}

footer
{
	text-align: center;
	background: #00aa91;
}

footer a
{
	text-decoration: none;
	color: #fff;
	display: block;
}

.cb
{
	clear: both;
}

.foot_menu
{
	background: #f0f0f0;
}

.foot_menuin
{
	margin: 0 auto;
	max-width: 1400px;
}

.foot_right
{
	width: 40%;
	float: right;
	display: flex;
}

.foot_logo
{
	width: 190px;
	padding: 5px;
	float: left;
}

.foot_right a
{
	color: #111;
	display: block;
	width: 33.3%;
	border-right: solid 1px #111;
	margin: 10px 0;
	text-decoration: 1px underline;
	font-size: 0.8rem;
}

.footleft_border
{
	border-left: solid 1px #111;
}

.copyright
{
	padding: 5px;
	font-size: 0.8rem;
}

.pa_top20
{
	padding-top: 20px;
}

.pa_bot50
{
	padding-bottom: 50px;
}

.ma_top20
{
	margin-top: 20px;
}

.ma_bot10
{
	margin-bottom: 10px;
}

.ma_bot50
{
	margin-bottom: 50px;
}

.pa_top50
{
	padding-top: 50px;
}

.ma_left10
{
	margin-left: 10px;
}

.font_bold
{
	font-weight: bold;
}

.img_001002
{
	max-width: 450px;
	margin: 0 auto;
	display: flex;
}

.img_001002 img
{
	padding: 30px;
}

.age_top
{
	text-align: center;
	padding-top: 80px;
}

.age_top h2
{
	padding: 50px;
	font-weight: bold;
}

.age_topbtn
{
	display: flex;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.age_top_nomalbtn
{
	text-align: center;
	margin-top: 50px;
}

.age_top a
{
	max-width: 220px;
	width: 100%;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 30px auto;
	border-radius: 8px;
}

.age_btn1
{
	background: #656969;
}

.age_btn2
{
	background: #009b74;
}

.age_btn4
{
	background: #ff8200;
}

.age_topbtn .mdr_btn3
{
	color: #111;
	border: solid 1px #999;
}

.loginformmail_box
{
	max-width: 600px;
	text-align: left;
	margin: 0 auto;
}

.loginformmail_box p
{
	font-size: 14px;
}

.loginformmail_box span
{
	margin-left: 10px;
	background: #dc141e;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	font-size: 12px;
}

.loginformmail
{
	padding: 15px;
	margin: 5px 0;
	width: 100%;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
	font-size: 0.7rem;
}

.ninsyomail
{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

.ninsyomail2box
{
	text-align: center;
}

.loginformmail2
{
	width: 400px;
	padding: 10px;
	margin: 5px auto;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
	font-size: 1.3rem;
	color: #111;
	text-align: center;
}

.loginformmail2box
{
	text-align: center;
}

.loginformmail3
{
	width: 200px;
	padding: 10px;
	margin: 5px auto;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
	font-size: 1.7rem;
	color: #111;
	text-align: center;
	letter-spacing: 2px;
}

.newmember_form
{
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
}

.newmember_form_1 input
{
	padding: 10px;
	margin: 5px 10px 5px 0;
	width: 240px;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
}

label
{
	position: relative;
	cursor: pointer;
	padding-left: 33px;
}

label::before,
label::after
{
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label::before
{
	background-color: #ebebeb;
	border: 1px solid #878787;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
	
    display: block;
}

label::after
{
	background-color: #595757;
	border-radius: 50%;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 11px;
	
}

input:checked + label::after
{
	opacity: 1;
}

.visually-hidden
{
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

.birthdate_box
{
	padding: 4px 10px;
	margin: 5px 10px 5px 0;
	width: 160px;
	background: #ebebeb;
	border-radius: 4px;
	font-size: 14px;
	border: solid 1px #878787;
}

.birthdate_box input
{
	text-align: right;
	float: right;
	background: #ebebeb;
	border: none;
	font-size: 17px;
	padding: 5px;
	width: 80%;
}

.newmember_form_3
{
	display: flex;
}

.age_top .green_submit
{
	max-width: 260px;
	width: 100%;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 30px auto;
	border-radius: 8px;
	border: 0;
	background: url(../img/bg_green.png);
	display: inline-block;
}

.age_top .orange_submit
{
	max-width: 260px;
	width: 100%;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 30px auto;
	border-radius: 8px;
	border: 0;
	background: url(../img/bg_orange.png);
	display: inline-block;
}

.add1
{
	padding: 10px;
	margin: 5px 10px 5px 0;
	width: 100px;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
}

.add_box
{
	display: flex;
}

.add_box span
{
	margin: 10px 10px 10px 0;
}

.add2
{
	height: 46px;
	padding: 3px;
}

.nomal_form input
{
	width: 100%;
	padding: 10px;
	margin: 5px 10px 5px 0;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
}

.newmember_form_1box
{
	padding-bottom: 10px;
}

.newmember_form_1box p
{
	font-size: 0.7rem;
	line-height: 1.3rem;
}

.pass_eye
{
	display: flex;
	float: right;
	font-size: 0.7rem;
	text-decoration: underline;
}

.pass_eye div
{
	display: block;
}

.pass_eye img
{
	width: 15px;
	height: 10px;
	margin-right: 5px;
}

.pass_eye_left
{
	float: left;
}

.confi_1box
{
	display: flex;
	border-bottom: 1px solid #111;
	padding: 5px;
}

.confi_left
{
	font-weight: bold;
	padding: 10px 40px 10px 10px;
	width: 230px;
	text-align: right;
}

.confi_right
{
	text-align: left;
	padding: 10px;
	width: 80%;
	width: calc(100% - 230px - 0px);
}

.age_top .nomal_link
{
	max-width: auto;
	width: auto;
	display: inline-block;
	padding: 0;
	text-decoration: underline;
	color: #111;
	margin: 0;
	border-radius: 0;
}

.newmember_confi
{
	padding-bottom: 50px;
	border-top: 1px solid #111;
	max-width: 600px;
	margin: 0 auto;
}

.mailtyui_1box
{
	display: flex;
	word-break: break-all;
}
.mailtyui_right{
	width:  calc(100% - 40px);
}

.mailtyui_left
{
	width: 20px;
}

.font_red
{
	color: red;
}

.newmember_form_red input
{
	background: #f7c5ab;
}

textarea
{
	width: 100%;
	padding: 10px;
	margin: 5px 10px 5px 0;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
	max-width: 600px;
	min-height: 150px;
}

.txt_box_border
{
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	max-width: 600px;
	margin: 10px auto 30px auto;
}

.bg_black
{
	background: #000;
}

.bg_green
{
	background: #009b74;
}

.bana_black
{
	text-align: center;
	max-width: 600px;
}

.pointpage_box
{
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}

.pointpage_box img
{
	width: 80px;
}

.pointpage_box div
{
	background: #ebebeb;
	border-radius: 10px;
	padding: 10px;
}

.pointpage_box span
{
	font-size: 50px;
	padding: 10px;
}

.pointpage_box p
{
	display: inline-block;
	vertical-align: text-bottom;
	margin-bottom: 10px;
}

.txt_right
{
	text-align: right;
}

.width700
{
	max-width: 600px;
	margin: 0 auto;
}

.age_top .hensyu_btn
{
	background: #ebebeb;
	padding: 0px 10px;
	margin-left: 10px;
	text-decoration: none;
	border: 1px solid #6f7878;
	border-radius: 4px;
	float: right;
	font-size: 0.8rem;
}

.font_gray
{
	color: #b4b4b4;
}

.border_bot0
{
	border: 0;
}

.pointhistory_box
{
	text-align: left;
}

.pointhistory1,.pointhistory2,.pointhistory3
{
	width: 33.3%;
	font-size: 0.8rem;
	padding: 0 10px;
}
/* fixed */
/*
.pointhistory1 { width: 35% }
.pointhistory2 { width: 40% }
.pointhistory3 { width: 25% }
*/
/* fixed */



.pointhistory_box_sc
{
	overflow-y: scroll;
	padding: 10px 0;
	height: 165px;
}

.border_top
{
	border-top: 1px solid #111;
}
.point01_box_all
{
	display: flex;
	text-align: left;
    margin-bottom: 30px;
}
.point01_box
{
	
    width: calc(100% - 270px);
}
.oubo_kousu .font_mini{padding-bottom: 10px;}
.point01_box_img{max-width: 270px;}
.point01_box_left
{
}

.point01_box img
{
	width: 45%;
	height: 100%;
	position: relative;
}

.point01_box_label
{
	padding: 0 40px;
	position: relative;
	font-size: 1.1rem;
}

.point01_box_left label
{
	padding-left: 0px;
}

.nomal_form .onamaeform_80
{
	width: 80%;
	display: block;
}

.oubo_kousu
{
	padding: 0 20px 0 40px;
}

.oubo_kousu input
{
	width: 100%;
	padding: 10px;
	margin: 5px 10px 5px 0;
	background: #ebebeb;
	border-radius: 4px;
	border: solid 1px #878787;
	max-width: 210px;
	text-align: right;
	font-size: 16px;
}

.pup_400{
	
}

.border_top
{
	border-top: 1px solid #111;
}

.pointhistory2 .nomal_link
{
	margin-left: 10px;
}

.border_bot_gray
{
	border-bottom: 1px solid #878787;
}

.pa_bot20
{
	padding-bottom: 20px;
}

.ma_bot20
{
	margin-bottom: 20px;
}

.txt_left
{
	text-align: left;
}

.kiyaku_box
{
	text-align: left;
	/**height: 500px;
	overflow-y: scroll;**/
	margin-bottom: 50px;
}
.kiyaku_box.age_topbtn {
    display: block;
    word-break: break-all;
}
 .age_top .kiyaku_box.age_topbtn .nomal_link{
	max-width: none;

}
/* ポップアップ */
.popup
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

.popup.is-show
{
	opacity: 1;
	visibility: visible;
}

.popup-inner
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 650px;
	padding: 60px;
	background-color: #fff;
	z-index: 2;
	text-align: center;
}

.popup-inner img
{
	width: 38px;
	margin: 0 15px;
}

.close-btn
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	background: #dfdfdf;
	font-size: 20px;
	border: 1px solid #999;
}

.close-btn i
{
	font-size: 20px;
	color: #333;
}

.black-background
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

.white_btn
{
	max-width: 150px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.popup_table
{
	width: 100%;
}

.popup_table , td, th
{
	border: 1px solid #595959;
	border-collapse: collapse;
}

.popup-inner td
{
	padding: 5px;
}

.popup-inner .white_btn
{
	padding: 5px;
}

td, th
{
	padding: 3px;
	width: 30px;
	height: 25px;
}

th
{
	background: #f0e6cc;
}

.even
{
	background: #fbf8f0;
}

.odd
{
	background: #fefcf9;
}

.popup_table_left
{
	padding: 0 10px;
	background: #ebebeb;
	text-align: right;
	width: 30%;
}

.popup_table_right
{
	text-align: left;
	width: 70%;
	padding: 0 10px;
}

.popup_table_right img
{
	width: 13px;
	margin: 0px 5px 0 0;
}

.hissu
{
	background: red;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	margin: 0 5px;
	font-size: 0.7rem;
}

.enque_radio
{
	display: inline-block;
	margin: 5px 20px 5px 0;
}

.age_top .h2_big
{
	font-size: 2.7rem;
	line-height: 3.2rem;
	padding-bottom: 20px;
}

.age_top .h2_big2
{
	font-size: 2rem;
	line-height: 3rem;
	padding-bottom: 20px;
}

#gHeader
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	background: #F0F0F0;
	z-index: 10000;
}

#gHeader img
{
	display: block;
}

#gHeader .logo
{
	margin: 18px auto 17px 7.8%;
	width: 59px;
}

#gHeader .gNavi
{
	display: flex;
	font-size: 1rem;
	width: 68%;
	max-width: 960px;
}

#gHeader .gNavi > li
{
	position: relative;
	display: flex;
	width: 25%;
}

#gHeader .gNavi > li:before
{
	margin-top: -20px;
	width: 2px;
	height: 40px;
	background: #A4A4A4;
	background-size: 8px 11px;
	position: absolute;
	top: 50%;
	left: -1px;
	content: "";
}

#gHeader .gNavi > li > a
{
	display: block;
	width: 100%;
	padding: 5px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #464646;
	text-decoration: none;
	z-index: 1;
}

#gHeader .gNavi > li > a:hover,
#gHeader .gNavi > li.on > a
{
	color: #FFF;
	background: #555555;
}

#gHeader .gNavi > li span
{
	margin: 0 11px 3px 0;
	display: inline-block;
}

#gHeader .gNavi > li span .on
{
	display: none;
}

#gHeader .gNavi > li a:hover img,
#gHeader .gNavi > li.on a img
{
	display: none;
}

#gHeader .gNavi > li a:hover .on,
#gHeader .gNavi > li.on a .on
{
	display: block;
}

#gHeader .gNavi > li:nth-child(1) span
{
	width: 28px;
}

#gHeader .gNavi > li:nth-child(2) span,
#gHeader .gNavi > li:nth-child(3) span
{
	margin-right: 7px;
	width: 22px;
}

#gHeader .gNavi > li:nth-child(4) span
{
	margin-right: 9px;
	width: 23px;
}

#gHeader .gNavi li .subNavi
{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 183%;
	background: #555555;
}

#gHeader .gNavi li .subNavi a
{
	padding: 15px 15px 9px;
	display: block;
	background: #555555;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#gHeader .gNavi li .subNavi a span
{
	margin: 0;
	display: inline-block;
	width: auto;
}

#gHeader .gNavi li .subNavi li:last-child a
{
	border-bottom: none;
}

#gHeader .gNavi li .subNavi a:hover
{
	opacity: 0.5;
}

#gHeader .user
{
	position: relative;
	width: 80px;
	font-size: 0.75rem;
}

#gHeader .user > a
{
	padding: 13px 10px 0;
	display: block;
	height: 100%;
	color: #FFF;
	text-align: center;
	background: #464646;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}

#gHeader .user > a:hover,
#gHeader .user.on > a
{
	color: #464646;
	background: #C6C6C6;
}

#gHeader .user span
{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 36px;
}

#gHeader .user.new span:before
{
	width: 12px;
	height: 12px;
	background: #FF0000;
	position: absolute;
	top: 2px;
	right: -4px;
	border-radius: 50%;
	content: "";
}

#gHeader .user span .on
{
	display: none;
}

#gHeader .user a:hover img,
#gHeader .user.on a img
{
	display: none;
}

#gHeader .user a:hover .on,
#gHeader .user.on a .on
{
	display: block;
}

#gHeader .user .subNavi
{
	display: none;
	position: absolute;
	width: 180%;
	top: 100%;
	right: 0;
	background: #C6C6C6;
}

#gHeader .user .subNavi a
{
	padding: 15px 15px 9px;
	display: block;
	color: #464646;
	font-size: 1rem;
	text-decoration: none;
	background: #C6C6C6;
	text-align: right;
}

#gHeader .user .subNavi a:hover
{
	opacity: 0.5;
}

#gHeader .menu
{
	display: none;
}

@media screen and (min-width: 768px)
{
	#gHeader .gNavi
	{
		display: flex !important;
	}
}

@media screen and (max-width: 767px)
{
	.age_top
	{
		padding-top: 66px;
	}

	#gHeader .logo
	{
		margin: 13px auto 10px 19px;
		width: 50px;
	}

	#gHeader .gNavi
	{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-width: inherit;
		background: #FFF;
		border-top: 1px solid #FFF;
		max-height: calc(100vh - 66px);
		overflow: auto;
	}

	#gHeader .gNavi > li
	{
		display: block;
		width: 100%;
	}

	#gHeader .gNavi > li:before
	{
		display: none;
	}

	#gHeader .gNavi > li > a
	{
		position: relative;
		padding: 15px 10px 14px;
		color: #FFF;
		background: #009b73;
		border-bottom: 1px solid #FFF;
	}

	#gHeader .gNavi > li > a:hover,
  	#gHeader .gNavi > li.on > a
	{
		color: #FFF;
		background: #009b73;
	}

	#gHeader .gNavi > li span img
	{
		display: none;
	}

	#gHeader .gNavi > li span .on
	{
		display: block;
	}

	#gHeader .gNavi li a:before
	{
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		content: "＞";
	}

	#gHeader .gNavi li:nth-child(3) > a:before
	{
		display: none;
	}

	#gHeader .gNavi li .subNavi
	{
		display: block !important;
		height: auto !important;
		position: static;
		width: 100%;
		background: #dcdcdc;
	}

	#gHeader .gNavi li .subNavi a
	{
		position: relative;
		padding: 15px 30px 14px;
		text-align: center;
		color: #464646;
		background: #dcdcdc;
	}

	#gHeader .gNavi li .subNavi a:before
	{
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		content: "＞";
	}

	#gHeader .gNavi li .subNavi li:last-child a
	{
		border-bottom: 1px solid #FFF;
	}

	#gHeader .gNavi li .subNavi a:hover
	{
		opacity: 1;
	}

	#gHeader .user
	{
		position: static;
		width: 66px;
		height: 66px;
		font-size: 0.6rem;
		line-height: 1.5;
	}

	#gHeader .user > a
	{
		padding: 10px 8px 0;
	}

	#gHeader .user > a:hover,
  #gHeader .user.on > a
	{
		color: #FFF;
		background: #464646;
	}

	#gHeader .user span
	{
		margin-bottom: 3px;
		width: 30px;
	}

	#gHeader .user.new span:before
	{
		width: 10px;
		height: 10px;
		top: 1px;
	}

	#gHeader .user a:hover img,
  #gHeader .user.on a img
	{
		display: block;
	}

	#gHeader .user a:hover .on,
  #gHeader .user.on a .on
	{
		display: none;
	}

	#gHeader .user .subNavi
	{
		position: absolute;
		width: 100%;
		right: auto;
		left: 0;
		background: #464646;
		border-top: 1px solid #FFF;
	}

	#gHeader .user .subNavi a
	{
		padding: 15px 30px 14px;
		color: #FFF;
		background: #464646;
		text-align: center;
		border-bottom: 1px solid #FFF;
	}

	#gHeader .user .subNavi a:hover
	{
		opacity: 1;
	}

	#gHeader .menu
	{
		display: block;
	}

	#gHeader .menu a
	{
		padding: 13px 10px 1px;
		width: 68px;
		height: 100%;
		display: block;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		line-height: 1.5;
		text-decoration: none;
		background: #009b73;
	}

	#gHeader .menu .btn
	{
		position: relative;
		margin: 0 auto 3px;
		padding-top: 11px;
		display: block;
		width: 32px;
		height: 25px;
		border-radius: 3px;
		transition: all 0.4s;
	}

	#gHeader .menu .btn span
	{
		width: 32px;
		height: 3px;
		display: block;
		border-radius: 3px;
		background: #FFF;
		transition: all 0.4s;
	}

	#gHeader .menu .btn:before,
  #gHeader .menu .btn:after
	{
		width: 32px;
		height: 3px;
		background: #FFF;
		position: absolute;
		top: 0;
		border-radius: 3px;
		left: 0;
		transition: all 0.4s;
		content: "";
	}

	#gHeader .menu .btn:after
	{
		top: auto;
		bottom: 0;
	}

	#gHeader .menu.on .btn span
	{
		opacity: 0;
	}

	#gHeader .menu.on .btn:before
	{
		transform: translateY(11px) rotate(-45deg);
	}

	#gHeader .menu.on .btn:after
	{
		transform: translateY(-11px) rotate(45deg);
	}
}

/***madika***/

.madika_box #popup {
 				display: none;}
.madika_box .popup-open {
 				cursor: pointer;}
.madika_box .popup-overlay {
 				display: none;}
.madika_box #popup:checked ~ .popup-overlay {
				display: block;
				z-index: 99999;
				background-color: #00000070;
				position: fixed;
				width: 100%;
  				height: 100vh;
  				top: 0;
  				left: 0;
				}
.madika_box .popup-window {
 				width: 90vw;
 				max-width: 560px;
 				padding: 20px;
 				background-color: #ffffff;
 				border-radius: 6px;
 				position: fixed;
 				top: 50%;
 				left: 50%;
 				transform: translate(-50%, -50%);
 				}
.madika_box .popup-text {
 				margin: 0;
 				}
.madika_box .popup-text:not(:last-of-type) {
 				margin-bottom: 1em
 				}
.madika_box .popup-close {
 				cursor: pointer;
 				position: absolute;
 				top: -26px;
 				right: 0;
 				}
.madika_box label::before{
 				display: none;}
.madika_box img{
 				width:220px;}
.madika_box label {
 				position: inherit;}
.madika_box {
 				text-align: left;}
.pa_lef_40{
 				padding-left:40px;}

.presentfuto_box{
 				display: flex;
}
.presentfuto_txt{
 				width: 75%;
 				}
.presentfuto_box img{
 				width: 25%;
 				}
@media screen and (max-width: 640px) {
.presentfuto_box{
 				display: block;
}
.presentfuto_txt{
 				width: 100%;
 				}
.presentfuto_box img{
 				width: 100%;
 				}
}
