@charset "UTF-8";
/* -------------------------
school > kentei
------------------------- */

.float--right { float: right; }
.float--left { float: left; }


.kenteiNav {
	display: flex;
    justify-content: center;
}
.kenteiNav ul {
	text-align: center;
}
.kenteiNav li {
	display: inline-block;
}
.kenteiNav li + li {
	border-left: 1px solid #e6e6e6;
}
.kenteiNav .Nav-2 li{
	border-left: 1px solid #e6e6e6;
}
.kenteiNav li a {
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	padding: 2px 20px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.kenteiNav li a:hover {
	opacity: .4;
}



.comNaviBox {
	margin-bottom: 0;
}
.comNaviBox.naviShow .naviBox {
	position: fixed;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.comNaviBox.naviFix .naviBox {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.comNaviBox .subBox .navi04 a {
	color: #ACACAB;
}

h1 {
	color:#858585;
	font-size:14px;
	font-weight:100;
	letter-spacing:2px;
	line-height:1;
	margin-bottom:35px;
}
h1 span {
	color:#8C8C7E;
	font-size:35px;
	display:inline-block;
	vertical-align:sub;
	padding-right:25px;
	
}

#kenteiHead {
	max-width:892px;
	margin:0 auto;
}

.mainImg {
	margin-bottom: 30px;
	position: relative;
}
.mainImg h2 {
	width: 100%;
	text-align: center;
	color: #585858;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 12%;
	left: 0;
	z-index: 1;
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.mainImg h2 span {
	display: block;
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.mainImg .arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: .2s;
	transition: .2s;
}
.mainImg .arrow a {
	display: block;
}
.mainImg .arrow:hover {
	bottom: 24px;
}

.slick-slide {
	height: auto !important;
}


.mainImg .slick-list {
	max-height: 750px;
}
.mainImg #slideshow img {
	width:100%;
	height:auto;
}

#anchor {
	margin: 80px auto 0;
    width: 330px;
    text-align: center;
}
#anchor a {
	font-size: 1rem;
	letter-spacing: 0.05em;
	padding: 20px 35px 20px 25px;
	display: block;
	text-decoration: none;
	line-height: 1.5;
	border: 2px solid #e8e8e5;
	position: relative;
	font-weight: 400;
	transition: .3s;
	border-radius: 5px;
}
#anchor a:hover {
	border-color: #585858;
}
#anchor a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	border-top: 8px solid #8C8C7E;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-top: -2px;
}
#anchor a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	z-index: 1;
	margin-top: -4px;
}

.leadBloc {
	padding-top: 100px;
	text-align:center;
	margin-bottom: 90px;
}
.leadBloc h2 {
	color:#8C8C7E;
	font-size:24px;
	font-weight:normal;
	letter-spacing:2px;
	margin-bottom:30px;
}
.leadBloc p {
	color: #585858;
    font-size: 0.9rem;
    line-height: 2.2;
}

#learn {
	margin:0 auto;
}
#learn * {
	box-sizing:border-box;
}
#learn h2 {
	text-align:center;
	color:#8C8C79;
	font-size:19px;
	font-weight:700;
	line-height:1;
	letter-spacing:2px;
	position:relative;
	margin-bottom:60px;
}
#learn h2::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#91907D;
	position:absolute;
	top:49%;
	left:0;
	z-index:1;
}
#learn h2 span {
	display:inline-block;
	padding:0 15px;
	background:#FFF;
	position:relative;
	z-index:2;
}
#learn .learnCont {
	max-width: 980px;
	margin: 0 auto;
}
#learn .learnCont li {
	width: calc(50% - 6px);
	margin-bottom: 12px;
	position:relative;
}
#learn .learnCont li .txtBloc {
	background:#e8e8e5;
	padding: 40px 10px;
	text-align: center;
}
#learn .learnCont h3 {
	color: #585858;
    font-size: 1.125rem;
	font-weight:500;
	line-height: 1.2;
	margin-bottom: 16px;
}
#learn .learnCont p {
	color:#585858;
	font-size: 0.8rem;
	line-height:1.8;
    letter-spacing: 0;
}
#learn .learnCont .ph {
	text-align:center;
	aspect-ratio: 840 / 480;
	overflow: hidden;
}
#learn .learnCont .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3 {
    color: #585858;
    font-size: 1.5rem;
    font-weight: 400;
	text-align: center;
	letter-spacing: .05em;
}


#recommend {
	max-width: 980px;
	margin: auto;
	padding-top: 87px;
}
#recommend .recommend {
	margin-bottom: 130px;
	background: #f2f2f1;
	padding: 54px 0;
    display: flex;
}
#recommend .recommend h3 {
	color: #585858;
    font-size: 1.25rem;
    font-weight: 400;
	padding: 0 60px 0 60px;
	line-height:1.4;
}
#recommend .recommend .txtBloc li {
	line-height:1.8;
	letter-spacing: .07em;
    font-size: 0.9rem;
}
#recommend .recommend .txtBloc li+li {
	margin-top:10px;
}

#recommend .voice {
	margin-bottom: 72px;
}
#recommend .voice h3 {
	line-height: 1;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.recommend__wrapList li {
	padding: 36px 0 41px;
	font-size: 0.812rem;
	font-weight: 400;
	display: flex;
  	align-items: center;
}
.recommend__wrapList li + li {
	border-top: 2px solid rgba(88,88,88,0.3);
}
.recommend__wrapList li .photo {
	margin-top: -7px;
	width: 198px;
	text-align: center;
	flex-shrink: 0;
    padding: 0 40px;
}
.recommend__wrapList li .photo img {
	width: 100px;
}
.recommend__wrapList li .photo .txt {
	margin-top: 5px;
	font-size: 0.75rem;
	font-weight: 400;
}
.recommend__wrapList li .text {
	flex: 1;
}
.recommend__wrapList li .text h4 {
	font-size: 1rem;
	font-weight: 500;
	color: #33842E;
	margin-bottom: 16px;
}
.recommend__wrapList li .text p {
	line-height: 1.92;
}

#flow {
	position: relative;
	z-index: 1;
	background: url("../../img/school/kentei/flow_bg.jpg") no-repeat center 0% / cover;
}
#flow h3 {
	color: #585858;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.06em;
	padding: 100px 0 60px;
    
}
.flow__wrapList {
	max-width: 850px;
	margin: auto;
	padding-bottom: 140px;
}
.flow__wrapList li {
	background: #fff;
	margin-bottom: 10px;
	border-left: #aaaaa0 4px solid;
    padding: 10px 0;
}
.flow__wrapList li.optional {
	background: #f2f2f1;
}
.flow__wrapList li .num {
	color: #585858;
    font-size: 1.25rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 24px 20px 24px 30px;
    display: inline-block;
    vertical-align: middle;
}
.flow__wrapList li .title {
	color: #585858;
    font-size: 1.0625rem;
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	
}
.flow__wrapList li .desc {
	font-size: 0.8125rem;
	line-height: 1.8;
	letter-spacing: .07em;
	display: inline-block;
	vertical-align: middle;
    width: 65%;
}
.flow__wrapList li .desc a {
	text-decoration: underline;
}
.flow__wrapList li .desc a:hover {
	text-decoration: none;
}

#overview {
	width:100%;
	background:#f6f6f5;
	padding: 220px 0 102px;
	margin-top: -110px;
}
#overview * {
	box-sizing:border-box;
}
#overview h3 {
	color: #585858;
    font-size: 1.5rem;
	font-weight:400;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:60px;
}
#overview .detail {
	max-width:811px;
	margin:0 auto;
}
#overview .detail dl {
	display:table;
	width:100%;
	border-top:1px dotted #8C8C7E;
	padding:20px 0;
}
#overview .detail dl:first-child {
	border-top:0 none;
	padding-top:0;
}
#overview .detail dt, #overview .detail dd {
	display:table-cell;
	vertical-align:top;
}
#overview .detail dt {
	color: #585858;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    white-space: nowrap;
    line-height: 1.8;
    width: 18%;
    padding-right: 10px;
}
#overview .detail dd {
	color: #585858;
    font-size: 0.9rem;
	line-height:2;
	width:82%;
}
#overview .detail dd span {
	font-size: 0.75rem;
}
#overview .detail dd small {
	display:inline-block;
	margin-left:40px;
}
#overview .detail dd a {
	color: #585858;
    font-weight: 400;
    text-decoration: underline;
}
#overview .detail dd a::after{
    margin: -3px 5px 0 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/common/icon42.png) no-repeat left top / 100% 100%;
    content: "";
}
#overview .detail dd a:hover {
	text-decoration:none;
}
#main .comLink a {
	width: 300px;
	height: 57px;
	font-size: 1rem;
}
#main .comLink {
	margin-top: 41px;
}


#tutorial {
	max-width: 918px;
	padding-top: 110px;
	margin: 0 auto;
}
#tutorial * {
	box-sizing:border-box;
}
.tutorial__head {
	margin-bottom: 47px;
}
.tutorial__head h3 {
	letter-spacing: 0.06em;
    font-size: 1.5rem;
    font-weight: 400;
}
.tutorial__head p {
	text-align: center;
	margin-top: 24px;
	letter-spacing: .08em;
	line-height: 2;
    font-size: 0.9rem;
}
#tutorial .imgBox+.imgBox {
	border-top:1px solid #DDD;
	margin-top:40px;
	padding-top:40px;
}
#tutorial .comBtn {
    margin: 54px auto 16px;
    width: 240px;
}
#tutorial .comBtn a {
	background:#F2F2F1;
    font-size: 14px;
}

#bnrArea {
	margin-bottom:175px;
}
#bnrArea h3 {
	margin-bottom: 30px;
}
#bnrArea a {
	display:block;
	width:852px;
	margin:0 auto;
	border:3px solid #FFF;
	background:#98A8B8 url(../../img/school/kentei/bnr_arw.png) no-repeat 97% center;
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all 0.3s;
}
.head01 #gNavi .navi05 a {
    color: #D1D1CA;
}

@media all and (min-width: 768px) {
	#bnrArea a:hover {
		border-color:#98A8B8;
	}
}
#bnrArea a * {
	box-sizing:border-box;
}
#bnrArea a .bnr {
	display:table;
	width:100%;
	border:1px solid #98A8B8;
	position:relative;
}
#bnrArea a .bnr > div {
	display:table-cell;
	vertical-align:middle;
}
#bnrArea a .bnr .pic {
	text-align:left;
}
#bnrArea a .bnr .txtBloc {
	width:100%;
	padding-left:32px;
}
#bnrArea a .bnr h2 {
	font-size:22px;
	font-weight:500;
	letter-spacing:2.5px;
	margin-bottom:20px;
}
#bnrArea a .bnr p {
	font-size:12px;
	
	line-height:1.8;
	margin-bottom:20px;
}
#bnrArea a .bnr em {
	display:block;
	font-size:13px;
	font-weight:700;
	font-style:normal;
}

#main .comContact {
	background:#F2F2F1;
}
#main .comContact .comBtn .button:hover:before {
    background-color: #fff;
}

#main .comDownload {
	background:#fff;
}
#main .comDownload .comBtn .button {
    font-size: 13px;
}
#main .comDownload .comBtn .button:hover:before {
    background-color: #F2F2F1;
}

#container {
	position: relative;
}

#modalClose {
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 10001;
	-webkit-transition: .25s;
	transition: .25s;
}
#modalClose:before {
	content:  "";
	width: 50px;
	height: 1px;
	background: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
}
#modalClose:after {
	content:  "";
	width: 50px;
	height: 1px;
	background: #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
}
#modalClose:hover {
	opacity: .6;
}

#modalArea {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow-y: scroll;
}

#modalArea .modalArea__cont {
	width: 850px;
	padding-bottom: 8%;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -425px;
}
#modalArea h3 {
	margin-bottom: 40px;
	letter-spacing: .1em;
}
#modalArea .modal__wrapList li {
	background: #f2f2f1;
	margin-bottom: 6px;
	padding: 40px 60px 32px 50px;
	overflow: hidden;
	position: relative;
}
#modalArea .modal__wrapList li .num {
	color: #585858;
    font-size: 1.0625rem;
    float: left;
}
#modalArea .modal__wrapList li .question {
	margin-left: 25px;
	margin-top: 4px;
	font-size: 0.9rem;
	font-weight: 300;
	float: left;
}
#modalArea .modal__wrapList li .question ol {
	margin-top: 24px;
	list-style-type: decimal;
}
#modalArea .modal__wrapList li .question ol li {
	font-size: 0.9rem;
	letter-spacing: .03em;
	background: none;
	margin-bottom: 8px;
	padding: 0;
}
#modalArea .modal__wrapList li .answer {
	width: 160px;
	height: 48px;
	text-align: center;
	background: #fff;
	position: absolute;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}
#modalArea .modal__wrapList li .answer:hover p:first-child {
	color: #b8b8af;
}
#modalArea .modal__wrapList li .answer p {
	width: 100%;
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
}
#modalArea .modal__wrapList li .answer p + p {
	background: #fff;
}
#modalArea .modal__wrapList li .answer p.-hide {
	display: none;
}
#modalArea .modal__wrapList li .answer p span {
	color: red;
	font-weight: bold;
	font-size: 13px;
}
.flow__wrapList li .desc a::after, #tutorial .imgBox .linkUl a::after{
    margin: -3px 5px 0 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/common/icon42.png) no-repeat left top / 100% 100%;
    content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .wrap {
		width:auto;
		padding:0 20px;
	}


	#anchor {
		margin: 30px auto 0;
		width: 90%;
	}
	#anchor a {
		font-size: 0.9375rem;
		letter-spacing: 0.04em;
		padding: 24px 30px 22px;
	}

	.comTxtList {
		margin-top: 80px;
		text-align:left;
		margin-left:20px;
		margin-right:20px;
	}	
	#kenteiHead .comTxtList {
		margin-top:0;
		margin-left:0;
		margin-right:0;
	}
	.comTxtList li:first-child, .comTxtList .sub {
		padding-left:0;
	}
	.comTxtList .on a {
		color:#D1D1CA;
	}

	#kenteiHead {
		margin-top: 28px;
		padding:0 20px;
	}

	.kenteiNav {
		width: 100%;
		overflow: hidden;
		margin-top: 32px;
		margin-bottom: 0;
		display: block;
	}
	.kenteiNav .Nav-1{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 18px;
	}
	.kenteiNav .Nav-1 li {
		width: 49%;
		width: calc(50% - 2px);
		margin-bottom: 4px;
		border: none !important;
		display: block;
	}
	.kenteiNav li:nth-child(odd) {
		margin-right: 4px;
	}
	.kenteiNav .Nav-1 li a {
		background: #f2f2f1;
        padding: 15px 0;
        font-size: 0.8125rem;
        letter-spacing: 0.02em;
	}
	.kenteiNav .Nav-2{
		text-align: left;
	}
	.kenteiNav .Nav-2 li{
		margin: 0 50px 14px 0;
		border: none;
	}
	.kenteiNav .Nav-2 li a{
		padding: 0;
		position: relative;
		line-height: 1.8;
	}
	.kenteiNav .Nav-2 li a:before{
		content: '';
		height: 6px;
		width: 6px;
		display: block;
		border: 1px solid #BBB;
		border-right-width: 0;
		border-top-width: 0;
		transform: translateY(-50%) rotate(-135deg);
		position: absolute;
		right: -15px;
		top: 50%;
	}
	
	h1 {
		font-size:90%;
		letter-spacing:normal;
		margin-top: 35px;
	}
	h1 span {
		font-size:220%;
		padding-right:10px;
	}

	.mainImg {
		margin-bottom: 0;
	}

	.mainImg h2 {
		font-size: 1.3125rem;
        letter-spacing: 0.06em;
        line-height: 1.7;
        top: 9%;
	}
	.mainImg h2 span {
		font-size: 0.9375rem;
        letter-spacing: .03em;
        font-weight: 300;
	}
	.mainImg .arrow {
		position: absolute;
		bottom: 18px;
		right: 16px;
		z-index: 1;
	}

	.leadBloc {
		padding: 50px 20px 0;
		margin-bottom: 80px !important;
	}
	.leadBloc h2 {
		font-size:160%;
		line-height:1.8;
		margin-bottom:20px;
	}
	.leadBloc p {
		font-size: 0.9rem;
        line-height: 1.8;
        text-align: left;
	}
	.leadBloc p br {
		display:none;
	}

	#learn {
		width:auto;
	}
	
	#learn .learnCont {
		margin: 0 auto;
		padding:0 20px;
	}
	#learn .learnCont li {
		width: 100%;
		margin-bottom: 16px;
	}
	#learn .learnCont li:last-child {
		margin-bottom: 0;
	}
	#learn .learnCont li .txtBloc {
		padding: 30px 20px;
	}
	#learn .learnCont li .txtBloc br {
		display: none;
	}
	#learn .learnCont h3 {
		font-size: 1rem;
        font-weight: 400;
        margin-bottom: 12px;
        text-align: justify;
        line-height: 1.5;
        letter-spacing: 0.03em;
	}
	#learn .learnCont p {
		color: #585858;
        font-size: 0.8125rem;
		line-height:1.8;
		text-align: justify;
		line-height: 1.7;
	}

	#recommend {
		padding-top: 70px;
	}
	#recommend .recommend {
		margin: 0 20px 80px;
		border-width:4px;
		padding:30px 25px 25px;
        display: block;
	}
	#recommend .recommend h3 {
		font-size: 1rem;
        font-weight: 400;
		padding: 0;
		float: none;
		margin-bottom: 16px;
	}
	#recommend .recommend .txtBloc {
		float:none;
	}
	#recommend .recommend .txtBloc li {
		font-size: 0.8125rem;
        letter-spacing: .03em;
        text-indent: -1.1em;
        padding-left: 1.1em;
        margin-top: 6px !important;
        text-align: justify;
        line-height: 1.7;
	}
	
	#recommend .voice {
		margin-bottom: 72px;
	}
	#recommend .voice h3 {
		font-size: 1.25rem;
		margin-bottom: 44px;
	}

	.recommend__wrapList {
		margin: 0 20px;
	}
	.recommend__wrapList li {
		padding: 0 !important;
		margin-bottom: 38px;
		display: block;
	}
	.recommend__wrapList li:last-child {
		margin-bottom: 0;
	}
	.recommend__wrapList li .photo {
		margin: 0 auto 25px;
		text-align: center;
	}
	.recommend__wrapList li .text h4 {
		font-size: 1rem;
		-webkit-font-smoothing: antialiased;
		line-height: 1.7;
		letter-spacing: .07em;
		margin-bottom: 15px;
	}
	.recommend__wrapList li .text p {
		line-height: 1.78;
		letter-spacing: .02em;
		font-size: 0.875rem !important;
		text-align: justify;
	}
	.recommend__wrapList li .photo img {
		width: 145px;
	}
	.recommend__wrapList li + li {
		border: none;
	}

	#flow {
		background-image: url("../../img/school/kentei/sp_flow_bg.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
	#flow h3 {
		font-size: 1.25rem;
		letter-spacing: 0.04em;
		padding: 70px 0 24px;
	}
	.flow__wrapList {
		margin: 0 20px;
		padding-bottom: 60px;
	}
	.flow__wrapList li {
		margin-bottom: 5px;
		border-left: #aaaaa0 3px solid;
        padding: 0;
	}
	.flow__wrapList li .num {
		font-weight: bold;
		font-size: 17px;
		padding: 20px 10px 10px 15px;
	}
	.flow__wrapList li:nth-child(5) .num {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.flow__wrapList li .title {
		font-weight: 500;
        -webkit-font-smoothing: antialiased;
        font-size: 0.9375rem;
        line-height: 1.4;
        width: 83%;
        padding: 17px 5px 8px 0;
        letter-spacing: 0.04em;
    	}
	.flow__wrapList li .desc {
		padding: 0 20px 18px 48px;
        font-size: 0.8125rem;
        line-height: 1.7;
        width: 80%;
	}
	.flow__wrapList li .desc br {
		display: none;
	}
	.flow__wrapList li .desc a {
		text-decoration: underline;
		font-weight: 400;
	}

	#overview {
		padding: 148px 0 40px;
		margin-top: -74px;
		margin-bottom: 0;
	}
	#overview h3 {
		margin-bottom: 38px;
        font-size: 1.1875rem;
        letter-spacing: .05em;
	}
	#overview .detail {
		margin: 0 20px;
	}
	#overview .detail dl {
		display:block;
		padding: 22px 0;
	}
	#overview .detail dt, #overview .detail dd {
		display:block;
		margin-bottom:15px;
	}
	#overview .detail dt {
		font-size: 0.9375rem;
		line-height:1.2;
		display: block;
		width:100%;
		margin-bottom: 10px;
	}
	#overview .detail dd {
		font-size: 0.8125rem;
		line-height:1.7;
		width:100%;
		margin-bottom: 0;
	}
    #main .comLink {
        margin-top: 20px;
    }
	#overview .detail dd small {
		display:block;
		margin-left:0;
		padding-left:1em;
		text-indent:-1em;
		margin-top:5px;
	}
	#overview .detail dd li {
		font-size:100%;
		line-height:1.9;
		padding-left:1em;
		text-indent:-1em;
	}


	#tutorial {
		padding: 70px 0 0;
		margin: 0 20px;
	}

	.tutorial__head {
		margin-bottom: 40px;
	}
	.tutorial__head h3 {
		font-size: 1.25rem;
		letter-spacing: 0.06em;
	}
	.tutorial__head p {
		margin-top: 15px;
        font-size: 0.9rem;
        letter-spacing: .05em;
        line-height: 1.8;
	}

	#tutorial .comBtn {
		margin: 40px auto;
		width: 187px;
	}
	#tutorial .comBtn a {
		font-size: 12px;
		padding-top: 5px;
		letter-spacing: .05em;
	}


	#bnrArea {
		margin: 0 20px;
	}
	#bnrArea h3 {
		font-size: 20px;
		letter-spacing: .1em;
	}
	#bnrArea a {
		width:auto;
		border:0 none;
		background-image:none;
	}
	#bnrArea a .bnr {
		display:block;
	}
	#bnrArea a .bnr > div {
		display:block;
	}
	#bnrArea a .bnr .pic {
		width:auto;
	}
	#bnrArea a .bnr .pic img {
		width:100%;
		height:auto;
	}
	#bnrArea a .bnr .txtBloc {
		padding:30px 20px 35px;
	}
	#bnrArea a .bnr h2 {
		font-size:122%;
		letter-spacing:1px;
	}
	#bnrArea a .bnr p {
		font-size:100%;
		line-height:1.9;
	}
	#bnrArea a .bnr em {
		display:inline-block;
		font-size:100%;
	}
	#bnrArea a .bnr em::after {
		content:'';
		height:7px;
		width:7px;
		display:inline-block;
		border:2px solid #FFF;
		border-left-width:0;
		border-top-width:0;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		margin-left:5px;
	}




	#modalClose {
		width: 40px;
		height: 40px;
		top: 15px;
		right: 5px;
	}
	#modalClose:before {
		width: 34px;
		margin-left: -17px;
	}
	#modalClose:after {
		width: 34px;
		margin-left: -17px;
	}

	#modalArea .modalArea__cont {
		width: 88%;
		width: calc(100% - 40px);
		padding-bottom: 8%;
		top: 7%;
		left: 20px;
		margin-left: 0;
	}
	#modalArea h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	#modalArea .modal__wrapList li {
		margin-bottom: 5px;
		padding: 30px 20px 0;
	}
	#modalArea .modal__wrapList li .num {
		color: #585858;
        font-size: 0.9375rem;
		float: none;
	}
	#modalArea .modal__wrapList li .question {
		margin-left: 0;
		text-align: justify;
		margin-top: 8px;
		font-size: 0.8125rem;
		line-height: 1.7;
		font-weight: 300;
		float: none;
	}
	#modalArea .modal__wrapList li .question ol {
		margin-top: 14px;
		list-style-type: decimal;
	}
	#modalArea .modal__wrapList li .question ol li {
		font-size: 12px;
		margin-bottom: 3px;
	}
	#modalArea .modal__wrapList li .answer {
		width: 180px;
		height: 48px;
		margin: 18px auto;
		position: relative;
		bottom: initial;
		right: initial;
	}
	#modalArea .modal__wrapList li .answer:hover p:first-child {
		color: #666;
	}
	#main .comLink a {
		width: 214px;
		height: 38px;
		font-size: 0.812rem;
	}
    .comTxtList li:nth-child(3){
        border-left: none;
        padding-left: 0;
    }
    #overview .detail dd a::after, .flow__wrapList li .desc a::after, #tutorial .imgBox .linkUl a::after{
        margin: -3px 3px 0 3px;
    }
}



/* tutorial imgBox */
#tutorial .imgBox {
	display: flex;
	justify-content: space-between;
	font-size: 0.812rem;
}
#tutorial .imgBox .photo {
	width: 410px;
}
#tutorial .imgBox .photo img {
	width: 100%;
}
#tutorial .imgBox .textBox {
	flex: 1;
	margin: 40px 0 0 30px;
}
#tutorial .imgBox .textBox p {
	margin-bottom: 30px;
}
#tutorial .imgBox .textBox p a{
    line-height: 1.4 !important;
}
#tutorial .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#tutorial .imgBox .comBlank {
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0.06em;
}
#tutorial .imgBox .linkUl {
	margin-top: 47px;
}
#tutorial .imgBox .linkUl li {
	margin-bottom: 20px;
}
#tutorial .imgBox .linkUl li:last-child {
	margin-bottom: 0;
}
#tutorial .imgBox .linkUl a {
	text-decoration: underline;
}
#tutorial .comLink {
	margin-top: 101px;
}
#tutorial .imgBox .comBlank::after {
	margin: -2px 0 0 6px;
}
@media all and (min-width: 768px) {
	#tutorial .imgBox .comBlank:hover {
		text-decoration: none;
	}
	#tutorial .imgBox .linkUl a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 767px) {
	#tutorial .imgBox {
		font-size: 0.8125rem;
		display: block;
	}
	#tutorial .imgBox .photo {
		width: auto;
		margin-bottom: 38px;
	}
	#tutorial .imgBox .textBox {
		margin: 0;
	}
	#tutorial .imgBox .comBlank {
		font-size: 0.875rem;
        letter-spacing: 0.03em;
	}
	#tutorial .imgBox .textBox p {
		margin-bottom: 15px;
	}
	#tutorial .imgBox .linkUl {
		margin-top: 30px;
	}
	#tutorial .imgBox .linkUl li {
		margin-bottom: 15px;
	}
	#tutorial .comLink {
		margin-top: 39px;
	}
	#tutorial .imgBox .comBlank::after {
	margin-top: 0;
}
}