
/* ＝＝＝＝＝＝＝＝　INITIAL SETUP　＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

html {
  -ms-text-size-adjust: 100%;  /*IE on Windows Phone用デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ*/
  -webkit-text-size-adjust: 100%;  /*iOS用デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ*/
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {font-family: 'Sawarabi Gothic';}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/* ＝＝＝＝＝＝＝＝　LAYOUT　＝＝＝＝＝＝＝＝＝ */

#warpper {
  width: 100%;
}
@media only screen and (min-width:961px) {
  #warpper {
    max-width: 1920px;
    padding: 0px 0px;
    margin: 0px auto;
  }
}

header {
  width: 100%;
}


/* ＝＝＝＝＝＝＝＝　NAV　＝＝＝＝＝＝＝＝＝ */

#global_navi {
  z-index:1;
}

#pull {  
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  padding-left: 15px;
}

#pull i  {
  padding-right: 10px;
  font-size: 150%;
  line-height: 48px;
  vertical-align: middle;
}

nav ul {
  list-style-type: none;
  display: none;
  font-family:'Sawarabi Gothic';
}

@media only screen and (min-width:651px) { 

  body { 
    padding-top: 0;
  }
  #pull {
    display: none;
  }
  nav ul {
    display: block;
  }
}


nav li {
  width: 100%;
  float: left;
  /*
  border-bottom: solid 2px #355B8E;
  */
}

nav li:nth-child(odd) {
	/*
  border-right: solid 2px #355B8E;
  */
}

nav li:nth-child(-n+2){
	/*
  border-top: solid 2px #355B8E;  
  */
}

@media only screen and (min-width:651px) {
  nav li {
    width: 20%;
	/*
	width: 16.66666667%;
    border-right: solid 2px #355B8E;
    border-bottom: none;
	*/
  }
  nav li:last-child {
    border-right: none;
  }
  nav li:nth-child(-n+2){
    border-top: none;   
  }
}
nav a {
  display: block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 48px;
  padding-left: 15px;
  text-decoration: none;
}
@media only screen and (min-width:651px) {
  nav a {
    line-height: 36px;
    text-align: center;
    padding-left: 0;
  }
}
nav a:hover {
  background: #3B6FB5;
  text-decoration: none; 
}
nav ul:after {
  display: table;
  content: "";
  clear: both;
}

/* ＝＝＝＝＝＝＝＝　GENERAL　＝＝＝＝＝＝＝＝＝ */

.v-space {
  height: 0px;
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.window_width, .bg_position {
  color: #FFF;
  padding: 5px 0;
  font-size: 14px;
}
.pc_none {
	display:none;
}
.smp_none {
	display:block;
}

@media only screen and (max-width:650px) {
  .sm-nopad {
    padding: 0;
  }
  .pc_none {
	display:block;
}
  .smp_none {
	display:none;
}
  .smp_none2 {
	display:none;
}
}


/* ＝＝＝＝＝＝＝＝　main　＝＝＝＝＝＝＝＝＝ */
.main {
	width:60%;
	margin:50px auto 0 auto;
	text-align:center;
}
.main2 {
	width:60%;
	margin:50px auto 0 auto;
	text-align:left;
}
.main3 {
	width:60%;
	margin:0 auto;
}
.block_main {
	display:table;
	margin-top:10px;
}
.block1 {
	display:table-cell;
	width:46%;
	vertical-align:top;
	text-align:left;
	padding-right:4%;
}
.block1 img {
	width:100%;
	max-width:300px;
}
.block2 {
	display:table-cell;
	width:50%;
	vertical-align:top;
	text-align:left;
}
.block2 img {
	width:100%;
	max-width:300px;
}
.block2 p {
	padding-bottom:5px;
}
.s1d {
	text-align:center;
	margin:10px 0;
}
.s1p {
	display: inline-block;
    text-align: left;
}
.title1 {
	font-size:260%;
	font-weight:bolder;
}
.imagebox1 {
	width:100%;
	margin:50px 0 0 0;
}
.imagebox1 img {
	width:100%;
}
.imagebox2 {
	width:100%;
}
.imagebox2 img {
	width:100%;
	max-width:190px;
	min-width:80px;
}
.title2 {
	font-size:180%;
	font-weight:bolder;
}

.w_bd1 {
	border-left:#0099FF 5px solid;
}
.w_bd2 {
	border-left:#FF3333 5px solid;
}
.w_bd3 {
	border-left:#66cc33 5px solid;
}
.w_bd4 {
	border-left:#ff00ff 5px solid;
}
.w_bd5 {
	border-left:#666 5px solid;
}
.w_title1 {
	padding-left:6px;
	line-height:120%;
	color:#666;
	vertical-align:top;
	display:inline-block;
}
.w_title1 .tt {
	font-size:160%;
}
.w_title1 .tt b {
	font-weight:bolder;
}
.w_title1_sub {
	font-size:80%;
	vertical-align:bottom;
	display:inline;
}
.table_bo {
	border-top:solid 1px #ccc;
	border-bottom:dashed 1px #ccc;
	margin:10px 0 50px 0;
}
.table_pd10 {
	padding:10px 0;
}
.table_bo1 {
	display:table;
	width:100%;
}
.table_bo2 {
	padding:10px 0;
	display:table-cell;
	width:25%;
}
.table_bo3 {
	padding:10px 0;
	display:table-cell;
	width:75%;
}
.mg_70p {
	margin:70px 0 0 0;
}
.form_bo {
	border-top:solid 1px #ccc;
	border-bottom:dashed 1px #ccc;
	margin:10px 0 0 0;
	text-align:center;
}
.m_word {
	text-align:right;
	width:100%;
	margin:0 0 50px 0;
}

footer {
	background:#333;
	padding:6px 0;
	color:#FFF;
	text-align:center;
}
.f_map_t {
	background:#5c5c5c;
	padding:10px 0;
	margin:50px 0 0 0;
}
.f_mapt1 {
	width:100%;
	display:table;
		text-align:center;
	color:#FFF;
}
.f_mapt2 {
	width:50%;
	text-align:center;
	display:table-cell;
}
.tt2 {
	font-size:150%;
	padding:5px 0;
	width:80%;
	border-bottom:#FFF 1px solid;
	margin:0 auto 10px auto;
}
.tt2 b {
	font-weight:bolder;
}
.tt3 {
	width:80%;
	padding:0 0 5px 0;
	margin:0 auto;
}
.square{
  width: 20px;
  /* これを%指定などで可変にする。またはJavaScriptで値を変化させる。 */
}
.square-in{
  width: 30px;
  height:30px;
  background-color: #000;
  border-radius: 50%;
}

@media only screen and (max-width:650px) {
.main {
	width:90%;
}
.main2 {
	width:90%;
}
.main3 {
	width:90%;
}
.w_title1 {
	line-height:110%;
}
.w_title1 .tt {
	font-size:130%;
}
.w_title1_sub {
	font-size:65%;
	vertical-align:top;
	line-height:100%;
	display:block;
}
.table_bo2 {
	padding:10px 0 0 0;
	display:block;
	width:100%;
}
.table_bo3 {
	padding:0 0 10px 0;
	display:block;
	width:100%;
}
.f_mapt2 {
	width:100%;
	display:block;
}
.tt2 {
	width:100%;
}
.tt3 {
	width:100%;
	font-size:90%;
}
.cc2 {
	font-size:80%;
}
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 40px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
	opacity:0.8;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}