/* _setting CSS */
html,
body {
  min-width: 1050px;
}

#wrapper {
  overflow: hidden;
}

header {
  position: relative;
  min-width: 1050px;
  z-index: 100;
}
header a {
  text-decoration: none;
}
header .h_wrap01 {
  position: relative;
  width: 1050px;
  height: 85px;
  margin: 0 auto;
}
header h1 {
  line-height: 30px;
  font-size: 11px;
}
header h1 a {
  width: 282px;
  margin: 5px 0 0;
  padding: 29px 0 0;
  background: url(../images/common/h_logo.png);
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
header .h_btn01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 163px;
}
header .h_btn01 a {
  padding: 24px 0 0;
  background: url(../images/common/h_btn01.png);
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
header .h_btn01 a:hover {
  opacity: 0.7;
}
header .h_tel {
  position: absolute;
  top: 13px;
  left: 385px;
  width: 402px;
  padding: 61px 0 0;
  background: url(../images/common/h_tel_text.png);
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
header .h_tel a {
  position: absolute;
  top: 23px;
  left: 0;
  width: 194px;
  padding: 20px 0 0;
  background: url(../images/common/h_tel_num01.png);
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
header .h_tel .tel02 {
  top: 21px;
  left: 207px;
  background: url(../images/common/h_tel_num02.png) no-repeat;
}
header .nav01 {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 240px;
  margin: 0 0 0 284px;
  border-left: 1px solid #333;
}
header .nav01 li {
  position: relative;
  float: left;
  width: 60px;
}
header .nav01 li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-right: 1px solid #333;
}
header .nav01 li a {
  display: block;
  line-height: 1.4;
  padding: 35px 0 0;
  background: url(../images/common/nav01_01.png) no-repeat center 3px;
  color: #333;
  font-size: 10px;
  text-align: center;
}
header .nav01 li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header .nav01 .nav01_02 a {
  background: url(../images/common/nav01_02.png) no-repeat center 5px;
}
header .nav01 .nav01_03 a {
  background: url(../images/common/nav01_03.png) no-repeat center 7px;
}
header .nav01 .nav01_04 a {
  background: url(../images/common/nav01_04.png) no-repeat center 6px;
}
header .nav01 .nav01_05 a {
  background: url(../images/common/nav01_05.png) no-repeat center 6px;
}
header .nav01 .nav01_06 a {
  background: url(../images/common/nav01_06.png) no-repeat center 6px;
}
header .nav02 {
  position: relative;
  width: 1050px;
  height: 46px;
  margin: 0 auto;
}
header .nav02 > ul {
  width: 1050px;
  margin: 0 0 0 -10000px;
  padding: 0 10000px;
  background: #00036d;
}
header .nav02 > ul:after {
  content: '';
  display: block;
  clear: both;
}
header .nav02 > ul > li {
  float: left;
}
header .nav02 > ul > li > a {
  display: block;
  position: relative;
  width: 150px;
  line-height: 30px;
  padding: 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
header .nav02 > ul > li > a:before, header .nav02 > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 30px;
  background: #4d4f99;
}
header .nav02 > ul > li > a:after {
  display: none;
  right: 0;
  left: auto;
}
header .nav02 > ul > li:last-child a:after {
  display: block;
}
header .nav02 > ul > li .current, header .nav02 > ul > li:hover {
  background: #000233;
}
header .nav02 > ul > li .current ul, header .nav02 > ul > li:hover ul {
  max-height: 500px;
  padding-top: 15px;
}
header .nav02 > ul ul {
  position: absolute;
  top: 46px;
  left: 0;
  width: 1050px;
  max-height: 0;
  margin: 0 0 0 -10000px;
  padding: 0 10000px;
  overflow: hidden;
  background: #000233;
  transition: 0.2s;
}
header .nav02 > ul ul:after {
  content: '';
  display: block;
  clear: both;
}
header .nav02 > ul ul li {
  float: left;
  margin: 0 0 0 -1px;
  padding: 0 0 15px;
}
header .nav02 > ul ul li a {
  display: block;
  position: relative;
  min-width: 150px;
  line-height: 28px;
  padding: 0 30px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
header .nav02 > ul ul li a:before, header .nav02 > ul ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
  border-left: 1px dotted #4d4e71;
}
header .nav02 > ul ul li a:after {
  right: 0;
  left: auto;
}
header .nav02 > ul ul li a:hover {
  text-decoration: underline;
}
header .nav02 > ul ul li:last-child a:after {
  display: block;
}
header .nav02 li {
  line-height: 30px;
}

main {
  min-width: 1050px;
}
main .mv {
  margin: 0 0 40px;
}
main .main_wrap {
  width: 1050px;
  margin: 0 auto;
}
main .common_hd01 {
  position: relative;
  margin-bottom: 25px;
  padding: 8px 30px;
  background: #f5f5f5;
  color: #00036d;
  font-size: 25px;
  font-weight: bold;
}
main .common_hd01:before {
  content: '';
  display: block;
  position: absolute;
  top: 9%;
  left: 11px;
  width: 5px;
  height: 82%;
  background: #00036d;
}
main .common_hd02 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px 8px;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 18px;
  font-weight: bold;
}
main .common_hd02:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -10px 0 0;
  background: #00036d;
}
main .common_hd03 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 8px;
  border-bottom: 2px solid #00036d;
  font-size: 16px;
  font-weight: bold;
}
main .common_btn01 {
  margin: 0 auto;
}
main .common_btn01:after {
  content: '';
  display: block;
  clear: both;
}
main .common_btn01 li {
  float: left;
  width: 215px;
  margin: 0 14px 0 0;
}
main .common_btn01 li:last-child {
  float: right;
  margin: 0;
}
main .common_btn01 a {
  display: block;
  line-height: 44px;
  border: 1px solid #00036d;
  color: #00036d;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .common_btn01 a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin: 0 8px 0 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #00036d;
}
main .common_btn01 a:hover {
  background: #00036d;
  color: #fff;
}
main .common_btn01 a:hover:before {
  border-color: transparent transparent transparent #fff;
}
main .common_btn02 {
  margin: 0 auto;
}
main .common_btn02:after {
  content: '';
  display: block;
  clear: both;
}
main .common_btn02 li {
  float: left;
  width: 215px;
  margin: 0 14px 0 0;
}
main .common_btn02 li:last-child {
  float: right;
  margin: 0;
}
main .common_btn02 a {
  display: block;
  line-height: 44px;
  background: #00036d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .common_btn02 a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin: 0 8px 0 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
main .common_btn02 a:hover {
  opacity: 0.7;
}
main .common_btn03 {
  width: 350px;
}
main .common_btn03 a {
  display: block;
  line-height: 60px;
  background: #ea8004;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .common_btn03 a:before {
  content: url(../images/common/icon01.png);
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 15px 0 0;
}
main .common_btn03 a:hover {
  opacity: 0.7;
}
main .common_btn04 {
  width: 280px;
  margin: 0 auto;
}
main .common_btn04 a {
  display: block;
  line-height: 50px;
  background: #d5d5d5;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .common_btn04 a:hover {
  opacity: 0.7;
}
main .sec_common_contact p b {
  font-size: 16px;
}
main .common_movie_wrap .common_btn_movie {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 150px 0 0;
  border: none;
  background: url(../images/common/common_btn_movie01.jpg);
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .common_movie_wrap .common_btn_movie:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(../images/common/common_movie_btn_arrow.png) no-repeat center;
}
main .common_movie_wrap .common_btn_movie:hover {
  opacity: 0.7;
}
main .common_movie_wrap li:nth-child(2) .common_btn_movie {
  background: url(../images/common/common_btn_movie02.jpg);
}
main .common_movie_wrap li:nth-child(3) .common_btn_movie {
  background: url(../images/common/common_btn_movie03.jpg);
}
main .common_movie_wrap li:nth-child(4) .common_btn_movie {
  background: url(../images/common/common_btn_movie04.jpg);
}
main .common_contact_wrap {
  width: 992px;
  margin: 50px auto 0;
  padding: 25px 60px 40px;
  border: 1px solid #ccc;
  background: url(../images/common/common_contact_wrap_bg.jpg);
  box-sizing: border-box;
}
main .common_contact_wrap .lead {
  margin: 0 0 15px !important;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
main .common_contact_wrap .op_cl {
  margin: 0 0 5px !important;
  padding: 0 0 0 33px;
  background: url(../images/common/common_contact_wrap_icon.png) no-repeat 0 center;
  font-size: 15px;
  font-weight: bold;
}
main .common_contact_wrap a {
  padding: 50px 0 0;
  background: url(../images/common/common_contact_wrap_btn_tel01.jpg) no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .common_contact_wrap a:hover {
  opacity: 0.7;
}
main .common_contact_wrap .btn_tel {
  margin: 0 0 15px !important;
}
main .common_contact_wrap .btn_tel:after {
  content: '';
  display: block;
  clear: both;
}
main .common_contact_wrap .btn_tel a {
  float: left;
  width: 423px;
}
main .common_contact_wrap .btn_tel .tel02 {
  float: right;
  background: url(../images/common/common_contact_wrap_btn_tel02.jpg) no-repeat;
}
main .common_contact_wrap .btn_contact {
  margin: 0 !important;
}
main .common_contact_wrap .btn_contact a {
  background: url(../images/common/common_contact_wrap_btn_contact.jpg) no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .form_btn_wrap {
  width: 480px;
  margin: 65px auto 0;
}
main .form_btn_wrap:after {
  content: '';
  display: block;
  clear: both;
}
main .form_btn_wrap p {
  float: left;
  width: 200px;
}
main .form_btn_wrap a,
main .form_btn_wrap span {
  display: block;
  line-height: 50px;
  background: #d5d5d5;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
main .form_btn_wrap a:hover,
main .form_btn_wrap span:hover {
  opacity: 0.7;
}
main .form_btn_wrap .btn02 {
  float: right;
  width: 250px;
}
main .form_btn_wrap .btn02 a,
main .form_btn_wrap .btn02 span {
  background: #ea8004;
  color: #fff;
}
main .form_btn_wrap .btn_c {
  float: none;
  margin: 0 auto;
}
main .complete_text_wrap01 {
  margin: 0 0 20px;
  padding: 50px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
main .complete_text_wrap02 {
  margin: 0 0 100px;
  text-align: center;
}
main .message_wrap {
  padding: 100px 0 60px;
}
main .message_wrap p {
  text-align: center;
}
main .item_wrap {
  table-layout: fixed;
  width: 1050px;
  border-top: 1px solid #bfbfbf;
}
main .item_wrap th,
main .item_wrap td {
  padding: 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px dotted #7a7a7a;
  box-sizing: border-box;
  vertical-align: middle;
}
main .item_wrap th {
  width: 200px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
main .item_wrap th:nth-child(1) {
  width: 215px;
}
main .item_wrap th:nth-child(2) {
  width: 205px;
}
main .item_wrap th:nth-child(3) {
  width: 160px;
}
main .item_wrap th:nth-child(4), main .item_wrap th:nth-child(5) {
  width: 150px;
}
main .item_wrap th:nth-child(6) {
  width: 170px;
}
main .item_wrap td {
  width: 790px;
  padding: 20px 30px;
}
main .item_wrap td:nth-child(3), main .item_wrap td:nth-child(4), main .item_wrap td:nth-child(5), main .item_wrap td:nth-child(6) {
  text-align: center;
}
main .item_wrap thead th {
  border-bottom: none;
}
main .item_wrap tr :last-child {
  border-right: none;
}
main .item_wrap img {
  display: block;
  width: 145px;
  margin: 0 auto;
}
main .item_wrap a {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 18px;
  padding: 18px 0 0;
  background: url(../images/cart/btn01.jpg) no-repeat;
}
main .item_wrap a:hover {
  opacity: 0.7;
}
main .item_wrap .btn01 {
  top: 3px;
  margin: 0 5px 0 15px;
}
main .item_wrap .btn02 {
  top: 3px;
  background: url(../images/cart/btn02.jpg) no-repeat;
}
main .item_wrap .btn03 {
  width: 109px;
  padding: 35px 0 0;
  background: url(../images/cart/btn03.jpg) no-repeat;
}
main .sum_wrap {
  width: 235px;
  margin: 20px 0 0 auto;
  font-size: 15px;
}
main .sum_wrap th {
  padding: 6px 0;
  font-weight: bold;
}
main .sum_wrap td {
  padding: 6px 0;
  color: #b90101;
  text-align: right;
}
main .empty_text_wrap {
  padding: 50px 0;
  text-align: center;
}

#common_form.popup {
  width: 840px;
  min-width: 840px;
  padding: 50px;
}
#common_form.popup .form_table_wrap th {
  width: 290px;
}
#common_form.popup .form_table_wrap td {
  width: 540px;
}
#common_form .secure_wrap {
  width: 620px;
  margin: 35px auto;
}
#common_form .secure_wrap:after {
  content: '';
  display: block;
  clear: both;
}
#common_form .secure_wrap .sign {
  float: left;
  width: 115px;
}
#common_form .secure_wrap p {
  float: right;
  padding: 15px 0;
  font-size: 13px;
}
#common_form .form_hd {
  margin: 40px 0 20px;
  color: #00036d;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#common_form .form_table_wrap {
  margin: 0 0 30px;
  border-top: 1px solid #bfbfbf;
}
#common_form .form_table_wrap th,
#common_form .form_table_wrap td {
  padding: 18px 30px;
  border-bottom: 1px dotted #7a7a7a;
}
#common_form .form_table_wrap th {
  padding: 23px 30px;
  width: 290px;
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: top;
}
#common_form .form_table_wrap th .attention {
  float: right;
  display: inline-block;
  padding: 2px 3px 2px 6px;
  background: #b90101;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px;
}
#common_form .form_table_wrap td {
  width: 760px;
}
#common_form .form_table_wrap td p {
  padding: 0 0 10px;
}
#common_form .form_table_wrap td p:last-child {
  padding: 0;
}
#common_form .form_table_wrap td .attention {
  padding: 10px 0 0 !important;
}
#common_form .form_table_wrap td .last_input {
  padding: 0;
}
#common_form .form_table_wrap input[type=text],
#common_form .form_table_wrap input[type=password] {
  width: 540px;
  padding: 3px 5px;
  line-height: 24px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  outline: none;
}
#common_form .form_table_wrap textarea {
  width: 755px;
  border: 1px solid #cfcfcf;
  outline: none;
}
#common_form .form_table_wrap .input_l {
  width: 390px !important;
}
#common_form .form_table_wrap .input_m {
  width: 180px !important;
}
#common_form .form_table_wrap .input_s {
  width: 95px !important;
}
#common_form .form_table_wrap label input {
  margin: 0 5px 0 0;
}
#common_form .form_table_wrap select {
  height: 28px;
  font-family: inherit;
  font-size: 14px;
}
#common_form .form_table_wrap #file_label {
  display: block;
  width: 110px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #dcdcdc;
  font-size: 13px;
  text-align: center;
}
#common_form .form_table_wrap #file_label input {
  display: none;
}
#common_form .attention {
  color: #b90101;
  font-size: 12px;
}
#common_form .privacy_wrap {
  height: 280px;
  margin: 0 0 20px;
  overflow-y: auto;
  border: 1px solid #bfbfbf;
}
#common_form .privacy_wrap p {
  padding: 20px 30px;
}
#common_form .agree_wrap {
  display: inline-block;
  margin: 0 auto;
}
#common_form .agree_wrap input {
  margin: 0 5px 0 0;
}
#common_form .agree_wrap .attention {
  display: block;
}

#breadcrumb {
  width: 1050px;
  margin: -40px auto 40px;
  padding: 8px 0 0;
}
#breadcrumb:after {
  content: '';
  display: block;
  clear: both;
}
#breadcrumb li {
  float: left;
  font-size: 12px;
}
#breadcrumb li:before {
  content: '>';
  margin: 0 5px;
}
#breadcrumb li:first-child:before {
  display: none;
}
#breadcrumb a {
  color: #333;
}

footer {
  margin: 150px 0 0;
  background: #f2f2f8;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .f_wrap01 {
  width: 992px;
  margin: 0 auto;
  padding: 45px 0 38px;
}
footer .f_wrap01 a {
  color: #333333;
}
footer .f_wrap01 > ul {
  float: left;
  width: 235px;
  padding: 0 5px 0 0;
}
footer .f_wrap01 > ul > li {
  margin: 0 0 3px;
}
footer .f_wrap01 > ul > li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin: 0 4px 0 0;
  background: #00036d;
  font-size: 7px;
}
footer .f_wrap01 > ul > li > a {
  font-weight: bold;
}
footer .f_wrap01 > ul .mb {
  margin: 0 0 15px;
}
footer .f_wrap01 > ul ul {
  padding: 0 0 0 16px;
  font-size: 13px;
}
footer .f_wrap01 > ul ul li:before {
  content: '-';
  margin: 0 4px 0 0;
}
footer .f_wrap01 .f_links02 {
  width: 195px;
}
footer .f_wrap01 .f_links04 {
  width: 160px;
}
footer .f_wrap01 .f_links05 {
  float: right;
  width: 145px;
  padding: 0;
}
footer .f_wrap01 .f_bnr {
  display: flex;
  justify-content: space-around;
  float: none;
  clear: both;
  width: auto;
  padding: 30px 0 0;
}
footer .f_wrap01 .f_bnr li {
  width: 170px;
  margin: 0 0 0 0;
  background: #fff;
}
footer .f_wrap01 .f_bnr .f_bnr06 {
  width: auto;
  height: 67px;
}
footer .f_wrap01 .f_bnr .f_bnr06 a {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
}
footer .f_wrap01 .f_bnr .f_bnr06 img {
  width: auto;
  height: 67px;
}
footer .f_wrap01 .f_bnr li:before {
  display: none;
}
footer .f_wrap01 .f_bnr a {
  padding: 67px 0 0;
  background: url(../images/common/com.gif) 50% no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .f_wrap01 .f_bnr a:hover {
  opacity: 0.7;
}
footer .f_wrap01 .f_bnr .f_bnr02 a {
  background: url(../images/common/id.gif) 50% no-repeat;
  background-size: contain;
}
footer .f_wrap01 .f_bnr .f_bnr03 a {
  background: url(../images/common/ic.gif) 50% no-repeat;
  background-size: contain;
}
footer .f_wrap01 .f_bnr .f_bnr04 a {
  background: url(../images/common/shitajiki.gif) 50% no-repeat;
  background-size: contain;
}
footer .f_wrap01 .f_bnr .f_bnr05 a {
  background: url(../images/common/corp.gif) 50% no-repeat;
  background-size: contain;
}
footer .f_wrap02 {
  background: #00036d;
  color: #fff;
}
footer .f_wrap02 .inner {
  width: 992px;
  margin: 0 auto;
}
footer .f_wrap02 .inner:after {
  content: '';
  display: block;
  clear: both;
}
footer .f_wrap02 ul {
  float: left;
  font-size: 11px;
}
footer .f_wrap02 ul li {
  float: left;
  line-height: 35px;
}
footer .f_wrap02 ul li:after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
}
footer .f_wrap02 ul li:last-child:after {
  display: none;
}
footer .f_wrap02 ul a {
  color: #fff;
}
footer .f_wrap02 p {
  float: right;
  line-height: 35px;
  font-size: 11px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
}

#movie_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 360px;
  margin: -180px 0 0 -320px;
  z-index: 1000;
}
#movie_box #close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: none;
  border: none;
  color: transparent;
  text-indent: -200%;
}
#movie_box #close:before, #movie_box #close:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 23px;
  width: 3px;
  height: 35px;
  background: #fff;
  transform: rotate(45deg);
}
#movie_box #close:after {
  transform: rotate(-45deg);
}
