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

body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 180%;
	list-style-type: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-family:  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000; 
}
body {
	background: #fff;
	overflow-x: hidden;
}
img {
	border: none;
	vertical-align: top;
	height: auto;
	line-height: 0;
	max-width: 100%;
	/* width: auto; */
	image-rendering: -webkit-optimize-contrast;
}
p.img {
	line-height: 0;
}
@media screen and (max-width: 768px) {
body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	font-size: 3.75vw;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;　
}
}


/*clearfix**************************/
.clearfix:after {  
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/



 /*  リンク  */
a:link    { color: #2150a2; text-decoration: underline; }
a:visited { color: #2150a2; text-decoration: underline; }
a:hover   { color: #999; text-decoration: none; }
a:active  { color: #ccc; text-decoration: underline; }

 
/*  共通  */
.contents {
	width: 1100px;
	margin: 0 auto;
}
h2,h3,h4,h5,h6 {
	text-align: center;
}
.shadow {
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
}
.marker {
	background: linear-gradient(transparent 5%, #ffffa8 5%);
}
.uline {
	border-bottom: 1px solid #000;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.opacity:hover {
	 opacity: 0.8;
}
.between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.a_items {
	display: flex;
	align-items: center;
}
.flex_between_a_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.rollover {
}
.yellow {
	color: #ffff00;
}
.red {
	color: #95100e;
}
.white {
	background: #fff;
}
.pad {
	padding: 6em 0;
}
.max_bold {
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
.contents {
	width: 92%;
	margin: 0 auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.pad {
	padding: 12% 0;
}
}



/* FV */
section.fv {
	background: url("../img/01_bg.jpg") no-repeat center top;
}
header {
	width: 100%;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 1% 1% 0.7%;
}
section.fv .model {
	width: 1400px;
	margin: auto;
	background: url("../img/01_model.png") no-repeat right 120%;
}
section.fv .model .contents {
	width: 1200px;
	position: relative;
}
section.fv .model .contents h1 {
	padding: 6% 0 10%;
}
section.fv .model .contents h1 + p {
	position: absolute;
	right: 0;
	bottom: 10%;
}
@media screen and (max-width: 768px) {
header {
	width: 100%;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 3% 0;
}
header p:first-child {
	width: 30%;
}
section.fv .model {
	width: 100%;
	margin: auto;
	background: none;
}
section.fv .model .contents {
	width: 100%;
	position: relative;
}
section.fv .model .contents h1 {
	padding: 6% 0 0;
}
section.fv .model .contents h1 + p {
	display: none;
}
}



/* オファー */
section.offer {
	background: #0072bd;
}
section.offer .box {
	position: relative;
	margin-top: 4%;
}
section.offer .box h3 {
	background: #2d3173;
	color: #fff;
	font-size: 160%;
	line-height: 250%;
}
section.offer .box h3 + p {
	position: absolute;
	top: 0;
	left: 0;
}
section.offer .box p.gentei {
	position: absolute;
	right: 3%;
	top: 5.5%;
	background: #fff;
	color: #2d3173;
	font-weight: 700;
	font-size: 90%;
	padding: 0 3%;
	border-radius: 50px;
}
section.offer .box .price {
	background: url("../img/offer_leaf_r.png") no-repeat right bottom, #fff;
	padding: 5%;
}
section.offer .box .price .image {
	float: left;
	width: 46%;
}
section.offer .box .price .image h4, section.offer .box .price .image h5 {
	text-align: left;
}
section.offer .box .price .image h4 {
	font-weight: 700;
	font-size: 110%;
}
section.offer .box .price .image h5 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 170%;
	font-weight: 800;
	font-style: italic;
	color: #006bd0;
	line-height: 160%;
}
section.offer .box .price .image h5 + p {
	background: #fff100;
	font-weight: 700;
	font-size: 90%;
	padding: 0 3%;
}
section.offer .box .price .image p.img5g {
	margin-top: 3%;
}
section.offer .box .price .info {
	float: right;
	width: 51%;
}
section.offer .box .price .info p.btn {
	background: url("../img/offer_arrow.png") no-repeat 97% center, #539f00;
	margin-top: 7%;
	text-align: center;
	line-height: 370%;
	font-size: 150%;
}
section.offer .box .price .info p.btn a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}
p.btn a:hover {
	background: url("../img/offer_arrow.png") no-repeat 97% center, #60b700;
}
section.offer p.kome {
	color: #fff;
	text-align: right;
	font-size: 80%;
	margin-top: 1%;
}
section.offer .box .price .image .normal > p {
	width: 31%;
}
section.offer .box .price .image .normal .text {
	width: 64%;
}
section.offer .box .price .normal .text h5 {
	font-size: 160%;
	line-height: 180%;
	font-feature-settings: "palt";
}
section.offer .box .price .normal .text h5 + p {
	width: 60%;
	text-align: center;
	margin: 2% 0 5%;
}
@media screen and (max-width: 768px) {
section.offer .box {
	position: relative;
	margin-top: 8%;
}
section.offer .box h3 {
	font-size: 120%;
	line-height: 300%;
}
section.offer .box h3 + p {
	width: 40%;
}
section.offer .box p.gentei {
	position: absolute;
	right: 3%;
	top: 3%;
	width: 20%;
	background: none;
	padding: 0;
	border-radius: 0;
}
section.offer .box .price {
	background: url("../img/offer_leaf_r.png") no-repeat right bottom, #fff;
	background-size: 50% auto;
	padding: 10% 5%;
}
section.offer .box .price .image {
	float: none;
	width: 100%;
}
section.offer .box .price .image h4, section.offer .box .price .image h5 {
	text-align: center;
}
section.offer .box .price .image h4 {
	font-size: 90%;
}
section.offer .box .price .image h5 {
	text-align: center !important;
	font-size: 170%;
	line-height: 160%;
}
section.offer .box .price .image h5 + .flex_between_a_items {
	display: none;
}
section.offer .box .price .image > p:first-child {
	background: #fff100;
	font-weight: 700;
	font-size: 90%;
	padding: 0 3%;
	width: 50%;
	margin: 0 auto 5%;
	text-align: center;
}
section.offer .box .price .image p.img5g {
	margin-top: 2%;
}
section.offer .box .price .info {
	float: none;
	width: 100%;
	margin-top: 7%;
}
section.offer p.kome {
	font-size: 65%;
	margin-top: 3%;
}
section.offer .box .price .image .flex_between_a_items {
	display: block;
	position: relative;
}
section.offer .box .price .image .normal > p {
	width: 50%;
	margin: auto;
}
section.offer .box .price .image .normal > p.ab {
	position: absolute;
	width: 15%;
	right: 5%;
	top: 55%;
}
section.offer .box .price .image .normal .text {
	width: 100%;
}
section.offer .box .price .normal .text h5 {
	font-size: 170%;
	line-height: 180%;
	font-feature-settings: "auto";
	margin-bottom: 3%;
}
section.offer .box .price .normal .text > p:first-child {
	background: #fff100;
	font-weight: 700;
	font-size: 90%;
	padding: 0 3%;
	width: 50%;
	text-align: center;
	margin: 0 auto 5%;
}
}



/* 口は食べ物の入り口 */
section.nayami {
	background: url("../img/02_bg_l.png") no-repeat left top, url("../img/02_bg_r.png") no-repeat right bottom, url("../img/02_bg.jpg");
}
section.midashi_p1 h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 180%;
	font-weight: 700;
}
section.midashi_p1 h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 250%;
	font-weight: 700;
	margin-top: 5%;
}
@media screen and (max-width: 768px) {
section.nayami {
	background: url("../img/02_bg_l.png") no-repeat left top, url("../img/02_bg_r.png") no-repeat right bottom, url("../img/02_bg.jpg");
	background-size: 90% auto;
}
section.nayami .contents {
	width: 100%;
}
section.midashi_p1 h2 {
	font-size: 130%;
}
section.midashi_p1 h3 {
	font-size: 160%;
	margin-top: 5%;
}
}



/* 知っていましたか */
section.check {
	padding-top: 6em;
}
section.check .flex_between_a_items {
	margin: 8% 0 6%;
}
section.check .flex_between_a_items ul {
	width: 50%;
}
section.check .flex_between_a_items ul li {
	background: url("../img/03_check.png") no-repeat left center;
	padding-left: 8%;
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 5%;
}
section.check .flex_between_a_items ul li:first-child {
	background: url("../img/03_check.png") no-repeat left 15%;
}
section.check .flex_between_a_items + p {
	margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
section.check {
	padding-top: 3em;
}
section.check .flex_between_a_items {
	margin: 8% 0;
}
section.check .flex_between_a_items > p {
	width: 70%;
	margin: auto;
}
section.check .flex_between_a_items ul {
	width: 90%;
	margin: 7% auto 0;
}
section.check .flex_between_a_items ul li {
	background: url("../img/03_check.png") no-repeat left center;
	background-size: 5% auto;
	padding-left: 8%;
	font-size: 105%;
	line-height: 150%;
	margin-bottom: 5%;
}
section.check .flex_between_a_items ul li:first-child {
	background: url("../img/03_check.png") no-repeat left 15%;
	background-size: 5% auto;
}
section.check .flex_between_a_items ul li:last-child {
	margin-bottom: 0;
}
section.check .flex_between_a_items + p {
	width: 20%;
	margin: 10% auto;
}
}



/* 天然由来成分で（オファー） */
section.check .price {
	background: url("../img/04_main.png") no-repeat center center;
	margin: 5% 0;
	position: relative;
}
section.check .price .trial {
	width: 28%;
	padding: 2% 0;
}
section.check .price .trial p.fukidashi {
	background: #0072bd;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 3% 0;
	margin-bottom: 10%;
	position: relative;
}
section.check .price .trial p.fukidashi:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0072bd transparent transparent transparent;
}
section.check .price p.name {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 160%;
	font-weight: 800;
	font-style: italic;
	color: #006bd0;
	line-height: 160%;
	margin-bottom: 3%;
}
section.check .price p.yen {
	margin: 8% 0 10%;
}
section.check .price p.btn {
	background: url("../img/offer_arrow.png") no-repeat 97% center, #539f00;
	text-align: center;
	line-height: 160%;
	font-size: 110%;
}
section.check .price p.btn a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5% 0;
}
section.check .price .normal {
	background: url("../img/04_price60g_line.png") no-repeat left 6em;
	width: 36%;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 8%;
}
section.check .price .normal p.btn a {
	padding: 8% 0;
}
section.check .price .normal p.btn + p {
	font-size: 80%;
	margin-top: 10%;
}
section.check h4 {
	margin: 7% 0 5%;
}
@media screen and (max-width: 768px) {
	section.check p.foryou {
		width: 75%;
		margin: auto;
	}
	section.check p.foryou + h3 {
		width: 80%;
		margin: 5% auto 0;
	}
section.check .price {
	background: none;
	margin: 8% 0;
	position: static;
}
section.check .price .trial {
	width: 100%;
	padding: 2% 0;
}
section.check .price .trial p.fukidashi {
	margin-bottom: 8%;
	position: relative;
}
section.check .price p.name {
	font-size: 200%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 1%;
}
section.check .price p.yen {
	margin: 7% auto;
	width: 80%;
}
section.check .price p.btn {
	background: url("../img/offer_arrow.png") no-repeat 96% center, #539f00;
	background-size: 2% auto;
	line-height: 220%;
	font-size: 110%;
}
section.check .price .normal {
	background: url("../img/04_main.png") no-repeat left top;
	background-size: 40% auto;
	width: 100%;
	position: static;
	padding-left: 0;
	margin: 10% 0;
}
section.check .price .normal .sp_right {
	padding-left: 45%;
}
section.check .price .normal .sp_right p.name {
	font-size: 150%;
	text-align: left;
	line-height: 130%;
	margin-top: 3%;
}
section.check .price .normal .sp_right p.yen {
	width: 100%;
	margin-top: 5%;
}
	section.check .price .normal p.btn {
		margin-top: 7%;
	}
section.check .price .normal p.btn a {
	padding: 5% 0;
}
section.check .price .normal p.btn + p {
	font-size: 80%;
	margin-top: 10%;
	border: 1px solid #ccc;
	padding: 5%;
}
section.check h4 {
	width: 90%;
	margin: 12% auto 5%;
}
}


/* 5つのこだわり */
section.blue {
	background: #edfbff;
}
h2.u_border {
	position: relative;
}
h2.u_border:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3em;/*線の上下位置*/
	display: inline-block;
	width: 5em;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0072bd;/*線の色*/
}
section.kodawari .point5 {
	padding: 12% 0 5%;
	background: url("../img/06_dog1.png") no-repeat left top, url("../img/06_dog2.png") no-repeat right top;
}
section.kodawari .point5 h3 {
	margin-bottom: 5%;
}
section.kodawari .point5 .flex_between_a_items:nth-of-type(2) {
	width: 95%;
	margin: auto;
	padding: 0 15% 3%;
	background: url("../img/06_dog3.png") no-repeat left bottom, url("../img/06_dog4.png") no-repeat 95% bottom;
}
section.kodawari h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: 700;
	font-size: 270%;
	margin: 5% 0 6%;
}
section.kodawari .between {
	margin-bottom: 6%;
}
section.kodawari .between:nth-of-type(5) {
	margin-bottom: 0;
}
section.kodawari .between .text {
	width: 50%;
}
section.kodawari .between h5 {
	background: #0072bd;
	color: #fff;
	font-weight: 700;
	text-align: left;
	font-size: 120%;
	padding: 3% 5%;
	margin-bottom: 8%;
}
@media screen and (max-width: 768px) {
h2.u_border {
	position: relative;
	background: url("../img/06_dog1.png") no-repeat -5% top, url("../img/06_dog2.png") no-repeat 100% top;
	background-size: 25% auto, 15% auto;
	padding-bottom: 10%;
	margin-top: 2%;
}
h2.u_border img {
	width: 55%;
}
h2.u_border:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.5em;/*線の上下位置*/
}
section.kodawari .contents {
	width: 100%;
}
section.kodawari .point5 {
	padding: 8% 0 5%;
	background: none;
}
section.kodawari .point5 h3 {
	margin: 0 auto 8%;
	width: 94%;
}
section.kodawari .point5 .flex_between_a_items:nth-of-type(1) p {
	width: 33%;
}
section.kodawari .point5 .flex_between_a_items:nth-of-type(2) {
	width: 100%;
	margin: auto;
	padding: 0 16% 5%;
	background: url("../img/06_dog3.png") no-repeat -2% bottom, url("../img/06_dog4.png") no-repeat 97% bottom;
	background-size: 25% auto, 18% auto;
}
section.kodawari .point5 .flex_between_a_items:nth-of-type(2) p {
	width: 49.5%;
}
section.kodawari .point5 + p {
	width: 60%;
	margin: auto;
}
section.kodawari h4 {
	font-size: 160%;
	margin: 5% 0 8%;
}
section.kodawari .between {
	width: 92%;
	margin: 0 auto 10%;
}
section.kodawari .between:nth-of-type(5) {
	margin-bottom: 0;
}
section.kodawari .between h5 {
	font-size: 110%;
	width: 100%;
	padding: 3% 5%;
	margin-bottom: 7%;
}
section.kodawari .between h5.sp + p {
	text-align: center;
}
section.kodawari .between h5.sp + p img {
	width: 80%;
}
section.kodawari .between .text {
	width: 100%;
	margin-top: 5%;
}
}


/* 習慣にしましょう */
section.midashi_p2 h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 270%;
	font-weight: 800;
	line-height: 150%;
	color: #0072bd;
	position: relative;
	margin-bottom: 11%;
}
section.midashi_p2 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1em;/*線の上下位置*/
	display: inline-block;
	width: 2em;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background: #0072bd;/*線の色*/
}
section.howto .between {
}
section.howto .between .box {
	width: 47.3%;
}
section.howto .between .title {
	background: #0072bd;
	position: relative;
	padding: 3% 5%;
	margin-top: 14%;
}
section.howto .between .title p:first-child {
	color: #fff;
	font-weight: 700;
	font-size: 120%;
}
section.howto .between .title p:nth-of-type(2) {
	position: absolute;
	right: 5%;
	top: 30%;
	background: #fff;
	border-radius: 50px;
	font-size: 90%;
	font-weight: 700;
	color: #0072bd;
	padding: 0 3%;
}
section.howto .between .title + p {
	margin: 8% 0;
}
@media screen and (max-width: 768px) {
section.midashi_p2 h2 {
	font-size: 150%;
	position: relative;
	margin-bottom: 15%;
}
section.midashi_p2 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1em;/*線の上下位置*/
	display: inline-block;
	width: 3em;/*線の長さ*/
}
section.midashi_p2 h2 + p {
	text-align: left;
}
section.howto .between {
	display: block;
}
section.howto .between .box {
	width: 100%;
}
section.howto .between .title {
	position: relative;
	padding: 3% 5%;
	margin-top: 10%;
}
section.howto .between .title p:first-child {
	font-size: 110%;
}
section.howto .between .title p:nth-of-type(2) {
	font-size: 80%;
	padding: 0 3%;
}
section.howto .between .title + p {
	margin: 7% auto 5%;
	width: 80%;
}
}


/* 声 */
section.koe .voice {
	width: 47.3%;
}
section.koe .voice:nth-of-type(3),
section.koe .voice:nth-of-type(4) {
	margin-top: 3%;
}
section.koe .voice .body {
	background: #fff;
	padding: 0 8%;
}
section.koe .voice .body .between .text {
	width: 45%;
}
section.koe .voice .body .between .text p.title {
	color: #0072bd;
	font-size: 130%;
	font-weight: 700;
	line-height: 160%;
	border-bottom: 1px dotted #000;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
section.koe .voice .body .between .text p.title + p {
	line-height: 130%;
}
section.koe .voice .body p.txt {
	margin-top: 7%;
}
@media screen and (max-width: 768px) {
section.koe .voice {
	width: 100%;
	margin-bottom: 5%;
}
section.koe .voice:nth-of-type(3),
section.koe .voice:nth-of-type(4) {
	margin-top: 0;
}
section.koe .voice:nth-of-type(4) {
	margin-bottom: 0;
}
section.koe .voice .body {
	background: #fff;
	padding: 0 5%;
}
section.koe .voice .body .between > p:first-child {
	width: 30%;
}
section.koe .voice .body .between .text {
	width: 65%;
}
section.koe .voice .body .between .text p.title {
	font-size: 110%;
	line-height: 160%;
	padding-bottom: 5%;
	margin-bottom: 7%;
}
section.koe .voice .body .between .text p.title + p,
section.koe .voice .body .between .text p.name {
	line-height: 150%;
	font-size: 90%;
}
}


/* 願い */
section.wish .between {
	margin-top: 7%;
}
section.wish .between .text {
	width: 45%;
}
section.wish .between .text h3 {
	background: url("../img/09_icon.png") no-repeat left top;
	font-size: 150%;
	text-align: left;
	padding-left: 13%;
	color: #0072bd;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
section.wish .between {
	margin: 10% auto 0;
}
section.wish .between > p:first-child {
	width: 80%;
	margin: auto;
}
section.wish .between .text {
	width: 100%;
}
section.wish .between .text h3 {
	background: url("../img/09_icon.png") no-repeat left top;
	background-size: 10% auto;
	font-size: 110%;
	width: 80%;
	padding-left: 12%;
	margin: 7% auto 5%;
}
}


/* フッター */
section.footer .contents {
	position: relative;
}
section.footer h2 {
	font-size: 200%;
	margin-bottom: 10%;
}
section.footer p {
	text-align: center;
}
section.footer p.min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 180%;
	font-weight: 700;
}
section.footer p.name {
	border: 1px solid #000;
	width: 30%;
	margin: 3% auto;
	border-radius: 50px;
	font-weight: 700;
}
section.footer p.logo {
	margin: 3% 0;
}
section.footer p.totop {
	position: absolute;
	right: 0;
	bottom: 6em;
}
section.footer p.totop a:hover {
	opacity: 0.8;
}
footer {
	padding: 3% 0;
	background: #0072bd;
}
footer p {
	color: #fff;
	font-size: 80%;
	text-align: center;
}
footer p a {
	color: #fff !important;
	text-decoration: none !important;
}
footer p a:hover {
	text-decoration: underline !important;
}
footer p:last-child {
	margin-top: 1%;
}
@media screen and (max-width: 768px) {
section.footer h2 {
	font-size: 150%;
	margin-bottom: 15%;
}
section.footer p {
	text-align: center;
}
section.footer p.min {
	font-size: 120%;
}
section.footer p.name {
	width: 80%;
	margin: 7% auto;
}
section.footer p.logo {
	width: 50%;
	margin: 7% auto;
}
section.footer p.totop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
}
footer {
	padding: 5%;
	margin-top: 5%;
}
footer p:last-child {
	margin-top: 3%;
}
}

