@charset "UTF-8";

/* 1 initialize  
*****************************************/
/* reset all tags */
html{overflow-y:scroll;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}fieldset{ border:0;}img{ border:0; vertical-align:bottom;}address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}caption,th { text-align:left;}q:before,q:after{content:'';}abbr,acronym { border:0;}hr { display:none;}label { cursor:pointer;}/* reset font */select, input, textarea { font:99% arial,helvetica,clean,sans-serif;}pre, code { font:100% monospace;} a { overflow:hidden;}a img {border: none;}img {vertical-align: top;}ol { list-style-type: none;}mark {background: none;}input {opacity: 1;}address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {display: block;}table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; border-collapse:separate;border-spacing: 0;}

body {
  min-width: 1200px;
  font-size: 16px;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic", arial, helvetica, sans-serif;
  color: #333;
  line-height: 1.5;
}

#wrap {
	width: 100%;
  overflow: hidden;
}

#container{
  width: 1170px;
  margin: 50px auto 0; 
}

#content {
  width: 785px;
  float: left;
  margin: 50px auto;
}

#content p,
#content a:not(.remove){
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

#main:after {
  content: "";
  display: block;
  clear: both;
}


/* Atag */

a:link {
  color:#008ed6;
  text-decoration: none;
}

a:visited {
  color:#008ed6;
  text-decoration: none;
}

a:hover {
  color: #008ed6;
  text-decoration: none;
  opacity: 1;
}

a:active {
  color:#008ed6;
  text-decoration:none;
}

/* header
*****************************************/

header {
	width: 100%;
	margin: 0 auto ;
  background: url(../images/base/Header_Back.png) top center / cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}


/*** グローバルナビ ***/

.global_nav_lap {
  min-height: 70px;
}

#global_nav {
  width: 100%;
	background: #fff;
  overflow:hidden;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  position: fixed;
  top: 0;
  z-index: 100;
}

#global_nav .top_login{
  background:#000;
  padding: 5px 0;
}

#global_nav .top_login p a{
  color: #fff;
}

#global_nav > .inner,
#global_nav .top_login p {
	width: 1200px;
	margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: right;
}

#global_nav > .inner .site_id {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#global_nav > .inner .site_id li{
  display: inline-block;
  margin: 7px 15px 7px 0;
}

#global_nav > .inner .site_id a img{
  max-height: 56px;
  width: auto;
}

#global_nav > .inner .right{
  float: right;
}

#global_nav > .inner .right .link,
#global_nav > .inner .right .SNS {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global_nav > .inner .link{
  float: left;
}

#global_nav > .inner .link li{
  padding: 26px 18px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

#global_nav > .inner .link li a{
  color: #333;
  text-decoration: none;
}

#global_nav > .inner .link li a:hover{
  color: #008ed6;
  opacity: 1;  
}

#global_nav > .inner .right .SNS{
  float: right;
  padding-left: 10px;
}

#global_nav > .inner .SNS li{
  display: inline-block;
  margin: 7px 0 7px 15px;
}

#global_nav > .inner .SNS a img{
  max-width: 56px;
  max-height: 56px;
}


/***　メインビジュアル　***/

#main_image {
	width: 100%;
  background: rgba(0, 5, 8, 0.6);
  padding-top: 154px;
  padding-bottom: 100px;
  height: auto;
}

#main_image .inner p{
  text-align: center;
}

#main_image .inner .CP1{
  margin-bottom: 20px;
}

#main_image .inner .CP2{
  margin-top: 13px;
  margin-bottom: 70px;
  font-size: 18px;
  color:#fff;
}

/* サイドカラム
*****************************************/

#sidebar {
  width: 325px;
  float: right;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 50px;
  padding-left: 30px;
  border-left: 1px solid #e7e7e7
}

#sidebar h1{
  position: relative;
  margin: 10px 0 20px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  text-align: left;
  font-weight: bold;
}

#sidebar h1:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height:2px ;
  background: #008ed6;
}

#sidebar ul{
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

#sidebar ul li{
  padding-top: 10px;
}

#sidebar .post-date{
  display: block;
}


/*検索フォーム*/

#searchform input[type="text"] {
  width:150px;
}



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

#footer_container {
	width: 100%;
	clear: both;
  padding: 40px 0;
  background: #f7f8fa;
  border-top: 1px solid #eaebec;
  border-bottom: 1px solid #eaebec;
}

#footer_container .inner{
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#footer_container .inner ul{
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#footer_container .inner ul li{
  display: inline-block;
  padding-top: 10px;
  margin: 0 20px;
}

#footer_container .inner ul li img{
  width: 100%;
}

#footer_container .inner .link{
  margin-top: 30px;
}

#footer_container .inner .link a{
  color: #333;
}

#footer_container #copyright {
	margin-top: 30px;
	padding-top: 5px;
  border-top: 1px solid #e4e7e7;
	color: #333;
	font-size: 13px;
	text-align: center;
  line-height: 28px;
}


/*下層ページ
*****************************************/

/* description */

.description .title1{
  font-size: 28px !important;
  font-weight: bold;
}

.description .title2{
  font-size: 24px !important;
  font-weight: bold;
}

.description .title3{
  font-size: 20px !important;
  font-weight: bold;
}

.description .title1,
.description .title2,
.description .title3{
 margin-bottom: 20px !important;
 margin-top: -80px;
 padding-top: 80px;
}

.description .text{
  margin-bottom: 20px !important;
}

.description .text,
.description li{
  line-height: 28px;
}

.description ol{
  list-style:decimal; 
  padding-left: 40px;
  margin-bottom: 20px;
}

.description img{
  max-width: 100%;
}


/* 投稿 */

dl.info {
  border-bottom: 1px solid #008ed6;
  padding: 20px 0;
}

dl.info dt,
dl.info dd,
dl.info > a{
  padding: 2px 20px 5px;
}

dl.info dt .title{
  font-size: 20px;
}

dl.info dt .title a{
  color: #333;
  font-size: 20px !important;
}

dl.info dt .title a:hover{
  color:#008ed6;
}

dl.info .news_date {
  font-size: 14px;
  line-height: 28px;
  padding: 5px 0 2px;
}


dl.info dd .text{
  padding: 2px 0;
  margin-bottom: 5px;
  line-height: 26px;
}

dl.info > a:hover {
  text-decoration: underline;
}

dl.info:last-child{
  border:none;
}

/*　お問い合わせフォーム　*/

#main .contact_width{
  max-width: 500px;
  margin: 0 auto;
}

#main .wpcf7 p {
  margin-bottom: 20px;
}

#main .wpcf7 input{
  padding: 5px;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 3px;
  width: 350px;
  box-sizing: border-box;
}

#main .wpcf7 input[type="checkbox"]{
  width: auto;
}

#main .wpcf7 .wpcf7-checkbox .wpcf7-list-item{
  margin: 0;
}

#main .wpcf7 p.contact_check{
  margin-top: -20px;
}

#main .wpcf7 textarea{
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 3px;
  min-height: 150px;
  width: 350px;
  box-sizing: border-box;
}

#main .wpcf7 input.wpcf7-submit{
  cursor: pointer;
  width: 40px;
  background: url(../images/base/tr-btn.png) 0 0 / contain repeat-x #00a5f9;
  text-shadow: none;
  border: none;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 30px 10px 30px;
  color: #fff;
  font-weight: bold;
  box-sizing: content-box;
}


/* editor */
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
} 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix, #menu-pc_global, #bread_crumb > ul {
	zoom: 1;
}

#menu-pc_global:after, #menu-pc_global:before {
	content: '';
	display: table;
}

#bread_crumb > ul:after, #bread_crumb > ul:before {
	content: '';
	display: table;
}

.clearfix:after, #menu-pc_global:after, #bread_crumb > ul:after {
	clear: both;
}


/*  */
.sp{
  display: none;
}