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


/*-----------------------------------------
DevotSelf
Last update:    2025-11-18

---------------------------------------*/


/*----------- base --------------*/

html{
    overflow-y:scroll;
    font-size: 62.5%; /*10pt*/
}


body{
    margin:0;
    padding:0;
    font-family:'Noto Sans JP' , -apple-system , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , ‘メイリオ’, meiryo , sans-serif ;
    color:#333;
    line-height:1.8;
    -webkit-text-size-adjust:100%;
    /*animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;*/
}

body{/* 16pt */
    font-size: 1.6em;
}
@media screen and (max-width:768px){
    body{/* 15pt */
        font-size: 1.5em;
    }
}

a{
    color:#0877be;
    text-decoration:none;
}


#mainarea a:hover{
    color:#43aaeb;
    transition:0.5s;
}

#mainarea a:hover img{
    opacity:0.6;
    transition:0.5s;
}

.fade01{
}
.fade01:hover{
    opacity:0.6;
}


a[href^="tel:"] {
    pointer-events: none;
    color:#333;
}

@media screen and (max-width:768px){
    a[href^="tel:"] {
        pointer-events:auto;
        color:#333;
    }
}


/* Start clearFix */
.clearfix:after{
    font-size:1px;
    color:#fff;
    content:"";
    display:block;
    height:0px;
    clear:both;
}
.clearfix{
    zoom:1;
}
/* End clearFix */


/*上付き・下付き文字*/
sup,sub{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em
}


/*-----------  font style -------------- */

.t01em{
    text-indent:1em;
}
.t-bolder{
    font-weight:bolder;
}
.f_size70{
    font-size:70%;
}
.f_size80{
    font-size:80%;
}
.f_size90{
    font-size:90%;
}
.f_size110{
    font-size:110%;
}
.f_size120{
    font-size:120%;
}
.f_size130{
    font-size:130%;
}
.f_size140{
    font-size:140%;
}
.f_size150{
    font-size:150%;
}
.f_size200{
    font-size:200%;
}


.f_red{
    color:#ff3300;
}
.f_green,
.f_dev{
    color:#00a4a1;
}



/*----------- position -------------- */


.mt005{
    margin-top:0.5em;
}
.mt010{
    margin-top:1em;
}
.mt015{
    margin-top:1.5em;
}
.mt020{
    margin-top:2.0em;
}
.mt030{
    margin-top:3.0em;
}
.mt050{
    margin-top:5.0em;
}
.mt060{
    margin-top:6.0em;
}

.mb005{
    margin-bottom:0.5em;
}
.mb010{
    margin-bottom:1em;
}
.mb015{
    margin-bottom:1.5em;
}
.mb020{
    margin-bottom:2em;
}
.mb030{
    margin-bottom:3em;
}
.mb050{
    margin-bottom:5em;
}
.mb060{
    margin-bottom:6em;
}

.mr005{
    margin-right:0.5em;
}
.mr010{
    margin-right:1em;
}
.mr020{
    margin-right:2em;
}
.mr030{
    margin-right:3em;
}
.mr050{
    margin-right:5em;
}

.ml005{
    margin-left:0.5em;
}
.ml010{
    margin-left:1em;
}
.ml020{
    margin-left:2em;
}
.ml030{
    margin-left:3em;
}
.ml050{
    margin-left:5em;
}


.mlr005{
    margin:0 0.5em;
}
.mlr010{
    margin:0 1em;
}

.pt050{
    padding-top: 5em;
}
.pb030{
    padding-bottom: 3em;
}
.pb050{
    padding-bottom: 5em;
}
.pr005{
    padding-right: 0.5em;
}
.pl005{
    padding-left: 0.5em;
}

.t-center {
    text-align:center;
}
.t-left {
    text-align:left;
}
.t-right {
    text-align:right;
}

.t-ind01,
.kome01{
    text-indent:-1em;
    margin-left:1em;
}
.t-ind02,
.kome02{
    text-indent:-2em;
    margin-left:2em;
}
.t-center img{
    margin:0 auto;
}


.fl_left{
    float:left;
}
.fl_right{
    float:right;
}
.clear_b{
    clear:both;
}

.iblock span{
    display: inline-block;
}



/*=============================
header
=============================*/

#header{
    padding:1em;
    background: #222;
}

#header h1#logo_pc{
    width:290px;
    float:left;
}
#globalnavi{
    float:right;
}
#globalnavi ul#g_navi{
    text-align:right;
}

#globalnavi ul#g_navi li{
    display:inline-block;
    margin:0 0.8em;
}

#globalnavi ul#g_navi li a{
    display:block;
    color:#fff;
    text-align:center;
    padding:0.5em 0.1em;
}

#globalnavi ul#g_navi li a:hover,
.home #globalnavi ul li#g_navi01 a,
.service #globalnavi ul li#g_navi02 a,
.suppliers #globalnavi ul li#g_navi03 a,
.aboutus #globalnavi ul li#g_navi04 a,
.contct #globalnavi ul li#g_navi05 a{
    background: url("../img/gnabvi_on.png") no-repeat center center;
}

#globalnavi ul#g_navi li a span{
    display:block;
    line-height:1.2;
}

#globalnavi ul#g_navi li a span.ttl_jp{
    font-size:80%;
}

#header_sp{
    display:none;
}



/*=============================
header
header_sp
=============================*/

@media screen and (max-width:768px){
    #header_pc{
        display:none;
    }
    #header_sp{
        display:block;
    }
    #header h1#logo_sp{
        width:290px;
    }
}

@media screen and (max-width:480px){
    #header h1#logo_sp{
        width:220px;
    }
}



/*=============================
sp menu
=============================*/

#sp_nav{
    display:block;
    width:100%;
    /*margin:0 auto;*/
    color: #fff;
    padding: 1.5em 1em 3em;
}
.nav_logo{
    width:220px;
    margin:0 auto 1em;
}
.sp_main{
    margin-bottom: 1em;
}

.spnav_course01,
.spnav_course02{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:1em 1em;
    margin-bottom: 1em;
}

.spnav_event a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #da3915;
    color: #fff;
    text-align: center;
    padding:0.5em 1em;
    margin-bottom: 1em;
}

.spnav_box{
    box-sizing: border-box;
    background: #fff;
    color: #333;
    padding:0.5em 1em;
    margin-bottom: 1em;
}
.spnav_box h3{
    text-align: center;
    margin-bottom: 0.5em;
}
.spnav_box h3 a{
    color: #333;
}

.spnav01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:1em 1em;
    margin-bottom: 1em;
}
.spnav01 a{
    display: block;
    width: 47.5%;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 1.2;
    padding:0.75em 0.75em;
}

.spnav02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0.75em 0.75em;
    margin-bottom: 1em;
}
.spnav02 a{
    display: block;
    width: 48%;
    background: #f7d8d0;
    box-sizing: border-box;
    color: #333;
    line-height: 1.2;
    font-size: 90%;
    padding:0.75em 0.75em;
}

.spnav03{
    margin-top: 2em;
    margin-bottom: 3em;
}
.spnav03 a{
    display: block;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-indent:-1.25em;
    padding-left:1.25em;
    margin-bottom: 0.75em;
}
.spnav03 a:before{
    font-family:"icomoon";
    content:"\e101";
    color: #fff;
    font-size: 90%;
    padding-right: 0.25em;
}

.spnav_contact{
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    color: #fff;
    text-align: center;
    font-size: 90%;
    padding: 2em 0 2em;
    margin-bottom: 3em;
}
.spnav_contact a{
    color: #fff;
}

#sp_nav .btn_con{
    margin-top: 1em;
    text-align: center;
}
#sp_nav .btn_con a{
    display:inline-block;
    background:#da3915;
    border:2px solid #da3915;
    color:#fff;
    text-align:center;
    border-radius:8px;
    line-height:1.4;
    padding:0.4em 3em;
    margin:0 auto;
}
#sp_nav .btn_con a:hover{
    background: #fff;
    color: #da3915;
}
#sp_nav .sp_bnr01{
    max-width: 480px;
    margin: 0 auto;
}
@media screen and (max-width:480px){
    #sp_nav .sp_bnr01{
        width: 90%;
    }
}



/*=============================
content
=============================*/
#content{
    background: url("../img/bg_main.png") no-repeat top center; 
}
@media screen and (max-width:640px){
    #content{
        background: url("../img/bg_main_sp.png") no-repeat top center;
        background-size: 100% auto;
    }
}

.inner01{
    max-width:1100px;
    box-sizing:border-box;
    margin:0 auto;
    padding:0 1em;
}

@media screen and (max-width:768px){
    .inner01{
        width:100%;
    }
}



/*=============================
breadcrumbs
=============================*/
#breadcrumbs{
    clear:both;
    background: #00a4a1;
    width:100%;
    line-height:1.4;
    padding:1em 0 1em;
    box-sizing: border-box;
}
#breadcrumbs ul{
    font-size:80%;
}
#breadcrumbs li{
    color:#fff;
    display:inline;
}
#breadcrumbs li:after{
    font-family: 'icomoon';
    content:"\e101";
    color:#fff;
    font-size:90%;
    padding: 0 0.5em;
}

#breadcrumbs li:last-of-type:after{
    content: "";
}

#breadcrumbs li a{
    color:#fff;
}
#breadcrumbs li a:hover{
    text-decoration:none;
    color: #333;
}



/*=============================
snavi
=============================*/
#snavi{
    clear:both;
    margin:1em auto 1.5em;
    font-size:90%;
}
#snavi ul li{
    display:inline-block;
    margin-right:0.75em;
    margin-bottom:1em;
    text-shadow: none;
}
#snavi ul li:last-of-type{
    margin-right:0;
}

#snavi ul li a{
    display:block;
    width:100%;
    box-sizing:border-box;
    background:#f7d8d0;
    font-size:90%;
    color:#333;
    line-height:1.2;
    text-align:center;
    padding:1em 1.5em;
}

#snavi a:hover,
#snavi .on a{
    background:#da3915;
    color:#fff;
    text-shadow:0 0 4px #da3915;
}
#snavi .on a:hover{
    background:#f7d8d0;
    color:#333;
    text-shadow:0 0 4px #f7d8d0;
}

@media screen and (max-width:768px){
    #snavi{
        margin:2em auto 1em;
    }
    #snavi ul li{
        margin-right:0.5em;
        margin-bottom:0.75em;
    }
    #snavi ul li:last-of-type{
        margin-right:0;
    }
    #snavi ul li a{
        padding:0.75em 1em;
    }
}



/*=============================
mainarea
=============================*/
#mainarea {
    padding-top: 5em;
}

.sc_block01{
    clear:both;
    margin-bottom:8em;
}
.block01{
    clear:both;
    margin-bottom:4em;
}

@media screen and (max-width:768px){
    .sc_block01{
        margin-bottom:7em;
    }
}

@media screen and (max-width:480px){
    .sc_block01{
        margin-bottom:6em;
    }
}



/*=============================
fadein
=============================*/
.fadein{
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}
.fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/*=============================
pgtitle
=============================*/
#pgtitle{
    padding-top:4.5em;
    padding-bottom:4em;
}
#pgtitle h2 .ttl_en,
#pgtitle h2 .ttl_jp{
    display: block;
    text-align:center;
    font-weight:bolder;
    color: #00a4a1;
    letter-spacing:0.1em;
}
#pgtitle h2 .ttl_en{
    font-size:220%;
    line-height:1.2;
    margin-bottom: 0.35em;
}
#pgtitle h2 .ttl_jp{
    font-size:120%;
}



/*=============================
title etc
=============================*/
.ttl_sec{
    text-align: center;
    margin-bottom: 3em;
}
.ttl_sec .ttl_en{
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 200%;
}
.ttl_sec .ttl_en:first-letter{
    color: #00a4a1;
}
.ttl_sec .ttl_jp{
    display: block;
    font-size: 120%;
}

.ttl_line01{
    clear:both;
    position:relative;
    font-size:130%;
    font-weight:bolder;
    line-height:1.2;
    border-bottom:4px solid #222;
    padding:0 0.25em 0.3em 0.25em;
    margin-bottom:2em;
}
.ttl_line01:after{
    content:"";
    position:absolute;
    border-bottom:4px solid #00a4a1;
    width:30%;
    bottom:-4px;
    left:0;
}

.ttl_copy{
    font-size:130%;
    font-weight:700;
    text-align: center;
}

.ttl_b{
    font-weight:700;
}
.ttl_b110{
    font-size:110%;
    font-weight:700;
}
.ttl_b120{
    font-size:120%;
    font-weight:700;
}
.ttl_b130{
    font-size:130%;
    font-weight:700;
}


.ttl_sec span,
.ttl_copy span,
.ttl_b110 span,
.ttl_b120 span,
.ttl_b130 span{
    display: inline-block;
}



/*=============================
mainarea 装飾類
=============================*/
.marker_yellow{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #fcf9b3 0%);
}
.marker_blue{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #bfdff3 0%);
}
.marker_pink{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #fbc3ca 0%);
}

.li_style01 li{
    text-indent:-1em;
    padding-left:1em;
    margin-bottom:0.5em;
}
.li_style02 li{
    text-indent:-2em;
    padding-left:2em;
    margin-bottom:0.5em;
}
.li_style03 li{
    text-indent:-3em;
    padding-left:3em;
    margin-bottom:0.5em;
}

.li_disc01 li,
.li_disc02 li{
    line-height:1.4;
    text-indent:-1.0em;
    padding-left:1.0em;
    margin-bottom:0.5em;
}

.li_disc01 li:before{
    font-family: 'icomoon';
    content:"\e200";
}
.li_disc02 li:before{
    font-family: 'icomoon';
    content:"\e201";
}

.li_disc01.il01 li,
.li_disc02.il01 li{
    display:inline-block;
    margin-right:2em;
}

.link01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
    margin-bottom: 1em;
}
.link01 a:before{
    font-family:"icomoon";
    content:"\e101";
    color: #0877be;
    font-size: 90%;
    padding-right: 0.25em;
}
.link01 a:hover:before{
    color: #43aaeb;
}



.pg_link01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
    margin-bottom: 1em;
}
.pg_link01 a:before{
    font-family:"icomoon";
    content:"\e103";
    color: #0877be;
    font-size: 90%;
    padding-right: 0.25em;
}

.link_gaibu{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
    margin-bottom: 1em;
}
.link_gaibu a:before{
    font-family:"icomoon";
    content:"\e300";
    color: #0877be;
    padding-right: 0.25em;
}
.link_gaibu a:hover:before{
    color: #43aaeb;
}

.link_return01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
}
.link_return01 a:before{
    font-family:"icomoon";
    content:"\e100";
    color: #0877be;
    font-size: 90%;
    padding-right: 0.25em;
}
.link_return01 a:hover:before{
    color: #43aaeb;
}



/*=============================
table style
=============================*/
.table_style{
    width:100%;
    border-top:1px solid #222;
}
.table_style tr{
    vertical-align:top;
}
.table_style th{
    background: #e9f4f4;
    border-bottom:1px solid #222;
    box-sizing:border-box;
    font-weight: 700;
    padding:0.75em 2em;
}
.table_style td{
    background: #fff;
    border-bottom:1px solid #222;
    box-sizing:border-box;
    padding:1em 2em;
}
.table_style span{
    display:inline-block;
}

/* thのサイズ */
.table_style.th08 th{
    width: 8em;
}
.table_style.th12 th{
    width: 12em;
}

@media screen and (max-width:600px){
    .table_style{
        width:100%;
    }
    .table_style th{
        padding:0.75em 0.5em;
    }
    .table_style td{
        padding:0.75em 0.25em 0.75em 0.5em;
    }  
    /* thのサイズ */
    .table_style.th12 th{
        width: 8em;
    }

    .table_style.sp100{
        width:100%;
    }
    .table_style.sp100 th{
        display:block;
        width:100%;
    }
    .table_style.sp100 td{
        display:block;
        width:100%;
        padding:0.75em 1em 2em;
    }
}



/*=============================
btn
=============================*/
.btn01{
    display: block;
}

.btn01 a{
    width: 360px;
    position: relative;
    display: inline-block;
    background:#222;
    line-height:1;
    font-size:100%;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1em 1em ;
    overflow: hidden;
    outline: none;
}
.btn01 a:before{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-35deg);
}

#mainarea .btn01 a:hover{
    color: #fff;
    transition:0.5s;
}

.btn01 a:hover::before {
    animation: shine 0.9s;
}


@keyframes shine {
    100% {
      left: 125%;
    }
}
.btn01 a.w30{
    width: 300px;
}
.btn01 a.w40{
    width: 400px;
}
.btn01 a.w100{
    width: 100%;
}
.btn01 a.w90{
    width: 90%;
}

.btn01.btn_big a{
    padding: 1.5em 1em ;
    font-size: 110%;
}

.btn01 a.guibu01::after{
    position: absolute;
    content: '';
    background: url("../img/ico_gaibu.png") no-repeat center center;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 88%;
    margin-top: -12px;
}

@media screen and (max-width:600px){
    .btn01{  
        text-align: center;
    }
    .btn01 a.w30,  
    .btn01 a.w40,
    .btn01 a.w100{
        width: 90%;
    }
}



/*=============================
flex_box02
=============================*/
.flex_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3em 2em;
}
.flex_box02 .flex_item{
    width: calc(( 100% - 2em ) / 2);
    box-sizing: border-box;
}

@media screen and (max-width:768px){
    .flex_box02{
        gap:2em 1em;
    }
    .flex_box02 .flex_item{
        width: calc(( 100% - 1em) / 2);
    }
}
@media screen and (max-width:600px){
    .flex_box02.sp100{
        display: block;
    }
    .flex_box02.sp100 .flex_item{
        width: 100%;
        margin-bottom: 3em;
    }
}



/*=============================
flex_box03
=============================*/
.flex_box03{
    display: flex;
    flex-wrap: wrap;
    gap:2em 2em;
}
.flex_box03 .flex_item{
    width: calc( (100% - 4em) / 3);
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .flex_box03{
        gap:2em 1em;
    }
    .flex_box03 .flex_item{
        width: calc( (100% - 2em) / 3);
    }
}

@media screen and (max-width:600px){
    .flex_box03{
        gap:2em 1em;
    }
    .flex_box03 .flex_item{
        width: calc( (100% - 1em) / 2);
    }
    .flex_box03.sp100{
        display: block;
    }
    .flex_box03.sp100 .flex_item{
        width: 100%;
        margin-bottom: 2em;
    }
}



/*=============================
flex_box04
=============================*/
.flex_box04{
    display: flex;
    flex-wrap: wrap;
    gap:2em 1em;
}
.flex_box04 .flex_item{
    display: block;
    width: calc(( 100% - 3em ) / 4 );
    box-sizing: border-box;
}

@media screen and (max-width:600px){
    .flex_box04.sp100{
        display: block;
    }
    .flex_box04.sp100 .flex_item{
        width: 100%;
        margin-bottom: 2em;
    }
    .flex_box04.sp50{
        gap:1em 1em;
    }
    .flex_box04.sp50 .flex_item{
        width: calc(( 100% - 1em )/2);
    }
}



/*=============================
left_box
right_box
=============================*/
#mainarea .left_box{
    float:left;
    width:48%;
}
#mainarea .left_box40{
    float:left;
    width:40%;
}
#mainarea .left_box60{
    float:left;
    width:56%;
}
#mainarea .left_box70{
    float:left;
    width:66%;
}

#mainarea .right_box{
    float:right;
    width:48%;
}
#mainarea .right_box60{
    float:right;
    width:56%;
}
#mainarea .right_box40{
    float:right;
    width:40%;
}
#mainarea .right_box30{
    float:right;
    width:30%;
}

@media screen and (max-width:480px){
    #mainarea .left_box,
    #mainarea .left_box40,
    #mainarea .left_box60,
    #mainarea .left_box70{
        float:none;
        width:100%;
    }
    #mainarea .right_box,
    #mainarea .right_box60,
    #mainarea .right_box40,
    #mainarea .right_box30{
        float:none;
        width:100%;
    }
    #mainarea .right_box30.sp70{
        width:70%;
        margin:0 auto;
    }
}



/*=============================
mainarea photo & image
=============================*/
#mainarea .img_left40{
    float:left;
    width:40%;
    margin-right:3em;
    margin-bottom:2em;
}
#mainarea .img_right40{
    float:right;
    width:40%;
    margin-left:3em;
    margin-bottom:2em;
}

#mainarea .img_right30{
    float:right;
    width:30%;
    margin-left:3em;
    margin-bottom:2em;
}

#mainarea .img_right20{
    float:right;
    width:20%;
    margin-left:3em;
    margin-bottom:2em;
}

@media screen and (max-width:959px){
    #mainarea .img_left40,
    #mainarea .img_left30{
        margin-right:2em;
    }
    #mainarea .img_right40,
    #mainarea .img_right30{
        margin-left:2em;
    }
    #mainarea .img_right20{
        width:30%;
        margin-left:1em;
        margin-bottom:1em;
    }
}

@media screen and (max-width:480px){
    #mainarea .img_left40{
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:1em;
    }
    #mainarea .img_right40{
        float:none;
        width:100%;
        margin-left:0;
        margin-bottom:1em;
    }
    #mainarea .img_right30,
    #mainarea .img_right20{
        width:40%;
        margin-left:1em;
        margin-bottom:1em;
    }
    #mainarea .img_right30.sp100,
    #mainarea .img_right40.sp100{
        float:none;
        width:70%;
        margin: 0 auto 3em;
    }
}



/*=============================
#contact_area
.contact_box
=============================*/
#contact_area{
    clear: both;
}

.contact_box{
    border: 18px solid #222;
}
.contact_box .txt_box{
    padding: 3em 1em;
    text-align: center;
    border: 2px solid #222;
    box-sizing: border-box;
}
.contact_box .txt_box span{
    display: inline-block;
}

.contact_box h3{
    font-size: 130%;
    font-weight: 700;
    color: #00a4a1;
    text-align: center;
    margin-bottom: 1em;
}

#contact_area .contact_btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;
}
#contact_area .contact_btn p{
    width: 50%;
}
#contact_area .contact_btn p a{
    display: block;
    width: 100%;
    border: 2px solid #222;
    padding: 3em 1em;
    box-sizing: border-box;
}
#contact_area .contact_btn p a img{
    margin-left: auto;
    margin-right: auto;
}
#contact_area .contact_btn p a:hover{
    background: #dfefef;
}



/*=============================
pagetop
=============================*/
#pagetop{
    clear:both;
    position:fixed;
    right:1em;
    bottom:4.5em;
}

#pagetop a{
    display:block;
    width:64px;
    height:64px;
    background:url(../img/pagetop.png) no-repeat;
    background-size:cover;
    text-indent:-9999px;
    overflow:hidden;
}

#pagetop a:hover{
    opacity:0.7;
}


@media screen and (max-width:768px){
    #pagetop a{
        width:42px;
        height:42px;
    }
}

@media screen and (max-width:480px){
    #pagetop{
        bottom:4em;
    }
}


/*=============================
footer
=============================*/
#footer{
    clear:both;
    background: #eee;
}

/*=============================
footer01
=============================*/
#footer01{
    background: #00a4a1;
    padding:1.5em 0;
}
#footer01 ul{
    font-size:90%;
	text-align:center;
}
#footer01 li{
    display:inline-block;
    margin:0 0.75em;
}
#footer01 li a{
    color:#fff;
}
#footer01 li a:before{
    font-family: 'icomoon';
    content:"\e101";
    font-size:80%;
    padding-right:0.25em;
}
#footer01 li a:hover{
    color: #333;
}


/*=============================
footer02
=============================*/
#footer02{
    padding:4em 0;
}
#footer02 .inner01{
    display: flex;
    flex-wrap:nowrap;
    justify-content:center;
}
#footer02 h2{
    width:160px;
    padding-right: 3em;
}
#footer02 h3{
    font-size: 110%;
    font-weight: 700;
}
#footer02 .f_btn{
    margin-top: 1em;
}
#footer02 .f_btn a{
    display: inline-block;
    background: #222;
    color: #fff;
    border-radius: 4px;
    padding: 0.5em 3em;
}
#footer02 .f_btn a:hover{
    background: #333;
}

@media screen and (max-width:600px){
    #footer02 .inner01{
        flex-wrap:wrap;
        flex-flow: column;
    }
    #footer02 h2{
        margin: 0 auto 1.5em;
        padding-right: 0;
    }
    #footer02 .add_box{
        text-align: center;
    }
    #footer02 h3{
        text-align: center;
    }
}


/*=============================
footer03
=============================*/
#footer03 .inner01{
    border-top: 1px solid #ccc;
    padding:2em 1em;
    font-size:90%;
}
#footer03 ul{
    float:left;
}
#footer03 li{
    display:inline-block;
    margin-right:1em;
}
#footer03 li a{
    color:#333;
}
#footer03 li a:hover{
    color:#43aaeb;
}

#footer03 #copy{
    float:right;
}



/*=============================
redirect01
=============================*/
#redirect01{
  text-align: center;
  margin:3em 1em 0;
}


