@charset "utf-8";

@media screen and (min-width: 640px) {
	.use-module .sd4__heading{
		padding-bottom: 100px;
	}
}

.use-module .sd4__heading h1{
	line-height: 1.3;
}

.use-module .module-a {
	width: 940px;
}

.use-module .module-a:first-of-type .mod-txt:first-of-type {
	margin-top: 0 !important;
}

.use-module .module-l:first-child {
	width: 690px;
}

.use-module .module-o .speaker-txtbox{
	max-width: 690px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.use-module .module-o .speaker-txtbox p.mod-txt{
	font-size: 100%;
	line-height: 1.6;
}	

@media screen and (max-width: 640px) {
	.use-module .module-a,
	.use-module .module-o {
		width: 100%;
	}
}

.use-module .module-w{
	box-sizing: border-box;
	max-width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px;
	border: 1px solid #707070;
}

@media screen and (max-width: 480px) {
	.use-module .module-w{
		padding: 30px;
	}
}

.use-module .module-w .mod-ttl{
	margin-bottom: 20px;
	font-size: 112.5%;
}

.use-module .module-w p.caption-txt{
	font-size: 68.75%;
}

.use-module .module-w p:last-of-type{
	margin-bottom: 0;
}

.newstop {
	padding-top: 60px;
}

.use-module .sd4__content {
    padding-top: 0;
}

.use-module .sd4__content .module-a{
	margin-top: 0;
}

.use-module figcaption a {
	text-decoration: underline;
}

.use-module .mod-caption {
	font-size: 68.75%;
	line-height: 1.82;
}

.sd4__container.use-module .mod-caption a{
	text-decoration: underline;
}

@media screen and (max-width: 640px){
	.use-module .module-o .intro-img {
		display: block;
	}
}

.sd2-container .module-r {
    /* ============================================
  .module-r
  用途：画像 2カラム
   */
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.sd2-container .module-r .mod-columns {
    display: flex;
}

.sd2-container .module-r .mod-columns .img-box {
    flex: 1 0 45%;
    max-width: 465px;
    max-height: 310px;
    overflow: hidden;
}

.sd2-container .module-r .mod-columns .img-box:nth-of-type(n+2) {
    margin-left: 10px;
}

.sd2-container .module-r .mod-columns .img-box img {
    max-width: 100%;
}

.sd2-container .module-r .mod-txt {
    font-size: 68.75%;
    line-height: 1.55;
    margin: 20px auto 0;
    max-width: 690px;
}

.sd2-container .module-c .mod-txt .center,
.sd2-container .module-r .mod-txt .center,
.sd2-container .module-r .mod-txt.center {
    text-align: center;
}

.intro h1 {
    text-indent: 0.5em;
}

@media screen and (max-width: 640px) {
    .sd2-container .module-r {
        width: 100%;
    }

    .sd2-container .module-r .mod-txt {
        margin: 10px auto 0;
    }
	.intro h1 {
		text-indent: 0;
	}
}

@media screen and (max-width: 480px) {
    .sd2-container .module-r {
        flex-wrap: wrap;
    }

    .sd2-container .module-r .mod-columns {
        flex-wrap: wrap;
    }

    .sd2-container .module-r .mod-columns .img-box {
        flex: 0 0 100%;
    }

    .sd2-container .module-r .mod-columns .img-box:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 10px;
    }
}

.sd2-container .intro .img-area{
	text-align: center;
}

dl.contents-info{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

dl.contents-info dt {
    float: none;
    width: 9%;
    box-sizing: border-box;
}

dl.contents-info dd {
    width: 91%;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    dl.contents-info{
        display: block;
        flex-wrap: no-wrap;
    }

    dl.contents-info dt {
        width: 100%;
        margin-top: 0.8em;
    }

    dl.contents-info dd {
        width: 100%;
    }
}

/*dl.contents-info dt:nth-of-type(3),
dl.contents-info dt:nth-of-type(4) {
  float: none;
  width: 100%;
}*/

.sd2-container p:first-of-type {
	margin-bottom: 0px;
}

br.nb48{
	display:block;
}

br.b32{
	display:none;
}

@media screen and (max-width: 480px) {
	br.nb48{
		display:none;
	}
}

@media screen and (max-width: 320px) {
	br.b32{
		display:block;
	}
}

.sd4__container.use-module figure.mod--profile-imgbox{
	max-width: 960px;
	margin: 0 auto;
}

.sd4__container.use-module figure.mod--profile-imgbox img{
	width: 100%;
}

figcaption {
	margin: 10px auto 0 auto;
	font-size: 0.69rem;
	text-align: left;
	max-width: 690px;
}

figcaption.profile {
	margin-top: 30px;
}

figcaption.profile a{
	display: block;
	/*margin-top: 1em;*/
}

figcaption.profile a:nth-of-type(1){
	margin-top: 0.5rem;
}

figcaption span{
	display:block;
	text-align:center;
}

.sd4__container sup{
	margin-right: 1px;
	margin-left: -1px;
}

.use-module .module-p{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.use-module .module-p .txt-box{
	text-align: left;
}

@media screen and (max-width: 640px) {
	.use-module .module-p{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.use-module .txt-box .center, .use-module .txt-box.center{
		text-align: left;
	}
}

/* 画像の下、左右にキャプションが入る場合のmodule */

@media screen and (max-width: 480px) {
    .use-module .module-o .speaker-txtbox {
        padding-left: 0;
    }
}

.mm3 {
	margin-left: -.3em;
}

.mod-ttl .mm3 {
	margin-left: -.4em;
}

.mm4 {
	margin-left: -.5em;
}

.use-module .section.module__set-20 {
  margin-top: 20px;
}

.use-module .section.module__set-110{
	margin-top: 110px;
}

/*.use-module .module-c .mod-txt{
	font-size: 68.75%;
	line-height: 1.55;
	margin: 20px auto 0;
	max-width: 690px;
}*/

.use-module .module-c .mod-txt strong{
	display: block;
	font-family: "SST W20 Roman", sans-serif;
	font-weight: bold;
}

.use-module .module-c .mod-txt+.ques {
    margin-top: 60px;
}

.use-module .sd4__content .module-c .linkbox,
.use-module .sd4__content .module-n .linkbox {
	margin-top: 20px;
}

.use-module .sd4__content .module-n .linkbox a{
	border-bottom: none;
}

.use-module .sd4__content .module-c .linkbox,
.use-module .sd4__content .module-n .linkbox {
	text-align: center;
	font-size: 81.25%;
}

.sd4__heading .sd4__heading-inner p{
	font-size: 1rem;
	line-height: 1;
}

.use-module .section.module__set-40 {
    margin-top: 40px;
}

.use-module .section.module__set-60 {
    margin-top: 60px;
}

.use-module .section.module__set-200 {
    margin-top: 200px;
}

@media screen and (max-width: 480px) {
	.use-module .section.module__set-200 {
		margin-top: 150px;
	}
}

span.wq-start {
    display: inline-block;
    width: .45em;
}

span.wq-end {
    display: inline-block;
    width: .45em;
}

.use-module .module-c.hasquote {
	text-align: center;
}

.use-module .module-c .mod-ttl.quote{
	padding: 10px 0;
	padding-left: 25px;
	font-size: 1.25em;
	/*text-indent: -2.5em;*/
}

.use-module .module-c.first .mod-ttl.quote{
	text-indent: 0;
}

.use-module .module-c.second .mod-ttl.quote{
	text-indent: 0;
}

.use-module .module-c.third .mod-ttl.quote{
	text-indent: 0;
}

/*.use-module .module-c:nth-of-type(7) .mod-ttl.quote{
	padding: 10px 0;
	padding-left: 25px;
	text-indent: 0;
}*/

.use-module .module-c .mod-ttl.quote span.tight{
	letter-spacing: -0.5em;
}

.use-module .module-c .mod-ttl.quote{
	transform: skewX(-13deg);
	display: inline-block;
	text-align: center;
	/*text-indent: -1em;*/
	line-height: 1.75;
	padding-left: 56px;
	padding-right: 56px;
}

.use-module .module-c .mod-ttl.quote:before{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 14px;
	content: "";
	background-image: url("../img/w-quote-f.svg");
	background-repeat: no-repeat;
	background-position: left top;
	transform: skewX(13deg);
}

.use-module .module-c .mod-ttl.quote:after{
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 20px;
	height: 14px;
	content: "";
	background-image: url("../img/w-quote-r.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	transform: skewX(13deg);
}

.use-module .module-c.first .mod-ttl.quote:after{
	right: 30px;
}

@media screen and (max-width: 480px) {
	.use-module .module-c .mod-ttl.quote{
		padding-right: 16px;
		padding-left: 16px;
		font-size: 125%;
	}
	.use-module .module-c .mod-ttl.quote:before{
		top: 12px;
		left: -20px;
		width: 32px;
		height: 14px;
		background-size: 50%;
		background-position: left top;
	}

	.use-module .module-c .mod-ttl.quote:after{
		bottom: 12px;
		right: -10px;
		width: 32px;
		height: 14px;
		background-size: 50%;
		background-position: right bottom;
	}
	
	/*.use-module .module-c .mod-ttl.quote:before{
		left: -28px;
	}

	.use-module .module-c .mod-ttl.quote:after{
		right: -18px;
	}*/

	.use-module .module-c.first .mod-ttl.quote:after{
		right: -10px;
	}
}

@media screen and (max-width: 375px) {
	/*.use-module .module-c.first .mod-ttl.quote{
		text-indent: 0;
	}
	.use-module .module-c.first .mod-ttl.quote:before{
		left: -40px;
	}
	.use-module .module-c.first .mod-ttl.quote:after{
		right: 85px;
	}
	.use-module .module-c.second .mod-ttl.quote{
		text-indent: 0;
	}
	.use-module .module-c.second .mod-ttl.quote:before{
		left: -5px;
	}
	.use-module .module-c.second .mod-ttl.quote:after{
		right: -5px;
	}
	.use-module .module-c.third .mod-ttl.quote{
		text-indent: 0;
	}
	.use-module .module-c.third .mod-ttl.quote:before{
		left: -5px;
	}
	.use-module .module-c.third .mod-ttl.quote:after{
		right: -75px;
	}*/
	.use-module .module-c.third .mod-ttl.quote{
		padding-right:  0;
		padding-left: 0;
	}
}

.use-module .module-n .img-box{
	max-height: none;
}

.use-module .section.module__set-100{
	margin-top: 100px;
}

.use-module .section.module__set-120{
	margin-top: 120px;
}

@media screen and (max-width: 640px){
	.use-module .section.module__set-120{
		margin-top: 80px;
	}
	.use-module .section.module-n.module__set-120{
		margin-top: 60px;
	}
}

@media screen and (max-width: 640px){
	.use-module .section.module__set-100.hasquote{
		margin-top: 40px;
	}
	.use-module .section.module__set-100.hasquote+.module__set-100{
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px){
	.use-module .section.module-n + .section.module__set-80 {
		margin-top: 60px;
	}
}

.use-module .mod-txt sub {
	position: relative;
	bottom: 0.42em;
	font-size: 58%;
}

br.b37{
	display: none;
}

br.b41{
	display: none;
}

br.nb41{
	display: block;
}

br.nb37{
	display: block;
}

br.nb41.b32{
	display: block;
}

br.b41.nb32{
	display: none;
}

@media screen and (max-width: 375px) {
	br.b37{
		display: block;
	}
}

@media screen and (max-width: 414px) {
	br.b41{
		display: block;
	}
	
	br.nb41{
		display: none;
	}

	br.nb41.b32{
		display: none;
	}

	br.b41.nb32{
		display: block;
	}
}

@media (max-width: 375px) {
	br.nb37{
		display: none;
	}
}

@media screen and (max-width: 320px) {
	br.nb41.b32{
		display: block;
	}

	br.b41.nb32{
		display: none;
	}
}

/*
@media screen and (min-width: 321px) {
	.use-module .module-c .mod-ttl.quote.d33{
		display: inline;
	}
	.use-module .module-c .mod-ttl.quote.d32{
		display: none;
	}
}

@media screen and (max-width: 320px) {
	.use-module .module-c .mod-ttl.quote.d33{
		display: none;
	}
	.use-module .module-c .mod-ttl.quote.d32{
		display: inline;
	}
}
*/

@media screen and (max-width: 320px) {
	.use-module .mod-ttl {
		font-size: 145.8333%;
	}
}

span.wq-start {
	display: inline-block;
	width: .45em;
}

span.wq-end {
	display: inline-block;
	width: .5em;
}

.mod-txt span.dash{
	font-family:Verdana, Geneva, sans-serif;
}

.use-module .module-c .mod-ttl-sub{
	margin-top: 80px;
	margin-bottom: 0;
	font-size: 112.5%;
	text-align: center;
	font-family: "SST W55 Regular", sans-serif;
	font-weight: bold;
}



.use-module .module-c .mod-ttl+.mod-ttl-sub{
	margin-top: 65px;
}

.use-module .module-c .mod-ttl-sub+.mod-txt{
	margin-top: 30px;
}

/*.use-module .section.module-p.Movie{
	position: relative;
}

.use-module .section.module-p.Movie .mov-box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.use-module .section.module-p.Movie .mov-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}*/

.use-module .module-p .movie-box video {
	width: 690px;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.use-module .module-p .movie-box video {
		width: 100%;
	}
}

@media screen and (max-width: 319px) {
	.d32{display: block}
	.d37{display: none}
	.d39{display: none}
	.d41{display: none}
	.d42{display: none}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 320px) {
	.d32{display: block}
	.d37{display: none}
	.d39{display: none}
	.d41{display: none}
	.d42{display: none}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 375px) {
	.d32{display: none}
	.d37{display: block}
	.d39{display: none}
	.d41{display: none}
	.d42{display: none}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 390px) {
	.d32{display: none}
	.d37{display: none}
	.d39{display: block}
	.d41{display: none}
	.d42{display: none}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 414px) {
	.d32{display: none}
	.d37{display: none}
	.d39{display: none}
	.d41{display: block}
	.d42{display: none}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 420px) {
	.d32{display: none}
	.d37{display: none}
	.d39{display: none}
	.d41{display: none}
	.d42{display: block}
	.d48{display: none}
	.d64{display: none}
}

@media screen and (min-width: 480px) {
	.d32{display: none}
	.d37{display: none}
	.d39{display: none}
	.d41{display: none}
	.d42{display: none}
	.d48{display: block}
	.d64{display: none}
}

@media screen and (min-width: 640px) {
	.d32{display: none}
	.d37{display: none}
	.d39{display: none}
	.d41{display: none}
	.d42{display: none}
	.d48{display: none}
	.d64{display: block}
}
