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

body, html {
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pc { display: none; }
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p strong {
	font-size: 21px;
}
a.btn_pink {
	display: block;
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #e95295;
    margin: auto;
    position: relative;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    color: #FFF;
    transition: all 0.5s;
    padding: 10px;
}
a.btn_white {
	display: block;
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
	border: 1px solid #DDD;
    margin: auto;
    position: relative;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    transition: all 0.5s;
    padding: 10px;
}
a.btn_line {
	display: block;
	font-size: 18px;
	line-height: 150%;
    font-weight: bold;
    text-align: center;
    background: #00b019 url("../img/common/ico/line.png") no-repeat 20px 50%;
	background-size: 40px;
    margin: auto;
    position: relative;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    color: #FFF;
    transition: all 0.5s;
    padding: 15px 10px 15px 30px;
}
a.btn_pink.arrow-r:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background-image: url("../img/common/ico/arrow_circle-r-w.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
a.btn_white.arrow-r:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background-image: url("../img/common/ico/arrow_circle-r.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
a.btn_pink.download:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../img/common/ico/download.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
a.btn_white.download:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../img/common/ico/download_bk.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.more {
	margin: 30px 0 0 0;
	text-align: right;
}
.more a {
	background: url("../img/common/ico/arrow_circle-r.png") no-repeat 100% 50%;
	background-size: 15px;
	padding-right: 20px;
	color: #000;
}

.note {
	border: solid 1px #ffea00;
	font-size: 16px;
	margin: 30px;
}
.note p.ttl {
	color: #e95295;
	background: #ffea00;
	padding: 10px;
	line-height: 160%;
	text-align: center;
}
.note p.txt {
	color: #000000;
	padding: 10px;
	background: #FFF;
}

/* header */
header {
	background:#FFF;
	top: -50px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity:0;
	z-index: 1000;
}
header .header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
}
header h1 {
	margin: 0;
	padding: 0;
	align-items: center;
	width: 60%;
}
header .contact {
	display: flex;
	justify-content: space-between;
	width: 35%;
}
header .contact li {
	width: 31%;
}
header .contact li img {
	width: 70%;
}

/* main */
#main {
	margin: 0;
	height: 60vh;
	position: relative;
}
.introduction {
	background: url("../img/sp_main_bg.png") no-repeat 0 100%;
	background-size: 100%;
}
.introduction div {
	background: url("../img/main_sensu.png") no-repeat -60px 20px;
	background-size: 150px;
	padding: 50px 30px 70px 30px;
}
.introduction h2 {
	margin-bottom: 30px;
}
.caption {
	font-size: 18px;
	text-align: center;
	line-height: 180%;
	letter-spacing: 2px;
	margin: 20px 0;
}

/* contents */
.inner h2 {
	margin: 0 0 30px 0;
}

/* collection */
#collection {
	margin: 50px 30px 80px 30px;
	text-align: center;
}
#collection ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
}
#collection ul li {
	width: 50%;
	position: relative;
	background: #fde8d0;
}
#collection ul li:nth-child(2),
#collection ul li:nth-child(3),
#collection ul li:nth-child(6),
#collection ul li:nth-child(7) {
	background: #dec0d4;
}
#collection ul li::after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/common/ico/expansion.png") no-repeat 50% 50%;
	background-size: 100%;
	z-index: 100;
}
#collection ul li img {
	width: 100%;
	height: auto;
	z-index: 10;
}
#cboxLoadedContent {
	background: #fde8d0;
}


/* point */
#point {
	position: relative;
	overflow: hidden;
	margin: 10% 0 0 0;
	padding: 0;
	background: linear-gradient(180deg, #FFF, #abced8, #abced8, #abced8);
	z-index: -2;
}
#point::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 2% -10% 0;
	background: #abced8;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
#point .inner {
	box-sizing: border-box;
	width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    color: #fff;
    text-align: center;
}
#point .inner h2 {
	width: 70%;
	margin: 0 auto;
}
#point .inner ul li {
	margin: 15px 0;
}

/* howto */
#howto {
	padding: 50px 0 0 0;
}
#howto h2 {
	background: url("../img/howto_photo.png") no-repeat 110% 80%;
	background-size: 35%;
	padding: 0 30px 50px 30px;
	margin: 0;
}
#howto .link {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px;
}
#howto .link a {
	display: inline-block;
	margin-bottom: 10px;
}
#howto .link .semi {
	color: #ec6800;
	margin: 5px;
}
#howto .link .full {
	color: #e95295;
	margin: 5px;
}
#howto .link strong {
	font-size: 16px;
}
#howto p.caption {
	padding: 0 30px;
	margin: 0;
}

/* order */
#order {
	overflow: hidden;
	margin: 0;
	z-index: -2;
}
#order .inner {
	box-sizing: border-box;
	width: 100%;
    margin: 0;
}
#order #semi-order {
	padding: 20px 30px;
	background: url("../img/order_bg.png") no-repeat -30% 5%, url("../img/order_bg.png") no-repeat -20% 35%, url("../img/order_bg.png") no-repeat 140% 60%, #fde8d0;
	background-size: 55%;
}
#order #full-order {
	padding: 20px 30px 60px 30px;
	background: url("../img/order_bg.png") no-repeat -30% 5%, url("../img/order_bg.png") no-repeat -20% 35%, url("../img/order_bg.png") no-repeat 140% 60%, #dec0d4;
	background-size: 55%;
}
#order ul.step_menu {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#order ul.step_menu li {
	width: 48%;
	margin: 0 0 15px 0;
}
#order ul.step_menu li a {
	color: #000;
}
#order ul.step_menu li div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}
#order ul.step_menu li div img {
	width: 30%;
	height: auto;
}
#order ul.step_menu li div p {
	width: 65%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}

#order article {
	margin: 50px 0;
	background: #FFF;
	position: relative;
	padding: 80px 20px 20px 20px;
}
#order article#complete {
	margin-bottom: 20px;
}
#order article h3 {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 40%;
	margin: 0 0 0 -20%;
}
#order article p {
	margin: 15px 0;
}
#order article .btn a {
	margin-bottom: 15px;
}
#order .ac-box {
	width: auto;
	margin: 30px auto 5px;
}
#order .ac-box label {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	border: 1px dashed #DDD;
	margin: auto;
	line-height: 50px;
	position: relative;
	display: block;
	border-radius: 8px;
	cursor: pointer;
	color: #666;
	transition: all 0.5s;
	padding: 5px 10px;
}
#order .ac-box label:hover{
	background: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#order .ac-box input {
	display: none;
}
#order .ac-box label:after {
	content: "";
    background:  url("../img/common/ico/arrow_circle-b.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 10px;
}
#order .ac-box input:checked ~ label::after {
	content: "";
    background:  url("../img/common/ico/arrow_circle-t.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 10px;
}
#order .ac-box .ac-small {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
#order .ac-box input:checked ~ div{
	height: auto;
	padding: 0;
	opacity: 1;
}
#order .ac-box hr {
	border: 0;
	border-bottom: 2px dotted #DDD;
	margin: 30px 0;
}
#order .ac-box p {
	font-size: 16px;
	line-height: 180%;
}
#order #full-order .full_point {
	background: #FFF;
	margin: 0 auto;
	padding: 20px;
}
#order #full-order .full_point h4 {
	margin-bottom: 15px;
	text-align: center;
}
#order #full-order .full_point .check_point li {
	margin-bottom: 30px;
	text-align: center;
}
#order #full-order .full_point .check_point li:last-child {
	margin-bottom: 0;
}
#order #full-order .full_point .check_point li p {
	margin-bottom: 15px;
}
#order #full-order .full_point .btn {
	margin-top: 15px;
}

#order #print .ac-box h4 {
	padding-top: 50px;
	text-align: left;
	font-size: 18px;
	line-height: 160%;
}
#order #print h4.home {
	background: url("../img/common/ico/home.png") no-repeat 50% 0;
	background-size: 40px;
	margin-top: 30px;
}
#order #print h4.convenience {
	background: url("../img/common/ico/convenience.png") no-repeat 50% 0;
	background-size: 40px;
}
#order #print .mulchcopy {
	background: #c1e4e9;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
}
#order #print .mulchcopy .seveneleven {
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	background: url("../img/common/ico/711.png") no-repeat 50% 0;
	background-size: 40px;
}
#order #print .mulchcopy .familymart {
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	background: url("../img/common/ico/fm_ls.png") no-repeat 50% 0;
	background-size: 100%;
}
#order #print .mulchcopy a {
	background: #ffea00;
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
	color: #000;
}
#order #print .mulchcopy a::after {
	content: "";
    background:  url("../img/common/ico/arrow_circle-r.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 10px;
}
#order #print .notice {
	padding: 0 !important;
}
#order #print .notice h4 {
	padding: 50px 10px 10px 10px;
	background: #e95295 url("../img/common/ico/attention.png") no-repeat 50% 15px;
	background-size: 30px;
	color: #FFF;
	text-align: center;
}
#order #print .notice p {
	margin: 10px;
}
#order #print .notice p strong {
	color: #e95295;
	font-size: 16px;
	line-height: 180%;
	border-bottom: 1px solid #e95295;
}
#order #print .btn a {
	margin: 15px 0;
}
#order .ac-box .size {
	padding: 20px 15px;
	text-align: center;
}
#order .ac-box .size-11 {
	background: #e9dfe5;
}
#order .ac-box .size-15-16 {
	display: flex;
}
#order .ac-box .size-15-16 hr {
	border: 0;
    border-right: 2px dotted #DDD;
    margin: 10px 0;
}
/*
#order #size .size-15 {
	background: #fde8d0;
}
#order #size .size-16 {
	background: #c1e4e9;
}
*/
#order .ac-box .size h4 {
	font-size: 18px;
	line-height: 160%;
	margin: 15px 0;
}
#order .ac-box .size-11 h4 {
	font-size: 23px;
	line-height: 160%;
	margin: 15px 0;
}
#order .ac-box .size h4 small {
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	display: block;
}
#order .ac-box .size-11 img.price-1 {
	width: 65%;
}
#order .ac-box .size img.price-1 {
	margin-bottom: 15px;
}
#order .ac-box .size-11 img.price-2 {
	width: 55%!important;
}
#order .ac-box .size img.price-2 {
	width: 86%;
}
#order #size .option {
	background: #fde8d0;
	padding: 15px;
	margin-top: 15px;
}
#order #size .option h4 {
	color: #b44c97;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
}

#order #design ul#design_list {
	overflow: hidden;
	position: relative;
}
#order #design ul#design_list li {
	width: 100%;
	float: left;
}
#order #design ul#design_list button {
	text-indent: -9999px;
	border: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	z-index: 10;
}
#order #design ul#design_list button.slick-prev {
	background: url("../img/common/ico/box_left.png") no-repeat;
	background-size: 100%;
	left: 0;
	margin: -25px 0 0 0;
}
#order #design ul#design_list button.slick-next {
	background: url("../img/common/ico/box_right.png") no-repeat;
	background-size: 100%;
	right: 0;
	margin: -25px 0 0 0;
}
#order #design .ranking {
	margin: 50px 0 0 0;
	text-align: center;
}
#order #design .ranking h4 {
	width: 60%;
	margin: 0 auto;
}
#order #design .ranking ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
#order #design .ranking ul li {
	width: 30%;
}
#order #design .ranking ul li p {
	width: 40%;
	margin: 0 auto 10px auto;
}
#order #design .past {
	margin-top: 30px;
}
#order #design .past h4 {
	color: #2792c3;
	text-align: center;
	font-size: 21px;
	line-height: 160%;
	margin-bottom: 10px;
}
#order #design .fullorder {
	background: #fde8d0;
	padding: 15px;
	margin-top: 30px;
}
#order #design .fullorder h4 {
	color: #e95295;
	text-align: center;
	font-size: 21px;
	line-height: 160%;
	margin-bottom: 10px;
}
#order #letter p.txt {
	text-align: center;
	margin-bottom: 30px;
}
#order #letter .font {
	background: #fde8d0;
    padding: 15px;
    margin-top: 30px;
}
#order #letter .font {
	background: #fde8d0;
    padding: 15px;
    margin-top: 30px;
}
#order #letter .font h4 {
    color: #b44c97;
    text-align: center;
    font-size: 21px;
    line-height: 160%;
    margin-bottom: 10px;
}
#order #letter .font .more {
    margin-top: 10px;
}
#order #letter .color {
	background: #e9dfe5;
    padding: 15px;
}
#order #letter .color h4 {
    color: #b44c97;
    text-align: center;
    font-size: 21px;
    line-height: 160%;
    margin-bottom: 10px;
}
#order #letter .color .more {
    margin-top: 10px;
}
#order .printing {
    padding: 30px 0 0 0;
}
#order .printing h4 {
    text-align: center;
}
#order .printing h4 img {
    width: 80%;
}
#order .printing .print_type {
    margin: 10px 0;
}
#order .printing .print_type img {
    margin: 5px 0;
}
#order .printing .info {
	margin: 30px 0;
	text-align: center;
}
#order .printing .info img {
	width: 35px;
	margin-bottom: 5px;
}
#order .printing .gold {
	margin: 30px 0;
	background: #e9dfe5;
	padding: 0 0 15px 0;
}
#order .printing .fake {
	margin-bottom: 30px;
	background: #c1e4e9;
	padding: 0 0 15px 0;
}
#order .printing .sheet {
	margin-bottom: 30px;
	background: #fddea5;
	padding: 0 0 15px 0;
}
#order .printing .info {
	margin: 15px;
}
#order .printing .info h4 {
	font-size: 26px;
	line-height: 160%;
}
#order .printing p {
	text-align: left;
}
#order .printing .info h4 small {
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 160%;
}
#order .printing .info p {
	margin: 0;
}
#order .printing p.txt  {
	margin: 0 15px;
}
#order .printing .gold p strong,
#order .printing .fake p strong,
#order .printing .sheet p strong {
	font-size: 16px;
	line-height: 160%;
	color: #e95295;
	border-bottom: 1px solid #e95295;
}
#order .printing p.example  {
	border: solid 1px #ffea00;
	background: #FFF;
	padding: 10px;
	margin: 15px;
	text-align: center;
}

#order #line .check {
	background: #fde8d0;
	padding: 15px;
	margin: 15px 0 0 0;
}
#order #line .check h4 {
	color: #028760;
	font-size: 21px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 10px;
}
#order #line .check p {
	margin: 10px 0;
}
#order #line .check p strong {
	color: #e95295;
	font-size: 16px;
	line-height: 180%;
	border-bottom: 1px solid #e95295;
}
#order #line .check p small {
	font-size: 14px;
	line-height: 180%;
}
#order #line .line-qr {
	text-align: center;
}
#order #line .line-qr h4 {
	font-size: 16px;
	line-height: 150%;
    font-weight: bold;
    text-align: center;
    background: #00b019;
    margin: 0 auto 15px auto;
    position: relative;
    display: block;
    color: #FFF;
    padding: 15px 10px;	
}
#order #line .line-qr p {
	text-align: left!important;
}
#order #line .line-qr p small {
	font-size: 14px;
	color: #e95295;
}
#order #line .line-qr img {
	width: 60%;
}

/* payment */
#payment {
	position: relative;
	overflow: hidden;
	margin: -40px 0 0 0;
	padding: 0 0 40px 0;
	z-index: 0;
}
#payment::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 2% -10% 0;
	background: #FFF;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
#payment .inner {
	padding: 30px;
	text-align: center;
}
#payment .inner h2 {
	margin-top: -30px;
}
#payment .inner h2 img {
	width: 90%;
}
#payment .inner .step {
	padding: 30px;
}
#payment .inner .step {
	background: #fde8d0;
}
#payment .inner .step:nth-child(2n) {
	background: #f8f4e6;
}
#payment .inner .step04 {
	margin-bottom: 30px;
}
#payment .inner p {
	padding: 0 10px 15px 10px;
}
#payment .inner .step h3 {
	padding-top: 45px;
}
#payment .inner .step01 h3 {
	background: url("../img/common/number/01.png") no-repeat 50% 0;
	background-size: 35px;
}
#payment .inner .step02 h3 {
	background: url("../img/common/number/02.png") no-repeat 50% 0;
	background-size: 35px;
}
#payment .inner .step03 h3 {
	background: url("../img/common/number/03.png") no-repeat 50% 0;
	background-size: 35px;
}
#payment .inner .step04 h3 {
	background: url("../img/common/number/04.png") no-repeat 50% 0;
	background-size: 35px;
}
#payment .inner .step img {
	margin-bottom: 15px;
}
#payment .inner .step p {
	padding: 0;
}
#payment .btn a {
	margin: 15px 0;
}

/* other */
#other {
	position: relative;
	overflow: hidden;
	margin: -40px 0 0 0;
	padding: 0;
	z-index: 0;
	background: linear-gradient(180deg, #FFF, #abced8, #abced8, #abced8);
}
#other::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 140%;
	height: 100%;
	margin: 2% -10% 0;
	background: #abced8;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
#other .inner {
	padding: 30px;
	text-align: center;
}
#other .inner h2 {
	margin-top: -30px;
}
#other p.caption {
	text-align: center;
	margin: 20px 0;
	color: #FFF;
}
#other .item_box {
	background: #FFF;
	padding: 20px;
	margin: 20px auto;
}
#other p.txt {
	text-align: center;
	margin: 20px 0;
}
#other .item_box .line-up {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
#other .item_box .line-up hr {
	border: 0;
    border-right: 2px dotted #DDD;
    margin: 0 10px;
}
#other .item_box .line-up li {
	padding: 0 15px;
}
#other .item_box .line-up li .price {
	margin-bottom: 15px;
}
#other .oudanmaku.item_box .line-up {
	display: block;
	margin: 15px 0;
}
#other .oudanmaku.item_box .line-up hr {
    border-bottom: 2px dotted #DDD;
    margin: 15px;
}
#other .oudanmaku.item_box .line-up li .price {
	padding: 0 50px;
}
#other .item_box .option {
	background: #fde8d0;
	padding: 15px;
	margin: 15px 0;
}
#other .item_box .option h4 {
	color: #b44c97;
	font-size: 21px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}
#other .item_box .option p {
	line-height: 140%;
	margin-top: 20px;
}
#other .item_box .option p strong {
	color: #e95295;
	margin: 0 10px;
}

/* FAQ */
#faq {
	padding: 30px;
	background: #fde8d0;
}
#faq h2 {
	text-align: center;
}
#faq h2 img {
	width: 50%;
}
#faq dl {
	margin: 30px 0 0 0;
}
#faq dt {
	margin: 0;
	padding: 5px 0 5px 60px;
	font-size: 18px;
	font-weight: bold;
	background: url("../img/faq_q.png") no-repeat;
	background-size: 40px;
}
#faq dd {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 60px;
	border-bottom: 1px dotted #CCC;
	background: url("../img/faq_a.png") no-repeat;
	background-size: 40px;
}
#faq dd:last-child {
	margin: 0;
	padding: 5px 0 0 60px;
	border-bottom: none;
}

footer {
	padding: 30px;
	text-align: center;
}
footer h2 {
	font-size: 24px;
	line-height: 180%;
}
footer p {
	margin: 15px 0;
}
footer .line {
	font-weight: bold;
}
footer .line span {
	color: #00b019;
}
footer .copyright {
	font-size: 14px;
	line-height: 140%;
	margin-top: 30px;
}

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 71px;
    background-color: #696969;
    opacity: 0.6;
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}
#page_top a span {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    box-sizing: border-box;
}


/* mm */
#sub {
	padding: 30px;
	background: #fde8d0;
}
#sub h2 {
	text-align: center;
}
#sub h2 img {
	width: 50%;
}
#sub dl {
	margin: 30px 0 0 0;
}
#sub dt {
	margin: 0;
	padding: 5px 0 5px 60px;
	font-size: 18px;
	font-weight: bold;
	background-size: 40px;
}
#sub dd {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 60px;
	border-bottom: 1px dotted #CCC;
	background-size: 40px;
}
#sub dd:last-child {
	margin: 0;
	padding: 5px 0 0 60px;
	border-bottom: none;
}