﻿@import url(https://fonts.googleapis.com/css?family=Roboto|Righteous|Merriweather|Cabin+Sketch|);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);/* 日本語全体 */
@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定（あいうぇぶ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*書体の設定
---------------------------------------------------------------------------*/
#menubar,#menubar-s{font-family: 'Roboto', sans-serif;letter-spacing:1px;}
#pagetop{font-family: 'Cabin Sketch', cursive;font-size: 120%;letter-spacing:2px;}
h2 span {font-family: 'Righteous', cursive;font-size: 200%;}
.logo3{font-family: 'Righteous', cursive;font-size: 244%;margin-top:5px;}/* トップページのロゴ下 */
.logo4{font-family: 'Righteous', cursive;margin-top:5px;color: #777;}/* サブ。表紙ページのロゴ下 */
.contents h5{font-family:'Merriweather', "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 200%;}
#copyright{font-family:'Merriweather', sans-serif;}

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/* スクロールバーのズレ対策 */
*html body {overflow-y:auto;/*IE6だけに適用*/}

*+html body {overflow-y:auto;/*IE7だけに適用*/}

html{	overflow-y:scroll;
	overflow-x:hidden;/* 横スクロールなし */}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #484;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #444444;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/* ページ内リンク */
.sub-menu ul{background-color:#F5F5F5;}
.sub-menu li:first-of-type{background:none;}
.sub-menu li {  display: inline;background: url('../images/icon3.png') no-repeat;
	background-position:0% 4px;
	padding:0 20px;
	overflow: hidden;
	margin: 5px 0px;
	letter-spacing: 1px;
}
/*表紙の背景画像 */


html{height : 100%;}
html#hyoshi {
  display: block;
  position: relative;
  z-index: 1;
}
body#hyoshi:after {
  content: "";
	background:url(../images/logo0.png) no-repeat left top;
	background-size:75% auto;/* cover;contain;値指定 auto;横縦 */
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/*あいうぇぶロゴ、サブタイトル部分
---------------------------------------------------------------------------*/
.ttlbox{padding:0 40px;line-height:1.2;color: #000;}
.space150{padding-bottom:222px;}
.logo img{width : 150px;}
.logo_top img{width : 200px;}
.logo2{font-size: 115%;color: #444;font-weight:400;}
.logo2,.logo3{
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;}
.logo4{font-size: 80%;}
.logo4 a{text-decoration:none;}


/*inner共通
---------------------------------------------------------------------------*/
.inner {clear: both;
	max-width: 1030px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2% 5px;
}
/*ヘッダー（ロゴが入った最上段のブロック未使用）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 4px solid #444444;	/*上の線の幅、線種、色*/
}
header .inner {
	height: 5px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 300px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 30px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}
/* ナビゲーション・パンくず枠 */
#navi{	clear: both;margin: 3px 0 0 0;
	padding: 4px 0px 5px 0;
	letter-spacing:1px;
	border-top:1px dotted #999;
	font-size: 85%;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {font-size: 80%;
	clear: both;
	float: right;		/*右に回り込み*/
}

#menu {
    width: 100%;
	height : 50px;
    padding: 0 0 40px 0;
    text-align: center;
}

#menu a {background : url('../images/menuline.png') no-repeat 0 5px;/*区切り線*/
	display:inline-block;width : 110px;
	text-decoration: none;
	color: #222;
}
#menu a.first1{ background :none;}

#menu a:visited {
    text-decoration: none;
    color: 666;
}

#menu a:hover {
    text-decoration: none;
}

#nav {
    position: relative;
}

#nav a {
    padding:0; 
}

#nav span {background :  url('../images/color.png') no-repeat bottom center;/*追随アイコン*/
	margin:0px 0 0 0;
	padding:0;
	height: 4px;
	width: 104px;
	display: block;
	position: absolute;left:0;
}
#nav span.none{/* メインメニュー以外のページのボールを消すHONEは <a class="first1 current" href="index.html">HOME</a>としておく */
	display:none;top:20px;}

#nav span{/* 追随ボールをふわっと出す https://q-az.net/fadein-open-only-css/*/
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*スマホ用メニューを表示させない*/
#menubar-s,
.g-header
 {
	display: none;
}
/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 0;	/*上下、左右に空けるボックス内の余白*/
}

/*コンテンツのh2タグの設定*/
.contents h2 {margin:0px auto;text-align:center;
		color: #445e4b;	
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	clear:both;
}
/*コンテンツのh3タグの設定*/
.contents h3{margin:0px auto;text-align:center;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size: 150%;color: #000;
	clear: both;display:block;
}

/*コンテンツのh4タグの設定*/
.contents h4 {margin:20px auto 5px auto;
	clear: both;background-color:#F5F5F5;
	padding: 5px;	/*上下、左右への余白*/
	font-size: 130%;color: #000;border-bottom:1px solid #a2a2a2;
	border-top:1px solid #a2a2a2;
}

/*コンテンツのh5タグの設定*/
.contents h5{margin:15px 0 0 0;
	border-bottom:2px solid #333;
	font-size: 130%;
	color: #333;
	padding:40px 10px 5px 10px;position:relative;
}

.contents h5:first-letter {color: #445e4b;font-style: italic;
    font-size: 2.5em;
    line-height: 0;
}
.contents h5.normal:first-letter {font-style: normal;font-size: 1.5;margin-right:5px;}

.contents .k_collar h5:first-letter {color: #fff/* 背景グリーンのh5見出し */
}
.contents h5:before, .contents h5:after{
	content:"";
	display:block;
	width:10px;/* 縦線の幅 */
	height:10px;/* 縦線の長さ */
	border-radius:50%; /* 円になる*/
	background:#222;
	position:absolute;
	bottom:-6px;/* 0はL。多いほど下に移動 */
}
.contents h5:before{left:-0px;}
.contents h5:after{right:-0px;}

h6{font-size: 110%;margin:10px 5px 0;padding:0;border-bottom:2px solid #a2a2a2;}

/*コンテンツの段落タグ設定*/
.contents p {
	padding: 10px 10px 20px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	overflow: hidden;
	float: right;	/*右に回り込み*/
	width: 72%;		/*幅*/
}

/*フッター設定
---------------------------------------------------------------------------*/

footer {
	clear: both;
	background: #FFF;	/*背景色*/
	color: #666;	/*文字色*/
}
footer a {
	color: #666;
}
footer a:hover {
	color: #222;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;color: #ffffff;
	text-align: center;
	background: #444444;	/*背景色*/
	font-size: 85%;
}
#copyright a {
	text-decoration: none;color: #ffffff;
}

/*トップページ（スクロール）単独の新着
---------------------------------------------------------------------------*/

div#scroll{
	height: 210px; overflow: auto;
	margin:7px 0 12px 0;
	line-height: 1.5;
}
div#scroll p,div#news p{background: url('../images/icon_b.gif') no-repeat; 
	background-position:0 11px;
	padding-left: 1.4em; 
	font-size: 90%;
	border-bottom:1px dotted #a2a2a2;
	margin:8px 0;
	letter-spacing:1px;
}

div#news p{background-position:10px 16px;
	border:0;
	padding-left: 2em; padding-top: 10px;background-color:#fff;border-radius: 7px;}

div#scroll strong,div#news strong{
	color: #004;
	letter-spacing:1px;
}


/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 10px auto;
}
.ta1, .ta1 td, .ta1 th {text-align:left;
	padding: 5px 10px;	/*ボックス内の余白*/
	word-break: break-all;
}

/*ta1の見出しセル*/
.ta1 th {text-align:left;vertical-align : top;
	width: 180px;	/*幅*/
	font-weight: normal;
}
.ta3 td,.ta3 th{border-bottom:1px solid #a2a2a2;}

/* 素材利用の表 */

.span_w{vertical-align : top;width : 300px;display: inline-block;margin:5px;}

.contact ul{margin:20px 5px 5px 5px;}
.contact ul li{line-height:2;border-bottom:1px dotted #a2a2a2;}

.ta2 {text-align:left;border:2px solid #999;
	width: 100%;
	margin-top: 20px;
}
.ta2 tr{border-bottom:1px solid #999;}
.ta2 td{border-left:1px solid #999;padding:5px 5px 5px 10px;}
.ta2 th{border-left:1px solid #999;padding:5px 5px 5px 10px;text-align:center;}
.ta2 .r{white-space: nowrap;/* 改行しない */}

/* 篆書の画像 */
.tensyo img{    width:auto;
    height:auto;
    max-width:50%;
    max-height:50%;}

/* フォーム関連追加 */

textarea,
input[type="text"],
select
{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	background-color:#eee;
	border:0;
	padding:2px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    resize: both;
}

/* input:focus・・・入力フォームをハイライトする-------------*/

input:focus,
textarea:focus,
input.focus,
textarea.focus{ background-color: #ffffe4!important; }

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="reset"] {
	margin: 0;
	border: none;
	background-color:#444444;color: #ffffff;font-size:105%;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
	color: #445e4b;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
    display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	line-height:1;}

#pagetop a{
    position: relative;
    padding: 0.37em 1em;
    background: #83aa83;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
}

#pagetop a:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #aacdaa;/*ボタン色より明るめの色に*/
}

#pagetop a:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

#pagetop a:active:before{ 
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
}

#pagetop a:active:before{
   top:-12px;
   border-width: 6px;
}


/*横からふわりと出る
---------------------------------------------------------------------------*/

.boxm p,.boxm ul
 {  animation-duration: 1.5s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
        margin-left: 1%;
        width: 100%
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}

/* 表紙の横並び2つのボックス
<div class="boxall"><div class="boxleft">ああ</div><div class="boxright">ああ</div></div> */
div.boxall{
	clear:both;
	width: 100%;
	padding:0;
	margin:0px auto;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/}

div.boxleft {
text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	width: 48%;
	margin-right:1%;
vertical-align:middle;
}
div.boxright {text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	width: 48%;
vertical-align:middle;
}


/*表紙を上下左右ほぼ中央に配置
---------------------------------------------------------------------------*/
.top_inner {clear: both;
  justify-content: center;
  align-items: center;}

/* 横並び3つ表紙
---------------------------------------------------------------------------*/

.flex_3box {
        display: flex;
        flex-flow: wrap;
	justify-content: center;
        align-items: center; 
        /* 縦方向の並び順*/
        /*    
        flex-start：上揃え（デフォルト）
        flex-end：下揃え
        center：中央揃え
        baseline：ベースライン
        stretch：伸縮
        */
	margin-top:10%;
}
.flex_3box img{max-width : 80%}
.flex_3box a{text-decoration:none;}
    .item1,.item2,.item3{text-align:center;}


/* 横並び3つ、4つのボックス
---------------------------------------------------------------------------*/
div.boxall3{text-align:left;
	margin:10px 0 35px 0;
	clear:both;
	display:block;
	width: 800px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
}
div.boxleft3 {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 230px;
	padding-left:13px;margin-left:13px;
	vertical-align: top;
	border-left:4px solid #333;
}

div.boxall3 p{margin:0;padding:0;
	line-height:1.4;font-size:88%;}

div.boxall3 h4{background:none;border:0px;}
div.boxall3 a{text-decoration:none;}
div.boxall3 li:first-letter,
div.boxall4 li:first-letter
{color: #fff;font-size: 110%;letter-spacing:3px;}


div.boxall4{text-align:left;
	margin:10px 0;
	padding:10px 0;
	clear:both;
	display:block;
	width: 800px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
}
div.boxleft4 {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 20%;
	padding-left:13px;margin-left:13px;
	vertical-align: top;
	border-bottom:3px solid #FFF;
}

div.boxleft4 h4 {

	margin: 0;
	padding: 0;	/*上下、左右への余白*/
    display: flex;
    align-items: center;
    text-align: left; /* for no-flexbox browsers */
}


div.boxleft4 h4:after {
    border-top: 3px solid #FFF;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

div.boxleft4 h4:before {
    margin-right: 0.5em;
}

div.boxleft4 h4:after {
    margin-left: 0.5em;
}

/*その他
---------------------------------------------------------------------------*/

ul.icon li { /* 青丸 */
	background: url('../images/icon.gif') no-repeat; 
	background-position:0% 10px;
	margin:3px 2px 2px 15px;
	padding-left: 15px; 
	list-style:none;
}
ul.icon_c li {/* フラグ */
	background: url('../images/ya.png') no-repeat;
	background-position:0% 8px;
	margin:0px;
	padding-left: 20px; 
	list-style:none;
}

/* リンク青 */
ul.icon4{margin-top:15px;}
ul.icon4 li { 
	background: url('../images/icon4.gif') no-repeat; 
	background-position:15px 9px;
	margin:0px;
	line-height:2;
	padding-left: 35px;
	list-style:none;
} 

/* リンク赤外部リンクに使用 */
a.icon5 { 
	background: url('../images/icon5.gif') no-repeat; 
	background-position:0% 5px;
	margin:0px;
	line-height:2;
	padding-left: 20px;
	list-style:none;
} 
.mb15,.mb1em {margin-bottom: 15px;}
.pt30 {padding-top: 30px;}
.ml300 {margin-left: 315px;}
.clear {clear: both;}
.color_w, .color_w a {color: #fff;}
.color_r{color: #c00;}
.wl {width: 96%;}
.wm {width: 70%;}
.ws {width: 50%;}
.c {text-align: center}
.c_auto{margin:0px auto;}
.r {text-align: right;}
.l {text-align: left;}
.mini1 {font-size: 85%;display: inline-block;line-height: 1.5;}
.sh{display: none;}/* PCで非表示 */
.k_collar{background-color:#cccccc;}
.k_collar2{background-color:#444444;}/* コンタクト確認ボタン */
.border_tb{margin:30px auto;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding:18px;}
.fl_r{float:right}
.nowrap{white-space: nowrap;/* 改行しない */}
.td_no{text-decoration: none;}

/* highslide */


a.highslide-credits,
a.highslide-credits i {
	display:none;
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){


/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}


/*あいうぇぶロゴ、サブタイトル部分
---------------------------------------------------------------------------*/
.ttlbox{padding:45px 15px 10px;}
.logo{margin:10px 0 5px 0;}/* ロゴ */
.logo3{font-size: 115%;margin-top:0;}/* トップのGRAPHICS + WEBSITE CREATION + DTP */
.logo4{font-size: 85%;}/* サブと表紙のGRAPHICS + WEBSITE CREATION + DTP */
.space150{padding-bottom:0;}


/*PC用メニューを非表示にする*/
.logo2,/* ロゴ下の文 豊富な～ */
#menubar {
	display: none;
}

/*スマホメニュー
---------------------------------------------------------------------------*/
/*３本バーアイコン設定
<div class="g-header">
<nav class="g-nav">
<ul class="g-menu">
---------------------------------------------------------------------------*/
/*３本バーブロック*/

.g-header /*{display:block;  position: relative;  height: 50px;  background: #444444;}*/
{display:block;/* 固定 */
  background: #444444;
  position: fixed;
  height: 50px;
    top: 0;
    width: 100%;
    margin: 7px auto 0;
	z-index: 99;
}

.g-nav {
  display: none;text-align:right;
  position: absolute;
  top: 50px;right:0;
}
.g-menu {  width: 100%;}
.g-menu li {padding-right:30px;background-color: rgba(0,0,0,0.5);}
.g-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  box-sizsing: border-box;
  width: 100%;
  height: 30px;
}

.sp-menu {
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
}
.sp-menu .menu-trigger,
.sp-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.sp-menu .menu-trigger {
  position: relative;
  width: 44px;
  height: 44px;
}
.sp-menu .menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.sp-menu .menu-trigger span:nth-of-type(3) {
  top: 25px;
}
.sp-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.sp-menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.sp-menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: none;
	width: auto;
}

/*コンテンツのh2タグの設定*/
.contents h2 {margin-top: 0px;}


/* 表紙の画像
---------------------------------------------------------------------------*/
.flex_3box img{max-width : 70%;margin-top:30px;}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の見出しセル*/
.ta1 th {display:block;
	width: 98%;
	padding: 5px;
	background-color:#F5F5F5;
}

/*テーブル内の右側*/
.ta1 td
 {display:block;
	width: 100%;
	padding: 5px;}

div.boxall3,div.boxall4
{margin:0 auto;padding:10px;width : 90%;}

div.boxleft3
{clear:both;display:block;padding:10px;border-bottom:1px solid #a2a2a2;width : 90%;}

div.boxleft4
{clear:both;display:block;padding:10px;border:none;width : 100%;}

.ta2{border-bottom:0px;}
.ta2 tr{display:block;}
.ta2 td{display:block;border:0;}
.ta2 th{text-align:center;background-color:#eee;display:block;}
.ta1 th br,.ta2 th br{display:none;}
.ta3 th{border-bottom:1px dotted #a2a2a2;}
.ta_ud{border-bottom:2px dotted !important;text-align:center;}

/* フォーム */
.span_w{font-size: 110%;width : 100%;display: block;color: #000;}
.ws,.wm,.wl {width: 99%;}

/*新着情報ページ
---------------------------------------------------------------------------*/
div#scroll p{	background-position:0 3px;}/* トップ */
div#news p{	background-position:10px 11px;}/* 単独 */


/*その他
---------------------------------------------------------------------------*/

ul.icon li { /* 青丸 */	background-position:0% 5px;}
ul.icon_c li {	background-position:0% 4px;}
.sh {	display:block;}/* スマホでは表示する */
.sh_br {display:block;margin:0;padding:0;}/* スマホで改行 */
.wm {width: 90%;}
.boxm .inner p,.boxm ul{padding-top:12px;}/* 動きのあるボックス */

.pc,
.megane,
.tamidashi
{display:none;}/* スマホでは消すPCでは表示する */
.k_collar2{background-color:#FFF;color: #000;}/* コンタクト確認ボタン */

.ml300,
div.boxall
{clear:both;display:block;margin:0 auto;padding:0;width: 100%;}


}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 90%;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 200px;	/*ロゴ画像の幅*/
	margin-top: 35px; /*ロゴの上にあける余白*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding:10px 0 20px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	font-size: 120%;	/*文字サイズ*/
	padding:0;margin;0px;	/*上下、左右への余白*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

.contents h3 {
	font-size:120%;padding:0;margin;0px;	/*上下、左右への余白*/
}



/*inner表紙
---------------------------------------------------------------------------*/
.top_inner {	width: 80%;	/*サイトの最大幅*/
	 position: relative;
}
/* 表紙の二つ並んだロゴ */
div.boxleft{padding:90px 0 50px 0;clear:both;display:block;width: 100%;}
/* 表紙の二つ並んだロゴの両側にライン */
.s1 {	display: flex;align-items: center;}
.s1:before, .s1:after {
	content: "";
	flex-grow: 3;
	height: 5px;
	background: #ddd;
	display: block;}
.s1:before {margin-right: .4em;}
.s1:after {margin-left: .4em;}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

