﻿@charset "UTF-8";
BODY{
	line-height : 130%;
	margin-left : 10%;
	margin-right : 10%;
	list-style-type : disc;
	list-style-position : outside;
	background-color : #DFFFEF;
	margin-top: 5%;
}
H1{
  border-left-width : 20px;
  border-left-style : solid;
  border-left-color : #00B75B;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #00B75B;  
  padding-bottom : 5px;
  padding-left : 10px;
  font-weight : normal;  
  padding-top : 5px;
  color : black;
  padding-right : 5px;
  font-size : 120%;
  letter-spacing : 3px;

}
H2{
	padding-top : 20px;
	border-top-width : 1px;
	border-top-style : solid;
	text-align : center;
	font-size: small;
}
TABLE { 
  line-height : 130%;
}

.content{
    line-height: 1.5em !important;
}

.indent{
    text-indent: 1em;
}
A:LINK{
  color : #009F50;
}
A:VISITED{
  color : #000000;
}

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}


/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 5px;
  background-color: #008255;
}

/*
.general-button:before  {
  border-radius: 5px;
  border-bottom: 0px solid rgba(0,53,34, 0);
  background-color: rgba(0,53,34, 0);
}
*/

.button-content  {
  border-radius: 0px 0px 5px 5px;
  padding: 8px 6.5px;
  box-shadow: 0px 0px 0px 0px rgba(0,53,34, 0);
  color: #f8f8f8;
  border-radius: 5px;
  background-color: #008255;
}

.button-text  {
  padding: 0px 6.5px;
  line-height: 1.4em;
  font-size: 14px;
}

.icon-font  {
  padding: 0px 6.5px;
  font-size: 19px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -3px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #00915f;
}

.general-button:hover:before  {
  border-bottom: 3px solid rgba(0,53,34, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 3px 0px 0px rgba(0,53,34, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #006844;
  box-shadow: 0px 1.6px 0px 0px rgba(0,27,18, 1) inset;
}

.general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(0,53,34, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(0,53,34, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

/*
.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #008255;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(0,53,34, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(0,53,34, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #006844;
  box-shadow: 0px 1.6px 0px 0px rgba(0,27,18, 1) inset;
}

.touch .general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(0,53,34, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(0,53,34, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
/****
*  dl-table mobile
****/
.dl-table {  /**  <dl class="dl-table">  **/
    padding: 0;
    background: #efefef;
    border: 1px solid #ddd; 
}

.dl-child {  /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}

dl.dl-table dt, 
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
 
dl.dl-table dd:last-of-type {
    border-bottom: 0;
}

/**  768px以上でパソコンの表示になる  **/
@media screen and (min-width: 768px){

    /****
    *  dl-table PC
    ****/
   dl.dl-table dt {
        float: left;
        width: 40%;
        padding: .5rem;
        font-weight: bold;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 40%;
        padding: .5rem .5rem 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd; 
        background: #fff;
    }

    dl.dl-table dt:first-of-type, 
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }

}

.req{
	color: #c35959;
}
.pt7{
	padding-top: 7px;
}

.bold{
	font-weight:bold; 
}

p.end{
	color: red;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
}

/*--モーダルウィンドウ--*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/*--付箋風ボタン--*/
.btn-sticky {
  display: inline-block;
  width: 60%;
  height: 100%;
  padding: 0.5em 1em;
  margin: 5px 10px;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 10px #006e54;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/*--角丸ボタン--*/
.rounded_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px;
  padding: 1em 2em;
  width: 120px;
  color: #00a381;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50px;
  border: 5px solid #00a381;
  text-decoration:none;
}

.rounded_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #00a381;
  border-right: 3px solid #00a381;
  transform: rotate(45deg);
}

.rounded_btn a:hover {
  text-decoration: none;
  background-color: #aacf53;
  color: #fff;
}

/*--------------------------------------
  カード型
--------------------------------------*/
.l-wrapper_01 {
  margin: 10px 5px;
  width: 35%;
  height: 100%;
}

.l-wrapper_01:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .3s;
}

.card_01 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    color: #212121;
    text-decoration: none;
    border-radius: 5px;
}

.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
    width: 100%;
    height: 80px;
    padding: 1rem 1.5rem 0;
    font-size: 0.9rem;
    order: 1;
    margin-bottom: 0.6rem;
    font-weight: bold;
    text-decoration: none;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
}

.card__body_01 {
  padding: 0 1rem;
}

.card__text_01 {
    font-size: .8rem;
    text-align:center;
    text-decoration: none;
    padding-bottom: 0;
    margin: auto;
}

.card__text2_01 {
    height: 80px;
    font-size: .8rem;
    margin: 1rem 10px;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #00a381;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
    background-color: #aacf53;
}

.card__header_02{
    display: inline-block;
    border-bottom: solid 5px #00a381;
    margin-bottom: 10px;
    width: 100%;
}

.ksot_notes{
    vertical-align: super;
    font-size: 8px;
}

.flex_box{
    display: flex;
}

@media only screen and (max-width:600px) {
    .l-wrapper_01 {
        margin: 10px 5px;
        width: 100%;
        height: 100%;
    }
    
    .card__text2_01 {
        height: 80px;
        font-size: .8rem;
        margin: 1rem 10px;
    }
    
    .card__title_01 {
        height: 80px;
        font-size: 1.0rem;
    }

    
    .flex_box{
    display: block;
    }
}