@charset "UTF-8";
@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #0000ff; }
a:hover,
a:active{ color: #0088d5; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	background-color: #fff;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(../img/common/icon-arrow01.png) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{ 
  padding: 1em 0;
display: flex;
    justify-content: space-between;
    align-items: center;
}

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	width: 50%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0.2em;
	font-size: 3em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #333; }
.header-logo a:hover,
.header-logo a:active{ color: #0088d5; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	/*width: 60%; ・1行の幅はwidthの値を変更*/
	color: #333;
	width: 200px;
}

#header h1{
	/*margin-bottom: 1em;*/
/*	padding-left: 0.5em;*/
	font-size: 1.167em;
}
/*google language transrate*/
#header .nturl{
  text-decoration: none;
    color: #fff;
}
#header .tool-item:hover{
  background: #d3ddf1;
  color:#0088d5; 
}
.glt{
  display: flex;
}
/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
        background-color: #0088d5;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
} 

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	/*padding-bottom: 5px;*/
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #FFFFFF; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
        width: 13.5em;
        text-align: center;
}

#global-nav #menu li.first.home{
position: relative;
float: left;
margin: 0;
border-right: solid 1px #FFF;
list-style: none;
font-weight: bold;
width: 8em;
text-align: center;
}


#global-nav #menu li.first{ border-left: solid 1px #FFF; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

#global-nav #menu li.sp_only{display: none;}
/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 1.1em 2em; /* メニューの幅*/
	color: #fff; /* メニューのフォントの色*/
	text-decoration: none;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #0088d5; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #d3ddf1; color: #0088d5;} /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 1em 1.2em;
        text-align: left;
        width: 19em;
        border-top: 1px solid #FFF;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../img/common/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
font-size: 1.4em; 
//background: url('images/bg_box1.png') no-repeat 0 0 #ffffe4;
background: url('images/bg_box1.png') no-repeat 0 0 #fff;
border: 1px solid #e0e0e0;
padding: 27px 19px 20px 19px;
}

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 5px;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.5em 0.9em;
	border-top: 3px solid #20B97B;
	background: url(./images/title/bg-conts-h2.gif) left top repeat-x #009c42;
	font-size: 1.286em;
        color: #fff;
	font-weight: bold;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #ffffe4; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	font-size: 1.143em;
        font-weight: bold;
        color: #20B97B;
        margin-bottom: 15px;
        padding-left: 12px;
        padding-top: 12px;
        background-color: #fff;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #ffc747;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D6F1E3;
        padding-bottom: 9px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #0088d5; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
    position: relative;
    font-weight: bold;
    color: #20B97B;
    margin: 2.5em 0 1.5em 0;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #009c42;
}
 
#main-contents h4:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #D6F1E3;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
#main-contents h4:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #009c42;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #0088d5; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 1em 1.5em;
        background: #fff;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #0088d5; }

/*５０音順*/
#main-contents .order{
  font-size: 1.2em;
  font-weight: bold;
  color: #009c42;
}
/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

#main-contents .yarpp-related li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
        height: 120px;
}

/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
        color: #009c42;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../img/common/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(../img/common/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(../img/common/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(../img/common/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(../img/common/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../img/common/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../img/common/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	/*padding: 0.5em;*/
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 1em;
	border: 3px solid #20B97B; /*サイドバー見出しの枠線*/
	/*border-top: 3px solid #009c42; 見出しの上部の太線*/
	color: #fff; /*見出し文字の色*/
        font-size: 1.2em;
	font-weight: bold;
        background-color: #009c42;
}

.sub-column .contents h3{
	/*margin: -0.5em;*/
	/*margin-bottom: 0.8em;*/
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合せ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(../img/common/icon-arrow_r.png) 4px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../img/common/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(../img/common/icon-menu02.png) 2px 12px no-repeat #fc6; }




/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
        margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #0088d5; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #333; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 30.5%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 65.8%;
	padding-bottom: 20px;
        border-left: 1px solid #fff;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(../img/common/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 40px;
	/* background: url(../img/common/icon-arrow02.png) left top no-repeat; */
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(../img/common/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(../img/common/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../img/common/bg-pagetop.gif) 14px center no-repeat #fc6;
	color: #0088d5;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	/*margin: 0 -10px 1.5em;*/
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	/*padding: 3px 10px 3px 20px;*/
	/*background: url(../img/common/icon-arrow_r.png) 2px 6px no-repeat;*/
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(../img/common/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
        background: none;
	list-style: none;
　　　　padding: 0 0 1px 0;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	padding: 12px 10px 12px 20px;
	background: url(../img/common/icon-arrow_r.png) 4px 15px no-repeat;
	display: block;
        background-color: #ffffe4;
        border-bottom: 1px solid #959595;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #009c42;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 100%;
	margin-bottom: 0;
	/*padding-left: 5%;*/
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	/*padding: 6px 1px 6px 12px;*/
	border-left: none;
	background: url(../img/common/icon-menu02.png) 6px 17px no-repeat;
        background-color: #ffffe4;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(../img/common/icon-menu02.png) 6px 17px no-repeat #009c42; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #0088d5; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}

#main-contents .sb div{
	text-align: left;
}

/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(../img/common/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
	margin-bottom:20px;
}

img.alignright{
	float: right;
	padding-left: 30px;
	margin-bottom:20px;
}

img.aligncenter{
	display: block;
	margin: 20px auto;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(../img/common/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(../img/common/icon-arrow_r.png) right 7px no-repeat;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }

/*------------------------------------------------------------
　セミナー申込み
-------------------------------------------------------------*/
.lpbottom{
margin: 2.5em 0 10em;
text-align: center;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
　セミナー詳細
-------------------------------------------------------------*/
.babottom{
margin: 1.5em 0 4em;
text-align: center;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
　ガイド詳細
-------------------------------------------------------------*/
#guidebottom{
margin: 2.5em 0 4em;
text-align: right;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/*------------------------------------------------------------
　上へ
-------------------------------------------------------------*/

/* aタグ */
#page_top, #page_down {
    position:fixed;
    right:15px;
    background:#f2f2f2;
    padding:14px 10px;
    border:1px solid #222;
    z-index:3;
}
 
#page_top {
    bottom:70px;
}
 
#page_down {
    bottom:15px;
}
 
#page_top:hover, #page_down:hover {
    border:1px solid #0088d5;
}
 
/* spanタグ */
#page_top span, #page_down span {
    display:block;
    height:16px;
    width:24px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
 
#page_top span {
    background:url(../img/common/p_top.png) no-repeat top;
}
 

 
#page_top:hover span {
    background:url((../img/common/p_top.png) no-repeat bottom;
}
 
 
/* モバイル用スタイル */
@media (max-width:640px) {
#page_top, #page_down {
    right:5px;
    padding:8px 6px;
}
 
#page_top {
    bottom:35px;
}
 
#page_down {
    bottom:5px;
}
 
#page_top span, #page_down span {
    height:8px;
    width:12px;
}

/*------------------------------------------------------------
　USP
-------------------------------------------------------------*/
.usp p {
margin-bottom: 1.5em;
margin-left: 65px;
}
}

/*------------------------------------------------------------
　前の記事、後の記事
-------------------------------------------------------------*/
.cat_paging{
    width: 100%;
    margin-bottom: 1.0em;
    float: left;
    border: 2px solid #fff;
    clear: both;
}
 
.cat_paging .alignleft{
    width: 40%;
    float: left;
    margin-left: 1.5em;
    min-height: 10.0em;
}
 
.cat_paging .alignright{
    width: 40%;
    float: right;
    margin-right: 1.5em;
    min-height: 10.0em;
}
 
.cat_paging .alignleft dt,
.cat_paging .alignright dt{
    padding: 0px 0px 5px;
    border-bottom: 1px solid #bbb;
    margin: 0px 0px 1.0em;
}
 
.cat_paging dd {
    margin: 0;
}
 
.cat_paging .alignleft .thumb,
.cat_paging .alignright .thumb{
    margin-bottom: 0.5em;
}
 
.cat_paging .alignleft .title,
.cat_paging .alignright .title{
    display: block;
}

/*------------------------------------------------------------
試験結果・属性dl.dt.dd
-------------------------------------------------------------*/
.exam_name dt a {
text-align: left;
display: block;
width: 411px;
margin: 0px;
padding: 10px 5px 10px 20px;
background: #e0e8fe;
}

.exam_name{ padding:2px;background-color: #b9daff!important; }/*青色*/



/*GROUOP ページのスタイル*/
.group_subt{
color: #f84701;
font-size: 1.2em;
font-weight: bold;
}	
.group_subt	.num{
display: inline-block;
width: 2em;
height: 2em;
background-color: #f84701;
border-radius: 50%;
line-height: 2em;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 1.1em;
margin-right: 0.5em;
}
.discount_box{
}	
.discount_box .cts{
background-color: #FFFDEC;
margin-bottom: 0!important;
}	
.discount_box .cts .type{
display: inline-block;
width: 8em;
margin-right: 1em;
text-align: center;
font-weight: bold;
color: #fff;
padding: 0.6em;
}
.discount_box .cts .type.cpp_a{
background-color: #f84701;
}
.discount_box .cts .type.cpp_b{
background-color: #20B97B;
}	
.discount_box .cts .aft_price{
color: red;
font-size: 1.1em;
font-weight: bold;
}
.group_subt.subt02{
margin-top: 1.5em;
}		





/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/


#google_translate_element{
float:right;}

.btn{
    text-align: center;
    margin: 3em 8px;
}

.btn a{
    display: inline-block;
    padding: 0.8em 0;
    color: #fff;
	font-size:1.2em;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0088d5;
    text-decoration: none;
	transition: all,0.3s;
	line-height:1.6;
	width:400px;
	max-width:95%;
	
}
.btn a:hover{
    text-decoration: none;
    background-color: #d3ddf1;
	color:#0088d5;
}

/*無料プレゼント一覧*/
.dl_wrap a{
	width:32.5%;
	height:380px;
	float:left;
	display:block;
	background:#eaeaef;
	margin-right:1%;
	margin-bottom:10px;
	text-align:center;
	position:relative;
}
#dl_list .dl_wrap:nth-child(3n) a{
	margin-right:0;
}
.dl_wrap img{
/*	border:1px solid #eaeaef;*/
	display:block;
	box-sizing:border-box;
	margin:100px auto 10px;
	width:70%;
	height:auto;
	box-shadow: 5px 5px 5px #ccc;
}
.doc_title{
	text-align:center;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:1.2em;
	background:#0088d5;
	color:#fff;
	width:100%;
	position:absolute;
	top:0;
	padding:5px 0;
	display:table;
}
.doc_title_text{
	display:table-cell;
	vertical-align:middle;
}

.dl_wrap a:hover{
	background:#d3ddf1;
}

.dl_wrap a:hover img{
	opacity:1;
	box-shadow:none;
}
#dl_list .dl_wrap:nth-child(2n) a:hover .doc_title,
.dl_wrap a:hover .doc_title{
	color:#fff;
	background:#333;
}

/*無料プレゼント画面最適化*/
@media only screen and (max-width : 1100px) {
    #dl_list .dl_wrap img {
        width: 45%;
    }

    #dl_list .dl_wrap a {
        width: 49%;
        margin-left: .5% !important;
        margin-right: .5% !important;
    }
}

@media only screen and (max-width : 1000px) {
    #dl_list .dl_wrap a {
        height: 340px
    }
}

@media only screen and (max-width : 800px) {
    #global-nav #menu li a {
        font-size: 1.1em;
    }

    .itw_wrap {
        width: 32.3333%;
        margin: 0 .5%;
    }

    .itw_wrap .itw_txt {
        font-size: 90%;
        background: #333;
        ;
    }

    #mono_bnr a img {
        margin: 4px .5%;
        width: 19%;
    }

    #mono_bnr a img.footer_gmca {
        clear: both;
    }

    #dl_list .dl_wrap a {
        height: 300px
    }

    .doc_title {
        font-size: 1.05em;
    }
}

@media only screen and (min-width : 641px) {
    .spOnly {
        display: none;
    }

    #page_2019mono a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width : 640px) {
    .pcOnly {
        display: none;
    }

    #top-cont .post .article .img_area {
        width: 90%;
        margin: 20px 5%;
    }

    .itw_wrap {
        width: 49%;
        height: 240px;
        margin: 0 .5%;
    }

    .itw_wrap .itw_txt {
        font-size: 90%;
        height: 40px;
        line-height: 1.6;
        background: #333;
        ;
    }

    #program_new table {
        font-size: 90% !important;
    }

    #program_new table .f12em {
        font-size: 1.1em !important;
    }

    #mono_bnr a img {
        margin: 4px 1%;
        width: 31.3333%;
    }

    #mono_bnr a img.footer_gmca {
        clear: none;
    }
}

@media only screen and (max-width : 400px) {
    .itw_wrap {
        height: 150px;
    }

    #mono_bnr a img {
        margin: 4px 1%;
        width: 48%;
    }

    #dl_list .dl_wrap a {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
    }

    #dl_list .dl_wrap img {
        width: 40%;
        height: auto;
        ;
        display: inline-block;
        margin-bottom: 30px;
    }
}

.btn_area{
text-align:center;
}
.raised{
  display: inline-block;
    color: #FFF !important;
    font-size: 1.2em;
    line-height: 1.3;
    text-decoration: none;
    font-weight: bold;
    padding: 1.2em 1.2em;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
	min-width:40%;
}
.raised:hover{
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
color: #FFF;
}
.r1{
background-color: #f66f03;
}
.r1:hover {
    background-color: #ffc174;
}

/*2021 メインビジュアル２分割*/
.metaslider-8565{display:none !important}

.main2021 {
	padding: 1.5em 0;
	background: #eee;
}

.main2021_wrap {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	clear: both;
	
}
.main_item {
	margin: 0 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.12);
}

@media (min-width:641px){
.main2021_wrap {
    display: flex;
	justify-content: center;
    width: 100%;
}
.main_cpp_online,
.main2021_shortseminar{
	width:calc(50% - 10px);
}
.main_cpp_online{
	margin-right:20px;
}
}
@media (max-width:641px){
.main_cpp_online{
	height:65vw;
	margin-bottom:20px;
}
}

/*20200305 main_about*/
.main_about {
	margin-bottom: 20px;
	padding: 20px;
	background: rgb(248, 248, 230);
}
.main_about_item {
	
}
* + .main_about_item {
	margin-top: 10px;
}
.main_about_title {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background: #009c42;
}
.main_about_text {
	padding: 10px;
}
.main_about_text p {
	margin: 0 !important;
}
@media (min-width:641px){
	.main_about_item {
		display: flex;
	}
	.main_about_title {
		width: 30%;
		margin-right: 20px;
	}
	.main_about_text {
		width: 70%;
	}
}