@charset "UTF-8";

body{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.new_img_w{
  width:100%;
  margin:0!important;
}

.new_layout{
  text-align: left;
}
.new_layout .fweight_b{
  margin: 0 0 0 50px;
}

.new_layout .btn{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  text-align: center;
  background: #fff;
  max-width: 100%;
  min-width: 195px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
  margin-bottom: 6px;
  border: 1px solid #323232;
  border-radius: 6px;
  line-height: 1.7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
.btn-blank:after {
    content: "";
    background: url(/common_c/images/common/icon/icon_blank_black.svg) no-repeat left top;
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
div.contents .ymobileguide .new_layout .acc{
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #bbb;
  box-shadow: 4px 4px rgba(187,187,187,1);
  color: #333;
}
div.contents .ymobileguide .new_layout .acc_open{
  background-color: #fff;
}

div.contents .ymobileguide .new_layout .acc .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
}
div.contents .ymobileguide .new_layout .acc .icon::before,
div.contents .ymobileguide .new_layout .acc .icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 2px solid #bbb;
    transform: translateX(-50%);
    box-sizing: border-box;
}
div.contents .ymobileguide .new_layout .acc .icon::before {
    top: 0;
    left: -50%;
    margin-top: 0;
    margin-left: 1px;
    transform: rotate(90deg);
}

div.contents .ymobileguide .new_layout .icon01 {
    padding: 0 0 0 30px;
    background: url(/yservice/howto/images/android/icon-mail-list.png) no-repeat;
}
div.contents .ymobileguide .new_layout .icon02 {
    padding: 0 0 0 30px;
    background: url(/yservice/howto/images/android/icon-mail-talk.png) no-repeat;
}
.sm_con{
  display: none;
}
@media (max-width: 768px) {
  .table-adjust {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 10px;
    background: url(/common_c/images/common/icon/icon_table_scroll.png) no-repeat;
    background-position: right 5px bottom 15px;
    padding: 20px 20px 30px;
    background-size: 85px 12px;
    box-sizing: border-box;
  }
  .table-adjust .table {
    width: 768px !important;
    max-width: none !important;
  }
  .table-adjust.tbl700 > table {
    width: 700px !important;
    max-width: none !important;
  }
  .table-adjust table td:nth-child(2),
  .table-adjust table td:nth-child(3){
    text-align: left!important;
   }
  .table-adjust table td{
    background-color: #fff;
   }
  .table-adjust table td img{
    width: 50%;
  }
  .sm_con{
    display: block;
  }
  .pc_con{
    display: none;
  }
  a.modal{
    margin-bottom: 0;
  }
	table.mail_table tr td.ttl{
		font-size: 12px;
	}
	table.mail_table tr td.ttl .mail_table_img{
		min-height: 78px;
		display: flex;
		justify-content: center;
		align-items: end;
		box-sizing:border-box;
		padding-top: 10px;
	}
	table.mail_table tr td.ttl .mail_table_img img{
		width: revert-layer;
	}
	table.mail_table tr td.ttl .mail_table_txt{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 36px;
	}
	table.mail_table tr td.ttl .mail_table_txt{
		min-height: 54px;
	}
	table.mail_table tr{
		border-left: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
	}
	table.mail_table tr td{
		border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
}

div#modal,
div#modal-2,
div#modal-3,
div#modal-4,
div#modal-5 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
  z-index: 20000;
  box-sizing: border-box;
}
div.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  margin: -20px;
}
div.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  padding-top: 15px;
}
div.container .close{
  position: absolute;
  bottom: 20px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  left: 50%;
  margin-left: -31px;
}
div#modal h5,
div#modal-2 h5,
div#modal-3 h5,
div#modal-4 h5,
div#modal-5 h5 {
  padding: 5px 10px;
  font-size: 18px;
  margin: 15px;
  border-left: 3px solid #000;
  position: relative;
  font-weight: bold;
}
h5 .icon-recomend {
  background-color: #ff0033;
  borer-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.t_center{
  text-align: center;
}
div#modal h6,
div#modal-2 h6,
div#modal-3 h6,
div#modal-4 h6,
div#modal-5 h6{
  background-color: #eee;
  font-size: 16px;
  padding: 5px 10px;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
.text-link-arrow{
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
}
.text_center{
  text-align: center!important;
  margin-bottom: 10px;
}
.text-link-arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(/yservice/howto/images/icon_arrow_circle_gray.svg);
}
.text-red{
  color: #ff0033;
}
.btnc ,
a.btnc {
    position: relative;
    display: inline-flex;
    color: #ffffff;
    background-color: #3d71d3;
    border: 4px solid #000000;
    height: 80px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: drop-shadow(0px 4px 0px #000000);
    line-height: 1.4;
    font-weight: bold;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: none;
    transition: none;
    box-sizing: border-box;
}
.btn__back,
a.btn__back {
    width: 320px;
    height: 50px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    filter: drop-shadow(0px 0px 0px #000000);
    border-radius: 6px 6px 6px 6px;
}
.btn-area{
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn__back,
  a.btn__back {
    width: 80%;
  }
}

.icon-ymail{
  width: 40%;
  margin: 0!important;
  border-radius: 20%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

/* 20251017 */
.set03_gr_col2_block  {
  height: auto !important;
}
/* 20251017 */