html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

br {
  line-height: 0;
}

/*
---------------------------------*/
body {
  min-width: 300px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .5px;
  -ms-font-feature-settings: "normal";
  font-feature-settings: normal;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 1030px;
    font-size: 1.5rem;
  }
}

a {
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:A59D95 , a:focus {
  text-decoration: none;
  color: #000;
  opacity: .7;
}

button {
  outline: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .container {
    min-width: 1030px;
    max-width: 1030px;
  }
}

a.btn-gray {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  background-color: #818181;
  color: #fff;
}

/*
---------------------------------*/
.header .logo {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #8b8c8c;
}

.header .logo img {
  min-width: 160px;
  width: 48%;
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .header .logo {
    padding-bottom: 3.9rem;
    margin-bottom: 4rem;
  }
  .header .logo img {
    width: 358px;
    max-width: inherit;
  }
}

/*
---------------------------------*/
.footer {
  padding: 3rem 0;
  /*background-color: #d1d1d1;*/
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 10rem 0;
    padding: 5rem 0;
  }
}

/*
---------------------------------*/
.main {
  /*margin-bottom: 6rem;*/
}

/*
---------------------------------*/
.bs-kv {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .bs-kv {
    /*margin-bottom: 8.5rem;*/
  }
}

.bs-ttl_h1 {
  margin-bottom: 2rem;
}

.bs-ttl {
  font-size: 1.8rem;
}

.bs-ttl_wrap {
  margin-bottom: 1rem;
}

.bs-ttl_wrap.bor {
  padding-bottom: .5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #bdbdbd;
}

.bs-ttl_txt {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 0.5rem;
}

.bs-ttl_link {
  color: #135dd8;
  text-decoration: underline;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.bs-ttl_link:hover, .bs-ttl_link:focus {
  text-decoration: none;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .bs-ttl {
    font-size: 2.5rem;
  }
  .bs-ttl_wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5rem;
  }
  .bs-ttl_wrap.bor {
    padding-bottom: 1rem;
    margin-bottom: 0.1rem;
  }
  .bs-ttl_txt {
    margin-left: 4rem;
    font-size: 1.5rem;
    line-height: inherit;
    padding-top: 0;
    position: relative;
  }
  .bs-ttl_txt:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    top: 14px;
    left: -2rem;
    background-color: #000;
  }
  .bs-ttl_link {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}

.bs-new {
  margin-top: 5rem;
}

.bs-new_inner {
  padding: 1.5rem;
  border: 1px solid #c7c7c7;
}

.bs-new_item {
  margin-bottom: 1rem;
  text-align: center;
}

.bs-new_img img {
  width: 100%;
  border: 1px solid #c8c9c9;
}

.bs-new_ttl {
  font-size: 1.3rem;
}

.bs-new_ttl a {
  text-decoration: underline;
}

.bs-new_price {
  font-size: 1.4rem;
  color: #f5792e;
}

@media only screen and (min-width: 768px) {
  .bs-new {
    margin-top: 11rem;
  }
  .bs-new_inner {
    padding: 3rem;
  }
  .bs-new_item {
    margin-bottom: 0;
  }
}

/*
---------------------------------*/
.search-cont {
  padding-bottom: 2.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .search-cont {
    padding-bottom: 6rem;
  }
}

.search-box {
  padding: 1rem 1.5rem;
  margin-bottom: .5rem;
  background-color: #ededed;
}

.search-box input[type="text"] {
  padding: .3rem;
  border: none;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}

.search-box_input {
  width: 79%;
  margin-right: 1%;
}

.search-box_btn {
  width: 18%;
  font-size: 1.4rem;
  text-align: center;
  background: #3663d6;
  border: none;
  padding: 0.2rem;
  color: #fff;
  border-radius: 0.3rem;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-box_btn:hover, .search-box_btn:focus {
  opacity: .7;
}

.search-box_item {
  margin-bottom: 1.5rem;
}

.search-box_item:last-child {
  margin-bottom: 0;
}

.search-box_ttl {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}

.search-box_text {
  display: flex;
  align-items: center;
}

.search-box_input02 {
  width: 100px;
  margin: 0 0.5rem;
}

.search-box_checkbox span {
  padding-top: 7rem;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.search-box a {
  text-decoration: underline;
}

.search-box_checkbox .maru {
  background: url(../images/serect-img01.png) no-repeat top center;
  background-size: 20px;
}

.search-box_checkbox .kaku {
  background: url(../images/serect-img02.png) no-repeat top center;
  background-size: 20px;
}

.search-box_checkbox .takaku {
  background: url(../images/serect-img03.png) no-repeat top center;
  background-size: 20px;
}

.search-box_checkbox .shape-img1 {
  /* 円筒・オーバル */
  background: url(../images/serect-img01.png) no-repeat top center;
  background-size: 30px;
}

.search-box_checkbox .shape-img2 {
  /* 角 */
  background: url(../images/serect-img02.png) no-repeat top center;
  background-size: 32px;
}

.search-box_checkbox .shape-img3 {
  /* 多角 */
  background: url(../images/serect-img03.png) no-repeat top center;
  background-size: 35px;
}

.search-box label {
  margin-right: 2rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}

.search-box input[type="checkbox"] {
  margin-right: .5rem;
}

@media only screen and (min-width: 768px) {
  .search-box {
    padding: 3rem;
  }
  .search-box input[type="text"] ,
  .search-box input[type="number"] {
      font-size: 2rem;
    padding: .5rem;
  }
  .search-box_input {
    /*width: 710px;*/
    width: 100%;
    margin-right: 2rem;
  }
  .search-box_btn {
    min-width: 110px;
    padding: 0.5rem 2.5rem;
    font-size: 1.8rem;
  }
  .search-box_item {
    display: flex;
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .search-box_item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .search-box_ttl {
    width: 22%;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .search-box_text {
    width: 70%;
  }
  .search-box_input02 {
    width: 110px;
  }
  .search-box_checkbox {
    width: 78%;
  }
  .search-box_checkbox span {
    padding-top: 7rem;
  }
  .search-box_checkbox .maru {
    background-size: 32px;
  }
  .search-box_checkbox .kaku {
    background-size: 35px;
  }
  .search-box_checkbox .takaku {
    background-size: 36px;
  }
  .search-box label {
    min-width: 120px;
    padding: 0;
    margin-right: 2rem;
    font-size: 1.8rem;
  }
}

.search-btn {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border: none;
  border-radius: .5rem;
  background: #3663d6;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-btn:hover, .search-btn:focus {
  opacity: .7;
}

.search-btn.reset {
  background-color: #818181;
}

.search-btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px 10px 10px;
  background: #ededed;
}
/*
.footer .conversion-list {
  justify-content: center;
}

.footer .col-item {
  width: 40%;
  text-align: center;
}*/

@media only screen and (min-width: 768px) {
  .search-btn {
    max-width: 275px;
    padding: 0.8rem;
    margin: 0 0.8rem;
    font-size: 1.8rem;
  }
  .search-btn_wrap {
    display: flex;
    justify-content: center;
  }
}

/*
---------------------------------*/
@media only screen and (min-width: 768px) {
  .modals {
    position: relative;
  }
  .modals:before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 26rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.5rem 2.5rem 2.5rem;
    border-color: transparent transparent #2b5599 transparent;
  }
}

.modals.open {
  display: block !important;
}

.modals .modals-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .modals .modals-bg {
    display: none;
  }
}

.modals-close {
  position: fixed;
  padding: 0;
  top: .3rem;
  right: .3rem;
  z-index: 11;
  font-size: 3.5rem;
  line-height: 3.5rem;
  background: none;
  border: none;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .modals-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
}

.modals-inner {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 90vh;
  overflow: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  width: 90%;
  padding: 0 1.5rem;
  background-color: #2b5599;
  color: #fff;
  z-index: 10;
}

.modals-inner ul {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.modals-inner_list {
  border-bottom: 1px solid #5e7eb1;
}

.modals-inner_list:last-child {
  border-bottom: none;
}

.modals-inner_item {
  padding: 1rem;
}

.modals-inner_ttl {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

.modals-inner_txt {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.modals-inner_txt.text02 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .modals-inner {
    position: absolute;
    left: 20rem;
    top: inherit;
    right: inherit;
    width: auto;
    max-width: 680px;
    max-height: inherit;
    padding: 4rem;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    z-index: 5;
  }
  .modals-inner ul {
    padding: 0;
  }
  .modals-inner_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
  .modals-inner_ttl {
    width: 18%;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .modals-inner_txt {
    width: 40%;
    margin-right: 8%;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .modals-inner_txt.text02 {
    width: 30%;
    margin-right: 0;
  }
}

/*
---------------------------------*/
.modals-img .modals-inner{
  background-color: #fff;
  max-width: 900px;
  width: 900px;
  height: 900px;
  padding: 0;
  left:0;
}
.modals-img .largeImage img{
  width: 100%;
}
.modals-img .modals-close{
  color: #fff
}
.modals-img:before {
  display: none;
}

/*
---------------------------------*/
.list-cont {
  position: relative;
}

.list-link {
  margin-bottom: 1rem;
  text-align: right;
  font-size: 1.2rem;
}

.list-link a {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  background-color: #818181;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .list-link {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 1.4rem;
  }
  .list-link a {
    padding: 0.5rem 1.5rem;
  }
}

.list-nav {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem 0.7rem;
  background-color: #ededed;
}

.list-nav_ttl {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.5rem;
  height: 2.4rem;
  color: #fff;
  font-size: 1.2rem;
  background-color: #9fa0a0;
  position: relative;
  min-width: 88px;
}

.list-nav_ttl:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 1rem;
  border-color: transparent transparent transparent #9fa0a0;
}

.list-nav_list span {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
  background-color: #fff;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .list-nav {
    padding: 1.7rem 2.5rem;
    margin-bottom: 5rem;
  }
  .list-nav_inner {
    display: flex;
    align-items: center;
  }
  .list-nav_ttl {
    height: 3.4rem;
    padding: 0.5rem 1.5rem;
    margin-right: 3rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .list-nav_ttl:after {
    right: -14px;
    border-width: 1.7rem 0 1.7rem 1.4rem;
  }
  .list-nav_list span {
    margin-right: 1.3rem;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.3rem;
  }
}

.list-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #bdbdbd;
}

.list-item_textarea {
  padding-left: 0;
  margin-bottom: 1rem;
}

.list-item_ttl {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.list-item_ttl span {
  display: block;
  padding-top: 0.3rem;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #1f58b5;
}

.list-item_txt {
  font-size: 1.2rem;
  line-height: 1.4;
}

.list-item_txt span {
  display: inline-block;
  margin-right: .3rem;
}

.list-item_link {
  padding-top: 1rem;
}

.list-item_link a {
  display: block;
  padding: 0.5rem;
  text-align: center;
  background-color: #3663d6;
  color: #fff;
  border-radius: .4rem;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-item_inner {
    position: relative;
  }
  .list-item_textarea {
    padding-left: 15px;
  }
  .list-item_ttl {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .list-item_ttl span {
    padding-top: 0.8rem;
    font-size: 1.6rem;
  }
  .list-item_txt {
    font-size: 1.5rem;
  }
  .list-item_txt span {
    margin-right: 1rem;
  }
  .list-item_link {
    position: absolute;
    right: 2rem;
    bottom: 0;
    padding-top: 0;
    max-width: 200px;
  }
  .list-item_link a {
    padding: 0.4rem;
    font-size: 1.4rem;
  }
}

/*
---------------------------------*/
.single-cont {
  position: relative;
}

.single-inner {
  padding: 1.5rem;
  background-color: #ededed;
}

.single-inner_img img {
  width: 100%;
  border: 1px solid #cecaca;
}

.single-inner_img .thumbnails {
  margin: 1rem 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-inner_img .thumbnails img {
  width: 23%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.single-inner_img .thumbnails img:hover, .single-inner_img .thumbnails img:focus {
  text-decoration: none;
  color: #000;
  opacity: .7;
}

.single-inner_ttl {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.single-inner_table {
  width: 100%;
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid #b5b5b5;
}

.single-inner_table th {
  width: 50%;
  padding: 0.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  font-weight: inherit;
}

.single-inner_table td {
  width: 50%;
  padding: 0.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #b5b5b5;
}

.single-inner_txt {
  margin-bottom: 2.5rem;
}

.single-inner_txt p {
  margin-bottom: .5rem;
}

.single-inner_txt ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.single-inner_txt ul li {
  margin-bottom: .5rem;
}

.single-inner_banner {
  text-align: center;
}

.single-inner_banner a {
  display: block;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .single-inner {
    padding: 4rem 7rem;
  }
  .single-inner_img {
    max-width: 435px;
  }
  .single-inner_img .thumbnails {
    margin: 1.5rem 1.8rem 0;
  }
  .single-inner_img .thumbnails img {
    width: 21%;
  }
  .single-inner_info {
    padding-left: 30px;
  }
  .single-inner_ttl {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .single-inner_table {
    width: auto;
    margin-bottom: 4.5rem;
  }
  .single-inner_table th {
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
  }
  .single-inner_table td {
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
  }
  .single-inner_txt {
    font-size: 1.4rem;
  }
  .single-inner_txt p {
    margin-bottom: .8rem;
  }
  .single-inner_txt ul li {
    margin-bottom: .8rem;
  }
  .single-inner_banner {
    display: flex;
    justify-content: space-evenly;
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .single-inner_banner li {
    width:30%;
    margin-bottom: 1rem;
  }
  .single-inner_banner a {
    margin: 0 1rem;
  }
}

a.btn {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border: none;
  border-radius: .5rem;
  color: #fff;
  background:#818181;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.btn:hover, a.btn:focus {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
.btn.official{
  background: #3663d6;
}
.btn.rakuten{
  background: #bf0000;
}
.btn.contact{
  background: #afa8a2;
}

/* contact
-------------------------- */
.contact-inner {
  padding: 1.5rem;
  background-color: #fff;
}
.contact-inner p{
  margin: 1.5rem 0;
}
.contact-inner a{
	text-decoration:underline;
}
.contact-inner .require{
	color: red;
}
.contact-inner dl{
	padding: 10px 0;
	font-size:1.7rem;
}

.contact-inner dl dt{
  margin-bottom: 5px;
}

.contact-inner dl dd input[type="text"],
.contact-inner dl dd input[type="tel"],
.contact-inner dl dd input[type="email"]{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #c2bfbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}
.contact-inner dl dd textarea{
	width: 100%;
	height: 150px;
	padding: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #c2bfbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.contact-inner dl dd select{
	padding: 5px;
	border: 1px solid #c2bfbe;
}
.contact-inner .btn {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border: none;
  border-radius: .5rem;
  color: #fff;
  background:#818181;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.submit{
  background: #3663d6;
}

.contact-inner .btn:hover, .contact-inner .btn:focus {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .contact-inner dl dt{
    float: left;
    width: 25%;
    font-weight:normal;
  }
  .contact-inner dl dd{
    float: left;
    width: 75%;
    padding-left:1%;
  }
  .contact-inner_banner {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .contact-inner_banner input {
    margin: 0 1rem;
  }
}
/*# sourceMappingURL=../map/style.css.map */
