@charset "Shift_JIS";
/*=========================================================
  Lineup Top Page Setting
=========================================================*/
/***** Common *****/
#breadCrumb { box-shadow: none; }

.sectionInner {
  width: 950px;
  margin: 0 auto;
}
.sectionInner h2 {
  margin: 0 0 10px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 210%;
  border-left: 5px solid #00ac9e;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .sectionInner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
	#breadCrumb { box-shadow: 0 -1px 0 #e2e2e2 inset; }
  .sectionInner h2 {
    margin-bottom: 20px;
    font-size: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.products {
  overflow: hidden;
  width: 100%;
}
.products > li {
  float: left;
  display: block;
  width: 280px;
  margin-left: 33px;
  list-style: none;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background: url(/shared/images/bg_btn_shadow01.png) repeat-x top #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;  /* Safari 1.x */
  zoom: 1;  /* ie */
}
.products > li:nth-child(3n+1){
  clear: both;
  margin-left: 0;
}
.products > li > a {
  display: block;
  width: 278px;
  height: 100%;
  padding: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
}
.products.is-2col.clearFix > li > a { width: 100%; }
.products.is-2col-underblock.clearFix > li > a { width: 100%; }
.products > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;  /* Safari 1.x */
  zoom: 1;  /* ie */
}
.products > li > a > strong {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-weight: bold;
  font-size: 180%;
  text-indent: -25px;
}
.products > li > a > strong:before {
  content: url(/shared/images/icon_arrow_green01.png);
  position: relative;
  top: 3px;
  padding: 0px 5px 0px 0px;
}
.products > li > a > span { font-size: 120%; }
.products.is-2col > li {
  width: 428px;
  margin-left: 40px;
}
.products.is-2col-underblock > li.leftbox{
  width: 270px;
  margin-left: 0px;
}
.products.is-2col-underblock > li.rightbox{
  width: 590px;
  margin-left: 40px;
}
.products.is-2col > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.products.is-2col-underblock {
  clear: both;
  margin-left: 0;
  margin-top: 20px; 
}
.products.is-1col > li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
  opacity: 1;
}
.products.is-1col > li > a {
  width: 100%;
}
.products.is-type2 > li {
  width: 460px;
  margin-top: 30px;
  margin-left: 30px;
  opacity: 1;
}
.products.is-type2 > li:nth-child(3n+1){
  clear: none;
  margin-left: 30px;
}
.products.is-type2 > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.products.is-type2 > li > a {
  width: 100%;
}
.products.is-type2 > li > a > strong {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .products > li {
    width: 48.8839285%;
    margin-left: 2.2321428%;
    margin-bottom: 20px;
  }
  .products > li:nth-child(3n+1){
    clear: none;
    margin-left: 2.2321428%;
  }
  .products > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .products > li > a {
    width: 100%;
    padding: 3.4403669%;
  }
  .products > li > a > strong > br { display: none; }
  .corporation .products > li > a > strong > br { display: inline; }
  .products.is-2col > li {
    width: 47.7678571%;
    margin-left: 4.4642857%;
  }
  .products.is-2col-underblock > li.leftbox,
  .products.is-2col-underblock > li.rightbox {
    width: 100%;
    margin-left: 0;
  }
  .products.is-1col > li:nth-child(3n+1){
    margin-left: 0;
  }
  .products.is-type2 > li {
    width: 48.9361702%;
    margin-left: 2.1276595%;
    margin-bottom: 0;
  }
  .products.is-type2 > li:nth-child(3n+1){
    margin-left: 2.1276595%;
  }
  .products.is-type2 > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .products.is-type2 > li > a > strong {
    padding-left: 25px;
    text-indent: -25px;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .products > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    opacity: 1;
  }
  .products.is-2col > li,
  .products.is-2col-underblock > li.leftbox,
  .products.is-2col-underblock > li.rightbox {
    width: 100%;
    margin-left: 0;
  }
  .products.is-type2 > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .products.is-type2 > li:nth-child(3n+1){
    margin-left: 0;
  }
  .products.is-type2 > li:nth-child(2n+1){
    margin-left: 0;
  }
  .corporation .products > li > a > strong > br { display: inline; }
}

.proEtcLst {
  display: table;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.proEtcLst dt {
  display: table-cell;
  width: 327px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.proEtcLst dt strong {
  font-weight: bold;
  font-size: 156%;
  color: #009385;
}
.proEtcLst dt strong span {
  display: block;
  font-size: 93.3%;
}
.proEtcLst dd {
  display: table-cell;
  width: 619px;
  padding: 10px 0;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.proEtcLst dd p {
  display: table-cell;
  width: 100%;
  padding: 0 20px 0 30px;
  vertical-align: middle;
  font-size: 120%;
}
@media screen and (max-width: 960px){ /*Tablet layout*/ }
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .proEtcLst {
    display: block;
  }
  .proEtcLst dt {
    display: block;
    width: 100%;
    border-right-width: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 12px 15px 10px;
  }
  .proEtcLst dd {
    display: block;
    width: 100%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .proEtcLst dd p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/*--- pdfBtn ---*/
.pdfBtn {
  padding: 10px 25px 0 0;
  text-align: right;
}
.pdfBtn a {
  display: block;
  width: 90px;
  height: 50px;
}
.pdfBtn a .pc { display: block; }
.pdfBtn a .tab { display: none; }
.pdfBtn span {
  display: block;
  font-size: 83.3%;
  color: #777;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .pdfBtn a {
    width: 120px;
    height: 44px;
    background-color: #00b199;
    text-align: center;
  }
  .pdfBtn a .pc { display: none; }
  .pdfBtn a .tab {
    display: block;
    font-size: 116.7%;
    font-weight: bold;
    color: #fff;
    padding: 9px 0;
  }
  .pdfBtn a .tab img {
    display: inline-block;
    width: 16px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .pdfBtn {
    margin-top: 5px;
  }
  .pdfBtn a {
    width: 100%;
    margin-bottom: 5px;
  }
  .pdfBtn a .tab {
    text-align: center;
  }
  .pdfBtn span {
    font-size: 100%;
  }
}

/*--- adobeReader ---*/
.adobeReader { display: block; }
.adobeReader img { vertical-align: middle; }
.adobeReader span {
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 120%;
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .adobeReader span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

/*--- 募集文書番号 ---*/
.w_publicationNum01 {
  display: block;
  width: 950px;
  margin: 0 auto;
  position: relative;
  font-size: 120%;
  text-align: right;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .w_publicationNum01 {
    width: 100%;
    max-width: 950px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .w_publicationNum01 { padding-bottom: 10px; }
}

/*--- pageTitle ---*/
#pageTitle .rwd { display: none; }
@media screen and (max-width: 1200px){
  #pageTitle { background-image: none; }
  #pageTitle img {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  #pageTitle {
    height: auto;
    background: url(/lineup/images/top/tit_lineup01_tab.jpg) no-repeat top right;
    background-size: auto;
    margin-bottom: 20px;
  }
  #pageTitle img { opacity: 0; }
  #pageTitle .rwd {
    display: block;
    height: 45px;
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.02em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  #pageTitle {
		background-size: 590px;
    background-position: 90% 0;
    height: 44px;
  }
  #pageTitle .rwd {
    height: 30px;
    font-size: 200%;
    text-shadow: 0px 0px 3px #fff;
  }
}

/*--- article ---*/
#article {
  width: 100%;
  background: url(/lineup/images/top/bg_cont_shadow01.png) repeat-x 0 48px #fff;
  padding-bottom: 40px;
}

/*--- tabBtn ---*/
#article .tabBtn {
  overflow: hidden;
  margin: 0 -25px 0 0;
}
#article .tabBtn li {
  display: table;
  float: left;
  width: 300px;
  height: 48px;
  margin: 0 25px 0 0;
  list-style: none;
}
#article .tabBtn li a {
  display: table-cell;
  padding: 3px 0 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #555;
  background: url(/lineup/images/top/bg_lineup_tab01.png) no-repeat center #fff;
  cursor: pointer;
}
#article .tabBtn li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;  /* Safari 1.x */
  zoom: 1;  /* ie */
}
#article .tabBtn li.current a {
  color: #fff;
  background: url(/lineup/images/top/bg_lineup_tab01_on.png) no-repeat center #fff;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  #article .tabBtn { margin-right: 0; }
  #article .tabBtn li {
    width: 31.9148936%;
    margin-left: 2.1276595%;
    margin-right: 0;
  }

  /* #article .tabBtn li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
  } */

  #article .tabBtn li a,
  #article .tabBtn li.current a { background-size: cover; }
}
@media screen and (max-width: 959px){
  #article .tabBtn li a {
    border-left: 1px solid #00ac9e;
    border-right: 1px solid #00ac9e;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  #article .tabBtn { display: none; }
}

/*--- accBtn ---*/
.accBtn { display: none; }
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .accBtn {
    display: block;
    background-color: #00ac9e;
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .accBtn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
  }
  .accBtn.current:before {
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #ffffff transparent;
  }
  .accBtn h2 {
    font-size: 160%;
    color: #fff;
    padding: 12px 0 10px;
  }
}

/**********************************************************
  personal
**********************************************************/
/*--- andlife ---*/
.personal .andlife {
  display: block;
  width: 950px;
  margin: 10px auto 0;
  box-sizing: border-box;
}
.personal .andlife .bnr,
.personal .andlife .txt {
  text-align: center;
  padding-top: 10px;
}
.personal .andlife .txt .tab { display: none; }
@media screen and (max-width: 960px){ /*Tablet layout*/
  .personal .andlife { width: 100%; }
  .personal .andlife .txt img { display: none; }
  .personal .andlife .txt .tab {
    display: block;
    font-size: 140%;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .personal .andlife {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .personal .andlife .bnr img {
    width: 100%;
    max-width: auto;
  }
  .personal .andlife .txt { text-align: left; }
  .personal .andlife .txt br { display: none; }
}

/*--- section ---*/
.personal { padding-bottom: 0; }
.personal .section {
  width: 100%;
  margin-top: 25px;
}
.personal .section.shadow {
  padding: 15px 0;
  background: #ffffff url(/lineup/images/top/bg_cont_shadow01.png) repeat-x top;
}
.personal .section .bg01 {
  height: 372px;
  padding: 22px;
  box-sizing: border-box;
  background: url(/lineup/images/top/bg_lineup01.jpg) no-repeat;
}
.personal .section .bg02 {
  height: 372px;
  padding: 22px;
  box-sizing: border-box;
  background: url(/lineup/images/top/bg_lineup02.jpg) no-repeat;
}
.personal .section .bg02 .products > li:nth-child(4){
  width: 280px;
  margin-top: 28px;
}
.personal .section .bg02 .products > li:nth-child(5){
  width: 593px;
  margin-top: 28px;
}
.personal .section .bg02 .products > li .productsInner {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.personal .section .bg02 .products > li .productsInner h3 {
  margin-bottom: 15px;
}
.personal .section .bg02 .products > li .productsInner h3 .tbTxt {
	display: none;
}
.personal .section .bg02 .products > li .productsInner .Lst3col > li {
  display: block;
  width: 160px;
  float: left;
  margin-left: 37px;
}
.personal .section .bg02 .products > li .productsInner .Lst3col > li:nth-child(3n+1){
  margin-left: 0;
}
.personal .section .bg03 {
  height: 312px;
  padding: 105px 22px 0;
  box-sizing: border-box;
  background: url(/lineup/images/top/bg_lineup03.jpg) no-repeat;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .personal .section { margin-top: 15px; }
  .personal .section .bg01,
  .personal .section .bg02,
  .personal .section .bg03 {
    height: auto;
    background-size: cover;
    padding: 2.3404255%;
  }
  .personal .section .bg02 .products > li:nth-child(4){
    width: 48.8839285%;
    margin-top: 0;
  }
  .personal .section .bg02 .products > li:nth-child(5){
    clear: both;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .personal .section .bg02 .products > li .productsInner {
    padding: 1.6778523%;
  }
	.personal .section .bg02 .products > li .productsInner h3 .tbTxt {
		display: inline;
		font-size: 180%;
		font-weight: bold;
	}
  .personal .section .bg02 .products > li .productsInner .Lst3col > li {
    width: 31.7865429%;
    margin-left: 2.3201856%;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .personal .section.shadow {
    padding: 20px 0;
    background-image: none;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  .personal .section .bg01,
  .personal .section .bg02,
  .personal .section .bg03 {
    padding: 0;
    background-image: none;
  }
  .personal .section .bg02 .products > li:nth-child(4){
    width: 100%;
    margin-left: 0;
  }
  .personal .section .bg02 .products > li:nth-child(5){
    width: 100%;
  }
  .personal .section .bg02 .products > li .productsInner .Lst3col > li:nth-child(3n+1) {
    margin-left:auto;
  }
  .personal .section .bg02 .products > li .productsInner .Lst3col > li {
    float: none;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-width: 0;
  }
  .personal .section .bg02 .products > li .productsInner .Lst3col > li a {
    display: block;
  }
}

/*--- aside ---*/
.aside {
  font-size: 120%;
  position: relative;
  margin: 0 0 40px;
}
.aside .mailOder {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.asideInner {
  margin: 40px 0 30px;
}
.asideInner.bgGray {
  padding: 30px 0;
  background-color: #f7f8f8;
}
.asideInner h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  border-left-width: 0;
}
.asideInner > p {
  font-size: 116.7%;
}
.asideInner .productsBox {
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.asideInner .productsBox > ul {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.asideInner .productsBox > ul > li {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.asideInner .productsBox > ul > li .tab { display: none; }
@media screen and (max-width: 960px){ /*Tablet layout*/
  .asideInner .productsBox > ul {
    display: block;
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
  }
  .asideInner .productsBox > ul > li {
    width: 48.88392857%;
    margin-left: 2.232142857%;
    margin-right: 0;
    float: left;
  }
  .asideInner .productsBox > ul > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .asideInner .productsBox > ul > li a img { display: none; }
  .asideInner .productsBox > ul > li a {
    display: table;
    width: 100%;
    height: 60px;
    background-color: #00b199;
  }
  .asideInner .productsBox > ul > li .tab {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 116.7%;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .aside { margin-bottom: 20px; }
  .asideInner {
    margin: 20px 0 20px;
  }
  .asideInner h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .asideInner > p {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .asideInner .productsBox {
    text-align: center;
    margin-top: 5px;
  }
  .asideInner .productsBox > ul > li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
}

.aside .sectionInner {
  padding-top: 25px;
  background: url(/shared/images/bg_shadow01.png) no-repeat top #fff;
}
.aside .sectionInner ul {
  overflow: hidden;
}
.aside .sectionInner ul li {
  float: left;
  margin-left: 35px;
}
.aside .sectionInner ul li:nth-child(2n+1){
  clear: both;
  margin-left: 0;
}
.aside .sectionInner ul li .pc  { display: block; }
.aside .sectionInner ul li .tab { display: none; }
.aside .sectionInner ul li .sp  { display: none; }
@media screen and (max-width: 960px){ /*Tablet layout*/
  .aside .sectionInner ul {
    display: block;
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
  }
  .aside .sectionInner ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .aside .sectionInner ul li:first-child {
    display: table;
    width: 100%;
    height: 60px;
    background-color: #00b199;
  }
  .aside .sectionInner ul li:first-child a {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
  }
  .aside .sectionInner ul li:first-child a .font1 {
    font-size: 116.7%;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .aside .sectionInner ul li:first-child a .font1 img {
    vertical-align: middle;
    margin-right: 5px;
  }
  .aside .sectionInner ul li:first-child a .font2 {
    font-size: 100%;
  }
  .aside .sectionInner ul li .pc { display: none; }
  .aside .sectionInner ul li .tab { display: block; }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .aside .sectionInner ul li:last-child { margin-bottom: 0; }
  .aside .sectionInner ul li:last-child .tab { display: none; }
  .aside .sectionInner ul li .sp {
    display: block;
    line-height: 1.25;
  }
  .aside .sectionInner ul li .sp .tit {
    font-size: 133.3%;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
  }
  .aside .sectionInner ul li .sp .sub {
    font-size: 116.7%;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
  }
  .aside .sectionInner ul li .sp .tel {
    font-size: 300%;
    font-weight: bold;
    color: #009385;
    margin-bottom: 5px;
  }
  .aside .sectionInner ul li .sp .note {
    font-size: 100%;
    color: #666666;
    margin-bottom: 10px;
  }
  .aside .sectionInner ul li .sp .time {
    font-size: 116.7%;
    font-weight: bold;
    color: #333333;
  }
}


/**********************************************************
  else
**********************************************************/
.else { padding-bottom: 0; }

/**********************************************************
  corporation
**********************************************************/
.corporation { padding-bottom: 0; }
.corporation .products > li > a {
  position: relative;
  padding: 17px 25px 17px 65px;
  color: #666;
}
.corporation .products > li > a:before {
  content: url(/shared/images/icon_arrow_green01.png);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -10px;
  background: #fff;
}
.corporation .products > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;  /* Safari 1.x */
  zoom: 1;  /* ie */
}
.corporation .products > li > a strong {
  margin-bottom: 5px;
  font-size: 156%;
  color: #333;
}
.corporation .products > li > a span {
  display: block;
}
.corporation .products > li > a > strong:before {
  display: none;
}
@media screen and (max-width: 960px){ /*Tablet layout*/
  .corporation .products > li > a {
    padding: 15px;
    color: #333;
  }
  .corporation .products > li > a:before {
    display: none;
  }
  .corporation .products > li > a > strong:before {
    display: inline;
  }
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .corporation .asideInner {
    margin-bottom: 0;
  }
}

/* ==================================================================

2018/07 mba custom

================================================================== */

/* lineupSection
--------------------------------- */
.lineupSection {
  width: 950px;
  margin: 40px auto 0;
  border: 1px solid #00ac9e;
}

/* Tablet Under */
@media screen and (max-width: 960px){
  .lineupSectionWrap {
    padding: 10px;
  }

  .lineupSection {
    width: 100%;
  }
}

/* SP Only */
@media screen and (max-width: 600px){
  .lineupSection {
    margin-top: 20px;
  }
}

/* lineupSectionTitle
--------------------------------- */
.lineupSectionTitleWrap {
  display: table;
  width: 100%;
  height: 220px;
}

.lineupSectionTitleWrap.bg01 {
  background: url(/lineup/images/top/bg_lineup_title01.jpg) left top no-repeat;
  background-size: cover;
}

.lineupSectionTitleWrap.bg02 {
  background: url(/lineup/images/top/bg_lineup_title02.jpg) left top no-repeat;
  background-size: cover;
}

.lineupSectionTitleWrap.bg03 {
  background: url(/lineup/images/top/bg_lineup_title03.jpg) left top no-repeat;
  background-size: cover;
}

.lineupSectionTitle {
  display: table-cell;
  font-weight: bold;
  font-size: 240%;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  vertical-align: middle;
  color: #00ac9e;
}

.lineupSectionTitleInner {
  display: block;
  position: relative;
  padding: 5px 0 5px 40px;
}
.lineupSectionTitleInner span.palt {
  font-feature-settings: "palt";
  /*letter-spacing: -0.00em;*/
}

/* Tablet Under */
@media screen and (max-width: 960px){
  .lineupSectionTitleWrap.bg01 {
    background: url(/lineup/images/top/bg_lineup_title01_sp.jpg) right top no-repeat;
    background-size: contain;
  }

  .lineupSectionTitleWrap.bg02 {
    background: url(/lineup/images/top/bg_lineup_title02_sp.jpg) right top no-repeat;
    background-size: contain;
  }

  .lineupSectionTitleWrap.bg03 {
    background: url(/lineup/images/top/bg_lineup_title03_sp.jpg) right top no-repeat;
    background-size: contain;
  }
}

/* SP Only */
@media screen and (max-width: 600px){
  .lineupSectionTitleWrap {
    height: 100px;
  }

  .lineupSectionTitle {
    font-size: 180%;
    letter-spacing: normal;
  }

  .lineupSectionTitle.spSize {
    font-size: 160%;
  }

  .lineupSectionTitleInner {
    padding-left: 15px;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;/*2023.12*/
  }
}

/* lineupSectionList
--------------------------------- */
.lineupSectionListWrap {
  padding: 30px;
}

.lineupSectionList {
  overflow: hidden;
  margin-left: -30px;
}

.lineupSectionList > li {
  float: left;
  display: block;
  margin-left: 30px;
  list-style: none;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background: url(/shared/images/bg_btn_shadow01.png) repeat-x top #fff;
}

.lineupSectionList > li > a,
.lineupSectionList > li .lineupSectionListIn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
}

.lineupSectionList > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.lineupSectionList > li .title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 180%;
}

.lineupSectionList > li > a .title:before {
  content: url(/shared/images/icon_arrow_green01.png);
  position: relative;
  top: 3px;
  padding: 0px 5px 0px 0px;
}

.lineupSectionList > li > a .title {
  padding: 0 0 0 25px;
  text-indent: -25px;
}

.lineupSectionList > li .text {
  font-size: 120%;
}

/* Tablet Only */
@media screen and (max-width: 960px) and (min-width: 601px){
  .lineupSectionListWrap {
    padding: 20px;
  }

  .lineupSection .lineupSectionList {
    margin-top: -20px;
    margin-left: -20px;
  }

  .lineupSection .lineupSectionList > li {
    margin-top: 20px;
    margin-left: 20px;
  }
}

/* SP Only */
@media screen and (max-width: 600px){
  .lineupSectionListWrap {
    padding: 10px;
  }

  .lineupSection .lineupSectionList {
    margin-left: 0;
  }

  .lineupSection .lineupSectionList > li {
    float: none;
    width: 100% !important;
    margin-left: 0;
    margin-top: 10px;
  }

  .lineupSection .lineupSectionList > li:first-child {
    margin-top: 0;
  }

  .lineupSectionList > li > a,
  .lineupSectionList > li .lineupSectionListIn {
    padding: 10px;
  }
}

/* .lineupSection.sec01
--------------------------------- */
.lineupSection.sec01 .lineupSectionList > li {
  width: calc(100% / 3 - 30px - .01px);
}

/* Tablet Only */
@media screen and (max-width: 960px) and (min-width: 601px){
  .lineupSection.sec01 .lineupSectionList > li {
    width: calc(100% / 2 - 20px);
  }
}

/* .lineupSection.sec02
--------------------------------- */
.lineupSection.sec02 .lineupSectionList.type2 {
  text-align: center;
}


.lineupSection.sec02 .lineupSectionList > li {
  width: calc(100% / 3 - 30px - .01px);
}
/* 病気やケガに備える保険 2列 */
/*.lineupSection.sec02 .lineupSectionList > li {
  width: calc(100% / 2 - 30px);
}*/
.lineupSection.sec02 .lineupSectionList > li .tab {
  display: none;
}

.lineupSection.sec02 .lineupSectionList.type2 {
  margin-left: 0;
}

.lineupSection.sec02 .lineupSectionList.type2 > li {
  margin-top: 20px;
}

.lineupSection.sec02 .lineupSectionList.type2 .leftBox {
  width: 270px;
  margin-left: 0;
}

.lineupSection.sec02 .lineupSectionList.type2 .rightBox {
  width: 590px;
}

.lineupSection.sec02 .lineupSectionList.type2 .bannerList:after {
  content: "";
  display: block;
  clear: both;
}

.lineupSection.sec02 .lineupSectionList.type2 .bannerList > li {
  float: left;
  width: 160px;
}

/* PC Only */
@media screen and (min-width: 961px){
  .lineupSection.sec02 .lineupSectionList.type2 .bannerList > li + li {
    margin-left: 37px;
  }
}

/* Tablet Only */
@media screen and (max-width: 960px) and (min-width: 601px){
  .lineupSection.sec02 .lineupSectionList > li {
    width: calc(100% / 2 - 20px);
  }
/* 病気やケガに備える保険 2列 */
/*.lineupSection.sec02 .lineupSectionList > li {
    width: calc(100% / 2 - 20px);
  }*/

  .lineupSection.sec02 .lineupSectionList.type2 .bannerList {
    margin-left: -20px;
  }

  .lineupSection.sec02 .lineupSectionList.type2 .bannerList > li {
    width: calc(100% / 3 - 20px);
    margin-left: 20px;
  }
}

/* Tablet Under */
@media screen and (max-width: 960px){
  .lineupSection.sec02 .lineupSectionList > li .pc {
    display: none;
  }

  .lineupSection.sec02 .lineupSectionList > li .tab {
    display: block;
  }

  .lineupSection.sec02 .lineupSectionList.type2 {
    margin-top: 0;
  }

  .lineupSection.sec02 .lineupSectionList.type2 .leftBox,
  .lineupSection.sec02 .lineupSectionList.type2 .rightBox {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/* SP Only */
@media screen and (max-width: 600px){
  .lineupSection.sec02 .lineupSectionList.type2 > li .title {
    font-size: 160%;
  }

  .lineupSection.sec02 .lineupSectionList.type2 > li {
    margin-top: 10px;
  }

  .lineupSection.sec02 .lineupSectionList.type2 .bannerList > li {
    float: none;
    margin: 10px auto 0;
  }

  .lineupSection.sec02 .lineupSectionList.type2 .bannerList > li + li {
    margin-left: auto;
  }
}

/* .lineupSection.sec03
--------------------------------- */
.lineupSection.sec03 .lineupSectionList > li {
  width: calc(100% / 2 - 30px);
}
.lineupSection.sec03 .lineupSectionList > li.one3rd {/*2023.12*/
  width: calc(100% / 3 - 30px);
}

/* 2019.08*/
/*--- remarks01 ---*/
.remarks01 {
	font-size: 140.04%;
	position: relative;
	margin: 40px 0 20px;	
}

.remarks01 p {
/*	text-align: left!important;*/
		padding-left: 1em;
		text-indent:-1em;
}

.remarks01 a.pdf {
    margin-left:4px;
}

.remarks01 a.pdf:before {
    content: url(/common/images/icon_pdf.gif);
    position: relative;
    top: 1px;
    left: -2px;
}

span.breakSP {
	display: none;
}

@media screen and (max-width: 600px){ /*Smartphone layout*/
/*	.remarks01 p {
		text-align: left!important;
		padding-left: 1em;
		text-indent:-1em;
	}*/
	span.breakSP {
		display: inline;
		line-height: 100%;
	}

}



/* .link-expert-01
--------------------------------- */
.link-expert-01__wrap {
  margin: 80px 0;
}
@media screen and (max-width: 600px){
  .link-expert-01__wrap {
    margin: 30px 10px;
  }
}
.link-expert-01 {
  display: flex;
  justify-content: space-between;
  width: 48%;
  max-width: 690px;
  margin: 0 auto;
  padding: 40px;
  background: url(/lineup/images/bg_link_expert_01.png) #fff4f7;
  border: 1px solid #f2d3d4;
  color: #6a2226;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(233, 181, 195, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(233, 181, 195, 0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(233, 181, 195, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(233, 181, 195, 0.3);
}
@media screen and (max-width: 600px){
  .link-expert-01 {
    display: block;
    width: auto;
    padding: 20px;
    text-align: center;
  }
}
.link-expert-01:hover {
  color: #6a2226;
  text-decoration: none;
  opacity: 0.7;
}
.link-expert-01__content {
  text-align: left;
}
.link-expert-01__title {
  font-size: 26px;
}
@media screen and (max-width: 600px){
  .link-expert-01__title {
    font-size: 23px;
    text-align: center;
  }
}
.link-expert-01__text {
  font-size: 17px;
  padding-top: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 600px){
  .link-expert-01__text {
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
  }
}
.link-expert-01__img {
  display: block;
}
@media screen and (max-width: 600px){
  .link-expert-01__img {
    margin: 20px auto 0;
  }
}

.customer-top-visualbutton:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 600px){
  .customer-top-lead {
    text-align: center !important;
  }
}

/*2021.10*/
.lineup-top-lead{
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.customer-top-card__item:hover{
  text-decoration: none;
}
.customer-top-card__title span{
  font-size: 1.4rem;
}
.customer-top-card__text{
  color: initial;
  font-size: 1.4rem;
}

/*2022.06*/
.public_insurance{
  font-size: 120%;
  margin-bottom: 40px;
}
.public_insurance .title{
  font-weight: bold;
}
.ico_window::after{
  content: url(/lineup/images/icon_window01.png);
  display: inline-block;
  margin: 0 5px;
}
/*2023.12*/
.dummyruby1 {
  padding-top: 6px!important;
}
@media screen and (max-width: 600px){ /*Smartphone layout*/
  .dummyruby1 {
    padding-top: 0!important;
  }
}

/*primary*/
/*--- tabBtn tab4---*/

#article.article_tab4{
  background: url(/lineup/images/top/bg_cont_shadow01.png) repeat-x 0 67px #fff;
}

#article .tabBtn.tab4 li {
  width: 235px;
  height: 67px;
  margin: 0 5px 0 0;
}

#article .tabBtn.tab4 li a {
   background: url(/lineup/images/top/bg_lineup_tab02.png) no-repeat center #fff;
}

#article .tabBtn.tab4 li.current a {
  background: url(/lineup/images/top/bg_lineup_tab02_on.png) no-repeat center #fff;
}

@media screen and (max-width: 960px){ /*Tablet layout*/
  #article .tabBtn.tab4 li {
    width: calc((100% - 20px) / 4);
  }
}

.lineupSection.sec01 .lineupSectionList > li.primary{
  width: calc(100% / 2 - 30px - 0.01px);
}

.lineupSection.sec01 .lineupSectionList > li.primary02{
  width: calc(100% - 30px - 0.01px);
}

/*primary title*/
.lineupSectionList > li.primary .title,.lineupSectionList > li.primary02 .title{
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 160%;
}

.lineupSectionTitleWrap.primary_bg01 {
  background: url(/lineup/ms-primary/images/bg_lineup_primary_title01.jpg) left top no-repeat;
  background-size: cover;
}

.lineupSectionTitleWrap.primary_bg02 {
  background: url(/lineup/ms-primary/images/bg_lineup_primary_title02.jpg) left top no-repeat;
  background-size: cover;
}

.lineupSectionTitleWrap.primary_bg03 {
  background: url(/lineup/ms-primary/images/bg_lineup_primary_title03.jpg) left top no-repeat;
  background-size: cover;
}
/* Tablet Under */
@media screen and (max-width: 960px){
  .lineupSectionTitleWrap.primary_bg01{
    background: url(/lineup/ms-primary/images/bg_lineup_primary_title01_sp.jpg) right top no-repeat;
    background-size: contain;
  }

  .lineupSectionTitleWrap.primary_bg02  {
    background: url(/lineup/ms-primary/images/bg_lineup_primary_title02_sp.jpg) right top no-repeat;
    background-size: contain;
  }

  .lineupSectionTitleWrap.primary_bg03{
    background: url(/lineup/ms-primary/images/bg_lineup_primary_title03_sp.jpg) right top no-repeat;
    background-size: contain;
  }
}