@charset "utf-8";

.secTitle {
    font-size: 2.2rem;
    font-weight: 500;
    color: #19323d;
    margin-bottom: 50px;
}

.lead {
    color: #606060;
    line-height: 2.2;
    letter-spacing: .05em;
}

div.section {
    margin-bottom: 60px;
}

div.section:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    
    .secTitle {
        font-size: 1.8rem;
    }

}

/*index
--------------------------------------------------------------------*/

.gakka_btn {
    width: 380px;
    max-width: 90%;
}

#okatan_field{
    padding-top: 120px;
    margin-top: -120px;
}

.sec02 .bgPink {
    background-color: #fef8f8;
}

.sec02 .subTtl {
    font-size: 3.2rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.sec02 .ttlArea {
    text-align: center;
    position: relative;
    padding: 80px 0;
    margin-bottom: 60px;
}

.sec02 .ttlArea .bigTxt,
.sec02 .ttlArea .smallTxt {
    width: 100%;
    position: absolute;
    left: 50%;
}

.sec02 .ttlArea .bigTxt {
    font-size: 3.8rem;
    font-weight: 500;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sec02 .ttlArea .smallTxt {
    font-size: 2.2rem;
    font-weight: 500;
    color: #19323d;
    line-height: 1.6;
    bottom: 80px;
    transform: translateX(-50%);
}

/* --- */

.sec02 .flexContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
		background-image: url(../image/college/index/sec04_bgR.png);
    background-repeat: no-repeat;
	background-size: auto 150px;
    background-position: bottom right;
}

.sec02 .flexContainer .imageBox {
    width: 50%;
    padding-right: 5%;
}

.sec02 .flexContainer .halfInner {
    width: 600px;
    max-width: 45%;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- */

.sec02 .verCetner .iconLink {
    margin: 0 auto;
}

.sec02 .departmentArea {
    padding: 80px 0;
    background-image: url(../image/college/index/sec04_bgL.png) , url(../image/college/index/sec04_bgR.png);
    background-repeat: no-repeat , no-repeat;
    background-position: bottom 200px left , bottom 200px right;
}

/* sec03 */

.sec03 {
    padding: 80px 0;
}

.sec03 .fieldContent {
    display: flex;
    flex-wrap: wrap;
}

.sec03 .fieldContent .fieldItem {
    width: calc(100% / 3);
    padding: 30px 2% 50px;
}

.sec03 .fieldContent .fieldItem:nth-of-type(3n + 2) {
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
}

.sec03 .fieldContent .fieldItem:nth-of-type(-n + 3) {
    border-bottom: 1px solid #8a8a8a;
}

.sec03 .fieldContent .fieldItem .fieldItemTitle {
    font-size: 2.2rem;
    font-weight: 500;
    color: #19323d;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right,#19323d 2px,transparent 2px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.sec03 .fieldContent .fieldItem .fieldItemTitle .small {
    font-size: 0.7em;
}

.sec03 .fieldContent .fieldItem .fieldItemLead {
    font-size: 1.5rem;
    line-height: 2.2;
    color: #606060;
    margin-bottom: 20px;
}

.sec03 .fieldContent .fieldItem .fieldItemMain .pinkttl {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background-color: #e69e9d;
    border-radius: 9999px;
    margin-bottom: 5px;
}

.sec03 .fieldContent .fieldItem .fieldItemMain .example {
    font-size: 1.5rem;
    color: #19323d;
    line-height: 1.6;
}

/* sec04 */

.sec04 {
    padding: 80px 0;
    background-color: #fef8f8;
    background-image: url(../image/college/index/sec04_bgL.png) , url(../image/college/index/sec04_bgR.png);
    background-repeat: no-repeat , no-repeat;
    background-position: bottom 80px left , bottom 80px right;
}

/* sec05 */

.sec05 {
    background-color: #fae9e8;
    padding: 80px 0 200px 0;
    background-image: url(../image/college/index/sec05_bgL.png) , url(../image/college/index/sec05_bgR.png);
    background-repeat: no-repeat , no-repeat;
    background-position: top 100px left , top 100px right;
}

.sec05 .movieTtl {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 50px;
}

.sec05 iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

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

    .sec03 .fieldContent .fieldItem .fieldItemTitle {
        font-size: 1.8rem;
    }

}

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

    .gakka_btn {
        width: 100%;
        max-width: 100%;
    }
    
    /* sec02 */

    .sec02 .subTtl {
        font-size: 2.0rem;
    }

    .sec02 .ttlArea .bigTxt {
        font-size: 2.2rem;
    }

    .sec02 .ttlArea .smallTxt {
        font-size: 1.8rem;
        transform: translate(-50%,20%);
    }
	
		.sec02 .flexContainer {
			background-size: auto 100px;
		}

    .sec02 .flexContainer .imageBox {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec02 .flexContainer .halfInner {
        max-width: 90%;
        margin: 0 auto;
    }

    .sec02 .flexContainer .halfInner .subTtl {
        font-size: 2.2rem;
    }

    /* --- */

    .sec02 .roundContent .gradTitle {
        font-size: 2.2rem;
    }

    .sec02 .roundContent .whiteArea .gradeContent .same {
        width: 80%;
        margin: 0 auto;
    }

    /* --- */

    .sec02 .departmentArea {
        background-image: url(../image/college/index/sec04_bgR.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60% auto;
    }

    /* sec03 */

    .sec03 .fieldContent .fieldItem {
        width: 100%;
        border-bottom: 1px solid #8a8a8a;
        padding: 30px 0 30px;
    }

    .sec03 .fieldContent .fieldItem.fieldItem_first{
        padding: 0 0 30px;
    }

    .sec03 .fieldContent .fieldItem.fieldItem_last{
        padding: 30px 0 0;
    }

    .sec03 .fieldContent .fieldItem:last-of-type {
        border-bottom: none;
    }

    .sec03 .fieldContent .fieldItem:nth-of-type(3n+2) {
        border-right: none;
        border-left: none;
    }

    /* sec04 */

    .sec04 {
        background-image: url(../image/college/index/sec04_bgR.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60% auto;
    }

    .sec04::before {
        display: none;
    }

    .sec04::after {
        max-width: 70%;
        bottom: 100px;
    }

    .sec04 .studentTtl {
        font-size: 2.2rem;
    }

    .sec04 .flexContainer .same {
        width: 100%;
    }

    .sec04 .flexContainer dt .head {
        font-size: 1.8rem;
    }

    /* sec05 */

    .sec05 {
        padding: 50px 0 100px 0;
        background-image: url(../image/college/index/sec05_bgL.png);
        background-repeat: no-repeat;
        background-position: top 20% left;
        background-size: 60% auto;
    }

    .sec05 .movieTtl {
        font-size: 2.0rem;
    }

}

/*学科紹介
--------------------------------------------------------------------*/

#communication_okatan {
    padding-top: 120px;
    margin-top: -120px;
}

.department .courseBox {
    display: block;
}

.department .courseBox dt {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    padding: 20px 0;
}

.department .courseBox.verpink dt {
    background-color: #f19db5;
}

.department .courseBox.verblue dt {
    background-color: #808abe;
}

.department .courseBox dd {
    padding: 30px 5%;
}

.department .courseBox.verpink dd {
    background-color: #fbe8ee;
}

.department .courseBox.verblue dd {
    background-color: #e6e8f3;
}

.department .courseBox dd .head {
    font-size: 1.6rem;
    font-weight: 500;
    color: #19323d;
    margin-bottom: 20px;
}

/* --- */

.department .pinkarea {
    padding: 80px 0;
    background-color: #fef8f8;
}

.department .pinkarea .roundContent {
    padding: 40px 5%;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 50px;
}

.department .pinkarea .roundContent dl .subTitle03 {
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #19323d 2px, transparent 2px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.department .okasapoContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

.department .okasapoContainer dl {
    width: 45%;
    text-align: center;
    height: fit-content;
    border-width: 2px;
    border-style: solid;
    border-radius: 40px;
    overflow: hidden;
}

.department .okasapoContainer dl.verpink {
    border-color: #f19db5;
}

.department .okasapoContainer dl.verblue {
    border-color: #808abe;
}

.department .okasapoContainer dl dt {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.0;
    padding: 15px 0;
}

.department .okasapoContainer dl.verpink dt {
    background-color: #f19db5;
}

.department .okasapoContainer dl.verblue dt {
    background-color: #808abe;
}

.department .okasapoContainer dl dd {
    font-size: 1.8rem;
    font-weight: 500;
    color: #19323d;
    line-height: 1.6;
    padding: 15px 0;
    background-color: #fff;
}

/* --- */

.department .detailarea {
    display: flex;
    align-items: stretch;
}

.department .detailarea:not(:last-of-type) {
    border-bottom: 1px solid #8a8a8a;
}

.department .detailarea .gradeArea {
    width: 12%;
    position: relative;
}

.department .detailarea .gradeArea.verpink {
    background: #fbe8ee;
}

.department .detailarea .gradeArea.verblue {
    background: #e6e8f3;
}

.department .detailarea .gradeArea figure {
    position: sticky;
    top: 88px;
    padding-bottom: 20px;
}

.department .detailarea .leadArea {
    width: 76%;
}

.department .detailarea .leadArea {
    padding-bottom: 50px;
}

.department .detailarea:not(:first-of-type) .leadArea {
    padding-top: 30px;
}

.department .detailarea .leadArea .column-three-ttl {
    padding-left: 4%;
}

.department .detailarea .leadArea .leadContainer:not(:last-of-type) {
    margin-bottom: 60px;
}

.department .detailarea .leadArea .leadContainer.column-one {
    padding: 0 5%;
}

.department .detailarea .leadArea .leadContainer.column-two,
.department .detailarea .leadArea .leadContainer.column-three {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.department .detailarea .leadArea .leadContainer.column-two .isSame {
    width: 42%;
}

.department .detailarea .leadArea .leadContainer.column-three .isSame {
    width: 27.5%;
}

.department .detailarea .leadArea .leadContainer .dotttl {
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #19323d 2px, transparent 2px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.department .detailarea .leadArea .leadContainer .isSame.courseItem {
    padding: 20px 2%;
}

.department .detailarea .leadArea .leadContainer .isSame.courseItem.coursePsy {
    background-color: #f9f9e0;
}

.department .detailarea .leadArea .leadContainer .isSame.courseItem.coursePla {
    background-color: #e6f6f4;
}

.department .detailarea .leadArea .leadContainer .isSame.courseItem.courseExp {
    background-color: #f6fafb;
}

.department .detailarea .leadArea .leadContainer .isSame.courseItem .topttl {
    font-size: 1.6rem;
    font-weight: 500;
    color: #19323d;
    line-height: 1.5;
    margin-bottom: 30px;
}

.department .detailarea .leadArea .leadContainer .leadContainerAnchorbtn {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
}

/* --- */

.department .curriculum .roundedContent {
    background-color: #fef8f8;
}

/* --- */

.department .eventttl {
    font-size: 3.2rem;
    color: #1c1c1c;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

/* --- */

.department .courseList {
    display: flex;
    justify-content: space-between;
}

.department .courseList .same {
    width: 30%;
}

.department .courseListTop {
    margin-bottom: 50px;
}

.department .courseListTop .same {
    padding-bottom: 50px;
    background-image: url(../image/face/learn/learn_course_arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.department .courseListTop .same .courseListItemTtl {
    font-size: 2.2rem;
    font-weight: 500;
    color: #19323d;
    margin-bottom: 10px;
}

.department .courseListTop .same .courseListItemSublist {
    margin-bottom: 20px;
}

.department .courseListTop .same .courseListItemSublist li {
    display: flex;
}

.department .courseListTop .same .courseListItemSublist li span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #203742;
    line-height: 1.6;
}

.department .courseListTop .same .courseListItemSublist li span.dot {
    color: #d388a7;
    flex-shrink: 0;
    margin-right: .5em;
}

.department .courseList .line {
    position: relative;
    width: 1px;
}

.department .courseList .line::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95%;
    background-color: #8a8a8a;
}

.department .courseListBtm .same p {
    font-size: 1.4rem;
    font-weight: 500;
    color: #203742;
}

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

    .department .okasapoContainer dl {
        width: 100%;
    }

    .department .okasapoContainer dl dt,
    .department .okasapoContainer dl dd {
        font-size: 1.8rem;
    }

    /* --- */

    .department .detailarea .gradeArea {
        width: 7%;
    }

    .department .detailarea .leadArea .leadContainer.column-one {
        padding: 0;
    }

    .department .detailarea .leadArea {
        width: 86%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .department .detailarea .leadArea .leadContainer.column-two .isSame,
    .department .detailarea .leadArea .leadContainer.column-three .isSame {
        width: 100%;
    }

    .department .detailarea .leadArea .leadContainer.column-two .isSame:not(:last-of-type),
    .department .detailarea .leadArea .leadContainer.column-three .isSame:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .department .detailarea .leadArea .leadContainer .isSame.courseItem {
        padding: 20px 5%;
    }

    .department .detailarea .leadArea .column-three-ttl {
        padding-left: 0;
    }

    /* --- */
    
    .department .courseListTop .same .courseListItemTtl {
        font-size: 1.8rem;
    }

    /* --- */

    .department .eventttl {
        font-size: 1.8rem;
    }

}

/*時間割例
--------------------------------------------------------------------*/

.curriculum .curriculumList {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 6%;
}

.curriculum .curriculumList .same {
    width: 47%;
}

/* --- */

.curriculum .pinkArea {
    padding: 80px 0;
    background-color: #fae9e8;
}

.curriculum .roundedContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 40px 5%;
    border-radius: 40px;
    margin-bottom: 80px;
}

.curriculum .roundedContent:last-of-type {
    margin-bottom: 0;
}

.curriculum .roundedContent .txts {
    width: 60%;
}

.curriculum .roundedContent .txts .dotsTtl {
    font-size: 2.2rem;
    font-weight: 500;
    color: #e69e9d;
    line-height: 1.0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right,#19323d 2px,transparent 2px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.curriculum .roundedContent .img {
    width: 35%;
}

@media screen and (max-width:767px) {
    
    .curriculum .curriculumList {
        gap: 30px 0;
    }
    
    .curriculum .curriculumList .same {
        width: 100%;
    }

    /* --- */

    .curriculum .roundedContent {
        padding: 50px 5%;
    }

    .curriculum .roundedContent .txts,
    .curriculum .roundedContent .img {
        width: 100%;
    }

    .curriculum .roundedContent .txts {
        margin-bottom: 30px;
    }

    .curriculum .roundedContent .txts .dotsTtl {
        font-size: 1.8rem;
    }

    .curriculum .roundedContent .img {
        text-align: center;
    }

    /* --- */

    .courseListTop .same .courseListItemTtl {
        font-size: 1.8rem;
    }

}

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

    .department .courseList {
        display: block;
    }

    .department .courseList .same {
        width: 100%;
    }

    .department .courseList .same:not(:last-of-type) {
        padding-bottom: 0;
        background-image: none;
        margin-bottom: 30px;
    }

    .department .courseList .same:not(:first-of-type) {
        margin-top: 30px;
    }

    .department .courseListTop .same figure {
        text-align: center;
    }

    .department .courseList .line {
        width: 100%;
        height: 1px;
    }

    .department .courseList .line::before {
        width: 100%;
        height: 1px;
    }
    
}

/*就職・進学
--------------------------------------------------------------------*/

.job .achievementContainer {
    display: flex;
    flex-wrap: wrap;
}

.job .achievementContainer .image,
.job .achievementContainer .txts {
    width: 50%;
}

.job .achievementContainer .image {
    padding-right: 5%;
}

.job .achievementContainer .txts .verBlack {
    font-weight: 700;
    color: #19323d;
}

/* --- */

.job .tagContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.job .tagContainer .same {
    width: 46.5%;
}

/* --- */

.job .subTitle01 .minitxt {
    font-size: 2.2rem;
    display: inline-block;
    margin-left: 1.0em;
}

.job .leadtxt .medium {
    color: #19323d;
    font-weight: 500;
}

/* --- */

.job .verCetner .iconLink {
    margin: 0 auto;
}

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

    .job .subTitle01 .minitxt {
        font-size: 1.6rem;
    }

    .job .achievementContainer .image,
    .job .achievementContainer .txts {
        width: 100%;
    }

    .job .achievementContainer .image {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    /* --- */

    .job .tagContainer .same {
        width: 100%;
    }

    .job .tagContainer .same:first-of-type {
        margin-bottom: 30px;
    }
    
}

/*教員紹介
--------------------------------------------------------------------*/

.staff .staffContainer {
    display: flex;
    gap: 30px 2.5%;
    flex-wrap: wrap;
}

.staff .staffContainer .same {
    width: calc(87.5% / 6);
}

.staff .staffContainer .same .staffItem {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}

.staff .staffContainer .same .staffItem:hover {
    opacity: .7;
}

.staff .staffContainer .same .staffItem .txts {
    background-color: #f6fafb;
    padding: 15px 0;
}

.staff .staffContainer .same .staffItem .image {
    overflow: hidden;
}

.staff .staffContainer .same .staffItem .image img {
    width: 100%;
    transition: all .3s;
}

.staff .staffContainer .same .staffItem:hover .image img {
    transform: scale(1.1);
}

.staff .staffContainer .same .staffItem .txts .post,
.staff .staffContainer .same .staffItem .txts .name {
    text-align: center;
    line-height: 1.4;
}

.staff .staffContainer .same .staffItem .txts .post {
    font-size: 1.4rem;
    color: #606060;
}

.staff .staffContainer .same .staffItem .txts .name {
    font-size: 2.1rem;
    color: #19323d;
}

.staff .staffContainer .same .staffItem .txts .arrow {
    line-height: 1.0;
    color: #19323d;
    text-align: right;
    margin-top: 15px;
    padding-right: 30px;
    background-image: url(../image/common/btnarrow.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

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

    .staff .staffContainer .same {
        width: 18%;
    }
    
}

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

    .staff .staffContainer .same {
        width: calc(94% / 3);
    }
    
}

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

    .staff .staffContainer {
        gap: 30px 5%;
    }

    .staff .staffContainer .same {
        width: calc(95% / 2);
    }
    
}


.sec04 .flexBox {
	justify-content: center;
}

.sec04 .trdSame {
	margin-right: 10%;
}

.flexBox .trdSame:last-child {
	margin-right: 0;
}


@media screen and (max-width:768px) {
	
	.sec04 .trdSame {
		margin-right: 0;
	}

	
}

.acdWrap {
	margin-bottom: 50px;
}


.acdBtm {
	display: none;
	padding-top: 20px;
}


.acdBtm.opened {
	display: block;
}

.caution01 {
	text-align: right;
	font-size: 1.5rem;
	color: #606060;
	margin: 10px 0 0;
}

.blueTitle {
	color: #fff;
	line-height: 1.0;
	text-align: center;
	background: #7ecef4;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	padding: 10px 5% 15px;
	margin-bottom: 30px;
}

.inHarf {
	width: 47%;
}

.nenji {
	margin-bottom: 50px;
	margin-top: 20px;
}

.njDt {
	position: relative;
	line-height: 1.0;
	padding-left: 30px;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.njDt::before {
	width: 15px;
	height: 2px;
	background: #000;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.njDd {
	padding-left: 40px;
	line-height: 2.0;
}

.njTitle {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.caution02 {
	font-size: 1.2rem;
	margin: 30px 0 0;
	text-indent: -2.0em;
	padding-left: 2.0em;
}

.fourLead {
	font-size: 2.0rem;
	margin-bottom: 50px;
}

.fourLead span {
	font-size: 1.5rem;
}

.pt3Flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.pt3Flex .pt3Same {
	width: 31%;
	text-align: center;
}


.pt3Flex .pt3Same dt {
	border: 1px solid #7ecef4;
	color: #7ecef4;
	font-size: 2.4rem;
	line-height: 1.0;
	text-align: center;
	padding: 20px 5%;
	margin-bottom: 20px;
}
.pt3Flex .pt3Same dd {
	text-align: center;
	font-size: 1.8rem;
}

.schFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.schFlex .schSame {
	width: 48%;
}

.schFlex .schSame:nth-child(n + 3) {
	margin-top: 60px;
}


.pickupFlex {
	background: #fef8f8;
	border-radius: 30px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}

.pickupText {
	width: 60%;
	line-height: 2.0;
}

.pickupImg {
	width: 35%;
}

.pickupTitle {
	font-size: 2.2rem;
	color: #e69e9d;
	padding-bottom: 20px;
  background-image: linear-gradient(to right,#19323d 2px,transparent 2px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
	line-height: 1.0;
	margin-bottom: 20px;
	font-weight: 500;
}

.pickupSub {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}

.acnTop {
	cursor: pointer;
}

.acnBtm {
	display: none;
}


.arText {
	text-decoration: none;
	display: block;
	position: relative;
	color: #000000;
	font-size: 3.2rem;
	margin-top:10px;
	transition: all,.3s;
}

.arText::after {
	width: 15px;
  height: 15px;
  border: 1.5px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 30%;
	right: 0;
	transition: all,.3s;
}

.acdon:hover .arText::after {
	top: 40%;
}

.acdWrap .arText {
	display: inline-block;
	padding-right: 40px;
	cursor: pointer;
}


.acdTop .subTitle01 {
	display: inline-block;
	cursor: pointer;
	padding-right: 40px;
	position: relative;
}

.acdTop .subTitle01::after {
	width: 15px;
  height: 15px;
  border: 1.5px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 30%;
	right: 0;
	transition: all,.3s;
}

.acdTop .subTitle01:hover::after {
	top: 40%;
}

.miniTitle {
	color: #000000;
	font-size: 2.8rem;
	margin-bottom:50px;
	font-weight: 500;
}



@media screen and (max-width: 767px) {
	
	.blueTitle {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	
	
	.caution01 {
		text-align: left;
		text-indent: -2.2rem;
		padding-left: 2.2em;
		font-size: 1.2rem;
	}
	
	.inHarf {
		width: auto;
	}
	
	
	.nenji {
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.njDt {
		position: relative;
		line-height: 1.0;
		padding-left: 20px;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.njDt::before {
		width: 10px;
		height: 2px;
		background: #000;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.njDd {
		padding-left: 20px;
		line-height: 2.0;
	}

	.njTitle {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.fourLead {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.fourLead span {
		font-size: 1.4rem;
	}

	
	
	
	.pt3Flex {
		display: block;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.pt3Flex .pt3Same {
		width: auto;
	}
	
	.pt3Flex .pt3Same:nth-child(n + 2) {
		margin-top: 30px;
	}
	
	
	.schFlex {
		display: block;
		justify-content: space-between;
	}


	.schFlex .schSame {
		width: auto;
	}

	.schFlex .schSame:nth-child(n + 2) {
		margin-top: 50px;
	}


	.pickupFlex {
		padding: 20px 5%;
		display: block;
		margin-top: 50px;
	}

	.pickupText {
		width: auto;
		line-height: 2.0;
	}

	.pickupImg {
		width: auto;
		margin-top: 30px;
		text-align: center;
	}

	.pickupTitle {
		font-size: 1.8rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.pickupSub {
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.arText {
		font-size: 2.0rem;
	}
	
	.arText::after {
		width: 10px;
		height: 10px;
		border: 1px solid;
		border-color:  transparent transparent #000 #000;
		transform: rotate(-45deg);
		content: '';
		position: absolute;
		top: 20%;
		right: 0;
		transition: all,.3s;
	}

	
	
}
