@charset "UTF-8";
/*common.scss*/
/*css調整*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* line 52, ../sass/common.scss */
body {
  font-size: 62.5%;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","Noto Sans Japanese","游ゴシック", "Yu Gothic", YuGothic,  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* line 59, ../sass/common.scss */
.noto-font {
  font-family: 'Noto Sans Japanese', serif;
}

/* line 63, ../sass/common.scss */
.clear {
  clear: both;
}

/* line 67, ../sass/common.scss */
.only-mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  /* line 67, ../sass/common.scss */
  .only-mobile {
    display: block;
  }
}

/* line 74, ../sass/common.scss */
.only-tablet {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 74, ../sass/common.scss */
  .only-tablet {
    display: block;
  }
}

/* line 82, ../sass/common.scss */
.only-pc-none-tablet {
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 82, ../sass/common.scss */
  .only-pc-none-tablet {
    display: none;
  }
}

/* line 89, ../sass/common.scss */
.only-pc {
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 89, ../sass/common.scss */
  .only-pc {
    display: none;
  }
}

/* line 96, ../sass/common.scss */
.only-pc-inline {
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  /* line 96, ../sass/common.scss */
  .only-pc-inline {
    display: none;
  }
}

/* line 103, ../sass/common.scss */
a {
  text-decoration: none;
  cursor: pointer;
}

/* line 108, ../sass/common.scss */
p {
  line-height: 1.6;
  letter-spacing: -0.05em;
}

/* line 113, ../sass/common.scss */
sup {
  vertical-align: super;
  font-size: 0.8em;
}

/* line 118, ../sass/common.scss */
.text-center {
  text-align: center;
}

/* line 122, ../sass/common.scss */
.text-bold {
  font-weight: bold;
}

/* line 126, ../sass/common.scss */
.br-class {
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 126, ../sass/common.scss */
  .br-class {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  /* line 134, ../sass/common.scss */
  .br-tab-class {
    display: none;
  }
}

/**********************
	font size
***********************/
/* line 143, ../sass/common.scss */
.small {
  font-size: 1.4em;
}

/**********************
	基本となるdiv
***********************/
/* line 151, ../sass/common.scss */
.background-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 158, ../sass/common.scss */
.content-wrapper {
  padding: 100px 0px;
  width: 1280px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  /* line 158, ../sass/common.scss */
  .content-wrapper {
    padding: 40px 10px;
    width: 100%;
  }
}

/* line 169, ../sass/common.scss */
.content-long-wrapper {
  padding: 100px 0px;
  width: 1280px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  /* line 169, ../sass/common.scss */
  .content-long-wrapper {
    padding: 40px 10px;
    width: 100%;
  }
}

/* line 181, ../sass/common.scss */
.link-btn-wrapper {
  text-align: center;
}
/* line 183, ../sass/common.scss */
.link-btn-wrapper a.link-btn {
  display: inline-block;
  margin: 0 auto;
}
/* line 186, ../sass/common.scss */
.link-btn-wrapper a.link-btn:hover {
  opacity: 1.0;
}
/* line 189, ../sass/common.scss */
.link-btn-wrapper a.link-btn button {
  text-align: center;
  color: white;
  width: 250px;
  height: 50px;
  display: block;
  border: none;
  font-size: 1.6em;
  cursor: default;
  background-color: #002869;
}
@media screen and (max-width: 767px) {
  /* line 189, ../sass/common.scss */
  .link-btn-wrapper a.link-btn button {
    width: 100%;
    font-size: 1.4em;
  }
}
/* line 204, ../sass/common.scss */
.link-btn-wrapper a.link-btn button:hover {
  opacity: 0.6;
}

/* line 212, ../sass/common.scss */
.body-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1279px) {
  /* line 212, ../sass/common.scss */
  .body-wrapper {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  /* line 212, ../sass/common.scss */
  .body-wrapper {
    margin-top: 80px;
  }
}

/* line 223, ../sass/common.scss */
.body-content-wrapper {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  /* line 223, ../sass/common.scss */
  .body-content-wrapper {
    width: 1250px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 223, ../sass/common.scss */
  .body-content-wrapper {
    width: 100%;
  }
}

/* line 234, ../sass/common.scss */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*flex周り*/
/* line 242, ../sass/common.scss */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  /* line 242, ../sass/common.scss */
  .flex-row {
    display: block;
  }
  /* line 247, ../sass/common.scss */
  .flex-row.mobile-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 254, ../sass/common.scss */
.flex-space {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 258, ../sass/common.scss */
.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 262, ../sass/common.scss */
.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 267, ../sass/common.scss */
.mbn {
  margin-bottom: 0px !important;
}

/* line 271, ../sass/common.scss */
.mbs {
  margin-bottom: 20px;
}

/* line 275, ../sass/common.scss */
.mbm {
  margin-bottom: 30px;
}

/* line 279, ../sass/common.scss */
.mbl {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  /* line 279, ../sass/common.scss */
  .mbl {
    margin-bottom: 20px !important;
  }
}

/* line 286, ../sass/common.scss */
.mtn {
  margin-top: 0px !important;
}

/* line 290, ../sass/common.scss */
.mts {
  margin-top: 20px;
}

/* line 294, ../sass/common.scss */
.mtm {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  /* line 298, ../sass/common.scss */
  .mtm40 {
    margin-top: 40px;
  }
}

/* line 304, ../sass/common.scss */
.mtl {
  margin-top: 60px;
}

/*header.scss*/
@media screen and (max-width: 1279px) {
  /* line 2, ../sass/header.scss */
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
  }
}
/* line 10, ../sass/header.scss */
header .header-wrapper {
  margin: 0 auto;
  width: 1280px;
  height: 80px;
  position: relative;
  text-align: center;
}

/*****2020.07.23 追加　審J番号追記*****/
header div.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	height:80px;
	max-width:84%;
}

header div.flex > a{
	flex:270px;
	max-width:270px;
	height:100%;
	margin-right:40px;
}
header div.flex > span{
	flex:calc(100% - 310px);
	max-width:calc(100% - 310px);
	text-align:left;
}

p.j_num{
	display:block;
	font-size:14px;
	line-height:1.1;
	text-align:left;
	margin-top:0.5em;
}
p.j_num.sp{display:none;}

@media screen and (max-width: 1279px) {
header div.flex{height:auto;}	
p.j_num.sp{
	display:block;
	position:absolute;
	right:10px;
	bottom:55px;
	font-size:12px;
	line-height:1;
	}	
}

@media screen and (max-width: 1310px) {
  /* line 10, ../sass/header.scss */
  header .header-wrapper {
    width: 1250px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 10, ../sass/header.scss */
  header .header-wrapper {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding-top: 65px;
    background-color: white;
  }
}
/* line 27, ../sass/header.scss */
header .header-wrapper .left-logo {
  width: 259px;
  height: 45px;
  position: absolute;
  top: 20px;
  left: 0px;
}
@media screen and (max-width: 1279px) {
  /* line 27, ../sass/header.scss */
  header .header-wrapper .left-logo {
    left: calc( 50% - 130px );
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 27, ../sass/header.scss */
  header .header-wrapper .left-logo {
    left: calc( 50% - 80px );
    top: 18px;
    height: 28px;
    width: 160px;
  }
}
/* line 44, ../sass/header.scss */
header .header-wrapper .right-logo {
  width: 160px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 1279px) {
  /* line 44, ../sass/header.scss */
  header .header-wrapper .right-logo {
    top: -4px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 44, ../sass/header.scss */
  header .header-wrapper .right-logo {
    top: -7px;
    right: 10px;
    width: 66px;
    height: 67px;
  }
}
/* line 61, ../sass/header.scss */
header .header-wrapper .header-text {
  color: #231815;
  font-size: 1.4em;
  /**line-height: 80px;**/
}
@media screen and (max-width: 1279px) {
  /* line 61, ../sass/header.scss */
  header .header-wrapper .header-text {
    display: none;
  }
}
/* line 69, ../sass/header.scss */
header .header-wrapper .mobile-header-text {
  padding: 10px 0px;
  background-image: url(../img/common/sp/bg_blue_mat_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 1279px) {
  /* line 69, ../sass/header.scss */
  header .header-wrapper .mobile-header-text {
    display: flex;
  }
}
/* line 78, ../sass/header.scss */
header .header-wrapper .mobile-header-text .mobile-header-left {
  margin-right: 10px;
  line-height: 1.3;
}
/* line 82, ../sass/header.scss */
header .header-wrapper .mobile-header-text .mobile-header-right {
  text-align: left;
  line-height: 1.3;
}
/* line 87, ../sass/header.scss */
header .header-wrapper .menu-box {
  display: none;
}
@media screen and (max-width: 1279px) {
  /* line 87, ../sass/header.scss */
  header .header-wrapper .menu-box {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 10px;
    text-align: center;
  }
}
/* line 96, ../sass/header.scss */
header .header-wrapper .menu-box .text {
  display: block;
  margin-top: 10px;
}
/* line 100, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 24px;
}
/* line 107, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger:after {
  position: absolute;
  left: -3px;
  bottom: -20px;
  content: 'メニュー';
  display: block;
  width: 60px;
  color: #231815;
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  transition: all .4s;
}
/* line 121, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger.active:after {
  content: '閉じる';
  bottom: -20px;
  left: 0px;
}
/* line 127, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
/* line 131, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
/* line 134, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
/* line 141, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #595757;
}
/* line 150, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger span:nth-of-type(1) {
  top: 0;
}
/* line 153, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
/* line 156, ../sass/header.scss */
header .header-wrapper .menu-box .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/* line 163, ../sass/header.scss */
header .nav-content {
  display: none;
}
@media screen and (max-width: 1279px) {
  /* line 163, ../sass/header.scss */
  header .nav-content {
    text-align: left;
    position: fixed;
    top: 65px;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 163, ../sass/header.scss */
  header .nav-content {
    height: calc( 100% - 65px );
  }
}
@media screen and (max-width: 1279px) {
  /* line 178, ../sass/header.scss */
  header .nav-content ul li {
    position: relative;
  }
  /* line 180, ../sass/header.scss */
  header .nav-content ul li a {
    display: block;
    background: #DAE9F5;
    height: 50px;
    font-size: 1.4em;
    font-weight: bold;
    color: #231815;
    border-bottom: 2px solid #4496D1;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 180, ../sass/header.scss */
  header .nav-content ul li a {
    height: auto;
    padding: 0px 25px 0px 10px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 193, ../sass/header.scss */
  header .nav-content ul li a .title {
    line-height: 50px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 193, ../sass/header.scss */
  header .nav-content ul li a .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) and (max-width: 360px) {
  /* line 193, ../sass/header.scss */
  header .nav-content ul li a .title {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 203, ../sass/header.scss */
  header .nav-content ul li a .right {
    width: 315px;
    display: inline-block;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 360px) {
  /* line 203, ../sass/header.scss */
  header .nav-content ul li a .right {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  /* line 214, ../sass/header.scss */
  header .nav-content ul li a .mobile-flex .right {
    margin-top: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 214, ../sass/header.scss */
  header .nav-content ul li a .mobile-flex .right {
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  /* line 223, ../sass/header.scss */
  header .nav-content ul li a .right-arrow {
    position: absolute;
    right: 20px;
    top: 13px;
    height: 23px;
    width: 23px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 223, ../sass/header.scss */
  header .nav-content ul li a .right-arrow {
    right: 10px;
    top: calc( 50% - 11px );
  }
}

/* line 240, ../sass/header.scss */
.overlay {
  display: none;
  background-color: black;
  opacity: 0.3;
  z-index: 2;
  position: fixed;
  height: 120%;
  width: 100%;
  top: 0px;
  left: 0px;
}

/* line 4, ../sass/main.scss */
.body-wrapper {
  background-image: url(../img/common/bg_check_top.png), url(../img/common/bg_check_bottom.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 200px, 100% 200px;
  padding: 45px 0px;
}
@media screen and (max-width: 1279px) {
  /* line 4, ../sass/main.scss */
  .body-wrapper {
    background: none;
  }
}

/* line 20, ../sass/main.scss */
#top .side-content ul li:nth-child(1) a {
  background-color: #B5D4ED;
}

/* line 33, ../sass/main.scss */
#repetition .side-content ul li:nth-child(2) a {
  background-color: #B5D4ED;
}

/* line 46, ../sass/main.scss */
#attack .side-content ul li:nth-child(3) a {
  background-color: #B5D4ED;
}

/* line 59, ../sass/main.scss */
#vaccine .side-content ul li:nth-child(4) a {
  background-color: #B5D4ED;
}

/* line 72, ../sass/main.scss */
#help_attack .side-content ul li:nth-child(5) a {
  background-color: #B5D4ED;
}

/* line 85, ../sass/main.scss */
#replenishment .side-content ul li:nth-child(6) a {
  background-color: #B5D4ED;
}

/* line 98, ../sass/main.scss */
/*#effect .side-content ul li:nth-child(7) a {
  background-color: #B5D4ED;
}*/

/* line 111, ../sass/main.scss */
#period .side-content ul li:nth-child(7) a {
  background-color: #B5D4ED;
}

/* line 124, ../sass/main.scss */
#point .side-content ul li:nth-child(8) a {
  background-color: #B5D4ED;
}

/* line 137, ../sass/main.scss */
#vng .side-content ul li:nth-child(9) a {
  background-color: #B5D4ED;
}

/* line 150, ../sass/main.scss */
#other .side-content ul li:nth-child(10) a {
  background-color: #B5D4ED;
}

/* line 159, ../sass/main.scss */
.side {
  width: 425px;
  float: left;
}
@media screen and (max-width: 1279px) {
  /* line 159, ../sass/main.scss */
  .side {
    padding: 0px 30px;
    float: none;
    margin: 0 auto;
    width: 825px;
  }
}
@media screen and (max-width: 885px) {
  /* line 159, ../sass/main.scss */
  .side {
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
/* line 174, ../sass/main.scss */
.side .side-title {
  position: relative;
  background-color: #6AABD9;
  color: white;
  text-align: center;
  line-height: 45px;
  height: 45px;
  font-size: 2.1em;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 184, ../sass/main.scss */
.side .side-title img {
  width: 19px;
  height: 23px;
  margin-right: 2px;
  position: relative;
  top: 4px;
}
/* line 193, ../sass/main.scss */
.side .side-content {
  background-color: #DAE9F5;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  /* line 193, ../sass/main.scss */
  .side .side-content {
    padding: 10px;
  }
}
/* line 200, ../sass/main.scss */
.side .side-content ul li {
  border: 3px solid #4496D1;
  border-bottom: none;
}
/* line 203, ../sass/main.scss */
.side .side-content ul li:last-child {
  border-bottom: 3px solid #4496D1;
}
/* line 206, ../sass/main.scss */
.side .side-content ul li a {
  display: table-cell;
  padding: 10px 25px 10px 10px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  color: #231815;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: inherit;
  height: 80px;
  width: 425px;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  /* line 206, ../sass/main.scss */
  .side .side-content ul li a {
    width: 100%;
    display: block;
    padding: 6px 25px 10px 10px;
  }
  /* line 223, ../sass/main.scss */
  .side .side-content ul li a.single {
    line-height: 60px;
    padding: 10px 25px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 206, ../sass/main.scss */
  .side .side-content ul li a {
    height: auto;
  }
  /* line 230, ../sass/main.scss */
  .side .side-content ul li a.single {
    line-height: 1.6;
  }
}
/* line 234, ../sass/main.scss */
.side .side-content ul li a .small-text {
  font-size: 0.875em;
}
/* line 237, ../sass/main.scss */
.side .side-content ul li a.is-active {
  background-color: #B5D4ED;
}
/* line 240, ../sass/main.scss */
.side .side-content ul li a:hover {
  background-color: #B5D4ED;
}
/* line 243, ../sass/main.scss */
.side .side-content ul li a:after {
  content: "";
  position: absolute;
  top: calc( 50% - 9px );
  right: 25px;
  width: 16px;
  height: 18px;
  background-image: url(../img/common/side_arrow.png);
  background-repeat: no-repeat;
  background-size: 16px 18px;
}
@media screen and (max-width: 767px) {
  /* line 243, ../sass/main.scss */
  .side .side-content ul li a:after {
    right: 5px;
  }
}
/* line 257, ../sass/main.scss */
.side .side-content ul li a.single:after {
  top: 31px;
}
@media screen and (max-width: 1279px) {
  /* line 257, ../sass/main.scss */
  .side .side-content ul li a.single:after {
    top: calc( 50% - 9px );
  }
}
/* line 267, ../sass/main.scss */
.side .side-bottom {
  background-color: #6AABD9;
  height: 17px;
}

/* line 274, ../sass/main.scss */
.main {
  float: right;
  width: 825px;
  margin-left: 30px;
}
@media screen and (max-width: 1310px) {
  /* line 274, ../sass/main.scss */
  .main {
    width: 805px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 274, ../sass/main.scss */
  .main {
    padding: 0px 30px;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 885px) {
  /* line 274, ../sass/main.scss */
  .main {
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 0px 10px;
  }
}
/* line 293, ../sass/main.scss */
.main .page-top-wrapper {
  margin-top: 20px;
  text-align: right;
}
/* line 296, ../sass/main.scss */
.main .page-top-wrapper img {
  width: 212px;
  height: 120px;
  margin-right: -110px;
}
@media screen and (max-width: 1495px) {
  /* line 296, ../sass/main.scss */
  .main .page-top-wrapper img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 296, ../sass/main.scss */
  .main .page-top-wrapper img {
    width: 172px;
    height: 102px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 308, ../sass/main.scss */
  .main .page-top-wrapper a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 2;
  }
}
@media screen and (max-width: 430px) {
  /* line 308, ../sass/main.scss */
  .main .page-top-wrapper a {
    position: fixed;
    bottom: 10px;
    right: 0px;
    display: none;
    z-index: 2;
  }
  .main .page-top-wrapper img {
	  width: 150px;
	  height: auto;
  }
}
/* line 318, ../sass/main.scss */
.main .main-box {
  border: 3px solid #4496D1;
  padding: 30px;
  background-color: white;
}
@media screen and (max-width: 1310px) {
  /* line 318, ../sass/main.scss */
  .main .main-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 885px) {
  /* line 318, ../sass/main.scss */
  .main .main-box {
    box-sizing: border-box;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 318, ../sass/main.scss */
  .main .main-box {
    border: none;
  }
}
/* line 332, ../sass/main.scss */
.main .main-box h1 {
  color: #F3E638;
  font-size: 2.2em;
  display: block;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 332, ../sass/main.scss */
  .main .main-box h1 {
    margin-bottom: 25px;
  }
}
/* line 342, ../sass/main.scss */
.main .main-box h1.page-1 {
  background-image: url(../img/page01/img_obi_hazimeni.png);
  line-height: 53px;
  padding-left: 25px;
  width: 150px;
  height: 53px;
  background-size: 150px 53px;
}
/* line 350, ../sass/main.scss */
.main .main-box h1.page-2 {
  background-image: url(../img/page02/img_obi_nazenankaimo.png);
  line-height: 53px;
  padding-left: 25px;
  width: 415px;
  height: 53px;
  background-size: 415px 53px;
}
@media screen and (max-width: 767px) {
  /* line 350, ../sass/main.scss */
  .main .main-box h1.page-2 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 367, ../sass/main.scss */
.main .main-box h1.page-3 {
  background-image: url(../img/page03/img_obi_baikintachitotatakau.png);
  line-height: 53px;
  padding-left: 25px;
  width: 456px;
  height: 53px;
  background-size: 456px 53px;
}
@media screen and (max-width: 767px) {
  /* line 367, ../sass/main.scss */
  .main .main-box h1.page-3 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 384, ../sass/main.scss */
.main .main-box h1.page-4 {
  background-image: url(../img/page04/img_obi_wakuchin.png);
  line-height: 53px;
  padding-left: 25px;
  width: 360px;
  height: 53px;
  background-size: 380px 53px;
}
@media screen and (max-width: 767px) {
  /* line 384, ../sass/main.scss */
  .main .main-box h1.page-4 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 401, ../sass/main.scss */
.main .main-box h1.page-5 {
  background-image: url(../img/page05/img_obi_tedasuke.png);
  line-height: 53px;
  padding-left: 25px;
  width: 315px;
  height: 53px;
  background-size: 315px 53px;
}
@media screen and (max-width: 767px) {
  /* line 401, ../sass/main.scss */
  .main .main-box h1.page-5 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 418, ../sass/main.scss */
.main .main-box h1.page-6 {
  background-image: url(../img/page06/img_obi_tedasukeno.png);
  line-height: 53px;
  padding-left: 0px;
  width: 788px;
  height: 53px;
  background-size: 788px 53px;
}
/* line 426, ../sass/main.scss */
.main .main-box h1.page-7 {
  background-image: url(../img/page07/img_obi_tedasukenokou.png);
  line-height: 1.4;
  padding-top: 8px;
  padding-left: 25px;
  width: 558px;
  height: 76px;
  background-size: 558px 76px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 426, ../sass/main.scss */
  .main .main-box h1.page-7 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 445, ../sass/main.scss */
.main .main-box h1.page-8 {
  background-image: url(../img/page08/img_obi_itsumade.png);
  line-height: 53px;
  padding-left: 25px;
  width: 403px;
  height: 53px;
  background-size: 403px 53px;
}
@media screen and (max-width: 767px) {
  /* line 445, ../sass/main.scss */
  .main .main-box h1.page-8 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 462, ../sass/main.scss */
.main .main-box h1.page-9 {
  background-image: url(../img/page09/img_obi_hojyu.png);
  line-height: 53px;
  padding-left: 25px;
  width: 326px;
  height: 53px;
  background-size: 326px 53px;
}
@media screen and (max-width: 767px) {
  /* line 462, ../sass/main.scss */
  .main .main-box h1.page-9 {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
  }
}
/* line 479, ../sass/main.scss */
.main .main-box h1.page-10 {
  background-image: url(../img/page10/img_obi_tedasukenokougeki.png);
  line-height: 53px;
  padding-left: 0px;
  width: 785px;
  height: 53px;
  background-size: 785px 53px;
}
/* line 487, ../sass/main.scss */
.main .main-box h1.page-11 {
  background-image: url(../img/page11/img_obi_owarini.png);
  line-height: 53px;
  padding-left: 25px;
  width: 155px;
  height: 53px;
  background-size: 155px 53px;
}
/* line 496, ../sass/main.scss */
.main .main-box h2 {
  font-size: 2.0em;
  color: #231815;
  padding-left: 1.2em;
  margin-bottom: 35px;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  /* line 496, ../sass/main.scss */
  .main .main-box h2 {
    margin-bottom: 20px;
  }
}
/* line 508, ../sass/main.scss */
.main .main-box h2:before {
  content: "■";
  color: #4496D1;
  margin-left: -1.2em;
  margin-right: 0.2em;
}
/* line 514, ../sass/main.scss */
.main .main-box h2 .img-redline-tsugino {
  width: 490px;
  position: absolute;
  top: 25px;
  left: 0px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  /* line 514, ../sass/main.scss */
  .main .main-box h2 .img-redline-tsugino {
    display: none;
  }
}
/* line 524, ../sass/main.scss */
.main .main-box h2 .pencil-tsugino {
  position: absolute;
  width: 35px;
  height: 37px;
  left: 490px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 524, ../sass/main.scss */
  .main .main-box h2 .pencil-tsugino {
    display: none;
  }
}
/* line 534, ../sass/main.scss */
.main .main-box h2 .img-redline-fukusayo {
  width: 313px;
  position: absolute;
  top: 25px;
  left: 0px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  /* line 534, ../sass/main.scss */
  .main .main-box h2 .img-redline-fukusayo {
    display: none;
  }
}
/* line 544, ../sass/main.scss */
.main .main-box h2 .pencil-fukusayo {
  position: absolute;
  width: 35px;
  height: 37px;
  left: 313px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 544, ../sass/main.scss */
  .main .main-box h2 .pencil-fukusayo {
    display: none;
  }
}
/* line 554, ../sass/main.scss */
.main .main-box h2.middle-box {
  margin-top: 25%;
}
@media screen and (max-width: 1279px) {
  /* line 554, ../sass/main.scss */
  .main .main-box h2.middle-box {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  /* line 554, ../sass/main.scss */
  .main .main-box h2.middle-box {
    margin-top: 0px;
    width: auto;
  }
}
/* line 565, ../sass/main.scss */
.main .main-box h3 {
  font-size: 1.8em;
  padding-left: 1.2em;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  font-weight: bold;
  line-height: 1.4;
}
/* line 572, ../sass/main.scss */
.main .main-box h3:before {
  content: "●";
  color: #4496D1;
  margin-left: -1.2em;
  margin-right: 0.2em;
}
/* line 579, ../sass/main.scss */
.main .main-box p {
  font-size: 1.8em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 579, ../sass/main.scss */
  .main .main-box p {
    margin-bottom: 10px;
  }
}
/* line 586, ../sass/main.scss */
.main .main-box p .img-redline-tatoeba {
  width: 267px;
  position: absolute;
  top: 23px;
  left: 0px;
  height: 8px;
}
/* line 593, ../sass/main.scss */
.main .main-box p .pencil-tatoeba {
  position: absolute;
  width: 35px;
  height: 37px;
  left: 263px;
  bottom: 0px;
}
/* line 600, ../sass/main.scss */
.main .main-box p .img-redline-zimaeno {
  width: 600px;
  position: absolute;
  top: 26px;
  left: 0px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  /* line 600, ../sass/main.scss */
  .main .main-box p .img-redline-zimaeno {
    display: none;
  }
}
/* line 610, ../sass/main.scss */
.main .main-box p .pencil-zimaeno {
  position: absolute;
  width: 35px;
  height: 37px;
  left: 598px;
  bottom: 4px;
}
@media screen and (max-width: 767px) {
  /* line 610, ../sass/main.scss */
  .main .main-box p .pencil-zimaeno {
    display: none;
  }
}
/* line 620, ../sass/main.scss */
.main .main-box p.small-text {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  /* line 620, ../sass/main.scss */
  .main .main-box p.small-text {
    text-align: left;
  }
}
/* line 626, ../sass/main.scss */
.main .main-box p.red-text {
  font-size: 2.0em;
}
/* line 630, ../sass/main.scss */
.main .main-box .img-nazenankaimo3 {
  width: 543px;
  height: 297px;
}
@media screen and (max-width: 767px) {
  /* line 630, ../sass/main.scss */
  .main .main-box .img-nazenankaimo3 {
    width: 100%;
    height: auto;
  }
}
/* line 638, ../sass/main.scss */
.main .main-box .img-baikintachitotatakau {
  width: 529px;
  height: 370px;
}
@media screen and (max-width: 767px) {
  /* line 638, ../sass/main.scss */
  .main .main-box .img-baikintachitotatakau {
    width: 100%;
    height: auto;
  }
}
/* line 646, ../sass/main.scss */
.main .main-box .img-wakuchin {
  width: 702px;
  height: 380px;
}
@media screen and (max-width: 767px) {
  /* line 646, ../sass/main.scss */
  .main .main-box .img-wakuchin {
    width: 100%;
    height: auto;
  }
}
/* line 654, ../sass/main.scss */
.main .main-box .img-tedasuke {
  width: 388px;
  height: 391px;
}
@media screen and (max-width: 767px) {
  /* line 654, ../sass/main.scss */
  .main .main-box .img-tedasuke {
    width: 100%;
    height: auto;
  }
}
/* line 662, ../sass/main.scss */
.main .main-box .img-tedasukenokou {
  width: 765px;
  height: 297px;
  margin-bottom: 5px;
}
@media screen and (max-width: 885px) {
  /* line 662, ../sass/main.scss */
  .main .main-box .img-tedasukenokou {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 662, ../sass/main.scss */
  .main .main-box .img-tedasukenokou {
    width: 100%;
    height: auto;
  }
}
/* line 675, ../sass/main.scss */
.main .main-box .img-itsumade {
  width: 361px;
  height: 363px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  /* line 675, ../sass/main.scss */
  .main .main-box .img-itsumade {
    width: 100%;
    height: auto;
  }
}
/* line 684, ../sass/main.scss */
.main .main-box .img-hojyu {
  width: 361px;
  height: 443px;
}
@media screen and (max-width: 767px) {
  /* line 684, ../sass/main.scss */
  .main .main-box .img-hojyu {
    width: 100%;
    height: auto;
  }
}
/* line 692, ../sass/main.scss */
.main .main-box .img-hojyu2 {
  width: 336px;
  height: 320px;
}
@media screen and (max-width: 767px) {
  /* line 692, ../sass/main.scss */
  .main .main-box .img-hojyu2 {
    width: 100%;
    height: auto;
  }
}
/* line 700, ../sass/main.scss */
.main .main-box .img-tedasukenokougeki {
  width: 756px;
  height: 340px;
}
@media screen and (max-width: 885px) {
  /* line 700, ../sass/main.scss */
  .main .main-box .img-tedasukenokougeki {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 700, ../sass/main.scss */
  .main .main-box .img-tedasukenokougeki {
    width: 100%;
    height: auto;
  }
}
/* line 712, ../sass/main.scss */
.main .main-box .img-owarini {
  width: 175px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  /* line 712, ../sass/main.scss */
  .main .main-box .img-owarini {
    width: 50%;
    height: auto;
  }
}
/* line 720, ../sass/main.scss */
.main .main-box .double-box {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 720, ../sass/main.scss */
  .main .main-box .double-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 727, ../sass/main.scss */
  .main .main-box .double-box.repleshment-margin-bottom {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 732, ../sass/main.scss */
  .main .main-box .double-box.repleshment-margin-top {
    margin-top: 0px;
  }
}
/* line 737, ../sass/main.scss */
.main .main-box .double-box .img-hazimeni {
  width: 386px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  /* line 737, ../sass/main.scss */
  .main .main-box .double-box .img-hazimeni {
    width: 100%;
    height: auto;
  }
}
/* line 745, ../sass/main.scss */
.main .main-box .double-box .img-hazimeni-2 {
  width: 314px;
  height: 263px;
}
@media screen and (max-width: 767px) {
  /* line 745, ../sass/main.scss */
  .main .main-box .double-box .img-hazimeni-2 {
    width: 100%;
    height: auto;
  }
}
/* line 753, ../sass/main.scss */
.main .main-box .double-box .img-nazenankaimo {
  width: 320px;
  height: 363px;
}
@media screen and (max-width: 1279px) {
  /* line 753, ../sass/main.scss */
  .main .main-box .double-box .img-nazenankaimo {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 753, ../sass/main.scss */
  .main .main-box .double-box .img-nazenankaimo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* line 766, ../sass/main.scss */
.main .main-box .double-box .img-tedasukeno {
  width: 320px;
  height: 346px;
}
@media screen and (max-width: 767px) {
  /* line 766, ../sass/main.scss */
  .main .main-box .double-box .img-tedasukeno {
    width: 100%;
    height: auto;
  }
}
/* line 774, ../sass/main.scss */
.main .main-box .double-box .img-tedasukeno2 {
  width: 109px;
  height: 128px;
  margin: 20px 0px !important;
}
@media screen and (max-width: 767px) {
  /* line 774, ../sass/main.scss */
  .main .main-box .double-box .img-tedasukeno2 {
    width: 100%;
    height: auto;
  }
}
/* line 783, ../sass/main.scss */
.main .main-box .double-box .img-tedasukeno3 {
  width: 181px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  /* line 783, ../sass/main.scss */
  .main .main-box .double-box .img-tedasukeno3 {
    width: 100%;
    height: auto;
  }
}
/* line 791, ../sass/main.scss */
.main .main-box .double-box .img-tedasukeno4 {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  /* line 791, ../sass/main.scss */
  .main .main-box .double-box .img-tedasukeno4 {
    width: 100%;
    height: auto;
  }
}
/* line 799, ../sass/main.scss */
.main .main-box .double-box .img-tedasukeno5 {
  width: 116px;
  height: 112px;
}
@media screen and (max-width: 767px) {
  /* line 799, ../sass/main.scss */
  .main .main-box .double-box .img-tedasukeno5 {
    width: 100%;
    height: auto;
  }
}
/* line 807, ../sass/main.scss */
.main .main-box .double-box .img-nazenankaimo2 {
  width: 362px;
  height: 209px;
}
@media screen and (max-width: 1279px) {
  /* line 807, ../sass/main.scss */
  .main .main-box .double-box .img-nazenankaimo2 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 807, ../sass/main.scss */
  .main .main-box .double-box .img-nazenankaimo2 {
    width: 100%;
    height: auto;
  }
}
/* line 819, ../sass/main.scss */
.main .main-box .double-box .img-itsumade2 {
  width: 324px;
  height: 131px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 819, ../sass/main.scss */
  .main .main-box .double-box .img-itsumade2 {
    width: 100%;
    height: auto;
    margin: 20px 0px;
  }
}
/* line 829, ../sass/main.scss */
.main .main-box .double-box .img-itsumade3 {
  width: 316px;
  height: 251px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  /* line 829, ../sass/main.scss */
  .main .main-box .double-box .img-itsumade3 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
/* line 839, ../sass/main.scss */
.main .main-box .double-box .note-box {
  padding: 15px 20px;
  border: 1px solid #4496D1;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 839, ../sass/main.scss */
  .main .main-box .double-box .note-box {
    box-sizing: border-box;
  }
}
/* line 848, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box {
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 851, ../sass/main.scss */
  .main .main-box .double-box .note-box.check-box img {
    width: 66%;
    height: auto;
    margin: 0 auto;
  }
}
/* line 858, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box:last-child {
  margin-right: 0px;
}
/* line 861, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .check-title {
  width: 73px;
  height: 58px;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 868, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .small-text {
  font-size: 1.2em;
  margin-top: 0px;
}
/* line 872, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .tedasukeno3-margin {
  margin-bottom: 15px;
  margin-top: 0px;
}
/* line 876, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .note-box-in {
  height: 100%;
}
/* line 877, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .note-box-in p {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
}
/* line 881, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .note-box-in p.small-text {
  margin-top: 0px;
}
/* line 886, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .note-box-in h3 {
  margin-left: 80px;
  position: relative;
  letter-spacing: -0.08em;
  text-align: left;
}
/* line 891, ../sass/main.scss */
.main .main-box .double-box .note-box.check-box .note-box-in h3:before {
  content: "";
  background-image: url(../img/page06/img_checkbox.png);
  background-size: 26px 25px;
  width: 26px;
  height: 25px;
  position: absolute;
  top: -4px;
  left: 19px;
}
/* line 904, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in {
  background-image: url(../img/page01/img_note.png);
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  /* line 907, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in.note-expand-1 {
    height: 272px;
  }
}
@media screen and (max-width: 767px) {
  /* line 907, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in.note-expand-1 {
    height: auto;
  }
}
@media screen and (max-width: 1279px) {
  /* line 915, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in.note-expand-2 {
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  /* line 915, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in.note-expand-2 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 904, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in {
    margin-right: 0px;
  }
}
/* line 927, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li {
  font-size: 1.8em;
  margin-bottom: 20px;
  line-height: 1.8;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 927, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in ul li {
    margin-bottom: 10px;
  }
}
/* line 936, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li h3 {
  font-size: 1em;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}
/* line 941, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li h3:before {
  display: none;
}
/* line 945, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li .line-img {
  position: absolute;
  top: 28px;
  left: 0px;
  height: 3px;
}
/* line 950, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li .line-img.img-redline-tuujyono {
  width: 224px;
}
/* line 953, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li .line-img.img-redline-nakanaka {
  width: 278px;
}
@media screen and (max-width: 767px) {
  /* line 953, ../sass/main.scss */
  .main .main-box .double-box .note-box .note-box-in ul li .line-img.img-redline-nakanaka {
    width: 100%;
  }
}
/* line 959, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li .line-img.img-redline-kurikaesu {
  width: 208px;
}
/* line 963, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li .pencil-img {
  position: absolute;
  width: 35px;
  height: 37px;
  left: 220px;
  bottom: 3px;
}
/* line 970, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li:last-child {
  margin-bottom: 0px;
}
/* line 973, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in ul li:before {
  content: "●";
  color: #4496D1;
  margin-right: 5px;
}
/* line 980, ../sass/main.scss */
.main .main-box .double-box .note-box .note-box-in span {
  font-size: 1.8em;
  margin-left: 0.5em;
}


/* ================================================================================
print
================================================================================ */
@media print {

@page {
    size: A4;
	margin: 12.7mm 9.7mm;
}

  body {
    width: 1500px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
	text-align: center;
  }

div.main{
	width: 1150px;
	margin: 0 auto;
	float: left;
	text-align: left;
}


header,
div.side,
footer,
div#headlink,
div#footlink,
.page-top-wrapper {
	display: none!important;
}


}