@charset "UTF-8";
/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul{ margin: 0; padding: 0; list-style: none; }
/*------------------------normalizeEnd*/

body {
	background:#8c1a2c;
	background-image: url(../img/dot.png);
	font-family:'Hiragino maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
	color:#4d4d4d;
	margin:0 auto;
	text-align:left;
	font-size:14px;
}

address{ font-style:normal;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }

/*------*/
h1, h2, h3, h4, h5, h6, p, ul{}
h1{ margin:0 auto 50px; padding:0; }
h1 img{ width:100%; max-width:1280px; }

h2{ position: relative; padding:14px 5px; font-size: 32px; color: #8c1a2c; background:#fff; border-radius: 100px; text-align:center; }
h2::before,
h2::after{content: ''; display: inline-block; width: 42px; height: 42px; background-image: url(../img/tri.png); margin: 0 1em; vertical-align: top;}
h2::after{ transform: scaleX(-1);}
@media screen and (max-width: 1280px) {
h2{ font-size:18px; }
h2::before,
h2::after{ width: 24px; height: 24px; vertical-align: baseline;}
}



/*------------------------Style*/
main{ text-align:left; width: 100%; max-width: 1280px; margin: 0 auto;}

header{}

footer{ background:#fff;}
footer .warpBox{ padding:20px 0; }
footer .flexBox a img{ width: 100%; max-width:200px; }
footer .flexBox div{ width: 100%;}
footer .flexBox p{ text-align:right; font-size:14px; }
@media screen and (max-width: 1280px) {
footer .flexBox{ display:block; text-align:center; padding:1em; }
footer .flexBox a img{ width: 100%; max-width:180px; }
footer .flexBox p{ text-align:center; font-size:12px;}
}



/*------*/
.warpBox{ width: 100%; max-width: 1280px; margin: 0 auto;}
.flexBox{ display:flex; justify-content:spece-btween; }
.flexBox figure{ margin-right:40px; }


@media screen and (max-width: 1280px) {
.flexBox{ display:block; }
.flexBox figure{ width: 100%; margin:0; }
}


/*------*/
section{ margin-bottom:50px; color:#fff;line-height: 1.7; }
section h3{ font-size: 24px; margin: 0;}
section p{ font-size: 18px; }
@media screen and (max-width: 1280px) {
section{ margin:0 10px 50px; }
section h3{ text-align:center; }
section p{ font-size: 16px; }
}




/*------*/
.sect01{}
@media screen and (max-width: 1280px) {
.sect01 figure{ text-align:center; }
.sect01 figure img{ width:100%; max-width:640px; }
}



/*------*/
.sect02{}
.youtubeWrap { width: 100%; max-width: 780px; margin: auto;}
.youtube { position: relative; width: 100%; padding-top: 56.25%; margin-bottom: 10%;}
.youtube iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%;}



/*------*/
.sect03{}
.sect03 table{ width: 100%; color:#000; font-size:20px; border-collapse: separate; }
.sect03 table th,
.sect03 table td{ background:rgba(255, 255, 255, .75); padding:1em; border:1px solid #8c1a2c; }

.sect03 table th{ border-bottom-left-radius: 100px; border-top-left-radius: 100px; padding-left:1.5em;}
.sect03 table td{ word-wrap: break-word; }
@media screen and (max-width: 1280px) {
.sect03 table{ font-size:16px; }
.sect03 table th,
.sect03 table td{ display: block; border-radius:8px; }
.sect03 table th{ text-align:center; margin-top:10px; }
}



/*------*/
.sect04{ }
.profBox{ display: flex; background:rgba(255, 255, 255, .75); align-items: center; margin-bottom: 30px;}

.txtBox{ padding:1em; margin-bottom:2em; }
.blockquoteBox{ margin:1em; font-weight:bold; }
blockquote{ display: inline-block; margin: 0; padding:10px; background:#8c1a2c; font-size:28px;}
.indent{ margin-left:1em; }
.profBox h3{ font-size:36px; color:#8c1a2c; }
.profBox h3 span{ font-size:0.6em; }
.profBox p{ color:#000; }

@media screen and (max-width: 1280px) {
.profBox figure{ width:50%; text-align:center; }
.profBox figure img{ width:100%; max-width:640px; }

blockquote{ font-size:32px;}
}

@media screen and (max-width: 768px) {
.profBox{ display:block; }

.profBox figure{ width:100%; }
.profBox figure img{ width:100%; }

blockquote{ font-size:24px;}
.profBox h3{ font-size:22px; }
}



/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }

.fitImg img{ width:100%; max-width:1280px; }

.noEvent{ pointer-events: none; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}


@media screen and (max-width: 1280px) {
.PC{ display: none; }
.SP{ display: block; }
}
