/*mypage*/
#contact{
  display: block;
  margin: 5rem auto 3rem;
  width: 80%;
}
#contact .mypage_top {
    width: 100%;
    /*margin-bottom: 50px;*/
}
#contact .page_title_wrapper{
  text-align: center;
  /*padding-top: 6rem;*/
  margin-bottom: 4rem;
}
#contact .font-big {
    font-size: 1.8rem;
    font-weight: bold;
    color: #485859;
    font-family: Forum;
    margin-bottom: 1rem;
}
#contact .sub{
  font-size: 1.2rem;
  font-weight: 400;
  color: #485859;
  font-family: Forum;
}
#contact nav{
  width: 100%;
  text-align: center;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  margin: 4rem 0;
}
#contact nav ul{
  margin: 0 ;
  padding: 0 ;
  font-size: 15px;
  font-weight: bold;
}
#contact nav a{
  list-style: none;
  display: inline-block;
  min-width: 90px;
  padding: 0 2rem;
  width: auto;
}
#contact nav a:hover{
  text-decoration: none;
}
#contact nav a:not(:last-child){
  border-right:2px solid #707070;
}
#contact nav li{
  text-decoration: none;
  color: #485859;
}
#contact nav li.current{
 color: rgba(0,0,0,0.5);
}
#contact nav li:hover{
  color: rgba(0,0,0,0.5);
  border-bottom: : none;
  transition: .4s;
}

#contact .mypage_middle_wrapper{
  padding-bottom: 6rem;
}

#contact .mypage_middle{
  text-align: center;
}
#contact .address-list_wrapper{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
}
#contact .address-list{
  background-color: rgba(72,88,89,0.05);
  color: #485859;
  width: auto;
  margin: 0 auto;
  padding: 3rem 10rem;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
#contact .address_name{
  display: flex;
  border-bottom: solid 1px #707070;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
#contact .name_title{
  width: 10rem;
  font-weight: bold;
  font-size: 18px;
}
#contact .name_main {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}
#contact .buttonarea{
  display: flex;
}
#contact .btn_change {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  transition: .4s;
  width: 20rem;
  text-align: center;
  margin-right: 1rem;
  padding: 1rem;
  background: #485859;
}
#contact .btn_change a{
  color: #ffffff;
}
#contact .btn_change:hover {
  background: rgba(72,88,89,0.1);
  text-decoration: none;
}
#contact .btn_change:hover a{
  text-decoration: none;
  color: #666666;
}

#contact .btn_delite {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    padding: 1rem;
    border:1px solid #485859;
    background: #ffffff;
    color: #485859;
    transition: .4s;
}
#contact .btn_delite a{
  color: #485859;
}
#contact .btn_delite:hover {
  background: rgba(72,88,89,0.1);
  text-decoration: none;
}
#contact .btn_delite:hover a{
  text-decoration: none;
  color: #666666;
}
#contact .btn_center{
  width: 100%;
}

#contact .btn_plus {
    text-align: center;
    margin: 0 auto;
    width: 40%;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  padding: 1rem;
  background: #485859;
  color: #ffffff;
  transition: .4s;
}
#contact .btn_plus a{
  color: #ffffff;
}
#contact .btn_plus:hover {
  background: rgba(72,88,89,0.1);
  text-decoration: none;
}
#contact .btn_plus:hover a{
  text-decoration: none;
  color: #666666;
}

/*nav_mypage_bottom*/
#contact .mypage_bottom_wrapper{
  margin-top: 8rem;
  margin-bottom: 13rem;
}

#contact .nav_mypage_bottom{
  max-width: 1290px;
  margin: 0 auto;
}

#contact .nav_mypage_bottom_list{
  display: flex;
  width: 70rem;
  margin: 0 auto;
}

#contact .nav_mypage_bottom_item{
  padding: 0 12px;
}

#contact .nav_mypage_bottom_item img{
  width: 100%;
}
#contact .btn-primary:hover {
  color: #fff;
  background-color: #C7CCCD;
  border-color: #C7CCCD;
}

#contact .btn_address{
  text-align: center;
  height: 80px;
  font-size: 16px;
  margin: 0 auto;
  width: 40%;
  padding: 0.25em 0.5em;
  text-decoration: none;
  padding: 1rem;
  background: #485859;
  color: #ffffff;
  transition: .4s;
  border-color: #485859;
}
#contact .btn_address:hover {
  color: #fff;
  background-color: #C7CCCD;
  border-color: #C7CCCD;
}

#contact .contact-tittle{
    width: 90%;
    margin: 0 auto;
    text-align: initial;
    display: block;
}

#contact .contact-space{
    width: 90%;
    margin: 0 auto;
    display: block;
}

#contact blockquote{
    width: 100%;
    margin: 0 auto;
    border-left: none;
    font-size: 1.2rem;
    padding: 0;
}

#contact .alert-info{
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  width: 100%;
  margin: 0 auto 1rem;
}

#contact .table{
  width: 80%;
  margin-bottom: 1rem;
  color: #212529;
  margin: 0 10%;
}

#contact .btn{
  display: block;
  background-color: #0375ba;
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0.2em 1em;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  width: 50%;
  height: 4rem;
  border-style: none;
  margin: 0 auto;
}
#contact form {
  background: #f6f7f7;
  border-radius: 8px;
  padding: 2% 0;
  display: inline-block;
  width: 100%;
}

/*郢ｧ�ｹ郢晄ｧｭ�ｽ*/
@media (max-width: 765px) {
#contact{
    display: block;
    margin: 4rem auto 3rem;
    width: 90%;
}


#contact nav{
  margin-top: -7rem;
}

#contact nav ul{
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  font-size: 11px;
}

#contact nav a{
  width: calc(100% / 3);
  padding: 0 1rem;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(112,112,112,0.3);
  border-bottom: solid 0.3px #707070;
  border-right: solid 0.15px #707070;
}
#contact av a:not(:last-child){
  border-right: solid 0.15px #707070;
}

#contact nav a.current{
  background-color: #ffffff;
}
#contact nav li{
  text-decoration: none;
  color: rgba(102, 102, 102, 0.4);
}

#contact nav a:hover{
  background-color: #ffffff;
  color: #666666;
  text-decoration: none;
}
#contact h1 {
    margin: 0 0 3rem;
}
#contact .page_title_wrapper{
  display: block;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

#contact .mypage_bottom_wrapper{
  display: none;
}

#contact .mypage_middle{
  margin-top: -3rem;
}
#contact .font-big{
  font-size: 22px;
}
#contact .address-list_wrapper{
  max-width: 100%;
}
#contact .address-list {
    margin: 0 auto;
    width: 95%;
    box-sizing: border-box;
    padding: 5%;
}
#contact .address_name{
  display: block;
}
#contact .name_main{
  width: 100%;
}
#contact .buttonarea{
  max-width: 100%;
}
#contact .btn_right{
  width: 100%;
}
#contact .btn_change{
  width: 100%;
  margin-right: 3rem;
}
#contact .btn_left{
  margin-left: 1rem;
  width: 40%;
  text-align: center;
}
#contact .btn_delite{
  width: 100%;
}
#contact .btn_center{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .btn_plus{
  margin: 0;
  width: 90%;
}
#contact .mypage_bottom_wrapper {
    display: block;
    margin: 3rem 0;
}
#contact .nav_mypage_bottom_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
#contact .nav_mypage_bottom_item {
    width: 48%;
    padding: 1%;
    margin: 1%;
    overflow: hidden;
}

#contact .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 12px;
}

#contact .btn {
    display: block;
    background-color: #0375ba;
    color: #FFF;
    font-size: 1em;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 0.75em 1em;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    width: 50%;
    height: 4rem;
    border-style: none;
    margin: 0 auto;
}

}