@charset "UTF-8";

/* faq35
-------------------------------------------------------------*/
.faq35.explain_area {
  width:100%;
  margin:0 auto 20px;
  text-align: left;
}
.faq35.explain_area p{
  font-size:14px;
}
.faq35.explain_area h3{
  margin-bottom: 10px;
  padding-left: 8px;
  border-bottom: 2px solid #00B4F0;
  line-height: 22px;
  font-size: 17px;
  font-weight: bold;
  text-align:left;
}
.faq35.explain_area .explain_inner2 {
  margin:10px auto 0;
  padding: 8px 5px;
  border: 1px solid #00B4F0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.faq35.explain_area .howto_title {
  display: table;
  width: 99%;
  border-bottom: 1px solid #00B4F0;
}
.faq35.explain_area .howto_title .title_num {
  display: table-cell;
  width: 14px;
  padding: 5px;
  background: #00B4F0;
  font-size: 16px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}
.faq35.explain_area .howto_title .title_text {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
  color: #646464;
  font-size: 16px;
  font-weight: bold;
}
.faq35.explain_area .howto_contents {
  padding:10px 10px 15px;
  background: #FFF;
  text-align:left;
}
.faq35.explain_area .capture {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 742px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
}
.faq35.explain_area .caption_top {
  margin-bottom: 5px;
  font-size: 13px;
  text-align:left;
}
.faq35.explain_area .caption_bottom {
  margin-top: 5px;
  font-size: 13px;
  text-align:left;
}
.faq35.explain_area .caption_bottom.caption_top {
  margin-top: 15px;
}

/* faq_76/faq_95/faq_97
-------------------------------------------------------------*/
.faq_76,
.faq_95,
.faq_97 {
  margin: 10px;
}
.faq_76 *,
.faq_95 *,
.faq_97 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faq_76 dl,
.faq_95 dl,
.faq_97 dl {
  display: flex;
  flex-wrap: wrap;
  max-width:350px;
  margin-top: 3px;
  border: 1px solid #888;
  border-bottom: none;
}
.faq_76 .bg_or,
.faq_95 .bg_or,
.faq_97 .bg_or {
  background: #f19108;
  font-weight: bold;
  color: #fff;
}
.faq_76 dt,
.faq_95 dt,
.faq_97 dt {
  float: left;
  width: 65%;
  padding: 6px 8px 5px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: 14px;
  font-weight: bold;
}
.faq_76 dd,
.faq_95 dd,
.faq_97 dd {
  float: left;
  width: 35%;
  padding: 6px 8px 5px;
  border-bottom: 1px solid #888;
  font-size: 14px;
}

/* faq_96
-------------------------------------------------------------*/
.faq_96_text {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

/* faq163
-------------------------------------------------------------*/
.faq163.explain_area {
  margin: 0 auto 10px;
  text-align: left;
}
.faq163.explain_area h3 {
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #F90;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.faq163.explain_area p,
.faq163.explain_area ul,
.faq163.explain_area dl {
  list-style:none;
  font-size: 14px;
  text-align: left;
}
.faq163.explain_area div.detailBody {
  width: 98%;
  margin: 10px auto 0;
  font-size: 14px;
}
.faq163.explain_area div.detailBody > p {
  margin-bottom: 10px;
}
.faq163.explain_area div.detailBody p.text_sub,
.faq163.explain_area div.detailBody dd.text_sub {
  font-size: 13px;
}
.faq163.explain_area div.detailBody figure {
  margin-top: 10px;
  margin-bottom: 20px;
}
.faq163.explain_area div.detailBody > p + figure {
  margin-top: 0;
}
.faq163.explain_area div.detailBody figure img {
  width: 700px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.faq163.explain_area div.detailBody dt::before {
  content: "■";
}
.faq163.explain_area div.detailBody dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.faq163.explain_area div.detailBody dt:first-child {
  margin-top: 0;
}
.faq163.explain_area div.detailBody dd {
  text-indent: 1.2em;
}
.faq163.explain_area div.detailBody dd span {
  color: #FF0000;
  font-weight: bold;
  margin: 0 5px;
}
.faq163.explain_area div.detailBody ul li a {
  font-size: 14px;
}
.faq163.explain_area .detailBody span.arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 4px 0 8px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #F90;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* faq196
-------------------------------------------------------------*/
.faq196.explain_area {
  width: 95%;
  margin: 0 auto 10px;
}
.faq196.explain_area .item_title {
  margin-bottom: 10px;
  border-bottom: 2px solid #0185E5;
  line-height: 22px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 2px 0;
}
.faq196.explain_area .item_txt {
  text-align: left;
  font-size: 15px;
}
.faq196.explain_area .item_txt span {
  color: #ff1493;
}
.faq196.explain_area .caution_txt {
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-top: 15px;
  font-size: 15px;
  text-align: left;
}
.faq196.explain_area .txt_sub {
  font-size: 13px;
  margin: 10px auto;
  text-align: left;
}
.faq196.explain_area div.link_text {
  position: relative;
  padding-left: 15px;
}
.faq196.explain_area .cookie_txt {
  margin-bottom: 35px;
  text-align: left;
}
.faq196.explain_area .cookie_txt a {
  font-size: 16px;
  padding: 0 0 0 13px;
  position: absolute;
}
.faq196.explain_area span.arrow01 {
  position: absolute;
  top: 6px;
  left: 5px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #0066ff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.faq196.explain_area img{
  text-align: center;
  margin: 10px auto;
  display: block;
  max-width: 495px;
  width: 495px;
}

/* faq197
-------------------------------------------------------------*/
.faq197.explain_area {
  margin: 0 auto 10px;
  text-align: left;
}
.faq197.explain_area h3 {
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #F90;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.faq197.explain_area p,
.faq197.explain_area ul,
.faq197.explain_area dl {
  list-style:none;
  font-size: 14px;
  text-align: left;
}
.faq197.explain_area div.detailBody {
  width: 98%;
  margin: 10px auto 0;
  font-size: 14px;
}
.faq197.explain_area div.detailBody > p {
  margin-bottom: 10px;
}
.faq197.explain_area .capture {
  display: block;
  margin: 5px auto 10px;
  width: 100%;
  max-width: 640px;
  border: 1px solid #EEE;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
}
.faq197.explain_area .img_text {
  text-align: left;
  margin: 10px auto 0;
  width: 100%;
  max-width: 640px;
}
.faq197.explain_area span.arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 5px auto;
  border-style: solid;
  border-width: 12px 10px 5px 10px;
  border-color: #F90 transparent transparent transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.faq197.explain_area div.attentionBox {
  width: 96%;
  margin: 0 auto;
}
.faq197.explain_area div.attentionBox dl {
}
.faq197.explain_area div.attentionBox dl dt {
  font-size: 14px;
  font-weight: bold;
}
.faq197.explain_area div.attentionBox dt::before {
  content: "■";
}
.faq197.explain_area div.attentionBox dl dd {
  display: list-item;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.faq197.explain_area div.attentionBox dl dd::before {
  content: "・";
  font-weight: bold;
}

/* faq212
-------------------------------------------------------------*/
.faq212 {
  margin: 10px 0;
}
.faq212 li {
  display: inline-block;
  float: left;
  width: 300px;
  height: 60px;
  padding: 8px 13px;
  vertical-align: middle;
  line-height: 60px;
}
.faq212 li + li {
  border-left: none;
}
.faq212 li:nth-child(2) {
  width: 430px;
}
.faq212 img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.faq212 .icon_txt {
  display: inline-block;
  font-size: 14px;
}

/* explain_area (faq215)
-------------------------------------------------------------*/
.faq215.explain_area {
  width:95%;
  margin:0 auto 20px;
}
.faq215.explain_area h3 {
  margin: 10px auto;
  border-bottom: 2px solid #ff7528;
  line-height: 22px;
  font-size: 17px;
  font-weight: bold;
  text-align:left;
}
.faq215.explain_area p {
  list-style:none;
  font-size: 14px;
}
.faq215.explain_area .stepblock{
  margin-bottom: 15px;
  border: 1px #ff7528 solid;
}
.faq215.explain_area .explain_title{
  display: table;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.faq215.explain_area .explain_title .title_num{
  position: relative;
  float: left;
  width: 65px;
  padding: 5px;
  background: #ff7528;
  font-size: 16px;
  color: #FFF;
  vertical-align: middle;
  height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.faq215.explain_area .explain_title .title_num:after{
  position: absolute;
  top: 50%;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ff7528;
  border-width: 8px;
  margin-top: -8px;
}
.faq215.explain_area .explain_title .title_text{
  padding: 6px 1px 3px 15px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  background: #fffff3;
  border-bottom: 1px #ff7528 dotted;
  display: block;
  margin-left: 65px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.faq215.explain_area .stepbox{
  padding: 0 10px 10px;
}
.faq215.explain_area .stepbox .under{
  border-bottom: 1px #ff7528 dotted;
  padding-bottom: 8px;
}
.faq215.explain_area .mark img {
  height: 25px;
  width: auto;
  padding: 0 3px 3px 0;
  display: inline-block;
  margin: 0;
}
.faq215.explain_area .marginb{
  margin: 0 10px 10px;
  padding-bottom: 8px;
  border-bottom: 1px #ff7528 dotted;
}
.faq215.explain_area .spl.margint{
  margin-top: 15px;
}
.faq215.explain_area .brsp.c ,
.faq215.explain_area .brsp.d{
  display: block;
}
.faq215.explain_area .stepbox .thum2box{
  display: table;
  width: 480px;
  text-align: center;
  margin: 0 auto;
}
.faq215.explain_area .cap_left{
  display: table-cell;
  width: 75%;
  padding-right: 4px;
}
.faq215.explain_area .cap_right{
  display: table-cell;
  width: 23%;
}
.faq215.explain_area .capture img {
  margin: 5px auto 5px;
  width: 100%;
  text-align: center;
  border: 1px #ddd solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  max-width: 360px;
}
.explain_area .capture.noborder img {
  border: none;
}
.faq215.explain_area .stepbox p.subti{
  padding: 6px 0 5px;
  border-top: 1px #e6e7e4 solid;
  background: #eee;
}
.faq215.explain_area .stepbox p.spl{
  padding: 3px 0 1px 15px;
  background: #fffff3;
  border-top: 1px #f9f9ad solid;
}

/* faq221
-------------------------------------------------------------*/
#faq_221 .faq_exp + .faq_title {
  margin-top:20px;
}

/* faq226
-------------------------------------------------------------*/
.faq226 img {
  display: inline-block;
  width: 61px;
  height: 22px;
  margin-left: 4px;
}

/* faq228
-------------------------------------------------------------*/
.explain_area.faq228 {
  margin: 0 auto;
  width: 95%;
}
.faq228 img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

/* faq278
-------------------------------------------------------------*/
.faq278 img {
  display: inline-block;
  width: auto;
  height: 26px;
  margin: 0 4px 0;
  vertical-align: middle;
}

/* faq_accordionMenu
-------------------------------------------------------------*/
.faq_exp details{
  border: 1px solid #ccc;
  border-bottom:none;
  padding: 10px;
}
_:-ms-lang(x)::-ms-backdrop, .faq_exp details {
  border:none;
}
.faq_exp details + details{
  border-top: 1px solid #ccc;
}
.faq_exp details:last-of-type{
  border-bottom: 1px solid #ccc;
}
.faq_exp details + br{
  display: none;
}
.faq_exp summary{
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
.faq_exp summary::-webkit-details-marker {
display: none;
}
.faq_exp summary:after,
details.open summary:after{
  content:'';
  display:block;
  clear:both;
  position:absolute;
  top:50%;
  left: 0;
  width:6px;
  height:6px;
}
.faq_exp summary:after{
  margin-top:-5px;
  border-top:2px solid #0097cb;
  border-right:2px solid #0097cb;
  -webkit-transform:rotate(135deg);
  transform:rotate(135deg);
}
.faq_exp details[open] summary:after{
  margin-top:-3px;
  border-top:2px solid #0097cb;
  border-right:2px solid #0097cb;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}