@charset 'UTF-8';


/* 共通 */
.section__heading{
	color: #0057B8;
}
.beginner .section__heading:before {
	content: "";
    background-image: url(/cmn/content/images/feature_icon_beginner.png);
    width: 16px;
    height: 25px;
    display: inline-block;
    margin: 0 5px 5px 0;
    background-size: 100%;
    vertical-align: middle;
}
.section__container,
.breadcrumb{
    width: 100%;
}
.section__container p{
    text-align: center;
	margin-bottom: 15px;
}
.subSection__heading{
	font-weight: bold;
	text-align: left;
	font-size: 1.43rem;
}
.subSection{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.subSection:last-of-type{
	border: none;
	margin: 0;
	padding: 0;
}
.icon{
	position: relative;
}
.icon:after{
	position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    top: 38%;
    right: 16px;
    border-top: 1px solid #0057B8;
    border-right: 1px solid #0057B8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btm_line{
	padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.lead{
	font-weight: bold;
}
.btn2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.btn2 div{
	width: 48%;
}
/*メインビジュアル*/
.mv__container_beginner,
.mv__container_feature{
	min-height: 400px;
	background: #f1f7ff;
	position: relative;
}
.mv__container_feature{
	background-image: url(../images/feature_bg_sp.png);
	background-size: 100%;
}

.mv__container_beginner .linkList,
.mv__container_feature .linkList{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 0 24px;
}
.mv__container_beginner .linkList li,
.mv__container_feature .linkList li{
	width: 50%;
	padding: 10px 0 0;
}
.mv__container_beginner .linkList li a,
.mv__container_feature .linkList li a{
	color: #0057B8;
	text-decoration: none;
	padding: 0 25px 0 0;
	font-size:13px;
}
.mv__container_beginner .linkList li a:after,
.mv__container_feature .linkList li a:after{
	content: "";
	right: 5px;
	top: 31%;
}
.mv__container_beginner .linkList li:first-child a,
.mv__container_feature .linkList li:first-child a{
	padding: 0 0 0 25px;
}
.mv__container_beginner .linkList li:first-child a:after,
.mv__container_feature .linkList li:first-child a:after{
	content: "";
	left: 5px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #0057B8;
	border-left: 1px solid #0057B8;
}
.mv__container_beginner .linkList li:nth-child(even),
.mv__container_feature .linkList li:nth-child(even){
	text-align: right;
}
.mv__container_beginner h1,
.mv__container_beginner p,
.mv__container_feature h1,
.mv__container_feature p{
	text-align: center;
	margin: 5px;
}
.mv__container_beginner h1 img,
.mv__container_beginner p img,
.mv__container_feature h1 img,
.mv__container_feature p img{
	max-width: 350px;
}

/* 新着情報 */
.newsList__item{
	padding:14px 0;
}
.newsList__tag{
    line-height: 20px;
	background: #FFF;
    border: 1px solid #888;
}

/* imgLink_List */
.imgLink_List{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.imgLink_List li{
	width: 33%;
	padding: 0 4px 0;
}
.imgLink_List li img{
	margin: 10px 0 5px;
	width: 100%;
	height: auto;
    border-radius: 4px;
}
.imgLink_List li p {
    margin: 10px 0;
}
.imgLink_List li p {
    margin: 5px 0;
	width: 100%;
	display: table;
	height: 60px;
}
.imgLink_List li p span {
    display: table-cell;
    vertical-align: middle;
}
.buttonList img,
.imgLink_List img{
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    object-fit: cover;
}
.buttonList a:after,
.imgLink_List a:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.buttonList a,
.imgLink_List a{
    display: block;
    position: relative;
    width: 100%;
}

/* linkList2 */
.linkList2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 10px;
}
.linkList2 li{
	width: 47%;
}
.linkList2 li:first-child,
.linkList2 li:nth-child(2){
	border-top: none;
}
.linkList2 li:last-child{
	border-bottom: none;
}
.linkList2 a{
	font-size: 14px;
	padding: 12px 15px 12px 0;
	height: 100%;
	display:flex;
	align-items: center;
}
.linkList2 a:after{
    content: '';
	top:45%;
    right: 0;
}

/*section02*/
.section02 .subSection{
	text-align: center;
}
.section02 h3 {
    text-align: center;
    margin: 15px 0 0;
}
.section02 p{
	text-align: left;
}
.section02 img {
    width: 50%;
    height: auto;
}
/*section03*/
.section03{
	text-align: center;
}
.section03 p{
	margin: 15px 0 0;
	text-align: left;
}
.section03 img {
    width: 70%;
    height: auto;
}
.section03 .help{
	margin-top: 50px;
}
.section03 .help .icon:before {
    content: "";
    background-image: url(../images/beginner4-1.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}
.section03 .help .icon:after{
	content: "";
	border-color: #fff;
}
/* ボタン */
.imgButton__text{
	    height: 100%;
	align-items: center;
}
.section__container p.imgButton__text{
	margin: 0;
}
.imgButton__img {
    max-width: 200px;
}
/*feature__itemInner*/
.feature__item {
    margin: 10px 0 20px;
}
.feature__itemInner p {
    margin: 0;
}
.feature__text {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .02)), to(rgba(0, 0, 0, .6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .6));
}
.feature__text .beginner_text{
	position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background: rgba(0, 64, 151, .5);
	    height: 100%;
	    color: #FFF;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    font-size: 1.43rem;
	    line-height: 1.4;
	    text-align: center;
	    padding: 10px;
 }
/*circle*/
.circle .feature__itemInner{
    border-radius: 50%;
    width: 265px;
    height: 265px;
    border: 6px solid #FFF;
    margin: 0 auto;
}
.circle .feature__img{
	width: auto;
    height: 100%;
    top: 0;
}
.circle .feature__textWrapper{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.circle .feature__text {
    height: 115px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
    font-weight: bold;
	font-size: 16px;
    text-align: center;
	background: rgba(0, 64, 151, .5);
}

/* back__btn */
.back__btn {
    margin-top: 50px;
	text-align: left;
}
.back__btn a {
    color: #333;
    text-decoration: none;
    position: absolute;
    padding-left: 20px;
}
.back__btn a:hover {
    text-decoration: underline;
}
.back__btn a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 5px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media only screen and (min-width: 481px){
.feature__itemWrapper{
	display: block;
}
.feature__itemInner{
	margin: 0 auto;
}
.feature__itemInner p{
	width: 100%;
}
}
