@charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* -------------------------------------
  	sp 下層メインイメージ
  ------------------------------------- */
  main.ul_main {
    overflow: hidden;
  }
  main.ul_main > div {
    float: left;
    height: 70vw;
  }
  main.ul_main > .left {
    width: 8%;
    background-color: #ddd;
    position: relative;
  }
  main.ul_main > .left > div {
    position: relative;
    top: 5vw;
    left: 0;
    width: 100%;
    height: 60vw;
    background-color: #063271;
  }
  main.ul_main > .right {
    width: 92%;
    background: #eee no-repeat;
    background-image: url("../images/ul/company/ul_main.jpg");
    background-size: cover !important;
    position: relative;
  }
  main.ul_main > .right.main_bg_company {
    background-image: url("../images/ul/company/ul_main.jpg");
  }
  main.ul_main > .right.main_bg_business {
    background-image: url("../images/ul/business/ul_main.jpg");
  }
  main.ul_main > .right.main_bg_common {
    background-image: url("../images/ul/ul_common_main.jpg");
  }
  main.ul_main > .right > .bg_black {
    position: relative;
    top: 5vw;
    left: 0;
    width: 75%;
    max-width: 400px;
    height: 60vw;
    background-color: #063271;
  }
  main.ul_main > .right > .bg_black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20vw;
    width: 85%;
    max-width: 400px;
    height: 60vw;
    transform: skewX(-8deg);
    background-color: #063271;
  }
  main.ul_main > .right > .text {
    position: absolute;
    top: 10vw;
    left: 0;
    width: 78%;
    max-width: 400px;
  }
  main.ul_main > .right > .text > h1 {
    width: 100%;
    color: #fff;
    font-size: 10vw;
    font-size: min(8vw, 5rem);
    font-family: "Noto Sans JP";
    font-weight: 700;
    border-bottom: 2px #fff solid;
    padding-bottom: 5vw;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  main.ul_main > .right > .text > div {
    color: #fff;
    padding-right: 1em;
    font-size: 3vw;
    font-size: min(3vw, 1.75rem);
  }
  /* ------------------------------------------
  	sp 営業案内
  ------------------------------------------ */
  .ul_business {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .ul_business section {
    width: 94%;
    margin: 0 auto;
  }
  .ul_business section .business_wrap {
    margin-bottom: 60px;
  }
  .ul_business section .business_wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .ul_business section .business_wrap .common_box_wrap > .left {
    margin-bottom: 20px;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul {
    padding-left: 1.5em;
    list-style: square;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul > li {
    margin-bottom: 15px;
    color: #063271;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul > li:last-child {
    margin-bottom: 0;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul > li > span {
    color: #333;
  }
  .ul_business section .business_wrap > .business_hub_btn {
    padding-top: 30px;
    text-align: center;
  }
  .ul_business section .business_wrap > .business_hub_btn > a {
    font-size: 1.2rem !important;
  }
  .ul_business section .business_wrap > .business_hub_btn > a:before {
    right: 15px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
  }
  /* ------------------------------------------
  	sp 会社概要
  ------------------------------------------ */
  .ul_company {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .ul_company > section .company_info > h4 {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.6rem;
    border-bottom: #063271 1px solid;
    padding-bottom: 3px;
  }
  .ul_company > section .company_info > .small_block {
    margin-bottom: 20px;
  }
  .ul_company > section .company_info > .small_block:last-child {
    margin-bottom: 0;
  }
  .ul_company > section .company_info > .small_block > h5 {
    padding-left: 10px;
    border-left: 4px #063271 solid;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .ul_company > section .company_info > .small_block > table th {
    text-align: left;
    font-weight: normal;
    width: 6em;
  }
  .ul_company > section .mapWrap {
    width: 94%;
    margin: 0 auto;
  }
  .ul_company > section .mapWrap > div {
    border: 2px solid #063271;
  }
  .ul_company > section .mapWrap > div h3 {
    background-color: #063271;
    color: #fff;
    padding: 5px 0 10px;
    font-size: 1.6rem;
    text-align: center;
  }
  .ul_company > section .mapWrap > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .ul_company > section .mapWrap > div .address {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .ul_company > section .shipsList {
    width: 94%;
    margin: 0 auto;
  }
  .ul_company > section .shipsList ul li {
    border: 2px solid #063271;
    margin-bottom: 20px;
  }
  .ul_company > section .shipsList ul li:last-child {
    margin-bottom: 0;
  }
  .ul_company > section .shipsList ul li .tableA {
    grid-template-columns: 1fr;
  }
  .ul_company > section .shipsList ul li .tableB {
    grid-template-columns: 1fr;
  }
  .ul_company > section .shipsList ul li .table {
    display: grid;
    align-items: center;
  }
  .ul_company > section .shipsList ul li .table .image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ul_company > section .shipsList ul li .table .image1 {
    background-image: url("../images/ul/company/kikuna.webp");
  }
  .ul_company > section .shipsList ul li .table .image2 {
    background-image: url("../images/ul/company/hiyoshi.webp");
  }
  .ul_company > section .shipsList ul li .table .image3 {
    background-image: url("../images/ul/company/kodakamaru.webp");
  }
  .ul_company > section .shipsList ul li .table .image4 {
    background-image: url("../images/ul/company/hayama.webp");
  }
  .ul_company > section .shipsList ul li .table .imageTaura {
    background-image: url("../images/ul/company/taura.webp");
  }
  .ul_company > section .shipsList ul li .table .image5 {
    background-image: url("../images/ul/company/ke1600.webp");
  }
  .ul_company > section .shipsList ul li .table .image6 {
    background-image: url("../images/ul/company/image3.gif");
  }
  .ul_company > section .shipsList ul li .table .image7 {
    background-image: url("../images/ul/company/ichiran011_0.jpg");
  }
  .ul_company > section .shipsList ul li .table .image8 {
    background-image: url("../images/ul/company/sagami2.webp");
  }
  .ul_company > section .shipsList ul li .table .image9 {
    background-image: url("../images/ul/company/sagami3.webp");
  }
  .ul_company > section .shipsList ul li .table .info table {
    width: 100%;
  }
  .ul_company > section .shipsList ul li .table .info table th, .ul_company > section .shipsList ul li .table .info table td {
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .ul_company > section .shipsList ul li .table .info table th {
    background-color: rgb(125.8571428571, 176.1428571429, 248.1428571429);
    color: #fff;
    font-weight: normal;
  }
  .ul_company > section .shipsList ul li .table .info table td {
    background-color: #f5f5f5;
  }
  .ul_company > section .history {
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .ul_company > section .history .intro h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ul_company > section .history .intro {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .ul_company > section .history > ul {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
  }
  .ul_company > section .history > ul > li:last-child div:nth-child(1):after {
    content: none;
  }
  .ul_company > section .history > ul > li div:nth-child(1) {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .ul_company > section .history > ul > li div:nth-child(1):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #063271;
    z-index: -1;
    transform: skewX(-15deg);
  }
  .ul_company > section .history > ul > li div:nth-child(1):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #063271;
  }
  .ul_company > section .history > ul > li div:nth-child(2) {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .ul_company > section .history .outro {
    font-size: 1.4rem;
    text-align: left;
  }
  /* ------------------------------------------
   		sp 個人情報保護方針
  ------------------------------------------ */
  .ul_policy {
    overflow: hidden;
  }
  .ul_policy > section {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .ul_policy > section .policy_wrap > .intro {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .ul_policy > section .policy_wrap > ul {
    counter-reset: li;
    margin-bottom: 40px;
    padding-left: 1em;
    list-style: none;
  }
  .ul_policy > section .policy_wrap > ul > li {
    margin-bottom: 2em;
    padding: 0 0 0 16px;
    font-size: 1.2rem;
    line-height: 1.7;
    position: relative;
  }
  .ul_policy > section .policy_wrap > ul > li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    font-size: 2rem;
    top: -10px;
    left: -20px;
    width: 1.6em;
    text-align: center;
  }
  .ul_policy > section .policy_wrap > .contact {
    text-align: center;
    margin-bottom: 30px;
  }
  .ul_policy > section .policy_wrap > .contact > span {
    background-color: #f5f5f5;
    font-size: 1.2rem;
    text-align: left;
    display: inline-block;
    border: 1px #ccc solid;
    padding: 20px;
  }
  .ul_policy > section .policy_wrap > .contact > span > h5 {
    font-weight: bold;
  }
  .ul_policy > section .policy_wrap > .contact > span > p {
    margin-bottom: 1em;
  }
  .ul_policy > section .policy_wrap > .contact > span > p:last-child {
    margin-bottom: 0;
  }
  .ul_policy > section .policy_wrap > aside {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .ul_policy > section .policy_wrap > .add_info {
    font-size: 1.4rem;
    text-align: right;
  }
  /* ------------------------------------------
   お問い合わせ
  ------------------------------------------ */
  .ul_contact {
    overflow: hidden;
  }
  .ul_contact > section {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  /* -------------------------------------
  	下層メインイメージ
  ------------------------------------- */
  main.ul_main {
    overflow: hidden;
  }
  main.ul_main > div {
    float: left;
    height: 400px;
  }
  main.ul_main > .left {
    width: calc((100% - 1200px) / 2);
    background-color: #ddd;
    position: relative;
  }
  main.ul_main > .left > div {
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #063271;
  }
  main.ul_main > .right {
    width: calc(100% - (100% - 1200px) / 2);
    background: #eee no-repeat;
    background-image: url("../images/ul/company/ul_main.jpg");
    position: relative;
  }
  main.ul_main > .right.main_bg_company {
    background-image: url("../images/ul/company/ul_main.jpg");
  }
  main.ul_main > .right.main_bg_business {
    background-image: url("../images/ul/business/ul_main.jpg");
  }
  main.ul_main > .right.main_bg_common {
    background-image: url("../images/ul/ul_common_main.jpg");
  }
  main.ul_main > .right > .bg_black {
    position: relative;
    top: 50px;
    left: 0;
    width: 315px;
    height: 300px;
    background-color: #063271;
  }
  main.ul_main > .right > .bg_black:after {
    content: "";
    position: absolute;
    left: 100px;
    top: 0;
    width: 315px;
    height: 300px;
    transform: skewX(-10deg);
    background-color: #063271;
  }
  main.ul_main > .right > .text {
    position: absolute;
    top: 80px;
    left: 0;
  }
  main.ul_main > .right > .text > h1 {
    width: 666px;
    color: #fff;
    font-size: 5rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    border-bottom: 2px #fff solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  main.ul_main > .right > .text > div {
    color: #fff;
    font-size: 1.75rem;
  }
  /* ------------------------------------------
    営業案内
  ------------------------------------------ */
  .ul_business {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .ul_business section {
    width: 980px;
    margin: 0 auto;
  }
  .ul_business section .business_wrap {
    margin-bottom: 60px;
  }
  .ul_business section .business_wrap .common_box_wrap > .left {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul {
    padding-left: 1em;
    list-style: square;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul > li {
    margin-bottom: 10px;
    color: #063271;
  }
  .ul_business section .business_wrap .common_box_wrap > .left > ul > li > span {
    color: #333;
  }
  .ul_business section .business_wrap .common_box_wrap > .right {
    padding-left: 20px;
  }
  .ul_business section .business_wrap > .business_hub_btn {
    padding-top: 30px;
    text-align: center;
  }
  .ul_business section .business_wrap > .business_hub_btn > a {
    font-size: 1.6rem !important;
  }
  .ul_business section .business_wrap > .business_hub_btn > a:before {
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    content: "";
  }
  /* ------------------------------------------
   		港湾運送事業
  ------------------------------------------ */
  .ul_harbor {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .ul_harbor > section {
    width: 980px;
    margin: 0 auto;
  }
  .ul_harbor > section > .harbor_wrap {
    margin-bottom: 80px;
  }
  .ul_harbor > section > .harbor_wrap:last-child {
    margin-bottom: 0;
  }
  .ul_harbor > section > .harbor_wrap.pb {
    padding-bottom: 10px;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .left {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .left > ul {
    list-style: none;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .left > ul > li {
    margin-bottom: 20px;
    color: #063271;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .left > ul > li:last-child {
    margin-bottom: 0;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .left > ul > li > span {
    color: #333;
  }
  .ul_harbor > section > .harbor_wrap > .common_box_wrap > .right {
    padding-left: 20px;
  }
  .ul_harbor > section > .harbor_wrap > .harbor_list > ul {
    width: 100%;
    margin: 0 auto;
    padding-left: 1em;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .ul_harbor > section > .harbor_wrap > .harbor_list > ul > li {
    width: 33%;
    margin-bottom: 30px;
  }
  .ul_harbor > section > .harbor_wrap > .harbor_list > ul > li > table.harbor_list_table {
    width: 100%;
    margin-left: 1em;
  }
  .ul_harbor > section > .harbor_wrap > .harbor_list > ul > li > table.harbor_list_table tr > th {
    width: 3em;
    font-weight: normal;
    text-align: left;
  }
  .ul_harbor > section > .harbor_wrap > .harbor_list > ul > li > table.harbor_list_table tr > th > span {
    padding-left: 5px;
  }
  /* ------------------------------------------
   	会社概要
  ------------------------------------------ */
  .ul_company {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .ul_company > section .company_info > h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8rem;
    border-bottom: #063271 1px solid;
    padding-bottom: 10px;
  }
  .ul_company > section .company_info > .small_block {
    margin-bottom: 20px;
  }
  .ul_company > section .company_info > .small_block:last-child {
    margin-bottom: 0;
  }
  .ul_company > section .company_info > .small_block > h5 {
    padding-left: 10px;
    border-left: 4px #063271 solid;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .ul_company > section .company_info > .small_block > table th {
    text-align: left;
    font-weight: normal;
    width: 6em;
  }
  .ul_company > section .mapWrap {
    width: 980px;
    margin: 0 auto;
  }
  .ul_company > section .mapWrap > div {
    border: 3px solid #063271;
  }
  .ul_company > section .mapWrap > div h3 {
    background-color: #063271;
    color: #fff;
    padding: 10px 0 13px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .ul_company > section .mapWrap > div:nth-child(1) {
    margin-bottom: 40px;
  }
  .ul_company > section .mapWrap > div .address {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .ul_company > section .shipsList {
    width: 980px;
    margin: 0 auto;
  }
  .ul_company > section .shipsList ul li {
    border: 2px solid #063271;
    margin-bottom: 20px;
  }
  .ul_company > section .shipsList ul li:last-child {
    margin-bottom: 0;
  }
  .ul_company > section .shipsList ul li .tableA {
    grid-template-columns: 160px 1fr 300px;
  }
  .ul_company > section .shipsList ul li .tableB {
    grid-template-columns: 160px 1fr 200px;
  }
  .ul_company > section .shipsList ul li .table {
    display: grid;
    align-items: center;
  }
  .ul_company > section .shipsList ul li .table .image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ul_company > section .shipsList ul li .table .image1 {
    background-image: url("../images/ul/company/kikuna.webp");
  }
  .ul_company > section .shipsList ul li .table .image2 {
    background-image: url("../images/ul/company/hiyoshi.webp");
  }
  .ul_company > section .shipsList ul li .table .image3 {
    background-image: url("../images/ul/company/kodakamaru.webp");
  }
  .ul_company > section .shipsList ul li .table .image4 {
    background-image: url("../images/ul/company/hayama.webp");
  }
  .ul_company > section .shipsList ul li .table .imageTaura {
    background-image: url("../images/ul/company/taura.webp");
  }
  .ul_company > section .shipsList ul li .table .image5 {
    background-image: url("../images/ul/company/ke1600.webp");
  }
  .ul_company > section .shipsList ul li .table .image6 {
    background-image: url("../images/ul/company/image3.gif");
  }
  .ul_company > section .shipsList ul li .table .image7 {
    background-image: url("../images/ul/company/ichiran011_0.jpg");
  }
  .ul_company > section .shipsList ul li .table .image8 {
    background-image: url("../images/ul/company/sagami2.webp");
  }
  .ul_company > section .shipsList ul li .table .image9 {
    background-image: url("../images/ul/company/sagami3.webp");
  }
  .ul_company > section .shipsList ul li .table .info table {
    width: 100%;
  }
  .ul_company > section .shipsList ul li .table .info table th, .ul_company > section .shipsList ul li .table .info table td {
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
  }
  .ul_company > section .shipsList ul li .table .info table th {
    background-color: rgb(125.8571428571, 176.1428571429, 248.1428571429);
    color: #fff;
    font-weight: normal;
  }
  .ul_company > section .shipsList ul li .table .info table td {
    background-color: #f5f5f5;
  }
  .ul_company > section .shipsList ul li .table .info1 th:nth-child(1) {
    width: 12em;
  }
  .ul_company > section .shipsList ul li .table .info2 th:nth-child(2) {
    width: 12em;
  }
  .ul_company > section .shipsList ul li .table .info3 th:nth-child(1) {
    width: 16em !important;
  }
  .ul_company > section .shipsList ul li .table .info3 th:nth-child(2),
  .ul_company > section .shipsList ul li .table .info3 th:nth-child(3),
  .ul_company > section .shipsList ul li .table .info3 th:nth-child(4) {
    width: 6em;
  }
  .ul_company > section .history {
    text-align: center;
  }
  .ul_company > section .history .intro h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ul_company > section .history .intro {
    margin-bottom: 40px;
  }
  .ul_company > section .history > ul {
    display: inline-block;
  }
  .ul_company > section .history > ul > li:last-child div:nth-child(1):after {
    content: none;
  }
  .ul_company > section .history > ul > li div:nth-child(1) {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .ul_company > section .history > ul > li div:nth-child(1):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #063271;
    z-index: -1;
    transform: skewX(-15deg);
  }
  .ul_company > section .history > ul > li div:nth-child(1):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #063271;
  }
  .ul_company > section .history > ul > li div:nth-child(2) {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  /* ------------------------------------------
   	 個人情報保護方針
  ------------------------------------------ */
  .ul_policy {
    overflow: hidden;
  }
  .ul_policy > section .policy_wrap {
    width: 980px;
    margin: 0 auto 80px;
  }
  .ul_policy > section .policy_wrap > .intro {
    margin-bottom: 40px;
  }
  .ul_policy > section .policy_wrap > ul {
    counter-reset: li;
    margin-bottom: 40px;
    padding-left: 1em;
    list-style: none;
  }
  .ul_policy > section .policy_wrap > ul > li {
    margin-bottom: 2em;
    padding: 0 25px;
    position: relative;
  }
  .ul_policy > section .policy_wrap > ul > li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    font-size: 2.4rem;
    top: -10px;
    left: -20px;
    width: 1.6em;
    text-align: center;
  }
  .ul_policy > section .policy_wrap > ul > li h3 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ul_policy > section .policy_wrap > .contact {
    text-align: center;
    margin-bottom: 30px;
  }
  .ul_policy > section .policy_wrap > .contact > span {
    background-color: #f5f5f5;
    text-align: left;
    display: inline-block;
    border: 1px #ccc solid;
    padding: 20px;
  }
  .ul_policy > section .policy_wrap > .contact > span > h5 {
    font-weight: bold;
  }
  .ul_policy > section .policy_wrap > .contact > span > p {
    margin-bottom: 1em;
  }
  .ul_policy > section .policy_wrap > .contact > span > p:last-child {
    margin-bottom: 0;
  }
  .ul_policy > section .policy_wrap > aside {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .ul_policy > section .policy_wrap > .add_info {
    text-align: right;
  }
  /* ------------------------------------------
   お問い合わせ
  ------------------------------------------ */
  .ul_contact {
    overflow: hidden;
  }
  .ul_contact > section {
    margin-bottom: 80px;
  }
}