@charset "UTF-8";
/*--------------------------
Color
---------------------------*/
/*----------------------------------------
       　　　　strength
----------------------------------------*/
.title {
  width: 100%;
  height: 140px;
  background: url("../img/cmn/title_bk_blue.jpg") no-repeat;
  background-size: cover;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media only screen and (max-width: 1024px) {
    .title {
      height: 90px; } }
  .title .wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0 0; }
    @media only screen and (max-width: 1024px) {
      .title .wrap {
        width: 90vw;
        padding: 4vw 0 0 0; } }
    @media only screen and (max-width: 481px) {
      .title .wrap {
        padding: 8vw 0 0 0; } }
    .title .wrap h1 {
      font-size: 3.2rem;
      margin-bottom: 10px;
      text-align: center; }
      @media only screen and (max-width: 1024px) {
        .title .wrap h1 {
          font-size: 2.4rem; } }

#contents {
  width: 900px;
  margin: 40px auto;
  padding: 30px 0; }
  @media only screen and (max-width: 1024px) {
    #contents {
      width: 90vw;
      padding: 0; } }
  @media only screen and (max-width: 481px) {
    #contents {
      padding: 0; } }
  #contents h2 {
    font-size: 2rem;
    margin: 20px 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #0086cd; }
  #contents p {
    margin: 30px 0; }
  #contents .greeting {
    display: flex;
    margin-bottom: 60px; }
    @media only screen and (max-width: 481px) {
      #contents .greeting {
        display: block; } }
    #contents .greeting .text {
      width: 1024px;
      margin-right: 28px; }
      @media only screen and (max-width: 481px) {
        #contents .greeting .text {
          width: 100%;
          margin: 0; } }
      #contents .greeting .text p {
        margin: 10px 0;
        line-height: 1.5; }
    @media only screen and (max-width: 481px) {
      #contents .greeting .ph {
	border-radius:10px; }
    #contents .greeting .ph p {
      font-size: 1.6rem;
      text-align: center;
      margin: 8px 0 0 0;
      padding: 0;
      line-height: 1.3;
	border-radius:10px; }
  #contents .rinen {
    margin: 30px 0;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: serif; }
    @media only screen and (max-width: 481px) {
      #contents .rinen {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 10px 0 20px; } }
  #contents .shishin {
    margin: 30px auto;
    padding: 30px 50px; }
    @media only screen and (max-width: 481px) {
      #contents .shishin {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 10px 0 20px; } }
    #contents .shishin li {
      list-style: decimal;
      padding-left: 15px;
      margin: 0 0 20px 0; }
      @media only screen and (max-width: 481px) {
        #contents .shishin li {
          padding-left: 10px;
          margin: 0 0 20px 20px; } }
  #contents table {
    width: 90%;
    margin: 0 auto 60px; }
    #contents table th, #contents table td {
      border-bottom: 1px dotted #999999;
      padding: 10px;
      line-height: 1.6; }
      @media only screen and (max-width: 481px) {
        #contents table th, #contents table td {
          padding: 7px;
          font-size: 1.4rem; } }
    #contents table th {
      font-weight: normal;
      width: 20%;
      font-weight: bold;
      text-align: left; }
      @media only screen and (max-width: 481px) {
        #contents table th {
          width: 30%; } }
    #contents table td {
      width: 80%; }
      @media only screen and (max-width: 481px) {
        #contents table td {
          width: 70%; } }
  #contents .adressList {
    display: flex;
    justify-content: space-around;
    margin: 60px 0; }
    @media only screen and (max-width: 481px) {
      #contents .adressList {
        display: block; } }
    #contents .adressList .block {
      width: 45%; }
      @media only screen and (max-width: 481px) {
        #contents .adressList .block {
          width: 90vw;
          font-size: 1.4rem; } }
    #contents .adressList h3 {
      color: #0086cd;
      margin-bottom: 10px; }
      @media only screen and (max-width: 481px) {
        #contents .adressList h3 {
          margin: 20px 0 10px; } }
      #contents .adressList h3.doukei {
        margin: 20px 0 10px; }
    #contents .adressList h4 {
      border-bottom: 1px solid #999999;
      margin: 20px 0 10px;
      padding-bottom: 5px; }
    #contents .adressList p {
      margin: 0; }
    #contents .adressList dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      line-height: 1.3; }
      #contents .adressList dl dt {
        color: #0086cd;
        font-weight: bold;
        width: 20%; }
      #contents .adressList dl dd {
        width: 80%;
        margin-bottom: 5px; }

/*# sourceMappingURL=environment.css.map */
