@charset "UTF-8";

/*******************************
 
Column Css
 
*******************************/
.txt_red{
	color: #ff2727;
}
.txt_note{
	font-size: 85%;
	color: #646464;
}
.mb30{margin-bottom: 30px;}
section{
	margin-top: -130px;
    padding-top: 133px;
}

/*ページ link*/
.page_anchor_cover{
	background-image: url("/html/user_data/assets/img/intro/page_anchor-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
	margin-bottom: 50px;
}
.page_anchor_foot{
	margin-top: 150px;
}
.page_anchor {
	margin-bottom: 0; 
}
.page_jump .btn{
	padding: 0 20px 0 0;
    width: 33.33333%;
}
.page_anchor .anchor_btn {
	display: block;
	padding: 60px 20px;
    border: solid 1px #fff;
    height: 100%;
    border-radius: 0;
    background: rgba(0,0,0,0.0);
	text-align: center;
    font-weight: normal;
	line-height: 1.8;
    letter-spacing: 4px;
}
.page_anchor .anchor_btn:hover{
	color: #fff;
	background: rgba(0,0,0,0.4);
}
.page_anchor .anchor_btn span{
	display: block;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 0;
}
.page_anchor .anchor_btn.check_on {
    background-color: #f0f0f0;
	color: #000;
}
.page_jump .anchor_btn:after {
    display: none;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .page_anchor_cover {
        padding: 30px 0 20px;
    }
    .page_anchor {
        margin-right: -10px;
    }
    .page_jump .btn{
        padding: 0 10px 0 0;
        margin-bottom: 5px;
    }
    
	.page_anchor .anchor_btn {
		padding: 30px 10px;
    	font-size: 80%;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.page_anchor .anchor_btn {
    	padding: 10px;
	}
	.page_anchor_foot{
		margin-top: 40px;
	}
	.page_jump .btn{
		width: 100%;
	}
	.sec_head .sec_ttl{
		margin-bottom: 20px;
	}
}
/*表組*/
.table_green{
	border-top: solid 1px #c8c8c8;
    border-left: solid 1px #c8c8c8;
	width: 100%;
}
.table_green th, .table_green td{
	padding: 10px 15px;
	text-align: left;
    vertical-align: middle;
	border-bottom: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
}
.table_green th{
	background-color: #f0f8f0;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.table_gray th, .table_gray td {
    	padding: 5px;
	}
}
/*リストスタイル*/
.list-style-indent{
	text-align: left;
}
ul.list-style-circle li{
	text-align: left;
	padding-left: 1.5em;
    text-indent: -1.5em;
	margin-bottom: 20px;
	line-height: 1.8;
	position: relative;
}
.list-style-circle li:before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #56a55f;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.5em;
}
.list-style-circle li.in_img{
	padding-bottom: 80px;
}
.list-style-circle li .img{
	width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}

/*******************************
intro Css
*******************************/
/*セクション定型*/
.sec_head{
	margin-bottom: 80px;
}
.sec_head p{
	text-align: center;
}
.sec_head .img_wide{
	margin-bottom: 20px;
}
.sec_head .sec_ttl {
    background-image: url(/html/user_data/assets/img/intro/bg_block_ttl01.jpg);
    background-size: cover;
    border-bottom: solid 1px #000;
	font-weight: bold;
    padding: 30px 0;
}
.sec_head .sec_ttl .sub{
	font-weight: normal;
    font-size: 70%;
    display: block;
    line-height: 2;
}

.ttl_underline{
	font-size: 170%;
    text-align: center;
    border-bottom: solid 1px;
    margin-bottom: 30px;
}
.sec_inner .read{
	text-align: center;
	margin-bottom: 60px;
}
.sec_inner .read > .ttl{
	display: block;
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 30px;
}
.flow{
	margin-right: -60px;
}
.flow .block{
	width: 95%;
	padding-left: 40px;
    padding-top: 30px;
}
.flow .block_line{
	width: 5%;
    padding: 10px;
	background-color: #aacf00;
}
.flow .block_line.shiage{background-color: #699300;}
.flow .block_line.final{background-color: #2c3d00;}
.flow .block_line p{
	font-size: 150%;
    line-height: 1.2;
	color: #fff;
    text-align: center;
}
.flow .block > .item{
	width: 50%;
	padding-right: 60px;
	margin-bottom: 10px;
	position: relative;
}
.flow .block > .arrow-next:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #d2d2d2;
    position: absolute;
    right: 25px;
    top: 25%;
    margin: auto;
}
.flow .block > .item .flow_img{
	width: 40%;
}
.flow .block > .item .txt{
	width: 60%;
	padding-left: 20px;
}
.flow .block > .item .txt .ttl{
	font-weight: bold;
	font-size: 140%;
    margin-bottom: 10px;
}
.flow .block > .item .txt .img{
	margin-top: 10px;
}
.flow .block > .arrow-flow{
	width: 100%;
    height: 30px;
    border-top: solid 2px #d2d2d2;
    border-left: solid 2px #d2d2d2;
    margin: 30px 41% 30px 8%;
	position: relative;
}
.flow .block > .arrow-under{
	width: 100%;
    height: 30px;
    border-left: solid 2px #d2d2d2;
    margin: 0 41% 0 8%;
	position: relative;
}
.flow .block > .arrow-flow:before, .flow .block > .arrow-under:before{
	content: '';
	display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #d2d2d2 transparent transparent transparent;
    position: absolute;
	bottom: 0;
	left: -11px;
}
.flow .block > .arrow-flow:after{
	content: '';
	display: block;
	width: 2px;
	height: 30px;
	background-color: #d2d2d2;
	position: absolute;
	top: -30px;
	right: 0;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.flow .block_line {
    	padding: 10px 0;
	}
	.flow .block > .item {
		width: 100%;
		padding-bottom: 60px;
	}
	.flow .block > .item:after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		right: auto;
		top: auto;
		bottom: 20px;
    	left: 16%;
    	margin: auto;
		border-width: 12px 10px 0 10px;
		border-color: #d2d2d2 transparent transparent transparent ;
	}
	.flow .block > .item:last-child{
		padding-bottom: 0;
	}
	.flow .block > .item:last-child:after{
		content: '';
		display: none;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec_head {
		margin-bottom: 40px;
	}
	.sec_head p {
		text-align: left;
	}
	.ttl_underline {
		margin-bottom: 20px;
	}
	.sec_inner .read {
		text-align: left;
		margin-bottom: 30px;
	}
	.flow .block {
		width: 90%;
		padding-left: 20px;
		padding-top: 10px;
	}
	.flow .block_line {
    	width: 10%;
    	padding: 10px 0;
	}
	.flow .block > .item .flow_img {
		width: 60%;
		margin: 0 auto 10px;
	}
	.flow .block > .item .txt {
    	width: 100%;
		padding-left: 0;
	}
	.flow .block > .item:after {
		right: 60px;
		left: 0;
	}
}
/*******************************
intro chapter02 Css
*******************************/
.chapter02 .sec_inner{
	margin-bottom: 100px;
}
.chapter02 .block_ttl{
	padding: 20px 40px;
	background-image: url("/html/user_data/assets/img/intro/chapter02_ttlbg.jpg");
    background-size: cover;
    align-items: center;
}
.chapter02 .block_ttl_second{background-image: url("/html/user_data/assets/img/intro/chapter02_ttlbg02.jpg");}
.chapter02 .third{background-image: url("/html/user_data/assets/img/intro/chapter02_ttlbg03.jpg");}
.chapter02 .block_ttl .img{
	width: 15%;
}
.chapter02 .block_ttl .ttl{
	width: 85%;
	padding-left: 20px;
	font-size: 170%;
}
.chapter02 .flow{
	margin-right: -40px;
}
.chapter02 .flow .block_line {
    width: 10%;
    border-right: solid 1px;
	background-color: transparent;
	padding-top: 30px;
}
.chapter02 .flow .block_inner {
    width: 90%;
    padding-left: 50px;
}
.chapter02 .flow .block_inner > .ttl{
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.chapter02 .flow .block_inner .greentea:before{
    content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #699300;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.chapter02 .flow .block_inner .greentea:after{
    content: '';
	width: 60px;
	height: 1px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -51px;
	margin: auto;
	z-index: -1;
}
.chapter02 .block_inner_box{
	margin-bottom: 40px;
}
.chapter02 .block_inner_box .item{
	width: 50%;
	padding-right: 40px;
	margin-bottom: 30px;
    align-items: center;
}
.chapter02 .block_inner_box .item .img{
	width: 15%;
}
.chapter02 .block_inner_box .item .txt{
	width: 85%;
	padding-left: 20px;
}
.chapter02 .block_inner_box .item .txt > .ttl{
	font-size: 130%;
    font-weight: bold;
}
.chapter02 .sec02 .block{
	margin-bottom: 60px;
}
.chapter02 .sec02 .block .bg_green{
	text-align: center;
    font-size: 140%;
    padding: 10px;
    background-color: #f3f7ef;
    margin-bottom: 30px;
}
.chapter02 .sec02 .block .block_inner{
	padding: 0 10%;
	justify-content: space-between;
}
.chapter02 .sec02 .block .block_inner .item{
	width: 45%;
}
.chapter02 .sec02 .block .block_inner .item .img{
	width: 30%;
}
.chapter02 .sec02 .block .block_inner .item .txt{
	width: 70%;
	padding-left: 20px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.chapter02 .sec_inner {
		margin-bottom: 65px;
	}
	.chapter02 .block_ttl {
		padding: 10px 20px;
	}
	.chapter02 .flow .block_inner {
		padding-left: 20px;
	}
	.chapter02 .flow .block_inner .greentea:after {
		width: 30px;
		left: -21px;
	}
	.chapter02 .block_ttl .ttl {
		font-size: 150%;
	}
	.chapter02 .flow .block_inner > .ttl {
		margin-bottom: 10px;
	}
	.chapter02 .block_inner_box {
		margin-bottom: 20px;
	}
	.chapter02 .block_inner_box .item {
		width: 100%;
		margin-bottom: 20px;
		align-items: flex-start;
	}
	.sec_inner .read > .ttl {
		font-size: 140%;
		margin-bottom: 10px;
	}
	.chapter02 .sec02 .block .bg_green {
	    font-size: 100%;
	}
	.chapter02 .sec02 .block .block_inner {
    	padding: 0;
	}
	.chapter02 .sec02 .block .block_inner .item {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*******************************
intro chapter03 Css
*******************************/
.chapter03 .sec_inner .block{
	margin-bottom: 100px;
}
.chapter03 .sec_inner_second .block{
	margin-bottom: 60px;
}
.chapter03 .sec_inner .block > .item{
	width: 50%;
	align-self: center;
}
.chapter03 .sec_inner .block > .txt{
	padding-right: 40px;
}
.chapter03 .sec_inner .block > .item_img{
	padding-left: 60px;
	align-self: flex-start;
}
.chapter03 .sec_inner .block > .item_img .img{
	margin-bottom: 20px;
}
.chapter03 .sec_inner .block > .txt .ttl{
	font-size: 170%;
	margin-bottom: 10px;
}
.chapter03 .sec_inner_second .block .ttl{
	font-size: 140%;
	margin-bottom: 20px;
}
.chapter03 .sec_inner .block > .tea .ttl_underline{
	font-size: 185%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 4px;
}
.chapter03 .sec_inner .reverse > .txt{
	padding-left: 40px;
	padding-right: 0;
	order: 1;
}
.chapter03 .sec_inner .block > .tea{
	align-self: flex-start;
	padding: 0;
}
.chapter03 .sec_inner .reverse > .item_img{
	padding-left: 0;
	padding-right: 60px;
	order: -1;
}
.chapter03 .sec_inner .tea_inner{
	margin-bottom: 40px;
}
.chapter03 .sec_inner .tea_inner .mds{
	font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}
.chapter03 .sec_inner .tea_inner .list-style-circle{
	margin-bottom: 30px;
}
.chapter03 .sec_inner .tea_inner .list-style-circle li{
	margin-bottom: 5px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.chapter03 .sec_inner .block {
		margin-bottom: 40px;
	}
	.chapter03 .sec_inner .block > .item {
    	width: 100%;
		padding: 0;
    	margin-bottom: 10px;
	}
	.chapter03 .sec_inner .block > .txt .ttl {
    	font-size: 150%;
	}
	.chapter03 .sec_inner .tea_inner {
		margin-bottom: 20px;
	}
	.chapter03 .sec_inner .reverse > .txt, .chapter03 .sec_inner .reverse > .item_img{
		order: 0;
	}
	.chapter03 .sec_inner .tea_inner .list-style-circle {
		margin-bottom: 10px;
	}
	.chapter03 .sec_inner_second .block .ttl {
		margin-bottom: 10px;
	}
}