@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */ :focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after { /*モダンブラウザ*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix { /*IE7,Mac IE5*/
  display: inline-block;
}
/*IE6以前*/
/*Hides from Ie-mac¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*End hide from IE-mac*/
#special-contents a {
  color: #284BC2;
}
#special-contents a:hover {
  text-decoration: underline;
}
#special-contents {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
#special-contents a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
@media (any-hover: hover) {
  .editorContent__pdfBtn a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.editorContent__pdfBtn {
  width: 200px;
  margin: 0 auto;
}
.editorContent__pdfBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border: 2px solid #C3C4C4;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 10rem;
  letter-spacing: 0;
  color: #000000 !important;
  text-decoration: none !important;
}
.editorContent__pdfBtn a:hover {
  background: #C3C4C4;
  color: #ffffff !important;
}
.editorContent__pdfBtn a span {
  font-size: var(--fontEN);
  font-size: 0.7em;
  font-weight: 500;
  margin-left: 0.4em;
  color: #2F3031;
  text-decoration: none !important;
}
.editorContent__pdfBtn a:hover span {
  color: #ffffff !important;
}
@media screen and (min-width: 641px) {
  #special-contents {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #special-contents p {
    margin-bottom: 15px;
    line-height: 1.75em;
  }
  #special-contents p strong {
    margin-bottom: 15px;
    line-height: 2em;
  }
  #special-contents img.header {
    width: 1000px;
    margin-bottom: 30px;
  }
  #special-contents article {
    margin-top: 100px;
  }
  #special-contents article.contents01 {
    background: #d3ebfa;
    margin-top: 50px;
  }
  #special-contents article.contents01 dl {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  #special-contents article.contents01 dl dt {
    width: 560px;
    text-align: center;
	position: relative;
  }
  #special-contents article.contents01 dl dd {
    width: 400px;
  }
  #special-contents .balloon1 {
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    height: 2.5em;
    color: #555;
    background: #fff;
    border-radius: 2.5em;
    margin: 10px 0 20px;
  }
  #special-contents .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
  #special-contents .balloon1 p {
    margin: 0 !important;
  }
  #special-contents p.text_blue {
    color: #114883;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
  }
  #special-contents article.contents01 dl dt p.text_black {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
	   position: absolute;
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
	margin: auto;
	right: 0;
	left: 0;
}
  #special-contents div.box_white {
    background: #fff;
    padding: 20px 0 20px;
    margin: 0;
    width: 380px;
  }
  #special-contents div.box_white p {
    font-size: 13px;
    text-align: center;
  }
  #special-contents div.box_white div.box_white_text {
    width: 280px;
	margin: 0 auto;
	float: left;
  }
  #special-contents div.box_white div.box_white_img {
  	float: right;
	margin-right: 20px;
    }
  #special-contents div.box_white div.box_white_img img {
    width: 80px;
	float: right;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
  }  
  
  #special-contents h2 {
    padding: .3rem 1.5rem;
    font-weight: 600;
    font-size: 1.6em;
    margin: 0 0 30px;
  }
  #special-contents #contents02 h2 {
    border-left: 5px solid #3559a5;
  }
  #special-contents #contents03 h2 {
    border-left: 5px solid #db5c24;
  }
  #special-contents #contents04 h2 {
    border-left: 5px solid #b58523;
  }
  #special-contents #contents05 h2 {
    border-left: 5px solid #5d9440;
  }
  #special-contents h3 {
    position: relative;
    padding: 0 0 0 25px;
    display: flex;
    align-items: top;
    font-size: 1.3em;
    font-weight: 600;
    vertical-align: top;
    margin: 0 0 20px 30px;
	line-height: 1.6em;
  }
  #special-contents h3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
  }
  #special-contents #contents02 h3::after {
    background-color: #3559a5;
  }
  #special-contents #contents03 h3::after {
    background-color: #db5c24;
  }
  #special-contents #contents04 h3::after {
    background-color: #b58523;
  }
  #special-contents #contents05 h3::after {
    background-color: #5d9440;
  }
  
  #special-contents ul{
  list-style: disc;
  margin:0 4.5rem;
  }  
  #special-contents ul li{
    margin-bottom: 5px;
    line-height: 1.75em;
  }  
  
  #special-contents div.graph_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 70px;
    width: 870px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  #special-contents div.graph_box {
    width: 400px;
    margin: 0 auto;
  }
  #special-contents div.graph_box p.graph_title {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    font-size: .9em;
    line-height: 2em;
  }
  #special-contents #contents02 div.graph_box p.graph_title {
    background: #3458a5;
  }
  #special-contents #contents03 div.graph_box p.graph_title {
    background: #db5c24;
  }
  #special-contents #contents04 div.graph_box p.graph_title {
    background: #b58523;
  }
  #special-contents #contents05 div.graph_box p.graph_title {
    background: #5d9440;
  }
  #special-contents div.graph_box img {
    width: 100%;
  }
  #special-contents br.spbr {
    display: none;
  }
  
  #special-contents div.mt40 {
    margin-top: 40px;
  }
  #special-contents article.mt100 {
    margin-top: 100px;
 } 
  
}
@media screen and (max-width: 640px) {
  #special-contents {
    margin: 0 20px 100px;
  }
  #special-contents p {
    margin-bottom: 15px;
    line-height: 1.75em;
	font-size: .9em;
	
  }
  #special-contents p strong {
    margin-bottom: 15px;
    line-height: 1.75em;
  }
  #special-contents img.header {
    width: 100%;
	margin-bottom: 20px;
  }
  #special-contents article {
    margin-top: 100px;
  }
  #special-contents article.contents01 {
    background: #d3ebfa;
    margin-top: 50px;
  }
  #special-contents article.contents01 dl {
    padding: 10px 20px 0;
    display: inline;
  }
  #special-contents article.contents01 dl dt {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  #special-contents article.contents01 dl dd {
    margin: 30px 0 0;
    padding: 0 20px;
  }
  
  #special-contents .balloon1 {
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    height: 4em;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 4em;
	margin-bottom: 20px;
  }
  #special-contents .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
  #special-contents .balloon1 p {
    margin: 0 !important;
  }
  #special-contents p.text_blue {
    color: #114883;
    font-size: 20px;
    line-height: 1.75em;
    font-weight: bold;
  }
  #special-contents article.contents01 dl dt p.text_black {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
	margin: 0 20px;
}
  #special-contents div.box_white {
    background: #fff;
    padding: 20px 20px 20px;
    margin: 0;
  }
  #special-contents div.box_white p {
    font-size: 13px;
    text-align: center;
  }
  
  #special-contents div.box_white div.box_white_img {

    }
  #special-contents div.box_white div.box_white_img img {
    width: 40%;
	margin: 20px auto 0;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
  }  
  
  #special-contents h2 {
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 30px;
	line-height: 1.6em;
  }
  #special-contents #contents02 h2 {
    border-left: 5px solid #3559a5;
  }
  #special-contents #contents03 h2 {
    border-left: 5px solid #db5c24;
  }
  #special-contents #contents04 h2 {
    border-left: 5px solid #b58523;
  }
  #special-contents #contents05 h2 {
    border-left: 5px solid #5d9440;
  }
  #special-contents h3 {
    position: relative;
    padding: 0 0 0 20px;
    display: flex;
    align-items: top;
    font-size: 1em;
    font-weight: 600;
    vertical-align: top;
    margin: 0 0 20px;
	line-height: 1.4em;
  }
  #special-contents h3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0.3em;
    width: 15px;
    height: 15px;
  }
  #special-contents #contents02 h3::after {
    background-color: #3559a5;
  }
  #special-contents #contents03 h3::after {
    background-color: #db5c24;
  }
  #special-contents #contents04 h3::after {
    background-color: #b58523;
  }
  #special-contents #contents05 h3::after {
    background-color: #5d9440;
  }
  
  #special-contents ul{
  list-style: disc;
  margin: 0 0 0 15px;
  }  
  #special-contents ul li{
    margin-bottom: 10px;
    line-height: 1.75em;
	font-size: .9em;
  }  
  
  
  #special-contents div.graph_wrap {

    text-align: center;
    margin: 0 auto;
  }
  #special-contents div.graph_box {
    margin: 0 auto;
  }
  #special-contents div.graph_box p.graph_title {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 40px 0 0;
    font-size: .9em;
    line-height: 1.4em;
	padding: 4px 0;
  }
  #special-contents #contents02 div.graph_box p.graph_title {
    background: #3458a5;
  }
  #special-contents #contents03 div.graph_box p.graph_title {
    background: #db5c24;
  }
  #special-contents #contents04 div.graph_box p.graph_title {
    background: #b58523;
  }
  #special-contents #contents05 div.graph_box p.graph_title {
    background: #5d9440;
  }
  #special-contents div.graph_box img {
    width: 100%;
  }
  #special-contents br.pcbr {
    display: none;
  }
}