@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.5em;/* =15px */
  color: #333333;
  background-color: #f1f1f1;
  padding-bottom: 126px;
}
@media screen and (max-width:767px) {
body {
	-webkit-text-size-adjust: 100%;
  padding-bottom: 110px;
}
}
a {
  color: #333333;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
	border-style: none;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
}
header .text {
  font-size: 2.1rem;
  margin-right: 67px;
}
header .text br {
  display: none;
}
header .logo img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav p {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  header {
    padding: 10px;
    flex-wrap: wrap;
  }
  header .text {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 5px 0 0;
    text-align: center;
    flex-basis: 100%;
    order: 1;
  }
  header .logo img {
    height: 31px;
    width: auto;
    margin-right: 10px;
  }
  header nav {
    margin-left: auto;
  }
  header nav p {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  header nav p img {
    height: 35px;
    width: auto;
  }
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 20px;
  color: #fff;
  background-color: #1D417A;
}
footer .linkBox {
  max-width: 980px;
  margin: auto auto 40px;
}
footer .linkBox a {
  color: #fff;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li + li {
  margin-left: 40px;
}
footer small {
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  footer {
    padding: 15px 0 10px;
  }
  footer .linkBox {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  footer .linkBox a {
    flex: 0 0 100%;
    height: 2.46em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  footer .linkBox a span {
    display: inline-block;
    flex: 0 0 auto;
  }
  footer ul li + li {
    margin-left: 0;
  }
  footer .linkBox ul {
    flex: 0 0 100%;
    order: 1;
    flex-wrap: wrap;
  }
  footer .linkBox li {
    flex: 0 0 33.33%;
    padding: 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .linkBox li:nth-child(-n+3) {
    padding-top: 0;
  }
  footer .linkBox li:nth-child(-n+4) {
    flex-basis: 25%;
  }
  footer small {
    padding: 5px 10px 0;
  }
}

/*----------------------------------------------
 topPage styles
----------------------------------------------*/
/*メインビジュアル*/
#mainVisual {
  background-color: #1D417A;
}
#mainVisual img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
}
#visualSup {
  font-size: 3.4rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -20px;
  color: #1D417A;
}
#visualSup br {
  display: none;
}
main h2.ttl {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
main h2.ttl em {
  position: relative;
  display: inline-block;
  padding: 0 1em 0.3em;
  margin-bottom: 0.3em;
  font-size: 3.2rem;
  color: #1D417A;
  border-bottom: solid 1px #1D417A;
}
main h2.ttl span {
  display: block;
  font-size: 1.4rem;
  color: #999999;
}
@media screen and (max-width:767px) {
  main h2.ttl {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  main h2.ttl em {
    font-size: 2.8rem;
  }
  #visualSup {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: -10px;
  }
  #visualSup br {
    display: block;
  }
}

/*商品紹介*/
#product {
  padding-bottom: 100px;
  padding-top: 100px;
}
#product h2.ttl {
  margin-top: 0;
}
#product .content {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 50px 60px;
}
#product ul {
  max-width: 980px;
  margin: auto auto 35px;
  background-color: #fff;
}
#product ul li {
  padding: 20px 0;
  line-height: 1.4;
}
#product ul li em {
  color: #1D417A;
  display: block;
  margin-bottom: 5px;
}
#product ul li + li {
  border-top: 1px solid #ccc;
}
#product .product {
  display: none;
  padding: 18px 40px 18px 30px;
  line-height: 1.2;
}
#product .product + .product {
  margin-top: 20px;
}
#product .product::before {
  width: 12px;
  height: 12px;
  border-width: 2px;
}
#product .product .name {
  margin: 8px 0;
  font-size: 1.5rem;
}
#slideToggle {
  display: none;
}
#slideToggle:checked ~ .button {
  display: none;
}
#slideToggle:checked ~ .product {
  display: block;
}
.button a {
  display: block;
  width: 200px;
  padding: 20px;
  text-align: center;
  margin: auto;
  color: #fff;
  background-color: #1D417A;
}
.button label {
  display: block;
  width: 200px;
  padding: 20px;
  text-align: center;
  margin: auto;
  color: #fff;
  background-color: #1D417A;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (min-width:768px) {
  .button label:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  #product {
    padding: 50px 10px 70px;
  }
  #product .content {
    max-width: 100%;
    padding: 15px 20px 30px;
  }
  #product ul {
    max-width: 100%;
    margin-bottom: 24px;
  }
  #product ul li {
    padding: 15px 0;
  }
  #product .product {
    padding: 10px 25px 10px 10px;
  }
  #product .product .name {
    margin: 8px 0;
  }
}

/*ニュース*/
#news .content {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 50px 60px;
}
#news ul {
  max-width: 980px;
  margin: auto auto 40px;
}
#news ul li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 1em 0;
  line-height: 1.8;
}
#news ul li + li {
  border-top: 1px solid #ccc;
}
#news ul li .newsHead {
  flex: 0 0 130px;
}
#news ul li .newsCate {
  flex: 0 0 auto;
  max-width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0;
  color: #1D417A;
  font-size: 1.4rem;
  line-height: 1.1;
}
#news ul li .newsCate > span {
  flex: 0 0 auto;
  margin: 5px;
}
#news ul li .newsBody {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 130px;
}
#news ul li .newsBody a {
  color: #1D417A;
  text-decoration: underline;
}
#news ul li .newsBody a:hover {
  text-decoration: none;
}
@media screen and (max-width:767px) {
  #news {
    padding: 1px 10px 50px;
  }
  #news .content {
    padding-left: 20px;
    padding-right: 20px;
    padding: 15px 20px 30px;
  }
  #news ul {
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #news ul li {
    display: block;
    padding: 15px 0;
    line-height: 1.6;
  }
  #news ul li .newsHead {
    margin-bottom: 5px;
  }
  #news ul li .newsCate {
    max-width: 100%;
  }
  #news ul li .newsBody {
    padding-left: 0;
    margin-top: 4px;
  }
}

/*会社概要*/
#company .table {
  max-width: 980px;
  margin: auto;
  background-color: #fff;
  padding: 35px 50px;
}
#company .table dl {
  display: flex;
  line-height: 1.8;
}
#company .table dl:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#company .table dl dt {
  padding: 1em 2em 1em 0;
  width: 8em;
}
#company .table dl dd {
  padding: 1em 0;
  width: calc(100% - 8em);
}
#company .table dl dd span {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (max-width:767px) {
  #company {
    padding: 0 10px 50px;
  }
  #company .table {
    max-width: 100%;
    padding: 15px 20px;
  }
  #company .table dl {
    display: block;
    line-height: 1.6;
  }
  #company .table dl dt {
    padding: 15px 0 5px;
    width: 100%;
    font-weight: bold;
  }
  #company .table dl dd {
    padding: 0 0 15px;
    width: 100%;
  }
}

/*営業カレンダー*/
.sectionWr {
  background-color: #fff;
  padding-bottom: 60px;
}
.sectionWr .boxIn {
  max-width: 850px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.sectionWr h2.ttl {
  margin-top: 60px;
}
.sectionWr h2.ttl em {
  font-size: 2.2rem;
  padding: 0 1.36em 0.45em;
  margin-bottom: 0.36em;
}
.sectionWr h2.ttl span {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .sectionWr {
    background-color: transparent;
    padding-bottom: 50px;
  }
  .sectionWr .boxIn {
    max-width: 100%;
    display: block;
  }
  .sectionWr h2.ttl em {
    font-size: 1.9rem;
  }
}
#calendarBox {
  width: 280px;
}
#calender_wrap {
  margin: auto;
}
table.calendar {
	background-color: #fff;
  margin: auto;
}
table.calendar tr.headline td{
	font-size: 1.3rem;
}
table.calendar th {
  padding-left: 7px;
	text-align: left;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 1.3rem;
	color: #666666;
}
table.calendar th span {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	cursor: pointer;
	float: right;
  letter-spacing: 0.5em;
}
table.calendar td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
  width: 40px;
  height: 30px;
	vertical-align: middle;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-size: 1.3rem;
	color: #333333;
}
table.calendar .headline td {
  font-size: 1.1rem;
}
table.calendar td.click {
	cursor: pointer;
}
table.calendar td.Today {
	font-weight: bold;
	color: #009900;
}
table.calendar td.Sat,
table.calendar td.Sun,
table.calendar td.holyday {
	color: #FF0000;
}
table.calendar td.othor1 {
	color: #0099FF;
}
table.calendar td.othor2 {
	color: #660099;
}
table.calendar td.xday {
	font-weight: bold;
	color: #009999;
}
table.calendar td.birthday {
	font-weight: bold;
	color: #990000;
}
@media screen and (max-width:767px) {
  #calendarBox {
    width: 100%;
    background-color: #fff;
    padding: 1px 0 50px;
  }
}

/*お役立ち*/
#useful {
  width: 430px;
}
#useful ul {
  height: 180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
#useful ul li {
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: 60px;
  width: 200px;
  border-bottom: 1px solid #ccc;
}
#useful ul li a {
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 32px 0 20px;
  position: relative;
}
#useful ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #1D417A;
  border-right: 1px solid #1D417A;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  #useful {
    width: 100%;
  }
  #useful ul {
    background-color: #fff;
    width: calc(100% - 20px);
    padding: 15px 20px;
    height: auto;
    display: block;
  }
  #useful ul li {
    width: auto;
    height: 48px;
  }
  #useful ul li:last-child {
    border-bottom: none;
  }
  #useful ul li a {
    padding: 0 15px 0 5px;
  }
  #useful ul li a::after {
    right: 5px;
  }
}

/*----------------------------------------------
 Inquiry styles
----------------------------------------------*/
.pageTitle {
  text-align: center;
  color: #1d417a;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 3.2rem;
}
.pageTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  margin-bottom: 44px;
  background: #1d417a url(../img/main.jpg) no-repeat center top;
}
.contentBox {
  max-width: 980px;
  background-color: #fff;
  margin: 44px auto 54px;
  padding: 60px 50px 64px;
}
.contentBox > p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
}
.inquiryPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.inquiryPage .contentBox > p {
  flex: 0 0 100%;
  padding: 0 10px 64px;
}
.inquiryPage .telbox {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 32px 0;
}
.inquiryPage .mailbox {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0 20px;
  border-left: 1px solid #ccc;
}
_:-ms-lang(x)::-ms-backdrop, .inquiryPage .telbox,
_:-ms-lang(x)::-ms-backdrop, .inquiryPage .mailbox {
  max-width: 50%;
}
.inquiryPage h3 {
  flex: 0 0 100%;
  color: #1d417a;
  font-size: 2rem;
}
.inquiryPage h3 img {
  display: inline-block;
  margin-right: 10px;
}
.inquiryPage .telnum {
  flex: 0 0 auto;
  margin-top: 80px;
  color: #1d417a;
  font-size: 3.6rem;
  font-weight: bold;
}
.inquiryPage .telnum a {
  display: none;
}
.inquiryPage .mailCode {
  flex: 0 0 auto;
  margin-top: 26px;
}
@media screen and (max-width:767px) {
  .pageTitle {
    font-size: 2.6rem;
  }
  .pageTitle::before {
    background-size: 105% auto;
    padding-top: 38.5%;
    height: auto;
  }
  .contentBox {
    margin-left: 10px;
    margin-right: 10px;
    padding: 50px 10px 40px;
  }
  .contentBox > p {
    font-size: 1.6rem;
  }
  .inquiryPage .contentBox {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .inquiryPage .contentBox > p {
    line-height: 1.6;
    padding: 0 10px;
  }
  .inquiryPage .contentBox > p span {
    display: block;
  }
  .inquiryPage .telbox {
    display: block;
    padding: 60px 10px 40px;
  }
  .inquiryPage .telbox .telnum {
    margin-top: 26px;
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
  }
  .inquiryPage .telbox .telnum a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .inquiryPage .telbox .telnum:active {
    text-decoration: underline;
  }
  .inquiryPage .mailbox {
    display: block;
    padding: 40px 10px 0;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .inquiryPage .mailCode {
    margin-top: 14px;
  }
}
@media screen and (max-width:320px) {
  .inquiryPage .contentBox > p {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------
 News styles
----------------------------------------------*/
.newsPage .contentBox > p {
  margin-bottom: 56px;
}
.newsPage .contentBox > p .small {
  font-size: 1.3rem;
}
.newsbox {
  border-bottom: 1px solid #ccc;
  padding: 30px 30px 26px 0;
  display: flex;
  align-items: baseline;
}
.newslist > .newsbox:first-of-type {
  border-top: 1px solid #ccc;
}
.newsbox .date {
  flex: 0 0 130px;
}
.newsbox .date + div {
  flex: 1 0 0%;
}
.newsbox .category {
  display: flex;
  flex-wrap: wrap;
  color: #1d417a;
  font-size: 1.4rem;
  margin: -5px;
}
.newsbox .category span {
  display: block;
  flex: 0 0 auto;
  margin: 5px;
  line-height: 1.1;
  text-decoration: none;
}
.newsbox .text {
  margin-top: 12px;
  line-height: 1.75;
}
.newsbox .text a {
  color: #1d417a;
  text-decoration: underline;
}
.newsbox .text a:hover {
  text-decoration: none;
  opacity: 1;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 55px -5px -5px;
}
.pagination li {
  flex: 0 0 auto;
  margin: 5px;
}
.pagination .ellipsis {
  flex: 0 0 35px;
  text-align: center;
  color: #1d417a;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-width: 35px;
  background-color: #1d417a;
  color: #fff;
}
.pagination .prev a {
  width: 130px;
  position: relative;
  padding-right: 10px;
}
.pagination .next a {
  width: 130px;
  position: relative;
  padding-left: 10px;
}
.pagination [class] a::before {
  content: "";
  position: absolute;
  bottom: 50%;
  width: 11px;
  height: 11px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pagination .next a::before {
  transform: translateY(50%) rotate(45deg);
  left: 10px;
}
.pagination .prev a::before {
  transform: translateY(50%) rotate(-135deg);
  left: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .newsPage .contentBox > p {
    margin-bottom: 42px;
  }
  .newsPage .contentBox > p span {
    display: block;
  }
  .newsPage .contentBox > p .small {
    margin-top: 8px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
  }
  .newsbox {
    padding: 24px 5px;
    display: block;
  }
  .newsbox .date {
    margin-bottom: 12px;
  }
  .newsbox .text a:active {
    text-decoration: none;
  }
  .pagination {
    margin-top: 35px;
  }
}

/*----------------------------------------------
 Policy styles
----------------------------------------------*/
.policyPage .contentBox > p {
  margin-bottom: 50px;
}
.policyPage .contentBox > p:last-child {
  margin-bottom: 10px;
  margin-top: 50px;
}
.policyPage h2 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
}
.policyText01 {
  border-bottom: 1px solid #ccc;
  padding: 32px 0 26px;
}
.policyText01 > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
h2 + .policyText01 {
  border-top: 1px solid #ccc;
}
.policyText01 h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: normal;
}
.policyText01 p {
  margin: 10px 0 10px 28px;
  line-height: 1.6;
}
.policyText01 li {
  margin-top: 8px;
  margin-left: 28px;
  display: flex;
  line-height: 1.3;
}
.policyText01 li .num {
  flex: 0 0 1.5em;
}
.policyText01 li .text {
  flex: 1 0 0%;
  max-width: calc(100% - 1.5em);
}
@media screen and (max-width: 767px) {
  .policyPage .contentBox > p {
    margin-bottom: 40px;
    text-align: left;
  }
  .policyPage .contentBox > p:last-child {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .policyPage h2 {
    font-size: 2rem;
  }
  .policyText01 {
    padding: 26px 5px 22px;
    font-size: 1.4rem;
  }
  .policyText01 h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .policyText01 p,
  .policyText01 li {
    margin-left: 0;
  }
}

/*----------------------------------------------
 Sales styles
----------------------------------------------*/
.salesPage .contentBox > p {
  margin-bottom: 65px;
}
.salesPage .contentBox p a {
  text-decoration: underline;
  color: #1d417a;
}
.salesPage .contentBox p a:hover {
  opacity: 1;
}
.product {
  display: block;
  border: 1px solid #1d417a;
  padding: 30px 90px 30px 30px;
  position: relative;
}
.product::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  width: 25px;
  height: 25px;
  border-right: 3px solid #1d417a;
  border-bottom: 3px solid #1d417a;
}
.product + .product {
  margin-top: 40px;
}
.product .name {
  margin: 15px 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #1d417a;
}
.product .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.salesPage .contentBox {
  position: relative;
}
.productDate {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 10px);
}
.productBody > *:first-child {
  margin-top: 0;
}
.productBody h2 {
  border-bottom: 1px solid #1d417a;
  margin: 20px 0;
  color: #1d417a;
  font-size: 2.2rem;
  line-height: 1.3;
}
.productBody h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1d417a;
  margin-bottom: 3px;
  padding-top: 12px;
}
.productBody h3 {
  background: url(../img/icon-h3.svg) no-repeat 0px 2px;
  background-size: 20px auto;
  margin: 20px 0;
  padding-left: 30px;
  font-size: 2rem;
  color: #1d417a;
  line-height: 1.3;
}
.productBody h4 {
  position: relative;
  margin: 20px 0;
  padding-left: 15px;
  color: #1d417a;
  font-size: 1.8rem;
  line-height: 1.3;
}
.productBody h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #1d417a;
}
.productBody h5 {
  border: 1px solid #1d417a;
  margin: 20px 0;
  padding: 5px 10px;
  color: #1d417a;
  line-height: 1.3;
  box-shadow: 3px 3px 0 #1d417a;
}
@supports (width: -moz-fit-content) or (width: fit-content) {
  .productBody h5 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.productBody li + li {
  margin-top: 12px;
}
.productBody ul {
  list-style: none;
  margin: 20px 0;
  line-height: 1.3;
}
.productBody ul li {
  position: relative;
  padding-left: 13px;
}
.productBody ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #1d417a;
}
.productBody ol {
  list-style: none;
  margin: 20px 0;
  line-height: 1.3;
  counter-reset: ol_list;
}
.productBody ol li {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 0;
  counter-increment: ol_list;
}
.productBody ol li::before {
  content: counter(ol_list);
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  padding-top: 2px;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
}
.productBody ol li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  flex: 0 0 auto;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #1d417a;
}
.productBody p {
  margin: 20px 0;
  line-height: 1.75;
}
.productBody img {
  max-width: 100%;
  height: auto;
}
.salesPage .back {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  margin: 50px 0 -34px;
  padding-top: 30px;
}
.salesPage .back a {
  display: block;
  position: relative;
  width: 130px;
  height: 35px;
  background-color: #1d417a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.salesPage .back a::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .salesPage .contentBox p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .salesPage .contentBox > p {
    margin-bottom: 40px;
    text-align: left;
  }
  .salesPage .contentBox p a:active {
    text-decoration: none;
  }
  .product {
    padding: 15px 32px 15px 10px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .product + .product {
    margin-top: 32px;
  }
  .product::before {
    width: 20px;
    height: 20px;
    right: 12px;
  }
  .product .name {
    margin: 8px 0 10px;
    font-size: 1.9rem;
  }
  .product .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .productBody ol li::before {
    padding-top: 0;
  }
  .salesPage .back {
    margin-bottom: -10px;
  }
}

/*----------------------------------------------
 Group styles
----------------------------------------------*/
.groupPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.groupPage .contentBox > p {
  flex: 0 0 100%;
  padding: 0 10px 64px;
}
.groupbox {
  flex: 0 0 50%;
  padding: 50px 0 60px;
  text-align: center;
  color: #1d417a;
  font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop, .groupbox {
  max-width: 50%;
}
.groupbox + .groupbox {
  border-left: 1px solid #ccc;
}
.groupbox h2 {
  font-size: 2rem;
}
.groupbox .comName {
  margin-top: 45px;
  font-size: 2.4rem;
}
.groupbox .comName a {
  color: inherit;
}
.groupbox .comName a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .groupPage .contentBox {
    display: block;
  }
  .groupPage .contentBox > p {
    padding-bottom: 0;
  }
  .groupPage .contentBox > p span {
    display: block;
  }
  .groupbox {
    padding: 50px 10px;
  }
  .groupbox + .groupbox {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .groupbox .comName {
    margin-top: 30px;
    line-height: 1.3;
  }
  .groupbox .comName a:active span {
    text-decoration: underline;
  }
  .groupbox .comName span {
    display: inline-block;
  }
}

/*----------------------------------------------
 Company styles
----------------------------------------------*/
.companyPage li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 28px 0;
  display: flex;
  line-height: 1.6;
}
.companyPage li:first-child {
  padding-top: 0;
}
.companyPage li .date {
  flex: 0 0 130px;
}
.companyPage li .text {
  flex: 1 0 0%;
}
@media screen and (max-width: 767px) {
  .companyPage li {
    display: block;
    padding: 24px 5px;
  }
  .companyPage li .text {
    margin-top: 5px;
  }
}

/*----------------------------------------------
 Matching styles
----------------------------------------------*/
.matchingPage section + section {
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin-top: 60px;
}
.matchingPage h2 {
  margin-bottom: 28px;
  color: #1d417a;
  font-size: 2.2rem;
}
.matchingPage ol {
  list-style: none;
  font-size: 1.7rem;
}
.matchingPage li + li {
  margin-top: 14px;
}
.matchingPage section:nth-of-type(2) ol > li:nth-child(2) {
  margin-top: 30px;
}
.matchingPage ul {
  list-style: none;
  margin-top: 12px;
  margin-left: 25px;
  font-size: 1.5rem;
}
.matchingPage .table {
  margin-top: 25px;
  margin-left: 25px;
  width: 618px;
}
.matchingPage table {
  width: auto;
  table-layout: fixed;
  border: 1px solid #ccc;
}
.matchingPage tr > * + * {
  border-left: 1px solid #ccc;
}
.matchingPage th {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  font-size: 1.5rem;
  font-weight: normal;
}
.matchingPage td {
  background-color: #fff;
  padding: 8px 20px;
  font-size: 1.5rem;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
.matchingPage .caution {
  margin-top: 12px;
  text-align: right;
  font-size: 1.3rem;
}
.matchingPage section:last-of-type {
  display: flex;
}
.matchingPage .text {
  flex: 1 0 0%;
}
.matchingPage .text p {
  margin-bottom: 1.75em;
  font-size: 1.7rem;
  line-height: 1.75;
}
.matchingPage li ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: 25px;
  font-size: 1.5rem;
}
.matchingPage li ol li {
  flex: 0 0 auto;
}
.matchingPage li ol li + li {
  margin-top: 0;
}
.matchingPage li ol li:not(:last-child)::after {
  content: '、　';
  display: inline;
}
.matchingPage .img {
  flex: 0 0 208px;
  margin-left: 50px;
}
.matchingPage .img p {
  width: 138px;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .matchingPage li {
    line-height: 1.4;
  }
  .matchingPage .table {
    width: auto;
  }
  .matchingPage th, .matchingPage td {
    padding: 4px 10px;
  }
  .matchingPage ul > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .matchingPage section:last-of-type {
    display: block;
  }
  .matchingPage .img {
    margin-top: 20px;
    margin-left: auto;
    text-align: center;
  }
  .matchingPage .img p {
    margin: 0 auto;
    text-align: left;
  }
}
