@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap");
/****************************************************************************************************
****************************************************************************************************/
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  color: #222222;
}

.wrap {
  max-width: 1200px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media print, screen and (max-width:1200px) {
  .wrap {
    max-width: 96%;
  }
}
@media print, screen and (max-width:1026px) {
  .wrap {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

img {
  width: 100%;
}

.bg_color._sociology {
  background: #99D9F1;
}
.bg_color._public_sociology {
  background: #8DCBC8;
}
.bg_color._psychology {
  background: #FF99AA;
}
.bg_color._child {
  background: #F9BF59;
}

ul.list._sociology li::before {
  color: #0065AC;
}
ul.list._public_sociology li::before {
  color: #2A7F75;
}
ul.list._psychology li::before {
  color: #D10531;
}
ul.list._child li::before {
  color: #EA6206;
}

a {
  color: #0059B2;
  text-decoration: none;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************/
.pcVew {
  display: block !important;
}

.tabVew {
  display: none !important;
}

.spVew {
  display: none !important;
}

.spMVew {
  display: none !important;
}

.spSVew {
  display: none !important;
}

@media print, screen and (max-width:1026px) {
  .spVew {
    display: none !important;
  }
  .tabVew {
    display: block !important;
  }
  .tabNone {
    display: none !important;
  }
  .spMVew {
    display: none !important;
  }
  .spSVew {
    display: none !important;
  }
}
@media print, screen and (max-width:768px) {
  .pcVew {
    display: none !important;
  }
  .tabVew {
    display: none !important;
  }
  .spVew {
    display: block !important;
  }
  .spNone {
    display: none !important;
  }
  .spMVew {
    display: none !important;
  }
  .spSVew {
    display: none !important;
  }
}
@media print, screen and (max-width:480px) {
  .spMVew {
    display: block !important;
  }
}
@media print, screen and (max-width:320px) {
  .spSVew {
    display: block !important;
  }
}
@media print, screen and (min-width:1201px) {
  .pcOnly {
    display: block;
  }
}
@media print, screen and (max-width:1200px) {
  .pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 1281px) {
  .pcOnly2 {
    display: block;
  }
}
@media print, screen and (max-width: 1280px) {
  .pcOnly2 {
    display: none;
  }
}

.letteM {
  letter-spacing: -0.05rem;
}

.letteS {
  letter-spacing: -0.1rem;
}

.lineM {
  line-height: 1.5;
}

.lineS {
  line-height: 1.3;
}

/*--------------------------------------------------*/
.displayNone {
  display: none;
}

/*--------------------------------------------------*/
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

.flex {
  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;
}
.flex._start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._alignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex._rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (max-width:1026px) {
  .tabmb0 {
    margin-bottom: 0 !important;
  }
  .tabmb05 {
    margin-bottom: 0.5rem !important;
  }
  .tabmb10 {
    margin-bottom: 1rem !important;
  }
  .tabmb15 {
    margin-bottom: 1.5rem !important;
  }
  .tabmb20 {
    margin-bottom: 2rem !important;
  }
  .tabmb25 {
    margin-bottom: 2.5rem !important;
  }
  .tabmb30 {
    margin-bottom: 3rem !important;
  }
  .tabmb35 {
    margin-bottom: 3.5rem !important;
  }
  .tabmb40 {
    margin-bottom: 4rem !important;
  }
  .tabmb50 {
    margin-bottom: 5rem !important;
  }
  .tabmb60 {
    margin-bottom: 6rem !important;
  }
  .tabmb70 {
    margin-bottom: 7rem !important;
  }
  .tabmb80 {
    margin-bottom: 8rem !important;
  }
  .tabmb90 {
    margin-bottom: 9rem !important;
  }
  .tabmb100 {
    margin-bottom: 10rem !important;
  }
}
@media print, screen and (max-width:768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb05 {
    margin-bottom: 0.5rem !important;
  }
  .spmb10 {
    margin-bottom: 1rem !important;
  }
  .spmb18 {
    margin-bottom: 1.5rem !important;
  }
  .spmb20 {
    margin-bottom: 2rem !important;
  }
  .spmb25 {
    margin-bottom: 2.5rem !important;
  }
  .spmb30 {
    margin-bottom: 3rem !important;
  }
  .spmb35 {
    margin-bottom: 3.5rem !important;
  }
  .spmb40 {
    margin-bottom: 4rem !important;
  }
  .spmb50 {
    margin-bottom: 5rem !important;
  }
  .spmb60 {
    margin-bottom: 6rem !important;
  }
  .spmb70 {
    margin-bottom: 7rem !important;
  }
  .spmb80 {
    margin-bottom: 8rem !important;
  }
  .spmb90 {
    margin-bottom: 9rem !important;
  }
  .spmb100 {
    margin-bottom: 10rem !important;
  }
}
@media print, screen and (max-width:768px) {
  .txtS_sp {
    font-size: 84%;
  }
}
ul {
  list-style: none;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

ul.indent li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.indent li {
  padding-left: 0;
  margin-bottom: 0.1rem;
}

.caution {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
}

ul.caution li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.caution li {
  padding-left: 0;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

ul.listIndent {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.7;
}

ul.listIndent li {
  margin: 0 0 1.2rem;
}

ul.list li {
  position: relative;
  padding-left: 1.2rem;
  text-indent: 0;
  margin: 0 0 1rem;
}

ul.list li:before {
  content: "●";
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #38A3CE;
}

ul.list._gr li:before {
  color: #98c664;
}

ul.listS li {
  position: relative;
  padding-left: 1.2rem;
  text-indent: 0;
}

ul.listS li:before {
  content: "●";
  font-size: 0.6rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #38A3CE;
}

ul.listDisc {
  list-style: disc;
  padding-left: 1.2rem;
  text-indent: 0;
  line-height: 1.8;
}

@media (max-width: 735px) {
  ul.listDisc {
    line-height: 1.5;
  }
}
ul.listDisc li {
  margin: 0 0 0.3rem;
}

ul.listAlpha {
  list-style: lower-alpha;
  padding-left: 1.2rem;
  text-indent: 0;
  line-height: 1.8;
}

@media (max-width: 735px) {
  ul.listAlpha {
    line-height: 1.5;
  }
}
ul.listAlpha li {
  margin: 0 0 0.3rem;
}

ol.indent li:before {
  content: inherit;
  padding-right: 0rem;
}

ol.indent li {
  padding-left: 1.5rem;
  margin-bottom: 0.1rem;
}

ol.listIndent {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.7;
}

ol.listIndent li {
  margin: 0 0 0.2rem;
}

ol.list_ol {
  margin-left: 1.6rem;
}

ol.list_ol li {
  padding-left: 0.2rem;
  margin: 0 0 0.3rem;
}

/*--------------------------------------------------

/* 表テーブル*/
/*  ------------------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  margin: 0 0 10px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td {
  padding: 10px;
  border: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td.colorTD {
  background: #FAFAFA;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td.colorTD.aqua {
  background: #F2FCFD;
}

table th {
  padding: 10px;
  border: solid 1px #CCCCCC;
  background: #F0FCFD;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.theme {
  margin: 0 auto 20px;
  width: 100%;
}

table.theme th {
  width: 14%;
}

table.noneColor th {
  background: none;
}

@media print, screen and (max-width:768px) {
  table.theme {
    margin: 0 auto 20px;
  }
  table.theme th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  table.theme td {
    width: 100%;
    display: block;
  }
  table.theme tr td:last-child {
    border-top: none;
    border-bottom: none;
  }
  table.theme tr:last-child td:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
  table.theme.type2 tr td:last-child {
    border-top: 1px solid #CCCCCC;
  }
}
/*--------------------------------------------------

/*スクロール*/
/*--------------------------------------------------*/
/* SP */
@media print, screen and (max-width:768px) {
  /*スクロール*/
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
    margin-bottom: 10px;
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}
.scroll::before {
  display: block;
  content: "※左右にスクロールしてご覧ください。";
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
}

@media print, screen and (min-width: 736px) {
  .scroll::before {
    display: none;
  }
}
/*スクロール*/
.scroll_2 {
  overflow: auto; /*tableをスクロールさせる*/
  white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 10px;
  padding: 0 2% 1% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

.scroll::before {
  display: block;
  content: "※左右にスクロールしてご覧ください。";
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
}

@media print, screen and (min-width: 736px) {
  .scroll::before {
    display: none;
  }
}
/*--------------------------------------*/
/*画像hover*/
/*--------------------------------------*/
/*.imgBox{
  overflow: hidden;
}
.imgBox_img{
  transition-duration: 0.3s;
}
.imgBox_img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}*/
.imgBox {
  overflow: hidden;
  line-height: 0;
}

.imgBox_img {
  width: 100%;
  /* padding-top: 75%;*/
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.imgBox_img:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  /* opacity: .6;*/
}

/*--------------------------------------*/
.clear {
  clear: both;
}

br.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.imgleft {
  margin: 0 15px 10px 0;
  float: left;
}

.imgright {
  margin: 0 0 10px 15px;
  float: right;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************/
/*------------------------------------------------------------------------------------------

初期設定

------------------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area,
menu, hr, address, small, strong, i, b,
article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command,
datalist, keygen, output, progress, meter {
  margin: 0;
  padding: 0;
}

@media print {
  body {
    width: 1100px;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

address {
  font-style: normal;
}

ul, dl, ol {
  text-indent: 0;
}

/*li{
	list-style-type:none;
}*/
img {
  border-style: none;
}

p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 100%;
}

/*------------------------------------------------------------------------------------------

汎用

------------------------------------------------------------------------------------------*/
.fluidImage {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------

clearfix

--------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac ¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*--------------------------------------------------

フロート

--------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fClear {
  clear: both;
}

/*--------------------------------------------------

フォントサイズ

--------------------------------------------------*/
.txtS {
  font-size: 85%;
}

.txtL {
  font-size: 120%;
}
@media print, screen and (max-width:1026px) {
  .txtL {
    font-size: 108%;
  }
}
@media print, screen and (max-width:768px) {
  .txtL {
    font-size: 103%;
  }
}

.txtXL {
  font-size: 140%;
}
@media print, screen and (max-width:1026px) {
  .txtXL {
    font-size: 124%;
  }
}
@media print, screen and (max-width:768px) {
  .txtXL {
    font-size: 110%;
  }
}

.txt105 {
  font-size: 105%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.txt70 {
  font-size: 70%;
}

.fontB {
  font-weight: 600;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 0)), color-stop(50%, transparent));
  background: linear-gradient(left, rgb(255, 255, 0) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  -webkit-transition: 2s;
  transition: 2s;
  font-weight: 500; /* ついでに太字にしたい場合 */
}
.marker.type2 {
  display: inline-block;
}

.marker.is-active {
  background-position: 0% 0.5em;
}

/*--------------------------------------------------

フォントの色

--------------------------------------------------*/
.colorRed {
  color: #FF0000;
}

.colorMain {
  color: #29769A;
}

.txtC1 {
  color: #0E378B;
}

.txtC2 {
  color: #CC3300;
}

.txtC3 {
  color: #F60;
}

.txtC4 {
  color: #1397D8;
}

.txtC5 {
  color: #16AC72;
}

.txtC6 {
  color: #F4B700;
}

.txtC7 {
  color: #E97863;
}

.txtC8 {
  color: #CCC;
}

.txtC9 {
  color: #00634E;
}

.txtC10 {
  color: #FF6600;
}

.txtC11 {
  color: #B63900;
}

.txtC12 {
  color: #8376B5;
}

/*--------------------------------------------------

テキストの位置

--------------------------------------------------*/
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.verticalT {
  vertical-align: top;
}

.verticalM {
  vertical-align: middle;
}

.verticalB {
  vertical-align: bottom;
}

/*--------------------------------------------------

フォント太さ

--------------------------------------------------*/
.weightNormal {
  font-weight: normal;
}

.weightBold {
  font-weight: bold;
}

.weightBoldM {
  font-weight: 500;
}

/*--------------------------------------------------

フォントスタイル

--------------------------------------------------*/
.txtItalic {
  font-style: italic;
}

/*--------------------------------------------------

余白

--------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mlr0 {
  margin-left: 0;
  margin-right: 0;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr0 {
  padding-right: 0;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.plr0 {
  padding-left: 0;
  padding-right: 0;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

@media print, screen and (max-width:768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb05 {
    margin-bottom: 0.5rem !important;
  }
  .spmb10 {
    margin-bottom: 1rem !important;
  }
  .spmb20 {
    margin-bottom: 2rem !important;
  }
  .spmb30 {
    margin-bottom: 3rem !important;
  }
  .spmb40 {
    margin-bottom: 4rem !important;
  }
  .spmb50 {
    margin-bottom: 5rem !important;
  }
  .spmb60 {
    margin-bottom: 6rem !important;
  }
  .spmb70 {
    margin-bottom: 7rem !important;
  }
  .spmb80 {
    margin-bottom: 8rem !important;
  }
  .spmb90 {
    margin-bottom: 9rem !important;
  }
  .spmb100 {
    margin-bottom: 10rem !important;
  }
  .spmt0 {
    margin-top: 0 !important;
  }
  .spmt5 {
    margin-top: 5px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt-10 {
    margin-top: -10px !important;
  }
  .spmt-20 {
    margin-top: -20px !important;
  }
  .spmt-30 {
    margin-top: -30px !important;
  }
  .spmt-40 {
    margin-top: -40px !important;
  }
  .spmt-50 {
    margin-top: -50px !important;
  }
  .spmt-60 {
    margin-top: -60px !important;
  }
}
/*--------------------------------------------------

横幅指定

--------------------------------------------------*/
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w100per {
  width: 100%;
}

/*--------------------------------------------------

インデント

--------------------------------------------------*/
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent3 {
  margin-left: 3em;
  text-indent: -3em;
}

.indent4 {
  margin-left: 4em;
  text-indent: -4em;
}

.indent5 {
  margin-left: 5em;
  text-indent: -5em;
}

.indent6 {
  margin-left: 6em;
  text-indent: -6em;
}

/*--------------------------------------------------

画像

--------------------------------------------------*/
img {
  vertical-align: bottom;
}

.img100 {
  width: 100%;
}
.img100 img {
  width: 100%;
}