﻿
@import url("css-Montserrat100.css");
@import url("css-Play.css");
/*--------------------------------------------------
	初期化、基本設定
---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  font-size: 15px;
  line-height: 1.7;
  max-width: 100%;
  color: #444;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.center {
  text-align: center;
  margin: 0 auto;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

.strong {
  font-weight: bold;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.red {
  color: red;
}

.sub_text {
  color: #777;
}

.left {
  float: left;
}

.right {
  float: right;
}

li {
  list-style-type: none;
}

.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.i_block {
  text-align: center;
}

.i_block li {
  display: inline-block;
}

.pager {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.pager a {
  text-decoration: none;
  color: #222;
}

.pager li {
  border: 1px #ccc solid;
  padding: 10px 15px;
  background: #fff;
}

.pager li a {
  color: #468dc8;
}

.pager .now {
  background: #468dc8;
  color: #fff;
}

.all_wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.last {
  border: none !important;
}

.align_right {
  text-align: right;
}

.m10 {
  margin: 10px 0;
}

.flex {
  display: flex;
  justify-content: center;
}

.blue_bar {
  width: 98px;
  height: 6px;
  background: #113362;
  margin-bottom: 10px;
}

.white_bar {
  width: 98px;
  height: 6px;
  background: #fff;
  margin: 0 auto 10px auto;
}

i {
  margin-right: 5px;
}

.alerts {
  position: fixed;
  width: 500px;
  top: 10px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0%);
}

.green_box {
  background: #dbffe1;
  color: #0e9324;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

.red_box {
  background: #ffebee;
  padding: 10px;
  text-align: center;
  color: #f44336;
}

.white_space {
  color: #fff;
  opacity: 0;
}

.done_msg,
.err_msg {
  display: none;
}

.done_msg div {
  margin-bottom: 5px;
  cursor: pointer;
}

.err_msg div {
  background: #ffebee;
  padding: 10px;
  text-align: center;
  color: #f44336;
  cursor: pointer;
}

input[type=submit] {
  padding: 10px 30px;
  background: #113362;
  color: #fff;
  box-sizing: border-box;
  border: 1px #212331 solid;
  cursor: pointer;
}

h1 {
  text-indent: 9999;
}

.header {
  background: #113362;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
}

.header .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 990px;
}

.header .icons p {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.header .icons a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header .icons p:first-child {
  margin-right: 10px;
}

.header .icons p img {
  margin-right: 5px;
}

.header div:first-child {
  display: flex;
}

.header div:last-child {
  display: flex;
}

.header .btns a {
  background: #fff;
  color: #113362;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 5px;
}

.footer {
  background: #113362;
  color: #fff;
  font-size: 14px;
}

.footer .flex {
  padding: 90px 0;
  justify-content: space-around;
}

.footer .flex > div:first-child {
  width: 19%;
}

.footer .flex > div:nth-child(2) {
  width: 12%;
}

.footer .flex > div:nth-child(3) {
  width: 18%;
}

.footer .title {
  font-size: 22px;
  margin-bottom: 30px;
}

.footer ul li:before {
  content: '▶';
  margin-right: 10px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .white_bar {
  margin: 0 0 10px 0;
}

.footer dl {
  display: flex;
}

.footer dt {
  width: 90px;
}

.head_menu {
  width: 1170px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-width: 990px;
}

.head_menu ul {
  display: flex;
}

.head_menu ul li {
  margin: 0 5px;
}

.head_menu ul li a {
  color: #000;
  text-decoration: none;
}

.wrapper {
  width: 1170px;
  padding: 10px;
  margin: 0 auto;
  max-width: 100%;
}

.child {
  padding-bottom: 60px;
}

input[type=text],
input[type=password],
select,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
texture:focus {
  box-shadow: 0 0 7px #3498db;
  border: 1px solid #3498db;
}

.three_icons {
  background: #fff;
  padding: 45px 30px;
  box-shadow: 0px 0px 33px -3px #bebebe;
}

.three_icons ul {
  display: flex;
  justify-content: space-around;
}

.three_icons ul li {
  width: 325px;
  height: 250px;
  color: #fff;
  overflow: hidden;
}

.three_icons ul li div {
  padding: 10px 30px;
  background: rgba(17, 51, 98, 0.95);
  position: relative;
  top: 200px;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

.three_icons ul li div p:nth-child(2) {
  margin-bottom: 10px;
}

.three_icons ul li h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.three_icons ul li:first-child {
  background: url("../image/icon_1.jpg") no-repeat;
  background-size: cover;
}

.three_icons ul li:first-child .hover {
  top: 55px;
}

.three_icons ul li:nth-child(2) {
  background: url("../image/icon_2.jpg") no-repeat;
  background-size: cover;
}

.three_icons ul li:nth-child(2) .hover {
  top: 55px;
}

.three_icons ul li:last-child {
  background: url("../image/icon_3.jpg") no-repeat;
  background-size: cover;
  background-position: right;
}

.three_icons ul li:last-child .hover {
  top: 33px;
}

.three_icons ul li:last-child h3 {
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.three_icons a {
  color: #fff;
  text-decoration: none;
}

#menu {
  display: none;
}

.eyecatch .video {
  position: relative;
  width: 100%;
  height: 650px;
  overflow-y: hidden;
  z-index: -1;
  background: url("../image/video_cover.jpg") top center no-repeat;
  background-size: cover;
}

.eyecatch video {
  width: 100%;
  min-width: 1170px;
}

.eyecatch > .catch_txt {
  position: relative;
  top: -490px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  width: 1090px;
  padding: 10px 0 20px 0;
  margin: 0 auto -370px auto;
}

.eyecatch .only_pc {
  margin: 0 auto;
}

.charts {
  margin: 30px 0;
  text-align: center;
}

.charts ul {
  display: flex;
  justify-content: space-around;
}

.charts li {
  width: 270px;
  border: 1px #d6d6d6 solid;
  padding: 20px;
}

.charts li div:nth-child(4) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #000 dotted;
}

.charts li .blue_bar {
  margin: 0 auto 20px auto;
}

.charts .chart_img {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

.charts .plus {
  color: #4fb81b;
}

.charts .down {
  color: red;
}

.charts dl {
  display: flex;
}

.charts dt {
  margin-right: 10px;
  width: 80px;
}

.charts dd {
  font-weight: bold;
}

.intro > div:nth-child(odd) {
  background: #f2f2f2;
}

.intro .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}

.intro .intro_txt {
  width: 555px;
}

.free {
  background: url("../image/free_bg.jpg");
  color: #fff;
  height: 740px;
  background-size: cover;
}

.free .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.free h2 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

.free ul {
  display: flex;
  justify-content: space-around;
}

.free ul li:first-child {
  background: url("../image/free_1_bg.png");
  width: 555px;
  background-size: cover;
  height: 294px;
  padding: 90px 20px 0 20px;
}

.free ul li:last-child {
  background: url("../image/free_2_bg.png");
  width: 555px;
  background-size: cover;
  height: 294px;
  padding: 90px 20px 0 20px;
}

.free .center {
  margin: 20px 0;
}

.top_mail {
  padding: 60px 0;
}

.top_mail .flex {
  display: space-between;
}

.top_mail h3 {
  font-size: 30px;
  border-bottom: 6px #113362 solid;
  margin-bottom: 20px;
}

.top_mail .flex > div:first-child {
  width: 650px;
}

.top_mail .flex > div:last-child {
  background: #fff;
  padding: 0 10px;
  align-items: center;
  display: flex;
  margin: 0 20px;
}

.top_mail .flex > div:last-child form {
  display: flex;
  align-items: center;
}

.top_mail input[type=text] {
  font-size: 20px;
  padding: 10px;
  border: none;
}

.top_mail input[type=submit] {
  font-size: 20px;
  padding: 10px 30px;
  background: #113362;
  color: #fff;
  box-sizing: border-box;
  border: 1px #212331 solid;
  cursor: pointer;
}

.top_mail .btn a {
  padding: 20px 70px;
  background: #113362;
  color: #fff;
  font-size: 1.3rem;
  box-sizing: border-box;
  border: 1px #212331 solid;
  cursor: pointer;
  text-decoration: none;
}

.copy {
  background: #000;
  color: #fff;
  padding: 20px 0;
}

.copy .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yellow_box {
  background: #FFF3CD;
  color: #B67A04;
  border: 1px #FFEEBA solid;
  border-radius: 2px;
  padding: 20px;
}

.child > h2 {
  color: #113362;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 10px 0 30px 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.child > h2 span {
  font-size: 16px;
  color: #888;
}

.child > h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

/*----------------------------------------
	料金表
-----------------------------------------*/
.price .area_1 {
  margin-bottom: 40px;
}

.price .area_1 > h3,
.price .area_2 > h3 {
  color: #113362;
  font-size: 28px;
  line-height: 1;
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 10px 0;
  font-weight: normal;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price .area_1 > h3 span,
.price .area_2 > h3 span {
  font-size: 16px;
  color: #888;
}

.price .area_1 > h3:before,
.price .area_2 > h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.price a {
  text-decoration: none;
}

.price h1 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  line-height: 32px;
  padding-top: 70px;
}

.price h1 a {
  color: #66CCCC;
}

.price .card {
  position: relative;
  padding: 20px;
  margin: 30px 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.price .card h4 {
  color: #113362;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

.price .card li {
  margin-bottom: 40px;
}

.price .card li:before {
  position: relative;
  top: -2px;
  /* left : 0; */
  content: ' ';
  margin-right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #113362;
}

.price .price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
}

.price .price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}

.price .price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  background: white;
  margin: 10px;
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.price .price-table-wrapper .pricing-table .pricing-table__price {
  min-height: 96px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.price .price-table-wrapper .pricing-table .pricing-table__price .deals {
  font-size: 15px;
  min-width: 60%;
}

.price .price-table-wrapper .pricing-table .pricing-table__price .en {
  font-size: 18px;
}

.price .price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  color: #909090;
  border-radius: 9px 9px 0 0;
  background: #E0E0E0;
}

.price .price-table-wrapper .pricing-table__price {
  color: #113362;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}

.price .price-table-wrapper .pricing-table__button {
  display: block;
  background: #113362;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.price .price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  transform: rotate(-30deg);
  background: white;
  opacity: .3;
  transition: all 0.3s ease-in-out;
}

.price .price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.price .price-table-wrapper .pricing-table__button:hover {
  background: black;
}

.price .price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #A0A0A0;
  font-size: 12px;
}

.price .price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}

.price .price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}

.price .price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}

.price .price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}

.price .price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  transform: rotate(0deg);
  width: 100%;
}

.price .price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}

/*----------------------------------------
	会社概要
-----------------------------------------*/
.company table {
  border-collapse: collapse;
  margin: 20px auto;
  width: 80%;
}

.company table td {
  padding: 15px 20px;
  border: 1px #ccc solid;
}

.company table td:first-child {
  width: 150px;
  background: #efefef;
}

/*----------------------------------------
	用語集
-----------------------------------------*/
.dictionary {
  line-height: 1.9;
}

.dictionary > div {
  margin: 30px 0;
}

.dictionary > div > div {
  margin-bottom: 50px;
}

.dictionary h3 {
  color: #113362;
  font-size: 28px;
  line-height: 1;
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 10px 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dictionary h4 {
  border-left: 2px #ccc solid;
  padding: 5px 0 5px 20px;
  margin-bottom: 10px;
}

/*----------------------------------------
	お申込み
-----------------------------------------*/
.regist iframe {
  margin: 20px auto;
  width: 800px;
  height: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.regist .regist_box {
  width: 740px;
  padding: 10px 30px;
  margin: 20px auto;
}

.regist dt {
  color: #113362;
  font-weight: bold;
}

.regist dd {
  margin-bottom: 20px;
}

.regist .length1 input {
  width: 300px;
}

.regist .m10 {
  font-size: 1.4rem;
}

.regist .m10 a {
  color: red;
}

/*----------------------------------------
	サービス案内
-----------------------------------------*/
.service .flex {
  margin: 30px 0;
  justify-content: space-between;
}

.service .flex .card {
  width: 32.5%;
  font-size: 0.95rem;
}

.service h3 {
  margin-top: 20px;
  font-family: 'Sawarabi Mincho';
}

.service .card {
  position: relative;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.service .card h4 {
  color: #113362;
  font-size: 18px;
  margin: 20px 0 10px 0;
  text-align: center;
}

.service .card li {
  margin: 20px 0;
}

.service .card li:before {
  position: relative;
  top: -2px;
  content: ' ';
  margin-right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #113362;
}

.service .card img {
  width: 100px;
}

.service table {
  width: 90%;
  margin: 30px auto;
  border-collapse: collapse;
}

.service table th {
  background: #113362;
  color: #fff;
}

.service table td, .service table th {
  border: 1px #ccc solid;
  padding: 10px;
}

.service table tr:nth-child(odd) {
  background: #efefef;
}

/*----------------------------------------
	お問い合わせ
-----------------------------------------*/
.contact .contact_box {
  width: 740px;
  padding: 10px 30px;
  margin: 20px auto;
  /*background :#f6faff;*/
}

.contact textarea {
  width: 100%;
}

.contact dd {
  margin-bottom: 20px;
}

.contact input[type=text] {
  width: 300px;
}

/*----------------------------------------
	コンセプト
-----------------------------------------*/
.concept h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
  font-family: "Sawarabi Mincho";
}

.concept h3 span {
  display: block;
}

.concept h4 {
  font-family: "Sawarabi Mincho";
}

.concept h5 {
  text-align: center;
  margin: 120px 0 80px 0;
  font-size: 1.2rem;
  font-family: "Sawarabi Mincho";
}

.concept h5 span {
  display: block;
}

.concept .list {
  justify-content: space-around;
}

.concept .list h4 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin: 20px 0 10px 0;
  padding-bottom: 10px;
}

.concept .list h4 span {
  font-size: 1rem;
  color: #113362;
}

.concept .card {
  display: flex;
  align-items: center;
  margin: 90px 0;
}

.concept .card > div {
  padding: 30px;
  width: 65%;
}

.concept .card p img {
  width: 400px;
}

/*----------------------------------------
	用語集
-----------------------------------------*/
.dictionary .initial {
  display: flex;
  justify-content: center;
}

.dictionary .initial ul:first-child li:last-child {
  border-right: none;
}

.dictionary .initial ul {
  display: flex;
  justify-content: center;
}

.dictionary .initial ul li {
  padding: 10px 15px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
}

.dictionary .initial ul li:last-child {
  border-right: 1px #ccc solid;
}

.dictionary .initial ul li a {
  color: #113362;
  text-decoration: none;
}

.to_top p img {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px #ccc solid;
  border-radius: 10px;
}

/*----------------------------------------
	Paypal
-----------------------------------------*/
.paypal .paypal_table {
  margin: 50px auto 10px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paypal .paypal_table .title {
  padding: 10px 20px;
  border-right: 1px #ccc solid;
  margin-right: 20px;
  font-size: 1.2rem;
}

.paypal .paypal_table .title p:first-child {
  font-size: 0.7rem;
  color: #777;
}

.paypal .caution {
  background: #FFFFE8;
  color: #DEA22E;
  width: 700px;
  padding: 20px;
  text-align: center;
  margin: 20px auto;
}

/*----------------------------------------
  Advice
-----------------------------------------*/
.advice_list li a {
  display: flex;
  text-decoration: none;
  color: #000;
}

.advice_list li a > p {
  width: 250px;
  padding-right: 20px;
}

.advice_list li a > div {
  width: calc(100% - 250px);
}

.advice_flex {
  display: flex;
}

.advice_main {
  width: calc(100% - 300px);
}

.advice .side {
  width: 300px;
  padding: 0 20px;
}

.advice .more {
  text-align: right;
}

.advice .more span {
  background: #113362;
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 10px;
}

.advice .side h4 {
  text-align: center;
  color: #113362;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #efefef solid;
}

.advice_detail_date {
  display: inline-block;
  padding: 5px 10px;
  border: 1px #113362 solid;
  margin-bottom: 10px;
}

.to_magazine {
  text-align: center;
  margin-top: 20px;
}

.magazine .advice_main {
  width: 100%;
}

.to_magazine a {
  background: #113362;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.pager .now a {
  color: #fff;
}
