@charset "utf-8";

/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #333333;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 2.6rem;
    text-align: justify;
}
dt {
    font-size: 2.6rem;
}
dd {
    font-size: 2.6rem;
}
strong, th {
    font-weight: 700;
}
ul, ol {
}
li {
    font-size: 2.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
    font-size: 1em;
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 2.6rem;
    padding: 20px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #005bac;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
.none {
    display: none !important;
}
.sp,
.tb {
    display: none !important;
}
.pc {
    display: inline-block !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt60 {
    margin-top: 60px !important;
}


/******************************************************/
/* 共通パーツ  */
/******************************************************/
#main .ba_btn_area {
    padding: 20px 0 100px;
    text-align: center;
    background: #84c4fb;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main #peace_user .ba_btn_area {
    background: #84c4fb;
}
#main #before_after .ba_btn_area {
    background: #dbf0fc;
}
#main #voice .ba_btn_area {
    background: #ffffff;
    padding: 80px 0 40px;
}
#main .ba_btn_area p {
    text-align: center;
}
#main .ba_btn_area .ba_ttl {
    color: #0c2841;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    text-align: center;
}
#main .ba_btn_area .ba_btn a {
    background: linear-gradient(120deg, #ff6800 0%, #ff8028 50%, #f69d28 100%);
    color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 44px;
    width: 654px;
    height: 190px;
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    align-items: center;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -0.03em;
    letter-spacing: 0;
    box-shadow: 4px 6px 0 4px rgba(12, 114, 203, 0.1);
    position: relative;
    overflow: hidden;
}
#main .ba_btn_area .ba_btn a:before {
    content: "";
    display: block;
    background: url("../images/ba_btn_arw.svg") no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    right: 35px;
}
#main .ba_btn_area .ba_btn a:hover {
    text-decoration: none;
}
#main .ba_btn_area .ba_btn a strong {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
}
#main .ba_btn_area .ba_btn a span {
    display: flex;
    align-items: center;
}
#main .ba_btn_area .ba_btn a span:before {
    content: "";
    display: block;
    background: #fff;
    width: 800px;
    height: 800px;
    border-radius: 400px;
    position: absolute;
    top: -40px;
    left: 240px;
    opacity: 0.08;
}
#main .ba_btn_area .ba_btn a:after {
    content: "";
    position:absolute;
    top:-200%;
    left:-150%;
    content:"";
    height:500%;
    width:70px;
    background:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.96) 40%,rgba(255,255,255,0),rgba(255,255,255,0.96),rgba(255,255,255,0));
    transform: rotate(60deg);
    animation: shinyshiny 2.5s ease-in-out infinite;
}
@keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/******************************************************/
/* base  */
/******************************************************/
#wrapper {
    background: #fff;
    width: 750px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.contents {
    position: relative;
}
.contents a:link {
    color: #005bac;
    text-decoration:none;
}
.contents a:visited {
    color: #204862;
}
.contents a:hover {
    text-decoration: underline;
}
#main {
    padding-top: 110px;
    display: block;
    position: relative;
    overflow-x: hidden;
}
#main .inbox {
    position: relative;
    margin: auto;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    margin: auto;
    position: absolute;
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    width: 750px;
    height: 110px;
    background: #fff;
    z-index: 1000;
}
header #gn {
    overflow: hidden;
}
header #logo {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
}
header #gn_contact {
    position: absolute;
    top: 18px;
    left: 286px;
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
}
.menu-trigger {
    display: block;
    width: 110px;
    height: 110px;
    transition: all .4s;
}
.menu-trigger.active img {
    display: none;
}
.menu-trigger.active span {
    background: url(../images/header_menu_close.png) no-repeat;
    display: block;
    width: 110px;
    height: 110px;
}
.menu-trigger:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
/* ハンバーガーメニュー */
#overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
header #gn_main {
    position: absolute;
    top: 0;
    right:0;
    position: relative;
    transform: translateX(100%);
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #3c2416;
    color: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0;
}
header #gn_main.open {
    transform: translateX(0);
    right: 0;
    z-index: 19999;
    height: auto;
    height: calc(100vh - 110px);
}
header #gn_main nav {
    margin: 0;
    padding: 0;
}
header #gn_main ul.gn_menu {
    padding: 0;
}
header #gn_main ul.gn_menu > li {
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    display: block;
    border-bottom: 2px solid #fff;
    flex-shrink: 0;
}
header #gn_main ul.gn_menu > li > a {
    color: inherit;
    position: relative;
    display: block;
    padding: 35px 80px 35px 50px;
}
header #gn_main ul.gn_menu > li > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.bnr {
    padding: 50px 50px 0;
}
header #gn_main ul.bnr li {
    margin-bottom: 20px;
}
header #gn_main #h_close {
    margin: 60px 0;
    padding: 4px 0;
    text-align: center;
}



/******************************************************/
/* LPベース  */
/******************************************************/
#main .contact {
    background: #1aae59;
    padding-bottom: 40px;
    text-align: center;
}
#main .contact ul {
}
#main .contact ul li:nth-of-type(n+2) {
    margin-top: 6px;
}
#main .case_2month ul li,
#main .case_3month ul li,
#main .case_4month ul li,
#main .case_men ul li {
    padding-bottom: 50px;
}
#main .case_3month {
    background: #fff5d1;
}
#main .case_men {
    background: #dbf0fc;
}
#main .campaign + .contact {
    margin-top: 10px;
}


/******************************************************/
/* 7つの理由  */
/******************************************************/
#reasons {
    background: #fd9207 url(../images/7reason_bg.png) no-repeat;
}
#reasons .list {
    padding-bottom: 30px;
    border-bottom: 10px solid #fff;
}
#reasons dl.point {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(94,47,0,0.2);
    margin: 0 25px 25px;
    padding: 30px 30px 40px;
}
#reasons dl.point:nth-of-type(3) {
    padding-bottom: 0;
}
#reasons dl.point > dt {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    padding-bottom: 18px;
    border-bottom: 4px solid #444444;
}
#reasons dl.point:nth-of-type(5) > dt {
    letter-spacing: -0.03em;
}
#reasons dl.point > dt strong {
    color: #f23837;
    font-size: 44px;
    font-weight: 700;
}
#reasons dl.point > dt img {
    flex-shrink: 0;
    margin-right: 22px;
}
#reasons dl.point > dd {
    padding: 45px 20px 0;
    color: #333;
    font-size: 26px;
    line-height: 1.45;
    text-align: left;
}
#reasons dl.point > dd p {
    font-size: 26px;
    line-height: 1.45;
}
#reasons dl.point > dd p + p {
    margin-top: 20px;
}
#reasons dl.point > dd p strong {
    background: linear-gradient(transparent 40%, #fdf082 40%);
}
#reasons dl.point > dd p.img {
    text-align: center;
    margin: 30px -20px 0;
}
#reasons dl.point > dd p.mini {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: normal;
}
#reasons dl.point > dd p.bg {
    margin: 30px -50px 0;
    text-align: center;
}
#reasons dl.point dl.note {
    background: #fff997;
    padding: 30px;
    margin: 30px -20px 0;
}
#reasons dl.point dl.note dt {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    border-bottom: 3px solid #444444;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
#reasons dl.point dl.note dd {
    font-size: 26px;
}
#reasons dl.point dl.note dd strong {
    color: #f23837;
}
#reasons dl.point ul.img {
    display: flex;
    justify-content: space-between;
    margin: 40px -20px 0;
}
#reasons dl.point ul.img li {
    width: 320px;
    text-align: center;
    font-size: 22px;
    line-height: 1.45;
}
#reasons dl.point ul.img.column1 {
    display: block;
    margin: 40px -20px 0;
}
#reasons dl.point ul.img.column1 li {
    width: auto;
    text-align: center;
    font-size: 22px;
    line-height: 1.45;
}
#reasons dl.point ul.img img {
    margin-bottom: 10px;
}


/******************************************************/
/* メソッド  */
/******************************************************/
#method {
    background: #ffffff;
}
#method .contact {
    border-top: 10px solid #fff;
}


/******************************************************/
/* お客様の声  */
/******************************************************/
#voice {
    padding-top: 60px;
    margin-bottom: 50px;
}
#voice dd.photo {
    margin: 0 45px;
    text-align: center;
}
#voice dd.voice {
    background: #fef1e1;
    margin: 0 45px;
    padding: 60px 40px 40px;
    position: relative;
}
#voice dd.voice h3 {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    text-align: center;
}
#voice dd.voice strong {
    background: linear-gradient(transparent 40%, #fdf082 40%);
}
#voice dd p.mini {
    color: #666666;
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
}


/******************************************************/
/* アンケート  */
/******************************************************/
#enquete .list {
    margin-bottom: 50px;
}
#enquete .list li {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
#enquete .list span.mini {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
}


/******************************************************/
/* モニター会員様募集中  */
/******************************************************/
#monitor {
    background: url(../images/monitor_bg.png);
    padding: 60px 0 45px;
}
#monitor .intro {
    text-align: center;
    margin-top: -30px;
}
#monitor .monitor_type {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(129,123,69,0.2);
    border-radius: 10px;
    margin: 30px 50px;
    padding: 30px 45px 35px;
}
#monitor .monitor_type h3 {
    margin-bottom: 30px;
}
#monitor .monitor_type .monitor_course {
    padding: 10px 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#monitor .monitor_type .monitor_course:nth-of-type(n+2) {
    background: url(../images/line.png) repeat-x;
    padding-top: 32px;
}
#monitor .monitor_type .course {
    background: #5e473c;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 18px 7px;
    margin-right: 16px;
}
#monitor .monitor_type .course span {
    font-size: 30px;
}
#monitor .monitor_type .price {
    color: #f23837;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
#monitor .monitor_type .price span {
    font-size: 50px;
}
#monitor .monitor_type .otoku {
    background: url(../images/arrow_yellow.png) no-repeat center top;
    padding-top: 13px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
}
#monitor .monitor_type .otoku strong {
    background: #fff726;
    border-radius: 8px;
    display: inline-block;
    padding: 12px 24px 8px;
}
#monitor .monitor_type .otoku span {
    font-size: 28px;
}
#monitor .monitor_type dl {
    margin-top: 25px;
    text-align: left;
}
#monitor .monitor_type dt {
    margin-bottom: 10px;
}
#monitor .monitor_type dd ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#monitor .note {
    color: #333333;
    font-size: 24px;
    line-height: 1.45;
    margin: 0 50px;
}


/******************************************************/
/* 選べるコース  */
/******************************************************/
#course {
    padding: 60px 0 0;
}
#course h2 {
    margin-bottom: 40px;
}
#course dl.course {
    background: #f1f0e7;
    margin: 40px 45px 0;
}
#course dl.course dt {
    background: #70584d;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px;
}
#course dl.course dt strong {
    color: #f6ff61;
    font-size: 30px;
}
#course dl.course dd {
    padding: 24px 16px;
}
#course dl.course dd h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
}
#course dl.course dd h3 span {
    font-size: 28px;
}
#course dl.course dd p {
    font-size: 24px;
    line-height: 1.45;
    text-align: center;
}
#course dl.course dd ul {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
#course dl.course dd ul li {
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#course dl.course dd ul li .date {
    background: #e4d3be;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 0 8px;
}
#course dl.course dd ul li .date span {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    margin-right: 4px;
}
#course dl.course dd ul li .price {
    background: #fff;
    padding: 10px 0;
    font-size: 24px;
}
#course dl.course dd ul li .price span {
    font-size: 30px;
}
#course .enrollent_fee {
    border: 3px solid #c2ba70;
    margin: 0 45px 30px;
    padding: 24px 20px 20px;
    color: #666666;
    font-size: 22px;
}
#course .enrollent_fee .price {
    color: #333;
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}
#course .enrollent_fee .price span {
    background: #5e473c;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 18px;
    display: inline-block;
    margin-right: 16px;
}
#course > p.plus {
    text-align: center;
    margin: 24px 0;
}
#course > p.note {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}


/******************************************************/
/* スタッフ紹介  */
/******************************************************/
#staff {
    background: url(../images/staff_bg.png);
    padding: 60px 0 25px;
    margin-top: 10px;
}
#staff h2 {
    margin-bottom: 20px;
}
#staff dl.staff {
    margin: 0 50px 35px;
}
#staff dl.staff > dt {
    position: relative;
    z-index: 2;
}
#staff dl.staff > dd {
    position: relative;
    background: #fff;
    padding: 70px 45px 45px;
    border-radius: 15px;
    margin-top: -41px;
}
#staff dl.staff > dd p + p {
    margin-top: 0.75em;
}
#staff dl.staff dl.keireki {
    background: #f1f0ea;
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 0 -20px 35px;
}
#staff dl.staff dl.keireki dt {
    background: #70584d;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    padding: 20px;
    margin-right: 16px;
    flex-shrink: 0;
}
#staff dl.staff dl.keireki dd {
    text-align: left;
    font-size: 25px;
    line-height: 1.35;
}
#staff dl.staff dl.award {
    margin: 25px -20px;
    position: relative;
}
#staff dl.staff dl.award dt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#staff dl.staff dl.award dd {
    background: #fffbf0;
    border: 2px solid #ffc082;
    padding: 45px 30px 30px;
}
#staff dl.staff dl.award ul {}
#staff dl.staff dl.award ul li {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
}
#staff dl.staff dl.award ul li:nth-of-type(n+2) {
    margin-top: 10px;
}


/******************************************************/
/* アクセス  */
/******************************************************/
#access {
    background: #e4eef4;
    color: #224566;
    padding: 60px 35px 15px;
}
#access dl {
    border-top: 4px solid #2a4c6c;
    padding-top: 36px;
    margin-bottom: 45px;
}
#access dt {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 24px;
}
#access dt .shop {
    background: #224566;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px;
    margin-right: 16px;
    flex-shrink: 0;
}
#access dt .access {
    font-size: 24px;
    line-height: 1.45;
}
#access dt .access strong {
}
#access dd {
    font-size: 22px;
    line-height: 1.45;
    text-align: left;
}
#access dd iframe {
    width: 100%;
    margin-bottom: 20px;
}
#access dd .private {
    background: #d0dde6;
    font-size: 22px;
    line-height: 1.45;
    padding: 24px 30px;
    margin-bottom: 5px;
}


/******************************************************/
/* ご入会の流れ  */
/******************************************************/
#enroll {
    background: #fff5d1;
    color: #4f3529;
    padding: 60px 0 50px;
}
#enroll h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
}
#enroll dl.step {
    margin: 0 45px;
}
#enroll dl.step:nth-of-type(n+2) {
    padding-top: 74px;
    background: url(../images/step_arrow.png) no-repeat center 30px;
}
#enroll dl.step dt {
    background: #4f3529;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 20px;
    display: inline-block;
}
#enroll dl.step dt span {
    font-size: 24px;
}
#enroll dl.step dd {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(94,47,0,0.2);
    padding: 60px 40px 40px;
    margin-top: -30px;
}
#enroll dl.step dd p {
}
#enroll dl.step dd ul {
    margin: 30px -20px 0;
    text-align: center;
}
#enroll dl.step dd ul li {
    margin-top: 4px;
}
#enroll dl.step dd .mini {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}


/******************************************************/
/* よくあるご質問  */
/******************************************************/
#faq {
    padding: 65px 0 0;
}
#faq h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
}
#faq .list dl {
}
#faq .list dt {
    border-top: 2px solid #cccccc;
    background: #f2f2f2 url(../images/icon_q.png) no-repeat 25px center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    padding: 20px 80px 21px 100px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
}
#faq .list dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 4px solid #666666;
    border-right: 4px solid #666666;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-75%) rotate(45deg);
}
#faq .list dl.open dt::after {
    transform: translateY(-35%) rotate(225deg);
}
#faq .list dd {
    padding: 45px 35px;
    line-height: 1.45;
    display: none;
}
#faq .list dl.open dd {
    display: block;
}
#faq .list dd p {
    line-height: 1.45;
}
#faq .list dd p + p {
    margin-top: 1em;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 50px 0;
}
footer a {
    text-decoration: underline;
    color: inherit !important;
}
footer p.btn {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 100px 40px;
}
footer p.btn a {
    border: 2px solid #999999;
    border-radius: 8px;
    padding: 32px 40px;
    text-decoration: none;
    position: relative;
    display: block;
    position: relative;
}
footer p.btn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 4px solid #666666;
    border-right: 4px solid #666666;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
footer .copyright {
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
footer .copyright small {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}