.kome{
        font-size: 12px!important;
        text-align: left!important;
        line-height: 20px!important;
        font-weight: 400!important;
        padding-left:1em;
	    text-indent:-1em;
        }
@media only screen and (min-width: 768px) {
.kome{
        font-size: 14px!important;
        text-align: left!important;
        line-height: 20px!important;
        font-weight: 400!important;
        padding-left:1em;
	    text-indent:-1em;
        }
        }

.kome a:hover{
               text-decoration: underline;
               }
       
.blue-bg{
          background-color: #f0f8ff;
          }

/* -------------------------------- 
括弧
-------------------------------- */

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/* -------------------------------- 
インデント
-------------------------------- */
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 12px;
	text-align: left;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 14px;
	text-align: left;
	margin-top: 30px;
}
.indent-1 a:hover{
             text-decoration: underline;
             }
}

.indent-2 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 12px;
	text-align: right;
}
@media only screen and (min-width: 768px) {
.indent-2 {
	padding-left:1em;
	text-indent:-1em;
	font-size: 14px;
	text-align: right;
}
}

/* 4カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    color: #00479d;
    text-align: center;
    min-height: 200px;
    margin-top: 30px;
}
.col_4 > div{
	width: 23%;
	padding: 10px;
	margin:5px;
}
@media screen and (max-width: 670px) {
	.col_4 > div{
		width: 46%;
	}
}
@media screen and (max-width: 420px) {
	.col_4 > div{
		width: 100%;
	}
	.col_4 > div img{
		width: 60%;
		margin-bottom: 0px!important;
	}
}

/*-------------------------------
2カラム
--------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    color: #00479d;
    text-align: center;
    min-height: 200px;
    margin-top: 30px;
}
.col_2 > div{
	width: 46%;
	padding: 10px;
	margin:5px;
}
.col_2 img{
             margin-bottom: 20px;
             }

@media screen and (max-width: 420px) {
	.col_2 > div{
		width: 100%;
	}
	.col_2 > div img{
		width: 90%;
		margin-bottom: 0px!important;
	}
}

/* -------------------------------- 
4カラムタイトル
-------------------------------- */
.column-title{
             font-weight: 600;
             text-align: center;
             color: #00479d;
             margin-bottom: 20px;
             font-size: 18px;
             }
@media screen and (max-width: 420px) {
.column-title{
             font-weight: 600;
             text-align: center;
             color: #00479d;
             }
             }
/* --------------------------------
メリット */

.line2{
        border:1px solid #000000;
        padding: 30px;
        margin-top: 0px;
        }
.line2 ul{
           font-weight: 600;
           }
.line2 ul li{
              line-height: 30px!important;
              }
.line-gray{
        border:1px solid #000000;
        background-color: #cccccc;
        padding: 30px;
        margin-top: 0px;
        }
/* -------------------------------- */
.light_blue-bg{
                background-color: #d9eefb;
                border-radius:10px;
                padding: 20px;
                margin-bottom: 20px;
                }
@media only screen and (min-width: 768px) {
.light_blue-bg{
                background-color: #d9eefb;
                border-radius:10px;
                padding: 30px;
                margin-bottom: 20px;
                }
                }
.light_blue-bg ol{
                   margin-top: 20px;
                   padding-bottom: 30px;
                   border-bottom: 1px dotted #000000;
                   }
.light_blue-bg ol li{
                   font-size: 18px!important;
                   }
/* -------------------------------- */
#download img{
               border:1px solid #595757;
               padding-bottom: 0px;
               }
#download .column-2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
}

/* -------------------------------- 
小見出し
-------------------------------- */
.blue-title{
    text-align: left;
    font-weight: 600;
    color: #007ac5;
    margin:0px;
    padding-bottom:23px;
    font-size: 23px;
    padding-left:1em;
	text-indent:-0.5em;
    }
.blue-title-c{
    text-align: center;
    font-weight: 600;
    color: #007ac5;
    margin:0px;
    font-size: 21px;
    }
@media only screen and (min-width: 768px) {
.blue-title-c{
    text-align: center;
    font-weight: 600;
    color: #007ac5;
    margin:0px;
    font-size: 23px;
    }
    }
.title-23-l {
    font-size: 23px;
    text-align: left;
    font-weight: 600;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 30px;
    margin-left: 20px;
}
/* -------------------------------- 

カラム

-------------------------------- */
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 30px;
}
.item {
  border-radius: 10px;
  background: #ffffff;
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.item {
  border-radius: 10px;
  background: #ffffff;
  padding: 15px;
  text-align: center;
}
}

.bold-text-left{
         text-align: left;
         font-size: 16px;
         font-weight: 600;
         padding-left: 10px;
         margin:0 0 20px 0;
         }
@media only screen and (min-width: 768px) {               
.bold-text-left{
         text-align: left;
         font-size: 20px;
         font-weight: 600;
         padding-left: 10px;
         }
         }
.title-underline{
         font-weight: 600;
         font-size: 23px;
         border-bottom: 3px dotted #ccc;
         margin-bottom: 30px;
         padding-bottom: 5px;
         }
#article .text-bold-c {
    font-weight: 600;
    text-align: center;
    font-size: 100%;
    line-height: 27px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
#article .text-bold-c {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
}
.line-blue2 ol li{
    font-size: 16px!important;
}
@media only screen and (min-width: 768px) {
.line-blue2 ol li{
    font-size: 18px!important;
}
}
.flex-container{
  justify-content: center;
  align-items: center;
}
#download img{
               max-width: 210px;
               }
.line-blue ul li{
           list-style: none;
           line-height: 35px!important;
           }

.title-23-c {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .title-23-c {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }
}
/* 吹き出し */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 30px;
  min-width: 320px;
  max-width: 100%;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.balloon1-text {
  margin: 0;
  padding: 30;
  text-align: center;
  font-weight: 600;
  color: #007ac5!important;
  font-size: 21px!important;
}
@media screen and (min-width: 768px){ 
.balloon1-text {
  margin: 0;
  padding: 30;
  text-align: center;
  font-weight: 600;
  color: #007ac5!important;
  font-size: 23px!important;
}
}

@media screen and (min-width: 768px){   
  .pc-img { display:block; }
  .sp-img { display:none; }
}
@media screen and (max-width: 768px){   
  .pc-img { display:none; }
  .sp-img { display:block; }
}

.c-img{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        }
@media screen and (min-width: 458px){  
.c-img{
        width: 40%;
        text-align: center;
        margin: 0 auto;
        }
        }
.time-img{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        }
.time{
       background-color: #00479d;
       color: #ffffff;
       padding: 5px 20px;
       border-radius:30px;
       display: inline-block;
       font-size: 18px;
       }
.time2{
       background-color: #00479d;
       color: #ffffff;
       padding: 30px;
       border-radius:10px;
       font-weight: 600;
       font-size: 130%;
       text-align: center;
       }
.time3{
       background-color: #a11e37;
       color: #ffffff;
       padding: 20px;
       border-radius:10px;
       font-weight: 600;
       font-size: 130%;
       text-align: center;
       }
@media screen and (min-width: 458px){  
.time-img{
        width: 40%;
        text-align: center;
        margin-bottom: -90px;
        }
.time{
       background-color: #00479d;
       color: #ffffff;
       padding: 5px 20px;
       border-radius:30px;
       display: inline-block;
       font-size: 18px;
       }
.time2{
       background-color: #00479d;
       color: #ffffff;
       padding: 30px;
       border-radius:10px;
       font-weight: 600;
       font-size: 25px;
       text-align: center;
       }
.time3{
       background-color: #a11e37;
       color: #ffffff;
       padding: 30px;
       border-radius:10px;
       font-weight: 600;
       font-size: 25px;
       text-align: center;
       }
         }
.line-dotted{
              border-bottom: 3px dotted #ccc;
              }
.pdn60{
        padding-top: 60px;
        } 
.pdn80{
        padding-top: 80px;
        margin-top: -100px;
        }
@media screen and (max-width: 768px){    
.pdn80{
        padding-top: 80px;
        }
        }
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}  