@charset "utf-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#contents {
  padding: 30px 0 80px;
}
/*********** Common *********************************/
/** #ebook_header {
  background-image: url("images/bg_02.jpg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
} **/
/** column **/
.ebook__column01 {
  margin: 0 0 60px 0;
}
.ebook__column01__inner01 {
  margin: 0 0 100px 0;
}
.ebook__column01__inner01.next {
  margin: 0 0 80px 0;
}
.ebook__column01__inner01:last-child {
  margin: 0 0 0 0;
}
.ebook__column01__inner01_y {
  padding-top: 20px;
}
.ebook__column01__inner02 a {
  color: #1c68cf;
  font-weight: bold;
}
/** color **/
.red-t {
  font-weight: bold;
  color: #c00;
}
.green{
	color: #384;
}
/** weight **/
.normal{
	font-weight: normal;
}
/** underline **/
.underline{
	text-decoration: underline !important;
}
/** commonMenu **/
.common_menu {
    margin: 0px 0 60px 0;
  font-size: 15px;
}
.common_menu__list01, .common_menu__list02 {
  margin: 50px 0 0 0;
  display: flex;
  align-items: end;
}

.common_menu__list01 a{
    background: #384;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 0 40px;
	color: #fff;
    font-weight: bold;
	display: block;
}
.common_menu__list01 a:first-of-type{
	margin: 0;
}

.common_menu__list01 .m01{
	margin: 0 0 0 45px !important;
}
.common_menu__list01 .m02{
	margin: 0 0 0 30px !important;
}

.common_menu .common_menu__list01 a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px;
  border-color: #384 transparent transparent #384;
  border-radius: 5px;
  position: absolute;
  top: 9px;
  right: -21px;
  transform: rotate(135deg);
}

.common_menu_small{
	background: #d0e1cc !important;
    color: #565656 !important;
}

.common_menu_small:after {
  border-width: 16px !important;
  top: 6px !important;
  right: -13px !important;
  border-color: #d0e1cc transparent transparent #d0e1cc !important;
}

.common_menu__list01 .last{
	padding: 10px 15px;
}
.common_menu__list01 a:last-of-type::after{
	display: none !important;
}

.common_menu__list02 a{
    background: #4456a3;
    padding: 20px 20px 20px 40px;
    border-radius: 5px;
    position: relative;
    margin: 0 30px 0 0;
	color: #fff;
    font-weight: bold;
	display: block;
}

.common_menu__list02 a li:before{
	  content: '';
	  width: 16px;
	  height: 16px;
	  border-radius: 50%;
	  position: absolute;
	  top: 50%;
	  left: 12px;
	  margin-top: -9px;
	  border: 1px solid #fff;
}
.common_menu__list02 a li:after{
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -4px;
  transform: rotate(90deg);
}


@media (max-width: 767px) {
	.common_menu__list01, .common_menu__list02 {
  margin: 25px 0 0 0;
  display: block;
}
	.common_menu__list01 a{
    padding: 8px 0 8px 25%;
    margin: 0px auto 12px !important;
}
	#read_c .common_menu__list01 a{
    padding: 8px 0 8px 16%;
    margin: 0px auto 12px !important;
}
	.common_menu__list01 a:first-of-type{
	margin: 0px auto 12px;
}
	.common_menu__list01 .m01 {
    margin: 0px auto 12px !important;
}
	.common_menu__list01 .m02 {
    margin: 0px auto 12px !important;
}

	.common_menu .common_menu__list01 a:after {
  border-width: 10px !important;
  border-color: #384 transparent transparent #384;
  border-radius: 0;
  position: absolute;
  top: 20px !important;
  right: 47% !important;
  transform: rotate(226deg);
}
	.common_menu_small{
	width: 70% !important;
    text-align: center !important;
    padding: 8px !important;
	}
	
	.common_menu__list02 a{
    padding: 8px 8px 8px 0px;
    margin: 0 0 14px 0;
	text-align: center;
}
	.common_menu__list02 a li:before{
	  left: calc(27% - 6px);
}
	.common_menu__list02 a li:after{
	  left: 27%;
}
	.common_menu__list02 a li.li02:before{
	  top: 30%;
}
	.common_menu__list02 a li.li02:after{
	  top: 30%;
}
}


/** Heading **/
.h1__title01 {
  font-size: 36px;
  color: #384;
  font-weight: bold;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.h2__title01 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 14px auto;
  padding: 5px 0 5px 6px;
  border-bottom: 3px solid #aaa;
}
.h3__title01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.h3__title01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #aaa; /*下線の色*/
}
.h3__title02 {
  display: flex;
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  background: #ecf8e9;
}
@media (max-width: 767px) {
	.h3__title02 {
  height: 30px;
}
}

.h3__title02.mb50{
	margin-bottom: 50px;
}

.h3__title02__txt01 {
  font-size: 18px;
  margin-left: 18px;
  margin-top: 6px;
}
@media (max-width: 767px) {
.h3__title02__txt01 {
  font-size: 16px;
	margin-top: 3px;
}
}

.h3__title03 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0 6px 16px;
  background: #e1eaf7;
  border-left: 8px solid #4456a3;
}
.h4_title01 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 5px 16px;
  border-left: 4px solid #ccc;
  background: #e8f1e8;
}
.h4_title02 {
  margin: 50px auto 0;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  background: #ffcbcb;
	text-align: center;
	width: 80%;
}
@media (max-width: 767px) {
	.h4_title02 {
	width: 100%;
}
}

.yamenu01 {
  display: block;
  width: 80px;
  height: 40px;
  float: left;
  position: relative;
}
.yamenu01__inner01 {
  background: #384;
  display: block;
  float: left;
  width: 85%;
  height: 40px;
  text-align: center;
  position: absolute;
  color: #fff;
}
.yamenu01__inner02 {
  display: block;
  margin: 10px 10px 5px 10px;
    z-index: 1;
    position: relative;
}
.yamenu01__inner01:after {
  content: '';
    border-style: solid;
    position: absolute;
    top: 5px;
    right: -14px;
    transform: rotate(135deg);
    border-width: 15.5px;
    border-color: #384;
    border-radius: 5px;
}
@media (max-width: 767px) {
	.yamenu01 {
  width: 70px;
}
	.yamenu01__inner01 {
  height: 30px;
}
	.yamenu01__inner02 {
	margin: 5px 0;
}
	.yamenu01__inner01:after {
    top: 3px;
    right: -13px;
    border-width: 12px;
}
}


/** parts **/
.pic01 img, .pic02 img {
  max-width: 100%;
}

.pic01.pic01_border img, .pic02.pic02_border img {
  border: 1px solid #999;
}
.pic_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pic_list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ebook__column01__inner02 .pic01 img {
  box-shadow: 2px 2px 3px #e5e5e5;
}
.ebook__column01__inner02 .pic_list01 > .pic01, .ebook__column01__inner02 .pic_list01 > .pic02 {
  width: 30%;
  margin: 0 3% 40px 0;
}
.ebook__column01__inner02 .pic_list02 > .pic01, .ebook__column01__inner02 .pic_list02 > .pic02 {
  width: 47%;
  margin: 0 3% 40px 0;
}
.ebook__column01__inner02 .pic_list01 > .pic01 img, .ebook__column01__inner02 .pic_list01 > .pic02 img, .ebook__column01__inner02 .pic_list02 > .pic01 img, .ebook__column01__inner02 .pic_list02 > .pic02 img {
  border: 1px solid #999;
}
.ebook__column01__inner02 .pic_list01.pic_list01_noborder > .pic01 img,.ebook__column01__inner02 .pic_list01.pic_list01_noborder > .pic02 img {
  border: none;
}
ul.note01 {}
ul.note01 li {
  text-indent: -1em;
  padding-left: 1em;
}
p.note01 {
  text-indent: -1em;
  padding-left: 1em;
}
span.note01 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.ebook__column01__inner02 .txt01 {
  margin-bottom: 20px;
}
.ebook__column01__inner02 .txt02 {
  margin-bottom: 60px;
}
.ebook__column01__inner02 .pic01 {
  margin: 0 0 40px 0;
  width: 60%;
}
.ebook__column01__inner02 .pic02 {
  margin: 0 0 20px 0;
  width: 60%;
}
.ebook__column01__inner02 .pic01.pic01--center {
  margin: 0 auto 40px auto;
  width: 60%;
}
.ebook__column01__inner02 .pic02.pic02--center {
  margin: 0 auto 20px auto;
  width: 60%;
}
.btn01 {
  text-align: center
}
.btn02 {
  text-align: center;
  padding-top: 50px;
}
#ebook .btn02 p {
  margin: 0 30%;
  position: relative;
  font-size: 20px;
}
#ebook .btn02 p a {
  background: #AF2737;
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}
#ebook .btn02 p a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 28%;
  margin-top: -8px;
  transform: rotate(0deg);
}
#ebook .btn02 p a:hover {
  text-decoration: underline;
}
/**** PCOnly ****/
@media (min-width: 768px) {
  .pc_o {
    display: block
  }
  .sp_o {
    display: none
  }
  /** commonMenu **/
  .common_menu__list_column01 {
    display: flex;
  }
  .common_menu__list_column01 li {
    width: 380px;
  }
}
/****SPOnly ****/
@media (max-width: 767px) {
  .pc_o {
    display: none
  }
  .sp_o {
    display: block
  }
  /** column **/
  .ebook__column01 {
    margin: 0 0 30px 0;
  }
  .ebook__column01__inner01 {
    margin: 0 0 80px 0;
  }
  .ebook__column01__inner01.next {
    margin: 0 0 60px 0;
  }
  /** commonMenu **/
  .common_menu {
    font-size: 14px;
    margin: 0 0 50px 0;
  }
  /** Heading **/
  .h1__title01 {
    font-size: 24px;
  }
  .h1__title01:before {
    width: 20%; /*下線の幅*/
  }
  .h2__title01 {
    font-size: 18px;
    margin: 0 auto 10px auto;
  }
  .h3__title01 {
    font-size: 15px;
    margin: 0 auto 30px auto;
  }
  .h3__title01:before {
    width: 30%; /*下線の幅*/
    height: 2px; /*下線の太さ*/
  }
  /** parts **/
  .ebook__column01__inner02 .pic01 {
    width: 100%;
  }
  .ebook__column01__inner02 .pic02 {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .pic_list01 {
    display: block;
  }
  .ebook__column01__inner02 .pic_list01 > p.pic01, .ebook__column01__inner02 .pic_list01 > p.pic02 {
    width: 70%;
    margin: 0 auto 40px auto;
  }
  .ebook__column01__inner02 .pic_list02 > .pic01, .ebook__column01__inner02 .pic_list02 > .pic02 {
    width: 100%;
    margin: 0 3% 40px 0;
  }
  #ebook .btn02 p {
    margin: 0 0;
    font-size: 16px;
  }
  #rightBar {
    width: auto;
    float: none;
    padding: 0 0 0 0;
  }
}
/*********** ebookcolumun *********************************/
body #ebook {
  font-size: 14px;
}
#ebook a{
  text-decoration: none;
}
#ebook a:hover {
  opacity: 60%;
}
#ebook a.link_color001{
  color: #1c68cf !important;
}
#ebook a.underline:hover{
  text-decoration: none !important;
}

/****SPOnly ****/
@media (max-width: 767px) {
  #ebook {
    margin: 0 5% 0 5%
  }
}
/*********** title_c *********************************/
#title_c {
  margin: 0 0 20px 0;
}
.title__note01 {
  font-size: 16px;
  font-weight: bold;
text-align: center;
}
.title__pic01 {
  margin: 0 auto;
  width: 60%
}
/**** PCOnly ****/
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {
  #title_c {}
  .title__note01 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .title__pic01 {
    width: 100%
  }
}
/*********** menu_c *********************************/
#menu_c {
  margin: 0 0 60px 0;
}
.hide {
  display: none;
}
.menu__txt01 {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.menu__txt01 a, .menu__caption01 span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.menu__txt01 a:before, .menu__caption01 span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #9e323f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.menu__caption01 span:before {
  top: 28%;
}
.menu__txt01 a:after, .menu__caption01 span:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px;
  transform: rotate(90deg);
}
.menu__caption01 span:after {
  top: 28%;
}
.menu__list01 {
  display: flex;
  justify-content: space-around;
  margin: 0 4%;
}
.menu__list01 > li {
  width: 24%;
}
.menu__list01 > li .pic01 {
  margin: 0 45px 10px 45px;
}
.menu__list01 > li .pic02 {
  margin: 0 45px 13px 45px;
  }
.menu__list01 > li a {
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 1px 3px #999;
}
.menu__list01 > li a:hover {
  background: #ecf8e9;
}
.menu__list01 > li a.current {
  background: #ecf8e9;
}
.menu__caption01 {
  font-size: 16px;
  text-align: center;
font-weight: bold;
}
/**** PCOnly ****/
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {
  #menu_c {
    margin: 0 0 30px 0;
  }
  .menu__list01 {
    margin: 0 -4% 0 -4%;
  }
  .menu__list01 > li {
    width: 24%;
  }
.menu__list01 > li a {
	padding: 5px;
	}
  .menu__list01 > li .pic01 {
    margin: 5px;
  }
  .menu__list01 > li .pic02 {
    margin: 5px 5px 2px 5px;
  }
  .menu__txt01 a:before, .menu__caption01 span:before {
    width: 14px;
    height: 14px;
    margin-top: -9px;
  }
  .menu__caption01 span:before {
    top: 28%;
  }
  .menu__txt01 a:after, .menu__caption01 span:after {
    border-width: 4px 0 4px 6px;
    left: 4px;
    margin-top: -5px;
  }
  .menu__txt01 a, .menu__caption01 span {
    padding-left: 15px;
  }
  .menu__caption01 {
    font-size: 12px;
  }
}
/*********** ご購入前に確認ください *********************************/
.caution-box{
	width: 80%;
	padding: 20px;
	margin: 0 auto 60px;
	border: 2px solid #ffcbcb;
}
.caution-flex{
	display: flex;
	align-items: center;
}
.caution-flex:first-of-type{
	margin-bottom: 30px;
}
.caution-flex img{
	width: 55px;
	margin: 0 15px 0 0;
}
.caution-title{
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

@media (max-width: 767px) {
	.caution-box{
	width: 100%;
}
	.caution-title{
	margin: 0;
}
}

/*********** about_c *********************************/
#about_c {}
/**** PCOnly ****/
.about__pic01 {
  margin: 0 auto 20px auto;
  width: 90%;
}
.about__list01 {
  display: flex;
  justify-content: space-between;
	padding: 20px 40px;
}
.about__list01 li {
  width: 47%;
  border-radius: 80px;
  padding: 40px;
	box-shadow: 3px 3px 5px #aaa;
    border: 1px solid #aaa;
}
.about__list01 li dt {
  font-size: 22px;
  font-weight: bold;
  color: #384;
  text-align: center;
	line-height: 1.4;
}
.about__list01 li dd img {
    text-align: center;
    display: block;
  }
.about__list01 li dd img.about-img01 {
    margin: 45px auto;
    max-width: 100%;
  }
.about__list01 li dd img.about-img02 {
    margin: 30px auto;
    max-width: 93%;
  }
.about__list01 li a {
  font-weight: bold;
  color: #c00;
}
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {
  .about__pic01 {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .about__list01 {
    display: block;
	  padding: 10px 0px;
  }
  .about__list01 li {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
	 border-radius: 45px;
  }
  .about__list01 li dt {
    font-size: 18px;
  }
  .about__list01 li dd {
    font-size: 14px;
  }
.about__list01 li dd img.about-img01 {
    margin: 25px auto;
    max-width: 110%;
    transform: translateX(-15px);
  }
.about__list01 li dd img.about-img02 {
    margin: 25px auto;
    max-width: 105%;
    transform: translateX(-10px);
  }
}
/*********** buy_c *********************************/
#buy_c {}
/**** PCOnly ****/
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {}
/*********** read_c *********************************/
#read_c {}

/*PCかPSか*/
.menu_read_device, .menu_viewer_device{
	display: flex;
}

.menu_read_device .current, .menu_viewer_device .current{
	color: #384;
	border-bottom: 3px solid #384;
}
.menu_read_device a, .menu_viewer_device a{
	display: block;
	padding: 10px 20px;
	border-bottom: 3px solid #aaa;
    margin: 30px 50px 0 0;
}
.menu_read_device a:hover, .menu_viewer_device a:hover{
	border-bottom: 3px solid #384;
}

.menu_read_device_flex{
	display: flex;
    align-items: center;
}
.menu_read_device_flex img{
	height: 40px;
	margin: 0 15px 0 0
}
.menu_read_device_flex p{
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.menu_read_device a, .menu_viewer_device a{
	padding: 10px 5px;
    margin: 0 20px 0 0;
}
	.menu_read_device_flex img{
	height: 25px;
}
	.menu_read_device_flex p{
	font-size: 14px;
}
}
/*PCかPSかここまで*/

.read_instsp__applist {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.read_instsp__applist__txt01 {
  font-weight: bold;
}
.read_instsp__applist .pic02 {
  width: auto;
}
.read_instsp__applist li {
  width: 30%;
  text-align: center;
}
.read_instsp__table {
  margin: 0 0 20px 0;
}
.read_instsp__table, .read_instsp__table td, .read_instsp__table th {
  border-collapse: collapse;
  border: 1px solid #333;
}
.read_instsp__table td, .read_instsp__table th {
  padding: 4px 10px;
  display: table-cell;
}

.read__title02 {
  font-weight: bold;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 top;
  background-size: contain;
  margin-bottom: 10px;
}
.read__title02_sp {
  background-image: url("images/read_ic_02.png");
  padding: 10px 0 10px 40px;
}
.read__title02_pc {
  background-image: url("images/read_ic_01.png");
  padding: 4px 0 4px 70px;
}
/**** PCOnly ****/
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {
  .read_instsp__applist {
    margin-bottom: 20px;
    justify-content: space-around;
  }
  .read_instsp__applist li {
    width: 40%;
  }
  .read__title01 {
    font-size: 20px;
  }
}
/*********** qa_c *********************************/
#qa_c {}
.search_list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
.search_list li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.search_list li {
  margin-right: 10px;
  text-align: center;
  padding: 6px 20px;
  border-radius: 22px;
  margin-bottom: 10px;
  border: 1px solid #4456a3;
}
.search_list li.is-active {
  color: #FFF;
  background-color: #4456a3;
  text-decoration: none;
  font-weight: bold;
}
.is-hide {
  display: none;
}
.search_contents {}
.search_contents li {
  margin-bottom: 30px;
  border-top: 2px dotted #ccc;
}
.search__dl dt, .search__dl dd {
  display: flex;
  align-items: baseline;
  margin: 20px 0;
}
.search__dl dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
}
.search__dl dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.search__dl dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4456a3;
  color: #fff;
  width: 35px;
  height: 32px;
  border-radius: 17px;
}
.search__dl dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D65556;
  color: #fff;
  width: 35px;
  height: 32px;
  border-radius: 17px;
}
/**** PCOnly ****/
@media (min-width: 768px) {}
/****SPOnly ****/
@media (max-width: 767px) {
  .search_list {
    font-size: 12px;
  }
  .search_list li {
    width: auto;
  }
.search__dl dt p {
  font-size: 14px;
}
}


/*検索窓*/
.faq-search{
	border: 1px solid #4456a3;
    width: 260px;
    line-height: 2.6;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    margin: 36px auto;
    border-radius: 4px;
}
#faq-search-btn{
	line-height: 2.6;
    padding: 0 16px;
    border: none;
    background: #4456a3;
    color: #fff;
}
/*********** qa_c *********************************/
#viewer_c {}
.table_scroll {
  margin-bottom: 60px;
}
.viewer__table01 {
  font-size: 14px;
}
.viewer__table01, .viewer__table01 td, .viewer__table01 th {
  border-collapse: collapse;
  border: 1px solid #333;
}
.viewer__table01 th {
  white-space: nowrap;
  background: #DDEBF7;
}
.viewer__table01 td, .viewer__table01 th {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
.viewer__table01 td.viewer__table01__td01 {
  font-weight: bold;
  text-align: center;
  color: #c00;
  font-size: 18px;
}
@media (max-width: 767px) {
  .gmo-payment-inner table.table-payment th, td {
    display: table-cell;
  }
  .viewer__table01 {
    font-size: 12px;
  }
  .viewer__table01 td.viewer__table01__td01 {
    font-size: 14px;
  }
}