.powerpoint{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
/*sec01 ---------------------------------------*/
.sec01 {
background :url(../img/template01/secbg01.png);	
}
.powerpoint .sec01 {
background :url(../img/template01/secbg01ppt.png);	
}
.catelabel a {
	color: #2f3882;
	border:2px solid #2f3882;
	text-align: center;
	border-radius: 4px; 
	font-weight: bold;
}
.catelabel a {
	text-decoration: none;
}
.catelabel a:hover {
    color: #2f3882;
    opacity: 0.7;
}
.ttl01 {
	color: #000;
	line-height: 1.2;
	box-sizing: border-box;
	position: relative;
}
.ttl01:before {
	content: "";
	display: block;

	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	

}
.excel .ttl01:before {
		background: url(../img/template01/icon01_exel.png);
		background-size: contain;
}
.word .ttl01:before {
		background: url(../img/template01/icon01_word.png);
		background-size: contain;
}
.powerpoint .ttl01:before {
		background: url(../img/template01/icon01_powerpoint.png);
		background-size: contain;
}

.excel.general .ttl01,
.word.general .ttl01,
.powerpoint.general .ttl01 {
		padding: 40px 0 5px 0px;
}
.excel.general .ttl01:before,
.word.general .ttl01:before,
.powerpoint.general .ttl01:before {
		display: none;
}



.catchp {
	font-weight: bold;
}

.excel .catchp {
	color: #308e54;
}

.word .catchp {
	color: #1853ac;
}

.powerpoint .catchp {
	color: #d03b17;
}

.mainImg img{
	width: 100%;
}

.info-dsc {
	background: #eeeeee;
	color: #555;
	border-radius: 4px;
		box-sizing: border-box;
}
.under_arrow.bgPattern2{
	margin-top:100px;
	padding: 10px;
	position:relative;
}
.under_arrow:before{
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -60px;
    left: 50%;
	margin-left:-30px;
    /* transform: translateY(-50%); */
    background: url(../img/template01/arrow_under.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.about {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.icon01 {
	padding-left: 28px;
	position: relative;
}
.icon01:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.studytime:before {
	padding-left: 26px;
	width: 19px;
	height: 17px;
	background: url(../img/template01/icon021.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.lesson:before {
		padding-left: 34px;
	width: 24px;
	height: 14px;
	background: url(../img/template01/icon022.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.yen:before {
	padding-left: 26px;
	width: 17px;
	height: 17px;
	background: url(../img/template01/icon023.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.spc{
	display: -ms-flexbox;
    /*ie10*/
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spc .point{
	color: #fff;
	background: #2f3882;
	text-align: center;
	display: inline-block;
	border-radius: 2px;

}
.relationInfo {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #555;
}
.relationInfo .body {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relationInfo .tag {
	color: #2f3882;
}
@media only screen and (max-width: 960px) {
.sec01 {
	padding-top: 25px;
	padding-bottom:20px;
	padding-right: 15px;
	padding-left: 15px;
}
}/*max-width: 960px*/
@media only screen and (min-width: 769px) {
.content .innr {
	margin: auto;
	max-width: 960px;
	width: 100%;
}
.sec01 .innr {
	position: relative;
}
.sec01 {
	padding-top: 20px;
	padding-bottom:32px;
	position: relative;
	min-height: 340px;
}

.catelabel a {
	font-size: 15px;
	padding:5px 15px;
}
.ttl01 {
	font-size: 34px;
	width: 48%;
	margin-top: 20px;
	padding:5px 0 5px 70px;  
}
.catchp {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 20px;
	width: 48%;
}
.mainImg {
	width: 48%;
	max-width: 460px;
/*	display: flex;*/
	margin:0;	position: absolute;
/*	top: 40px;*/
	right: 0;
}
.info-dsc {
	width: 48%;
	padding: 20px 3.00%;
	font-size: 14px;
	margin-top: 20px;
}
.spc {
	margin-top: 5px;
}

.spc .point{
	font-size: 14px;
/*	padding: 1px 14px;*/
	margin-right: 10px;
	padding: 1px 14px;
	margin-top: 10px;
}
.relationInfo {
	width: 48%;
	max-width: 460px;
	margin-top: 30px;
    font-size: 13px;
}
.relationInfo .ttl {
	width: 72px;
}
.relationInfo .body {
	margin-left: 5px;
}
.relationInfo .tag {
	margin-left: 10px;
	font-size: 16px;
}

}/*min-width: 769px*/
@media only screen and (max-width: 768px) {
.catelabel a {
	font-size: 12px;
	padding:3px 14px;
}
.ttl01 {
	font-size: 28px;
	margin-top: 15px;
	padding:5px 0 5px 56px;  
}
.ttl01:before {

	width: 38px;
	height: 38px;

}

.catchp {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 18px;
}

.mainImg {
	margin-top:10px;
}

.info-dsc {
	padding: 15px 15px;
	font-size: 12px;
	margin-top: 25px;
}
.studytime {
	padding-left: 20px;
}
.lesson {
		padding-left: 25px;
}
.yen {
	padding-left: 20px;
}

.spc {
	margin-top: 5px;
}

.spc .point{
	font-size: 12px;
padding-right: 12px;
padding-left: 12px;
	margin-right: 10px;
	margin-top: 10px;
}
.relationInfo {
	margin-top: 30px;
    font-size: 13px;
}
.relationInfo .ttl {
	width: 100px;
}
.relationInfo .body {
	margin-left: 5px;
}
.relationInfo .tag {
	margin-left: 10px;
	font-size: 13px;
}
}/*max-width: 768px*/





/*sec02 ---------------------------------------*/

.ribbon {
/*    display: inline-block;*/
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    box-sizing: border-box;
}

.ribbon .ttl {
    display: inline-block;
    position: relative;
    color: #FFF;
    overflow: visible;
    display: -ms-flexbox;
    /*ie10*/
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    /*ie10*/
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    /*ie10*/
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.excel .ribbon .ttl {
	background: #308e54;
}
.word .ribbon .ttl {
	background: #1853ac;
}
.powerpoint .ribbon .ttl {
	background: #d03b17;
}

.ribbon .sub {
	text-align: left;
    display: -ms-flexbox;
    /*ie10*/
    display: -webkit-flex;
    display: flex;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -ms-flex-pack: justify;
    /*ie10*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bttl {
color: #222222;
line-height: 1.5;
text-align: center;
}
.sec09 .txt ,
.twrap .txt ,
.c2a-txt p{
	margin-bottom:20px;
	font-size: 16px;
}
.colum2b .img{margin-bottom:20px;}


@media only screen and (max-width: 959px) {
.sec02 .innr {
	width:auto;
	padding-right: 15px;
	padding-left: 15px;
}
}/*max-width: 959px*/
@media only screen and (max-width: 959px)  and (min-width: 769px) {
.c2a-img {
    margin-right:15px;
}
}/*max-width: 959px  and min-width: 769px*/
@media only screen and (min-width: 769px) {
.sec02 {
	padding-bottom: 70px;
}

.ribbon {
/*    display: inline-block;*/
    height: 45px;
    width: 1000px;
    margin-bottom: 80px;
}
.excel .ribbon:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    left: -58px;
    z-index: -2;
    border: 33px solid #2e7a4b;
    border-left-color: transparent;/*山形に切り抜き*/
}

.word .ribbon:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    left: -58px;
    z-index: -2;
    border: 33px solid #06419b;
    border-left-color: transparent;/*山形に切り抜き*/
}

.powerpoint .ribbon:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    left: -58px;
    z-index: -2;
    border: 33px solid #b83414;
    border-left-color: transparent;/*山形に切り抜き*/
}


.excel .ribbon:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    right: -58px;
    z-index: -2;
    border: 34px solid #2e7a4b;
    border-right-color: transparent;/*山形に切り抜き*/
}

.word .ribbon:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    right: -58px;
    z-index: -2;
    border: 34px solid #06419b;
    border-right-color: transparent;/*山形に切り抜き*/
}

.powerpoint .ribbon:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -43px;
    right: -58px;
    z-index: -2;
    border: 34px solid #b83414;
    border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon .ttl {
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    color: #FFF;
    background: #308e54;/*真ん中の背景色*/
    width: 960px;
    height: 78px;
    font-size: 34px;
}
.excel .ribbon .ttl:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #254c34;/*左の折り返し部分*/
}
.excel .ribbon .ttl:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 20px #254c34;/*右の折り返し部分*/
}

.word .ribbon .ttl:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #042455;/*左の折り返し部分*/
}
.word .ribbon .ttl:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 20px #042455;/*右の折り返し部分*/
}

.powerpoint .ribbon .ttl:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #781c06;/*左の折り返し部分*/
}
.powerpoint .ribbon .ttl:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 20px #781c06;/*右の折り返し部分*/
}

.ribbon .sub{
	font-size: 14px;
	height: 34px;
}
.ribbon .sub .sub01 {
		line-height: 14px;
}

.bttl {
font-size: 24px;
margin-bottom: 60px;
}
.excel .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #308e54;
	width: 100px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}

.word .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #1853ac;
	width: 100px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);

}

.powerpoint .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #d03b17;
	width: 100px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);

}

.column2a {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c2a-img {
	width: 50%;
}
.c2a-img img {
	max-width: 436px;
	width: 100%;
}

.c2a-txt {
	width: 50%;
	line-height: 1.8;
	font-size: 16px;
}

}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.sec02 {
	padding-bottom: 45px;
}
.ribbon {
	    margin-bottom: 40px;
}	
.ribbon .ttl {
    margin: 0;
    padding: 0 1vw;
    line-height: 34px;
    color: #FFF;
    background: #308e54;/*真ん中の背景色*/
    height: 78px;
    font-size: 22px;
    font-size: 6vw;
}
.ribbon .sub{
	/*font-size: 10px;*/
	font-size: 2vw;
	height: 22px;
}
.ribbon .sub .sub01 {
		line-height: 10px;
}
.bttl {
font-size: 18px;
margin-bottom: 35px;
}

.excel .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #308e54;
	width: 100px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}

.word .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #1853ac;
	width: 100px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);

}

.powerpoint .bttl:after {
	content: "";
	display:block;
	border: 1.5px solid #d03b17;
	width: 75px;
	height: 0px;
	position: relative;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);

}



.c2a-img img {
	width: 100%;
}

.c2a-txt {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 16px;
}



}/*max-width: 768px*/





/*sec03 ---------------------------------------*/
.excel .bgPattern {
  background: repeating-linear-gradient(-45deg, #ecfaf1, #ecfaf1 8px, #d8f4e3 0, #d8f4e3 16px);
}
.word .bgPattern {
  background: repeating-linear-gradient(-45deg, #f2f8ff, #f2f8ff 8px, #e4f0ff 0, #e4f0ff 16px);
}
.powerpoint .bgPattern {
  background: repeating-linear-gradient(-45deg, #ffecee, #ffecee 8px, #fff6f7 0, #fff6f7 16px);
}

.points {
    display: -ms-flexbox;
    /*ie10*/
    display: -webkit-flex;
    display: flex;
	counter-reset:num;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.points .ttl {
	text-align: center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0;
	width: 100%;
	background: #555555;
	color: #fff;
}

.points:nth-of-type(1) .ttl .op {
	counter-increment: num;
}

.points .ttl .op {
    position: relative;
}
.points .ttl .op:after {
	content: counter(num);

    position: absolute;
	top: 50%;
	margin-top: 1px;
    right: -23px;
    display: block;
    width: 25px;
    color: #fff;
    text-align: center;
    font-size: 20px;
     font-weight: normal;
   	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.points .points_d{
	background: #fff;
}
.points .cachp {
	font-weight: bold;
	text-align: center;
}
.points .cachp .f {
	color: #ee2d7f;
}


@media only screen and (min-width: 960px) {
.points {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.points .points_d{
	width: 300px;
	height: 280px;
	padding: 28px 20px;
	box-sizing:border-box;
	padding-top: 118px;
	position: relative;
}

.points .points_d:nth-of-type(2){
	margin-right: 30px;
	margin-left: 30px;
}
.points .points_d:nth-of-type(4){
	margin-top: 30px;
	margin-right: 15px;
}
.points .points_d:nth-of-type(5){
	margin-top: 30px;
	margin-left: 15px;
}

.points .points_d.icon031:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 26%;
	left: 50%;
	background: url(/pict/template01/icon031.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon032:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 26%;
	left: 50%;
	background: url(../img/template01/icon032.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon033:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 26%;
	left: 50%;
	background: url(../img/template01/icon033.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon034:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 26%;
	left: 50%;
	background: url(../img/template01/icon034.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon035:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 26%;
	left: 50%;
	background: url(../img/template01/icon035.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon036:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon036.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon037:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon037.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon038:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon038.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon039:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon039.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon040:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon040.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon041:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon041.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon042:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon042.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
.points .points_d.icon043:before {
	display: block;
	content: "";
	width: 78px;
	height: 76px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon043.png);
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
}
}/*min-width: 960px*/


@media only screen and (max-width: 959px) {
.sec03 .innr {
	width:auto;
    padding-right: 15px;
    padding-left: 15px;
}
.points .points_d{
	width: calc((100% - 15px)/2);
/*	height: 240px;*/
	padding: 14px 20px;
	box-sizing:border-box;
	padding-top: 65px;
	position: relative;
}

.points .points_d:nth-of-type(n+3){
	margin-top: 15px;
}
.points .points_d:nth-of-type(2n){
	margin-left: 15px;
}
.points .ttl .op:after {
    right: -18px;
    width: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.points .points_d.icon031:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon031.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);

}
.points .points_d.icon032:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon032.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
	background-size: contain;
}
.points .points_d.icon033:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon033.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
}
.points .points_d.icon034:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon034.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
}
.points .points_d.icon035:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon035.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
}
.points .points_d.icon036:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon036.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
}
.points .points_d.icon037:before {
	display: block;
	content: "";
	width: 38px;
	height: 37px;
	position: absolute;
	top: 24%;
	left: 50%;
	background: url(../img/template01/icon037.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%);
}

}/*max-width: 959px*/

@media only screen and (min-width: 769px) {
	.points .ttl {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.sec03 {
		padding-top: 80px;
		padding-bottom: 80px;
	}


.points .cachp {
	font-size: 20px;
	margin-top: 15px;
}


}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
	.sec03 {
		padding-top: 50px;
		padding-bottom: 50px;
	}


	.points .ttl {
		font-size: 9px;
		height: 20px;
		line-height: 20px;
	}

.points .ttl .op:after {

    font-size: 16px;
}
.points .cachp {
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.4;
	text-align: left;
}

}/*max-width: 768px*/



/*secp1 ---------------------------------------*/
.ttlpoint {
    color: #FFF;
    background: #2f3882;
    border-radius: 30px;
    padding: 7px 15px 5px;
}
.yellow_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff7f 0%) repeat scroll 0 0;
	display: inline;
}
.ttlwrap {
	text-align: center;
}
.ttlline {
    font-weight: bold;
    margin: auto;
   line-height:1.75;
}
.ttlline .f {
    color: #ee2d7f;
}
.colum2b {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.twrap .ttl{
	color: #222;
}
.twrap .ttl .sub {
	background:#2f3882;
	color: #fff;
	text-align: center;
	width: 120px;
	font-weight: normal;

}
.secp2 {
	background:#f9f9f9;
}

.btn01 {
	text-align: center;
	display: block;
}
.btn01.blue {
	background: #2f3882;
	color: #fff;
}
.btn01.pink {
	background: #d4291f;
	color: #fff;
}
a.btn01:link {
	text-decoration: none;
}
a.btn01:link:hover {
	opacity: .7;
}


.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 44.5%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube2.op {
	max-width: 760px;
	margin: auto;
}
.secp3 .recomend .txt {
	color: #222;
}

.secp3 .rcmdcp {
	font-weight: bold;
}
.secp3 .recomend .txt {
	border:8px solid #f5f5f5; 
	box-sizing: border-box;
}
.secp3 .rcmdcp {
	font-weight: bold;
}

@media only screen and (max-width: 959px) {
.secp1 .innr,.secp2 .innr {
	width:auto;
	padding-right: 15px;
	padding-left: 15px;
}
}/*max-width: 959px*/

@media only screen and (max-width: 959px)  and (min-width: 769px) {
.secp1 .colum2b .img {
    margin-left:15px;
}
.secp2 .colum2b .img {
    margin-right:15px;
}
}/*max-width: 959px  and min-width: 769px*/
@media only screen and (min-width: 769px) {
	.secp1 {
		padding-bottom: 90px;
	}

.secp1 .innr{
	padding-top: 90px;
}

.ttlline {
    font-size: 30px;
}
.secp1 .colum2b {
	margin-top:65px;
}
.secp1 .twrap {
	width: 560px;
}

.colum2b {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.secp1 .colum2b .img{
	width: 350px;
}

.colum2b .img img{
	width: 100%;
}
.secp1 .twrap .ttl{
	margin: 0;
	width: 100%;
	border-bottom: 2px solid #2f3882;
	padding-bottom: 13px
}
.secp1 .twrap .ttl .sub {
    width: 140px;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 8px;
}
.secp1 .twrap .txt {
	margin-top: 25px;
	font-size: 16px;
}
.icon031big {
	background: url(../img/template01/icon031big.png);
	background-repeat: no-repeat;
}
.icon032big {
	background: url(../img/template01/icon032big.png);
	background-repeat: no-repeat;
	background-position: top right ;
}
.icon033big {
	background: url(../img/template01/icon033big.png);
	background-repeat: no-repeat;
}


	.secp2 {
		padding-bottom: 70px;
	}

.secp2 .innr{
	padding-top: 100px;
}

.secp2 .colum2b {
	margin-top:65px;
}
.secp2 .colum2b .img{
	width: 438px;
}
.secp2 .twrap {
	width: 480px;
}

.secp2 .twrap .txt {
    font-size: 16px;
}
.btn01 {
	line-height: 50px;
	border-radius: 50px;
}

.secp2 .btn01 {
	width: 360px;
	margin-top: 45px;
	position: relative;
	padding-right: 10px;
}
.secp2 .btn01:before {
content: "";
display: block;
height:11px; 
width:7px;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
background: url(../img/template01/arrow_p2.png);
}

	.secp3 {
		padding-bottom: 80px;
	}

.secp3 .innr{
	padding-top: 100px;
}

.secp3 .ttlwrap + .secp3 .bttl {
	margin-top: 90px;
}
.secp3 .bttl {
	margin-top: 80px;
}


.secp3 .recomend .txt {
	width: 465px;
	padding:30px 20px;
	font-size: 16px;
}
.secp3 .rcmdcp {
	font-size: 18px;
	margin-bottom: 25px;
}
.secp3 .rcmdcp.rcmd_arrow {
padding-left: 34px;
position: relative;
}
.secp3 .rcmdcp.rcmd_arrow:before {
content: "";
display: block;
height:22px; 
width:22px;
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
background: url(../img/template01/icon061.png);
background-size: contain;
background-repeat: no-repeat;
}


}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
	.secp1 {
		padding-bottom: 45px;
	}
	.secp1 .innr {
		padding-top: 45px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.ttlline {
		font-size: 20px;
	}
.secp1 .twrap {
	margin-top: 15px;
}
.secp1 .colum2b {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px;

}
.colum2b .img img{
	width: 100%;
}
.twrap .ttl{
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	width: 100%;
	border-bottom: 2px solid #2f3882;
	padding-bottom: 10px;
}
.twrap .ttl .sub {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 8px;
}
.secp1 .twrap .txt {
	margin-top: 22px;
	font-size: 16px;
}

.icon031big {
	background: url(../img/template01/icon031big.png);
	background-repeat: no-repeat;
	background-size: 25%;
}
.icon032big {
	background: url(../img/template01/icon032big.png);
	background-repeat: no-repeat;
	background-size: 19%;
	background-position: top right;
}
.icon033big {
	background: url(../img/template01/icon033big.png);
	background-repeat: no-repeat;
	background-size: 30%;
}

.secp2 {
	padding-bottom: 50px;
}

.secp2 .innr{
	padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}
.secp2 .colum2b {
        -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;

}

.btn01 {
	line-height: 50px;
	border-radius: 50px;
}

.secp2 .btn01 {
	width: 100%;
	margin-top: 25px;
	position: relative;
	font-size: 3.9vw;
	padding-right: 10px;
}
.secp2 .btn01:before {
content: "";
display: block;
height:11px; 
width:7px;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
background: url(../img/template01/arrow_p2.png);
}



.secp3 {
	padding-bottom: 50px;
}

.secp3 .innr{
	padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

.secp3 .ttlwrap + .secp3 .bttl {
	margin-top: 50px;
}
.secp3 .bttl {
	margin-top: 45px;
}

.secp3 .recomend .txt {
	width: 100%;
	padding:10px 15px;
	font-size: 14px;
	margin-top: 15px;
}

.secp3 .recomend {
   -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.secp3 .rcmdcp {
	font-size: 17px;
	margin-bottom: 16px;
}

.secp3 .rcmdcp.rcmd_arrow {
padding-left: 25px;
position: relative;
}
.secp3 .rcmdcp.rcmd_arrow:before {
content: "";
display: block;
height:22px; 
width:22px;
position: absolute;
top: 2px;
left: 0px;
/*transform: translateY(-50%);*/
background: url(../img/template01/icon061.png);
background-size: contain;
background-repeat: no-repeat;
}



}/*max-width: 768px*/


/*sec06 ---------------------------------------*/

.whitebox .nado {
	text-align: right;
}
.ulist {
	color: #222;
	font-weight: bold;
}
.ulist.thin{font-weight: normal;}
.whitebox {
	background:#fff;
	border-radius: 4px;
	color: #222;
}
.ulist .ulist_li{
	margin-top: 15px;
}
@media only screen and (min-width: 769px) {
.sec06 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.whitebox {
	padding:50px 142px 40px;
	font-size: 18px;
}
.ulist {
	font-size: 18px;
}

.whitebox .checkMark {
	padding-left: 36px;
	position: relative;
}
.whitebox .checkMark:before {
content: "";
display: block;
height:17px; 
width:17px;
position: absolute;
top: 3px;
left: 0px;
/*transform: translateY(-50%);*/
background: url(../img/template01/icon071.png);
background-size: contain;
background-repeat: no-repeat;
}
.bg071 {
	background: url(../img/template01/bg071.png) #fff;
    background-repeat: no-repeat;
    background-position: top right;
}

}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.sec06 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec06 .innr {
    padding-right: 15px;
    padding-left: 15px;
}
.whitebox {
	border-radius: 4px; 
	padding:8px 22px 22px;
	font-size: 16px;
}
.whitebox.no-bg {
	padding:8px 0px 22px;
}
.ulist {
	font-size: 16px;
}

.whitebox .checkMark {
	padding-left: 36px;
	position: relative;
}
.whitebox .checkMark:before {
content: "";
display: block;
height:17px; 
width:17px;
position: absolute;
top: 3px;
left: 0px;
/*transform: translateY(-50%);*/
background: url(../img/template01/icon071.png);
background-size: contain;
background-repeat: no-repeat;
}
.bg071 {
    background: url(../img/template01/bg071.png) #fff;
    background-repeat: no-repeat;
    background-size: 19%;
    background-position: top right;
 }
}/*max-width: 768px*/



/*sec07 ---------------------------------------*/
.mct_d_ttl.navi-more-icon {
    cursor: pointer;
}
.mct_d_ttl.navi-more-icon:hover {
    opacity: .7;
}
.mct_d_ttl {
	background: #999999;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.chapter_d {
	border-bottom: 1px solid #cccccc;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mct_d_ttl:before {
	background: #fff;
    content: "";
    height: 20px;
    right: 33px;
    position: absolute;
    top: 50%;
    width: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.mct_d_ttl.toPlus:before {
	background: transparent;
} 

.mct_d_ttl:after {
	background: #fff;
content: "";
    height: 3px;
    right: 25px;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.mct_d_pf {
  *zoom: 1;
}
.mct_d_pf:before,
.mct_d_pf:after {
  display: table;
  content: "";
  line-height: 0;
}
.mct_d_pf:after {
  clear: both;
}

@media only screen and (min-width: 769px) {
.sec07 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mct_d {
	margin-top: 30px;
}
.mct_d_ttl {
	line-height: 50px;
	font-size: 16px;
	padding-left: 25px;
}

.chapters {
    width: 50%;
    display: inline-block;
    float: left;
	margin-top: 18px;
/*	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;*/
}
.chapter_d {
/*	width: 48%;*/
	margin-left:1%;
	margin-right:1%;
/*	line-height: 50px;*/
/*	height:50px;*/
	padding: 13px 0;
	border-bottom: 1px solid #FFF;
}
.chapter_d {
    background: #f3f3f3;
}
.chapter_d_ttl {
	width: 40px;
	min-width: 40px;
/*	min-height: 50px;*/
	padding-left: 15px;
	box-sizing: border-box;
}
.chapter_d_p {
	width: 366px;
	min-width: 366px;
/*	min-height: 50px;*/
	padding-right: 15px;
	box-sizing: border-box;
}
.chapter_d_full {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

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

.sec07 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec07 .innr {
    padding-right: 15px;
    padding-left: 15px;

}
.mct_d {
	margin-top: 30px;
}
.mct_d_ttl {
	line-height: 1.5;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 50px;
}
.chapters {
	height:auto !important;
	margin-top: 15px;
	font-size: 14px;
}
.chapter_d {
/*		line-height: 50px;*/
}
.chapter_d:nth-of-type(1) {
	border-top: 1px solid #cccccc;
}
.chapters + .chapters {
	margin-top: 0px;
}
.chapters + .chapters .chapter_d:nth-of-type(1) {
	border-top: none;
}
.chapter_d:nth-of-type(even) {
	background: #f9f9f9;
}

.chapter_d_ttl {
	width: 20%;
	min-width: 20%;
/*	min-height: 50px;*/
/*	padding-left: 30px;*/
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
}
.chapter_d_p {
	width: 80%;
	min-width: 80%;
/*	min-height: 50px;*/
/*	padding-left: 15px;*/
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
}
.chapter_d_full {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 30px;
}

}




/*sec09 ---------------------------------------*/

.sec09 {
	background: #f9f9f9;
}
.sec09 .wb {
	background: #fff;
	border-radius: 4px;
}
.sec09 .colum2b {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sec09 .img {
	color: #222;
	text-align: center;
}
.sec09 .ttl {
	font-size:24px;
	color: #2f3882;
}
.icon091 {
	position: relative;
}
.sec09 .txt {
	color: #222;
	font-size: 16px;
}
@media only screen and (min-width: 769px) {
.sec09 {
	padding-top: 74px;
	padding-bottom: 92px;
	margin-top: 30px;
}
.sec09 .wb {
padding:45px 50px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sec09 .wbbody {
	width: 616px;
}
.sec09 .img {
	width: 204px;
	font-size: 14px;
}

.sec09 .icon091{
	padding-left: 70px;
	box-sizing: border-box;
}
.icon091:before {
	content: "";
display: block;
height:56px; 
width:53px;
position: absolute;
top: 3px;
left: 0px;
/*transform: translateY(-50%);*/
background: url(../img/template01/icon091.png);
background-size: contain;
background-repeat: no-repeat;
}
.sec09 .txt {
	color: #222;
	font-size: 16px;
	margin-top: 30px;
	line-height: 2;
}

}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.sec09 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}
.sec09 .innr{
	padding-right: 15px;
	padding-left: 15px;
}
.sec09 .wb {
	padding:25px 15px;
}
.sec09 .colum2b {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.sec09 .img {
	width: 50%;
	margin: auto;
	font-size: 12px;
}
.sec09 .img .picinfo1 {
	line-height: 1.5;
}
.sec09 .ttl {
	margin-top: 20px;
	color: #2f3882;
	font-size: 20px;	
}

.sec09 .icon091{
	padding-left: 70px;
	box-sizing: border-box;
}
.icon091:before {
	content: "";
display: block;
height:56px; 
width:53px;
position: absolute;
top: 3px;
left: 0px;
/*transform: translateY(-50%);*/
background: url(../img/template01/icon091.png);
background-size: contain;
background-repeat: no-repeat;
}
.sec09 .txt {
	font-size: 16px;
}


}/*max-width: 768px*/


/*sec10 ---------------------------------------*/

.faq_d {
	background: #fff;
	border-radius: 4px;
	color: #222;

}

.excel .faq_d {
	border-top: 3px solid #308e54;
}

.word .faq_d {
	border-top: 3px solid #1853ac;
}

.powerpoint .faq_d {
	border-top: 3px solid #d03b17;
}
.faq_ttl {
		border-bottom: 1px dotted #ccc;
		font-weight: bold;
}
.faq_p {
	line-height: 2;
	position: relative;
}
.faq_p.icon104 {
	position: relative;
}
.faq_p.icon104:before {
	content: "";
	display: block;
	/*transform: translateY(-50%);*/
	background: url(../img/template01/icon104.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.faq_ttl.icon_q {
	position: relative;
}
.faq_ttl.icon_q:before {
	content: "";
	display: block;
	/*transform: translateY(-50%);*/
}

.excel .faq_ttl.icon_q:before {
	background: url(../img/template01/icon101.png);
}
.word .faq_ttl.icon_q:before {
	background: url(../img/template01/icon102.png);
}
.powerpoint .faq_ttl.icon_q:before {
	background: url(../img/template01/icon103.png);
}

.faq_ttl.icon_q:before {
	background-size: contain;
	background-repeat: no-repeat;
}
.excel .faq_ttl {
	color: #308e54;
}

.word .faq_ttl {
	color: #1853ac;
}

.powerpoint .faq_ttl {
	color: #d03b17;
}
@media only screen and (min-width: 769px) {
.sec10 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq_d {
	padding: 30px;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0;
}
.faq_ttl {
/*	padding-top: 25px;*/
	padding-bottom: 25px;
	padding-left: 65px;
	font-size: 16px;
}
.faq_p {
	padding-top: 25px;
	padding-left: 65px;
	margin: 0;
}
.faq_p.icon104:before {
	height:44px; 
	width:44px;
	position: absolute;
	top: 25px;
	left: 0px;
}
.faq_ttl.icon_q:before {
	height:45px; 
	width:45px;
	position: absolute;
	top: -10px;
	left: 0px;
}

}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.sec10 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec10 .innr {
    padding-right: 15px;
    padding-left: 15px;
}

.faq_d {
	padding: 15px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
}
.faq_ttl {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 55px;
	font-size: 16px;
}
.faq_p {
	padding-top: 15px;
	padding-left: 55px;
	margin: 0 0 10px;
}
.faq_p.icon104:before {
	height:44px; 
	width:44px;
	position: absolute;
	top: 15px;
	left: 0px;
}
.faq_ttl.icon_q:before {
	height:45px; 
	width:45px;
	position: absolute;
	top: 0px;
	left: 0px;
}



}/*max-width: 768px*/




/*sec11 ---------------------------------------*/


.btn01 .arrow02 {
	position: relative;
	margin-left: 15px;
}
.btn01 .arrow02:before {
	content: "";
	display: block;
	/*transform: translateY(-50%);*/
}

.btn01 .icon_contact {
	position: relative;
	margin-left: 15px;
}
.btn01 .icon_contact:before {
	content: "";
	display: block;
	/*transform: translateY(-50%);*/
}

.btn01 .arrow02:before {
	background: url(../img/template01/icon111.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.btn01 .icon_contact:before {
	background: url(../img/template01/icon112.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn01 .arrow02:before {
	height:22px; 
	width:22px;
	position: absolute;
	top: 2px;
	left: -30px;
}

.btn01 .icon_contact:before {
	height:22px; 
	width:22px;
	position: absolute;
	top: 2px;
	left: -30px;
}
.sec11 .wb {
	background: #fff;
}
.sec11 .sub {
	color: #000;
	text-align: center;
}
.bgPattern2{
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 8px, #fdfdfd 0, #fdfdfd 16px);
}
.bggrey{
	background:#f9f9f9;
}
.tbl {
	color: #222;
}
.tbl_tr {
	border-bottom:1px solid #cccccc; 

}
.tbl_tr:nth-of-type(1) {
	border-top:1px solid #cccccc; 
}
.tbl_tr:nth-of-type(even) {
	background: #f5f5f5;
}

.tbl_tr {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
margin:0;}
.tbl_th {
		font-weight: bold;
}
.tbl_td {
/*	width: 248px*/
	border-left:1px solid #cccccc; 
}

@media only screen and (max-width: 959px)  and (min-width: 769px){
.btnarea_d {
	width: 380px;
	margin: 0px auto;
}
}/*max-width: 960px and min-width: 769px*/
@media only screen and (min-width: 769px) {
.sec11 {
    padding-top: 75px;
    padding-bottom: 100px;
}
.btnarea {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.btnarea_d {
	width: 464px;
	font-size: 18px;
	margin: 0px auto;
}
.btnarea_d .btn01 {
    line-height: 70px;
    border-radius: 70px;
}

.btn01 .arrow02:before {
	height:20px; 
	width:20px;
}

.bgPattern2{
	padding:10px; 
	margin-top: 50px;
}
.sec11 .wb {
	padding:48px 50px;

}
.sec11 .sub {
	font-size: 12px;
}

.sec11 .telArea {
	margin-top: 36px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.imgTel{
	margin: 0 15px;
}
.imgTel a{
	pointer-events: none;
}

.imgTel img{
/*	height: 35px;*/
	max-width: 100%;
}


.tbl {
	margin-top: 75px;
	box-sizing: border-box;
	font-size: 16px;
}
.tbl_th {
	width: 250px;
	padding: 15px 30px;
	box-sizing: border-box;
}
.tbl_td {
	padding: 15px 30px;
	width: 710px;
	box-sizing: border-box;
}

.sec11 .tbl ul {
	padding-left: 16px;
}


}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.sec11 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec11 .innr {
    padding-right: 15px;
    padding-left: 15px;
}
.btnarea_d {
	font-size: 18px;
	margin: 25px auto;
}
.btnarea_d:nth-of-type(1) {
	margin-top: 0;
}
.btnarea_d .btn01 {
    line-height: 52px;
    border-radius: 52px;
}
/*.sec11 .wb {
	padding:37px 30px;
	margin-top: 50px;
}*/
.sec11 .sub {
	font-size: 12px;
}

.sec11 .wb {
	padding:28px 20px;
/*	margin-top: 48px;*/
}
.sec11 .sub {
	font-size: 12px;
}

.imgTel{
	margin: 32px 0 0;
}

.imgTel img{
	width: 100%;

}
.sec11 .bgPattern2{
	padding:10px; 
	margin-top: 50px;
}



.tbl {
	margin-top: 45px;
	box-sizing: border-box;
	font-size: 14px;
	width: 960px;
}
.tbl_th {
	width: 250px;
	padding: 15px 30px;
	box-sizing: border-box;
}
.tbl_td {
	padding: 15px 30px;
/*	width: 710px;*/
	width: 710px;
/*	width:calc(100% - 165px);*/
	box-sizing: border-box;
	font-size: 14px;
	white-space: normal;
}

.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}



}/*max-width: 768px*/

/*ベース ---------------------------------------*/


@media only screen and (min-width: 769px) {
.sp {
	display: none;
}
}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.pc {
	display: none;
}
}/*max-width: 768px*/


/*courseSearch ---------------------------------------*/
.courseSearch {
	background: #2f3882;
	color:#fff; 
}
.courseSearch .csttl01 {
	text-align: center;
}
.search1 {
	position:relative;
	background-color: #fff;
	border-radius: 4px;
	margin: 0px;

}
.search1 dt {
    margin-right: 40px;
    padding: 8px 0 8px 8px;
}
.search1 dd {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.search1 dd button {
    display: block;
    padding: 0px;
    background: none;
    border: none;
        cursor: pointer;
}
.search1 dd button:hover {
	opacity: .7;
}
.search1 dd button span {
    display: block;
    width: 40px;
    height: 40px;
}
.search1 dt .iptsearch {
    width: 100%;
/*    height: 24px;*/
/*    line-height: 24px;*/
    background: none;
    border: none;

}
.search1 #searchKeyword {
width: 100%;
margin: 0;
border:none;
line-height: 24;
box-shadow:none;
padding: 13px;
font-size: 18px;
font-family: system-ui;
color: #000;
-webkit-appearance: none;
}
.courseSearch input[type="text"]:focus {
  outline: 0;
  border-color: orange;
}
.catearea .cates_li {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.catearea .cates_li:hover {
	opacity: .7;
}

.arrow_cate {
	position: relative;
}

.catearea .cates {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
.courseSearch {
	padding-top: 76px;
	padding-bottom: 76px;	
}
.courseSearch .innr{
	width: 760px;
}
.courseSearch .csttl01 {
	font-size: 24px;
}

.search1 {
	margin-top: 45px;
}
input.iptsearch {
/*	margin-top: 45px;*/
	height: 60px;
	line-height: 60px;
	font-size: 18px;
/*	padding: 13px;*/
	box-sizing: border-box;
}
.search1 dt {
    padding: 0 0 0 8px;
}
.search1 dd button {
     padding: 0; 
    width: 60px;
    height: 60px;
    display: none;
}
.search1 dd button span {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/template01/icon_search.png) no-repeat;
    background-position: right 8px bottom 8px;
    background-size: 70%;
}

.catearea {
	margin-top: 30px;
	font-size: 14px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.catearea .csttl02 {
	font-size: 16px;
	font-weight: bold;
	width: 168px;

}
.catearea .cates {
	border-left: solid 1px #fff;
	padding-left: 28px;
	width: 600px;
}
.catearea .cates_li {
	margin-left: 20px;
	margin-right: 15px;
	padding-left: 10px;
}
.arrow_cate:before {
	display: block;
	content: "";
	width: 5px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/template01/arrow_cate.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform:translateY(-50%);
}
}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.courseSearch {
	padding-top: 45px;
	padding-bottom: 45px;	
}
.courseSearch .innr{
	padding-right: 15px;
	padding-left: 15px;
}
.courseSearch .csttl01 {
	font-size: 18px;
}
.search1 {
	margin-top: 25px;
	max-height: 40px;
	color: #000;
}
.iptsearch {
	height: 40px;
	font-size: 18px;
/*	padding: 13px;*/
	box-sizing: border-box;
}
.search1 dt {
    padding: 0 0 0 8px;
	max-height: 40px;
	color: #000;
	-webkit-appearance: none;
}
.search1 dd button {
     padding: 0; 
    width: 40px;
    height: 40px;
}
.search1 dd button span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/template01/icon_search.png) no-repeat;
    background-position: right 8px bottom 8px;
    background-size: 70%;
}
.catearea {
	margin-top: 20px;
	font-size: 12px;
}
.catearea .csttl02 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;

}
.cates_li {
	width: 49%;
	box-sizing: border-box;
	padding: 7px 10px;
}
.cates {
	margin-top: 15px;
}

.arrow_cate:before {
	display: block;
	content: "";
	width: 5px;
	height: 9px;
	position: absolute;
	top: 14px;
	left: 0;
	background: url(../img/template01/arrow_cate.png);
	background-size: contain;
	background-repeat: no-repeat;
}

}/*max-width: 768px*/


/*newCourse ---------------------------------------*/
.thumbnail {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
}
.newCourse .ttl {
	color: #222;
	font-weight: bold;
	text-align: center;
}
.ncBody {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
figure.img {
	margin: 0;
	position: relative;
}
.ncBody_d .catetag {
display: block;
color: #fff;
background: #2f3882;
text-align: center;
position: absolute;
top: 0;
left: 0;
    padding: 0 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ncBody_d {
	color: #222;
	text-decoration:none;
}
a.ncBody_d:link {
	text-decoration:none;
}
.ncBody_d:hover {
	opacity: .7;
}
.newCourse .thumbnail::before {
    content: "";
    display: block;
    padding-top: 68.348%;
}
@media only screen and (min-width: 769px) {
.newCourse {
	padding-top: 80px;
	padding-bottom: 115px;	
}
.newCourse .ttl {
	font-size: 24px;
}
.ncBody {
	margin-top: 50px;
}
.ncBody_d {
	width: 218px;
	margin-left: 29px;
}
.ncBody_d:nth-of-type(1) {
	margin-left: 0;
}
.ncBody_d .txt {
	font-size: 15px;
	margin-top: 12px;
}
.ncBody_d .catetag {
font-size: 10px;
line-height: 24px;
width: 88px;
height: 24px;
}
}/*min-width: 769px*/

@media only screen and (max-width: 768px) {
.newCourse {
	padding-top: 50px;
	padding-bottom: 50px;	
}
.newCourse .innr {
    padding-right: 15px;
    padding-left: 15px;
}
.newCourse .ttl {
	font-size: 20px;
}
.ncBody {
	margin-top: 25px;
}
.ncBody_d {
	width: calc((100% - 15px)/2);
    box-sizing: border-box;
}
.ncBody_d:nth-of-type(2n) {
	margin-left: 15px;
}
.ncBody_d:nth-of-type(n+3) {
	margin-top: 22px;
}
.ncBody_d img{
	width: 100%;
}
.ncBody_d .txt {
	font-size: 12px;
	margin-top: 10px;
}
.ncBody_d .catetag {
font-size: 7.5px;
line-height: 17px;
width: 65px;
height: 17px;
}

}


/*-----
201909追加
-----*/
.mct_d_ttl.navi-no-icon:before,
.mct_d_ttl.navi-no-icon:after {
	content: none;
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}