﻿@charset "utf-8";

/* Column */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6{}

.col_1-2{},
.col_1-3{}

.col_2-1{},
.col_2-3{}

.col_3-1{},
.col_3-2{}

.col_child{
	float:left;
	box-sizing:border-box;
	padding-left:1%;
	padding-right:1%;
}
.col_child:first-child,
.col_child:first-child:last-child{
	padding-left:0;
	padding-right:2%;
}
.col_child:last-child{
	padding-left:2%;
	padding-right:0;
}
.col_2 .col_child{ width:50%;}
.col_3 .col_child{ width:33.3%;}
.col_4 .col_child{ width:25%;}
.col_5 .col_child{ width:20%;}
.col_6 .col_child{ width:16.6%;}

.col_1-2 .col_child:nth-child(1){ width:33.3%;}
.col_1-2 .col_child:nth-child(2){ width:66.6%;}

.col_2-1 .col_child:nth-child(1){ width:66.6%;}
.col_2-1 .col_child:nth-child(2){ width:33.3%;}

.col_1-3 .col_child:nth-child(1){ width:25%;}
.col_1-3 .col_child:nth-child(2){ width:75%;}

.col_3-1 .col_child:nth-child(1){ width:75%;}
.col_3-1 .col_child:nth-child(2){ width:25%;}

.col_2-3 .col_child:nth-child(1){ width:40%;}
.col_2-3 .col_child:nth-child(2){ width:60%;}

.col_3-2 .col_child:nth-child(1){ width:60%;}
.col_3-2 .col_child:nth-child(2){ width:40%;}


@media screen and (max-width:768px) {
	.col_1 > .col_child,
	.col_2 > .col_child,
	.col_3 > .col_child,
	.col_4 > .col_child,
	.col_5 > .col_child,
	.col_6 > .col_child,
	.fix.col_1-2 > .col_child,
	.fix.col_1-3 > .col_child,
	.fix.col_2-1 > .col_child,
	.fix.col_2-3 > .col_child,
	.fix.col_3-1 > .col_child,
	.fix.col_3-2 > .col_child{width: 100%;padding-left:0;padding-right:0;}
	.col_4 .col_child,
	.col_5 .col_child{ 
		width:50%;
	}
	.col_4 .col_child:nth-child(odd),
	.col_5 .col_child:nth-child(odd){ 
		padding-right:1%;
	}	
	.col_4 .col_child:nth-child(even),
	.col_5 .col_child:nth-child(even){ 
		padding-left:1%;
	}	

}

/* head,text */


.h_style01{
	font-size:32px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:40px;
}
.h_style01 span{
	padding:30px 30px 20px;
	display:inline-block;
	border-top:#E60012 solid 4px;
}
.h_style01 sub{
	display:block;
	font-size:18px;
	color:#E50012;
	font-weight: normal;
	font-family:'Century';
}
.h_style02{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#1F1F1F;
	margin-bottom:25px;
}
.h_style02.large{
	font-size:32px;
}
.h_style03{
	display:block;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#E50012;
	margin-bottom:60px;
}
.h_style03 sub{
	display:block;
	font-size:19px;
	color:#1F1F1F;
	margin-top:10px;
}
.h_style04{
	font-size:20px;
	font-weight:bold;
	color:#1F1F1F;
	padding:5px 20px;
	border-left:#1F1F1F solid 4px;
	margin-bottom:20px;
}
.h_style05{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
p.text,
.texts > p{
	font-size:16px;
	line-height:1.6;
	margin:0;
	text-align:left;
}


@media screen and (max-width: 768px) {
	p.text,
	.texts > p{
		font-size:14px;
	}
	.f_small{
		font-size:12px;	
	}
}

/* Link */

.text_link a,
a.text_link{
	text-decoration:underline;
	color:#359ad9;
}
.text_link a:hover,
a.text_link:hover{
	text-decoration:none;
}
.block_link a,
a.block_link{
	display:block;
	transition: opacity 1s, background 1s, color 1s, border 1s;
}
.block_link a:hover,
a.block_link:hover{
	opacity: 0.7;
	text-decoration:none;
	transition: opacity 0.7s;
}

a:hover img.opacity{
	opacity: 0.7;
	text-decoration:none;
	transition: opacity 0.7s;
}
.common_btn{
	text-align:center;
	margin:20px auto 30px;
}
.common_btn a{
	display:block;
	max-width:390px;
	border:solid 2px #535353;
	border-radius:10px;
	color:#535353;
	font-size:22px;
	font-weight:bold;
	padding:25px 0;
	position:relative;
	text-decoration:none;
	margin:0 auto;
	background:#eee;
}
.common_btn a:before,
.common_btn a:after{
	content: "";
	width: 0px;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #000000;
	display: inline-block;
	position: absolute;
	border-radius: 4px;
	right: 20px;
	top: 50%;
	margin-top:-8px;
}
.common_btn a:after{
	border: 8px solid transparent;
	border-left: 8px solid #eee;
	right: 23px;
}
a.arrow_link,
.arrow_link a{
	position: relative;
	padding-left:14px;
}
a.arrow_link:before,
.arrow_link a:before{
    content: "";
    position: absolute;
    left: -1px;
    margin-top:-3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico_blank{position:relative;padding-right: 20px;}
.ico_blank:before, .ico_blank:after{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background:#fff;
	right: 0;
	top: 2px;
	z-index:10;
}
.ico_blank:after{
	right: 3px;
	top: 5px;
	z-index:9;
}
img.icon{
	vertical-align:middle;
	margin-right:5px;
}
/* image */
.scale { }
.scale_m { 
	max-width:100%;
	width:auto;
	height:auto;
}
.scale_all{	
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
	.scale {
		width:100%;
		height:auto;
	}
}

/* table,list */

.table_style {
	display:table;
	width:100%;
}
.table_style dl{
	display:table-row;
}
.table_style dl:after{
	display:none;
}
.table_style dt,
.table_style dd{
	display:table-cell;
	padding:30px 0;
	vertical-align:top;
	border-bottom:solid #e0e0e0 2px
}
.table_style dt{
	padding:30px 50px;
}
.table_style .sub_sec + .sub_sec {
	border-top:solid 1px #e0e0e0;
	margin-top:30px;
	padding-top:30px;
}
.table_style .btn_wrap + .sub_sec{
	padding-top:30px;
}
.txt_indent {
	padding-left:1em;
	text-indent:-1em;
}
.list_style ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
}
.list_style ul li:before{
	content:"\30FB";
	margin-right:5px;
	color:#005BAC;
	font-weight:bold;
	
}
.list_style ul li.inlist ul{
	margin-top:5px;
}
.list_style ul li.inlist li{
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
.ol_style ol li{
	margin-left:-1em;
	padding-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
	list-style-position:inside;
}

.dl_style dl{
	margin:0;
	padding:15px;
	background:#f6f6f6;
}
.dl_style dl dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
	overflow-x:auto;
	overflow-y:hidden;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}


.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
@media only screen and (max-width: 768px) {
	.table_style,
	.table_style dl,
	.table_style dt,
	.table_style dd{
		display:block;
	}
	.table_style dt{
		border-bottom:#ddd solid 1px;
		width:100%;
		padding:10px;
		position:static;
		top:auto;
		left:auto;
	}
	.table_style dd{
		padding:15px 10px;
	}
	.dl_style dl{
		font-size:14px;
		margin:0;
	}
	.table_wrap{
		overflow-x:auto;
	}
	.table_wrap table{
		font-size:12px;
	}
	.table_wrap table th,
	.table_wrap table td{
		padding:10px;
	}
}

}
.topics_list{ border-top:#DDDDDD solid 1px;}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
}
.topics_list li a{
	display:block;
	padding:20px;
}
.topics_list li a:hover{
	text-decoration:none;
}
.topics_list time,
.topics_list h2,
.topics_list p{ display:inline-block;}
.topics_list a:hover h2{ 
	color:#fff;
	background:#E60012;
	border-color:#ddd;
	transition: background-color 0.5s, color 0.5s;
}
.topics_list a:hover time,
.topics_list a:hover p{ text-decoration:underline;}

.topics_list time{ margin-right:20px;}
.topics_list h2{
	padding:5px 20px;
	width: 5em;
	text-align:center;
	border:solid 1px #666666;
	margin-right:20px;
	transition: background-color 1s, color 1s;
}


/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.movie_wrap{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.movie_wrap2{
	width: 100%;
	height:  0;
	padding-bottom:  590px;
	overflow:hidden;
	position:  relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video{
	min-width: 100%;
	min-height: 590px;
	height:  auto;
	position:  absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:  auto;
}
@media only screen and (max-width: 768px) {
	#campus_map {
	    margin: 0 15px;
	    box-sizing: border-box;
	    width: auto;
	    height: 320px;
	}
}

/*  パンくずリスト  */
#pan ul,
#pan ol{ 
	margin:40px 0 20px;
	padding:0;
}
#pan li a,
#pan li span,
#pan li img{ 
	vertical-align:middle;
}
#pan li{
	padding: 0 10px 0 0;
	display:inline-block;
}
#pan li:before{
	content: "\003E";
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#pan li:first-child:before{
	content: "";
	display:none;
	margin-right:0;
}
@media only screen and (max-width: 768px) {
	#pan ul, #pan ol{
		margin:0 0 25px;
		font-size:0.875rem;
	}

}

/*  ページャー  */
.pager_style{
	text-align:center;
	padding:30px 0 0 0;
}
.pager_style li{
	width:40px;
	border:1px solid #BBBBBB;
	background:#fff;
	display:inline-block;
	margin:0 0 10px 0;
}
.pager_style li:hover{
	background:#024384;
}
.pager_style li.on{
	background:#024384;
}
.pager_style li a{
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
.pager_style li.on a{
	color:#fff;
}
.pager_style li a:hover{
	color:#fff;
}
.pager_style li.prev{
	margin:0 10px 0 0;
}
.pager_style li.next{
	margin:0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.pager_style li{
		width: 30px;
	}
	.pager_style li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next{
		margin:0;
	}
}

.pc_center { }
.pc_right { }
.sp_center { }
.sp_right { }


@media screen and (min-width:769px) {
	.pc_center { text-align:center !important;}
	.sp_center { text-align:left;}
	.pc_right { text-align:right !important;}
	.mb50_h{ margin-bottom:50px !important;}
	.mb60_h{ margin-bottom:60px !important;}
	.mb80_h{ margin-bottom:80px !important;}
}
@media screen and (max-width:768px) {
	.pc_center,
	.pc_righ { text-align:left;}
	.sp_center { text-align:center !important;}
	.sp_right { text-align:right !important;}
	.mb50_h{ margin-bottom:25px !important;}
	.mb60_h{ margin-bottom:30px !important;}
	.mb80_h{ margin-bottom:40px !important;}
}
.item_detail{
	margin: 0 25px;
}
.item_detail .left_area{
	float:left;
	width:400px;
}
.item_detail h1,
.item_detail .right_area{
	float:right;
	width:500px;
	text-align:left;
}
.item_detail .right_area .data {
	margin-bottom:55px
}
.item_detail .right_area .data dt{
	float:left;
	clear:left;
	margin-bottom:5px;
}
.item_detail .right_area .data dd{
	margin-bottom:5px;
}
.item_detail .right_area .unit{
	margin-bottom: 20px;
	display: inline-block;
	font-size:1.325rem;
}
.item_detail .right_area .unit span{
	display:inline-block;
	vertical-align:bottom;
}
.item_detail .right_area .unit input{
	display:inline-block;
	padding:0 0.5em;
	height:2.5em;
	line-height:2.5em;
	width:4em;
	margin:0 0.5em;
	border:solid 1px #a0a0a0;
	font-size: 1rem;
}
.item_detail .right_area .price {
	margin-bottom:20px;
	font-size:1.325rem;
}
.item_detail .right_area .price strong{
	font-size:3.1625rem;
	color:#d33b4d;
	margin-right: 0.25em;
}
.item_detail .right_area .cart_in button{
	max-width:354px;
	padding:15px 10px;;
	font-size:1.25rem;
}
.item_detail .right_area .cart_in button img{
	vertical-align:middle;
	width:24px;
	margin-right:15px;
}
.item_detail .item_text{
	margin:50px 0 35px;
	font-size:1.125rem;
}
.deta_table{
	background:#f7f8f7;
}
.deta_table table{
	width:100%;
}
.deta_table table th,
.deta_table table td{
	padding:30px;
	vertical-align:top;
}
.deta_table table th{
	color:#d33b4d;
	padding:30px 0px 30px 35px;
}
@media screen and (max-width:1024px) {
	.item_detail{
		margin:0;
	}
	.item_detail .left_area{
		width:45%;
	}
	.item_detail h1,
	.item_detail .right_area{
		width:50%;
	}
	.item_detail h1{
		font-size:2.25rem;
	}
}
@media screen and (max-width:640px) {
	.item_detail .left_area{
		width:auto;
		float:none;
		max-width:300px;
		margin:0 auto 20px;
	}
	.item_detail h1,
	.item_detail .right_area{
		width:auto;
		float:none;
	}
	.item_detail h1{
		font-size:1.75rem;
		margin-bottom: 15px;
		background:#f7f8f7;
		padding:10px;
	}
	.item_detail .right_area{
		display:flex;
		flex-wrap:wrap;
	}
	.item_detail .right_area .data {
		width:100%;
		margin-bottom:20px;
		border-top:solid 1px #999;
		padding-top:10px;
	}
	.item_detail .right_area .unit{
		margin-bottom: 10px;
		font-size:1.0rem;
		width:45%;
	}
	.item_detail .right_area .price {
		margin-bottom:20px;
		font-size:1.00rem;
		width:55%;
	text-align: right;}
	.item_detail .right_area .price strong{
		font-size:2.0rem;
		margin-right: 0;
	}
	.item_detail .right_area .price i{
		display:inline-block;
	}
	.item_detail .right_area .cart_in {
		width:100%;
	}
	.item_detail .right_area .cart_in button{
		max-width:100%;
		padding:15px 10px;
		font-size:1.1275rem;
	}
	.item_detail .right_area .cart_in button img{
		margin-right:10px;
	}
	.item_detail .item_text{
		margin:30px 0 35px;
		font-size:1rem;
	}
	.deta_table {
		margin-bottom:50px;
	}
	.deta_table table,
	.deta_table table tbody,
	.deta_table table tr,
	.deta_table table th,
	.deta_table table td{
		display:block;
	}
	.deta_table table th{
		padding:15px 10px;
		border-bottom:solid 1px #999;
		background:#f7f8f7;
	}
	.deta_table table td{
		padding:10px 10px 20px;
		background:#fff;
		font-size:0.875rem;
	}
}

.login_menu .center_box{
	min-height:calc(100vh - 7vw - 187px);
	display:flex;
	max-width:760px;
	margin:auto;
	flex-direction:column;
	justify-content:center;
}
.login_menu .center_box .box{
	background:#f7f8f7;
	padding:70px 80px;
	margin-bottom:20px;
}
.login_menu .center_box .box label{
	display:block;
}
.login_menu .center_box label input{
	appearance:none;
	background:#fff;
	height:3em;
	line-height:3em;
	font-size:1rem;
	border-radius:0px;
	display:block;
	padding:0 1em;
	margin:10px 0 30px;
	box-shadow:none;
	border:solid 1px #a0a0a0;
	width:600px;
}
.login_menu .center_box .btn_wrap{
	margin:60px auto 0;
}
.login_menu .center_box .btn_wrap input,
.login_menu .center_box .btn_wrap a{
	padding:15px 10px;
}
.login_menu .center_box .texts{
	margin-bottom:20px;
	text-align:center;
}
.login_menu .center_box .texts p{
	display:inline-block;
}
@media screen and (max-width:950px) {
	.login_menu .center_box{
		min-height:0;
		max-width:100%;
		display:block;
		margin:40px 0 80px;
	}
	.login_menu .center_box .box{
		background:#f7f8f7;
		padding:40px 20px;
		margin-bottom:20px;
	}
	.login_menu .center_box .box label{
		display:block;
	}
	.login_menu .center_box label input{
		width:100%;
	}
	.login_menu .center_box .btn_wrap{
		margin:40px auto 0;
	}
}

.step_list{
	display:flex;
	justify-content:space-between;
	list-style:none;
	width:540px;
	margin:50px auto 60px;
	position:relative;
padding: 0;}
.step_list li{
	padding:0;
	margin:0;
	position:relative;
	z-index:1;
}
.step_list li strong{
	display:flex;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	font-size:1.5rem;
	background:#f4f5f5;
	border-radius:50%;
	margin:0 auto 10px;
	font-weight:normal;
	position:relative;
	z-index:10;
}
.step_list li.checked strong{
	background:#c9cdcc;
}
.step_list li p{
	text-align:center;
}
.step_list:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:35px;
	right:35px;
	margin:auto;
	top:35px;
	height:3px;
	background:#f4f5f5;
}
.info_text{
	font-size:1.375rem;
	text-align:center;
	padding:50px 0;
	font-weight:bold;
}
.item_list table{
	width:100%;
}
.item_list thead th{
	background:#f4f5f5;
	padding:15px;
}
.item_list table .cancel_tr{
	background:#ffe8e8;
}
.item_list table .td_delete{
	text-align:center;
}
.item_list tbody td{
	border-bottom:solid #e0e0e0 1px;
	padding:10px;
	vertical-align:middle;
}
.item_list .delete{
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.item_list .delete:before,
.item_list .delete:after{
	content:"";
	display:inline-block;
	width:8px;
	height:25px;
	background:#8a8a8a;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	transform:rotate(45deg);
	transition:background .4s;
}
.item_list .delete:after{
	transform:rotate(-45deg);
}
.item_list .delete:hover:before,
.item_list .delete:hover:after{
	background:#d33b4d;
}
.item_list .item_col{
	display:flex;
	align-items:center;
	position:relative;
}
.item_list .item_col .img_fit{
	width:110px;
	padding-bottom:165px;
	margin-right:40px;
}
.item_list .item_col .item_names{
	width:210px;
	padding:2em 0;
}
.item_list .item_col .item_names .price{
	position:absolute;
	bottom:0;
}
.item_list .item_col .item_names .status{
	position:absolute;
	top:0;
	color:#e60012;
	font-weight:bold;
}
.item_list .unit{
	display: inline-block;
}
.item_list .unit span{
	display:inline-block;
	vertical-align:bottom;
}
.item_list .unit input{
	display:inline-block;
	padding:0 0.5em;
	height:2em;
	line-height:2em;
	width:4em;
	margin:0 0.5em;
	border:solid 1px #a0a0a0;
	font-size: 1rem;
	text-align:right;
}
.item_list .prices td{
	border:none;
	text-align:right;
	padding:20px 40px;
}
.item_list .prices td b,
.item_list .prices td p{
	display:inline-block;
	font-weight:normal;
}
.item_list .prices td b{
	width:2em;
	text-align: left;
}
.item_list .prices td p{
	width:8em;
}
.item_list .prices td li{
	margin-bottom:10px;
}
.address .info_text{
	background:#f4f5f5;
	padding:55px 10px;
}
.send_data dt i{
	display:block;
	font-size:0.875rem;
	background:#d33b4d;
	color:#fff;
	width:2.5em;
	text-align:center;
	margin-top:5px;
}
input[name="send_selecter"]{
	display:none;
}
.send_selecter label{
	margin-right:30px;
	display:inline-block;
}
.send_selecter label span{
	position:relative;
	padding-left:25px;
	display:inline-block;
	vertical-align:middle;
}
.send_selecter label span:before,
.send_selecter label span:after{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	border:solid 1px #8a8a8a;
	content:"";
	border-radius:50%;
	position:absolute;
	top:4px;
	left:0;
	z-index:5;
}
.send_selecter label span:after{
	background:#555555;
	z-index:10;
	width:8px;
	height:8px;
	top:8px;
	left:4px;
	transition:opacity .4s;
	opacity:0;
}
input[id$="01"]:checked ~ .send_selecter label[for$="01"] span:after,
input[id$="02"]:checked ~ .send_selecter label[for$="02"] span:after,
input[id$="03"]:checked ~ .send_selecter label[for$="03"] span:after{
	opacity:1;
}
.address .table_style dt{
	width:25%;
}
.address .table_style dd{
	width:75%;
}
.send_data .send_option{
	max-height:0;
	overflow:hidden;
	opacity:0;
	border-width:0;
	margin:0;
	transition:opacity .4s;
}
.send_data input[id$="02"]:checked ~ .send_02,
.send_data input[id$="03"]:checked ~ .send_03{
	border-width:1px;
	max-height:100%;
	opacity:1;
	padding:30px 0;
}
.select_wrap{
	display:inline-block;
	position:relative;
	z-index:2;
	background:#fff;
}
.select_wrap:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #555555 transparent transparent transparent;
}
.select_wrap select{
	appearance:none;
	font-size:1rem;
	line-height:2.5em;
	height:2.5em;
	border:solid 1px #c9cdcc;
	border-radius:0px;
	box-shadow:none;
	background:transparent;
	padding:0 2em 0 1em;
	color:#444;
}
.select_wrap + span{
	display:inline-block;
	margin-left:1em;
}
.send_data .send_option .btn_wrap{
	margin:20px 0 0;
	background:#c9cdcc;
	border-color:#c9cdcc;
	box-shadow:none;
}
.send_data .send_option .btn_wrap input{
	color:#444;
}
.send_data .send_option .btn_wrap:hover{
	background:#f4f5f5;
}
.send_data .send_option .btn_wrap:after{
	display:none;
}
.send_data .new_address{
	border-top:solid 1px #a0a0a0;	
	padding:30px 0 20px;
}
.send_data .send_option.send_03 .form_el{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.send_data .send_option.send_03 label{
	margin-bottom:25px;
	display:inline-block;
}
.send_data .send_option.send_03 label p{
	width:85px;
	display:inline-block;
	vertical-align:middle;
}
.send_data .send_option input[type="tel"],
.send_data .send_option input[type="text"]{
	appearance:none;
	font-size:1rem;
	line-height:2.5em;
	height:2.5em;
	border:solid 1px #c9cdcc;
	border-radius:0px;
	box-shadow:none;
	background:transparent;
	padding:0 1em;
	color:#444;	
}
.send_data .send_option input#zip2{
	width:calc(750px - 85px);
}
.send_data .send_option input[type="checkbox"]{
	display:none;
}
.send_data .send_option input[type="checkbox"] + span{
	display:inline-block;
	position:relative;
	padding-left:50px;
	line-height:28px;
	vertical-align:middle;
}
.send_data .send_option input[type="checkbox"] + span:before,
.send_data .send_option input[type="checkbox"] + span:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:0;	
}
.send_data .send_option input[type="checkbox"] + span:before{
	border:solid 1px #c9cdcc;
	background:#fff;
	border-radius:0px;
	width:28px;
	height:28px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.send_data .send_option input[type="checkbox"] + span:after{
	top:8px;
	left:8px;
	width:10px;
	height:6px;
	border-top:solid 3px #555;
	border-right:solid 3px #555;
	transform:rotate(135deg);
	opacity:0;
}
.send_data .send_option input[type="checkbox"]:checked + span:after{
	opacity:1;
}
.send_data .send_option.send_03 label span{
	display:inline-block;
	margin:0 0.5em;
}
.send_wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:50px 0 0;
	flex-direction: row-reverse;
}
.send_wrap .btn_wrap{
	width:280px;
}
.send_wrap .btn_wrap.back{
	margin-right:50px;
}
@media screen and (max-width:1024px) {
	.item_list .td_price p{
		white-space:nowrap;
	}
	.item_list .item_col .img_fit{
		margin-right:20px;
	}
	.item_list .item_col .item_names{
		width:calc(100%  - 130px);
		padding:2em 0;
	}
}

@media screen and (max-width:768px) {
	.step_list{
		width:auto;
		margin: 30px 0 40px;
	}
	.step_list li{
		width:calc(100% / 3)
	}

	.step_list li strong{
		width:50px;
		height:50px;
	}
	.step_list:before{
		left:12.5%;
		right:12.5%;
		top:25px;
	}
	.info_text{
		font-size:1.1275rem;
		padding:30px 0;
	}
	.info_text p{
		text-align:left;
		display:inline-block;
	}
	.item_list thead th{
		padding:15px 5px;
		white-space:nowrap;
		text-align:center;
	}
	.item_list tbody td{
		padding:10px 5px;
	}
	.item_list .td_unit{
		text-align:center;
	}
	.item_list .delete:before,
	.item_list .delete:after{
		width:5px;
		height:16px;
	}
	.item_list .item_col{
		flex-direction:column;
	}
	.item_list .item_col .img_fit{
		width:70px;
		padding-bottom:105px;
		margin-right:0;
		margin-bottom:5px;
	}
	.item_list .item_col .item_names{
		width:auto;
		font-size:0.875rem;
		padding: 0;
	}
	.item_list .item_col .item_names .status{
		position:static;
	}
	.item_list .item_col .item_names .price{
		position:static;
		text-align:right;
	}
	.item_list .unit{
		white-space:nowrap;
	}
	.item_list .unit input{
		width:3.5em;
	}
	.item_list .prices td{
		padding:15px 5px;
	}
	.item_list .prices td li{
		margin-bottom:5px;
	}
	.address .info_text{
		padding:20px 10px;
		margin-bottom:10px;
	}
	.send_selecter label{
		margin-right:30px;
		margin-bottom:15px;
	}
	.address .table_style dt{
		width: auto;
		background:#f9f9f9;
		position: relative;
	}
	.address .table_style dd{
		width: auto;
		border: none;
	}
	.table_style .sub_sec + .sub_sec{
		margin-top:15px;
		padding-top:15px;
	}
	.table_style .btn_wrap + .sub_sec{
		padding-top:15px;
	}
	.address .table_style dt i{
		display:inline-block;
		margin-left: 10px;
	}
	.send_data .send_option.send_03 label{
		margin-bottom:10px;
		display:block;
		width: 100%;
		border-bottom:dotted 1px #ccc;
		padding-bottom:10px;
	}
	.send_data .send_option input[type="tel"]{
		width: calc(100% - 80px - 3em);
	}
	.send_data .send_option input[type="text"]{
		width: calc(100% - 80px - 1em);
	}
	.send_data .send_option input#zip2{
		width: calc(100% - 80px - 1em);
	}
	.send_wrap{
		margin:30px 0 50px;
		flex-direction:column;
	}
	.send_wrap .btn_wrap{
		width:280px;
		max-width:100%;
	}
	.send_wrap .btn_wrap.back{
		margin:15px 0 0;
	}
}
.address .info_text dl{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	text-align:left;
	font-weight:normal;
	font-size:1rem;
}
.address .info_text dl dt{
	margin-right:30px;
}
.address .info_text dl dd .sub_sec + .sub_sec{
	margin-top:15px;
}
@media screen and (max-width:640px) {
	.address .info_text dl{
		display:block;
		margin:0 10px;
	}
	.address .info_text dl dt{
		margin:0 0 15px;
	}
	.address .info_text dl dd .sub_sec + .sub_sec{
		margin-top:5px;
	}
}
.end .info_text{
	font-weight:normal;
}
.info_caption{
	margin:50px 0 ;
	text-align:center;
}
.info_caption{
	margin:30px 0 100px;
	text-align:center;
}
.end_btn {
	margin:100px 0 0;
}
.end_btn .btn_wrap{
	margin:auto;
}
@media screen and (max-width:768px) {
	.info_caption{
		margin:30px 0 ;
		text-align:center;
	}
	.info_caption{
		margin:30px 0 50px;
		text-align:center;
	}
	.info_caption p{
		text-align:left;
	}
	.end_btn {
		margin:30px 0 100px;
	}
}

.news_cate{
	padding:10px 35px;
	background:#f4f5f5;
}
.news_ttl{
	margin:60px 35px 30px;
	font-size:1.375rem;
	font-weight:bold;
}
.edit_wrap{
	padding:0 35px 90px;
	margin-bottom:90px;
	border-bottom:solid 1px #8a8a8a;
}
.edit_wrap h1{
	font-size:2rem;
	font-weight:bold;
	border-bottom:solid 1px #d33b4d;
	padding:10px;
}
.edit_wrap  h2{
	font-size:1.5rem;
	font-weight:bold;
	padding:10px;
	border-bottom:solid 1px #444;
	background:#f4f5f5;
}
.edit_wrap  h3{
	font-size:1.375rem;
	font-weight:bold;
    background: #c9cdcc;
    padding: 10px;	
}
.edit_wrap  h4{
	font-size:1.25rem;
	font-weight:bold;
	color:#d33b4d;
	border-bottom:dotted 1px #444;
	padding:10px;
}
.edit_wrap  h5{
	font-size:1.1275rem;
	font-weight:bold;
	background:#d33b4d;
	padding:10px;
	color:#fff;
}
.edit_wrap  h6{
	font-size:1rem;
	font-weight:bold;
	padding:10px;
	color:#444;
	border-bottom:solid 1px #c9cdcc;
}
.edit_wrap {
	font-size:1rem;	
}
.edit_wrap p{
	font-size: 1rem;
	line-height:1.8;
}
.edit_wrap > * + *{
	margin-top:1.5rem;
}
.edit_wrap i,
.edit_wrap em{
	font-style:italic;
}
.edit_wrap  a{
	text-decoration:underline;
	color:#359ad9;
}
.edit_wrap  a:hover{
	text-decoration:none;
}

.edit_wrap img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}
.edit_wrap ul li{
	position:relative;
	padding-left:20px;
	vertical-align:middle;
}
.edit_wrap ul li:before{
	content:"";
	width:5px;
	height:5px;
	margin:auto;
	position:absolute;
	left:6px;
	top:6px;
	background:#000;
	margin:auto;
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
}
.edit_wrap ul li+li,
.edit_wrap ol li+li{
	margin-top:5px;
}
.edit_wrap table{
	max-width:100%;
}
.edit_wrap table th,
.edit_wrap table td{
	padding:10px;
	border:solid 1px #ccc;
}
.edit_wrap table th{
	background:#FFECE3;
	font-weight:bold;
	color:#333;
}
.news_detail .btn_wrap{
	margin:auto;
}
@media screen and (max-width:1024px) {
	.news_cate{
		padding:10px 15px;
	}
	.news_ttl{
		margin:40px 15px 20px;
	}
	.edit_wrap{
		padding:0 15px 60px;
		margin-bottom:60px;
	}
	.edit_wrap h1{
		font-size:1.75rem;
	}
	.edit_wrap h2{
		font-size:1.44rem;
	}
	.edit_wrap  h4{
		font-size:1.20rem;
	}
    .edit_wrap table{
		width:100%;
	}
    .edit_wrap table th{
		padding:10px 5px;
		font-size:13px;
	}
    .edit_wrap table td{
		padding:8px 5px;
		font-size:11px;
	}
}
@media screen and (max-width:640px) {
	.news_cate{
		padding:10px 10px;
	}
	.news_ttl{
		margin:40px 0 20px;
	}
	.edit_wrap{
		padding:0 0 40px;
		margin-bottom:40px;
	}
	.news_detail .btn_wrap{
		margin:0 auto 60px;
	}
}

.page_404 section{
	min-height: calc(100vh - 7vw - 187px);
    display: flex;
    max-width: 760px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}
.page_404 section p{
	width:60%;
	margin:0 auto;
}
@media screen and (max-width:768px) {
	.page_404 section{
	    max-width: 100%;
	    display: block;
	    margin: 40px 0 20px;
	}
	.page_404 section p{
		width:100%;
		margin:0 auto;
	}
}

.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.modal__bg{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100vh;
	position: absolute;
	box-sizing: border-box;
	z-index: 99;
}
.modal__content{
	width: 500px;
	max-width: 1024px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	box-sizing: border-box;
	position: absolute;
	z-index: 999;
	background:#fff;
	padding:20px;
}
.modal__content .btn_wrap{
	margin:20px auto 0;
}
.modal__content .btn_wrap:nth-of-type(odd){
	background: #d33b4d;
    border: solid 1px #d33b4d;
}
.modal__content .btn_wrap:hover:nth-of-type(odd){
	background: #fff;
}
.modal__content .btn_wrap:hover:nth-of-type(odd) input{
	color:#d33b4d;
}
.modal__content .btn_wrap:hover:nth-of-type(odd):after {
    border-color: #d33b4d;
}