/*====================================================
////id cmn
====================================================*/
#main > .innerBox {
    font-size: min(3.7vw, 1.6rem);
    padding: 0;
    width: 100%;
    max-width: none;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main ul li {
	background: transparent;
	border: none;
	/* color: inherit; */
/* 	padding: 0; */
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main ul li {
	margin: 0;
}
#main h1:before,
#main h2:before,
#main h2:after,
#main h3:before,
#main h3:after,
#main h4:before,
#main h4:after,
#main h5:before,
#main ul li:after {
	display: none;
}
#main a {
    text-decoration: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id about
====================================================*/
#about {
    background: url('../img/business_plan_guide/about_bg.webp') no-repeat center / cover;
}
#about h2 {
    color: #fff;
    font-size: min(12vw, 8.0rem);
    opacity: .8;
    text-shadow: 0 0 4px #000;
}
#about .txtBox {
    background: rgba(255, 255, 255, .9);
    border-radius: min(5vw, 30px);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    padding: min(8vw, 40px) min(5vw, 60px);

}
#about .txtBox p {
    font-size: 1.1em;
}
#about .txtBox .headBox {
    overflow: hidden;
    text-align: center;
}
#main #about h3 {
    display: inline-block;
    font-size: min(5vw, 1.8rem);
    font-weight: 700;
    margin: min(7vw, 30px) 0 .5em;
    padding: 0 1em;
    position: relative;
}
#about h3::before,
#about h3::after {
    border-top: solid 1px;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        bottom: 0;
    width: 50vw;
    height: 0;
}
#about h3::before {
    right: 100%;
}
#about h3::after {
    left: 100%;
}
#about #basic_content ul {
    display: flex;
        flex-wrap: wrap;
        grid-gap: .2em .4em;
}
#about #basic_content a {
    border: solid 1px;
    border-radius: 3px;
    display: block;
    font-weight: 700;
    padding: .1em .6em .15em;
    text-align: center;
}
#about #basic_content ul li {
    flex-grow: 1;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    #about h2 {
        text-align: right;
        margin-bottom: .3em;
    }
    #about #basic_content ul {
        font-size: min(3.8vw, 1.6rem);
    }
    #about #basic_content ul li {
        min-width: 30%;
    }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
    #about .innerBox > div {
        display: grid;
/*             align-items: flex-end; */
            grid-gap: min(3vw, 60px);
            grid-template-columns: auto 1fr;
    }
    #about #basic_content ul {
        font-size: min(1.4vw, 1.6rem);
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media (hover: hover) {
    #about #basic_content a:hover {
        color: var(--blue);
        opacity: 1;
    }
}


/*====================================================
////id point
====================================================*/
#point h2 {
    padding-left: .7em;
    padding-bottom: 0;
    position: relative;
}
#point h2::before {
    border: solid;
    border-width: .6em 0;
    border-top-color: var(--green);
    border-bottom-color: var(--blue);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: .2em;
      left: 0;
    width: .15em;
    height: 0;
}

#point .guide_content:nth-child(odd)::before {
	display:none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id guide_content
====================================================*/
.guide_content {
    position: relative;
}
.guide_content:nth-child(odd)::before {
    background: var(--l_blue2);
    content: '';
    display: block;
    margin: auto;
    opacity: .7;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
}
.guide_content .innerBox {
    max-width: 1000px;
    padding: min(15vw, 70px) 0;
}
.guide_content h2 {
    background: #fff;
    border: solid 2px var(--blue);
    color: var(--blue);
    font-weight: 700;
    padding: .2em 1em;
    text-align: center;
}
.guide_content .template_img {
    border-radius: min(2vw, 10px);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    margin: min(6vw, 40px) auto;
    overflow: hidden;
    width: min(100%, 800px);
}
.guide_content .itemBox > div {
    display: grid;
        grid-gap: min(2vw, 15px) min(3vw, 20px);
}
.guide_content .itemBox .item {
    background: #fff;
    border: solid 1px var(--gray);
    padding: .8em 1.2em;
}
#main .guide_content .itemBox .item h3 {
    background-image : linear-gradient(to right, var(--gray) 4px, transparent 4px);
    background-size: 6px 1px;
    background-repeat: repeat-x; 
    background-position: left bottom;
    font-size: 1.1em;
    font-weight: 700;
    padding-bottom: .5em;
    margin-bottom: .5em;
    text-align: center;
}
#main .guide_content .itemBox .item p {
    font-size: .95em;
    line-height: 1.6;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .guide_content .itemBox > div {
        grid-template-columns: 1fr 1fr;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id form
====================================================*/
#main #form h2 {
    font-size: min(8vw, 3.4rem);
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id download_itemBox
====================================================*/
#download_itemBox > div {
    display: grid;
        grid-gap: min(8vw, 40px) min(5vw, 30px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    #download_itemBox > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id fixedBtn
====================================================*/
#fixedBtn {
    display: flex;
        justify-content: center;
    position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
    transition: .6s ease-in-out;
    z-index: 888;
}
#fixedBtn.hide {
    bottom: -80px;
    opacity: 0;
    pointer-events: none;
}
#fixedBtn a {
    border: solid 1px;
    background: #fff;
    border-radius: 10px;
    display: flex;
        align-items: center;
        grid-gap: 1em;
    font-size: min(4.2vw, 2.4rem);
    font-weight: 700;
    padding: 1em;
}
#fixedBtn a .img {
    width: min(20vw, 200px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media (hover: hover) {
    #fixedBtn a:hover {
        opacity: 1;
        transform: scale(1.03);
    }
}
