

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#fff;
	text-align:center;
	color:#000;
	font-size: 14px;
	line-height:1.5;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: none;
	color:#ddd;
}

li{list-style:none;}



.box_in{
	width: 90%;
	padding: 8% 0 8% 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
  	width:100%;
	padding: 8% 0 8% 0;
	margin: 0px auto;
	text-align: left;
}
.bg_fdf1f4{background-color: #edf5fb;}

.bg_cv{
width:100%;
background-image: url(../images/cv_bg.jpg);
background-position:left 30% top;
background-repeat: no-repeat;
background-size:cover;
}


/* ---Header----*/

#header {
width:100%;
background-image: url(../images/mv_bg.jpg);
background-position:right 25% bottom;
background-repeat: no-repeat;
background-size:cover;
}

#header_low {
width:100%;
background-image: url(../images/mv_bg.jpg);
background-position:right 25% bottom;
background-repeat: no-repeat;
background-size:cover;
}

.header_in{
width:94%;
margin: 0px auto;
padding:15px 0px 15px 0px;
}

.header_top{
	width:100%;
	margin: 0px auto 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_logo{height:50px;margin:0px;}
.h_logo img{height: 100%;}
.h_logo_text{height:50px;margin:0px;}
.h_logo_text img{height: 100%;}

.header_top_low{
	width:100%;
	margin: 0px auto 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/* ここから下がハンバーガーメニューに関するCSS */


/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 30px;
  width: 35px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 10px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 10px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}



/* body に overflowHidden クラスが付与されたときのスタイル */
body.overflowHidden {
  overflow: hidden;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #0B3C5D;
  transition: .5s;
  overflow: scroll;
  padding: 50px 0;
  box-sizing: border-box;

}

/* メニュー黒ポチを消す */
.nav_list {
width:86%;
margin:0px auto 20px auto;
list-style: none;
}

.nav_list li{
border-bottom:1px solid #fff;
color:#fff;
font-size:18px;
font-weight: 600;
text-align:left;
margin:0 0 0px 0;

letter-spacing:3px;
}
.nav_list li:last-child{border-bottom:none;}
.nav_list li a{color:#fff;display: block;padding:15px 0 15px 0;}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}


.h_links02{
	width:86%;
	margin:0px auto;
}

.h_links02 a{
text-align: center;
margin:0px 0px 0px 0px;
font-size:18px;
letter-spacing:3px;
line-height:18px;
padding:20px 0 20px 0;
border-radius: 5px;
font-weight: bold !important;
color:#fff;
background-color: #b71004;
border-bottom:8px solid #7d0c03;
display:block;
box-sizing: border-box;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor:pointer ; 
}
.h_links02 a:hover {
color:#fff;
background-color: #a11006;
border-bottom:8px solid #7d0c03;
}

@media screen and (max-width:585px){
.s-fade-wrap{
height:60vh;
margin:0px 0 0 0;
padding:0px 0 0 0;
position: relative;
}

.mv_view{
position: absolute;
width:96%;
margin: 0px auto;
padding:0px 0 0px 0;
bottom:5%;
left: 0;
right: 0;
overflow: hidden;
}

.mv_view01{width:100%;margin: 0px 0 2% 0;}
.mv_view02{width:100%;}
}
@media screen and (min-width:586px){
.s-fade-wrap{
height:90vh;
margin:0px 0 0 0;
padding:0px 0 0 0;
position: relative;
}

.mv_view{
position: absolute;
width:96%;
margin: 0px auto;
padding:0px 0 0px 0;
bottom:5%;
left: 0;
right: 0;
overflow: hidden;
}

.mv_view01{width:65%;max-width:500px;margin: 0px 0px 2% -3%;}
.mv_view02{width:80%;max-width:500px}
}

.mv_none{
padding: 10px 0 0 0;
}

/* ---t_cv---*/

.t_cv_box{
width:90%;
padding:0px 0;
margin: 0px auto;
display: flex;
align-items:baseline;
justify-content:space-between;
flex-direction:row-reverse;
}

.t_cv_box_in{
width:100%;
margin:0px 0 0 0;
}
.t_cv_view img{
width:80%;
margin:0px auto 0 auto; 
}

.t_cv_btn{
width:100%;
margin: 20px auto 0 auto; 
}
.t_cv_btn a{
text-align: center;
width:100%;
letter-spacing:3px;
background-color: #b71004;
border-bottom:8px solid #7d0c03;
border-radius: 10px;
padding: 20px 0px;
font-size: 20px;
line-height: 20px;
font-weight: 600;
color:#fff;
display:block;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor:pointer ; 
}
.t_cv_btn a:hover {
color:#fff;
background-color: #a11006;
border-bottom:8px solid #7d0c03;
}



/* ---title---*/
@media screen and (max-width:585px){
.title_text_c {
width:100%;
margin:0px auto;
text-align: center;
overflow: hidden;
}
.title_text_c h2{width:200%;margin:0px 0px 0px -50%;}
.title_text_c h2 img{width:100%;}

.title_icon{width:15%;margin:0px auto -10px auto;}
.title_icon img{width:100%;}
}
@media screen and (min-width:585px){
.title_text_c {
width:100%;
margin:0px auto;
text-align: center;
overflow: hidden;
}
.title_text_c h2{width:140%;margin:0px 0px 0px -20%;}
.title_text_c h2 img{width:100%;}

.title_icon{width:10%;margin:0px auto -10px auto;}
.title_icon img{width:100%;}
}

/* ---carousel---*/

.carousel-container {
	position: relative;
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 20px 0 0 0;
}

.carousel-wrapper {
	display: flex;
	white-space: nowrap;
	position: relative;
}

.carousel-item {
	width: 180px;
	background-color: #fff;
	margin: 0 10px;
	padding:30px;
	text-align: center;
	flex-shrink: 0;
}
.carousel-item h3{
font-size: 16px;
line-height: 16px;
}
.carousel-item img{
width: 100px;
margin: 10px auto;
}
.carousel-item p{
font-size: 18px;
line-height: 18px;
display: inline-block;
vertical-align: bottom;
margin: 0 0px 5px 0px;
}
.carousel_icon{
background-color: #bb1005;
color:#fff;
display: inline-block;
font-size: 14px;
line-height: 14px;
padding: 5px 10px;
border-radius: 3px;
font-weight: 600;
vertical-align: bottom;
margin: 0 0px 5px 0px;
}
.carousel_price{
color: #bb1005;
font-size: 18px;
line-height: 18px;
display: inline-block;
vertical-align: bottom;
margin: 0 3px 0 10px;
}

/* ---t_one---*/

.t_one{
width:90%;
margin:0px auto 0 auto;
}
.t_one_btn{
width:100%;
text-align: center;
margin:30px auto 0 auto;
}
.t_one_btn a{
width: 100%;
letter-spacing: 2px;
border:4px solid #0B3C5D;
border-radius: 5px;
padding: 15px 0px;
font-size: 18px;
line-height: 18px;
font-weight: 600;
color:#0B3C5D;
display:block;
box-sizing: border-box;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor:pointer ; 
}
.t_one_btn a:hover {
color:#fff;
background-color:#cd1205;
border:4px solid #cd1205;
}


/* ---t_two---*/

.t_two{
width:90%;
padding:0px 0px 20px 0px;
margin:0 auto;
list-style:none;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.t_two h3{
font-size:20px;
line-height:20px;
padding:40px 0 10px 0;
border-radius: 3px;
text-align: center;
font-weight:500;
letter-spacing: 2px;
}

.t_two dl+dl {}

.t_two dt{
display: flex;
align-items:flex-start;
padding: 15px 5px;
}
.t_two dd {
display: flex;
align-items:flex-start;
padding:0 5px 15px 5px;
}

.t_two_icon01{
background-color: #0B3C5D;
color: #fff;
font-size: 16px;
line-height: 16px;
padding: 6px;
border-radius: 3px;
display: inline-block;
margin: 0 10px 0 0;
}

.t_two_icon02{
background-color: #bb1005;
color: #fff;
font-size: 16px;
line-height: 16px;
padding: 6px;
border-radius: 3px;
display: inline-block;
margin: 0 10px 0 0;
}

.t_two dl {
    position: relative;
    overflow: hidden;
	border-bottom: 2px solid #ccc;
}

.t_two dl>input {
    display: none;
}

.t_two dt {
    position: relative;
    z-index: 1;
    padding-right:20px;
	color:#000;
	font-size:14px;
	font-weight:500;
}

.t_two dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(100%);
    transition: .4s;
	font-size: 14px;
	font-weight:400;
}

.t_two dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.t_two dt::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    right: 0;
    background: #0B3C5D;
    transform: translateY(-50%);
}

.t_two dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 2px;
    background: #0B3C5D;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

.t_two dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}


/* ---t_three---*/

.t_three{
width:90%;
padding:20px 0px 0px 0px;
margin:0 auto;
}
.t_three_in{
width:100%;
padding:20px 10px;
margin: 0 0 20px 0;
box-sizing: border-box;
background-color: #edf5fb;
}

.t_three_in_text{
width:100%;
}
.t_three_in_text_in{
width: 100%;
margin: 0 0 0 0px;
}
.t_three_in_text_in h3{
font-size: 20px;
line-height:1.3;
letter-spacing: 1px;
font-weight:600;
text-align: center;
padding: 0 0 0 0;
}

.t_three_in_view{
width:35%;
margin: 0 auto;
}
.t_three_in_view img{width: 100%;}

.t_three_in_box{
}
.t_three_in_box p{
font-size:16px;
line-height:1.5;
font-weight:600;
text-align: center;
}



/* ---t_four---*/
.t_four{
	width:90%;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	position: relative;
}

.t_four_in{
z-index:10;
position: relative;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0px 0 0 0;

}
.t_four_in_box{
width: 48%;
box-sizing: border-box;
margin:0px 0 20px 0;
background-color: #fff;
border: solid 4px #c3ddfe;
padding:15px;
text-align: center;
}

.t_four_in_box img{
width:70%;
margin: 10px auto;
}
.t_four h3{
letter-spacing:1px;
font-size:16px;
padding:0px 0px 0px 0px ;
margin:0 auto;
line-height:18px;
text-align:center;
font-weight:600;
}
.t_four p{
font-size: 18px;
line-height: 18px;
display: inline-block;
vertical-align: bottom;
margin:0px 0px 5px 0px;
}
.t_four_icon{
background-color: #bb1005;
color:#fff;
display:block;
font-size: 14px;
line-height: 14px;
padding: 5px 10px;
border-radius: 3px;
font-weight: 600;
vertical-align: bottom;
margin:0px 0px 5px 0px;
}
.t_four_price{
color: #bb1005;
font-size: 18px;
line-height: 18px;
vertical-align: bottom;
}


/* ---t_five---*/
.t_five{
	width:90%;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.t_five li{
padding:0px 0px 0px 0px;
background-color: #fff;
border-radius:5px;
margin:0px 0 20px 0;
overflow: hidden;
box-sizing: border-box;
background-repeat: no-repeat;
background-size: 60%;
background-position:top right;
}
.t_five_in_view01{
background-image: url(../images/t_five_view01.jpg);
}
.t_five_in_view02{
background-image: url(../images/t_five_view02.jpg);
}
.t_five_in_view03{
background-image: url(../images/t_five_view03.jpg);
}

.t_five_in_text{
position: relative;
margin:0px auto;
padding:8%;
}
.t_five_step{
width:13%;
padding:0;
color:#fff;
position: absolute;
top:5%;
left:5%;
margin:0 auto;
}
.t_five_step img{width:100%;}

.t_five_box{
text-align: center;
width:100%;
padding:0;
margin: 27% 0 0 0;
color:#fff;
}

.t_five_in_text h3{
letter-spacing:2px;
font-size:20px;
padding:0 0px 10px 0px ;
margin:0% 0 0 0;
color: #cd1205;
line-height:1.5;
font-weight: 600;
}
.t_five_in_text p{
letter-spacing:1px;
text-align:left;
margin:0;
color: #000;
font-size:16px;
font-weight:600;
line-height: 1.7;
padding:0px 0px 0px 0px ;

}


/* ---service---*/
.service{
width:100%;
max-width: 1100px;
margin: 30px auto;
}

.service li{
display: flex;
align-items:center;
justify-content:space-between;
border-bottom: 3px dotted #c38505;
padding:40px 0;
}
.service li:last-child{
border-bottom: none;
}
.service_box_left{width:20%;margin:0 auto;}
.service_box_left img{width:100%;}
.service_box_right{width:70%;}
.service_box_right h3{
letter-spacing:1.5px;
font-size:24px;
font-weight:600;
color:#c38505;
}
.service_box_right p{
letter-spacing:1.5px;
font-size:16px;
font-weight:400;
}

/* ---company---*/

.company{
width:100%;
max-width: 900px;
margin:0 auto;
padding:20px 0px 0px 0px;
}

.company li{
display: flex;
align-items:center;
border-bottom: 1px solid #ccc;
padding:20px 0;
}
.company li:last-child{
border-bottom: none;
}
.company h3{width: 30%;}
.company p{

}


/* ---pp---*/
.pp{
width:100%;
margin:0 auto;
padding:20px 0px 20px 0px;
}
.pp h3{padding:30px 0 10px 0;}
.pp p{}


/* ---footer---*/


.footer{
width:100%;
background-color: #c3ddfe;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
color:#fff;
text-align:center;
padding:40px 0 40px 0;
overflow: hidden;
}
.footer_in{
padding:0px 0 0px 0;
margin:0 auto;
}


.f_logo{
width:28%;
margin: 0 auto;
}
.f_logo img{width:100%;}


.f_copy{
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
width:100%;
margin:0px auto;
text-align:center;
padding:0px 0 0px 0;
}
.f_copy_in{
	width:100%;
	margin:0 auto;
}
.copy{
letter-spacing:0px;
text-align:center;
font-size:11px;
color:#000;
margin:10px auto 10px auto;
}

    #pageTop {
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	z-index:10;
	border-radius: 50%;
	overflow: hidden;
    }
    #pageTop a img {
	width:100%;
	margin:0px auto 0px auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
    }
    #pageTop a img:hover {
      opacity: 0.7;
    }


.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
display:none !important;
}

.mt80{margin-top:80px;}



/* ---login---*/

.login_box {
background-color: #eeeeee;
border-radius: 10px;

padding: 30px;
margin: 30px auto 30px auto;
}
.login_box table{
width: 100%;
}
.login_box th{
	padding: 0 0px 5px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.login_box th span{color:red;font-size:12px;}
.login_box td{
	padding: 0 0px 20px 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.login_box p{display:inline;padding:0px 0px 0px 0px;}

.login_forget_pass a{
text-decoration: underline;
}

/* ---register---*/

.register_box {
width: 100%;
margin: 30px auto 30px auto;
}
.register_box table{
width: 100%;
}
.register_box th{
	padding: 0 0px 5px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.register_box th span{color:red;font-size:12px;}
.register_box td{
	padding: 0 0px 30px 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.register_box p{display:inline;padding:0px 0px 0px 0px;}

.policy_tit{
font-weight:bold;
padding:0px 0px 5px 0px;
}
.form_policy_box{
border: 1px solid #ccc;
width: 100%;
height: 200px;
padding: 25px;
box-sizing: border-box;
overflow-x:scroll;
}

.privacy_block{
padding:0px 0px 15px 0px;
}

.agree_box{
text-align: center;
margin: 20px auto 0px auto;
}


/* ---contact---*/

.contact_box {
width: 100%;
margin: 20px auto 0px auto;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.contact_top_text{
text-align: center;
padding:0px 0px 40px 0px;
}

.contact_box h3{
background-color: #0B3C5D;
color:#fff;
text-align: center;
padding: 10px;
font-size: 18px;
font-weight:600;
letter-spacing:2px;
}
.contact_box h3 span{
display: block;
font-size: 14px;
font-weight: 500;
letter-spacing:2px;
}
.contact_box h3 span a{
color:#bb1005;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.contact_box h3 span a:hover{
color:#fff;
}
.contact_box table{
width: 100%;
border: 3px solid #0B3C5D;
border-collapse:collapse;
border-spacing:0;
margin:0px auto 0 auto;
}
.contact_box th{
background-color: #eeeeee;
padding:15px;
display: block;
border: none;
text-align:left;
color:#333;
font-weight:bold;
}
.contact_box th span{
color:#fff;
background-color: red;
font-size:11px;
line-height: 11px;
display: inline-block;
border-radius: 2px;
padding: 5px 10px;
margin: 0 0 0 10px;
}
.contact_th_sub{
font-size:12px;
}
.contact_box td{
padding:15px;
display: block;
border: none;
text-align:left;
border-bottom:3px solid #0B3C5D;
}
.contact_box p{padding:10px 0px 5px 0px;}

.contact_box dl{
width: 100%;
border-bottom:1px solid #0B3C5D;
}
.contact_dl_last{
border-bottom:none !important;
}
.contact_box dt{
width: 100%;
padding: 10px 0 0px 0;
font-weight: 600;
}
.contact_box dd{
width:100%;
padding: 10px 0 13px 0;
font-weight: 600;
}
.contact_box dd input{margin:0 10px 0 0;}

.form_01{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_02{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_03{
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
width: 96%;
height:200px;
resize: vertical;
}
.form_04{
width: 48%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_05{
width:80%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}

input.btn_f1{
	font-weight:bold;
	letter-spacing:5px;
	font-size:16px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #bb1005;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#cc0000;
	border: 3px solid #cc0000;
	border:none;
}
input.btn_f2{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#dddddd;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f2:hover {
	cursor:pointer ; 
	color:#555;
	background-color:#eeeeee;
	border:none;
}

.btn_f3{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#ea5425;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
.btn_f3:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#f67b54;
	border:none;
}


/* ---コンテンツ表示アニメーション---*/
.animate {
  opacity: 0;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s; /* 0.3秒の遅延 */
  will-change: opacity, transform;
}

.fade-in-from-bottom {
  transform: translateY(30px); /* 下から */
}

.fade-in-from-top {
  transform: translateY(-30px); /* 上から */
}

.fade-in-from-left {
  transform: translateX(-15px); /* 左から */
}

.fade-in-from-right {
  transform: translateX(15px); /* 右から */
}

.animate.visible {
  opacity: 1;
  transform: translateY(0) translateX(0); /* 元の位置に */
}




/*contact*/
table.contact_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.contact_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 2px solid #0B3C5D;
  font-weight: normal;
}
table.contact_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 2px solid #0B3C5D;
}
.r_tx{
  color: red;
}
/*input text design*/
.form-text{
  width: 100%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea{
  width: 100%;
  height: 250px;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom:5px;
}
.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select02{
  width: 20%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
}

/* チェックボックス03 */
input[type=checkbox] {
    display: none;
}
.form-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px 0;
    position: relative;
    width: auto;
}
.form-checkbox::before {
    background: #fff;
    border: 1px solid #0B3C5D;
    border-radius: 3px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.form-checkbox::after {
    border-right: 6px solid #0B3C5D;
    border-bottom: 3px solid #0B3C5D;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .form-checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .form-checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}



.sv-btn{
  margin: 10px auto;
  width: 80%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background: orange;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.sv-btn:hover{
  opacity: 0.8;
}

.address_box{
  padding: 5px 0 5px;
}
::placeholder {
  font-weight: normal;
  color: #cccccc;
}
div.btn_row{
  padding: 20px 0 20px;
  margin:0 auto;
  text-align:center;
}
.submit-btn{
  width: 25%;
  padding: 15px;
  border-radius: 5px;
  background: #0B3C5D;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.submit-btn:hover{
  opacity: 0.8;
}
.order-btn{
	margin:0 auto;
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #bb1005;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #bb1005;
}
.order-btn:hover{
  opacity: 0.8;
}
.order-prev-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #494949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-prev-btn:hover{
  opacity: 0.8;
}

.err_tx{
  color: red;
}

.disabled-submit{
  filter: grayscale(100%);
}
.disabled-submit:hover{
  transform: translateY(0) !important;
  opacity: 1 !important;
  cursor: no-drop;
}
.disabled-input{
  background: #eaeaea;
}
/*order*/
table.order_tb{
  width: 100%;
  box-sizing:border-box;
  border-collapse: collapse;
  margin: 0 auto;
}
table.order_tb th{
  box-sizing:border-box;
  border-collapse: collapse;
  width: 27%;
  padding: 10px 10px 10px;
  font-size: 16px;
  text-align: right;
  border: 2px solid #0B3C5D;
}
table.order_tb td{
  box-sizing:border-box;
  border-collapse: collapse;
  padding: 10px 10px 10px;
  font-size: 16px;
  text-align: left;
  border: 2px solid #0B3C5D;
  font-weight: bold;
}
.order_td01{
  text-align: center !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
}

h3.order_title{
  font-size: 20px;
  padding: 10px 0 10px;
  background: #0B3C5D;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}
.error_box{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}
.error_box2{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}



/*contact*/
table.contact_tb{
  width: 90%;
}
table.contact_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #77b2e9;
  border-bottom: none;
  border-top: none;
}
table.contact_tb tr:first-child th{
  border-top: 1px solid #77b2e9;
}
table.contact_tb td{
  display: block;
  width: 100%;
  padding: 15px;
}

/*input text design*/
.form-text{
  padding: 12px;
  font-size: 16px;
}
.form-textarea{
  height: 170px;
  padding: 12px;
  font-size: 16px;
}
.submit-btn{
  width: 45%;
  padding: 15px;
  font-size: 18px;
}
.form-textmini{
  width: 50%;
  padding: 12px;
  font-size: 16px;
}
.form-select01{
  width: 100%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
}
.form-select02{
  width: 35%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
  margin-top: 5px;
}
.form-checkbox {
  font-size: 14px;
}
.order-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
}
.order-prev-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}

.sv-btn{
  margin: 10px auto;
  width:100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background: orange;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.sv-btn:hover{
  opacity: 0.8;
}

table.order_tb{
  width: 100%;
}
table.order_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #fff;
  background: #0B3C5D;
  border-bottom: none;
  border-top: none;
}
table.order_tb tr:first-child th{
  border-top: 1px solid #0B3C5D;
}
table.order_tb td{
  display: block;
  width: 100%;
  padding: 10px;
}
.order_td01{
  text-align: center !important;
  background: #e9f2fe !important;
  border-bottom: none !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 5px 0;
}

h3.order_title{
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  padding: 10px 0 10px;
  background: #494949;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}







.coupon-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
}

.evi_wrap {
	width:100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.evi_wrap input {
    width: 60%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.removeCoupon {
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    cursor: pointer;
}

.removeCoupon:hover {
    background-color: #ff0000;
}

#addCoupon {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#addCoupon:hover {
    background-color: #45a049;
}




