@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
html * { box-sizing: border-box;}

#mv {
    width: 100%;
    margin:0;
    text-align: center;
}
#mv figure {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 550px;
    background: url("../images/bg.jpg") no-repeat center top;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mv p {
    font-weight: bold;
}

#mv nav {
    padding: 10px 0;
    background: #0093B0;
}
#mv nav ul {
    display: flex;
    margin: 0 auto;
}
#mv nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
}



.image_illust {
    text-align: center;
}

#yokamachi h2 {
    padding: 15px 20px;
    color: #fff;
    background: #001B5B;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}
#yokamachi h3 {
    text-align: left;
    font-weight: bold;
}
#yokamachi h3.mbnm {
    text-align: center;
}
#yokamachi p,#yokamachi dt,#yokamachi dd,#yokamachi li {
    color: #333;
}

#yokamachi dl.vs_talbe dt {
    position: relative;
    text-align: center;
    font-weight: bold;
    height: 2em;
}
#yokamachi dl.vs_talbe dt span{
    padding: 0.5em 15px;
    background: #0093B0;
    color: #fff;
}
#yokamachi dl.vs_talbe dt::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0093B0;
}
#yokamachi dl.vs_talbe dd {
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
}
#yokamachi dl.vs_talbe dd div.avispa {
    width: 40%;
}
#yokamachi dl.vs_talbe dd div.vs {
    width: 20%;
    text-align: center;
    font-style: italic;
    color: #999;
}
#yokamachi dl.vs_talbe dd div.vissel,
#yokamachi dl.vs_talbe dd div.zelvia,
#yokamachi dl.vs_talbe dd div.grampus {
    width: 40%;
    text-align: right;
}

#yokamachi .plan_info ul li {
    position: relative;
    padding: 15px;
    background: #fff;
    font-weight: bold;
    color: #0093B0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #0093B0;
}
#yokamachi .plan_info ul li:last-child {
    display: flex;
    flex-wrap: wrap;
    background: #0093B0;
    color: #fff;
}
#yokamachi .plan_info ul li:last-child ul li:last-child {
    background: #fff;
    color: #0093B0;
}
#yokamachi .plan_info ul li div{
    width: 100%;
}
#yokamachi .plan_info ul li::after {
    position: absolute;
    content: "＋";
    width: 1em;
    height: 1em;
    margin: auto;
    color: #000;
}
#yokamachi .plan_info ul li ul li::after {
    color: #fff;
}
#yokamachi .plan_info ul li:last-child::after {
    display: none;
}
#yokamachi .note {text-indent: -1em; margin-left: 1em;}


#yokamachi .linkBtn a,
#yokamachi .linkBtn em {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 10px;
    text-align: center;
    background: #FF6C4F;
    color: #fff;
    border-radius: 15px;
    flex-wrap: wrap;
}
#yokamachi .linkBtn em {
    background: #ccc;
}
#yokamachi .linkBtn span,
#yokamachi .linkBtn strong {
    display: block;
    width: 100%;
}
#yokamachi .linkBtn span {
    font-weight: bold;
}
#yokamachi .linkBtn a::after,
#yokamachi .linkBtn em::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
}



/*759px以下 SP */
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.6;}
.spnone{display:none;}
.small_text { font-size: 15px;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
#yokamachi h2 {
    margin: 40px 0 15px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
#yokamachi h3 {
    margin: 30px 0 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}
#yokamachi h3.mbnm {
    margin: 0 0 -20px;
}

#yokamachi p,#yokamachi dt,#yokamachi dd,#yokamachi li {
    font-size: 16px;
}
.inner{
	width: 96%;
	margin: 0 auto;
	padding: 0 0 25px;
}

/*title*/
#mv figure {
    height: auto;
    background: none;
    display: block;
}
#mv figure img{
    width: 100%;
}
#mv p {
	width: 92%;
	margin: 30px auto 0;
    font-size: 18px;
    text-align: left;
}

#mv nav {
    padding: 0;
}
#mv nav ul {
    width: 100%;
    flex-wrap: wrap;
}
#mv nav ul li {
    width: 50%;
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
    line-height: 1.3;
}
/*
#mv nav ul li:last-child {
    width: 100%;
    border: none;
}
*/
#mv nav ul li:nth-of-type(2n) {
    border-right: none;
}
#mv nav ul li:nth-of-type(3),
#mv nav ul li:nth-of-type(4) {
    border-bottom: none;
}
#mv nav ul li a {
    width: 100%;
    height: 3.5em;
    padding: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mv nav ul li:nth-of-type(2) a {
    background: #FF6C4F;
}


.image_illust {
    margin: 15px 0;
}
.image_illust img {
    width: 90%;
}

#yokamachi dl.appli dt {
    width: 50%;
    margin: 0 auto;
}
#yokamachi dl.appli dt img {
    width: 100%;
}
#yokamachi dl.appli dd {
    margin: 20px 0 0;
}

#yokamachi dl.vs_talbe {
    margin: 30px 0 20px;
}
#yokamachi dl.vs_talbe dd {
    font-size: 18px;
}

#yokamachi .plan_info ul{
    width: 100%;
    margin: 0 auto 20px;
}
#yokamachi .plan_info ul li {
    margin-bottom: 2em;
}
#yokamachi .plan_info ul li::after {
    right: 0;
    left: 0;
    bottom: -1.5em;
}
#yokamachi .plan_info ul li:last-child {
    margin-bottom: 0;
}
#yokamachi .plan_info ul li ul li{
    font-size: 13px;
}
#yokamachi .plan_info ul li ul{
    margin-bottom: 0;
}


#yokamachi ul.linkBtn li {
    width: 100%;
    margin: 0 0 20px;
}

}

/*760px以上  PC*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.6;}
.pcnone{display:none;}
.small_text { font-size: 16px;}

#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
#yokamachi h2 {
    margin: 60px 0 30px;
    font-size: 20px;
    letter-spacing: 0.15em;
}
#yokamachi h3 {
    margin: 20px 0 0;
    font-size: 20px;
    letter-spacing: 0.15em;
}
#yokamachi h3.mbnm {
    margin: 0 0 -30px;
}
#yokamachi p,#yokamachi dt,#yokamachi dd,#yokamachi li {
    font-size: 18px;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:0 0 50px;
	display: block;
}

/*title*/
#mv p {
	width: 96%;
	max-width:970px;
	margin: 50px auto 0;
    font-size: 25px;
}
#mv nav ul {
    width: 710px;
}
#mv nav ul li a {
    padding: 10px 30px;
    font-size: 18px;
}
#mv nav ul li a::after {
    display: block;
    content: "";
    position: absolute;
    border-right: 1px dashed #fff;
    width: 1px;
    height: 1.1em;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#mv nav ul li:last-child a::after {
    display: none;
}
#mv nav ul li:nth-of-type(2) a {
    color: #FFFF26;
}


.image_illust {
    margin: 20px 0;
}
.image_illust img {
    width: 60%;
}

#yokamachi dl.appli {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#yokamachi dl.appli dt {
    width: 200px;
}
#yokamachi dl.appli dt img {
    width: 100%;
}
#yokamachi dl.appli dd {
    width: 750px;
}

#yokamachi dl.vs_talbe {
    margin: 50px 0 30px;
}
#yokamachi dl.vs_talbe dd {
    font-size: 30px;
}

#yokamachi .plan_info ul{
    display: flex;
    width: 100%;
    margin: 0 auto 20px;
}
#yokamachi .plan_info ul li {
    margin-right: 2em;
    width: 20%;
}
#yokamachi .plan_info ul li:nth-of-type(2) {
    margin-right: 2em;
    width: 15%;
}
#yokamachi .plan_info ul li::after {
    top: 0;
    bottom: 0;
    right: -1.5em;
}
#yokamachi .plan_info ul li:last-child {
    margin-right: 0;
    width: 65%;
}
#yokamachi .plan_info ul ul{
    flex-wrap: nowrap !important;
    margin-bottom: 0;
}
#yokamachi .plan_info ul li ul li{
    width: calc(100% / 3) !important;
    font-size: 14px;
}

#yokamachi ul.linkBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#yokamachi ul.linkBtn li {
    width: 31%;
    margin: 0 3.5% 20px 0;
}
#yokamachi ul.linkBtn li:nth-of-type(3),
#yokamachi ul.linkBtn li:last-child {
    margin-right: 0;
}
#yokamachi .linkBtn span {
    font-size: 15px;
}
#yokamachi .linkBtn strong {
    font-size: 20px;
}

#yokamachi .note {font-size: 16px;}

}