@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
}
#container.fixed {
    position: fixed;
    width: 100%;
}

@media print, screen and (max-width: 768px) {
  .sp_none { display: none; }
}
@media print, screen and (min-width: 769px) {
  .pc_none { display: none; }
}

@media print, screen and (max-width: 425px) {
  .sp_block { display: block; }
}

.font_mincho {
	font-family: 'Noto Serif JP';
}

/*---------------------------------------------------------------------
	Slider content
---------------------------------------------------------------------*/
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.slick-slider {
  display: none;
}

/*slick-initializedクラスが付与されたら*/
.slick.slick-initialized {
  display: block; 
}

/*---------------------------------------------------------------------
	alert_box
---------------------------------------------------------------------*/
.alert_box {
  padding: 10px;
  background: #B20000;
}
.alert_box .inner {
  background: #fff;
  padding: 12px;
  border: 4px solid #FF8A92;
  max-width: 1200px;
  margin: 0 auto;
}
.alert_box .head {
  background: #B20000;
  padding: 10px;
  position: relative;
}
.alert_box .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.alert_box .link {
  position: absolute;
  right: 8px;
  top: 8px;
}
.alert_box .link a {
  color: #000;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 2px 20px 2px 10px;
}
.alert_box .link a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #E60011;
}

.alert_box .list {}
.alert_box .list li {}
.alert_box .list a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #BFBFBF;
  padding: 5px;
  padding-left: 20px;
  position: relative;
}
.alert_box .list a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #B20000;
}
.alert_box .list .date {
  color: #707070;
  font-size: 1.4rem;
}
.alert_box .list .title {
  text-decoration: underline;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .alert_box {
    padding: 30px;
  }
  .alert_box .ttl {
    font-size: 2.4rem;
  }
  .alert_box .link a {
    width: 200px;
    padding: 6px;
    transition: .3s;
  }
  .alert_box .link a::before {
    right: 8px;
    top: 14px;
  }
  .alert_box .link a:hover {
    background: #fff4bd;
  }
  .alert_box .list a {
    display: table;
    width: 100%;
    padding: 10px 10px 10px 20px;
    transition: .3s;
  }
  .alert_box .list a:hover {
    border-bottom-color: #B20000;
    background: #fff4bd;
  }
  .alert_box .list .date {
    display: table-cell;
    vertical-align: top;
    font-size: 1.6rem;
    width: 140px;
    padding-top: 4px;
  }
  .alert_box .list .title {
    display: table-cell;
    vertical-align: top;
    font-size: 2rem;
  }
  .alert_box .list a::before {
    top: 22px;
  }
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: relative;
  z-index: 100;
}

.site_logo {
  float: left;
  width: 60%;
  max-width: 300px;
  line-height: 1;
  vertical-align: top;
}

.header_menu {
  display: none;
}

/*--- fixed ---*/
#site_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}


/* pc */
@media print, screen and (min-width: 1280px) {
  #site_header {
    padding: 15px 110px 15px 15px;
  }
  .site_logo {
    margin-top: 7px;
  }
  .header_menu {
    display: block;
    float: right;
    text-align: right;
  }
  .g_navi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .g_navi > li {}
  .g_navi > li + li { margin-left: 10px;}
  .g_navi > li > a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    transition: .3s;
    background: #ebebeb;
  }
  .g_navi > li > a:hover {
    color: #019FE8;
  }
    
}


/*----- btn_site_navi -----*/
.btn_site_navi {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.btn_site_navi a {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #019FE8;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.btn_site_navi .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  background: #fff;
  width: 26px;
  height: 2px;
  margin-top: -15%;
}
.btn_site_navi .line::before,
.btn_site_navi .line::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: .3s;
}
.btn_site_navi .line::before {
  top: -6px;
}
.btn_site_navi .line::after {
  top: 6px;
}
.btn_site_navi .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}


/*.btn_site_navi.open .line { background: none; }
.btn_site_navi.open .line::before {transform: rotate(45deg);top: 0;}
.btn_site_navi.open .line::after { transform: rotate(-45deg); top:0;}*/

/* pc_l */
@media print, screen and (min-width: 1460px) {
  .btn_site_navi {
    width: 94px;
  }
  .btn_site_navi a { font-size: 1.3rem; }
}


/*----- site_navi -----*/
.site_navi {
  /*display: none;*/
  background: #ccc;
  position: fixed;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 100;
  padding: 60px 20px 20px;
  transition: .8s;
  opacity: 0;
  max-width: 600px;
}
.site_navi .inner {
  height: 100%;
  overflow-y: scroll;
}
.site_navi .search_form {}
.close_site_navi {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.close_site_navi a {
  display: block;
  width: 70px;
  height: 70px;
}
.close_site_navi .line {
    position: absolute;
    left: 130%;
    top: 50%;
    width: 26px;
    margin-left: -13px;
  transition: all .5s ease .5s;
}
.close_site_navi .line::before,
.close_site_navi .line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #008ECF;
  transition: all .3s ease 1s;
}
.close_site_navi .line::before { top: -9px; }
.close_site_navi .line::after { top: 3px; }

.site_navi.open {
  right: 0;
  opacity: 1;
}
.open .close_site_navi .line {
  left: 50%;
}
.open .close_site_navi .line::before {
    top: -3px;
    transform: rotate(-45deg);
}
.open .close_site_navi .line::after {
    transform: rotate(45deg);
    top: -3px;
}

.site_navi_links .menu_01 {
  margin-bottom: 20px;
}
.site_navi_links .menu_01 li {
  margin-bottom: 3px;
}
.site_navi_links .menu_01 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #00468C;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_01 li a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #92DDFF;
    border-bottom: 2px solid #92DDFF;
    transform: rotate(-45deg);
    margin-top: -4px;
}

.site_navi_links .menu_02 {}
.site_navi_links .menu_02 .item {}
.site_navi_links .menu_02 .item > ul > li {
  margin-bottom: 5px;
}
.site_navi_links .menu_02 .item > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #92DDFF;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_02 .item > ul > li > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #92DDFF;
  border-bottom: 2px solid #92DDFF;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .item .pull_btn::before {
  transform: rotate(45deg);
  margin-top: -6px;
  transition: .5s;
}
.site_navi_links .menu_02 .item .pull_btn.open::before {
  transform: rotate(225deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .pull_link {
  display: none;
  padding: 10px;
  background: #c7eeff;
}
.site_navi_links .menu_02 .pull_link li {}
.site_navi_links .menu_02 .pull_link li + li {
    border-top: 1px dotted #009fe8;
}
.site_navi_links .menu_02 .pull_link a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  padding: 5px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .site_navi { padding-top: 80px; }
  .close_site_navi a { height: 77px; }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .site_navi {
    padding: 100px 40px 40px;
  }
  .site_navi .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: inherit;
  }
  
  .site_navi_links .menu_01 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_01 li {
    display: table-cell;
    vertical-align: top;
  }
  .site_navi_links .menu_01 li + li {
    padding-left: 5px;
  }
  .site_navi_links .menu_01 li a {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 11px 10px 20px;
  }
  .site_navi_links .menu_01 li a:hover {
    transition: .3s;
    background-color: #FC841A;
  }
  .site_navi_links .menu_01 li a::before {
    transform: rotate(45deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    margin-left: -2px;
  }
  .site_navi_links .menu_01 li a:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  
  .site_navi_links .menu_02 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_02 .item {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    text-align: left;
    border-right: 1px dashed #BFBFBF;
  }
  .site_navi_links .menu_02 .item:first-child {
    padding-left: 10px;
  }
  .site_navi_links .menu_02 .item ul + ul {
    margin-top: 30px;
  }
  .site_navi_links .menu_02 .item > ul > li > a {
    border: none;
    padding: 5px;
    font-weight: 500;
  }
  .site_navi_links .menu_02 .item > ul > li > a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  .site_navi_links .menu_02 .item > ul > li > a::before {
    display: none;
  }
  .site_navi_links .menu_02 .pull_link {
    display: block;
    background: none;
    padding: 0 0 0 20px;
  }
  .site_navi_links .menu_02 .pull_link li + li {
    border-top: none;
  }
  .site_navi_links .menu_02 .pull_link a {
    font-size: 1.5rem;
    padding: 2px;
  }
  .site_navi_links .menu_02 .pull_link a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  
}

/* pc_l */
@media print, screen and (min-width: 1460px) {
}

/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {
  margin: 10px auto 30px;
}
.topic_path_top > ol {
  font-size: 13px;
  font-size: 1.3rem;
}
.topic_path_top > ol > li {
  display: inline;
}
.topic_path_top > ol > li + li::before {
  content: ">";
  margin: 0 5px;
}
.topic_path_top > ol > li a {
  text-decoration: underline;
}
.topic_path_top > ol > li:last-child a {
    text-decoration: none;
    color: #333;
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
.pagebody_inner {
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto;
}
.pagebody_inner_02 {
    max-width: 1760px;
    padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .pagebody_inner_02 {
    padding: 0 40px;
  }
  .pagebody_inner_02 .pagebody_inner { padding: 0; }
}

/*--------------------------------------------------
	alpha
--------------------------------------------------*/
#alpha {
}

/* pc */
@media print, screen and (min-width: 1280px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
}


/*--------- text -----------*/
.page_ttl {
  color: #007FB9;
  font-size: 2.2rem;
  font-weight: 500;
  background: #eee;
  padding: 25px 10px;
  line-height: 1.4;
}
.page_ttl span {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .page_ttl {
    font-size: 3rem;
  }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .page_ttl {
    font-size: 3.4rem;
    padding: 35px;
  }
}

.content1 {
  line-height: 1.8;
}
.content1 p {
  margin: 1em 0;
}
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}
.content1 div > p {
  margin-top: 0;
}

/* headline */
.content1 * + h2 {
  margin-top: 100px;
}
.content1 * + h3 {
  margin-top: 80px;
}
.content1 * + h4 {
  margin-top: 40px;
}
.content1 * + h5 {
  margin-top: 20px;
}
.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

.lead_01,
.content1 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.lead_02,
.content1 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BDBDBD;
  position: relative;
}
.lead_02::before,
.content1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background: #009FE8;
}
.lead_03,
.content1 h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #707070;
}
.lead_04,
.content1 h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.lead_05 { color: #224262; font-weight: 500; font-size: 1.8rem; }
.lead_06 { color: #B55C5C; font-weight: 500; font-size: 1.8rem; }
.lead_07 { color: #333333; font-weight: 500; font-size: 1.8rem; }

/* pc */
@media print, screen and (min-width: 1280px) {
  .lead_01,
  .content1 h2 {
    font-size: 3.2rem;
    min-height: 140px;
    padding: 20px 25px;
    margin-bottom: 35px;
  }
  
  .lead_02,
  .content1 h3 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  
  .lead_03,
  .content1 h4 { font-size: 2.8rem; padding-bottom: 12px; }
  
  .lead_04,
  .content1 h5 { font-size: 2.6rem; }
  
  .lead_05,
  .lead_06,
  .lead_07 { font-size: 2.4rem; }
}


.fc_01 { color: #D80000; }

.modified_date {
  color: #333;
  font-size: 86.66%;
  margin-bottom: 20px;
  text-align: right;
}

/*--------- btn -----------*/
a.btn_01 {
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    background: #fff url("/image/icon/arrow_01.png") no-repeat right 10px center;
    min-width: 31.66%;
    padding: 10px 30px;
    font-size: 1.4rem;
    border-radius: 3px;
}

/* pc */
@media screen and (min-width: 1280px) {
	a.btn_01 {
		padding: 18px 30px;
	}
	a.btn_01 {
    transition: .3s;
  }
	a.btn_01:hover {
    color: #fff;
    background-color: #008ECF;
    background-image: url("/image/icon/arrow_01_w.png");
  }
}


/*--------- bg -----------*/
.bg_box_01 {
  background: #F0F7F6;
  padding: 10px 15px;
}
.bg_box_02 {
  background: #F6F5EE;
  padding: 10px 15px;
}
.bg_box_03 {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

/*--------- template -----------*/
.fll_img { margin-bottom: 15px; }
.flr_img { margin-bottom: 15px; }

.sp_flr_img {
    float: right;
    margin: 0 0 0 20px;
}
.sp_fll_img {
    float: left;
    margin: 0 20px 0 0;
}

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

.fl_over {
  overflow: hidden;
}

@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

.list_2column .width_auto,
.list_3column .width_auto {
	width: auto;
}

/* list_2column */
.list_2column {}
.list_2column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_2column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item { margin-top: 0; }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* list_3column */
.list_3column {}
.list_3column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_3column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_3column .item + .item { margin-top: 0; }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}

/* list_4column */
.list_4column {
  display: flex;
  flex-wrap: wrap;
}
.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_4column .item,
  .list_4column .item:nth-child(2n){
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}

/* list_5column */
.list_5column {
  display: flex;
  flex-wrap: wrap;
}
.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_5column .item,
  .list_5column .item:nth-child(2n){
    width: 18%;
  }
  
  .list_5column .item:nth-child(2n){
    margin-right: 2.5%;;
  }
  
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}

.contact_box {
  background: #fafafa;
  padding: 15px 20px;
  border: 3px solid #133775;
}
* + .contact_box {
  margin-top: 60px;
}

/*--------- list_index -----------*/
* + .list_index {
  margin-top: 60px;
}
.list_index {}
.list_index .item {}
.list_index .item + .item  {
  margin-top: 15px;
}
.list_index .item > a {
    color: #000;
    text-decoration: none;
    position: relative;
    border: 1px solid #bfbfbf;
  display: table;
    width: 100%;
}
.list_index .item .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.list_index .item .thumb span {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}
.list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  transition: .5s;
  width: 100%;
}
.list_index .item > a:hover .thumb img {
  opacity: 1;
  transform: scale(1.08);
}
.list_index .item .thumb + .detail {
  border-left: 1px solid #ccc;
}
.list_index .item .detail {
  display: table-cell;
  vertical-align: middle;
  background: #018FCF no-repeat right 10px center/40px;
  padding: 15px 0;
}
.list_index .item .ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.list_index .item .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #009FE8;
  border-bottom: 2px solid #009FE8;
  transform: rotate(-45deg);
}
.list_index .item .lead {
    font-size: 1.5rem;
    margin-top: 5px;
  padding: 7px 10px;
  background: #FCE6D6;
}
.list_index .item > ul {
  margin: 5px 0 30px 10px;
}
.list_index .item > ul li + li {}
.list_index .item > ul a {
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 1.5rem;
    padding: 5px 10px 5px 20px;
    position: relative;
}
.list_index .item > ul a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  border: 4px solid transparent;
  border-left: 6px solid #009FE8;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_index {
    display: flex;
    flex-wrap: wrap;
  }
  .list_index .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_index .item + .item {
    margin-top: 0;
  }
  .list_index .item:nth-child(3n) {
    margin-right: 0;
  }
  
  .list_index .item a {
    display: block;
  }
  .list_index .item a:hover {
    border-color: #008ECF;
  }
  .list_index .item a:hover .ttl {
    color: #008ECF;
  }
  .list_index .item .thumb {
    display: block;
    width: auto;
  }
  .list_index .item .detail {
    display: block;
    padding: 15px 10px;
    background-size: auto;
  }
  .list_index .item a:hover .detail {
    background-color: #ffffe9;
    transition: .3s;
  }
  .list_index .item .thumb + .detail {
    border-left: none;
  }
  .list_index .item .ttl {
    padding: 7px 0 7px 30px;
  }
  .list_index .item .ttl::before {
    left: 7px;
  }
}


/* hierarchy_link */
.hierarchy_link {
  background: #eee;
  text-align: center;
  padding: 20px;
  margin: 70px 0;
}
.hierarchy_link .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hierarchy_link .ttl {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.hierarchy_link .ttl a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.hierarchy_link li {}
.hierarchy_link li + li {
  margin-top: 10px;
}
.hierarchy_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  border: 1px solid #BFBFBF;
  text-align: left;
  background: #fff;
  padding: 10px 10px 10px 30px;
}
.hierarchy_link li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #EB6100;
  border-bottom: 2px solid #EB6100;
  transform: rotate(-45deg);
}
/* tablet */
@media print, screen and (min-width: 768px) {
  .hierarchy_link {
    margin: 100px 0;
  }
  .hierarchy_link .ttl {
    font-size: 2.4rem;
  }
  .hierarchy_link .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .hierarchy_link li {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
    
  }
  .hierarchy_link li + li { margin-top: 0; }
  .hierarchy_link li:nth-child(3n) { margin-right: 0; }
  .hierarchy_link li a {
    font-size: 1.8rem;
    transition: .3s;
    padding: 16px 16px 16px 35px;
  }
  .hierarchy_link li a::before {
    left: 13px;
    top: 26px;
  }
  .hierarchy_link li a:hover {
    color: #000;
    border-color: #EB6100;
    background-color: #FFF6D1;
  }
}


/*--------------------------------------------------
	list_magazine
--------------------------------------------------*/
.list_magazine {
  display: flex;
  flex-wrap: wrap;
}
.list_magazine .item {
  width: 48%;
  margin: 0 4% 4% 0;
}
.list_magazine .item:nth-child(2n) {
  margin-right: 0;
}
.list_magazine .item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.list_magazine .item img {
  border: 1px solid #ccc;
  width: 100%;
}
.list_magazine .ttl {
  font-weight: 500;
  color: #007FB9;
  margin: 5px 0;
}
.list_magazine .icon_cat {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    background: #ebebeb;
    border-radius: 3px;
    padding: 2px 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_magazine .item,
  .list_magazine .item:nth-child(2n) {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .list_magazine .item:nth-child(3n) { margin-right: 0; }
  .list_magazine .ttl {
    font-size: 2rem;
  }
  .list_magazine .icon_cat {
      font-size: 1.4rem;
  }
}

/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {
  background: #fff;
}
.list_topics li {
  border-bottom: 1px solid #ccc;
}
.list_topics li a {
  display: block;
  padding: 14px 30px 14px 0;
  text-decoration: none;
  color: var(--text01);
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.list_topics li a::before{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--opm-blue);
  border-top: 2px solid var(--opm-blue);
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.list_topics li a::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--opm-blue);
  border-radius: 2px;
  transform: translateY(-50%);
}
/*
.list_topics li span {
  display: inline-block;
  vertical-align: top;
}
*/
.list_topics li .date {
  display: block;
  font-size: 14px;
  color: var(--text01);
  margin-bottom: 2px;
}
.list_topics li .icon_cat {
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  background: #EBEBEB;
  padding: 1px 8px;
  border-radius: 3px;
}
.list_topics li .cat_01 { background: #DFFFBF; }
.list_topics li .cat_02 { background: #BFDFFF; }
.list_topics li .cat_03 { background: #E4F4FC; }
.list_topics li .cat_04 { background: #FFF9E5; }
.list_topics li .cat_05 { background: #ECE5FF; }

.list_topics li .title {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

/* tablet */
/*
@media print, screen and (min-width: 768px) {
  .list_topics li a {
    padding: 15px 20px;
  }
  .list_topics li .date {
    font-size: 1.5rem;
  }
  .list_topics li .icon_cat {
    font-size: 1.3rem;
    padding: 3px 20px;
  }
}
*/
/* pc */
@media print, screen and (min-width: 1025px) {
  .list_topics li a { 
    padding: 16px 45px 16px 5px;
    text-decoration: none;
    color: var(--text01);
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    transition: .3s; 
  }
  .list_topics li a::before{
    right: 20px;
  }
  .list_topics li a::after{
    right: 20px;
  }
  .list_topics li a:hover {
    background-color: #efefef;
  }
  .list_topics li a:hover .title {
  }
}


/* .pager */
.pager {
  margin: 60px 0;
  padding: 50px 0;
  text-align: center;
  background: #FCF8ED;
}
.pager ul {
}
.pager ul li {
  font-size: 81.25%;
  margin: 3px;
  display: inline-block;
}
.pager a,
.pager span {
  color: #000;
  display: block;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 9px 16px;
  background-color: #fff;
}
.pager li.total span {
  border-color: #FFF;
}
.pager li.prev span,
.pager li.next span,
.pager li.first span,
.pager li.last span {
  border: 1px solid #ccc;
  color: #EDEDED;
}
.pager li.current span {
  color: #fff;
  background: #915E33;
}
.pager a:hover {
  color: #915E33;
  border: 1px solid #999;
  background: #EEEAD9;
}

/* link_prev_next */
.link_prev_next {
  text-align: center;
  max-width: 600px;
  margin: 60px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.link_prev_next > li {
  display: inline-block;
  width: 80%;
  max-width: 300px;
}
.link_prev_next > li a {
  color: #000;
  border: 1px solid #ccc;
  display: block;
  padding: 16px 40px;
  text-decoration: none;
  transition: .3s;
  border-radius: 3px;
  position: relative;
}
.link_prev_next > li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  border: 5px solid transparent;
  border-right: 8px solid #aaa;
  margin-top: -5px;
}
.link_prev_next > li a:hover {
  background-color: #e6f6fd;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .link_prev_next { margin-top: 80px; }
}


/*サムネイル付きトピックス*/
.list_thumb_topics {
    font-size: 0;
	margin-bottom: 30px;
}
.list_thumb_topics li {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
}
.list_thumb_topics li:nth-child(3n) {
	margin-right: 0;
}
.list_thumb_topics .thumb {
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
    background-color: #F8F6F0;
  border: 1px solid #ccc;
}
.list_thumb_topics .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.list_thumb_topics a { text-decoration: none; }
.list_thumb_topics .detail {
    font-size: 15px;
    color: #333;
    padding: 5px 0;
    border-bottom: 1px dotted #bbb;
}
.list_thumb_topics a:hover .detail { background-color: #f8f6f0; }

/*広報紙*/
.list_kouhou {
    font-size: 0;
	margin-bottom: 30px;
}
.list_kouhou .item {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
	text-align: center;
	border: 1px solid #bbb;	
}
.list_kouhou .item a { display: block; padding: 5px; }
.list_kouhou .item a:hover { background-color: #f5f4ef; }
.list_kouhou .item:nth-child(3n) {
	margin-right: 0;
}
.list_kouhou .ttl a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

/*---------------------------------------------------------------------
	top_ttl
---------------------------------------------------------------------*/
.top_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
	line-height: 1;
	position: relative;
	margin-bottom: 15px;
}
.top_ttl .ja {
	display: block;
}
.top_ttl .en {
  color: #00468C;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP';
  position: relative;
}
.top_ttl::before {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    background: #009FE8;
    margin-left: -40%;
}

/* tablet */
@media screen and (min-width: 768px) {
	.top_ttl::before {
		width: 390px;
		margin-left: -195px;
	}
	
	#top a.btn_01 {
    width: 300px;
    min-width: auto;
	}
}

/* pc */
@media screen and (min-width: 1280px) {
	.top_ttl {
		font-size: 3.4rem;
		margin-bottom: 25px;
	}
	.top_ttl .en {
		font-size: 1.6rem;
	}
}


/*---------------------------------------------------
	beta
---------------------------------------------------*/
#beta {
  margin-top: 40px;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
}

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
.side_menu {}
.side_menu a {
	color: #000;
  display: block;
  text-decoration: none;
}
.side_menu a:hover {
  text-decoration: underline;
}
.side_menu .level_1 {
  border-top: 1px solid #ccc;
}
.side_menu .level_1 > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side_menu .level_1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}
.side_menu .level_2 > li + li {}
.side_menu .level_2 > li > a {
	font-size: 1.4rem;
	border-bottom: 1px dotted #bbb;
	padding: 15px;
	position: relative;
}
.side_menu .level_2 > li > a::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #BBBBBB;
	position: absolute;
	left: 0;
	top: 16px;
}
.side_menu .level_2 > li > a.selected,
.side_menu .level_2 > li > a:hover {
	color: #008ECF;
}
.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_3 {
  margin:10px 0 10px 10px;
  background: #fafafa;
}
.side_menu .level_3 > li > a {
  padding: 10px;
  padding-left: 23px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  position: relative 
}
.side_menu .level_3 > li > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.side_menu .level_3 > li > a.selected,
.side_menu .level_3 > li > a:hover {
  color: #133557;
}
.side_menu .level_3 > li > a.selected::before,
.side_menu .level_3 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_4 {
  margin-left: 22px;
}
.side_menu .level_4 > li+ li {
  border-top: 1px dotted #ccc;
}
.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}
.side_menu .level_4 > li > a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.side_menu .level_4 > li > a.selected,
.side_menu .level_4 > li > a:hover {
  color: #133557;
}
.side_menu .level_4 > li > a.selected::before,
.side_menu .level_4 > li > a:hover::before {
	border-left-color: #009FE8;
	border-bottom-color: #009FE8;
}

/*--------- beta -----------*/
.list_side_menu {
  border: 1px solid #CCCCCC;
}
.list_side_menu+ .list_side_menu {
  margin-top: 30px;
}
.list_side_menu .ttl {
  font-size: 100%;
  font-weight: bold;
  padding: 15px 15px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  background: #F1F8F8;
}
.list_side_menu ul {
  padding: 10px;
}
.list_side_menu li {}
.list_side_menu li + li {
  /* border-top: 1px dotted #e0d7bc; */
}
.list_side_menu li a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  padding: 7px 5px 7px 20px;
  position: relative;
}
/*
.list_side_menu li a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
*/
.list_side_menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 13px;
  height: 13px;
  background: url(/image/icon/arrow_02_c_main01.svg) no-repeat center center/contain;
}

.list_side_menu li .date {
    display: block;
    font-size: 90%;
    font-weight: bold;
}

.list_side_menu .type_01{
  padding: 10px;
  font-size: 1.4rem;
}

.list_side_menu .type_01 a{
  display: block;
  color: #333333;
  text-decoration: none;
}

.list_side_menu .list_side_recentDate {
  padding: 7px 5px 2px 20px;
  position: relative;

}

.list_side_menu .list_side_recentDate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 13px;
  height: 13px;
  background: url(/image/icon/arrow_02_c_main01.svg) no-repeat center center/contain;
}

.list_side_menu .list_side_recentTxt {
  padding-left: 20px;
}



/* pc */
@media print, screen and (min-width: 1280px) {
  .list_side_menu li a { transition: .3s; }
  .list_side_menu li a:hover { background: #efefef; }
}

/*------サイドバナー-------*/
.bnr_side li {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
}
/*---------------------------------------------------------------------
	faq
---------------------------------------------------------------------*/
.list_faq + .lead_01 {
	margin-top: 60px;
}
.list_faq .item {
  margin-bottom: 20px;
}
.list_faq .btn_q {
	font-size: 16px;
  font-weight: 500;
  position: relative;
  background-color: #ecf7fd;
}
.list_faq .btn_q::before,
.list_faq .btn_q::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -11px;
    width: 2px;
    height: 22px;
    background: #009fe8;
  transition: .3s;
}
.list_faq .btn_q::before {}
.list_faq .btn_q::after { transform: rotate(90deg); }

.list_faq .btn_q.on { background: #ffffe7; }
.list_faq .btn_q.on::before { transform: rotate(-90deg); background: #FD6D06; }
.list_faq .btn_q.on::after { transform: rotate(270deg); background: #FD6D06; }

.list_faq .btn_q >* {
  color: #000;
  cursor: pointer;
	display: block;
	font-size: 112.5%;
	line-height: 1.6;
	padding: 15px 40px 15px 43px;
	border: 1px solid #ccc;
	position: relative;
}
.list_faq .btn_q >*::before {
  content: "Q";
  display: inline-block;
	color: #009fe8;
	position: absolute;
	top: 14px;
	left: 16px;
}
.list_faq .box_a {
  display: none;
  position: relative;
	border: 1px solid #BFBFBF;
	padding: 15px 15px 15px 50px;
	border-top: none;
}
.list_faq .box_a::before {
  content: "A";
  display: inline-block;
	color: #FD6D06;
	font-size: 112.5%;
	font-weight: bold;
  position: absolute;
	top: 14px;
	left: 22px;
}
.faq_contents {}
.faq_contents .icon_q {}
.faq_contents .icon_a {}


@media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq .btn_q >* {
  }
  
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
}

/*---------------------------------------------------------------------
	gallery　フォトアルバム
---------------------------------------------------------------------*/
.list_gallery {
    width: 100% !important;
}
.list_gallery .item {
	float: left;
    /*width: 260px;*/
  width: 100%;
    margin-bottom: 20px;
}
.list_gallery .item a {
	color: #fff;
	display: block;
	position: relative;
}
.list_gallery .item img { width: 100%; }
.list_gallery .detail {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.list_gallery .detail dl {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_gallery .detail .date {
	font-size: 15px;
	text-align: center;
}
.list_gallery .detail .ttl {
	font-size: 17px;
	text-align: center;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_gallery .item {
    width: 32%;
    margin: 0 1% 1% 0;
  }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_gallery .item {
    width: 24%;
    margin: 0 1% 1% 0;
  }
  .list_gallery .detail {
    background: rgba(0,0,0,.6);
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .list_gallery a:hover .detail {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
  }
}

/* gallery_detail */
.gallery_detail_head { margin-bottom: 30px; }
.gallery_detail_head .date {
	font-size: 17px;
	text-align: center;
}
.gallery_detail_head .ttl {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.gallery_detail_head .content {
	text-align: center;
	margin-top: 20px;
}
/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/
.mail_form {
  border: 8px solid #F3F4F9;
  margin: 0 auto;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #F3F4F9;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
    content: "必須";
    color: #fff;
    background: #e20000;
    font-size: 80%;
    border-radius: 3px;
    padding: 2px 9px;
    margin-right: 10px;
}
.icon_required_p {
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.mail_form .icon_option::before {
    content: "任意";
    color: #fff;
    background: #333;
    font-size: 80%;
    border-radius: 3px;
    padding: 2px 9px;
    margin-right: 10px;
}
.icon_option_p {
  color: #fff;
  background: #333;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_errors {
    color: #d80000;
    border: 5px solid #e69898;
    text-align: left;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
}
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ececec;
  position: relative;
}
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #ececec;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
.btm_text {
  /*width: 69%;
  margin-left: auto;*/
  text-align: center;
}
.mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: var(--opm-blue);;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: var(--opm-blue);;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
}
.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}

@media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 10px 5px 30px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em 4em;
  }
  .mail_form input[type="reset"],
  .mail_form input.back {
    margin-top: 20px;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
}

/* btn_radio  btn_checkbox */
.btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
  background-color: #ececec;
  /*border: 1px solid var(--opm-blue);;*/
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px;
}
#confirm.btn_checkbox + label {
  background: #ffffe5;
  border: 1px solid #aaa;
  width: 100%;
}
#confirm.btn_checkbox + label a {
  color: #002CB2;
  text-decoration: underline;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

 
@media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: var(--opm-blue);;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #aaa;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: var(--opm-blue);;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid var(--opm-blue);;
        border-bottom: 3px solid var(--opm-blue);;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.input_btn_list {
    letter-spacing: -.5em;
}

.input_btn_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.input_btn_list label {
    margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
}

/*---------------------------------------------------------------------
	404
---------------------------------------------------------------------*/
.thumb_404 {
  margin-right: 40px;
  float: left;
  width: 20%;
}
.border_box {
  padding: 20px;
  border: 10px solid #fbf4e8;
}
.border_box > ul {
  color: #FF7F00;
  padding-left: 20px !important;
}

/*---------------------------------------------------------------------
	search
---------------------------------------------------------------------*/
/* google カスタム検索の調整 */
.site_search {}
.site_search #___gcse_0 {
    background: #edf8fd;
    padding: 15px;
}
.site_search #___gcse_0 .gsc-control-searchbox-only {
  max-width: 500px;
  margin: 0 auto;
}
.site_search table,
.site_search table.gsc-search-box td,
.site_search table.gsc-search-box td.gsc-input {
  padding: 0;
  border: none;
}
.site_search .gsc-adBlock {
    display: none;
}

/* pc */
@media screen and (min-width: 1280px) {
  
  .site_search #___gcse_0 {
    padding: 30px;
  }
  .site_search input#gsc-i-id1 {
    padding: 10px !important;
  }
  .site_search button.gsc-search-button {
    padding: 15px 27px;
    margin-left: 10px;
  }
  .site_search .gsc-above-wrapper-area-container {
    border: none;
  }
  .site_search .gsc-above-wrapper-area-container td {
    border: none;
    padding: 0;
  }
  .site_search .gsc-selected-option-container {
    box-sizing: content-box;
  }
  .site_search .gsc-webResult.gsc-result {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 15px 20px;
  }
  .site_search .gsc-results { width: 100%; }
  .site_search .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
  .site_search .gsc-cursor-page {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block !important;
  }
  .site_search {}
  
}


.list_search {}
.list_search .item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.list_search .item + .item {margin-top: 20px; }
.list_search .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.list_search .url {
    color: #808080;
    font-size: 1.2rem;
    margin: 5px 0;
}

/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
.list_sitemap {}
.list_sitemap a:hover {
  opacity: .8;
}
.list_sitemap .level01 {
  font-size: 20px;
  font-weight: normal;
}
.list_sitemap * + .level01 {
  margin-top: 25px;
}
.list_sitemap .level01 > a {
  display: block;
  background: var(--opm-blue);
  background-size: 50px;
  text-decoration: none;
  color: #fff;
  padding: 12px 15px;
  position: relative;
  border-radius: 3px;
}
.list_sitemap .level02 {
  font-size: 0;
}
.list_sitemap .level02 >li {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
}
.list_sitemap .level02 >li +li {
  /*margin-top: 12px;*/
}
.list_sitemap .level02 >li > a {
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  color: var(--opm-blue);
  /* background: #fafafa; */
  position: relative;
}
.list_sitemap .level02 >li > a::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  border: 4px solid transparent;
  border-left: 6px solid var(--opm-blue);
}
.list_sitemap .level03,
.list_sitemap .level04,
.list_sitemap .level05 {
  color: #4787ed;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 36px;
}
.list_sitemap .level04,
.list_sitemap .level05 {
  margin-left: 24px;
}
.list_sitemap .level03 li + li {
  margin-top: 5px;
}

/* pc */
@media screen and (min-width: 1280px) {
  .list_sitemap .level01 {
    font-size: 26px;
  }
  .list_sitemap * + .level01 {
    margin-top: 50px;
  }
  .list_sitemap .level02 >li {
    width: 49.16%;
    margin: 0 1.65% 0 0;
    font-size: 18px;
    margin-top: 20px;
  }
  .list_sitemap .level02 >li:nth-child(2n) {
    margin-right: 0;
  }
}

/*---------------------------------------------------------------------
  js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#container */
#container .js_slide_up {
  opacity: 0;
  position: relative;
  top: 50px;
}
#container .js_slide_down {
  opacity: 0;
  position: relative;
  top: -50px;
}
#container .js_slide_left {
  opacity: 0;
  position: relative;
  left: -50px;
}
#container .js_slide_right {
  opacity: 0;
  position: relative;
  right: -50px;
}
#container .js_fade {
  opacity: 0;
}

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -30px;
    margin-left: -30px;
}
#page_scroll_navi a {
    display: block;
    background: #133557;
    width: 60px;
}
#page_scroll_navi.fixed {
  position: fixed;
  top: auto;
  bottom: 70px;
}

/* pc */
@media screen and (min-width: 1280px) {
	#page_scroll_navi {
    left: auto;
    right: 30px;
		margin: 0;
}
	#page_scroll_navi a {
		width: 70px;
	}
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  background: #fafafa;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 80px;
  position: relative;
}
#site_footer .inner { padding: 10px; }

.footer_navi {
  padding: 40px 20px 20px;
  background: #ECF7FD;
}
.copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #009FE8;
  padding: 7px 0;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .footer_navi {
    padding: 30px;
  }
  .copyright {
    font-size: 1.5rem;
  }
}

/* =========================================================
  追記CSS (common.css)
========================================================= */
:root{
  --edit-btn-offset:0px;
  --opm-blue:#172A88;
  --opm-blue2:#092a78;
  --opm-red:#c4002f;
  --opm-text:#071a46;
  --opm-gray:#f2f2f2;
  --opm-light:#edf8fc;
  --opm-line:#d9dde8;
}

html{ scroll-behavior:smooth; }
body{
  color:var(--opm-text);
  font-family:"Noto Sans JP", sans-serif;
  background:#fff;
  letter-spacing:.02em;
}
img{ max-width:100%; height:auto; vertical-align:bottom; }
a{ color:inherit; text-decoration:none; transition:opacity .2s ease; }
a:hover{ opacity:.72; }
#container{ overflow:hidden; background:#fff; }
.l-container{ width:min(1180px, calc(100% - 120px)); margin-inline:auto; }

/* header */
#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:100;
  color:#fff;
}
.site_header_inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  width:100%;
  padding:18px 20px 0;
  box-sizing:border-box;
}
#header .logo_link{ display:flex; align-items:center; width:356px; max-width:32vw; }
#header .site_logo{ width:100%; margin:0; }
#header .site_logo img{ display:block; width:100%; height:auto; }
.m-header-nav{ margin-left:auto; }
.m-global-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:28px;
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
  font-weight:500;
}
.m-global-nav__item{ position:relative; line-height:1; }
.m-global-nav__item > a{ display:block; color:#fff; padding:8px 0; }
.m-global-nav__item > a::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-top:4px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .2s ease;
}
@media print, screen and (min-width: 769px){
  .m-global-nav__item > a:hover::after{ transform:scaleX(1); }
}
.m-global-nav__item--contact > a{
  min-width:120px;
  padding:10px 20px;
  text-align:center;
  background:var(--opm-blue);
  border-radius:999px;
  transition:background .25s ease, color .25s ease, opacity .25s ease;
}
@media print, screen and (min-width: 769px){
  .m-global-nav__item--contact > a:hover{
    color:#000;
    background:#EDECEC;
    opacity:1;
  }
}
.m-global-nav__item--contact > a::after{ display:none; }
.m-global-nav-child{
  display:none;
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  min-width:220px;
  margin:0;
  padding:0;
  list-style:none;
  background:#00297B;
  border-radius:0;
}
.m-global-nav__item:hover .m-global-nav-child{ display:block; }
.m-global-nav-child__item a{
  position:relative;
  display:block;
  padding:14px 34px 14px 18px;
  color:#fff;
  line-height:1.5;
  white-space:nowrap;
  opacity:1;
}
.m-global-nav-child__item a:hover{
  opacity:1;
  text-decoration:none;
  background:rgba(255,255,255,.08);
}
.m-global-nav-child__item a::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:0;
  height:0;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-left:6px solid #fff;
  transform:translateY(-50%);
}
.sp_menu_btn,.sp_menu_close,.m-global-nav__toggle{ display:none; }

/* footer */
#footer{
  position:relative;
  padding-top:74px;
  background:#fff;
  text-align:center;
  border-top:1px solid #cfd4df;
  margin-top:195px;
}
.site_footer_inner::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:260px;
  height:281px;
  background:url("../image/common/bg_footer.svg") no-repeat left bottom / contain;
  z-index:0;
  pointer-events:none;
}
.site_footer_inner{ position:relative; z-index:1; padding:0 20px 30px; }
.site_footer_inner > *{ position:relative; z-index:1; }
.site_footer_logo{ width:218px; margin:0 auto 35px; }
.site_footer_logo img{ width:100%; }
.site_footer_name{ margin:0 0 12px; font-size:22px; font-weight:700; color:#111; }
.site_info{ margin:0; font-size:16px; line-height:1.8; color:#111; white-space:nowrap; }
.site_info p{ margin:0; }
.site_info a {
  color: #111;
  text-decoration: none;
}

@media print, screen and (min-width: 769px){
  .site_info_tel{
    margin:0 0 0 2em;
  }
}

.sp_footer_br{ display:none; }
.site_copyright{
  position:relative;
  z-index:1;
  padding:17px 10px;
  color:#fff;
  background:var(--opm-blue);
  font-size:16px;
  letter-spacing:.06em;
}
.pagetop_btn{
  position:absolute;
  right:72px;
  top:-50px;
  z-index:3;
  margin:0;
}
.pagetop_btn a{
  display:block;
  width:102px;
  height:100px;
  background:url("../image/common/pagetop.png") no-repeat center center / contain;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
}
.pagetop_btn a::before{ content:none; }
.pagetop_btn span{ display:block; }

@media screen and (max-width: 768px){
  .l-container{
    width:calc(100% - 40px);
  }
  #header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:55px;
    color:#fff;
    background:url("../image/top/header_top_bg_sp.png") repeat-x center top / auto 55px;
  }
  #header.is-scrolled{
    position:fixed;
    color:#000;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
  }
  .site_header_inner{
    position:relative;
    display:flex;
    align-items:center;
    height:55px;
    padding:0 20px;
    box-sizing:border-box;
  }
  #header .logo_link{
    display:block;
    width:231px;
    max-width:none;
  }
  #header .site_logo{
    width:100%;
    margin:0;
  }
  #header .site_logo img{
    display:block;
    width:100%;
    height:auto;
    filter:brightness(0) invert(1);
  }
  #header.is-scrolled .site_logo img{
    filter:none;
  }
  .sp_menu_btn{
    display:block;
    position:absolute;
    top:14px;
    right:20px;
    z-index:1002;
    width:35px;
    height:28px;
    padding:0;
    margin:0;
    color:#fff;
    background:transparent;
    border:0;
    cursor:pointer;
  }
  .sp_menu_btn__line,
  .sp_menu_btn__line::before,
  .sp_menu_btn__line::after{
    content:"";
    position:absolute;
    left:0;
    width:35px;
    height:2px;
    background:#fff;
    border-radius:2px;
  }
  .sp_menu_btn__line{
    top:0;
  }
  .sp_menu_btn__line::before{
    top:6px;
  }
  .sp_menu_btn__line::after{
    top:12px;
  }
  .sp_menu_btn__text{
    position:absolute;
    left:0;
    top:18px;
    width:35px;
    color:#fff;
    font-size:10px;
    line-height:1;
    letter-spacing:.14em;
    text-align:center;
    font-weight:500;
  }
  #header.is-scrolled .sp_menu_btn__line,
  #header.is-scrolled .sp_menu_btn__line::before,
  #header.is-scrolled .sp_menu_btn__line::after{
    background:var(--opm-blue);
  }
  #header.is-scrolled .sp_menu_btn__text{
    color:#000;
  }
  .m-header-nav{
    display:block;
    position:fixed;
    inset:0;
    z-index:1000;
    width:100%;
    height:100dvh;
    min-height:100vh;
    padding:90px 20px 40px;
    overflow:auto;
    box-sizing:border-box;
    background:#00297B;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:none;
    transition:opacity .18s ease, visibility 0s linear .18s;
  }
  body.sp-menu-open{
    overflow:hidden;
  }
  body.sp-menu-open .m-header-nav{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transition:opacity .18s ease;
  }
  body.sp-menu-open .sp_menu_btn{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .sp_menu_close{
    display:block;
    position:absolute;
    top:9px;
    right:17px;
    width:48px;
    height:48px;
    padding:0;
    background:transparent;
    border:0;
    cursor:pointer;
  }
  .sp_menu_close::before,
  .sp_menu_close::after{
    content:"";
    position:absolute;
    top:44%;
    left:10px;
    width:35px;
    height:1px;
    background:rgba(255,255,255,.9);
  }
  .sp_menu_close::before{ transform:rotate(45deg); }
  .sp_menu_close::after{ transform:rotate(-45deg); }
  .m-global-nav{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    font-size:16px;
    line-height:1.4;
    font-weight:700;
  }
  .m-global-nav__item{
    border-top:1px solid rgba(255,255,255,.18);
  }
  .m-global-nav__item:last-child{
    border-bottom:1px solid rgba(255,255,255,.18);
  }

  .m-global-nav__item > a{
    position:relative;
    display:block;
    padding:11px 34px 13px 4px;
    color:#fff;
    text-decoration:none;
  }
  .m-global-nav__item > a::after{
    content:"";
    position:absolute;
    right:15px;
    top:45%;
    display:block;
    width:6px;
    height:6px;
    margin:0;
    background:transparent;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:translateY(-50%) rotate(45deg);
  }
  .m-global-nav__item--contact > a{
    min-width:0;
    padding:11px 34px 10px 4px;
    text-align:left;
    color:#fff;
    background:transparent;
    border-radius:0;
  }
  .m-global-nav__item > a:hover,
  .m-global-nav__item > a:focus,
  .m-global-nav__item--contact > a:hover,
  .m-global-nav__item--contact > a:focus{
    color:#fff;
    background:transparent;
    opacity:1;
    text-decoration:none;
  }
  .m-global-nav__item > a:hover::after,
  .m-global-nav__item > a:focus::after{
    transform:translateY(-50%) rotate(45deg);
  }
  .m-global-nav__item--has-child{
    position:relative;
  }
  .m-global-nav__item > a.nav_child{
    padding-right:58px;
  }
  .m-global-nav__item > a.nav_child::before,
  .m-global-nav__item > a.nav_child::after{
    content:none;
  }
  .m-global-nav__toggle{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:42px;
    height:44px;
    padding:0;
    margin:0;
    background:transparent;
    border:0;
    cursor:pointer;
  }
  .m-global-nav__toggle::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:18px;
    background:rgba(255,255,255,.22);
    transform:translateY(-50%);
  }
  .m-global-nav__toggle::after{
    content:"";
    position:absolute;
    right:16px;
    top:50%;
    width:7px;
    height:7px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:translateY(-50%) rotate(45deg);
    transform-origin:center;
    transition:transform .18s ease;
  }
  .m-global-nav__item.is-open > .m-global-nav__toggle::after{
    transform:translateY(-50%) rotate(135deg);
    top: 44%
  }
  .m-global-nav-child{
    display:none;
    position:static;
    transform:none;
    min-width:0;
    margin:0;
    padding:0;
    list-style:none;
    background:transparent;
    border-radius:0;
  }
  .m-global-nav__item:hover .m-global-nav-child{
    display:none;
  }
  .m-global-nav-child__item{
    border-top:0;
  }
  .m-global-nav-child__item a{
    position:relative;
    display:block;
    padding:10px 34px 10px 22px;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
  }
  .m-global-nav-child__item a:hover,
  .m-global-nav-child__item a:focus{
    color:#fff;
    background:transparent;
    opacity:1;
    text-decoration:none;
  }
  .m-global-nav-child__item a::before{
    content:"";
    position:absolute;
    left:22px;
    right:0;
    top:0;
    height:1px;
    background:rgba(255,255,255,.18);
  }
  .m-global-nav-child__item a::after{
    content:"";
    position:absolute;
    right:15px;
    top:50%;
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 6px;
    border-color:transparent transparent transparent #fff;
    transform:translateY(-50%);
  }
  html:not(.is-loaded) .sp_menu_btn,
  html:not(.is-loaded) .m-header-nav,
  html:not(.is-loaded) .sp_menu_close{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:none;
  }
  html.is-resizing .m-header-nav,
  html.is-resizing .sp_menu_btn,
  html.is-resizing .sp_menu_close{
    transition:none;
  }

  #footer{
    margin-top:130px;
    padding-top:110px;
  }
  .site_footer_inner::before{
    width:156px;
    height:169px;
  }
  .site_footer_inner{
    padding:0 20px 28px;
  }
  .site_footer_logo{
    width:217px;
    margin-bottom:35px;
  }
  .site_footer_name{
    margin-bottom:25px;
    font-size:20px;
  }
  .site_info{
    margin-bottom:18px;
    font-size:14px;
    line-height:1.8;
    white-space:normal;
  }
  .sp_footer_br{
    display:block;
  }
  .site_copyright{
    padding:12px 8px;
    font-size:11px;
    letter-spacing:.02em;
  }
  .pagetop_btn{
    right:auto;
    left:50%;
    top:-50px;
    transform:translateX(-50%);
  }
  .pagetop_btn a{
    width:102px;
    height:100px;
  }
}

@media print, screen and (min-width: 769px){
  #top #header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    color:#fff;
    background:url("../image/top/header_top_bg.png") repeat-x center top / auto 80px;
    transition:background .25s ease, box-shadow .25s ease, color .25s ease;
  }
  #top #header.is-scrolled{
    position:fixed;
    color:#000;
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
  }
  #top #header .site_header_inner{
    height:80px;
    padding:0 32px;
    gap:34px;
  }
  #top #header .logo_link{
    width:360px;
    max-width:360px;
    flex-shrink:0;
  }
  #top #header .site_logo img{
    width:100%;
    filter:brightness(0) invert(1);
    transition:filter .25s ease;
  }
  #top #header.is-scrolled .site_logo img{
    filter:none;
  }
  #top #header .m-header-nav{
    display:flex !important;
    align-items:center;
    height:80px;
  }
  #top #header .m-global-nav{
    gap:30px;
    font-size:14px;
    line-height:1;
  }
  #top #header .m-global-nav__item > a{
    color:#fff;
    padding:31px 0 25px;
    text-decoration:none !important;
  }
  #top #header.is-scrolled .m-global-nav__item > a{
    color:#000;
  }
  #top #header .m-global-nav__item > a::after{
    height:2px;
    margin-top:7px;
    background:currentColor;
  }
  #top #header .m-global-nav__item > a:hover,
  #top #header .m-global-nav__item > a:focus{
    text-decoration:none !important;
  }
  #top #header .m-global-nav__item--contact > a{
    min-width:130px;
    padding:10px 20px;
    color:#fff;
    background:var(--opm-blue);
    text-decoration:none !important;
  }
  #top #header.is-scrolled .m-global-nav__item--contact > a{
    color:#fff;
  }
  #top #header .m-global-nav__item--contact > a:hover,
  #top #header .m-global-nav__item--contact > a:focus{
    text-decoration:none !important;
  }
}

@media print, screen and (min-width: 769px){
  #top #header{
    position:absolute !important;
    top:var(--edit-btn-offset, 0px) !important;
    left:0 !important;
    right:auto !important;
    z-index:1000;
  }
  #top #header.is-scrolled{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    color:#000 !important;
    background:#fff !important;
    background-image:none !important;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
  }
  #top #header:not(.is-scrolled){
    color:#fff !important;
    background:url("../image/top/header_top_bg.png") repeat-x center top / auto 80px !important;
    box-shadow:none !important;
  }
  #top #header:not(.is-scrolled) .site_logo img{
    filter:brightness(0) invert(1) !important;
  }
  #top #header.is-scrolled .site_logo img{
    filter:none !important;
  }
  #top #header:not(.is-scrolled) .m-global-nav__item > a{
    color:#fff !important;
  }
  #top #header.is-scrolled .m-global-nav__item > a{
    color:#000 !important;
  }
  #top #header .m-global-nav__item--contact > a,
  #top #header.is-scrolled .m-global-nav__item--contact > a,
  #top #header:not(.is-scrolled) .m-global-nav__item--contact > a{
    color:#fff !important;
    background:var(--opm-blue) !important;
    opacity:1;
    transition:background .25s ease, color .25s ease, opacity .25s ease;
  }
  #top #header .m-global-nav__item--contact > a:hover,
  #top #header .m-global-nav__item--contact > a:focus,
  #top #header.is-scrolled .m-global-nav__item--contact > a:hover,
  #top #header.is-scrolled .m-global-nav__item--contact > a:focus,
  #top #header:not(.is-scrolled) .m-global-nav__item--contact > a:hover,
  #top #header:not(.is-scrolled) .m-global-nav__item--contact > a:focus{
    color:#000 !important;
    background:#EDECEC !important;
    opacity:1;
  }
}
#site_header.js-site-header-dummy{
  display:block !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:0 !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:hidden !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

/* CMS edit button offset */
body.has-edit-btn #container > #edit_btn{
  position:relative;
  z-index:1002;
}
body.has-edit-btn:not(.is-edit-btn-passed) > #container #header{
  top:var(--edit-btn-offset, 0px) !important;
}
body.has-edit-btn.is-edit-btn-passed > #container #header{
  top:0 !important;
}

@media print, screen and (min-width: 769px){
  #top #header .site_header_inner{
    flex-wrap:nowrap;
  }
  #top #header .m-header-nav{
    min-width:0;
    flex-shrink:1;
  }
  #top #header .m-global-nav{
    flex-wrap:nowrap;
    white-space:nowrap;
  }
  #top #header .m-global-nav__item,
  #top #header .m-global-nav__item > a{
    white-space:nowrap;
  }
}

@media print, screen and (min-width: 1201px) and (max-width: 1360px){
  #top #header .site_header_inner{
    padding-left:24px;
    padding-right:24px;
    gap:24px;
  }
  #top #header .logo_link{
    width:320px;
    max-width:320px;
  }
  #top #header .m-global-nav{
    gap:22px;
    font-size:13px;
  }
  #top #header .m-global-nav__item--contact > a{
    min-width:118px;
    padding-left:16px;
    padding-right:16px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px){
  #top #header .site_header_inner{
    padding-left:20px;
    padding-right:20px;
    gap:18px;
  }
  #top #header .logo_link{
    width:285px;
    max-width:285px;
  }
  #top #header .m-global-nav{
    gap:16px;
    font-size:12px;
  }
  #top #header .m-global-nav__item--contact > a{
    min-width:108px;
    padding-left:13px;
    padding-right:13px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1024px){
  #top #header .site_header_inner{
    padding-left:16px;
    padding-right:16px;
    gap:14px;
  }
  #top #header .logo_link{
    width:245px;
    max-width:245px;
  }
  #top #header .m-global-nav{
    gap:12px;
    font-size:11px;
    letter-spacing:0;
  }
  #top #header .m-global-nav__item--contact > a{
    min-width:98px;
    padding-left:10px;
    padding-right:10px;
  }
}

@media print, screen and (min-width: 1361px){
  #top #header .logo_link{
    width:360px !important;
    min-width:360px !important;
    max-width:360px !important;
    flex:0 0 360px !important;
  }
  #top #header .logo_link .site_logo{
    float:none !important;
    width:360px !important;
    min-width:360px !important;
    max-width:none !important;
    margin-top:0 !important;
  }
  #top #header .logo_link .site_logo img{
    display:block !important;
    width:360px !important;
    max-width:none !important;
    height:auto !important;
  }
}

@media print, screen and (min-width: 769px){
  body > #container #header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:80px;
    color:#000;
    background:#fff;
    background-image:none !important;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
    z-index:1000;
    transition:background .25s ease, box-shadow .25s ease, color .25s ease;
  }

  body > #container #header .site_header_inner{
    height:80px;
    padding:0 32px;
    gap:34px;
    flex-wrap:nowrap;
  }

  body > #container #header .logo_link{
    width:360px;
    max-width:360px;
    flex-shrink:0;
  }

  body > #container #header .site_logo img{
    width:100%;
    filter:none !important;
    transition:filter .25s ease;
  }

  body > #container #header .m-header-nav{
    display:flex !important;
    align-items:center;
    height:80px;
    min-width:0;
    flex-shrink:1;
  }

  body > #container #header .m-global-nav{
    flex-wrap:nowrap;
    gap:30px;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
  }

  body > #container #header .m-global-nav__item,
  body > #container #header .m-global-nav__item > a{
    white-space:nowrap;
  }

  body > #container #header .m-global-nav__item > a{
    color:#000;
    padding:31px 0 25px;
    text-decoration:none !important;
  }

  body > #container #header .m-global-nav__item > a::after{
    height:2px;
    margin-top:7px;
    background:currentColor;
  }

  body > #container #header .m-global-nav__item > a:hover,
  body > #container #header .m-global-nav__item > a:focus{
    text-decoration:none !important;
  }

  body > #container #header .m-global-nav__item--contact > a{
    min-width:130px;
    padding:10px 20px;
    color:#fff;
    background:var(--opm-blue);
    text-decoration:none !important;
    opacity:1;
    transition:background .25s ease, color .25s ease, opacity .25s ease;
  }

  body > #container #header .m-global-nav__item--contact > a:hover,
  body > #container #header .m-global-nav__item--contact > a:focus{
    color:#000;
    background:#EDECEC;
    opacity:1;
    text-decoration:none !important;
  }
}

/* lower page: PC width adjustment follows TOP header */
@media print, screen and (min-width: 1201px) and (max-width: 1360px){
  body > #container #header .site_header_inner{
    padding-left:24px;
    padding-right:24px;
    gap:24px;
  }
  body > #container #header .logo_link{
    width:320px;
    max-width:320px;
  }
  body > #container #header .m-global-nav{
    gap:22px;
    font-size:13px;
  }
  body > #container #header .m-global-nav__item--contact > a{
    min-width:118px;
    padding-left:16px;
    padding-right:16px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px){
  body > #container #header .site_header_inner{
    padding-left:20px;
    padding-right:20px;
    gap:18px;
  }
  body > #container #header .logo_link{
    width:285px;
    max-width:285px;
  }
  body > #container #header .m-global-nav{
    gap:16px;
    font-size:12px;
  }
  body > #container #header .m-global-nav__item--contact > a{
    min-width:108px;
    padding-left:13px;
    padding-right:13px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1024px){
  body > #container #header .site_header_inner{
    padding-left:16px;
    padding-right:16px;
    gap:14px;
  }
  body > #container #header .logo_link{
    width:245px;
    max-width:245px;
  }
  body > #container #header .m-global-nav{
    gap:12px;
    font-size:11px;
    letter-spacing:0;
  }
  body > #container #header .m-global-nav__item--contact > a{
    min-width:98px;
    padding-left:10px;
    padding-right:10px;
  }
}

@media print, screen and (min-width: 1361px){
  body > #container #header .logo_link{
    width:360px !important;
    min-width:360px !important;
    max-width:360px !important;
    flex:0 0 360px !important;
  }
  body > #container #header .logo_link .site_logo{
    float:none !important;
    width:360px !important;
    min-width:360px !important;
    max-width:none !important;
    margin-top:0 !important;
  }
  body > #container #header .logo_link .site_logo img{
    display:block !important;
    width:360px !important;
    max-width:none !important;
    height:auto !important;
  }
}

@media screen and (max-width: 768px){
  body > #container #header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    width:100%;
    height:55px;
    color:#000;
    background:#fff !important;
    background-image:none !important;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    z-index:1000;
  }

  body > #container #header .site_logo img{
    filter:none !important;
  }

  body > #container #header .sp_menu_btn{
    color:#000;
  }

  body > #container #header .sp_menu_btn__line,
  body > #container #header .sp_menu_btn__line::before,
  body > #container #header .sp_menu_btn__line::after{
    background:var(--opm-blue);
  }

  body > #container #header .sp_menu_btn__text{
    color:#000;
  }
}


/* ----- list ----- */


#pagebody .contents_detail.list_page .contents_detail_inner{
  margin: 0 auto;
}

.contents_detail.list_page .page_lead{
  font-size: 24px;
  color: var(--opm-blue);
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.page_list_nav{
  margin: 40px 0 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.page_list_nav li{
  width: calc(50% - 10px);
}

.page_list_nav li a{
  display: block;
  background: #F3F4F9;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 30px;
  transition: 
    background .3s ease,
    color .3s ease,
    transform .3s ease;
  position: relative;
  color: #1A1F29;
}
.page_list_nav li a:hover{
  background: #fff;
}
.page_list_nav a::after{
  content:"";
  position:absolute;
  right: 30px;
  top: 50%;
  width: 13px;
  height: 2px;
  background:var(--opm-blue);
  border-radius: 2px;
  transform: translateY(-50%);
}

.page_list_nav a::before{
  content:"";
  position:absolute;
  right: 30px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--opm-blue);
  border-top: 2px solid var(--opm-blue);
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .contents_detail.list_page{
    margin: 0 auto;
  }

  .contents_detail.list_page .page_lead{
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
  }

  .page_list_nav{
    margin: 23px 0 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
  }

  .page_list_nav li{
    width: 100%;
  }

  .page_list_nav li a{
    padding: 20px;
  }

  .page_list_nav a::after{
    right: 20px;
  }

  .page_list_nav a::before{
    right: 20px;
  }
}


/* ----- detail ----- */

/* detail page wrapper */
#pagebody .contents_detail{
  padding-top: 80px;
}

#pagebody .page_title{
  width: 100%;
  min-height: 96px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 max(30px, calc((100vw - 1200px) / 2));
  box-sizing: border-box;
  background-color: #F5F5F5;
  background-image: url(../image/common/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}

#pagebody .topic_path_top{
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
  padding: 18px 0;
  font-size: 15px;
  line-height: 1.6;
}

#pagebody .topic_path_top ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#pagebody .topic_path_top li{
  display: flex;
  align-items: center;
  color: #000;
}

#pagebody .topic_path_top li + li::before{
  content: ">";
  margin-right: 12px;
  color: #999;
}

#pagebody .page_kv{
  width: 100%;
  margin: 0;
}

#pagebody .page_kv img{
  display: block;
  width: 100%;
  height: auto;
}

#pagebody .contents_detail_inner{
  width: min(1200px, calc(100% - 60px));
  margin: 90px auto 0;
}

#pagebody .content1 h2{
  font-size: 38px;
  color: var(--opm-text);
  padding: 34px 0 0;
  margin: 0;
  min-height: auto;
  border: none;
  border-radius: 0;
  position: relative;
  line-height: 1.4;
  /*margin-bottom: 120px;*/
  margin-bottom: 40px;
}

#pagebody .content1 * + h2{
    margin-top: 120px;
}

#pagebody .content1 h2::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 4px;
    background: var(--opm-blue);
}

#pagebody .content1 h2::after{
    content:"";
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    height: 1px;
    background: #CCCCCC;
}


#pagebody .content1 h3{
  padding-left: 24px;
  color: var(--text03);
  font-size: 32px;
  line-height: 1.45;
  position: relative;
  border-bottom: none;
}

#pagebody .content1 h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 4px;
  height: 34px;
  background: var(--opm-blue);
}

#pagebody .content1 h3::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 0.28em;
  width: 4px;
  height: 34px;
  background: #BFBFBF;
}

#pagebody .content1 h4{
  margin-top: 120px;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: none;
  background-image: repeating-linear-gradient(
    to right,
    #666 0,
    #666 1px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
}

#pagebody .content1 h5{
  margin-top: 120px;
  font-size: 24px;
}

#pagebody .content1 h6{
  margin-top: 120px;
  font-size: 22px;
  font-weight: 500;
}

#pagebody .content1 .page_lead{
  text-align: left;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--opm-blue);
}

#pagebody .content1 .text{
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}

#pagebody .content1 .table_list{
  width: 100%;
  border-collapse: collapse;
  border: none;
}

#pagebody .content1 .table_list th,
#pagebody .content1 .table_list td{
  padding: 10px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  background: none;
  word-break: break-all;
  font-weight: normal;
}

#pagebody .content1 .table_list th{
  position: relative;
  height: 1px;
}

#pagebody .content1 .table_list th p,
#pagebody .content1 .table_list td p{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

#pagebody .content1 .table_list th p{
  padding: 10px 15px;
  background: #F3F4F9;
  text-align: left;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}

#pagebody .content1 .table_list td p{
  padding-left: 15px;
  border-left: 2px solid #CCCCCC;
}

#pagebody .content1 .data_list{
  border-top: 1px solid  var(--line01);
}

#pagebody .content1 .data_list .icon_pdf{
    padding: 20px 0px;
    border-bottom: 1px solid  var(--line01);
}

#pagebody .content1 .data_list .icon_pdf::before{
    content: "";
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background: url(../image/common/icon_pdf.png) no-repeat;
    background-size: contain;
    font-size: 16px;
}

#pagebody .content1 .data_list .icon_pdf::after{
    display: none;
}

#pagebody .content1 .icon_list{
    display: flex;
    gap: 5px;
    margin-top: 15px;
    justify-content: end;
}

#pagebody .content1 .column_detail{
  margin-top: 40px;
  background: #F1F1F1;
  padding: 20px;
}

#pagebody .content1 .column_detail dt{
  font-size: 18px;
  font-weight: 500;
  color: var(--opm-blue);
}

#pagebody .content1 .column_detail dd p{
  font-size: 15px;
}

#pagebody .content1 .column_detail dd ul{
  padding: 0 0 0 30px;
}

#pagebody .content1 .column_detail dd ul li::before{
    content: "●";
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    color:  var(--opm-blue);
    margin-right: 8px;
}

#pagebody .content1 .pager{
  background: #F1F1F1;
  margin-top: 40px;
  padding: 30px 0;
}

.pager ul li {
  font-size: 16px;
  font-weight: 500;
}

.pager a,
.pager span {
  color: var(--opm-blue);
  display: block;
  text-decoration: none;
  border: 1px solid #C9C9C9;
  padding: 9px 16px;
  background-color: #fff;
}

.pager li.current span {
  color: #fff;
  background:  var(--opm-blue);
}
.pager a:hover {
  color:  var(--opm-blue);
  border: 1px solid #999;
  background: #F1F8F8;
}

#pagebody .content1 .column_list{
  margin-top: 40px;
}

#pagebody .content1 .column_list__item.img_box{
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

#pagebody .content1 .column_list__item.img_box .column_img{
  flex: 0 0 300px;
  width: 300px;
}

#pagebody .content1 .column_list__item.img_box .column_text{
  flex: 1 1 auto;
}

#pagebody .content1 .column_title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

#pagebody .content1 .column_caption{
  font-size: 16px;
  line-height: 1.8;
}

#pagebody .content1 .column_list.column04{
  display: flex;
  gap: 30px;
  /*margin-top: 80px;*/
  margin-top: 60px;
}

#pagebody .content1 .column_list.column04 .column_list__item{
  flex: 1 1 0;
}

#pagebody .content1 .column_list.column04 .column_title{
  margin-bottom: 10px;
}

#pagebody .content1 .column_list.column06{
  display: flex;
  gap: 17px;
}

#pagebody .content1 .column_list.column06 .column_list__item{
  flex: 1 1 0;
}

#pagebody .content1 .column_list.column06 .column_list__item .column_img{
  width: 185px;
  max-width: 100%;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin: 0 auto;
}

#pagebody .content1 .column_list.column06 .column_list__item .column_img img{
  display: block;
  width: 100%;
  height: auto;
}

#pagebody .content1 .column_list.column06 .column_list__item .column_caption{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
}

#pagebody .content1 .column_box{
  display: flex;
  align-items: flex-start;
  gap: 60px;
  /*margin-top: 80px;*/
}

#pagebody .content1 .column_box .column_text{
  flex: 1 1 auto;
}

#pagebody .content1 .column_box .column_title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

#pagebody .content1 .column_box .column_caption{
  font-size: 18px;
  line-height: 1.8;
}

#pagebody .content1 .column_box .column_img{
  flex: 0 0 480px;
  width: 480px;
}

#pagebody .content1 .column_box .column_img img{
  display: block;
  width: 100%;
  height: auto;
}

#pagebody .content1 .project_list{
  margin-top: 80px;
}

/* 企業ロゴを入れる場合
#pagebody .content1 .project_list_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #CCCCCC;
}*/

#pagebody .content1 .project_list_item{
  display: block;
  border-top: 1px solid #CCCCCC;
}

#pagebody .content1 .project_list_item a{
  display: block;
  transition: .3s;
  padding: 15px 0 15px 10px;
}

#pagebody .content1 .project_list_item a:hover{
  background-color: #F3F4F9;
}

#pagebody .content1 .project_list_item:last-child{
  border-bottom: 1px solid #CCCCCC;
}

#pagebody .content1 .project_name{
  flex: 1 1 auto;
}

#pagebody .content1 .project_name_text{
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

#pagebody .content1 .project_company_text{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

#pagebody .content1 .project_img{
  flex: 0 0 300px;
  width: 300px;
  margin-left: auto;
}

#pagebody .content1 .project_img img{
  display: block;
  width: 100%;
  height: auto;
}

#pagebody .content1 .column_list.column02{
    display: flex;
    gap: 40px;
}

#pagebody .content1 .column_list.column03{
    display: flex;
    gap: 40px;
}


#pagebody .content1 .photo_layout{
  margin-top: 40px;
}

#pagebody .content1 .photo_service_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#pagebody .content1 .photo_service_item{
  width: calc((100% - 60px) / 4);
  min-height: 210px;
  padding: 30px 20px 25px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  text-align: center;
}

#pagebody .content1 .photo_service_icon{
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  border-radius: 50%;
}

#pagebody .content1 .photo_service_title{
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

#pagebody .content1 .photo_service_text{
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

#pagebody .content1 .photo_category_list{
  display: flex;
  gap: 20px;
  /*margin-top: 120px;*/
  margin-top: 60px;
}

#pagebody .content1 .photo_category_item{
  width: calc((100% - 60px) / 4);
}

#pagebody .content1 .photo_category_img{
  margin: 0;
}

#pagebody .content1 .photo_category_img img{
  display: block;
  width: 100%;
  height: auto;
}

#pagebody .content1 .photo_category_title{
  margin: 0;
  padding: 5px;
  background: #33160A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#pagebody .content1 .column_list .column_list__item .column_caption{
  font-size: 16px;
  margin-top: 15px;
}

/* detail button parts */
#pagebody .content1 .detail_button_parts{
  margin-top: 40px;
}

#pagebody .content1 .detail_more_button{
  text-align: left;
}

#pagebody .content1 * + .detail_more_button{
  margin-top: 30px;
}

#pagebody .content1 .detail_more_button a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 43px;
  padding: 0 44px 0 5px;
  box-sizing: border-box;
  color: #111;
  background: #fff;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease;
}

#pagebody .content1 .detail_more_button a:hover{
  color: #111;
  background: #efefef;
  border-color: #efefef;
  text-decoration: none;
}

#pagebody .content1 .detail_more_button a::after{
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../image/common/Icon_btn_arrow.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}

#pagebody .content1 .detail_more_button a::before{
  content: none;
}

#pagebody .content1 .detail_form_button{
  width: 380px;
  max-width: 100%;
  margin-top: 30px;
}

#pagebody .content1 .detail_form_button button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  background: var(--opm-blue);
  border: none;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

#pagebody .content1 .detail_form_button button:hover{
  color: #111;
  background: #efefef;
}

#pagebody .content1 .lower_contact{
  margin-top: 85px;
  background: #f2f2f2;
  overflow: hidden;
}

#pagebody .content1 .lower_contact__inner{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 530px;
  gap: 50px;
  align-items: center;
  padding: 55px 0 55px 30px;
  box-sizing: border-box;
}

#pagebody .content1 .lower_contact__text{
  position: relative;
  z-index: 1;
}

#pagebody .content1 .lower_contact__text::before{
  content: "";
  position: absolute;
  left: -65px;
  top: -64px;
  z-index: -1;
  width: 150px;
  height: 190px;
  background: url(../image/top/bg_c.svg) no-repeat left top / contain;
  pointer-events: none;
}

#pagebody .content1 .lower_contact__label{
  position: relative;
  margin: 0 0 8px;
  padding-left: 19px;
  color: #111;
  font-size: 18px;
  line-height: 1.4;
}

#pagebody .content1 .lower_contact__label::before{
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border: 3px solid var(--opm-red);
  border-radius: 50%;
  box-sizing: border-box;
}

#pagebody .content1 .lower_contact__lead{
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.8;
}

#pagebody .content1 .lower_contact__button{
  margin: 0;
}

#pagebody .content1 .lower_contact__button a{
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% + 15px);
  height: 100px;
  padding: 0 80px 0 50px;
  box-sizing: border-box;
  color: #fff;
  background: var(--opm-blue);
  border-radius: 999px 0 0 999px;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
}

#pagebody .content1 .lower_contact__button a::after{
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  width: 28px;
  height: 28px;
  background: url(../image/common/Icon_contact_arrow.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}

#pagebody .content1 .lower_contact__button a::before{
  content: none;
}

@media screen and (max-width: 1024px) {
  #pagebody .content1 h2{
    font-size: 22px;
    padding: 30px 0 0;
    margin-top: 0;
    margin-bottom: 40px;
  }

  
  #pagebody .content1 * + h2{
      margin-top: 60px;
  }

  #pagebody .content1 h2::before{
      width: 40px;
      height: 4px;
  }

  #pagebody .content1 h2::after{
      left: 40px;
      height: 1px;
      width: auto;
  }

  #pagebody .content1 h3{
    padding-left: 18px;
    font-size: 20px;
  }

  #pagebody .content1 h3::before,
  #pagebody .content1 h3::after{
      top: 0.25em;
      width: 4px;
      height: 22px;
  }

  #pagebody .content1 h3::after{
      left: 4px;
  }

  #pagebody .content1 h4{
    margin-top: 60px;
    font-size: 18px;
  }

  #pagebody .content1 h5{
    margin-top: 60px;
    font-size: 16px;
  }

  #pagebody .content1 h6{
    margin-top: 60px;
    font-size: 15px;
  }

  #pagebody .content1 .page_lead{
    margin-top: 30px;
    font-size: 18px;
  }

  #pagebody .content1 .text{
    margin-top: 20px;
  }

  .table_scroll{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 10px;
  }
  #pagebody .content1 .table_list,
  #pagebody .content1 .table_list tbody,
  #pagebody .content1 .table_list tr,
  #pagebody .content1 .table_list th,
  #pagebody .content1 .table_list td {
    display: block;
    width: 100%;
  }

  #pagebody .content1 .table_list tr {
    border-top: 1px solid #CCCCCC;
  }

  #pagebody .content1 .table_list tr:last-child {
    border-bottom: 1px solid #CCCCCC;
  }

  #pagebody .content1 .table_list th {
    padding: 10px 0 0;
    border: none;
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
  }

  #pagebody .content1 .table_list td {
    padding: 0;
    border: none;
  }

  #pagebody .content1 .table_list th p,
  #pagebody .content1 .table_list td p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }

  #pagebody .content1 .table_list th p {
    padding: 8px 10px;
    background: #F3F4F9;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    min-height: auto;
    display: block;
  }

  #pagebody .content1 .table_list td p {
    padding: 10px;
    border-left: none;
  }


  .table_scroll::-webkit-scrollbar{
    height: 5px;
  }
  .table_scroll::-webkit-scrollbar-track{
    background: rgba(0,0,0,.06);
    border-radius: 999px;
  }
  .table_scroll::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.25);
    border-radius: 999px;
  }

  #pagebody .content1 .column_detail{
    margin-top: 30px;
  }

  #pagebody .content1 .column_detail dt{
    font-size: 16px;
    font-weight: 500;
    color: var(--opm-blue);
  }

  #pagebody .content1 .column_detail dd p{
    font-size: 14px;
  }

  #pagebody .content1 .column_detail dd ul{
    padding: 0 0 0 30px;
  }

  #pagebody .content1 .pager{
    background: #FBF9F6;
    margin-top: 40px;
    padding: 30px 0;
  }

  .pager ul li {
    font-size: 14px;
  }

  #pagebody .content1 .column_list{
    margin-top: 30px;
  }

  #pagebody .content1 .column_list.column02{
      display: block;
  }

  #pagebody .content1 .column_list.column03{
      display: block;
  }

  #pagebody .content1 .column_list.column04{
      margin-top: 30px;
       flex-wrap: wrap;
          gap: 20px;
      
  }
  #pagebody .content1 .column_list.column04 .column_list__item{
    flex: 0 0 calc((100% - 20px) / 2);
  }

  #pagebody .content1 .column_list.column04 * + .column_list__item{
      margin-top: 0;
  }

  #pagebody .content1 .column_list.column04 .column_list__item .column_caption{
      font-size: 13px;
  }

  #pagebody .content1 .column_list.column06{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }

  #pagebody .content1 .column_list.column06 .column_list__item{
      flex: 0 0 calc((100% - 20px) / 2);
      margin-top: 0;
  }

  #pagebody .content1 .column_list.column06 .column_list__item .column_img{
      width: 100%;
  }

  #pagebody .content1 .column_list.column06 .column_list__item .column_caption{
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0;
  }


  #pagebody .content1 .column_box{
      display: block;
      margin-top: 30px;
  }

  #pagebody .content1 .column_box .column_img{
      width: 100%;
      margin-top: 20px;
  }


  #pagebody .content1 .project_list{
      margin-top: 30px;
  }

  #pagebody .content1 .project_list_item{
      display: block;
      /*padding: 20px 0 20px 10px;*/
  }

  #pagebody .content1 .project_name_text{
      font-size: 14px;
  }

  #pagebody .content1 .project_company_text{
      /*font-size: 30px;*/
      font-size: 20px;
  }

  #pagebody .content1 .project_img{
      width: 100%;
      margin: 15px 0 0;
  }

  #pagebody .content1 .column_box .column_title{
      font-size: 18px;
  }

  #pagebody .content1 .column_box .column_caption{
      font-size: 15px;
  }

  #pagebody .content1 .column_list__item.img_box{
      display: block;
  }

  #pagebody .content1 .column_list__item.img_box .column_img{
      width: 100%;
  }

  #pagebody .content1 .column_list__item.img_box .column_text{
      margin-top: 15px;
  }

  #pagebody .content1 .column_title{
      font-size: 15px;
      margin-bottom: 10px;
  }

  #pagebody .content1 .column_caption{
      font-size: 14px;
  }


  #pagebody .content1 .photo_layout{
    margin-top: 30px;
  }


  #pagebody .content1 .photo_service_item{
    width: calc((100% - 20px) / 2);
    min-height: auto;
    padding: 15px 10px 10px;
  }

  #pagebody .content1 .photo_service_icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }


  #pagebody .content1 .photo_service_title{
    font-size: 14px;
  }

  #pagebody .content1 .photo_service_text{
    font-size: 12px;
    margin-top: 8px;
  }

  #pagebody .content1 .photo_category_list{
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }

  #pagebody .content1 .photo_category_item{
    width: calc((100% - 20px) / 2);
  }

  #pagebody .content1 .photo_category_title{
    font-size: 12px;
    padding: 2px;
  }

  #pagebody .content1 .column_list * + .column_list__item{
      margin-top: 30px;
  }

    #pagebody .content1 .column_list .column_list__item .column_caption{
    font-size: 14px;
    margin-top: 10px;
  }

  #pagebody .contents_detail{
    padding-top: 80px;
  }

  #pagebody .page_title{
    min-height: 80px;
    padding: 0 20px;
    background-size: auto 100%;
    font-size: 24px;
    background-image: url(../image/common/bg_title_sp.jpg);
  }

  #pagebody .topic_path_top{
    width: calc(100% - 20px);
    padding: 12px 0;
    font-size: 13px;
  }

  #pagebody .page_kv{
    margin: 20px 0 0;
  }

  #pagebody .contents_detail_inner{
    width: calc(100% - 40px);
    margin-top: 30px;
  }

  #pagebody .content1 .detail_button_parts{
    margin-top: 30px;
  }

  #pagebody .content1 .detail_more_button{
    text-align: center;
  }

  #pagebody .content1 * + .detail_more_button{
    margin-top: 30px;
  }

  #pagebody .content1 .detail_more_button a{
    width: 180px;
    height: 43px;
    padding: 0 34px 0 0;
    font-size: 15px;
  }

  #pagebody .content1 .detail_more_button a::after{
    right: 10px;
    width: 17px;
    height: 17px;
  }

  #pagebody .content1 .detail_form_button{
    width: 100%;
    margin-top: 60px;
  }

  #pagebody .content1 .detail_form_button button{
    height: 80px;
    font-size: 20px;
  }

  #pagebody .content1 .lower_contact{
    margin-top: 60px;
  }

  #pagebody .content1 .lower_contact__inner{
    display: block;
    min-height: auto;
    padding: 37px 0 40px 20px;
  }

  #pagebody .content1 .lower_contact__text::before{
    left: -50px;
    top: -24px;
    width: 102px;
    height: 198px;
  }

  #pagebody .content1 .lower_contact__label{
    margin: 0 0 12px;
    padding-left: 15px;
    font-size: 14px;
  }

  #pagebody .content1 .lower_contact__label::before{
    top: .25em;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  #pagebody .content1 .lower_contact__lead{
    font-size: 15px;
    padding-right: 10px;
  }

  #pagebody .content1 .lower_contact__button{
    width: calc(100% + 20px);
    margin: 28px -20px 0 auto;
  }

  #pagebody .content1 .lower_contact__button a{
    width: 100%;
    padding: 0 64px 0 34px;
    font-size: 20px;
  }

  #pagebody .content1 .lower_contact__button a::after{
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px){
  #pagebody .contents_detail{
    padding-top: 55px;
  }
}


/* CMS edit button offset final override */
body.has-edit-btn:not(.is-edit-btn-passed) > #container #header,
body#top.has-edit-btn:not(.is-edit-btn-passed) > #container #header{
  top:var(--edit-btn-offset, 0px) !important;
}
body.has-edit-btn.is-edit-btn-passed > #container #header,
body#top.has-edit-btn.is-edit-btn-passed > #container #header{
  top:0 !important;
}
