@charset "utf-8";
/* CSS Document */

#page #page_title div img{
	width:181px;
}
#page #contact > img{
	width:250px;
}
#page .wrapper{
	padding-bottom: 0!important;
}
#follow{
	margin-top: 30px;
}

#follow li {
    background: #f9ee81;
    border-radius: 8px;
    position: relative;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
}

#follow li div{
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin:auto;
    width: 30px;
}
#follow li i{
	font-size:6rem;
	color: #009847;
	margin-bottom: 10px;
}
#follow li p{
	text-align: left;
}
#follow li p span{
	color: #009847;
	display: block;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}

.process{
	display: table;
	border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.process li{
	display: table-cell;
	position: relative;
}
.process li:after{
	content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    color: #009847;

    top: 35%;
    right: -55px;
    width: 50px;
    font-size: 2rem;
}
.process li:last-child:after{
	display: none;
}

.txt_middle{
	text-align: center;;
}
.txt_middle img{
	width: 250px;
}

#label {

	margin-top: 20px;
}
#label img{
	width: auto;
	margin:0 5px 0 10px;
}
#label div{
	font-size: 1.1rem;
	line-height: 2;
	text-indent:-10px;
	margin-bottom: 10px;
}
#label div.blue{
	color: #00a2e6;
}


/**********独自スタイル************/

#page .wrapper h3{
	overflow: hidden;
}
#page .wrapper h3 p{
	color: #009847;
    font-weight: normal;
    font-size: 1.5rem;
    float: left;
    margin-bottom: 0;
}
#page .wrapper h3 span{
	float: right;
	font-size: .9rem;
	margin-top: 0.5rem;
	font-family: 'Vollkorn', serif;
}







.list_style{
	margin-top: 20px;
}
.list_style li{
	list-style:disc;
	margin-left: 2rem;
	color: #00a2e6;
}
.planning li{
	border:3px solid #00a2e6;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}
.planning li span{
	color: #00a2e6;
	display: block;
	margin-bottom: 5px;
	font-size: 1.5rem;
}
div.line{
	border-top: 3px solid #f9ee81;
}

#model{
	margin-top: 30px;
}
#model li{
	border: #00a2e6 solid 3px;
	position: relative;
	margin-bottom: 20px;
	padding:15px 15px 15px 40px;
}
#model li div{
	width: 32px;
	position: absolute;
	left: 5px;
	top: -10px;
}
#model li .title_m{
	color: #00a2e6;
	font-size: 1.5rem!important;
}
#model li p {
	font-size: 1.3rem;
}
#model li p span{
	color: #009847;
	display: block;
}


.case{
	background:#f5f5f5;
	position: relative;
	border-radius: 8px;
	margin-top: 40px;
	padding: 30px 10px 10px 10px;

}
.case .number{
	position:absolute;
	left: 0;
	right: 0;
	top: -15px;
	margin: auto;
	width: 35px;
}
.case .box{
	display: table;
	margin-bottom: 20px;
}
.case .box div img{
	width: 33px;
}
.case .box div{
	display: table-cell;
	vertical-align: middle;
}
.case .box div:first-child{
	padding-right: 10px;
}
.case .case_title{
	font-size: 1.2rem!important;
	margin-bottom: 0;
	font-weight: bold;
}
.case .box p{
	font-size: 1.1rem;
	margin-bottom: 0;
}


.case .box.green p{
	color: #009847;
}
.case .center{
	text-align: center;
	border-top: 3px solid #fff;
	padding-top: 30px;


}
.case .center .blue{
	background: #00a2e6;
	color: #fff;
	display: inline-block;
	padding:2px 20px;
	font-size: 1.4rem;
	border-radius: 20px;
	margin-bottom: 10px;
}
.case .center p.arrow{
	color: #00a2e6;
	margin-bottom: 60px;
	font-size: 1.2rem;
	position: relative;
}
.case .center p.arrow:after{
	content: "\f175";
    font-family: FontAwesome;
    position: absolute;
    color: #009847;


    right: 0;
    left: 0;
    bottom: -50px;
    margin: auto;
    width: 50px;
    font-size: 2.5rem;

}
.case .center .yellow{
	background: #f8eb6b;
	color: #00a2e6;
	display: inline-block;
	padding:2px 20px;
	font-size: 1.4rem;
	border-radius: 20px;
	margin-bottom: 15px;

}

.case .blue p{
	color: #00a2e6;
	font-size: 1.3rem;
}


/*********************************************************************************

Media Query for PC

*********************************************************************************/

@media screen and (min-width: 668px){

#follow {
    display: flex;
    justify-content: space-between;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin: 50px 0 0 0;
}

#follow li {
    display: block;
    width: 23%;
}
#follow li div {
    top: -30px;
    width: 60px;
}

#follow li p span {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/**********独自スタイル************/
#page .wrapper h3 p{
	color: #009847;
    font-weight: bold;
    font-size: 2rem;
    float: left;
    margin-bottom: 0;
}
#page .wrapper h3 span{
	float: right;
	font-size: 1.5rem;
	margin-top: 0.6rem;
}
.list_style {
	margin-top: 40px;
}
.list_style li {
	font-size: 2.2rem;
}





.planning{
	display: table;
	width: 106%;
	border-collapse: separate;
    border-spacing: 30px 0;
    margin:50px -30px 0 -30px

}
.planning li{
	display: table-cell;
	width: 33.3%
}
.planning li span {

    font-size: 1.7rem;
}
.process{
	border-collapse: separate;
    border-spacing: 100px 0;
    margin:0 auto;
    margin:40px 0;

}
.process li{
	width: 33.3%;
}
.process li:after{
	content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    color: #009847;

    top: 35%;
    right: -80px;
    width: 50px;
    font-size: 3rem;
}

.txt_middle img {
    width: auto;
}

#label {
	display: table;
	width: 100%;
	margin-top: 30px;
}
#label div{
	display: table-cell;
	width: 50%;
	font-size: 1.4rem;
}

#model{
	display: table;
	border-collapse: separate;
    border-spacing: 30px 0;
    margin: 40px -30px 40px -30px;
}
#model li{
	display: table-cell;
	padding: 25px 25px 25px 70px;
	width: 33.3%

}
#model li div {
    width: 63px;
    position: absolute;
    left: 7px;
    top: -30px;
}
#model li .title_m {
    font-size: 1.8rem!important;
    margin-bottom: 10px;
}


.case {
    margin-top: 70px;
    padding: 80px 100px 30px 100px;
}
.case .box div img {
    width: auto;
}
.case .number {
    top: -35px;
    width: 70px;
}
.case .case_title {
    font-size:2rem!important;
    margin-bottom: 0;
    font-weight: bold;
}
.case .box p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.case .box {
    margin-bottom: 50px;
}
.case .box div:first-child {
    padding-right: 20px;
    width: 80px;
}
.case .center{
	padding-top: 50px;
}
.case .center .blue {
    padding: 2px 25px;
    font-size: 2rem;
    margin-bottom: 15px;
}
.case .center .yellow {
    padding: 2px 25px;
    font-size: 2rem;
    margin-bottom: 30px;
}
.case .box.green {
	width: 100%;
	margin-bottom: 50px;
}
.case .center p.arrow:after {

    bottom: -65px;
    width: 50px;
    font-size: 3rem;
}
.case .center p.arrow {
    margin-bottom: 80px;
    font-size: 1.4rem;
}
.case .blue p {
	font-size: 1.8rem;
}


}