	.qa_plink ul {
    display: flex;
    flex-wrap: wrap;
}
.qa_plink ul li{
	width: 20%;
	margin-bottom: 10px;
}
.qa_plink ul li a{
	line-height: 21px;
	height: 81px;
    box-sizing: border-box;
	position: relative;
    display: block;
    margin: 0 3px;
    padding: 12px 5px 35px 5px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: -webkit-linear-gradient(top,#faffff,#dadada);
    background: -moz-linear-gradient(top, #faffff,#dadada);
    background: linear-gradient(to bottom, #faffff,#dadada);
    border: 1px solid #808080;
    border-radius: 4px;
    transition: .3s ease-in-out
}
.qa_plink ul li a:hover{
	box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
    transform: translateY(-2px);
	color: #2a2a2a !important;
}
.qa_plink ul li a:before{
	content: "";
    position: absolute;
    bottom: 4px;
    left: 51%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #b9b9b9;
}
.qa_plink ul li a:after{
	content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #F06000;
}
.qa_plinkwrap {
	margin: 20px 0 75px;
	border: 1px solid #ccc;
    padding: 20px;
	border-radius: 10px;
}
.qa_plinkwrap h2,.qa_plinktxt h2{
    font-size: 21px;
    border-bottom: 2px solid #0090f0;
    margin-bottom: 20px;
    font-weight: bold;
    padding-bottom: 7px;
}
.qa_plinktxt h2{
	font-size: 23px !important;
}
.qa_plinktxt .qa_box:last-child{
	margin-bottom: 75px;
}
.qa_plinkwrap ul{
	margin-bottom: 75px;
}
.qa_plinkwrap ul:last-child{
	margin-bottom: 0 !important;
}
.qa_plinkwrap ul li{
	margin-bottom: 5px;
	font-size: 16px;
}
.qa_plinkwrap ul li a{
	position: relative;
    display: block;
    padding-left: 40px;
    text-decoration: none;
    color: #3B3B3a;
    padding-top: 10px;
    padding-bottom: 10px;
}
.qa_plinkwrap ul li a:before{
	position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "Q";
    color: #ffffff;
    background: #0090f0;
    font-size: 16px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa_plinkwrap ul li a:hover{
	background-color: #f1f8ff;
	color: #d00000 !important;
}
.qa_txt p:nth-child(n + 2){
     margin-top: 10px;
}


	.qa_box {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
	.qa_ttl {
        position: relative;
    border-bottom: 1px solid #ccc;
	padding: 13px 10px 13px 45px;
	background: #f1f8ff;
}
.qa_ttl::before{
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "Q";
    color: #ffffff;
    background: #0090f0;
    font-size: 16px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa_ttl p{
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.7 !important;
}
.qa_txt{
	padding: 13px 10px 13px 45px;
	position: relative;
}
.qa_txt:before{
	position: absolute;
    left: 10px;
    content: "A";
    color: #ffffff;
    background: #de0000;
    font-size: 16px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa_txt p{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.qa_txt ul{
   margin-top: 10px;
   margin-left: 23px;
}
.qa_txt ul li{
	font-size: 16px;
    line-height: 1.7 !important;
	list-style-type: disc !important;
}
span.in_bro {
    display: inline-block;
}
li.sp_qalink a {
	color:  #d00000 !important;
  padding-top: 23px !important;
  font-size: 15px !important;
}
.qa_plink ul li.sp_qalink a:hover{
	color:  #d00000 !important;
  
}


	/*モーダルウィンドウ*/
.modal_open{
  margin: 0 !important;
  display: inline-block;
}

.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 725px;
  max-width: 730px;
  margin: 0;
  padding: 70px 80px;
  border: 5px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}


.modal_close {
  background: #e6e6e6;
  color: #000 !important;
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: block;
  font-size: 46px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
}
.modal_close span{
position: relative;
}
.modal_close span:before{
content: "\f00d";
  font-weight: bold;
  font-size: 18px;
  font-family: FontAwesome;
  /* color: #75b4e3; */
  color: #333 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.3) !important;
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  background: #e6e6e6;
  width: 180px;
  line-height: 2.5;
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  border-bottom: 2px solid #9d9c9c;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}

p.mdl-ttl {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
}
input.gray_btn.gy-shf {
  width: 250px;
  padding: 15px 0;
}
p.btn-center{
margin-top: 10px;;
}
p a.modal_open.gray_btn.gy-shf2 {
  width: 100%;
  padding: 15px 0 !important;
  margin:0 auto !important;
  font-weight: bold;
}
.cell3btnlog{
margin-top: 13px;
}
@media screen and (max-width: 769px) {

.modal_content {
  padding: 50px 2vw 40px;
}



.link_area .modal_link a {
  margin: 15px auto 0;
}

.link_area ul li.modal_link:first-child a {
  float: none;
  margin-top: 0;
}

.link_area ul li.modal_link:last-child a {
  float: none;
}

.modal_close {
  width: 40px;
  line-height: 40px;
  font-size: 30px;
}

.link_area {
  margin: 25px auto 0;
}

.modal_close i {
  line-height: 44px;
}
}
a.modal_open.no_log{
	cursor: pointer;
cursor: hand;
}
span.sp_qc{
	color: #d00000 !important;
}
form.f-login .disabled{
border:0;
padding:10px;
color:#000;
border:solid 1px #ccc;
}

