@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#252525;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  letter-spacing: 0.03em;
  font-weight: 500;
}

a:link,
a:visited,
a:hover,
a:active { color:#29282b;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s ease-out;
}
a:hover {
  opacity:0.7;
}

button,
input,
textare,
select {
  font-family: "Noto Sans JP", sans-serif;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-inner {
  max-width: 1420px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.l-wrap {
  padding: 146px 0 0 0;
}

.l-singleSec {
  padding: 0 0 180px;
  margin: 50px 0 0 0;
}

.l-container {
  max-width: 1420px;
  margin: 50px auto 0;
  box-sizing: content-box;
  padding: 0 40px 180px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.l-container__main {
  width: calc(100% - 310px);
}
.l-container__side {
  width: 250px;
}
/* @media screen and (max-width: 1780px) {
  .l-container {
    margin: 50px 145px 0 auto;
  }
} */
@media screen and (max-width: 1200px) {
  .l-container {
    margin: 50px auto 0 auto;
  }
  .l-container__main {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 960px) {
  .l-wrap {
    padding: 80px 0 0 0;
  }
  .l-container {
    display: block;
  }
  .l-container__main {
    width: 100%;
  }
  .l-container__side {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }
  .l-container {
    margin: 30px auto 0;
    padding: 0 20px 100px;
  }
  .l-container__side {
    margin-top: 80px;
  }
}


.p-headerOuter {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.p-header {
  background: #FFF;
  padding: 0 15px 0 27px;
}
.p-headerWrap {
  display: flex;
  justify-content: space-between;
  height: 83px;
  align-items: center;
}
.p-headerLogo {
  text-align: left;
}
.p-headerLogo__txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 4px;
}
.p-headerLogo__img {
  max-width: 410px;
}
.p-headerLinks {
  display: flex;
}
.p-headerGtranslate {
	align-self: center;
}
.p-headerGtranslate .gtranslate_wrapper {
	margin-right: 10px;
}
.p-headerGtranslate .gtranslate_wrapper a {
	border: #CCC 1px solid;
	display: inline-block;
	margin-left: 5px;
	line-height: 1px;
}
.p-headerGtranslate .gtranslate_wrapper a img {
	margin-right: 0;
}
.p-headerLink {
  width: 200px;
  margin-left: 10px;
}
.p-headerLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  position: relative;
}
.p-headerLink a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-headerLink.is-deviceSearch a {
  background: #0a57a0;
}
.p-headerLink.is-deviceSearch a:before {
	background: url(../images/common/icon-download01.png) no-repeat center;
	background-size: contain;
/*
  background: url(../images/common/icon-gear.png) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
*/
  width: 19px;
  height: 19px;
  left: 16px;
}
.p-headerLink.is-catalog a {
  background: #879ecb;
}
.p-headerLink.is-catalog a:before {
  background: url(../images/common/icon-catalog.png) no-repeat center;
  background-size: contain;
  width: 19px;
  height: 23px;
  left: 16px;
}
.p-headerLink.is-contact a {
  background: #ffe537;
  color: #0a57a0;
}
.p-headerLink.is-contact a:before {
  background: url(../images/common/icon-mail.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 15px;
  left: 16px;
}
.p-gNav {
  background-color: #dee4eb;
}
.p-gNavList {
  display: flex;
  justify-content: center;
}
.p-gNavList li {
}
.p-gNavList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 40px;
}
.p-headerMenuBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-header {
    padding: 0 15px 0 20px;
  }
  .p-headerWrap {
    height: 83px;
  }
  .p-headerLogo__txt {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .p-headerLogo__img {
    max-width: 360px;
  }
  .p-headerLinks {
    display: flex;
  }
  .p-headerLink {
    width: 160px;
    margin-left: 10px;
  }
  .p-headerLink a {
    font-size: 14px;
    padding: 0 0 1px 0;
  }
  .p-headerLink a:before {
    transform: scale(0.8);
  }
  .p-headerLink.is-deviceSearch a {
    padding-left: 10px;
  }
  .p-gNavList li a {
    font-size: 16px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 960px) {
  .p-header {
    padding: 0 95px 0 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
  }
  .p-headerWrap {
    height: 80px;
  }
  .p-headerLogo__txt {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .p-headerLogo__img {
    max-width: 310px;
  }
  .p-headerLink.is-catalog {
    display: none;
  }
  .p-headerLink.is-contact {
    display: none;
  }
  .p-gNav {
    display: none;
    background-color: #dee4eb;
  }
  .p-gNavList {
    display: flex;
    justify-content: center;
  }
  .p-gNavList li {
  }
  .p-gNavList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 40px;
  }

  .p-headerMenuBtn {
    display : flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #dee4eb;
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 10000;
  }
  .p-headerMenuBtnInner,
  .p-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .p-headerMenuBtnInner {
    position: relative;
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    appearance: none;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0a57a0;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 60px 0 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
  }
  .p-headerWrap {
    height: 60px;
  }
  .p-headerLogo__txt {
    font-size: 8px;
    margin: 0 0 4px;
  }
  .p-headerLogo__img {
    max-width: 220px;
  }
  .p-headerLinks {
    display: flex;
    display: none;
  }
  .p-headerLink {
    width: 200px;
    margin-left: 10px;
  }
  .p-headerLink a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    background: #000;
    color: #FFF;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 0 1px 0;
    position: relative;
  }
  .p-headerLink a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-headerLink.is-deviceSearch a {
    background: #0a57a0;
  }
  .p-headerLink.is-deviceSearch a:before {
    background: url(../images/common/icon-gear.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 21px;
    left: 16px;
  }
  .p-gNav {
    display: none;
    background-color: #dee4eb;
  }
  .p-gNavList {
    display: flex;
    justify-content: center;
  }
  .p-gNavList li {
  }
  .p-gNavList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 40px;
  }

  .p-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .p-headerMenuBtnInner {
    width: 24px;
    height: 18px;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}


.p-headerSPMenu {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-headerSPMenu {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  body.is-menuOpen {
    overflow: hidden;
  }
  .p-headerSPMenu {
    position: fixed;
    z-index: 9000;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #FFF;
    border-top: #0a57a0 1px solid;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
  }
  .p-headerSPMenuInner {

  }
  .p-headerSPMenuBtn {
    display: flex;
    margin-bottom: 30px;
  }
  .p-headerSPMenuBtnItem {
    width: calc(33.33% - 20px);
    margin-left: 30px;
  }
  .p-headerSPMenuBtnItem:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-headerSPMenuBtnItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000;
    color: #FFF;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    box-sizing: border-box;
    padding: 57px 10px 20px 10px;
    position: relative;
  }
  .p-headerSPMenuBtnItem a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-headerSPMenuBtnItem a.is-deviceSearch {
    background: #0a57a0;
  }
  .p-headerSPMenuBtnItem a.is-deviceSearch:before {
/*
    background: url(../images/common/icon-gear.png) no-repeat center;
    background-size: contain;
*/
	background: url(../images/common/icon-download01.png) no-repeat center;
	background-size: contain;
		/* width: 21px;
    height: 21px; */
/*
    width: 31.5px;
    height: 31.5px;
*/
    width: 26px;
    height: 26px;
    top: 18px;
  }
  .p-headerSPMenuBtnItem a.is-catalog {
    background: #879ecb;
  }
  .p-headerSPMenuBtnItem a.is-catalog:before {
    background: url(../images/common/icon-catalog.png) no-repeat center;
    background-size: contain;
    /* width: 19px;
    height: 23px; */
    width: 28.5px;
    height: 34.5px;
    top: 15px;
  }
  .p-headerSPMenuBtnItem a.is-contact {
    background: #ffe537;
    color: #0a57a0;
  }
  .p-headerSPMenuBtnItem a.is-contact:before {
    background: url(../images/common/icon-mail.png) no-repeat center;
    background-size: contain;
    /* width: 20px;
    height: 15px; */
    width: 30px;
    height: 22.5px;
    top: 20px;
  }
  .p-headerSPMenuList {

  }
  .p-headerSPMenuList li {
    
  }
  .p-headerSPMenuList li + li {
    margin-top: 10px;
  }
  .p-headerSPMenuList li a {
    display: block;
    background-color: #dee4eb;
    height: 100%;
    color: #0a57a0;
    font-size: 17px;
    list-style: 1.3;
    font-weight: 600;
    box-sizing: border-box;
    padding: 16px 25px 17px 18px;
    position: relative;
    text-align: left;
  }
  .p-headerSPMenuList li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/icon-arrow02.png) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 10px;
    content: '';
  }
}
@media screen and (max-width: 768px) {
  .p-headerSPMenu {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 30px 20px 40px 20px;
  }
  .p-headerSPMenuInner {

  }
	.p-headerSPGtranslate {
		align-self: center;
		margin-bottom: 20px;
	}
	.p-headerSPGtranslate .gtranslate_wrapper {
		margin-right: 5px;
	}
	.p-headerSPGtranslate .gtranslate_wrapper a {
		border: #CCC 1px solid;
		display: inline-block;
		margin-left: 5px;
		line-height: 1px;
	}
	.p-headerSPGtranslate .gtranslate_wrapper a img {
		margin-right: 0;
	}
  .p-headerSPMenuBtn {
    margin-bottom: 20px;
  }
  .p-headerSPMenuBtnItem {
    width: calc(33.33% - 6px);
    margin-left: 9px;
  }
  .p-headerSPMenuBtnItem:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-headerSPMenuBtnItem a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    box-sizing: border-box;
    padding: 47px 5px 10px 5px;
    position: relative;
  }
  .p-headerSPMenuBtnItem a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-headerSPMenuBtnItem a.is-deviceSearch {
    background: #0a57a0;
  }
  .p-headerSPMenuBtnItem a.is-deviceSearch:before {
/*
    background: url(../images/common/icon-gear.png) no-repeat center;
    background-size: contain;
*/
    width: 21px;
    height: 21px;
    top: 15px;
  }
  .p-headerSPMenuBtnItem a.is-catalog {
    background: #879ecb;
  }
  .p-headerSPMenuBtnItem a.is-catalog:before {
    background: url(../images/common/icon-catalog.png) no-repeat center;
    background-size: contain;
    width: 19px;
    height: 23px;
    top: 15px;
  }
  .p-headerSPMenuBtnItem a.is-contact {
    background: #ffe537;
    color: #0a57a0;
  }
  .p-headerSPMenuBtnItem a.is-contact:before {
    background: url(../images/common/icon-mail.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    top: 20px;
  }
  .p-headerSPMenuList li + li {
    margin-top: 6px;
  }
  .p-headerSPMenuList li a {
    font-size: 16px;
    padding: 16px 25px 17px 18px;
  }
  .p-headerSPMenuList li a:before {
    background: url(../images/common/icon-arrow02.png) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 10px;
  }
}







.p-footer {
  border-top: #879ecb 5px solid;
  padding: 78px 0 0 0
}
.p-footer__logo {
  max-width: 410px;
  margin-left: 100px;
  margin-bottom: 42px;
}
.p-footerWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 95px 0;
}
.p-footerInfo {
  margin-left: 100px;
  text-align: left;
}
.p-footerInfo__area {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-footerInfoContent {
  
}
.p-footerInfo__address {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 500;
}
.p-footerInfo__tel {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 500;
  margin-top: 22px;
}

.p-footerMenu {
  text-align: left;
  margin-left: 30px;
}
.p-footerMenu__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #264083;
  margin-bottom: 16px;
}
.p-footerMenuLink {
  display: flex;
}
.p-footerMenuList {

}
.p-footerMenuList + .p-footerMenuList {
  margin-left: 50px;
}
.p-footerMenuList li {

}
.p-footerMenuList li:nth-child(n + 2) {
  margin-top: 10px;
}
.p-footerMenuList li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.p-footerMenuList li a:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #264083;
}
.p-footer__copy {
  color: #FFF;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  background: #0a57a0;
  padding: 20px 20px 21px;
}

@media screen and (max-width: 1200px) {
  .p-footer {
  }
  .p-footer__logo {
    max-width: 360px;
    margin-left: 0px;
  }
  .p-footerInfo {
    margin-left: 0;
  }
  .p-footerInfo__area {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-footerInfo__address {
    font-size: 16px;
  }
  .p-footerInfo__tel {
    font-size: 16px;
    margin-top: 22px;
  }

  .p-footerMenu__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .p-footerMenuList + .p-footerMenuList {
    margin-left: 30px;
  }
  .p-footerMenuList li {

  }
  .p-footerMenuList li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .p-footerMenuList li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.48;
    font-weight: 600;
    padding: 0 0 0 15px;
  }
  .p-footerMenuList li a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #264083;
  }
  .p-footer__copy {
    color: #FFF;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    background: #0a57a0;
    padding: 20px 20px 21px;
  }

}
@media screen and (max-width: 960px) {
  .p-footer__logo {
    max-width: 310px;
    margin-bottom: 42px;
  }
  .p-footerWrap {
    display: block;
    padding: 0 0 95px 0;
  }
  .p-footerInfo {
    display: flex;
  }
  .p-footerInfo__area {
    width: 100px;
    margin-bottom: 0px;
  }
  .p-footerInfoContent {
    width: calc(100% - 100px);    
  }
  .p-footerMenu {
    margin-left: 0px;
    margin-top: 40px;
  }
  .p-footerMenu__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #264083;
    margin-bottom: 16px;
  }
  .p-footerMenuLink {
    display: flex;
  }
  .p-footerMenuList {

  }
  .p-footerMenuList + .p-footerMenuList {
    margin-left: 50px;
  }
  .p-footerMenuList li {

  }
  .p-footerMenuList li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    border-top: #879ecb 3px solid;
    padding: 50px 0 0 0
  }
  .p-footer__logo {
    max-width: 220px;
    margin: 0 auto 40px 0;
  }
  .p-footerWrap {
    padding: 0 0 30px 0;
  }
  .p-footerInfo {
  }
  .p-footerInfo__area {
    font-size: 14px;
    width: 60px;
    margin-bottom: 0px;
  }
  .p-footerInfoContent {
    width: calc(100% - 60px); 
  }
  .p-footerInfo__address {
    font-size: 14px;
  }
  .p-footerInfo__tel {
    font-size: 14px;
    margin-top: 15px;
  }

  .p-footerMenu {
    margin-left: 0px;
  }
  .p-footerMenu__title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .p-footerMenuLink {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footerMenuList {
    margin: 0 30px 30px 0;
  }
  .p-footerMenuList + .p-footerMenuList {
    margin-left: 0px;
  }
  .p-footerMenuList li {

  }
  .p-footerMenuList li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .p-footerMenuList li a {
    font-size: 14px;
    padding: 0 0 0 12px;
  }
  .p-footerMenuList li a:before {
    top: 7px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #264083;
  }
  .p-footer__copy {
    font-size: 11px;
    padding: 15px 15px 16px;
  }

}
@media screen and (max-width: 420px) {
  .p-footerWrap {
    padding: 0 0 40px 0;
  }
  .p-footerMenuLink {
    justify-content: space-between;
  }
  .p-footerMenuList {
    margin: 0 0 7px;
    width: calc(50% - 5px);
  }
  .p-footerMenuList + .p-footerMenuList {
    margin-left: 0px;
  }
}



.p-sideFlow {
  position: fixed;
  top: 163px;
  right: 0;
  max-height: 686px;
  height: calc(100vh - 183px);
  display: flex;
	z-index: 1000;
}
.p-sideFlowMenu {
  flex: 1;
}
.p-sideFlowMenuList {
  width: 165px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-sideFlowMenuList li {
  flex: 1;
}
.p-sideFlowMenuList li + li {
  margin-top: 10px;
}
.p-sideFlowMenuList li a {
  display: flex;
  align-items: center;
  background-color: #dee4eb;
  height: 100%;
  color: #0a57a0;
  font-size: 17px;
  list-style: 1.3;
  font-weight: 600;
  box-sizing: border-box;
  padding: 5px 25px 7px 18px;
  position: relative;
}
.p-sideFlowMenuList li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon-arrow02.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 10px;
  content: '';
}
.p-sideFlowMenuList li.is-deviceSearch a {
  background: #0a57a0;
  color: #FFF;
}
.p-sideFlowMenuList li.is-catalog a {
  background: #879ecb;
  color: #FFF;
}
.p-sideFlowMenuList li.is-contact a {
  background: #ffe537;
  color: #0a57a0;
}

@media screen and (max-width: 1200px) {
  .p-sideFlow {
    top: 163px;
    max-height: 606px;
    height: calc(100vh - 183px);
  }
  .p-sideFlowMenuList {
    width: 145px;
  }
  .p-sideFlowMenuList li + li {
    margin-top: 6px;
  }
  .p-sideFlowMenuList li a {
    font-size: 15px;
    padding: 5px 25px 7px 15px;
  }
  .p-sideFlowMenuList li a:before {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-sideFlow {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .p-sideFlowMenuList li {
  }
  .p-sideFlowMenuList li:nth-child(1) {
    animation: sideFlowMenuIn 0.4s 1s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(2) {
    animation: sideFlowMenuIn 0.4s 1.05s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(3) {
    animation: sideFlowMenuIn 0.4s 1.1s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(4) {
    animation: sideFlowMenuIn 0.4s 1.15s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(5) {
    animation: sideFlowMenuIn 0.4s 1.2s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(6) {
    animation: sideFlowMenuIn 0.4s 1.25s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(7) {
    animation: sideFlowMenuIn 0.4s 1.3s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(8) {
    animation: sideFlowMenuIn 0.4s 1.35s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(9) {
    animation: sideFlowMenuIn 0.4s 1.4s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
  .p-sideFlowMenuList li:nth-child(10) {
    animation: sideFlowMenuIn 0.4s 1.45s cubic-bezier(0.33, 1, 0.68, 1) both;
  }

}
@keyframes sideFlowMenuIn {
  0% {
    transform: translate(100%,0);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}


.c-pageHead {
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  height: 313px;
  display: flex;
  align-items: self-end;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 54px;
}
.c-pageHead__title {
  font-size: 42px;
  line-height: 1.4;
  color: #00315f;
  font-weight: 700;
  overflow: hidden;
}
.c-pageHead__title span {
  display: inline-block;
  animation: HeadTitle01 0.4s 0.7s cubic-bezier(0.33, 1, 0.68, 1) both;
}
.c-pageHead__subTitle {
  font-size: 24px;
  line-height: 1.4;
  color: #879ecb;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  overflow: hidden;
}
.c-pageHead__subTitle span {
  display: inline-block;
  animation: HeadTitle02 0.4s 0.7s cubic-bezier(0.33, 1, 0.68, 1) both;
}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
  .c-pageHead {
    height: 163px;
    padding: 0 0 30px;
  }
  .c-pageHead__title {
    font-size: 26px;
  }
  .c-pageHead__subTitle {
    font-size: 18px;
    margin-top: 5px;
  }
}

.c-pageHeadBg {
  position: absolute;
  z-index: -1;
  top: 146px;
  left: 0;
  height: calc(100% - 146px);
  width: 100%;
  overflow: hidden;
}

.c-pageHeadBg01 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1420px;
}
.c-pageHeadBg01:before ,
.c-pageHeadBg01:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  opacity: 0.1;
  background: #0a57a0;
  filter: blur(2rem);
}
.c-pageHeadBg01:before {
  width: 300px;
  height: 300px;
  top: 100px;
  left: -200px;
}
.c-pageHeadBg01:after {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -200px;
}
.c-pageHeadBg02 {
  position: absolute;
  top: 0;
  height: 474px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}

.c-pageHeadBg02:before {
  content: '';
  position: absolute;
  top: 0;
  height: 474px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  right: 0;
  background-image: url(../images/common/head-parts-03-01.png);
  background-position: right top;
  animation: HeadBg02 2s 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;
}

@keyframes HeadBg01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes HeadBg02 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes HeadTitle01 {
  0% {
    transform: translate(0,100%);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes HeadTitle02 {
  0% {
    transform: translate(0,-100%);
  }
  100% {
    transform: translate(0,0);
  }
}

@media screen and (max-width: 960px) {
  .c-pageHeadBg {
    top: 80px;
    height: calc(100% - 80px);
  }
  .c-pageHeadBg01:before {
    width: 300px;
    height: 300px;
    top: 100px;
    left: -200px;
  }
  .c-pageHeadBg01:after {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -200px;
  }
  .c-pageHeadBg02 {
    position: absolute;
    top: 0;
    height: 474px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .c-pageHeadBg02:before {
    content: '';
    position: absolute;
    top: 0;
    height: 474px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    right: 0;
    background-image: url(../images/common/head-parts-03-01.png);
    background-position: right -100px top;
    animation: HeadBg02 2s 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
}
@media screen and (max-width: 768px) {
  .c-pageHeadBg {
    top: 60px;
    height: calc(100% - 60px);
  }
  .c-pageHeadBg01:before {
    width: 200px;
    height: 200px;
    top: 100px;
    left: -130px;
  }
  .c-pageHeadBg01:after {
    width: 250px;
    height: 250px;
    top: -30px;
    right: -120px;
  }
  .c-pageHeadBg02 {
    height: 224px;
  }

  .c-pageHeadBg02:before {
    right: 0px;
    height: 224px;
  }
}



.c-pankuzu {
  padding: 15px 40px 12px;
}
.c-pankuzuInner {
  max-width: 1420px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  margin-right: 11px;
  margin-bottom: 4px;
  position: relative;
  font-weight: 500;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 18px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 8px;
  left: -19px;
  content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	transform: rotate(45deg);
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  display: inline-block;
  position: relative;
  color:#0a57a0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 12px 20px 10px;
  }
  .c-pankuzuList__item {
    font-size: 13px;
    margin-right: 11px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 18px;
  }
  .c-pankuzuList__item:before {
    top: 8px;
    left: -19px;
    width: 6px;
    height: 6px;
  }
}



.p-side {
}
.p-side__item {
  
}
.p-side__item + .p-side__item {
  margin-top: 25px;
}
.p-sideBanner {
}
.p-sideBanner__item {
  
}
.p-sideBanner__item:nth-of-type(n + 2) {
  margin-top: 15px;
}
.p-sideBanner__item a {
  display: block;
}

.p-sideLinkList {
  background: #FFF;
  overflow: hidden;
  border-top: #879ecb 1px solid;
}
.p-sideLinkList > li {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  border-bottom: #879ecb 1px solid;
}
.p-sideLinkList > li + li {
}
.p-sideLinkList > li a {
  display: block;
  padding: 14px 28px 15px 0;
  position: relative;
  font-weight: 600;
}
.p-sideLinkList > li a:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 10px;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 7px solid #0a57a0;
}

@media screen and (max-width: 960px) {
  .p-sideBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-sideBanner__item {
    width: calc(50% - 20px);
  }
  .p-sideBanner__item:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .p-sideBanner__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-sideBanner__item {
    width: calc(50% - 10px);
  }
  .p-sideBanner__item:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .p-sideBanner__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .p-sideLinkList {
  }
  .p-sideLinkList > li {
    font-size: 16px;
  }
  .p-sideLinkList > li + li {
  }
  .p-sideLinkList > li a {
    padding: 14px 28px 15px 0;
  }
  .p-sideLinkList > li a:before {
    top: 2px;
    right: 4px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 7px solid #0a57a0;
  }
}
@media screen and (max-width: 440px) {
  .p-sideBanner__item {
    width: 100%;
  }
  .p-sideBanner__item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .p-sideBanner__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}


.c-body {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  font-weight: 500;
}
.c-body p {
}
.c-body p strong {
}
.c-body p a {
  text-decoration: underline;
  color: #0a57a0;
}
.c-body * + p {
  margin-top: 1.5em;
}
.c-body * + figcaption {
  margin-top: 1.5em;
}
.c-body * + figure {
  margin-top: 1.5em;
}
.c-body h2 {
    font-size: 30px;
    line-height: 1.34;
    text-align: left;
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 23px;
    position: relative;
    padding: 0 0 0 20px;
}
.c-body h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #0a57a0;
    border-radius: 10px;
    left: 0;
    top: 0;
}
.c-body * + h2 {
  margin-top: 80px;
}
.c-body h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "M PLUS 1p", sans-serif;
    text-align: left;
    border-top: #7ba5cc 2px solid;
    border-bottom: #7ba5cc 2px solid;
    padding: 13px 0;
    margin-bottom: 25px;
}
.c-body * + h3 {
  margin-top: 60px;
}
.c-body h2 + h3 {
  margin-top: 30px;
}
.c-body h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #0a57a0;
  font-family: "M PLUS 1p", sans-serif;
}
.c-body * + h4 {
  margin-top: 30px;
}
.c-body h2 + h4 {
  margin-top: 20px;
}
.c-body h3 + h4 {
  margin-top: 30px;
}
.c-body h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}
.c-body h5 + * {
  margin-top: 10px;
}
.c-body h5 + .wp-block-columns {
  margin-top: 20px;
}
.c-body * + h5 {
  margin-top: 20px;
}
.c-body ol {
  margin-left: 1.5em;
}
.c-body * + ol {
  margin-top: 1.5em;
}
.c-body .wp-block-columns figcaption {
  margin-top: 0.5em;
  text-align: center;
}
.c-body ul {
    list-style: none;
    text-align: left;
}
.c-body * + ul {
  margin-top: 1.5em;
}
.c-body ul li {
    position: relative;
    padding: 0 0 0 15px;
}
.c-body ul li + li {
    margin-top: 5px;
}
.c-body ul li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    height: 6px;
    width: 6px;
    box-sizing: border-box;
    background: #0a57a0;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
  }
  .c-body p {
  }
  .c-body p strong {
  }
  .c-body * + p {
    margin-top: 1.5em;
  }
  .c-body * + figcaption {
    margin-top: 1.5em;
  }
  .c-body * + figure {
    margin-top: 1.5em;
  }
  .c-body h2 {
      font-size: 22px;
      margin-bottom: 20px;
      padding: 0 0 0 14px;
  }
  .c-body h2:before {
      width: 4px;
  }
  .c-body * + h2 {
    margin-top: 60px;
  }
  .c-body h3 {
      font-size: 20px;
      padding: 8px 0;
      margin-bottom: 20px;
  }
  .c-body * + h3 {
    margin-top: 40px;
  }
  .c-body h2 + h3 {
    margin-top: 20px;
  }
  .c-body h4 {
    font-size: 18px;
  }
  .c-body * + h4 {
    margin-top: 30px;
  }
  .c-body h2 + h4 {
    margin-top: 20px;
  }
  .c-body h3 + h4 {
    margin-top: 30px;
  }
  .c-body h5 {
    font-size: 16px;
  }
  .c-body h5 + * {
    margin-top: 10px;
  }
  .c-body h5 + .wp-block-columns {
    margin-top: 20px;
  }
  .c-body * + h5 {
    margin-top: 20px;
  }
  .c-body ol {
    margin-left: 1.5em;
  }
  .c-body * + ol {
    margin-top: 1.5em;
  }
  .c-body .wp-block-columns figcaption {
    margin-top: 0.5em;
    text-align: center;
  }
  .c-body ul {
  }
  .c-body * + ul {
    margin-top: 1.5em;
  }
  .c-body ul li {
      padding: 0 0 0 15px;
  }
  .c-body ul li + li {
      margin-top: 3px;
  }
  .c-body ul li:before {
      top: 11px;
      height: 5px;
      width: 5px;
  }
}


.c-form {
  border-top: #7ba5cc 1px solid;
}
.c-formItem {
  display: flex;
  border-bottom: #7ba5cc 1px solid;
  padding: 15px 0;
}
.c-formItemHead {
  font-size: 16px;
  line-height: 1.75;
  width: 220px;
  padding: 8px 21px 5px 0px;
  box-sizing: border-box;
}
.c-formItemHeadInner {
  position: relative;
  text-align: left;
  padding: 0 54px 0 0;
  font-weight: bold;
}
.c-formItemHeadInner.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}
.c-formItemContent {
  padding: 0px 0 0px 20px;
  font-size: 16px;
  line-height: 1.75;
  width: calc(100% - 220px);
  border-left: #CCC 1px solid;
}
.c-formItemContentInner {
  
}
.c-formItemContentName {
  display : flex;
  align-items: center;
}
.c-formItemContentName__tag {
  text-align: left;
}
.c-formItemContentName__tag.is-sei {
  width: 25px;
}
.c-formItemContentName__tag.is-mei {
  width: 45px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentName__input {
  width: calc(50% - 35px);
  max-width: 300px;
}

.c-formItemContentNameKana {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-formItemContentNameKana__tag {
  text-align: left;
}
.c-formItemContentNameKana__tag.is-sei {
  width: 44px;
}
.c-formItemContentNameKana__tag.is-mei {
  width: 64px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentNameKana__input {
  width: calc(50% - 45px);
  max-width: 300px;
}



.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  display: block;
}
.c-form input[type=text]:read-only {
  height: 45px;
  border: none;
  padding: 5px 0;
  color: #303030;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 12px;
}
.c-formItemContent__txt a {
  color: #178cff;
  text-decoration: underline;
  margin-right: 5px;
}
.c-formItemContent__txt a[target="_blank"]:after {
  content: '';
  display: inline-block;
  background: url("../images/common/icon-blank.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.c-formItemContent__check {
  text-align: left;
}
.c-form__check {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.c-form__check .wpcf7-list-item {
  margin-right: 20px;
}
.c-form__check label {
  cursor: pointer;
}
.c-form__check label > input {
  display: none;
}
.c-form__check label > span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 500;
}
.c-form__check label > span:before ,
.c-form__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.c-form__check label > span:before {
  left: 0;
  border: #CCC 1px solid;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
}
.c-form__check label > span:after {
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.c-form__check label > input:checked + span:after {
  opacity: 1;
}
.c-form__check label > input:checked + span:before {
  border-color: #007124;
  background: #007124;
}
.c-form__check.is-required {
  padding-right: 45px;
  position: relative;
}
.c-form__check.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}

.c-formSubmit {
  margin-top: 60px;
}
.c-formSubmit input[type="submit"] {
  width: 100%;
  max-width: 334px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #0a57a0 1px solid;
  border-radius: 100px;
  background: #0a57a0 url(../images/common/icon-arrow02.png) no-repeat right 15px center;
  background-size: 21px;
  color: #FFF;
  min-height: 60px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding: 6px 40px 8px 40px;
  box-sizing: border-box;
}


.c-formSelect {
  position: relative;
  display: block;
}
.c-formSelect:before {
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
  outline: none;
  background: #FFF url(../images/common/icon-selectArrow.png) no-repeat right 10px center;
  background-size: 13px 10px;
  cursor: pointer;
  font-size: 16px;
}
.c-formSelect select::-ms-expand {
    display: none;
}

.c-formAgree {
  margin-top: 40px;
}
.c-formAgreeCheck {
  margin-bottom: 25px;
}
.c-formAgree__txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.c-formAgree__txt a {
  color: #0a57a0;
  text-decoration: underline;
}

.c-formAgreeDoc {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  border: #ccc 1px solid;
  margin-top: 50px;
}
.c-formAgreeDoc__title {
  background: #DDD;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.c-formAgreeDocInner {
  padding: 30px 40px;
}
.c-formAgreeDoc .c-formAgreeCheck {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.c-formItemContentFiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
.c-formItemContentFiles + .c-formItemContentFiles {
  margin-top: 7px;
}
.c-formItemContentFiles input[type="file"] {
  display: none;
}
.c-formItemContentFiles label {
  border: none;
  height: 40px;
  width: 140px;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.3;
  background: #68bd29;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.c-formItemContentFiles label:hover {
  opacity: 0.7;
}
.c-formItemContentFiles__txt {
  font-size: 16px;
  line-height: 1.4;
}

.c-formItemContentFilesItem:nth-of-type(n + 2) {
  display: none;
  margin-top: 5px;
}
.c-formItemContentFilesAdd {
  
}

@media screen and (max-width: 768px) {
  .c-form {
  }
  .c-formItem {
    display: block;
    border-bottom: #7ba5cc 1px solid;
    padding: 10px 0 15px 0;
  }
  .c-formItemHead {
    font-size: 16px;
    width: 100%;
    padding: 0 21px 0 0px;
    text-align: left;
    margin-bottom: 10px;
  }
  .c-formItemHeadInner {
    padding: 0 54px 0 0;
    display: inline-block;
  }
  .c-formItemContent {
    padding: 0px 0 0px 0;
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
    border-left: none;
  }
  .c-formItemContentInner {
    
  }
  .c-formItemContentName {
  }
  .c-formItemContentName__tag.is-sei {
    width: 25px;
  }
  .c-formItemContentName__tag.is-mei {
    width: 35px;
    padding-left: 10px;
  }
  .c-formItemContentName__input {
    width: calc(50% - 25px);
  }

  .c-formItemContentNameKana__tag.is-sei {
    width: 44px;
  }
  .c-formItemContentNameKana__tag.is-mei {
    width: 64px;
    padding-left: 20px;
  }
  .c-formItemContentNameKana__input {
    width: calc(50% - 45px);
    max-width: 300px;
  }



  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .c-form input[type=text]:read-only {
    height: 45px;
    padding: 5px 0;
  }
  .c-form textarea {
    height: 250px;
    padding: 15px 10px;
    font-size: 16px;
  }
  .c-formItemContent__check {
    text-align: left;
  }
  .c-form__check {
    display: inline-block;
    cursor: pointer;
    text-align: left;
  }
  .c-form__check .wpcf7-list-item {
    margin-right: 20px;
  }
  .c-form__check label {
    cursor: pointer;
  }
  .c-form__check label > input {
    display: none;
  }
  .c-form__check label > span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    padding: 7px 0 7px 36px;
    font-weight: 500;
  }
  .c-form__check label > span:before ,
  .c-form__check label > span:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 2px;
    bottom: 0;
  }
  .c-form__check label > span:before {
    left: 0;
    border: #CCC 1px solid;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background: #FFF;
  }
  .c-form__check label > span:after {
    left: 8px;
    width: 4px;
    height: 9px;
    border-right: #FFF 2px solid;
    border-bottom: #FFF 2px solid;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 3px;
  }
  .c-form__check label > input:checked + span:after {
    opacity: 1;
  }
  .c-form__check label > input:checked + span:before {
    border-color: #007124;
    background: #007124;
  }
  .c-form__check.is-required {
    padding-right: 45px;
    position: relative;
  }
  .c-form__check.is-required:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    margin: auto;
    top: 2px;
    bottom: 0;
    right: 0;
    display : flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 1px 0;
    font-weight: bold;
    content: '必須';
    background: #c31212;
    border: #c31212 1px solid;
    color: #FFF;
  }

  .c-formSubmit {
    margin-top: 40px;
  }
  .c-formSubmit input[type="submit"] {
    max-width: 300px;
    margin: 0 auto;
    background: #0a57a0 url(../images/common/icon-arrow02.png) no-repeat right 15px center;
    background-size: 16px;
    min-height: 54px;
    font-size: 17px;
    padding: 6px 40px 8px 40px;
  }


  .c-formSelect {
  }
  .c-formSelect:before {
  }
  .c-formSelect select {
    height: 45px;
    padding: 5px 10px;
    line-height: 30px;
    background: #FFF url(../images/common/icon-selectArrow.png) no-repeat right 10px center;
    background-size: 10px 8px;
    font-size: 15px;
  }

  .c-formAgree {
    margin-top: 40px;
  }
  .c-formAgreeCheck {
    margin-bottom: 25px;
  }
  .c-formAgree__txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
  }
  .c-formAgree__txt a {
    color: #0a57a0;
    text-decoration: underline;
  }

  .c-formAgreeDoc {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
    border: #ccc 1px solid;
    margin-top: 50px;
  }
  .c-formAgreeDoc__title {
    background: #DDD;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
  }
  .c-formAgreeDocInner {
    padding: 30px 40px;
  }
  .c-formAgreeDoc .c-formAgreeCheck {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }

  .c-formItemContentFiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
  }
  .c-formItemContentFiles + .c-formItemContentFiles {
    margin-top: 7px;
  }
  .c-formItemContentFiles input[type="file"] {
    display: none;
  }
  .c-formItemContentFiles label {
    border: none;
    height: 40px;
    width: 140px;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 1.3;
    background: #68bd29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.5s ease-out;
    margin-right: 15px;
    border-radius: 5px;
    font-weight: 500;
  }
  .c-formItemContentFiles label:hover {
    opacity: 0.7;
  }
  .c-formItemContentFiles__txt {
    font-size: 16px;
    line-height: 1.4;
  }

  .c-formItemContentFilesItem:nth-of-type(n + 2) {
    display: none;
    margin-top: 5px;
  }
  .c-formItemContentFilesAdd {
    
  }

}



