@charset "UTF-8";
html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

.up_add {
  width: 100px;
  height: 100px;
  opacity: 0;
}

.up_add_bg {
  width: 100px;
  height: 100px;
  background-image: url(../common/img/uploder_add.png);
}

.qsList {
  max-height: 2.933333rem;
  overflow: scroll;
}

.qsRow {
  margin-top: .293333rem;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.common {
  position: relative;
}

.common ul {
  display: flex;
  width: 400px;
}

.qsRow li {
  width: 70px;
  margin-bottom: .266667rem;
}

.related {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  /* 该样式必须写在这，否则label在切换样式时，大小会发生变化*/
  border: 1px solid #767676;
  vertical-align: middle;
  margin-left: .533333rem;
}

input[type="radio"]:checked+.related {
  background: #ffc60b;
  background-clip: content-box;
  /* 规定背景的绘制区域*/
  padding: 3px;
}

.qsRow span {
  vertical-align: middle;
}

td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #323b42;
  background: #fff;
  word-break: break-all;
}

.ie11 body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #323b42;
}

#blockskip {
  background-color: #fff;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0px;
  opacity: 0;
  width: 100%;
  padding-top: 3px;
  z-index: 1001;
  border-bottom: 1px solid #ccc;
}

#blockskip.show {
  opacity: 1;
}

#resultpage #blockskip,
#detailpage #blockskip,
#procedurepage #blockskip {
  opacity: 1;
  top: -4px;
}

#resultpage #blockskip a,
#detailpage #blockskip a,
#procedurepage #blockskip a {
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 0px 3px;
  display: inline-block;
}

@media screen and (max-width:768px) {
  #resultpage #blockskip a,
  #detailpage #blockskip a,
  #procedurepage #blockskip a {
    font-size: 11px;
    padding: 0;
  }
  #resultpage #blockskip a:first-child,
  #detailpage #blockskip a:first-child,
  #procedurepage #blockskip a:first-child {
    float: left;
  }
  #resultpage #blockskip a,
  #detailpage #blockskip a,
  #procedurepage #blockskip a {
    float: right;
  }
}

.overflowHidden {
  overflow: hidden;
}

.displaynone {
  display: none;
}

.red {
  color: #de000e !important;
}

.error_msg {
  margin-bottom: 5px;
}

.error_msg strong {
  font-weight: 100;
}

.tablecell select {
  width: 55px;
}

.detail_txt select {
  width: 62px;
}

.entry_a_input .error_msg li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.green_bg {
  background: #22872B !important;
  color: #FEFFFE !important;
}

.displaytable {
  display: table;
}

.displayblock {
  display: block !important;
}

.step2_list li {
  display: none;
}

.step2_list li.fade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ie .step2_list li.fade {
  display: table;
}

.tablecell {
  display: table-cell;
  color: #bebebe;
  font-weight: bold;
}

.none2 {
  display: none !important;
}

.op0 {
  opacity: 0;
}

.ie .op0 {
  border: 0 !important;
}

select::-ms-expand {
  display: none;
}

.overflowauto {
  overflow: auto;
}

@media screen and (max-width:768px) {
  .overflowauto {
    margin-right: 16px;
  }
}


/*.iphone .readin_area_mynumber .btn a, .android .readin_area_mynumber .btn a {
    pointer-events: none !important;
    background: url(../img/sp/cmn/icn_reading.png) #bfbebe no-repeat center left;
    background-size: 20px auto;
    background-position-x: 16px;
    color: #efefef !important;
}

.iphone .readin_area_mynumber, .android .readin_area_mynumber {
    display: none;
}*/

.loader {
  pointer-events: none;
}

#intro_btn,
.moving {
  font-size: 0;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  width: 0;
  height: 0;
}

#blockskip {
  text-align: center;
}

.moving:focus {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 14px;
}

.slide-modal-content .btn a {
  font-size: 18px;
  color: #fff;
  padding: 16px 0;
  line-height: 1;
  background: #22872B;
  width: 100%;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 40px;
}

.slide-modal-content .checkarea {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 280px;
  margin: 0 auto;
  margin-top: 25px;
}

.slide-modal-content .checkarea label {
  line-height: 1.3;
  display: table;
}

.ie .slide-modal-content .checkarea label span {
  display: table-cell;
  vertical-align: middle;
}

.slide-modal-content .checkarea label input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 0px;
  margin-right: 8px;
  cursor: pointer;
  background: #fff;
}

.slide-modal-content .checkarea label input:checked {
  background: url(icn_check-2.png) no-repeat center center;
  background-size: 16px auto;
}

.slide-modal-content .checkarea label p {
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  color: #333;
  font-weight: 100;
}

.slide-modal-content .slickarea_sup {
  font-size: 0;
  padding-bottom: 40px;
}

.slickarea {
  top: 0;
  width: 100%;
  opacity: 1;
  position: relative;
}

.slickarea .number {
  text-align: center;
  margin-top: -19px;
  line-height: 1;
}

.slickarea.unslick {
  opacity: 0;
}

.slide-modal-content .slickarea_sup img {
  width: 100%;
  height: auto;
}

.slide-modal-content_wrap {
  overflow: auto;
  background: #fff;
  padding-bottom: 40px;
}

@media screen and (min-width:768px) {
  .slide-modal-content_wrap {
    padding-bottom: 40px;
  }
}

.about .slide-modal-content_wrap {
  padding-bottom: 40px;
  background: none;
}

.slider {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.about .slider {
  opacity: 1;
  max-width: 842px;
  margin: 0 auto;
}

.slider.slick-initialized {
  opacity: 1;
}

.unslick .slider {
  max-height: 515px;
}

.slide_checkarea_middle {
  padding-left: 15px;
}


/* table */

.table {
  margin: 10px 0 40px;
  border-collapse: collapse;
  max-width: 960px;
  margin: 0 auto;
}

.pittariservice-section_wrap .table {
  overflow: auto;
  min-width: 700px;
}

.table td {
  padding: 12px 16px;
  background: #fff;
}

.table td a {
  color: #D90000;
}

.table tr th {
  vertical-align: top;
  background-color: #f0f2f3;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}

.table tr th.myportal-th-width-fix {
  width: 200px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border: solid 1px #C5C0AF;
}

.table+.myportal-action {
  margin-top: -30px;
}

.table tr th span.myportal-required {
  display: inline-block;
  background-color: #D90000;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 5px;
  color: #FFFFFF;
}

.dousa_caution {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
}

.pdf_link {
  border: 1px solid #a1aeb8;
  background: #fff;
  padding: 20px 16px 20px 16px;
  display: table;
  margin-top: 20px;
}

.pdf_link .image {
  display: table-cell;
  vertical-align: middle;
}

.pdf_link p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.entry_a_input .gender legend {
  font-size: 0;
}

.manual .btns:after,
.manual .btns:before {
  content: "";
  display: table;
}

.manual .btns:after {
  clear: both!important;
}

#tabindex_main {
  outline: none;
}

.tags {
  padding: 0 0 0 47px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
}

.tags li {
  margin: 0 10px 0 0;
  border: none !important;
}

@media screen and (max-width:768px) {
  .tags {
    padding: 0;
    margin-left: 3em;
  }
  .tags li {
    margin: 0 5px 5px 0;
  }
}

.tags li span {
  padding: 4px 8px 3px;
  background-color: #d6f3fd;
  vertical-align: middle;
  border-radius: 5px;
  display: block;
}

.ie .tags li span {
  padding: 6px 8px 0;
}

.results_contents_frame .system .system_discript .e_phrase {
  margin-top: 5px;
}

.success_icn_block {
  background: #f6da5f;
  height: 0;
  -webkit-transition: .5s height 0s;
  transition: .5s height 0s;
  overflow: hidden;
}

.success_icn_block.done {
  height: 60px;
  margin-bottom: 20px;
}

.success_icn_block_inner {
  padding: 12px 20px;
  margin: 0 auto;
}

.success_icn_block .text {
  font-size: 14px;
  padding: 0 0 0 12px;
}

.success_icn_block .icn_text {
  display: table;
  margin: 0 auto;
}

.success_icn_block p strong,
.success_icn_block p span {
  font-size: 18px;
}

.success_icn_block .icn_text .image,
.success_icn_block .icn_text .text {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

@media screen and (max-width:768px) {
  .table {
    margin: 0 16px;
  }
  .dousa_caution {
    padding: 0 16px;
  }
  .pdf_link .image {
    display: block;
    padding-bottom: 10px;
  }
  .pdf_link p {
    display: block;
    padding: 0;
  }
}


/* PC */

@media screen and (min-width: 769px) {
  .pagetitle {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .kojinjouhouhogo .pagetitle {
    margin-bottom: 40px;
  }
  .pagefirsttxt {
    margin-bottom: 20px;
  }
  .pagefirsttxt p+p {
    margin-top: 20px;
  }
  .pittariservice-section_wrap h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .pittariservice-section_wrap h3+p {
    margin-bottom: 20px;
  }
  .pittariservice-section+.pittariservice-section {
    margin-top: 40px;
  }
  .back_description {
    padding-bottom: 20px;
  }
  .hint_btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }
  .hint_btn.absolute {
    bottom: 65px;
  }
  .hint_btn:hover {
    opacity: .8;
  }
  .hint_btn img {
    width: 64px;
  }
  .payment_choice strong,
  .payment_choice small,
  .step1 h3 strong,
  strong.label,
  small.label {
    font-size: 13px;
    color: #fff;
    width: 50px;
    height: 25px;
    background: #e52222;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    line-height: 25px;
    display: inline-block;
    float: right;
    font-weight: 100;
  }
  /* header    */
  .head_top_list {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    background: #edd855;
    width: 100%;
  }
  .head_top_list_inner {
    width: 900px;
  }
  .head_top_list ul {
    float: right;
  }
  .head_top_list ul li {
    float: left;
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
  }
  .head_top_list ul li:before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    left: 0;
    width: 15px;
    height: 15px;
    background: #9ED6F7;
  }
  .head_top_list ul li:after {
    content: "";
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #ffffff;
  }
  .head_top_list ul a {
    text-decoration: none;
  }
  .head_top_list ul a:hover {
    text-decoration: underline;
  }
  .head_list {
    margin-left: 250px;
    display: table;
    border-left: 1px solid #e1e1e1;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
  }
  .head_list ul {
    min-width: 910px;
  }
  .head_list ul li {
    float: left;
    width: 130px;
    display: table-cell;
    text-align: center;
  }
  .head_list ul li a {
    color: #323b42;
    text-decoration: none;
    font-size: 14px;
    line-height: 53px;
    display: block;
    border-right: 1px solid #e1e1e1;
  }
  .head_list ul li.head_list--col a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    height: 53px;
  }
  .head_list ul li span {
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
    font-size: 12px;
  }
  .head_list ul li a:hover {
    background: #faf2d9;
  }
  .service_table tbody td .mynumber_label {
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    font-weight: bold;
    width: 120px;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 0;
    padding: 5px 10px;
  }
  .line_blue+p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  h2,
  h3 {
    font-weight: 100;
  }
  .courses_h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .error_message {
    margin-bottom: 20px;
  }
  .courses_sub_h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .common_wrap {
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 30px 0;
    position: relative;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .inner {
    width: 960px;
    margin: 0 auto;
  }
  .detailpage .prefecture_select select,
  #resultpage .prefecture_select select,
  .procedurepage .prefecture_select select {
    border: 1px solid #c3c3c3;
  }
  .system_select select,
  .prefecture_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 39px;
    background: #fff;
    border: 0px solid #c3c3c3;
    box-sizing: border-box;
    padding: 0 30px 0 12px;
    color: #323b42;
    font-size: 14px;
    background: url(arrow.gif)center right no-repeat #fff;
    cursor: pointer;
  }
  .system_select {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .system_select li {
    float: left;
    width: 200px;
  }
  .system_select li:nth-child(n+2) {
    margin-left: 20px;
  }
  .system_select select {
    padding: 0 49px 0 12px;
  }
  .side .step2_list li {
    margin-top: 15px;
  }
  .side_wrap .buttons li input {
    font-size: 18px;
    color: #FEFFFB;
    padding: 11px 0;
    line-height: 1;
    background: #22872B;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    margin-top: 12px;
    font-weight: bold;
  }
  .side .step1_list,
  .side .step2_list {
    padding: 20px 16px 0px;
  }
  .buttons li input:hover {
    opacity: .8;
  }
  input {
    cursor: auto;
    font-size: 11px;
    font-weight: bold;
  }
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type=radio]:checked+.radio:before {
    opacity: 1;
  }
  .radio:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #a1aeb8;
    border-radius: 50%;
    content: '';
  }
  .radio:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f6c700;
    content: '';
    opacity: 0;
  }
  .search_keyword .search_text {
    cursor: text;
  }
  label {
    cursor: pointer;
  }
  .step2_list.nonactive h3,
  .step2_list.nonactive h4,
  .step2_list.nonactive h5 {
    color: #b4b4b4;
  }
  .step2_list.nonactive h3 span,
  .step2_list.nonactive h4 span,
  #toppage .step2_list.nonactive h5 span {
    display: none !important;
  }
  .step1_list h3 span,
  .step2_list h3 span,
  .step1_list h4 span,
  .step2_list h4 span,
  #toppage .step1_list h5 span,
  #toppage .step2_list h5 span {
    font-size: 12px;
    text-decoration: underline;
  }
  .side .step1_list h3 span,
  .side .step2_list h3 span,
  .side .step1_list h4 span,
  .side .step2_list h4 span,
  #toppage .side .step1_list h5 span,
  #toppage .side .step2_list h5 span {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
  }
  .step1_list h3 span:before,
  .step2_list h3 span:before,
  .step1_list h4 span:before,
  .step2_list h4 span:before,
  #toppage .step1_list h5 span:before,
  #toppage .step2_list h5 span:before {
    content: "";
    background: url(icn_check.png) #fff no-repeat center center;
    background-size: 14px auto;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  .step1_list h3 #allchecker-1_false:before,
  .step2_list h3 #allchecker-2_false:before,
  .step1_list h4 #allchecker-1_false:before,
  .step2_list h4 #allchecker-2_false:before,
  #toppage .step1_list h5 #allchecker-1_false:before,
  #toppage .step2_list h5 #allchecker-2_false:before {
    content: "";
    background: url(icn_check_2.png) #fff no-repeat center center;
    background-size: 14px auto;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  body {
    margin-bottom: 342px;
    background: #fff9e3;
  }
  header {
    width: 100%;
    position: relative;
    z-index: 5;
    border-top: 5px solid #f6d846;
  }
  .custom-header-certificatecorner {
    border-top: none;
  }
  header h1 {
    position: absolute;
    top: 18px;
    left: 30px;
  }
  header .head_nav {
    position: absolute;
    right: 30px;
    width: 196px;
    height: 33px;
    padding-left: 14px;
    background: #f6d846;
    z-index: 2;
    top: 0;
  }
  header .head_nav li {
    display: inline-block;
  }
  header .icn {
    position: absolute;
    right: 237px;
    top: 3px;
  }
  header .head_nav li a {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px 8px;
    color: #333;
    font-size: 13px;
    background: url(icn_howto.gif) no-repeat left center;
    padding-left: 10px;
  }
  header .head_nav li:nth-of-type(1) a {
    background: url(icn_howto.gif) no-repeat left center;
    padding: 6px 6px 6px 19px;
  }
  header .head_nav li:nth-of-type(2) a {
    background: url(icn_faq.gif) no-repeat left center;
    padding: 6px 6px 6px 13px;
  }
  .n_header {
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .custom-header-certificatecorner {
    height: 107px;
    padding-top: 50px;
  }
  .n_header h1 {
    position: absolute;
    top: 10px;
    left: 30px;
    cursor: pointer;
  }
  .custom-header-certificatecorner h1 {
    top: 60px;
  }
  .mpfooter {
    background: #f5d654;
    padding: 20px 0 12px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mpfooter .inner {
    width: 100%;
  }
  .footer_logo {
    display: inline-block;
    cursor: pointer;
  }
  .mpfooter p {
    font-size: 0;
    line-height: 1;
    margin-bottom: 12px;
  }
  .mpfooter .inner>ul {
    margin-bottom: 20px;
    line-height: 1;
    margin: 0 auto;
  }
  .mpfooter .inner>ul li {
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    background: #fbefbb;
    border-radius: 3px;
    text-decoration: none;
    margin: 0;
    margin-right: 2px;
  }
  .mpfooter .inner>ul li a {
    text-decoration: none;
    padding: 0px 9px;
    color: #333;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .footer_btn_list {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .footer_btn_list li {
    line-height: 1;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    float: left;
  }
  .footer_btn_list li:not(:first-child) {
    margin-left: 14px;
  }
  .mpfooter .copyright {
    line-height: 1;
    margin-top: 18px;
  }
  .totop_btn {
    text-align: right;
    margin-right: 30px;
  }
  /*  タイトルを固定させたい時 */
  .title_text {
    background: #fff9e3;
  }
  .fixed .title_text {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .title_text h2 {
    font-size: 30px;
    color: #323b42;
    font-weight: 100;
    line-height: 1.2;
  }
  .title_text h2 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  .title_text h2+.back_description {
    margin-top: 20px;
  }
  /* 右カラムの設定 */
  .results_contents {
    display: table-cell;
    max-width: 738px;
    vertical-align: top;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .results_contents..results_contents_none {
    text-align: center;
  }
  .fixed .results_contents {
    margin-left: 20px;
    padding-top: 60px;
    display: block;
  }
  .safari .fixed .results_contents {
    margin-left: 0px;
  }
  /* 可能な手続のcss     */
  .results_contents_frame {
    background: #fff;
    border-radius: 5px;
  }
  .results_contents_frame+.results_contents_frame {
    margin-top: 20px;
  }
  .results_contents_frame li {
    border-bottom: 1px dotted #b2b2b2;
  }
  .results_contents_frame li:last-child {
    border-bottom: 0;
  }
  .results_contents_frame .results_title {
    font-size: 22px;
    color: #323b42;
    border-bottom: 1px solid #bfc7ce;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
  }
  .results_contents_frame .results_title h3,
  .results_contents_frame .results_title h3 {
    font-weight: 100;
  }
  .results_contents_frame .results_title:before {
    content: "";
    position: absolute;
    background: url(label.gif);
    width: 18px;
    height: 26px;
    top: 0;
    left: 20px;
  }
  .results_contents_frame .system {
    padding: 30px 50px;
    border-bottom: 1px dotted #b2b2b2;
  }
  .results_contents_frame .system h5,
  .results_contents_frame .system h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    display: table;
  }
  .results_contents_frame .system h5 label,
  .results_contents_frame .system h4 label {
    display: table-cell;
    vertical-align: top;
  }
  .results_contents_frame .system:last-child {
    border: 0;
  }
  .results_contents_frame .system .system_check {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 20px;
    line-height: 1;
  }
  .label,
  .system_discript {
    padding-left: 47px;
  }
  .system .label a {
    font-size: 14px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    padding: 4px 5px;
    font-weight: 100;
  }
  .results_contents_frame .system_check input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .results_contents_frame .system_check input:checked {
    background: url(check_large.png) no-repeat center center;
    background-size: 18px auto;
  }
  .results_contents_frame .system .system_discript {
    vertical-align: middle;
    margin-top: 12px;
  }
  .results_contents_frame .system .system_discript p+p {
    margin-top: 5px;
  }
  .results_contents_frame .system .system_discript a {
    color: #de000e;
    text-decoration: underline;
  }
  .results_contents_frame .system_discript dt {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }
  .results_contents_frame .system_discript dt span {
    display: block;
    vertical-align: top;
    font-weight: bold;
  }
  .results_contents_frame .external {
    display: inline;
    color: #A1A1A1;
  }
  .results_contents_frame .system_discript dt .label:hover {
    opacity: .8;
  }
  .results_contents_frame .system_discript dt span a {
    color: #333;
  }
  .results_contents_frame .system_discript dt .label {
    width: auto;
    position: relative;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .results_contents_frame .system_discript dt .label small {
    font-size: 14px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    padding: 4px 5px;
    font-weight: 100;
  }
  .results_contents_frame .system_discript dt .acceptance_period {
    font-size: 12px;
    margin-top: 10px;
  }
  .results_contents_frame .system_discript dd {
    line-height: 1.8;
  }
  .results_contents_frame .system_discript dd a {
    color: #de000e;
    text-decoration: underline;
  }
  /* detail_outline */
  .detail_outline section {
    border-bottom: 1px solid #c1bcad;
    padding: 0 20px 16px;
    margin-bottom: 16px;
  }
  .detail_outline h3 {
    font-size: 18px;
    color: #323b42;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .detail_outline p {
    color: #323b42;
  }
  .detail_outline a {
    color: #de000e;
  }
  .detail_outline li {
    line-height: 1.5;
  }
  .detail_outline li:not(:first-child) {
    margin-top: 10px;
  }
  .detail_outline p.caution {
    margin-top: 20px;
  }
  /*  procedure_detail    */
  .detail_outline .procedure_detail dl {
    padding-left: 0;
    border: 0;
    margin: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .detail_outline .procedure_detail li {
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .detail_outline .procedure_detail>ul>li:not(:first-child) {
    margin-top: 20px;
  }
  .detail_outline .procedure_detail dt {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .detail_outline .procedure_detail dt span {
    margin-right: 10px;
    float: left;
  }
  strong.label,
  small.label {
    float: left;
    display: table;
    margin-right: 10px;
    padding-left: 0;
    text-indent: 0;
    width: auto;
    padding: 0 10px;
  }
  .file_choice .flex {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 2;
  }
  .file_choice .flex span {
    margin-right: 10px;
    display: block;
  }
  .file_choice.forlabel .flex span {
    float: left;
    width: 100%;
    margin: 0;
  }
  .file_choice .flex strong.label,
  .file_choice .flex small.label {
    display: inline-table;
    float: none;
  }
  .file_choice.forlabel .flex small.label {
    display: inline-block;
    float: left;
    margin-top: 4px;
  }
  .detail_outline .procedure_detail dd {
    margin-left: 10px;
    margin-top: 5px;
  }
  .detail_outline .procedure_detail dd:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .detail_outline .procedure_detail dd ul {
    margin-bottom: 10px;
  }
  .procedure_detail_more {
    background: #fff;
    border: 1px solid #a1aeb8;
    padding: 16px;
    font-size: 12px;
  }
  .detail_outline .procedure_detail .procedure_detail_close {
    position: relative;
    display: inline-block;
    padding-left: 2em;
    cursor: pointer;
    text-decoration: underline;
  }
  .detail_outline .procedure_detail .procedure_detail_close:hover {
    opacity: .8;
  }
  .detail_outline .procedure_detail .procedure_detail_close:before {
    content: "<<";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    left: 10px;
    line-height: 1.4;
  }
  .detail_outline .procedure_detail .procedure_detail_close:hover:before {
    left: 5px;
  }
  .detail_outline .procedure_detail .procedure_detail_btn-more {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 1em;
    text-decoration: underline;
  }
  .detail_outline .procedure_detail .procedure_detail_btn-more:hover {
    opacity: .8;
  }
  .detail_outline .procedure_detail .procedure_detail_btn-more:after {
    content: ">>";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    right: -5px;
    line-height: 1.4;
    top: 0;
  }
  .detail_outline .procedure_detail .procedure_detail_btn-more a,
  .procedure_detail_close a {
    color: #323b42;
  }
  .detail_outline .procedure_detail .procedure_detail_btn-more:hover:after {
    right: -10px;
  }
  .detail_outline .procedure_detail li ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .upload_frame {
    background: #fff;
    border: 1px solid #a1aeb8;
    padding: 16px;
    margin-bottom: 40px;
  }
  .upload_frame dt {
    margin-bottom: 4px;
  }
  .upload_frame dd p:not(:first-child) {
    margin-top: 15px;
  }
  .line_blue {
    font-size: 22px;
    color: #323b42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #a1aeb8;
    margin-bottom: 30px;
  }
  .line_blue span {
    border-left: 5px solid #7cd8f9;
    padding-left: 18px;
    position: relative;
    font-weight: bold;
  }
  .line_blue span:before {
    position: absolute;
    content: "";
  }
  .third_head {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 100;
    color: #323b42;
    margin-bottom: 16px;
    line-height: 1;
  }
  .service_table_wrap {
    margin-bottom: 40px;
  }
  .service_table {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #a1aeb8;
    border-radius: 3px;
  }
  .service_table thead {
    text-align: center;
    background: #f0f2f3;
    height: 34px;
    color: #323b42
  }
  .service_table thead th {
    height: 34px;
    vertical-align: middle;
    width: 79%;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
  }
  .service_table thead {
    font-size: 16px;
    color: #323b42;
  }
  .service_table tbody tr.on {
    background: #ffdd60;
  }
  .service_table tbody .unactive th {
    font-weight: 100;
  }
  .service_table tbody td:first-child,
  .service_table tbody th {
    height: 68px;
    font-size: 16px;
    text-align: left;
    padding: 10px 16px;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    vertical-align: middle;
  }
  .service_table tbody td .neednumber {
    display: block;
    padding: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .service_table tbody td .recommend_input p {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
  }
  .service_table tbody td .recommend_input {
    margin-top: 25px;
  }
  .service_table tbody td .recommend_input span {
    padding-left: 0px;
    font-weight: bold;
  }
  .service_table tbody td .caution_e {
    padding-left: 0;
    font-weight: 100;
    font-size: 14px;
  }
  .service_table tbody td span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 100;
  }
  .service_table tbody td {
    border-bottom: 1px solid #a1aeb8;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    font-size: 14px;
    min-width: 200px;
  }
  .service_table tbody td .download_btn {
    background: #e81153;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px;
    width: 160px;
    height: 34px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: bold;
  }
  .safari .service_table tbody td .download_btn {
    letter-spacing: -1px;
  }
  .service_table tbody td ul li:not(:first-child) {
    margin-top: 10px;
  }
  .service_table tbody td ul li.mailbtn p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 34px;
  }
  .title_sub_text {
    margin-bottom: 40px;
  }
  .attention_beginning {
    margin-bottom: 40px;
  }
  .attention_beginning a {
    color: #de000e;
    text-decoration: underline;
  }
  /* 矢羽    */
  .courses_a {
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
  }
  .courses_a_wrap {
    width: auto;
    margin-bottom: 40px;
  }
  .courses_a ol {
    overflow: hidden;
    min-width: 100%;
  }
  .courses_a li {
    float: left;
    height: 50px;
    padding: 0px 10px;
    padding-right: 5px;
    box-sizing: border-box;
    background: #eef2f4;
    position: relative;
    margin-right: 23px;
    color: #676f75;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
  .courses_a li span {
    display: block;
  }
  .courses_a li:first-child {
    padding-left: 20px;
  }
  .courses_a li:last-child {
    padding-right: 20px;
    margin-right: 0;
  }
  .courses_a li.active {
    background: #ffcc12;
    color: #323b42;
  }
  .courses_a li:first-child.active:after {
    content: "";
    background: url(yabane_yellow_right1.png);
    background-size: 100% auto;
    width: 23px;
    height: 50px;
    display: block;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .courses_a li.active:after {
    content: "";
    background: url(yabane_yellow_right1.png);
    background-size: 100% auto;
    width: 23px;
    height: 50px;
    display: block;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .courses_a li.active:before {
    content: "";
    background: url(yabane_gray_right2.png);
    background-size: 100% auto;
    width: 23px;
    height: 50px;
    display: block;
    position: absolute;
    left: -22px;
    top: 0;
    z-index: 23;
  }
  .courses_a li:after {
    content: "";
    background: url(yabane_gray_right1.png);
    background-size: 100% auto;
    width: 23px;
    height: 50px;
    position: absolute;
    right: -23px;
    top: 0;
    z-index: 23;
  }
  .courses_a li:last-child:before {
    content: "";
    background-size: 100% auto;
    width: 23px;
    height: 50px;
    position: absolute;
    left: -23px;
  }
  .courses_a li:last-child:after {
    display: none;
  }
  /* btn   */
  .btns {
    position: relative;
    margin-top: 60px;
    display: flex;
  }
  .btns .submit_btn {
    float: none;
    margin: 0 auto;
    width: 250px;
    position: relative;
  }
  .submit_btn a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: url(arrow_migi.png)no-repeat center right #e81153;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttons_wrap .buttons li:nth-of-type(2) input,
  .results_contents .btns li:nth-of-type(2) input,
  .submit_btn input {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: url(arrow_migi.png)no-repeat center right #e81153;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    display: block;
    cursor: pointer;
    font-weight: bold;
  }
  .submit_btn a:hover,
  .submit_btn input:hover {
    opacity: .8;
  }
  /* btn 2つ */
  .btns.way2 {
    text-align: center;
  }
  .btns.way2 ul {
    letter-spacing: -.4em;
  }
  .btns.way2 ul li {
    letter-spacing: normal;
  }
  .btns.way2 .submit_btn {
    display: inline-block;
  }
  .btns.way2 .submit_btn_right {
    margin-left: 60px;
  }
  .btns.way2 .submit_btn input {
    font-size: 16px;
  }
  .btns.way2 .submit_btn_right input:not(.btn_app_exec) {
    background-color: #22872B;
  }
  .temporarily_saved {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 60px;
  }
  .temporarily_saved a,
  .temporarily_saved input {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    height: 60px;
    display: block;
    line-height: 60px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    background: #22872B;
    border-radius: 5px;
  }
  .temporarily_saved a:hover,
  .temporarily_saved input:hover {
    opacity: .8;
  }
  .next_text {
    font-size: 12px;
    text-align: left;
    position: absolute;
  }
  .btn_next a,
  .btn_back a,
  .btns .btn_back2 a,
  .btn_back input {
    font-size: 16px;
    color: #667480;
    line-height: 1;
    padding: 16px;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    min-width: 100px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
    /* margin-top: 60px; */
    background: none;
    font-weight: bold;
    display: inline-block;
  }
  .totop_btn_back input,
  .totop_btn_back a {
    margin: 0 auto;
    font-size: 16px;
    color: #667480;
    line-height: 1;
    padding: 16px;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 182px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
    margin-top: 60px;
    background: none;
    font-weight: bold;
  }
  .btns .btn_back {
    /* position: absolute; */
    left: 0;
    top: 0px;
    z-index: 2;
    text-align: center;
  }
  .bottomText {
    color: #bebebe;
    text-align: center;
    margin-top: 20px;
  }
  .btns .btn_back2 {
    position: absolute;
    left: 450px;
    /* top: -60px; */
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    background-color: #ed4070;
    border-radius: 5px
  }
  .btns.have_check .btn_back {
    top: 41px;
  }
  .btns .btn_next {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
  }
  .btns .btn_next a,
  .btns .btn_back a,
  .btns .btn_back input {
    margin-top: 0;
  }
  /* 確認チェックボックス */
  .btns.have_check .confirm_check {
    text-align: center;
    margin-bottom: 20px;
  }
  .btns.have_check .confirm_check input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    background: #fff;
  }
  .btns.have_check .confirm_check input:checked {
    background: url(check_large.png) no-repeat center center #fff;
    background-size: 18px auto;
  }
  .btns.have_check .confirm_check label {
    vertical-align: middle;
  }
  /* アップロード画面とインプット画面 */
  .input_block,
  .upload_block {
    max-width: 960px;
    margin: 0 auto;
  }
  .error_caution+.upload_block {
    margin-top: 20px;
  }
  .input_block+.input_block,
  .upload_block+.upload_block {
    margin-top: 40px;
  }
  /* エントリーフォーム */
  .entry_a_input {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #a1aeb8;
    border-bottom: 0;
    border-right: 0;
    overflow: auto;
    position: relative;
    border-left: 0;
  }
  .entry_a_input>dl,
  .secret_area dl {
    display: table;
    min-width: 100%;
  }
  .entry_a_input .entry_check_detail .entry_a_input_dd_block {}
  .entry_a_input dd .entry_a_input_dd_block:nth-child(n+2) {
    margin-top: 10px;
  }
  .entry_a_input .entry_a_input_dd_block legend,
  .entry_a_input .entry_a_input_dd_block p {
    margin-bottom: 5px;
  }
  .entry_a_input .entry_a_input_dd_block textarea {
    max-width: 648px;
    line-height: 32px;
  }
  .entry_a_input>dl>dt,
  .secret_area dt {
    width: 250px;
    min-width: 250px;
    background: #f0f2f3;
    font-weight: bold;
    height: 80px;
    padding: 10px 16px;
    box-sizing: border-box;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    position: relative;
    border-left: 1px solid #a1aeb8;
  }
  .entry_a_input .thead_dt dt {
    background: transparent;
    font-size: 0;
    border: 0;
    height: auto !important;
  }
  .entry_a_input .thead_dt dd {
    text-align: center;
    font-size: 18px;
    background: #fff9e3;
    border-right: 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 0;
  }
  .entry_a_input .thead_dt span,
  .comparison_base .close_btn a {
    font-size: 10px;
    background: url(icn_delete.png)no-repeat center top;
    padding-top: 12px;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    margin-left: 10px;
    font-weight: 100;
  }
  .entry_a_input dt.applier:before {
    content: '申請者';
    font-size: 12px;
    display: block;
    font-weight: 100;
  }
  .entry_a_input>dl>dd,
  .secret_area dd {
    background: #fff;
    height: 100%;
    display: table-cell;
    border-bottom: 1px solid #a1aeb8;
    padding: 12px 30px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    min-width: auto;
    border-right: 1px solid #a1aeb8;
    word-break: break-all;
  }
  .entry_a_input>dl.address_border>dd {
    padding-left: 0;
    padding-right: 0;
  }
  .entry_a_input>dl>dd .address_block {
    margin-bottom: 15px;
    padding: 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #a1aeb8;
  }
  .entry_a_input>dl>dd .address_block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .entry_a_input>dl>dd .address_block dt {
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
  }
  .entry_a_input>dl>dd .address_block dd {
    overflow: hidden;
  }
  .entry_a_input dd span {
    display: block;
  }
  .entry_check_detail dd span {
    display: inline-block;
  }
  .entry_a_input dd .forewordspan {
    margin-bottom: 5px;
  }
  .entry_a_input dd .comparison1 {}
  .entry_a_input dd .place {
    overflow: hidden;
  }
  .entry_a_input dd .place li {
    float: left;
    width: 150px;
  }
  .entry_a_input dd .place li:nth-child(n+2) {
    margin-top: 0px;
    margin-left: 20px;
  }
  .entry_a_input .name1 .input,
  .entry_a_input .name2 .input,
  .entry_a_input .address .input,
  .entry_a_input .mailaddress .input {
    max-width: 400px;
    float: left;
    width: 56%;
  }
  .entry_a_input .ad_number .input {
    width: 16%;
    min-width: 111px;
  }
  .entry_a_input .fax .input,
  .entry_a_input .telephone .input {
    max-width: 100px;
    float: left;
    width: 12%;
    min-width: 84px;
  }
  .entry_a_input .fax .hyphen,
  .entry_a_input .telephone .hyphen {
    float: left;
    line-height: 32px;
    padding: 0 10px;
  }
  .entry_a_input .input+span {
    float: left;
    line-height: 32px;
    padding-left: 20px;
    line-height: 1;
    margin-top: 10px;
  }
  .entry_a_input .birth select {
    width: 100%;
    height: 30px;
  }
  .entry_a_input .age select {
    width: 160px;
    height: 30px;
  }
  .entry_a_input .birth ul {
    overflow: hidden;
  }
  .entry_a_input .birth li {
    float: left;
    width: 20%;
  }
  .entry_a_input .region li:not(:first-child) {
    margin-left: 20px;
  }
  .entry_a_input .region ul {
    overflow: hidden;
  }
  .entry_a_input .region li {
    float: left;
    width: 40%;
  }
  .entry_a_input .birth li:not(:first-child) {
    margin-left: 20px;
  }
  .entry_a_input .gender li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
  }
  .entry_a_input .nation select {
    width: 260px;
    height: 30px;
  }
  .entry_check input[type=radio],
  input[type=radio] {
    /* opacity: 0; */
    /* width: 0; */
    overflow: hidden;
    border: 0;
    padding: 0;
    height: 0;
    /* margin: 0; */
  }
  .other_li input[type=radio] {
    display: block;
  }
  .readin_area {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #a1aeb8;
    background: #fff;
    padding: 20px 16px 20px 16px;
  }
  .readin_area .text_btn {
    display: table;
    width: 100%;
  }
  .readin_area .text_btn+.text_btn {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #a1aeb8;
  }
  .readin_area .text {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
  }
  .readin_area .text p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .readin_area .text p.reading_caution {
    font-size: 12px;
    margin-top: 2px;
  }
  .readin_area .btn {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
  }
  .manual .readin_area .btn a {
    background: #22872B;
    padding: 0;
  }
  .readin_area .btn a,
  .readin_area .btn input {
    display: block;
    text-align: center;
    padding: 11px 0;
    height: 50px;
    background: #53626e;
    color: #FEFFFE;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    background: url(icn_reading.png) #22872B no-repeat center left;
    background-position-x: 20px;
    background-size: 20px auto;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
  }
  .firefox .a_interruption_btns2 .btn a:focus,
  .firefox .green_bg:focus,
  .firefox .btn_green a:focus,
  .firefox .slick-prev:focus,
  .firefox .slick-next:focus,
  .firefox .readin_area .btn a:focus,
  .firefox .slide-modal-content .btn a:focus {
    box-shadow: 0px 0px 1px 1px #000000;
    -moz-box-shadow: 0px 0px 1px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px 1px #000000;
  }
  .readin_area .btn a:hover,
  .readin_area .btn input:hover {
    opacity: .8;
  }
  .bottom_reading_area .readin_area .btn a {
    text-align: center;
    padding: 11px 0;
    height: 50px;
    color: #FEFFFE;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background: #22872B;
    background-position-x: 20px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry_a_input .entry_check li {
    display: inline-block;
    line-height: 24px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 24px;
  }
  .entry_a_input .entry_check li .input {
    display: inline-block;
  }
  .entry_a_input .entry_check li .search_text {
    margin-left: 10px;
    width: 100% !important;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
    border: 1px solid #d0d6db;
    box-sizing: border-box;
    background: #f6f7f7;
    font-weight: 100;
    line-height: 24px;
    margin-left: 10px;
  }
  .radio,
  .entry_a_input .radio {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
  }
  input:focus+.radio,
  .entry_a_input input:focus+.radio {
    outline-color: rgb(59, 153, 252);
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 5px;
  }
  .ie input:focus+.radio,
  .ie .entry_a_input input:focus+.radio {
    outline-color: rgb(59, 153, 252);
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 0px;
    box-shadow: 0px 0px 1px 1px #000000;
    -moz-box-shadow: 0px 0px 1px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px 1px #000000;
  }
  .entry_a_input .file_choice_license p {
    margin-top: 10px;
  }
  .entry_a_input .multiple .input {
    line-height: 1;
  }
  .entry_a_input .multiple textarea {
    height: 100px;
    padding: 10px 16px;
    max-width: 649px;
  }
  .entry_a_input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    border: 0px solid #c3c3c3;
    box-sizing: border-box;
    padding: 0 30px 0 12px;
    font-size: 14px;
    background: url(select_gray.gif)center right no-repeat #e5e8ea;
    cursor: pointer;
  }
  /* .entry_a_input select:disabled {
        background-color: #dadada;
        cursor: not-allowed;
    } */
  .entry_a_input select::-ms-expand {
    display: none;
  }
  .entry_input_wrap,
  .ad_number_wrap {
    overflow: hidden;
  }
  .address .ad_number_wrap {
    float: left;
    width: 132px;
  }
  .address .address_btn_green {
    float: left;
  }
  @media screen and (min-width:768px) and (max-width:960px) {
    .address .ad_number_wrap {
      float: left;
      max-width: 430px;
    }
    .address .address_btn_green {
      float: left;
      margin-top: 10px;
      clear: left;
    }
  }
  .address .address_btn_green a {
    margin-top: 0;
  }
  .con2_inner li input,
  .example_list_cont li input,
  .tab_content .list_block li input,
  .entry_check input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: -1px;
    background: #fff;
    display: inline-table;
  }
  .ie .con2_inner li input,
  .ie .example_list_cont li input,
  .ie .tab_content .list_block li input,
  .ie .entry_check input[type=checkbox] {
    display: table-cell;
    min-width: 20px;
  }
  .tab_content legend {
    font-size: 0;
  }
  .example_list_cont li input:checked,
  .tab_content li input:checked,
  .entry_check input:checked {
    background: url(icn_check.png) #fff no-repeat center center;
    background-size: 14px auto;
  }
  .selected_text {
    display: inline-block;
  }
  .selected_text p {
    font-size: 18px;
    font-weight: bold;
  }
  .mailaddress .selected_text p strong {
    font-size: 14px;
    font-weight: 100;
    display: block;
  }
  .btn_green a {
    display: block;
    text-align: center;
    height: 32px;
    background: #53626e;
    color: #fefffe;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    background: #22872B;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 32px;
    width: 250px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    font-weight: bold;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .telephone .btn_green a {
    width: 180px;
  }
  .btn_green a:hover {
    opacity: .8;
  }
  .entry_check .search_text,
  .search_text {
    width: 100% !important;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 16px 0 16px;
    height: 32px;
    border: 1px solid #d0d6db;
    box-sizing: border-box;
    background: #f6f7f7;
    font-weight: 100;
  }
  .entry_check .search_text:disabled,
  .search_text:disabled {
    background: #dadada;
    cursor: not-allowed;
  }
  .attntion_icn_block {
    background: #caeff8;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 960px;
    margin-bottom: 20px;
  }
  .attntion_icn_block .text {
    font-size: 14px;
    padding: 0 0 0 12px;
  }
  .attntion_icn_block .icn_text {
    display: table;
    margin: 0 auto;
  }
  .attntion_icn_block p strong,
  .attntion_icn_block p span {
    font-size: 18px;
  }
  .attntion_icn_block .icn_text .image,
  .attntion_icn_block .icn_text .text {
    display: table-cell;
    vertical-align: middle;
  }
  .bottom_reading_area {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .bottom_reading_area p {
    margin-bottom: 15px;
  }
  .bottom_reading_area .readin_area .btn input {
    display: block;
    text-align: center;
    padding: 11px 0;
    height: 50px;
    background: #53626e;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background: #22872B;
    background-position-x: 20px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
  }
  /* ボタン二つが真ん中寄せになるとき  */
  .btns_center {
    max-width: 960px;
    margin: 0 auto;
  }
  .btns_center ul {
    max-width: 520px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
  }
  .btns_center .submit_btn {
    margin: 0 auto;
    width: 250px;
    float: right;
  }
  .btns_center .temporarily_saved {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 60px;
    width: 250px;
    float: left;
  }
  .btns_center .temporarily_saved a,
  .btns_center .temporarily_saved input {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    height: 60px;
    display: block;
    line-height: 60px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    background: #22872B;
    border-radius: 5px;
  }
  .btns_center .btn_back a,
  .btns_center .btn_back input {
    font-size: 16px;
    color: #667480;
    line-height: 1;
    padding: 20px 1px;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 100px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
    height: 60px;
  }
  .caution_e {
    display: block;
    font-weight: 100;
  }
  .attention {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
  }
  .terms {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .terms>h1,
  .terms>h2,
  .terms>h3,
  .terms>h4,
  .terms>h5,
  .terms>h6 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #323b42;
    border-bottom: 1px solid #a1aeb8;
  }
  .terms .terms_frame {
    padding: 10px;
    overflow: auto;
    height: 160px;
    border: 1px solid #e6e6e6;
    background: #fff;
  }
  .terms .agree {
    text-align: center;
    margin-top: 20px;
  }
  .java_caution {
    margin-top: 20px;
  }
  .institutions li {
    float: left;
  }
  .institutions li:not(:first-child) {
    margin-left: 15px;
    margin-top: 0;
  }
  .institutions li a {
    font-size: 16px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    padding: 2px 5px;
    font-weight: 100;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
  }
  .institutions li a:hover {
    opacity: .8;
  }
  .totop_btn_side {
    float: none;
    margin: 0 auto;
  }
  .totop_btn_side a {
    font-size: 14px;
    color: #667480;
    line-height: 1;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: bold;
  }
  .error_caution {
    display: table;
    color: #de000e;
  }
  .error_caution p {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5;
  }
  .error_caution p:first-child {
    padding-right: 5px;
  }
  .error_caution p span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://app.oss.myna.go.jp/resources/img/cmn/error_caution.png);
    font-size: 0;
    background-size: 100% auto;
  }
  .error_caution>strong {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5;
    padding-left: 5px;
    font-weight: 100;
  }
  .error_caution p strong {
    font-weight: 100;
  }
  .a_interruption_btns p {
    font-size: 16px;
  }
  .a_interruption_btns p span {
    font-weight: 100 !important;
    font-size: 14px;
  }
  .a_interruption_btns li {
    overflow: hidden;
    padding: 20px 16px;
    border-bottom: 1px solid #a1aeb8;
    display: table;
    width: 100%;
  }
  .a_interruption_btns .text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    word-break: break-all;
  }
  .a_interruption_btns .btn {
    width: 250px;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .a_interruption_btns .btn a,
  .a_interruption_btns .btn input {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: #e81153;
    width: 250px;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
  }
  .a_interruption_btns .btn a:hover,
  .a_interruption_btns .btn input:hover {
    opacity: .8;
  }
  .a_interruption_btns {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #a1aeb8;
    border-bottom: 0;
    margin-bottom: 40px;
    max-width: 960px;
  }
  .a_interruption_btns .a_interruption_form {
    margin-top: 20px;
  }
  .a_interruption_btns .mail_form_text1 {
    border-bottom: 1px dotted #b5b5b5;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .a_interruption_btns .search_text {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 16px 0 16px;
    height: 32px;
    border: 1px solid #d0d6db;
    box-sizing: border-box;
    background: #f6f7f7;
  }
  .a_interruption_btns .mail_form_text2 .search_text {
    margin-top: 12px;
    border: 1px solid #dcdfe4;
    background: #dcdfe4;
  }
  .a_interruption_btns .mail .entry_a_input {
    margin-top: 20px;
  }
  .a_interruption_btns .a_interruption_form .mail_form .input {
    max-width: 400px;
    float: left;
    width: 56%;
  }
  .a_interruption_btns .mail_form span {
    float: left;
    line-height: 32px;
    padding-left: 20px;
    line-height: 1;
    margin-top: 10px;
  }
  .mail_register_modal p span {
    /* font-weight: 100 !important; */
    font-size: 14px;
    display: block;
  }
  .mail_register_modal li {
    overflow: hidden;
    width: 100%;
    margin-top: 29px;
  }
  .mail_register_modal .text {
    vertical-align: middle;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .mail_register_modal .text dt,
  .mail_register_modal .text h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .mail_register_modal .btn {
    width: 320px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  .mail_register_modal .btn a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: #e81153;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mail_register_modal .btn input {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: #e81153;
    width: 250px;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .mail_register_modal .btn a:hover,
  .mail_register_modal .btn input:hover {
    opacity: .8;
  }
  .mail_register_modal .a_interruption_form {
    margin-top: 7px;
  }
  .mail_register_modal .mail_form_text1 {
    border-bottom: 1px dotted #b5b5b5;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .mail_register_modal .mail_form_text2 .search_text {
    /* margin-top: 6px; */
    background: #dcdfe4;
  }
  .mail_register_modal .mail .entry_a_input {
    margin-top: 20px;
  }
  .mail_register_modal .a_interruption_form .mail_form .input {
    max-width: 400px;
    width: 56%;
  }
  .mail_register_modal .mail_form .forewordspan {
    /* float: left; */
    /* line-height: 32px; */
    /* line-height: 1; */
    margin-bottom: 5px;
    display: block;
  }
  /* PC modal */
  .mail_register_modal {
    position: fixed;
    display: none;
    z-index: 102;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 20px 30px 30px;
    border-bottom: 0;
    max-width: 670px;
  }
  .mail_register_modal .con2_inner {
    overflow: auto;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
  }
  #con1 {
    padding: 20px 15px 30px;
    width: 100%;
    border-radius: 0;
    position: fixed;
    display: none;
    z-index: 102;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 20px 30px 30px;
    border-bottom: 0;
    max-width: 670px;
    opacity: 1;
  }
  .slide-modal-content {
    padding: 20px 15px 30px;
    width: 100%;
    border-radius: 0;
    position: fixed;
    display: none;
    z-index: 102;
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px;
    border-bottom: 0;
    max-width: 670px;
    opacity: 1;
    overflow: auto;
    max-height: 750px;
  }
  #con1 .text {
    padding-top: 45px;
    font-size: 14px;
    font-weight: bold;
  }
  .mail_register_modal p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 18px;
  }
  .modal-overlay,
  .modal-overlay2 {
    z-index: 101;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .modal-open {
    text-decoration: underline;
  }
  .modal-close {
    text-decoration: underline;
    display: block;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .slide-modal-content p {
    overflow: hidden;
    width: 49px;
    height: 53px;
    margin-left: auto;
    background: #fff;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  .slide-modal-content .modal-close {
    position: static;
    background: #fff;
    display: inline-block;
    float: right;
  }
  .mail_register_modal .search_keyword {
    position: relative;
    margin: 25px 0 0;
  }
  .mail_register_modal .search_keyword .btn_submit {
    font-size: 0;
    border: 0;
    background: url(icn_search2.png) no-repeat center center;
    width: 20px;
    background-size: 20px auto;
    height: 20px;
    position: absolute;
    right: 0;
    top: 11px;
    right: 18px;
  }
  @media screen and (max-width:950px) and (min-width:768px) {
    .entry_a_input .input+span {
      display: block;
      clear: both;
      float: none;
      padding-top: 10px;
      padding-left: 0;
      margin-top: 0;
    }
  }
  @media screen and (max-width:1000px) {
    .results_contents_frame .system_discript dt span {
      display: block;
      width: 100%;
      text-align: left;
    }
    .results_contents_frame .system_discript dt .label {
      text-align: left;
      position: static;
    }
    .results_contents_frame .system_discript dt .label a {
      color: #333;
    }
  }
  @media screen and (max-width:980px)and (min-width:769px) {
    /* ボタン二つが真ん中寄せになるとき  */
    .btns_center ul {
      max-width: 400px;
      margin: 0 auto;
      margin-top: 60px;
      overflow: hidden;
    }
    .btns_center .submit_btn {
      margin: 0 auto;
      width: 186px;
      float: right;
    }
    .btns_center .temporarily_saved {
      margin: 0 auto;
      text-align: center;
      color: #fff;
      height: 60px;
      width: 186px;
      float: left;
    }
    .btns_center .temporarily_saved a,
    .btns_center .temporarily_saved input {
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      height: 60px;
      display: block;
      line-height: 60px;
      -webkit-transition: .3s opacity;
      transition: .3s opacity;
      background: #22872B;
      border-radius: 5px;
    }
    .btns_center .btn_back a,
    .btns_center .btn_back input {
      font-size: 16px;
      color: #667480;
      line-height: 1;
      padding: 20px 1px;
      border: 1px solid #65737f;
      border-radius: 5px;
      text-decoration: none;
      display: block;
      width: 100px;
      text-align: center;
      -webkit-transition: .3s;
      transition: .3s;
      height: 60px;
      box-sizing: border-box;
    }
  }
}

@media screen and (max-width: 830px) {
  .btns.way2 .submit_btn_left {
    margin-left: 50px;
  }
  .btns.way2 .submit_btn_right {
    margin-left: 30px;
  }
}


/* SP用 */

@media screen and (max-width: 768px) {
  .ie body {
    width: 100%;
  }
  .common ul {
    display: flex;
    width: 280px;
  }
  select {
    font-size: 16px;
  }
  .pagetitle {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0 16px;
    font-weight: 100;
    padding-top: 30px;
  }
  .pagefirsttxt {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .pagefirsttxt p+p {
    margin-top: 20px;
  }
  .pittariservice-section ul {
    padding: 0 16px;
  }
  .pittariservice-section_wrap h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 100;
    padding: 0 16px;
  }
  .pittariservice-section_wrap h3+p {
    margin-bottom: 20px;
    padding: 0 16px;
  }
  .pittariservice-section+.pittariservice-section {
    margin-top: 40px;
  }
  .heightadj {
    width: 50% !important;
    margin: 0 auto;
  }
  .back_description {
    margin: 0 16px;
    margin-bottom: 20px;
    padding: 0;
  }
  .title_text .back_description {
    margin: 0;
    margin-bottom: 0px;
  }
  .prefecture_select {
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    background: url(border2.gif) no-repeat center center #fff;
    background-size: 1px auto;
  }
  #toppage .prefecture_select {
    border: 1px solid #a1aeb8;
  }
  .prefecture_select li {
    width: 50%;
    margin: 0 6px;
    position: relative;
    border-radius: 0;
    display: table-cell;
    background-size: 9px auto;
  }
  .prefecture_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px;
    background: none;
    border: 0px solid #c3c3c3;
    box-sizing: border-box;
    padding: 0 30px 0 12px;
    color: #323b42;
    font-size: 16px;
    border-radius: 0;
    background: url(arrow-2.gif) no-repeat right center;
    background-size: 9px auto;
    background-position-x: 95%;
  }
  .results_contents_frame .system_discript dt .acceptance_period {
    font-size: 12px;
    margin-top: 10px;
    text-indent: -4em;
    padding-left: 4em;
  }
  .pd16lr {
    padding-left: 16px;
    padding-right: 16px;
  }
  .upload_block strong.label,
  .upload_block small.label {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  strong.label,
  small.label {
    margin-right: 10px;
    font-weight: 100;
    font-size: 13px;
    color: #fff;
    background: #e52222;
    text-align: center;
    border-radius: 3px;
    padding: 6px;
    min-width: 4em;
  }
  .file_choice dt strong,
  .file_choice dt small {
    float: none;
    width: auto;
  }
  .file_choicel dt small {
    float: none;
    padding-left: 0;
    text-indent: 0;
    width: auto;
    padding: 0;
    line-height: 21px;
    width: 66px;
  }
  .content_v2 {
    padding-bottom: 60px;
    background: #faf2d9;
  }
  .courses_a_wrap {
    padding: 16px 16px 0 0;
  }
  .courses_a {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-left: 16px;
  }
  .courses_a img {
    width: 100%;
    min-width: 513px;
    position: relative;
    left: 16px;
    height: auto;
  }
  body.fixed {
    position: fixed;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp.modal-content {
    display: none;
  }
  .inner {}
  .mainv {
    width: 100%;
    margin-top: 10px;
  }
  .mainv img {
    width: 100%;
    height: auto;
  }
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    font-weight: bold;
  }
  header {
    border-top: 5px solid #f4d554;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
    top: 0;
  }
  header+main {
    padding-top: 103px;
  }
  .custom-header-certificatecorner+main {
    padding-top: 133px;
  }
  header .head_wrap {
    overflow: hidden;
  }
  header h1 {
    width: 181px;
    float: left;
    padding-top: 17px;
    padding-left: 14px;
  }
  header .head_nav {
    position: relative;
  }
  header .btn {
    text-align: right;
    padding-right: 15px;
    padding: 8px 15px 8px 0;
  }
  header .hint_btn {
    position: absolute;
    right: 71px;
    top: 8px;
  }
  header .head_nav .list {
    display: none;
  }
  .addlist ul {
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
  }
  .addlist li {
    border-bottom: 1px solid #e7e7e7;
    width: 50%;
    float: left;
    padding: 3px;
    box-sizing: border-box;
  }
  .addlist .head_nav--certificatecorner {
    width: 100%;
  }
  .addlist li a {
    text-decoration: none;
    display: block;
    color: #333;
    text-align: center;
    padding: 16px;
    padding: 2px 16px;
  }
  .addlist li a span {
    position: relative;
  }
  .addlist li a span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #333;
    left: -15px;
    top: 50%;
    margin-top: -5px;
  }
  .head_nav .list>ul {
    overflow: hidden;
  }
  header .head_nav .list>ul li {
    float: left;
    padding: 7.5px 0;
    display: inline-block!important;
    margin-bottom: 6px;
    width: 33.3333333333%;
    text-align: center;
  }
  header .head_nav .list>ul li:nth-child(3n+4) {
    clear: both;
  }
  .head_nav .list>ul li a {
    color: #333;
    border-right: 1px solid #efebda;
    text-decoration: none;
    display: block;
  }
  .head_nav .list>ul li:nth-child(3n) a {
    border-right: 0;
  }
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #9fe2f9;
  }
  .tab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    border-bottom: 1px dotted #a1aeb8;
    font-size: 14px;
    color: #323b42;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .tab li {
    background: #fff;
    text-align: center;
  }
  .tab li a {
    display: flex;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #323b42;
    position: relative;
  }
  .tab li a:focus {
    z-index: 2;
  }
  .tab li.select a {
    color: #353c49;
  }
  .tab li span {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .tab li.select {
    background: #7cd8f9;
  }
  .tab li.select {
    color: #fff;
    position: relative;
    background: #7cd8f9;
  }
  .tab li.select:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0 7.5px;
    border-color: #7cd8f9 transparent transparent transparent;
    bottom: -9px;
  }
  .tab li:not(:first-child) {
    border-left: 1px dotted #a1aeb8;
  }
  .tab_content {
    background: #fff;
  }
  .tab_content legend {
    font-size: 0;
  }
  .tab_content h3 {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .tab_content .list_block ul {
    overflow: hidden;
    width: 100%;
    background: #dce0e4;
    position: relative;
  }
  .tab_content .list_block li {
    line-height: 1;
    width: 50%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #a1aeb8;
    padding: 10px 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tab_content .step2_list li {
    display: none;
  }
  .tab_content .step2_list li.fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
  }
  .tab_content .step1_list h3,
  .tab_content .step2_list h3,
  .tab_content .step1_list h4,
  .tab_content .step2_list h4,
  .tab_content .step1_list h5,
  .tab_content .step2_list h5 {
    margin: 0 16px;
    padding: 16px 0 0;
    font-size: 16px;
    font-weight: 100;
  }
  .tab_content .step1_list h3,
  .tab_content .step1_list h4,
  .tab_content .step1_list h5 {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 100;
  }
  .tab_content .step2_list h3,
  .tab_content .step2_list h4,
  .tab_content .step2_list h5 {
    padding-top: 30px;
  }
  .tab_content .step2_list #morerefine_btn {
    padding: 4px 16px;
    margin: 0;
    font-weight: 100;
  }
  #morerefine_btn a {
    padding: 10px 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
  }
  .tab_content .step2_list #morerefine_btn span {
    font-size: 14px;
    position: relative;
    margin-left: 16px;
  }
  .tab_content .step2_list #morerefine_btn span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(morerefine_arrow.png) no-repeat;
    background-size: 100% auto;
    top: 2px;
    left: -16px;
  }
  .tab_content .step2_list #morerefine_contents {
    display: none;
  }
  .tab_content #morerefine_contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
  }
  #allchecker-1,
  #allchecker-2 {
    display: inline-block;
    margin: 10px 0;
    background: url(icn_check-2.png) no-repeat center left;
    background-size: 16px auto;
    padding-left: 25px;
    font-size: 13px;
  }
  #allchecker-1_false,
  #allchecker-2_false {
    display: inline-block;
    margin: 20px 0 10px;
    margin: 10px 0;
    background: url(icn_check_2.png) no-repeat center left;
    background-size: 16px auto;
    padding-left: 25px;
    font-size: 13px;
    margin-left: 30px;
  }
  .step2_list.nonactive h3,
  .step2_list.nonactive h4,
  .step2_list.nonactive h5 {
    color: #b4b4b4;
  }
  .step2_list.nonactive h3 span#allchecker-2,
  .step2_list.nonactive h3 span#allchecker-2_false,
  .step2_list.nonactive h4 span#allchecker-2,
  .step2_list.nonactive h4 span#allchecker-2_false,
  .step2_list.nonactive h5 span#allchecker-2,
  .step2_list.nonactive h5 span#allchecker-2_false {
    display: none;
  }
  .tab_content .step2_list.nonactive h3,
  .tab_content .step2_list.nonactive h4,
  .tab_content .step2_list.nonactive h5 {
    padding-bottom: 10px;
  }
  .tab_content .list_block li label {
    line-height: 1.3;
    display: table-cell;
  }
  .tab_content .list_block li {
    background: url(border2.gif) no-repeat center right #fff;
    background-size: 1px auto;
  }
  .tab_content .list_block li:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 1px;
    left: 0px;
    top: 0;
  }
  .tab_content .list_block li:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0;
  }
  .attribute_modal-content dl li span,
  .tab_content .list_block li span {
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
    color: #333;
    font-weight: 100;
  }
  .tab_example_list_class_5>li input:checked,
  .attribute_modal-content dl li input:checked,
  .tab_content .list_block li input:checked {
    background: url(icn_check-2.png) no-repeat center center;
    background-size: 16px auto;
  }
  .tab_search dt {
    font-size: 18px;
    text-align: center;
    color: #323b42;
    margin-bottom: 30px;
    padding-top: 16px;
    display: none;
  }
  .tab_search dd {
    padding-top: 15px;
    margin: 0 15px;
    padding: 30px 0;
  }
  .upload_frame {
    background: #fff;
    border: 1px solid #a1aeb8;
    padding: 16px;
    margin: 0 16px;
    margin-bottom: 40px;
  }
  .upload_frame dt {
    margin-bottom: 5px;
  }
  .upload_frame dd p:not(:first-child) {
    margin-top: 15px;
  }
  .titleText {
    padding: 0 12px;
  }
  .line_blue {
    font-size: 19px;
    color: #323b42;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 100;
    margin: 0 15px 15px;
    padding-bottom: 5px;
  }
  .line_blue+p {
    padding: 0 16px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .line_blue span {
    padding-left: 9px;
    position: relative;
    letter-spacing: -1px;
    line-height: 1.5;
  }
  .line_blue span:before {
    position: absolute;
    content: "";
    border-left: 4px solid #7cd8f9;
    height: 100%;
    left: 0;
    border-radius: 4px;
  }
  .third_head {
    font-size: 19px;
    font-weight: 100;
    color: #323b42;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 0 16px;
  }
  .upload_block>p {
    padding: 0 16px;
  }
  .upload_block .caution_e {}
  .upload_block+.upload_block {
    margin-top: 40px;
  }
  /*footer */
  .mpfooter {
    min-width: 280px;
    height: auto!important;
    background-color: #f5d654;
    text-align: center;
    position: relative;
  }
  .mpfooter .totop_btn {
    position: absolute;
    bottom: 10px;
    right: 22px;
    margin: 0;
    padding: 0;
  }
  .footer_btn_list {
    padding-top: 16px;
  }
  .footer_logo {
    padding: 8px 0;
    line-height: 1;
  }
  .footer_btn_list ul {
    overflow: hidden;
    margin: 0 16px;
  }
  .footer_btn_list li:nth-child(odd) {
    float: left;
    width: 49%;
  }
  .footer_btn_list li:nth-child(even) {
    float: right;
    width: 49%;
  }
  .footer_btn_list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .footer_btn_list li a img {
    width: 100%;
    height: auto;
  }
  .mpfooter .inner>ul>li {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .mpfooter .inner>ul>li a {
    padding: 8px 0;
    border-radius: 0;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    background-color: #fbefbb;
    color: #333;
    text-decoration: none;
  }
  .copyright {
    padding-bottom: 60px;
    padding-top: 7px;
  }
  .modal-content {
    position: fixed;
    display: none;
    z-index: 104;
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .slide-modal-content {
    background: none;
    overflow: auto;
    z-index: 104;
  }
  .modal-content .con2_inner {
    overflow: auto;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
  }
  #con1 {
    padding: 20px 15px 30px;
    width: 100%;
    border-radius: 0;
    z-index: 103;
    left: 0 !important;
  }
  #con1 .text {
    padding-top: 20px;
    font-weight: bold;
  }
  .modal-content p {
    margin: 0;
    height: 33px;
  }
  .mail_register_modal p {
    height: auto;
  }
  .modal-content .backto p {
    overflow: visible;
  }
  .modal-overlay,
  .modal-overlay2 {
    z-index: 101;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .modal-overlay2 {
    z-index: 102;
  }
  .modal-open {
    text-decoration: underline;
  }
  .modal-close {
    text-decoration: underline;
    display: block;
    text-align: right;
    width: 29px;
    margin-left: auto;
  }
  .slide-modal-content .modal-close {
    background: #fff;
  }
  .slide-modal-content p {
    padding: 0;
    width: 49px;
    height: 53px;
    margin-left: auto;
    background: #fff;
    padding: 10px;
  }
  .modal-close .slide-modal-content {}
  .tab_search .search_keyword,
  .modal-content .search_keyword {
    position: relative;
    margin: 25px 0 0;
    padding-bottom: 15px;
  }
  .tab_search .search_keyword .btn_submit,
  .modal-content .search_keyword .btn_submit {
    font-size: 0;
    border: 0;
    background: url(icn_search2.png) no-repeat center center;
    width: 20px;
    background-size: 20px auto;
    height: 20px;
    position: absolute;
    right: 0;
    top: 11px;
    right: 18px;
  }
  .tab_search .search_text,
  .modal-content .search_text {
    padding: 0 45px 0 12px;
  }
  .mail_register_modal {
    padding: 20px 15px 30px;
    width: 100%;
    border-radius: 0;
  }
  .attribute_modal-content {
    border-radius: 0;
    padding-top: 45px;
    box-sizing: border-box;
  }
  .attribute_modal-content .attribute_modal_inner {
    overflow: auto;
    padding-bottom: 45px;
  }
  .ie .attribute_modal-content .attribute_modal_inner {
    padding-bottom: 0;
  }
  .attribute_modal-content .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .attribute_modal-content .attribute_title {
    color: #323b42;
    font-size: 17px;
    line-height: 1;
    border-bottom: 1px solid #a1aeb8;
    padding-bottom: 9px;
    padding: 21px 0 21px 15px;
    text-align: left;
  }
  .attribute_modal-content dd ul {
    overflow: hidden;
    width: 100%;
    background: #dce0e4;
  }
  .attribute_modal-content .dl_inn {
    width: 100%;
  }
  .attribute_modal-content dl li {
    line-height: 1;
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px solid #a1aeb8;
    padding: 0px 15px;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .attribute_modal-content dl li:nth-child(odd) {
    background: url(border2.gif) no-repeat center right #fff;
    background-size: 1px auto;
  }
  .attribute_modal-content dl li label {
    line-height: 1.3;
  }
  .attribute_modal-content dd:last-child .dl_inn {
    border-bottom: 0;
  }
  .attribute_modal-content .dl_inn dt {
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #a1aeb8;
    font-weight: bold;
    padding: 20px 15px;
  }
  .attribute_modal-content .dl_inn dd input {
    display: inline-block;
  }
  .mail_register_modal li dt,
  .mail_register_modal li h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mail_register_modal li dd {}
  .mail_register_modal .text {
    padding: 0;
    margin-bottom: 30px;
  }
  .mail_register_modal .a_interruption_form {
    /* margin-top: 10px; */
  }
  .mail_register_modal .mail_form {}
  .mail_register_modal .mail_form_text1 {
    border-bottom: 1px dotted #b5b5b5;
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 9px;
  }
  .mail_register_modal .mail_form_text1 .input+span {
    display: block;
    clear: both;
    margin-top: 10px;
  }
  .mail_register_modal .mail_form_text2 .search_text {
    /* margin-top: 10px; */
  }
  .mail_register_modal .mail_form_text2 .search_text {
    border: 1px solid #dcdfe4;
    background: #dcdfe4;
  }
  .mail_register_modal .btn a {
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    background: #e81153;
    background-size: 10px auto;
    width: 100%;
    border: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 98%;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .service_table_wrap {
    padding: 0 16px;
  }
  .service_table {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #a1aeb8;
    border-radius: 3px;
    margin-bottom: 40px;
  }
  .service_table thead {
    text-align: center;
    background: #f0f2f3;
    height: 34px;
    color: #323b42
  }
  .service_table thead th {
    height: 34px;
    width: 70%;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    vertical-align: middle;
    font-size: 14px;
  }
  .service_table thead {
    font-size: 16px;
    color: #323b42;
  }
  .service_table tbody tr.on {
    background: #ffdd60;
  }
  .service_table tbody .unactive th {
    font-weight: 100;
  }
  .service_table tbody td:first-child,
  .service_table tbody th {
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    vertical-align: middle;
  }
  .service_table tbody th .neednumber {
    display: block;
    padding: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .service_table tbody td .recommend_input {
    margin-top: 20px;
  }
  .service_table tbody td .recommend_input p {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
  }
  .service_table tbody td .recommend_input span {
    padding-left: 0px;
    line-height: 1.5;
    font-weight: bold;
  }
  .caution_e {
    font-weight: 100;
    font-size: 14px;
    display: block;
  }
  .service_table tbody td span {
    padding-left: 10px;
    font-weight: 100;
    font-size: 13px;
  }
  .service_table tbody td {
    border-bottom: 1px solid #a1aeb8;
    vertical-align: middle;
    text-align: center;
    padding: 9px;
    overflow: hidden;
  }
  .service_table tbody td ul li:not(:first-child) {
    margin-top: 10px;
  }
  .submit_btn {
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
  }
  .submit_btn input {
    font-size: 18px;
    color: #fff;
    background: url(arrow_migi-2.png)no-repeat center right #e81153;
    background-size: 10px auto;
    width: 100%;
    border: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 95%;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    border-radius: 5px;
    font-weight: bold;
  }
  .submit_btn a {
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    background: url(arrow_migi-2.png)no-repeat center right #e81153;
    background-size: 10px auto;
    width: 100%;
    border: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 98%;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  /* btn 2つ */
  .btns.way2 .submit_btn_left {
    margin-left: 0;
  }
  .btns.way2 .submit_btn_right {
    margin-top: 50px;
    margin-left: 0;
  }
  .btns.way2 .submit_btn_right input:not(.btn_app_exec) {
    background-color: #22872B;
  }
  .service_table_wrap tr td .download_btn {
    display: block;
  }
  .next_text {
    text-align: center;
    font-size: 12px;
    position: absolute;
    line-height: 1.5;
    width: 100%;
  }
  /* a02とa03の表 */
  .results_contents {
    background: #faf2d9;
    position: relative;
    padding-bottom: 110px;
  }
  .results_contents .results_number p span {
    font-size: 35px;
  }
  .results_contents .results_number p span small {
    font-size: 20px;
  }
  .results_contents>p {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 14px;
  }
  .results_contents>p a {
    color: #de000e;
  }
  .results_contents .results_contents_frame {
    background: #fff;
    border-radius: 5px;
    margin: 0 15px;
  }
  .results_contents_frame+.results_contents_frame {
    margin-top: 20px;
    margin: 0 15px;
    margin-top: 15px;
  }
  .results_contents .results_contents_frame li {
    border-bottom: 1px dotted #b2b2b2;
  }
  .results_contents .results_contents_frame li:last-child {
    border-bottom: 0;
  }
  .results_contents .results_title {
    font-size: 21px;
    color: #323b42;
    border-bottom: 1px solid #bfc7ce;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
  }
  .results_contents .results_title h2 {
    font-weight: 100;
  }
  .results_contents .results_title:before {
    content: "";
    position: absolute;
    background: url(label-2.gif);
    background-size: 19px auto;
    width: 18px;
    height: 28px;
    top: 0;
    left: 20px;
  }
  .results_contents .system {
    padding: 20px 15px;
    border-bottom: 1px dotted #b2b2b2;
  }
  .results_contents .system:last-child {
    border: 0;
  }
  .results_contents .system h4,
  .results_contents .system h5 {
    font-size: 17px;
    position: relative;
    display: table;
  }
  .results_contents .system h4 label {
    display: table-cell;
    vertical-align: top;
  }
  .results_contents .system .system_check {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 20px;
    line-height: 1;
  }
  .results_contents .system_check input {
    margin-left: 0;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .results_contents .system_check input:checked {
    background: url(result_check.png) no-repeat center center;
    background-size: 16px auto;
  }
  .results_contents .system .system_discript {
    margin-top: 15px;
    border-top: 1px dotted #a1aeb8;
    padding-top: 15px;
    line-height: 1.8;
  }
  .results_contents .system .system_discript a {
    color: #de000e;
    text-decoration: underline;
  }
  .results_contents .system_discript dt {
    font-size: 17px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dotted #a1aeb8;
    padding-bottom: 15px;
  }
  .results_contents .system_discript dt span {
    display: block;
    font-weight: bold;
  }
  .results_contents .external {
    display: inline;
    color: #A1A1A1;
  }
  .results_contents .system_discript dt .label {
    width: auto;
  }
  .results_contents .label small,
  .results_contents .system .label {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    background: #f4d554;
    padding: 0px 5px;
    line-height: 1.5;
    font-weight: 100;
    margin-top: 5px;
  }
  .results_contents .system .label,
  .results_contents .system .system_discript {
    margin-left: 3em;
  }
  .results_contents .system_discript dt .label a {
    color: #333333;
  }
  .results_contents .system_discript dd {
    line-height: 1.8;
  }
  .results_contents .system_discript dd a {
    color: #de000e;
    text-decoration: underline;
  }
  /*   下着きボタン   */
  .top_contents .buttons li.clear_btn,
  #resultpage .btns li:nth-of-type(1),
  #detailpage .btns li:nth-of-type(1) {
    width: 24.6%;
    float: left;
    display: table;
  }
  .top_contents .buttons li:nth-of-type(1) a,
  #resultpage .btns li:nth-of-type(1) a,
  #detailpage .btns li:nth-of-type(1) a {
    font-size: 14px;
    width: 100%;
    background: #fff;
    height: 48px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .top_contents .buttons li:nth-of-type(2),
  #resultpage .btns li:nth-of-type(2),
  #detailpage .btns li:nth-of-type(2) {
    float: right;
    width: 71%;
  }
  .top_contents .buttons li:nth-of-type(2) input,
  #resultpage .btns li:nth-of-type(2) input,
  #detailpage .btns li:nth-of-type(2) input {
    font-size: 18px;
    color: #fff;
    background: url(arrow_migi-2.png)no-repeat center right #e81153;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 1%;
    box-sizing: border-box;
    height: 48px;
    background-position-x: 95%;
    background-size: 10px auto;
    font-weight: bold;
  }
  .top_contents .buttons li.submit_btn input {
    background: #e81153;
    height: 50px;
  }
  .top_contents .buttons,
  #detailpage .btns,
  #resultpage .btns {
    padding: 10px 15px;
    overflow: hidden;
    background: #dae4ec;
    bottom: 0;
    z-index: 6;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    bottom: 0;
  }
  .btns {
    z-index: 7;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    bottom: 0;
    max-width: 960px;
    margin: 30px auto;
    padding: 0px 0px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
  }
  .bottomText {
    color: #bebebe;
    text-align: center;
  }
  .btn_next a,
  .btn_back a,
  .btn_back input {
    margin: 0 auto;
    /* margin-top: 40px; */
    font-size: 16px;
    color: #667480;
    padding: 14px 0px;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 182px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background: none;
    font-weight: bold;
  }
  .btn_back a span {
    display: none;
  }
  /* 確認チェックボックス */
  .btns.have_check .confirm_check {
    text-align: center;
    margin-top: 30px;
  }
  .btns.have_check .confirm_check input {
    display: inline-table;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    margin-right: 8px;
    cursor: pointer;
    background: #fff;
  }
  .btns.have_check .confirm_check input:checked {
    background: url(result_check.png) no-repeat center center #fff;
    background-size: 16px auto;
  }
  .btns.have_check .confirm_check label {
    vertical-align: middle;
  }
  .btns.have_check .submit_btn {
    margin-top: 15px;
  }
  .totop_btn_back a {
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #667480;
    line-height: 1;
    padding: 16px 1px;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 182px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
    background: none;
    font-weight: bold;
  }
  /* 矢羽    */
  .courses_a_wrap {
    width: auto;
    margin-bottom: 40px;
  }
  .courses_a ul {
    overflow: hidden;
  }
  .courses_a li {
    float: left;
    padding: 9px 18px;
    box-sizing: border-box;
    background: #eef2f4;
    position: relative;
    margin-right: 23px;
    color: #676f75;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .courses_a li:last-child {
    margin-right: 0;
  }
  .courses_a li.active {
    background: #ffcc12;
    color: #323b42;
  }
  .courses_a li:first-child.active:after {
    content: "";
    background: url(yabane_yellow_right1.png) center right;
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .courses_a li.active:after {
    content: "";
    background: url(yabane_yellow_right1.png);
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    right: -23px;
    z-index: 5;
    top: 0;
  }
  .courses_a li:first-child.active:before {}
  .courses_a li.active:before {
    content: "";
    background: url(yabane_gray_right2.png);
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
    z-index: 7;
  }
  .courses_a li:first-child.active:before {
    background: #ffcc12;
  }
  .courses_a li:first-child:before {
    background: #eef2f4;
    content: "";
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
    z-index: 6;
  }
  .courses_a li:last-child.active:before {
    content: "";
    background: url(yabane_gray_right2.png);
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
    z-index: 6;
  }
  .courses_a li:after {
    content: "";
    background: url(yabane_gray_right1.png);
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .courses_a li:last-child:before {
    content: "";
    background: url(yabane_gray_right1.png);
    background-size: 100% 100%;
    width: 23px;
    height: 100%;
    position: absolute;
    left: -23px;
    top: 0;
  }
  .courses_a li:last-child:after {
    display: none;
  }
  .courses_a ul {
    width: 2000px;
  }
  /* エントリーフォーム*/
  .entry_a_input {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .entry_a_input:after,
  .entry_a_input:before {
    content: "";
    display: table;
  }
  .entry_a_input:after {
    clear: both!important;
  }
  .entry_a_input>dl:first-child {
    padding-top: 0;
  }
  .entry_a_input>dl,
  .secret_area dl {
    padding: 16px;
    border-bottom: 1px solid #b5b5b5;
  }
  .entry_a_input>dl:after,
  .entry_a_input>dl:before {
    content: "";
    display: table;
  }
  .entry_a_input>dl:after {
    clear: both!important;
  }
  .attntion_icn_block+.entry_a_input dl:first-child {
    padding-top: 5px;
  }
  .entry_a_input .birth dd {
    padding: 0 21px;
  }
  .entry_a_input>dl>dt,
  .secret_area dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
  }
  .entry_a_input>dl>dt.applier:after {
    content: "申請者";
    font-size: 14px;
    font-weight: 100;
    padding-left: 10px;
  }
  .entry_a_input>dl>dd {
    display: inherit;
  }
  #comparison .entry_a_input>dl>dd {
    display: table-cell;
  }
  .entry_a_input .secret_area dd {
    overflow: hidden;
  }
  .entry_a_input>dl>dd .address_block {
    margin-bottom: 15px;
    border-bottom: 1px dotted #b5b5b5;
    padding-bottom: 15px;
  }
  .entry_a_input>dl>dd .address_block:last-child {
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
  .entry_a_input>dl>dd .address_block dt {
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
  }
  .entry_a_input>dl>dd .address_block dd {
    overflow: hidden;
  }
  .entry_a_input dd .forewordspan {
    display: block;
    margin-bottom: 5px;
  }
  .forewordspan {
    display: block;
    margin-bottom: 5px;
  }
  .entry_a_input dd .entry_a_input_dd_block {
    overflow: hidden;
    word-break: break-all;
  }
  .entry_a_input dd .entry_a_input_dd_block:nth-child(n+2) {
    margin-top: 10px;
  }
  .entry_a_input dd .entry_a_input_dd_block textarea {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .entry_a_input>dl:last-child>dt,
  .entry_a_input>dl:last-child>dd {
    border-bottom: 0;
  }
  .entry_a_input .name1 .input,
  .entry_a_input .name2 .input,
  .entry_a_input .address .input {
    max-width: 400px;
    width: 100%;
    margin-right: 20px;
  }
  .entry_a_input .ad_number .input {
    max-width: 200px;
  }
  .entry_a_input .fax .input,
  .entry_a_input .telephone .input {
    width: 30%;
    float: left;
  }
  .entry_a_input .fax .hyphen,
  .entry_a_input .telephone .hyphen {
    float: left;
    line-height: 42px;
    width: 5%;
    text-align: center;
  }
  .entry_a_input .birth select,
  .entry_a_input .age select {
    width: 100%;
    height: 44px;
  }
  .entry_a_input .nation dd {
    padding: 0 21px;
  }
  .entry_a_input .birth ul {
    overflow: hidden;
  }
  .entry_a_input .birth li {
    float: left;
    width: 100%;
  }
  .entry_a_input .region li:not(:first-child),
  .entry_a_input .birth li:not(:first-child) {
    margin-top: 10px;
  }
  .entry_a_input .birth li:not(:first-child) {
    margin-top: 10px;
  }
  .entry_a_input .gender li {
    display: inline-block;
    line-height: 1.8;
    margin-right: 0px;
  }
  .entry_a_input .nation select {
    width: 100%;
    height: 44px;
  }
  .entry_a_input .input+span {
    display: block;
    clear: both;
    padding-top: 10px;
  }
  .entry_a_input input[type=radio] {
    width: 0;
    overflow: hidden;
    height: 0;
    font-size: 0;
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .entry_a_input input[type=radio]:checked+.radio:before {
    opacity: 1;
  }
  .entry_a_input .radio {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
    word-break: break-all;
  }
  input:focus+.radio,
  .entry_a_input input:focus+.radio {
    outline-color: rgb(59, 153, 252);
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 5px;
  }
  .ie input:focus+.radio,
  .ie .entry_a_input input:focus+.radio {
    outline-color: rgb(59, 153, 252);
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 0px;
    box-shadow: 0px 0px 1px 1px #000000;
    -moz-box-shadow: 0px 0px 1px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px 1px #000000;
  }
  .entry_a_input .radio:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #a1aeb8;
    border-radius: 50%;
    content: '';
    background: #fff;
  }
  .entry_a_input .radio:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f6c700;
    content: '';
    opacity: 0;
    z-index: 22;
  }
  .entry_a_input .multiple textarea {
    padding-top: 10px;
    height: 100px;
    padding-bottom: 10px;
  }
  .entry_a_input .file_choice_license p {
    margin-top: 10px;
  }
  .entry_a_input .multiple .input:not(:first-child) {
    margin-top: 10px;
  }
  .entry_input_wrap,
  .ad_number_wrap {
    overflow: hidden;
  }
  .entry_a_input .entry_check li {
    line-height: 1;
    width: 50%;
    float: left;
    font-size: 15px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .entry_a_input .entry_check li.other_li {
    width: 100%;
  }
  .entry_a_input .entry_check li.other_li label {
    margin-right: 0;
  }
  .system_check input,
  .attribute_modal-content dl li input,
  .tab_content .list_block li input,
  .entry_check input {
    display: inline-table;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #c8ced4;
    border-radius: 3px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    margin-right: 8px;
    cursor: pointer;
    background: #fff;
    flex-shrink: 0;
  }
  .tab_example_list_class_3>li input:checked,
  .entry_check input:checked {
    background: url(icn_check-2.png) #fff no-repeat center center;
    background-size: 16px auto;
  }
  .entry_check label {
    display: table;
  }
  .entry_check span {
    display: table-cell;
    vertical-align: middle;
  }
  .selected_text {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
  }
  .selected_text strong,
  .selected_text span {
    font-weight: 100;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .btn_green a {
    display: inline-block;
    text-align: center;
    color: #FEFFFE;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    background: #22872B;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    padding: 7px 20px;
    font-weight: bold;
  }
  .temporarily_saved a,
  .temporarily_saved input {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    height: 50px;
    display: block;
    line-height: 50px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    background: #22872B;
    border-radius: 3px;
    background: #22872B;
    background-position-x: 15px;
  }
  .btns .temporarily_saved {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 40px;
  }
  .entry_a_input .entry_check li .input {
    display: inline-block;
    margin-left: 10px;
    width: 60%;
  }
  .entry_a_input .entry_check li .search_text {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 12px 0 12px;
    height: 24px;
    border: 1px solid #d0d6db;
    box-sizing: border-box;
    box-shadow: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #f6f7f7;
  }
  .search_text {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 12px 0 12px;
    height: 42px;
    border: 1px solid #d0d6db;
    box-sizing: border-box;
    box-shadow: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #f6f7f7;
  }
  .entry_a_input .flex {}
  .entry_a_input .flex span {
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
  }
  .forlabel .flex span {}
  .caution {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
  }
  .attention {
    padding: 0 16px;
  }
  .attention p {
    margin-top: 20px;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .attntion_icn_block {
    background: #caeff8;
    padding: 10px 16px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 960px;
    margin-bottom: 20px;
  }
  .attntion_icn_block p {
    padding: 0;
    font-size: 12px;
  }
  .attntion_icn_block p span {
    font-size: 14px;
  }
  .attntion_icn_block .text {
    font-size: 14px;
    padding: 0 0 0 12px;
  }
  .attntion_icn_block .icn_text {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .attntion_icn_block .icn_text .image,
  .attntion_icn_block .icn_text .text {
    display: table-cell;
    vertical-align: middle;
  }
  .attention_beginning {
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .attention_beginning a {
    color: #de000e;
    text-decoration: underline;
  }
  .readin_area {
    border: 1px solid #a1aeb8;
    background: #fff;
    padding: 20px 16px;
    margin: 0 16px;
  }
  .readin_area .text_btn {
    display: table;
    width: 100%;
  }
  .readin_area .text_btn+.text_btn {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #a1aeb8;
  }
  .readin_area .text {
    margin-bottom: 10px;
  }
  .readin_area .text p {
    font-size: 13px;
  }
  .readin_area .text p.reading_caution {
    color: #7f7f7f;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .readin_area .btn {
    width: auto;
    display: table;
    width: 100%;
  }
  .readin_area .btn a,
  .readin_area .btn input {
    display: block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #53626e;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background: url(icn_reading-2.png) #22872B no-repeat center left;
    background-size: 20px auto;
    background-position-x: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: bold;
  }
  .manual .readin_area .btn a {
    background: #22872B;
    padding: 0;
  }
  .bottom_reading_area .readin_area .btn a,
  .bottom_reading_area .readin_area .btn input {
    display: block;
    text-align: center;
    line-height: 1.3;
    height: 50px;
    color: #FEFFFE;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background: #22872B;
    background-size: 20px auto;
    background-position-x: 16px;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
  }
  .terms {
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 16px;
  }
  .terms h1,
  .terms h2,
  .terms h3,
  .terms h4,
  .terms h5,
  .terms h6 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #323b42;
    border-bottom: 1px solid #a1aeb8;
  }
  .terms .terms_frame {
    padding: 10px;
    overflow: auto;
    height: 160px;
    border: 1px solid #e6e6e6;
    background: #fff;
  }
  .terms .agree {
    margin-top: 20px;
  }
  .java_caution {
    margin-top: 20px;
  }
  .java_caution {
    margin-top: 20px;
    padding: 0 16px;
  }
  .a_interruption_btns li {
    overflow: hidden;
    padding: 20px 16px;
    border-bottom: 1px solid #a1aeb8;
    display: table;
    width: 100%;
  }
  .a_interruption_btns .text {
    vertical-align: middle;
    word-break: break-all;
    padding: 0;
  }
  .a_interruption_btns .text p span {
    font-size: 12px;
    font-weight: 100 !important;
  }
  .a_interruption_btns .btn {
    margin-left: 0;
    vertical-align: middle;
    margin-top: 10px;
    width: 100%;
    display: table;
  }
  .a_interruption_btns .btn a,
  .a_interruption_btns .btn input {
    background: #e81153;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    color: #353c49;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background-size: 20px auto;
    background-position-x: 16px;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: bold;
  }
  .a_interruption_btns .btn a:hover,
  .a_interruption_btns .btn input:hover {
    opacity: .8;
  }
  .a_interruption_btns ul {
    background: #fff;
    border: 1px solid #a1aeb8;
    border-bottom: 0;
  }
  .a_interruption_btns {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .a_interruption_btns .a_interruption_form {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .a_interruption_btns .mail_form {
    margin: 0 auto;
    border-radius: 3px;
  }
  .a_interruption_btns .mail_form_text1 {
    border-bottom: 1px dotted #b5b5b5;
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 9px;
  }
  .a_interruption_btns .mail_form_text1 span {
    display: block;
  }
  .a_interruption_btns .mail_form_text2 p {
    padding-bottom: 10px;
    display: block;
  }
  .a_interruption_btns .mail_form span {
    display: block;
    clear: both;
    margin-top: 10px;
  }
  .a_interruption_btns .mail_form_text2 .search_text {
    border: 1px solid #dcdfe4;
    background: #dcdfe4;
  }
  @media screen and (max-width:374px) {
    .readin_area .btn a,
    .readin_area .btn input {
      font-size: 14px;
      font-weight: bold;
    }
    .manual .readin_area .btn a {
      background: #22872B;
      padding: 0;
      font-size: 16px;
      font-weight: bold;
    }
  }
  .readin_area .btn a:hover,
  .readin_area .btn input:hover {
    opacity: .8;
  }
  .bottom_reading_area {
    margin-top: 40px;
  }
  .bottom_reading_area>p {
    margin-bottom: 10px;
    padding: 0 16px;
  }
  .red {
    color: #de000e;
  }
  .service_table tbody td .mynumber_label {
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 0;
    padding: 5px;
    margin-top: 5px;
  }
  .courses_h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 16px;
    font-weight: 100;
  }
  .error_message {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .courses_sub_h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 16px;
    font-weight: 100;
  }
  .title_sub_text {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .institutions ul {
    margin-top: -5px;
  }
  .institutions li {
    float: left;
  }
  .institutions li a {
    font-size: 16px;
    color: #333333;
    height: 22px;
    background: #f4d554;
    padding: 2px 5px;
    text-decoration: underline;
    font-weight: 100;
  }
  .totop_btn_side {
    float: left;
    width: 100%;
  }
  .totop_btn_side a {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #667480;
    border: 1px solid #65737f;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
  }
  .error_caution {
    padding: 0 16px;
    display: table;
    margin-bottom: 20px;
    color: #de000e;
  }
  .error_caution strong {
    font-weight: 100;
  }
  .error_caution p {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5;
    padding: 0;
    font-size: 14px;
  }
  .error_caution p:first-child {
    padding-right: 5px;
  }
  .error_caution p span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://app.oss.myna.go.jp/resources/img/cmn/error_caution.png);
    font-size: 0;
    background-size: 100% auto;
  }
  .error_caution p strong {
    font-weight: 100;
    display: block;
    vertical-align: middle;
  }
  .error_caution>span {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5;
    padding-left: 5px;
    font-size: 14px;
  }
  .success_icn_block.done {
    height: 60px;
    margin-bottom: 15px;
  }
  .success_icn_block_inner {
    padding: 10px;
  }
  .success_icn_block .text {
    font-size: 12px;
    padding: 0 0 0 6px;
  }
  .success_icn_block p strong,
  .success_icn_block p span {
    font-size: 14px;
  }
  .success_icn_block .icn_text .image,
  .success_icn_block .icn_text .text {
    height: 40px;
  }
}

@media screen and (min-width:768px) {
  .apply_table_wrap {
    margin-bottom: 0;
  }
  .apply_table td {
    border: 1px solid #a1aeb8;
  }
  .apply_table input {
    display: inline-block;
  }
  .apply_table td:last-child {
    text-align: left;
    min-width: 300px;
  }
  .apply_table .blank {
    background: url(icn_window.png) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
    display: inline-block;
  }
  .noservice {
    margin-top: 30px;
  }
  .noservice .attntion_icn_block {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
  }
  .noservice .service_table_wrap {
    margin-top: 20px;
  }
  .noservice .service_table_wrap td {
    border: 1px solid #a1aeb8;
    min-width: 0;
  }
  .noservice .service_table_wrap td:nth-child(2) {
    min-width: 200px;
  }
  .noservice .service_table_wrap td:nth-child(3) {
    min-width: 300px;
  }
  .noservice .btn input {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 43px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .noservice .btn input.green_bg {
    background-image: url(icn_window_w.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 15px !important;
  }
  .noservice .btn input:hover {
    opacity: .8;
  }
}

@media screen and (max-width:768px) {
  .apply_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .apply_table {
    margin-bottom: 0;
  }
  .apply_table td:nth-child(1) {
    min-width: 200px;
  }
  .apply_table td:nth-child(2) {
    min-width: 150px;
  }
  .apply_table td:nth-child(3) {
    min-width: 250px;
  }
  .apply_table td {
    border: 1px solid #a1aeb8;
  }
  .apply_table input {
    display: inline-block;
  }
  .apply_table td:last-child {
    text-align: left;
    min-width: 300px;
  }
  .apply_table .blank {
    background: url(icn_window.png) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
    display: inline-block;
  }
  .noservice p {
    padding: 0 16px;
  }
  .noservice .service_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .noservice .service_table_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .noservice .service_table_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .noservice .service_table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .noservice .service_table {
    margin: 20px 20px 0 0;
  }
  .noservice .service_table_wrap td:nth-child(1) {
    min-width: 200px;
  }
  .noservice .service_table_wrap td:nth-child(2) {
    min-width: 150px;
  }
  .noservice .service_table_wrap td:nth-child(3) {
    min-width: 250px;
  }
  .noservice .service_table_wrap td {
    border: 1px solid #a1aeb8;
    min-width: 0;
  }
  .noservice .btn input {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer;
    background-position-x: 225px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 38px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .noservice .btn input.green_bg {
    background-image: url(icn_window_w.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 15px !important;
  }
}


/* 動作確認 インストールマニュアル */

.dousakankyo_browser {
  margin-top: 18px;
}

.icn_myna {
  background: url(icn_myna.png) no-repeat left center;
  background-size: 24px;
  display: inline-block;
  line-height: 28px;
  padding-left: 28px;
  margin: 0 5px;
}

.icn_myna.icn_myna_right {
  background-position: right center;
  padding: 0 28px 0 0;
  margin-left: 0;
}

.icn_myna_ios {
  background: url(icn_myna_ios.png) no-repeat left center;
  background-size: 24px;
  display: inline-block;
  line-height: 28px;
  padding-left: 28px;
  margin: 0 5px;
}

.icn_home {
  background: url(icn_home.png) no-repeat right center;
  background-size: 24px;
  display: inline-block;
  line-height: 28px;
  padding-right: 28px;
  margin: 0 5px 0 0;
}

.dousankakyo_browser_list {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.dousankakyo_browser_list li {
  margin-left: 10px;
  margin-top: 10px;
}

.dousankakyo_browser_list a {
  border: 1px solid #c5bfaf;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 258px;
  height: 70px;
  box-sizing: border-box;
  transition: .3s;
}

.dousankakyo_browser_list img {
  height: 48px;
  width: auto;
  vertical-align: bottom;
}

.dousankakyo_browser_list a:hover {
  opacity: .8;
}

@media screen and (max-width:768px) {
  .dousankakyo_browser_list li {
    width: 100%;
    margin-left: 0;
  }
  .dousankakyo_browser_list a {
    width: 100%;
    height: 60px;
  }
  .dousankakyo_browser_list img {
    height: 40px;
    width: auto;
  }
}

.install-manual-section {
  margin-top: 45px;
}

.install-manual-inner {
  padding: 0 20px;
}

.install-manual-inner p:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .install-manual-inner {
    padding: 0;
    margin: 0 15px;
  }
}

.install-manual-image {
  text-align: center;
  margin-top: 5px;
}

.install-manual-image img {
  max-width: 100%;
  height: auto;
  margin-top: 18px;
}

.install-manual-image p {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width:768px) {
  .install-manual-image p {
    width: 100%;
    margin: 0;
  }
}

.btn_download {
  transition: .3s;
}

.btn_download:hover {
  opacity: .8;
}

.btn_download_n {
  max-width: 330px;
  width: 100%;
  height: 50px;
  background: #53626e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 5px auto 0;
}

.btn_download_n span {
  display: block;
  background: url(icn_cloud.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 45px;
}

.btn_download_chrome {
  max-width: 330px;
  width: 100%;
  height: 50px;
  background: url(btn_installmanual_chrome.png) no-repeat center center #ececec;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  border-top: 1px solid #b6b4b6;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn_download_edge {
  max-width: 330px;
  width: 100%;
  height: 50px;
  background: url(btn_installmanual_edge.png) no-repeat center center #ececec;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  border-top: 1px solid #b6b4b6;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.android-stong {
  color: #de000e;
  font-size: 120%;
}

.android-link-note {
  font-size: 12px;
}

.android_link {
  background: url(icn_arrow.png) no-repeat center left;
  background-size: 18px;
  display: inline-block;
  line-height: 18px;
  padding-left: 24px;
  margin-right: 5px;
  font-size: 14px;
  color: #de000e;
}

.btn_download_android1 {
  max-width: 295px;
  width: 100%;
  height: 60px;
  background: url(btn_installmanual_android1.png) no-repeat center center;
  background-size: 100% auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn_download_android2 {
  max-width: 295px;
  width: 100%;
  height: 60px;
  background: url(btn_installmanual_android2.png) no-repeat center center;
  background-size: 100% auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dousakankyo_browser .btn_download_android2 {
  background-position: 0 0;
  margin: 5px 0 15px;
}

.btn_download_iOS {
  max-width: 160px;
  width: 100%;
  height: 60px;
  background: url(btn_installmanual_ios.svg) no-repeat center center;
  background-size: 100% auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dousakankyo_browser .btn_download_iOS {
  background-position: 0 0;
  margin: 5px 0 15px;
}


/* /動作確認 インストールマニュアル */


/* マイナンバーカードとは */

.nav_mynumbercard {
  margin: 40px 0 50px;
}

@media screen and (max-width:768px) {
  .nav_mynumbercard {
    margin: 0 0 30px;
  }
}

.nav_mynumbercard ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.nav_mynumbercard li {
  background: #EDD955;
  width: 25%;
}

@media screen and (max-width:768px) {
  .nav_mynumbercard li {
    width: 50%;
  }
}

.nav_mynumbercard li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
}

.nav_mynumbercard li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.nav_mynumbercard li:first-child {
  border-radius: 6px 0 0 6px;
}

.nav_mynumbercard li:last-child {
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width:768px) {
  .nav_mynumbercard li:first-child,
  .nav_mynumbercard li:last-child {
    border-radius: 0;
  }
  .nav_mynumbercard li:nth-child(n+3) {
    border-top: 1px solid #fff;
  }
  .nav_mynumbercard li:nth-child(even) a:after {
    content: none;
  }
}

.nav_mynumbercard li:last-child a:after {
  content: none;
}

@media screen and (max-width:768px) {
  .mynumbercard-section__inner {
    margin: 0 16px;
  }
}

.mynumbercard-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 30px;
}

@media screen and (max-width:768px) {
  .mynumbercard-section h4:first-child {
    margin-top: 20px;
  }
}

.about-mynumbercard img {
  width: 100%;
  height: auto;
}

.mynumbercard-sample {
  width: 316px;
  margin-top: 24px;
}

@media screen and (max-width:768px) {
  .mynumbercard-sample {
    width: 100%;
  }
}

.mynumbercard-sample h5 {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #90D6F5;
  border-radius: 10000px;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-bottom: 15px;
}

.help-mynumbercard {
  margin-top: 90px;
}

@media screen and (max-width:768px) {
  .help-mynumbercard {
    margin-top: 60px;
  }
}

.failed-check-browser {
  color: #D90000;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 -15px;
  display: none;
  transition: .3s ease-out;
}

@media screen and (max-width:768px) {
  .failed-check-browser {
    margin: 15px 0;
    text-align: left;
  }
}

.failed-check-browser.view {
  display: block;
}

.mynumber-callcenter {
  background: #fff;
  width: 722px;
  margin: 40px auto 0;
  border-radius: 20px;
  padding: 30px 0;
}

@media screen and (max-width:768px) {
  .mynumber-callcenter {
    width: 100%;
    padding: 16px 0;
  }
}

.mynumber-callcenter dl {
  padding: 0 45px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .mynumber-callcenter dl {
    padding: 0 16px;
  }
}

.mynumber-callcenter dt {
  font-size: 24px;
  color: #38B549;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .mynumber-callcenter dt {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}

.mynumber-callcenter dt span {
  font-weight: normal;
  font-size: 16px;
  color: #212121;
}

.mynumber-callcenter dd a {
  text-decoration: none;
  color: #38B549;
  background: url(icn_tel.png) no-repeat left center / 38px auto;
  padding-left: 45px;
  font-size: 44px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .mynumber-callcenter dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    font-size: 26px;
    background: #38B549;
    padding-left: 0;
    height: 56px;
  }
  .mynumber-callcenter dd a span {
    background: url(icn_tel.png) no-repeat left center / 32px auto #38B549;
    padding-left: 36px;
    display: block;
  }
}

.mynumber-callcenter ul {
  padding: 0 20px 0 40px;
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  .mynumber-callcenter ul {
    padding: 0 16px;
    margin-top: 20px;
  }
}

.mynumber-callcenter li {
  margin-left: 1em;
  text-indent: -1em;
}

.btn-mynumbercard {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .btn-mynumbercard {
    margin-top: 20px;
  }
}

.btn-mynumbercard a {
  border-radius: 10px;
  background: #EDD955;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 22px;
  text-decoration: none;
  height: 80px;
  margin: 0 auto;
  line-height: 1.3;
}

@media screen and (max-width:768px) {
  .btn-mynumbercard a {
    padding: 0;
    width: 100%;
    font-size: 19px;
    height: 66px;
  }
}

.btn-mynumbercard span {
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
  background: url(icn_window-2.png) no-repeat left center / 20px auto;
  padding-left: 30px;
}

@media screen and (max-width:768px) {
  .btn-mynumbercard span {
    font-size: 14px;
  }
}

@media screen and (max-width:360px) {
  .pagetitle {
    font-size: 22px;
  }
  .nav_mynumbercard a {
    font-size: 85%;
  }
  .btn-mynumbercard span {
    font-size: 11px;
  }
  .mynumber-callcenter {
    font-size: 98%;
  }
  .mynumber-callcenter dt {
    font-size: 18px;
  }
  .mynumber-callcenter dt span {
    font-size: 14px;
  }
  .mynumber-callcenter {
    font-size: 87%;
  }
  .mynumber-callcenter dd a {
    font-size: 24px;
  }
}


/* Top Columns */

@media screen and (min-width:769px) {
  .column-wrap {
    overflow: hidden;
  }
  .column-main {
    float: right;
    width: calc(100% - 262px);
  }
  .utilities {
    width: 242px;
    float: left;
  }
  .utilities_navigation {
    border: 1px solid #D2D6DB;
    background: rgba(198, 197, 197, 0.1);
    padding: 30px 15px 34px 20px;
  }
  .btn-certificatecorner a {
    transition: .3s ease-out;
  }
  .btn-certificatecorner a:hover {
    opacity: .7;
  }
  .utilities_navigation h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
  }
  .utilities_navigation h3:first-child {
    margin-top: 0;
  }
  .utilities_navigation li {
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
  }
  .utilities_navigation li a:hover {
    text-decoration: none;
  }
  .utilities_navigation li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #9ED6F7;
  }
  .utilities_navigation li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #ffffff;
  }
  .utilities_line-app {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
  }
  .utilities_line-app h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .utilities_line-app__btn {
    margin-top: 10px;
  }
  .utilities_line-app__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BB00;
    height: 36px;
    width: 100%;
    border-radius: 2px;
    transition: .3s ease-out;
  }
  .utilities_line-app__btn a:hover {
    opacity: .7;
  }
  .utilities_line-app__btn span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .utilities {
    display: none;
  }
}


/* 入力補助用　18.02.05 */

.support_btn {
  position: fixed;
  right: 30px;
  bottom: 105px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  z-index: 7;
}

@media screen and (min-width:769px) {
  .absolute .support_btn {
    bottom: 135px;
  }
}

@media screen and (min-width:769px) {
  .support_btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width:768px) {
  .support_btn {
    width: 82px;
    height: 82px;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
}

.support-select {
  width: 533px;
  right: 26px;
  bottom: 105px;
  opacity: 1;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 12px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 6px rgba(0, 0, 0, 0.1);
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: fixed;
}

.support-select.on {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width:769px) {
  .absolute .support-select {
    bottom: 135px;
  }
}

@media screen and (max-width:768px) {
  .support-select {
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
    padding: 21px 0 18px;
  }
}

.support-close {
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media screen and (min-width:769px) {
  .support-close:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width:768px) {
  .support-close {
    top: 13px;
    right: 9px;
  }
}

.support-select-list {
  margin-top: 14px;
}

.support-select-list ul {
  margin: -10px 0 0 -10px;
}

@media screen and (min-width:769px) {
  .support-select-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:768px) {
  .support-select-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 18px;
    margin-top: 21px;
  }
  .support-select-list ul {
    white-space: nowrap;
    top: 13px;
    right: 9px;
    font-size: 0;
  }
  .support-select-list ul:last-child {
    margin-top: 0;
  }
  .support-select-list ul li {
    display: inline-block;
    white-space: normal;
    font-size: 14px;
  }
  .support-select-list ul li:last-child {
    margin-right: 10px;
  }
}

.support-select-list li {
  margin: 10px 0 0 10px;
}

.support-select-list span {
  padding: 7px 11px 7px 19px;
  line-height: 1;
  position: relative;
  background: #E8E8E8;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: table;
  white-space: nowrap;
}

@media screen and (min-width:769px) {
  .support-select-list span:hover {
    opacity: .7;
  }
}

.support-select-list .selected span {
  background: #6AC8FF;
  color: #fff;
}

.support-select-list .selected span:hover {
  opacity: 1;
}

.support-select-list span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #6ac8ff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support-select-list .selected span:before {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width:768px) {
  .support-select__note {
    padding: 0 58px 0 18px;
  }
}

.support-input-filed input[type="text"] {
  padding-right: 90px;
}

@media screen and (max-width:768px) {
  .support-input-filed input[type="text"] {
    padding-right: 90px;
  }
}

.support-input-filed textarea {
  padding-right: 90px;
}

@media screen and (max-width:768px) {
  .support-input-filed textarea {
    padding-right: 90px;
  }
}

.support-input-wrap {
  position: relative;
}

.support-input-filed .support-input {
  opacity: 1;
  pointer-events: auto;
}

.support-input {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  right: 4px;
  top: 3px;
  width: 70px;
  height: 26px;
  background: #6AC8FF;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support-input:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 13px 0;
  border-color: transparent #6ac8ff transparent transparent;
}

@media screen and (max-width:768px) {
  .support-input {
    right: 6px;
    top: 4px;
    width: 70px;
    height: 34px;
  }
  .support-input:before {
    border-width: 17px 10px 17px 0;
  }
}


/* /入力補助用　18.02.05 */


/* トップナビゲーション 18.02.06 */

@media screen and (max-width: 768px) {
  header .head_nav .top-list {
    position: fixed;
    top: 96px;
    left: 0;
    height: calc(100% - 96px);
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: none;
  }
  .top-list_inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
  }
  .head_nav .top-list_inner>ul {
    overflow: hidden;
  }
  .head_nav .top-list_inner>ul>li {
    margin-top: 4px;
  }
  header .head_nav li:first-child .head_nav_head {
    margin-top: 0;
  }
  header .head_nav .head_nav_head {
    background: #6AC8FF;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 44px;
  }
  header .head_nav .head_nav_head i {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    transform: translate(0, -50%);
  }
  header .head_nav .head_nav_head i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 1px;
    background: #6AC8FF;
  }
  header .head_nav .head_nav_head i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 9px;
    background: #6AC8FF;
    transition: .3s ease-out;
  }
  header .head_nav .opened .head_nav_head i:after {
    opacity: 0;
  }
  header .head_nav .head_nav_inner {
    height: 0;
    opacity: 0;
    transition: opacity .3s ease-out 0s, height 0s .3s;
  }
  header .head_nav .opened .head_nav_inner {
    height: auto;
    opacity: 1;
    transition: opacity .3s ease-out 0s, height 0s 0s;
  }
  header .head_nav .opened+li {
    margin-top: -1px;
  }
  header .head_nav .head_nav_inner li {
    border-bottom: 1px solid #9ED6F7;
  }
  header .head_nav .head_nav_inner a {
    display: flex;
    padding-left: 40px;
    align-items: center;
    height: 60px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    background: #fff;
    pointer-events: none;
  }
  header .head_nav .opened .head_nav_inner a {
    pointer-events: auto;
  }
  header .head_nav .head_nav_inner a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 17px;
    height: 17px;
    background: #9ED6F7;
    transform: translate(0, -50%)
  }
  header .head_nav .head_nav_inner a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 23px;
    border-style: solid;
    border-width: 2.75px 0 2.75px 4.5px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%)
  }
  .list_line-app {
    background: #fff;
    margin: 24px 27px 0;
    padding: 20px 18px 27px;
    border: 4px solid #00BB00;
  }
  .list_line-app h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .list_line-app__btn {
    margin-top: 15px;
  }
  .list_line-app__btn p {
    display: flex;
    font-size: 11px;
    align-items: center;
  }
  .list_line-app__btn a,
  .list_line-app__btn span {
    display: block;
  }
  .list_line-app__btn span {
    margin-left: 0.5em;
  }
}


/* 確認画面cell開閉 18.03.23 */

.closed_row {
  cursor: pointer;
}

.closed_row>dt div {
  position: relative;
  word-break: break-all;
  padding-right: 30px;
}

.closed_row>dt div:after {
  content: '';
  background: url(btn_open_cell.png) no-repeat 0 0;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}

.closed_row.on>dt div:after {
  background-image: url(btn_close_cell.png);
}

.closed_row .for_close {
  display: block;
}

.closed_row.is_open .for_close {
  display: none;
}

.closed_row .for_close dt {
  border-bottom: none;
}

.closed_row .for_close dd {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .closed_row .for_close dl {
    border-bottom: none;
    padding: 0 10px;
  }
  .closed_row .for_close dt {
    display: none;
  }
  .closed_row .for_close dd {
    font-size: 12px;
  }
  .closed_row>dt div:after {
    right: 10px;
  }
}


/* 入力形式選択 18.06.06 */

.select_inputformat {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.select_inputformat .headtext {
  font-size: 18px;
  font-weight: bold;
}

.select_inputformat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px auto 10px;
  width: 580px;
  height: 50px;
}

.select_inputformat ul li {
  width: 50%;
  height: 50px;
  border: 2px solid #fedc69;
  font-size: 21px;
  color: #353c49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
}

.select_inputformat ul li.active {
  background: #fedc69;
  font-weight: bold;
}

.select_inputformat ul li:before {
  content: '';
  display: block;
  background: url(icn_select_inputformat.png) no-repeat 0 0;
}

.select_inputformat ul li:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.select_inputformat ul li:first-child:before {
  width: 24px;
  height: 16px;
  background-position: 0 0;
}

.select_inputformat ul li:last-child {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.select_inputformat ul li:last-child:before {
  width: 30px;
  height: 15px;
  background-position: -29px 0;
}

.select_inputformat .reading_caution {
  font-size: 13px;
}

.inputformat {
  opacity: 0;
  pointer-events: none;
  height: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}

.inputformat.active {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
}

.dummy {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .select_inputformat {
    margin: 0 15px 15px;
    padding: 15px;
  }
  .select_inputformat ul {
    width: 100%;
  }
  .select_inputformat ul li {
    height: 59px;
    font-size: 13px;
    flex-flow: column;
    padding-top: 2px;
  }
  .select_inputformat ul li span {
    line-height: 1;
  }
  .select_inputformat ul li:before {
    margin-bottom: 6px;
    background: url(icn_select_inputformat_sp.png) no-repeat 0 0;
    background-size: 70px auto;
  }
  .select_inputformat ul li:first-child:before {
    width: 20px;
    height: 20px;
  }
  .select_inputformat ul li:last-child:before {
    width: 28px;
    height: 20px;
    background-position: -42px 0;
  }
  .select_inputformat .reading_caution {
    font-size: 12px;
  }
  .inputformat[data-format="documents"] {
    padding: 0 15px;
  }
}


/* certificateCorner */

.block_a_input {
  margin-bottom: 35px;
}

.step1_form_wrap1 {
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .step1_form_wrap1 .ad_number_wrap {
    width: 295px;
    float: left;
    margin-right: 15px;
  }
  .step1_form_wrap1 .btn_green a {
    margin-top: 0;
    width: 125px;
  }
  .step1_prefecture_select_wrap ul {
    overflow: hidden;
  }
  .step1_prefecture_select_wrap li {
    width: 295px;
    margin-right: 15px;
    float: left;
  }
}

.step2_form_wrap1 {
  display: none;
}

.step2_form_wrap1 li {
  margin-bottom: 20px;
}

.step2_form_wrap1 label {
  font-size: 18px;
}

.step2_form_wrap1 .icn-pdf {
  color: #fc424c;
  display: inline-block;
  font-size: 12px;
  padding-right: 25px;
  position: relative;
}

.step2_form_wrap1 .icn-pdf:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(icn-pdf.png) left top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .step2_form_wrap1 label {
    margin-right: 25px;
  }
  .step2_form_inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .step2_form_wrap1 li>p {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .step2_form_wrap1 {
    padding: 0 16px;
  }
  .step2_form_wrap1 p {
    padding-left: 30px;
  }
  .step2_form_inner {
    margin-bottom: 10px;
  }
  .step2_form_inner p {
    margin-top: 10px;
  }
  .step2_form_wrap1 input[type="radio"] {
    width: 0;
    overflow: hidden;
    height: 0;
    font-size: 0;
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .step2_form_wrap1 .radio {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
    word-break: break-all;
  }
  .step2_form_wrap1 .radio:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f6c700;
    content: '';
    opacity: 0;
    z-index: 22;
  }
  .step2_form_wrap1 .radio:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #a1aeb8;
    border-radius: 50%;
    content: '';
    background: #fff;
  }
  .step2_form_wrap1 input[type=radio]:checked+.radio:before {
    opacity: 1;
  }
}


/* responsive だが mobileで表示しないとき */

.mobile .btn-certificatecorner {
  display: none;
}

.mobile .head_nav .head_nav--certificatecorner {
  display: none;
}

.mobile .custom-header-certificatecorner+main {
  padding-top: 103px;
}

@media screen and (min-width:769px) {
  .pc_layout {
    display: block;
  }
  .sp_layout {
    display: none!important;
  }
  .operating_environment_wrap {
    margin-bottom: 0;
  }
  .operating_environment td {
    border: 1px solid #a1aeb8;
  }
  .operating_environment input {
    display: inline-block;
  }
  .operating_environment td:last-child {
    text-align: left;
    min-width: 300px;
    font-weight: bold;
  }
  .operating_environment .blank {
    background: url(icn_window.png) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
    display: inline-block;
  }
  .operating_environment_wrap {
    margin-bottom: 40px;
  }
  .operating_environment {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #a1aeb8;
    border-radius: 3px;
  }
  .operating_environment thead {
    text-align: center;
    background: #f0f2f3;
    height: 34px;
    color: #323b42
  }
  .operating_environment thead th {
    height: 34px;
    vertical-align: middle;
    width: 79%;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
  }
  .operating_environment thead {
    font-size: 16px;
    color: #323b42;
  }
  .operating_environment tbody tr.on {
    background: #ffdd60;
  }
  .operating_environment tbody .unactive th {
    font-weight: 100;
  }
  .operating_environment tbody td:first-child,
  .operating_environment tbody th {
    height: 68px;
    font-size: 16px;
    text-align: left;
    padding: 10px 16px;
    border-right: 1px solid #a1aeb8;
    border-bottom: 1px solid #a1aeb8;
    vertical-align: middle;
    max-width: 300px;
  }
  .operating_environment tbody td .neednumber {
    display: block;
    padding: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .operating_environment tbody td .recommend_input p {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
  }
  .operating_environment tbody td .recommend_input {
    margin-top: 25px;
  }
  .operating_environment tbody td .recommend_input span {
    padding-left: 0px;
    font-weight: bold;
  }
  .operating_environment tbody td .caution_e {
    padding-left: 0;
    font-weight: 100;
    font-size: 14px;
  }
  .operating_environment tbody td span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 100;
  }
  .operating_environment tbody td {
    border-bottom: 1px solid #a1aeb8;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    font-size: 14px;
    min-width: 100px;
  }
  .operating_environment tbody td .download_btn {
    background: #e81153;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px;
    width: 160px;
    height: 34px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: bold;
  }
  .safari .operating_environment tbody td .download_btn {
    letter-spacing: -1px;
  }
  .operating_environment tbody td ul li:not(:first-child) {
    margin-top: 10px;
  }
  .operating_environment tbody td ul li.mailbtn p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 34px;
  }
}

@media screen and (max-width:768px) {
  .pc_layout {
    display: none!important;
  }
  .sp_layout {
    display: block;
    border-bottom: solid 1px #C5C0AF;
  }
  .operating_environment_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .operating_environment {
    margin-bottom: 0;
  }
  .operating_environment td:nth-child(1) {
    min-width: 200px;
  }
  .operating_environment td:nth-child(2) {
    min-width: 150px;
  }
  .operating_environment td:nth-child(3) {
    min-width: 250px;
  }
  .operating_environment td {
    border: 1px solid #a1aeb8;
  }
  .operating_environment input {
    display: inline-block;
  }
  .operating_environment td:last-child {
    text-align: left;
    min-width: 600px;
    font-weight: bold;
  }
  .operating_environment .blank {
    background: url(icn_window.png) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
    display: inline-block;
  }
  .noservice p {
    padding: 0 16px;
  }
  .noservice .operating_environment_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .noservice .operating_environment_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .noservice .operating_environment_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .noservice .operating_environment_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .noservice .service_table {
    margin: 20px 20px 0 0;
  }
  .noservice .operating_environment_wrap td:nth-child(1) {
    min-width: 200px;
  }
  .noservice .operating_environment_wrap td:nth-child(2) {
    min-width: 150px;
  }
  .noservice .operating_environment_wrap td:nth-child(3) {
    min-width: 250px;
  }
  .noservice .operating_environment_wrap td {
    border: 1px solid #a1aeb8;
    min-width: 0;
  }
  .ttl_item {
    width: 100%!important;
    display: flex;
    align-items: center;
  }
  .sp_item_wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .ttl_item {
    padding: 5px 12px;
    border: solid 1px #C5C0AF;
    border-bottom: none;
  }
  .sp_item_wrap {
    padding: 16px 12px;
    border: solid 1px #C5C0AF;
    border-bottom: none;
  }
  .titleImg {
    display: none;
  }
  .icon_area {
    margin-right: 10px;
    width: 50px;
  }
  .entry_check_txt p span {
    font-size: 12px;
  }
  .entry_check_txt p span a {
    font-size: 12px;
  }
  .install_img_wrap img {
    width: 100%;
  }
  .check_wrap {
    display: flex;
    margin-bottom: 10px;
  }
  .check_wrap:last-child {
    margin-bottom: 0;
  }
  .entry_check.block_check {
    margin: 0 18px;
    align-items: flex-start!important;
  }
  .entry_check_txt {
    height: auto!important;
  }
  .entry_check.block_check {
    height: auto!important;
  }
  .select_procedure_txt {
    margin: 0 16px;
  }
  .sp_prev_btn {
    width: 80px!important;
    margin-right: 15px!important;
  }
  .sp_next_btn {
    height: 54px!important;
    background: #e81153!important;
  }
  .sp_btn_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_btn_layout .submit_btn {
    margin: 0;
    margin-top: 40px;
  }
  .wdt100 {
    width: 100%;
  }
  .pt27 {
    padding-top: 27px;
  }
}

.txt_center p {
  text-align: center;
}

.install_img_wrap {
  margin-top: 10px;
}

.entry_check_txt p span {
  font-size: 12px;
  font-weight: 100;
}

.entry_check_txt p a {
  font-size: 12px;
  font-weight: 100;
}

.select_procedure_txt {
  color: #de000e;
  font-weight: bold;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.entry_check.block_check {
  height: 80px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin-bottom: 30px; */
}


/* .entry_check.block:last-child {
    margin-bottom: 0;
}
.entry_check.block:last-child input {
    margin-bottom: 0;
} */

.block_check input {
  width: 25px;
  height: 25px;
  margin: 0 auto!important;
  vertical-align: middle;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  -webkit-appearance: none;
  display: block;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bebebe;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bebebe;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bebebe;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bebebe;
}

.input {
  background-color: #f6f6f6;
  border: 1px solid #000000;
  border-radius: 4px;
  outline: none;
  width: 20vw;
  padding: 0 10px;
  margin-right: 150px;
}

.isOk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.isOk div {
  background-color: #ed4070;
  border-radius: 5rpx;
  width: 10vw;
}

.fix_lay tbody tr td {
  /* vertical-align: top; */
  vertical-align: middle;
}

.fix_lay tbody tr td:nth-child(n+2) {
  vertical-align: middle;
}

.ver_middle {
  vertical-align: middle!important;
}

.entry_check_txt {
  height: 80px;
}

.emgc_treat {
  margin-top: 40px;
}

.ttl_item div p {
  font-size: 16px;
}

.ttl_item div p:first-child {
  margin-bottom: 5px;
}

.ttl_item div p span {
  font-size: 12px;
}

.required {
  background-color: #e22826;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.ttl_items {
  width: 250px;
}

.detail_txt p {
  font-weight: bold;
}

.detail_txt a {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}

.detail_txt input {
  font-weight: bold;
  height: 2.5rem;
}

.icon_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_blue {
  background-color: #E2F5FF!important;
}

.bg_red {
  background-color: #FEEFF0!important;
}

.bg_gray {
  background-color: #F0F2F3!important;
}

.bg_gray div {
  color: #212121!important;
  display: flex;
}

.inactive p {
  /* color: #bebebe!important; */
}

.inactive a {
  color: #bebebe!important;
}

.inactive input {
  /* background-color: #F0F2F3!important; */
  /* pointer-events: none!important; */
}

.annotation_txt {
  font-weight: 100!important;
}

.inactive_btn {
  opacity: .6;
  pointer-events: none;
}

.complete_txt_box {
  width: 80%;
  border: solid 1px #C5C0AF;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.complete_txt_box.sp_layout {
  width: 100%;
}

.complete_txt_box_inner {
  margin: 0 16px;
}

.complete_txt_box p {
  font-size: 16px;
  font-weight: bold;
}