<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * CSS based on HTML5 ✰ Boilerplate
 * Author: Ryo Watanabe
 * Version: 0.2 (optimized for Japanese language site / Mobile First RWD)
 * Last update: 2012/6/24
 */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer &amp; Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, div, span, object, iframe,
h1, h5, h6, h5, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Font normalization inspired by YUI fonts.css: developer.yahoo.com/yui/ */
body {
  font: 13px/1.231 arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* Normalize monospace sizing */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/*****************************************************************
 * Base styles.
 *****************************************************************/
* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

img {
  vertical-align: top; }

/* form elements */
textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none; }

input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus, textarea:focus {
  outline: 0; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* color for text selection */
::-moz-selection {
  background: #8fc9ff;
  color: #557898;
  text-shadow: none; }

::selection {
  background: #8fc9ff;
  color: #557898;
  text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/****************************
 * Grid
 ****************************/
.content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 1em; }

.row {
  width: auto;
  overflow: hidden; }

.grid {
  float: none;
  margin: 0;
  width: auto; }

.mrow {
  margin: 0 -1em; }

.mgrid {
  float: left;
  padding: 0 1em;
  overflow: hidden; }

.mgrid-1 {
  width: 8.3333%; }

.mgrid-2 {
  width: 16.6666%; }

.mgrid-3 {
  width: 25%; }

.mgrid-4 {
  width: 33.3333%; }

.mgrid-5 {
  width: 41.6666%; }

.mgrid-6 {
  width: 50%; }

.mgrid-7 {
  width: 58.3333%; }

.mgrid-8 {
  width: 66.6666%; }

.mgrid-9 {
  width: 75%; }

.mgrid-10 {
  width: 83.3333%; }

.mgrid-11 {
  width: 91.6666%; }

.mgrid-12 {
  width: 100%; }

@media screen and (min-width: 800px) {
  .content {
    padding: 0 1.8em; } }

@media screen and (min-width: 960px) {
  .row {
    margin: 0 -1em; }
  .grid {
    float: left;
    padding: 0 1em;
    overflow: hidden; }
  .grid-center {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .grid-full {
    padding: 0; }
  /* for columns */
  .grid-1 {
    width: 8.3333%; }
  .grid-2 {
    width: 16.6666%; }
  .grid-3 {
    width: 25%; }
  .grid-4 {
    width: 33.3333%; }
  .grid-5 {
    width: 41.6666%; }
  .grid-6 {
    width: 50%; }
  .grid-7 {
    width: 58.3333%; }
  .grid-8 {
    width: 66.6666%; }
  .grid-9 {
    width: 75%; }
  .grid-10 {
    width: 83.3333%; }
  .grid-11 {
    width: 91.6666%; }
  .grid-12 {
    width: 100%; }
  /* push */
  .push-7 {
    margin-left: 58.3333%; } }

@media screen and (min-width: 1240px) {
  .content, .row {
    max-width: 1240px; } }

body {
  font-size: 1.2em; }

h1, h5, h6 {
  font-weight: bold;
  margin: 0.4em 0 0.4em; }

h5, h6 {
  color: #000; }

h1 {
  font-size: 1.6em; }

h5 {
  /*font-size: 1.4em; }*/
}
h6 {
  font-size: 0.7em; }

p {
  font-size: 0.6em;
  padding: 0 0 1em; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  margin-bottom: 0.3em; }

/*　追加 ------*/


/* Main visual */
.layer{
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.layer-bg{
}  
.layer-in{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.layer-txt{
  font-weight: bold; 
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  color: #fff;
  letter-spacing: 0.4rem;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
  .pcOnly{
    display: none;
  }  
  .layer-bg{ 
    background: url(../images/mvsp.jpg) no-repeat 0 0;    
    background-size: cover;         
    height: 480px;
  }
  .layer-in{
    width: 250px;
    height: 300px;
  }
  .layer-txt{
   font-size: 2.1rem;
   text-align: left;   
  }
  .title_caption{
    margin-top: 1.5em;
    padding-top: 1.9em;
    font-size: 0.8rem; 
    letter-spacing: 0.05rem;
    line-height: 1.4em;  
    font-weight: normal;
    border-top: 1px solid #FFF;
    font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"Yu Mincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;                   
  }
  .simple_square_btn5 {
  display: block;
  position: relative;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #795548;
}
.simple_square_btn5:hover {
   opacity:0.8;
   cursor: pointer;
   text-decoration: none;
}
  .notice{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  /*background-color: #D10412;*/
    color: #fff;
    padding: 0.7em 1em;
    margin-bottom: 1em;
  }

  h5{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 2em;
  }
  .link a { 
    text-decoration: none;
    text-align: center;
    display:block;
    width: 100%; /* 横幅 */
    color: #fff;
    background-color:#247BA0;
    font-size: 1.5rem;
    font-weight: bold;
    padding:0.8em 0; /* a要素内の余白 */
    margin-bottom: 1.5em;
}
 /* 以下マウスを載せたときのスタイル */
  .link a:hover { 
    text-decoration: none;   
    background-color: #D10412;
    color:#fff; 
  } 
  .about{
    display: block;
    text-align: center;
    background-color: #ddd;
    font-size: 1.8rem;
    color: #000;
    padding: 1em 0.5em;
    bottom: 0;
    margin-top: 1.5em;
    line-height: 1em;
  }
  .about img{
    margin-bottom: 1em;
  }
  .about p{
    padding: 0 0;
  }    
/*  .footer{
    display: block;
    text-align: center;
    background-color: #000;
    font-size: 0.8rem;
    color: #fff;
    padding: 0.8em 0;
    bottom: 0;
  } */     
}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
  .spOnly{
    display: none;
  }
  .layer-bg{ 
    background: url(../images/mvpc.jpg) no-repeat 0 0;
    background-size: cover;    
    height: 600px;
  }
  .layer-in{
    width: 425px;
    height: 430px;
  }
  .layer-txt{
    font-size: 4rem;
    text-align: left; 
  }
  .title_caption{
    margin-top: 1.3em;
    padding-top: 1.5em;
    font-size: 1rem; 
    letter-spacing: 0.1rem;
    line-height: 1.5em;  
    font-weight: normal;
    border-top: 1px solid #FFF;
    text-align: center; 
    font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"Yu Mincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;      
  }
 .center_a{
    text-align: center;
  }
  .notice{
    display: inline-block;
    width: 24.5%;
    text-align: center;
    font-size: 1.4rem;
    background-color: #000;
    color: #fff;
    padding: 0.7em 2em;
    margin-bottom: 1em;
  }
  h5{
    font-size: 2rem;     
    text-align: center;
    margin-top: 3em;
  }
  .price{
    text-align: center;
  }
  .price img{
    height: 50px;
    width: auto;
    margin-bottom: 1em;
  }
  .link a { 
    text-decoration: none;
    text-align: center;
    display:block;
    width: 100%; /* 横幅 */
    color: #fff;
    background-color:#247BA0;
    font-size: 1.6rem;
    font-weight: bold;
    padding:0.8em 0; /* a要素内の余白 */
    margin-bottom: 1.5em;
}
 /* 以下マウスを載せたときのスタイル */
  .link a:hover { 
    text-decoration: none;   
    background-color: #D10412;
    color:#fff; 
  }
  .about{
    display: block;
    text-align: center;
    background-color: #ddd;
    font-size: 1.8rem;
    color: #000;
    padding: 1.3em 0;
    bottom: 0;
    margin-top: 1.5em;
    line-height: 1em;
  }
  .about img{
    margin-bottom: 1em;
  }
  .about p{
    padding: 0 0;
  }  
/*  .footer{
    display: block;
    text-align: center;
    background-color: #000;
    font-size: 0.8rem;
    color: #fff;
    padding: 0.5em 0;
    bottom: 0;
  } */
}
/* Main visual */

.image_s{
  margin: 0 0 0.3em 0.5em;
  width: 30%;
  float: right;
}
/*span{
  display: block;
  font-size: 0.6em;  
  padding-top:0.5em;   
  border-top:solid 1px;
  width: 100%;
  clear: both;
}*/
/*　2.5万コース */
.cssgrid_a h6{
  color: #000;
}
.cssgrid_a p{
  color: #000;
}
.cssgrid_a span{
  color: #000;
  border-top:solid 1px #000;  
}
/*　5万コース */
.cssgrid_b h6{
  color: #000;
}
.cssgrid_b p{
  color: #000;
}
.cssgrid_b span{
  color: #000;
  border-top:solid 1px #fff;
}
/*　10万コース */
.cssgrid_c h6{
  color: #000;
}
.cssgrid_c p{
  color: #000;
}
.cssgrid_c span{
  color: #000;
  border-top:solid 1px #fff;
}

/*IE 11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,body{
      background-color: #fff;
    } 
    .cssgrid_a,.cssgrid_b,.cssgrid_c{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item1,.item2,.item3,.item4,.item5,.item6,.item7,.item8,.item9,.item10,.item11,.item12
    ,.item13,.item14,.item15,.item16,.item17,.item18,.item19,.item20{
      width: 24.5%;
      justify-content: center;
    }
}
/*IE 11 */

/*　追加 */
.smb10{
  margin-bottom: 10%;
}
/*　more.video */
.more_btn{
    display: block;
/*  width: 100%; */
    width: 500px;
    text-align: center;
    font-size: 1.2rem;
    background-color: #000;
    color: #fff;
    padding: 0.7em 1em;
    margin:3rem auto;
  }   
/*　more.video */


/*ボックス全体*/
/*====================================================================
.s_03 .accordion_one
====================================================================*/
.s_03 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
.s_03 .accordion_one .accordion_header {
    background-color: #FF5C00;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_03 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #65b02e;
}
.s_03 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #EFCA08;
}
.s_03 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #1577A6;
}
.s_03 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_03 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_03 .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.s_03 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_03 .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s_03 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_03 .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
}
.s_03 .accordion_one .accordion_header .i_box .one_i:before, .s_03 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_03 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_03 .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
}
.s_03 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
}
.s_03 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.s_03 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 2px solid #db0f2f;
    border-right: 2px solid #db0f2f;
    border-bottom: 2px solid #db0f2f;
    box-sizing: border-box;
}
.s_03 .accordion_one .accordion_inner.stay {
    display: block;
}
.s_03 .accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 2px solid #65b02e;
    border-right: 2px solid #65b02e;
    border-bottom: 2px solid #65b02e;
}
.s_03 .accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 2px solid #1c85d8;
    border-right: 2px solid #1c85d8;
    border-bottom: 2px solid #1c85d8;
}
.s_03 .accordion_one .accordion_inner .box_one {
    height: auto;
}
.s_03 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_03 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_03 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_03 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}

.simple_square_btn5 {
  display: inline-block;
  position: relative;
  width: 24%;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 2px gray;
} 
.simple_square_btn5:hover {
   opacity:0.6;
   cursor: pointer;
   text-decoration: none;
}
#link01{
  background: #FF5C00;  
  }
#link02{
  background: #65b02e;    
}
#link03{
  background: #EFCA08;    
} 
#link04{
  background: #1577A6;    
}  

#ct01{
  line-height: 2.5;
  border-bottom: 8px solid #FF5C00;  
  }
#ct02{
  line-height: 2.5;
  border-bottom: 8px solid #65b02e;  
  }
#ct03{
  line-height: 2.5;
  border-bottom: 8px solid #EFCA08;  
  }
#ct04{
  line-height: 2.5;
  border-bottom: 8px solid #1577A6;  
  }
#ct05{
  line-height: 2.5;
  border-bottom: 8px solid #959595;  
  }           
/*ボックス全体*/
/*追加*/
.category_link{
    position: relative;
    top: -100px;/*左の数値を変えると、上下に調整します*/
    display: block;
}
@media screen and (max-width: 767px) {
.category_link{
    position: relative;
    top: -50px;/*左の数値を変えると、上下に調整します*/
    display: block;
}  
}
</pre></body></html>