@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */

/*main-------------------------------------------------------------*/
  .main {
    width: 100%;
    text-align: center;
  }

  .main .main_visual {
    position:relative;
  }

  .main .main_visual:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    left: 0;
    background-color: #ff8a00;
    z-index: -1;
  }

  .main .main_visual h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #3ca929;
    z-index: -10;
  }

  .main .main_visual img {
    max-width: 1000px;
  }

  .main .main_visual h2 img {
    margin-top: 35px;
  }

  .main .main_visual > img {
    margin: 15px 0 10px 0;
  }

  .main .overview {
    background: url("../images/bg_pattern_01.png");
    padding: 53px 0 50px 0;
    text-align: center;
  }

  .main .overview img:nth-child(1) {
    margin-bottom: 16px;
  }

  .main .overview > img {
    display: block;
    margin: 0 auto;
  }

  .main .overview p {
    margin: 37px auto 0 auto;
    text-align: left;
    width: 770px;
  }

  .main .overview p span {
    border-bottom: 3px solid #cc0000;
  }

  .main .ranking {
    background-color: #fffce5;
    padding-top: 39px;
  }
  
  .main .ranking img {
    margin-left: -15px;
  }

  .main .discription {
    background-color: #fffce5;
    padding-bottom: 22px;
    width: 100%;
  }

  .main .discription_inner .discription_book {
    position: absolute;
    left: 0;
    top: 31px;
  }

  .main .discription_inner {
    margin: 0 auto;
    padding: 43px 0 12px 438px;
    position:relative;
    text-align: left;
    width: 560px;
  }

  .main .discription_inner img:nth-child(2) {
    margin-bottom: 16px;
  }

  .main .discription_inner ul:before {
    background-color: #199c02;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 15px;
  }

  .main .discription_inner li {
    border-top: 1px dotted #adab9b;
    padding: 9px 0 12px 0;
    line-height: 1;
  }

  .main .discription_inner li:nth-child(1) {
    padding-top: 11px;
  }

  .main .discription_inner li span {
    color: #199c02;
  }

  .main .discription_inner p {
    font-size: 2.0rem;
    margin-top: 10px;
    line-height: 1.3;
  }

  .apply {
    background-color: #199c02;
    height: 216px;
    width: 100%;
  }

  .apply .btn_area {
    margin: 0 auto;
    padding: 14px 0 14px 438px;
    text-align: left;
    width: 560px;
  }

  .apply .btn_area > img {
    vertical-align: top;
    margin-top: 14px;
  }

  .apply ul {
    display: inline-block;
    font-size: 0px;
    margin-left: 11px;
  }

  .apply ul li {
    display: inline-block;
  }

  .apply ul li {
    height: 94px;
    width: 196px;
  }

  .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_01.png") no-repeat;
  }

  .apply ul li:nth-child(1):hover {
    background: url("../images/btn_amazon_01_over.png") no-repeat;
    margin-bottom: -5px;
  }

  .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_01.png") no-repeat;
  }

  .apply ul li:nth-child(2):hover {
    background: url("../images/btn_rakuten_01_over.png") no-repeat;
    margin-bottom: -5px;
  }

  .apply ul li + li {
    margin-left: 7px;
  }

  .apply .btn_area > a {
    background: url("../images/apply_border.png") repeat-x;
    width: 100%;
    padding-top: 41px;
  }

  .apply .btn_area > a img {
    margin-top: 28px;
  }

/*nav-------------------------------------------------------------*/
  nav {
    text-align: center;
    width: 100%;
    padding: 16px 0;
  }

  nav ul {
    font-size: 0px;
    width: 1000px;
    margin: 0 auto;
  }

  nav li {
    display: inline-block;
    font-size: 2.2rem;
  }

  nav li a:link {
    text-decoration: none;
  }

  nav li a {
    background: url("../images/nav_allow.png") 27px 17px no-repeat;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 1;
    padding: 12px 39px 17px 61px;
  }

  nav li:nth-child(1) a {
    border-left: 1px solid #e6e6e6;
  }

  nav li a:hover {
    opacity: 0.5;
  }

/*recommend-------------------------------------------------------------*/
  .recommend {
    background: url("../images/recommend_bg_gr.png") left top repeat-x #ffba00;
    padding: 63px 0 50px 0;
  }

  .recommend div.recommended {
    background: url("../images/recommend_img_01.png") 98px 35px no-repeat #FFFFFF;
    border-radius: 7px;
    margin: 0 auto;
    padding-top: 62px;
    width: 885px;
    box-shadow: 0px 8px 0px 0px rgb(234, 143, 0);
    -webkit-box-shadow: 0px 8px 0px 0px rgb(234, 143, 0);
    -moz-box-shadow: 0px 8px 0px 0px rgb(234, 143, 0);
  }

  .recommend div.recommended h2 img {
    margin-left: 283px;
  }

  .recommend div.recommended h2:after {
    background-color: #ffde00;
    border-radius: 2px;
    content: "";
    display: block;
    margin: 13px 0 0 283px;
    height: 4px;
    width: 452px;
  }

  .recommended ul {
    margin-top: 53px;
    padding-bottom: 48px;
  }

  .recommended li {
    background: url("../images/recommend_img_check.png") left center no-repeat ;
    margin-left: 33px;
    padding-left: 51px;
  }

  .recommended li:nth-child(1) {
    padding-left: 37px;
  }

  .recommended li:nth-child(4) {
    color: #cb0000;
  }

  .recommended li + li {
    margin-top: 5px;
  }

  .recommend div.not_recommended {
    background-color: #0048a3;
    border-radius: 7px;
    box-shadow: 0px 8px 0px 0px rgb(0, 56, 126);
    -webkit-box-shadow: 0px 8px 0px 0px rgb(0, 56, 126);
    -moz-box-shadow: 0px 8px 0px 0px rgb(0, 56, 126);
    margin: 45px auto 0 auto;
    position: relative;
    height: 192px;
    width: 885px;
  }

  .recommend div.not_recommended > img {
    position: absolute;
    top: -15px;
    left: 33px;
  }

  .recommend div.not_recommended h3 {
    line-height: 1;
    margin-left: 232px;
    padding-top: 24px;
  }

  .recommend div.not_recommended ul {
    margin: 27px 0 0 246px;
  }

  .recommend div.not_recommended li {
    color: #FFFFFF;
    font-size: 2.0rem;
    line-height: 1;
    list-style-type: disc;
  }

  .recommend div.not_recommended li + li {
    margin-top: 15px;
  }

  /*grasp-------------------------------------------------------------*/
  .grasp {
    background: url("../images/bg_pattern_01.png");
    text-align: center;
    padding-top: 44px;
  }

  .grasp h2:after {
    background-color: #3ca929;
    border-radius: 2px;
    content: "";
    display: block;
    margin: 13px  auto 0 auto;
    height: 4px;
    width: 561px;
  }

  .grasp > ul {
    display: inline-block;
    width: 1000px;
    font-size: 0px;
    margin: 46px 0 60px 0;
  }

  .grasp > ul li {
    background: url("../images/recommend_bg_pattern.png") #FFFFFF;
    display: inline-block;
    box-shadow: 0px 8px 0px 0px rgb(215, 215, 215);
    -webkit-box-shadow: 0px 8px 0px 0px rgb(215, 215, 215);
    -moz-box-shadow: 0px 8px 0px 0px rgb(215, 215, 215);
    border: 5px solid #3ca929;
    border-radius: 7px;
    font-size: 2.4rem;
    line-height: 1;
    height: 211px;
    width: 471px;
    position: relative;
    vertical-align: top;
  }

  .grasp > ul li img {
    position: absolute;
    left: 10px;
    top: -29px;
  }

  .grasp > ul li:nth-child(2n) {
    margin-left: 26px;
  }

  .grasp > ul li:nth-child(n+3) {
    margin-top: 53px;
  }

  .grasp > ul li p {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 22px 15px 22px 60px;
    text-align: left;
  }

  .grasp > ul li p span {
    color: #cb0000;
  }

  .grasp .apply {
    height: 209px;;
  }

  .grasp .apply ul {
    margin-left: 13px;
  }

  .grasp .apply ul li {
    height: 90px;
    width: 296px;
  }

  .grasp .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .grasp .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_02.png") no-repeat;
  }

  .grasp .apply ul li:nth-child(1):hover {
    background: url("../images/btn_amazon_02_over.png") no-repeat;
  }

  .grasp .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_02.png") no-repeat;
  }

  .grasp .apply ul li:nth-child(2):hover {
    background: url("../images/btn_rakuten_02_over.png") no-repeat;
  }

  .grasp .apply ul li + li {
    margin-left: 20px;
  }

  .grasp .apply .btn_area {
    position: relative;
    width: 778px;
    margin :0 auto;
    padding: 14px 0 14px 220px;
  }

  .grasp .apply .btn_area > a:before {
    background: url("../images/apply_border.png") repeat-x;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    top: -19px;
    width: 100%;
  }

  .grasp .apply .btn_area > a {
    background: url("../images/btn_seminar_02.png") no-repeat;
    display: block;
    height: 51px;
    margin-top: 28px;
    padding-top: 0px;
    position: relative;
  }

  .grasp .apply .btn_area > a:hover {
    background: url("../images/btn_seminar_02_over.png") no-repeat;
    margin-bottom: -5px;
  }

  .grasp .apply img.book_photo {
    position: absolute;
    top: -46px;
    left: -17px;
  }

  /*introduce-------------------------------------------------------------*/
  .introduce {
    background-color: #fffce5;
    padding: 57px 0 52px 0;
    text-align: center;
  }

  .introduce h2:after {
    background-color: #3ca929;
    border-radius: 2px;
    content: "";
    display: block;
    margin: 21px  auto 0 auto;
    height: 4px;
    width: 996px;
  }

  .introduce > ul {
    display: inline-block;
    margin-top: 23px;
  }

  .introduce > ul li {
    padding: 15px 0 17px 0;
    border-bottom: 1px dotted #adab9b;
  }

  .introduce > ul li:nth-child(6) {
    border-bottom: none;
  }

  .introduce > ul li p {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1;
  }

  .introduce > ul li p span:nth-child(1) {
    color: #3ca929;
  }

  .introduce > ul li p span + span {
    margin-left: 33px;
  }

  .introduce div {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 0px 0px rgb(210, 205, 170);
    -webkit-box-shadow: 0px 8px 0px 0px rgb(210, 205, 170);
    -moz-box-shadow: 0px 8px 0px 0px rgb(210, 205, 170);
    border: 5px solid #3ca929;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 32px;
    height: 356px;
    width: 778px;
    position: relative;
    text-align: left;
  }

  .introduce div > img {
    position: absolute;
    left: 40px;
    top: 19px;
  }

  .introduce div h3 {
    margin-top: 35px;
  }

  .introduce div h3:after {
    background-color: #ffcc00;
    border-radius: 2px;
    content: "";
    display: block;
    margin: 16px  auto 0 0;
    height: 4px;
    width: 466px;
  }

  .introduce div h3 ,.introduce div ul {
    padding-left: 302px;
  }

  .introduce div ul {
    margin-top: 23px
  }

  .introduce div ul li {
    font-size: 1.8rem;
    font-weight: normal;
  }

  /*author-------------------------------------------------------------*/
  .author {
    background: url("../images/bg_pattern_01.png");
    padding-top: 50px;
    text-align: center;
  }

  .author .author_wrapper {
    font-size: 0px;
    padding-bottom: 70px;
    width: 1000px;
  }

  .author div {
    display: inline-block;
    vertical-align: top;
  }

  .author h2 {
    margin-top: 4px;
  }

  .author h2:after {
    background-color: #3ca929;
    border-radius: 3px;
    content: "";
    display: block;
    margin: 16px auto 0 0;
    height: 5px;
    width: 468px;
  }

  .author h2, .author p {
    text-align: left;
  }

  .author p.position {
    color: #3ca929;
    font-size: 1.56rem;
    font-weight: normal;
    margin-top: 15px;
  }

  .author p.name {
    font-size: 3.16rem;
    margin-top: 8px;
    line-height: 1;
  }

  .author p.name span {
    font-size: 2.05rem;
  }

  .author p.sentence {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.35;
    margin-top: 23px;
    width: 456px;
  }

  .author .photos {
    margin-left: 18px;
  }

  .author .photos p {
    background-color: #b2b2b2;
    color: #FFFFFF;
    font-size: 1.72rem;
    margin: 13px 0 10px 0;
    padding: 2.5px;
    text-align: center;
  }

  .author ul {
    font-size: 0px;
  }

  .author li {
    display: inline-block;
  }

  .author .photos ul br {
    display: none;
  }

  .author .photos li:nth-child(2) {
    margin-right: 10px;
  }

  .author li + li {
    margin-left: 10px;
  }

  .author > ul li p span {
    color: #cb0000;
  }

  .author .apply {
    height: 209px;;
  }

  .author .apply ul {
    margin-left: 13px;
  }

  .author .apply ul li {
    height: 90px;
    width: 296px;
  }

  .author .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .author .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_02.png") no-repeat;
  }

  .author .apply ul li:nth-child(1):hover {
    background: url("../images/btn_amazon_02_over.png") no-repeat;
  }

  .author .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_02.png") no-repeat;
  }

  .author .apply ul li:nth-child(2):hover{
    background: url("../images/btn_rakuten_02_over.png") no-repeat;
  }

  .author .apply ul li + li {
    margin-left: 20px;
  }

  .author .apply .btn_area {
    position: relative;
    width: 778px;
    margin :0 auto;
    padding: 16px 0 14px 220px;
  }

  .author .apply .btn_area > a:before {
    background: url("../images/apply_border.png") repeat-x;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    top: -19px;
    width: 100%;
  }

  .author .apply .btn_area > a {
    background: url("../images/btn_seminar_02.png") no-repeat;
    display: block;
    height: 51px;
    margin-top: 25px;
    padding-top: 0px;
    position: relative;
  }

  .author .apply .btn_area > a:hover {
    background: url("../images/btn_seminar_02_over.png") no-repeat;
    margin-bottom: -5px;
  }

  .author .apply img.book_photo {
    position: absolute;
    top: -46px;
    left: -17px;
  }

}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  /*main-------------------------------------------------------------*/
  .main {
    width: 100%;
    text-align: center;
  }

  .main .main_visual {
    position:relative;
  }

  .main .main_visual:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    left: 0;
    background-color: #ff8a00;
    z-index: -1;
  }

  .main .main_visual h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #3ca929;
    z-index: -10;
  }

  .main .main_visual h2 img {
    max-width: 320px;
    margin-top: 12.1px;
  }

  .main .main_visual >  img {
    height: 534.6px;
    margin-bottom: 12px;
  }

  .main .overview {
    background: url("../images/bg_pattern_01.png");
    padding: 19.2px 0 15.4px 0;
    text-align: center;
  }

  .main .overview img {
    display:block;
    margin: 0 auto;
  }

  .main .overview img:nth-child(1) {
    margin-bottom: 7.9px;
    height: 11.7px;
  }

  .main .overview img:nth-child(2) {
    height: 45.4px;
  }

  .main .overview p {
    margin: 14.2px 12.9px 0 12.9px;
    text-align: left;
  }

  .main .overview p span {
    border-bottom: 3px solid #cc0000;
  }

  .main .ranking {
    background-color: #fffce5;
    padding-top: 15.4px;
  }

  .main .ranking img {
    width: 301px;
    margin-left: -6.25px;
  }
  .main .discription {
    background-color: #fffce5;
    width: 100%;
  }

  .main .discription_inner .discription_book {
    position: absolute;
    width: 143.3px;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
  }

  .main .discription_inner {
    margin: 0 auto;
    padding: 19.6px 0 15.4px 0;
    position:relative;
    text-align: left;
    /*width: 294.2px;*/
  }

  .main .discription_inner div img {
    height: 35.8px;
    margin-bottom: 10.5px;
  }

  .main .discription_inner div, .main .discription_inner ul {
    width: 294.2px;
    margin: 0 auto;
  }

  .main .discription_inner ul:before {
    background-color: #199c02;
    border-radius: 1.05px;
    content: "";
    display: block;
    height: 2.1px;
    width: 295px;
  }

  .main .discription_inner li:nth-child(1) {
    margin-top: 219.1px;
  }

  .main .discription_inner li {
    padding: 4.2px 0 2.9px 0;
    line-height: 1;
    font-size: 1.6rem;
  }

  .main .discription_inner li span {
    color: #199c02;
  }

  .main .discription_inner p {
    margin-top: 20px;
    padding: 0 24px;
  }

  .apply {
    background-color: #199c02;
    height: 148px;
    width: 100%;
  }

  .apply .btn_area {
    background: url("../images/main_img_06_sp.png") no-repeat center 9.2px;;
    moz-background-size: 157.1px 15.4px;
    -webkit-background-size: 157.1px 15.4px;
    -o-background-size: 157.1px 15.4px;
    background-size: 157.1px 15.4px;
    margin: 0 auto;
    padding: 7.5px 0;
    text-align: center;
    width: 295px;
  }

  .apply .btn_area > img {
    display: none;
  }

  .apply ul {
    display: inline-block;
    font-size: 0px;
    margin: 24.1px 0 0 5px;
  }

  .apply ul li {
    display: inline-block;
    width: 135px;
    height: 65px;
  }

  .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .apply ul li + li {
    margin-left: 6px;
  }

  .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .apply .btn_area > a {
    background: url("../images/apply_border.png") repeat-x;
    padding-top: 17px;
    width: 100%;
  }

  .apply .btn_area > a img {
    width: 292.9px;
    margin-top: 11px;
  }

  /*nav-------------------------------------------------------------*/
  nav {
    text-align: left;
  }

  nav ul {
    font-size: 0px;
  }

  nav li {
    background: url("../images/nav_allow.png") 5px center no-repeat,url("../images/nav_border_sp.png") left 10px no-repeat;
    -moz-background-size: 5.8px 5px, 1px 28.75px;
    -webkit-background-size: 5.8px 5px, 1px 28.75px;
    -o-background-size: 5.8px 5px, 1px 28.75px;
    background-size: 5.8px 5px, 1px 28.75px;
    /*border-left: 1px solid #e6e6e6;*/
    display: inline-block;
    font-size: 1.17rem;
    text-align: center;
    width: 24.6%;
    vertical-align: middle;
    padding: 10px 0;
  }

  nav li a:link {
    text-decoration: none;
    line-height: 1.2;
  }

  nav li a {
    display: inline-block;
    line-height: 1;
    height: 100%;
    padding-left: 5px;
    width: 89%;
  }

  /*recommend-------------------------------------------------------------*/
  .recommend {
    background: url("../images/recommend_bg_gr.png") left top repeat-x #ffba00;
    padding: 12.9px 0 14.6px 0;
  }

  .recommend div.recommended {
    background: url("../images/recommend_img_01.png") 15.4px 6.7px no-repeat #FFFFFF;
    -moz-background-size: 75px 75px;
    -webkit-background-size: 75px 75px;
    -o-background-size: 75px 75px;
    background-size: 75px 75px;
    border-radius: 4px;
    margin: 0 auto;
    padding-top: 21.7px;
    width: 311.7px;
    box-shadow: 0px 4.2px 0px 0px rgb(234, 143, 0);
    -webkit-box-shadow: 0px 4.2px 0px 0px rgb(234, 143, 0);
    -moz-box-shadow: 0px 4.2px 0px 0px rgb(234, 143, 0);
  }

  .recommend div.recommended h2 img {
    margin-left: 98.3px;
    height: 35.6px;
  }

  .recommend div.recommended h2:after {
    background-color: #ffde00;
    border-radius: 1.25px;
    content: "";
    display: block;
    margin: 5.4px 0 0 98.3px;
    height: 2.5px;
    width: 187.5px;
  }

  .recommended ul {
    margin-top: 28.3px;
    padding-bottom: 13.3px;
  }

  .recommended li {
    background: url("../images/recommend_img_check.png") left 5px no-repeat;
    moz-background-size: 12.1px 13.3px;
    -webkit-background-size: 12.1px 13.3px;
    -o-background-size: 12.1px 13.3px;
    background-size: 12.1px 13.3px;
    margin: 0 9.2px;
    padding-left: 13.8px;
  }

  .recommended li:nth-child(4) {
    color: #cb0000;
  }

  .recommended li + li {
    margin-top: 5px;
  }

  .recommend div.not_recommended {
    background-color: #0048a3;
    border-radius: 4px;
    box-shadow: 0px 4.2px 0px 0px rgb(0, 56, 126);
    -webkit-box-shadow: 0px 4.2px 0px 0px rgb(0, 56, 126);
    -moz-box-shadow: 0px 4.2px 0px 0px rgb(0, 56, 126);
    margin: 10.8px auto 0 auto;
    padding-bottom: 7.5px;
    position: relative;
    width: 311.7px;
  }

  .recommend div.not_recommended > img {
    width: 83.3px;
    position: absolute;
    bottom: 0;
    left: 4.2px;
  }

  .recommend div.not_recommended h3 {
    line-height: 1;
    margin-left: 96.6px;
    padding-top: 10px;
  }

  .recommend div.not_recommended h3 img {
    height: 12.5px;
  }

  .recommend div.not_recommended ul {
    margin:10.8px 13.3px 0px 106px;
  }

  .recommend div.not_recommended li {
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.3;
    list-style-type: disc;
  }

  .recommend div.not_recommended li + li {
    margin-top: 6.6px;
  }

  /*grasp-------------------------------------------------------------*/
  .grasp {
    background: url("../images/bg_pattern_01.png");
    text-align: center;
    padding-top: 14.2px;
  }

  .grasp h2 img {
    height: 21.7px;
  }

  .grasp h2:after {
    background-color: #3ca929;
    border-radius: 1.25px;
    content: "";
    display: block;
    margin: 5.8px  auto 0 auto;
    height: 1.5px;
    width: 232.5px;
  }

  .grasp > ul {
    display: inline-block;
    width: 280px;
    font-size: 0px;
    margin: 26.7px 0 23.3px 0;
  }

  .grasp > ul li {
    background: url("../images/recommend_bg_pattern.png") #FFFFFF;
    display: inline-block;
    box-shadow: 0px 4.2px 0px 0px rgb(215, 215, 215);
    -webkit-box-shadow: 0px 4.2px 0px 0px rgb(215, 215, 215);
    -moz-box-shadow: 0px 4.2px 0px 0px rgb(215, 215, 215);
    border: 2.5px solid #3ca929;
    border-radius: 4px;
    line-height: 1;
    width: 280px;
    position: relative;
  }

  .grasp > ul li img {
    position: absolute;
    left: 8.3px;
    top: -12.5px;
    height: 30px;
  }

  .grasp > ul li + li {
    margin-top: 20px;
  }


  .grasp > ul li p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 14.2px 26.7px 15.4px 52.1px;
    text-align: left;
  }

  .grasp > ul li p span {
    color: #cb0000;
  }

  .grasp .apply {
    height: 148px;
  }

  .grasp .apply .btn_area {
    background: url("../images/main_img_06_sp.png") no-repeat center 9.2px;;
    moz-background-size: 157.1px 15.4px;
    -webkit-background-size: 157.1px 15.4px;
    -o-background-size: 157.1px 15.4px;
    background-size: 157.1px 15.4px;
    position: relative;
  }

  .grasp .apply .btn_area img.book_photo {
    height: 104.2px;
    position: absolute;
    top: -23px;
    left: -7px;
  }

  .grasp .apply .btn_area img:nth-child(2) {
    display: none;
  }

  .grasp .apply ul {
    margin: 24.1px 0 0 5px;
  }

  .grasp .apply ul li {
    width: 135px;
    height: 65px;
  }

  .grasp .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .grasp .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .grasp .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .grasp .apply ul li + li {
    margin-left: 10px;
  }

  .grasp .apply .btn_area .book_photo {
    display: none;
  }

  .grasp .apply .btn_area > a:before {
    background: url("../images/apply_border.png") repeat-x;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    top: -9px;
    width: 100%;
  }

  .grasp .apply .btn_area > a {
    background: url("../images/btn_seminar_01_out.png") no-repeat;
     moz-background-size: 293.3px;
    -webkit-background-size: 293.3px;
    -o-background-size: 293.3px;
    background-size: 293.3px;
    display: block;
    height: 27px;
    margin-top: 10px;
    padding-top: 0px;
    position: relative;
  }

  .grasp .apply .btn_area > a img {
    width: 292.9px;
    margin-top: 11px;
  }

  /*introduce-------------------------------------------------------------*/
  .introduce {
    background-color: #fffce5;
    padding: 13.3px 0 22.9px 0;
    text-align: center;
  }

  .introduce h2 img {
    height: 21.7px;
  }

  .introduce h2:after {
    background-color: #3ca929;
    border-radius: 1.25px;
    content: "";
    display: block;
    margin: 7.1px  auto 0 auto;
    height: 2.5px;
    width: 294.2px;
  }

  .introduce > ul {
    display: inline-block;
    margin-top: 7.9px;
  }

  .introduce > ul li {
    padding: 7.9px 0 8.3px 0;
    border-bottom: 1px dotted #adab9b;
  }

  .introduce > ul li:nth-child(6) {
    border-bottom: none;
  }

  .introduce > ul li p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1;
  }

  .introduce > ul li span {
    line-height: 1.3;
    vertical-align: top;
  }

  .introduce > ul li p span:nth-child(1) {
    color: #3ca929;
    padding-left: 13.3px;
    width: 20%;
  }

  .introduce > ul li p span + span {
    display: inline-block;
    margin-left: 9.2px;
    width: 80%;
  }

  .introduce div {
    background-color: #FFFFFF;
    box-shadow: 0px 4.2px 0px 0px rgb(215, 215, 215);
    -webkit-box-shadow: 0px 4.2px 0px 0px rgb(215, 215, 215);
    -moz-box-shadow: 0px 8px 0px 4.2px rgb(215, 215, 215);
    border: 2.1px solid #3ca929;
    border-radius: 2.9px;
    margin: 0 auto;
    margin-top: 14.6px;
    position: relative;
    text-align: left;
    height: 227.1px;
    width: 290px;
  }

  .introduce div > img {
    position: absolute;
    height:145.3px;
    left: 13.3px;
    top: 67.1px;
  }

  .introduce div h3 {
    margin-top: 11.7px;
    margin: 12.1px auto 0 auto;
    width: 262.5px;
    text-align: center;
  }

  .introduce div h3 img {
    height: 33.3px;
  }

  .introduce div h3:after {
    background-color: #ffcc00;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 10.8px auto 0 0;
  }

  .introduce div ul {
    float: right;
    margin-top: 23px;
    width: 163.5px;
  }

  .introduce div ul li {
    font-size: 1.2rem;
    font-weight: normal;
  }

  /*author-------------------------------------------------------------*/
  .author {
    background: url("../images/bg_pattern_01.png");
    padding-top: 13px;
    text-align: center;
  }

  .author .author_wrapper {
    padding-bottom: 22.9px;
  }

  .author div {
    display: inline-block;
    vertical-align: top;
  }

  .author h2 {
    margin-top: 4px;
  }

  .author h2 img {
    height: 16.6px;
  }

  .author h2:after {
    background-color: #3ca929;
    border-radius: 1.25px;
    content: "";
    display: block;
    margin: 6.25px auto 0 0;
    height: 2.5px;
    width: 294.2px;
  }

  .author h2, .author p {
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 294px;
  }

  .author p.position {
    color: #3ca929;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 10.8px;
  }

  .author p.name {
    font-size: 1.8rem;
    margin-top: 6.7px;
    line-height: 1;
  }

  .author p.name span {
    font-size: 1.2rem;
  }

  .author p.sentence {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.35;
    margin-top: 13.8px;
    /*width: 100%;*/
  }

  .author .photos {
    margin-top: 15.8px;
  }

  .author .photos p {
    background-color: #b2b2b2;
    color: #FFFFFF;
    margin: 7.5px auto 6.25px auto;
    text-align: center;
    width: 92%;
  }

  .author .photos > img {
    width: 65.6%;
  }

  .author .photos ul {
    font-size: 0px;
    margin :0 auto;
    width: 320px;
  }

  .author .photos li {
    display: inline-block;
  }

  .author .photos li:nth-child(1) {
    margin-left: 62.8px
  }

  .author .photos li:nth-child(2) {
    margin-right: 62.8px
  }

  .author .photos li img {
    width: 94px;
  }

  .author .photos li + li {
    margin-left: 6.4px;
  }

  .author .photos > ul li p span {
    color: #cb0000;
  }

  .author .apply {
    height: 148px;
  }

  .author .apply .btn_area {
    background: url("../images/main_img_06_sp.png") no-repeat center 9.2px;;
    moz-background-size: 157.1px 15.4px;
    -webkit-background-size: 157.1px 15.4px;
    -o-background-size: 157.1px 15.4px;
    background-size: 157.1px 15.4px;
    position: relative;
  }

  .author .apply .btn_area img.book_photo {
    height: 104.2px;
    position: absolute;
    top: -23px;
    left: -7px;
  }

  .author .apply .btn_area img:nth-child(2) {
    display: none;
  }

  .author .apply ul {
    margin: 24.1px 0 0 5px;
  }

  .author .apply ul li {
    width: 135px;
    height: 65px
  }

  .author .apply ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .author .apply ul li:nth-child(1) {
    background: url("../images/btn_amazon_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .author .apply ul li:nth-child(2) {
    background: url("../images/btn_rakuten_01.png") no-repeat top left;
    moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .author .apply ul li + li {
    margin-left: 10px;
  }

  .author .apply .btn_area .book_photo {
    display: none;
  }

  .author .apply .btn_area > a:before {
    background: url("../images/apply_border.png") repeat-x;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    top: -9px;
    width: 100%;
  }

  .author .apply .btn_area > a {
    background: url("../images/btn_seminar_01_out.png") no-repeat;
     moz-background-size: 293.3px;
    -webkit-background-size: 293.3px;
    -o-background-size: 293.3px;
    background-size: 293.3px;
    display: block;
    height: 27px;
    margin-top: 10px;
    padding-top: 0px;
    position: relative;
  }

  .author .apply .btn_area > a img {
    width: 292.9px;
    margin-top: 11px;
  }


}
