@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.eme_head {
    display: flex;
    justify-content: space-between;
  margin-top: 30px;
}
.eme_comment {
    max-width: 589px;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
    align-items: center;
    line-height: 2;
}
.eme_body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  background: #E1E2EC;
  padding: 65px;
  margin-top: 55px;
}
.eme_block {
    padding-bottom: 40px;
    border-bottom: 2px dotted #111868;
}
.eme_block:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.eme_text {
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
}
.eme_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.eme_box {
    max-width: 435px;
    width: 100%;
  border: 1px solid #111868;
  background: #fff;
}
.eme_bnr {
    background: #111868;
    padding: 5px 20px;
    color: #fff;
}
.eme_cont{
  padding: 20px;
  line-height: 2;
}
.eme_row {
    text-indent: -1em;
    padding-left: 1em;
}
.eme_cont--bold {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 100px;
}
.eme_cont--bold .eme_row {
    font-size: 2.4rem;
    font-weight: bold;
}
.eme_caption {
    line-height: 2;
    margin-top: 20px;
}
.eme_catch {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
    max-width: 890px;
    width: 100%;
    margin: 80px auto 0;
}
.eme_arrow {
    text-align: center;
    margin-top: 20px;
}
.eme_center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.eme_center {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
}
.eme_gallery {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}
.eme_set {
    border-top: 1px solid #111868;
  margin-top: 20px;
}
.eme_set_row {
    border-bottom: 1px solid #111868;
    display: flex;
    padding: 20px 40px;
}
.eme_set_row:nth-child(odd) {
  background: #E1E2EC;
}
.eme_set_name {
    font-weight: bold;
    color: #111868;
    min-width: 300px;
}
.tra_box {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 281px;
    width: 100%;
    height: 102px;
    font-weight: bold;
    color: #111868;
    line-height: 2;
}
.tra_data {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.tra_cell {
    max-width: 763px;
    width: 100%;
}
.tra_table {
    width: 100%;
    border-top: 1px solid #111868;
}
.tra_table tr:nth-child(odd) {
    background: #E1E2EC;
}
.tra_table th {
    vertical-align: top;
    padding: 20px ;
    border-bottom: 1px solid #111868;
    border-right: 1px solid #111868;
  color: #111868;
  min-width: 170px;
}
.tra_table td {
    padding: 20px ;
    border-bottom: 1px solid #111868;
}
.table_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3em;
    line-height: 2;
}
.flow_midashi {
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
}
.tra_flow {
    margin-top: 65px;
}
.flow_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.flow_img {
    margin-top: 20px;
}
.flow_col {
    max-width: 676px;
    width: 100%;
}
.flow_step {
    background: #E1E2EC;
    padding: 10px 20px 10px calc(20px + 1.2em);
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
    text-indent: -1.2em;
}
.flow_com {
    line-height: 2;
    margin-top: 15px;
}
.flow_card {
    margin-top: 55px;
}
.flow_card:first-child {
    margin-top: 40px;
}





footer{
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
.eme_head {
    flex-direction: column;
    align-items: center;
}
.eme_comment {
    margin-top: 20px;
}
.eme_body {
    padding: 20px 5%;
}
.eme_flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.eme_cont--bold {
    padding: 20px 15% 20px 10%;
}
.eme_set_row {
    flex-direction: column;
    padding: 10px 5%;
}
.eme_set_com {
    font-size: 1.4rem;
}
.tra_box {
    padding: 0 5%;
    height: 70px;
}
.tra_data {
    flex-direction: column;
    gap: 20px;
}

.tra_table,
.tra_table tbody,
.tra_table tr,
.tra_table th,
.tra_table td {
  display: block;
  width: 100%;
  border-right: none;
}
.table_flex {
    flex-direction: column;
}
.tra_table th {
    text-align: left;
    padding: 10px 5% 0;
    border: none;
}
.tra_table td {
    padding: 10px 5%;
}
.flow_step {
    padding: 10px 10px 10px calc(10px + 1.2em);
}
.flow_wrap {
    max-width: 100%;
    overflow: auto;
}
.flow_flex {
    max-width: calc(60vw + 700px);
    width: 1024px;
    justify-content: flex-start;
}
.flow_img {
    max-width: 60vw;
    margin-right: 20px;
}

}
@media print {

}