@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

/* --------------------------
     小型タブレット端末（スマホのみに適応）
-------------------------- */
/* /@media */
/* --------------------------
     大型タブレット端末
-------------------------- */
/*デバイスの横幅が321以上768以下の場合*/
/* --------------------------
     PC端末
-------------------------- */
/* /@media */
/* --------------------------
     全端末共通のCSS
-------------------------- */
aside, section, article {
  display: block;
}

body {
  background-color: #e8e8e8;
  color: #000000;
  font-weight: normal;
  font-size: 17px;
  line-height: 190%;
  font-family: "Century Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #00ffff;
}

a:active {
  color: #0000ff;
}

h1 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 300%;
  line-height: 170%;
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 160%;
}

h3 {
  margin-bottom: 10px;
  padding-left: 2em;
  color: #1C1F87;
  font-weight: bold;
  font-size: 160%;
  line-height: 150%;
  text-indent: -2em;
}

h4 {
  font-weight: bold;
  font-size: 130%;
  line-height: 180%;
}

h5 {
  font-weight: bold;
  font-size: 110%;
  line-height: 180%;
}

article {
  background-color: #FFFFFF;
  text-align: left;
}

section {
  margin-top: 100px;
}

section h1 {
  margin-bottom: 20px;
}

section p, .m_bottom, header p, h4, h5, .form {
  margin-bottom: 45px;
}

.fsmall {
  color: #000000 !important;
  font-size: 14px !important;
}

.fbig01 {
  font-weight: bold;
  font-size: 120%;
  line-height: 190%;
}

.fbig02 {
  font-weight: bold;
  font-size: 150%;
  line-height: 190%;
}

.fbig03 {
  font-weight: bold;
  line-height: 190%;
}

.fbig04 {
  font-weight: bold;
  line-height: 190%;
}

/* ====================================*/
/*ボックス体裁*/
/* ====================================*/
footer {
  margin-top: 50px;
  padding: 30px;
  text-align: center;
}

footer a {
  margin: 0px 10px;
}

footer address {
  font-size: 90%;
  letter-spacing: 0.1em;
}

/* ====================================*/
/*画像をfloat*/
/* ====================================*/
.imgfloatR img {
  padding-left: 10px;
  /* 画像は右側*/
  float: right;
}

.imgfloatL img {
  padding-right: 10px;
  /* 画像は左側*/
  float: left;
}

.cler {
  clear: both;
}

/* ====================================*/
/*UL*/
/* ====================================*/
.none {
  list-style: none;
}

header ul li {
  padding-left: 37px;
  background-image: url(img/check01.png);
  background-repeat: no-repeat;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*スペース*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.s5 {
  margin-top: 5px;
}

.s10 {
  margin-top: 10px;
}

.s20 {
  margin-top: 20px;
}

.s30 {
  margin-top: 30px;
}

.s40 {
  margin-top: 40px;
}

.s60 {
  margin-top: 60px;
}

.s80 {
  margin-top: 80px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*装飾*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.font_weight {
  font-weight: bold;
}

.center {
  text-align: center;
}

em {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #e4007f;
}

.yellow {
  padding: 2px;
  background-color: #ffff00;
}

.bule {
  color: #171A8C;
  font-weight: bold;
}

.redkasen {
  border-bottom: 1px solid #e4007f;
}

.kurokasen {
  border-bottom: 1px solid #000000;
}

.deco {
  color: #ea5415;
  font-size: xx-large;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ボックス*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_style {
  line-height: 150%;
}

.box_style p {
  margin-bottom: 0px !important;
  padding-bottom: 30px;
}

/*テーブル*/
.modanTB {
  width: 680px;
  margin-left: 90px;
  border: solid 2px #888888;
  border-collapse: separate;
  empty-cells: show;
}

.modanTB th {
  width: 180px;
  padding: 10px;
  border: solid 1px #888888;
  background-color: #CCCCCC;
  text-align: center;
}

.modanTB td {
  padding: 10px;
  border: solid 1px #888888;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*追加分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.set {
  width: 775px;
  margin-right: auto;
  margin-left: auto;
}

.box {
  margin-bottom: 40px;
  padding: 40px 30px 0px 30px;
  border: dotted 1px #999999;
}

.box01 h2 {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url(img/check02.png);
  background-repeat: no-repeat;
  line-height: 150%;
}

.box01 p {
  padding-left: 30px;
}

.box02 p {
  padding-left: 3.5em;
}

.box03 h5 {
  margin-bottom: 10px !important;
  border-bottom: solid 1px #000000;
}

.form {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-box-shadow: 0px 2px 3px #777;
  -webkit-box-shadow: 0px 2px 3px #777;
  -pie-background: linear-gradient(#76bc2a, #b2d691);
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background: -webkit-linear-gradient(#76bc2a, #b2d691);
  background: linear-gradient(#76bc2a, #b2d691);
  background: -webkit-gradient(linear, left top, left bottom, from(#76bc2a), to(#b2d691));
  box-shadow: 0px 2px 3px #777;
}

.form table th, .form table td {
  padding: 5px;
}

.form table {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.form p {
  margin-bottom: 20px !important;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 200%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*.youtube-container 可変幅*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.youtube-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 961px) {
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*.continer 可変幅*/
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  img {
    max-width: 1200px;
    max-height: 1200px;
  }

  article {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  section {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  header {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  div.FB div {
    width: 500px;
  }

  div.FB div {
    margin-right: 20px;
    float: left;
  }

  .clearLeft {
    clear: left;
  }

  .emphasis {
    background-color: #FFFF00;
  }

  p.dc:first-letter {
    margin-right: 3px;
    padding: 3px;
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 500%;
    line-height: 1;
  }

  .setleft {
    margin-left: 450px;
  }

  .form table {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .form p {
    text-align: center;
  }

  .photo {
    margin-bottom: 20px;
  }

  .redfont {
    color: red;
    font-weight: bold;
  }

  .subhead {
    font-size: 24px;
  }

  .waku {
    width: 1000px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    border: outset 3px #28222A;
  }

  .waku2 {
    width: 750px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    border: outset 3px #28222A;
  }

  .bullet {
    font-weight: bold;
    font-size: 20px;
  }

  .recommendation {
    width: 600px;
  }

  .portrait {
    float: right;
  }

  #addititon {
    color: #FF2600;
    font-size: 25px;
  }
}