@charset "UTF-8";
/* CSS Document */
/*-----------------------------------
リセット
-------------------------------------*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  font-size: 100%;
}

/*-----------------------------------
リンク
-------------------------------------*/
@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* general style */
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/*-----------------------------------
レイアウト
-------------------------------------*/
/*
#topWrap,
*/
#wrap {
  width: 100%;
  padding: 0;
}
/*
@media screen and (max-width: 768px) {
  #topWrap {
    margin-top: 10%;
  }
}

#topWrap {
	margin-top: 190px;
}
@media screen and (max-width: 768px) {
	#topWrap {
		margin-top: 85px;
	}
}
*/
#cont {
  width: 100%;
  margin: 0;
}

.mypage_cont {
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.mypage_cont * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .mypage_cont .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .mypage_cont {
    margin-bottom: 50px;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  .mypage_cont .inner {
    width: 100%;
    padding: 0 4%;
  }
}

/*-----------------------------------
パンくず
-------------------------------------*/
#pankuzu {
	padding: 12px 0 7px 0;
	margin-top: 0;
	font-size: 12px;
	text-align: left;
	color: #999;
	line-height: 120%;
	position: relative;
	/*z-index: 999;*/
}
#pankuzu span {
		color: #666;
}
#pankuzu a:link { color:#09c; text-decoration: none; }
#pankuzu a:active { color:#09c; text-decoration: none; }
#pankuzu a:visited { color:#09c; text-decoration: none; }
#pankuzu a:hover { color:#09c; text-decoration: underline; }

@media screen and (max-width:767px) {
	#pankuzu,
	.pankuzu {
	  display: none;
	}
}

#pankuzu {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
}

#pankuzu p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

/*============================
タイトル
============================*/
.head_block {
  width: 100%;
}

.head_block .head_block_ttl {
  margin-bottom: 60px;
  padding: 45px 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.head_block .head_block_ttl span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .head_block .head_block_ttl {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .head_block .head_block_ttl span {
    display: inline-block;
    color: #fff;
  }
}

.headline_block {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .headline_block {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .headline_block {
    padding: 0 15px;
  }
}

.headline {
  padding-left: 10px;
  border-left: 4px solid #253970;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .headline_link {
    margin-top: -24px;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .headline_link {
    margin-top: 20px;
    text-align: center;
  }
}

.headline_link li {
  display: inline-block;
  position: relative;
}

.headline_link li a {
  color: #253970;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.headline_link li a::before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  transform: rotate(45deg);
  border-top: solid 2px #253970;
  border-right: solid 2px #253970;
  content: '';
}

@media screen and (min-width: 768px) {
  .headline_link li a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
}

.headline_link li + li {
  margin-left: 10px;
}

/*============================
 ボタン
============================*/
/* ボタン レイアウト */
.ac {text-align: center !important;}

.btn_box {
  text-align: center;
}

.btn_box + .btn_box {
  margin-top: 20px;
}

.btn_box .button {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .btn_box .button + .button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .btn_box {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .btn_box {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .editBtnBox {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
  .editBtnBox .button-primary {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.btn_box-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .editBtnBox {
    margin: 0 auto;
    padding: 0 15px;
    text-align: right;
  }
  .editBtnBox .button-primary {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* ボタン 基本スタイル */
a.button:hover {
  text-decoration: none;
}

.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  margin: 0 auto;
  padding: 8px;
  overflow: hidden;
  border: solid 1px #253970;
  background-color: #253970;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button:active {
  outline: none;
}

.button:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .button:hover {
    opacity: 0.8;
  }
}

.button:disabled {
  cursor: default;
  pointer-events: none;
}

.button .button_label {
  color: #ffffff;
  line-height: 1.2;
}

.button .button_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-left: 0;
  background-repeat: no-repeat;
  vertical-align: top;
}

.button .button_icon.button_icon-pen {
  margin-left: 4px;
}

.button .button_label + .button_icon {
  margin-right: 0px;
  margin-left: 4px;
}

.button .button-secondary {
  background-color: #fff;
}

.button .button-secondary .button_label {
  color: #253970;
}

@media screen and (min-width: 768px) {
  .button + .button {
    margin-left: 16px;
  }
}

.button.button-primary {
  height: 50px;
}

.button.button-primary::after {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-4px) translateY(4px);
  display: inline-block;
  width: 8px;
  height: 8px;
          transform: rotate(45deg) translateX(-4px) translateY(4px);
          transform-origin: center;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.button.button-primary .button_label {
  width: 100%;
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .button.button-primary {
    width: 300px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.button-primary {
    width: 100%;
    margin-top: 20px;
  }
}

.button.button-primary-outline {
  height: 50px;
  background-color: #ffffff;
}

.button.button-primary-outline::after {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-4px) translateY(4px);
  display: inline-block;
  width: 8px;
  height: 8px;
          transform: rotate(45deg) translateX(-4px) translateY(4px);
          transform-origin: center;
  border-top: 2px solid #253970;
  border-right: 2px solid #253970;
  content: '';
}

.button.button-primary-outline .button_label {
  width: 100%;
  color: #253970;
}

@media screen and (min-width: 768px) {
  .button.button-primary-outline {
    width: 300px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.button-primary-outline {
    width: 100%;
    margin-top: 20px;
  }
}

.button.button-secondary {
  height: 50px;
  background-color: #ffffff;
}

.button.button-secondary::before {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(4px);
  display: inline-block;
  width: 8px;
  height: 8px;
          transform: rotate(-45deg) translateX(4px) translateY(4px);
          transform-origin: center;
  border-top: 2px solid #253970;
  border-left: 2px solid #253970;
  content: '';
}

.button.button-secondary .button_label {
  width: 100%;
  padding-right: 12px;
  color: #253970;
}

@media screen and (min-width: 768px) {
  .button.button-secondary {
    width: 300px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.button-secondary {
    width: 100%;
    margin-top: 20px;
  }
}

.button-assist,
.button-assist-outline {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px #253970;
  background-color: #253970;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}

.button-assist .button_label,
.button-assist-outline .button_label {
  text-align: center;
}

.button-assist .button_icon,
.button-assist-outline .button_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-left: 0;
  background-repeat: no-repeat;
  font-size: 16px;
  vertical-align: top;
}

.button-assist:hover,
.button-assist-outline:hover {
  text-decoration: none;
  opacity: 0.8;
}

.button-assist {
  border-color: #253970;
  background-color: #253970;
}

.button-assist .button_label {
  color: #fff;
}

.button-assist-outline {
  border-color: #ddd;
  background-color: #fff;
}

.button-assist-outline .button_label {
  color: #333;
}

.button .button_icon.button_icon-pen {
  width: 24px;
  height: 24px;
}

.button .button_icon.button_icon-human {
  width: 30px;
  height: 38px;
}

.button .button_icon-pen {
  background-image: url(../img/icon_pen.png);
  background-position: center;
  background-size: contain;
}

.button .button_icon-pen + .button_label {
  padding-left: 0;
}

.button .button_icon-human {
  background-image: url(../img/icon_human.png);
  background-position: center;
  background-size: contain;
}

.button .button_icon-human + .button_label {
  padding-left: 0;
}

.button .button_icon-map {
  background-image: url(../img/icon_map.png);
  background-position: center;
  background-size: contain;
}

.button .button_icon-questionmark {
  background-image: url(../img/icon_question_mark.png);
  background-position: center;
  background-size: contain;
}

/* button_icon_plus */
.button_icon_plus {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  cursor: pointer;
}

.button_icon_plus span::before,
.button_icon_plus span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  content: '';
}

.button_icon_plus span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.button-assist .button_icon_plus span::before,
.button-assist .button_icon_plus span::after {
  background: #fff;
}

.button-assist-outline .button_icon_plus span::before,
.button-assist-outline .button_icon_plus span::after {
  background: #333;
}

/* button_icon_close */
.button_icon_close {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  cursor: pointer;
}

.button_icon_close span::before,
.button_icon_close span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  content: '';
}

.button_icon_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button_icon_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-assist .button_icon_close span::before,
.button-assist .button_icon_close span::after {
  background: #fff;
}

.button-assist-outline .button_icon_close span::before,
.button-assist-outline .button_icon_close span::after {
  background: #333;
}

/*============================
更新情報
============================*/
.updateinfo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 15px;
  border: solid 2px #808080;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .updateinfo {
    display: table;
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo {
    display: block;
  }
}

.updateinfo .updateinfo_title {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .updateinfo .updateinfo_title {
    display: table-cell;
    width: 188px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo .updateinfo_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.updateinfo_box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .updateinfo_box {
    display: table-cell;
    border-collapse: separate;
    border-spacing: 10px 20px;
  }
}

.updateinfo_list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .updateinfo_list {
    display: table-row;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo_list {
    display: table;
  }
  .updateinfo_list + .updateinfo_list {
    margin-top: 20px;
  }
}

.updateinfo_list .date {
  color: #999999;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .updateinfo_list .date {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo_list .date {
    display: inline-block;
    padding-right: 8px;
  }
}

.updateinfo_list .tag {
  padding: 0.4em 1.2em;
  border: 1px solid #253970;
  color: #253970;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.updateinfo_list .tag a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
  .updateinfo_list .tag {
    display: table-cell;
    min-width: 124px;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo_list .tag {
    display: inline-block;
    min-width: 124px;
  }
}

.updateinfo_list .text a {
  color: #333;
  text-decoration: none;
}

.updateinfo_list .text a:hover {
  color: #999;
}

@media screen and (min-width: 768px) {
  .updateinfo_list .text {
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .updateinfo_list .text {
    display: block;
    margin-top: 8px;
    line-height: 1.7em;
  }
}

/* css hack  */
_:-ms-input-placeholder, :root .updateinfo_list .tag {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

/*============================
 テキスト関連
============================*/
/* CSS Document */
/* コンテンツテキスト */
.section_text {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .section_text {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .section_text {
    padding: 0 15px;
  }
}

.content_read {
  margin-bottom: 70px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_read {
    margin-bottom: 35px;
  }
}

.content_read .sub_text {
  font-size: 14px;
}

.content_read p + p {
  margin-top: 1em;
}

/* 注意 */
.attention {
  margin-top: 18px;
  color: #962424;
}

.attention .attention_ttl {
  color: #962424;
  font-weight: 700;
}

.attention .attention_text {
  margin-top: 4px;
  margin-left: 1em;
  color: #962424;
  font-size: 12px;
  font-weight: 700;
  text-indent: -1em;
}

/* 注釈 */
.annotation_text {
  margin-bottom: 18px;
  color: #962424;
  font-size: 14px;
  font-weight: bold;
}

/*============================
 テキストリンク
============================*/
.linklist_box {
  position: relative;
  margin-top: 16px;
}

.linklist_box.linklist_box-column .linklist_item {
  display: block;
}

.linklist_item {
  position: relative;
  color: #253970;
  font-size: 14px;
}

.linklist_item + .linklist_item {
  margin-top: 4px;
}

.linklist_item a {
  position: relative;
  color: #253970;
  font-weight: 700;
  text-decoration: none;
}

.linklist_item:not(.questionary) a::before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  transform: rotate(45deg);
  border-top: solid 2px #253970;
  border-right: solid 2px #253970;
  content: '';
}

.linklist_item.questionary a::before {
  -webkit-transform: translateY(-1px);
  display: inline-block;
  left: 0px;
  width: 20px;
  height: 20px;
          transform: translateY(-1px);
  background-image: url(../img/icon_questionary.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  vertical-align: middle;
  content: '';
}

.linklist_item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .linklist_item.questionary {
    text-align: center;
  }
}

a.link_text {
  color: #253970;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a.link_text:hover {
    text-decoration: none;
  }
}

/*============================
箇条書き
============================*/
.textlist_block {
  width: 100%;
  margin: 0 auto;
}

.note {
  margin-top: 10px;
  border-bottom: none;
  margin-bottom: 0px;
}

.note li {
  margin-left: 1em;
  text-indent: -1em;
  border-bottom: none;
  margin-bottom: 0px;
}

/*============================
ページネーション
============================*/
.pagination_block {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}

.pagination_block .pagination_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
}

.pagination_block .pagination_list {
  position: relative;
  margin: 0 10px 10px;
}

.pagination_block .pagination_list.prev {
  margin: 0 30px 0 0;
}

.pagination_block .pagination_list.next {
  margin: 0 0 0 30px;
}

.pagination_block .pagination_list a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-grow: 1;
      flex-shrink: 0;
      align-content: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: solid 1px #dddddd;
  color: #333;
  line-height: 40px;
  text-align: center;
}

.pagination_block .pagination_list a:hover {
  text-decoration: none;
}

.pagination_block .pagination_list.prev a::before,
.pagination_block .pagination_list.next a::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -9px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  content: ' ';
}

.pagination_block .pagination_list.prev a::before {
  -webkit-transform: rotate(-135deg);
  margin-left: 1px;
  transform: rotate(-135deg);
}

.pagination_block .pagination_list.next a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination_block .pagination_list.is-active a {
  border-color: #253970;
  background-color: #253970;
}

.pagination_block .pagination_list.is-active a {
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .pagination_block .pagination_list:nth-child(n + 5) {
    display: none;
  }
  .pagination_block .pagination_list.next {
    display: block;
  }
  .pagination_block .pagination_list {
    position: relative;
    margin: 0 10px 10px;
  }
}

/*============================
フォーム関連
============================*/
/* input common style */
@media screen and (max-width: 767px) {
  .mypage_cont input[type='text'],
  .mypage_cont textarea {
    width: 100%;
    font-size: 16px;
  }
}

/* input text style */
.mypage_cont input[type='text'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 40px;
  padding: 10px 10px;
  border: solid 1px #808080;
}

@media screen and (max-width: 767px) {
  .mypage_cont input[type='text'] {
    padding: 8px;
  }
}

.mypage_cont input[type='text']:focus {
  border-color: #808080;
  outline: 0;
}

.input_msg + input[type='text'] {
  margin-top: 8px;
}

/* input size */
.mypage_cont input[type='text'].input_size-large {
  width: 100%;
}

/* input text style */
.mypage_cont input[type='tel'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 40px;
  padding: 10px 10px;
  border: solid 1px #808080;
}

@media screen and (max-width: 767px) {
  .mypage_cont input[type='tel'] {
    padding: 8px;
  }
}

.mypage_cont input[type='tel']:focus {
  border-color: #808080;
  outline: 0;
}

.input_msg + input[type='tel'] {
  margin-top: 8px;
}

/* input size */
.mypage_cont input[type='tel'].input_size-large {
  width: 100%;
}

/* input email style */
.mypage_cont input[type="email"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 40px;
  padding: 10px 10px;
  border: solid 1px #808080;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mypage_cont input[type="email"] {
    padding: 8px;
  }
}

.mypage_cont input[type="email"]:focus {
  border-color: #808080;
  outline: 0;
}

.input_msg + input[type="email"] {
  margin-top: 8px;
}

/* textarea style */
.mypage_cont textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 180px;
  padding: 10px;
  overflow-x: none;
  overflow-y: none;
  border: 1px solid #808080;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .mypage_cont textarea {
    resize: vertical;
  }
}

@media screen and (max-width: 767px) {
  .mypage_cont textarea {
    resize: none;
  }
}

css hack IE10 + （Edgeも全て含む）
_:-ms-lang(x), textarea {
  overflow-y: auto;
}

/* input radio style */
.input_radio_area {
  width: 100%;
  margin: 0 auto;
}

.input_radio_listbox input[type='radio']:checked + .label_text::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #253970;
  content: '';
}

.input_radio_listbox .input_radio_list {
  display: inline-block;
}

.input_radio_listbox .input_radio_list + .input_radio_list {
  margin-left: 16px;
}

.input_radio_listbox .input_radio_list label {
  display: inline-block;
}

.input_radio_listbox .input_radio_list input[type='radio'] {
  display: none;
}

.input_radio_listbox .input_radio_list .label_text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  content: '';
}

.input_radio_listbox .input_radio_list .label_text {
  position: relative;
  padding-left: 24px;
}

/* enquete */
.enquete_area {
  width: 100%;
  margin: 0 auto;
}

.enquete_title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.enquete_box .enquete_list {
  margin-bottom: 8px;
}

.enquete_box .enquete_list label {
  display: inline-block;
}

.enquete_box .enquete_list input[type="radio"] {
  display: none;
}

.enquete_box .enquete_text {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.enquete_box .enquete_text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  content: '';
}

.enquete_box input[type='radio']:checked + .enquete_text::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #253970;
  content: '';
}

.enquete_list_other {
  margin-top: 24px;
}

.enquete_list_other .enquete_list_other_msg {
  margin-bottom: 8px;
}

.enquete_area_inner > ul > li > label > span {
  padding-left: 8px;
}

.enquete_area_inner > ul > .other > p {
  margin-bottom: 8px;
}

/* sp */
@media screen and (max-width: 767px) {
  .data_table_area .enquete_list {
    padding-right: 24px;
  }
}

/* セレクトメニュー 基本スタイル*/
@media screen and (max-width: 767px) {
  .mypage_cont select {
    font-size: 16px;
  }
}

.mypage_cont .form_select {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: table-cell;
  position: relative;
}

.mypage_cont .form_select::before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
          transform: translateY(-50%);
  border-top: 5px solid #666666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  pointer-events: none;
}

.mypage_cont select {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 8px 38px 8px 8px;
  padding-right: 1em;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
          box-shadow: none;
  color: #333;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.mypage_cont select::-ms-expand {
  display: none;
}

.mypage_cont select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #808080;
  background: #ffffff;
}

.data_table_area .inputunit {
  display: inline-block;
  padding: 0 10px;
}

/* お名前 & フリガナ */
.mypage_cont .input_name1,
.mypage_cont .input_name2,
.mypage_cont .input_furigana1,
.mypage_cont .input_furigana2 {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .mypage_cont input[type='text'].input_name1,
  .mypage_cont input[type='text'].input_name2,
  .mypage_cont input[type='text'].input_furigana1,
  .mypage_cont input[type='text'].input_furigana2 {
    width: 48%;
  }
}

.mypage_cont .input_name2,
.mypage_cont .input_furigana2 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .mypage_cont .input_name2,
  .mypage_cont .input_furigana2 {
    margin-left: 0;
    float: right;
  }
}

/* パスワード */
.mypage_cont .input_password {
  width: 300px;
}

/* 郵便番号 */
.mypage_cont .data_table_area.postArea .data_table_area_inner {
  display: inline-block;
}

.mypage_cont .data_table_area.postArea .data_table_area_inner .input_post1 {
  display: inline-block;
}

.mypage_cont .post_mark {
  padding-right: 8px;
}

.mypage_cont input[type='text'].input_post1 {
  width: 80px;
  margin-right: 8px;
}

.mypage_cont input[type='text'].input_post2 {
  width: 100px;
  margin: 0 20px 0 8px;
}

/* 郵便番号　住所自動入力ボタン */
.mypage_cont .btn_auto_address {
  display: inline-block;
  padding: 8px 16px;
  background-color: #253970;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

/* 都道府県 */
.mypage_cont select.form_select_address1_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .mypage_cont .data_table_area.address1 .form_select {
    display: block;
  }
  .mypage_cont select.form_select_address1_menu {
    width: 100%;
  }
}

/* 市区町村・番地 */
.mypage_cont input[type='text'].input_address2 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mypageform_select_address1_menu {
    width: 100%;
  }
}

/* 電話番号 */
@media screen and (max-width: 767px) {
  .input_phone {
    width: 100%;
  }
}

/* 保証番号 */
@media screen and (max-width: 767px) {
  .input_num {
    width: 100%;
  }
}

/* 生年月日 */
.data_table_area_inner.birthdateArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.data_table_area_inner.birthdateArea .form_select.year select {
  width: 90px;
}

.data_table_area_inner.birthdateArea .form_select.month select {
  display: table-cell;
  width: 70px;
}

.data_table_area_inner.birthdateArea .form_select.day select {
  width: 70px;
}

/* 完了日 */
.data_table_area_inner.completeDayArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.data_table_area_inner.completeDayArea .form_select.year select {
  width: 90px;
}

.data_table_area_inner.completeDayArea .form_select.month select {
  display: table-cell;
  width: 70px;
}

.data_table_area_inner.completeDayArea .form_select.day select {
  width: 70px;
}

/* css hack  */
/* IE 游ゴシックずれ対策 */
_:-ms-input-placeholder, :root .mypage_cont .btn_auto_address {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

/*============================
テーブル
============================*/
.data_table_block {
  margin: 0 auto 70px;
}

@media screen and (min-width: 768px) {
  .data_table_block {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .data_table_block {
    padding: 0 15px;
  }
}

.data_table_caption {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .data_table_caption {
    margin-bottom: 15px;
  }
}

.data_table_block_outer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .data_table_block_outer {
    padding: 17px 15px;
    background-color: #f4f4f4;
  }
}

.data_table_block_outer .data_table_block {
  margin-bottom: 0;
  padding: 30px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .data_table_block_outer .data_table_block {
    -webkit-box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
    background-color: #ffffff;
            box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .data_table_block_outer .data_table_block:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .data_table_block_outer .data_table_block:not(:last-child) {
    margin-bottom: 20px;
  }
}

.data_table {
  width: 100%;
  margin: 0 auto;
  /*border-collapse: separate;*/
}

@media screen and (min-width: 768px) {
  .data_table {
    border-top: solid 2px #808080;
  }
}

@media screen and (max-width: 767px) {
  .data_table {
    display: block;
    border: solid 2px #808080;
    border-bottom: 0;
  }
}

.data_table_head {
  position: relative;
  margin-bottom: 10px;
}

.data_table_head .tag {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #253970;
  background: #fff;
  color: #253970;
}

.data_table_head .name {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .data_table_head .tag {
    margin-right: 15px;
  }
  .data_table_head .name + .name {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .data_table_head .name {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
  }
  .data_table_head .name + .name {
    margin-top: 0;
  }
  .data_table_head + .data_table_body {
    margin-top: 15px;
  }
}

.data_table_area .tag {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #253970;
  background: #fff;
  color: #253970;
}

@media screen and (min-width: 768px) {
  .data_table_area .tag {
    margin-right: 15px;
  }
}

.data_table_area .name {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .data_table_area .name {
    display: block;
  }
}

.data_table_body {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .data_table_body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .data_table_body .data_table_row {
    display: block;
  }
}

.data_table_body .data_table_name {
  background: #f4f4f4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .data_table_body .data_table_name {
    width: 300px;
    padding: 20px 20px;
    border: solid 2px #808080;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .data_table_body .data_table_name {
    display: block;
    width: 100%;
    padding: 9px 18px;
    border-bottom: solid 2px #808080;
  }
}

.data_table_body .data_table_name.required {
  position: relative;
}

@media screen and (min-width: 768px) {
  .data_table_body .data_table_name.required {
    padding-right: 50px;
    padding-left: 10px;
  }
}

.data_table_body .data_table_name.required::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 4px 5px;
          transform: translateY(-50%);
  background-color: #962424;
  color: #fff;
  line-height: 1;
  content: '必須';
}

.data_table_body .data_table_area {
  position: relative;
  border-top: 0;
  border-left: 0;
  background: #ffffff;
  /* メールアドレス変更ボタン */
}
.data_table_body .data_table_area .data_table_area_guide_dt {
  color: #ff0000;
}

.data_table_body .data_table_area .data_table_area_inner:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .data_table_body .data_table_area {
    padding: 18px 50px;
    border-right: solid 2px #808080;
    border-bottom: solid 2px #808080;
  }
}

@media screen and (max-width: 767px) {
  .data_table_body .data_table_area {
    display: block;
    width: 100%;
    padding: 9px 18px;
    border-bottom: 0;
    border-bottom: solid 2px #808080;
  }
}

.data_table_body .data_table_area p {
  margin-top: 4px;
}

.data_table_body .data_table_area .btn_mailchange {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
          justify-content: center;
  padding: 8px 8px 8px 16px;
  overflow: hidden;
  background-color: #253970;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.data_table_body .data_table_area .btn_mailchange::after {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-4px) translateY(4px);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
          transform: rotate(45deg) translateX(-4px) translateY(4px);
          transform-origin: center;
  border-top: 2px solid white;
  border-right: 2px solid white;
  content: '';
}

@media screen and (min-width: 768px) {
  .data_table_body .data_table_area .btn_mailchange {
    margin-left: 16px;
  }
  .data_table_body .data_table_area .btn_mailchange:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .data_table_body .data_table_area .btn_mailchange {
    width: 100%;
    margin-top: 4px;
  }
  .data_table_body .data_table_area .btn_mailchange::after {
    margin-right: 0;
    margin-left: auto;
  }
}

/* お問合せ先 */
.data_table_area.ContactArea p {
  height: 100%;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.data_table_area.ContactArea p.name {
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p.name {
    margin-top: 0;
  }
}

.data_table_area.ContactArea p.name span.txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 330px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p.name span.txt {
    vertical-align: top;
  }
}

.data_table_area.ContactArea p.name span.map {
  display: inline-block;
  position: relative;
  margin-left: 0;
  padding: 5px 10px 5px 30px;
  background: #253970;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.data_table_area.ContactArea p.name span.map::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  background: url("../img/icon_map.png") top left no-repeat;
  background-size: 40%;
  content: '';
}

.data_table_area.ContactArea p.tel a {
  position: relative;
  width: 75%;
  padding: 0px 0px 0px 40px;
  color: #253970;
  font-size: 30px;
  font-weight: bold;
}

.data_table_area.ContactArea p.tel a:hover {
  text-decoration: none;
  opacity: 1;
}

.data_table_area.ContactArea p.tel a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url("../img/icon_tel.png") top left no-repeat;
  background-size: 75%;
  content: '';
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p.tel,
  .data_table_area.ContactArea p.time {
    margin-top: 0;
  }
}

.data_table_area.ContactArea p.net {
  display: table;
  width: 330px;
  height: 50px;
}

.data_table_area.ContactArea p.net .button {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p.net {
    width: 100%;
  }
}

.data_table_area.ContactArea p.questionary {
  height: 50px;
  line-height: 50px;
}

.data_table_area.ContactArea p.net .btn2 {
  display: table-cell;
  position: relative;
  width: 238px;
  margin-left: 0px;
  padding: 0px 35px 0px 42px;
  border: #253970 solid 1px;
  background: #253970;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.data_table_area.ContactArea p.net .btn2 > span {
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .data_table_area.ContactArea p.net .btn2 > span {
    display: block;
  }
}

.data_table_area.ContactArea p.questionary {
  height: 50px;
  line-height: 50px;
}

.data_table_area.ContactArea p.questionary .btn2 {
  display: inline-block;
  position: relative;
  width: 238px;
  margin-left: 0px;
  padding: 0px 35px 0px 55px;
  border: #253970 solid 1px;
  background: #fff;
  color: #253970;
  color: #253970;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.data_table_area.ContactArea p.net .btn2:hover,
.data_table_area.ContactArea p.questionary .btn2:hover {
  text-decoration: none;
  opacity: 0.8;
}

.data_table_area.ContactArea p.net .btn2::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-top: -15px;
  background: url("../img/icon_human.png") top left no-repeat;
  background-size: 100%;
  content: '';
}

.data_table_area.ContactArea p.questionary .btn2::before {
  background: url("../img/icon_questionary.png") center no-repeat;
  background-size: 100%;
}

.data_table_area.ContactArea p.net .btn2::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.data_table_area.ContactArea p.questionary .btn2::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: '';
}

.data_table_area.ContactArea p.questionary .btn2::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: solid 2px #253970;
  border-right: solid 2px #253970;
  content: '';
}

/*============================
完了画面スタイル
============================*/
.comp_block {
  margin: 60px auto;
  text-align: center;
}

.comp_block .main_msg {
  margin-bottom: 8px;
  font-size: 18px;
}

.comp_block .sub_msg {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .comp_block {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .comp_block {
    margin: 56px auto;
    padding: 0 15px;
  }
}

.comp_btn_block {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comp_btn_block {
    padding: 0 15px;
  }
}

.comp_btn_block .button {
  margin-top: 0;
}

/*============================
住まいのご相談・ご連絡先
============================*/
/*-----------------------------------
住まいのご相談・ご連絡先
-------------------------------------*/
.contact {
  width: 100%;
  margin: 60px auto 0;
  padding: 60px 0;
  background-color: #f4f4f4;
}

.contact .contact_ttl {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}

.contact .contact_ttl span {
  display: block;
  font-size: 14px;
  line-height: 2em;
}

.contact .contact_block {
  width: 1000px;
  margin: 30px auto 0;
  overflow: hidden;
  text-align: center;
}

.contact .contact_block .contact_tel_box {
  float: left;
}

.contact .contact_block .contact_int_box {
  float: right;
}

.contact .contact_block .contact_box_title {
  margin-bottom: 20px;
  color: #253970;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

.contact .contact_block .contact_cont_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  font-size: 14px;
}

.contact .contact_block .contact_cont_box .contact_btn a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: relative;
  width: 280px;
  margin: 30px 0 0;
  padding: 20px 40px 20px 50px;
  background-color: #253970;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
}

.contact .contact_block .contact_cont_box .contact_btn a::after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: ' ';
}

.contact .contact_block .contact_cont_box br {
  display: none;
}

.contact a:hover {
  opacity: 0.7;
}

.contact .contact_block .contact_tel_box .contact_cont_box .contact_btn a {
  background-image: url("../img/icon_center.png");
}

.contact .contact_block .contact_int_box .contact_cont_box .contact_btn a {
  background-image: url("../img/icon_human.png");
}

.contact_btn a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contact .contact_block .contact_cont_box {
    min-height: 177px;
  }
  .contact.contact_only .contact_block .contact_cont_box {
    min-height: 190px;
  }
  .contact .contact_block .contact_cont_box a[href^='tel:'] {
    display: inline-block;
    pointer-events: none;
  }
  .contact .contact_block .contact_tel_box .contact_cont_box .contact_btn a {
    background-size: 25px 24px;
  }
  .contact .contact_block .contact_int_box .contact_cont_box .contact_btn a {
    background-size: 27px 34px;
  }
}

.contact .contact_block .contact_cont_box .btn_text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact .contact_block .contact_cont_box .contact_btn a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* css hack  IE10 ～ */
_:-ms-input-placeholder, :root .contact .contact_block .contact_cont_box .btn_text {
  display: inline-block;
  padding-top: 0.4em;
}

@media screen and (max-width: 767px) {
  .contact .contact_ttl {
    /* font-size: 6vw; */
  }
  .contact .contact_block {
    width: 90%;
    margin: 5% auto 0;
  }
  .contact .contact_block .contact_tel_box,
  .contact .contact_block .contact_int_box {
    width: 100%;
    margin-top: 5%;
    float: none;
  }
  .contact .contact_block .contact_cont_box {
    width: 100%;
    padding: 5%;
    line-height: 1.5em;
  }
  .contact .contact_block .contact_cont_box br {
    display: block;
  }
  .contact .contact_block .contact_cont_box .contact_btn a {
    width: 100%;
    margin: 3% 0;
    padding: 3%;
    background-position: 4% center;
    background-size: auto 50%;
    font-size: 13px;
  }
  .contact .contact_block .contact_cont_box a::after {
    right: 3%;
    margin-top: -5px;
  }
}

.contact .contact_block .contact_cont_box p.name span.map {
  display: inline-block;
  position: relative;
  margin-left: 0;
  padding: 5px 10px 5px 30px;
  background: #253970;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.contact .contact_block .contact_cont_box p.name span.map::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  background: url("../img/icon_map.png") top left no-repeat;
  background-size: 40%;
  content: '';
}

/* css hack  IE10 ～ */
_:-ms-input-placeholder, :root .contact .contact_block .contact_cont_box p.name span.map {
  display: inline-block;
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

@media screen and (min-width: 768px) {
  .contact .contact_block .contact_cont_box p.name span.txt > span + span {
    margin-left: 1em;
  }
  .contact .contact_block .contact_cont_box p.name span.map {
    margin-left: 16px;
  }
  .contact .contact_cont_box p.tel {
    margin: 4px 0;
  }
  .contact .contact_cont_box p.time span + span {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact_block .contact_cont_box p.name {
    width: 100%;
  }
  .contact .contact_block .contact_cont_box p.name span.txt {
    float: left;
    text-align: left;
    vertical-align: top;
  }
  .contact .contact_block .contact_cont_box p.name span.txt > span {
    display: block;
  }
  .contact .contact_block .contact_cont_box p.name span.map {
    float: right;
  }
  .contact .contact_block .contact_cont_box p.name {
    display: table;
  }
  .contact .contact_cont_box p.tel {
    margin: 16px 0;
  }
  .contact .contact_cont_box p.time span {
    display: block;
  }
}

.contact .contact_cont_box p.tel a {
  position: relative;
  padding: 0px 0px 0px 40px;
  color: #253970;
  font-size: 30px;
  font-weight: bold;
}

.contact .contact_cont_box p.tel a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url("../img/icon_tel.png") top left no-repeat;
  background-size: 75%;
  content: '';
}

/*============================
css hack
============================*/
/* css hack  */
_:-ms-input-placeholder,
:root .data_table_body .data_table_name.required::after {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

_:-ms-input-placeholder, :root .data_table_body .data_table_area .btn_mailchange {
  padding-top: 11px;
  padding-bottom: 5px;
}

_:-ms-input-placeholder,
:root .mypage_cont .btn_auto_address {
  padding-top: 11px;
  padding-bottom: 5px;
}

_:-ms-input-placeholder,
:root .data_table_body .data_table_area .btn_mailchange::after {
  margin-top: -0.4em;
}

_:-ms-input-placeholder,
:root .button .button_label {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

_:-ms-input-placeholder,
:root .data_table_head .tag {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

_:-ms-input-placeholder,
:root .data_table_area.ContactArea p.name span.map {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

_:-ms-input-placeholder, :root .button.loginId_info_btn .button_label {
  padding-top: 2px;
  padding-bottom: 0;
}

_:-ms-input-placeholder, :root .button-assist .button_label, :root .button-assist-outline .button_label {
  padding-top: 0.6em;
}

/* 浄水器利用状況.交換目安日(過去日) */
.data_table_body .data_table_area .data_table_area_inner {
  margin-top: 8px;
}
/* ==================================
マイページTOPに戻るボタン
================================== */
.mypage_top {
	margin-top: 80px;
	margin-bottom: 40px;
}
.mypage_top .mypage_top_btn {
	display: block;
	max-width: 340px;
	width: 90%;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s ease-in-out all;
}
.mypage_top .mypage_top_btn:hover {
	opacity: .8;
}
.mypage_top .mypage_top_btn img {
	display: block;
	width: 100%;
	height: auto;
}
/**
* 「NetオーナーズクラブのTOPに戻る」ボタン非表示
*/
#footerArea02 .ftr_inr .footerTopLinks01{
	display: none;
}

/**
* エラー表示
*/
.data_table_block .error{
    color: #FF0000;
	text-align: left;
}

.error_block .error{
    color: #FF0000;
	text-align: left;
}

.comp_block .main_msg .error{
    color: #FF0000;
}
/*-----------------------------------
 注意書き
-------------------------------------*/
.announce_block {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .announce_block {
    max-width: 1000px;
		margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .announce_block {
    padding: 0;
		margin: 0 0 15px;
  }
}

.announce_box {
  padding: 30px;
  border: solid 1px #dddddd;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .announce_box {
    padding: 15px;
  }
}

.announce_box .announce_msg {
  padding: 0 0 0 24px;
  background-image: url("../img/icon_exc.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 20px 20px;
}

.announce_box .announce_msg .clor_blue {
  color: #253970;
}
