@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

.sp, .sp_in{
	display:none;
}

.pc{
	display: block;
}

.pc_in{
	display: inline;
}

/*------body------*/
#back_white {
    width: 100%;
    padding: 50px 0;
}

#back_grad {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(to right, #0047ba, #ff4438);
}

#back_white .main_contents, #back_grad .main_contents {
	width: 75%;
    max-width: 1440px;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    font-weight: 500;
    color: #323232;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents, #back_grad .main_contents {
        width: 90%;
    }
}

#back_white .main_contents h1 {
    text-align: center;
    margin: -30px 0;
    font-size: 36px;
    font-weight: 900;
    color: #323232;
}

@media screen and (max-width: 1000px) {
    #back_white .main_contents h1 {
        text-align: left;
        font-size: 26px;
    }
}

#back_white .main_contents h1 span {
    display: block;
    font-size: 80%;
    color: #bc0022;
}

#back_white .main_contents h2, #back_grad .main_contents h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0 15px 0;
    font-size: 34px;
    font-weight: 900;
}

#back_white .main_contents h2 {
    color: #101c2e;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #0047ba, #ff4438) 1;
}

#back_grad .main_contents h2 {
    color: #fefefe;
    border-bottom: 10px solid #fefefe;
}

#kv {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#kv img {
    width: 100%;
    max-width: 1920px;
    text-align: center;
}

#kv .caption, #back_white .main_contents .caption {
    text-align: right;
    font-size: 14px;
}

/*pr ここから*/
#back_white .main_contents .pr {
    text-align: center;
	font-size: 22px;
	font-weight: 700;
}
/*pr ここまで*/

/*overviewing ここから*/
#back_white .main_contents .overviewing {
    text-align: center;
    margin: 60px 0;
	font-size: 22px;
	font-weight: 700;
    color: #cc0000;
}
/*overviewing ここまで*/

/*item_side ここから*/
#back_white .main_contents table.item_side {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

#back_white .main_contents table.item_side tr td.item {
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    background: #101c2e;
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.item_side tr td.matter, #back_white .main_contents table.item_side tr td.guide {
    width: 75%;
    padding: 15px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.item_side tr td.matter p {
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: 14px;
}

#back_white .main_contents table.item_side tr td.guide p {
    font-size: 18px;
}

#back_white .main_contents table.item_side tr td.guide p a {
    transition: 0.3s;
}

#back_white .main_contents table.item_side tr td.guide p a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
/*item_side ここまで*/

/*item_top ここから*/
#back_white .main_contents p.timeline {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 16px;
}

#back_white .main_contents table.item_top {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.item_top tr th {
    text-align: center;
    padding: 15px;
    background: #101c2e;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#back_white .main_contents table.item_top tr td {
    padding: 15px;
    background: #fefefe;
    font-size: 16px;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#back_white .main_contents table.item_top tr td img {
    max-width: 100px;
}
/*item_top ここまで*/

/*schedule ここから*/
#back_white .main_contents h3.schedule_type {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: 700;
}

#back_white .main_contents table.schedule {
    width: 1440px;
    font-size: 16px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr th {
    text-align: center;
    padding: 15px;
    background: #101c2e;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr td {
    line-height: 36px;
    padding: 15px;
}

#back_white .main_contents table.schedule tr td span.bold {
    font-weight: 700;
    color: #ff4438;
}

#back_white .main_contents table.schedule tr td span.event {
    padding: 10px 5px;
    font-weight: 700;
}

#back_white .main_contents table.schedule tr td img {
    width: 30px;
    vertical-align: middle;
    margin: 0 5px;
}

#back_white .main_contents table.schedule tr td span.small {
    font-size: 14px;
}

#back_white .main_contents table.schedule tr td .shuttle {
    font-weight: 700;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr td .shuttle h3 {
    text-align: center;
    font-weight: 800;
    background: #ccdaff;
    color: #101c2e;
}

#back_white .main_contents table.schedule tr td .shuttle p {
    padding: 0 5px;
}

#back_white .main_contents table.schedule tr td .shuttle p span {
    display: block;
    font-size: 90%;
    font-weight: 400;
}

#back_white .main_contents table.schedule tr td.center_top {
    text-align: center;
    vertical-align: top;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr td.center_middle {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr td.left_top {
    text-align: left;
    vertical-align: top;
    border: 1px solid #afafaf;
}

#back_white .main_contents table.schedule tr td.left_middle {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .scroll {
        overflow-x: scroll;
    }

    #back_white .main_contents .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #back_white .main_contents .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #back_white .main_contents .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}
/*schedule ここまで*/

/*point ここから*/
#back_grad .main_contents .point {
    display: flex;
    align-items: flex-end;
    counter-reset: li;
    margin-top: 60px;
}

#back_grad .main_contents .point ul li {
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2.0em;
    margin-left: 4.5em;
    text-indent: -4.5em;
    color: #fefefe;
}

#back_grad .main_contents .point ul li::before {
    font-family: 'Fugaz One', sans-serif;
    color: #ff4438;
    padding-right: 45px;
    font-size: 55px;
    font-weight: bold;
    content: '0'counter(li);
    counter-increment: li;
}

#back_grad .main_contents .point ul li span {
    display: block;
    margin-left: 5.6em;
}

#back_grad .main_contents .point ul li span.small {
    margin-left: 0;
    text-indent: 0;
    font-size: 16px;
    font-weight: 500;
}

#back_grad .main_contents .point ul li font {
    color: #E50C26;
}

#back_grad .main_contents .point .point_img {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    margin: -30px 0 50px 0;
}

#back_grad .main_contents .point .point_img p {
    width: 28%;
    max-width: 350px;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
    color: #fefefe;
}

#back_grad .main_contents .point .point_img p img {
    width: 100%;
}
/*point ここまで*/

/*aten_draw　ここから*/
#back_white .main_contents .aten_draw {
    width: 100%;
    margin: 40px auto;
    border-radius: 5px;
}

#back_white .main_contents .aten_draw .aten_schedule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#back_white .main_contents .aten_draw .aten_schedule ul {
    width: 47%;
    border: 1px solid #afafaf;
}

#back_white .main_contents .aten_draw .aten_schedule ul li {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

#back_white .main_contents .aten_draw .aten_schedule ul li.headline h3 {
    padding: 5px;
    background: linear-gradient(to right, #0047ba 40%, #ff4438);
    color: #fefefe;
    font-size: 22px;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    #back_white .main_contents .aten_draw .aten_schedule ul {
        width: 49%;   
    }
    
    #back_white .main_contents .aten_draw .aten_schedule ul li.headline h3 {
        font-size: 18px;
    }
}

#back_white .main_contents .aten_draw .aten_schedule ul li.limit {
    padding: 20px 0;
    font-size: 20px;
    background: #fefefe;
}

#back_white .main_contents .aten_draw .aten_schedule ul li.limit font {
    color: #ff4438;
}

#back_white .main_contents .aten_draw .aten_schedule ul li span {
    writing-mode: vertical-rl;
}

#back_white .main_contents .aten_draw p.info {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ff4438;
}

#back_white .main_contents .aten_draw p.aten_attention {
    padding: 2px 0;
	margin-left: 1.25em;
	text-indent: -1.25em;
    font-size: 16px;
}
/*aten_draw　ここまで*/

/*attention ここから*/
#back_white .main_contents .attention{
	font-size: 15px;
	text-align: left;
    margin: 40px 0;
    line-height: 2.0em;
}

#back_white .main_contents .attention h3 {
    margin-bottom: 30px;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #fefefe;
}

#back_white .main_contents .attention h4 {
    font-size: 120%;
    font-weight: bold;
}

#back_white .main_contents .attention h4 span, #back_white .main_contents .attention p span {
    color: #ff4438;
}

#back_white .main_contents .attention_indent{
	margin-left: 1.25em;
	text-indent: -1.25em;
}

#back_white .main_contents .attention_indent_nbsp{
	margin-left: 0.75em;
	text-indent: -0.75em;
}
/*attention　ここまで*/

/*profile ここから*/
#back_white .main_contents .profile {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#back_white .main_contents .profile img {
    width: 25%;
    height: 100%;
    max-width: 250px;
    max-height: 375px;
    vertical-align: top;
    margin-bottom: 20px;
}

#back_white .main_contents .profile ul {
    width: 75%;
    margin-left: 20px;
}

#back_white .main_contents .profile ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

#back_white .main_contents .profile ul li span {
    font-size: 20px;
    font-weight: bold;
}
/*profile ここまで*/

/*introduction_pattern02 ここから*/
#back_white .main_contents .introduction_pattern02 {
    width: 100%;
    margin-top: 40px;
}

#back_white .main_contents .introduction_pattern02 h3 {
    font-size: 24px;
    font-weight: 700;
    transition: 0.3s;
}

#back_white .main_contents .introduction_pattern02 p a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#back_white .main_contents .introduction_pattern02 p.special {
    font-size: 20px;
    font-weight: 700;
}

#back_white .main_contents .introduction_pattern02 p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
}

#back_white .main_contents .introduction_pattern02 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#back_white .main_contents .introduction_pattern02 ul li {
    width: 50%;
    margin: 20px 10px;
    border: 1px solid #afafaf;
    border-radius: 5px;
}

#back_white .main_contents .introduction_pattern02 ul li.access {
    background: #fefefe;
}

#back_white .main_contents .introduction_pattern02 ul li h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

#back_white .main_contents .introduction_pattern02 ul li.access h4 {
    padding: 10px 0;
    background: #101c2e;
    color: #fefefe;
    border-bottom: 1px solid #101c2e;
}

#back_white .main_contents .introduction_pattern02 ul li p {
    text-align: left;
    padding: 0 50px;
    margin-left: 1.25em;
    text-indent: -1.25em;
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .introduction_pattern02 ul li p {
        padding: 0 10px;
    }
}

#back_white .main_contents .introduction_pattern02 ul li.images {
    width: 47%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

#back_white .main_contents .introduction_pattern02 ul li.images a {
    transition: 0.3s;
}

#back_white .main_contents .introduction_pattern02 ul li.images a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#back_white .main_contents .introduction_pattern02 ul li.images img {
    width: 100%;
    margin-top: 10px;
}

#back_white .main_contents .introduction_pattern02 ul li.seat {
    text-align: center;
    padding: 30px 0;
    background: #fefefe;
}

#back_white .main_contents .introduction_pattern02 ul li.seat h4 {
    width: 40%;
    margin: 0 auto 30px;
    padding: 5px 0;
    color: #fefefe;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .introduction_pattern02 ul li.seat h4 {
        width: 90%;
    }
}

#back_white .main_contents .introduction_pattern02 ul li.seat h4.m {
    background: #0047ba;
}

#back_white .main_contents .introduction_pattern02 ul li.seat h4.o {
    background: #818387;
}

#back_white .main_contents .introduction_pattern02 ul li.seat h4.w {
    background: #ff4438;
}

#back_white .main_contents .introduction_pattern02 ul li.seat img {
    width: 75%;
    margin: 0 auto 20px;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p {
    line-height: 1.0em;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color01 {
    color: #FFFF00;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color02 {
    color: #FF0000;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color03 {
    color: #7030A0;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color04 {
    color: #1441FF;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color05 {
    color: #F79645;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color06 {
    color: #CCFFFF;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color07 {
    color: #00FF00;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color08 {
    color: #4AACC6;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color09 {
    color: #F79645;
}

#back_white .main_contents .introduction_pattern02 ul li.seat p span.color10 {
    color: #93CDDC;
}
/*introduction_pattern02 ここまで*/

/*introduction_pattern03 ここから*/
#back_white .main_contents .introduction_pattern03 {
    margin-top: 40px;
}

#back_white .main_contents .introduction_pattern03 p {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

#back_white .main_contents .introduction_pattern03 p.red {
    color: #ff4438;
}

#back_white .main_contents .introduction_pattern03 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

#back_white .main_contents .introduction_pattern03 ul li {
    width: 50%;
    max-width: 700px;
    margin: 20px 10px;
    padding-bottom: 20px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#back_white .main_contents .introduction_pattern03 ul li img {
    width: 100%;
}

#back_white .main_contents .introduction_pattern03 ul li h3 {
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 700;
}

#back_white .main_contents .introduction_pattern03 ul li p {
    text-align: left;
    margin: 15px 0;
    padding: 0 20px;
}
/*introduction_pattern03 ここまで*/

/*link ここから*/
#back_white .main_contents .link {
    width: 100%;
    margin: 40px 0 80px;
}

#back_white .main_contents .link ul {
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
}

#back_white .main_contents .link ul li {
    width: 33%;
    margin: 0 10px;
}

#back_white .main_contents .link ul li a p {
    text-align: center;
    padding-top: 10px;
    font-size: 22px;
    background: #101c2e;
    color: #fefefe;
    border: 1px solid #101c2e;
    transition: 0.3s;
}

#back_white .main_contents .link ul li a p:hover {
    background: #fefefe;
    color: #101c2e;
    border: 1px solid #101c2e;
    transition: 0.3s;
}

#back_white .main_contents .link ul li a p::after {
    content: "\025bc";
    display: block;
    padding: 5px 0;
}
/*link ここまで*/

/*package_about ここから*/
/*packttl ここから*/
#back_white .main_contents .package_about .packttl {
    margin-top: 40px;
}

#back_white .main_contents .package_about .packttl h3 {
    padding-left: 15px;
    font-size: 32px;
    font-weight: 900;
    color: #101c2e;
    border-left: 20px solid #101c2e;
}

#back_white .main_contents .package_about .packttl p {
    margin: 20px 0;
    font-size: 18px;
}
/*packttl ここまで*/
/*packtable ここから*/
#back_white .main_contents .package_about .packtable table {
    width: 66%;
}

#back_white .main_contents .package_about .packtable table tr td.item, #back_white .main_contents .package_about .packtable table tr td.guide p {
    font-size: 16px!important;
}
/*packtable ここまで*/
/*package_about ここまで*/

/*package_lineup ここから*/
#back_white .main_contents .package_lineup {
    margin: 60px 0;
}

#back_white .main_contents .package_lineup h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

/*course ここから*/
#back_white .main_contents p.package_attention {
    width: fit-content;
    text-align: center;
    margin: 40px auto -20px;
    padding: 10px;
    font-size: 24px;
    background: #ff4438;
    color: #fefefe;
    font-weight: 700;
}

#back_white .main_contents .package_lineup .course {
    margin: 60px 0 120px;
}

#back_white .main_contents .package_lineup .course h5 {
    width: 20%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    background: #101c2e;
    color: #fefefe;
}

#back_white .main_contents .package_lineup .course p {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
}

#back_white .main_contents .package_lineup .course p.comp {
    width: 10%;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fefefe;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .package_lineup .course h5 {
        width: 50%;
    }
    
    #back_white .main_contents .package_lineup .course p.comp {
        width: 30%;
    }
}

#back_white .main_contents .package_lineup .course p.m {
    background: #0047ba;
}

#back_white .main_contents .package_lineup .course p.w {
    background: #ff4438;
}

#back_white .main_contents .package_lineup .course p.add {
    font-size: 16px;
    font-weight: 500;
}

#back_white .main_contents .package_lineup .course p span {
    margin-left: 30px;
    font-size: 20px;
}

#back_white .main_contents .package_lineup .course ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

#back_white .main_contents .package_lineup .course ul li {
    width: 30%;
    max-width: 480px;
    margin: 10px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#back_white .main_contents .package_lineup .course ul li.object {
    border: 3px solid #ff4438;
}

@media screen and (max-width: 1000px) {
    #back_white .main_contents .package_lineup .course ul {
        justify-content: flex-start;
    }
    
    #back_white .main_contents .package_lineup .course ul li {
        width: 47%;        
    }
}

#back_white .main_contents .package_lineup .course ul li h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 10px 0;
}

#back_white .main_contents .package_lineup .course ul li p.ticket, #back_white .main_contents .package_lineup .course ul li p.hotel {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#back_white .main_contents .package_lineup .course ul li p.op {
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

#back_white .main_contents .package_lineup .course ul li p.hotel {
    padding-bottom: 10px;
}

#back_white .main_contents .package_lineup .course ul li p.fee {
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    color: #cc0000;
}

#back_white .main_contents .package_lineup .course ul li p.fee span {
    margin-left: 0;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .package_lineup .course ul li p.fee span {
        display: block;
    }
}

#back_white .main_contents .package_lineup .course p img {
    width: auto;
    height: 40px;
    padding: 0 10px;
}
/*course ここまで*/
/*polisy ここから*/
#back_white .main_contents .polisy {
    width: 100%;
}

#back_white .main_contents .polisy ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#back_white .main_contents .polisy ul a {
    width: 30%;
    padding: 10px 0;
    background: #fefefe;
    text-align: center;
    color: #0047ba;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #0047ba;
    border-radius: 45px;
    transition: 0.3s;
}

#back_white .main_contents .polisy ul a:hover {
    background: #0047ba;
    color: #fefefe;
    border: 2px solid #0047ba;
    transition: 0.3s;
}
/*polisy ここまで*/
/*entry ここから*/
#back_white .main_contents .entry {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 40px auto 0;
}

#back_white .main_contents .package_lineup .entry .closing {
    width: 100%;
    font-weight: 700;
    background-color: rgba(130, 130, 130, 0.2);
    border-radius: 20px;
}

#back_white .main_contents .package_lineup .entry .closing p {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
}

#back_white .main_contents .package_lineup .entry .closing p span {
    display: block;
    font-size: 18px;
}

#back_white .main_contents .package_lineup .entry .entry_btn {
    width: 60%;
    max-width: 750px;
    margin: 0 auto 10px;
    font-weight: 700;
    background: #ff4438;
    border-radius: 20px;
    transition: 0.3s;
}

#back_white .main_contents .package_lineup .entry .entry_btn p {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    color: #fefefe;
}

#back_white .main_contents .entry_btn:hover, #back_white .main_contents .back_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#back_white .main_contents .entry_txt {
    text-align: center;
    font-size: 22px;
    color: #ff4438;
    font-weight: 700;
}

#back_white .main_contents .package_lineup .entry p.result {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

#back_white .main_contents .back_btn {
    width: 60%;
    max-width: 750px;
    margin: 80px auto 10px;
    background: #0047ba;
    font-size: 20px;
    font-weight: bold;
    border-radius: 45px;
    transition: 0.3s;
}

@media screen and (max-width: 1440px) {
    #back_white .main_contents .package_lineup .entry .entry_btn, #back_white .main_contents .back_btn {
        width: 90%;
    }
}

#back_white .main_contents .back_btn p {
    text-align: center;
    padding: 10px 0;
    color: #fefefe;
}
/*entry ここまで*/
/*package_lineup ここまで*/

/*Contact ここから*/
#back_grad .main_contents .Contact {
    font-family: 'Noto Sans JP', sans-serif;
	/*padding: 20px 30px;*/
	width: 100%;
    margin: 0 auto;
	padding: 40px 0;
}

#back_grad .main_contents .Contact table {
	width: 100%;
    vertical-align: top;
    background: #fefefe;
}

#back_grad .main_contents .Contact table tr td {
    width: 50%;
    vertical-align: top;
    padding: 20px 30px;
}

#back_grad .main_contents .Contacttable tr td p {
	font-size: 12px;
	line-height: 1.5em;
}

#back_grad .main_contents .Contact table tr td p.ttl {
    display: inline;
    padding: 5px 8px;
	background: #ff4438;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
 }

#back_grad .main_contents .Contact table tr td p.co {
	font-size: 18px;
	font-weight: 900;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px
 }

#back_grad .main_contents .Contact table tr td p.add {
	font-size: 13px;
	margin-bottom: 10px;
 }
/*Contact ここまで*/