@charset "UTF-8";
/*
Name: 			theme_pc.css
Written by: 	Wishpocket.Inc
Theme Version:	1.0.0
*/

/* ############################################################ */
/* PC表示サイズ　769px以上 */
@media screen and (min-width: 769px) {
  body .sp {
    display: none !important;
  }
  body.page article {
    max-width: 1170px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  body.page article:after {
    content: "";
    display: block;
    clear: both;
  }
  body.page article #main {
    width: 74.35897%;
    float: left;
  }
  body.page article aside {
    width: 18.80342%;
    float: right;
  }
  body.page article aside.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  body.page article aside.fixed .asideWrap {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  body.page article aside.fixed .asideWrap .asideInner {
    position: absolute;
    width: 18.80342%;
    top: 100px;
    right: 0;
  }
  body.page article aside.end {
    position: absolute;
    bottom: 80px;
    right: 0;
  }

  header nav #menu {
    -moz-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
  header nav #menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 10px 0;
  }
  header nav #menu.fixed .inner > ul > li:first-child img {
  }
  header nav #menu.fixed .inner > ul > li:hover a:after, header nav #menu.fixed .inner > ul > li.current a:after {
    bottom: -11px;
  }

  .page-template-service h1.title {
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
  }
  .page-template-service h1.title .bundle {
    display: flex;
    align-items: center;
  }
  .page-template-service.service h1.title {
    background-image: url("../images/service/top/service_top_keyv.jpg");
  }
  .page-template-service.flow h1.title {
    background-image: url("../images/service/flow/service_flow_keyv.jpg");
  }
  .page-template-service.price h1.title {
    background-image: url("../images/service/price/service_price_keyv.jpg");
  }
  .page-template-service.introduce h1.title {
    background-image: url("../images/service/introduce/service_introduce_keyv.jpg");
  }
  .page-template-service.conditions h1.title {
    background-image: url("../images/service/conditions/service_conditions_keyv.jpg");
  }

  .page-template-merit.merit h1.title {
    background-image: url("../images/merit/top/merit_keyv.jpg");
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
  }
  .page-template-merit.merit h1.title .bundle {
    display: flex;
    align-items: center;
  }

  .page-template-option.option h1.title {
    background-image: url("../images/option/top/option_top_keyv.jpg");
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
  }
  .page-template-option.option h1.title .bundle {
    display: flex;
    align-items: center;
  }

  .bundle {
    max-width: 1170px;
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto;
  }

  .hvr {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .hvr:hover {
    opacity: 0.7;
  }

  .udl {
    text-decoration: underline;
  }
  .udl:hover {
    text-decoration: none;
  }

  a.bullet {
    display: inline-block;
    padding-left: 1em;
    background-position: left 50%;
    background-image: url("/img/common/icon_arrow_r.png");
    background-repeat: no-repeat;
    background-size: 0.42857em auto;
  }

  ul.logos li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  ul.logos li a:hover {
    opacity: 0.7;
  }
  footer nav #footer_menu > ul > li .cat a.exlink {
    background-image: url("/img/common/icon_exlink.png");
    background-size: auto;
    background-position: left 50%;
  }
  footer nav #footer_menu > ul.pcRight > li .cat {
    padding: 15px 0 10px;
  }
  footer nav #footer_menu > ul.pcRight > li:nth-child(3) .cat {
    padding: 0 0 15px;
  }
}


/* ############################################################ */

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(14/1200*100vw);
  }
}

/* ############################################################ */

header nav .headline {
  background-color: #f4f5f6;
  position: relative;
  z-index: 250;
  border-bottom: #dee0e9 1px solid;
}
header nav .headline .pc {
  margin: 0 auto;
  width: 1170px;
  max-width: 96%;
  position: relative;
}
header nav .headline .pc .inner {
  display: flex;
  width: 100%;
}
header nav .headline .pc .desc {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}
header nav .headline .pc .right {
  display: flex;
  align-items: center;
  text-align: right;
  vertical-align: middle;
}
header nav .headline .pc .customer {
  font-size: calc(12/14*1em);
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 35px;
  background-position: left 50%;
  background-image: url("/img/common/icon_exlink.png");
  background-repeat: no-repeat;
}
header nav .headline .pc .news {
  font-size: calc(12/14*1em);
  display: inline-block;
  padding-left: 1em;
  margin-right: 35px;
  background-position: left 50%;
  background-image: url("/img/common/icon_arrow_r.png");
  background-repeat: no-repeat;
  background-size: 5px auto;
}
header nav .headline .pc .search {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}
header nav .headline .pc .search .trigger {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 45px;
  background-position: 50%;
  background-image: url("/img/common/icon_search.png");
  background-repeat: no-repeat;
  background-size: 32%;
}
header nav .headline .pc .search .searchform {
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  width: 355px;
  height: 80px;
  right: 0;
  top: -160px;
  border-top: 4px solid;
  opacity: 0;
}
header nav .headline .pc .search .searchform.open {
  opacity: 1;
  top: 60px;
}
header nav .headline .pc .search .searchform:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom: 13px solid;
  position: absolute;
  top: -26px;
  left: 146px;
}
header nav .headline .pc .search .searchform input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header nav .headline .pc .search .searchform input[type="text"] {
  display: block;
  flex-grow: 3;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  padding: 0 1em;
  padding-right: 80px;
  height: 46px;
  box-sizing: border-box;
  width: 100%;
}
header nav .headline .pc .search .searchform input[type="submit"] {
  display: block;
  font-weight: bold;
  line-height: 1;
  flex-grow: 1;
  padding: 7px;
  box-sizing: border-box;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  width: 60px;
  height: 28px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 12px;
}
header nav .headline .pc .catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  font-size: calc(16/14*1em);
  width: 170px;
  height: 45px;
  background-color: #e85384;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header nav .headline .pc .catalog:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  right: 12px;
  background-position: 50%;
  background-image: url("/img/common/icon_arrow_r_w.png");
  background-repeat: no-repeat;
  background-size: 5px auto;
}
header nav .headline .pc .catalog:hover {
  background-color: #e86691;
}



/* ############################################################ */

header nav #menu {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-bottom: #dee0e9 1px solid;
  padding: 30px 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 200;
}
header nav #menu .inner {
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
}
header nav #menu .inner > ul {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
header nav #menu .inner > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  border-right: #dee0e9 1px solid;
  width: 13.33333%;
  position: relative;
}
header nav #menu .inner > ul > li:first-child {
  text-align: left;
  width: 16.66667%;
  justify-content: flex-start;
  flex: 1;
}
header nav #menu .inner > ul > li:first-child img {
  display: block;
 /* height: 34px;*/
	width:210px;
  -moz-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
header nav #menu .inner > ul > li.sp {
  display: none;
}
header nav #menu .inner > ul > li:hover > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -31px;
  left: 0;
}
header nav #menu .inner > ul > li:hover .submenu {
  display: block;
  z-index: 100;
}
header nav #menu .inner > ul > li:hover > a:after, header nav #menu .inner > ul > li.current > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -31px;
  left: 0;
  z-index: 1;
}
header nav #menu .inner > ul > li > a {
  display: block;
  margin: 0 1em;
  position: relative;
  flex: 1;
  padding: 0.5em 0;
  box-sizing: border-box;
  height: 36px;
}
header nav #menu .inner > ul > li > a i.acc {
  display: none;
}

header nav #menu .inner > ul > li > a.home:before {
  display: none;
}
header nav #menu .inner > ul > li > a.close {
  text-align: center;
}
header nav #menu .inner > ul > li > a.close:before {
  display: none;
}
header nav #menu .inner > ul > li .submenu {
  display: none;
  position: absolute;
  border-bottom: 1px solid;
  width: 240px;
  text-align: left;
  padding-top: 30px;
  top: 30px;
  left: 0;
}
header nav #menu .inner > ul > li .submenu li {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.2;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
}
header nav #menu .inner > ul > li .submenu li a {
  display: block;
  padding: 16px 18px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header nav #menu .inner > ul > li .submenu li.listh {
  font-weight: bold;
  font-size: calc(16/14*1em);
}
header nav #menu .inner > ul > li .submenu li.listh:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom: 13px solid;
  position: absolute;
  top: -26px;
  left: 70px;
}


header nav #menu .inner > ul > li .submenu.last_menu {
  left: -120px !important;
}

header nav #menu .inner > ul > li .submenu.last_menu li.listh:before {
  left: 170px;
}



/* ############################################################ */

#breadcrumb ul {
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
  font-size: calc(12/14*1em);
  padding: 1em 0;
}
#breadcrumb ul li {
  display: inline-block;
}
#breadcrumb ul li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}
#breadcrumb ul li:first-child:before {
  display: none;
}


h1.title {
  font-size: 2.14286em;
  font-weight: bold;
  padding: 1em 0;
}

/* ############################################################ */


footer .support {
  padding: 30px 0;
}
footer .support > .inner {
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
}
footer .support > .inner:after {
  content: "";
  display: block;
  clear: both;
}
footer .support > .inner h3 {
  color: #fff;
  font-size: calc(16/14*1em);
  text-align: center;
  line-height: 1.2;
  padding: 5px 0;
  margin-bottom: 28px;
}
footer .support > .inner .catalog {
  width: 55.83333%;
  float: left;
  background-color: #fff;
  padding-bottom: 28px;
  text-align: center;
}
footer .support > .inner .catalog .tel {
  width: 41.79104%;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12/14*1em);
  line-height: 1;
  margin-right: 6.71642%;
}
footer .support > .inner .catalog .tel img {
  max-width: 100%;
  margin-bottom: 10px;
}
footer .support > .inner .catalog .btn {
  font-size: calc(18/14*1em);
  padding: 1em 0;
  width: 38.80597%;
  vertical-align: middle;
}
footer .support > .inner .inq {
  width: 39.16667%;
  float: right;
  background-color: #fff;
  text-align: center;
  padding-bottom: 28px;
}
footer .support > .inner .inq .btn {
  font-size: calc(18/14*1em);
  font-weight: bold;
  padding: 1em 0;
  width: 330px;
  max-width: 90%;
}
footer .support > .inner .inq .btn .att {
  font-size: calc(14/14*1em);
  font-weight: normal;
  color: #444;
}
footer nav {
  background-color: #f4f5f6;
  padding: 30px 0;
}
footer nav #footer_menu {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; 
  box-lines: multiple;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
footer nav #footer_menu > ul {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; 
  box-lines: multiple;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  box-sizing: border-box;
}
footer nav #footer_menu > ul > li {
  box-sizing: border-box;
  padding: 0 15px;
}
footer nav #footer_menu > ul > li .cat {
  padding: 15px 0;
}
footer nav #footer_menu > ul > li .cat a {
  display: block;
  padding-left: 1.5em;
  background-image: url("/img/common/icon_arrow_r.png");
  background-repeat: no-repeat;
  background-position: 3px 50%;
  background-size: 5px auto;
}
footer nav #footer_menu > ul > li .cat > a {
  font-weight: bold;
}
footer nav #footer_menu > ul > li .cat > a:hover {
  opacity: 0.7;
}
footer nav #footer_menu > ul > li .cat ul.submenu {
  border-top: #dee0e9 1px solid;
  margin-top: 8px;
  padding-top: 8px;
}
footer nav #footer_menu > ul > li .cat ul.submenu li {
  padding-bottom: 2px;
}
footer nav #footer_menu > ul > li .cat ul.submenu li a {
  font-size: calc(12/14*1em);
}
footer nav #footer_menu > ul > li .cat ul.submenu li a:hover {
  text-decoration: underline;
}
footer nav #footer_menu ul.pcLeft {
  width: 66.66667%;
}
footer nav #footer_menu ul.pcLeft > li {
  width: 25%;
}
footer nav #footer_menu ul.pcRight {
  width: 33.33333%;
}
footer nav #footer_menu ul.pcRight > li {
  width: 50%;
}
footer nav #footer_menu ul.pcRight > li.other {
  width: 100%;
  text-align: center;
}
footer nav #footer_menu ul.pcRight > li.other .license {
  background-color: #fff;
  padding: 15px 0;
}
footer nav #footer_menu ul.pcRight > li.other .license a {
  display: inline-block;
  margin: 0 10px;
}
footer nav #footer_menu ul.pcRight > li.other .license a img {
  height: 60px;
}
footer nav #footer_menu ul.pcRight > li.other .sns {
  margin-top: 10px;
  background-color: #fff;
  padding: 18px 0;
}
footer nav #footer_menu ul.pcRight > li.other .sns span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22.5px;
}
footer nav #footer_menu ul.pcRight > li.other .sns a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7.5px;
}
footer nav #footer_menu ul.pcRight > li.other .sns a img {
  height: 35px;
}
footer nav #footer_menu ul.pcRight > li.other .sns div{
  display: inline-block;
}
footer #copyright {
  color: #fff;
  font-size: calc(12/14*1em);
  text-align: center;
  padding: 5px 0;
}


/* ############################################################ */

#pageTop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
}


/* ############################################################ */
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}











/* under */
body.page .card, body.archive .card, body.single .card {
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
body.page .card:before, body.archive .card:before, body.single .card:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 1.85714em solid transparent;
  border-bottom: 1.85714em solid;
  position: absolute;
  bottom: 0;
  right: -1.85714em;
}
body.page .sdw, body.archive .sdw, body.single .sdw {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}







/* CSS page:qa */
.page-template-qa-php .accordionbox{
  margin: 10px auto 40px;
}
.page-template-qa-php .accordionlist dt{
  display:block;
  background: #fff;
  padding: 17px 0 9px 5px;
  background-color: #f4f5f6;
  margin-bottom:19px;
  cursor: pointer;
}
.page-template-qa-php .accordionlist dt:first-child{
  border-top: none !important;
}
.page-template-qa-php .accordionlist dt .title{
  padding-left: 10px;
  float: left;
}
.page-template-qa-php .accordionlist dd{
  display:none;
  background: #fff;
  padding:0 0 20px 15px;
  margin-bottom:30px;
}
.page-template-qa-php .accordion_icon,
.page-template-qa-php .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.page-template-qa-php .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 20px;
  background-color: #fff;
}
.page-template-qa-php .accordion_icon span {
  position: absolute;
  left: 5px;
  width: 70%;
  height: 2px;
  background-color: #4084d7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.page-template-qa-php .accordion_icon span:nth-of-type(1) {
  top: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.page-template-qa-php .accordion_icon span:nth-of-type(2) {
  top: 13px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.page-template-qa-php .accordion_icon.active span:nth-of-type(1) {
  display:none;
}
.page-template-qa-php .accordion_icon.active span:nth-of-type(2) {
  top: 13px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.page-template-qa-php .inquiryBox{
	max-width: 970px;
	margin: 0 auto;
	}
.page-template-qa-php .pink {
	color:#e85384;
}
.page-template-qa-php .fontB {
	font-weight:bold;
}
.page-template-qa-php .pageLink{
	width:100%;
	}
.page-template-qa-php .pageLink img{
	margin-right:20px;
	margin-bottom:3px;
	}
.page-template-qa-php .pageLinkL, .pageLinkR{
	width:48%;
	text-align:center;
	}
.page-template-qa-php .pageLink a{
	display:block;
	width:100%;
	border: #dee0e9 2px solid;
	border-radius:0.14286em;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0;
	}
.page-template-qa-php .pageLinkL{
	float:left;
	}
.page-template-qa-php .pageLinkR{
	float:right;
	}
.page-template-qa-php .pageLink:after{
	content:"";
	clear:both;
	display:block;
	}
.page-template-qa-php .parag h2{
	font-size:28px;
	font-weight:bold;
	margin:60px 0 50px 0;
	}
.page-template-qa-php .accordionlist .boxQ,
.page-template-qa-php .accordionlist .boxTitle,
.page-template-qa-php .accordionlist .boxA,
.page-template-qa-php .accordionlist .boxText{
	float:left;
	}
.page-template-qa-php .accordionlist .boxQ,
.page-template-qa-php .accordionlist .boxA{
	width:80px;
	font-size:26px;
	color:#0053ab;
	font-weight:bold;
	padding-left:30px;
	}
.page-template-qa-php .accordionlist .boxTitle{
	font-size:18px;
	line-height:1.66;
	font-weight:bold;
	}
.page-template-qa-php .accordionlist .boxText {
    width: 80%;
	font-size:16px;
	line-height:1.75;
	}
.page-template-qa-php .accordionlist dd:after{
	content:"";
	clear:both;
	display:block;
	}
.page-template-qa-php .accordionlist .boxText a{
	text-decoration:underline;
	color:#165fb1;
	}
.page-template-qa-php .accordionlist .boxText a:hover{
	text-decoration:none;
	}
.page-template-qa-php .accordionlist .boxText .icon{
	background-image:url("./images/qa/icon-pink2.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	}
.page-template-qa-php .accordionlist .boxText .iconN{
	background-repeat:no-repeat;

	padding-left:40px;
	padding-bottom:10px;
	}
.page-template-qa-php .accordionlist .boxText .icon1{
	background-image:url("./images/qa/icon-no1.png");
	}
.page-template-qa-php .accordionlist .boxText .icon2{
	background-image:url("./images/qa/icon-no2.png");
	}
.page-template-qa-php .accordionlist .boxText .icon3{
	background-image:url("./images/qa/icon-no3.png");
	}
.page-template-qa-php .accordionlist .boxText ul{
	margin-top:15px;
	margin-bottom:10px;
	}
.page-template-qa-php .accordionlist .boxText .iconTel{
	background-image:url("./images/qa/icon-tel.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:33px;
	}
.page-template-qa-php .accordionlist .boxText .iconMail{
	background-image:url("./images/qa/icon-mail.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:33px;
	}
.page-template-qa-php .ctFrame{
	border:#ecf1f5 2px solid;
    padding: 0 0 0 20px;
	margin-top:15px;
	margin-bottom:15px;
	color:#5d6063;
	}
.page-template-qa-php .telText{
	font-weight:bold;
	font-size:26px;
	}
.page-template-qa-php .telTextS{
	font-size:14px;
	}

.page-template-qa-php .page-template-qa-php h1.title {
  background-image:url("./images/qa/qa_top_keyv.jpg");
}

.page-template-qa-php .page-template-qa-php h1.title {
  height: 180px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  display: flex;
}

.page-template-qa-php h1.title .bundle {
  display: flex;
  align-items: center;
}


.page-template-qa-php .accordionlist dt .title {
  display: block;
  width: 90%;
}
.page-template-qa-php .accordionlist .boxTitle{
  width: 80%;
}



/* ############################################# */