@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;700;900&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 16px;
  line-height:1.6;
  color:#292929;
  font-feature-settings: "palt";
  font-family: "Robotoe",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;

}

input,select,textarea,button{
  font-family: "Robotoe",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}


a {text-decoration: none; color:#494949;}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a{
  transition: 1.0s ;
}

a:hover{
  opacity: 0.7;
}

/*共通設定*/
.pc-none{
  display: none;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:1100px;
  margin:0 auto;
  text-align:center;
}

/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #76a9d1;
  padding: 20px 0 20px;
}
div.logo{
  padding-left: 10px;
}
div.navi_area{
  padding-right: 10px;
}
div.navi_area nav{
  display: flex;
  justify-content: center;
}
#slidemenu{
  display: flex;
  justify-content: center;
  align-items: center;
}
#slidemenu li{
  padding: 0 15px 0;
}
#slidemenu li+li{
  border-left: 1px solid #494949;
}
.mainnavi{
  display: none;
}
.head_bn{
  padding-left: 20px;
}
#slidemenu li a{
  font-size: 14px;
  color:#292929;
  font-weight:bold;
}
@media screen and (max-width: 1230px) {
  div.head_main{
    flex-direction: column;
  }
  div.navi_area nav{
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  #slidemenu li{
    margin: 20px auto 10px;
    padding: 0 7px 0;
  }
  .head_bn{
    padding: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .in_row{
    width: 100%;
  }
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.kv{
  background: #76a9d1 url(../images/kv_item.png);
  background-repeat:no-repeat;
  background-size:none;
  background-position: calc(50% - 40px)  calc(100% - 10px);
  width: 100%;
  height:720px;
  margin:0 auto;
  text-align:center;
}
.kv_in{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-direction:column;
  margin:0 auto;
  text-align:center;
}
.kv_in h1{
  font-size: 24px;
  font-weight: normal;
  order:2;
  padding:20px 0 0 0;
  color:#fff;
}
.kv_in h2{
  order:1;
  padding:40px 0 0 0;
}




/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background: #76a9d1;
}
.footer_in{
  padding: 40px 0 40px;
}
.foot_logo{

}
.foot_bn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.foot_bn a{
  margin: 10px;
  width: 40%;
}
ul.foot_navi{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-wrap: wrap;
  padding-top: 5px;
}
ul.foot_navi li{
  padding:0px 20px 0px;
  border-right: 1px solid #fff;
}
ul.foot_navi li:last-child{
  border: none;
}

ul.foot_navi a{
  font-size:14px;
  color:#fff;
  font-weight:bold;
}
div.copy{
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding: 20px 0 20px;
}
.copy h5{
  font-size: 12px;
  color:#fff;
  font-weight: normal;
}

/*page top*/
#page_top{
  width: 69px;
  height: 69px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #65a4df;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.products_area{
  padding: 60px 0 60px;
}
div.title_area h2{
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}
div.title_area h2 span{
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}

.title_iphone{
  background:#77b2e9 !important;
  margin-top:40px !important;
  padding:20px 0 20px !important;
}
.title_iphone h2{
  color:#fff !important;
}
.bg_blue{
  background:#77b2e9 !important;
  color:#fff !important;
}



ul.products_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
ul.products_list li{
  margin-top: 15px;
  position:relative;
}
.products_list a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.products_list img {
  display: block;
  width: 100%;
  height: auto;
}

/* ←ここがポイント */
.products_list h3 {
  position: absolute;
  bottom: 0;                   /* 下部に固定 */
  left: 0;
  width: 100%;                 /* 横幅いっぱい */
  background: rgba(187, 222, 249, 0.8); /* 薄いブルー (lightblue半透明) */
  color: #000;                 /* 黒文字 */
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px 5px;           /* 上下左右に少し余白 */
  margin: 0;
  box-sizing: border-box;
}



@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

div.iphone_banner{
  padding:20px 0 0;
}

div.bn_area{
  padding-top: 60px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

div.about_area{
  padding: 0px 0 0px;
}
div.about_title{
  background: #76a9d1;
  padding: 15px 0 15px;
}
div.about_title h2{
  font-size: 36px;
  font-weight: normal;
}
div.about_wrap{
  padding: 60px 0 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
div.about_l{
  width: 50%;
}
div.about_r{
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
div.about_r p{
  font-size: 24px;
  text-align: left;
  line-height: 2;
}

div.point_area{
  padding: 60px 0 0px;
}
div.point_wrap{
  padding: 40px 0 40px;
}
ul.point_list{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
ul.point_list li{
  width: 31%;
  border: 2px solid #494949;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
ul.point_list li:last-child{
  padding-bottom: 5px;
}
ul.point_list li h3{
  font-size: 24px;
  font-weight: bold;
  color: #1365b0;
  line-height: 1.5;
  padding: 10px 0 10px;
}
ul.point_list li p{
  padding: 0 0 10px 0;
}
ul.point_list li span{
  font-size: 12px;
}

/*2023.11.14 add*/
div.benri_area{
  padding:40px 0 40px;
}
div.benri_in{
  border-radius:10px;
  border:1px solid #000;
}
div.benri_in h2{
  font-size:30px;
  background:#76a9d1;
  width:100%;
  padding:20px 0;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  position:relative;
}
div.benri_in h2:before{
  content:'';
  width:59px;
  height:71px;
  display:inline-block;
  background-image:url(../images/point_icon.png);
  background-repeat:no-repeat;
  background-size:contain;
  vertical-align: middle;
  margin:-10px 20px 0px 0;
  box-sizing:border-box;
}
.benri_tx{
  font-size:24px;
  text-align:center;
  line-height:1.5;
  padding:40px 0 20px;
}
.benri_tx b{
  color:#e06d67;
}
.benri_tx span{
  font-size:16px;
  color:#e06d67;
}
div.benri_wrap{
  width:100%;
  box-sizing:border-box;
  padding:0 20px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
div.benri_wrap img{
  margin:0 auto;
}
div.benri_text{
  width:50%;
}
div.benri_text h3{
  color:#e06d67;
  font-size:24px;
}
ul.benri_list{
  width:100%;
  text-align:left;
  margin:20px auto;
}
ul.benri_list li{
  position:relative;
  padding:10px 0 0px 20px;
}
ul.benri_list li:before{
  content:'';
  width:25px;
  height:22px;
  display:inline-block;
  background-image:url(../images/check_icon.png);
  background-repeat:no-repeat;
  background-size:contain;
  vertical-align: middle;
  box-sizing:border-box;
  padding:0 40px 0 0;
}
div.benri_text p{
  text-align:left;
}



div.flow_area{
  padding: 60px 0 60px;  
  background: #77b2e9;
}
div.title_area2 h2{
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
div.title_area2 h2 span{
  line-height: 1;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
div.title_area2 p{
  color: #fff;
  padding-top: 20px;
}
div.flow_wrap{
  padding: 40px 0 0;
}
ul.flow_list{
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.flow_list li{
  padding: 20px;
  box-sizing: border-box;
}
ul.flow_list li h3 span{
  color: #fff;
}
ul.flow_list li h3{
  padding: 15px 0 15px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
ul.flow_list li p{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
ul.flow_list li:last-child h3{
  padding-top: 25px;
}
.mail_cation{
  color: yellow;
  font-size: 13px;
}

div.faq_area{
  padding: 60px 0 60px;  
}
div.flow_wrap{
  padding: 40px 0 0;
}
dl.faq_list{
  box-sizing: border-box;
  width: 80%;
  margin: 40px auto 20px;
  border-bottom:1px solid #494949;
  padding-bottom: 10px;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:18px;
  color:#494949;
  text-align:left;
  box-sizing: border-box;
  padding:20px 0 10px 60px;
  margin:10px 0 0px 0px;
  border-top: 1px solid #494949;
}
dl.faq_list dt:last-child{
}
dl.faq_list dt::before{
  position: absolute;
  content:'Q';
  font-weight: normal;
  font-size:30px;
  color:#494949;
  display: inline-block;
  top:10px;;
  left:20px;
}
dl.faq_list dd{
  margin:10px auto;
  background: #fff;
  padding:20px 0 10px 60px;
  position: relative;
  color:#494949;
  font-size:18px;
  line-height: 1.7;
  text-align:left;
}
dl.faq_list dd::before{
  position: absolute;
  content:'A';
  font-weight: normal;
  font-size:30px;
  color:#494949;
  display: inline-block;
  top:10px;;
  left:20px;
}
/*accodion*/
dl.faq_list dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #494949;
   border-bottom: 2px solid #494949;
   width: 10px;
   height: 10px;
   top:15px;
   right: 20px;
   bottom:0;
   margin:12px 0 0 0;
   transform: rotate(45deg);
}
dl.faq_list dt.ac:after {
   content: "";
   position: absolute;
   border-right: 0;
   border-bottom: 0;
   border-right: 2px solid #494949;
   border-bottom: 2px solid #494949;
   width: 10px;
   height: 10px;
   top:20px;
   right: 20px;
   transform: rotate(-135deg);
}


/*//////////////////////////////////
//下層ページ
//////////////////////////////////*/

div.kv_low{
  background-color: #76a9d1;
  /*background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));*/
  -webkit-background-size: 14px 14px;  
  height:180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.low_title{

}
div.low_title h1{
  font-size: 30px;
  color: #fff;
}
div.low_contents{
  padding: 60px 0 60px;  
}
.privacy_faq dt::before{
  content:'・' !important;
}

.privacy_faq dd::before{
  content:'・' !important;
}

.tokute_wrap{
  padding: 20px 0 20px;
}
table.toku_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.toku_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #494949;
  font-weight: normal;
}
table.toku_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #494949;
}

.sv_wrap{
  padding: 40px 0 20px;
}
div.sv_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.sv_l{
  width: 50%;
  padding: 0 20px 0;
  box-sizing: border-box;
}
div.sv_r{
  width: 50%;
  padding: 0 20px 0;
  box-sizing: border-box;
  font-feature-settings: normal;
}
.sv_img_box{
  width: 100%;
  border: 2px solid #494949;
  border-radius: 10px;
  min-height: 375px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.sv_r h2{
  width: 100%;
  background: #76a9d1;
  color:#fff;
  padding: 7px 0 7px;
  font-size: 24px;
  font-weight: normal;
}
ul.sv_item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #494949;
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
ul.sv_item li{

}
ul.sv_item li:last-child{
  margin-left: auto;
}
ul.sv_item li h3{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  border-left: 8px solid #76a9d1;
  padding-left: 15px;
}
ul.sv_item li p{
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
ul.sv_item li p span{
  font-size: 18px;
  color: red;
}
ul.sv_bn{
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.sv_bn li{
  padding: 0 5px 0;
}
ul.sv_bn li img{
  width: 90%;
}

div.sale_wrap{
  width:100%;
  padding:40px 0 40px;
}
div.sale_text{
  width:100%;
}
div.sale_text h3{
  background:#77b2e9;
  font-size:24px;
  color:#fff;
  padding:20px 0 20px;
}
div.sale_text p{
  line-height:1.5;
  font-size:16px;
  text-align:left;
  margin:0 auto;
  padding:30px 0 30px;
  color:red;
}
table.sale_tb{
  width:70%;
  margin:0 auto;
  border-collapse:collapse;
  border:1px solid #77b2e9;
}
table.sale_tb th{
  fon-size:16px;
  padding:10px;
  text-align:right;
  width:50%;
  border-collapse:collapse;
  border:1px solid #77b2e9;
}
table.sale_tb td{
  fon-size:16px;
  padding:10px;
  width:50%;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #77b2e9;
}
table.sale_tb td span{
  color:red;
}

div.sale_text2 p{
  border-top:1px solid #666;
  line-height:1.5;
  font-size:16px;
  text-align:right;
  margin:0 auto;
  padding:20px;
  box-sizing:border-box;
}








/*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 #77b2e9;
  font-weight: normal;
}
table.contact_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 2px solid #77b2e9;
}
.r_tx{
  color: red;
}
/*input text design*/
.form-text{
  width: 100%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea{
  width: 100%;
  height: 250px;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select02{
  width: 20%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  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 #77b2e9;
    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 #77b2e9;
    border-bottom: 3px solid #77b2e9;
    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);
}




.address_box{
  padding: 5px 0 5px;
}
::placeholder {
  font-weight: normal;
  color: #cccccc;
}
div.btn_row{
  padding: 20px 0 20px;
}
.submit-btn{
  width: 25%;
  padding: 15px;
  border-radius: 5px;
  background: #77b2e9;
  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{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #77b2e9;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.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: 30%;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: right;
  border: 2px solid #77b2e9;
}
table.order_tb td{
  border-collapse: collapse;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: left;
  border: 2px solid #77b2e9;
  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: #65a4df;
  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;
}






