@charset "utf-8";

#cmsStyle img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
	display: block;
}

section#cmsStyle .greetingBox {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 1em;
    width: 80%;
    box-sizing: border-box;
    margin: 1em auto;
    text-align: center;
    font-size: 1.3em;
}
section#cmsStyle .greetingBox span {
    display: block;
    margin: 6px 0;
}
section#cmsStyle .greetingBox span br {
    display: none;
}

#cmsStyle img.alignright {
    float: right;
    margin: 0 0 1em 1em;
	display: block;
}

#m100s figure{
	width: 100%;
	margin: 1em 0;
	font-size: 1.3em;
}

#m100s .m100s_1st {
	display:flex;
	justify-content: flex-start;
	margin: 1em 0 0;
}

#m100s .m100s_1st>p {
	display: none;
}

.m100s_2nd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m100s_2nd figure {
    max-width: 49%;
    display: block;
}

.m100s_2nd figure img {
    width: 100%;
    height: auto;
}

#m100s .marginBtm{
	margin: 0 0 3em 0;
}

#cmsStyle blockquote {
    background: #eee;
    padding: 1.5em;
    margin: 1em 0;
    border-radius: 0.6em;
    display: flex;
    box-sizing: border-box;
}

#cmsStyle blockquote:before {
    content: '●';
    margin: 0 6px 0;
	font-size: 15px;
}

#cmsStyle blockquote p {
    padding: 0;
    margin: 0;
    display: inline;
}

#cmsStyle img.aligncenter {
    display: block;
    margin: 0 auto;
	max-width: 100%;
}

#cmsStyle ul.imageBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cmsStyle ul.imageBox li {
    width: calc(50% - 1em);
    margin-bottom: 1em;
	list-style: none;
}

#cmsStyle ul.imageBox li img{
    width: 100%;
    height: auto;
}

#cmsStyle img{
    max-width: 100%;
    height: auto;
}

#cmsStyle ul.pdfList_2,
#cmsStyle ul.pdfList_3 {
    display: flex;
    flex-wrap: wrap;
}

#cmsStyle ul.pdfList_2 li {
    width: calc(50% - 1em);
    list-style: none;
    margin: 0 0.5em 1em 0;
}

#cmsStyle ul.pdfList_3 li {
    width: calc(33% - 1em);
    list-style: none;
    margin: 0 0.5em 1em 0;
}

#cmsStyle ul.pdfList_2 li a,
#cmsStyle ul.pdfList_3 li a {
    background: none;
    border: 1px #eee solid;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
#cmsStyle ul.pdfList_2 li a img,
#cmsStyle ul.pdfList_3 li a img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#cmsStyle ul.pdfList_2 li a img,
#cmsStyle ul.pdfList_3 li a img {
    width: 98%;
    margin: 1em 1% 0;
}
#cmsStyle ul li a span, #cmsStyle ul.listStyle3 li a span {
    display: block;
	margin: 0 0 6px;
}

#cmsStyle .hasChild {
    width: 100%;
    display: block;
}

#cmsStyle ul.hasChildList {
    display: flex;
    flex-wrap: wrap;
}

#cmsStyle ul.hasChildList li {
	width: calc(50% - 2.5px);
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}

#cmsStyle ul.hasChildList li:nth-child(odd) {
    margin-right: 5px;
}

#cmsStyle ul.hasChildList li a {
    background: none;
	padding: 0 1em 1em;
	margin: 0;
	width: 100%;
	height: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
	font-weight: 600;
    box-sizing: border-box;
	border: 2px solid #ccc;
}

#cmsStyle ul.hasChildList li a:hover {
	border: 2px solid blue;
}

#cmsStyle ul.hasChildList li a:hover p {
    color: blue;
}

#cmsStyle ul.hasChildList li a p {
    margin: 0;
    padding: 0;
	font-size: 16px;
}

#cmsStyle ul.hasChildList li>p {
    margin: 0 auto 20px;
}

#cmsStyle .shinro_box h3 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  background: #e0f3ff;
  z-index: -4;
  border-radius: 0 10px 10px;
  background-image: none;
  padding: 13px 0 13px 6px;
  font-size: 26px;
  width: 90%;
  margin-left: 20px;
}

#cmsStyle .shinro_box h3:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

#cmsStyle .shinro_box figure {
    margin: 1em 0 2em;
    display: block;
}

#cmsStyle .shinro_box figure img {
    width: 100%;
    height: auto;
    max-width:516px;
    margin: 0 auto 0;
    display: block;
}

#cmsStyle .shinro_box figure .sp_only {
  display: none;
}

#cmsStyle .shinro_box ul, 
#cmsStyle .shinro_box ol {
    background: #f1f8ff;
    box-shadow: 0px 0px 0px 10px #f1f8ff;
    border: dashed 2px #668ad8;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-right: 20px;
    padding: 0.5em 0.5em 0.5em 3em;
    width: calc(100% - 60px);
    box-sizing: border-box;
}

#cmsStyle .shinro_box ul li {
  	line-height: 1.5;
  	padding: 0.5em 0;
	list-style: disc;
	margin-bottom: 0;
}

#cmsStyle .shinro_box ol li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style: decimal;
	background-image:none;
	margin-bottom: 0;
}

.contentBox {
    border: 1px solid #ddd;
	box-sizing: border-box;
}
.contentBox .titleStyle7,
.contentBox .titleStyle3{
    margin: 0 0 16px;
}

.contentBox .comm {
    margin-right: 0;
    margin-left: 0;
}

.tableWraper table {
    margin: 0!important;
}

section#cmsStyle.style404 h2{
    text-align: center;
    font-size: 20vw;
    line-height: 1;
    border: none;
    color: #10195a;
    box-sizing: border-box;
}
section#cmsStyle.style404 h2 span {
    font-size: 30%;
    display: block;
}
section#cmsStyle.style404 p {
    text-align: center;
    color: #10195a;
}

@media only screen and (min-width:1px) and (max-width:500px){
#cmsStyle ul.hasChildList li:nth-child(odd),
#cmsStyle ul.hasChildList li {
    width: 70%;
	min-width: 300px;
    margin: 0 auto 5px;
}
#cmsStyle .shinro_box figure .sp_only {
  display: inherit;
}
#cmsStyle .shinro_box figure .pc_only {
  display: none;
}
}
@media only screen and (min-width:1px) and (max-width:470px){
#m100s .m100s_1st {
    flex-wrap: wrap;
	justify-content: center;
	width: 100%!important;
}
#m100s .m100s_1st img{
    margin: auto;
}
.m100s_1st_innr {
    text-align: center;
}
.tableWraper {
    overflow-x: scroll;
    width: 100%;
}
}

@media only screen and (min-width:1px) and (max-width:460px){
#cmsStyle .shinro_box h3 {
    font-size: 18px;
    padding-left: 0;
}
#cmsStyle img.alignleft {
    float: none;
    margin: 0 auto 1em;
	width: auto;
	max-width: 100%;
}
#cmsStyle img.alignright {
    float: none;
    margin: 0 auto 1em;
	width: auto;
	max-width: 100%;
}
section#cmsStyle .greetingBox {
	max-width: 95%;	
}
section#cmsStyle .greetingBox span br {
    display: inherit;
}
}