@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 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 img.header {
    width: 1000px;
    margin-bottom: 30px;
  }
  #special-contents ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px auto 0;
    justify-content: center;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 20px 0;
  }
  #special-contents ul li {
    list-style: none;
    font-size: 15px;
    font-weight: bold;
  }
  #special-contents ul li a {
    color: #000;
    text-decoration: none;
  }
  #special-contents ul li a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  #special-contents ul li a span.arrow {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    top: -5px;
    left: 5px;
  }
  #special-contents ul li a span.arrow:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: opacity 0.3s ease;
  }
  #special-contents ul li a span.arrow:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -3px;
    left: 6px;
    bottom: 0;
    margin: auto;
    transition: opacity 0.3s ease;
  }
  #special-contents ul li a:hover span.arrow:before {
    opacity: 0.6;
  }
  #special-contents ul li a:hover span.arrow:after {
    opacity: 0.6;
  }
  #special-contents article {
    margin-top: 100px;
  }
  #special-contents h2 {

    border-left: 5px solid #20426f;
    padding: .3rem 1.5rem;
    font-weight: 600;
    font-size: 1.6em;
    margin: 0 0 30px;
  }
  #special-contents #contents01 div.youtube{
  text-align: center;
  }
  #special-contents #contents01 iframe{
  width: 740px;
  height: 417px;
  }
  #special-contents #contents01 dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #special-contents #contents01 dl dt {
    width: 300px;
  }
  #special-contents #contents01 dl dt img{
    width: 250px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
	
  }
  #special-contents #contents01 dl dd {
    width: 670px;
    margin-left: 30px;
    vertical-align: top;
  }
  #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 0;
	line-height: 1.6em;
  }
  #special-contents h3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background-color: #263f6e;
  }
  #special-contents dl dd p {
    margin-left: 24px;
  }
  #special-contents #contents02 {
    background: #f7f3f3;
    padding: 30px;
  }
  #special-contents #contents02 div {
    padding-top: 20px;
  }
  #special-contents #contents02 p.name {
    text-align: right !important;
  }
  #special-contents #contents02 img {
    width: 330px;
    float: left;
    margin: 0 30px 0 0;
  }
  
  #special-contents #contents05 div{
    background: #f7f3f3;
    padding: 50px 30px 30px;
	margin: 0 30px;
  }
  #special-contents #contents05 div img{
    width: 85%;
	margin: 0 auto;
  }
  
  #special-contents .columns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 1000px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #special-contents .columns .col {
    flex: 1 1 calc(33.333% - 10px); /* 3カラム幅（gapぶん引く） */
    box-sizing: border-box;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  #special-contents .columns .col p.publish_title {
    font-weight: bold;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    height: 5rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
    position: relative;
  }
  #special-contents .columns .col p.publish_title span {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
  }
  #special-contents .columns .col p.publish_title span.publish_title_end {
    font-weight: bold;
    font-size: 12px !important;
    color: #625e5e;
    position: absolute;
	top:.8rem;
  }
  #special-contents .columns .col p.publish_img {
    background: #f7f3f3;
    padding: 20px 0;
  }
  #special-contents .columns .col p.publish_img img {
    height: 230px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
	margin: 0 auto;
  }
  #special-contents .columns .col p.publish_text {
    text-align: left;
    padding: 0 20px;
    font-size: .9rem;
  }
  #special-contents #contents04 dl {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 30px 0;
	
  }
  #special-contents #contents04 dl dt {
    width: 310px;
	font-weight: normal;
  }
  #special-contents #contents04 dl dd {
    width: 600px;
    margin-left: 30px;
    vertical-align: top;
  }
  #special-contents #contents04 dl#contents04_2 dt {
    width: 470px;
	font-weight: normal;
	    margin-left: 30px;
  }
  #special-contents #contents04 dl#contents04_2 dd {
    width: 370px;
    margin-left: 30px;
    vertical-align: top;
  }
  #special-contents #contents04 dl#contents04_2 dd {
      font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
	text-align: center;
  }
  #special-contents #contents04 dl#contents04_2 dd img{
    margin-top: 20px;
  }
  #special-contents #contents04 div{
    background: #f7f3f3;
    padding: 30px 30px 10px;
	margin: 30px 60px;
  }
  
  
  #special-contents br.spbr {
    display: none;
  }
}
@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 img.header {
    width: 1000px;
    margin-bottom: 30px;
  }
  #special-contents ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px auto 0;
    justify-content: center;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 20px 0;
  }
  #special-contents ul li {
    list-style: none;
    font-size: 15px;
    font-weight: bold;
  }
  #special-contents ul li a {
    color: #000;
    text-decoration: none;
  }
  #special-contents ul li a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  #special-contents ul li a span.arrow {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    top: -5px;
    left: 5px;
  }
  #special-contents ul li a span.arrow:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: opacity 0.3s ease;
  }
  #special-contents ul li a span.arrow:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -3px;
    left: 6px;
    bottom: 0;
    margin: auto;
    transition: opacity 0.3s ease;
  }
  #special-contents ul li a:hover span.arrow:before {
    opacity: 0.6;
  }
  #special-contents ul li a:hover span.arrow:after {
    opacity: 0.6;
  }
  #special-contents article {
    margin-top: 100px;
  }
  #special-contents h2 {
    border-left: 5px solid #20426f;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 30px;
	line-height: 1.6em;
  }
  #special-contents #contents01 div.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	text-align: center;
  }
  #special-contents #contents01 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #special-contents #contents01 dl {
    margin: 30px 0 60px;
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
	flex-flow: column-reverse;
  }
  #special-contents #contents01 dl dt {
  padding-top: 10px;
  width: 100%;
  	text-align: center;
  }
  #special-contents #contents01 dl dd {
    width: 100%;
  }
  #special-contents #contents01 dl dt img{
    width: 60%;
	margin: 0 auto;
	    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
  }
  #special-contents h3 {
    position: relative;
    padding: 0 0 0 20px;
    display: flex;
    align-items: top;
    font-size: 1em;
    font-weight: 600;
    vertical-align: top;
	line-height: 1.4em;
  }
  #special-contents h3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0.3em;
    width: 15px;
    height: 15px;
    background-color: #263f6e;
  }
  #special-contents dl dd p {
padding-top: 10px;
  }
  #special-contents #contents02 {
    background: #f7f3f3;
    padding: 20px;
  }
  #special-contents #contents02 div {
    padding-top: 20px;
  }
  #special-contents #contents02 p.name {
    text-align: right !important;
  }
  #special-contents #contents02 img {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
  }
  
  #special-contents #contents05 div{
    padding: 10px 0;
  }
  #special-contents #contents05 div img{
    width: 100%;
	margin: 0 auto;
  }
  
  #special-contents .columns {

    margin-top: 30px;
    width:100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #special-contents .columns .col {
    box-sizing: border-box;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  #special-contents .columns .col p.publish_title {
    font-weight: bold;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    height: 4.5rem;
    display: flex; /* Flexbox化 */
    align-items: center; /* 縦方向中央 */
    justify-content: center; /* 横方向中央 */
    text-align: center; /* 複数行も中央寄せ */
    position: relative;
  }
  #special-contents .columns .col p.publish_title span {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
  }
  #special-contents .columns .col p.publish_title span.publish_title_end {
    font-weight: bold;
    font-size: 12px !important;
    color: #625e5e;
    position: absolute;
	top:.4rem;
  }
  #special-contents .columns .col p.publish_img {
    background: #f7f3f3;
    padding: 20px 0;
  }
  #special-contents .columns .col p.publish_img img {
    height: 230px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .25));
	margin: 0 auto;
  }
  #special-contents .columns .col p.publish_text {
    text-align: left;
    padding: 0 20px 40px !important;
    font-size: .9rem;
	    margin-bottom: -15px;
  }
  #special-contents #contents04 dl {

  }
  #special-contents #contents04 dl dt {

	font-weight: normal;
  }
  #special-contents #contents04 dl dd {
    vertical-align: top;
	margin-bottom: 40px;
  }
    #special-contents #contents04 h3 {
margin: 20px 0 10px;

  }
    #special-contents #contents04 dl#contents04_2 dt {

	font-weight: normal;

  }
  #special-contents #contents04 dl#contents04_2 dd {
  margin-top: 30px;
    vertical-align: top;
  }
  #special-contents #contents04 dl#contents04_2 dd {
      font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
	text-align: center;
  }
  #special-contents #contents04 dl#contents04_2 dd img{
    margin-top: 20px;
  }
  #special-contents #contents04 div{
    background: #f7f3f3;
    padding: 20px;
	margin: 20px 0;
  }

  #special-contents br.pcbr {
    display: none;
  }
}