@charset "UTF-8";



@media (min-width: 640px) {
	
	.page_title {
		width: 485px;
		margin: 80px auto 0;
		padding: 8px 0;
		color: #fff;
		font-family: 'Noto Sans Japanese';
		font-weight: 500;
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
		background-color: #2aa738;
		position: relative;
	}
	
	.page_title:before {
		content: "";
		width: 125px;
		height: 118px;
		background: url(../images/no01/bg_01.png) no-repeat left top;
		position: absolute;
		top: -57px;
		left: -191px;
	}
	
	.page_title:after {
		content: "";
		width: 143px;
		height: 76px;
		background: url(../images/no01/bg_02.png) no-repeat left top;
		position: absolute;
		top: -20px;
		right: -170px;
	}
	
	.page_title span {
		position: absolute;
		top: -44px;
		left: -37px;
	}

	.box01 {
		margin-top: 65px;
		border: 5px solid #dadada;
	}

	.box01 p {
		margin-bottom: 0;
		text-align: center;
	}
	
	.box01 strong {
		padding-left: 15px;
		padding-right: 15px;
		color: #3c2a18;
		font-family: 'Noto Sans Japanese';
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		display: inline-block;
		position: relative;
		top: -25px;
	}

	.box01 ul {
		margin: 0;
		padding: 0 0 25px 70px;
		overflow: hidden;
	}
	.box01 li {
		width: 215px;
		text-align: center;
		list-style: none;
		float: left;
	}
	
	.box01 li:nth-child(2) {
		margin-left: 70px;
		margin-right: 70px;
	}
	
	.box01 li:nth-child(2) img {
		padding-bottom: 12px;
	}
	.box01 li:nth-child(3) img {
		padding-bottom: 36px;
	}
	
	.box02 {
		margin-top: 80px;
		border: 5px solid #2aa738;
	}
	
	.box02 .title {
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: url(../images/common/bg_title.png) no-repeat center top;
		position: relative;
		top: -30px;
	}
	
	.box02 .title strong {
		font-size: 24px;
		font-size: 2.4rem;
		color: #fff;
	}
	
	.box02 ul {
		margin-top: 0px;
		overflow: hidden;
		background: url(../images/no01/illust_12.png) no-repeat 90% 91%;
	}
	.box02 li {
		width: 30%;
		margin-bottom: 60px;
		margin-right: 3%;
		list-style: none;
		float: left;
	}
	
	.box02 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.box02 li:nth-child(3n+1) {
		clear: both;
	}
	
	.box02 .txt_01 {
		margin-top: -15px;
		text-align: center;
		font-family: 'Noto Sans Japanese';
		font-weight: 500;
		font-size: 21px;
		font-size: 2.1rem;
		color: #3c2a18;
	}
	
	.box02 .illust {
		text-align: center;
	}
	
	.box02 dl {
		margin-bottom: 0;
	}

	.box02 dt {
		color: #e56b07;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.box02 dd {
		text-align: center;
	}
	
	.box02 .inbox {
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 60px;
		padding-bottom: 40px;
		background: url(../images/no01/bor_1.png) repeat-x left top
	}
	
	.box02 .inbox h3 {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #e56b07;
		font-family: 'Noto Sans Japanese';
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: 600;
	}
	
	.box02 .inbox .clearfix {
		margin-top: 35px;
	}
	
	.box02 .inbox .clearfix div {
		margin: 0 15px 0 30px;
		float: right;
	}
	
	.box02 .inbox .clearfix p {
		margin-left: 20px;
	}
	
	.person_box {
		min-height: 290px;
		margin-top: 70px;
		margin-bottom: 75px;
		position: relative;
		background: url(../images/no01/bg_frame.png) no-repeat left top;
	}
	
	.person_box p:nth-child(1) {
		position: absolute;
		top: 90px;
		left: 110px;
	}
	
	.person_box p.txt {
		width: 520px;
		line-height: 2.5;
		color: #35201b;
		position: absolute;
		top: 140px;
		left: 110px;
	}
	
	.person_box .photo {
		position: absolute;
		top: 44px;
		right: 150px;
	}
	
	.inet_btn {
		margin: 40px 0 135px;
		text-align: center;
	}
	
}


@media (max-width: 639px) {
	
	
	.page_title {
		width: 65%;
		margin: 70px auto 0;
		padding: 8px 0;
		color: #fff;
		font-family: 'Noto Sans Japanese';
		font-weight: 500;
		font-size: 22px;
		font-size: 2.2rem;
		text-align: center;
		background-color: #2aa738;
		position: relative;
	}

	.page_title:before {
		content: "";
		width: 22%;
		min-height: 50px;
		background: url(../images/no01/bg_01.png) no-repeat left top;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 0;
		left: -28%;
	}

	.page_title:after {
		content: "";
		width: 26%;
		min-height: 50px;
		background: url(../images/no01/bg_02.png) no-repeat left top;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: bottom;
		right: -28%;
	}

	.page_title span {
		position: absolute;
		top: -40px;
		left: -37px;
	}

	.box01 {
		margin-top: 65px;
		border: 5px solid #dadada;
	}

	.box01 p {
		margin-bottom: 0;
		text-align: center;
	}

	.box01 strong {
		padding-left: 15px;
		padding-right: 15px;
		color: #3c2a18;
		font-family: 'Noto Sans Japanese';
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		display: inline-block;
		position: relative;
		top: -1em;
	}

	.box01 ul {
		margin: 0;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	.box01 li {
		width: 90%;
		margin: 0 auto 20px;
		padding-bottom: 20px;
		text-align: center;
		list-style: none;
		border-bottom: 1px dotted #ccc;
	}
	
	.box01 li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.box02 {
		margin-top: 80px;
		border: 5px solid #2aa738;
	}

	.box02 .title {
		height: 45px;
		line-height: 45px;
		text-align: center;
		background: url(../images/common/bg_title.png) no-repeat center top;
		-webkit-background-size: cover;
		background-size: contain;
		position: relative;
		top: -22.5px;
	}

	.box02 .title strong {
		font-size: 20px;
		font-size: 2.0rem;
		color: #fff;
	}

	.box02 ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
/*		background: url(../images/no01/illust_12.png) no-repeat 90% 91%;*/
	}
	.box02 li {
		width: 44%;
		margin: 0 3% 45px;
		list-style: none;
		float: left;
	}

	.box02 li:nth-child(2n+1) {
		clear: both;
	}

	.box02 .txt_01 {
		margin-top: -15px;
		text-align: center;
		font-family: 'Noto Sans Japanese';
		font-weight: 500;
		font-size: 18px;
		font-size: 1.8rem;
		color: #3c2a18;
	}

	.box02 .illust {
		text-align: center;
	}

	.box02 dl {
		margin-bottom: 0;
	}

	.box02 dt {
		color: #e56b07;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}


	.box02 .inbox {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 25px;
		padding-bottom: 30px;
		background: url(../images/no01/bor_1.png) repeat-x left top
	}

	.box02 .inbox h3 {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #e56b07;
		font-family: 'Noto Sans Japanese';
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 600;
	}

	.box02 .inbox .clearfix {
		margin-top: 20px;
	}

	.box02 .inbox .clearfix div {
		margin: 0;
		text-align: center;
	}

	.box02 .inbox .clearfix p {
		margin: 20px 0 0;
	}

	.person_box {
		min-height: 280px;
		margin-top: 50px;
		padding-bottom: 20px;
		position: relative;
		background: url(../images/no01/bg_frame.png) no-repeat center top;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.person_box p:nth-child(1) {
		padding: 30px 3% 0;
	}

	.person_box p.txt {
		margin: 10% 4% 0;
	}

	.person_box .photo {
		width: 30%;
		margin: 15px 50px 0;
		text-align: center;
		float: right;
	}
	
	.txt_tell {
		width: 90%;
		margin: 30px auto 0;
		text-align: center;
	}

	.inet_btn {
		margin: 30px 0 70px;
		text-align: center;
	}
	
	

	
}