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

/* =========================================================
============================================================
============================================================
Swidge.com
============================================================
============================================================
========================================================= */



/*------------------------------------------------------------
|
| Common
|
------------------------------------------------------------*/
:root{
  --container: 1008px;
  --gutter: 24px;
  --accent: #B9549B;   /* キーカラー明るいムラサキ */
  --dark: #473743;   /* キーカラー暗いムラサキ */
  --text: #4F4657;
  --bg: #fff;
}


* {
margin:0;
padding:0;
}
.sp {/* PCレイアウトでSPを消す*/
    display: none;
}
.pc {/* PCレイアウトでPCを表示*/
    display: block;
}
.parent{/* 上下センター*/
	display: flex;
	align-items: center;
}
.col{
	display: flex;
}
.col-between{
    display: inline-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
.sp {
    display: block;
}

.pc {
    display: none;
}
.col{
    display: block;
 }
.col-between{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 }

}

body {
    font-family: "Noto Sans JP","メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    word-wrap: break-word;/* 英字折り返し */
    overflow-wrap: break-word;
    color:  var(--text); 
}

		
img{/* 画像の隙間をなくす */
    vertical-align: top;
}

a img:hover  {
	opacity: 0.5 ;
	transition: 0.8s ;
		}
a.ovimg{
	background-color:#FFF;
	display:inline-block;
	}
a.ovimg:hover img,
a.ovimg:active img{
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
a img {/* リンク画像のボーダーを消す*/
	border: none;
}
a {/* FireFoxで点線を消す */
	outline: none;
}
.center {/* 配置－中央 */
	text-align: center;
}
.right {/* 配置－右 */
	text-align: right;
}
.sp_t08rem {/* 上にマージン */
    margin-top: 0.8rem;
}
.sp_b08rem {/* 上にマージン */
    margin-bottom: 0.8rem;
}
.sp_t10 {/* 上にマージン */
	margin-top: 10px;
}
.sp_t20 {/* 上にマージン */
	margin-top: 20px;
}
.sp_t30 {/* 上にマージン */
	margin-top: 30px;
}
.sp_t40 {/* 上にマージン */
	margin-top: 40px;
}
.s_b180 {/* 上にマージン */
	margin-bottom:180px;
}
.sp_b20 {/* 下にマージン */
	margin-bottom: 20px;
}
.sp_b30 {/* 下にマージン */
	margin-bottom: 30px;
}
.sp_b40 {/* 下にマージン */
	margin-bottom: 40px;
}
.sp_b80 {/* 下にマージン */
	margin-bottom: 80px;
}
.sp_tb20 {/* 上下にマージン */
	margin-bottom: 20px;
	margin-top: 20px;
}
.sp_tb30 {/* 上下にマージン */
	margin-bottom: 30px;
	margin-top: 30px;
}
.sp_tb40 {/* 上下にマージン */
	margin-bottom: 40px;
	margin-top: 40px;
}
.sp_left_1 {/* 左にマージン */
	margin-left: 1rem;
}
.al-mid {/* 上下のセンタリング */
	display: table-cell;
	vertical-align: middle;
}
.img_50 img {/* 上下のセンタリング */
	width: 100%;
}

.img_80 img {
	width: 80%;
}


#google_map {
position: relative;
width: 100%;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*------------------------------------------------------------
|
|  Fonts
|
------------------------------------------------------------*/
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.txt_just {
    text-align:justify;
}
.weight500 {
    font-weight:500
} 
.weight700 {
    font-weight:700
} 
a {
    color: #0098F8;
    text-decoration: underline;
    font-weight: normal;
    transition: .3s;
}
a:visited {
    color: #0098F8;
}
a:hover {
    color: #61BBF4;
    font-weight: normal;
    text-decoration: none;
    transition: .3s;
}

h2 {
    font-family: "Shippori Mincho", serif;
    position: relative;
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 1px solid #D6C9D0;
    color: var(--accent);   /* 通常色 */
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
    padding: 0.8rem  1.2rem;
    border-radius: 18px;
    background-color: #F9F9F9;
}
h3 {
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 1px solid #D6C9D0;
	color: #3f343b;
	line-height: 2.8rem;
	letter-spacing: 0.1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.4rem;
	margin-top: 2.0rem;
}

h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background-color: var(--accent);   /* 通常色 */
}
h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: var(--accent);
    font-weight: bold;
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    border-left: 3px solid #E1E3C6;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    background-color: #F2F2F2;
}
h5 {
	font-size: 1.0rem;
	font-weight: bold;
	color: #346321;
	margin-bottom: 0px;
}

h6 {
    font-size: 1.0rem;
    color: #FFFFFF;
    line-height: 1.6rem;
    margin-top: 15px;
    padding: 6px;
    background-color: #519043;
    margin-bottom: 15px;
}
.txt_size_sss {/* 極小小の文字サイズ */
	font-size: 0.6rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1em;
}
.txt_size_ss {/* 極小の文字サイズ */
	font-size: 0.72rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1rem;

}
.txt_size_s {/* 小の文字サイズ */
	font-size: 0.95rem;
	line-height: 1.5rem;
	padding-top: 1rem;

}
.txt_size_m {/* 中の文字サイズ */
	font-size: 1.05rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_l {/* 大の文字サイズ */
	font-size: 1.2rem;
	line-height: 2.2rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_ll {/* 大の文字サイズ */
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
}

.txt_li li {/* リスト項目 */
    line-height: 1.8rem;
    text-indent: 0rem;
    padding-left: rem;
    margin-left: 2rem;
}
.txt_li li {/* リスト項目 */
    list-style-type: disc;
}
.txt_li_none li {/* リスト項目none */
    list-style-type: none;
    line-height: 1.8rem;
    text-indent: -1.0rem;
    padding-left: 1.0rem;
    margin-bottom: 18px;
    border-bottom: 2px dotted #EBEBEB;
    padding-bottom: 13px;
}

.mi {/* 冒頭にスペース */
	text-indent: 1rem;
}
.mt {/* 2行目からスペース */
	line-height: 1.8rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
.txt_ol {
    font-size: 1.0rem;
    line-height: 2.0rem;
    margin-left: 1rem;
}
.txt_ol li {
    margin-bottom: 0.5rem;
    list-style-type: decimal;
    margin-left: 1rem;
}
.txt_color_red {
	color: #F72608;
}
.txt_color_orange {
	color: #F78608;
}
.txt_color_white {
	margin: 5px;
	color: #FFFFFF;
}
.txt_color_gray {
	color: #B3B3B3;
}
.txt_color_blue{
	color: #005bac;
}
.txt_day {
	font-size: 1.3rem;
	line-height: 2.0rem;
	padding-top: 1rem;
	padding-left: 0.4rem;
	color: #FF6E00;
	font-weight: bold;
}

/*==========================================================
  二重取り消し線
========================================================= */
.del {
    background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 2px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 5px), transparent 0);
    color: #888;
    text-decoration: none;
}

/*==========================================================
  マーカー
========================================================= */
.txt-marker {
    text-decoration: underline;
    text-decoration-thickness: 0.6rem;
    text-decoration-color: rgba(255, 218, 0, 0.4);
    text-underline-offset: -0.4rem;
    text-decoration-skip-ink: none;
}

/*------------------------------------------------------------
|
| Header
|
------------------------------------------------------------*/
header{
    padding: 0;
	background: rgb(246,242,234);
    background: linear-gradient(0deg, rgba(246,242,234,1) 0%, rgba(255,255,255,1) 100%);
}
.kv{
  padding: 0;
}
.kv__inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.kv__img{
  display: block;
  width: 100%;
  height: auto;
}
.kv__title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



/*------------------------------------------------------------
|
| Navi
|
------------------------------------------------------------*/


/* PC: side column */
.side {
  width: 280px;
  flex: 0 0 280px;
  position: -webkit-sticky; /* iOS Safari対策 */
  position: sticky;
  top: 20px;
  align-self: flex-start;
}
/* =========================
  Side menu (shared)
  - checkbox hack (no JS)
========================= */
.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* PC: hamburger hidden */
.hamburger {
  display: none;
}

/* PC menu box */
.side-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.side-title {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .02em;
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav li + li {
    margin-top: 8px;
}
.side-nav li a{
    color: var(--dark);
    position: relative;
    display: block;
    padding: 12px 14px 12px 18px;
    transition: background .25s ease;
    text-decoration: none;
}
.side-nav a {
  display: block;
  padding: 10px 12px;
  background: #fafafa;
  transition: 
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}
.side-nav li a::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:100%;
  background:var(--accent);   /* 通常色 */
  transition:background .25s ease;
}
.side-nav a:hover {
    background-color: #F9F9F9;
    box-shadow: 0 6px 12px rgba(0,0,0,.08);
    color: #9F9F9F;
}
.side-nav li a:hover::before{
  background:#B998BB;
}

@media screen and (max-width: 768px) {

  /* SP: side becomes a sticky bar under header */
  .side {
    width: 100%;
    flex: none;

    position: sticky;
    top: 0;                 /* ← headerが消えたらここが固定される */
    z-index: 1000;

    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 16px;
  }

  /* SP: bar layout */
  .side-box {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

  .side-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .side-title {
    margin: 0;
    font-size: 14px;
  }

  /* SP: show hamburger */
  .hamburger {
    display: inline-flex;
    width: 44px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 0 10px;
    background: #fff;
  }

  .hamburger span {
    display: block;
    height: 2px;
    background: #222;
    transition: transform .25s ease, opacity .25s ease;
  }

  /* SP: menu panel (collapsed by default) */
  .side-nav {
    overflow-y: auto;                 /* 縦スクロールOK */
    -webkit-overflow-scrolling: touch;/* iOSの慣性スクロール */
    max-height: 0;                    /* 閉じた状態 */
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
    padding-bottom: 12px; /* 下がギリギリに見えないように */
  }

  /* open */
  .nav-toggle:checked ~ .side-box .side-nav {
    max-height: 60vh;
    opacity: 1;
  }

  /* hamburger -> X */
  .nav-toggle:checked ~ .side-box .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle:checked ~ .side-box .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked ~ .side-box .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* SP main spacing */
  .main {
    padding: 24px 16px;
  }
}


/*---------------
ポスターエリア
-----------*/

.side-poster-area  {
    background: #fafafa;
    padding: 8px;
    margin-top: 34px;
}
.side-poster-area p {
    font-size: 0.8rem;
    margin: 24px 0px;
}






/*------------------------------------------------------------
|
| LAYOUT
|
------------------------------------------------------------*/


main {}
.container { max-width: 1008px; margin: 0 auto; }

.layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 32px 16px;
}

.main {
  flex: 1;
  min-width: 0; /* はみ出しで崩れるの防止 */
  background: #fff;
}
@media screen and (max-width: 768px) {
  /* SP: layout becomes vertical */
  .layout {
    display: block;
    padding: 0; /* sideバーが独立するので余白リセット */
  }
}


/*==========================================================
お問い合わせBOX
========================================================= */
.contact_box {
    background-color: #F5F5F5;
    border-radius: 18px;
    padding: 18px;
}

/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box01 {
    background-color: #EFEEE3;
    border-radius: 0px;
    padding: 18px;
    border: 4px solid #E88747;
}

/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box02 {
    background-color: #EFEEE3;
    border-radius: 0px;
    padding: 18px;
    border: 4px solid #DDCFC6;
}


/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box03 {
    border-radius: 0px;
    padding: 18px;
    border: 1px solid #D7D7D7;
    margin: 14px 0px;
}


/*==========================================================
  tableのcss
========================================================= */

.table_wrap {/* 横スクロールさせる場合はdivでくくる */
  overflow-x: scroll;
}
.line_table {
  width: 100%;
  min-width: 600px;
	margin: 0px;
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
	background-color: #D0D0D0;  /* 背景色指定 */
}
.line_table th {
    padding: 15px;
    margin: 0px;
    border: 1px solid #D0D0D0;
    background-color: #53657f;  /* 背景色指定 */
    color: #F8F5E7;
}
.line_table td {
	padding: 15px;
	border: 1px solid #D0D0D0;
	background-color: #FFF;  /* 背景色指定 */
}



/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
    padding: 0px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#news_box ul {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 9rem;
    margin-bottom: 10px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: -9rem;
    width: 530px;
}
#news_box strong {
    font-weight: normal;
    color: #FFF;
    background-color: var(--accent);   /* 通常色 */
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
#news_box {
    width: 80%;
	}
#news_box li {
    width: 95%;
}

#news_box {
    width: 100%;
	}
#news_box ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: 0rem;
    width: 96%;
}
#news_box strong {
	display: table;
	text-indent: 1rem;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 0.9em;
	line-height: 1.0rem;
	padding-top: 0.5rem;
	padding-left: 0rem;
}
}




/*==========================================================
会長挨拶
========================================================= */

.greeting-col {
	display: flex;  
    flex-direction: row-reverse;

}
.photo-box {
    width: 250px;
    margin: 0px 0px 30px 0px;

}
.photo-txt {
    width: 500px;
    text-align: rig;
    margin-top: 30px;
    line-height: 1.2em;
    font-size: 1.1em;

}

@media screen and (max-width: 1040px) {
.greeting-col {
	display: block;  
}
.photo-box {
    width: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
}
.photo-txt {
    width: 90%;
    margin-top: 30px;
}
}
@media screen and (max-width: 768px) {
.photo-box {
    width: 90%;

}
}




/*==========================================================
comming
========================================================= */
#icon {
    font-weight: normal;
    color: #949494;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35vh;
    padding-bottom: 50px;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 2rem;
    background-image: url(../images/icon.svg);
    background-position: center 10px;
    background-size: 40% auto;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}






/*------------------------------------------------------------
|
| BUTTON
|
------------------------------------------------------------*/

/*==========================================================
  BTN-large
========================================================= */
.btn-large {
    display: inline-block;
    width: 100%;
    max-width: 100%; /* ボタン幅 */
    position: relative;
    background-color: #FA6400; /* 背景色 */
    border: 2px solid #FA6400;
    padding: 2rem 2em;
    font-weight: bold;
    color: #fff; /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
    border-radius: 16px;
    margin: auto;
    font-size: 1.2rem;

}
.btn-large:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff; /* 矢印の色 */
    border-right: 2px solid #fff; /* 矢印の色 */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -6px;
    transition:.3s;
}
.btn-large:visited{
    color: #fff; /* 文字色 */
}
/* マウスオーバーした際のデザイン */
.btn-large:hover {
    background: #fff; /* 背景色 */
    color: #FA6400; /* 文字色 */

}

.btn-large:hover:before {
    border-top: 2px solid #FA6400; /* 矢印の色 */
    border-right: 2px solid #FA6400; /* 矢印の色 */
    left: 27%;
}
.btn-large-none {
    display: inline-block;
    width: 100%;
    max-width: 100%; /* ボタン幅 */
    position: relative;
    background-color: #C4C4C4; /* 背景色 */
    border: 2px solid #C4C4C4;
    padding: 2rem 2em;
    font-weight: bold;
    color: #fff; /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
    border-radius: 16px;
    margin: auto;
    font-size: 1.2rem;
}

.btn-large-none {
    display: inline-block;
    width: 100%;
    max-width: 100%; /* ボタン幅 */
    position: relative;
    background-color: #C4C4C4; /* 背景色 */
    border: 2px solid #C4C4C4;
    padding: 2rem 2em;
    font-weight: bold;
    color: #fff; /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
    border-radius: 16px;
    margin: auto;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
.btn-large:before {

    left: 5%;

}
}






/*==========================================================
  リンクアイコン
========================================================= */

.windowicon-black {
    margin-right: 2px;
    padding-right: 1.5rem;
    background-repeat: no-repeat;
    background-position: 8px 2px;
    background-image: url(../images/w-icon-black.svg);
    background-size: 18px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.windowicon-white {
    margin-right: 2px;
    padding-right: 1.5rem;
    background-repeat: no-repeat;
    background-position: 8px 2px;
    background-image: url(../images/w-icon-white.svg);
    background-size: 18px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.pdficon {
    margin-right: 2px;
    padding-right: 1.5rem;
    background-repeat: no-repeat;
    background-position: 8px 2px;
    background-image: url(../images/icon_pdf.svg);
    background-size: 18px 32px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;
    display: inline-block;
}








/*------------------------------------------------------------
|
| footer
|
------------------------------------------------------------*/
footer {
    width: 100%;
    bottom: 0px;
    padding: 0px 0px 32px 0px;
    margin: 32px 0px 0px 0px;
	background: rgb(246,242,234);
    background: linear-gradient(0deg, rgba(246,242,234,1) 0%, rgba(255,255,255,1) 100%);
}
footer .inner {
    width: 90%;
    max-width: 1200px; 
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 48px 0px 56px 0px;
    color: #2C2C2C;
}
footer .inner a {
    color: #744E62;
}
.footer_images {
    display: block;
    margin-left: auto;
    margin-top: -90px;
    margin-right: auto;
    width: 1120px;
    text-align: right;
}
.footer_jimukyoku {
    width: 45%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
    padding: 0% 5%;
}
.footer_unei {
    width: 55%;
    margin-bottom: 15px;
    padding: 0% 5%;
}
.jimukyoku_unei_tite {
    background-color: var(--dark);
    color: #ffffff;
    padding: 6px 16px;
    display: inline;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 12px;
}
.footer_copyright {
    width: 956px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#page-top a {
    position: fixed;
    background: var(--accent);
    text-decoration: none;
    font-family: "roboto", sans-serif;
    line-height: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: #fff;
    right: 10px;
    bottom: 50px;
    width: 60px;
    height : 60px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
#page-top a:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1rem;
    top:-10px;
	left:25px;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .15em solid #FFF;
    border-right: .15em solid #FFF;
    transform: rotate(315deg);
    transition:.3s;
}
#page-top a:hover:after{
    top:-14px;
}
@media screen and (max-width: 768px) {
footer .inner {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 40px 0px 0px 0px;
}
.footer_jimukyoku,.footer_unei{
    width: 100%;
    padding-bottom: 10px;
}

}
