html {
    padding:0;
    margin:0 auto;
    font-family:Arial, Helvetica, sans-serif;
    color:#163250;
    background-color:#ECEFF1;
}
p {
    margin:0;
    font-size: 14px;
}
a:link {
    color: #0093DB;
    text-decoration:none;
}
a:visited {
 color: #0093DB;
}
a:hover {
 color: #0093DB;
}
a:active {
 color: #0093DB;
 }

.body-contents{
    width:960px;
    margin:0px auto;
    text-align:center;
    background-color:#ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.top-header {
    position:fixed;
    z-index:1;
    height:80px;
    width:960px;
}
.top-header-wrapper {
    background-color:#ffffff;
    opacity:0.94;
    height:80px;
    width:100%;
}
.top-header-img{
    padding:15px 0px 0px 40px;
    float: left;
}
.top-header-text-wrapper{
    padding:30px 50px 0px 0px;
    text-align:right;
 }
.header-separator{
    padding:0px 10px 0px 10px;
    color:#666666;
}
.top-header-text a{
    color:#666666;
    font-size:16px;
    text-decoration: none;
}
.bottom-footer {
    background-color:#FFFFFF;
    color:#163250;
    font-size:12px;
    padding-top:15px;
    height:56px;
    font-family:Arial, Helvetica, sans-serif; /* Androidでcopyright記号表示が崩れる現象に対応 */
}
.top-image{
    width:960px;
    margin-top: 80px;
}
.contents{
    width:794px;
    margin:0px auto;
    padding-top: 82px;
    padding-bottom:52px;
    text-align:center;
}
.bk-gray-contents{
    background-color:#F7F9F9;
}
.maincatch{
    font-size:40px;
    color: #163250;
    line-height:70px;
    padding-bottom: 82px;
    font-weight:bold;
}
.subcatch{
    font-size:20px;
    color:#163250;
    line-height:1.6em;
    text-align:left;
}
.title{
    font-size:28px;
    font-weight:bold;
    color: #00c097;
}
.title_borderbottom{
    border-bottom:2px solid #00c097;
    margin-bottom:36px;
}
.title2{
    font-size:24px;
    font-weight:bold;
}
.title3{
    font-size:34px;
    font-weight:bold;
    color: #0093db;
}
.title4{
    font-size:26px;
    font-weight:bold;
}
.title5{
    font-size:20px;
    font-weight:bold;
    color: #0093db;
}
.title6{
    font-size:34px;
    font-weight:bold;
    color: #ff9f00;
}
.title7{
    font-size:20px;
    color: #ff9f00;
    text-align: left;
}
.Lv2-title{
    font-size:26px;
    color: #163250;
    font-weight: bold;
}
.Lv2-title-orange{
    text-align: left;
    font-size: 20px;
    color: #ff9f00;
    font-weight: bold;
}
.div_hr{
    width: 100px;
    margin:auto;
    margin-top:36px;
    margin-bottom:36px;
    text-align::center;
}
.read{
    font-size:16px;
    line-height: 1.8em;
    color:#163250;
    text-align:left;
}
.read_small{
    font-size:12px;
    color:#163250;
    text-align:left;
}
/* index.htmlの横並び配置 */
.inline-block-index-ul{
    padding: 0;
}
.inline-block-index-ul li{
    border-radius: 8px;
    box-shadow: 0 0 8px lightgray;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #ffffff;
    width: calc(382px - 20px - 20px - 4px);
    height: 500px;
    padding: 20px;
}
.inline-block-index-ul li:first-child{
    margin-right: 8px;
}
.inline-block-index-title{
    text-align:ceter;
    font-size:24px;
    font-weight:bold;
}
.inline-block-index-title-blue{
    color: #0093db;
}
.inline-block-index-title-yellow{
    color: #ff9f00;
}
.inline-block-index-img-div{
    height: 120px;
    margin: auto;
    display:flex;
    align-items:flex-end;
    justify-content: center;
}
.inline-block-index-text{
    text-align:left;
    margin: 20px 5px;
    height: 200px;
}
.inline-block-index-button{
    margin: auto;
    width: 312px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.inline-block-index-button-text{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.inline-block-index-button-blue{
    background-color: #0093db;
}
.inline-block-index-button-yellow{
    background-color: #ff9f00;
}

.frame-orange {
  font-size:18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  color:#ffffff;
  border:solid 1px #ff9f00;
  background-color: #ff9f00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.poweredby-logo-div{
    width:794px;
    margin:0px auto;
    text-align:left;
}
.poweredby-logo-img{
    height: 16px;
}

.align-left{
    text-align: left;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop .pageTopIconIndex{
  background-color: #00B48C;
}
#pageTop .pageTopIconHanyo{
  background-color: #0093db;
}
#pageTop .pageTopIconTokka{
  background-color: #ff9f00;
}
#pageTop a{
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:after {
  position:absolute;
  margin-left:4px;
  margin-top:4px;
  display:block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 14px 10px;
  border-color: transparent transparent #ffffff transparent;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.margin-top-0{
  margin-top:0px;
}
.margin-top-10{
  margin-top:10px;
}
.margin-top-20{
  margin-top:20px;
}
.margin-top-30{
  margin-top:30px;
}
.margin-top-36{
  margin-top:36px;
}
.margin-top-50{
  margin-top:50px;
}
.margin-top-52{
  margin-top:52px;
}
.margin-top-82{
  margin-top:82px;
}
.margin-top-84{
  margin-top:84px;
}
.margin-top-100{
    margin-top:100px;
}
.margin-top-106{
  margin-top:106px;
}

.margin-bottom-52{
  margin-bottom:52px;
}
