@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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


.u2  {
  border-bottom: solid 2px; 
padding-top: 5px;}

.fluidImg {
  max-width: 100%;
  height: auto;
  width: auto;
  /* for ie8 */ }

.tCenter {
  text-align: center; }

.mAuto {
  margin: auto; }

.left {
  float: left; }

.right {
  float: right; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.clear {
  clear: both; }

.clf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden; }

.clf {
  zoom: 1;
  /*for IE 5.5-7*/ }

a {
  color: #333;
  text-decoration: none; }

img {
  vertical-align: bottom; }

.hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block; }
  .hover:hover {
    opacity: 0.5; }

/* ===========================================================
// sprite
===========================================================*/


@-webkit-keyframes rumble {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  12.5% {
    -webkit-transform: rotate(0.2deg) translate(1px, -1px);
            transform: rotate(0.2deg) translate(1px, -1px); }
  25% {
    -webkit-transform: rotate(0.4deg) translate(0px, 1px);
            transform: rotate(0.4deg) translate(0px, 1px); }
  37.5% {
    -webkit-transform: rotate(0.2deg) translate(-1px, 0);
            transform: rotate(0.2deg) translate(-1px, 0); }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  62.5% {
    -webkit-transform: rotate(-0.2deg) translate(1px, 0);
            transform: rotate(-0.2deg) translate(1px, 0); }
  75% {
    -webkit-transform: rotate(-0.4deg) translate(0, 1px);
            transform: rotate(-0.4deg) translate(0, 1px); }
  87.5% {
    -webkit-transform: rotate(-0.2deg) translate(-1px, -1px);
            transform: rotate(-0.2deg) translate(-1px, -1px); }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); } }

@keyframes rumble {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  12.5% {
    -webkit-transform: rotate(0.2deg) translate(1px, -1px);
            transform: rotate(0.2deg) translate(1px, -1px); }
  25% {
    -webkit-transform: rotate(0.4deg) translate(0px, 1px);
            transform: rotate(0.4deg) translate(0px, 1px); }
  37.5% {
    -webkit-transform: rotate(0.2deg) translate(-1px, 0);
            transform: rotate(0.2deg) translate(-1px, 0); }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); }
  62.5% {
    -webkit-transform: rotate(-0.2deg) translate(1px, 0);
            transform: rotate(-0.2deg) translate(1px, 0); }
  75% {
    -webkit-transform: rotate(-0.4deg) translate(0, 1px);
            transform: rotate(-0.4deg) translate(0, 1px); }
  87.5% {
    -webkit-transform: rotate(-0.2deg) translate(-1px, -1px);
            transform: rotate(-0.2deg) translate(-1px, -1px); }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0); } }

/* ===========================================================
// temp
===========================================================*/
html {
  height: 100%; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  min-height: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  font-size: 18px; }

.container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding: 1px 0 0 0; }

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 22px 0 22px; }

.contents2 {
  min-height: 200px;
  margin-top: 0; }

.footer {
  bottom: 0;
  width: 100%; }

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  -webkit-tap-highlight-color: transparent; }

/* ===========================================================
// #contents2
===========================================================*/
/* ===========================================================
===========================================================*/
@media all and (min-width: 768px) {
  .anim {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  .section01__cont01__txt {
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
            transform: translate(-100px, 0px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section01__cont01__img {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section01__cont02 {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section02__cont01__img {
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
            transform: translate(-100px, 0px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section02__cont01__txt {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section02__cont02 {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .care {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

  body {
    font-size: 18px; }
  .container2 {
    min-width: 1024px; }
  .wrapper {
    width: 1024px; }
  .contents2 {
    padding-bottom: 100px;
    line-height: 2; }
  .header2 {
    width: 980px;
    height: 70px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contents_n {
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 10px;}
	
  .anchor {
    margin-top: 20px; }
    .anchor .anchor__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 960px;
      margin: 0 auto; }
  .section {
    margin-top: 20px; }
    .section .section__head {
      min-width: 100vw;
      background-color: #00b0ec;
      height: 135px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section .section__contents2 {
      width: 920px;
      margin: 0 auto;
      margin-top: 20px; }
  .section01 .section01__cont01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section01 .section01__cont01 .section01__cont01__txt {
      padding-rihgt: 30px; }
      .section01 .section01__cont01 .section01__cont01__txt img {
        margin-top: 20px;
        display: block; }
    .section01 .section01__cont01 .section01__cont01__img {
      padding-left: 30px; }
  .section01 .section01__cont02 {
    background-color: #eeebe6;
    color: #454545;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 830px;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .section01 .section01__cont02 .section01__cont02__txt h3 {
      font-size: 20px;
      font-weight: bold; }
    .section01 .section01__cont02 .section01__cont02__txt p {
      margin-top: 5px;
      font-size: 16px; }
    .section01 .section01__cont02 .section01__cont02__img {
      padding-left: 50px; }
  .section02 {
    margin-top: 20px; }
    .section02 .section__head {
      background-color: #ed7d67; }
    .section02 .section__contents2 {
      margin-top: 20px; }
    .section02 .section02__cont01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section02 .section02__cont01 .section02__cont01__img {
        padding-right: 60px; }
      .section02 .section02__cont01 .section02__cont01__txt {
        margin-top: -10px; }
        .section02 .section02__cont01 .section02__cont01__txt .img {
          margin-top: 15px;
          display: block;
          text-align: right; }
    .section02 .section02__cont02 {
      margin-top: 20px; }
      .section02 .section02__cont02 .section02__cont02__ttl {
        text-align: center; }
      .section02 .section02__cont02 .section02__cont02__img {
        margin-top: 15px; }
      .section02 .section02__cont02 .section02__cont02__txt {
        margin-top: 20px;
        text-align: center;
        line-height: 1.8; }
    .section02 .section02__cont03 {
      margin-top: 20px; }
    .section02 .care {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 50px; }
      .section02 .care .care__content {
        width: 516px;
        font-size: 16px;
        line-height: 1.9; }
        .section02 .care .care__content h4 {
          margin-bottom: 15px; }
      .section02 .care .care__more {
        border: 2px solid #ed7d67;
        color: #ed7d67;
        padding: 1px 12px;
        border-radius: 4px;
        margin-top: 10px;
        display: inline-block; }
        .section02 .care .care__more span {
          display: inline-block;
          position: relative;
          padding-left: 17px; }
          .section02 .care .care__more span:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 10px;
            left: 0;
            width: 9px;
            height: 10px;
            background-image: url("../img/arr01.png");
            background-size: 9px 10px; }
      .section02 .care:nth-child(even) .care__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }

	
  .section04 {
    margin-top: 20px;
}
    .section04 .section__head {
      background-color: #e7b737; }
    .section04 .section__contents2 {
      margin-top: 20px; }
    .section04 .section04__cont01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section04 .section04__cont01__txt {
      padding-right: 50px; }
      .section04 .section04__cont01__txt h4 {
        color: #e7b737;
        border: 3px dotted #e7b737;
        font-weight: bold;
        text-align: center;
        padding: 11px;
        line-height: 1.5; }
        .section04 .section04__cont01__txt h4 span {
          font-size: 24px;
          display: block; }
      .section04 .section04__cont01__txt p {
        margin-top: 20px;
        line-height: 1.7; }
      .section04 .section04__cont01__txt img {
        margin-top: 15px;
        display: block; }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  .footer {
    background-color: #eaeaea; }
    .footer .footer__navtop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      height: 90px; }
    .footer .footer__inner {
      padding-top: 30px;
      padding-bottom: 30px;
      width: 960px;
      margin: 0 auto; }
      .footer .footer__inner .footer__ttl {
        line-height: 1.7; }
        .footer .footer__inner .footer__ttl a {
          position: relative;
          display: inline-block;
          padding-left: 15px; }
          .footer .footer__inner .footer__ttl a:before {
            content: '';
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 2px #000;
            border-right: solid 2px #000;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -4px; }
      .footer .footer__inner .footer__list {
        margin-top: 25px; }
        .footer .footer__inner .footer__list ul {
          margin-top: 10px;
          /*width: calc(100% + 27px); */
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap:wrap;
          justify-content: space-between;
        }
        .footer .footer__inner .footer__list ul::after{
          content:"";
          display: block;
          width:280px;
        }
          .footer .footer__inner .footer__list ul li {
            display: flex;
            -ms-align-items: center;
            align-items: center;
            /*margin-right: 24px;*/
            margin-bottom: 20px; }

    .footer .footer__copy {
      background-color: #00b0ec;
      color: #fff;
      font-size: 14px;
      text-align: right;
      padding-top: 50px;
      padding-bottom: 25px; }
      .footer .footer__copy p {
        width: 960px;
        margin: 0 auto; }
  .spv {
    display: none; }
  .pcv {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 18px; }
  .container2 {
    min-width: 100%; }
  .wrapper {
    width: 100%; }
  .contents2 {
    padding-bottom: 50px;
    line-height: 1.7; }
  .header2 {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header2 h1 {
      width: 210px; }
      .header2 h1 img {
        width: 100%; }

  .anchor {
    margin-top: 40px; }
    .anchor .anchor__inner {
      width: 100%;
      margin: 0 auto;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .anchor .anchor__inner img {
        width: 100%; }
  .section {
    margin-top: 20px; }
    .section .section__head {
      width: 100vw;
      background-color: #00b0ec;
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section .section__head img {
        width: 100%; }
    .section .section__contents2 {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .section01 .section01__cont01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section01 .section01__cont01 .section01__cont01__txt img {
      margin-top: 20px;
      display: block;
      width: 100%; }
    .section01 .section01__cont01 .section01__cont01__img {
      margin-top: 15px;
      text-align: center; }
      .section01 .section01__cont01 .section01__cont01__img img {
        width: 60%; }
  .section01 .section01__cont02 {
    background-color: #eeebe6;
    color: #454545;
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .section01 .section01__cont02 .section01__cont02__txt h3 {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
    .section01 .section01__cont02 .section01__cont02__txt p {
      margin-top: 5px;
      font-size: 16px; }
    .section01 .section01__cont02 .section01__cont02__img {
      margin-top: 10px;
      text-align: center; }

	
	
	  .section04 .section__head {
    background-color: #e7b737; }
  .section04 .section04__cont01__txt h4 {
    color: #e7b737s;
    border: 2px dotted #e7b737;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    line-height: 1.5;
    font-size: 12px; }
    .section04 .section04__cont01__txt h4 span {
      font-size: 17px;
      display: block; }
  .section04 .section04__cont01__txt p {
    margin-top: 20px;
    line-height: 1.7; }

  .section04 .section04__cont01__img {
    margin-top: 20px; }
    .section04 .section04__cont01__img img {
      width: 100%; }
	
    .section04  a {
       color:  #133EC8; }	
	
	
	
  .footer {
    background-color: #eaeaea; }
    .footer .footer__navtop {
      text-align: center;
      background-color: #ffffff;
      padding: 15px 0; }
      .footer .footer__navtop a img {
        width: 20px; }
    .footer .footer__inner {
      padding: 30px 20px;
      width: 100%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .footer .footer__inner .footer__ttl {
        line-height: 1.7; }
        .footer .footer__inner .footer__ttl a {
          position: relative;
          display: inline-block;
          padding-left: 15px; }
          .footer .footer__inner .footer__ttl a:before {
            content: '';
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 2px #000;
            border-right: solid 2px #000;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -4px; }
      .footer .footer__inner .footer__list {
        margin-top: 25px; }
        .footer .footer__inner .footer__list ul {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .footer .footer__inner .footer__list ul li {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            width: 48%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 10px; }
            .footer .footer__inner .footer__list ul li img {
              width: 100%; }
    .footer .footer__copy {
      background-color: #00b0ec;
      color: #ffffff;
      font-size: 9px;
      text-align: right;
      padding-top: 35px;
      padding-bottom: 20px; }
      .footer .footer__copy p {
        margin-right: 20px; }
  .pcv {
    display: none; }
  .spv {
    display: inline-block; } }


 
 
 /* 見出し */
 .selector01{
	background:#FCFCFC;
	border-left:7px double #7EBA03;
	padding:.4em .5em;
	width:98%;
	margin:5px;
	font-size:140%;
	border-bottom:1px solid #cccccc;
}

.selector02{
	background:#FCFCFC;
	padding:.4em .5em;
	width:98%;
	margin:5px;
	font-size:140%;
	line-height: 1.5em;
	border:1px solid #cccccc;
}

 /* 下のボーダー点線 */
.dash_bottom{   
    border-bottom:1px dashed #cccccc;  
    padding:.3em .3em  
} 

 /* 下のボーダー点線なし */
.dash_bottom_no{   
    padding:.3em .3em  
} 

 /* テキスト人文字空ける */
.chui {
 margin-left:2em;
 text-indent:-1em;
}

 /* 改行 */
.br:before {
	content: "\A" ;
	white-space: pre ;
}


 /* 見出し */
.midashi_a {
	padding: .5em;
	border: 1px solid #cccccc;
	font-size: 1.7em;
	border-left: 6px solid #f46a34;

}
.midashi_a span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	
	font-size: .7em;
}

.midashi_b {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3143ab;
	border-bottom: 1px solid #cccccc;
}


.midashi_c {
	padding: .5em;
	border: 1px solid #cccccc;
	font-size: 1.7em;
	border-left: 6px solid #3143ab;

}
.midashi_c span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	
	font-size: .7em;
}


.midashi_d {
	padding: .5em;
	border: 1px solid #cccccc;
	font-size: 1.7em;
	border-left: 6px solid #7AC63A;
}
.midashi_d span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	font-size: .7em;
}



.midashi_e {
	padding: .5em;
	border: 1px solid #cccccc;
	font-size: 1.7em;
	border-left: 6px solid #5599EE;
}
.midashi_e span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	font-size: .7em;
}



.midashi_f {
	padding: .3em;
	border: 1px solid #cccccc;
	font-size: 1.7em;
	border-left: 6px solid #ac63d2;
    
}
.midashi_f span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	
	font-size: .7em;
}



.midashi_g {
	padding: .5em;
	border: 1px solid #cccccc;
	font-size: 2em;
	border-left: 6px solid #cd9723;
}
.midashi_g span {
	display: block;
	margin-bottom: .2em;
	font-weight:bold;
	font-size: .8em;
}

/* 横見出し*/
.bluem{
  display: inline-block;
  border: 1px solid #4167D8;
  padding: 10px;
  background: #4167D8;
  width: 30%;
  text-align: center;
  color:#FFFFFF;
}

.bluem_wcom{
  display: inline-block;
  border: 1px solid #4167D8;
  padding: 10px;
  background: #EFEFEF;
  width: 70%;
}
/* youtubeレスポンシブ*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.ad_img{vertical-align: middle;
	display: table-cell;
}




.jp1 {  font-size: 75%; line-height: 140%}
.jp2 {  font-size: 85%; line-height: 140%}
.jp3 {  font-size: 90%; line-height: 160%}
.jp32 {  font-size: 90%; line-height: 140%}
.jp3l {  font-size: 90%; line-height: 180%}
.jp33 {  font-size: 100%; line-height: 160%}
.jp33l {  font-size: 100%; line-height: 180%}
.jp4 {  font-size: 110%; line-height: 150%}
.jp4l {  font-size: 120%; line-height: 200%}
.jp5 {  font-size: 120%; line-height: 150%}
.jp5l {  font-size: 120%; line-height: 180%}
.jp4blue {  font-size: 110%; line-height: 140%; color: #537ECB; font-weight:bold}
.jp4whiteb {  font-size: 110%; line-height: 140%; color: #ffffff; font-weight:bold}
.jp2l { font-size: 85%; line-height: 160%}
.jp6 {
	font-size: 140%;
	line-height: 140%;
}
.jp6l {
	font-size: 140%;
	line-height: 180%;
}
.jp8 {
	font-size: 160%;
	line-height: 140%;
}

.alart {   color: #FF0000;}
.alart2 {   color: #339966; font-weight:bold}
.orange {   color: #f46a34;}
.blue {   color: #264baa;}
.blue2 {   color: #13799b;}
.lblue {   color: #1ec9f5;}
.white {   color: #FFFFFF;}
.purple {   color: #561156;}
.purple2 {	color: #885BAD;}
.pink {   color: #c71a71;}
.pink2 {color: #F480BA;}
.greent {   color: #2e923a;}
.brownt {   color: #2e923a;}
.yellow{   color: #FFFF99;}
.yellowt{   color: #cd9723;}
.qa_q {
	font-size: 110%;
	line-height: 140%;
	color: #561156;
}

.black { color: #000000}
.blackb { color: #000000; font-weight:bold}

 /* イメージ中央 */
.centerimg {  display: block;
 margin-left: auto;
 margin-right: auto; }

   /* イメージマージン左 */
.m4px_left { 
 margin-left: 4px;}
.mg12_left { 
 margin-left: 12px;}
.mg_12_right{ 
 margin-right: 12px;}
 
    /* イメージマージン上下 */
.mpx_tb { 
 margin-top: 2px;
 margin-bottom: 4px;}
 
     /* イメージマージン上下 */
.mpx_tb_l { 
 margin-top: 5px;
 margin-bottom: 6px;}
 
 .mpx_tb_l2 { 
 margin-top: 10px;
 margin-bottom: 10px;}



     /* イメージマージン上下左右 */
.mpx_tb_sm { 
 margin: 3px;
 }
 
 .mpx_tb_lg { 
 margin: 6px;
 }
 .mpx_tb_ll { 
 margin: 12px;
 }
 
 
      /* パディング左右 */
.pd_lg { 
  padding-left: 16px;
 padding-right: 16px;
 }
 
       /* パディング大 */
.pd_l { 
  padding: 13px;
 }
 
       /* パディング中 */
.pd_m { 
  padding: 8px;
 }
 
     /* テキスト本文 */
.naiyou { 
margin-top: 8px;
margin-bottom: 20px;
margin-left: 15px;
margin-right: 15px;
 }


  
      /* テキスト本文 */
.naiyou2 { 
margin-top: 5px;
margin-bottom: 7px;
margin-left: 5px;
margin-right: 5px;
 }


 /* 字下げ1文字 */
.jisage{
 margin-left:1em;
 text-indent:-1em;}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	margin-left: 30px;
}
 