@charset "utf-8";
/* CSS Document */
input[type="radio"],input[type="checkbox"]{
position: relative;
/* top: 10px; */
margin-right: 0.4em;
}
	
.c-posts-per-pages {
    font-size: 12px;
}
body {
  font-family: 'Noto Sans JP';
}
.head_sp a:hover{
	text-decoration: none;
}
.l-header{
	display: flex;
	justify-content: space-between;
}
.head_sp{
	width: 500px;
}
header .pc{
	margin-top: 50px;
}

.c-global-navigation {
    position: static;
     left: 0px; 
     float: none; 
 
}
.content_part{
	margin-top: 0px;
}
.c-caution{
	width: 320px;
}
@media screen and (max-width: 1200px) {
.head_sp {
    width: 400px;
}
}
@media screen and (max-width: 1080px) {
	
.c-caution{
	width: 200px;
}
	
}
.p-news-list__item {
	display: flex;
}
.p-news-list__category{
	height: 22px;
}
.p-news-content{
	width: 600px;
}
.p-news-list__link{
	color: #2b82b7;
}
.p-news-list__title {
   
    font-size: 14px;
}
.p-news-list__item a{
	color: #2b82b7;
}
@media screen and (max-width: 10800px) {
.p-news-content{
	width: 100%;
}
@media (max-width: 750px){
  .p-news-list__item {
    display: block;
  }	
}
}
/*-----------------------------ヘッダー*/
header.l-header{
	max-width: 1280px;
	margin: 0 auto;
}
.l-header__brand-logo {
    display: inline-block;
    padding-top: 36px;
    padding-left: 0px;
}
.c-breadcrumb{
    padding-top: 18px;
	padding-left: 0;
	width: 1280px;
	margin: 0 auto;
}
.loconav{
	width: 1280px;
	margin: 0 auto;
}
@media screen and (max-width: 1080px) {
	header.l-header{
	width: 100%;
	margin: 0 auto;
}
	.c-breadcrumb{
    width: 100%;
	margin: 0 auto;
		padding-left: 25px;
}
	.loconav{
	 width: 100%;
	margin: 0 auto;
}
}
.c-subname{
	color: #444;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
	padding-bottom: 5px;
}
.c-subname-block{
	color: #444;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
	padding-bottom: 5px;
}
.c-contact-navigation__list-item--secondary {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    height: auto;
    background: #227db5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 20px;
    font-weight: 700;
	height: 230px;
}
.c-contact-navigation__list-item--secondary a{
	width: 100px;
    height: 230px;
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}


.c-global-navigation__list-item {
  width: 100px;
	margin: 0;
}

li.drowmenu {
  position: relative;
}
li.drowmenu ul {
	visibility: hidden;
	font-size: 13px;
    opacity: 0;
	z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
	width: 180%;
  list-style: none;
  	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.drowmenu_2 {
  position: relative;
}
li.drowmenu_2 ul {
	visibility: hidden;
	font-size: 13px;
    opacity: 0;
	z-index: 1;
  position: absolute;
  top: 20px;
  right: 0;
	width: 300%;
  list-style: none;
  	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.drowmenu:hover > ul {
	top: 30px;
  visibility: visible;
  opacity: 1;
  padding: 0;
  
}
li.drowmenu_2:hover > ul {
	top: 30px;
  visibility: visible;
  opacity: 1;
  padding: 0;
  
}
.c-global-navigation ul {
  padding: 0;
}
.c-global-navigation__list-item {
  text-align: center;
}
.c-global-navigation__list-item > ul > li {
  text-align: left;
  list-style: none;
	
}
.c-global-navigation__list-item > ul > li a{
	color: #fff;
	padding: 8px 5px;;
	background: #227db5;
	display: block;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 100%
}
.c-global-navigation__list-item a:hover {
  text-decoration: none;
}
.l-footer {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.c-footer-brands__seo-text {
  font-size: 12px;
  padding-top: 20px;
}
.c-footer-brands-and-navigations {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}
.c-footer-navigation__column.first {
  flex-basis: 15%;
}
.c-footer-navigation__column.second {
  flex-basis: 25%;
}
.c-footer-navigation__column.third {
  flex-basis: 35%;
}
.c-footer-navigation__column.forth {
  flex-basis: 25%;
}
.c-news-category-navigation a:hover {
  text-decoration: none;
  border-color: #2b82b7;
}
.c-footer-under-area {
  padding: 30px 0 50px;
}
.contact-item-confirm.contact-item-confirm__text.box{
	width: 100%;
}
.p-contact__input-address dt{
	margin-bottom: 10px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.c-contact-button__box .c-button2 {
    background: #227db5;
    margin-bottom: 20px !important;
}
.c-contact-button__box .c-button {
    width: 40%;
    display: inline-block;
    margin: 0 1%;
}
.c-contact-button__box {
    text-align: center;
}
@media screen and (max-width: 750px) {
	.content_part.mt{
	margin-top: 90px;
}
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	.c-footer-under-area {
    padding: 20px 0 0px;
}
	#a-feature,#a-work,#a-spec,#a-contact,
	#a,#b,#c,#d,#e,#f,#a-use,#a-price,#a-about,#a-guide,#a-download,
	#a-voice01,#a-voice02,#a-voice03,
	#a-download01,#a-download02,#a-download03,#a-download04,
	#a-download05{
		padding-top: 80px;
		margin-top: -60px;
	}
	.l-svzb4545l-price__content{
		margin-bottom: 30px;
	}
}
.l-header .sp {
    display: none;
  }
  .l-header .pc {
    display: block;
  }
@media screen and (max-width: 1080px) {
	
	.l-header .sp {
    display: block;
  }
  .l-header .pc {
    display: none;
  }
	
	
  .zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }
  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 42px;
    height: 26px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }
  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 42px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }
  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 50%;
  }
  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 100%;
  }
  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 36.77px;
    left: 8px;
  }
  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981634rad) translateY(-50%);
    top: 0px;
  }
  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }
  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981634rad) translateY(-50%);
    top: calc(100% - 0px);
  }
  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }
  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }
  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
  }
  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }
  /*+++ Default Button Color +++*/
  .zdo_drawer_button {
    color: #2274a5;
  }
  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #2274a5;
  }
  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
    /*+++ Hamburger Button Position +++*/
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }
  .zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
  }
  .zdo_drawer_menu .zdo_drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 312px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
  }
  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
  }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
  }
  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 112px 24px;
  }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
  }
  .accordion > ul {
    width: 100%;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .accordion .ac_last {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .accordion li {
    position: relative;
    /*border-bottom:1px solid #ccc;*/
    list-style: none;
  }
	
  .accordion li:first-child {line-height: 1.4;}
  .nav-second a {
    color: #08498f;
    font-weight: bold;
  }
  .nav-third a {
    color: #227db5;
  }
  .accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
  }
  .accordion > ul > li > a h5:hover {
    color: #111;
    text-decoration: none;
  }
  .accordion > ul > li > ul {
    display: none;
    text-align: left;
    padding: 0 .8em 1.4em 1em;
    color: #555;
    line-height: 1.8;
  }
  .accordion li {
    margin-bottom: 5px;
  }
  .accordion li .accordion_icon, .accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .accordion li .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 10px;
  }
  .accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .accordion h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .navi_item {
    padding: 10px;
    border-top: 1px solid #ccc;
  }
  nav .contact {
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 10px 0 5px;
    font-size: 16px;
    text-align: center;
    background: #08498f;
    position: relative;
  }
  nav .contact::before {
    content: "";
    width: 22px;
    height: 14px;
    display: block;
    background: url("../../assets/images/common/icon_contact.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  nav .monitor {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #0e7caf;
    margin-top: 3px;
    margin: 10px 0 5px;
    position: relative;
  }
  nav .monitor::before {
    content: "";
    width: 25px;
    height: 17px;
    display: block;
    background: url("../../assets/images/common/icon_mov.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 25px;
    left: 10px;
  }

  nav .nav_link {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
  nav .nav_link a {
    padding: 5px 0;
    display: block;
  }
  .c-footer-brands-and-navigations {
    display: block;
    margin-bottom: 180px;
  }
  .c-footer-navigation {
    display: block;
  }
  .c-footer-navigation__column {
    margin: 20px 0 0 20%;
  }
  .c-footer-brands__logo {
    text-align: center;
  }
  .c-footer-brands__seo-text {
    width: 80%;
    margin: 0px auto 0;
  }
  .c-footer-brands-and-navigations {
    margin-bottom: 20px;
  }
  .c-footer-under-area__function-navigation {
    float: none;
    margin-bottom: 20px;
  }
  .c-footer-under-area__function-navigation__item {
    display: block;
    font-size: 12px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    text-align: center;
    margin-bottom: 10px
  }
  .c-footer-under-area__copyright {
    text-align: center;
    float: none;
  }
  .c-footer-banners a {
    margin-bottom: 10px;
  }
  .l-header__brand-logo {
    display: inline-block;
    padding-top: 0px;
    padding-left: 10px;
  }
  .l-header__business-name {
    position: relative;
    top: 10px;
    margin-top: 20px;
    margin-left: 0px;
    display: inline;
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
  }
  .l-header {
    height: 76px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .head_sp {
    width: 80%;
    padding-top: 20px;
    background-color: #fff;
  }
  .l-header__brand-logo-image {
    width: 50%;
	max-width: 200px;
  }
  .l-header__brand-logo {
    width: 100%;
    display: inline;
  }
  .content_part {
    margin-top: 80px;
  }
  .p-news-list__title {
    display: block;
    margin-top: 10px;
  }
	.c-caution-area{
		text-align: center;
		background: #eee;
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		box-sizing: border-box;
			}
	.c-link-under{
		text-decoration: underline;
	}
}
.c-global-navigation {
  padding-top: 0;
	display: flex;
}
.p-news-list__category--danger {
  background: #e70303;
  color: #fff;
  border: none;
  position: relative;
}
.p-news-list__category--danger::before {
  content: "";
  background: url("../../assets/images/common/icon_caution.png") no-repeat;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
}

.c-contact-navigation__list-item--primary {
    color: #fff;
    width: 100px;
    height: 100px;
    background: #08498f url(../../assets/images/common/icon_contact.png) no-repeat 50% 40%;
    box-sizing: border-box;
    padding-top: 0px;
    font-size: 12px;
    text-align: center;
}
.c-contact-navigation__list-item--primary a{
	width: 100px;
    height: 100px;
	display: block;
	background: #08498f url(../../assets/images/common/icon_contact.png) no-repeat 50% 40%;
	box-sizing: border-box;
	padding-top: 70px;
}

.c-contact-navigation__list-item.c-contact-navigation__list-item--primary a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.c-contact-navigation__list-item.c-contact-navigation__list-item--secondary a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.p-news-list{
	padding-bottom: 40px;
}
/*--------------------------------------ニュース詳細*/
.news-article h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 100px;
}
.day {
  text-align: right;
  font-size: 16px;
}
.news-content p {
  font-size: 16px;
  line-height: 1.8;
}
.news-content {
  margin-top: 100px;
}
.c-link-list a, .c-pdf-list a {
  color: #00458c;
}
.c-pdf-list li span {
  position: relative;
  margin-right: 20px;
}
.c-pdf-list span::after {
  position: absolute;
  right: -16px;
  top: 3px;
  width: 15px;
  height: 18px;
  content: "";
  background: url("../images/common/icon_pdf.png")no-repeat;
}
.outerlink a {
  position: relative;
}
.outerlink span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 3px;
  width: 15px;
  height: 18px;
  background: url("../images/news/icon-link.png")no-repeat;
}
.l-article--archive-news-detail article {
  margin-bottom: 100px;
}
.c-link-list {
  margin-bottom: 40px;
}
.c-pdf-list {
  margin-bottom: 100px;
}
.news-img {
  text-align: center;
  margin-top: 50px;
}
.c-adobebox {
  border: 1px solid #888888;
  padding: 50px;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
.c-adbebox-left {
  width: 680px;
}
.c-adbebox-right {
  margin-top: auto;
}
.c-link-btn {
  margin-bottom: 200px;
}
.c-link-btn a {
  width: 360px;
  padding: 20px 0;
  color: #fff;
  background: #00458c;
  display: block;
}
.c-link-btn span {
  position: relative;
}
.c-link-btn span::before {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  content: "";
  background: url("../images/news/icon-right.png")no-repeat;
}
.c-link-btn li {
  list-style: none;
  text-align: center;
}
.c-link-btn ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
}
.c-link-btn li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .news-img img {
    width: 100%;
  }
  .c-link-btn ul {
    display: block;
    width: 100%;
  }
  .c-link-btn ul li {
    margin-bottom: 20px;
  }
  .c-link-btn a {
    width: 100%;
  }
  .news-article h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
  }
  .news-content {
    margin-top: 30px;
  }
  .news-img {
    margin-top: 30px;
  }
  .l-article--archive-news-detail article {
    margin-bottom: 40px;
  }
  .c-pdf-list {
    margin-bottom: 40px;
  }
  .c-adobebox {
    display: block;
    margin-bottom: 50px;
  }
  .c-adbebox-left {
    width: 100%;
  }
  .c-adobebox {
    padding: 20px;
  }
  .c-adbebox-right {
    margin-top: 10px;
  }
  .c-link-btn {
    margin-bottom: 60px;
  }
}
.c-rmark-link{
	position: relative;
}
.c-rmark-link::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_pdf.png)no-repeat;
}
.c-caution{
	position: relative;
	margin-right: 20px;
}
.c-caution::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon-caution.png")no-repeat;
}
@media screen and (max-width: 750px) {
.c-caution{
	position: relative;
}
.c-caution::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon-caution.png")no-repeat;
}	
}
/*-------------------------------------トップ*/
.c-topcaution-box {
  margin-bottom: 20px;
}
.c-topcaution-box p {
  display: inline-block;
}
.c-topcation-title {
  color: #fff;
  background: #e70303;
  padding: 20px;
  width: 190px;
  text-align: center;
}
.c-topcation-link {
  width: 790px;
  box-sizing: border-box;
  padding: 19px 20px;
  border: 1px solid #ccc;
}
.c-topcation-link a {
  position: relative;
  color: #00458c;
}
.c-topcation-link a::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: url("../images/common/icon_pdf.png")no-repeat;
}
.c-top-section01 {
  background: #f3f4f5;
  width: 100%;
  padding: 30px 0 60px;
}
.p-top .c-entry-title {
  margin-bottom: 30px;
}
.c-keyvisual {
  width: 980px;
  margin: 0 auto;
}
.c-keyvisual-02 {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.c-top-section02 {
  padding: 60px 0 100px;
}
.p-top .c-news-category-navigation {
  text-align: left;
}
.p-top .c-news-category-navigation__item {
  margin-left: 0;
}
.c-top-section02__background {
  background: #f3f4f5;
  padding: 40px;
  box-sizing: border-box;
}
.c-news-category-navigation-archive{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.c-news-category-navigation-archive a{
	color: #2b82b7;
}

@media screen and (max-width: 750px) {
  .c-keyvisual {
    width: 100%;
    margin: 0 auto;
  }
  .c-keyvisual-02 {
    list-style: none;
    padding: 0;
    display: block;
    justify-content: space-between;
    margin-top: 30px;
  }
  .c-keyvisual-02 li {
    margin-bottom: 30px;
  }
  .c-keyvisual img {
    width: 100%;
  }
  .c-topcation-title {
    color: #fff;
    background: #e70303;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .c-topcation-link {
    width: 100%;
    box-sizing: border-box;
    padding: 19px 20px;
    border: 1px solid #ccc;
  }
  .c-topcaution-box p {
    display: block;
  }
  .c-topcation-link a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -30px;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon_pdf.png")no-repeat;
  }
  .c-top-section01 {
    padding-bottom: 20px;
  }
  .p-top .c-news-category-navigation {
    text-align: center;
  }
  .c-news-category-navigation a {
    margin-top: 10px;
  }
  .c-news-category-navigation {
    margin-bottom: 40px;
  }
  .c-news-category-navigation__item {
    margin-right: 0;
  }
  .c-top-section02__background {
    padding: 10px 10px 40px;
  }
  .c-top-section02 {
    padding: 60px 0 40px;
  }
}
/*-------------------------------------お問い合わせ*/
.l-article--contact ul li {
  list-style: none;
    display: block;
    
}
.l-article--contact ul {
  padding-left: 0;
}
.l-article--contact h2 {
  font-size: 16px;
  line-height: 1.8;
}
.c-contact__contentback {
  background: #f3f4f5;
  padding: 30px 80px 60px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.c-contact-item {
  border-bottom: solid 1px #a6a6a6;
  margin-top: 30px;
  padding: 0 20px 30px;
}
.must {
  background: #e70303;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 20px;
}
.any {
  background: #888888;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 20px;
}
.c-contact-item h2 {
  margin-bottom: 20px;
}
.c-contact-item li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.c-contact-item li label {
  margin-bottom: 0;
  /* display: flex;
  align-items: center; */
}
.c-contact-item__box {
  margin-left: 100px;
  margin-right: 0px;
}
.c-contact-item__box textarea {
  width: 100%;
}
.contactfix h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
	color: #000;
}
.contactfix h2 span{
	font-size: 32px;
	padding: 5px 20px;
}
.contactfix p {
    
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.c-contact-btn a{
	   color: #08498f;
	font-size: 16px;
	text-decoration: underline;
}
.c-contact-btn{
	text-align: center;
}
/* 元々のチェックボックス（非表示） */
/* .c-contact-item__box input[type="checkbox"] {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */
/* チェックボックスの代わりを成すラベル */
/* .c-contact-item__box input[type="checkbox"] {
  display: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
} */
/* ラベルの左に表示させる正方形のボックス□ */
/* .c-contact-item__box input[type="checkbox"]:before {
  content: "";
  background: #fff;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #4D4D4D; /* 枠の色変更 お好きな色を */
} */
/* チェックが入った時のレ点 */
/* .c-contact-item__box input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  top: 0;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #00458c; /* チェックの色変更 お好きな色を */
} */
.c-contact-item__box p.c-contact__title {
  margin-bottom: 10px;
}
.c-contact-item_2 {
  display: flex;
  justify-content: space-between;
}
.contact-item-box input {
  width: 450px;
  padding: 5px;
  box-sizing: border-box;
}
.p-contact__input-box {
  width: 310px;
}
.p-contact__input-address dt {
  font-weight: normal;
}
.p-contact__input-address {
  width: 600px;
  margin: 0 auto;
}
.p-contact__privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  font-size: 14px;
  background: #e6e7e8;
  width: 620px;
  margin: 40px auto;
}
.p-contact__privacy-policy-heading {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}
.p-contact__privacy-policy-heading a {
  color: #00458c;
}
.c-contact-item__inner label {
  display: flex;
  align-items: center;
}
.c-contact-item__box--center label {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .c-contact-item__box--center input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 0.4em;
  top: 0;
  width: 20px;
  height: 20px;
} */
/* .c-contact-item__box--center input[type="ceckbox"]:before {
  content: "";
  background: #fff;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #4D4D4D;
} */
.c-button {
  border: none;
  width: 320px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  background: #00458c;
  color: #fff;
  margin: 0 auto;
  display: block;
}
.p-contact__privacy-policy-box {
  text-align: center;
}
.c-contact-item__box textarea {
  padding: 5px;
}
.c-contact-item_2 h2 {
  margin-bottom: 0;
}
.c-contact-item_2 label {
  margin-bottom: 0;
}
/* .c-contact-item__box--center input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -8px;
  top: 50%;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #00458c;
} */
.post01, .post02 {
  width: 100px;
}
.post03 {
  width: 400px;
}
.attention li {
  display: block;
  font-size: 14px;
  color: red;
}
.contact-item-confirm {
    width: 450px;
    padding: 5px;
    text-align: left;
    /*border: 1px solid #c0c1c2;
    background: #fff;*/
    color: #666;
}
@media screen and (max-width: 750px) {
  .post03 {
    width: 100%;
  }
  .p-contact__privacy-policy {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
  }
  .contact-item-box input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .c-contact-item__box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .p-contact__input-box {
    width: 100%;
  }
  .p-contact__input-address {
    width: 100%;
    margin: 0 auto;
  }
  .c-contact__contentback {
    background: #f3f4f5;
    padding: 30px 10px;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .p-contact__input-box {
    width: 80%;
  }
  .c-contact-item_2 {
    display: block;
  }
  .c-contact-item_2 h2 {
    margin-bottom: 20px;
  }
}
/*-------------------------------------Q&A*/
.c-top-link__lists {
    margin-left: 25px;
    display: flex;
    list-style: none;
}
.c-top-link__list a{
     color: #00458c;
    height: 40px;
}
.c-top-link__list {
    margin-right: 17px;
    color: #00458c;
    height: 40px;
}
.c-top-link__lists {
    margin-left: 25px;
    display: flex;
    list-style: none;
}
.c-top-link {
    color: #222;
    font-size: 14px;
    border-bottom: 1px solid #e8e9eb;
}
.c-top-link__list::after {
    padding-left: 17px;
    content: '|';
}

ul.c-top-link__lists {
	padding: 0;
}
.c-entry-title__ja {
    display: block;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
}
.c-tags__list {
    margin: 20px 8px;
    padding: 9px 12px;
    font-size: 15px;
    font-weight: bold;
    background: #f3f4f5;
    color: #00458c;
}
.c-tags__lists {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
ul.c-tags__lists {
padding: 0;	
}
.c-tags__list a{
	color: #00458c;
}
.c-tags__list a:hover{
	text-decoration: none;
}
.p-qa__title {
    margin: 100px 0 40px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #00458c;
}
.p-qa__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background: #00458c;
    color: #fff;
    margin-top: 23px;
}
.p-qa__qa {
    padding: 20px;
}
.p-qa__question-title {
    display: flex;
    align-items: center;
}
.fa-minus-circle:before {
    content: "\f056";
}
.position {
    position: relative;
    right: 10px;
}
.c-top-link__list.is-active span{
	border-bottom: solid 1px #00458c;
}
.c-top-link__list.is-active a{
	color: #000;
}
.c-breadcrumb__item:not(:last-child) a{
    color: #02458b;
}
.flexBox {
    display: flex;
}
.p-qa__answer-discription {
    font-weight: bold;
    padding: 36px 56px 36px 0;
}
.p-qa__answer {
    display: none;
    background: #f3f4f5;
}
.p-qa__answer-mark {
    padding: 7px;
    margin: 29px 20px 29px 16px;
    min-width: 28px;
    text-align: center;
    height: 28px;
    line-height: 16px;
    font-size: 20px;
    background: #d65e5e;
    color: #fff;
}
.content_part.qa{
	padding-bottom: 100px;
	margin-top: 30px;
}
.c-button.submit{
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.content_part.qa{
	
	margin-top: 90px;
}
.c-top-link__lists {
    margin-left: 25px;
    display: flex;
	flex-wrap: wrap;
    list-style: none;
}
	.c-tags__list {
    margin: 10px 8px;
    padding: 9px 12px;
    font-size: 15px;
    font-weight: bold;
    background: #f3f4f5;
    color: #00458c;
}
	.p-qa__qa-title{
		font-size: 14px;
		width: 78%;
	}
	.c-entry-title__ja {
    display: block;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
}
	.c-footer-banners {
    text-align: center;
    margin-bottom: 40px;
}
}
.c-contact-navigation{
	position: fixed;
    top: 0;
    right: 0;
	z-index: 1000;
	margin-top: 130px;
}
.c-contact-navigation ul li {
	margin-top: 1px;
}
.c-kh-catalog__button-text--small a{
	color: #fff;
}
.c-footer-under-area__function-navigation__item.last{
	border: none;
}
.c-global-navigation__list-item.is-active {
	padding-bottom: 8px;
}

.title-lv-3 { color: #08498f;  font-weight: bold; margin: 16px 0;display: block;}

/*.2026CMS移管時 */
@media screen and (max-width: 750px) {
	.head_sp {
	padding-top: 10px;
	}
	.head_sp > a {
	display: flex;
	flex-direction: column;
	}
	.l-header__business-name {
	margin-top: 0;
	}
}