@charset "UTF-8";
/* スマートフォン向け */
@media all and (max-width: 639px) {

  .activities-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 10px;
  }
  .activities-box .activities-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .activities-box .question-list .question {
    margin-bottom: 3%;
  }
  .activities-box .question-list .question .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .activities-box .question-list .question .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .question .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 1em;
  }
  .activities-box .question-list .answer {
    margin-bottom: 8%;
  }
  .activities-box .question-list .answer .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .activities-box .question-list .answer .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .answer .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 1em;
  }

  .calender-box {
    width: 95%;
    height: auto;
    margin: 5% auto;
    padding: 10px;
  }
  .calender-box .logo-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .calender-box .logo-list .logo-item {
    list-style-type: none;
  }
  .calender-box .month-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .calender-box .month-list .month-item {
    list-style-type: none;
    width: 50%;
    height: auto;
  }
  .calender-box .supplement {
    margin: 3% auto;
    width: 90%;
    height: auto;
  }

  .calender-box table tbody.act-tbl {
    width: 100%;
    border: 2px #000000 solid;
    border-collapse: collapse;
	  -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .calender-box table tbody.act-tbl tr  {
    text-align: center;
  	display: flex;
	  flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .calender-box table tbody.act-tbl tr th {
  	width: 100%;
    background-color: #888888;
    border: 2px #000000 solid;
	  flex-direction: column;
  	padding: 0.6em;
  }
  .calender-box table tbody.act-tbl tr td  {
    width: 100%;
    border-bottom: 2px #000000 solid;
	  border-right: 2px #000000 solid;
  	border-left: 2px #000000 solid;  
	  flex-direction: column;
  	padding: 0.6em;
  }
  p.update {
  	text-align: center;
  }
  p.cap-up {
  	text-align: center;
	  font-size: 140%;
  }
}
/* タブレット向け */
@media all and (min-width: 640px) and (max-width: 1023px) {
  .activities-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 10px 100px;
  }
  .activities-box .activities-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .activities-box .question-list .question {
    margin-bottom: 3%;
  }
  .activities-box .question-list .question .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .activities-box .question-list .question .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .question .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 1.1em;
  }
  .activities-box .question-list .answer {
    margin-bottom: 8%;
  }
  .activities-box .question-list .answer .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .activities-box .question-list .answer .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .answer .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 1.1em;
  }

  .calender-box {
    width: 95%;
    height: auto;
    margin: 5% auto;
    padding: 10px;
  }
  .calender-box .logo-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .calender-box .logo-list .logo-item {
    list-style-type: none;
  }
  .calender-box .month-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .calender-box .month-list .month-item {
    list-style-type: none;
    width: 33.3333333333%;
    height: auto;
  }
  .calender-box .supplement {
    margin: 3% auto;
    width: 90%;
    height: auto;
    font-size: 0.9em;
  }

  .calender-box table tbody.act-tbl {
    width: 100%;
    border: 2px #000000 solid;
    border-collapse: collapse;
	  -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .calender-box table tbody.act-tbl tr  {
    text-align: center;
  	display: flex;
	  flex-wrap: wrap;
    flex-direction: column;
    width: 600px;
  }
  .calender-box table tbody.act-tbl tr th {
  	width: 100%;
    background-color: #888888;
    border: 2px #000000 solid;
	  flex-direction: column;
  	padding: 0.6em;
  }
  .calender-box table tbody.act-tbl tr td  {
    width: 100%;
    border-bottom: 2px #000000 solid;
	  border-right: 2px #000000 solid;
  	border-left: 2px #000000 solid;  
	  flex-direction: column;
  	padding: 0.6em;
  }
  p.update {
  	text-align: center;
  }
  p.cap-up {
  	text-align: center;
	  font-size: 140%;
  }




}
/* ネットブック向け */
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .activities-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 10px 100px;
  }
  .activities-box .activities-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .activities-box .question-list .question {
    margin-bottom: 3%;
  }
  .activities-box .question-list .question .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .activities-box .question-list .question .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .question .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 18pt;
  }
  .activities-box .question-list .answer {
    margin-bottom: 8%;
  }
  .activities-box .question-list .answer .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .activities-box .question-list .answer .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .answer .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 18pt;
  }

  .calender-box {
    width: 95%;
    height: auto;
    margin: 5% auto;
    padding: 10px;
  }
  .calender-box .logo-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .calender-box .logo-list .logo-item {
    list-style-type: none;
  }
  .calender-box .month-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .calender-box .month-list .month-item {
    list-style-type: none;
    width: 25%;
    height: auto;
  }
  .calender-box .supplement {
    margin: 3% auto;
    width: 700px;
    height: auto;
    font-size: 0.9em;
  }

  .calender-box table tbody.act-tbl {
    width: 100%;
    border: 2px #000000 solid;
    border-collapse: collapse;
	  -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .calender-box table tbody.act-tbl tr  {
    text-align: center;
  	display: flex;
	  flex-wrap: wrap;
    flex-direction: column;
    width: 960px;
  }
  .calender-box table tbody.act-tbl tr th {
  	width: 100%;
    background-color: #888888;
    border: 2px #000000 solid;
	  flex-direction: column;
  	padding: 0.6em;
  }
  .calender-box table tbody.act-tbl tr td  {
    width: 100%;
    border-bottom: 2px #000000 solid;
	  border-right: 2px #000000 solid;
  	border-left: 2px #000000 solid;  
	  flex-direction: column;
  	padding: 0.6em;
  }
  p.update {
  	text-align: center;
  }
  p.cap-up {
  	text-align: center;
	  font-size: 140%;
  }
  
}
/* パソコン向け */
@media all and (min-width: 1400px) {
  .activities-box {
    width: 1000px;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 10px 100px;
  }
  .activities-box .activities-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .activities-box .question-list .question {
    margin-bottom: 3%;
  }
  .activities-box .question-list .question .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .activities-box .question-list .question .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .question .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 18pt;
  }
  .activities-box .question-list .answer {
    margin-bottom: 8%;
  }
  .activities-box .question-list .answer .handshake-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .activities-box .question-list .answer .handshake-list .icon {
    list-style-type: none;
    margin-right: 2%;
  }
  .activities-box .question-list .answer .handshake-list .text {
    list-style-type: none;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 18pt;
  }

  .calender-box {
    width: 1000px;
    height: auto;
    margin: 5% auto;
    padding: 10px;
  }
  .calender-box .logo-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .calender-box .logo-list .logo-item {
    list-style-type: none;
  }
  .calender-box .month-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .calender-box .month-list .month-item {
    list-style-type: none;
    width: 25%;
    height: auto;
  }
  .calender-box .supplement {
    margin: 3% auto;
    width: 700px;
    height: auto;
    font-size: 0.7em;
  }
	
	
  .calender-box table tbody.act-tbl {
    width: 100%;
    border: 2px #000000 solid;
    border-collapse: collapse;
	  -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .calender-box table tbody.act-tbl tr  {
    text-align: center;
  	display: flex;
	  flex-wrap: wrap;
    flex-direction: column;
    width: 1000px;
  }
  .calender-box table tbody.act-tbl tr th {
  	width: 100%;
    background-color: #888888;
    border: 2px #000000 solid;
	  flex-direction: column;
  	padding: 0.6em;
  }
  .calender-box table tbody.act-tbl tr td  {
    width: 100%;
    border-bottom: 2px #000000 solid;
	  border-right: 2px #000000 solid;
  	border-left: 2px #000000 solid;  
	  flex-direction: column;
  	padding: 0.6em;
  }
  p.update {
  	text-align: center;
  }
  p.cap-up {
  	text-align: center;
	  font-size: 140%;
  }
}
