@charset "UTF-8";
/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP&display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 2;
  overflow-x: hidden;
  color: #101010;
  letter-spacing: 0.04em;
}

.f-en {
  font-family: 'Hiragino Sans', sans-serif;
}

.container {
  max-width: 1200px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  transition: all 0.4s ease-out;
}

.head02 {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  font-family: Hiragino sans-serif;
  letter-spacing: 0.07em;
  color: #c2bcad;
  margin: 0;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

.head02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: 100%;
}

.head02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 60%;
  height: 2px;
  content: '';
  background: #000;
  margin: 0% 0% 0% 20%;
}

.head02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


.line03 {
  position: relative;
  padding-bottom: 3%;
  text-align: left;
  color: #c2bcad;
  font-weight: normal;
  font-family: Hiragino sans-serif;
  background: #fff;
}

.line03:before {
  position: absolute;
  top: calc(35% - 0px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #a5a5a5;
}

/*--------------------------------------------------------------
.line03 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 100%;
}
--------------------------------------------------------------*/

.line03 span {
  position: relative;
  background: #fff;
  font-size: 30px;
}

.line03 span1 {
  position: relative;
  padding: 0 2em;
  background: #fff;
  font-size: 15px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .line03 span1 {
    display: none;
  }
}
.line03 span2 {
  transform: scale(0.8, 1);
  color: #a5a5a5;
  vertical-align: revert;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .head02 {
    font-size: 26px;
  }
}
.head02 .head-min {
  font-size: 15px;
  color: #c2bcad;
  margin-top: 5px;
  margin-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .head02 .head-min {
    font-size: 14px;
  }
}

.p-btn {
  max-width: 300px;
}

.p-btn a {
  display: block;
  color: #fff;
  font-size: 1.142rem;
  font-weight: 600;
  line-height: 1;
  background: #002C83 url(../img/icon-arrow-right.svg) no-repeat right 20px center/15px auto;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}

.p-btn a:hover {
  text-decoration: none;
  background-color: #003db6;
}

.badge-news {
  background-color: #002C83;
  color: #fff;
}

.badge-category2 {
  background-color: #2DB8B4;
  color: #fff;
}

.badge-category3 {
  background-color: #CF6916;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  margin: 5px auto 3px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  header {
    margin: 10px auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  header .navbar-nav {
    margin-top: 20px;
    margin-right: 10%;
    text-align: right;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #101010;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 14px;
  }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #002C83;
  padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    padding: 10px 0;
  }
}

.navbar-brand:hover {
  opacity: 0.8;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar-brand {
    width: 140px;
  }
}

.navbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.navbar .navbar-nav li:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item {
  line-height: 1;
  margin: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
  }
}

.navbar .navbar-nav .nav-item a {
  padding: 0;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
  }
}

.navbar .navbar-toggler {
  background: #c2bcad;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .navbar .navbar-toggler-icon {
    height: 2em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .main-nab-wrap {
    width: 100%;
  }
}

.header-info {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.footer-info-contact.p-btn a,
.header-info-contact.p-btn a {
  color: #fff !important;
  background-color: #B8951A;
}

.footer-info-contact.p-btn a:hover,
.header-info-contact.p-btn a:hover {
  background-color: #8b7114;
}

#page-sub-header {
  padding: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#content.site-content {
  padding: 0;
}

footer .foot-top {
  background: #c2bcad;
  padding: 35px 0;
	font-size:14px;
}

footer .foot-lnfo {
  text-align: center;
}

footer .foot-lnfo .foot-tel {
  margin: 20px auto;
  max-width: 210px;
}

footer .foot-lnfo .footer-info-contact {
  margin: auto;
}

footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .footer-nav {
    padding-left: 0;
    margin-top: 30px;
  }
}

footer .footer-nav li {
  flex-basis: 48%;
  font-weight: 600;
  list-style: none;
  background: url(../img/icon-arrow-right.svg) no-repeat left center/13px auto;
  padding-left: 22px;
  margin-bottom: 4px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .footer-nav li {
    font-weight: normal;
    flex-basis: 49%;
    font-size: 13px;
    background-size: 10px auto;
    padding-left: 15px;
  }
}

footer .footer-nav li a {
  display: block;
  color: #fff;
}

footer .footer-nav li a:hover {
  color: #fff;
}

footer .site-info {
  color: #002C83;
  text-align: center;
  font-family: 'Hiragino Sans', sans-serif;
  padding: 10px 0;
}

/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
#main section {
  padding: 15px 0 40px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #main section {
    padding: 40px 0;
  }
}

/* mainimg
.mainimg{ padding: 0; }
.mainimg h2{
	left: 0%;
	right: inherit;
	bottom: 10%;
	width: 90%;
}
.mainimg .mainimg_slider li{ padding: 0; }
.mainimg_thumb ul{ display: none; }
.mainimg .slide-arrow{ width: 16px; height: 29px; }
.mainimg .slide-arrow.prev-arrow{ left: 10px; }
.mainimg .slide-arrow.next-arrow{ right: 10px; }
------------------------------------------------------------ */

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mainimg {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .mainimg {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .mainimg2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .mainimg2 {
    display: none;
  }
}

.concept h3 {
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .concept .concept-column {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .concept .concept-column .order-first {
    max-width: 350px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .concept .concept-column .order-first .p-btn {
    margin: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .concept .concept-list {
    width: 95%;
    margin: auto;
  }
}

.concept .concept-list .box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  font-size: 1.142rem;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .concept .concept-list .box {
    padding: 20px 0px;
    font-size: 1rem;
  }
}

.concept .concept-list .icon {
  width: 70px;
  height: 90px;
  margin: auto;
  background: no-repeat center / 100% auto;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .concept .concept-list .icon {
    width: 50px;
    height: 60px;
  }
}

.concept .concept-list .icon.icon-concept {
  background-image: url(../img/icon-concept.svg);
}

.concept .concept-list .icon.icon-works {
  background-image: url(../img/icon-works.svg);
  width: 50px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .concept .concept-list .icon.icon-works {
    width: 35px;
  }
}

.concept .concept-list .icon.icon-factory {
  background-image: url(../img/icon-factory.svg);
  width: 55px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .concept .concept-list .icon.icon-factory {
    width: 40px;
  }
}

.target {
  background: url(../img/tool-bg.png) no-repeat center/cover;
  padding: 50px 0;
}

.target .target-box {
  max-width: 700px;
  margin: auto;
}

.target .box {
  text-align: center;
  font-size: 1.142rem;
  font-weight: 600;
}

.target .box a {
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 40px 0;
  color: #101010;
}

.target .box a:hover {
  text-decoration: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}

.target .box.box-personal .icon {
  background-image: url(../img/icon-personal.svg);
}

.target .box.box-corporation .icon {
  background-image: url(../img/icon-corpotation.svg);
}

.target .box .icon {
  background: no-repeat center / auto 100%;
  height: 55px;
  margin-bottom: 15px;
}

.target .box .f-en {
  color: #99BBFF;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
}

.information .info-list {
  font-size: 16px;
}

.information .info-list dl {
  display: flex;
  align-items: center;
  padding: 0px 0;
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .information .info-list dl {
    display: block;
  }
}

.information .info-list dd {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3%;
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .information .info-list dd {
    justify-content: inherit;
  }
}

.information .info-list dd .badge {
  padding: 7px 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .information .info-list dd .badge {
    margin-left: 10px;
  }
}

.information .info-list dt a {
  font-weight: normal;
  text-decoration: underline;
}

.information .info-list dt a:hover {
  text-decoration: none;
  color: #C0BEFF;
  text-decoration: underline;
}

.topics {
  background: url(../img/polygon-bg.png) no-repeat center/cover;
  padding: 40px 0;
}

.topics .col-md-4 {
  margin-bottom: 20px;
}

.topics .col-md-4:last-child {
  margin-bottom: 0;
}

.topics .topics-box {
  background: #000 no-repeat center / cover;
  color: #fff;
  font-size: 1.285rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
}

.topics .topics-box.box-flow {
  background: url(../img/topics-flow-bg@2x.png);
  padding: 50px 0;
}

.topics .topics-box.box-factory {
  background: url(../img/topics-factory-bg@2x.png);
}

.topics .topics-box.box-factory:hover {
  opacity: 0.8;
}

.topics .topics-box.box-partner {
  background: url(../img/topics-partner-bg@2x.png);
}

.topics .topics-box.box-partner:hover {
  opacity: 0.8;
}

.topics .topics-box a {
  padding: 50px 0;
}

.topics .topics-box .f-en {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #99BBFF;
  line-height: 1;
  margin-top: 10px;
}

.topics a {
  display: block;
  position: relative;
  color: #fff;
}

.topics a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon-arrow-right.svg) no-repeat 0 0/20px auto;
}

.topics a:hover {
  text-decoration: none;
}

.topics .topics-btn {
  text-align: center;
  margin-top: 10px;
}

.topics .topics-btn a {
  border-radius: 100px;
  line-height: 1;
  padding: 7px 0 10px;
}

.topics .topics-btn a::after {
  width: 13px;
  height: 13px;
  background-size: 13px auto;
  right: 10px;
}

.topics .topics-btn .personal a {
  background: #317C79;
}

.topics .topics-btn .personal a:hover {
  background: #3fa19d;
}

.topics .topics-btn .corpotation a {
  background: #3B3178;
}

.topics .topics-btn .corpotation a:hover {
  background: #4d409c;
}

/*--------------------------------------------------------------
# layer
--------------------------------------------------------------*/
.page .content-area {
  margin-bottom: 60px;
}

.subhead {
  background: url(../img/polygon-bg.png) no-repeat center/cover;
  padding: 60px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .subhead {
    padding: 30px 0;
  }
}

.subhead h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .subhead h1 {
    font-size: 20px;
  }
}

.site-content h2,
.widget h2 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 6px #c2bcad;
  font-size: 28px;
  margin: 40px 0 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-content h2,
  .widget h2 {
    font-size: 20px;
  }
}

.site-content h3,
.widget h3 {
  position: relative;
  margin: 40px 0 30px;
  padding-bottom: 15px;
}

.site-content h3::after,
.widget h3::after {
  content: "";
  position: absolute;
  background-color: #7E796C;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

.site-content .read,
.widget .read {
  color: #002C83;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 30px;
  position: relative;
  line-height: 1.4;
  padding: 10px 20px;
  display: inline-block;
  top: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-content .read,
  .widget .read {
    font-size: 18px;
  }
}

.site-content .read:before, .site-content .read:after,
.widget .read:before,
.widget .read:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.site-content .read:before,
.widget .read:before {
  border-left: solid 1px #001b50;
  border-top: solid 1px #001b50;
  border-bottom: solid 1px #001b50;
  left: 0;
}

.site-content .read:after,
.widget .read:after {
  content: '';
  border-top: solid 1px #001b50;
  border-right: solid 1px #001b50;
  border-bottom: solid 1px #001b50;
  right: 0;
}

.site-content ul,
.widget ul {
  margin: 0;
  padding: 0;
}

.site-content ul li,
.widget ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.site-content ul li::before,
.widget ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 8px;
  padding-left: 20px;
}

/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
.site-content .company-idea .read {
  font-size: 18px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-content .company-idea .read {
    font-size: 14px;
  }
}

.company-information dl {
  display: flex;
  padding: 15px;
  margin: 0;
}

.company-information dl:nth-child(odd) {
  background: #f2f2f2;
}

.company-information dt {
  flex-basis: 20%;
  color: #002C83;
}

.company-information dd {
  flex-basis: 80%;
  margin-bottom: 0;
}

.company-information dd ul {
  margin-bottom: 0;
}

.company-information iframe {
  width: 100%;
  height: calc(100% - 110px);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .company-information iframe {
    height: 40vh;
  }
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service-box02,
.service-box04 {
  flex-flow: row-reverse;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .service-box02,
  .service-box04 {
    flex-flow: column;
  }
}

/*--------------------------------------------------------------
# personal
--------------------------------------------------------------*/
.client-flow .client-flow-box {
  display: flex;
  flex-flow: wrap;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .client-flow-box {
    display: block;
    width: 90%;
    margin: auto;
  }
}

.client-flow .box {
  flex-basis: 14.6%;
  border: solid 3px #002C83;
  border-radius: 10px;
  margin: 1%;
  padding: 20px;
  color: #002C83;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .client-flow .box {
    flex-basis: 29%;
    margin: 2%;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .box {
    margin: 20px 0;
  }
}

.client-flow .box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -12.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #002C83;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .box::after {
    bottom: -18px;
    top: inherit;
    right: 0;
    left: 0;
    width: 0;
    border-width: 10px 10px 0 10px;
    border-color: #002C83 transparent transparent transparent;
  }
}

.client-flow .box:last-child::after {
  display: none;
}

.client-flow .en {
  font-family: 'Hiragino Sans', sans-serif;
  background: #002C83;
  border-radius: 100px;
  color: #fff;
}

.client-flow .catch {
  line-height: 150%;
  margin-top: 10px;
}

.client-flow .image {
  margin: 10px auto 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .image {
    width: 50%;
  }
}

.client-flow .image img {
  width: 100%;
}

.client-support .box {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  min-height: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-support .box {
    margin-bottom: 20px;
  }
}

.client-support h3 {
  margin: 0 0 10px;
}

.client-support h3::after {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f2f2f2), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f2f2f2), color-stop(0.75, #f2f2f2), color-stop(0.75, transparent), to(transparent));
}

.client-support .icon {
  max-width: 80px;
  margin: auto;
}

.client-support .icon img {
  width: 100%;
}

.price-table {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .price-table {
    display: block;
  }
}

.price-table table {
  width: 49%;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .price-table table {
    width: 100%;
  }
}

.price-table th {
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 80%;
}

.price-table th:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  border-top: #ccc dotted 4px;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .price-table th:after {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .price-table th:after {
    width: 40%;
  }
}

.price-table td {
  padding: 10px 20px;
}

.price-table .price {
  text-align: right;
}

/*--------------------------------------------------------------
# corporation
--------------------------------------------------------------*/
.corporation-btn {
  max-width: 380px;
}

/*--------------------------------------------------------------
# partner
--------------------------------------------------------------*/
.nav-tabs {
  justify-content: space-around;
}

.nav-tabs.partner-tab01 .nav-item {
  flex-basis: 24%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs.partner-tab01 .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}

.nav-tabs.partner-tab02 .nav-item {
  flex-basis: 30%;
}

.nav-tabs .nav-item {
  padding: 0;
}

.nav-tabs .nav-item::before {
  display: none;
}

.nav-tabs .nav-item a {
  text-align: center;
  padding: 10px;
}

.nav-tabs .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}

.nav-tabs .nav-item .nav-link.active {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}

.tab-content iframe {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content iframe {
    height: 200px;
  }
}

.tab-content .nav-pills .nav-link {
  margin-bottom: 5px;
}

.tab-content .nav-pills .nav-link:hover {
  background: #f2f2f2;
}

.partner-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .partner-list {
    display: block;
  }
}

.partner-list .parner-name {
  flex-basis: 20%;
  font-weight: bold;
  color: #002C83;
}

.partner-list .parner-info {
  flex-basis: 40%;
}

.partner-list .partner-content {
  flex-basis: 40%;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.form-control {
  display: inline-flex;
}
/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
  color: #707F89;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
  padding: 0.5em 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
  width: 30%;
  vertical-align: text-top;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
  font-size: 0.9em;
  color: #FFF;
  display: inline-block;
  padding: 0.2em 2em 0.2em;
  background: red;
  border-radius: 2px;
  float: right;
  border-radius: 15px;
}
/*「任意」部分のスタイリング*/
.table-res-form .free {
  font-size: 0.9em;
  color: #FFF;
  display: inline-block;
  padding: 0.2em 2em 0.2em;
  background: #A9D5F2;
  border-radius: 2px;
  float: right;
  border-radius: 15px;
}
.form_text01 {
  text-align: center;
  background: #3E3A3A;
  color: #fff;
  font-weight: bold;
}
/*「必須」部分のスタイリング*/
.form_text01 .requied {
  font-size: 0.8em;
  color: #FFF;
  display: inline-block;
  padding: 0.1em 2em 0.1em;
  background: red;
  border-radius: 2px;
  border-radius: 15px;
  margin-top: -6px;
  margin-left: 4px;
}
/*「任意」部分のスタイリング*/
.form_text01 .free {
  font-size: 0.8em;
  color: #FFF;
  display: inline-block;
  padding: 0.1em 2em 0.1em;
  background: #A9D5F2;
  border-radius: 2px;
  border-radius: 15px;
  margin-top: -6px;
  margin-left: 4px;
}

/*ここから768px以下の指定*/
@media screen and (min-width: 0px) and (max-width: 768px) {
/*thとtdをブロック化して幅100％にして、縦積み*/
  .table-res-form th, .table-res-form td {
    width: 100%;
    display: block;
  }
/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
  .table-res-form th {
    padding-bottom: 0;
    text-align: left;
  }
/*不要な最終行の左のthを非表示にする*/
  .table-res-form .empty {
    display: none;
  }
/*SP「必須」部分のスタイリング*/
  .table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.2em 2em 0.2em;
    background: red;
    border-radius: 2px;
    float: right;
    border-radius: 15px;
    border: 1px #CDD6DD solid;
    margin-top: 0px;
  }
/*SP「任意」部分のスタイリング*/
  .table-res-form .free {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.2em 2em 0.2em;
    background: #A9D5F2;
    border-radius: 2px;
    float: right;
    border-radius: 15px;
    border: 1px #CDD6DD solid;
    margin-top: 0px;
  }
}
/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
  border: 1px #CDD6DD solid;
  padding: 0.5em;
  border-radius: 0px;
  margin-bottom: 0.5em;
  width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
  background: #fff9f2;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
  padding: 1.5em 4em;
  border-radius: 20px;
  background: #FFC107;
  color: #fff;
  font-weight: bold;
  width: 100%;
  border-color: #fff;
  font-size: 28px;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
  background: #FFD965;
  box-shadow: none;
  border-color: #fff;
}
/* ------------------------------------
material
------------------------------------ */
.material .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.material label {
  text-align: center;
  display: table-caption;
}
/* 未チェックの選択肢を薄く表示 */
span.material .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.material .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    opacity: 1;
}
/* ラジオボタンを消す */
span.material input {
    display: none;
}
/* 選択肢の画像 */
span.material .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
    content: url(/wp-content/themes/oricolle/img/contact/material01.jpg);
}
span.material .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
    content: url(/wp-content/themes/oricolle/img/contact/material02.jpg);
}
span.material .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
    content: url(/wp-content/themes/oricolle/img/contact/material03.jpg);
}
span.material .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
    content: url(/wp-content/themes/oricolle/img/contact/material04.jpg);
}
/* ------------------------------------
surface
------------------------------------ */
.surface .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.surface label {
  text-align: center;
  display: table-caption;
}
/* 未チェックの選択肢を薄く表示 */
span.surface .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.surface .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
/* ラジオボタンを消す */
span.surface input {
  display: none;
}
/* 選択肢の画像 */
span.surface .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface01_01.jpg);
}
span.surface .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface01_02.jpg);
}
/* ------------------------------------
surface2_1
------------------------------------ */
.surface2_1 .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.surface2_1 label {
  text-align: center;
  display: table-caption;
}
/* 未チェックの選択肢を薄く表示 */
span.surface2_1 .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.surface2_1 .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
/* ラジオボタンを消す */
span.surface2_1 input {
  display: none;
}
/* 選択肢の画像 */
span.surface2_1 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_02.jpg);
}
span.surface2_1 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_03.jpg);
}
span.surface2_1 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_04.jpg);
}
/* ------------------------------------
surface2_2
------------------------------------ */
.surface2_2 .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.surface2_2 label {
  text-align: center;
  display: table-caption;
}
/* 未チェックの選択肢を薄く表示 */
span.surface2_2 .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.surface2_2 .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
/* ラジオボタンを消す */
span.surface2_2 input {
  display: none;
}
/* 選択肢の画像 */
span.surface2_2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_01.jpg);
}
span.surface2_2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_02.jpg);
}
span.surface2_2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_03.jpg);
}
span.surface2_2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/surface02_04.jpg);
}
/* ------------------------------------
color
------------------------------------ */
/* 未チェックの選択肢を薄く表示 */
span.color .wpcf7-list-item input + .wpcf7-list-item-label:after {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.color .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
/* ラジオボタンを消す */
span.color input {
  display: none;
}
/* ラジオボタンの文字を消す */
span.color input + span {
  font-size: 0;
}
/* 選択肢の画像 */
span.color .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color01.jpg);
}
span.color .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02.jpg);
}
span.color .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color03.jpg);
}
span.color .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color04.jpg);
}
span.color .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color05.jpg);
}
span.color .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color06.jpg);
}
span.color .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color07.jpg);
}
span.color .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color08.jpg);
}
span.color .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color09.jpg);
}
span.color .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color10.jpg);
}
span.color .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color11.jpg);
}
span.color .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color12.jpg);
}
/* ------------------------------------
color2
------------------------------------ */
/* 未チェックの選択肢を薄く表示 */
span.color2 .wpcf7-list-item input + .wpcf7-list-item-label:after {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.color2 .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
/* ラジオボタンを消す */
span.color2 input {
  display: none;
}
/* ラジオボタンの文字を消す */
span.color2 input + span {
  font-size: 0;
}
/* 選択肢の画像 */
span.color2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_01.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_02.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_03.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_04.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_05.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_06.jpg);
}
span.color2 .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
  content: url(/wp-content/themes/oricolle/img/contact/color02_07.jpg);
}
/* ------------------------------------
handle
------------------------------------ */
.handle .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.handle-ofj .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
.handle label {
  text-align: center;
  display: table-caption;
}
.handle-ofj .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .handle-ofj label {
    text-align: center;
    display: table-caption;
  }
/* 未チェックの選択肢を薄く表示 */
span.handle .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
span.handle-ofj .wpcf7-list-item input + .wpcf7-list-item-label:before {
    opacity: 0.5;
  }
  

/* チェックされた選択肢を濃く表示 */
span.handle .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
span.handle-ofj .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    opacity: 1;
  }

/* ラジオボタンを消す */
span.handle input {
  display: none;
}
span.handle-ofj input {
    display: none;
  }
/* 選択肢の画像 一般品ハンドル*/
span.handle .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle01.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle02.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle03.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle04.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle05.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle06.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle07.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle08.jpg);
}
span.handle .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/contact/handle09.jpg);
}


/* 選択肢の画像 一般品ハンドル*/
span.handle-ofj .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/content/ofj_04_01.jpg);
}
span.handle-ofj .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/content/ofj_04_02.jpg);
}
span.handle-ofj .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/content/ofj_04_03.jpg);
}
span.handle-ofj .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: url(/wp-content/themes/oricolle/img/content/ofj_04_04.jpg);
}  

/* ------------------------------------
option
------------------------------------ */
.option .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.option label {
  background: #EBEBEB;
  display: table-caption;
}
span.option .wpcf7-list-item-label:before {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-right: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
span.option .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-right: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #000;
}
/* チェックボタンの調整 */
span.option input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.option .wpcf7-list-item input + .wpcf7-list-item-label:after {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.option .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.option .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option05.jpg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  span.option .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 210px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option01.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.option .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 210px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option02.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.option .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 210px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option03.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.option .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 210px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option04.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.option .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 210px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option05.jpg);
    background-size: contain;
    vertical-align: middle;
  }
}
.option .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.option label {
  background: #EBEBEB;
  display: table-caption;
}
/* ------------------------------------
option2　宅配
------------------------------------ */
.option2 .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.option2 label {
  background: #EBEBEB;
  display: table-caption;
  text-align: center;
}
/* ラジオボタンを消す */
span.option2 input {
  display: none;
}
/* チェックボタンの調整 */
span.option2 input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.option2 .wpcf7-list-item input + .wpcf7-list-item-label:after {
  opacity: 0.4;
}
/* チェックされた選択肢を濃く表示 */
span.option2 .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  border: 2px #7b7b7b solid;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.option2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
span.option2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.option2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 340px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/option02_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
}
.option2 .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* ------------------------------------
foil-stamping-color simplebag　箔押しカラー
------------------------------------ */
.foil-stamping-color .wpcf7-form-control{
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .foil-stamping-color label {
    background: white;
    display: table-caption;
  } 
  
  span.foil-stamping-color .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
  }
  span.foil-stamping-color .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #000;
  }
  /* チェックボタンの調整 */
  span.foil-stamping-color input {
    display: none;
  }
  /* 未チェックの選択肢を薄く表示 */
  span.foil-stamping-color .wpcf7-list-item input + .wpcf7-list-item-label:after {
    opacity: 0.5;
  }
  /* チェックされた選択肢を濃く表示 */
  span.foil-stamping-color .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }
  /* 選択肢の文字 */
  .wpcf7-list-item-label {
    font-size: 18px;
  }
  /* 選択肢の画像 */
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_01.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_02.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_03.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_04.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_05.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_06.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_07.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_08.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.foil-stamping-color .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 200px;/*画像の幅*/
    height: 40px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab01_09.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_01.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_02.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_03.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_04.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_05.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_06.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_07.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_08.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.foil-stamping-color .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab01_09.jpg);
      background-size: contain;
      vertical-align: middle;
    }
  }
  .foil-stamping-color .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
/* ------------------------------------
print-color  simplebag　クラフト　カラー
------------------------------------ */
.print-color .wpcf7-form-control{
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .print-color label {
    background: white;
    display: table-caption;
  } 
  
  span.print-color .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
  }
  span.print-color .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #000;
  }
  /* チェックボタンの調整 */
  span.print-color input {
    display: none;
  }
  /* 未チェックの選択肢を薄く表示 */
  span.print-color .wpcf7-list-item input + .wpcf7-list-item-label:after {
    opacity: 0.5;
  }
  /* チェックされた選択肢を濃く表示 */
  span.print-color .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }
  /* 選択肢の文字 */
  .wpcf7-list-item-label {
    font-size: 18px;
  }
  /* 選択肢の画像 */
  span.print-color .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_01.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_02.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_03.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_04.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_05.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 150px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_06.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_07.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_08.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_09.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_10.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  span.print-color .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 160px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_11.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    span.print-color .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_01.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_02.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_03.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_04.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_05.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_06.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_07.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_08.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 60px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_09.jpg);
      background-size: contain;
      vertical-align: middle;
    }
    span.print-color .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label:after {
        content: '';
        display: inline-block;
        width: 300px;/*画像の幅*/
        height: 60px;/*画像の高さ*/
        background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_10.jpg);
        background-size: contain;
        vertical-align: middle;
      }
    span.print-color .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label:after {
        content: '';
        display: inline-block;
        width: 300px;/*画像の幅*/
        height: 60px;/*画像の高さ*/
        background-image: url(/wp-content/themes/oricolle/img/content/tab02_01_11.jpg);
        background-size: contain;
        vertical-align: middle;
    }
  }
  .print-color .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }



/* ------------------------------------
option04 OFJ
------------------------------------ */
.option_ofj .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .option_ofj label {
    background: #EBEBEB;
    display: table-caption;
  }
  span.option_ofj .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
  }
  span.option_ofj .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    content: '';
    border: 2px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #000;
  }
  /* チェックボタンの調整 */
  span.option_ofj input {
    display: none;
  }
  /* 未チェックの選択肢を薄く表示 */
  span.option_ofj .wpcf7-list-item input + .wpcf7-list-item-label:after {
    opacity: 0.5;
  }
  /* チェックされた選択肢を濃く表示 */
  span.option_ofj .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }
  /* 選択肢の文字 */
  .wpcf7-list-item-label {
    font-size: 18px;
  }
  /* 選択肢の画像 */
  span.option_ofj .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: '';
    display: inline-block;
    width: 340px;/*画像の幅*/
    height: 240px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/option-ofj01.jpg);
    background-size: contain;
    vertical-align: middle;
  }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    span.option_ofj .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
      content: '';
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 210px;/*画像の高さ*/
      background-image: url(/wp-content/themes/oricolle/img/contact/option-ofj01.jpg);
      background-size: contain;
      vertical-align: middle;
    }
  }
  .option_ofj .form-control {
    border: #0000;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .option_ofj label {
    background: #EBEBEB;
    display: table-caption;
  }
  
/* ------------------------------------
size
------------------------------------ */
.form_inner_main .contact_form .form_group p .kikaku_etc, .form_inner_main .contact_form .form_group p .op_etc {
    display: inline-block;
    font-style: normal;
}
.form_inner_main .contact_form .form_group p .kikaku_etc input, .form_inner_main .contact_form .form_group p .op_etc input {
    width: 50px;
    padding: 0 5px;
}
.form_inner_main .contact_form .form_group p .wpcf7-form-control-wrap.op_width,  .form_inner_main .contact_form .form_group p .kikaku_etc .wpcf7-form-control-wrap {
    width: inherit;
}


.kikaku_etc {
    display: inline-block;
    font-style: normal;
}
.kikaku_etc input {
    width: 50px;
    padding: 0 5px;
}

.size .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size label {
  background: #EBEBEB;
  display: table-caption;
}
span.size .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
span.size .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #000;
}
/* チェックボタンの調整 */
span.size input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.size .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.size .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  border: 2px #000 solid;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.size .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size05.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size06.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size07.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size08.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size09.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size10.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size11.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size12.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size13.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size14.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size15.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size16.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size17.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 490px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size18.jpg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
span.size .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size05.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size06.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size07.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size08.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size09.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size10.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size11.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size12.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size13.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size14.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size15.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size16.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size17.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 300px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size18.jpg);
  background-size: contain;
  vertical-align: middle;
}
}
.size .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size label {
  background: #fff;
  display: table-caption;
  border: 2px #000 solid;
}

/* ------------------------------------
size2
------------------------------------ */
.size2 .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size2 label {
  background: #fff;
  display: table-caption;
}
span.size2 .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
span.size2 .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #000;
}
/* チェックボタンの調整 */
span.size2 input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.size2 .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.size2 .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  border: 2px #000 solid;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.size2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_05.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_06.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 750px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_07.jpg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
span.size2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_05.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 196px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_06.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size2 .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 240px;/*画像の幅*/
  height: 240px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size02_07_2.jpg);
  background-size: contain;
  vertical-align: middle;
}
}
.size .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size label {
  background: #fff;
  display: table-caption;
  border: 2px #000 solid;
}

/* ------------------------------------
size3 size_ofj
------------------------------------ */
.form_inner_main .contact_form .form_group p .kikaku_etc, .form_inner_main .contact_form .form_group p .op_etc {
    display: inline-block;
    font-style: normal;
}
.form_inner_main .contact_form .form_group p .kikaku_etc input, .form_inner_main .contact_form .form_group p .op_etc input {
    width: 50px;
    padding: 0 5px;
}
.form_inner_main .contact_form .form_group p .wpcf7-form-control-wrap.op_width,  .form_inner_main .contact_form .form_group p .kikaku_etc .wpcf7-form-control-wrap {
    width: inherit;
}


.kikaku_etc {
    display: inline-block;
    font-style: normal;
}
.kikaku_etc input {
    width: 50px;
    padding: 0 5px;
}

.size_ofj .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size_ofj label {
  background: #EBEBEB;
  display: table-caption;
}
span.size_ofj .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
span.size_ofj .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #000;
}
/* チェックボタンの調整 */
span.size_ofj input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.size_ofj .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.size_ofj .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  border: 2px #000 solid;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.size_ofj .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size08.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size10.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size15.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 490px;/*画像の幅*/
    height: 170px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/size18.jpg);
    background-size: contain;
    vertical-align: middle;
  }


@media screen and (min-width: 0px) and (max-width: 768px) {
span.size_ofj .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size04.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size08.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size10.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/size15.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_ofj .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 100px;/*画像の高さ*/
    background-image: url(/wp-content/themes/oricolle/img/contact/size18.jpg);
    background-size: contain;
    vertical-align: middle;
  }
}
.size_ofj .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size_ofj label {
  background: #fff;
  display: table-caption;
  border: 2px #000 solid;
}

/* ------------------------------------
size4 size_simplebag
------------------------------------ */
.form_inner_main .contact_form .form_group p .kikaku_etc, .form_inner_main .contact_form .form_group p .op_etc {
    display: inline-block;
    font-style: normal;
}
.form_inner_main .contact_form .form_group p .kikaku_etc input, .form_inner_main .contact_form .form_group p .op_etc input {
    width: 50px;
    padding: 0 5px;
}
.form_inner_main .contact_form .form_group p .wpcf7-form-control-wrap.op_width,  .form_inner_main .contact_form .form_group p .kikaku_etc .wpcf7-form-control-wrap {
    width: inherit;
}


.kikaku_etc {
    display: inline-block;
    font-style: normal;
}
.kikaku_etc input {
    width: 50px;
    padding: 0 5px;
}

.size_simplebag .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size_simplebag label {
  background: #EBEBEB;
  display: table-caption;
}
span.size_simplebag .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
span.size_simplebag .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: '';
  border: 2px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 20px;
  margin-bottom: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #000;
}
/* チェックボタンの調整 */
span.size_simplebag input {
  display: none;
}
/* 未チェックの選択肢を薄く表示 */
span.size_simplebag .wpcf7-list-item input + .wpcf7-list-item-label:before {
  opacity: 0.5;
}
/* チェックされた選択肢を濃く表示 */
span.size_simplebag .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  border: 2px #000 solid;
}
/* 選択肢の文字 */
.wpcf7-list-item-label {
  font-size: 18px;
}
/* 選択肢の画像 */
span.size_simplebag .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_04.jpg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
span.size_simplebag .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_01.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_02.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_03.jpg);
  background-size: contain;
  vertical-align: middle;
}
span.size_simplebag .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 170px;/*画像の高さ*/
  background-image: url(/wp-content/themes/oricolle/img/contact/simple_03_04.jpg);
  background-size: contain;
  vertical-align: middle;
}

}
span.wpcf7-form-control-wrap.size_simplebag {
    text-align: center;
}
.size_simplebag .form-control {
  border: #0000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.size_simplebag label {
  background: #fff;
  display: table-caption;
  border: 2px #000 solid;
}



/*--------------------------------------------------------------
# sitemap
--------------------------------------------------------------*/
#sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #sitemap_list {
    display: block;
  }
}

#sitemap_list li {
  padding-left: 0;
  flex-basis: 49%;
  margin-bottom: 1%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #sitemap_list li {
    margin: 10px;
  }
}

#sitemap_list li::before {
  display: none;
}

#sitemap_list li a {
  background: #002C83;
  border-radius: 4px;
  display: block;
  padding: 20px;
  line-height: 1.4;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #sitemap_list li a {
    padding: 15px;
  }
}

#sitemap_list li a::after {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow-right.svg) no-repeat 0 0/15px auto;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #sitemap_list li a::after {
    right: 15px;
  }
}

#sitemap_list li a:hover {
  text-decoration: none;
  background: #001b50;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.widget {
  margin-top: 50px;
}

.widget h3 {
  margin-bottom: 10px;
}

.widget .nav-link {
  line-height: 1.4;
  display: block;
  padding: 10px;
  border-radius: 4px;
}

.widget .widget_categories .nav-link {
  display: block;
}

.widget .nav-item::before {
  display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 49%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border-radius: 4px;
  padding: 15px;
  line-height: 1.4;
  border-color: #99BBFF;
}

/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
# ヘッダー内ボタン
--------------------------------------------------------------*/
.btn-flat {
}
.btn-flat-simple2 {
  position: relative;
  display: table-cell;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background: #c2bcad;
  transition: .4s;
  text-align: center;
  width: 160px;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-flat-simple2:hover {
  background: #FF4343;
  color: white;
}

/*--------------------------------------------------------------
# グローバルナビゲーション
--------------------------------------------------------------*/
nav{
text-align: center;
font-size: 13px;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
nav li{
border-right:1px solid #707070;
}
nav li:first-child{
border-left:1px solid #707070;
}

nav a{
text-decoration: none;
color: #000;
}
nav a.current{
color: #E6E6E6;
border-bottom:2px solid #E6E6E6;
}
nav a:hover{
color:#E6E6E6;
border-bottom:2px solid #E6E6E6;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
  nav{
  text-align: center;
  }
  nav ul{
  display: none;
  }
  nav li{
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 90px;
  }
  nav li{
  border-right:1px solid #707070;
  }
  nav li:first-child{
  border-left:1px solid #707070;
  }

  nav a{
  text-decoration: none;
  color: #000;
  }
  nav a.current{
  color: #E6E6E6;
  border-bottom:2px solid #E6E6E6;
  }
  nav a:hover{
  color:#E6E6E6;
  border-bottom:2px solid #E6E6E6;
  }
}

/*--------------------------------------------------------------
# ヘッダー上部見出し
--------------------------------------------------------------*/
.line02 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.line02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 60%;
  height: 2px;
  content: '';
  background: #000;
  margin: 0% 0% 0% 20%;
}

.line02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-weight: normal;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .line01 {
    display: none;
  }
}

.head_time {
    text-align: right;
    font-size: 16px;
    margin-bottom: 0.5em;
	color: #c2bcad;
}

.header-telephone img {
    height: 50px;
}   
/*--------------------------------------------------------------
# サイドナビ見出し
--------------------------------------------------------------*/
.line01 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-family: Hiragino Sans;
    font-weight: normal;
    margin-top: 10px;
}

.line01:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333333;
}

.line01 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.banner {
  text-align: center;
}

/*--------------------------------------------------------------
# トップページ見出し等
--------------------------------------------------------------*/
.cap01 {
    border-bottom: solid 1px #000;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
	font-weight: 600;
	color: #555555;
}
.cap02 {
    color: #eb718a;
    border-bottom: dashed 1px gray;
    font-size: 17px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: 600;
}
.cap03 {
  padding: 0em 1em;
  color: #494949;
  background: transparent;
  border-left: solid 6px #2f7fae;
  font-size: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .cap03 {
    padding: 0em 1em;
    color: #494949;
    background: transparent;
    border-left: solid 6px #2f7fae;
    font-size: 18px;
  }
}
.cap04{
  display: inline-block;
  position: relative;
  padding: 1px 30px;
  background: #C69C6D;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}
.cap04::after{
  content: "";
  position: absolute;
  margin: 0;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 40px solid #C69C6D;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
  z-index: -1;
}
.cap05 {
    color: #000;
    font-size: 13px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: 600;
}
.cap06 {
    color: #555555;
    font-size: 11px;
    line-height: 22px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .cap06 {
    color: #555555;
    font-size: 12px;
    line-height: 20px;
  }
}
.btn01 {
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  max-width: 300px;
  margin: auto;
  padding: 14px;
  position: relative;
  border-radius: 100px;
  background: #c2bcad;
  font-size: 16px;
  margin-top: 5%;
}
.btn01:hover {
	color: #fff;
  background: #FF4343;
}
a.btn01{
	color: #fff;
	display: block;
}
a.btn01:hover {
	color: #fff;
  background: #FF4343;
}
.btn02 {
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  max-width: 160px;
  margin-right: 0;
  padding: 6px 10px 6px 10px;
  position: relative;
  border-radius: 28px;
  background: #F88F13;
  font-size: 14px;
  max-height: 40px;
  margin-left: auto;
}
.btn02:hover {
	color: #fff;
  background: #FABC03;
}
a.btn02{
	color: #fff;
	display: block;
}
a.btn02:hover {
	color: #fff;
  background: #FF4343;
}

.head03 {
  background: #c2bcad;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-family: Hiragino sans-serif;
  font-weight: normal;
}
.ft_title {
  color: #fff;
  padding-bottom: 2%;
  font-size: 16px;
  font-weight: normal;
}
.ft_list {
  color: #fff;
  font-size: 12px;
}
.ft_sns {
  text-align: right;
}
.ft_sns li {
  display: inline-block;
  justify-content: flex-end;
  list-style: none;
  margin: 10px;
  width: 26px;
}
.ft_tel {
  color: #fff;
  width: 250px;
  float: right;
}
.ft_tel2 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  padding-top: 10px;
}
.ft_logo {
  width: 200px;
  float: right;
}
.ft_copy {
  text-align: right;
  padding-top: 2%;
  color: #fff;
  font-size: 10px;
}
.top_img {
  text-align: center;
  padding-bottom: 3%;
}
.top_text {
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    color: #555555;
}
.top_text2 {
  text-align: left;
  line-height: 32px;
  font-size: 20px
}
/* フォントカラーを変更する */
.font-blue {
	color: #2f7fae;
	font-weight: 600;
}
.font-gray{
	color: #6C6C6C;
	font-weight: 600;
}
.font-red{
	color: #ff0000;
	font-weight: 600;
}
.font-pink{
	color: #eb718a;
	font-weight: 600;
}
.font-purple{
	color: #ce336d;
	font-weight: 600;
}
.font-gold{
	color: #deb57d;
	font-weight: 600;
}
.font-green{
	color: #036a36;
	font-weight: 600;
}

.font-emerald{
	color:#2aacbc;
	font-weight: 600;
}
.font-orange {
    font-weight: 600;
    color: #F15A25;
}
.font-Enji {
    font-weight: 600;
    color: #C2262D;
}

/*--------------------------------------------------------------
# 流れ（フロー）
--------------------------------------------------------------*/
.flow {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  font-size: 12px;
}
.flow li {
  display:table-cell;
  position:relative;
  padding: 1em 1em 1em 2.5em;
  color: #000;
}
.flow li:before,
.flow li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.flow li:last-child:before,
.flow li:last-child:after{
  display:none;
}
.flow li:before{
  top:-15px;
  right:-1em;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.flow li:after{
  top: 0px;
  right: -1.4em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 97px 0 97px 1.5em;
  z-index: 10;
}
.flow li.flow01 {
  background: #e4dbcc;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.flow li.flow01:after{
  border-color: transparent transparent transparent #e4dbcc;
}
.flow li.flow02 {
  background: #e5e0cd;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow li.flow02:after{
  border-color: transparent transparent transparent #e5e0cd;
}
.flow li.flow03 {
  background: #dad7c4;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow li.flow03:after{
  border-color: transparent transparent transparent #dad7c4;
}
.flow li.flow04 {
  background: #c1bcaf;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.flow li.flow04:after{
  border-color: transparent transparent transparent #c1bcaf;
}
.flow li.flow05 {
  background:#b8bfb0;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow li.flow05:after{
  border-color: transparent transparent transparent #b8bfb0   ;
}
.flow li.flow06 {
  width: 0;
  padding: 0;
  border-color: transparent transparent transparent #b8bfb0   ;
}
.flow_p01 {
  vertical-align: middle;
  padding-top: 15%;
  margin-bottom: 0px;
}

.flow_standard {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  font-size: 12px;
  margin-bottom: 5%;
}
.flow_standard li {
  display:table-cell;
  position:relative;
  padding: 1em 1em 1em 2.5em;
  color: #000;
}
.flow_standard li:before,
.flow_standard li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.flow_standard li:last-child:before,
.flow_standard li:last-child:after{
  display:none;
}
.flow_standard li:before{
  top:-15px;
  right:-1em;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.flow_standard li:after{
  top: 0px;
  right: -2.4em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 120px 0 120px 2.5em;
  z-index: 10;
}
.flow_standard li.flow01_standard {
  background: #e4dbcc;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow_standard li.flow01_standard:after{
  border-color: transparent transparent transparent #e4dbcc;
}
.flow_standard li.flow02_standard {
  background: #e5e0cd;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow_standard li.flow02_standard:after{
  border-color: transparent transparent transparent #e5e0cd;
}
.flow_standard li.flow03_standard {
  background: #dad7c4;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.flow_standard li.flow03_standard:after{
  border-color: transparent transparent transparent #dad7c4;
}
.flow_standard li.flow04_standard {
  background: #c1bcaf;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.flow_standard li.flow04_standard:after{
  border-color: transparent transparent transparent #c1bcaf;
}
.flow_standard li.flow05_standard {
  background:#a09884 ;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.flow_standard li.flow05_standard:after{
  border-color: transparent transparent transparent #a09884 ;
}
.flow_standard li.flow06_standard {
  width: 0;
  padding: 0;
  border-color: transparent transparent transparent #c2bcad   ;
}
.flow_standard_p01 {
  vertical-align: middle;
  padding-top: 15%;
  margin-bottom: 0px;
  font-size: 17px;
}
.flow_standard_img01 {
  height: 120px;
}
.step{
  list-style-type: none;
  padding:0;
  margin:0;
}
.step li{
  position: relative;
  width: 100%;
  padding: 2em;
  text-align:center;
  color: #fff;
  margin-top: -14px;
}
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  z-index: 11;
}
.step li:first-child:before,
.step li:last-child:after {
  display:none;
}
.step li.step01 {
  background: #e4dbcc;
}
.step li.step01:after{
  border-color: #e4dbcc transparent transparent transparent;
}
.step li.step02 {
  background: #e5e0cd;
}
.step li.step02:after{
  border-color: #e5e0cd transparent transparent transparent;
}
.step li.step03 {
  background: #dad7c4;
}
.step li.step03:after{
  border-color: #dad7c4 transparent transparent transparent;
}
.step li.step04 {
  background: #c1bcaf;
}
.step li.step04:after{
  border-color: #c1bcaf transparent transparent transparent;
}
.step li.step05 {
  background:#a09884 ;
}
.step li.step05:after{
  border-color: #c2bcad    transparent transparent transparent;
}
.step_p01 {
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;
}
.step_img01 {
  height: 60px;
  padding-right: 3%;
}

.step2{
  list-style-type: none;
  padding:0;
  margin:0;
}
.step2 li{
  position: relative;
  width: 100%;
  padding: 2em;
  text-align:center;
  color: #fff;
  margin-top: -14px;
}
.step2 li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 auto;
  bottom: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  z-index: 11;
}
.step2 li:first-child:before,
.step2 li:last-child:after {
  display:none;
}
.step2 li.step201 {
  background: #e4dbcc;
}
.step2 li.step201:after{
  border-color: #e4dbcc transparent transparent transparent;
}
.step2 li.step202 {
  background: #e5e0cd;
}
.step2 li.step202:after{
  border-color: #e5e0cd transparent transparent transparent;
}
.step2 li.step203 {
  background: #dad7c4;
}
.step2 li.step203:after{
  border-color: #dad7c4 transparent transparent transparent;
}
.step2 li.step204 {
  background: #c1bcaf;
}
.step2 li.step204:after{
  border-color: #c1bcaf transparent transparent transparent;
}
.step2 li.step205 {
  background:#a09884 ;
}
.step2 li.step205:after{
  border-color: #c2bcad    transparent transparent transparent;
}
.step2_p01 {
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;
}
.step2_img01 {
  height: 60px;
  padding-right: 3%;
}


/*--------------------------------------------------------------
# カレンダー
--------------------------------------------------------------*/
#biz_calendar > p {
    display: none;
}
#biz_calendar table.bizcal .holiday {
    background-color: #3388dd;
}
#biz_calendar {
  max-width: 280px;
  border: 1px #98A6B5 solid;
  margin: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#biz_calendar table.bizcal {
  margin: 6px 4px;
  width: 97%;
  background-color: #F0F3F5;
  table-layout: fixed;
  border: 0.5px #fff solid;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
}
#biz_calendar table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #000000;
  background-color: #dcdddd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9EAEA', endColorstr='#FFDCDDDD');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9eaea), color-stop(100%, #dcdddd));
  background-image: -webkit-linear-gradient(#e9eaea 0%, #dcdddd 100%);
  background-image: -moz-linear-gradient(#e9eaea 0%, #dcdddd 100%);
  background-image: -o-linear-gradient(#e9eaea 0%, #dcdddd 100%);
  background-image: linear-gradient(#e9eaea 0%, #dcdddd 100%);
}
#biz_calendar table.bizcal .today {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #004BB1;
}
#biz_calendar table.bizcal .calmonth {
  text-align: right;
  font-weight: normal;
  padding: 2px 7px;
  border: none;
  background: #fff;
  color: #707F89;
  font-size: 12px;
}
#biz_calendar table.bizcal .calmonth2 {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
  background: #fff;
  color: #3B4043;
  font-size: 16px;
}
#biz_calendar table.bizcal td th {
  border: 2px #808080 solid;
}
#biz_calendar table.bizcal td {
    text-align: center;
    border-width: 0;
    padding: 4px;
    color: #000000;
    border: 1px #fff solid;
    font-size: 10px;
}
#biz_calendar table.bizcal th:first-child {
  color: #CDD6DD;
  background: #fff;
}
#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #CDD6DD;
  background: #fff;
}
#biz_calendar table.bizcal th {
    text-align: center;
    border-width: 0;
    padding: 2px;
    color: #CDD6DD;
    background-color: #fff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9EAEA', endColorstr='#FFDCDDDD');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9eaea), color-stop(100%, #dcdddd));
    background-image: -webkit-linear-gradient(#e9eaea 0%, #dcdddd 100%);
    background-image: -moz-linear-gradient(#e9eaea 0%, #dcdddd 100%);
    background-image: -o-linear-gradient(#e9eaea 0%, #dcdddd 100%);
    background-image: linear-gradient(#fff 0%, #fff 100%);
}
#biz_calendar table.bizcal .down-img {
    text-align: right;
    background: #fff;
    color: #98A6B5;
}
#biz_calendar table.bizcal .today-img {
    text-align: center;
    background: #fff;
    color: #fff;
}
#biz_calendar table.bizcal .up-img {
    text-align: left;
    background: #fff;
    color: #98A6B5;
}

/*--------------------------------------------------------------
# 改行（SP）
--------------------------------------------------------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*--------------------------------------------------------------
# スライダープロ
--------------------------------------------------------------*/
/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
    content:' ' !important;
  display: block;
  background: url(../images/arrow-right.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
  content:' ' !important;
  display: block;
  background: url(../images/arrow-left.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
/*ナビゲーションボタンの色*/
.sp-button {
    border:2px solid #ccc;
}
.sp-selected-button {
  background-color: #ccc;
}
/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #ffa801;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  color: #ffa801;
}
/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
  top: 0;
}
.sp-vertical .sp-next-arrow {
  bottom: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
    display: none !important;
}


/*--------------------------------------------------------------
# 全幅コンテンツ
--------------------------------------------------------------*/
body {
    overflow-x: hidden;
}
.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width2 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #FFF2E6;
    margin-top: 5%;
}
.full-width3 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #f6f6f6;
    margin-top: 5%;
}

/*--------------------------------------------------------------
# 下層ページ向け
--------------------------------------------------------------*/
.content_btn01 {
  text-align: center;
}
.btn01_2 {
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  max-width: 320px;
  margin: auto;
  padding: 26px;
  position: relative;
  border-radius: 10px;
  background: #c2bcad;
  font-size: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .btn01_2 {
      color: #fff;
      font-family: azo-sans-web, sans-serif;
      text-align: center;
      max-width: 320px;
      margin: auto;
      padding: 12px;
      position: relative;
      border-radius: 10px;
      background: #c2bcad;
      font-size: 18px;
  }
}

.btn01_2:hover {
	color: #fff;
  background: #FF4343;
}
a.btn01_2{
	color: #fff;
	display: block;
}
a.btn01_2:hover {
	color: #fff;
  background: #FF4343;
}
.btn03_01 {
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  margin: auto;
  padding: 8px 0 8px 0;
  position: relative;
  border-radius: 10px;
  background: #0076FF;
  font-size: 18px;
  box-shadow: 0 2px 6px 1px rgba(0,0,0,0.6);
  width: 60%;
}
.btn03_01:hover {
	color: #fff;
  background: #3391FF;
}
a.btn03_01 {
	color: #fff;
	display: block;
}
a.btn03_01:hover {
	color: #fff;
  background: #3391FF;
}
.btn03_02 {
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  margin: auto;
  padding: 8px 0 8px 0;
  position: relative;
  border-radius: 10px;
  background: #FFBA00;
  font-size: 18px;
  box-shadow: 0 2px 6px 1px rgba(0,0,0,0.6);
  width: 60%;
}
.btn03_02:hover {
	color: #fff;
  background: #FFCC43;
}
a.btn03_02 {
	color: #fff;
	display: block;
}
a.btn03_02:hover {
	color: #fff;
  background: #FFCC43;
}
.btn03_03 {
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  margin: auto;
  padding: 8px 0 8px 0;
  position: relative;
  border-radius: 10px;
  background: #EF4242;
  font-size: 18px;
  box-shadow: 0 2px 6px 1px rgba(0,0,0,0.6);
  width: 80%;
}
.btn03_03:hover {
	color: #fff;
  background: #FF7474;
}
a.btn03_03 {
	color: #fff;
	display: block;
}
a.btn03_03:hover {
	color: #fff;
  background: #FF7474;
}
.btn-icon03{
  position: absolute;
  top: 50%;
  right: 15px;/*右からの距離*/
  width: 20px;/*アイコンの横幅指定*/
  transform: translateY(-50%);/*この指定で上下中央に*/
}
.btn_icon {
  width: 22px;
  margin: 14px;
}
.content_text01 {
    text-align: center;
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 2%;
    line-height: 40px;
}
.precautions {
    font-size: 11px;
    line-height: 15px;
}
.feature-img img {
	max-height: 350px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text01 {
    text-align: center;
    font-size: 24px;
    margin-top: 10%;
    margin-bottom: 2%;
    line-height: 36px;
  }
}
.content_text02 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text02 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5%;
  }
}
.img_cheap {
  margin-top: 4%;
  margin-bottom: 4%;
}
.content_text03 {
  text-align: center;
  font-size: 30px;
  color: #c2bcad;
  margin-bottom: 1%;
  margin-top: 2%;
  line-height: 45px;
	font-weight:600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text03 {
    text-align: center;
    font-size: 22px;
    color: #c2bcad;
    margin-bottom: 3%;
    margin-top: 3%;
    line-height: 36px;
  }
}
.content_text04 {
  text-align: center;
  font-size: 23px;
  margin-top: 3%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.content_text04 {
    text-align: center;
    font-size: 17px;
    margin-top: 3%;
  }
}
.content_text05 {
  font-size: 18px;
  line-height: 27px;
  padding-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text05 {
    font-size: 17px;
    line-height: 26px;
    padding-top: 30px;
    margin-bottom: 6px;
  }
}
.content_text06 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 2%;
	font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text06 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 2%;
  }
}

.content_text07 {
  text-align: left;
  font-size: 18px;
  margin-top: 4%;
  margin-bottom: 4%;
  line-height: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text07 {
    text-align: left;
    font-size: 16px;
    margin-top: 4%;
    margin-bottom: 4%;
  }
}

.content_text08 {
	font-size: 13px;
	text-align: left;
	margin-top: 2%;
	line-height: 18px;
	color: #555555;
}
.content_text09 {
  border-bottom: solid 1px #000;
  font-size: 26px;
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text09 {
    border-bottom: solid 1px #000;
    font-size: 22px;
    text-align: left;
    width: 100%;
  }
}
.content_text10 {
	border-bottom: solid 2px #c2bcad;
	font-size: 16px;
	margin-bottom: -6px;
	font-weight: 600;
}
.cap-size{
	font-size:16px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .content_text10 {
    border-bottom: solid 2px #c2bcad;
    font-size: 18px;
    margin-bottom: -6px;
    text-align: center;
  }
}
.content_text11 {
  color: #534741;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px #534741;/*上線*/
  border-bottom: solid 2px #534741;/*下線*/
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 15px;
}
.content_circle {
  text-align: center;
}
.circle {
  max-width:200px;
  height: 200px;
  border-radius: 50%;
  background: #c2bcad;
}
.circle_icon {
  text-align: center;
  height: 80px;
  margin-top: 10%;
}
.circle_text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 5%;
}
.space {
  padding-top: 8%;
  padding-bottom: 12%;
}
/*  テイクアウト */
.takeout-img2 img {
    max-height: 70px;
}
.takeout-img img {
    max-height: 300px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .pc2 {
    display: none;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #707070;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 100px;
  border-bottom: 1px solid #707070;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#coated:checked ~ #coated_content,
#kraft:checked ~ #kraft_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c2bcad;
  color: #fff;
  border-bottom: 1px solid #707070;
}

.tab_img {
  height: 60px;
  padding-right: 8px;
}
.tab_p {
  font-size: 16px;
  padding-top: 0;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .tab_p {
    font-size: 12px;
    padding-top: 0;
  }
}

.center {
  text-align: center;
  margin-bottom: 30px;
}

/* ---------- 料金表 ---------- */
.ptable {
  border: 1px solid #000;
	border-collapse: collapse;
  text-align: center;
  background: #fff;;
  font-size: 18px;
}
.ptable td, th {
	border: 1px solid #fff;
	height: 40px;
  padding: 3px;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .ptable {
    font-size: 14px;
  }
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.gray {
  background: #ccc;
}
.w1 {
  width: 15%;
}
.w2 {
  width: 10%;
}
.w3 {
  width: 25%;
}
.bk {
  border: 1px solid #595959 !important;
}

/*  入稿ガイド*/
.bridge_design_headline3 span.num{
background-color: #c2bcad !important;
}

.bridge_design_headline3 span.num {
font-size: 26px;
width: 70px;
height: 70px;
line-height: 1;
text-align: center;
color: #fff;
background: #014760;
padding: 15px 0 0 0;
float: left;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.bridge_design_headline3 {
height: 70px;
font-size: 23px !important;
margin: 0 0 20px 0 !important;
padding: 0 0 0 0 !important;
font-weight: 700 !important;
font-weight: bold;
font-weight: 700;
line-height: 2 !important;
border-bottom: 3px solid #c2bcad;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.bridge_design_headline3 span.title {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 1.2;
margin: 0;
padding: 0 20px 0 80px;
text-align: center;
}
.bridge_design_headline3 span.num:before {
content: 'POINT';
font-size: 12px;
display: block;
margin: 0 0 5px 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em auto;
    max-width: 1200px;
}

.post_content .post_col, .post_content .post_col-2, .post_content, .post_col-3, .post_col-4, .post_col-5 {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2em;
}

.post_content .post_col-2 {
	width: 50%;
}
.post_col.post_col-2 {
    width: 50%;
    float: left;
}
.post_col.post_col-3 {
	width: 33%;
}
.q_button:hover, .q_button:focus {
	text-decoration: none !important;
	color: #fff;
	background-color: #7d7d7d;
	box-shadow: 0 2px 2px rgba(0,0,0,.15) inset;
}

.q_button {
	min-width: 200px;
	max-width: 90%;
	background-color: #535353;
	display: inline-block;
	vertical-align: middle;
	padding: .6em 1.3em .5em;
	font-weight: 400;
	font-size: 100%;
	color: #fff !important;
	margin: 0;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.post_content .post_row {
    margin-left: -15px;
    margin-right: -15px;
    line-height: 2;
}

.post_content .post_col-3 {
	width: 33.33333%;
}

.post_content p {
	line-height: 2.2;
	margin: 0 0 2em 0;
}

.well3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	line-height: 2.0;
	border: 1px dashed #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}

.post_content .post_row:before, .post_content .post_row:after {
	content: " ";
	display: table;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
	.bridge_design_headline3 span.title{
		font-size:15px;
	}
	.post_content .post_col-3 {
    width: 100%;
}
	.post_col.post_col-2 {
    width: 100%;
    float: left;
}
}