@charset "utf-8";

/* reset
----------------------------------------------------------------------*/
*{ 
    margin: 0; padding: 0;
    border: none;
    vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,main,figure {
	display:block;
}
ul, ol { list-style: none; }
table{ border-collapse:collapse;}
input[type="text"]:focus {outline: 0;}


/**/
body    {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;

    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #3F3F3F;
}

a {
    color: #1097F1;
    text-decoration: underline;
}

a :hover {
    text-decoration: underline;
}

.red   {
    color: #FF00AE;
    font-weight: bold;
}


/**/
#contener {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #333;
}
	
h2 {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
    color: #0067B1;
    border-bottom: 2px solid #478EC1;
    font-weight: bold;
    margin-top: 30px;
}

h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    padding-top: 9px;
    margin-top: 35px;
    color: #0F94F1;
}

h4 {
    margin-top: 30px;
  margin-bottom: 10px;
    color: #1097F1;
    font-size: 18px;
  line-height: 1.3;
}

h5 {
    font-size: 16px;
    display: block;
    border: 1px solid #A3D4EC;
    background-color: #D8F1FF;
    padding: 10px;
    color: #185987;
}

	
header {
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
header .logo {
    text-align: left;
    width: 195px;
    float: left;
}
header .home {
    width: 88px;
    float: right;
}

.section {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
	
.section p {
    margin-bottom: 10px;
    margin-top: 10px;
    word-wrap: break-word;
    color: #000;
}

.section .atention {
    font-size: 12px;
    line-height: 1.6em;
}
.section .right {
    text-align: right;
}
.section ul li {
    text-indent: -30px;
    list-style-type: cjk-decimal;
    padding-left: 0px;
    margin-left: 15px;
    margin-top: 5px;
}
.section table {
    font-size: 14px;
    line-height: 1.6em;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.section table th,
.section table td {
    vertical-align: middle;
    font-weight: normal;
}
.section table th {
    font-weight: normal;
    background-color: #DFDFDF;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}

.section table td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    text-align: center;
}
.center {
    text-align: center;
}


.section .font_s  {
    font-size: 12px;
}
#contener .section p {
    color: #333;
    margin-bottom: 10px;
    text-indent: -1.1em;
    padding-left: 20px;
}

.main-image   {
    text-align: left;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.6em;
    background-size: 900px 444px;
    background-position: center 100%;
    height: 444px;
}
	
iframe {
  width: 100%;
    max-width: 800px;
    margin-bottom: 150px;
    height: 350px;
}
	
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
    color: #FFFFFF;
}
	
#page-top a {
    background: #666;
    text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 200px;
}
		
.section strong  {
    font-weight: bold;

}
	
.footer {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #29A0F2;
}
	
.closebutton {
    border-radius: 41px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 50px;
    width: 250px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    background-color: #FFFFFF;
}
	
.closebutton a {
    color: #000000;
    font-weight: bold;
}
.text-left {
    display: block;
    text-align: left;
    width: 100%;
}

.bt a {
    display: block;
    text-align: left;
    color: #000000;
    background-color: #F8FF00;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*--------------------------------------
  gnav
---------------------------------------*/
.menu-trigger{
    background-color: #1097F1;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    position: absolute;
    right: 10px;
}
.menu-trigger .icon:before,
.menu-trigger .icon:after{content:'';width: 100%;}
.menu-trigger .icon:before,
.menu-trigger .icon:after,
.menu-trigger .icon{
    display: inline-block;
    transition: all .4s;
    position: absolute;left: 50%;
    height: 2px;
    background-color: #fff;
}
.menu-trigger .icon{top: 50%;transform: translate(-50%,-1px);width: 60%;}
.menu-trigger .icon:before{transform: translate(-50%,-7px);}
.menu-trigger .icon:after{transform: translate(-50%,7px);}

.menu-trigger.active .icon{
    background: #fff;
    -webkit-transform: translate(-50%,-1px) rotate(180deg);
    transform: translate(-50%,-1px) rotate(180deg);
}
.menu-trigger.active .icon:before,
.menu-trigger.active .icon:after{width: 120%;}
.menu-trigger.active .icon:before {
    -webkit-transform: translate(-50%, 0) rotate(-495deg);
    transform: translate(-50%, 0) rotate(-495deg);
}
.menu-trigger.active .icon:after {
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
}
.spMenu {
    position: fixed;
    z-index: 80;
    right: 0;
    top: -300px;
    width: 100%;
    transition: .3s;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: rgba(255,255,255,0.90);
}
.menuOpen .spMenu{top: 0;}
.menuOpen{width: 100vw;height: 100vh;overflow: hidden;}

.menu{
  max-width: 900px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}
.menu li{
  width: 30%;
  margin-right: 5%;
  padding: 10px;
  text-align: left;
}
.menu li:nth-child(3n){margin-right: 0;}
.menu a{
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

/*===========================================*/


@media print, screen and (min-width:781px){
  /*画面幅が781px以上の時*/
  .sp { display: none !important; }
  .table01 td{white-space: nowrap;}
}
@media screen and (max-width:780px){
  /*画面幅が780px以下の時*/
  .pc { display: none !important; }
  
  img{max-width: 100%;}
  
  
  h2 {font-size: 30px;}
  h3 {font-size: 24px;}
  .section{font-size: 13px;}
  .section .atention{font-size: 10px;}
  
  .menu{display: block;}
  .menu li{width: 100%;padding: 5px 10px ;}


  
  
}
