@charset "utf-8";

html,
body {
	margin: 0;
}

article {
	padding: 25px 0 0;
	min-width: 1012px;
	font-family: 'メイリオ', 'Meiryo', "MS P Gothic", "ＭＳ Ｐゴシック", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #721f11;
	background-color: #ecf1f4;
}

a {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

a:hover {
	opacity: 0.8;
}

.only_smart,
.only_smart_i {
	display: none !important;
}

article img {
	max-width: 100%;
}

article ul,
article ol,
article dl,
article dl dt,
article dl dd {
	margin: 0;
	padding: 0;
}

article ul li {
	list-style: none;
}


/* #cont0 */
#cont0 {
	padding: 10px 0;
}

#cont0 h2 {
	font-size: 25px;
	color: #eb3f25;
}

#cont0 h2:before {
	content: '';
	display: inline-block;
	vertical-align: -5px;
	width: 30px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/cont0_h2_left.png)no-repeat center top;
}

#cont0 h2:after {
	content: '';
	display: inline-block;
	vertical-align: -5px;
	width: 30px;
	height: 40px;
	margin-left: 15px;
	background: url(../images/cont0_h2_right.png)no-repeat center top;
}

#cont0 p {
	width: 375px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}

#cont0 img {
	width: 336px;
	display: inline-block;
	vertical-align: middle;
}


/* nav */
.sec_nav {
	padding: 70px 0 35px;
	background-color: #fff;
	letter-spacing: -0.28em;
	position: relative;
}

.sec_nav:before {
	content: '';
	display: block;
	width: 136px;
	height: 52px;
	background: url(../images/nav_tit.png)no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -72px;
}

.sec_nav ul {
	padding: 40px 0;
	display: inline-block;
	position: relative;
}

.sec_nav ul:first-child {
	padding-right: 35px;
	border-right: 1px dotted #742011;
}

.sec_nav ul:first-child:before {
	content: '＼手作りで！／';
	display: block;
	width: 160px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -80px;
	letter-spacing: normal;
}

.sec_nav ul:last-child {
	padding-left: 35px;
	border-left: 1px dotted #742011;
}

.sec_nav ul:last-child:before {
	content: '＼もっと手軽に！／';
	display: block;
	width: 160px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -80px;
	letter-spacing: normal;
}

.sec_nav ul li {
	margin: 0 12px;
	display: inline-block;
	letter-spacing: normal;
}

.sec_nav ul:first-child li:first-child {
	margin-left: 0;
}

.sec_nav ul:last-child li:last-child {
	margin-right: 0;
}

.sec_nav ul li a img {
	vertical-align: bottom;
}


/* .cont */
.cont {
	padding: 75px 0 0;
}

.cont h2 {
	margin-bottom: 50px;
	background: url(../images/h2_bg.png)repeat-x center center;
}

.cont h2 span {
	padding: 0 10px 0 20px;
	font-size: 25px;
	letter-spacing: 0.2em;
	background-color: #ecf1f4;
}


/* #cont1 */
#cont1 {}

#cont1>dl {
	font-size: 15px;
}

#cont1>dl>dt {
	width: 275px;
	height: 280px;
	margin-right: 30px;
	padding: 40px 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#cont1>dl>dt figure {
	width: 100%;
	margin: 0;
}

#cont1>dl>dt figure img {
	width: 100px;
	margin-bottom: 10px;
}

#cont1>dl>dt figure figcaption a {
	width: 110px;
	display: inline-block;
	line-height: 22px;
	background-color: #ffea5b;
	border-radius: 11px;
	color: #721f11;
	text-decoration: none;
	font-size: 12px;
}

#cont1>dl>dd {
	width: 650px;
	height: 280px;
	padding: 30px 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#cont1>dl>dd dl {
	width: 260px;
	margin: 0 25px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.05em;
}

#cont1>dl>dd dl dt,
#cont1>dl>dd dl dd {
	width: 100%;
	text-align: left;
	white-space: nowrap;
}

#cont1>dl>dd dl dt {
	margin-bottom: 1px;
	padding: 30px 0 5px;
	border-bottom: 1px dotted #742011;
	position: relative;
}

#cont1>dl>dd dl dt span {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	color: #7c6f6d;
	text-align: center;
}

#cont1>dl>dd dl dt span:before {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	width: 2px;
	height: 20px;
	margin-right: 10px;
	background-color: #7c6f6d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#cont1>dl>dd dl dt span:after {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	width: 2px;
	height: 20px;
	margin-left: 10px;
	background-color: #7c6f6d;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cont1>dl>dd dl dd {
	padding: 10px 0 10px 1em;
	box-sizing: border-box;
}

#cont1>dl>dd dl dd:first-of-type {
	border-top: 1px dotted #742011;
}

#cont1>div {
	width: 720px;
	margin: 120px auto 0;
	padding: 0 0px 0 180px;
	box-sizing: border-box;
	background: url(../images/cont1_2.png)no-repeat left center;
	background-size: 138px auto;
	text-align: left;
	position: relative;
}

#cont1>div:before {
	content: '';
	display: block;
	width: 0;
	border: 15px solid transparent;
	border-top: 15px solid #b2ad8c;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -15px;
}

#cont1>div p:last-child {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
}

#cont1>div p span {
	color: #eb3f25;
}

#cont1 section {
	margin-top: 60px;
	padding-bottom: 40px;
	background: url(../images/bg_white.png)center top;
}

#cont1 section h3 {
	padding-top: 20px;
	font-size: 21px;
}

#cont1 section ul:first-of-type li {
	width: 450px;
	margin: 0 25px;
	padding: 0 40px 15px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
}

#cont1 section ul:first-of-type h4 {
	margin-bottom: 40px;
}

#cont1 section ul:first-of-type h4 span {
	color: #eb3f25;
}

#cont1 section ul:first-of-type p {
	overflow: hidden;
	color: #555;
	text-align: left;
}

#cont1 section ul:first-of-type p img {
	width: 154px;
	margin-left: 10px;
	float: right;
}

#cont1 section ul:first-of-type p span {
	border-bottom: 1px solid #555;
}

#cont1 section ul:first-of-type p:last-of-type {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

#cont1 section ul:last-of-type {
	margin-top: 30px;
}

#cont1 section ul:last-of-type li {
	width: 450px;
	margin: auto;
	color: #555;
	font-size: 14px;
	text-align: left;
}

#cont1 section ul:last-of-type li span {
	color: #eb3f25;
}



/* #cont2 */
#cont2 h2 {
	margin-bottom: 100px;
}

#cont2 ol li {
	width: 144px;
	margin: 0 15px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#cont2 ol li:last-child {
	margin-left: -15px;
}

#cont2 ol li figure {
	width: 100%;
	margin: 0;
}

#cont2 ol li figure figcaption {
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #555;
	letter-spacing: -0.05em;
}

#cont2 ol+aside {
	width: 700px;
	margin: 30px auto 0;
	overflow: hidden;
	border: 1px solid #721f11;
	border-radius: 40px;
}

#cont2 ol+aside img {
	float: right;
}

#cont2 ol+aside h3,
#cont2 ol+aside p {
	padding: 0 220px 0 50px;
	text-align: left;
}

#cont2 ol+aside h3 {
	margin-bottom: 10px;
}

#cont2 ol+aside p {
	margin: 0;
}

#cont2 section:first-of-type {
	margin-top: 60px;
	background: url(../images/bg_white2.png)center top;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

#cont2 section:first-of-type h3 {
	padding-top: 20px;
	font-size: 21px;
}

#cont2 section:first-of-type ol {
	width: 940px;
	margin: 0 auto;
}

#cont2 section:first-of-type ol li {
	width: 185px;
	margin: 20px 11px 40px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#cont2 section:first-of-type ol li:last-child {
	margin-left: 11px;
}

#cont2 section:first-of-type ol li figure figcaption span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#cont2 section:last-of-type {
	padding: 80px 0 0;
}

#cont2 section:last-of-type h3 {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 15px;
	text-align: left;
}

#cont2 section:last-of-type div {
	width: 800px;
	margin: auto;
	padding: 40px 70px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 15px;
	position: relative;
}

#cont2 section:last-of-type div:before {
	content: '';
	display: block;
	width: 122px;
	height: 122px;
	background: url(../images/h3_left.png)no-repeat left top;
	position: absolute;
	left: -20px;
	top: -105px;
}

#cont2 section:last-of-type div>dl {}

#cont2 section:last-of-type div>dl>dt {
	width: 200px;
	margin-right: 50px;
	padding: 0px 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
}

#cont2 section:last-of-type div>dl>dt figure {
	width: 100%;
	margin: 0;
}

#cont2 section:last-of-type div>dl>dt figure img {
	margin-bottom: 20px;
}

#cont2 section:last-of-type div>dl>dt figure figcaption a {
	width: 110px;
	margin-top: 10px;
	display: inline-block;
	line-height: 22px;
	background-color: #ffea5b;
	border-radius: 11px;
	color: #721f11;
	text-decoration: none;
	font-size: 12px;
}

#cont2 section:last-of-type div>dl>dd {
	width: 280px;
	padding: 0 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
}

#cont2 section:last-of-type div>dl>dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	text-align: left;
	color: #555;
}

#cont2 section:last-of-type div section {
	border-top: 1px solid #8dcbd6;
	margin: 30px 0 0;
	padding: 0;
	background-image: none;
	overflow: hidden;
}

#cont2 section:last-of-type div section h4 {
	width: 96px;
	line-height: 46px;
	margin: -10px auto 0;
	padding-top: 3px;
	background-color: #8dcbd6;
	border-radius: 0 0 46px 46px;
	color: #fff;
}

#cont2 section:last-of-type div section ul {
	padding: 20px 100px 20px 10px;
	text-align: left;
	background: url(../images/cont2_8.png)no-repeat right center;
}

#cont2 section:last-of-type div section ul li:nth-child(n+3) {
	padding-left: 1em;
	text-indent: -1em;
}

#cont2 section:last-of-type div section ul li span {
	color: #eb3f25;
}

#cont2 section:last-of-type div section dl {
	padding: 0 40px;
	border: 1px solid #721f11;
	border-radius: 30px;
	text-align: left;
	background: url(../images/cont2_9.png)no-repeat right 20px top 30px;
}

#cont2 section:last-of-type div section dl dt {
	font-size: 17px;
	padding: 25px 20px 0;
}

#cont2 section:last-of-type div section dl dd {
	margin: 0;
	padding: 10px 20px 35px;
}

#cont2 section:last-of-type div section dl dd:first-of-type {
	padding: 10px 100px 35px 20px;
	border-bottom: 1px dashed #721f11;
}

#cont2 section:last-of-type div section dl dd:last-of-type {
	padding: 10px 20px 20px;
}

#cont2 section:last-of-type div section dl dd ol {
	width: auto;
	padding: 0;
}

#cont2 section:last-of-type div section dl dd ol li {
	width: 150px;
	margin: 0;
}

#cont2 section:last-of-type div section dl dd ol li:nth-child(2) {
	margin: 0 38px;
}

#cont2 section:last-of-type div section dl dd ol li:last-child {
	margin: 0;
}

#cont2 section:last-of-type div section dl dd ol li figure figcaption {
	color: #721f11;
	font-size: 14px;
}

#cont2 section:last-of-type div section dl dd ol li figure figcaption span {
	display: inline;
	color: #eb3f25;
	padding: 0;
	text-indent: 0;
}


/* #cont3 */
#cont3 {}

#cont3 h2 div {
	display: inline-block;
	font-size: 25px;
	letter-spacing: 0.2em;
	background-color: #ecf1f4;
	line-height: 1.2;
}

#cont3 h2 div span {
	font-size: 15px;
}

#cont3 h2+p {
	width: 780px;
	margin: auto;
	padding: 0 0 50px 180px;
	box-sizing: border-box;
	background: url(../images/cont3_1.png)no-repeat left top;
	text-align: left;
}

#cont3 h2+p span {
	color: #eb3f25;
}

#cont3 h2+p span:last-of-type {
	display: block;
	font-size: 14px;
	color: #721f11;
}

#cont3>ul {
	width: 1012px;
	margin: auto;
}

#cont3>ul>li {
	width: 48%;
	height: 350px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 30px;
}

#cont3>ul>li:first-child {
	margin-right: 3%;
}

#cont3>ul>li:last-child {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-bottom: 40px;
}

#cont3>ul>li dl dt {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 64px;
	background-color: #e44848;
	color: #fff;
	border-radius: 30px 30px 0 0;
}

#cont3>ul>li dl dd {
	display: inline-block;
}

#cont3>ul>li p {
	margin: 0;
	padding-left: 50px;
	font-size: 14px;
	text-align: left;
}

#cont3>ul>li:last-child dl dt {
	margin-bottom: 40px;
	font-size: 23px;
	letter-spacing: 0.2em;
	background-color: #d5bf47;
}

#cont3>ul>li:last-child dl:last-child {
	width: 700px;
	margin: 30px auto 0;
	padding: 20px 40px;
	box-sizing: border-box;
	background-color: #ecf1f4;
	border: 1px solid #721f11;
	border-radius: 30px;
	text-align: left;
}

#cont3>ul>li:last-child dl:last-child dt {
	margin: 0 0 20px;
	background: none;
	color: #721f11;
	line-height: 2;
	font-size: 17px;
}

#cont3>ul>li:last-child dl:last-child dt:first-letter {
	font-size: 15px;
}

#cont3>ul>li:last-child dl:last-child dd {
	font-size: 15px;
	padding: 0 0 10px 1em;
	text-indent: -1em;
}

#cont3 section {
	padding: 50px 0 70px;
}

#cont3 section h3 {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 15px;
	text-align: left;
}

#cont3>section ul {
	width: 700px;
	margin: auto;
	position: relative;
}

#cont3>section ul:before {
	content: '';
	display: block;
	width: 122px;
	height: 122px;
	background: url(../images/h3_left.png)no-repeat left top;
	position: absolute;
	left: -20px;
	top: -105px;
}

#cont3>section ul li {
	width: 276px;
	margin: 0 10px;
	padding: 20px 0;
	background-color: #fff;
	display: inline-block;
}

#cont3>section ul li figure {
	width: 100%;
	margin: 0;
}

#cont3>section ul li figure img {
	margin-bottom: 10px;
}

#cont3>section ul li figure figcaption span {
	display: block;
	height: 4.5em;
	line-height: 1.5;
	font-size: 15px;
}

#cont3>section ul li figure figcaption a {
	width: 110px;
	display: inline-block;
	line-height: 22px;
	background-color: #ffea5b;
	border-radius: 11px;
	color: #721f11;
	text-decoration: none;
	font-size: 12px;
}


/* #cont4 */
#cont4 {
	padding: 20px 0 50px;
	background:
		url(../images/cont4_bg_top.png)no-repeat center top,
		url(../images/cont4_bg.png)repeat-y center top;
	background-size: 100% auto;
}

#cont4 h2 {
	margin-bottom: 20px;
	background-image: none;
	background:
		url(../images/cont4_h2_bg_center.png)no-repeat center center,
		url(../images/cont4_h2_bg.png)repeat-x center center;
}

#cont4 h2 div {
	display: inline-block;
	padding: 0 10px 0 20px;
	font-size: 25px;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

#cont4 h2 div span {
	font-size: 15px;
	background: none;
}

#cont4 h2+p {
	margin-bottom: 0;
	display: inline-block;
	text-align: left;
}

#cont4>ul {
	width: 1012px;
	margin: auto;
}

#cont4>ul>li {
	width: 48%;
	height: 325px;
	margin: 3% 0 0;
	padding: 2% 2%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 30px;
}

#cont4>ul>li:nth-child(odd) {
	margin-right: 2%;
}

#cont4>ul>li:last-child {
	width: 100%;
	padding: 2% 13%;
}

#cont4>ul>li h3 {
	width: 100%;
	margin-bottom: 35px;
	font-size: 25px;
	font-weight: normal;
	color: #e8412f;
	position: relative;
}

#cont4>ul>li h3 img:first-of-type {
	width: 85px;
	position: absolute;
	left: 0;
}

#cont4>ul>li h3 img:last-of-type {
	width: 120px;
	position: absolute;
	top: -20px;
	right: 0;
}

#cont4>ul>li:last-child h3 img:last-of-type {
	width: 120px;
	position: absolute;
	top: -20px;
	right: -70px;
}

#cont4>ul>li ol li {
	width: 140px;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#cont4>ul>li ol li:first-child {
	margin-left: 0;
}

#cont4>ul>li ol li:last-child {
	margin-right: 0;
}

#cont4>ul>li ol li figure {
	width: 100%;
	margin: 0;
}

#cont4>ul>li ol li figure figcaption {
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.05em;
}

#cont4>ul>li ol+p {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}