@charset "UTF-8";
/* CSS Document */
* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}

body {
    line-height:2;
	font-family: "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", メイリオ, Meiryo, Helvetica, Arial, sans-serif;
	width: 100%;
	background: #FFD72E;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
	}
.clearfix:after {
    clear: both;
	}

.fade{
  opacity : 0;
  transition: opacity 1s;
}
.fade.view{
  opacity: 1;
}


@media (min-width:768px){
/*.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	}*/
.sp {
	display: none;
	}

.main {
	width: 100%;
	}
.top_img img {
	width: 100%;
	/*object-fit: cover;*/
	}
.main p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
	}
section {
	margin: 100px auto;
	}
	
.point1, .point2, .point3, .point5 {
	background: #FFF7E9;
	max-width: 1000px;
	margin: 40px auto;
	display: flex;
	flex-wrap:wrap;
	animation: fadeIn 0.2s ease 0.3s 1 normal;
	}
.point4 {
	background: #FFF7E9;
	max-width: 1000px;
	margin: 40px auto;
	display: block;
	}
	
.point_content {
	display: inline-block;
	vertical-align: top;
	}
.point_no {
	width: 70px;
	margin: 50px 0 0 50px;
	}
.point_content .text {
	margin: 80px 30px;
	width: 450px;
	}
.point3 .point_content .text {
	margin: 80px 30px;
	width: 330px;
	}
.point4 .point_content .text {
	margin: 80px 30px;
	width: auto;
	text-align: center;
	}

.point_content h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background: linear-gradient(transparent 50%, #FFD72E 0%);
	vertical-align: top;
	display: inline;
	padding: 0 2px 4px;
	}
.point_content p {
	margin: 30px 0 0;
	line-height: 1.7;
	}
.point_img img {
	display: inline-block;
	width: 230px;
	vertical-align: bottom;
    margin: 50px 80px 0 30px;
	}
.point3 .point_img img {
	width: 380px;
    margin: 50px;
	}
.point4 .point_img {
	margin: 0 50px;
	text-align: center;
	}
.point4 .point_img img {
	display: inline-block;
	width: 300px;
	vertical-align: bottom;
    margin: 0;
	}

.dl {
	background: #ffd72e;
	padding: 100px 20px 70px;
	text-align: center;
	}
.dl_box {
	background: #ffffff;
	padding: 50px;
	margin: 40px auto;
	max-width: 1000px;
	}
.dl h2 {
	font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #000000;
    display: inline-block;
	}
.dl h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 10px;
	letter-spacing: 0.07em;
	}
.dl p {
	font-size: 18px;
	}
.dl_btn img {
	width: 350px;
	display: inline-block;
	margin:  50px 20px 30px;
	border-radius: 8px;
	}
	
.footer{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #e60012;
	}
.footer a{
	color: #fff;
	text-decoration:none;
	}
.copyright{
	line-height:30px;
	}
.copyright_icon{
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo";
	font-size: 13px;
	}

} /*-------------------------------------(min-width:768px)*/


@media screen and (min-width: 768px) and (max-width: 1024px){
.main p {
    margin: 30px 50px;
	}
.point1, .point2, .point3, .point4, .point5 {
	margin: 20px auto;
	}
.point_no {
    width: 70px;
    margin: 50px 0 0 30px;
	}
.point_content .text {
	margin: 80px 0 0 10px;
    width: 50vw;
	}
.point_img img {
	margin: 50px 0 0 10px;
	}
	
.point3 .point_img img {
	width: 38vw;
    margin: 90px 30px 90px 10px;
	}
.point3 .point_content .text {
    margin: 80px 10px;
    width: 40vw;
	}
/*.point4 .point_content .text {
    margin: 80px 30px 30px 0;
    text-align: center;
	width: 600px;
	}*/
.point4 .point_content .text {
	margin: 80px 0 50px;	
	}
.point4 .point_content h2 {
	width: 80vw;
	}
.point4 .point_content p {
	width: 75vw;
	}
.point4 .point_img img {
	width: calc(100% / 3);
	}
.dl_btn {
	width: auto;
	margin: 0 auto 50px;
	}
.dl_btn img {
	max-width: 300px;
	margin: 40px 10px;
	}
} /*------------- (min-width: 768px) and (max-width: 1024px)*/


@media (max-width:767px){
body {
	}
.wrapper {
	width: 100%;
	margin: 0;
	}
.pc {
	display: none;
	}

.main {
	width: 100%;
	}
.top_img img {
	width: 100%;
	}
.main p {
	font-size: 5vw;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	}
section {
	margin: 0 auto 100px;
	}
.point1, .point2, .point3, .point5 {
	background: #FFF7E9;
	padding: 20px 15px 0;
	margin: 10px;
	display: block;
	}
.point4 {
	background: #FFF7E9;
	margin: 10px;
	display: block;
	}

.point_content {
	display: inline-block;
	vertical-align: top;
	}
.point_no {
	width: 70px;
	margin: 0;
	}
.point4 .point_no {
	width: 70px;
	margin: 20px 0 0 20px;
	}

.point_content .text {
	margin-left: 10px;
	}
.point3 .point_content .text {
	}
.point4 .point_content .text {
	padding: 0 10px;
	}
.point_content h2 {
	font-size: 6.5vw;
	font-weight: bold;
	line-height: 1.5;
	background: linear-gradient(transparent 50%, #FFD72E 0%);
	vertical-align: top;
	display: inline;
	padding: 0 2px 4px;
	}
.point_content p {
	margin: 30px 10px 20px 0;
	line-height: 1.6;
	text-align: justify;
	}
.point_img {
	text-align: center;
	}
.point_img img {
	display: inline-block;
	width: 95%;
	vertical-align: bottom;
    margin: 20px 0 0;
	}

.point3 .point_img img {
	width: 100%;
	margin: 20px auto;
	}
.point4 .point_img {
	margin: 20px 0 0;
	}
.point4 .point_img img {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
    margin: 0;
	}

.dl {
	background: #ffd72e;
	padding: 0 10px 80px;
	text-align: center;
	}
.dl_box {
	background: #ffffff;
	padding: 20px;
	margin: 10px auto;
	}
.dl h2 {
	font-size: 21px;
    font-weight: bold;
    border-bottom: 3px solid #000000;
    display: inline-block;
	margin-bottom: 30px;
	}
.dl h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 10px;
	letter-spacing: 0.07em;
	}
.dl p {
	font-size: 4vw;
	line-height: 1.5;
	}
.dl_btn {
	margin: 20px auto 30px;
	}
.dl_btn img {
	width: 100%;
	display: inline-block;
	margin: 10px auto;
	vertical-align: bottom;
	border-radius: 8px;
	}

.footer{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #e60012;
	}
.footer a{
	color: #fff;
	text-decoration:none;
	}

.copyright{
	font-size: 12px;
	margin-top: 5px;
	}
.copyright_icon{
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo";
	font-size: 13px;
	}

}/*-------------------------------------(max-width:767px)*/