

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#000;
    font-size: 16px;
	line-height:2;
}

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: 50px 0 50px 0;
margin: 0px auto;
text-align: left;
}

.box_in_x{
width:100%;
padding: 50px 0 50px 0;
margin: 0px auto;
text-align: left;
overflow: hidden;
}

.bg_fdf1f4{background-color: #edf5fb;}

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


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

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

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

.header_in{
	width:94%;
	max-width:1400px;
	margin: 0px auto;
	padding:40px 0px 0px 0px;
}

.header_top{
	width:100%;
	margin: 0px auto 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_logo{width: 90px;margin: 0px;}
.h_logo img{width: 100%;}
.h_logo_text{width:450px;margin: 0px;}
.h_logo_text img{width: 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: 90px;
  width: 60px;
  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: 45px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 15px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 15px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#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: 50%;
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: 50%;
	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;
}

.s-fade-wrap{
margin:0px 0 0 0;
padding:0px 0 0 0;

}

.mv_view{
	width:96%;
	max-width:1400px;
	margin:0 auto 0px auto;
	padding:0px 0 70px 0;
}

.mv_view01{width:58%;}
.mv_view02{width:68%;}

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

/* ---t_cv---*/

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

.t_cv_box_in{
width:48%;
margin:0px 0 0 0;
}
.t_cv_view img{
width:80%;
margin:0px auto 0 auto; 
filter: drop-shadow(2px 4px 10px rgba(0,0,0,0.8));
}

.t_cv_btn{
width:100%;
margin: 30px 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: 45px 0px;
font-size: 40px;
line-height: 40px;
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---*/

.title_text_c {
width:100%;
max-width: 1400px;
margin:0px auto;
text-align: center;
}
.title_text_c h2{
width:100%;
margin:0px auto;
font-size:38px;
letter-spacing:3px;
}
.title_text_c h2 img{width:100%;}

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


/* ---carousel---*/

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

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

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

/* ---t_one---*/

.t_one{
width:100%;
}
.t_one_btn{
width: 30%;
text-align: center;
margin: 50px auto 0 auto;
}
.t_one_btn a{
width: 100%;
letter-spacing: 2px;
border:4px solid #0B3C5D;
border-radius: 5px;
padding: 25px 0px;
font-size: 28px;
line-height: 28px;
font-weight: 600;
color:#0B3C5D;
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_one_btn a:hover {
color:#fff;
background-color:#cd1205;
border:4px solid #cd1205;
}


/* ---t_two---*/

.t_two{
max-width: 1100px;
padding:0px 0px 30px 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: 30px;
line-height: 30px;
padding: 60px 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: 25px;
}
.t_two dd {
display: flex;
align-items:flex-start;
padding:0 25px 25px 25px;
}

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

.t_two_icon02{
background-color: #bb1005;
color: #fff;
font-size: 22px;
line-height: 22px;
padding: 8px;
border-radius: 3px;
display: inline-block;
margin: 0 15px 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:50px;
	color:#000;
	font-size: 22px;
	font-weight:500;
}

.t_two dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(100%);
    transition: .4s;
	font-size: 18px;
	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: 25px;
    height: 2px;
    top: 50%;
    right: 30px;
    background: #0B3C5D;
    transform: translateY(-50%);
}

.t_two dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 25px;
    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:100%;
max-width: 1200px;
padding:40px 0px 0px 0px;
margin:0 auto;
display: flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_three_in{
width: 49%;
padding:45px 20px;
margin: 0 0 30px 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: 38px;
line-height:1.3;
letter-spacing: 1px;
font-weight:600;
text-align: center;
padding: 0 0 0 0;
}

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

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



/* ---t_four---*/
.t_four{
	max-width: 1200px;
	padding:30px 0px 0px 0px;
	margin:0 auto;
	position: relative;
}

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

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

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


/* ---t_five---*/
.t_five{
	max-width: 1200px;
	padding:30px 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 30px 0;
overflow: hidden;
box-sizing: border-box;
background-repeat: no-repeat;
background-size: 75%;
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;
width:60%;
margin:0px;
padding: 5%;

}
.t_five_step{
width:17%;
padding:0;
color:#fff;
position: absolute;
top: 50%;
transform: translateY(-50%);
left:12%;
}
.t_five_step img{width:100%;}

.t_five_box{
width:100%;
padding:0;
color:#fff;
}

.t_five_in_text h3{
letter-spacing:2px;
font-size:32px;
padding:0 0px 20px 0px ;
margin: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:18px;
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:40px 0;
}
.company li:last-child{
border-bottom: none;
}
.company h3{width: 30%;}
.company p{

}


/* ---pp---*/
.pp{
width:80%;
max-width: 1100px;
margin:0 auto;
padding:25px 0px 25px 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:60px 0 60px 0;
overflow: hidden;
}
.footer_in{
padding:0px 0 0px 0;
margin:0 auto;
}


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

.f_navi{
width:100%;
text-align:center;
color:#333;
letter-spacing:1px;
font-size:16px;
font-weight:400;
margin:40px auto 0px auto;
}

.f_navi a {
display: inline-block;
color:#333;
margin: 0 15px 0 0;
-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;
}
.f_navi a:hover{color:#bb1005;}

.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:14px;
color:#000;
margin:20px auto 20px auto;
}

    #pageTop {
	position:fixed;
	bottom:50px;
	right:50px;
	width:70px;
	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;
    }



.pc-none{
display:none !important;
}
.sp-br{
display:none !important;
}
.link_sp{
display:none !important;
}
.contact_btn_sp{
display:none !important;
}
#navToggle{
display:none !important;
}

.mt80{margin-top:80px;}




/* ---contact---*/

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

.contact_box h3{
background-color: #0B3C5D;
color:#fff;
text-align: center;
padding: 10px;
font-size: 24px;
font-weight: 500;
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 {
border: 3px solid #0B3C5D;
width: 100%;
border-collapse:collapse;
border-spacing:0;
margin:0px auto 0 auto;
}
.contact_box th {
font-weight:400;
padding:15px;
font-weight: 600;
border-bottom:3px solid #0B3C5D;
border-right:3px solid #0B3C5D;
width: 30%;
text-align: right;
vertical-align:middle;
}
.contact_box th span{
color:#fff;
background-color: red;
font-size:13px;
line-height: 13px;
display: inline-block;
border-radius: 2px;
padding: 5px 10px;
margin: 0 0 0 10px;
}
.contact_th_sub{
font-size:13px;
}
.contact_box td  {
padding:15px;
border-bottom:3px solid #0B3C5D;
text-align: left;
vertical-align:middle;
}
.contact_box td p{padding:10px 0px 5px 0px;}

.contact_box dl{
width: 100%;
display: flex;
align-items:center;
border-bottom:1px solid #0B3C5D;
}
.contact_dl_last{
border-bottom:none !important;
}
.contact_box dt{
width: 30%;
padding: 12px 5px;
font-weight: 600;
}
.contact_box dd{
width: 65%;
padding: 12px 5px;
font-weight: 600;
}
.contact_box dd input{margin:0 10px 0 0;}

.form_01{
border:0;
padding:10px;
font-size:16px;
border:1px solid #0B3C5D;
margin:0 0 0px;
width: calc(100% - 20px);
}
.form_02{
border:0;
padding:10px;
font-size:16px;
border:1px solid #0B3C5D;
margin:0 0 0px;
width: calc(50% - 20px);
}
.form_03{
border:0;
padding:10px;
font-size:16px;
border:1px solid #0B3C5D;
margin:0 0 0px;
width: calc(100% - 20px);
height:200px;
resize: vertical;
}
.form_04{
border:0;
padding:10px;
font-size:16px;
border:1px solid #0B3C5D;
margin:0 0 0px;
width: calc(50% - 20px);
display:inline-block;
}
.form_05{
border:0;
padding:10px;
font-size:16px;
border:1px solid #0B3C5D;
margin:0 0 0px;
width: calc(80% - 20px);
display:inline-block;
}
.form_01:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_02:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_03:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_04:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_05:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
input.btn_f1{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:15px;
	margin: 50px 20px;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #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;
	cursor:pointer ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#cc0000;
	border: 3px solid #cc0000;
}
input.btn_f2{
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:15px;
	margin: 50px 20px;
	border-radius:5px;
	background-color:#dddddd;
	border: 3px solid #dddddd;
	-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: 3px solid #eeeeee;
}
.btn_f3{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:10px;
	margin: 30px 0px;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #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;
	cursor:pointer ; 
	}
.btn_f3:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#cc0000;
	border: 3px solid #cc0000;
}

.form_btn_area{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


/* ---コンテンツ表示アニメーション---*/
.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(-30px); /* 左から */
}

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

.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: 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom:5px;
}

.form-textarea{
  width: 100%;
  height: 200px;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textareamini{
  width: 65%;
  height: 100px;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
}

.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #0B3C5D;
  border-radius: 5px;
  padding: 8px 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%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.order_tb th{
  border-collapse: collapse;
  width: 27%;
  padding: 7px 10px 7px;
  font-size: 16px;
  text-align: right;

}
table.order_tb td{
  border-collapse: collapse;
  padding: 7px 10px 7px;
  font-size: 16px;
  text-align: left;

  font-weight: bold;
  line-height:1.2;
}
.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;

  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;
}

/*両方最初は非表示*/
.haisou_wrap{
	display:none;
}
.kouza_wrap{
	display:none;
}




.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;
}






