@charset "utf-8";

body{
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
}

/* 調節--------------- */
.center{text-align: center !important;}
.left{text-align: left !important;}
.img_area{font-size: 0; line-height: 0;}

.p5{padding: 5px !important;}
.p10{padding: 10px !important;}
.pt10{padding-top: 10px !important;}
.pb10{padding-bottom: 10px !important;}
.mt0 {margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mb5{margin-bottom: 5px !important;}
.mb7{margin-bottom: 7px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb-10{margin-bottom: -10px !important;}
.font14{font-size: 14px !important;}
#wrapper a {
    text-decoration: none;
}

body{
	font-size: 12px;
	color: #333;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}

/* #header--------------- */
#header h1 {
  overflow: hidden;
  color: #FFF;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
  background: #E60012;
  padding: 0 10px;
}

#header .header_main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/bg_main_visual.jpg") no-repeat scroll center center;
  background-size: 361px 59px;
  -moz-background-size: 361px 59px;
  -webkit-background-size: 361px 59px;
  padding: 0 10px;
}

@media screen and (min-width: 360px) {
  #header .header_main {
    background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/bg_main_visual.jpg") no-repeat scroll right bottom;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
}

#header .header_main #logo {
  float: left;
  background: #FFF;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 0 5px;
  margin-top: 5px;
}

#header .header_main #name_area {line-height: 1.2;}

#header .header_main #name_area a {
  color: #dc0000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
}

#header .header_main #name_area a em {
  font-size: 14px;
  font-weight: bold;
}

#header .header_main #link_all {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

#header .header_main #link_all a {
  color: #0099ff;
  font-size: 12px;
  text-decoration: underline;
}

@media screen and (max-width: 350px) {
    #header .header_main #link_all a {font-size: 10px;}
}

#header .header_main .btn-search_add {
  float: right;
  width: 65px;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.8;
  margin-top: 5px;
}

#header .header_main .btn-search_add a span {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#header .header_text {
  font-size: 10px;
  letter-spacing: -0.02em;
  background: #FFF;
  padding: 5px 10px;
  margin-bottom: 0;
}

/* #pageTop--------------- */

#page_top {
    padding: 0 5px 10px;
    text-align: right;
    margin-top: 20px;
}

#page_top a {
    background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/ico-pagetop.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    background-size: 17px 16px;
	-moz-background-size: 17px 16px;
	-webkit-background-size: 17px 16px;
    color: #0099FF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: underline;
}

/*  .topic_path
------------------------------------*/
.topic_path {margin: 0 10px 8px;}

.topic_path p,
.breadCrumb ul {
	width: 100%;
	height: 30px;
	font-size: 10px;
	line-height: 32px;
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/new_bg-topic_path_last.gif") no-repeat right 0;
	background-size: 4px 30px;
	-moz-background-size: 4px 30px;
	-webkit-background-size: 4px 30px;
}

.topic_path p a,
.breadCrumb ul li a {
	text-decoration:none;
}

.topic_path p a.second,.topic_path p a.third,
.breadCrumb ul li a {
  margin: 0 0 0 3px;
  padding-right: 13px;
  color: #0066cc;
  height: 35px;
  display: inline-block;
  background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/bg-topic_path_02.png) no-repeat right 2px;
  background-size: 13px 26px;

}

.topic_path.new  {
  background: none;
  margin: 0;
}

.new .breadCrumb {height: 36px;}

.new .breadCrumb ul {
  display: block;
  overflow:auto;
  white-space:nowrap;
  -webkit-overflow-scrolling:touch;
  height: 38px;
  background: none;
  margin-bottom: 10px;
}

.new .breadCrumb ul li {
  display: inline-block;
  position: relative;
}

.new .breadCrumb ul li,
.new .breadCrumb ul li a {background: none;}

.new .breadCrumb ul li > * {
 position: relative; 
 background-color: #edeff0;
 border-color: #edeff0;
}

.new .breadCrumb ul li a,
.new .breadCrumb ul li > span {
  position: relative;
  font-size: 10px;
  line-height: 38px;
  padding: 0;
}

.new .breadCrumb ul li a {
  color: #0066cc;
  line-height: 38px;
  background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/bg-topic_path_arrow.png) no-repeat right center;
  background-size: 7px 10px;
  -moz-background-size: 7px 10px;
  -webkit-background-size: 7px 10px;
  padding: 0 14px 0 3px;
  margin: 0;
}

.new .breadCrumb ul li a.home {
  width: auto;
  color: #999;
  padding-left: 10px;
}

.new .breadCrumb ul li a.home span {
  background-size: 17px 14px;
  -moz-background-size: 17px 14px;
  -webkit-background-size: 17px 14px;
  padding: 2px 0 1px 0;
}

.new .breadCrumb li.last span {
  color: #444;
  background: none;
  padding: 0 10px 0 3px;
}

.topic_path p a.home,
.breadCrumb ul .first a {
	display: inline-block;
	width: 56px;
	padding: 0 0 0 28px;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_bg-topic_path_home_02.gif) no-repeat;
	-webkit-background-size: 84px 30px;
	-moz-background-size: 84px 30px;
    background-size: 84px 30px;
	color: #fff;
}

.topic_path p a.fourth {
  padding-right: 13px;
  color: #0066cc;
  height: 35px;
  display: inline-block;

}

.topic_path p span {
  padding: 0 0 0 2px;
}

.breadCrumb {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.breadCrumb ul{display:table;}

.breadCrumb li {
  display:table-cell;
  white-space:nowrap;
  background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_bg-topic_path.gif) repeat-x;
  background-size: 1px 30px;
}

.breadCrumb ul .first a {
  position: relative;
  margin: 0;
}

.breadCrumb .current,
.breadCrumb .current:hover {
  font-weight: bold;
  background: none;
}

.breadCrumb .current::after,
.breadCrumb .current::before{content: normal;}

.breadCrumb li:last-child span {
  display: block;
  padding: 0 20px 0 3px;
  background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/new_bg-topic_path_last.gif") no-repeat right 0;
  background-size: 4px 30px;
  -moz-background-size: 4px 30px;
  -webkit-background-size: 4px 30px;
}

/* .static_social--------------- */
#contents .static_social {
  overflow: hidden;
  margin: 5px 10px;
}

#contents .static_social li {
  float: left;
  margin-bottom: 5px;
}

#contents .static_social iframe {
  height: 25px !important;
  margin: 0 !important;
  width: auto !important;
}

#contents .static_social li.facebook {
  width: 50%;
  margin-top: 5px;
}

#contents .static_social li.twitter {
  width: 40%;
  margin-top: 5px;
}

#contents .static_social li.g-plus {
  clear: both;
  width: 50%;
  padding-bottom: 5px;
}

#contents .static_social li.line {width: 40%;}


/* #footer--------------- */

#footer,
#top_footer {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/bg-footer_aside.gif) repeat-x left top;
	background-size: 4px 3px;
}

#footer a {
	color: #333333;
}

#footer .footer_aside,
#top_footer .footer_aside {
	width: 300px;
	margin: 0 auto;
}

#footer .footer_aside .social,
#top_footer .footer_aside .social {
	padding: 12px 0;
	overflow: hidden;
}

#footer .footer_aside .social li,
#top_footer .footer_aside .social li{
	float: left;
	margin-bottom:5px;
}

#footer .footer_aside .social iframe,
#top_footer .footer_aside .social iframe {
	height: 50px !important;
	width: auto !important;
	margin: 0 !important;
}

#footer .footer_aside .social li.facebook iframe,
#top_footer .footer_aside .social li.facebook iframe {
	height: 30px !important;
	width: 100% !important;
	margin: 0 !important;
}

#footer .footer_aside .social li,
#top_footer .footer_aside .social li {
	height: 30px;
}

#footer .footer_aside .social li.facebook,
#top_footer .footer_aside .social li.facebook {
	width: 50%;
}

#footer .footer_aside .social li.twitter,
#top_footer .footer_aside .social li.twitter {
	width: 40%;
}

#footer .footer_aside .social li.g-plus,
#top_footer .footer_aside .social li.g-plus {
	clear: both;
	width: 50%;
}

#footer .footer_aside .social li.line,
#top_footer .footer_aside .social li.line {
	width: 40%;
}

#footer table {
    border-collapse: separate;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#footer table td {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

#footer table td a {
    display: block;
    font-size: 89%;
    font-weight: bold;
    padding: 10px 0;
    vertical-align: middle;
}

#footer .fbtn_outer {
    padding: 10px;
}

#footer .footer_btn {
    display: table;
    width: 100%;
}

#footer .footer_btn span {
    display: table-cell;
}

#footer .footer_btn .off_btn {
    background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 8px 0 0 8px;
    box-shadow: -1px 1px 1px rgba(255, 255, 255, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    color: #999999;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF, 0 -1px 0 #999999;
    width: 50%;
}

#footer .footer_btn .on_btn {
    background: -moz-linear-gradient(center top , #898989 0%, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:-webkit-gradient(linear, left top, left bottom, from(#898989), to(#000000));
    border: 1px solid #000000;
    border-radius: 0 8px 8px 0;
    box-shadow: -1px 1px 1px rgba(255, 255, 255, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 50%;
}

#footer .footer_btn .on_btn a {
    color: #FFFFFF;
    display: block;
    text-shadow: 0 -1px 0 #000000, 0 1px 1px rgba(255, 255, 255, 0.8);
}

#footer .f_logo_area {
	width: 300px;
	margin: 0 auto 8px;
}

#footer .f_logo_area .pit_logo {
	width: 95px;
	float: left;
	margin-right: 11px;
}

#footer .f_logo_area .proto_logo {
	width: 194px;
	float: left;
}

#copyright {
    background: none repeat scroll 0 0 #565656;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 2.0;
    text-align: center;
}

#copyright02 {
    background: none repeat scroll 0 0 #565656;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 2.0;
    text-align: center;
	margin-bottom: 21%;
}
.top_box {background: #e3e3e3 none repeat scroll 0 0;}
.top_img {padding: 8px;}

#header h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  【GN0944】 20190627 ADD PS */
#header.common_header h1 {
  color: #333;
  background: #F1F1F1;
}

#header.common_header .header_main {
  position: relative;
  height: 59px;
  border-bottom: 1px solid #d5d5d5;
  background: none;
  padding: 0;
}

#header.common_header .js-open {
  position: absolute;
  top: 0;
  left: 0;
}

#header.common_header .header_main #logo {
  width: 100%;
  text-align: center;
  padding-top: 12px;
}

#header.common_header button{
  border: none;
  background: none;
}

#header.common_header .menu{
  position: fixed;
  left: -100%;
  top: -40px;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  transition: top 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 0;
}

#header.common_header .menu.active{
  top: 0;
  left: 0;
  opacity: 1;
}

#header .menu__header{
  display: flex;
  align-items: center;
  height: 50px;
  background: #CE0C14;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 0 10px;
}

#header .menu__content{
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 50px);
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 0.3s 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#header .active .menu__content{opacity: 1;}

#header .active .menu__content a {color: #333;}

#header .active .menu__content .gnavi_tab_area .current_box ul {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d5d5d5;
}

#header .active .menu__content .gnavi_tab_area .current_box li {
  display: table-cell;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  vertical-align: middle;
}

#header .active .menu__content .gnavi_tab_area .current_box li a {
  display: block;
  font-weight: normal;
  border-bottom: 2px solid #FFF;
}

#header .active .menu__content .gnavi_tab_area .current_box li .active {
  color: #CE0C14;
  font-weight: bold;
  border-bottom: 2px solid #CE0C14;
}

#header .gnavi_tab_area .tab_content .menu_box,
#header .gnavi_tab_area .tab_content .relation_box {display: none;}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box {padding: 0 10px;}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl {  
  border-bottom: 1px solid #d5d5d5;
  margin: 30px 0;
}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl.adjust {margin-top: 0;}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl dt,
#header .active .menu__content .gnavi_tab_area .tab_content li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl dt {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 15px;
}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl.adjust dt {margin: 0;}

#header .active .menu__content .gnavi_tab_area .tab_content li a,
#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl.adjust dt {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
}

#header .active .menu__content .gnavi_tab_area .tab_content li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 5px 25px 5px 20px;
}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl.adjust dt a{
  display: block;
  font-size: 22px;
  padding: 30px 0 25px;
}

#header .active .menu__content .gnavi_tab_area .tab_content li img {display: block;}

#header .active .menu__content .gnavi_tab_area .tab_content li span {padding-left: 20px;}

#header .active .menu__content .gnavi_tab_area .tab_content li::after,
#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl.adjust dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #636363;
  border-right: 2px solid #636363;
  margin-top: -4px;
  transform: translateX(-50%) rotate(45deg);
}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl dd ul li:last-child {margin-bottom: 20px;}

#header .active .menu__content .gnavi_tab_area .tab_content .menu_box dl dd ul li a {line-height: 40px;}
/* //【GN0944】 20190627 ADD PS */



/* 20200706 【PIT_LINKA-63】 PS */
.linka_reception_bnr {
  display: none;
  position: fixed;
  right: 0;
  z-index: 9999;
}
.linka_reception_bnr.type01 {
  width: 122px;
  height: 110px;
  background: url("https://img.goo-net.com/goopit/assets/mobile/img/linka/bg_linka_overlay.png") no-repeat 100% 0;
  -webkit-background-size: 110px;
  background-size: 110px;
}
.linka_reception_bnr.type-a picture {
	margin: 5px 0 0 5px;
	display: block;
}
.linka_reception_bnr.type02 {
  width: 199px;
  height: 68px;
}
.linka_reception_bnr.first_time_access {
  display: none;
  bottom: 0;
}
.linka_reception_bnr.type01.second_time_access {
  bottom: -110px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.linka_reception_bnr.type02.second_time_access {
  bottom: -68px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.linka_reception_bnr.second_time_access.active {
  display: block;
  bottom: 0;
}
@keyframes fluffy {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.linka_reception_bnr .inner {padding: 0;}
.linka_reception_bnr.first_time_access .inner {animation: fluffy 3s ease 2;}
/* // 20200706 【PIT_LINKA-63】 PS */
.car_model_box .accordion {margin: 30px 0;}

.car_model_box .accordion > dt a {
	display: block;
	overflow: hidden;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #999;
	padding: 0 10px;
}

.car_model_box .accordion > dt a:after {
	content: '▼';
	display: block;
	float: right;
	color: #FFF;
	line-height: 40px;
}

.car_model_box .accordion > dt .active:after {content: '▲';}

/* 20200929  【GN1053】 PS ADD */
#header.common_header .swiper-container {background: #DF0723;}
#header.common_header .swiper-container ul {height: 40px;}
#header.common_header .swiper-container ul li {
    width: auto !important;
    margin-left: 20px;
}
#header.common_header .swiper-container ul li a {
    display: block;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
}
#header.common_header .swiper-container ul .current a {border-bottom: 4px solid #FFF;}
#header.common_header .menu__content .menu_list .ttl {
    font-size: 16px;
    border-bottom: 1px solid #D5D5D5;
    padding: 25px 0 20px;
    margin: 0 15px 20px;
}
#header.common_header .menu__content .menu_list ul {margin: 0 15px;}
#header.common_header .menu__content .menu_list ul li {margin-bottom: 20px;}
#header.common_header .menu__content .menu_list a {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
}
#header.common_header .menu__content .menu_list a:active,
#header.common_header .menu__content .menu_list .current a {border-bottom: 1px solid #E00923;}
/* // 20200929  【GN1053】 PS ADD */

/* 20201125 【SEO_PH2_CMS-348】 PS */
.linka_reception_bnr.type-a .inner {
    animation: none;
}

.linka_reception_bnr.type-a {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.5);
}

.linka_reception_bnr.type-a picture {
    padding: 10px;
    margin: 0;
}

.linka_reception_bnr.type-a picture img {
    width: 100%;
}
/* // 20201125 【SEO_PH2_CMS-348】 PS */

/* 20210727【PIT_PRJ-1429】 PS */
#footer .f_logo_area {
	width: 100%;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .f_logo_area .pit_logo {
	width: 121px;
	float: left;
	margin-right: 5%;
}

@media screen and (max-width: 370px) {
	#footer .f_logo_area .pit_logo {
		width: 100px;
		float: left;
		margin-right: 5%;
	}
	#footer .f_logo_area .proto_logo {
		width: 170px;
		float: right;
	}
	#footer .f_logo_area .pit_logo img,
	#footer .f_logo_area .proto_logo img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 345px) {
	#header.common_header .js-open {
		left: -10px;
	}
}
/* //20210727【PIT_PRJ-1429】 PS */

.connection_link {
	padding: 10px;
	margin-bottom: 20px;
}

.connection_link h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0 6px 20px;
	position: relative;
	margin-bottom: 32px;
}

.connection_link h4:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 96.61%;
	background: linear-gradient(90deg, #e00923 0, #e00923 17.5%, #d5d5d5 17.5%, #d5d5d5 100%);
}

.connection_link ul {
	border-top: 1px solid #e1e2e2;
}

.connection_link ul li {
	border-bottom: 1px solid #e1e2e2;
}

.connection_link ul li a {
	align-items: center;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 25px 10px 15px;
	position: relative;
	text-decoration: none;
	color: #444444;
	display: block;
}

.connection_link ul li a:before {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	position: absolute;
	right: 10px;
	top: 38%;
	height: 7px;
	width: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.connection_link ul.accordion li.acc_ttl > a:before {
	top: 35%;
	transition: all .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.connection_link ul.accordion li.acc_ttl > a.open_acd:before {
	top: 42%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 8px;
}

.connection_link ul.accordion li.acc_ttl > ul.acc_list {
	display: none;
	background-color: #fafafa;
}

.connection_link ul.accordion li.acc_ttl > ul.acc_list li a {
	padding: 10px 25px 10px 25px;
}

.connection_link ul li.all_maker_link a {
	font-weight: normal;
}

/* 20221129【PIT_QA-732】 PS */
#contents h2.accordion_title .nationwide {
    display: inline-block;
    color: #0099ff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 20px;
    padding-left: 0;
}
/* //20221129【PIT_QA-732】 PS */

/* 20230309【PIT_PRJ-1664】 PS */
#wrapper.app_bnr {padding-top: 50px;}
#wrapper.app_bnr .app_info_area {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D7D4;
    background-color: rgba(237, 237, 237, 0.95);
    padding: 8px 6px;
}
#wrapper.app_bnr .app_info_area .logo_box {
    width: 30px;
    margin-right: 8px;
}
#wrapper.app_bnr .app_info_area .text_box {
    width: 182px;
    color: #111;
}
#wrapper.app_bnr .app_info_area .text_box .lead {
    line-height: 16px;
    margin-bottom: 1px;
}
#wrapper.app_bnr .app_info_area .text_box .lead span {
    display: inline-block;
    width: 26px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #D70009;
    margin-right: 4px;
}
#wrapper.app_bnr .app_info_area .text_box .name {
    font-size: 12px;
    font-weight: bold;
}
#wrapper.app_bnr .app_info_area .btn_box {
    flex-shrink: 0;
    width: calc(100% - 220px);
}
#wrapper.app_bnr .app_info_area .btn_box a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #3579F6;
    padding: 0 8px;
}
#wrapper.app_bnr .app_info_area .btn_box a span {
    background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/icon_download.png") no-repeat 100% 50%;
    background-size: 11px;
    padding-right: 19px;
}

@media screen and (max-width: 374px) {
    #wrapper.app_bnr .app_info_area {padding: 8px 5px;}
    #wrapper.app_bnr .app_info_area .logo_box {
        width: 30px;
        margin-right: 5px;
    }
    #wrapper.app_bnr .app_info_area .text_box {width: 150px;}
    #wrapper.app_bnr .app_info_area .text_box .lead {font-size: 10px;}
    #wrapper.app_bnr .app_info_area .text_box .lead span {
        width: 20px;
        font-size: 8px;
        margin-right: 3px;
    }
    #wrapper.app_bnr .app_info_area .text_box .name {font-size: 12px;}
    #wrapper.app_bnr .app_info_area .btn_box {width: calc(100% - 185px);}
    #wrapper.app_bnr .app_info_area .btn_box a {
        font-size: 10px;
        padding: 0 3px;
    }
    #wrapper.app_bnr .app_info_area .btn_box a span {
        background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/icon_download.png") no-repeat 100% 50%;
        background-size: 11px;
        padding-right: 15px;
    }
}
/* //20230309【PIT_PRJ-1664】 PS */

/* 20231208【PIT_PRJ-1828】 PS */
.web-pop_fixed {
    position: fixed;
    width: 100%;
}
.web-pop_modal,
.web-pop_modal_overlay {
    display: none;
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.web-pop_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    background: #FFF;
    transform: translate(-50%, -50%);
}
.web-pop_modal h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.web-pop_modal_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 100000
}
@keyframes webPopfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes webPopfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.web-pop_modal.-active,
.web-pop_modal_overlay.-active {
    display: block;
    animation: webPopfadeIn .3s forwards;
}
.web-pop_modal figure {margin: 0;}
.web-pop_modal figure img {width: 100%;}
.web-pop_modal .modal_close {
    position: absolute;
    top: -20px;
    right: 0;
}
.web-pop_modal .modal_close span {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
}
.web-pop_modal .modal_close span::before,
.web-pop_modal .modal_close span::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -8px;
    height: 2px;
    width: 15px;
    background: #FFF;
}
.web-pop_modal .modal_close span::before {transform: translate(-50%,-50%) rotate(45deg);}
.web-pop_modal .modal_close span::after {transform: translate(-50%,-50%) rotate(-45deg);}
.web-pop_modal .inner a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
    background: #E60012;
}
.web-pop_modal.-type01,
.web-pop_modal.-type03,
.web-pop_modal.-type05 {width: 320px;}
.web-pop_modal.-type02 {
    width: 270px;
    color: #FFF;
    background: #DF202B;
}
.web-pop_modal.-type03 {background: #F2F0F0;}
.web-pop_modal.-type04,
.web-pop_modal.-type05 {transition: none;}
.web-pop_modal.-type04 {width: 270px;}
.web-pop_modal.-type03 h2,
.web-pop_modal.-type04 h2 {color: #E60012;}
.web-pop_modal.-type01 .inner {padding: 16px 24px;}
.web-pop_modal.-type02 .inner {padding: 24px;}
.web-pop_modal.-type02 .inner:first-child {padding: 24px 24px 8px;}
.web-pop_modal.-type02 figure {padding: 0 43px 0 57px;}
.web-pop_modal.-type02 .inner a {
    color: #DF202B;
    border-radius: 50px;
    background: #FFF;
}
.web-pop_modal.-type03 .inner {padding: 0 32px 32px;}
.web-pop_modal.-type03 .inner p {margin-bottom: 20px;}
.web-pop_modal.-type03 figure {padding: 16px 16px 24px 30px;}
.web-pop_modal.-type04 {border: 3px solid #E60012;}
.web-pop_modal.-type04 .inner {padding: 20px 13px 16px;}
.web-pop_modal.-type04 .inner:first-child {padding-bottom: 0;}
.web-pop_modal.-type04 .inner:last-child {padding-top: 16px;}
.web-pop_modal.-type04 .inner p {margin-bottom: 20px;}


@media screen and (max-width: 320px) {
    .web-pop_modal.-type01,
    .web-pop_modal.-type03,
    .web-pop_modal.-type05 {width: 300px;}
}
/* //20231208【PIT_PRJ-1828】 PS */

/* 20250415【PIT_PRJ-1904】 PS */
#contents h1.page_ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: -0.02em;
    background: none;
    padding: 5px 10px 10px;
}
#contents h1.page_ttl.font_small {
    font-size: 12px;
}
/* //20250415【PIT_PRJ-1904】 PS */

/* PIT_PRJ-1987 20241120 PS ADD--------------- */
#wrapper.app_bnr .app_info_area .text_box .lead {
    color: #E60012;
    font-size: 10.5px;
    font-weight: 600;
}
#wrapper.app_bnr .app_info_area .text_box .name {
    color: #111;
    font-weight: bold;
}
#wrapper.app_bnr .app_info_area .text_box .name span {
    display: inline-block;
    width: 26px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #D70009;
    margin: 0 0 0 5px;
}
.web-pop_modal figure {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
/* //PIT_PRJ-1987 20241120 PS ADD--------------- */

/* 20250310【PIT_PRJ-2115】 PS */
.common_modal,
.common_modal_overlay {
    display: none;
    position: fixed;
}
.common_modal {
    z-index: 100001;
    overflow: hidden;
    width: calc(100% - 32px);
    color: #333;
    font-family: Hiragino Kaku Gothic Std;
    font-size: 12px;
    border-radius: 12px;
    background: #FFF;
}
.common_modal .modal_header {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    background: #F7F8FA;
    padding: 5px;
}
.common_modal .modal_main {
    display: flex;
    flex-flow: column;
    overflow: auto;
    min-height: 100px;
    max-height: 300px;
    text-align: center;
    padding: 16px;
}
.common_modal .modal_main.-center {
    justify-content: center;
}
.common_modal .modal_main > * {
    line-height: 1.5;
    margin-bottom: 10px;
}
.common_modal .modal_main > *:last-child {
    margin-bottom: 0;
}
.common_modal .modal_footer .modal_btn {
    display: flex;
    align-items: center;
}
.common_modal .modal_footer .modal_btn li {
    width: 50%;
}
.common_modal .modal_footer .modal_btn li:only-child {
    width: 100%;
}
.common_modal .modal_footer .modal_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    background: #D9D9D9;
    padding: 5px;
}
.common_modal .modal_footer .modal_btn li .-decision {
    color: #FFF;
    font-weight: bold;
    background: #DF2020;
}
.common_modal_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 100000
}
/* 20250310【PIT_PRJ-2115】 PS */

/* PIT_PRJ-1905 20250508 PS ADD--------------- */
#contents h1.main_ttl {
    font-size: 14px;
    font-weight: bold;
    margin: 19px 0 18px;
    padding: 0 10px;
}
/* //PIT_PRJ-1905 20250508 PS ADD--------------- */