@charset "UTF-8";
/* common
====================================================================================================================================== */
/*非表示*/
.none {
  display: none !important;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

/*取り消し線を引く*/
.deleted {
  text-decoration: line-through;
}

iframe {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

.btn_center_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

.btn_center_box ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.btn_center_box li a {
  margin: 0 10px 10px;
}

/*list*/
#conts ul {
  background: none;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-bottom: 2em;
}

#conts ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.55em;
  font-size: 1.0625em;
}

#conts ul li ul li {
  font-size: 1em;
}

#conts ul.sitemap {
  margin-bottom: 0;
}

#conts ul li:before {
  content: "●";
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}

#conts ol {
  counter-reset: ordered_num;
  background: none;
  overflow: hidden;
  margin-bottom: 1.2em;
}

#conts ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-bottom: 0.6em;
  line-height: 1.5em;
}

#conts ol li ol li {
  font-size: 1em;
}

#conts ol li:before {
  counter-increment: ordered_num;
  content: counter(ordered_num);
  font-weight: bold;
  background-color: #333;
  display: inline-block;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  margin-right: 0.6em;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}

#conts ul.caution {
  margin-bottom: 2.5em;
}

#conts ul.caution li {
  margin-bottom: 0;
}

#conts ul.caution li:before {
  content: "※";
}

#conts ul.plane,
#conts ol.plane,
#conts ul.plane li,
#conts ol.plane li {
  list-style-type: none !important;
  padding: 0;
}

#conts ul.plane li:before,
#conts ol.plane li:before {
  display: none;
}

/*news list*/
#conts .article_list {
  padding: 0;
}

#conts .article_list li {
  padding-left: 0;
  margin-bottom: 1.5em;
  line-height: 1.3em;
  letter-spacing: -.4em;
}

#conts .article_list li:before {
  display: none;
}

#conts .article_list li p {
  letter-spacing: normal;
  font-size: 1em;
}

#conts .article_list li time, #conts .article_list li a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#conts .article_list li time {
  font-size: 0.9375em;
  width: 9.5em;
}

#conts .article_list li a {
  font-size: 1.0625em;
  width: calc(100% - 9.5em);
}

/*default heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.8em;
  line-height: 1.3;
}

h1.page_title {
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0.6em;
}

h2 {
  font-size: 1.5625em;
  font-weight: bold;
  color: #fff;
  background-color: #008250;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 1.4em;
  padding: 0.7em 0.5em 0.7em 1.5em;
  text-indent: -1em;
}

h2:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  background-color: #fff;
  width: 0.24em;
  height: 1.2em;
  border-radius: 0.12em;
  margin-right: 0.7em;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #008d5e;
  line-height: 1.4em;
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
}

h4 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  color: #008250;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

h4.mark {
  text-indent: -0.9em;
  padding-left: 0.9em;
}

h4.mark:before {
  content: "";
  display: inline-block;
  background-color: #008250;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.2em;
}

h5 {
  font-size: 1.125em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

/*hr*/
hr {
  height: 1px;
  border-bottom: solid 1px #ccc;
  background: none;
  margin: 2em 0;
  overflow: hidden;
}

/*段落*/
table p {
  margin-bottom: 0;
  line-height: 1.7em;
}

/*カラー*/
.red {
  color: #d23250;
}

.pink {
  color: #d23250;
}

.green {
  color: #008250;
}

.gray {
  color: #77776e;
}

.font_maru {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'M PLUS Rounded 1c', sans-serif;
}

/*画像*/
.wide_photo_image {
  position: relative;
  margin: 4.3em 0 0;
}

.wide_photo_image.in {
  margin: 3em 0 4em;
}

.wide_photo_image img {
  width: 100%;
  margin: 0;
}

.wide_photo_image .caption {
  color: #fff;
  position: absolute;
  right: 2.5%;
  bottom: 2%;
  font-size: 0.78em;
}

/*container*/
.section_box {
  clear: both;
  padding: 0;
  margin-bottom: 3em;
}

.section_box .img_box {
  text-align: center;
}

.section_box figure {
  margin-bottom: 1em;
}

.section_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*3列ボックス*/
.box_3_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_3_column .box {
  float: left;
  width: 33.3333333%;
  padding: 0 1.5%;
  margin-bottom: 2em;
}

/*2列ボックス*/
.box_2_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_2_column .box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 3%;
}

/*索引*/
.list_box {
  border-bottom: 2px dotted #bcbcb3;
  padding-bottom: 1.1em;
  margin-bottom: 1.1em;
}

.list_box a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.list_box a, .list_box a:link {
  text-decoration: none;
}

.list_box a:hover {
  opacity: 0.7;
}

.list_box a:hover .title, .list_box a:hover time {
  color: #d23250;
}

.list_box .icon_image {
  width: 130px;
  margin-right: 1em;
  margin-bottom: 0;
}

.list_box .icon_image img {
  width: 100%;
  height: auto;
}

.list_box .main_area {
  width: calc(100% - 130px - 1em);
}

.list_box .time {
  line-height: 1;
  margin-bottom: 0.3em;
}

.list_box time {
  font-size: 0.875em;
  color: #333;
}

.list_box .title {
  font-size: 1.25em;
  font-weight: bold;
  color: #222;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-left: 1em;
  background: url(../images/icon_arrow_green_r.png) no-repeat left top 0.3em;
}

.list_box .comment_text {
  margin-top: 0.4em;
}

.list_box .comment_text,
.list_box .comment_text p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.75em;
}

.list_box .comment_text p {
  margin-bottom: 0;
}

.list_box .comment_text font {
  font-size: 0.9375em !important;
}

.list_box.noimage a {
  display: block;
}

.list_box.noimage .main_area {
  width: auto;
}

.listbox_2_col {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  padding: 0;
  margin: 0 1% 2em;
}

.listbox_2_col a, .listbox_2_col a:link {
  text-decoration: none;
  color: #001414;
}

.listbox_2_col a:hover .detail_box {
  background-color: rgba(0, 130, 80, 0.15);
  background-position: right 6px center;
}

.listbox_2_col a:hover .title {
  color: #001414;
}

.listbox_2_col a:hover .comment, .listbox_2_col a:hover .comment p {
  color: #d23250;
}

.listbox_2_col .detail_box {
  border: 1px solid #008250;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-image: url(../images/icon_arrow_green_r.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: .3s;
}

.listbox_2_col .detail_box p {
  margin-bottom: 0;
}

.listbox_2_col .image_area {
  width: 100px;
}

.listbox_2_col .image_area img {
  width: 100%;
  height: auto;
}

.listbox_2_col .title {
  width: calc(100% - 100px - 2em);
  font-size: 1.1875em;
  font-weight: bold;
  line-height: 1.4em;
  margin-left: 0.7em;
}

.listbox_2_col .comment {
  margin-top: 0.4em;
}

.listbox_2_col .comment, .listbox_2_col .comment p {
  font-size: 0.9375em;
  margin-bottom: 0;
  color: #222;
  line-height: 1.6em;
}

.listbox_2_col.noimage .detail_box {
  display: block;
}

.listbox_2_col.noimage .title {
  width: auto;
  margin-left: 0;
  padding: 1.2em 2em 1.2em 1em;
}

.listbox_2_col.incomment .detail_box {
  align-items: flex-start;
}

.listbox_2_col.incomment .text_area {
  width: calc(100% - 100px - 2.7em);
  margin-left: 0.7em;
  padding: 1.5em 0;
}

.listbox_2_col.incomment .title {
  width: auto;
  margin-left: 0;
}

.listbox_2_col.incomment .comment {
  border-top: 1px dotted #bcbcb3;
  padding-top: 0.5em;
}

.listbox_2_col.incomment.noimage .text_area {
  width: auto;
  margin-left: 0;
  padding: 1.2em 2em 1.2em 1.1em;
}

.listbox_2_col.incomment.noimage .title {
  margin-left: 0;
  padding: 0;
}

/*image背景ボタンリスト*/
.bg_img_btn a {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*image100%*/
.img_wide {
  width: 100%;
}

/*button design*/
/*ボタン*/
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #ddc06e url(../images/icon_arrow_green_r.png) no-repeat 50px center;
  border: 0;
  min-width: 300px;
  padding: 0.9em 20px 0.9em 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
}

form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn,
button.btn,
.btn a,
#myreset,
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #000 url(../images/icon_arrow_green_r.png) no-repeat right 20px center;
  border: solid 2px #fff;
  width: 48%;
  padding: 0.9em 1em 0.9em 0.9em;
  margin: 0 0.9% 0.5em;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
  color: #fff;
}

a.btn:hover,
button.btn:hover,
.btn a:hover,
#myreset:hover,
form input.submit_btn:hover {
  background: #fff url(../images/icon_arrow_green_r.png) no-repeat right 20px center;
  border: solid 2px #000;
  color: #000;
}

a.btn:link,
.btn a:link {
  color: #fff;
}

/* ２列ボタン */
.button_2_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.button_2_column .btn {
  display: block;
  width: 48%;
  margin-bottom: 1.1em;
}

.button_2_column .btn a {
  display: block;
  margin: 0;
  width: 100%;
}

a.btn.gold_btn,
.btn.gold_btn a,
a.btn.gold_btn:hover,
.btn.gold_btn a:hover {
  background-color: #7b6737;
  background-image: url(../images/icon_w_r.png);
  color: #fff;
  border-color: #7b6737;
}

/*a.btn:before, #myreset:before { content:""; display:inline-block; background:url(../images/icon.png) no-repeat; width:9px; height:16px; margin-right:10px; vertical-align:middle; }*/
a.btn.btn_simple {
  background: #000;
  color: #fff;
  border: none;
  font-size: 1em;
  padding: 0.5em 3em;
  min-width: 0;
}

a.btn.btn_simple:hover {
  color: #fff;
}

/*戻る*/
a.btn.back,
button.btn.back,
.btn.back a,
button.btn.back:hover {
  margin-right: 20px;
  background: url(../images/icon_back.png) no-repeat 20px center;
  color: #7b6737;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
}

/*a.btn.back:before, #myreset:before { background-image:url(../images/icon_back.png); margin-right:14px; }*/
/*icon*/
.btn_icon {
  display: inline-block;
  background: url(../images/icon_arrow_green_r.png) no-repeat left center;
  padding: 2px 0 2px 30px;
  margin-top: 1.5em;
}

.btn_icon.btn_dl {
  background-image: url(../images/icon_dl.png);
}

/*wide*/
a.btn_wide {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0.8em 10px;
  font-size: 1.9em;
  letter-spacing: 0.2em;
}

a.btn:hover,
button:hover,
.btn a:hover,
#myreset:hover,
.btn_icon:hover,
a.btn_wide:hover,
form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn:hover,
.btn a:hover,
button:hover {
  color: #333;
}

/*table*/
/* テーブル */
table {
  width: 100%;
  padding: 0;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  vertical-align: top;
}

table caption {
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  padding: 0.7em 0.7em;
}

table, table th, table td {
  border: 1px solid #bcbcb3;
}

table th {
  width: auto;
  padding: 0.6em 0.7em;
  white-space: nowrap;
  border: 1px solid #bcbcb3;
}

table td {
  padding: 0.7em 0.5em;
}

table thead th {
  font-size: 1em;
  font-weight: bold;
  background-color: #008250;
  color: #fff;
}

table tbody th {
  font-size: 1.0625em;
  font-weight: bold;
  background-color: rgba(0, 130, 80, 0.1);
}

.table00 {
  width: 100%;
}

.table00, .table00 th, .table00 td {
  border: 1px solid #bcbcb3;
}

.table00 th {
  padding: 1em 0.5em;
  text-align: left;
  vertical-align: top;
}

.table00 td {
  padding: 1em 0.5em;
  vertical-align: top;
}

.table01 {
  width: 100%;
  border: none;
}

.table01 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  border: 0;
  border-top: 1px dotted #bcbcb3;
  border-bottom: 1px dotted #bcbcb3;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.table01 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  border: 0;
  border-top: 1px dotted #bcbcb3;
  border-bottom: 1px dotted #bcbcb3;
  vertical-align: top;
}

.table02 {
  width: 100%;
  border: none;
}

.table02 th, .table02 td {
  border: none;
  border-top: 1px solid #bcbcb3;
  border-bottom: 1px solid #bcbcb3;
}

.table02 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.table02 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: top;
}

.table03 {
  width: 100%;
}

.table03, .table03 th, .table03 td {
  padding: 0.7em 0.7em;
}

.table03 th, .table03 td {
  vertical-align: middle;
}

/* color box
====================================================================================================================================== */
.bg_black {
  background: #000;
  color: #fff;
}

/*画像で見出しを作る用（スタイルを強制リセット）*/
h1.plane,
h2.plane,
h3.plane,
h4.plane,
h5.plane {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: !important;
}

h1.plane:after,
h2.plane:after,
h3.plane:after,
h4.plane:after,
h5.plane:after {
  display: none !important;
}

h1.plane img,
h2.plane img,
h3.plane img,
h4.plane img,
h5.plane img {
  margin: 0;
  max-width: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab15em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab25em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab35em {
  margin-bottom: 35em !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat-10 {
  margin-top: -10px !important;
}

.mat-20 {
  margin-top: -20px !important;
}

.mat-30 {
  margin-top: -30px !important;
}

.mar10 {
  margin-right: 10px !important;
}

.mar20 {
  margin-right: 20px !important;
}

.mal10 {
  margin-left: 10px !important;
}

.mal20 {
  margin-left: 20px !important;
}

.pa0 {
  padding: 0 !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pat15 {
  padding-top: 15px !important;
}

/*font size*/
.font_xs {
  font-size: 0.8em;
}

.font_sm {
  font-size: 0.86em;
}

.font_la {
  font-size: 1.2em;
}

.font_lm {
  font-size: 1.6em;
}

.font_xl {
  font-size: 2em;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.font_0 {
  font-size: 0;
}

.font_plus {
  font-size: 1.07em;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*行間詰め*/
.line_height_min {
  line-height: 1.6;
}

/*文字間*/
.letter {
  letter-spacing: 0.08em;
}

/*タイトル調整用*/
.kerning_tit {
  letter-spacing: 0.27em;
}

.kerning_tit_m {
  letter-spacing: 0.17em;
}

.kerning_tit_m02 {
  letter-spacing: 0.1em;
}

.font_num {
  font-size: 1.05em;
}

/*文字にアンチエイリアスを効かせる*/
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 文章枠用CSS
====================================================================================================================================== */
p,
.common_box .text_box {
  font-size: 1.0625em;
  line-height: 2em;
  margin-bottom: 2em;
}

.list_box p {
  margin-bottom: 0;
}

.list_box img {
  max-width: none;
}

/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

.common_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.common_box .img_box {
  float: left;
  margin-right: 20px;
  max-width: 40%;
  width: auto;
  margin-top: 0.6em;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/*画像3つ並び*/
.photo_3column {
  overflow: hidden;
  text-align: center;
}

.photo_3column img {
  float: left;
  width: 33.3333%;
}

/*画像3つ並び（ページ内）*/
.photo_3column_in {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_3column_in img {
  width: 31.5%;
  height: auto;
}

/*画像2つ並び（ページ内）*/
.photo_2column_in {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_2column_in img {
  width: 48%;
  height: auto;
}

/* ２列入力枠 */
.two_column_box {
  margin: 0 -1.5% 1.5em;
}

.two_column_box .half_box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
}

.two_column_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*お問い合わせ窓口*/
.contact_kakuka {
  background-color: #ecece6;
  border-radius: 6px;
  padding: 1.7em 1.5em 1.3em;
  margin: 2.5em 0;
}

.contact_kakuka h2 {
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  color: #222;
  background: none;
  padding: 0;
  padding-bottom: 0.7em;
  border-bottom: 3px solid #008250;
  margin-bottom: 1em;
}

.contact_kakuka h2 strong {
  font-weight: bold;
  font-size: 1.25em;
}

.contact_kakuka h2:before {
  display: none;
}

.contact_kakuka address {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}

.contact_kakuka address br {
  display: none;
}

.contact_kakuka .tel, .contact_kakuka .email {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.contact_kakuka .tel p, .contact_kakuka .email p {
  font-size: 1.125em;
  margin-right: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
}

.contact_kakuka .tel .larger, .contact_kakuka .email .larger {
  font-size: 1.6em;
  font-weight: bold;
  vertical-align: sub;
  margin-left: 0.2em;
}

.contact_kakuka .email {
  display: block;
  margin-bottom: 1em;
}

.contact_kakuka .kakuka_gotop {
  text-align: right;
}

.contact_kakuka .kakuka_gotop a {
  display: inline-block;
  text-align: left;
  font-size: 1.0625em;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  background-color: #fff;
  background-image: url(../images/icon_arrow_green_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  height: auto;
  line-height: 1.4em;
  border-radius: 1em;
  padding: 0.3em 1.2em 0.3em 2.3em;
}

.contact_kakuka .kakuka_gotop a:hover {
  opacity: 0.7;
}

a.button_link {
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1.3em;
  border-radius: 2.5em;
  padding: 0.5em 1em 0.5em 2.3em;
}

a.button_link, a.button_link:link {
  text-decoration: none;
}

a.button_link + a {
  margin-left: 0.6em;
}

a.button_link:hover {
  opacity: 0.7;
}

a.button_link.button_green {
  background-color: #008250;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  color: #fff;
}

a.button_link.button_green:hover {
  background-position: left 21px center;
}

a.button_link.button_trans {
  background-color: transparent;
  background-image: url(../images/icon_arrow_green_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  color: #222;
}

a.button_link.button_trans:hover {
  background-position: left 21px center;
}

a.button_link.button_lightgreen {
  background-color: #ecece6;
  background-image: url(../images/icon_arrow_green_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  color: #000;
}

a.button_link.button_lightgreen:hover {
  background-position: left 21px center;
}

a.button_link.button_white {
  padding: 0.8em 2.5em 0.8em 2.3em;
  border-radius: 2em;
  background-color: #fff;
  background-image: url(../images/icon_arrow_pink_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  color: #222;
}

a.button_link.button_white:hover {
  background-position: left 21px center;
}

a.button_link.button_pink {
  padding: 0.8em 2.5em 0.8em 2.3em;
  border-radius: 2em;
  background-color: #E13C5F;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  color: #fff;
}

a.button_link.button_pink:hover {
  background-position: left 21px center;
}

/*----- 日吉津村チューリップマラソン -------*/
#conts ul.rhomb_list li {
  position: static;
  font-size: 1.13em;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.75em;
}

#conts ul.rhomb_list li:before {
  content: "";
  background: url(../images/tyumara/mark_rhomb.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
  height: 0.65em;
  position: static;
  margin-right: 0.35em;
}

.times_marathon {
  width: 110px;
  height: 100px;
  background: url(../images/tyumara/ribbon_times.svg) no-repeat center top;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.47em;
  font-weight: bold;
  color: #D23250;
  padding-bottom: 2%;
  margin-bottom: 0;
}

/* 開催概要 */
#summary {
  padding: 3em 0;
}

#summary .header_area {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}

#summary .header_area .catch {
  color: #D23250;
  font-size: 1.33em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

#summary .header_area .event_date {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}

#summary .header_area .event_date .larger {
  font-size: 1.5em;
  margin-left: 0.2em;
}

#summary .header_area .rain_or_shine {
  font-size: 1.13em;
  margin-bottom: 0;
}

#summary .header_area .tonjiru {
  position: absolute;
  top: -90px;
  right: 60px;
  width: 183px;
}

#summary .header_area .tonjiru img {
  width: 100%;
}

#summary table, #summary table th, #summary table td {
  border: none;
}

#summary table th, #summary table td {
  border-top: 3px dotted #F0A500;
  border-bottom: 3px dotted #F0A500;
}

#summary table th {
  background-color: rgba(240, 165, 0, 0.2);
  font-size: 1.4em;
  padding: 1em;
  line-height: 1.5;
  vertical-align: top;
  white-space: nowrap;
}

#summary table th br {
  display: none;
}

#summary table td {
  padding: 1em 2em;
  font-size: 1.15em;
  vertical-align: middle;
}

#summary table td .smaller {
  font-size: 0.85em;
}

#summary table td p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0.9em;
}

#summary table td ul.rhomb_list {
  margin-bottom: 0;
}

#summary table td ul.rhomb_list li {
  font-size: 0.99em;
  margin-bottom: 0.2em;
}

#summary table td ul.rhomb_list li:last-child {
  margin-bottom: 0;
}

#summary .button_area {
  text-align: center;
}

#summary .button_area a {
  font-size: 1.3em;
  padding: 1em 1.5em 1em 3em;
  background-position: left 1.5em center;
}

#summary .button_area a .smaller {
  font-size: 0.9em;
}

/* お申込方法 */
#how_to_apply {
  background: url(../images/tyumara/bg_stripe_orange.gif);
  padding: 3em 0;
}

#how_to_apply h2 {
  background: none;
  padding: 0;
  text-align: center;
  color: #222;
  font-size: 2.2em;
  margin-bottom: 0.5em;
}

#how_to_apply h2:before {
  display: none;
}

#how_to_apply .limit {
  margin-bottom: 3em;
}

#how_to_apply .limit_text {
  text-align: center;
  font-size: 1.66em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 0.6em;
}

#how_to_apply .limit_text br {
  display: none;
}

#how_to_apply .limit_text .larger {
  font-size: 1.5em;
  margin-left: 0.1em;
}

#how_to_apply .note {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}

#how_to_apply .how_to_list {
  display: flex;
  justify-content: center;
  gap: calc((100% - 31% * 3) / 2);
  margin-bottom: 2.5em;
}

#how_to_apply .how_to_list li {
  width: 31%;
  margin-bottom: 0;
}

#how_to_apply .how_to_box {
  background-color: #fff;
  height: 100%;
  border-radius: 7px;
  position: relative;
  padding: 4em 1em 1em;
}

#how_to_apply .how_to_box .icon_area {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

#how_to_apply .how_to_box .icon_area img {
  width: 95px;
}

#how_to_apply .how_to_box h3 {
  text-align: center;
  font-size: 1.45em;
  padding-bottom: 0.3em;
  border-bottom: 2px dotted #333;
  margin-bottom: 0.5em;
}

#how_to_apply .how_to_box p {
  margin-bottom: 0;
}

#how_to_apply .how_to_box p .smaller {
  font-size: 0.8em;
}

#how_to_apply .how_to_box .arrow {
  text-align: center;
  padding: 0.9em 0;
}

#how_to_apply .how_to_box .arrow img {
  width: 30px;
}

#how_to_apply .anotation {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
}

#how_to_apply .appli_contact {
  border-top: 4px dotted #F0A500;
  padding-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#how_to_apply .appli_contact h4 {
  font-size: 1.13em;
  line-height: 1.5;
  color: #222;
  margin-bottom: 0.5em;
}

#how_to_apply .appli_contact p {
  font-size: 1.13em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#how_to_apply .appli_contact address {
  line-height: 1.5;
  font-size: 1.13em;
}

#how_to_apply .text_area {
  width: calc(100% - 400px);
}

#how_to_apply .button_area {
  width: 400px;
}

#how_to_apply .button_area a {
  width: 100%;
  font-size: 1.33em;
  text-align: center;
  padding: 1em 0;
  background-position: left 27px center;
}

/* マラソン概要２ */
#other_area {
  padding: 4em 0 2em;
}

#other_area hr {
  height: 4px;
  border-bottom: 4px dotted #F0A500;
}

#other_area ul.notes {
  margin-bottom: 0;
}

#other_area ul.notes li {
  font-size: 0.96em;
  line-height: 1.5;
  margin-bottom: 0.7em;
}

#other_area ul.notes li:before {
  content: "※";
}

#other_area ul.notes li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #conts .article_list li {
    margin-bottom: 1.3em;
  }
  /*default heading*/
  h1.page_title {
    border-width: 3px;
  }
  /*索引*/
  .list_box .icon_image {
    width: 110px;
  }
  .list_box .main_area {
    width: calc(100% - 110px - 1em);
  }
  .list_box .title {
    padding-left: 0.8em;
    background-size: 11px auto;
  }
  /*横並びボックス*/
  .listbox_2_col {
    width: 48.5%;
    padding: 0;
    margin: 0 0.5% 2em;
  }
  .listbox_2_col a:hover .title_area {
    background-position: right 10px center;
  }
  .listbox_2_col .title_area {
    background-size: 9px auto;
    background-position: right 10px center;
  }
  .listbox_2_col .image_area {
    width: 90px;
  }
  .listbox_2_col .title {
    width: calc(100% - 90px - 2em);
    font-size: 1.125em;
    margin-left: 0.8em;
  }
  .listbox_2_col .comment, .listbox_2_col .comment p {
    font-size: 0.9375em;
  }
  .listbox_2_col.noimage .title {
    padding: 1em 1.3em 1em 1em;
  }
  .listbox_2_col.incomment .text_area {
    width: calc(100% - 90px - 2.7em);
  }
  /*画像*/
  .wide_photo_image {
    margin-top: 1.4em;
  }
  .wide_photo_image.in {
    margin: 1em 0 2em;
  }
  .wide_photo_image .caption {
    font-size: 0.7em;
  }
  /*container*/
  .section_box {
    padding: 0;
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    background-size: auto 13px;
    font-size: 1.125em;
  }
  /*戻る*/
  a.btn.back,
  .btn.back a {
    min-width: 30%;
    background-size: auto 13px;
  }
  /* ２列ボタン */
  .button_2_column .btn {
    width: 49%;
    margin-bottom: 1em;
  }
  /*icon*/
  .btn_icon {
    padding: 2px 0 2px 22px;
    background-size: 10px auto;
    margin-top: 0.6em;
  }
  .btn_icon.back {
    background-size: 8px auto;
  }
  /*wide*/
  a.btn_wide {
    padding: 0.6em 10px;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 -0.6% 1.5em;
  }
  .box_3_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 -0.6% 1.5em;
  }
  .box_2_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  a.button_link {
    font-size: 0.9375em;
    padding: 0.5em 1.2em 0.5em 2.2em;
  }
  a.button_link.button_green {
    background-size: 9px auto;
    background-position: left 15px center;
  }
  a.button_link.button_green:hover {
    background-position: left 15px center;
  }
  a.button_link.button_trans {
    background-size: 9px auto;
    background-position: left 15px center;
  }
  a.button_link.button_trans:hover {
    background-position: left 15px center;
  }
  a.button_link.button_lightgreen {
    background-position: left 15px center;
  }
  a.button_link.button_lightgreen:hover {
    background-position: left 15px center;
  }
  /*----- 日吉津村チューリップマラソン -------*/
  .times_marathon {
    width: 16vw;
    height: 14.56vw;
    font-size: 2.8vw;
  }
  /* 開催概要 */
  #summary .header_area {
    position: static;
  }
  #summary .header_area .tonjiru {
    position: static;
    width: auto;
    margin-top: 1em;
  }
  #summary .header_area .tonjiru img {
    width: 160px;
  }
  #summary table th {
    font-size: 1.3em;
    padding: 1em;
  }
  #summary table td {
    padding: 1em;
    font-size: 1.1em;
  }
  #summary table td p {
    font-size: 1em;
  }
  #summary .button_area a {
    font-size: 1.2em;
  }
  /* お申込概要 */
  #how_to_apply .limit {
    margin-bottom: 4em;
  }
  #how_to_apply .limit_text {
    font-size: 1.6em;
  }
  #how_to_apply .note {
    font-size: 1.1em;
  }
  #how_to_apply .how_to_list {
    display: block;
    margin-bottom: 2.5em;
  }
  #how_to_apply .how_to_list li {
    width: auto;
    margin-bottom: 4em;
  }
  #how_to_apply .how_to_list li:last-child {
    margin-bottom: 0;
  }
  #how_to_apply .how_to_box {
    padding-top: 3.5em;
  }
  #how_to_apply .how_to_box .icon_area img {
    width: 90px;
  }
  #how_to_apply .how_to_box h3 {
    font-size: 1.4em;
  }
  #how_to_apply .how_to_box .arrow img {
    width: 25px;
  }
  #how_to_apply .appli_contact {
    padding-top: 2.5em;
    display: block;
  }
  #how_to_apply .text_area {
    width: auto;
    margin-bottom: 1.5em;
  }
  #how_to_apply .button_area {
    width: auto;
    text-align: center;
  }
  #how_to_apply .button_area a {
    width: 100%;
    max-width: 400px;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 540px) {
  /*news list*/
  #conts .article_list li {
    margin-bottom: 1.2em;
  }
  #conts .article_list li time {
    display: block;
    width: auto;
    margin-bottom: 0.3em;
  }
  #conts .article_list li a {
    display: block;
    width: 100%;
  }
  /*索引*/
  .list_box .icon_image {
    width: 100px;
  }
  .list_box .main_area {
    width: calc(100% - 100px - 1em);
  }
  .list_box .title {
    background-size: 8px auto;
    background-position: left top 0.4em;
  }
  /*横並びボックス*/
  .listbox_2_col {
    display: block;
    width: auto;
    margin: 0 0 2em;
  }
  .listbox_2_col a:hover .title_area {
    background-position: right 8px center;
  }
  .listbox_2_col .title_area {
    background-size: 8px auto;
    background-position: right 8px center;
  }
  .listbox_2_col .image_area {
    width: 90px;
  }
  .listbox_2_col .title {
    width: calc(100% - 90px - 2em);
  }
  .listbox_2_col.incomment .text_area {
    width: calc(100% - 90px - 2.7em);
  }
  /* テーブル */
  table th {
    white-space: normal;
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-size: auto 13px;
    font-size: 1.0625em;
  }
  /* ２列ボタン */
  .button_2_column {
    display: block;
  }
  .button_2_column .btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 0 1.5em;
  }
  .box_3_column .box {
    float: none;
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 0 auto 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 0 1.5em;
  }
  .box_2_column .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .contact_kakuka address br {
    display: block;
  }
  a.button_link {
    width: 49%;
    font-size: 1em;
    line-height: 1.3;
    border-radius: 2em;
    padding: 0.5em 1em 0.5em 2.1em;
    margin-bottom: 0.5em;
  }
  a.button_link.button_green, a.button_link.button_lightgreen, a.button_link.button_trans {
    background-size: 9px auto;
    background-position: left 16px center;
  }
  a.button_link.button_green:hover, a.button_link.button_lightgreen:hover, a.button_link.button_trans:hover {
    background-position: left 16px center;
  }
  /*----- 日吉津村チューリップマラソン -------*/
  #conts ul.rhomb_list li {
    font-size: 1.05em;
  }
  .times_marathon {
    width: 20vw;
    height: 18.2vw;
    font-size: 3.6vw;
  }
  /* 開催概要 */
  #summary .header_area .catch {
    font-size: 4vw;
  }
  #summary .header_area .event_date {
    font-size: 7vw;
  }
  #summary .header_area .rain_or_shine {
    font-size: 1.1em;
  }
  #summary .header_area .tonjiru img {
    width: 150px;
  }
  #summary table th {
    font-size: 1em;
  }
  #summary table th br {
    display: block;
  }
  #summary table td {
    padding: 1em;
    font-size: 0.9em;
  }
  #summary table td p {
    font-size: 1em;
  }
  #summary .button_area a {
    width: 100%;
    font-size: 1.1em;
  }
  /* お申込方法 */
  #how_to_apply h2 {
    font-size: 2em;
  }
  #how_to_apply .limit_text {
    font-size: 5.7vw;
  }
  #how_to_apply .limit_text br {
    display: block;
  }
  #how_to_apply .note {
    font-size: 1em;
  }
  #how_to_apply .how_to_list {
    margin-bottom: 2em;
  }
  #how_to_apply .how_to_box {
    padding-top: 3em;
  }
  #how_to_apply .how_to_box .icon_area img {
    width: 80px;
  }
  #how_to_apply .how_to_box h3 {
    font-size: 1.3em;
  }
  #how_to_apply .anotation {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  #how_to_apply .appli_contact {
    padding-top: 2em;
  }
  #how_to_apply .appli_contact h4 {
    font-size: 1.1em;
  }
  #how_to_apply .appli_contact p, #how_to_apply .appli_contact address {
    font-size: 1em;
  }
  #how_to_apply .text_area {
    width: auto;
    margin-bottom: 1.5em;
  }
  #how_to_apply .button_area a {
    font-size: 1.05em;
  }
  /* マラソン概要２ */
  #other_area {
    padding: 2.5em 0 2em;
  }
  #other_area ul.notes li {
    font-size: 0.95em;
  }
}
