@charset "utf-8";
/*
Theme Name:
Theme URI:
Description:
Author:CrescentWorks.inc
*/

/* =========================================================
 Rest.scss
========================================================= */
* {
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ",
    Hiragino Kaku Gothic ProN;
  outline: none;
  font-weight: normal;
  line-height: 1.6em;
  color: #333;
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px;
}
/* ========================================================
 Setting.scss
========================================================= */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto !important;
  text-align: center;
}
.alignright {
  float: right !important;
}
.alignleft {
  float: left;
}
.disnon {
  display: none;
}
.block {
  display: block;
}
.linkbox {
  cursor: pointer;
}
/* ◆clearfix
---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

.radius {
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box;
}
.font {
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN;
}
img.grow {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* =========================================================
 Layout
========================================================= */
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;
  font-size: 1.4rem; /*14px*/
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

#content {
  width: 980px;
  margin: 0 auto;
}
#main_content {
  width: 663px;
  float: left;
}
#sidebar {
  width: 280px;
  float: right;
}
/* =========================================================
 header
========================================================= */
#header {
  background: url(../img/top/border.png) repeat-x bottom;
  padding: 10px 0 8px 0;
  height: auto;
}
#header .header {
  width: 980px;
  margin: 0 auto;
}

#header h1,
#header h2 {
  font-size: 1.2rem;
  float: left;
}
#header h1 {
  margin: 0 5px 0 0;
}
#header .headBox {
  width: 100%;
}
#header .headBox1 {
  width: 48%;
  float: right;
}
#header .headBox1 .headMenu {
  float: left;
  width: 50%;
  margin: 13px 25px 0 0;
}
#header .headBox1 .headMenu li {
  float: left;
  margin: 0 10px 0 0;
}
#header .headBox1 .headMenu li:first-child {
  width: 50px;
}
#header .headBox1 .headMenu li:nth-child(2) {
  width: 82px;
}
#header .headBox1 .headMenu li:nth-child(3) {
  width: 80px;
  margin: 0 0 0 0;
}
#header .headBox2 {
  clear: both;
  background-color: #fff;
  padding: 0 0 0;
}
#header .headBox2 h3 {
  width: 210px;
  float: left;
}
#header .headBox2 h3 img {
  width: 100%;
  height: auto;
}
/* =========================================================
 navi
========================================================= */
#globalnav {
  float: right;
  width: 736px;
}
#globalnav .nav {
  margin: 3% 0 0 0;
}
#globalnav .nav li {
  float: left;
  padding: 4px 10px 0 10px;
  width: 126px;
  text-align: center;
  background: url(../img/top/navborder.jpg) no-repeat right top;
}
#globalnav .nav li:first-child {
  background: url(../img/top/navborder1.jpg) no-repeat right top;
  background-size: 100%;
}
#globalnav .nav li a {
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
#globalnav .nav li.slidedown {
  position: relative;
}

#globalnav .nav li ul.downList {
  position: absolute;
  top: 58px;
  left: 0px;
  width: 182px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ccc;
  z-index: -1;
  height: 0;
  transition: 0.3s;
  opacity: 0;
}

#globalnav .nav li ul.downList li {
  padding: 10px 0 10px 8px;
  background: url(../img/top/ddmenu.png) no-repeat right bottom;
  border-bottom: 1px solid #ccc;
  width: 173px;
  text-align: left;
}
#globalnav .navlink {
  display: block;
  padding: 0 0 32px 0;
}
/* =========================================================
 eyecatch
========================================================= */
#eyecatch_area {
  background: url(../img/eye/top.jpg) no-repeat center top;
  z-index: -100;
  position: relative;
  margin: -5px 0 0 0;
}
#eyecatch_area .eyecatch {
  width: 980px;
  margin: 0 auto 0;
  height: 308px;
}
#eyecatch_area .eyecatch .eyeField {
  width: 260px;
  padding: 80px 0;
  margin: 0 0 0 151px;
}
#eyecatch_area .eyecatch .eyeField img {
  margin: 40px 0 30px 0;
}
#eyecatch_area .page_eye {
}
#page_eyecatch_area {
  border-bottom: 1px solid #3a6883;
  z-index: -100;
  position: relative;
  margin: -5px 0 0 0;
}
.page_eyeFielad {
  width: 980px;
  margin: 0 auto;
}
/* =========================================================
 main_content
========================================================= */
#main_content .mainBox {
  width: 663px;
  margin: 20px 0;
}
#main_content .mainBox a {
  float: left;
  margin: 0 0 20px 0;
}
#main_content .infoBox {
  margin: 20px 0;
}
#main_content .infoBox .infoTitle {
  background: #3a688f;
  padding: 8px 15px;
}
#main_content .infoBox .infoTitle a {
  background: #fff;
  padding: 0px 10px 4px 15px;
}
#main_content .infoBox .infoTitle a img {
  vertical-align: middle;
}
#main_content .infoList li {
  padding: 8px 0;
}

#main_content .infoList .date,
.singleBox .date {
  float: left;
  width: 14%;
}
#main_content .infoList .cat,
.singleBox .cat {
  float: left;
  width: 14%;
  margin: 0 2%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px 0;
}
#main_content .infoList {
  margin: 3% 0;
}
.cat_info {
  background: #1e80bb;
}
.cat_blog {
  background: #2fa48f;
}
#main_content .infoList .title,
.singleBox .title {
  float: left;
  width: 68%;
}
#main_content .infoList .title a {
  text-decoration: underline;
}
.infoBox .infoTitle1 {
  margin: 2px 0 0 0;
  float: left;
}
/* =========================================================
 sidebar
========================================================= */
#sidebar .sidebar {
  margin: 20px 0;
}

#sidebar .sidebar {
  text-align: center;
}
#sidebar .sideBox {
  margin: 20px 0 80px;
}
#sidebar .sideBox a {
  margin: 0 0 10px 0;
  display: block;
}
/* ========================================================
 footer
========================================================= */
#footer {
  border-top: 2px solid #2d4f80;
}
#footer .footer {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
#footer .footer .pagetop {
  position: absolute;
  top: -30px;
  right: 0;
  width: 126px;
  cursor: pointer;
}
#footer .footBox img {
  float: left;
}
#footer .footList {
  float: left;
  width: 58%;
  margin: 0 1% 0 3%;
}
#footer .footList li {
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 18px;
}
#footer .footLogo {
  width: 17%;
  height: auto;
}
#footer .footList li:nth-child(5),
#footer .footList li:last-child {
  border-right: none;
}
#footer .footList li a {
  color: #2c5680;
  font-size: 1.3rem;
}
#footer .footcopy {
  background: #dadada;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #666;
  font-weight: bold;
}

/*========================================================
Common
========================================================*/
.page {
  margin: 20px 0 0 0;
}
.pageBox {
  margin: 0 0 60px 0;
}
.pageBox .pageTitle {
  border-top: 1px solid #3a6883;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
}
.pageBox .pageTitle h4 {
  border-left: 6px solid #3a6883;
  padding: 0 0 0 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.pageInner {
  margin: 20px 0;
}
.chemiList {
  margin: 80px 0;
}
.chemiList li {
  float: left;
  margin: 0 31px 0 0;
}
.chemiList li:last-child {
  margin: 0;
  float: right;
}

/*========================================================
Contact form
========================================================*/
h4 {
  width: 610px;
  padding: 10px 0 12px 20px;
  font-size: 14px;
  margin: 20px 0 20px 0;
}
.contact_inner {
  margin: 0px auto 50px 0;
  width: 610;
  padding: 10px 0 30px 20px;
}
.contact_inner strong {
  font-weight: 700;
  margin-bottom: 5px;
}
.contact_inner div {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 25px 0;
}

.contact_inner span {
  color: red;
  margin-left: 5px;
}
.contact_inner p {
  margin-top: 8px;
}
p.margintop {
  margin-top: 15px;
}
input[type="text"],
input[type="email"],
textarea {
  width: 90%;
}
input[type="tel"] {
  width: 15%;
}
input[id="zip1"] {
  width: 10%;
}
input[id="zip2"] {
  width: 10%;
}
input[type="button"] {
  display: block;
  padding: 20px 100px;
  cursor: pointer;
  border: 1px solid #ddd;
  float: left;
}
input[type="submit"] {
  display: block;
  padding: 20px 100px;
  cursor: pointer;
  border: 1px solid #3a6883;
  float: left;
  background: #3a6883;
  color: #fff;
  margin-left: 15px;
}
input,
textarea,
select,
button {
  border: 1px solid #999;
  padding: 1%;
}
input:focus {
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#33000000,Positive=true);
}
.thanks {
  width: 400px;
  margin: 10px 30px;
}
.attention,
.submit_area {
  border-bottom: none !important;
}

/*========================================================
pagenavi
========================================================*/
.wp-pagenavi {
  margin: 20px 0 20px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 3px;
}
#maincontent .info .current {
  color: #fff;
}

.wp-pagenavi span.current {
  border-color: #3a6883 !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #3a6883 !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none !important;
  padding: 5px 11px !important;
  margin: 5px !important;
  font-weight: bold;
  font-family: "メイリオ", Hiragino Kaku Gothic ProN;
}
.wp-pagenavi span {
  color: #fff !important;
}
.wp-pagenavi .current {
  float: none !important;
}

/*------ぱんくず--------*/
ul.bread_crumb {
  list-style: none;
  width: 980px;
  background: transparent;
  margin: 10px auto 0;
  position: relative;
}
.bread_crumb li {
  float: left;
  color: #2d5082 !important;
}
.bread_crumb li a,
.bread_crumb li span {
  color: #666 !important;
}
.bread_crumb li + li:before {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #666 !important;
}
.bread_crumb:after {
  content: "";
  display: block;
  clear: both;
}
.breadWrapp {
  width: 100%;
  background: url(../img/content/content_topbg.html) repeat-x left top;
  position: relative;
  z-index: 10;
  padding: 15px 0 0 0;
  top: -10px;
}

/*========================================================
sitemap
========================================================*/
ul#sitemap_list {
  padding: 0 0 0 20px;
  margin: 20px 20px 0 0;
}
ul#sitemap_list li {
  list-style: inside disc;
}
ul#sitemap_list li {
  border-bottom: 1px solid #ccc;
}
ul#sitemap_list li a {
  display: block;
  padding: 10px 0;
}

/*========================================================
single
========================================================*/
.singleBox {
  min-height: 300px;
  margin: 20px 0;
}
.postlink {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.postlink li {
  width: 50%;
}

.singleCon {
  clear: both;
  margin: 15px 0 0 0;
}
.postlink li a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.postlink li:first-child a {
  border-right: 1px solid #ccc;
}
.postlink li:last-child a {
  text-align: right;
}

/*========================================================
追加
========================================================*/

.smalba {
  display: block;
  margin-bottom: 15px;
}
.singleBox .gallery figure {
  display: inline-block;
}
.singleCon p {
  margin-bottom: 5px;
}
/*========================================================
コンタクト
========================================================*/

.formbox {
  margin-bottom: 40px;
}
.form_list {
}
.form_wp dt {
  font-weight: 700;
  margin-bottom: 5px !important;
  font-size: 13px;
}
.form_list dd {
}

.formbox input {
  border: 1px solid #999;
  padding: 7px 9px;
  margin: 0;
  margin-bottom: 12px;
}

.form_list {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 17px 0;
}

.formbox .inp01,
.formbox .inp_tarea {
  width: 90%;
}
.formbox .inp02 {
  width: 15%;
}
.formbox .inp03 {
  width: 10%;
}
.formbox .inp04 {
  width: 30%;
  border: 1px solid #999;
  padding: 10px;
}
.form_wp .hissu {
  color: red;
  margin-left: 5px;
}

.formbox .ubox:not(:last-child) {
  margin-bottom: 20px;
}
.formbox .ubox b {
  color: #333;
  display: inline-block;
}
.formbox .bars input {
  margin-left: 5px;
  margin-bottom: 0;
}

.formbox .inp_tarea {
  width: 90% !important;
  height: 280px !important;
  border: 1px solid #999;
}
.kakuninbox {
  margin-bottom: 20px;
}
.souhin_box {
  margin-bottom: 100px;
}

.souhin_box button[type="submit"] {
  display: block;
  padding: 20px 100px;
  cursor: pointer;
  border: 1px solid #3a6883;
  float: left;
  background: #3a6883;
  color: #fff;
  margin-left: 15px;
}

/*========================================================
サイドバー
========================================================*/

.sidebox2 {
}

.sidebox2 a {
  display: block;
  max-width: 234px;
  margin: 0 auto 15px;
}

.sidebox2 a:not(:nth-of-type(1)) {
  border: solid 1px #2b4f7f;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
}

.sidebox2 a img {
  display: block;
  max-width: 100%;
}

/*========================================================
会社紹介
========================================================*/
.movie_area {
  margin-bottom: 10px;
}
.movie_area .titlemovie_wp {
  margin-bottom: 20px;
}
.movie_area .movie_wp {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 57.7%;
  width: 100%;
}
.movie_area .movie_wp iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*========================================================
WEB立ち合いシステム
========================================================*/
.websystem {
}
.webs_wp {
}

.webs_wp {
  position: relative;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0 0 57.7%;
  width: 100%;
}
.webs_wp iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.websystem_about {
}
.websystem_about p {
  margin-bottom: 30px;
}
.websystem_about b {
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 1px;
  margin: 0 5px;
  color: #3b688f;
}

.websystem_about2 {
}
.websystem_about2 p {
  font-weight: bold;
}

.pageTitle_x {
}
.pageTitle_x h5 {
  background: #3b688f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.ws_about {
}
.ws_about p {
  font-weight: bold;
}

.sesel {
  margin-bottom: 10px;
}
.sesel > span {
  display: inline-block;
  margin-right: 10px;
}

.sesel > select {
  border: 1px solid #999;
  padding: 7px 9px;
}

/*========================================================
確かな技術
========================================================*/
.tashi_dl_wp .tashi_dl dt img {
  width: 150px; 
  height: 150px; 
  border-radius: 50%; 
  object-fit: cover; 
  margin: 0 auto; 
  display: block;
}

.tashi_dl_wp ul.cl33 {
  display: flex;
  justify-content: space-between; 
  padding: 0;
  margin: 0;
  list-style: none;
}


.tashi_dl_wp ul.cl33 li {
  flex: 1; 
  padding: 0 10px;
  box-sizing: border-box; 
  list-style: none;
}


.tashi_dl_wp ul.cl33 li:not(:last-child) {
  margin-right: 2%; 
}

.tashi_dl_wp dl dd .reki_wp {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
  flex-grow: 1; 
  width: auto; 
}


.tashi_dl_wp dl dd .reki_wp b {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}


.tashi_dl_wp dl dd .reki_wp b:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
}

.tashi_dl_wp .tashi_dl {
  margin-bottom: 10px;
}

.tashi_dl_wp .tashi_dl dt img {
  /* width: 100%; */
  display: block;
}

.tashi_dl_wp dl dt {
  margin-bottom: 10px;
}
.tashi_dl_wp dl dd {
  box-sizing: border-box;
}

.tashi_dl_wp dl dd .tit_wp {
  margin-bottom: 20px;
  padding-bottom: 7px;
  position: relative;
}

.tashi_dl_wp dl dd .tit_wp::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(59, 104, 143);
  background: linear-gradient(
    90deg,
    rgba(59, 104, 143, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.tashi_dl_wp dl dd .tit_wp b {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.tashi_dl_wp dl dd .tit_wp strong {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  line-height: 1.5;
}
.tashi_dl_wp dl dd .tit_wp strong small {
  font-size: 80%;
}

.tashi_dl_wp dl dd .reki_wp {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
.tashi_dl_wp dl dd .reki_wp b {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.tashi_dl_wp dl dd .c_tashi01 b:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  color: #00e5ff;
}

.tashi_dl_wp dl dd .c_tashi02 b:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  color: #5516c1;
}

.tashi_dl_wp dl dd .c_tashi03 b:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  color: #ff7c11;
}

.tashi_dl_wp dl:nth-child(2n) dd .mess p {
}

.disc {
  margin-left: 10px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .tashi_dl_wp ul.cl33 {
    flex-direction: column;
  }

  .tashi_dl_wp ul.cl33 li {
    width: 100%;
    margin-right: 0; 
  }

  .tashi_dl_wp .tashi_dl {
    margin-bottom: 10%;
}
}

/*========================================================
採用情報
========================================================*/

.formbox .inp_tarea2 {
  width: 90% !important;
  height: 200px !important;
  border: 1px solid #999;
}

.table01 {
  margin: 30px 0;
}

.table01 table {
  border-top: 1px solid #9a9999;
  width: 100%;
}

.table01 table tbody tr {
  border-bottom: 1px solid #9a9999;
}

.table01 table tbody tr th {
  padding: 10px;
  vertical-align: middle;
  background: #eee;
  width: 120px;
}

.table01 table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.table01 table tbody tr td label {
  margin-right: 10px;
}

.table01 table tbody tr th span {
  margin-left: 10px;
}

.qanda {
}
.qawp {
  counter-reset: numb2;
  margin: 30px 0;
}
.qawp dl {
  counter-increment: numb2;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 5px;
}
.qawp dl dt {
  padding: 5px 5px 10px 45px;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  border-bottom: solid 1px;
  word-break: break-all;
  margin-bottom: 5px;
}
.qawp dl dt::before {
  content: "Q" counter(numb2);
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #00b4bd;
  top: 44%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qawp dl dd {
  padding: 5px 5px 5px 40px;
  position: relative;
  word-break: break-all;
}
.qawp dl dd::before {
  content: "A" counter(numb2);
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #ff2f2f;
  top: 4px;
  left: 20px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/*20210624追記*/
.boxcg_Box > div {
  display: none;
}

.boxcg_Box > div.on {
  display: block;
}

.boxcg_Box > div .txt_wp {
  margin: 20px auto;
}

.boxcg_btn_Box {
  border-top: solid 1px #2aaea1;
  border-bottom: solid 1px #2aaea1;
  padding: 10px 5px 0;
  margin: 30px 0 0 0;
}

.boxcg_btn_Box > a {
  display: inline-block;
  text-align: center;
  background-color: #b7b7b7;
  padding: 5px 15px;
  color: #fff;
  margin: 0 10px 10px 0;
  transition: 0.3s;
}

.boxcg_btn_Box > a.on {
  background-color: #2d6894;
}

.max100 {
  display: block;
  max-width: 100%;
}

.web_gaiyou {
}

.web_gaiyou .img_wp {
  margin-bottom: 20px;
}
.web_gaiyou .txt_wp {
  margin-bottom: 20px;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cl50 > li,
.cl50 > a {
  float: left;
  width: 48%;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cl50 > li:not(:nth-child(2n)),
.cl50 > a:not(:nth-child(2n)) {
  margin-right: 4%;
}

.kkn_bn {
  width: 280px;
}

.mb40{
margin-bottom: 40px;}