﻿/* CSS Document */
/*@import url('page.css');*/

/* =Reset (http://git.io/normalize)
----------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  /* 10px */
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
    Verdana, sans-serif;
}

body {
  color: #555555;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0;
  background: #fff;
}

a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}

a:focus {
  /*outline: thin dotted;*/
}

a:hover {
  color: #de0b5a;
  outline: none;
}

a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
    Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 10px;
  font-size: 1rem;
}

h2 {
  font-size: 10px;
  font-size: 1rem;
}

h2 img {
  width: 100%;
  min-width: 70%;
}

h3 {
  font-size: 17px;
  font-size: 1.7rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
}

h6 {
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 23px;
  margin: 0 0 2.3rem;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

strong {
  color: #164291;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0;
}

.txt-right {
  text-align: right;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0.04);
  color: #666;
  font-family: monospace;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 23px 0;
  margin: 2.3rem 0;
  overflow: auto;
  padding: 20px;
  padding: 2rem;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: normal;
  margin: 23px;
  margin: 2.3rem;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: normal;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

menu,
ol,
ul {
  margin: 16px 0;
  margin: 1.6rem 0;
  padding: 0 0 0 40px;
  padding: 0 0 0 4rem;
}

ul {
  list-style-type: square;
}

header ul,
header ol,
#sub ul,
#sub ol,
footer ul,
footer ol {
  list-style: none;
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding: 2rem;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}

legend {
  border: 0;
  padding: 0 5px;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.wpcf7-list-item {
  display: block;
}

#wpcf7-f176-p12-o1 .wpcf7-submit {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  display: block;
  background: #2759a3;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#wpcf7-f176-p12-o1 .in-check,
#wpcf7-f176-p12-o1 .txt-check {
  text-align: center;
}

#wpcf7-f176-p12-o1 {
  width: 70%;
  margin: 0 auto;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* =Structure
----------------------------------------------- */
/*common 【 PC / MOBILE 】*/

body {
  border-top: solid 4px #2174c2;
}

.top #container {
  background: #e8f1f9;
}

#container {
  /*background:#e7e7e8;*/
}

#main-content {
  position: relative;
}

/*List*/
#activity-category ul,
#activity-category ol,
ul.news,
ul.go-news,
#content-banner ul,
#content-banner ol,
#content-nav ul,
#content-nav ol,
#pr-links ul {
  list-style: none;
  padding: 0;
}

/*icon*/
/* = New Window ICON
----------------------------*/

#main-content a[href^="https://www.rotary.org/"] {
  padding: 0 0 0 32px;
  background: url(../img/common/icon-window.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content a.window {
  background: url(../img/common/icon-window.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

/* = PDF ICON
----------------------------*/

#main-content a[href$=".pdf"] {
  padding: 5px 0 5px 32px;
  background: url(../img/common/icon-pdf.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content a.pdf {
  background: url(../img/common/icon-pdf.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content .gov-monthlyletter li a span {
  padding-left: 32px;
  display: inline-block;
  background: url(../img/common/icon-pdf.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content a[href$=".pdf"].no_icon {
  background: none;
  padding: 0;
}

/* = DOC ICON
----------------------------*/

#main-content a[href$=".doc"],
#main-content a[href$=".docx"] {
  padding: 0 0 0 32px;
  background: url(../img/common/icon-doc.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content a.doc {
  background: url(../img/common/icon-doc.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

/* = PPT ICON
----------------------------*/

#main-content a[href$=".ppt"],
#main-content a[href$=".pptx"] {
  padding: 0 0 0 32px;
  background: url(../img/common/icon-ppt.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

#main-content a.ppt {
  background: url(../img/common/icon-ppt.svg) no-repeat 0% 50%;
  background-size: 22px 22px;
}

/* = zip ICON
----------------------------*/

#main-content a[href$=".zip"] {
  padding: 0 0 0 32px;
  background: url(../img/common/icon-zip.svg) 0% 50% no-repeat;
  background-size: contain;
  background-size: 22px 22px;
}

#main-content a.zip {
  background: url(../img/common/icon-zip.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

/*Img*/
#sub h3 img,
#sub ul li img,
#content-banner li img,
ul#case li img,
#keyvisual .inner-box img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

/*table*/
table {
  border-spacing: 0;
  margin: 0 0 23px;
  margin: 0 0 2.3rem;
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  border: 1px solid #a7aca2;
  font-weight: normal;
  text-align: left;
  border-collapse: collapse;
}

caption {
  border: 0;
  margin: 23px 0;
  margin: 2.3rem 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  background: #7b7c80;
  color: #ffffff;
  padding: 8px;
  padding: 0.8rem;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
  text-align: center;
}

tbody th {
  color: #333;
  font-weight: normal;
  background: #ffffff;
  letter-spacing: 0;
  text-align: left;
}

td {
  padding: 8px;
  padding: 0.8rem;
}

/* List Table */
.list-table dt,
.list-table dd {
  display: block;
}

.list-table dt {
  border-top: 1px solid #eaeaea;
  font-weight: 600;
  padding: 1.5rem 1.5rem .5rem;
}

.list-table dd {
  padding: .5rem 1.5rem 1.5rem;
}

.list-table dd+dd {
  border-top: 1px dotted #eaeaea;
  padding: 1.5rem 1.5rem 1.5rem;
}

.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}

.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}

.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}

.list-table dd div {
  position: relative;
}

.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 750px) {
  .list-table {
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    line-height: 1.8;
  }

  .list-table dt {
    padding: 1.5rem 1.5rem;
    float: none;
    background: #f7f7f7;
    position: relative;
    width: 25%;
    clear: left;
    display: inline-flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
  }

  .list-table dt span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .list-table dt span {
    left: 4em;
  }

  .list-table dt span.required {
    left: 1.0rem;
  }

  .list-table dd {
    padding: 1.5rem 1.5rem 1.5rem;
    position: relative;
    border-top: 1px solid #eaeaea;
    margin-left: 0;
    width: 75%;
  }

  .list-table dd div {
    border-top: 1px dotted #eaeaea;
    padding: 1rem 0;
  }

  .list-table dd div:first-of-type {
    border: none;
    padding: 0 0 1rem;
  }

  .list-table dd div:last-of-type {
    padding: 1rem 0 0;
  }

  .list-table dd div {
    position: relative;
  }
}


/* Clearing floats */
/* Clearing floats */

ul.gall-img:after,
.clear:after {
  clear: both;
  display: block;
}

ul.gall-img:after,
ul.gall-img:before,
.clear:before,
.clear:after {
  content: "";
  display: table;
}

/*Navigation*/
#nav>a {
  display: none;
}

/* GovernorOffice NEWS 210520 */
.bnr-people {
  margin-bottom: 20px;
}

.news-goffice {
  margin-bottom: 20px;
}

.news-goffice ul {
  background: #fff;
  margin: 0;
  padding: 1.6rem;
}

.news-goffice ul li {
  list-style: none;
}

.news-goffice ul li:not(:last-child) {
  border-bottom: 1px solid #d8dae0;
}

.news-goffice ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5em;
}

.news-goffice ul li a .news-date {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
}

.news-goffice ul li a .news-cat {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  background: #f73242;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.4rem 0.6rem 0.3rem;
}

.news-goffice ul li a .news-title {
  display: block;
}

/*news*/
#breaking_news {
  margin-bottom: 20px;
  width: 100%;
}

#breaking_news a {
  background: #fff;
  border: 1px solid #f73242;
  /*border-radius: 40px;*/
  display: block;
  width: 100%;
  text-decoration: none;
}

#breaking_news a span.breaking_news__ttl {
  background: #f73242;
  color: #fff;
  display: block;
  padding: 0.4em 2em;
  text-align: center;
}

#breaking_news a span.breaking_news__txt {
  color: #282828;
  font-weight: 600;
  padding: 0.4em 2em;
  text-align: left;
  display: inline-block;
  text-decoration: underline;
}

/* Tab */

#ui-tab li {
  font-size: 1.4rem;
}

ul.news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home ul.news {
  border-top: 1px solid #bcbdc0;
}

ul.news li {
  margin: 0 0 1.5rem 0;
  background: #fff;
  position: relative;
}

ul.news li .thumb-pic {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56.25% 0 0;
  overflow: hidden;
}

ul.news li .thumb-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.news li div.news-box {
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
}

ul.news li a {
  text-decoration: none;
}

ul.news .news-title span {
  font-size: 13px;
  color: #999999;
  display: block;
  font-weight: normal;
}

ul.news .news-title a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
  display: block;
  background: #fff;
}

ul.news .news-title a:hover {
  color: #fff;
  background: #00b3ea;
  transition: 0.3s ease;
}

ul.news .news-lead {
  margin-bottom: 10px;
  line-height: 1.4;
}

ul.news .news-lead a {
  line-height: 1.4;
}

.news-info {
  width: 100%;
  padding: 15px 15px 10px 15px;
}

ul.news .news-cat {
  margin-bottom: 10px;
}

ul.news .news-cat a {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

ul.news .news-cat .cat-rotarian {
  background: #164291;
  color: #fff;
}

ul.news .news-cat .cat-public {
  background: #2073c1;
  color: #fff;
}

ul.news .news-from {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin: 0;
  line-height: 1.2;
}

.news-all {
  width: 90%;
  height: 60px;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 1.3rem;
}

.news-all a {
  display: block;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: #164291;
}

.news-all a:hover {
  background: #164291;
  color: #fff;
}

/*CaseStudy*/
ul#case li {
  width: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}

/*Youtube*/
div.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

div.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 200;
}

/* =ContentsPage
----------------------------------------------- */
/*common 【 PC / MOBILE 】*/

/*pagetitle*/
#page-title {
  background: #2174c2;
  box-sizing: border-box;
}

#page-title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

#page-title span:nth-of-type(1) {
  height: 20px;
  padding: 0 15px;
  margin-bottom: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit--border-radius: 10px;
  color: #2174c2;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

#page-title h1+span {
  display: block;
  color: #faa900;
  font-size: 14px;
  font-weight: normal;
}

section {
  background: #fff;
  /*padding:20px;*/
  box-sizing: border-box;
  padding-bottom: 80px;
  border-bottom: 1px solid #2174c2;
}

#main-content section:last-child,
#main-content section:last-of-type {
  border: none;
}

/*maincontent*/
#main-content h2 span,
#rotary #main-content li span {
  display: block;
}

#main-content p {
  margin-bottom: 1em;
}

#main-content ol,
#main-content ul {
  margin: 20px 0;
}

#main-content ol {
  list-style: decimal inside;
  padding: 0;
}

/* Image*/
#rotary #main-content img,
#about #main-content img

/*#governor #main-content img*/
  {
  max-width: 100%;
  height: auto;
}

object {
  max-width: 100%;
  height: auto;
}

/*List Style*/
#main-content ul {
  list-style: none;
}

#main-content ul.simple {
  list-style: square inside;
  padding: 0 0 0 1em;
  width: inherit;
  display: inline-block;
}

#main-content ul.simple li {
  padding: 8px 15px;
  border-bottom: 1px dotted #e7e7e8;
}

/*link & Button*/
#main-content .btn:before {
  content: "";
  display: block;
  clear: both;
}

#main-content .btn a {
  width: 80%;
  padding: 20px 0;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  background: url(../img/common/arrow-white.svg) 95% center #f7a81b no-repeat;
  background-size: auto 20px;
  text-decoration: none;
  display: block;
}

#main-content .link a {
  width: 46%;
  padding: 20px 0;
  margin: 20px 0 20px;
  text-align: center;
  color: #fff;
  background: url(../img/common/arrow-white.svg) 95% center #00b3ea no-repeat;
  background-size: auto 20px;
  text-decoration: none;
  display: block;
}

/* 211204ここから */

#main-content .district_convention__link_buttom.link a {
  background-color: #013B8F;
}

/* 211204ここまで */

.pagetop {
  text-align: right;
}

.pagetop a {
  height: 20px;
  padding: 0 15px;
  margin-bottom: 10px;
  display: inline-block;
  background: #2174c2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit--border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
}

.pagetop a:hover {
  background: #00b3ea;
}

/*--------------------2021-22年度限定装飾--------------------*/
#keyvisual {
  border-top: solid 5px #2174c2;
  border-bottom: solid 26px #2174c2;
}

/*--------------------2021-22年度限定装飾--------------------*/

/*Content*/
#main-content h2 span.newsnote {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-left: 25px;
  line-height: 1.2;
  vertical-align: baseline;
}

#main-content h2 span.newsnote a {
  color: #164291;
  border-bottom: 3px solid #f7a81b;
  /*#164291;*/
  text-decoration: none;
}

#main-content h2 span.newsnote span {
  display: inline;
}

#main-content {
  line-height: 1.8;
}

/*Side*/

#sub a img {
  background: #fff;
}

#sub a:hover img {
  background: #e7e7e8;
}

/*********************
お知らせ
*********************/
#main-content ul.go-news {
  margin-top: 0;
}

ul.go-news li {
  padding: 15px 0;
  border-bottom: 1px dotted #e7e7e8;
}

ul.go-news li .thumb-pic {
  position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  display: block;
  background: url(../img/common/bg_rotarylogo.png) center center no-repeat;
  background-size: contain;
}

ul.go-news li .thumb-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.go-news li span.go-newscat a {
  margin-left: 10px;
  padding: 2px 10px;
  background: #2174c2;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit--border-radius: 10px;
  text-decoration: none;
  color: #fff;
}

ul.go-news li span.go-newscat a:hover {
  background: #f47621;
  transition: 0.2s;
}

ul.go-news li span.go-newscat+a {
  display: block;
  padding: 8px 0;
}

ul.gall-img {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#main-content.entry h2 {
  margin-top: 0;
}

#main-content.entry ul {
  list-style: circle;
}

#main-content.entry ol {
  list-style: decimal;
}

/*********************
ロータリークラブとは
*********************/
.rotary .col3-list {
  width: 100%;
}

.rotary .col3-list li {
  border: 2px solid #00b3ea;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 2%;
  color: #00b3ea;
}

#rotary #main-content ul {
  list-style: none;
  padding: 0;
}

#rotary #main-content li {
  border: 2px solid #00b3ea;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 2%;
  color: #00b3ea;
}

#rotary #main-content dt {
  border: 2px solid #00b3ea;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #00b3ea;
  display: inline-block;
  font-weight: normal;
}

#rotary #main-content dd {
  margin-bottom: 20px;
}

#rotary #admission ul {
  list-style: circle outside;
  padding: 0 0 0 2em;
}

#rotary #admission ul li {
  border: none;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}

#rotary img#theme,
object#theme {
  max-width: 60%;
  height: auto;
  margin: 0 auto !important;
  display: block;
}

/*********************
ガバナーのページ
*********************/
/* =Profile */
#governor .profile h3 {
  border: 2px solid #01b4e7;
  padding: 5px 20px;
  font-size: 18px;
  display: inline-block;
  color: #01b4e7;
  font-weight: normal;
}

div.president p.photo {
  width: 30%;
  max-width: 320px;
  max-width: 32rem;
  float: left;
}

div.president p.photo img {
  width: 100%;
  max-width: 100%;
}

div.president div.profile {
  width: 65%;
  float: right;
  padding: 50px 0 0 0;
  padding: 5rem 0 0 0;
}

div.president p.year {
  font-size: 20px;
  font-size: 2rem;
}

div.president p.name {
  font-size: 32px;
  font-size: 3.2rem;
}

#governor .profile table td {
  padding: 15px;
}

#governor #main-content.profile table {
  border: none;
  clear: both;
  border-collapse: collapse;
}

.message section:first-child {
  padding-bottom: 0;
}

.message section:nth-of-type(2) p {
  padding: 15px;
  line-height: 2;
}

/*--------------20210701追記ここから---------------*/

div.message .image_center {
  text-align: center;
}

div.message .list_number {
  text-indent: -2.5em;
  padding: 1.5em 0 1.5em 2.5em !important;
  margin: 1em 2em !important;
  list-style-type: none !important;
  counter-reset: item;
}

div.message .list_number li {
  margin-bottom: 2em;
}

div.message .list_number li .policy_title::before {
  counter-increment: item;
  content: counter(item) ".";
  font-size: 1.5em;
  color: #2174c2;
  padding-right: 0.2em;
  line-height: 1;
}

div.message .list_number li .policy_title {
  font-size: 1.5em;
  color: #2174c2;
  display: block;
  text-indent: -2em;
  margin-bottom: 0.5em;
}

div.message h3.gov21-22 {
  color: #2174c2 !important;
  border-bottom: 2px solid #2174c2;
  padding-left: 0.5em;
}

div.message h3.gov21-22:not(:first-of-type) {
  margin-top: 2em !important;
}

div.message ol.number_list li {
  padding-left: 2em;
  text-indent: -1.2em;
}

div.message p.list_title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
}

div.message p.message_day {
  text-align: right;
  font-size: 1.2em;
}

div.message .f-big {
  font-size: 120%;
}

div.message .line-bottom {
  text-decoration: underline;
  text-decoration-color: #2174c2;
}

div.message .txt-ib {
  display: inline-block;
}

/*--------------20210701追記ここまで---------------*/

/*********************
ガバナーエレクトのページ
*********************/
/* =Profile */
#governor .elect h3 {
  border: 2px solid #01b4e7;
  padding: 5px 20px;
  font-size: 18px;
  display: inline-block;
  color: #01b4e7;
  font-weight: normal;
}

div.president p.photo {
  width: 30%;
  max-width: 320px;
  max-width: 32rem;
  float: left;
}

div.president p.photo img {
  width: 100%;
  max-width: 100%;
}

div.president div.elect {
  width: 65%;
  float: right;
  padding: 50px 0 0 0;
  padding: 5rem 0 0 0;
}

div.president p.year {
  font-size: 20px;
  font-size: 2rem;
}

div.president p.name {
  font-size: 32px;
  font-size: 3.2rem;
}

#governor .elect table td {
  padding: 15px;
}

#governor .elect table th,
#governor .elect table td {
  border: none;
}

#governor .elect table tr {
  border-bottom: 1px solid #e7e7e8;
}

#governor #main-content.elect table {
  border: none;
  clear: both;
  border-collapse: collapse;
}

/*********************
第2650地区情報
*********************/
/*スケジュール*/
nav.nav__content {
  margin: 20px 0 45px;
  padding: 0;
  border-bottom: 1px solid #cfcfcf;
}

#main-content nav.nav__content ul {
  margin: 0;
  padding: 0;
}

nav.nav__content ul li {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

nav.nav__content ul li.active {
  background: #2174c2;
  border-top: 1px solid #2174c2;
  border-left: 1px solid #2174c2;
  border-right: 1px solid #2174c2;
}

nav.nav__content ul li a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}

nav.nav__content ul li a span {
  display: none;
}

nav.nav__content ul li.active a {
  color: #fff;
  padding: 10px 20px;
}

.view_cal {
  border: 1px solid #cfcfcf;
  display: block;
  padding: 1.2rem 1rem;
  margin: 2rem 0 2rem auto;
  width: 240px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.view_cal:hover {
  border: 1px solid #02b3ea;
  background: #02b3ea;
  color: #fff;
}

#main-content.official_visit table tr {
  margin-bottom: 0;
}

#main-content.official_visit table tr td {
  padding: 0 10px 20px;
  margin-bottom: 0;
}

#main-content.official_visit table tr td:first-child {
  border-top: 1px solid #2174c2;
  padding: 20px 10px 10px;
  font-weight: 600;
}

/*地区委員会スケジュール*/
#main-content.cm_schedule ul.cm_schedule_list li {
  margin-bottom: 1rem;
}

#main-content.cm_schedule ul.cm_schedule_list li a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 2;
}

/*Download*/
.download ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download ul li {
  padding: 14px;
  margin: 0;
  border-bottom: 1px dotted #e7e7e8;
}

.download ul li a {
  text-decoration: none;
  display: block;
}

.download ul li a.window {
  padding: 0 0 0 32px;
  background: url(../img/common/icon-window.svg) 0% 50% no-repeat;
  background-size: 22px 22px;
}

.download ul li a span,
.download ul li p span {
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}

.download ul li a span img,
.download ul li p span img {
  margin-top: -1px;
  width: 45px;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

.download ul li .distdoc_title_movie {
  color: #333;
  font-weight: bold;
}

.download ul li .distdoc_box_movie {
  max-width: 450px;
  position: relative;
}

.download ul li .distdoc_box_movie::before {
  content: "";
  display: inline-block;
  padding-bottom: 56.25%;
}

.download ul li .distdoc_box_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download dl {
  width: 100%;
  margin-bottom: 60px;
}

#main-content.download section dl:last-child {
  margin-bottom: 0;
}

.download dl:before {
  content: "";
  display: table;
}

.download dl:after {
  clear: both;
  content: "";
  display: block;
}

.download dl dt {
  text-align: center;
  width: 30%;
  float: left;
}

#about #main-content.download dl dt img,
#main-content.download dl dt img {
  max-width: 100%;
  height: auto;
}

.download dl dd {
  width: 65%;
  float: right;
  padding-top: 0;
}

#main-content.download dl dd ul {
  margin: 0;
}

/*********************
年間行事
*********************/
#main-content .ai1ec-map,
#main-content .ai1ec-col-sm-7,
#main-content .ai1ec-col-sm-pull-5 {
  width: 100%;
  float: none;
}

table.event-data {
  border: 1px solid #a7aca2;
  border-collapse: collapse;
}

table.event-data th {
  background: #efefef;
  padding: 8px;
  border: 1px solid #a7aca2;
}

table.event-data td {
  padding: 8px;
  border: 1px solid #a7aca2;
}

#main-content .ai1ec-views-dropdown {
  display: block !important;
}

#main-content .ai1ec-actions {
  display: block;
}

.ai1ec-agenda-view .ai1ec-date {
  padding: 15px 0;
}

.ai1ec-allday-badge {
  display: none;
}

.ai1ec-calendar-view-container .ai1ec-event,
.ai1ec-calendar-view-container .ai1ec-event:hover {
  border: none;
  border-top: 1px dotted #dfdfdf;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.ai1ec-calendar-view-container .ai1ec-date-events .ai1ec-event:first-child {
  border-top: none;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  font-size: 18px;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time,
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-toggle,
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-toggle i.ai1ec-fa-lg {
  display: none;
  pointer-events: none;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header {
  pointer-events: none;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-summary {
  display: block;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-field-label,
.ai1ec-agenda-view .ai1ec-event .ai1ec-category {
  font-size: 15px;
}

/*********************
クラブ情報
*********************/

/* =Club List Page
----------------------------------------------- */
nav#clubNavigation ul {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #bcbdc0;
}

nav#clubNavigation li {
  float: left;
  width: 20%;
  margin: 0;
  text-align: center;
  background: #efefef;
}

nav#clubNavigation li a {
  padding: 12px 0;
  padding: 1.2rem 0;
  border-right: 1px solid #bcbdc0;
  display: block;
  text-decoration: none;
}

nav#clubNavigation li:last-child a {
  /*border-right:1px solid #000000;*/
  border: none;
}

nav#clubNavigation li a:active,
nav#clubNavigation li a:hover {
  color: #ffffff;
  outline: 0;
  background: #005aad;
}

table.clublist a {
  padding: 0 0 0 28px;
  background-size: 18px 18px;
}

th .cname {
  margin-bottom: 15px;
  display: block;
}

th.clubname {
  width: 18%;
}

table.clublist .sitelink a {
  display: block;
  font-size: 14px;
  padding: 2px 0 2px 10px;
  background: url(../img/common/arrow_blue.svg) 10px center no-repeat;
  background-size: 5px auto;
  margin-bottom: 5px;
  border: 1px solid #2174c2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  text-decoration: none;
  color: #2174c2;
}

#main-content table.clublist .sitelink a.window {
  font-size: 12px;
  color: #666666;
  padding: 2px 0 2px 10px;
  margin-bottom: 0;
  background: url(../img/common/arrow_yellow.svg) 10px center no-repeat;
  background-size: 5px auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

th.cluboffice {
  width: 35%;
}

th.clubday {
  width: 15%;
}

th.clubplace {
  width: 35%;
}

th.meetingplace {
  width: 32%;
}

/*--------------200702追記ここから---------------*/

.canceled_notes::before {
  content: "";
  background-color: #f0f0f0;
  padding-left: 80px;
  border: 1px solid #a7aca2;
}

#main-content .canceled_notes {
  margin-bottom: 2em;
}

.past_canceled {
  text-align: center;
}

.past_canceled a {
  padding: 1em 2em;
  border: solid 1px #ccc;
  font-size: 0.9em;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  width: 355px;
  margin-left: auto;
}

.past_canceled a:hover {
  border: solid 1px #f73242;
  color: #f73242;
  transition: 0.5s;
}

.canceled {
  background-color: #f0f0f0;
  color: #bbb;
}

/*--------------200702追記ここまで---------------*/

/*--------------211206追記ここから---------------*/

#main-content .district_convention__2col_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

/*--------------211206追記ここまで---------------*/

@media only screen and (max-width: 641px)
/* 641 */
  {

  /*@media only screen and ( max-width: 640px )  {*/
  body {
    font-size: 1.4rem;
  }

  table.history tbody th.disp_pc,
  #main-content table tbody th.disp_pc {
    display: none;
  }

  /*********************
ページ共通
*********************/

  /*Structure*/
  .inner-box,
  footer address {
    max-width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #sub h3 {
    margin: 0;
    line-height: 1;
    background: #ff0;
  }

  #sub ul {
    margin: 0 0 2rem;
  }

  /*Header*/
  header {
    background: none;
  }

  header h1 {
    width: 70%;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    margin: auto;
  }

  header h1 img {
    max-height: 45px;
    width: auto;
  }

  /* Global Navi */

  #nav {
    position: relative;
    left: 0;
    top: -5px;
    z-index: 50000;
  }

  #nav>a {
    color: #fff;
    text-decoration: none;
  }

  #nav:not(:target)>a:first-of-type,
  #nav:target>a:last-of-type {
    display: block;
  }

  /* first level */

  #nav>ul {
    margin: 3.125em 0 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50000;
  }

  #nav:target>ul {
    display: block;
  }

  #nav>ul>li {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  #nav>ul>li a {
    background: #2174c2;
    padding: 12px 0;
    text-indent: 2rem;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #7fd9f4;
  }

  /* second level */

  #nav li ul {
    position: static;
  }

  #nav li ul li a {
    background: #00b3ea;
    padding: 12px 0;
    text-indent: 3.5rem;
    box-sizing: border-box;
    display: block;
    color: #fff;
  }

  #nav>a {
    width: 3.125em;
    /* 50 */
    height: 3.125em;
    /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #00b3ea;
    position: absolute;
    right: 0;
    top: 0;
  }

  #nav>a:before,
  #nav>a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: "";
  }

  #nav>a:after {
    top: 60%;
  }

  #nav:not(:target)>a:first-of-type,
  #nav:target>a:last-of-type {
    display: block;
  }

  /*keyvisual*/
  #keyvisual {
    margin-top: 80px;
  }

  #keyvisual .inner-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /**** Container ****/
  #container {
    padding: 2rem 0;
  }

  #container h2 {
    font-size: 22px;
    color: #164291;
  }

  /* = List Style */
  /*2column*/
  .col2-list {
    margin: 0;
    padding: 0;
  }

  .col2-list li {
    width: 100%;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    position: relative;
  }

  /**** maincontent ****/
  #main-content {
    padding-bottom: 2rem;
  }

  #main-content h2 {
    font-size: 20px;
    font-weight: bold;
    /* margin:40px 0;*/
    margin: 20px 0;
  }

  #main-content h2 span.newsnote {
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin: 10px 0 0 0;
    line-height: 1.2;
    vertical-align: baseline;
  }

  #main-content h2 span.newsnote span {
    display: none;
  }

  #main-content h3 {
    margin: 30px 0;
  }

  /* local navigation*/
  #sub nav.local-navigation {
    margin-bottom: 20px;
  }

  #sub nav.local-navigation h3 {
    padding: 12px 15px;
    text-decoration: none;
    background: #2174c2;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }

  #sub nav.local-navigation ul {
    max-width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #2174c2;
  }

  nav.local-navigation ul li {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #2174c2;
    border-left: 1px solid #2174c2;
    border-right: 1px solid #2174c2;
  }

  nav.local-navigation ul li a {
    padding: 12px;
    padding: 1.2rem;
    display: block;
    text-decoration: none;
  }

  nav.local-navigation ul li a:hover {
    background: #00b3ea;
    color: #ffffff;
  }

  #sub nav.local-navigation ul li ul {
    margin: 0;
    border-bottom: none;
  }

  nav.local-navigation ul li li {
    border-top: 1px dotted #00b3ea;
    border-left: none;
    border-right: none;
    background: #f8f8f8;
  }

  nav.local-navigation ul li li a {
    padding-left: 30px;
    padding-left: 3rem;
    display: block;
  }

  nav.local-navigation ul li li li {
    border-top: 1px dotted #cccccc;
    background: #e1e1e1;
  }

  nav.local-navigation ul li li li a {
    padding-left: 50px;
    padding-left: 5rem;
    display: block;
  }

  section {
    padding-bottom: 40px;
  }

  /* = Activity */
  #about2650 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  #about2650 h2 {
    width: 50%;
    margin: 0 auto 1.5rem;
  }

  #about2650 h2 img {
    max-width: 100%;
    height: auto;
  }

  #about2650 h2+div img {
    max-width: 60%;
    height: auto;
  }

  #activity-category {
    background: #fff;
    padding: 2rem 0;
  }

  #activity-category ul {
    margin-bottom: 0;
  }

  #activity-category ul.col4-list {
    width: 100%;
  }

  #activity-category ul.col4-list li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
    text-align: center;
  }

  #activity-category ul.col4-list li:nth-child(2n) {
    margin: 0 0 2rem 0;
  }

  #activity-category ul.col4-list li img {
    max-width: 60%;
    height: auto;
  }

  #activity-category ul.col4-list li a {
    text-decoration: none;
  }

  #activity-category ul.col4-list li span {
    display: block;
    padding: 10px 0 0 0;
  }

  /* = News */
  /***タブ****/
  #main-content #ui-tab ul {
    margin: 0px 0;
  }

  ul.news li:nth-child(n + 6) {
    display: none;
  }

  /* = Case */
  ul#case li {
    width: 50%;
  }

  #facebook {
    width: 100%;
  }

  /*公開時変更*/
  #facebook .fb-page {
    width: 100% !important;
  }

  /* = Links */

  ul.video li {
    margin-bottom: 1rem;
  }

  #link ul.col3-list li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
  }

  #link ul.col3-list li:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  #link ul.col3-list li img {
    max-width: 100%;
    height: auto;
  }

  /*footer*/
  footer #foot-nav {
    padding: 2rem 0;
    background: #f3f3f3;
  }

  footer nav dl {
    width: 100%;
  }

  footer nav dl dt {
    padding: 10px 0;
    margin-bottom: 10px;
    color: #17468f;
    border-bottom: solid 2px #17468f;
    text-decoration: none;
  }

  footer nav dl dt a {
    color: #17468f;
    text-decoration: none;
  }

  footer nav dl dd {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  footer nav dl dd a {
    padding: 8px 12px;
    display: block;
    background: #fff;
    border: 1px solid #e7e7e8;
    text-decoration: none;
  }

  footer address {
    padding: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  footer address dl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-style: normal;
    /* background: url(../img/common/logo.png) center 1rem no-repeat;
    background-size: 75%; */
  }

  footer address dl span {
    display: block;
  }

  footer #copyright {
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    background: #00b3ea;
    font-size: 1rem;
    font-weight: normal;
  }

  /*********************
ページ共通
*********************/

  /*Table*/
  table.clublist,
  table.history,
  table.schedule,
  #main-content table {
    display: block;
  }

  table.clublist thead,
  table.history thead,
  #main-content table thead {
    display: none;
  }

  table.clublist tbody,
  table.history tbody,
  #main-content table tbody {
    display: block;
  }

  table.clublist tbody tr,
  table.history tbody tr,
  #main-content table tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }

  table.clublist tbody th,
  table.clublist tbody td,
  table.history tbody th,
  table.history tbody td,
  #main-content table tbody th,
  #main-content table tbody td {
    display: list-item;
    border: none;
    margin: 0;
    padding: 0;
  }

  table.clublist tbody th,
  table.history tbody th,
  #main-content table tbody th {
    list-style-type: none;
    margin-bottom: 1.5rem;
  }

  table.history tbody th,
  #main-content table tbody th {
    margin-bottom: 5px;
    color: #fff;
    background: #9ea6b4;
    display: block;
    padding: 8px;
    padding: 0.8rem;
  }

  #main-content table.clublist tbody th {
    margin-bottom: 5px;
    color: #fff;
    background: #fff;
    display: block;
    padding: 8px 0;
    padding: 0.8rem 0;
  }

  #main-content table.committeelist tbody th {
    margin-bottom: 5px;
    color: #fff;
    background: #efefef;
    display: block;
    padding: 8px 0 8px 8px;
    padding: 0.8rem 0 0.8rem 0.8rem;
  }

  #main-content table.committeelist tbody th .cname {
    margin-bottom: 0;
  }

  #main-content table.clublist tbody th .cname {
    margin-bottom: 5px;
    color: #fff;
    background: #2174c2;
    display: block;
    padding: 8px;
    padding: 0.8rem;
  }

  table.clublist tbody td,
  table.history tbody td,
  #main-content table tbody td {
    margin-bottom: 1.5rem;
    padding: 0;
    list-style-type: none;
  }

  table.clublist tbody td:nth-of-type(1):before {
    content: "[事務所]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.clublist tbody td:nth-of-type(2):before {
    content: "[例会曜日]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.clublist tbody td:nth-of-type(3):before {
    content: "[例会場所]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.clublist tbody td.mtg_time:before {
    content: "[例会時間]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.committeelist tbody td:nth-of-type(1):before {
    content: "[主体となって行う事業]";
    background: #fff;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.history tbody td:nth-of-type(1):before {
    content: "[地区名]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  table.history tbody td:nth-of-type(2):before {
    content: "[地区内に含む都道府県]";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  /*header*/
  #page-title {
    margin-top: 80px;
    padding: 2rem;
  }

  /*Main Content*/
  #main-content .btn a,
  #main-content .link a {
    width: 90%;
    padding: 20px 0;
    margin: 2rem auto;
    clear: both;
  }

  /*********************
ロータリークラブとは
*********************/
  #rotary #main-content li span {
    display: inline;
  }

  #rotary #main-content dt {
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #00b3ea;
    display: inline-block;
    font-weight: normal;
  }

  .author {
    width: 80%;
    text-align: center;
    float: right;
    margin-bottom: 40px;
  }

  .author object {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  /*********************
おしらせ
*********************/
  #main-content ul.gall-img li {
    width: 48%;
    margin: 0 2% 2% 0;
    float: left;
  }

  #main-content ul.gall-img li:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  #main-content ul.gall-img li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /*********************
ガバナーのページ
*********************/
  #governor #main-content.profile table.other td {
    padding: 0px;
  }

  #governor #main-content.profile table.other tr {
    border-bottom: 1px solid #e7e7e8;
  }

  /*message*/
  #main-content.message h2 {
    padding: 8px 16px;
    margin: 20px 0;
    background: #2174c2;
    color: #fff;
    font-size: 26px;
  }

  .message .photo {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }

  div.message p.photo img {
    max-width: 40%;
    height: auto;
  }

  div.message div.theme {
    width: 100%;
    text-align: center;
  }

  div.message div.theme img {
    max-width: 80%;
    height: auto;
    margin-bottom: 3rem;
  }

  div.message div.theme p.name {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }

  div.message div.theme p.name span {
    display: block;
  }

  div.message div.theme p.name span:last-child {
    font-weight: bold;
  }

  /*monthlyletter*/
  .gov-monthlyletter {
    margin: 0;
    padding: 0;
  }

  .gov-monthlyletter li {
    width: 48%;
    float: left;
    margin: 0 4% 40px 0;
  }

  /* ガバナー月信項目追加_211008 */

  .gov-monthlyletter .omnibus_letter {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #2174c2;
    padding-bottom: 40px;
  }

  .gov-monthlyletter .omnibus_letter a {
    align-self: center;
    margin-bottom: 0 !important;
  }

  .gov-monthlyletter .omnibus_letter a span:first-of-type {
    margin-bottom: 1rem;
  }

  .gov-monthlyletter .omnibus_letter a:hover {
    color: #333;
  }

  .gov-monthlyletter .omnibus_letter a:hover .omnibus_letter_link_button {
    background-color: #ddd !important;
    transition: 0.3s;
  }

  .gov-monthlyletter .omnibus_letter a span:last-of-type {
    display: block !important;
    border: solid 1px #ddd;
    padding: 1rem 2rem !important;
    background-image: none !important;
    transition: 0.3s;
  }

  /* ガバナー月信項目追加_211008 */

  .gov-monthlyletter li img {
    max-width: 80%;
    height: auto;
  }

  .gov-monthlyletter li:nth-child(2n) {
    margin: 0 0 40px;
  }

  #main-content .gov-monthlyletter li a {
    padding: 8px;
    text-align: center;
    display: block;
    background: none;
  }

  #main-content .gov-monthlyletter li a.pdf-link {
    background: none;
    padding: 0;
    display: block;
  }

  .gov_schedule table tbody td:nth-of-type(4):before,
  .elect_schedule table tbody td:nth-of-type(4):before {
    content: "時間";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  .gov_schedule table tbody td:nth-of-type(5):before,
  .elect_schedule table tbody td:nth-of-type(5):before {
    content: "会場";
    background: #e7e7e8;
    padding: 5px;
    padding: 0.5rem;
    display: block;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(1),
  #main-content.gov_schedule table tbody td:nth-of-type(2),
  #main-content.elect_schedule table tbody td:nth-of-type(1),
  #main-content.elect_schedule table tbody td:nth-of-type(2) {
    display: inline;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(3),
  #main-content.elect_schedule table tbody td:nth-of-type(3) {
    font-weight: bold;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(5),
  #main-content.elect_schedule table tbody td:nth-of-type(5) {
    padding-bottom: 20px;
    border-bottom: 2px solid #164291;
  }

  #main-content.gov_schedule table tr:last-child td:nth-of-type(5),
  #main-content.elect_schedule table tr:last-child td:nth-of-type(5) {
    border-bottom: none;
  }

  /*********************
第2650地区情報
*********************/
  /*download*/
  .download ul li a {
    font-size: 13px;
  }

  .download dl dt {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    float: none;
  }

  #about #main-content.download dl dt img,
  #main-content.download dl dt img {
    max-width: 40%;
    height: auto;
  }

  .download dl dd {
    width: 100%;
    float: none;
  }

  .organization .col2-list {
    margin-left: 0;
    padding-left: 0;
  }

  .organization .col2-list li span {
    margin-left: 1em;
    display: block;
  }

  #main-content .nav__content {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 3rem;
  }

  #main-content .nav__content li {
    width: 100%;
    display: block;
  }

  #main-content .nav__content li a:before {
    content: "〉";
    display: inline-block;
    margin-right: 1rem;
  }

  /*********************
スケジュール
**********************/
  /*Table*/
  #main-content.governor-event,
  #main-content.governor-event,
  #main-content.year-event {
    overflow: auto;
  }

  #main-content.governor-event table,
  #main-content.year-event table {
    display: table;
    margin-bottom: 60px;
  }

  #main-content.governor-event table thead,
  #main-content.year-event table thead {
    display: table-header-group;
  }

  #main-content.governor-event table tbody,
  #main-content.year-event table tbody {
    display: table-row-group;
  }

  #main-content.governor-event table tbody tr,
  #main-content.year-event table tbody tr {
    display: table-row;
    margin-bottom: 0;
  }

  #main-content.governor-event table tbody td,
  #main-content.year-event table tbody td {
    display: table-cell;
    border: none;
    margin: 0;
    padding: 0;
  }

  #main-content.governor-event table tbody th,
  #main-content.year-event table tbody th {
    display: table-cell;
    margin-bottom: 1.5rem;
  }

  table.history tbody th,
  #main-content table tbody th {
    margin-bottom: 5px;
    color: #fff;
    background: #9ea6b4;
    display: block;
    padding: 8px;
    padding: 0.8rem;
  }

  #main-content table.clublist tbody th {
    margin-bottom: 5px;
    color: #fff;
    background: #fff;
    display: block;
    padding: 8px 0;
    padding: 0.8rem 0;
  }

  #main-content table.clublist tbody th .cname {
    margin-bottom: 5px;
    color: #fff;
    background: #2174c2;
    display: block;
    padding: 8px;
    padding: 0.8rem;
  }

  table.clublist tbody td,
  table.history tbody td,
  #main-content table tbody td {
    margin-bottom: 1.5rem;
    padding: 0;
    list-style-type: none;
  }

  #main-content .ai1ec-actions {
    display: block;
    clear: left;
  }

  #main-content .event-data {
    margin: 0;
    clear: both;
    border: none;
  }

  #main-content table.event-data th,
  #main-content table.event-data td {
    padding: 8px;
    border: none;
  }

  /*--------------211206追記ここから---------------*/

  #main-content .district_convention__2col_box {
    display: block;
  }

  #main-content .district_convention__2col_box p {
    margin-bottom: 3rem !important;
  }

  /*--------------211206追記ここまで---------------*/
}

@media only screen and (min-width: 641px)
/* 641 */
  {

  /*********************
ページ共通
*********************/
  header,
  footer,
  #page-title,
  #container {
    min-width: 1000px;
  }

  .inner-box,
  footer address {
    max-width: 1280px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /*header*/
  header {
    background: url(../img/common/bg_nav.gif) left bottom repeat-x;
  }

  header h1 {
    width: 460px;
    height: 75px;
    margin: 24px 0 20px 0;
  }

  header h1 img {
    width: 100%;
    height: auto;
  }

  header nav ul li {}

  /*Navigation*/

  #nav>ul {
    position: relative;
  }

  #nav li,
  #nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
  }

  #nav>ul>li:hover,
  #nav li ul li:hover {
    background: #2174c2;
  }

  /* first level */
  #nav>ul {
    height: 58px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    z-index: 50000;
  }

  #nav>ul>li {
    width: 15%;
    height: 100%;
    float: left;
    text-align: center;
    position: static;
    background: #02b3ea;
  }

  #nav ul li#home {
    width: 8%;
    width: 6%;
  }

  #nav ul li#nav-about-rotary {
    width: 17%;
    width: 19%;
  }

  #nav ul li#nav-about-2650 {
    width: 17%;
  }

  #nav ul li#nav-commitee {
    width: 17%;
  }

  #nav ul li#nav-news {
    width: 17%;
  }

  #nav ul li#nav-schedule {
    width: 12%;
  }

  #nav ul li#nav-club {
    width: 12%;
  }

  /* second level */
  #nav li ul:after {
    content: "";
    display: block;
    background: #02b3ea;
    width: calc(100vw);
    height: 58px;
    position: absolute;
    top: 0;
    left: calc(-1 * ((100vw - 100%) / 2));
    z-index: -1;
  }

  #nav li ul {
    background: #005aad;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1000;
    text-align: left;
    transition: 0.5s;
  }

  #nav li#nav-club ul {
    text-align: right;
  }

  #nav li ul li {
    background: #005aad;
    padding: 0 20px;
    display: inline-block;
  }


  #nav li:hover ul {
    display: block;
    top: 100%;
    left: 0;
    transition: 0.5s;
  }

  #nav li:hover ul:after {
    background: #005aad;
  }

  /* GovernorOffice NEWS 210520 */
  .news-goffice {
    margin-bottom: 40px;
  }

  .news-goffice ul li a {
    display: block;
    position: relative;
  }

  .news-goffice ul li a .news-date,
  .news-goffice ul li a .news-cat,
  .news-goffice ul li a .news-title {
    font-size: 1.5rem;
  }

  .news-goffice ul li a .news-cat {
    font-size: 1.2rem;
    margin: 0.4em 0 0 0.8em;
  }

  .news-goffice ul li a .news-date,
  .news-goffice ul li a .news-cat {
    float: left;
  }

  .news-goffice ul li a .news-cat {
    /* position: absolute;
    left: 11em; */
  }

  .news-goffice ul li a .news-title {
    display: block;
    margin-left: 11em;
  }

  /**** Container ****/
  #container {
    overflow: auto;
    padding: 40px 0;
  }

  #main {
    width: 100%;
    display: block;
    margin-right: -280px;
    float: left;
  }

  #main #main-content {
    margin-right: 300px;
  }

  /*container*/
  /*Side*/
  #sub {
    width: 280px;
    float: right;
  }

  .top #sub {
    /*margin-top:65px;*/
    margin-top: 0;
  }

  #sub h3 {
    margin-bottom: 0;
  }

  #sub h3 img {
    max-width: 100%;
    height: auto;
  }

  #sub ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #sub ul li img {
    max-width: 100%;
    height: auto;
  }

  /* local navigation*/
  #sub nav.local-navigation {
    margin-bottom: 20px;
  }

  #sub nav.local-navigation h3 {
    padding: 12px 15px;
    text-decoration: none;
    background: #2174c2;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }

  #sub nav.local-navigation ul {
    margin-bottom: 0;
    border-bottom: 1px solid #2174c2;
  }

  nav.local-navigation ul li {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #2174c2;
    border-left: 1px solid #2174c2;
    border-right: 1px solid #2174c2;
  }

  nav.local-navigation ul li a {
    padding: 12px;
    padding: 1.2rem;
    display: block;
    text-decoration: none;
  }

  nav.local-navigation ul li a:hover {
    background: #00b3ea;
    color: #ffffff;
  }

  #sub nav.local-navigation ul li ul {
    margin: 0;
    border-bottom: none;
  }

  nav.local-navigation ul li li {
    border-top: 1px dotted #00b3ea;
    border-left: none;
    border-right: none;
    background: #f8f8f8;
  }

  nav.local-navigation ul li li a {
    padding-left: 30px;
    padding-left: 3rem;
    display: block;
  }

  nav.local-navigation ul li li li {
    border-top: 1px dotted #cccccc;
    background: #e1e1e1;
  }

  nav.local-navigation ul li li li a {
    padding-left: 50px;
    padding-left: 5rem;
    display: block;
  }

  #container h2 {
    font-size: 28px;
    color: #164291;
  }

  #container h3 {
    font-size: 24px;
    color: #000;
  }

  #main-content h2 {
    font-weight: bold;
    margin: 40px 0;
  }

  #main-content h3 {
    margin: 30px 0;
  }

  .top #main-content h2 {
    font-weight: bold;
    margin: 0 0 20px;
  }

  .top #main-content h3 {
    margin: 30px 0;
  }

  /*footer*/
  footer #foot-nav {
    padding: 40px 0;
    background: #f3f3f3;
  }

  footer nav {
    display: flex;
  }

  footer nav dl {
    width: 18%;
    margin-right: 2.5%;
  }

  footer nav dl:nth-of-child(5) {
    margin-right: 0;
  }

  footer nav dl dt {
    padding: 10px 0;
    margin-bottom: 10px;
    color: #17468f;
    border-bottom: solid 2px #17468f;
    text-decoration: none;
  }

  footer nav dl dt a {
    color: #17468f;
    text-decoration: none;
  }

  footer nav dl dd {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer address {
    padding: 20px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  footer address dl {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    font-style: normal;
    /* background: url(../img/common/logo.png) 20px center no-repeat;
    background-size: 380px auto; */
  }

  footer #copyright {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #00b3ea;
  }

  /*List style*/
  /*2column*/
  .col2-list {
    margin: 0;
    padding: 0;
  }

  .col2-list li {
    width: 49%;
    margin-right: 2%;
    padding: 0;
    background: #fff;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  .col2-list li:nth-child(2n) {
    margin-right: 0;
  }

  /*3column*/
  .col3-list {
    margin: 0;
    padding: 0;
  }

  .col3-list li {
    width: 32%;
    margin-right: 2%;
    padding: 0;
    background: #fff;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  .col3-list li:nth-child(3n) {
    margin-right: 0;
  }

  /*4column*/
  .col4-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .col4-list li {
    width: 23.5%;
    margin-right: 2%;
    padding: 0;
    background: #fff;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  .col4-list li:nth-child(4n) {
    margin-right: 0;
  }

  /**top**/
  #keyvisual {
    /*        border-bottom:solid 6px #2174c2;*/
    /*--------------------2021-22年度限定装飾--------------------*/
    border-top: none;
    border-bottom: solid 30px #2174c2;
    /*--------------------2021-22年度限定装飾--------------------*/
  }

  #keyvisual .inner-box {
    max-width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  #keyvisual img {
    max-width: 100%;
    height: auto;
  }

  /*Activity*/
  #about2650 {
    width: 24%;
    float: left;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
  }

  #about2650 h2 img {
    max-width: 75%;
    height: auto;
  }

  #about2650 h2+div img {
    max-width: 80%;
    height: auto;
  }

  #activity-category {
    background: #fff;
    padding: 40px 0;
  }

  #activity-category ul.col4-list {
    width: 74%;
    float: right;
  }

  #activity-category ul.col4-list li {
    text-align: center;
    margin-bottom: 0;
  }

  #activity-category ul.col4-list li img {
    max-width: 60%;
    height: auto;
  }

  #activity-category ul.col4-list li a {
    text-decoration: none;
  }

  #activity-category ul.col4-list li span {
    display: block;
    padding: 15px 0 0 0;
  }

  /*news*/
  #breaking_news {
    margin-bottom: 20px;
    width: 100%;
  }

  #breaking_news a {
    background: #fff;
    border: 1px solid #f73242;
    border-radius: 40px;
    display: block;
    width: 100%;
  }

  #breaking_news a span.breaking_news__ttl {
    background: #f73242;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: #fff;
    display: inline-block;
    padding: 0.4em 2em;
    text-align: center;
  }

  #breaking_news a span.breaking_news__txt {
    color: #282828;
    font-weight: 600;
    padding: 0.4em 2em;
    text-align: left;
    display: inline-block;
    text-decoration: underline;
  }

  /*** News */
  ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.news li {
    width: 49%;
    margin-right: 2%;
    padding: 0;
    background: #fff;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  ul.news li:nth-child(2n) {
    margin-right: 0;
  }

  /***タブ****/
  #main-content #ui-tab ul {
    margin: 0px 0;
  }

  #ui-tab li {
    font-size: 16px;
    font-size: 1.6rem;
  }

  ul.news li {
    min-height: 350px;
    margin: 0 2% 2% 0;
    background: #fff;
  }

  .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .news-all {
    width: 540px;
    height: 60px;
    margin: 0 auto 40px;
    background: #fff;
  }

  /*banner*/
  #content-banner {
    padding: 35px 0;
    background: #f4f4f4;
  }

  /*cont-nav*/
  #content-nav {
    padding: 35px 0;
    background: #fff;
  }

  #content-nav ul.col3-list {
    margin-bottom: 35px;
  }

  #content-nav ul.col3-list li li {
    width: 100%;
    float: none;
  }

  ul#case li {
    width: 25%;
  }

  /*pr-links*/
  #pr-links {
    padding: 35px 0;
    background: #f9f9f9;
  }

  #pr-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #pr-links #facebook {
    width: 46%;
    text-align: center;
    float: left;
  }

  #pr-links #facebook .fb-page {
    width: 320px !important;
    margin: 0 auto;
  }

  #link {
    width: 50%;
    min-width: 460px;
    float: right;
  }

  #link ul.video {
    width: 100%;
    margin-bottom: 20px;
  }

  #link ul.video li {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }

  #link ul.video li:nth-child(2n) {
    margin: 0;
  }

  #link ul.col3-list li {
    margin-bottom: 2%;
  }

  #link ul.col3-list li img {
    max-width: 100%;
    height: auto;
  }

  /*********************
ページ共通
*********************/
  /*pagetitle*/
  #page-title {
    height: 122px;
    padding-top: 22px;
  }

  #page-title h1 {
    font-size: 26px;
  }

  /*********************
おしらせ
*********************/
  #main-content ul.gall-img {
    width: 85%;
    margin: 20px auto 0;
  }

  #main-content ul.gall-img li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
  }

  #main-content ul.gall-img li:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  #main-content ul.gall-img li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /*********************
ロータリークラブとは
*********************/

  .author {
    width: 40%;
    text-align: center;
    float: right;
    margin-bottom: 40px;
  }

  .author object {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  /*********************
ガバナーのページ
*********************/
  #governor section {
    /*border:none;*/
  }

  #governor #main-content.profile table tr {
    border-bottom: 1px solid #e7e7e8;
  }

  #governor #main-content.profile table th {
    width: 25%;
    border: none;
  }

  #governor #main-content.profile table td {
    border: none;
  }

  /*message*/
  #main-content.message h2 {
    padding: 8px 16px;
    margin: 20px 0;
    background: #2174c2;
    color: #fff;
    font-size: 26px;
  }

  .message .photo {
    width: 30%;
    max-width: 300px;
    max-width: 30rem;
    float: left;
    text-align: center;
  }

  div.message p.photo img {
    max-width: 70%;
    height: auto;
  }

  div.message div.theme {
    width: 68%;
    float: right;
    padding: 20px 0 0 0;
    padding: 2rem 0 0 0;
    text-align: center;
  }

  div.message div.theme img {
    max-width: 74%;
    height: auto;
    margin-bottom: 30px;
  }

  div.message div.theme p.name {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 30px 0 0;
  }

  div.message div.theme p.name span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  /*monthlyletter*/
  .gov-monthlyletter {
    margin: 0;
    padding: 0;
  }

  .gov-monthlyletter li {
    width: 32%;
    float: left;
    margin: 0 2% 40px 0;
  }

  /* ガバナー月信項目追加_211008 */

  .gov-monthlyletter .omnibus_letter {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #2174c2;
    padding-bottom: 40px;
  }

  .gov-monthlyletter .omnibus_letter a {
    align-self: center;
    margin-bottom: 0 !important;
  }

  .gov-monthlyletter .omnibus_letter a span:first-of-type {
    margin-bottom: 1rem;
  }

  .gov-monthlyletter .omnibus_letter a:hover {
    color: #333;
  }

  .gov-monthlyletter .omnibus_letter a:hover .omnibus_letter_link_button {
    background-color: #ddd !important;
    transition: 0.3s;
  }

  .gov-monthlyletter .omnibus_letter a span:last-of-type {
    display: block !important;
    border: solid 1px #ddd;
    padding: 1rem 2rem !important;
    background-image: none !important;
    transition: 0.3s;
  }

  /* ガバナー月信項目追加_211008 */

  .gov-monthlyletter li img {
    max-width: 80%;
    height: auto;
  }

  .gov-monthlyletter li:nth-child(3n) {
    margin: 0 0 40px;
  }

  #main-content .gov-monthlyletter li a {
    padding: 8px;
    text-align: center;
    display: block;
    background: none;
  }

  #main-content .gov-monthlyletter li a.pdf-link {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }

  /*********************
ガバナーエレクトのページ
*********************/
  #governor #main-content.elect table tr {
    border-bottom: 1px solid #e7e7e8;
  }

  #governor #main-content.elect table th {
    width: 25%;
    border: none;
  }

  #governor #main-content.elect table td {
    border: none;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(1),
  #main-content.elect_schedule table tbody td:nth-of-type(1) {
    width: 10%;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(2),
  #main-content.elect_schedule table tbody td:nth-of-type(2) {
    width: 16%;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(3),
  #main-content.elect_schedule table tbody td:nth-of-type(3) {
    width: 34%;
  }

  #main-content.gov_schedule table tbody td:nth-of-type(4),
  #main-content.elect_schedule table tbody td:nth-of-type(4) {
    width: 15%;
  }

  /*********************
第2650地区情報
*********************/
  /*pastgovernor*/

  #about #main-content.past-governor table tr {
    border-bottom: 1px solid #e7e7e8;
  }

  #about #main-content.past-governor table th {
    border: none;
    text-align: center;
  }

  #about #main-content.past-governor table thead th {
    background: #7b7c80;
    border-right: 1px solid #e7e7e8;
  }

  #about #main-content.past-governor table th:first-child {
    width: 30%;
  }

  #about #main-content.past-governor table td {
    border: none;
    text-indent: 2em;
    padding: 15px 0;
  }

  #about #main-content.past-governor table td span {
    display: inline-block;
    width: 40%;
  }

  #about #main-content.past-governor table td a {
    display: inline-block;
    margin-left: 3em;
    text-decoration: none;
    text-align: right;
  }

  /*ガバナー事務所*/
  #gmap {
    position: relative;
    padding: 0 0 75%;
    height: 0;
    overflow: hidden;
  }

  #gmap iframe,
  #gmap object,
  #gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*組織*/

  #main-content table.committeelist {
    border: none;
  }

  #main-content table.committeelist thead th {
    background: #efefef;
    border: none;
    border-right: 1px solid #fff;
    color: #333333;
  }

  #main-content table.committeelist tbody th {
    padding: 8px 0 8px 15px;
    padding: 0.8rem 0 0.8rem 1.5rem;
    border: none;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }

  #main-content table.committeelist tbody td {
    padding: 8px 0 8px 8px;
    padding: 0.8rem 0 0.8rem 0.8rem;
    border: none;
    border-bottom: 1px solid #efefef;
  }

  #main-content table.committeelist tbody th .cname {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1000px)
/* 641 */
  {
  header #nav li {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1101px)
/* 641 */
  {
  #main {
    width: 100%;
    display: block;
    margin-right: -320px;
    float: left;
  }

  #main #main-content {
    margin-right: 360px;
  }

  #sub {
    width: 320px;
    float: right;
  }

  /*list-style*/

  /*3column*/

  ul.news li,
  ul.news li:nth-child(2n) {
    width: 32%;
    margin-right: 2%;
    padding: 0;
    background: #fff;
    float: left;
    box-sizing: border-box;
    position: relative;
  }

  ul.news li:nth-child(3n) {
    margin-right: 0;
  }

  ul.news li {
    min-height: 340px;
    margin: 0 2% 2% 0;
    background: #fff;
  }

  #pr-links #facebook .fb-page {
    width: 500px !important;
    margin: 0 auto;
  }

  /*スケジュール*/
  nav.nav__content {
    margin: 30px 0 15px;
    padding: 0 30px;
    border-bottom: 1px solid #cfcfcf;
  }

  #main-content nav.nav__content ul {
    margin: 0 !important;
    padding: 0;
  }

  nav.nav__content ul li {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }

  nav.nav__content ul li.active {
    background: #2174c2;
    border-top: 1px solid #2174c2;
    border-left: 1px solid #2174c2;
    border-right: 1px solid #2174c2;
  }

  nav.nav__content ul li a {
    text-decoration: none;
    padding: 10px 30px;
    display: block;
  }

  nav.nav__content ul li.active a {
    color: #fff;
    padding: 10px 38px;
  }

  .view_cal {
    border: 1px solid #cfcfcf;
    display: block;
    padding: 1.2rem;
    margin-left: auto;
    width: 280px;
    text-align: center;
  }
}

/*国際大会バナー*/
.riconvention li {
  position: relative;
}

.riconvention li div.join {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(80, 88, 105, 0.8);
  display: inline-block;
  width: 100%;
  padding: 1rem;
  line-height: 1;
  height: auto;
  font-size: 1.3rem;
  text-align: center;
}

.join-page_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
}

.join-page_box .join-page::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61%;
  position: relative;
}

.join-page {
  position: relative;
  text-align: right;
  width: 100%;
}

.join_num {
  background: rgba(44, 72, 100, 0.88);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10000;
  text-align: right;
  line-height: 1;
  padding: 1rem;
}

@media screen and (max-width: 480px) {
  .riconvention li div.join {
    font-size: 1.4rem;
  }

  .join-page_box .join-page::before {
    padding-top: calc(62% + 1em);
  }

  .join_num {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }
}

.go-award {
  margin-bottom: 30px;
}

.go-award__entry {
  display: block;
  position: absolute;
  top: 32%;
  right: 10px;
  z-index: 1000;
  width: calc(100% - 75%);
  height: 80px;
  text-align: center;
  overflow: visible;
}

@media screen and (max-width: 480px) {
  .go-award__entry {
    display: block;
    position: absolute;
    top: 38%;
    right: 10px;
    z-index: 1000;
    width: calc(100% - 80%);

  }
}

.go-award__entry img {
  width: 100% !important;
}

.go-award__item {
  background: #D81B5B !important;
  color: #ffffff !important;
}

.go-award__info {
  margin: 1em 0;
  font-size: 1.4rem;
}

.go-award__info dt,
.go-award__info dd {
  padding: 0.5rem 1em !important;
}

@media screen and (min-width: 960px) {

  .go-award__info dt,
  .go-award__info dd {
    font-weight: normal;
  }
}

.go-award__info .entry-category {
  margin: 0 !important;
}
