@charset "utf-8";
/* CSS reset */
html {
    overflow-y: scroll;
}
abbr, acronym, a img, img {
    border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
    font-style: normal;
    font-weight: normal;
}
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, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*--------------リセットここまで*/

html {
    font-size: 16px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
    color: #262626;
}

body{
    background: #F4F4F4;
    font-size: 14px;
    background-image: url("../images/back.jpg");
    background-attachment:fixed;
background-position:top center;
background-repeat:no-repeat;
}

a {
    text-decoration: underline;
    color: #F57F1C;

}
a:hover {
    text-decoration: none;
    color:#8181D6;
}

.logo_img{
    display: block;
    width: 24%;
}
/*--------------共通ここまで*/

/*--------------main*/

h1{
    line-height: 40px;
}

#main{
    width: 980px;
    margin: 0 auto;
}
#main2{
    width: 980px;
    margin: 0 auto;
}
#main3{
    width: 980px;
    margin: 0 auto;
}
.mb20{
    margin-bottom: 50px;
}

/*--------------socialBtn*/
#socialBtn{
    margin: 0px 0 10px;
}

/*--------------gnavi*/
#gnavi01 a{
background: #4891F2;
float: left;
width: 189px;
padding: 15px;
color: #fff;
text-align: center;
/* border-left: #000 solid 1px; */
/* border-right: #000 solid 1px; */
/* border-radius: 6px; */
margin-left: 20px;
margin-bottom: 10px;
text-decoration: none;
 display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
#gnavi01 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #F2AF48;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gnavi01 a:hover:before, #gnavi01 a:focus:before, #gnavi01 a:active:before {
  left: 0;
  right: 0;
}


/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*--------------box01*/

.box01{
    width: 45%;
    padding: 19px;
    display: inline-block;
vertical-align: top;
    border: 1px solid #fff;
    /* background: #FF6860; */
    /* border-top-right-radius: 53px; */
    border: #C0C0C0 1px solid;
    color: #000;
}

.box01 p{
/* color: #fff; */
}


.box01 h3{
    margin-bottom: 5px;
    font-size: 16px;
    /* border-left: 5px #fff solid; */
    padding-left: 20px;
    /* color: #fff; */
}

.box01 img{
    width:100%;
}

.pickUp{
    padding: 0 5px;
}

.parg{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #fff;
}

.pr_link{
    margin-bottom: 15px;
}

.button a {
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.button a::before,
.button a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button a,
.button a::before,
.button a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button a {
    background-color: #4891F2;
    color: #fff;
}
.button a:hover {
    letter-spacing: 5px;
    background: #F2A248;
}

.sub01{
padding: 20px;
background-color: #fff;
}

/* box02*/
.box02 h3,
.box02 p,
.box02 img{
float: left;
}

.box02 img{
margin: 0 40px 30px 0;
}

.box02 p{
    width: 650px;
    margin-bottom: 12px;
}

.box02 h3{
    margin-bottom: 16px;
    font-size: 16px;
    border-left: 6px #4891F2 double;
    padding-left: 20px;
}

#block05_container,
#block04_container{
    border-bottom: 1px solid #CACACA;
    margin-bottom: 39px;
}

/* 見出し */
h2 {    color: #FFFFFF;
    /* text-align: center; */
    background: #4891F2;
    font-size: 20px;
    margin-bottom: 18px;
    /* border-bottom: 1px dotted #B6AB59; */    border-left: #145AB8 solid 8px;    padding-left: 9px;    clear: both;}


/* subcontents_container */
#subcontents_container{
    margin-bottom: 50px;
}

#subcontents_container h3{
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    border-bottom: 6px #4891F2 double;
    padding-left: 20px;
    clear: both;
}

caption, th, td {font-weight: normal;text-align: left;border: 1px solid #DDD;border-collapse: collapse;padding: 12px;vertical-align: middle;}
#sub_box{
    width: 100%;
}

.btn2{
    margin: 10px 10px 0 0;
    text-align: center;
}

input[type="submit"] {
    width: 100px;
    height: 30px;
    margin: 5px;
}

input[type="reset"] {
    width: 100px;
    height: 30px;
    margin: 5px;
}

.map01{
        padding: 10px;
    background: #fff;
}

.map01 li a{
margin-bottom: 20px;
  display: block;
  border-bottom: dotted 1px #D0B9B9;
  padding-bottom: 13px;
}

.map02 li a{
margin-bottom: 20px;
  display: block;
  border-bottom: dotted 1px #D0B9B9;
  padding-bottom: 13px;
}


.table_box{
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%;
  margin: 0 auto;
}

/* footer_inner */
.footer_inner ul li a{
float: left;
width: 188px;
padding: 4px;
color: #3A3AE7;
text-align: center;
margin-bottom: 20px;
}

.footer_inner ul li a:hover{
background: #A9A9A9;
color: #FFFFFF;
text-decoration:none; 
}

#footer_container p{
    padding: 20px 0;
    text-align: center;
}

#subcontents_container img {
 float : left
;
 margin: 0 10px 25px 0;
}

/* clearfix */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */




@media screen and (max-width: 480px) {


#main{
      width: 94%;
    padding: 10px;
}

#gnavi01 a{
    margin: 0;
    float: none;
    display: block;
    margin-bottom: 25px;
    width: 91%;
    font-size:120%;
    /* border-right: 1px solid #000; */
    /* border-bottom: 1px #000 dotted; */
}

#main img{
width: 100%;
display: block;
}

.box01{
    width: 90%;
}

.text{
    width: 100%;
}

tbody{
      box-sizing: border-box;
}


.box02 p{
    width: 100%;
}

.box02 img,
.box01 img{
    display: block;
    width: 100%;
}

.button a{
    width: 100%;
      font-size: 120%;
}

#footer_container{
    font-size: 90%;
}

}

.aka01{
    color: #F00;
}

.last_nav a{
    border-right: 1px solid #000;
}