@charset "UTF-8";
html{
	font-size: 62.5%;/* font-sizeは16pxの62.5%の10px */
}
/***********************************
* body *
***********************************/
body{
	font-family: "Noto Sans Japanese", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#36312f;
	background: url(../img/bg_cont.png) #efeae8;
}
/* 明朝体フォント*/
.serif{
	font-family: 'Noto Serif JP', serif;
}

/* 色 --------------------*/
.c-purple-01{
	color:#6a131c;
}

/* 各種要素 --------------------*/
li{
	list-style:none;
}
ul{
	margin: 0;
	padding: 0;
}
img {
    max-width: 100%;
    height: auto;
	  width:auto;
}
dl dt,
dl dd{
	font-weight: normal;
}

/* a --------------------*/
a.a-ov:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	transition:.3s;
}
a {
	color:rgba(159, 1, 75, 1);
	text-decoration: underline;
	transition:.3s;
}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	color:rgba(159, 1, 75, 1);
}
/*clearfix--------------------*/
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* ¥ */
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}
/* 表示・非表示-------------------- */
.disp-xs,/*小型スマートフォンのみ表示～575px以下*/
.disp-sm,/*通常スマートフォンのみ表示576px～767px*/
.disp-xssm,/*小型・通常スマートフォンで表示767ox以下*/
.disp-xssmmd,/*タブレットとスマートフォンで表示991px以下*/
.disp-md,/*タブレットのみ表示　768～991px*/
.disp-mdpc,/*タブレットとパソコンで表示　768以上*/
.disp-pc,/*パソコンで表示　992px以上*/
.disp-lg,/*中型ディスプレイのみ　992～1199px*/
.disp-xl/*大型ディスプレイのみ　1200px以上*/ {
	display: none !important;
}
	@media ( max-width : 991px ){
		.disp-xssmmd{
			display: block !important;
		}
	}
	@media ( max-width : 767px ){
		.disp-sm{
			display: block !important;
		}
		.disp-xssm{
			display: block !important;
		}
	}
	@media ( max-width : 575px ){
		.disp-xs{
			display: block !important;
		}
		.disp-sm{
			display: none !important;
		}
	}
	@media (min-width: 768px) {
		.disp-md{
			display: block !important;
		}
		.disp-mdpc{
			display: block !important;
		}
	}
	@media (min-width: 992px) {
		.disp-md{
			display: none !important;
		}
		.disp-pc{
			display: block !important;
		}
		.disp-lg{
			display: block !important;
		}
	}
	@media (min-width: 1200px) {
		.disp-lg{
			display:none !important;
		}
		.disp-xl{
			display: block !important;
		}
	}
/* 寄せ-------------------- */
.center,
.center-sm,/*小型・通常スマートフォンのみ中央寄せ*/
.center-mdpc/*タブレット以上中央寄せ*/{
	text-align: center !important;
}

	@media ( max-width : 767px ){
		.center-mdpc{
			text-align: left;
		}
	}
	@media (min-width: 768px) {
		.center-sm{
			text-align: left;
		}
	}
	@media (min-width: 992px) {
	}
	@media (min-width: 1200px) {
	}
/* ※印付きの注意書き用-------------------- */
.note{
	padding-left:1em;
	text-indent:-1em;
}
/* ブロック要素-------------------- */
.hp_dib{
	display: inline-block;
}
	@media (min-width: 768px){
		.hp_mbDib{
			display: inline-block;
		}
	}
/* 可変幅中央寄せ */
.block-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
/* 可変幅左寄せ */
.block-left {
	display: table;
	margin-right: auto;
}
/* 可変幅右寄せ */
.block-right {
	display: table;
	margin-left: auto;
}
/* font-------------------- */
/*
.font-077 { font-size: 77% !important; }
.font-085 { font-size: 85% !important; }
.font-093 { font-size: 93% !important; }
.font-108 { font-size: 108% !important; }
.font-116 { font-size: 116% !important; }
.font-123 { font-size: 123.1% !important; }
.font-131 { font-size: 131% !important; }
.font-138 { font-size: 138.5% !important; }
.font-146 { font-size: 146.5% !important; }
.font-153 { font-size: 153.9% !important; }
.font-161 { font-size: 161.6% !important; }
.font-167 { font-size: 167% !important; }
.font-174 { font-size: 174% !important; }
.font-182 { font-size: 182% !important; }
.font-189 { font-size: 189% !important; }
.font-0197 { font-size: 197% !important; }
*/

.font-b { font-weight: 800 !important; }
.font-mb { font-weight: 700 !important; }
.font-lb { font-weight: 500 !important; }
.font-n { font-weight: normal !important; }


/***********************************
* header *
***********************************/
/* ロゴ周り --------------------*/
#header h1{
	color:#565656;
	text-align: center;
	font-weight: normal;
}
#header .logo{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	@media ( max-width : 767px ){
		#header h1{
			font-size: 1rem;
			padding: 8px 0;
		}
		#header .logo{
			width: 130px;
			margin-bottom: 24px;
		}
	}
	@media (min-width: 768px) {
		#header h1{
			font-size: 1.2rem;
			padding: 16px 0;
		}
		#header .logo{
			width: 150px;
			margin-bottom: 20px;
		}
	}
	@media (min-width: 992px) {
		#header h1{
			font-size: 1.4rem;
			padding: 16px 0;
		}
		#header .logo{
			width: 100%;
			margin-bottom: 20px;
		}
	}
/* Toggle --------------------*/
	@media ( max-width : 767px ){
		.Toggle {
			display: block;
			position: fixed;    /* bodyに対しての絶対位置指定 */
			width: 42px;
			height: 41px;
			cursor: pointer;
			z-index: 20;
			top:10px;
			right:10px;
			background-color: #c5c5c5;
			border-radius: 2px;
		}
		.Toggle span {
			display: block;
			position: absolute;
			left:5px;
			width: /*50px*/32px;
			border-bottom: solid 2px #666;
			-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
			-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
			transition: .35s ease-in-out;			/*変化の速度を指定*/
		}
		/*各ボーダー少しずつずらす*/
		.Toggle span:nth-child(1) {
			top:/*5px*/7px;
		}
		   .Toggle span:nth-child(2) {
			   top: /*18px*/15px;
		}
		   .Toggle span:nth-child(3) {
			   top: /*32px*/23px;
		}
		.Toggle span:nth-child(4){
			top:25px;
			border-bottom:none;
			font-size: 10px;
			text-align: center;
			color:#666;
			font-family: 'Noto Serif JP', serif;
		}
		/* 1番目のspanをマイナス45度に */
		.Toggle.active span:nth-child(1) {
			top: /*18px*/16px;
			   -webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		   transform: rotate(-45deg);
		   }
		   /* 2番目と3番目のspanを45度に */
		   .Toggle.active span:nth-child(2),
		   .Toggle.active span:nth-child(3) {
			   top: /*18px*/16px;
			   -webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		   transform: rotate(45deg);
		   }
	}
	@media (min-width: 768px) {
		.Toggle{
			display: none;
		}
	}


/* g-nav --------------------*/
.g-nav-list li{
	font-family: 'Noto Serif JP', serif;
}
/* 小見出し*/
	@media ( max-width : 767px ){
		.g-nav {
			position: fixed;
			/* メニューの位置マイナス指定で画面外に */
			top:0;
			right: -100%;
			width: 100%;
			height: 100vh;
			background-color: rgba(255, 255, 255, .9);
			/*color: #efefef;*/
			transition: .3s;
			z-index: 10;
			padding-top: 46px;
		}
		.g-nav.open {
			/*position: absolute;*/
			right: 0;
		}

		.g-nav-list{
			/* メニューを縦に */
			display: flex;
			flex-direction: column;
		}
		.g-nav-list li{
			/* メニューテキスト位置をリスト内中心に */
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 100%;
			font-size: 1.4rem;
		}
		.g-nav-list li a{
			padding: 0.9rem 0;
			color:#666;
			text-decoration:none;
			display: block;
			border-bottom: 1px dotted #c5c5c5;
			width: 80%;
			text-align: center;
		}
	}
	@media (min-width: 768px) {
		.g-nav{
			padding-top: 16px;
			padding-bottom: 24px;
		}
		.g-nav-list{
			display: flex;
		}
		.g-nav-list li{
			font-size: 1.3rem;
			text-align: center;
			flex-grow: 1;
		}
		.g-nav-list li + li {
			background-image: url(../img/com_gnavi-list-border.png);
			background-repeat: no-repeat;
			background-position: left;
		}
		.g-nav-list li a{
			color:#333;
			text-decoration: none;
			display: inline-block;
			padding: 8px 0;
			border-bottom-style: solid;
			border-bottom-width: 3px;
			border-bottom-color: rgba(106, 19, 28, 0);;
			transition:border-bottom-color .5s, color .3s;
		}
		.g-nav-list li a:hover,
		.g-nav-list li a.a-on{
			border-bottom-color: rgba(106, 19, 28, 1);
		}
	}
	@media (min-width: 992px) {
		.g-nav{
			padding-top: 16px;
			padding-bottom: 24px;
		}
		.g-nav-list li{
			font-size: 1.6rem;
			padding: 8px;
		}
	}
/***********************************
* main *
***********************************/
/* section .st-01 共通項目　--------------------*/
.st-01 > *:last-child,
.st-01-under > *:last-child{
	margin-bottom: 0;
}
/* コンテンツのマージン*/
	@media ( max-width : 767px ){
		.st-01 {
			margin-bottom: 80px;
		}
		.st-01-under{
			margin-bottom: 40px;
		}
	}
	@media (min-width: 768px) {
		.st-01 {
			margin-bottom: 130px;
		}
		.st-01-under{
			margin-bottom: 65px;
		}
	}
	@media (min-width: 992px) {
		.st-01 {
			margin-bottom: 150px;
		}
		.st-01-under{
			margin-bottom: 80px;
		}
	}
/* h2*/
.el_lv1Heading{
	font-family: 'Noto Serif JP', serif;
	color:#6a131c;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
.el_lv1Heading img {
	display: table;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

	@media ( max-width : 767px ){
		.el_lv1Heading{
			padding-top: 32px;
			margin-bottom: 30px;
			font-size: 1.5rem;
		}
		.el_lv1Heading img {
			height: 30px;
		}

	}
	@media (min-width: 768px) {
		.el_lv1Heading{
			padding-top: 32px;
			margin-bottom: 32px;
			font-size: 1.6rem;	
		}
		.el_lv1Heading img {
			height: 33px;
		}
	}
	@media (min-width: 992px) {
		.el_lv1Heading{
			padding-top: 64px;
			margin-bottom: 48px;
			font-size: 1.6rem;
		}
		.el_lv1Heading img {
			height: 41px;
		}
	}
/* h3*/
.el_lv2Heading{
	position: relative;
	display: table;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	font-family: 'Noto Serif JP', serif;
	color:#6a131c;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
.el_lv2Heading.el_lv2Heading__undeLine::after{
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	left:50%;
	width: 1.5em;
	height: 3px;
	transform: translateX(-50%);
	background-color: rgba(106, 19, 28, .5);
}
.el_lv2Heading.el_lv2Heading__undeLine{
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.el_lv2Heading.el_lv2Heading__fontSm{
	font-size: 1.4rem;
}

	@media (min-width: 768px){
		.el_lv2Heading{
			font-size: 1.8rem;
		}
		.el_lv2Heading.el_lv2Heading__fontSm{
			font-size: 1.6rem;
		}
	}
	@media (min-width: 992px){
		.el_lv2Heading{
			font-size: 2.2rem;
		}
		.el_lv2Heading.el_lv2Heading__fontSm{
			font-size: 1.9rem;
		}
	}
/* p li dt */
.st-01 p{
	margin-bottom: 1.6em;
}

	@media ( max-width : 767px ){
		.st-01 p,
		.st-01 li,
		.st-01 dl dt,
		.st-01 dl dd,
		#information-block dl dt,
		#information-block dl dd,
		#concept-block h4{
			font-size: 1.3rem;
		}
		.st-01 p.p_mbLg{
			margin-bottom: 1.5em;
		}
	}
	@media (min-width: 768px) {
		.st-01 p,
		.st-01 li,
		.st-01 dl dt,
		.st-01 dl dd,
		#information-block dl dt,
		#information-block dl dd,
		#concept-block h4{
			font-size: 1.4rem;
		}
		.st-01 p.p_mbLg{
			margin-bottom: 3em;
		}
	}
	@media (min-width: 992px) {
		.st-01 p,
		.st-01 li,
		.st-01 dl dt,
		.st-01 dl dd,
		#information-block dl dt,
		#information-block dl dd,
		#concept-block h4{
			font-size: 1.6rem;
		}
	}
/* el_box */
.el_box{
	background-color: #fff;
	border: solid 1px #bebebe;
	padding: 16px;
	margin-bottom: 2em;
	border-radius: 3px;
}
.el_box > *:last-child{
	margin-bottom: 0;
}
.el_box.el_box__bgcGreen{
	background-color: rgba(166, 183, 141, .6);
	border-color:rgba(166, 183, 141, .3)
}
.el_box.el_box_widthSm{
	width: 90%;
	max-width: 690px;
	margin-right: auto;
	margin-left: auto;
}	
	@media (min-width: 768px) {
		.el_box{
			margin-bottom: 4em;
		}
	}
	@media (min-width: 992px) {
		.el_box{
			padding: 24px;
			margin-bottom: 5em;
		}
	}
/* el_btn, bl_listBtn */
.bl_listBtn li{
	margin-bottom: 1em;
}
a.el_btn{
	width: 100%;
	display: block;
	background-color: #6a131c;
	padding: 16px 14px;
	font-size: 1.1em;
	text-decoration: none;
	color:#fff;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
.el_btn.el_btn__wLg{
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.el_btn.el_btn__wMd{
	width: 90%;
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}
a.el_btn a:hover{
	background-color: #6d3039;
	color:#fff;
	text-decoration: none;
}
	@media (min-width: 768px){
		.bl_listBtn{
			display: flex;
			justify-content: space-between;
			margin-right: -15px;
			margin-left: -15px;
		}
		.bl_listBtn li{
			padding-right: 15px;
			padding-left: 15px;
			margin-bottom: 1em;
		}
		.bl_listBtn.bl_listBtn__col2 li{
			flex: 0 0 50%;
			max-width: 50%;
		}
		.bl_listBtn.bl_listBtn__pcCol2{
			flex-wrap: wrap;
		}
		.bl_listBtn.bl_listBtn__pcCol2 li{
			width: 100%;
		}
		.bl_listBtn.bl_listBtn__col3 li{
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		a.el_btn{
			padding: 20px 16px;
			font-size: 1.1em;
		}
	}
	@media (min-width: 992px){
		.bl_listBtn.bl_listBtn__pcCol2 li{
			flex: 0 0 50%;
			max-width: 50%;
		}
		a.el_btn{
			padding-top: 28px;
			padding-bottom: 28px;
			font-size: 1.2em;
		}
	}
/* el_googleForm */
.el_googleForm_wrapper{
	padding: 15px 10px;
	width: 100%;
	max-width: 670px;
	background-color: #fff;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
}
.el_googleForm{
	position: relative;
    width: 100%;
    overflow-y: scroll;
    padding-top: 150%;
}
.el_googleForm iframe{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
	@media (min-width: 768px){
		.el_googleForm_wrapper{
			padding: 20px;
		}
		.el_googleForm{
			padding-top: 170%;
		}
	}
/* bl_underIcatch */
.bl_underIcatch{
	position: relative;
	width: 100%;
	padding-top: 40.8%;
	margin-bottom: 2em;
}
.bl_underIcatch.bl_underIcatch__weleda::before,
.bl_underIcatch.bl_underIcatch__book::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width: 100%;
	height: 100%;;
}
.bl_underIcatch.bl_underIcatch__weleda::before{
	background-color: rgba(0, 0, 0, .2);
}
.bl_underIcatch.bl_underIcatch__book::before{
	background-color: rgba(30, 30, 30, 0.3);
}
.bl_underIcatch_ttl{
	position: absolute;
	z-index: 3;
	top:50%;
	right:0;
	left:0;
	transform: translateY(-50%);
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}
.bl_underIcatch_ttl img{
	display: block;
	height: 30px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
.bl_underIcatch_ttl.bl_underIcatch_ttl__book{
	padding-left: 5px;
	padding-right: 5px;
}
.bl_underIcatch_ttl.bl_underIcatch_ttl__book img{
	height: 20px;
}
.bl_underIcatch_pic{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	@media (min-width: 576px){
		.bl_underIcatch_ttl.bl_underIcatch_ttl__book img{
			height: 30px;
		}
	}
	@media (min-width: 768px){
		.bl_underIcatch{
			margin-bottom: 4em;
		}
		.bl_underIcatch_ttl{
			font-size: 2.0rem;
		}
		.bl_underIcatch_ttl img{
			height: 33px;
		}
	}
	@media (min-width: 992px){
		.bl_underIcatch{
			margin-bottom: 5em;
		}
		.bl_underIcatch_ttl{
			font-size: 2.6rem;
		}
		.bl_underIcatch_ttl img{
			height: 41px;
		}
	}
/* bl_flowList */
.bl_flowList_wrap{
	margin-right: auto;
	margin-left: auto;
}
.bl_flowList_wrap__book{
	max-width: 630px;
}
.bl_flowList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}
.bl_flowList li{
	position: relative;
	width: 190px;
	height: 190px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.bl_flowList li::after{
	content: "";
	position: absolute;
    top: 50%;
    right: -18px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #a6b78d;
    border-top: 2px solid #a6b78d;
}
.bl_flowList li:last-child::after,
.bl_flowList li.bl_flowList_bookNum3::after{
	content: none;
}
.bl_flowList_btnWrap{
	max-width: 780px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}
	@media ( max-width : 1199px ){
		.bl_flowList li{
			width: 160px;
			height: 160px;
			font-size: 1.5rem;
		}
	}
	@media ( max-width : 991px ){
		.bl_flowList li{
			font-size: 1.4rem;
		}
		.bl_flowList li:nth-of-type(3)::after{
			content: none;
		}
		.bl_flowList_btnWrap{
			max-width: 560px;
			margin-top: 2em;
		}
		
	}
	@media ( max-width : 767px ){
		.bl_flowList li{
			width: 150px;
			height: 150px;
			font-size: 1.3rem;
		}
		.bl_flowList_btnWrap{
			max-width: 280px;
		}
	}
	@media ( max-width : 575px ){
		.bl_flowList{
			display: block;
		}
		.bl_flowList li{
			width: 170px;
			height: 170px;
			font-size: 1.3rem;
			margin-right: auto;
			margin-bottom: 40px;
			margin-left: auto;
		}
		.bl_flowList li::after,
		.bl_flowList li.bl_flowList_bookNum3::after,
		.bl_flowList li:nth-of-type(3)::after{
			content: "";
			position: absolute;
			top: auto;
			bottom:-24px;
			right: auto;
			left:50%;
			 width: 15px;
			 height: 15px;
			 transform: translateX(-50%) rotate(135deg);
			 border-right: 2px solid #a6b78d;
			 border-top: 2px solid #a6b78d;
		}
	}

.bl_flowList_item{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}
.bl_flowList_item:before{
	content: attr(data-num);
	position: absolute;
	top: 0.2em;
	left:50%;
	transform: translateX(-50%);
	color:#a6b78d;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
/*bl_information*/
.bl_information{
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bl_information_btn{
	padding-top: 1em;
}
	@media (min-width: 576px) {
		.bl_information{
			min-width: 380px;
		}
	}
	@media (min-width: 992px) {
		.bl_information{
			min-width: 480px;
		}
	}
/***********************************
* footer *
***********************************/
#footer{
	background: #a6b78d url('../img/bg_footer.png') ;
	color:#6a131c;
}
	@media ( max-width : 767px ){
		#footer{
			padding-bottom: 24px;
		}
	}
	@media (min-width: 768px) {
		#footer{
			padding-bottom: 40px;
		}
	}
	@media (min-width: 992px) {
		#footer{
			padding-bottom: 50px;
		}
	}
/* h2 --------------------*/
#footer h2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	@media ( max-width : 767px ){
		#footer h2{
			width: 200px;
			padding-top: 24px;
			margin-bottom:14px;
		}
	}
	@media (min-width: 768px) {
		#footer h2{
			width: 250px;
			padding-top: 40px;
			margin-bottom:14px;
		}
	}
	@media (min-width: 992px) {
		#footer h2{
			width: 100%;
			padding-top: 48px;
			margin-bottom:16px;
		}
	}
/* lead --------------------*/
#footer p.lead{
	text-align: center;
	margin-bottom: 3em;
}
	@media ( max-width : 767px ){
		#footer p.lead{
			font-size: 1.2rem;
			margin-bottom: 4em;
		}
	}
	@media (min-width: 768px) {
		#footer p.lead{
			font-size: 1.3rem;
		}
	}
	@media (min-width: 992px) {
		#footer p.lead{
			font-size: 1.4rem;
		}
	}

/* copy --------------------*/
#footer p.copy{
	text-align: center;
	margin-bottom: 0;
	font-size: 1.0rem;
}
	@media (min-width: 768px){
		#footer p.copy{
			font-size: 1.1rem;
		}
	}
	@media (min-width: 992px){
		#footer p.copy{
			font-size: 1.2rem;
		}
	}

/***********************************
* pagetop *
***********************************/
#pagetop {
	display:none;
	position: fixed;
	z-index: 10;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	transition: .3s;
}
#pagetop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

	@media ( max-width : 767px ){
		#pagetop {
			bottom: 15px;
			right: 15px;
			width: 80px;
			height: 80px;
		}
	}
	@media (min-width: 768px) {
		#pagetop {
			bottom: 15px;
			right: 15px;
			width: 100px;
			height: 100px;
		}
	}
	@media (min-width: 992px) {
		#pagetop {
			bottom: 50px;
			right: 50px;
			width: 140px;
			height: 140px;
		}
	}
