html,body {
	margin: 0;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
}
body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	min-height: 100vh;
}
.wrapper {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	min-height: 100vh;
}
.hide,.menu{
	display:none;
}
.nomgn {
	margin: 0;
}

.main_content {
	margin: 60px 0;
}
.head_content {
	width: 100%;
	background: #d0d0d0;
}
.head_box_1,.head_box_2 {
	margin: auto;
	display: flex;
	align-items: center;
}
.head_box_2 {
	display: none;
}
.head_box_2 p {
	margin: 3px 0;
}
.head_box_2 .first_p {
	margin-top:10px;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	height: 100%;
}
.flex_button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.flex_text {
	width: 90%;
	text-align: left;
	margin-top: 50px;
	font-size: 14px;
}
.indent {
	width: 95%;
	margin: auto;
	text-indent: -1em;
	padding-left: 2em;
}

.flex_innerbox_2_left {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
}
.flex_innerbox_2_right {
	width: 100%;
	font-size: 75%;
}
.line {
	border-bottom: 5px solid #ED5868;
/*	padding-left: 10px;*/
	width:100%;
	font-size: 17px;
}
.flex_item_input {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.flex_item_input input{
	width: 95%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	font-size: 20px;
}
.flex_item_input input[type="number"]::-webkit-outer-spin-button,
.flex_item_input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
.flex_item_p {
	width: 85%;
	margin: auto;
	margin-top: 50px;
}
.p_head {
	font-size: 120%;
	margin-bottom: 1px;
}
.p_body{
	font-size: 120%;
	margin: 0;
}
.flex_one_box {
	width: 90%;
	margin: auto;
}

.footer {
	position: relative;
	height: 48px;
	width: 100%;
	background: #A0A09F;
	border-top: 5px solid #605E5E;
}
.footer div {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	text-align: center;
}
.backbutton {
	text-align: center;
	margin-top: 50px;
}
.price {
	display:inline-block;
}
.ib {
	display: inline-block;
}

.head_logo {
	text-align: center;
	letter-spacing: 0.5rem;
	margin-left: 1rem;
	color: #55595F;
}
#language_select_box {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
}

.select_item_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	margin-bottom: 30px;
}
.select_item_block {
	width: 100%;
	text-align: center;
}
.item_block {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: normal;
	width: 120px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.item_radio {
	display: none;
}
.item_radio:checked + .item_block {
	font-weight: bold;
	border-color: #2BA89B;
	background: #e3f5f3;
}
.buy_button {
	width: 95%;
	background-color: #e3f5f3;
	border: 1px solid #bde8e4;
	padding: 5px 10px;
	font-size: 20px;
}

@media screen and (min-width:370px) {
	/*　for iPhone Landscape　(iPhone 横)　*/
	.footer div {
		position: absolute;
		width: 100%;
		white-space: nowrap;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	/*　for iPad 　*/
	#language_select_box {
		left: auto;
		right: 50px;
		width: 80px;
	}
	.select_item_box {
		width: auto;
		flex-direction: row;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.select_item_block {
		width: auto;
	}
	.buy_button {
		width: 50%;
		font-size: 14px;
	}
}
@media screen and (min-width:1024px) {
	/*　for PC　*/
	.flex_box {
		width: 980px;
	}
	.flex_item_title {
		width: 30%;
		text-align: right;
		margin-top: 10px;
	}
	.flex_item_input {
/*			width: 70%;*/
		width: 100%;
		margin-top: 10px;
	}
	.flex_item_input input{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 24px;
		font-size: 14px;
	}
	.flex_innerbox_2 {
		width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	.flex_innerbox_2_left {
		width: 60%;
		display: flex;
		flex-wrap: wrap;
	}
	.flex_innerbox_2_right {
		width: 40%;
		font-size: 75%;
	}
	.flex_text {
		width: 100%;
	}
	.main_content {
		margin: 80px 0;
	}
	.head_content {
/*			height: 147px;*/
	}
	.box_title {
		width: 900px;
		margin: auto;
		height: 100%;
	}
	.head_box_1 {
/*			width: 516px;
		height: 88px;*/
	}
	.head_box_2 {
		height: 88px;
		text-align: right;
		font-size: 13px;
		font-weight: bold;
		width: 382px;
	}
	.head_box_3 {
		width: 100%;
	}
	.flex_item_p {
		width: 80%;
		margin: auto;
		margin-top: 0;
	}
	.p_head {
/*			margin-left: 50px;*/
		font-size: 120%;
		margin-bottom: 1px;
	}
	.p_body{
		margin: 0;
/*			margin-left: 50px;*/
	}
	.menu {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	.menu_box {
		display: inline-block;
		height: 40px;
		padding-right: 40px;
		border-top: 1px solid;
		color: #273B7B;
	}
	.menu_item {
		margin: auto;
		display: table-cell;
		vertical-align: middle;
		height: 52px;
		padding-left: 5px;
	}
	.top_box{
		justify-content: space-around;
	}
	.indent {
		padding:0;
	}
	#language_select_box {
		left: auto;
		right: 50px;
		width: 80px;
	}
	.select_item_box {
		width: 980px;
		flex-direction: row;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
	}
	.select_item_block {
		width: auto;
	}
	.buy_button {
		width: 50%;
		font-size: 14px;
	}
}

.alert{
	display:none;
	color:red;
	font-size:90%;
/*	width: 70%;*/
}
.req{
	color: red;
	font-size: 80%;
}
.maintenance_box {
	text-align: center;
}
.maintenance_box p {
	margin: 50px 1rem;
	font-size: 18px;
}
.estimated {
	display: block;
	margin: 10px;
	font-size: 130%;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.estimated {
		display: inline;
	}
}
