@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  font-family: 'Lato','游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
  background-color: #F7F7F7;
  color: #363535; }

/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em; }
  @media screen and (max-width: 767px) {
    p {
      line-height: 1.75em; } }

.ttl_01 {
  width: 260px;
  display: flex;
  flex-direction: column; }
  .ttl_01 p.ttl_01_ue {
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .ttl_01 p.ttl_01_ue {
        font-size: 24px; } }
  .ttl_01 p.ttl_01_sita {
    font-size: 24px;
    font-weight: bold;
    color: #009ACF;
    letter-spacing: 3px; }
    @media screen and (max-width: 767px) {
      .ttl_01 p.ttl_01_sita {
        font-size: 18px; } }
  .ttl_01 .line_01 {
    border: 1px solid;
    width: 50px;
    float: left;
    margin: 18px 0; }
    @media screen and (max-width: 767px) {
      .ttl_01 .line_01 {
        width: 30px;
        margin: 5px 0; } }

a.btn_01 {
  text-decoration: none;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold; }

a.btn_01:hover {
  color: #009ACF; }

h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  background: #fff;
  width: fit-content;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px;
  border: dashed 3px;
  width: fit-content; }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 16px; } }

ul {
  list-style: circle;
  margin-left: 20px; }
  ul li {
    margin-bottom: 5px; }

ol {
  list-style: decimal;
  margin-left: 20px; }
  ol li {
    margin-bottom: 5px; }

img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

/*/////////////////////////////
ヘッダー
/////////////////////////////*/
header {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #ffffff; }

#header {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #header {
      justify-content: space-between;
      padding: 1% 2%; } }
  #header a {
    text-decoration: none; }
  #header a:hover {
    color: #009ACF; }
  #header .header-logo {
    display: flex;
    align-items: center; }
    #header .header-logo img {
      width: inherit;
      box-shadow: none;
      border-radius: 0;
      margin: 10px 0;
      padding-right: 12px; }
      @media screen and (max-width: 767px) {
        #header .header-logo img {
          width: 40px;
          margin: 0;
          padding-right: 5px; } }
    #header .header-logo h1.h1_ttl {
      font-weight: bold;
      letter-spacing: 1px;
      align-items: center;
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
        #header .header-logo h1.h1_ttl {
          letter-spacing: 0px;
          flex-direction: column;
          align-items: flex-start; } }
      #header .header-logo h1.h1_ttl span {
        font-size: 24px;
        padding-right: 8px; }
        @media screen and (max-width: 767px) {
          #header .header-logo h1.h1_ttl span {
            font-size: 12px; } }
      #header .header-logo h1.h1_ttl .kowatoso {
        font-size: 28px; }
        @media screen and (max-width: 767px) {
          #header .header-logo h1.h1_ttl .kowatoso {
            font-size: 18px; } }
  #header .btn_menu {
    display: none; }
    @media screen and (max-width: 767px) {
      #header .btn_menu {
        display: block; }
        #header .btn_menu img {
          box-shadow: none;
          width: 35px;
          margin: 0; } }
  #header .gnav {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 767px) {
      #header .gnav {
        display: block;
        width: 100%;
        position: absolute;
        top: 52px;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        margin-top: auto;
        z-index: 999; } }
    #header .gnav ul.gnav-list {
      list-style: none;
      width: 300px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #header .gnav ul.gnav-list {
          width: 100%;
          flex-direction: column;
          margin: 0; } }
      #header .gnav ul.gnav-list li {
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #header .gnav ul.gnav-list li {
            display: block;
            width: 100%;
            margin: 0;
            padding: 10px;
            padding-right: 20px;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
            font-size: 15px;
            text-align: right; } }
      #header .gnav ul.gnav-list a {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        #header .gnav ul.gnav-list a::after {
          position: absolute;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #009ACF;
          bottom: -4px;
          transform: scale(0, 1);
          transition: transform .3s;
          transform-origin: right top; }
        #header .gnav ul.gnav-list a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
  #header .tel-btn {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    #header .tel-btn::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #009ACF;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      bottom: -8px; }
    #header .tel-btn:hover::after {
      bottom: -4px;
      opacity: 1;
      visibility: visible; }
    @media screen and (max-width: 767px) {
      #header .tel-btn {
        padding-top: 5px;
        font-size: 14px;
        letter-spacing: 0; } }

/*/////////////////////////////
フッター
/////////////////////////////*/
footer {
  background-image: url(../img/top/wall.jpg); }
  footer .inner {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: auto;
    padding: 70px 0; }
    @media screen and (max-width: 767px) {
      footer .inner {
        display: block;
        width: 100%;
        padding: 5% 2%; } }
  footer .footer-box a {
    text-decoration: none; }
  footer .footer-box .footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center; }
    footer .footer-box .footer-logo img {
      width: inherit;
      box-shadow: none;
      border-radius: 0;
      margin: 10px 0;
      padding-right: 12px; }
    footer .footer-box .footer-logo p {
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        footer .footer-box .footer-logo p {
          line-height: 1.2em; } }
      footer .footer-box .footer-logo p span {
        font-size: 24px;
        padding-right: 8px; }
        @media screen and (max-width: 767px) {
          footer .footer-box .footer-logo p span {
            display: block;
            font-size: 20px; } }
    footer .footer-box .footer-logo p:hover {
      opacity: 0.6; }
  footer .footer-box address {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      footer .footer-box address {
        line-height: 1.5em;
        font-size: 14px; } }
  footer .footer_txt {
    color: #009ACF;
    margin-top: 20px; }
    footer .footer_txt p {
      font-size: 24px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        footer .footer_txt p {
          margin: 5% 0; } }
  footer .copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2em;
    background: #009ACF;
    color: #fff; }
    @media screen and (max-width: 767px) {
      footer .copy {
        height: 45px;
        font-size: 12px; } }

/*/////////////////////////////
トップ画像
/////////////////////////////*/
/*.top-vis{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	.top-vis_img{
		position: relative;
		display: flex;
		justify-content: center;
		img{
			border-radius: 10px;
			box-shadow: 0px 3px 6px #00000029;
		}
		p.top-vis_txt{
			position: absolute;
			font-size: 80px;
			font-weight: 900;
			color: #fff;
			box-shadow: 0px 3px 6px #00000029;
			bottom: 50px;
		}
	}
}*/
.top-vis {
  margin: auto;
  margin-top: 30px;
  width: 80%;
  box-shadow: 0px 3px 6px #00000029;
  position: relative; }
  .top-vis #slider .bxslider div {
    height: 500px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029; }
    @media screen and (max-width: 767px) {
      .top-vis #slider .bxslider div {
        height: 50vh; } }
  .top-vis #slider .slide_01 {
    background-image: url(../img/top/slide_001.JPG);
    border-radius: 10px; }
  .top-vis #slider .slide_02 {
    background-image: url(../img/top/slide_002.JPG);
    border-radius: 10px; }
  .top-vis #slider .slide_03 {
    background-image: url(../img/top/slide_003.JPG);
    border-radius: 10px; }
  .top-vis .top-vis_txt {
    width: 75%;
    line-height: 1.5em;
    position: absolute;
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .top-vis .top-vis_txt {
        width: 80%;
        font-size: 30px; } }

@media screen and (max-width: 767px) {
  .bx-wrapper {
    margin: 0 auto 30px !important; } }

/*/////////////////////////////
メインコンテンツ
/////////////////////////////*/
#main {
  width: 1280px;
  margin: auto;
  margin-top: 65px; }
  @media screen and (max-width: 767px) {
    #main {
      width: 100%;
      padding: 0 2%;
      margin-top: 30px; } }
  #main .rinen {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #main .rinen {
        display: flex;
        flex-direction: column; } }
    #main .rinen .rinen_img {
      width: 280px;
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        #main .rinen .rinen_img {
          order: 2;
          width: 80%;
          margin: auto; } }
      #main .rinen .rinen_img img {
        width: 100%;
        height: auto;
        box-shadow: 0px 3px 6px #00000029; }
    @media screen and (max-width: 767px) {
      #main .rinen .rinen_wrap {
        width: 100%;
        order: 1; } }
    #main .rinen .rinen_wrap .rinen_ttl_yoko {
      border-left: 3px solid;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #main .rinen .rinen_wrap .rinen_ttl_yoko {
          border-left: 2px solid;
          margin-bottom: 20px; } }
      #main .rinen .rinen_wrap .rinen_ttl_yoko .rinen_ttl {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          #main .rinen .rinen_wrap .rinen_ttl_yoko .rinen_ttl {
            font-size: 28px; } }
      #main .rinen .rinen_wrap .rinen_ttl_yoko .rinen_suv {
        font-size: 24px;
        font-weight: bold;
        color: #009ACF;
        padding-left: 10px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          #main .rinen .rinen_wrap .rinen_ttl_yoko .rinen_suv {
            font-size: 20px; } }
    #main .rinen .rinen_wrap p.rinen_txt {
      width: 600px;
      font-weight: bold;
      font-size: 18px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #main .rinen .rinen_wrap p.rinen_txt {
          width: 100%;
          font-size: 16px;
          line-height: 32px;
          margin-bottom: 0; } }
    #main .rinen .rinen_wrap .rinen_name {
      text-align: right;
      margin: 0 5% 5% 5%; }
      #main .rinen .rinen_wrap .rinen_name p.president {
        font-size: 18px;
        letter-spacing: 4px; }
        @media screen and (max-width: 767px) {
          #main .rinen .rinen_wrap .rinen_name p.president {
            font-size: 15px;
            line-height: 2em; } }
      #main .rinen .rinen_wrap .rinen_name p.name {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 2.2px; }
        @media screen and (max-width: 767px) {
          #main .rinen .rinen_wrap .rinen_name p.name {
            font-size: 22px;
            line-height: 1em; } }
      #main .rinen .rinen_wrap .rinen_name p.huri {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.2px; }
        @media screen and (max-width: 767px) {
          #main .rinen .rinen_wrap .rinen_name p.huri {
            font-size: 12px;
            line-height: 2em; } }
  #main .greetings {
    width: 900px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #main .greetings {
        width: 100%; } }
    #main .greetings .greetings_ch {
      display: flex;
      align-items: flex-end;
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        #main .greetings .greetings_ch {
          display: block;
          margin-bottom: 30px; } }
      #main .greetings .greetings_ch .greeting_suv {
        background: #fff;
        padding: 10px;
        width: fit-content;
        height: 100%; }
        @media screen and (max-width: 767px) {
          #main .greetings .greetings_ch .greeting_suv {
            padding: 0 2%;
            margin-top: 10px; } }
        #main .greetings .greetings_ch .greeting_suv p {
          font-size: 18px;
          font-weight: bold;
          color: #ED3030;
          letter-spacing: 1.8px; }
          @media screen and (max-width: 767px) {
            #main .greetings .greetings_ch .greeting_suv p {
              letter-spacing: 0;
              font-size: 16px; } }

.top-results {
  background: #EDEDED; }
  .top-results .inner {
    width: 1280px;
    margin: auto;
    padding-top: 65px; }
    @media screen and (max-width: 767px) {
      .top-results .inner {
        width: 100%;
        padding: 30px 2%; } }
  .top-results .top-results_ch {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .top-results .top-results_ch {
        width: 100%;
        margin: 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .top-results .top-results_ch .ttl_01 {
        width: auto; } }
  .top-results .gallery {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 767px) {
      .top-results .gallery {
        flex-direction: column; } }
    .top-results .gallery .gallery_box {
      margin-bottom: 110px; }
      @media screen and (max-width: 767px) {
        .top-results .gallery .gallery_box {
          width: 80%;
          margin: auto; } }
      .top-results .gallery .gallery_box .gallery_img img {
        max-width: 300px;
        width: 30vw;
        max-height: 300px;
        height: 30vw;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0px 3px 6px #00000029; }
        @media screen and (max-width: 767px) {
          .top-results .gallery .gallery_box .gallery_img img {
            width: 80vw;
            height: 80vw; } }

/*/////////////////////////////
ページトップボタン
/////////////////////////////*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  margin: 0; }

#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  transition: opacity .6s ease; }

#pagetop a:hover {
  opacity: .4; }

#pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 1px solid #009ACF;
  border-right: 1px solid #009ACF; }

@media screen and (max-width: 767px) {
  #pagetop a {
    width: 45px;
    height: 45px; }

  #pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px; } }
/*/////////////////////////////
下層ページ：about
/////////////////////////////*/
#about {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    #about {
      margin-top: 20px; } }
  #about .profile {
    width: 900px;
    margin: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #about .profile {
        width: 100%;
        padding: 0 2%;
        margin-bottom: 20px; } }
    #about .profile .profile-box {
      margin-top: 65px; }
      @media screen and (max-width: 767px) {
        #about .profile .profile-box {
          margin-top: 30px; } }
      #about .profile .profile-box table.profile-table {
        width: 100%; }
        #about .profile .profile-box table.profile-table tr {
          display: flex;
          padding: 12px 0;
          border-bottom: 1px solid #dcdcdc; }
          @media screen and (max-width: 767px) {
            #about .profile .profile-box table.profile-table tr {
              flex-direction: column; } }
          #about .profile .profile-box table.profile-table tr th {
            width: 30%;
            text-align: left;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 2px;
            color: #009ACF;
            margin-right: 80px;
            padding-left: 10px; }
            @media screen and (max-width: 767px) {
              #about .profile .profile-box table.profile-table tr th {
                width: 100%;
                padding-left: 0;
                margin-bottom: 1%; } }
          #about .profile .profile-box table.profile-table tr td {
            text-align: left;
            font-size: 16px;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              #about .profile .profile-box table.profile-table tr td {
                width: 100%; } }
  #about .gmap {
    margin-bottom: 50px; }
    #about .gmap iframe {
      width: 100%;
      height: 500px; }

/*/////////////////////////////
下層ページ：archive
/////////////////////////////*/
#archive {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    #archive {
      margin-top: 20px; } }
  #archive .archive-ch {
    width: 900px;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      #archive .archive-ch {
        width: 100%;
        flex-direction: column;
        padding: 0 2%;
        align-items: flex-start;
        margin-bottom: 20px; } }
    #archive .archive-ch .category {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
        #archive .archive-ch .category {
          width: 100%;
          justify-content: space-around;
          margin-top: 30px; } }
      #archive .archive-ch .category .category-btn {
        width: 180px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 3px 6px #00000029;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          #archive .archive-ch .category .category-btn {
            width: 100%; } }
        #archive .archive-ch .category .category-btn p {
          padding: 2px 0;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 2px; }
      #archive .archive-ch .category a:hover {
        text-decoration: none;
        color: #ED3030; }
  #archive .archive-box {
    width: 900px;
    margin: auto;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #archive .archive-box {
        width: 100%;
        padding: 0 2%;
        flex-direction: column; } }
    #archive .archive-box ul.achive-year {
      list-style: none;
      width: auto;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 767px) {
        #archive .archive-box ul.achive-year {
          margin: 0;
          margin-bottom: 30px;
          display: block; } }
      #archive .archive-box ul.achive-year li {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #archive .archive-box ul.achive-year li {
            width: 30%;
            margin: 0;
            margin-bottom: 10px;
            float: right; } }
        #archive .archive-box ul.achive-year li a {
          position: relative;
          display: inline-block;
          text-decoration: none; }
          #archive .archive-box ul.achive-year li a::after {
            position: absolute;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #009ACF;
            bottom: -4px;
            transform: scale(0, 1);
            transition: transform .3s;
            transform-origin: center top; }
          #archive .archive-box ul.achive-year li a:hover::after {
            transform: scale(1, 1); }
    #archive .archive-box ul.archive-table {
      list-style: none;
      width: 90%;
      font-size: 16px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        #archive .archive-box ul.archive-table {
          width: 100%;
          margin: 0; } }
      #archive .archive-box ul.archive-table li {
        margin: 0; }
        #archive .archive-box ul.archive-table li a {
          display: flex;
          justify-content: flex-start; }
      #archive .archive-box ul.archive-table p.day-txt {
        color: #009ACF;
        padding-right: 20px;
        border-right: solid 1px #333; }
        @media screen and (max-width: 767px) {
          #archive .archive-box ul.archive-table p.day-txt {
            padding-bottom: 6px;
            font-weight: 12px; } }
      #archive .archive-box ul.archive-table .archive-img {
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          #archive .archive-box ul.archive-table .archive-img {
            border: 0; } }
        #archive .archive-box ul.archive-table .archive-img img {
          width: 100px;
          height: 100px;
          object-fit: cover; }
      #archive .archive-box ul.archive-table p.head-txt {
        padding-left: 20px;
        padding-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #archive .archive-box ul.archive-table p.head-txt {
            padding: 0;
            padding-left: 10px;
            font-size: 14px;
            line-height: 1.75em; } }
      #archive .archive-box ul.archive-table .sp-box {
        display: flex; }
        @media screen and (max-width: 767px) {
          #archive .archive-box ul.archive-table .sp-box {
            padding-bottom: 20px; } }

/*/////////////////////////////
下層ページ：results & news
/////////////////////////////*/
#news {
  width: 900px;
  margin: auto;
  margin-top: 60px;
  display: flex; }
  @media screen and (max-width: 767px) {
    #news {
      width: 100%;
      padding: 0 2%;
      margin-top: 20px;
      display: block; } }
  #news .news-ch {
    justify-content: flex-start; }
  #news .pageContents {
    margin-top: 100px;
    width: 600px;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #news .pageContents {
        width: 100%;
        margin-top: 30px; } }
    #news .pageContents .pageContents-ch {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #news .pageContents .pageContents-ch {
          margin: 0; } }
      #news .pageContents .pageContents-ch p.date {
        font-size: 14px;
        font-weight: bold;
        color: #009ACF; }
      #news .pageContents .pageContents-ch h2.ttl {
        font-size: 32px;
        font-weight: bold;
        line-height: 2em; }
        @media screen and (max-width: 767px) {
          #news .pageContents .pageContents-ch h2.ttl {
            margin: 0;
            margin-bottom: 20px;
            font-size: 18px; } }
  #news .pageContents-back {
    margin: 50px 0; }

#results {
  width: 900px;
  margin: auto;
  margin-top: 60px;
  display: flex; }
  @media screen and (max-width: 767px) {
    #results {
      width: 100%;
      padding: 0 2%;
      margin-top: 20px;
      display: block; } }
  #results .results-ch {
    justify-content: flex-start; }
  #results .pageContents {
    margin-top: 100px;
    width: 600px;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #results .pageContents {
        width: 100%;
        margin-top: 30px; } }
    #results .pageContents .pageContents-ch {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #results .pageContents .pageContents-ch {
          margin: 0; } }
      #results .pageContents .pageContents-ch p.date {
        font-size: 14px;
        font-weight: bold;
        color: #009ACF; }
      #results .pageContents .pageContents-ch h2.ttl {
        font-size: 32px;
        font-weight: bold;
        line-height: 2em; }
        @media screen and (max-width: 767px) {
          #results .pageContents .pageContents-ch h2.ttl {
            margin: 0;
            margin-bottom: 20px;
            font-size: 18px; } }
  #results .results-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #results .results-img {
        margin-bottom: 20px; } }
  #results .pageContents-back {
    margin: 50px 0; }

/*# sourceMappingURL=kowatoso.css.map */
