@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
font-family: "Zen Maru Gothic",'Roboto','Noto Sans JP',sans-serif;
font-size: min(1.8vw,16px);
background:#fff;
color: #333;
line-height: 180%;
overflow-x: hidden;
word-break: break-all;
}

/* リンク */
a{
	color:#333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
color:#000;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */
img{
border:0;
padding:0px;
margin:0px
vertical-align: bottom;
}

img a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


/* フロート */
.right{ float: right; }
.left{ float: left; }
.clear{ clear:both; }


/* リスト */
ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

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

li{
margin: 0 0 10px 15px;
padding: 0 0 0 0;
}

li a{
color:#444;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#03335d;
}

#topcontrol{
z-index:99999;
}

ruby {
color: #fff;
}

.width100{width: calc(100% - 10px)!important;}
.width90{width: calc(90% - 10px)!important;}
.width80{width: calc(80% - 10px)!important;}
.width70{width: calc(70% - 10px)!important;}
.width60{width: calc(60% - 10px)!important;}
.width50{width: calc(50% - 10px)!important;}
.width45{width: calc(45% - 10px)!important;}
.width40{width: calc(40% - 10px)!important;}
.width38{width: calc(38% - 10px)!important;}
.width35{width: calc(35% - 10px)!important;}
.width30{width: calc(30% - 10px)!important;}
.width25{width: calc(25% - 10px)!important;}
.width20{width: calc(20% - 10px)!important;}
.width15{width: calc(15% - 10px)!important;}
.width10{width: calc(10% - 10px)!important;}
.width8{width: calc(8% - 10px)!important;}
.width7{width: calc(7% - 10px)!important;}
.width5{width: calc(5% - 10px)!important;}

#topcontrol {
right: 30px!important;
bottom: 80px!important;
}

.contents-box {
width: 100%;
padding: 0;
margin: 0;
position:relative;
z-index:0;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.box-end{
margin: 0;
padding: 0 0 50px 0;
}


/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.effect {
  opacity : 0;
  transition : all 900ms 300ms ease-out;
  transform: translate(0,0);
}
.fv-effect {
  transition : all 300ms 300ms ease-out;
  transform: translate(0,0);
  opacity: 0;
}
.fade-drop {
  transform: translate(0,-50px);
}
.fade-rize {
  transform: translate(0,50px);
}
.fade-left-in {
  transform: translate(-50px,0);
}
.fade-right-in {
  transform: translate(50px,0);
}
.fade-matrix {
  transform: translate(0,50px) matrix(1,0.09,0.00,1,0,0);
}

/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
  transform: translate(0,0px);
}

/*ファーストビューエフェクト*/
.loaded .fv-effect {
  opacity: 1;
  transform: translate(0,0)!important;
}
.loaded.sc .fv-effect {
  transition : all 0ms 0ms ease-out;
}
/*アニメーション*/
.delay0 {
  transition-delay:0ms;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
width: 100%;
margin: 0;
position:absolute;
top:0;
left:0;
z-index:9;
}

.header-inner {
margin: 0 auto;
padding: 0 0 0 0;
width: 95%;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#header h1 {
margin: 0;	
}
.logo {
float: left;
margin: 0;
padding: 0;
width:100%;
}
.logo img{
width:100%;
}
.logo a img{
vertical-align: bottom;
}
.header-logobox {
padding: 0;
width:20%;
max-width:228px;
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.header-navblock {
padding: 0;
display: flex;
justify-content: flex-end;
align-items: center;
align-content: center;
flex-wrap: wrap;
width:69.5%;
}
.header-navbox {
padding: 0 1.5%;
margin: 0 10px 0 0;
display: flex;
justify-content: flex-end;
align-items: center;
align-content: center;
flex-wrap: wrap;
background-color: #fff;
border-radius: 50vh; /* CSS3 */
height: 60px;
}



/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	
#navDmy{
display:none !important;
}
#nav_bg {
width: 100%;
height:100px;
padding: 0;
margin: 0;
position: relative;
z-index:9999;
display:block;
background-color: #88cccc;
display: flex;
align-items: center;
flex-wrap: wrap;
}

/* 上部固定用 */
#nav_bg.active{
position:fixed;
top:0;
left:0;
z-index:99999;
transition: 0.8s;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
/* 上部固定用ここまで */

.nav {
width:100%;
margin: 0 auto 0px auto;
}

.nav ul {
list-style: none;
margin: auto;
letter-spacing: -0.5em; /* 隙間を埋める追加 */
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.nav-menu li {
font-weight: 500;
display: inline-block;
line-height: 1.2;
position: relative;
margin: 0 10px;
padding: 0;
float: left; 
text-align:center;
letter-spacing: normal; /* 隙間を埋める追加 */
cursor: pointer;
cursor: hand;
}
.nav-menu li a {
color: #333;
display: block;
font-size: min(1.4vw,16px);
text-decoration: none;
margin: 0;
padding: 0;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
color: #88cccc;
}


/* ************************************************ 
*	メインイメージ
* ************************************************ */	
.main-img {
margin: 100px 0 0 0;
}
.main-img img{
width: 100%;
vertical-align: bottom;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
.clear	{ clear: both; } 
.mT10	{ margin-top:10px; }
.mT20	{ margin-top:20px; }
.mT30	{ margin-top:30px; }
.mT40	{ margin-top:40px; }
.mB10	{ margin-bottom:10px; }
.mB20	{ margin-bottom:20px; }

.imgcenter{
text-align:center;
margin: 0 auto;
padding: 0;
}
.imgcenter img {
  vertical-align: bottom;
}
.htext{
text-align:center;
}

/* 記事部分 */	
p {
padding: 0;
line-height: 200%;
}

p a {
color:#333;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#000;
text-decoration:none;
}

p a:active, a:focus {
outline: 0;
}


/* フォント */	
.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}
.dllink {
margin: 10px auto 5px auto;
padding: 0;
background-color:#1462be;
text-align:center;
width: 40%;
}
.dllink a{
color: #fff;
display: block;
padding: 10px 0px;
font-size:18px;
line-height: 210%;
}
.dllink a:hover{
color: #fff;
background-color:#03335d;
}

.link-btn {
margin: 0;
padding: 0;
text-align:center;
background-color:#fff;
border: 1px solid #333;
display: inline-block;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.link-btn a{
font-weight: 500;
color: #333;
display: block;
padding: 10px 30px 11px 30px;
line-height: 200%;
text-decoration: none;
font-size: min(2vw,18px);
}
.link-btn a::after,
.link-btn a:hover::after {
position:relative;
top: -2px;
left: 10px;
content:"";
display:inline-block;
width:5px;
height:10px;
background:url("../images/arrow.svg") no-repeat;
background-size:contain;
}
.link-btn a::after {
background:url("../images/arrow.svg") no-repeat;
}
.link-btn a:hover::after {
background:url("../images/arrow_mo.svg") no-repeat;
}
.link-btn a:hover{
color: #fff;
background-color:#000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	充実の福利厚生サービス
* ************************************************ */	
.fukuri-box {
width: 100%;
height: 650px;
margin: 0;
background:url("../images/topfukuribox_bg.svg") no-repeat;
background-size:cover;
background-position: center center;
position: relative;
z-index: 0;
padding: 100px 0;
}
.fukuri-box h2{
font-size: min(3.0vw,30px);
font-weight: 500;
text-align: center;
margin: 0 auto 50px auto;
padding: 0;
position:relative;
}
.fukuri-box-inner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 1000px;
max-width: 90%;
padding: 0;
margin: 0 auto;
}
.fukuri-box-inner .box{
width: calc(31.5% - 40px);
text-align: center;
padding: 30px 20px;
margin: 0;
background-color: #fff;
box-shadow: 0 0 5px #ccc;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.fukuri-box-inner .box .boxtitle{
font-size: min(2.4vw,24px);
margin: 0 auto 15px auto;
align-content: center;
font-weight: 500;
}
.fukuri-box-inner .box .box1title,
.fukuri-box-inner .box .box2title,
.fukuri-box-inner .box .box3title{
margin: 15px auto 40px auto;
align-content: center;
}

.fukuri-box-inner .box .box1title img,
.fukuri-box-inner .box .box2title img,
.fukuri-box-inner .box .box3title img{
vertical-align: bottom;
height: 100px;
}

.fukuri-box-inner .box p{
font-size: min(2vw,18px);
line-height: 1.6;
font-weight: 400;
text-align: left;
margin: 0 0 30px 0;
}

.fukuri-morelink {
margin: auto auto 0 auto;
padding: 0;
text-align:center;
width: 100%;
}
.fukuri-morelink a{
background-color:#fff;
border: 1px solid #333;
color: #333;
display: block;
line-height: 1;
text-decoration: none;
font-size: min(2vw,18px);
align-content: center;
height: 50px;
border-radius: 50vh; /* CSS3 */
}
.fukuri-morelink a:hover{
color: #fff;
background-color:#000;
border-radius: 50vh; /* CSS3 */
}


/* ************************************************ 
*	お知らせ
* ************************************************ */	
.topnews-box {
width: 100%;
margin: 0;
padding: 100px 0;
position: relative;
z-index: 1;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.topnews-box-inner {
width: 840px;
max-width: calc(90% - 120px);
margin: 0 auto;
padding: 60px;
background-color:#fff;
box-shadow: 0 0 5px #ccc;
border-radius: 15px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.news-leftbox{ width: 20%; }
.news-rightbox{ width: 75%; }

.topnews-box h2{
font-size: min(3.0vw,30px);
font-weight: 500;
text-align: center;
margin: 80px 0 30px 0;
padding: 0;
position:relative;
}
.topnews-box h2::before{
position:absolute;
top: -80px;
left: 50%;
transform: translateX(-50%);
content:"";
display:inline-block;
width:70px;
height:70px;
background:url("../images/icon_news.svg") no-repeat;
background-size:contain;
}


ul.topnews{
margin: 0 0 50px 0;
padding: 0 0 0 0;
list-style: none;
}
ul.topnews li{
margin: 0 0 0 0;
padding: 20px 0 20px 10px;
border-bottom:1px solid #999;
text-align: left;
}
ul.topnews li a{
margin: 0 0 0 30px;
color:#333;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
ul.topnews li a:hover{
color:#000;
text-decoration: underline;
}

.morelink {
margin: 0 auto;
padding: 0;
text-align:center;
background-color:#fff;
border: 1px solid #333;
width: 300px;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.morelink a{
color: #333;
display: block;
height: 50px;
padding: 0;
line-height: 1;
text-decoration: none;
font-size: min(1.8vw,16px);
align-content:center;
}
.morelink a:hover{
color: #fff;
background-color:#000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
clear:both;
width:100%;
margin: 0;
padding: 0;
background-color:#fff;
}

.footer-inner {
margin: 0 auto;
padding: 100px 0;
width: 1200px;
max-width: 90%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footer-namebox { width: 47.5%; }
.footer-navbox {
width: 47.5%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: min(1.6vw,15px);
}
.footer-navbox a:hover{
color: #88cccc;
}

.footer-logo {
width: 100%;
margin: 0 0 25px 0;
}
.add {
font-size: min(1.6vw,15px);
font-weight: 500;
margin: 0;
padding: 0;
line-height: 170%;
}

.footer-navbox-nav1 {
width: 40%;
}
.footer-navbox-nav2 {
width: 55%;
}

.copyright {
width: 100%;
margin: 0;
padding: 30px 0;
text-align:center;
font-size: min(1.4vw,13px);
background-color: #88cccc;
color: #fff;
}


/* ************************************************ 
*	下層ページ上部タイトル
* ************************************************ */	
.pagetop-title-box {
margin: 100px 0 0 0;
padding: 0;
text-align: center;
align-content: center;
width: 100%;
height: 200px;
background:url("../images/pagetitle_bg.svg") no-repeat;
background-size:cover;
background-position: center center;
}
.pagetop-title-box h2{
font-size: min(3.6vw,36px);
font-weight: 500;
padding: 0;
margin: 0 auto;
align-content: center;
line-height: 1;
}


/* ************************************************ 
*	下層ページサブタイトル
* ************************************************ */	
.pagetop-midashititle-box {
margin: 100px 0 90px 0;
padding: 0;
text-align: center;
align-content: center;
width: 100%;
}
.pagetop-midashititle-box h3{
font-size: min(3.0vw,30px);
font-weight: 500;
margin: 0 auto;
position: relative;
padding: 0 30px;
display: inline-block;
}

.pagetop-midashititle-box h3:after { 
content: '';
display: inline-block;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background-color: #f4b4d0;
}




/* ************************************************ 
*	パンくずリスト
* ************************************************ */	
.breadcrumbs {
width: 90%;
max-width: 1000px;
margin: auto; 
padding: 10px 0 0 0;
text-align:left;
font-size: min(1.5vw,13px);
overflow: hidden;
color: #333;
}
.breadcrumbs a{
color: #333;
text-decoration: underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.breadcrumbs a:hover{
color: #000;
text-decoration: none;
}


/* ************************************************ 
*	ライン
* ************************************************ */
.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}


/* ************************************************ 
*	画像装飾
* ************************************************ */
.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}
.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){
iframe {
width: 100%;
height:100%;
}
.logo-sp { display: none; }
.show_tb { display: none; }
.show_sp { display: none; }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.logo-sp { display: none; }
.nav-menu li { margin: 0 3px; }
.main-img { margin: 100px 0 0 0; }

.fukuri-box { padding: 70px 0; }
.topnews-box { padding: 70px 0; }
.topnews-box-inner {
max-width: calc(90% - 60px);
margin: 0 auto;
padding: 60px 30px;
}
.news-leftbox{ width: 20%; }
.news-rightbox{ width: 75%; }
.morelink { width: 230px; }

.footer-inner { padding: 60px 0; }

.pagetop-title-box {
height: 150px;
}
.pagetop-title-box h2{
height: 120px;
}
.pagetop-midashititle-box {
margin: 50px 0 50px 0;
}

iframe { width: 100%; height:100%; max-width: 728px; }
.show_sp { display: none; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
#header {
padding: 0;
}
.header-inner{ display: none; }
.header-logobox{ display: none; }

.logo { display: none; }
.logo-sp {
float: none;
text-align:left;
margin: 0 auto;
padding: 0;
position: absolute;
top: 5px;
left: 10px;
z-index:999999;
}
.logo-sp img {
width: 228px;
max-height: 55px;
}

#nav_bg { height: 70px; }
#nav_bg.active{ position:absolute; }
.nav-menu li { margin: 0; }
.nav-menu li a { font-size: 4.5vw; }

.breadcrumbs { display: none; }

.main-img { margin: 70px 0 0 0; }

.fukuri-box {
height: auto;
background:none;
padding: 50px 0 0 0;
background:url("../images/topfukuribox_bg_spbottom.svg") no-repeat;
background-position: center bottom;
}

.fukuri-box h2 {
font-size: 5.5vw;
margin: 0 auto 30px auto;
}
.fukuri-box-inner .box {
width: 100%;
margin: 0 0 50px 0;
}
.fukuri-box-inner .box .boxtitle {
font-size: 5.5vw;
}
.fukuri-box-inner .box .box1title img,
.fukuri-box-inner .box .box2title img,
.fukuri-box-inner .box .box3title img{
height: 90px;
}
.fukuri-box-inner .box p {
font-size: 4.5vw;
margin: 0 0 30px 0;
}
.fukuri-morelink a {
font-size: 4.5vw;
}

.topnews-box-inner {
width:90%;
max-width: calc(90% - 40px);
margin: 0 auto;
padding: 50px 20px;
}
.news-leftbox { width: 100%; }
.news-rightbox { width: 100%; }
.topnews-box { padding: 50px 0; }
.topnews-box h2 {
margin: 70px 0 20px 0;
font-size: 7vw;
}
ul.topnews { margin: 0 0 40px 0; }
ul.topnews li{
padding: 15px 0;
font-size: 4.5vw;
line-height:150%;
}
ul.topnews li a { margin: 0 0 0 0; }
.morelink { width: 100%; }
.morelink a { font-size: 4.5vw; }

.footer-inner { padding: 50px 0; }
.footer-namebox { width: 100%; }
.add { font-size: 4vw; }
.copyright {
font-size: 3.5vw;
line-height: 1.5;
padding: 20px 0;
}

.footer-navbox {
width: 100%;
font-size: 4.5vw;
margin: 50px 0 0 0;
}
.footer-navbox-nav1,
.footer-navbox-nav2 {
width: 100%;
}

.footer-navbox-nav1 ul li,
.footer-navbox-nav2 ul li {
margin: 0 0 10px 0;
}

.box-end{ padding: 0; }

.pagetop-title-box {
margin: 70px 0 0 0;
height: 100px;
}
.pagetop-title-box h2{
height: 80px;
}

.pagetop-title-box h2{ font-size: 6vw; }
.pagetop-midashititle-box { margin: 50px 0 50px 0; }
.pagetop-midashititle-box h3{ font-size: 5vw; }


.width90,
.width80,
.width70,
.width60,
.width50,
.width45,
.width40,
.width38,
.width35,
.width30{width: calc(100% - 10px)!important;}
.width25,
.width20{width: calc(40% - 10px)!important;}
.width15{width: calc(30% - 10px)!important;}


#topcontrol {
right: 15px!important;
bottom: 80px!important;
}
#topcontrol img{
width:50px;
}
iframe { width: 100%; height:100%; }
.show_pc { display: none; }
.show_tb { display: none; }
}
