@charset "UTF-8";

html {
    font-size: 112.5%;
    /*18px*/
}

.sp {
    display: block;
}

.pc {
    display: none;
}

body {
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

.link_btn {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    width: 80%;
    max-width: 340px;
    margin: 30px auto;
    padding: 10px 0;
    border-radius: 30px;
    border: 1px solid;
    color: #3D5CCC;
}

.link_btn:hover {
    transition: .5s;
    color: gold;
}

.db {
    display: block;
}

#oh {
    overflow: hidden;
    /*右側に生まれる謎の余白を消すための対処療法*/
}

/*header*/
.sp_header {
    text-align: center;
}

.sph_wrapper {
    background-color: #3D5CCC;
    border-bottom: 3px solid #CACACA;
}

.sph_wrapper h1:first-of-type {
    padding-top: 22px;
}

.sp_header h1:first-of-type img {
    max-width: 250px;
}

.sp_header h2 {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
    font-size: 30px;
    margin-top: 30px;
    color: #fff;
    line-height: 1.2;
}

#en_index .sp_header h2 {
    font-size: 32px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 1.5%;
}

#contact_body .sp_header h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.lang_change {
    overflow: hidden;
    width: 100%;
    /*    max-width: 588px;*/
    margin: 35px auto 0;
    font-size: 28px;
    padding: 0 3.4% 48px 4.8%;
    box-sizing: border-box;
}

.lang_change p:first-of-type {
    box-sizing: border-box;
    width: 100%;
    max-width: 204px;
    line-height: 38px;
    margin: 5px auto 15px;
    color: #3D5CCC;
    background-color: #fff;
    border-radius: 10px;
}

.lang_change a {
    text-decoration: none;
    color: #fff;
    float: left;
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 47%;
    line-height: 50px;
    background-color: #FFA700;
    border-radius: 10px;
}

.lang_change p:nth-of-type(2) a {
    margin-right: 6%;
}

.lang_change a:hover {
    opacity: .8;
    transition: .5s;
}

#sh_bg {
    background: url(../img/main_ph.jpg) no-repeat center/cover;
}

.sp_header_content {
    padding: 37px 6.2%;
}

.sp_header_content p:first-of-type {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sp_header_content p:nth-of-type(2) {
    font-size: 42px;
    font-weight: bold;
    max-width: 412px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.sp_header_content p:nth-of-type(2) span {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

.sp_header_content p:nth-of-type(3) a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 55px;
    width: 100%;
    max-width: 553px;
    margin: 3px auto 35px;
    font-size: 24px;
    font-weight: bold;
    background-color: #FFA700;
    border-radius: 10px;
}

.sp_header_content p:nth-of-type(3) a:hover {
    opacity: .8;
    transition: .5s;
}

.sp_header_content p:nth-of-type(4) {
    text-align: left;
    margin-left: 15px;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 12px solid #3D5CCC;
    padding-bottom: 5px;
}

#en_index .sp_header_content p:nth-of-type(4) {
    font-size: 24px;
}

.sp_header_content p:nth-of-type(5) {
    text-align: left;
    margin-top: 15px;
    margin-left: 17px;
    line-height: 2;
}

.h_nav {
    margin-top: 30px;
}

.h_nav li a {
    text-decoration: none;
    display: block;
    line-height: 60px;
    color: #000000;
    width: 100%;
    /*	max-width: 560px;*/
    box-sizing: border-box;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
}

#en_index .h_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    height: 75px;
    box-sizing: border-box;
    padding: 0 1%;
}

.h_nav li:nth-of-type(5) a {
    line-height: 1.2;
    padding: 20px 0;
}

.h_nav li a:hover {
    color: #3D5CCC;
    transition: .5s;
}

.sp_header_content .lang {
    display: block;
    max-width: 550px;
    margin: -20px auto 50px;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    text-indent: -15px;
    padding-left: 15px;
}

main {
    clear: both;
    margin-top: 100px;
}

/*海外搬送について*/
section h2:first-of-type {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
    font-size: 36px;
    text-align: center;
    border-bottom: 10px solid #3D5CCC;
    padding-bottom: 5px;
}

.section_padding {
    margin: 1.5%;
    padding: 1.5% 1.5% 50px;
    box-sizing: border-box;
    background-color: #F2F2F2;
}

#s1 .section_padding {
    padding-bottom: 5px;
}

.section_padding p:first-of-type {
    padding: 0 1.5%;
    line-height: 2;
}

/*エンバーミングとは*/
#s2 {
    margin-top: 70px;
}

#s2 .section_padding p:first-child,
#s2 .section_padding p:nth-of-type(2),
#s2 .section_padding p:nth-of-type(3) {
    line-height: 1.8;
}

#s2 .section_padding ul li {
    text-indent: -18px;
    padding-left: 18px;
    margin-bottom: 10px;
}

#s2 .section_padding ul li:last-of-type {
    margin-bottom: 0;
}

.spbg {
    background: url(../img/spbg_01_.png) no-repeat center top /cover;
    margin-top: -4px;
}

#s2 .spbg {
    position: relative;
    padding-bottom: 100px;
}

#s2 .spbg_03 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
}

.spbg_02,
.spbg_03 {
    margin: 0;
    padding: 0;
}

#s2 h2 {
    margin: 0;
    margin-bottom: 30px;
    padding-top: 35px;
}

#s2 .section_padding {
    background-color: transparent;
    padding: 5px 0 15px;
}

#s2 .section_padding p {
    text-align: left;
    padding: 0 1.5%;
    line-height: 1.5;
    margin-bottom: 30px;
}

#s2 .section_padding p:first-of-type {
    margin: 0;
    padding-top: 15px;
    margin-bottom: 30px;
}

#s2 h3 {
    font-weight: bold;
    padding-top: 27px;
    line-height: 1.5;
}

#s2 ul {
    padding: 0 1.5%;
    line-height: 1.5;
    margin-top: 3px;
    margin-bottom: 30px;
}

#s2 .section_padding p:last-of-type {
    margin-bottom: 65px;
}

.hl04-itembox:nth-of-type(3) img {
    margin-right: 0;
}

.s2_ph_group {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 1.5%;
    max-width: 960px;
    margin: 0 auto 68px;
}

.hl04-itembox img {
    float: left;
    width: 32%;
    max-width: 290px;
    margin-right: 2%;
    margin-bottom: 30px;
}

.about_robert {
    text-align: center;
    border: 2px solid #CC843D;
    background-color: #E6BD7A;
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 3%;
}

.about_robert h4 {
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.about_robert h4 span {
    color: #E60012;
    font-family: serif;
    text-shadow: 2px 2px 3px rgba(195, 0, 18, 0.50);
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.about_robert div p span {
    font-weight: bold;
    display: block;
}

#s2 .section_padding .about_robert p {
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

#s2 .section_padding .about_robert p::before {
    content: "1";
    font-family: 'optima', serif;
    font-style: italic;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .3);
}

#s2 .section_padding .about_robert p:nth-of-type(2)::before {
    content: "2";
}

#s2 .section_padding .about_robert p:nth-of-type(3)::before {
    content: "3";
}

#s2 .section_padding .about_robert p:nth-of-type(4)::before {
    content: "4";
}

/*海外搬送の流れ*/
#s3 h2 {
    margin-top: 55px;
}

#s3 .section_padding {
    background-color: transparent;
    padding: 30px 2% 35px;
    box-sizing: border-box;
    margin: 60px 1.5% 45px;
}

.work_flow {
    background-color: #f2f2f2;
    /*    max-width: 587px;*/
    margin-bottom: 105px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.work_flow::after {
    content: "";
    position: absolute;
    top: 107%;
    transform: translateX(-50%);
    left: 50%;
    border-width: 37px 89px 0 89px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #a7bfe6;
}

.work_flow:nth-of-type(2) {
    margin-bottom: 90px;
}

.work_flow:nth-of-type(3) {
    margin-bottom: 70px;
}

.work_flow:nth-of-type(4) {
    margin-bottom: 80px;
}

.work_flow:nth-of-type(5) {
    margin-bottom: 105px;
}

#s3 dl dt:first-of-type span {
    color: #000;
    margin-left: 10px;
}

#s3 dl dt {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    /*    max-width: 576px;*/
    margin: 0 0 20px;
    background-color: #A7BFE6;
    padding-top: 5px;
    padding: 10px 0 10px 5px;
    text-indent: -30px;
    padding-left: 40px;
}

#s3 dl dd {
    line-height: 1.5;
    font-size: 20px;
    box-sizing: border-box;
    /*
    max-width: 570px;
    margin: 0 auto;
*/
}

#en_index #s3 dl dd {
    letter-spacing: -0.01em;
}

.work_flow:nth-of-type(2) dd span {
    display: block;
    margin-top: 27px;
}

#s3 .work_flow:nth-of-type(6)::after {
    display: none;
}

.work_flow:nth-of-type(6) {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.work_flow:nth-of-type(4) a {
    text-decoration: none;
}

/*海外搬送対応地域*/
#s4 h2 {
    font-size: 48px;
    padding: 38px 0 10px;
    margin-bottom: 20px;
}

#s4 .spbg {
    /*    background: none;*/
    margin-bottom: 165px;
    padding-bottom: 100px;
    position: relative;
}

#s4 .spbg_03 {
    position: absolute;
    bottom: -2px;
}

#s4 .section_padding {
    background-color: transparent;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 15px;
}

#s4 .section_padding p:first-of-type {
    font-size: 16px;
}

#s4 .sp_map {
    margin: 30px 1.5% 0;
    padding: 0 1.5%;
    box-sizing: border-box;
}

#s4 .sp_map h3:first-of-type {
    font-size: 14px;
    padding-top: 5px;
    color: #a7bfe6;
    margin-bottom: 5px;
}

#s4 .sp_map h3 {
    font-size: 14px;
    color: #a7bfe6;
    padding-top: 10px;
    margin-bottom: 8px;
}

.sp_btn {
    box-sizing: border-box;
    text-align: right;
    padding: 27px 35px 27px 0;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #a7bfe6;
    color: #fff;
    cursor: pointer;
}

#en_index .sp_btn {
    line-height: 1.2;
    font-size: 20px;
    padding: 10px;
}

.countries {
    box-sizing: border-box;
    text-align: left;
    background-color: #cacaca;
    padding: 5px 0 5px 10px;
}

.countries li {
    color: #000;
    display: inline-block;
    margin-right: 20px;
    line-height: 1.8;
    box-sizing: border-box;
    font-size: 14px;
}

.none {
    display: none;
}

#s4 p:last-of-type {
    text-align: center;
    margin-top: 30px;
}

#s4 p img {
    /*    max-width: 580px;*/
    margin: 0 1.5%;
    padding: 0 4.5% 0 1.5%;
    display: block;
    box-sizing: border-box;
}

/*費用と各種手続き*/
#s5 h2 {
    line-height: 1.2;
    padding-bottom: 28px;
}

#s5 .section_padding {
    margin-top: 30px;
    background-color: transparent;
    padding-top: 35px;
    padding-bottom: 5px;
}

#s5 .section_padding h3 {
    font-size: 24px;
    font-weight: bold;
}

#s5 .section_padding p:first-of-type {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

#en_index #s5 .section_padding p:first-of-type {
    line-height: 1.5;
    margin-top: 5px;
}

#s5 .section_padding h4 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

#s5 .section_padding h4 span {
    display: block;
    font-size: 20px;
    margin-top: 8px;
}

#en_index #s5 .section_padding h4 span {
    line-height: 1.4;
}

.s5_inwrapper {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 2%;
    background-color: #f2f2f2;
}

.s5_inwrapper h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#s5 .s5_inwrapper p:first-of-type {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.s5_inwrapper:last-of-type p span {
    display: block;
    text-align: right;
}

#s5 .section_padding p:nth-of-type(2),
#s5 .section_padding p:nth-of-type(3) {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    padding-right: 1em;
}

#s5 .section_padding:last-of-type {
    padding: 1.5%;
    background-color: #f2f2f2;
}

#s5 .section_padding:last-of-type h3 {
    font-size: 20px;
    padding-top: 7px;
    padding-left: 3px;
    margin-bottom: 15px;
}

#s5 .section_padding:last-of-type p {
    line-height: 1.7;
    margin: 0;
}

#s5 {
    margin-bottom: 60px;
}

/*Q&A*/
#s6 .spbg {
    /*    background: none;*/
    padding-bottom: 65px;
    background-position: bottom;
}

#s6 .spbg h2 {
    margin-top: 99px;
    padding-top: -99px;
    margin-bottom: 30px;
}

#s6 .section_padding {
    background-color: rgba(255, 255, 255, .8);
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 10px;
}

#s6 dl div {
    background-color: #F2F2F2;
    padding: 15px 10px 10px;
    margin-bottom: 20px;
}

#s6 dl div:last-of-type {
    margin-bottom: 0;
}

#s6 dt,
#s6 dd {
    background-color: #a7bfe6;
    font-size: 32px;
    padding: 10px 10px 3px 0px;
    line-height: 1.4;
    text-indent: -45px;
    padding-left: 60px;
}

#s6 dt span,
#s6 dd span {
    color: #fff;
    font-weight: bold;
    margin-right: 18px;
}

#s6 dd {
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    text-indent: -45px;
    padding-left: 60px;
    line-height: 1.5;
}

#s6 dd span {
    color: #2F4A80;
    font-size: 32px;
    padding-top: 5px;
    display: inline-block;
    padding-left: 45px;
    margin-right: 0;
    line-height: 1;
}

#s6 dl div:nth-of-type(6),
#s6 dl div:nth-of-type(7) {
    padding-top: 20px;
}

#s6 p:last-of-type {
    text-align: center;
    margin: 100px 1% 0;
}

#s6 p:last-of-type a {
    text-decoration: none;
    display: inline-block;
    line-height: 55px;
    box-sizing: border-box;
    background-color: #ffa700;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 32px;
    width: 100%;
    padding: 10px 0;
}

#s6 p:last-of-type a span {
    display: block;
    font-size: 28px;
    line-height: 60px;
    position: relative;
}

#s6 p:last-of-type a span::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
}

#s6 p:last-of-type a:hover {
    opacity: .8;
    transition: .5s;
}

footer p:first-of-type {
    text-align: left;
    padding-left: 50px;
    line-height: 100px;
    color: #fff;
    background-color: #3D5CCC;
}

footer p:last-of-type {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #CACACA;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

footer p:last-of-type a {
    position: relative;
}

footer p:last-of-type a::before {
    content: "";
    border-width: 0px 15px 20px 15px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #3d5ccc;
    position: absolute;
    top: 15px;
    left: 10px;
}


/*///////////////////////////////////////問い合わせフォーム////////////////////////////*/
#contact_body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
    color: #454545;
    font-size: 95%;
    line-height: 1.8;
}

#contact_body main {
    margin-top: 0;
}

#contact_body .bg-box-wh-gr {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box;
    text-align: center;
}

#contact_body .bg-box-wh-gr h2 {
    border-bottom: 1px solid rgba(65, 65, 65, 1.00);
    font-size: 32px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#contact_body .bg-box-wh-gr p {
    line-height: 150%;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
}

#contact_body .bg-box-gray dl dt span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #d9534f;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

#contact_body a:link,
#contact_body a:visited {
    color: #4040ff;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #4040ff;
    text-decoration: none;
}

#thanksbox {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#thanks_main #thanksbox {
    padding: 0 1.5%;
}

.notes-box {
    background-color: rgba(237, 237, 237, 1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 300px;
    overflow-y: scroll;
}

#contact_body #thanks_main {
    margin: 50px 0;
}

#thanks_main .bg-box-wh-gr {
    padding: 0;
}

#thanksbox,
#thanks_main .bg-box-wh-gr {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}






/*//////////////////////iPhoneなどブラウザ幅が比較的狭い用///////////////////////*/
@media screen and (max-width:420px) {

    .lang_change p:nth-of-type(2),
    .lang_change p:nth-of-type(3) {
        font-size: 24px;
    }

    .fss {
        font-size: 14px;
    }

    .fss+p {
        font-size: 14px;
    }

    .sp_header_content p:nth-of-type(2) {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }

    .sp_header_content p:nth-of-type(2) span {
        display: block;
        position: -webkit-unset;
        position: unset;
    }

    .hl04-itembox img {
        width: 49%;
        max-width: 290px;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .hl04-itembox:nth-of-type(even) img {
        margin-right: 0;
    }

    #s3 .work_flow::after {
        top: 107%;
        left: 50%;
        transform: translateX(-50%);

    }

    #s3 dl dt {
        line-height: 1.2;
    }

    #s2 h2 {
        font-size: 35px;
    }

    #s4 h2 {
        font-size: 36px;
    }

    #s5 h2 {
        font-size: 30px;
    }

    .s5_inwrapper {
        padding: 1.5% 3%;
        line-height: 1.8;
    }

    #s6 dt {
        font-size: 22px;
        padding-top: 0;
    }

    #s6 dt,
    #s6 dd {
        line-height: 1.5;
    }

    #s6 dt span {
        font-size: 32px;
    }

    #s6 p:last-of-type a {
        line-height: 45px;
        font-size: 26px;
    }
}





/*///////////////////////pc用/////////////////////*/
@media screen and (min-width:1025px) {

    html {
        font-size: 22px;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .pc_position {
        max-width: 1200px;
        margin: 0 auto;
    }



    /*header*/
    .pc_header {
        text-align: center;
        background: url(../img/pc_main.jpg) no-repeat center top /cover;
        padding-bottom: 100px;
    }

    .pch_wrapper {
        background-color: #3D5CCC;
        border-bottom: 3px solid #CACACA;
        overflow: hidden;
        padding-bottom: 5px;
    }

    .pc_header h1 {
        float: left;
        margin-left: -5px;
    }

    .pc_header h1:first-of-type img {
        max-width: 250px;
        margin-right: 15px;
        margin-top: 15px;
    }

    #en_index .pc_header h1:first-of-type img {
        margin-right: 30px;
    }

    .pch_wrapper h2 {
        float: left;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
        font-size: 28px;
        margin-top: 35px;
        color: #fff;
    }

    #contact_body .pch_wrapper h2 {
        line-height: 1.5;
    }

    #en_index .pch_wrapper h2 {
        font-size: 30px;
        margin-top: 15px;
        text-align: left;
        line-height: 1.4;
    }

    .pch_wrapper ul {
        float: right;
        margin-top: 13px;
        font-size: 14px;
        text-align: center;
        width: 104px;
    }

    .pch_wrapper ul li {
        line-height: 19px;
        color: #3D5CCC;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 8px;
    }

    .pch_wrapper a {
        display: block;
        line-height: 19px;
        text-decoration: none;
        color: #fff;
        background-color: #ffa700;
        border-radius: 5px;
    }

    .pch_wrapper a:hover {
        opacity: .8;
        transition: .5s;
    }

    .pch_wrapper2 {
        padding-left: 30px;
        overflow: hidden;
    }

    .pch_wrapper2 h2 {
        text-align: left;
        margin: 42px 0 18px;
        line-height: 1.2;
        font-size: 36px;
        font-weight: bold;
        max-width: 615px;
        border-bottom: 10px solid #3D5CCC;
        padding-bottom: 6px;
    }

    .pch_wrapper2 p:first-of-type {
        text-align: left;
        max-width: 550px;
        line-height: 1.6;
        float: left;
    }

    .pch_wrapper2 p:nth-of-type(2) {
        text-align: left;
        float: right;
        box-sizing: border-box;
        padding: 10px 25px 10px 10px;
        border-radius: 5px;
        margin-top: -30px;
        margin-bottom: 3px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }

    #en_index .pch_wrapper2 p:nth-of-type(2) {
        width: 45%;
        line-height: 1.2;
        margin-top: 24px;
    }

    .pch_wrapper2 p:nth-of-type(2) span:first-of-type {
        display: block;
        margin-top: 7px;
        font-size: 42px;
        font-weight: bold;
        padding-right: 85px;
    }

    .pch_wrapper2 p:nth-of-type(2) span:last-of-type {
        display: inline-block;
        font-size: 14px;
        padding-right: 15px;
        position: absolute;
        right: 15px;
        bottom: 17px;
    }

    .pch_wrapper2 p:last-of-type {
        text-align: center;
        float: right;
        padding-right: 20px;
    }

    .pch_wrapper2 p:last-of-type a {
        display: block;
        width: 553px;
        line-height: 55px;
        text-decoration: none;
        background-color: #ffa700;
        border-radius: 10px;
        font-size: 24px;
        color: #fff;
    }

    .pch_wrapper2 p:last-of-type a:hover {
        opacity: .8;
        transition: .5s;
    }

    .pch_wrapper2 ul {
        clear: both;
        padding-top: 42px;
    }

    .pch_wrapper2 ul li a {
        text-decoration: none;
        float: left;
        width: 49%;
        max-width: 560px;
        margin-right: 2%;
        line-height: 60px;
        margin-bottom: 30px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 10px;
        color: #000;
    }

    #en_index .pch_wrapper2 ul li a {
        line-height: 1.4;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pch_wrapper2 ul li a:nth-of-type(even) {
        margin-right: 0;
    }

    .pch_wrapper2 ul li a:hover {
        color: #ffa700;
        transition: .5s;
    }

    .fr {
        float: right;
        max-width: 500px;
        margin: 5px 60px 0 0;
    }

    .fr span {
        display: block;
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        text-indent: -15px;
        padding-left: 15px;
        width: 560px;
    }

    main {
        margin-top: 104px;
    }

    /*海外搬送について*/
    section h2:first-of-type {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
        font-size: 42px;
        text-align: center;
        border-bottom: 10px solid #3D5CCC;
        padding-bottom: 10px;
    }

    .section_padding {
        max-width: 1200px;
        margin: 0 auto;
        background-color: #F2F2F2;
        box-sizing: border-box;
    }

    #s1 .section_padding {
        padding: 30px 130px;
        margin-top: 60px;
    }

    .section_padding p:first-of-type {
        line-height: 1.7;
    }

    /*エンバーミングとは*/
    #s2 {
        margin-top: 30px;
    }

    #s2 .section_padding p:first-child,
    #s2 .section_padding p:nth-of-type(2),
    #s2 .section_padding p:nth-of-type(3) {
        line-height: 1.45;
    }

    #s2 .section_padding ul li {
        text-indent: -20px;
        padding-left: 20px;
        margin-bottom: 5px;
    }

    .spbg {
        background: url(../img/spbg_01_.png) no-repeat center top /cover;
        margin-top: -4px;
    }

    #s2 .spbg {
        position: relative;
        padding-bottom: 90px;
        overflow: hidden;
    }

    #s2 .spbg_03 {
        position: absolute;
        bottom: -8px;
        right: 0;
        width: 100%;
    }

    #s2 h2 {
        margin: 0;
        padding: 15px 0;
        margin-bottom: 70px;
    }

    #s2 .section_padding {
        background-color: transparent;
        padding: 0px 30px 15px;
    }

    #s2 .section_padding p:first-of-type {
        margin-bottom: 25px;
    }

    #s2 h3 {
        padding-top: 30px;
        line-height: 1.2;
    }

    #s2 ul {
        padding: 0 1.5%;
        line-height: 1.5;
        margin: 0 0 25px;
    }

    #s2 .section_padding p:last-of-type {
        margin-bottom: 25px;
    }

    .hl04-itembox:nth-of-type(3) img {
        margin-right: 0;
    }

    .s2_ph_group {
        max-width: 1200px;
        margin: 0 auto 55px;
    }

    #s2 .hl04-itembox img {
        float: left;
        width: 32%;
        max-width: 500px;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    #s2 .hl04-itembox:nth-of-type(3) img {
        margin-right: 0;
    }

    .about_robert {
        max-width: 800px;
        margin: 0 auto 100px;
        overflow: hidden;
        padding: 0;
        text-align: center;
        border: 2px solid #CC843D;
    }

    .about_robert h4 {
        font-size: 32px;
    }

    .about_robert h4 span {
        font-size: 40px;
    }

    #s2 .section_padding .about_robert p {
        font-size: 20px;
        width: 80%;
        margin: 50px auto 80px;
    }

    #s2 .section_padding .about_robert p::before {
        font-size: 140px;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%) skew(-10deg);
    }

    .pc_ar_txt span:last-of-type a {
        text-decoration: none;
        color: #000;
    }

    .pc_ar_txt span:last-of-type a:hover {
        color: #3d5ccc;
        transition: .5s;
    }

    /*海外搬送の流れ*/
    #s3 {
        clear: both;
    }

    #s3 .section_padding {
        background-color: #f2f2f2;
        padding: 50px 30px 35px;
        margin: 60px 0 45px;
    }

    .work_flow {
        background-color: #fff;
        /*    max-width: 587px;*/
        margin-bottom: 75px;
        padding: 10px;
    }

    .work_flow::after {
        top: 110%;
        transform: translateX(-50%);
        left: 50%;
        border-width: 35px 160px 0 160px;
    }

    .work_flow:nth-of-type(2) {
        margin-bottom: 90px;
    }

    .work_flow:nth-of-type(3) {
        margin-bottom: 85px;
    }

    .work_flow:nth-of-type(4) {
        margin-bottom: 90px;
    }

    .work_flow:nth-of-type(5) {
        margin-bottom: 105px;
    }

    #s3 dl dt:first-of-type span {
        margin-left: 35px;
        font-size: 34px;
    }

    #s3 dl dt {
        font-size: 42px;
        margin: 0 0 20px;
        padding: 5px 0 5px 15px;
        box-sizing: border-box;
        text-indent: 0;
    }

    #s3 dl dd {
        font-size: 22px;
        margin: 0 1%;
    }

    .work_flow:nth-of-type(2) dd span {
        margin-top: 28px;
    }

    /*海外搬送対応地域*/
    #s4 h2 {
        font-size: 48px;
        padding: 0px 0 17px;
        margin-top: -50px;
        margin-bottom: 80px;
    }

    #s4 .spbg {
        /*    background: none;*/
        margin-bottom: 50px;
        padding-bottom: 200px;
        position: relative;
    }

    #s4 .spbg_03 {
        position: absolute;
        bottom: -2px;
    }

    #s4 .section_padding {
        padding: 30px 0;
        background-color: rgba(255, 255, 255, .8);
    }

    #s4 .section_padding p:first-of-type {
        font-size: 22px;
        padding: 0;
        margin-left: 80px;
    }

    #s4 .pc_map {
        overflow: hidden;
        box-sizing: border-box;
        max-width: 1070px;
        margin: 25px auto 0;
        padding: 3px 0 0 15px;
    }

    #s4 .pc_map div:first-of-type {
        float: left;
        max-width: 510px;
        overflow: hidden;
        margin-right: 35px;
    }

    #s4 .pc_map div:last-of-type {
        float: right;
        max-width: 510px;
        overflow: hidden;
        padding-left: 5px;
    }

    #s4 .pc_map div:last-of-type ul:nth-of-type(2),
    #s4 .pc_map div:last-of-type ul:nth-of-type(3) {
        letter-spacing: -0.04em;
    }

    #en_index #s4 .pc_map div:last-of-type ul:nth-of-type(2),
    #en_index #s4 .pc_map div:last-of-type ul:nth-of-type(3) {
        letter-spacing: 0;
    }

    #s4 .pc_map div:last-of-type ul:nth-of-type(2) ol li,
    #s4 .pc_map div:last-of-type ul:nth-of-type(3) ol li {
        margin-bottom: 6px;
    }

    #s4 .pc_map ol li {
        float: left;
        font-size: 12px;
        margin-bottom: 5px;
    }

    #en_index #s4 .pc_map ol li {
        margin-right: 20px;
    }

    #s4 .pc_map ul {
        margin-bottom: 22px;
        overflow: hidden;
    }

    #s4 .pc_map div:last-of-type ul {
        margin-bottom: 20px;
    }

    #s4 .pc_map div:first-of-type ul:nth-of-type(4),
    #s4 .pc_map div:last-of-type ul:nth-of-type(3) {
        margin-bottom: 0;
    }

    #s4 .pc_map h3 {
        font-size: 12px;
        color: #a7bfe6;
        clear: both;
        margin-bottom: 5px;
    }

    #s4 p:last-of-type {
        text-align: center;
        margin-top: 30px;
    }

    #s4 #map {
        display: block;
        width: 720px;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }

    /*費用と各種手続き*/
    #s5 h2 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
        font-size: 42px;
        text-align: center;
        border-bottom: 10px solid #3D5CCC;
        line-height: 1.2;
        padding-bottom: 5px;
    }

    #s5 .section_padding {
        margin-top: 60px;
        padding: 35px 0 35px 50px;
        background-color: #f2f2f2;
    }

    #s5 .section_padding p:first-of-type {
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }

    #s5 .section_padding h4 {
        font-size: 42px;
        font-weight: normal;
        padding-right: 55px;
        margin-bottom: 45px;
    }

    .s5_inwrapper {
        box-sizing: border-box;
        max-width: 1100px;
        margin: 0 0 15px;
        padding: 15px 15px 5px;
        background-color: #fff;
    }

    .s5_inwrapper h5 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    #s5 .s5_inwrapper p:first-of-type {
        font-size: 22px;
        line-height: 1.4;
        margin: 0;
    }

    .s5_inwrapper:last-of-type {
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    .s5_inwrapper:last-of-type h5 {
        padding-left: 0;
    }

    .s5_inwrapper:last-of-type p span {
        padding-right: 5px;
    }

    #s5 .section_padding:last-of-type {
        padding: 30px 0 25px 50px;
        margin-top: 70px;
    }

    #s5 .section_padding:last-of-type p {
        margin: 0;
    }

    #s5 {
        margin-bottom: 0;
    }

    /*Q&A*/
    #mt5 {
        margin-top: 5px;
    }

    #s6 .spbg {
        /*    background: none;*/
        padding-bottom: 65px;
        background-position: top;
    }

    #s6 .spbg h2 {
        margin-top: 99px;
        padding-top: -99px;
        margin-bottom: 60px;
    }

    #s6 .section_padding {
        background-color: rgba(255, 255, 255, .8);
        padding: 30px 0;
    }

    #s6 dl div {
        background-color: #F2F2F2;
        max-width: 1100px;
        margin: 0 auto 50px;
        padding: 15px 10px 10px;
    }

    #s6 dl div:nth-of-type(3) {
        margin-bottom: 30px;
    }

    #s6 dl div:nth-of-type(4) {
        margin-bottom: 40px;
    }

    #s6 dl div:nth-of-type(5) {
        margin-bottom: 40px;
    }

    #s6 dl div:last-of-type {
        margin-bottom: 0;
    }

    #s6 dt,
    #s6 dd {
        background-color: #a7bfe6;
        max-width: 1064px;
        margin: 0 auto;
    }

    #s6 dt span,
    #s6 dd span {
        color: #fff;
        font-weight: bold;
        margin-right: 18px;
    }

    #s6 dd {
        background-color: transparent;
        font-size: 22px;
        padding: 0;
        text-indent: -45px;
        padding-left: 60px;
    }

    #s6 dd span {
        color: #2F4A80;
        margin-right: 0;
        margin-top: 10px;
        display: inline-block;
    }

    #s6 dl div:nth-of-type(2) dd span,
    #s6 dl div:nth-of-type(3) dd span,
    #s6 dl div:nth-of-type(4) dd span,
    #s6 dl div:nth-of-type(6) dd span,
    #s6 dl div:nth-of-type(5) dd span,
    #s6 dl div:last-of-type dd span {
        padding-top: 15px;
    }

    #s6 dl div:first-of-type dd span {
        padding-top: 10px;
    }

    #s6 dl div:nth-of-type(6),
    #s6 dl div:nth-of-type(7) {
        padding-top: 20px;
    }

    #s6 p:last-of-type {
        text-align: center;
        margin: 60px auto;
        max-width: 792px;
    }

    #s6 p:last-of-type a {
        line-height: 60px;
    }

    footer p:first-of-type {
        text-align: center;
        line-height: 100px;
        color: #fff;
        background-color: #3D5CCC;
    }



    #contact_body header a:first-of-type {
        display: block;
        line-height: inherit;
        text-decoration: none;
        background: none;
        border-radius: 0;
    }

    #contact_body {
        font-size: 15px;
    }

    #contact_body header h2 {
        margin-top: 0;
    }

    #contact_body .pc_header {
        /*    text-align: center;*/
        background: none;
        padding-bottom: 0;
    }

    #contact_body .bg-box-wh-gr {
        padding: 0;
        text-align: center;
    }

    #contact_body .bg-box-wh-gr h2 {
        text-align: left;
    }

    #contact_body .bg-box-gray dl dt span {
        margin-right: 0;
    }

    #contact_body #thanks_main {
        margin: 100px 0;
    }

    #thanks_main .bg-box-wh-gr {
        padding: 0;
    }

    #thanksbox,
    #thanks_main .bg-box-wh-gr {
        width: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

#actionDataContainer {
    max-width: 1200px;
    margin: 0 auto 5em;

    & p:last-child{
        margin-top: 1em;
    }

    & #actionDataLists {
        list-style: none;
        height: 320px;
        padding: 1em;
        background-color: #eaeaea;
        overflow-y: scroll;

        & details.actionDetailsContainer {
            margin-bottom: 1em;

            & summary {
                font-weight: bold;
                cursor: pointer;
            }

            & p {
                display: flex;
                flex-flow: row wrap;
                margin: .5em 0;
                
                & span {
                    line-height: 1.5;
                    padding-left: 1.5em;
                    width: 80%;

                    &:first-of-type {
                        width: fit-content;
                    }
                }
            }
        }

        & .actionDetailsContainer {
            &:not(:last-of-type) {
                margin-bottom: 2.5em;
            }

            &>*+* {
                margin-top: .25em;
            }

            & li {
                display: grid;
                grid-template-columns: max-content repeat(2,1fr);

                & p {
                    grid-column: span 4;
                    margin-bottom: .5em;
                    border-left: 5px solid #333;
                    padding-left: .5em;
                    font-weight: bold;
                }

                & span {
                    line-height: 1.5;
                    padding-left: 1.5em;
                    grid-column: 2/4;

                    &:first-of-type {
                        grid-column: 1/2;
                        max-width: 120px;
                    }
                }
            }
        }
    }
}