@charset "UTF-8";
.c1 {
  color: #4B1D87;
}

.c2 {
  color: #94CA14;
}

.c3 {
  color: #DA7E81;
}

.c4 {
  color: #F4F3F5;
}

.c5 {
  color: linear-gradient(93deg, #442A65, #54197B);
}

.c6 {
  color: linear-gradient(93deg, #94CA14, #3FBC4C);
}

.c7 {
  color: linear-gradient(93deg, #DA7E81, #C90668);
}

.entry .page_menu > p a, .ul_2 > li a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.entry img {
  max-width: 100%;
  height: auto;
}

@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .entry--wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .entry--wrap {
    margin-bottom: 40px;
  }
}

.entry a {
  color: #0068B4;
}

.entry a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.entry a:hover img {
  opacity: 0.5;
}

.entry main {
  text-align: left;
}

.entry section {
  padding-bottom: 60px;
}

.entry--txt,
.entry p {
  margin-bottom: 30px;
  line-height: 1.86;
}

.entry .h_1 {
  font-size: 2.6rem;
  padding: 0px 0px 0px 15px;
  margin-bottom: 25px;
  border-left: 5px solid #4B1D87;
  clear: both;
}
.entry .h_1 span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .entry .h_1 span {
    float: right;
    position: relative;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .entry .h_1 span {
    display: block;
  }
}
.entry .h_1:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .entry .h_1 {
    font-size: 2.2rem;
  }
}

.entry--hl_2,
.entry h2:not(.h_none) {
  padding-bottom: 5px;
  font-size: 2.2rem;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .entry--hl_2 strong,
.entry h2:not(.h_none) strong {
    position: relative;
  }
}
.entry--hl_2 strong:after,
.entry h2:not(.h_none) strong:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 1px;
  background: #4B1D87;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .entry--hl_2 strong:after,
.entry h2:not(.h_none) strong:after {
    position: absolute;
    left: 0;
    bottom: -8px;
  }
}
.entry--hl_2 strong i,
.entry h2:not(.h_none) strong i {
  margin-right: 5px;
  font-size: 3rem;
  vertical-align: middle;
}
.entry--hl_2 span,
.entry h2:not(.h_none) span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .entry--hl_2 span,
.entry h2:not(.h_none) span {
    float: right;
    position: relative;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .entry--hl_2 span,
.entry h2:not(.h_none) span {
    display: block;
  }
}
.entry--hl_2:not(:first-child),
.entry h2:not(.h_none):not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .entry--hl_2,
.entry h2:not(.h_none) {
    font-size: 2rem;
  }
  .entry--hl_2 strong:after,
.entry h2:not(.h_none) strong:after {
    display: none;
  }
}

.entry--hl_3,
.entry h3:not(.h_none) {
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #F4F3F5;
  font-weight: bold;
  margin-bottom: 20px;
  clear: both;
}

.entry--hl_4,
.entry h4:not(.h_none) {
  font-size: 20px;
  font-weight: bold;
  color: #94CA14;
  margin-bottom: 20px;
  clear: both;
}
.entry--hl_4:before,
.entry h4:not(.h_none):before {
  content: "■";
  margin-right: 0.2em;
}

.entry--hl_5 {
  background: #4B1D87;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.entry--hl_6,
.entry h6:not(.h_none) {
  font-weight: bold;
  background: #4B1D87;
  color: #FFF;
  padding: 10px 15px;
  clear: both;
}

/*.entry h5 {
	font-size: 1.15em;
	font-weight: bold;
	color: #252525;
	padding: 5px 0 0 0;
	margin-bottom: 20px;
	clear: both;
}*/
.entry .icon_pdf {
  border: 1px solid #EE0C0D;
  border-radius: 4px;
  color: #EE0C0D;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url(../image/layout/icon_pdf.png);
  background-size: 11px auto;
  padding: 0 7px 0 20px;
}

a.link_blank {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #4B1D87;
  color: #4B1D87;
  text-decoration: none;
}

a.link_blank:before {
  font-family: "Material Icons";
  content: "web";
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1;
}

a.link_pdf {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #4B1D87;
  color: #4B1D87;
  text-decoration: none;
}

a.link_pdf span {
  margin-left: 10px;
}

/*
.entry a.word {
	background-image: url(../image/layout/icon_link_word.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 41px 18px;
	padding-right: 50px;
}
.entry a.excel {
	background-image: url(../image/layout/icon_link_excel.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 41px 18px;
	padding-right: 50px;
}
.entry a.link {
	background-image: url(../image/layout/icon_link_blank.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px 21px;
	padding-right: 30px;
}*/
.entry .img_w100 {
  margin-bottom: 10px;
}

.entry .img_w100 img {
  width: 100%;
  height: auto;
}

.entry .alignleft img,
.entry .alignright img {
  margin-bottom: 10px;
}

.entry .alignleft {
  float: left;
  margin: 0 30px 40px 0;
}

.entry .alignright {
  float: right;
  margin: 0 0 40px 30px;
}

.entry .img_list {
  margin-bottom: 40px;
}

.entry .img_list ul {
  zoom: 1;
}

.entry .img_list ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.entry .img_list ul > li {
  display: inline-block;
  width: 30%;
  margin-right: 4%;
  margin-bottom: 40px;
  background: none;
  padding-left: 0;
  vertical-align: top;
}

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

.entry .img_list figure img {
  width: 100%;
  height: auto;
}

.entry .img_list figcaption {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .entry .alignleft {
    float: none;
    margin: 0 0 10px 0;
  }

  .entry .alignright {
    float: none;
    margin: 0 0 10px 0px;
  }

  .entry .img_list ul > li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.entry .anchor {
  margin-bottom: 20px;
}

.entry .anchor ul {
  zoom: 1;
}

.entry .anchor ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.entry .anchor li {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  background-image: url(../image/layout/icon_arrow_5.png);
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 12px 8px;
  padding-left: 20px;
}

.entry table.tbl_ol {
  margin-bottom: 50px;
}
.entry table.tbl_ol th, .entry table.tbl_ol td {
  padding-bottom: 0.75em;
}
.entry table.tbl_ol th:last-child, .entry table.tbl_ol td:last-child {
  padding-bottom: 0;
}

.entry table.tbl_history {
  width: 100%;
  margin-bottom: 50px;
}
.entry table.tbl_history tr:first-child th, .entry table.tbl_history tr:first-child td {
  padding-top: 0;
}
.entry table.tbl_history th {
  width: 120px;
}
.entry table.tbl_history th, .entry table.tbl_history td {
  border-bottom: 1px solid #E2E2E2;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

table.entry--tbl_form,
.entry table {
  width: 100%;
  font-size: 1.4rem;
}
table.entry--tbl_form .error,
.entry table .error {
  color: #C90003;
}
table.entry--tbl_form thead th,
.entry table thead th {
  text-align: center;
  padding: 15px;
  background-color: #94CA14;
  border: 1px solid #FFF;
  color: #FFF;
}
table.entry--tbl_form tbody th,
.entry table tbody th {
  width: 250px;
  text-align: right;
  padding: 15px 15px;
  background-color: #F4F3F5;
  vertical-align: middle;
  border: 1px solid #CCC;
}
table.entry--tbl_form tbody th.check:after,
.entry table tbody th.check:after {
  content: "必 須";
  margin-left: 15px;
  padding: 2px 10px;
  background: #DA7E81;
  font-size: 1.1rem;
  font-weight: normal;
  color: #FFF;
  display: inline-block;
}
@media (max-width: 767px) {
  table.entry--tbl_form tbody th,
.entry table tbody th {
    text-align: left;
    color: #4B1D87;
    font-weight: bold;
  }
}
table.entry--tbl_form tbody td,
.entry table tbody td {
  padding: 15px 15px;
  background: #FFF;
  border: 1px solid #DDD;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  table.entry--tbl_form tbody td input[type=text] + input[type=text],
.entry table tbody td input[type=text] + input[type=text] {
    margin-left: 10px;
  }
}
table.entry--tbl_form tbody td input[type=text],
table.entry--tbl_form tbody td input[type=password],
table.entry--tbl_form tbody td textarea,
table.entry--tbl_form tbody td input[id*=ZipCode],
table.entry--tbl_form tbody td input[id*=zipCode],
.entry table tbody td input[type=text],
.entry table tbody td input[type=password],
.entry table tbody td textarea,
.entry table tbody td input[id*=ZipCode],
.entry table tbody td input[id*=zipCode] {
  font-size: 16px;
}
@media (max-width: 767px) {
  table.entry--tbl_form,
.entry table {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  table.entry--tbl_form tbody,
.entry table tbody {
    display: block;
    width: 100%;
  }
  table.entry--tbl_form tbody tr,
.entry table tbody tr {
    display: block;
    width: 100%;
  }
  table.entry--tbl_form tbody tr th, table.entry--tbl_form tbody tr td,
.entry table tbody tr th,
.entry table tbody tr td {
    display: block;
    width: 100%;
  }
  table.entry--tbl_form tbody tr th input[type=text],
table.entry--tbl_form tbody tr th input[type=password],
table.entry--tbl_form tbody tr th textarea, table.entry--tbl_form tbody tr td input[type=text],
table.entry--tbl_form tbody tr td input[type=password],
table.entry--tbl_form tbody tr td textarea,
.entry table tbody tr th input[type=text],
.entry table tbody tr th input[type=password],
.entry table tbody tr th textarea,
.entry table tbody tr td input[type=text],
.entry table tbody tr td input[type=password],
.entry table tbody tr td textarea {
    max-width: 100% !important;
    width: 100% !important;
  }
  table.entry--tbl_form tbody tr th input[id*=ZipCode],
table.entry--tbl_form tbody tr th input[id*=zipCode], table.entry--tbl_form tbody tr td input[id*=ZipCode],
table.entry--tbl_form tbody tr td input[id*=zipCode],
.entry table tbody tr th input[id*=ZipCode],
.entry table tbody tr th input[id*=zipCode],
.entry table tbody tr td input[id*=ZipCode],
.entry table tbody tr td input[id*=zipCode] {
    width: auto !important;
  }
  table.entry--tbl_form tbody tr th input[type=text] + input[type=text], table.entry--tbl_form tbody tr td input[type=text] + input[type=text],
.entry table tbody tr th input[type=text] + input[type=text],
.entry table tbody tr td input[type=text] + input[type=text] {
    margin-top: 10px;
  }
}

.tbl_cart {
  padding: 30px;
  border: 1px solid #CCC;
  margin-bottom: 30px;
}
.tbl_cart table {
  width: 100%;
  font-size: 1.4rem;
}
.tbl_cart table tbody th {
  padding: 10px 15px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  vertical-align: middle;
}
.tbl_cart table tbody td {
  position: relative;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .tbl_cart table tbody td:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    height: calc(100% - 20px);
    width: 1px;
    background: #CCC;
  }
}
.tbl_cart table tbody td:last-child:after {
  display: none;
}
.tbl_cart table tbody td.es__cart_formTable_cell_images {
  width: 50px;
}
.tbl_cart table tbody td img {
  max-width: 45px;
}
@media (min-width:768px) and (max-width:991px), (min-width:992px) and (max-width:1199px), (min-width: 1200px) {
  .tbl_cart table em.sp_come {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tbl_cart table {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .tbl_cart table tbody {
    display: block;
    width: 100%;
  }
  .tbl_cart table tbody tr {
    display: block;
    width: 100%;
  }
  .tbl_cart table tbody tr:first-child {
    border-bottom: none;
    display: none;
  }
  .tbl_cart table tbody tr:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
  }
  .tbl_cart table tbody tr th {
    display: none;
  }
  .tbl_cart table tbody tr td {
    display: block;
    padding: 0;
  }
  .tbl_cart table tbody tr td input[type=text],
.tbl_cart table tbody tr td input[type=password],
.tbl_cart table tbody tr td textarea {
    max-width: 100%;
    width: 100%;
  }
  .tbl_cart table tbody tr td input[id*=ZipCode] {
    width: auto !important;
  }
  .tbl_cart table tbody tr td input[type=text] + input[type=text] {
    margin-top: 10px;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_images {
    float: left;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_itemName {
    margin-left: 65px;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_subTotalPrice {
    display: none;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_inQty, .tbl_cart table tbody tr td.es__cart_formTable_cell_delete, .tbl_cart table tbody tr td.es__cart_formTable_cell_unitPrice {
    clear: both;
    display: inline-block;
    margin-right: -4px;
    padding: 10px 10px 0;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_inQty {
    width: 30%;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_delete {
    width: 20%;
  }
  .tbl_cart table tbody tr td.es__cart_formTable_cell_unitPrice {
    width: 50%;
  }
  #base .tbl_cart table tbody tr td.es__history1_formTable_order_cell_no.pos_ac {
    text-align: left;
  }
  .tbl_cart table tbody tr td em.sp_come {
    background: #AAA;
    font-size: 1.2rem;
    margin-right: 7px;
    font-weight: normal;
    padding: 0 10px;
    color: #FFF;
  }
  .tbl_cart table tbody tr td em.sp_come.-l {
    display: block;
    margin: 10px 0 7px;
  }
}
@media (max-width: 767px) {
  .tbl_cart {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

table.tbl_total {
  padding: 30px;
  background: #F4F3F5;
  margin-bottom: 50px;
  width: 100%;
  font-size: 1.4rem;
}
table.tbl_total tbody th {
  text-align: right;
  padding: 10px 15px;
}
table.tbl_total tbody td {
  position: relative;
  padding: 10px 15px;
  font-size: 1.4rem;
  color: #4B1D87;
  width: 150px;
}

table.tbl_form.mb30 {
  margin-bottom: 30px;
}

.entry--ul_1,
.entry ul:not(.ul_2):not(.ul_none) {
  padding-left: 1em;
}
.entry--ul_1 > li,
.entry ul:not(.ul_2):not(.ul_none) > li {
  background-image: url(../image/layout/icon_list.jpg);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 15px 15px;
  padding-left: 22px;
  margin-bottom: 7px;
}
.entry--ul_1 > li:last-child,
.entry ul:not(.ul_2):not(.ul_none) > li:last-child {
  margin-bottom: 0;
}

.ul_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .ul_2 {
    margin-right: 0;
  }
}
.ul_2 > li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ul_2 > li {
    width: 100%;
    margin-right: 0;
  }
}
.ul_2 > li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #4B1D87;
  color: #FFF;
  font-weight: bold;
  border: 2px solid #4B1D87;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
}
.ul_2 > li a:hover {
  color: #4B1D87;
  background: #FFF;
}

.entry ul.list_box_c3 {
  margin-bottom: 40px;
  zoom: 1;
}

.entry ul.list_box_c3:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.entry ul.list_box_c3 li {
  float: left;
  width: 30%;
  margin-right: 5%;
  background-image: url(../image/content/sub/primary_list_icon.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: 10px 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}

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

.entry ul.list_box_c3 li a {
  text-decoration: underline;
}

.entry ul.list_box_c3 li a:hover {
  text-decoration: none;
}

.entry .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.entry .page_link > p {
  width: calc(20% - 20px);
  margin-bottom: 20px;
}
.entry .page_link > p a {
  display: block;
  padding: 7px 0;
  border: 1px solid #4B1D87;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.entry .page_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  background: #94CA14;
  padding: 30px 30px 10px;
}
.entry .page_menu > p {
  width: calc(33.333% - 15px);
  margin-bottom: 20px;
}
.entry .page_menu > p a {
  display: block;
  position: relative;
  padding: 20px 10px 20px 50px;
  background: #FFF;
  text-decoration: none;
  color: #222;
}
.entry .page_menu > p a:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 22px;
  color: #4B1D87;
}
.entry .text_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.entry .text_message .hl {
  min-width: 100px;
  margin-top: 30px;
}
.entry .text_message > p:last-child {
  position: relative;
  margin-left: 40px;
  padding: 30px;
  background: #FCF3E9;
}
.entry .text_message > p:last-child:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FCF3E9;
}
.entry .link_box {
  padding: 40px 0;
  border: 5px solid #94CA14;
  text-align: center;
}
.entry .link_box .icon {
  margin-bottom: 0px;
  padding-top: 40px;
}
.entry .link_box .icon i {
  font-size: 70px;
  color: #4B1D87;
  line-height: 0;
}
.entry .link_box .hl {
  font-size: 22px;
  font-weight: 500;
}
.entry .link_box p {
  margin-bottom: 20px;
}
.entry .link_box .link {
  display: inline-block;
}
.entry .link_box .link:before {
  content: "filter_none";
  font-family: "Material Icons";
  margin-right: 10px;
  font-size: 22px;
  color: #999;
  vertical-align: middle;
}
.entry .link_box .link a {
  font-size: 18px;
}
.entry .link_box .comment {
  margin-bottom: 0;
}
.entry .chairman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry .chairman .image {
  width: 190px;
}
.entry .chairman .image .photo {
  margin-bottom: 15px;
}
.entry .chairman .image .name {
  text-align: center;
  font-size: 22px;
}
.entry .chairman .image .name span {
  display: block;
  font-size: 11px;
  color: #4B1D87;
  line-height: 1.7;
}
.entry .chairman .text {
  width: calc(100% - 230px);
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .entry ul.list_box_c3 li {
    float: left;
    width: 48%;
  }

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

  .entry ul.list_box_c3 li:nth-child(even) {
    margin-right: 0;
  }

  .entry ul.list_box_c3 li:nth-child(odd) {
    margin-right: 4%;
  }

  .entry ul.list_box_c3 li a {
    text-decoration: underline;
  }

  .entry ul.list_box_c3 li a:hover {
    text-decoration: none;
  }
}
.entry ol {
  margin-bottom: 40px;
  margin-left: 20px;
}

.entry ol > li {
  list-style-type: decimal;
  padding-left: 0;
  margin-bottom: 20px;
}

.entry ol > li:last-child {
  margin-bottom: 0;
}

.entry a.mokuji1 {
  font-size: 1.15em;
  display: inline-block;
  width: calc(50% - 10px);
  border: 1px solid #D4D4D4;
  border-left: 8px solid #0068B4;
  background-image: url(../image/layout/icon_arrow_4.png);
  background-repeat: no-repeat, repeat-y;
  background-position: center right 10px;
  background-size: 14px 16px;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

.entry a.mokuji1:nth-child(2n) {
  position: relative;
  right: -16px;
}

@media screen and (max-width: 767px) {
  .entry a.mokuji1 {
    width: 100%;
    position: relative;
    right: 0px !important;
  }
}
.entry dl {
  margin-bottom: 20px;
  float: left;
  width: 48%;
  margin-right: 4%;
}

.entry dl:nth-child(even) {
  margin-right: 0;
}

.entry dl > dt {
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: #0068B4;
  background: #F2F2F2;
  padding: 22px 17px;
  margin-bottom: 20px;
  clear: both;
}

.entry dl > dd {
  padding: 5px 0 5px 20px;
  display: block;
  color: #0C5CAB;
  background-image: url(../image/layout/icon_arrow_4.png);
  background-repeat: no-repeat;
  background-position: left top 10px;
  background-size: 10px 11px;
}

.entry dl > dd a {
  color: #4E4E4E;
}

.entry dl > dd:last-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .entry dl {
    margin-bottom: 20px;
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.entry .yearevent {
  margin-bottom: 40px;
}

.entry .yearevent h3 {
  font-size: 1.5em;
  font-weight: normal;
  color: #252525;
  padding: 0 5px 0 15px;
  margin-bottom: 20px;
  background: none;
}

.entry .yearevent_year > ul {
  zoom: 1;
}

.entry .yearevent_year > ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.entry .yearevent_year > ul > li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
  zoom: 1;
  background: none;
  padding-left: 0;
}

.entry .yearevent_year > ul > li:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.entry .yearevent_year > ul > li:nth-child(even) {
  margin-right: 0;
}

.entry .yearevent_year > ul > li .yearevent_year_left {
  float: left;
  width: 70px;
  height: 70px;
}

.entry .yearevent_year > ul > li .yearevent_year_left span {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #CCC;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
}

.entry .yearevent_year > ul > li .yearevent_year_right {
  margin-left: 90px;
}

.entry .yearevent_year > ul > li.yearevent_year_s1 .yearevent_year_left span {
  background-color: #FA779E;
}

.entry .yearevent_year > ul > li.yearevent_year_s1 .yearevent_year_title {
  color: #FA779E;
}

.entry .yearevent_year > ul > li.yearevent_year_s2 .yearevent_year_left span {
  background-color: #14CFB6;
}

.entry .yearevent_year > ul > li.yearevent_year_s2 .yearevent_year_title {
  color: #14CFB6;
}

.entry .yearevent_year > ul > li.yearevent_year_s3 .yearevent_year_left span {
  background-color: #FF916D;
}

.entry .yearevent_year > ul > li.yearevent_year_s3 .yearevent_year_title {
  color: #FF916D;
}

.entry .yearevent_year > ul > li.yearevent_year_s4 .yearevent_year_left span {
  background-color: #00B2DC;
}

.entry .yearevent_year > ul > li.yearevent_year_s4 .yearevent_year_title {
  color: #00B2DC;
}

.entry .yearevent_info h3 {
  color: #FB9421;
  font-weight: bold;
  padding-left: 0;
}

.entry .yearevent_info p {
  margin-bottom: 20px;
}

.entry .yearevent_info_img {
  margin-bottom: 40px;
}

.entry .yearevent_info_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .entry .yearevent_year > ul > li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry h2 {
    margin: 0 -15px 25px;
    padding: 15px 15px;
    font-size: 22px;
  }

  .entry h3 {
    font-size: 18px;
  }

  .entry h4 {
    font-size: 18px;
  }

  .entry dl dt {
    padding: 10px 15px;
    font-size: 16px;
  }

  .entry .anchor {
    margin-bottom: 0px;
  }

  .entry ul {
    margin-bottom: 20px;
  }

  .entry ul li {
    margin-bottom: 5px;
  }

  .entry ol li {
    margin-bottom: 5px;
  }

  .entry p {
    margin-bottom: 30px;
  }

  .entry .anchor li {
    margin-bottom: 10px;
  }
}
.entry--icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry--icon_list .unit {
  width: calc(20% - 16px);
  max-width: 167px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.entry--icon_list .unit p {
  text-align: center;
  line-height: 1.4 !important;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .entry--icon_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry--icon_list .unit {
    width: calc(50% - 15px);
    padding: 0;
  }
}

.entry--tbl_contact th, .entry--tbl_contact td {
  vertical-align: middle;
}
.entry--tbl_contact th {
  padding-right: 15px;
  font-size: 5rem;
  color: #4B1D87;
}
.entry--tbl_contact th i {
  color: #4B1D87;
}
.entry--tbl_contact td {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .entry--tbl_contact td {
    font-size: 2.2rem;
  }
}
.entry--tbl_contact td a {
  text-decoration: none;
}
.entry--tbl_contact td strong {
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .entry--tbl_contact td strong {
    display: block;
    position: relative;
    left: -0.5em;
  }
}