@charset "utf-8";

@font-face {
	font-family: 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	unicode-range: U+005C;
}

/*
@font-face {
	font-family: "NotoSansCJKjp-Black";
	src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Black.eot?")  format('eot'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff2") format('woff2'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff")  format('woff');
}

@font-face {
	font-family: "NotoSansCJKjp-Bold";
	src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?")  format('eot'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2") format('woff2'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff")  format('woff');
}

@font-face {
	font-family: "NotoSansCJKjp-Light";
	src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Light.eot?")  format('eot'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2") format('woff2'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff")  format('woff');
}

@font-face {
	font-family: "NotoSansCJKjp-Regular";
	src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?")  format('eot'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2") format('woff2'),
	   url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff")  format('woff');
}
*/

/* reset */
* { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ }
html { font-size: 62.5%; }
body{
	padding:0;
	margin:0;
	width:100%;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
	background: #fff;
	line-height: 1.2;
	word-break: break-all;
	font-size: 15px;
    font-size: 1.5rem;
/*	font-family: "NotoSansCJKjp-Light",'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;*/
	font-family: "Noto Sans JP",'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 300;
}
.tsuji_font{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

a,
a:visited,
a:active,
a:hover{
	color:#000;
	text-decoration:none;
}

body, td, button, textarea, input, p, .c1 {
	color:#000;
}
input, textarea{ font-size: 16px!important; }
a, img {border:0;}
hr{display:none;}
figure { margin:0; position:relative; }
img{
	width:100%;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	vertical-align: middle;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
ul, ol { list-style:none; }
h1, h2, h3, h4, h5, h6 {
/*    margin: 5px 0;*/
    margin: 0;
    font-size: inherit;
    line-height: inherit;
	font-weight: 300;
}
strong { font-weight: 600; }
.btn, .btn-large {
    color: #fff;
    background-color: #d2d2d2;
	width: 100%;
	height: 50px;
    line-height: 50px;
	box-shadow: none;
	font-size: 2.5rem;
}
.btn:hover, .btn-large:hover {
    background-color: #b4b4b4;
}

/***** copyguard on img *****/
.bimg{
	z-index: 1;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	/*background: url('/images/common/blank.gif');*/
}
.img_guard { position:relative; }
.img_guard::before { content:''; z-index:10; position:absolute; display:block; width:100%; height:100%; }
figure { position:relative; margin:0 auto; }
img{ -webkit-touch-callout:none; -webkit-user-select:none; -moz-touch-callout:none; -moz-user-select:none; touch-callout:none; user-select:none; }
/***** /copyguard on img *****/


/* clear */
.clear { clear:both; margin:0; padding:0; width:0; height:0; overflow:hidden; font-size:0;line-height:0; }

.cf:after{
  content: ""; 
  display: block;
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.cf{display: inline-block;}
/* Hides from IE Mac \*/
* html .cf {height: 1%;}
.cf{display:block;}
/* End Hack */


/* materialize カスタマイズ｜form */
select {
    background-color: #fff;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #969696;
    border-image: initial;
    border-radius: 2px;
}
.dropdown-content {
	max-height: 30vh;
	min-height: 300px;
}
@media only screen and (max-height: 400px) {
.dropdown-content {
	min-height: 150px;
}
}
.select-wrapper span.caret {
	top: 50%;
    margin-top: -5px;
}
.required:after{
	content: '※必須'!important;
	color: #ff0000;
	font-size: 0.7em;
	margin-left: 1em;
	position: relative!important;
    top: 0!important;
    opacity: 1!important;
    display: inline-block!important;
}
.optional:after{
	content: '（任意）'!important;
	color: #888;
	font-size: 0.7em;
	margin-left: 0.2em;
	position: relative!important;
    top: 0!important;
    opacity: 1!important;
    display: inline-block!important;
}
.input-field {
    position: relative;
    margin-top: 1rem;
    width: 90%;
    margin: 50px auto 30px;
    line-height: 1.2;
	color: #333;
	z-index: 1;
}
.input-field.cf {
	margin-bottom: 60px;
}
.input-field.long_label {
	margin-top: 60px;
}
.input-field + .etc_txt {
	margin: -30px auto 30px;
	padding-left: 30px;
}
.input-field label {
	top: 1rem;
/*	top: 0.5rem;*/
	left: 0;
	color: #333;
	font-weight: 400;
	font-size: 1em;
}
.input-field label.active {
    font-size: 0.9em;
    -webkit-transform: translateY(-170%);
    transform: translateY(-170%);
}
.input-field label.pre_active {
    font-size: 0.9em;
    -webkit-transform: translateY(-170%);
    transform: translateY(-170%);
}
.input-field label.pre_active_long {
    font-size: 0.9em;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}
.input-field label.label_reset {
    position: relative;
    margin-bottom: 0.5em;
    display: block;
}

@media only screen and (max-width: 500px) {
	.input-field label.active,
	.input-field label.pre_active,
	.input-field label.pre_active_long {
		font-size: min(3.5vw, 1.2em);
	}
}


.dropdown-content li>a, .dropdown-content li>span {
    color: #FC6566;
}
.dropdown-content li:first-of-type>a, .dropdown-content li:first-of-type>span {
    color: inherit;
}

::-webkit-input-placeholder {
  color: #bebebe;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bebebe;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bebebe;
}
:-ms-input-placeholder {
  color: #bebebe;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea,
.select-wrapper input.select-dropdown {
	margin: 0;
	border-bottom: 1px solid #333;
	font-size: 0.8em;
	line-height: 1.2;
	height: 4rem;
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #FF3333;
  box-shadow: 0 1px 0 0 #FF3333;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #FF3333;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime]:disabled, input[type=datetime][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color: #969696!important;
    border-bottom: none!important;
	opacity: 1;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #333;
/*  box-shadow: 0 1px 0 0 #333;*/
  box-shadow: none;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #FF3333;
  opacity: 1;
}

textarea.materialize-textarea {
  min-height: 4rem;
}

input[type=text] + label,
input[type=password] + label,
input[type=email] + label,
input[type=url] + label,
input[type=tel] + label,
input[type=number] + label,
input[type=search] + label,
textarea + label {
	z-index: -1;
}


[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 30px;
/*	font-size: 0.8em;*/
	font-size: 1em;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
	border: 2px solid #333;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    left: 5px;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #FF3333;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #FF3333;
}

[type="checkbox"] + label {
    padding-left: 30px;
	height: auto;
    line-height: 1.2;
	font-size: 1em;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
    left: 14px;
    top: 4px;
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
}
[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 16px;
    width: 16px;
	top: 1px;
    left: 5px;
    margin: 0 4px;
	border: 2px solid #333;
}
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
    left: 10px;
}
[type="checkbox"].filled-in:checked + label:before {
    left: 9px;
    width: 7px;
    height: 12px;
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
}
[type="checkbox"].filled-in:checked + label:after {
    width: 16px;
    height: 16px;
	top: 1px;
    left: 5px;
    margin: 0 4px;
	border: 2px solid #FF3333;
	background-color: #FF3333;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: #FF3333;
    background-color: #fff;
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
	background-color: #FF3333;
	border-color: #FF3333;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 0.8em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 0.8em;
}
::placeholder{ /* Others */
	font-size: 0.8em;
}

.pp_txt{
	line-height: 1.5;
/*    font-size: 0.8em;*/
	padding: 0.5rem 0.75rem;
}
.pp_link{
	margin-top: 1em;
    font-size: 0.8em;
}
.pp_txt a, .pp_txt a:focus, .pp_txt a:active{
	font-weight: 400;
}
.pp_txt a:hover{
	color: #FF3333;
}
.agree_check{
	margin: 0.5em auto 0;
}
.agree_check [type="checkbox"] + label{
	line-height: 16px;
}
#sendButtion{
    margin: 10% auto 0;
	width: 90%;
    max-width: 350px;
	line-height: 3em;
    text-align: center;
	font-weight: 400;
    font-size: 1.3em;
}
#sendButtion.no_active{
	background-color: #f0f0f0;
    color: #969696;
    border: 1px solid #969696;
}
#sendButtion .btn{
    font-size: 1em;
    margin: 0 auto;
    height: unset;
    line-height: 3em;
    background: #FF3333;
	border: 1px solid #FF3333;
	vertical-align: top;
	letter-spacing: -0.01em;
}

.grecaptcha-badge { visibility: hidden; }
.grc_txt {
    margin: 10% 0 -3%;
}
.grc_txt p {
    font-size: 0.7em;
	text-align: center;
}
.grc_txt a {
	color: inherit;
	font-weight: inherit;
}


/* common */
.no_sp { display: block!important; }
.no_pc { display: none!important; }
.not_disp { display: none!important; }
.dsp_inline_b { display: inline-block!important; }

.flbx { display: flex; flex-wrap: wrap; }
.flbx.row-rev { flex-direction: row-reverse; }
.flbx-s12 { flex-basis: 100%; max-width: 100%; }
.flbx-s6  { flex-basis: 50%; max-width: 50%; }
.flbx-s4  { flex-basis: 33.3333%; max-width: 33.3333%; }
.flbx-s3  { flex-basis: 25%; max-width: 25%; }
.flbx-s1-5  { flex-basis: 20%; max-width: 20%; }
@media only screen and (min-width: 601px){
	.flbx-m12 { flex-basis: 100%; max-width: 100%; }
	.flbx-m6  { flex-basis: 50%; max-width: 50%; }
	.flbx-m4  { flex-basis: 33.3333%; max-width: 33.3333%; }
	.flbx-m3  { flex-basis: 25%; max-width: 25%; }
	.flbx-m1-5  { flex-basis: 20%; max-width: 20%; }
}

.att { padding-left: 1em; text-indent: -1em; }
.row .col{
	position: relative;
    margin: 0 auto;
    padding: 2px;
}
a.key_color_link {
	color: #FF3333!important;
	margin: 0 0.2em;
}

#loading{
    border:1px dashed #999;
    padding:15px;
    position: fixed;
    top:50%;
    left:50%;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
 
#loading .loadingMsg{
    text-align:center;
    padding-top:100px;
    width:100px;
    background-image:url('/images/common/bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}


/* inview アニメーション */
.inview{ opacity:0; }
.inview.visible{ opacity:1; }

.animated{
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}
.animated.delay_visible{
	animation-delay: 0.3s;
}
.filter_el_block .animated,
.dl_block .animated{
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}


/* フォント */
.fs_s{ font-size: 1.5rem!important; }
.fs_m{ font-size: 2rem!important; }
.fs_l{ font-size: 3rem!important; }


/* 404ページ */
.notfound {
	margin: 5em auto;
	text-align: center;
	color: #333;
}
.notfound .title {
	font-size: 2em;
	font-weight: 900;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid;
}
.notfound .lead {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8;
}
@media (max-width: 739px) {
}


/* Original modal */
.modal__view {
	z-index: 1102;
    display: none;
    height: calc( 100vh - 56px );
    position: fixed;
    top: 56px;
	bottom: 0;
	left: 0;
	right: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
	overflow: auto;
	position: absolute;
	top: 2%;
	bottom: 2%;
	left: 2%;
	right: 2%;
	margin: auto;
	background: #fff;
	width: 90%;
	max-width: 800px;
	height: 96%;
}
.close_btn {
	margin: 2em auto;
	padding: 0.5em 1em 0.5em 1.2em;
    border: 1px solid;
	width: 10em;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
	color: #FF3333;
	cursor: pointer;
}
.close_btn:hover {
	opacity: 0.7;
}
@media (max-width: 500px) {
	.modal__view {
		height: calc( 100vh - 48px );
		top: 48px;
	}
}
/***** /Original modal *****/


/* LOADING */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 101;
}
.loader,
.loader>div {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loading 1.8s infinite ease-in-out;
  animation: loading 1.8s infinite ease-in-out;
}
.loader {
  color: #fff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader>div {
  content: '';
  position: absolute;
  top: 0;
}
.loader>div:nth-child(1) {
  color: #ffa000;
  left: -8.5em;
  -webkit-animation-delay: -0.96s;
  animation-delay: -0.96s;
}
.loader>div:nth-child(2) {
  color: #be1496;
  left: -5em;
  -webkit-animation-delay: -0.80s;
  animation-delay: -0.80s;
}
.loader>div:nth-child(3) {
  color: #00a0e6;
  left: -1.5em;
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}
.loader>div:nth-child(4) {
  color: #006e32;
  left: 1.5em;
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.loader>div:nth-child(5) {
  color: #005a8c;
  left: 5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader>div:nth-child(6) {
  color: #be0000;
  left: 8.5em;
}
@-webkit-keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/***** コンテンツエリア *****/
/* 共通部分 */
main{
/*	background: url('/images/common/bg_bottom_center.png') no-repeat center bottom;
	background-size: 20% auto;*/
	position: relative;
    margin: 0 auto -3em;
/*	padding: 50px 0 0;*/
    width: 100%;
/*    max-width: 900px;*/
	z-index: 1;
	padding-top: 90px;
}
main:before,
main:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
/*main:before {
  background:url('/images/common/bg_top_left.png') no-repeat left top
			,url('/images/common/bg_top_right.png') no-repeat right top;
  background-size: 20% auto;
}
main:after {
  background:url('/images/common/bg_bottom_left.png') no-repeat left bottom
			,url('/images/common/bg_bottom_right.png') no-repeat right bottom;
  background-size: 20% auto;
}*/
#main_contents{
	max-width: 900px;
    margin: 0 auto;
/*	padding: 0;*/
/*    background: #fff;*/
}
#btn_load_area a{
	display: block;
}
.btn_area{
	text-align: center;
	padding: 0;
	margin: 2em 0 1em;
}
.btn, .btn-large {
	font-size: 1.7em;
	position: relative;
    padding: 0;
}

.btn img, .btn-large img{
	height: 15px;
    width: auto;
    margin-bottom: 5px;
}

/* ボタン｜四角形 */
#btn_load.square {
	margin-top: 1em;
	width: 90%;
}
#btn_load.square .btn {
    background-color: #fc6566;
	font-family: "Noto Sans JP";
	font-weight: 400;
    font-size: 1.5em;
    border-radius: unset;
    line-height: 1.5;
    /* padding-top: 22px; */
    height: auto;
    padding: 0.3em 0;
}
#btn_load.square:hover {
	opacity: 0.7;
}

/* ボタン｜五角形 */
#btn_load.pentagon {
	margin-top: 1em;
	width: 90%;
/*	width: 70%;
	max-width: 400px;*/
}
#btn_load.pentagon .btn {
	background-color: #fc6566;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.7em;
	border-radius: unset;
	line-height: 1;
	padding-top: 22px;
}
#btn_load.pentagon:hover {
	opacity: 0.7;
}
#btn_load.pentagon:hover .btn, #btn_load.pentagon:hover .btn-large:hover {
	box-shadow: none;
}
#btn_load.pentagon .after_triangle {
	height: 30px;
	background: linear-gradient(to top right, rgba(255,255,255,0) 49%, #fc6466 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255,255,255,0) 49%, #fc6466 51%) no-repeat top right/50.2% 100%;
}


/* 共通部分｜サイト内検索 */
.search_form {
	display: table;
    margin: 0 auto;
	width: 100%;
    max-width: 600px;
	text-align: center;
}
.search_form input[type="search"] {
	vertical-align: middle;
    margin: 0;
    padding-left: 20px;
	width: 70%;
	height: 40px;
    color: #333;
    font-size: 16px!important;
    line-height: 1.2;
	border: none;
	border-radius: 20px 0 0 20px;
	border: 1px solid #787878;
	border-right: none!important;
	-webkit-appearance: none;
}
.search_form input[type="search"]::placeholder {
	color: #969696;
	font-size: 12px;
	padding-top: 0.5em;
}
.search_form .search_submit {
	vertical-align: middle;
    margin: 0;
	padding: 0;
	width: 60px;
	height: 42px;
    font-size: 24px;
	background: #787878;
	border: 1px solid #787878;
	border-radius: 0 20px 20px 0;
	line-height: 1;
}

.search_form:hover input[type=search] {
	border: 1px solid #FF3333;
}
.search_form:hover .search_submit {
	background: #FF3333;
	border: 1px solid #FF3333;
}
.search_form .search_submit:hover {
	box-shadow: none;
}

.search_form input[type=search]:focus:not([readonly]) {
	border: 1px solid #FF3333;
}
.search_form input[type=search]:focus:not([readonly])+.search_submit {
	background: #FF3333;
	border: 1px solid #FF3333;
}
.search_form input[type=search]:focus:not([readonly])+.search_submit:hover {
	background: #ff6e6e;
	border: 1px solid #ff6e6e;
}

@media (max-width: 600px){
	.search_form input[type="search"] {
		padding-left: 16px;
		height: 30px;
		font-size: 12px;
		border-radius: 16px 0 0 16px;
	}
	.search_form .search_submit {
		font-size: 20px;
		width: 55px;
		height: 32px;
		border-radius: 0 16px 16px 0;
	}
}

@media (max-width: 350px){
	.g-nav .search_form input[type="search"] {
		width: 70%;
	}
	.g-nav .search_form .search_submit {
		width: 50px;
	}
}

/* flexibleSearch カスタマイズ */
.fs-loading {
	display: block;
	text-align: center;
}
.fs-loading img {
	width: 25px;
}

#fs-result-msg {
	text-align: center;
}

.fs-paginate ul {
	margin-top: 2em;
    text-align: center;
}
.fs-paginate ul li {
    display: inline-block;
    margin: 0 1px;
    width: 30px;
    height: 30px;
}
.fs-paginate ul li a {
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    line-height: 28px;
}

.fs-paginate ul li a:hover {
	color: #FF3333;
}

.fs-paginate ul li.fs-current a {
	color: #FF3333;
    border: 1px solid #FF3333;
    background-color: #fff0f0;
}

.fs-paginate ul li.fs-prev {
	width: auto;
}
.fs-paginate ul li.fs-next {
	width: auto;
}
.fs-paginate ul li.fs-prev a,
.fs-paginate ul li.fs-next a {
	padding: 0 10px;
}
.fs-paginate ul li.fs-current-prev {
	margin-right: 5px;
}
.fs-paginate ul li.fs-current-next {
	margin-left: 5px;
}


/* 共通部分｜header,footer 装飾 */
/*header:before,*/
footer:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
header:before {
/*  background:url('/images/common/bg_top_left.png') no-repeat left top
			,url('/images/common/bg_top_right.png') no-repeat right top;
  background-size: 23% auto;*/
}
footer:before {
  background:url('/images/common/bg_bottom_left.png') no-repeat left bottom
			,url('/images/common/bg_bottom_right.png') no-repeat right bottom;
  background-size: 23% auto;
}


/* コンテンツ｜header */
#section_title{
	text-align: center;
	padding-bottom: 1.5em;
}
#section_title .logo{
	position: relative;
	margin: 0 auto;
	width: 55%;
	max-width: 400px;
}
#section_title .logo img{
/*	display: block;
	margin: 10px auto;*/
}
#section_title .logo_lead{
	margin: 2em auto 0;
	display: inline-block;
	background: #f0f0f0;
}
#section_title .logo_lead img{
	height: 1.2em;
	width: inherit;
	margin-right: 0.2em;
}
#section_title .logo_lead a{
	padding: 1em 1.7em;
	display: block;
}
#section_title .logo_lead a:hover{
	opacity: 0.7;
}

#section_title_sub{
/*	position: relative;*/
	padding-bottom: 3px;
	text-align: center;
}
#section_title_sub .logo{
	position: relative;
	margin: 0 auto;
	width: 20%;
	max-width: 180px;
	min-width: 100px;
	padding-top: 0.5em;
	display: inline-block;
}
#section_title_sub .logo:hover{
	opacity: 0.7;
}
/*#section_title_sub .logo img{
	width: auto;
}
#section_title_sub .top_btn {
	position: absolute;
    top: 1px;
    right: 0;
    line-height: 34px;
    height: 36px;
    width: 75px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
}
#section_title_sub .top_btn:hover {
    opacity: 0.7;
}
*/
#section_header {
	display: table;
	width: 100%;
	background: #ff3333;
	color: #fff;
    z-index: 10;
	position: fixed;
    top: 34px;
}
#section_header.fixed {
	position: fixed;
	top: 0;
}
#section_header a {
	color: #fff;
	display: block;
}
#section_header .menu_area{
	position: relative;
    width: 90%;
	max-width: 810px;
	height: 56px;
    margin: 0 auto;
	padding: 5px 0;
}
#section_header .logo{
	position: absolute;
	top: 50%;
    left: 10px;
    margin-top: -16px;
	transition: .3s ease-out;
}
#section_header .logo:hover{
	opacity: 0.7;
}
#section_header .logo img{
	height: 32px;
	width: auto;
}
#section_header .menu{
	box-sizing: border-box;
    border-left: 1px dashed;
    border-right: 1px dashed;
	position: absolute;
	top: 50%;
    right: 10px;
	margin-top: -20px;
    margin-bottom: 0;
	padding: 0 1%;
/*	width: 251px;*/
	width: 50%;
	max-width: 251px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section_header .menu .menu_icon{
	position: relative;
	width: 70px;
	text-align: center;
	padding: 2px 5px;
	cursor: pointer;
	transition: .3s ease-out;
}
#section_header .menu img{
	height: 22px;
	width: auto;
}
#section_header .menu .menu_txt{
	font-size: 0.8em;
	margin-top: 0.2em;
}

#section_header .menu.icon_4{
	max-width: 281px;
}
#section_header .menu.icon_4 .menu_icon{
	width: 65px;
}
#section_header .menu.icon_4 .menu_icon:nth-of-type(3), 
#section_header .menu.icon_4 .menu_icon:nth-of-type(4) {
	width: 55px;
}

#material #section_header .menu .menu_icon {
	margin-top: -1px;
	padding-bottom: 1px;
}
#material #section_header .menu i {
	display: flex;
	justify-content: center;
}
/*#material #section_header .menu.icon_4{
	max-width: 250px;
}*/
#material #section_header .menu.icon_4 .menu_icon{
	width: 55px;
}
#material #section_header .menu.icon_4 .menu_icon:nth-of-type(3) {
	width: 70px;
}



@media screen and (min-width: 501px){
	#material #section_header .logo {
		margin-top: -20px;
	}
	#material #section_header .logo img {
		height: 40px;
	}
	#material #section_header .menu i {
		font-size: 40px;
	}
}
@media screen and (max-width: 992px){
	#section_header .menu_area{
	}
}
@media (max-width: 739px) {
	#section_header .menu_area{
		width: 100%;
	}
	#section_header .logo{
		margin-top: -15px;
		left: 20px;
	}
	#section_header .logo img{
		height: 30px;
	}
	#section_header .menu {
		margin-top: -19px;
		right: 20px;
		width: 240px;
	}
/*	#material #section_header .menu {
		width: 251px;
	}
	#section_header .menu img {
		height: 20px;
	}*/
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
	#section_header .menu_area{
		height: 48px;
	}
	#section_header .logo {
		left: 15px;
		margin-top: -14px;
	}
	#section_header .logo img{
		height: 26px;
	}
	#section_header .menu {
		right: 15px;
		margin-top: -17px;
		width: 210px;
	}
	#section_header .menu img {
		height: 16px;
	}
	#material #section_header .logo {
		margin-top: -15px;
	}
	#material #section_header .logo img {
		height: 30px;
	}
/*	#material #section_header .menu {
		width: 200px;
	}*/
	#material #section_header .menu i {
		font-size: 32px;
	}
	main{
		padding-top: 82px;
	}
}
@media (max-width: 400px) {
	#section_header .logo {
		left: 8px;
	}
	#section_header .menu {
		margin-top: -15px;
		right: 8px;
		width: 190px;
	}
	#section_header .menu .menu_txt{
		font-size: 0.9em;
		font-weight: 400;
		letter-spacing: -0.05em;
	}
/*	#material #section_header .logo {
		margin-top: -13px;
	}
	#material #section_header .logo img {
		height: 26px;
	}*/
	#material #section_header .menu {
		margin-top: -16px;
/*		width: 180px;*/
	}
/*	#material #section_header .menu i {
		font-size: 28px;
	}*/
}
@media (max-width: 350px) {
	#section_header .logo {
/*		left: 5px;*/
		margin-top: -11px;
	}
	#section_header .logo img{
		height: 22px;
	}
	#section_header .menu {
/*		right: 5px;*/
		margin-top: -14px;
		width: 170px;
		padding: 0 0.5%;
	}
	#section_header .menu .menu_icon,
	#section_header .menu.icon_4 .menu_icon {
		width: 60px;
		padding: 0 2px;
	}
	#section_header .menu .menu_icon:nth-of-type(3), #section_header .menu .menu_icon:nth-of-type(4),
	#section_header .menu.icon_4 .menu_icon:nth-of-type(3), #section_header .menu.icon_4 .menu_icon:nth-of-type(4) {
		width: 45px;
	}
/*	#material #section_header .logo {
		margin-top: -12px;
	}
	#material #section_header .logo img {
		height: 24px;
	}
	#material #section_header .menu {
		width: 170px;
		padding: 0 1%;
	}
	#material #section_header .menu i {
		font-size: 26px;
	}*/
}

/* ドロワーメニュー */
.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  background: #000;
  z-index: 2;
}
.menu-trigger span{
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
  display: none;
  position: absolute;
  top: 56px;
  right: 8px;
  background: #fff;
  border: 2px solid #ff3333;
  border-top: none;
  width: 100%;
  max-width: 500px;
  height: auto;
  line-height: 1.5;
  font-size: 0.8em;
  color: #000;
  padding: 3em;
  z-index: 9;
}
.g-nav::before{
	content: "";
    border-top: 15px solid #ff3333;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: -2px;
    right: 182px;
}

#menu_mind.g-nav::before{
    right: 181px;
}
#menu_genre.g-nav::before{
    right: 111px;
}
#menu_search.g-nav::before{
    right: 40px;
}

#menu_mind.g-nav.icon_4::before{
    right: 213px;
}
#menu_genre.g-nav.icon_4::before{
    right: 148px;
}
#menu_search.g-nav.icon_4::before{
    right: 88px;
}

.g-nav .menu_list{
	margin: 2em auto;
    border-top: 1px solid #ff3333;
}
.g-nav .menu_list .item{
  border-bottom: 1px solid #ff3333;
  float: none;
}
.g-nav .menu_list .item a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000!important;
  padding: 0.7em;
  font-size: 1.2em;
  text-align: left;
}
.g-nav .menu_list .item a::after{
  font-family: 'icomoon';
  content: "\e925";
  float: right;
  color: #ff0000;
}
nav.g-nav ul a:hover {
    background-color: rgba(255,51,51,.1);
}
.g-nav .gsc-input,
.g-nav .gsc-search-button{
/*	padding-bottom: 0;*/
}
@media (max-width: 739px) {
	.g-nav{
	  right: 18px;
	}
	#menu_mind.g-nav::before{
		right: 157px;
	}
	#menu_genre.g-nav::before{
		right: 95px;
	}
	#menu_search.g-nav::before{
		right: 32px;
	}
	#menu_mind.g-nav.icon_4::before{
		right: 187px;
	}
	#menu_genre.g-nav.icon_4::before{
		right: 126px;
	}
	#menu_search.g-nav.icon_4::before{
		right: 69px;
	}
}
@media (max-width: 600px) {
	.g-nav{
	  right: 0;
	  max-width: unset;
	}
	#menu_mind.g-nav::before{
		right: 177px;
	}
	#menu_genre.g-nav::before{
		right: 114px;
	}
	#menu_search.g-nav::before{
		right: 48px;
	}
	#menu_mind.g-nav.icon_4::before{
		right: 205px;
	}
	#menu_genre.g-nav.icon_4::before{
		right: 144px;
	}
	#menu_search.g-nav.icon_4::before{
		right: 87px;
	}
}
@media (max-width: 500px) {
	.g-nav{
	  top: 45px;
	  font-size: 1em;
	  padding: 3em 2em;
	}
	.g-nav .menu_list .item a{
	  font-size: 1.4em;
	}
	#menu_mind.g-nav::before{
		right: 148px;
	}
	#menu_genre.g-nav::before{
		right: 93px;
	}
	#menu_search.g-nav::before{
		right: 37px;
	}
	#menu_mind.g-nav.icon_4::before{
		right: 176px;
	}
	#menu_genre.g-nav.icon_4::before{
		right: 122px;
	}
	#menu_search.g-nav.icon_4::before{
		right: 72px;
	}
}
@media (max-width: 400px) {
	#menu_mind.g-nav::before{
		right: 129px;
	}
	#menu_genre.g-nav::before{
		right: 80px;
	}
	#menu_search.g-nav::before{
		right: 30px;
	}
	#menu_mind.g-nav.icon_4::before{
		right: 151px;
	}
	#menu_genre.g-nav.icon_4::before{
		right: 103px;
	}
	#menu_search.g-nav.icon_4::before{
		right: 57px;
	}
}
@media (max-width: 350px) {
	#menu_mind.g-nav::before{
		right: 119px;
	}
	#menu_genre.g-nav::before{
		right: 73px;
	}
	#menu_search.g-nav::before{
		right: 25px;
	}
	#menu_mind.g-nav.icon_4::before{
		right: 145px;
	}
	#menu_genre.g-nav.icon_4::before{
		right: 97px;
	}
	#menu_search.g-nav.icon_4::before{
		right: 53px;
	}
}


/* TOPページ用メニュー */
.topmenu_link_pagelink {
	margin: 1em auto 3em;
    padding: 0 10%;
	width: 100%;
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 5px 0;  /* 左右 上下で記述 */
}
.topmenu_link_pagelink a {
	width: 33.33333%;
	display: table-cell;
	vertical-align: middle;
	background: #ffb3b3;
	padding: 1.0em 0;
    font-size: 1.1em;
    text-align: center;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
.topmenu_link_pagelink a div {
	font-family: "Noto Sans JP";
	font-weight: 900;
	line-height: 1.5;
}
.topmenu_link_pagelink a i {
	margin-right: 0.2em;
}
.topmenu_area {
	margin-top: -80px;
	padding: 80px 10% 2em;
    text-align: center;
}
.topmenu_list {
	position: relative;
}
.topmenu_list a {
	will-change: unset;
}
.topmenu_list .title {
	position: absolute!important;
    top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 1.6em!important;
    z-index: 2;
    color: #fff;
    width: 100%;
	text-align: center;
	line-height: 1;
	margin: 0;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
.topmenu_list:hover .title {
	text-shadow: 0 0 10px #999;
}
.topmenu_list .bimg_cover {
	position: relative;
    margin: 0 auto;
}
.topmenu_list .bimg {
    background: rgba(0,0,0,.55);
	mix-blend-mode: multiply;
/*    background: rgba(255,0,0,.65);
   background: rgba(255,255,255,.5);*/
}
.topmenu_list a:hover .bimg {
    background: none;
	mix-blend-mode: unset;
}
.topmenu_list:last-of-type{
	float: unset;
	display: inline-block;
}
@media (max-width: 992px) {
	.topmenu_link_pagelink a {
		font-size: 1.0em;
	}
}
@media (max-width: 739px) {
	.topmenu_link_pagelink {
		padding: 0 5%;
	}
	.topmenu_area {
		margin-top: -80px;
		padding: 80px 5% 2em;
	}
	.topmenu_list .title {
		font-size: 1.4em!important;
	}
}
@media (max-width: 600px) {
/*	.topmenu_link_pagelink a {
		padding: 1.5em 0;
		font-size: 0.9em;
	}*/
	.topmenu_link_pagelink a {
	}
	.topmenu_link_pagelink a div {
		font-size: 0.9em;
	}
}
@media (max-width: 500px) {
	.topmenu_link_pagelink a div {
		font-size: 1.2em;
	}
	.topmenu_link_pagelink a span {
		display: inline-block;
		line-height: 1.2;
	}
}
@media (max-width: 450px) {
	.topmenu_link_pagelink a div {
		font-size: 1.1em;
	}
}


/* TOPページ｜メインビジュアル */
#section_topvisual {
	position: relative;
	margin: 0 auto 3em;
	width: 90%;
}
#section_topvisual h1 {
	margin: 0;
}
/*#section_topvisual .banner{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(255,255,255,0.7);
	text-align: center;
	padding: 0.5em;
}*/
#section_topvisual .banner{
	background: #fff0f0;
	text-align: center;
    padding: 1em 0.5em;
    line-height: 1.5;
	position: relative;
	display: block;
	z-index: 1;
}
#section_topvisual a.banner:hover{
	opacity: 0.7;
}
#section_topvisual .banner .bn_title{
	font-size: 1.2em;
 /*   font-weight: 400;*/
	font-weight: bold;
	margin-bottom: 0.5em;
}
#section_topvisual .banner .bn_title span{
	display: block;
    font-size: 1.2em;
}
#section_topvisual .banner .link_color{
/*	color: #FC6566;*/
	color: #ff0000;
	font-size: 1.1em;
	margin-top: 0.5em;
}
#section_topvisual .banner .bn_icon{
	margin-bottom: 0.5em;
}
@media (min-width: 850px) {
	#section_topvisual .banner {
		position: absolute;
		bottom: 0.5em;
		right: 0.5em;
		background: rgba(255,255,255,0.8);
		font-size: 0.7em;
		padding: 0.7em 1.2em;
	}
	#section_topvisual a.banner:hover{
		opacity: 1;
		background: rgba(255,255,255,1);
	}
/*	#section_topvisual .banner .link_color{
		color: #ff0000;
	}*/
	#section_topvisual .banner .bn_title{
		font-size: 1.3em;
		margin-bottom: 0.2em;
		line-height: 1.3;
	}
/*	#section_topvisual .banner .bn_txt span{
		display: block;
	}*/
	#section_topvisual .banner .link_color{
		margin-top: 0.2em;
	}
}
@media (max-width: 400px) {
	#section_topvisual .banner .bn_txt span{
		display: block;
	}
}


/* TOPページ｜検索ブロックへのリンク */
#section_topmenu_link{
	margin: 5em auto;
}
#topmenu_link_lead{
	position: relative;
	margin: 1em auto;
/*	margin: 1em auto;*/
	text-align: center;
    font-size: 1.5em;
    line-height: 1.4;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
#topmenu_link_lead .lead_s{
}
#topmenu_link_lead .lead_m{
	font-size: 1.4em;
	font-family: "Noto Sans JP";
	font-weight: 900;
}
@media (max-width: 739px) {
	#section_topvisual{
		width: 100%;
	}
}


/* コンテンツ｜ABOUT */
#about{
	margin: 0 auto 2.2em;
	text-align: center;
	line-height: 1.7;
	max-height: 80%;
	max-width: 600px;
	font-size: 1.5em;
}
#about .title{
	margin-bottom: 0.5em;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
#about .text{
	color: #787878;
	font-size: 0.8em;
	margin: 0.8em auto;
}
#about .text span {
	display: inline-block;
}
#about .logo{
	width: 50%;
	max-width: 200px;
	margin: 0 auto 1.5em;
	text-align: right;
	line-height: 1.1;
}
#about .logo img.sub{
	width: 45%;
}


/* コンテンツ｜mind */
#section_mind{
/*	padding: 0 10%;*/
	margin-bottom: 1em;
	max-width: 1000px;
}

/*
#section_mind article {
	position: relative;
	margin: 0 auto;
}
#section_mind article a:hover {
	opacity: 0.7;
}
#section_mind article.main_img {
	margin-top: 2em;
}
#section_mind article .mind_img {
	margin: 0;
}
#section_mind article .mind_img .bimg {
    background: rgba(100,100,100,.65);
    mix-blend-mode: multiply;
}

#section_mind .mind_txt {
 	z-index: 1;
	display: table;
	margin: 0;
	padding: 0 5%;
    width: 100%;
	position: absolute;
	top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Noto Sans JP";
	font-weight: 400;
    line-height: 1.3;
	color: #fff;
}
#section_mind .title {
	display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 2em;
	text-align: center;
}
*/

#section_mind .mind_img {
/*	margin: 2em auto;*/
	margin: 0 auto 2em;
	position: relative;
}
/*
#section_mind .mind_txt {
 	line-height: 1.3;
	font-family: "Noto Sans JP";
	font-weight: 700;
    font-size: 1.5em;
    text-align: center;
}
*/

#section_mind .mind_list .title {
    width: 90%;
	text-align: left;
}
#section_mind .title_sub {
	margin-bottom: 0.5em;
    font-size: 1.5em;
}
#section_mind .title_arrow {
	display: table-cell;
    width: 10%;
    text-align: right;
    vertical-align: middle;
	margin-top: 1.5em;
}
#section_mind .title_arrow img {
/*	width: 5%;*/
    width: auto;
	height: 50px;
}
#section_mind .catch {
    margin: 1.5em auto 0.5em;
    line-height: 1.5;
    text-align: center;
	font-family: "Noto Sans JP";
	font-weight: 700;
    font-size: 2em;
	word-break: normal;
}
#section_mind .text {
	padding: 0 1em;
	color: #787878;
	line-height: 1.7;
	font-size: 1.2em;
	text-align: center;
	word-break: normal;
}
#section_mind .catch span,
#section_mind .text span {
	display: inline-block;
}


/* コンテンツ｜cluster */
#section_cluster{
	padding: 0 10%;
	margin-bottom: 1em;
	max-width: 1000px;
}
#section_cluster article {
	position: relative;
	margin: 0 auto;
}
#section_cluster article a:hover {
	opacity: 0.7;
}
#section_cluster article.main_img {
	margin-top: 2em;
}
#section_cluster article .cluster_img {
	margin: 0;
}
#section_cluster article .cluster_img .bimg{
    background: rgba(0,0,0,0.35);
}
#section_cluster .cluster_txt {
 	z-index: 1;
	display: table;
	margin: 0;
	padding: 0 5%;
    width: 100%;
	position: absolute;
	top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Noto Sans JP";
	font-weight: 400;
    line-height: 1.3;
	color: #fff;
}
#section_cluster .title {
	display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 2em;
	text-align: center;
}
#section_cluster .cluster_list .title {
    width: 90%;
	text-align: left;
}
#section_cluster .title_sub {
	margin-bottom: 0.5em;
    font-size: 1.5em;
}
#section_cluster .title_arrow {
	display: table-cell;
    width: 10%;
    text-align: right;
    vertical-align: middle;
	margin-top: 1.5em;
}
#section_cluster .title_arrow img {
/*	width: 5%;*/
    width: auto;
	height: 50px;
}
#section_cluster .catch {
    margin: 1.5em auto 1em;
    line-height: 1.5;
    text-align: center;
	font-family: "Noto Sans JP";
	font-weight: 700;
    font-size: 2em;
	word-break: normal;
}
#section_cluster .text {
	padding: 0 1em;
	color: #787878;
	line-height: 2;
	font-size: 1.2em;
	text-align: center;
	word-break: normal;
}
#section_cluster .catch span,
#section_cluster .text span {
	display: inline-block;
}


/* コンテンツ｜スライド */
#section_slide{
	max-width: 1000px;
}

/* コンテンツ｜スライド プラグイン flexible slider カスタマイズ */
/*.flexslider {
    margin: 5px 0;
	border: none;
	overflow: hidden;
}
.flexslider .slides > li {
  position: relative;
}
.flexslider .slides img {
}
.flexslider .slides li .list_txt{
    position: absolute;
    bottom: 1em;
    left: 1em;
	right: 1em;
	font-size: 2.5rem;
}
.flexslider .slides li .list_txt .list_title{
	display: inline-block;
	line-height: 1.2;
	background: #fff;
	padding: 0.3em;
	margin: 0;
	font-weight: 400;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
.flexslider .slides li .list_txt .list_title_sub{
	display: inline-block;
	line-height: 1.2;
	background: #fff;
	padding: 0.3em;
	margin-top: 3px;
	font-size: 0.8em;
    font-weight: 400;
}
	
.flex-control-nav {
	margin-top: 0.5em;
	position: inherit;
    bottom: 0;
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
    background: #dcdcdc;
	 -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #999;
}
.flex-control-paging li a.flex-active {
    background: #a0a0a0;
}
.flex-direction-nav a {
	width: auto;
    height: auto;
    margin: -15px 0 0;
}
.flex-direction-nav a:before {
	font-size: 2em;
	padding: 10px 15px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
@media screen and (max-width: 860px){
.flex-direction-nav .flex-next {
    opacity: 0;
    right: -40px;
}
.flex-direction-nav .flex-prev {
    opacity: 0;
    left: -40px;
}
}*/


/* swiper カスタマイズ */
.swiper-container .swiper-wrapper > li {
  position: relative;
}
.swiper-container .swiper-wrapper img {
}
.swiper-container .swiper-wrapper li .list_txt{
    position: absolute;
    bottom: 1em;
    left: 1em;
	right: 1em;
	font-size: 2.5rem;
}
.swiper-container .swiper-wrapper li .list_txt .list_title{
	display: inline-block;
	line-height: 1.2;
/*	background: #fff;*/
	background: rgba(255,255,255,0.6);
	padding: 0.3em;
	margin: 0;
/*	font-weight: bold;*/
	font-family: "Noto Sans JP";
	font-weight: 700;
}
.swiper-container .swiper-wrapper li .list_txt .list_title_sub{
	display: inline-block;
	line-height: 1.2;
/*	background: #fff;*/
	background: rgba(255,255,255,0.6);
	padding: 0.3em;
	margin-top: 3px;
	font-size: 0.8em;
	font-family: "Noto Sans JP";
	font-weight: 400;
}

/*.gallery_thumbs .swiper-wrapper {
	justify-content: center;
}*/

.swiper-pagination {
    position: relative;
    width: 100%;
	margin-top: 0.5em;
}
.swiper-pagination-bullet {
    margin: 0 5px;
	opacity: 1;
    background: #dcdcdc;
}
.swiper-pagination-bullet:hover {
    margin: 0 5px;
	opacity: 1;
    background: #999;
}
.swiper-pagination-bullet-active {
    background: #a0a0a0;
}
.swiper-button-next {
	background-image: url('/images/common/arrow_right.png');
	background-size: 50%;
    width: 30px;
    height: 100%;
    top: 0;
    margin-top: 0;
	transition: .3s;
	opacity: 0.7;
    right: -30px;
}
.swiper-button-prev {
	background-image: url('/images/common/arrow_left.png');
 	background-size: 50%;
    width: 30px;
    height: 100%;
    top: 0;
    margin-top: 0;
	transition: .3s;
	opacity: 0.7;
	left: -30px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
}
.swiper-container:hover .swiper-button-next {
    right: 0;
}
.swiper-container:hover .swiper-button-prev {
    left: 0;
}

.gallery_casestudy .swiper-button-next,
.gallery_casestudy .swiper-button-prev {
    opacity: 1;
	background: none;
	width: 40px;
    height: 50px;
    margin-top: -25px;
}
.gallery_casestudy .swiper-button-next i,
.gallery_casestudy .swiper-button-prev i {
    font-size: 40px;
	line-height: 50px;
}
.gallery_casestudy .swiper-button-next.swiper-button-disabled,
.gallery_casestudy .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
}
.gallery_casestudy .swiper-button-next {
    right: 0;
}
.gallery_casestudy .swiper-button-prev {
    left: 0;
}
.gallery_casestudy .swiper-button-prev::before {
	font-size: 20px;
	color: #000;
}
.gallery_casestudy .swiper-button-next::before {
	font-size: 20px;
	color: #000;
}

@media screen and (max-width: 860px){
.swiper-button-next {
    opacity: 0;
    right: -40px;
}
.swiper-button-prev {
    opacity: 0;
    left: -40px;
}
}


/* slider カスタマイズ （ プラグイン : slick ） */
.gallery_main {
	padding-top: 2em;
	padding-bottom: 2em;
}
#mtrl_topslide .gallery_main {
	padding: 0;
}
.sp-mask,
.sp-thumbnail-container {
	border: 1px solid #ccc;
}
.sp-thumbnail-container {
    opacity: 0.7;
	transition: .3s;
}
.sp-thumbnail-container:hover,
.sp-thumbnail-container.sp-selected-thumbnail {
    opacity: 1;
}
.sp-grab {
	cursor: pointer;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	cursor: grab;
}
.sp-grabbing {
	cursor: pointer;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
	cursor: grabbing;
}
.sp-thumbnails.sp-grab {
	cursor: pointer;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	cursor: grab;
}
.sp-thumbnails.sp-grabbing {
	cursor: pointer;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
	cursor: grabbing;
}
/*.sp-thumbnails.sp-grab,
.sp-thumbnails.sp-grabbing {
	cursor: pointer;
}*/

.sp-arrow {
	transition: .3s;
	background: #ff3333;
	padding: 0.5em;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0.7;
}
.sp-arrow:hover {
	opacity: 1;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 25%;
    background-color: #FFF;
}
.sp-arrow:before {
    left: 40%;
    top: 25%;
      -webkit-transform: skew(135deg,0deg);
      -ms-transform: skew(135deg,0deg);
    transform: skew(135deg,0deg);
}
.sp-arrow:after {
    left: 40%;
    top: 49%;
      -webkit-transform: skew(-135deg,0deg);
      -ms-transform: skew(-135deg,0deg);
    transform: skew(-135deg,0deg);
}

.sp-bottom-thumbnails {
    margin-top: 6px;
}


/* photoswiper カスタマイズ */
.pswp__zoom-wrap::before { content:''; z-index:10; position:absolute; display:block; width:100%; height:100%; }
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	transition: .3s;
	background-color: rgba(255, 51, 51, 0.7)!important;
	padding: 0.5em;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	margin-top: -2rem;
	top: auto;
    bottom: 20px;
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	background-color: rgba(255, 51, 51, 1)!important;
}
.pswp__button--arrow--left:after, .pswp__button--arrow--left:before,
.pswp__button--arrow--right:after, .pswp__button--arrow--right:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 25%;
	background-color: rgba(255, 255, 255, 0.7)!important;
}
.pswp__button--arrow--left:hover::after, .pswp__button--arrow--left:hover::before,
.pswp__button--arrow--right:hover::after, .pswp__button--arrow--right:hover::before {
	background-color: rgba(255, 255, 255, 1)!important;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    left: 40%;
    top: 25%;
      -webkit-transform: skew(135deg,0deg);
      -ms-transform: skew(135deg,0deg);
    transform: skew(135deg,0deg);
}
.pswp__button--arrow--left::after,
.pswp__button--arrow--right::after {
    left: 40%;
    top: 49%;
      -webkit-transform: skew(-135deg,0deg);
      -ms-transform: skew(-135deg,0deg);
    transform: skew(-135deg,0deg);
}
.pswp__button--arrow--left {
	left: 20px;
}
.pswp__button--arrow--right {
	right: 20px;
	  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 400px){
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	width: 30px;
	height: 30px;
}
}


/* コンテンツ｜common */
[id^="section_"] .title{
	position: relative;
	font-size: 1.5em;
}
[id^="section_"] .title.img{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 1em;
}
[id^="section_"] .title img{
	width: inherit;
    height: 30px;
}
[id^="section_"] .title .sub_title{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 0.8em;
    margin-bottom: 4px;
}


/* コンテンツ｜二重線 上 */
.originalborder_top{
	position: relative;
}
.originalborder_top:before{
	border-top: 1px solid #dcdcdc;
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
}
.originalborder_top:after{
	border-top: 1px solid #dcdcdc;
    content: "";
    position: absolute;
    top: -2px;
    left: 10%;
    right: 10%;
	visibility: unset;
}
.type_list .originalborder_top:before {
	left: 5%;
	right: 5%;
}
.type_list .originalborder_top:after {
	left: 5%;
	right: 5%;
}


/* コンテンツ｜二重線 下 */
.originalborder_bottom{
	position: relative;
}
.originalborder_bottom:before{
	border-top: 1px solid #dcdcdc;
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
}
.originalborder_bottom:after{
	border-top: 1px solid #dcdcdc;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 10%;
    right: 10%;
	visibility: unset;
}
.type_list.originalborder_bottom {
	padding-bottom: 5em;
}
.type_list .originalborder_bottom:before {
	left: 5%;
	right: 5%;
}
.type_list .originalborder_bottom:after {
	left: 5%;
	right: 5%;
}
.originalborder_bottom+.topmenu_area {
	padding-top: 130px;
}


/* コンテンツ｜リスト */
.type_list{
	padding: 4em 10% 3em;
	margin-top: 1em;
}
.type_list .title span.tag{
	font-size: 1.2em;
	font-family: "Noto Sans JP";
	font-weight: 400;
	margin-right: 0.5em;
}

.type_list article{
	margin: 1rem auto;
    font-size: 2.3rem;
    position: relative;
}
.type_list article.tag_in{
	margin: 0 auto;
}
.type_list article.card{
	margin: 2rem auto;
}
article.card{
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.05), 0 1px 3px 0 rgba(0,0,0,.05);
/*	box-shadow: 0 0 5px rgba(0,0,0,.2);*/
}
.type_list article:hover{
	opacity: 0.7!important;
}
.type_list article .list_img{
	width: 100%;
    margin: 0;
}
.type_list article .list_no{
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1;
    font-family: "Noto Sans JP";
    font-weight: 800;
/*    padding: 0.3em 0 0.6em;*/
    padding: 0.3em 0.5em 0.6em;
    font-size: 0.8em;
	background: rgba(255,255,255,0.7);
	line-height: 1.1;
/*	width: 4.5em;*/
    text-align: center;
}
.type_list article .list_no span{
    border-bottom: 2px solid #FF3333;
}
.type_list article .list_no.cat_other {
    padding: 0 0.2em 0.3em;
}
.type_list article .list_no.cat_other img{
    width: 70px;
}

/*.type_list article .list_date{
	position: absolute;
	left: 1rem;
    top: 3.5em;
    z-index: 1;
    font-family: "Noto Sans JP";
    font-weight: 400;
	padding: 0.3em 0.5em;
	font-size: 0.65em;
    background: rgba(255,255,255,0.7);
    line-height: 1;
    text-align: center;
}*/
.type_list article .list_date{
	position: absolute;
	left: 1rem;
    top: 3.5em;
    z-index: 1;
    font-family: "Noto Sans JP";
    font-weight: 400;
	padding: 0.3em 0.5em;
	font-size: 0.65em;
    background: rgba(255,255,255,0.7);
    line-height: 1;
    text-align: center;
}
.type_list article .list_date i{
	font-size: 0.9em;
	vertical-align: bottom;
	margin-right: 0.1em;
}

.type_list article .list_txt{
	position: absolute;
    bottom: 1rem;
    left: 1rem;
	right: 1rem;
}
.type_list article .list_txt .list_title{
	display: inline-block;
	line-height: 1.2;
	background: rgba(255,255,255,0.6);
	padding: 0.3em;
	margin: 0;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
.type_list article .list_txt .list_title_sub{
	display: inline-block;
	line-height: 1.2;
	background: rgba(255,255,255,0.6);
	padding: 0.3em;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 0.8em;
	font-family: "Noto Sans JP";
	font-weight: 400;
}

/* メイン記事以外 */
.type_list article.other .list_img{
	height: 11em;
    overflow: hidden;
    position: relative;
}
.type_list article.other .list_img:before{
	position: absolute;
	content: " ";
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: 2;
}
.type_list article.other .list_img:after{
	position: absolute;
	content: " ";
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 2;
}
.type_list article.other .list_img .bimg{
    background: rgba(0,0,0,0.5);
}
.type_list article.other .list_txt{
	z-index: 2;
	text-align: center;
	padding: 0 1.3em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: unset;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.type_list article.other .list_txt .cat_title{
	width: 20%;
    max-width: 90px;
	display: block;
    margin: 0 auto 0.7em;
}
.type_list article.other .list_txt .list_title{
/*	margin: 0.7em auto;*/
	background: none;
    color: #fff;
	font-size: 0.95em;
	padding: 0;
}
.type_list article.other .list_txt .list_title_sub{
	background: none;
    color: #fff;
	padding: 0;
	margin-top: 0;
}

/*
.type_list article .list_txt .list_name{
	font-size: 0.8em;
}*/


/***** sample *****/
.type_list article .list_pickup_block .list_img{
	width: 40%;
	display: table-cell;
}
.type_list article .list_pickup_block .list_txt{
	position: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    display: table-cell;
	vertical-align: top;
	padding-left: 0.2em;
	font-size: 0.9em;
}
.type_list article .list_pickup_block .list_txt .list_title{
	padding-top: 0;
}
.type_list article .list_pickup_block .list_no{
/*    position: inherit;
    top: 0;
    left: 0;
    text-align: left;*/
	font-size: 0.7em;
}
.type_list article .list_pickup_block .list_date{
/*	left: auto;
    right: 0;
    top: 0;*/
	font-size: 0.5em;
}
.type_list article .list_pickup_block .list_tag{
	font-size: 0.8em;
}


/* コンテンツ｜リスト内タグ */
.list_tag {
	line-height: 1;
	padding-bottom: 2.2rem;
/*	text-align: right;
*/
}
.list_tag .tag {
/*	background-color: #f0f0f0;
	padding: 0.2rem;
*/
	margin: 0 1rem 0 0;
	display: inline-block;
	line-height: 1;
	color: #FC6566;
	font-size: 0.7em;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
.list_tag .tag:before {
	content: "#";
	margin-right: 2px;
}
article .list_tag {
	padding: 0.5em 0.5em 0.2em;
	display: none;
}
article .list_tag .tag{
	vertical-align: top;
}
article.tag_in .list_tag {
	display: block;
}

/* tag icon と同じ見せ方用 */
/*.tag_in .list_tag .tag {
	margin: 4px 3px 0 0;
	padding: 0.7rem 1rem;
	background-color: #f0f0f0;
	display: inline-block;
	color: #787878;
	line-height: 1;
	font-size: 0.7em;
	font-family: "Noto Sans JP";
	font-weight: 400;
}*/


/* コンテンツ｜タグ */
#section_tag{
	padding: 1.5em 2%;
}
#section_tag.contents_tags{
	padding: 0 10%!important;
}

#section_tag .tag,
#section_tag a.tag:visited {
    margin: 3px 3px 3px 0;
    padding: 0 1rem;
    background-color: #f0f0f0;
/*    border-radius: 3px;*/
    display: inline-block;
    color: #787878;
	line-height: 2.5;
	font-size: 1.2em;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
#section_tag a.tag:active,
#section_tag a.tag:hover {
	background-color: #787878;
	color: #fff;
}
#section_tag .tag:before {
	content: "#";
    margin-right: 0.3em;
}

/* コンテンツ｜preview */
.preview{
	width: 100%;
	background-color: #000;
    color: #fff;
	font-family: "Noto Sans JP";
	font-weight: 400;
	text-align: center;
    padding: 15px 0;
	box-shadow: 0 0 0 3px #000 inset;
	margin: 2em 0 0;
}
.preview div{
	font-size: 30px;
}


/* コンテンツ｜記事 */
#section_contents{
	max-width: 800px;
    margin: 0 auto;
	padding: 15px 0;
	line-height: 1.2;
}
#section_contents .title_area{
	position: relative;
    font-size: 2rem;
	margin-top: -1em;
	padding: 0.5em 10%;
}
#section_contents .title_area .no{
	text-align: center;
	margin: 0.8em 0;
	font-size: 1.2em;
	font-weight: 800;
}
#section_contents .title_area .title{
	line-height: 1.5;
	margin: 0;
/*	font-weight: bold;*/
	font-family: "Noto Sans JP";
	font-weight: 700;
}
#section_contents .title_area .job{
	margin: 1em 0 0.2em;
    line-height: 1.5;
}
#section_contents .title_area .name{
	font-size: 1.2em;
/*	font-weight: bold;*/
	font-family: "Noto Sans JP";
	font-weight: 700;
	margin: 0;
}
#section_contents .title_area .name + .name{
	margin-top: 0.3em;
}
#section_contents .title_area .class_name{
	margin-top: 0.5em;
	font-size: 0.75em;
}

/*#section_contents .title_area .date{
	position: absolute;
	top: -0.1rem;
	right: 0;
	font-size: 0.55em;
	line-height: 1;
}*/
#section_contents .profile_block{
	margin-bottom: 2em;
    font-size: 1.5rem;
}
#section_contents .profile_block .catch{
	color: #000;
	font-family: "Noto Sans JP";
	font-weight: 700;
	margin: 0;
}
#section_contents .profile_block .img{
	text-align: center;
	margin: 1em 0;
	padding: 0.5em 0;
	position: relative;
}
#section_contents .profile_block .img.height_long img{
	width: 70%;
    max-width: 400px;
}
#section_contents .profile_block .text{
	padding: 0 10%;
	color: #787878;
	line-height: 1.5;
}
#section_contents .profile_block .link{
    margin-top: 0.5em;
	line-height: 1.5;
}
#section_contents .profile_block .link .icon-play{
	margin-right:0.3em;
}
#section_contents .profile_block .link a:hover{
    color: #ff0000;
}
#section_contents .profile_block .catch + .prof_txt{
    margin-top: 0.5em;
}
#section_contents .profile_block .link + .prof_txt{
    margin-top: 1em;
}
#section_contents .profile_block .play_date{
	font-size: 0.9em;
	text-align: right;
	padding-right: 1em;
	line-height: 1;
}
#section_contents .profile_block .play_date i{
	font-size: 0.9em;
	vertical-align: bottom;
	margin-right: 0.1em;
}

#section_contents .contents_block{
/*	margin-bottom: 2em;*/
	margin-bottom: 1.5em;
    font-size: 2rem;
}
#section_contents .contents_block a{
	font-family: "Noto Sans JP";
	font-weight: 400;
	color: #FF6666;
}
#section_contents .contents_block .img{
	text-align: center;
	margin: 1em 0;
	position: relative;
}
#section_contents .contents_block .img img+img{
	margin-top: 1.5em;
}
#section_contents .contents_block .img.height_long img{
	width: 70%;
    max-width: 400px;
}
#section_contents .contents_block .caption{
    font-size: 1.5rem;
    text-align: right;
    color: #787878;
    line-height: 1.5;
	margin: -1.2em 0 1em;
	padding: 0 1em;
}
#section_contents .contents_block .catch{
	color: #000;
	font-family: "Noto Sans JP";
	font-weight: 400;
	margin: 1.5em auto;
	padding: 0 10%;
	line-height: 1.7;
}
#section_contents .contents_block .text{
	margin: 1.5em auto;
	padding: 0 10%;
	color: #787878;
	line-height: 1.7;
}
#section_contents .contents_block .catch + .text{
	margin-top: -1.5em;
}
#section_contents .contents_etc_block{
	margin-bottom: 2em;
    font-size: 2.5rem;
	padding: 0.5em 10%;
}
#section_contents .contents_etc_block .tag_list .tag,
#section_contents .contents_etc_block .tag_list a.tag:visited {
    margin-right: 5px!important
}
#section_contents .contents_etc_block .tag_list {
	font-size: 0.8em;
}

/* 教材ページ用カスタマイズ */
#material .topmenu_link_pagelink {
	z-index: 1;
	position: relative;
	padding: 2em 5% 0;
}
#material .topmenu_area {
	margin-top: 3.5em;
    padding: 0 0 0.5em;
	text-align: left;
}
#material #section_dl_pfs.topmenu_area {
	margin-top: 2em;
}
#material .mtrl_about_area + .topmenu_area {
	margin-top: 6.5em;
}
#material #section_contents .contents_block .catch{
    margin-top: 0.3em;
	line-height: 1.3;
	padding: 0;
}
#material #section_contents .contents_block .text {
	font-size: 0.9em;
	padding: 0 5%;
}
#material #section_contents .contents_block .text .par {
	margin-top: 1em;
}
#material #section_contents .contents_block .text a {
	color: #787878;
	font-family: unset;
}
#material #section_contents .contents_block .text a:hover {
	color: #FC6566;
}
#material #section_contents .contents_block .text span {
	display: inline-block;
}
#material #section_contents .contents_block .text .main_lead {
/*	margin: 0 auto 1.5em;*/
	font-family: "Noto Sans JP";
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.3em;
}

#material #section_contents .contents_block .text .career_list {
	margin: 1em auto;
	font-weight: 400;
	line-height: 1.5;
	display: table;
	border-collapse: separate;
	border-spacing: 1em 0;
}
#material #section_contents .contents_block .text .career_list .career_program {
	display: table-cell;
	vertical-align: middle;
    width: 50%;
	height: 3.5em;
	padding: 0.5em 1em;
	color: #000;
	background: #ffb3b3;
}
#material #section_contents .contents_block .text .career_list .career_program div {
	font-size: 0.7em;
}
#material #section_contents .contents_block .text div.cls_recommend {
	position: relative;
	color: #FF3333;
	width: 110%;
    margin: 0 -5%;
}
#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img {
	font-size: 1.3em;
	width: 5em;
}
#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_txt {
    line-height: 1.3;
    padding: 0.7em 1em;
    border: 1px solid #000;
}
#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img + .cls_recommend_txt {
	position: absolute;
    right: 2em;
    bottom: 1em;
    padding-left: 2em;
    width: calc(100% - 7em);
    z-index: -1;
}
#material #section_contents .contents_block .text .cls_title_block + div.cls_recommend .cls_recommend_txt {
    border-top: none;
	border-color: #ff3333;
}
#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_sub {
	font-size: 0.8em;
	font-weight: bold;
    margin-bottom: 0.5em;
	color: #000;
}
#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_main {
	font-weight: bold;
}

/* sample 2 */
#material #section_contents .contents_block .text div.cls_recommend_2 {
	display: table;
	color: #FF3333;
	width: 110%;
    margin: 0 -5% 0.5em;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_img {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3em;
	width: 4em;
    text-align: right;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_img img {
	max-width: 80px;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_txt {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 0.5em;
	font-size: 1.2em;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_frame {
    line-height: 1.3;
	font-weight: bold;
	font-size: 0.9em;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_sub {
	font-size: 0.8em;
	font-weight: bold;
    margin-bottom: 0.5em;
}
#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_main {
	font-weight: bold;
}

#material #section_contents .contents_block .text .cls_title_block {
	display: table;
	width: 110%;
    margin: 0 -5%;
    padding: 0.5em 1em;
	background: #FF3333;
    color: #fff;
	font-size: 1.3em;
    font-weight: 400;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_code {
	display: table-cell;
    vertical-align: middle;
    width: 4em;
    text-align: center;
    padding: 0.3em 1em 0.3em 0;
    border-right: 1px solid #fff;
    line-height: 1;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_code .cls_txt {
	font-size: 0.6em;
    letter-spacing: 1px;
	margin-bottom: 0.3em;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_code .cls_num {
	font-size: 2em;
	font-family: "Noto Sans JP";
	font-weight: 900;
}
#material #section_contents .contents_block .text .cls_title_block .cls_title {
	display: table-cell;
	vertical-align: middle;
	padding: 0.3em 1em 0.3em;
	line-height: 1.3;
	margin: 0;
    font-weight: 400;
}
#material #section_contents .contents_block .text .cls_title_block .cls_title.merge_cell {
	display: block;
    padding: 0;
	font-weight: 700;
	line-height: 1.7;
}
#material #section_contents .contents_block .text .cls_title_block .cls_title_lead {
	border-top: 1px solid #fff;
    font-size: 0.8em;
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding: 0.5em 0 0.3em;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_min {
	display: table-cell;
    vertical-align: middle;
    width: 2.5em;
	line-height: 1;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_min div {
    display: inherit;
	vertical-align: middle;
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
	background: #fff;
	color: #FF3333;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_min span {
	font-size: 0.65em;
}
#material #section_contents .contents_block .text .cls_title_block div.cls_min_img {
	display: table-cell;
    vertical-align: middle;
    width: 6.5em;
	line-height: 1;
}


#material #form {
	max-width: 800px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.2;
}
#material #form .mtrl_block {
/*	margin-top: 2em;*/
	padding: 0 5%;
}
#material #form form {
	margin: 1em auto 0;
/*    width: 90%;*/
	max-width: 650px;
}
#material #section_contents .contents_block .mtrl_block {
/*	margin-bottom: 4em;*/
	margin-top: 4em;
}
#material #section_contents .contents_block .mtrl_title_emphasis {
	margin-top: 3em;
	margin-bottom: -1px;
	width: 10em;
/*
	font-weight: bold;
	font-size: 1.1em;
	color: #FF3333;
	padding-left: 0.3em;
*/
}
#material #section_contents .contents_block .mtrl_title_emphasis + .mtrl_block {
	margin-top:0;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block,
#material #form .mtrl_block .mtrl_title_block {
	display: table;
	width: 110%;
    margin: 0 -5%;
    padding: 0.5em 1em;
	background: #FF3333;
    color: #fff;
	font-size: 1.3em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1,
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_2,
#material #form .mtrl_block .mtrl_title_block .mtrl_title_1,
#material #form .mtrl_block .mtrl_title_block .mtrl_title_2 {
	display: table-cell;
    vertical-align: middle;
    padding: 0.3em 0;
    line-height: 1.1;
	font-weight: bold;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1,
#material #form .mtrl_block .mtrl_title_block .mtrl_title_1 {
	word-break: normal;
	padding-right: 1em;
	border-right: 1px solid #fff;
}
#material #form .mtrl_block .mtrl_title_block .mtrl_title_1 {
	border-right: none;
}
#material #form .mtrl_block .mtrl_title_block .mtrl_title_1 i {
	font-size: 0.9em;
	margin-right: 5px;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1.w_about {
	width: 6em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1.w_service {
	width: 6em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1.w_casestudy {
	width: 8.3em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1.w_dl_gc_title {
	width: 8em;
	padding-right: 0;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_1 i {
	font-size: 0.9em;
	margin-right: 5px;
}
#material #section_contents .contents_block .mtrl_block .mtrl_title_block .mtrl_title_2 {
	padding-left: 1em;
	border-left: 1px solid #fff;
}

#material #section_contents .contents_block .mtrl_title_emphasis + .mtrl_block {
	padding: 0;
}
#material #section_contents .contents_block .mtrl_title_emphasis + .mtrl_block .mtrl_title_block {
	width: 100%;
	margin: 0;
}

#material #section_contents .contents_block .mtrl_block .mtrl_about_catch {
	margin: 0 auto;
	padding: 0.3em 1em 0.4em;
	color: #fff;
	background: #FF3434;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	line-height: 1.3;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_catch span {
	margin-left: 0.2em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_txt {
	margin-top: 0.5em;
	text-align: center;
	color: #000;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_txt + .mtrl_about_catch {
	margin-top: 2em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_link {
	margin-top: 3em;
	margin-bottom: 3em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_link a {
	padding: 0.5em 1em;
	border: 1px solid #FF3333;
	text-align: center;
	background: #fff0f0;
    color: #FF3333;
	font-weight: bold;
}
#material #section_contents .contents_block .mtrl_block .mtrl_about_link a:hover {
	background: #ffb3b3!important;
}

#material #section_contents .contents_block .mtrl_block .mtrl_lead_block {
	margin-top: 2rem;
	color: #333;
}
#material #section_contents .contents_block .mtrl_block .mtrl_lead_block:first-of-type {
	margin-top: 0;
}
#material #section_contents .contents_block .mtrl_block .highlight {
	background:linear-gradient(transparent 60%, #ff0 60%);
	line-height: 1.5;
	display: inline;
}
#material #section_contents .contents_block .mtrl_block .mtrl_lead_main {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3;
}
#material #section_contents .contents_block .mtrl_block .mtrl_lead_sub {
    font-size: 0.85em;
    line-height: 1.5;
	font-weight: bold;
}
#material #section_contents .contents_block .mtrl_block .mtrl_lead {
    font-size: 1.1em;
    font-weight: bold;
	margin-top: 2rem;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block {
	display: table;
	margin-top: 2rem;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_txt {
	display: table-cell;
    vertical-align: bottom;
	width: 50%;
	font-size: 0.8em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_link {
	text-align: center;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_link {
	display: table-cell;
    vertical-align: bottom;
	width: 50%;
}
#material #section_contents .contents_block .mtrl_block .mtrl_link a {
	padding: 0.5em 4em;
/*	color: #fff;
	background: #fc6566;*/
	color: #FF3333;
	border: 1px solid #FF3333;
	background: #fff0f0;
	display: inline-block;
	font-weight: bold;
	transition: .3s;
}
#material #section_contents .contents_block .mtrl_block .mtrl_link a:hover {
	color: #fff;
	background: #FF3333;
}

#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_img {
	width: 50%;
	padding-left: 10%;
	position: absolute;
	top: 0;
	right: 0;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict {
	margin: 0 auto;
	width: 90%;
	font-size: 0.8em;
	text-align: center;
	color: #000;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_block {
	float: left;
	width: 25%;
	margin-top: 20px;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_title {
	margin-bottom: 0.5em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict i {
	font-size: 6em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_skill_list {
	padding: 0 7px;
}
#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_skill {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5em;
	margin-top: 5px;
	padding: 0.5em;
	color: #000;
	background: #ffb3b3;
}

#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict {
	width: 100%;
	font-size: 0.9em;
}

#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi {
	display: block;
	position: relative;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt {
	display: block;
    width: 80%;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_01 {
	width: 70%;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_02 {
	width: 90%;
	margin: 1em 0;
	
/*	display: block;
    border-collapse: inherit;
    border-spacing: inherit;*/
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_03 {
	width: 90%;
	margin: 1em 0;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .career_program {
	text-align: center;
	width: 33.3%;
/*	width: 18vw;*/
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .career_program span {
	display: inline-block;
}
#material #section_contents .contents_block .blank_box {
	visibility: hidden;
}

#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_flat {
	display: block;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_flat .mtrl_txt {
	display: block;
	width: 100%;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_flat .career_list {
	width: 100%;
	margin: 1em 0;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_flat .career_program {
	text-align: center;
	width: 33.3%;
}

#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .block_l,
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .block_r {
	display: table-cell;
    vertical-align: middle;
	width: 50%;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
	display: table;
	color: #000;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic .topic_icon {
	display: table-cell;
    vertical-align: middle;
	width: 1em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic .topic_txt {
	display: table-cell;
    vertical-align: middle;
	padding: 0 1em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic .topic_txt div {
	display: inline-block;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic .topic_icon {
	font-size: 3em;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .catch {
	margin-top: 0;
	font-weight: bold;
}
#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .txt {
	font-size: 0.8em;
	margin-top: 0.5em;
}

#material #section_contents .contents_block .mtrl_block .mtrl_contents_block {
/*	margin-top: 7%;*/
	padding-top: 12%;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_block {
	width: 50%;
	padding: 0 10px 0 0;
	float: left;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_block:nth-of-type(2) {
	padding: 0 0 0 10px;
	float: right;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block div.cls_recommend {
	width: 100%;
	margin: 0;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_title_block {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff0f0;
	color: #000;
	border: 1px solid #ff3333;
	font-size: 0.9em;
	text-align: center;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_title_block .cls_title {
	padding: 0;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_title_block .cls_title .cls_title_topic {
	color: #fff;
	background: #FF3333;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.7;
	margin-bottom: 0.5em;
	padding: 0.5em;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_title_block .cls_title .cls_title_topic .cls_title_topic_theme {
	font-size: 1.1em;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_title_block .cls_title .cls_title_txt {
	padding: 0 1em 0.5em;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block div.cls_recommend .cls_recommend_img {
	font-size: 1em;
    width: 4em;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block div.cls_recommend .cls_recommend_txt {
	padding: 0.5em;
	font-size: 0.8em;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block div.cls_recommend .cls_recommend_img + .cls_recommend_txt {
	right: 1em;
	bottom: 0.5em;
	padding-left: 1.2em;
	width: calc(100% - 5em);
	z-index: -1;
}
#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .text-box {
/*    background: #FF3333;
    color: #fff;
	line-height: 1.3;*/
	font-weight: bold;
	background: none;
	font-size: 1.2em;
}


/***** 2022.03.25 *****/
/** 教材TOP topvisual ブロック **/
#material #section_topvisual .topvisual_catch {
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 0.4em 0.3em 0.4em 0.7em;
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
	background: #ff0000;
	text-align: right;
	line-height: 1.5;
}
#material #section_topvisual .topvisual_catch span {
	font-size: 1.3em;
	margin-right: 0.3em;
	font-weight: 800;
}
#material #section_topvisual .topvisual_catch .topvisual_catch_sub {
	font-size: 0.85em;
}
#material #section_topvisual .topvisual_img_award {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 30%;
	max-width: 230px;
}

/** 教材TOP SERVICE ブロック **/
.mtrl_service_block {
	margin-top: 3em;
}
.mtrl_service_block .mtrl_service_class {
/*	padding: 0;*/
	border: 1px solid #ff3333;
}
.mtrl_service_block.flbx .mtrl_service_class {
	flex-basis: calc(50% - 10px);
}
#material #section_contents .contents_block .mtrl_service_block.flbx .mtrl_service_class {
	margin: 20px 0;
	padding: 0;
}
#material #section_contents .contents_block .mtrl_service_block.flbx .mtrl_service_class:nth-of-type(2n) {
	margin-left: 10px;
}
#material #section_contents .contents_block .mtrl_service_block.flbx .mtrl_service_class:nth-of-type(2n+1) {
	margin-right: 10px;
}
.mtrl_service_block .mtrl_service_class .class_title {
	padding: 0.8em 0.5em;
	color: #fff;
	background: #FF3333;
	text-align: center;
	
	margin: 0;
	font-weight: bold;
	line-height: 1.5;
}
/*.mtrl_service_block .mtrl_service_class .class_title * {
	margin: 0;
	font-weight: bold;
	line-height: 1.5;
}
.mtrl_service_block .mtrl_service_class .class_title .class_title_num {
	font-size: 0.9em;
}*/
.mtrl_service_block .mtrl_service_class .class_lead {
	padding: 0.8em 0.5em;
	text-align: center;
	font-size: 0.9em;
    font-weight: 400;
	line-height: 1.5;
	color: #000;
	background: #fff0f0;
}
.mtrl_service_block .mtrl_service_class .class_lead span {
	display: inline-block;
}
.mtrl_service_block .mtrl_service_class .class_lead .txt_b {
	margin: 0 0.5em;
	font-weight: 600;
	font-size: 1.2em;
	color: #FF3333;
}
.mtrl_service_block .mtrl_service_class .class_txt {
	padding: 0.8em 0.5em;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #ff3333;
}
.mtrl_service_block .mtrl_service_class .class_txt .recommend_title {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
.mtrl_service_block .mtrl_service_class .class_txt .recommend_txt {
	color: #FF3333;
}
.mtrl_service_block .mtrl_service_class .class_txt .recommend_txt > li {
	padding-left: 0;
	text-indent: 0;
	line-height: 1.5;
}
.mtrl_service_block .mtrl_service_class .class_txt .recommend_txt > li::before {
	content: "・";
}

.mtrl_service_block.mtrl_classlist {
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	color: #ff3333;
}
.mtrl_service_block.mtrl_classlist > div {
	margin-bottom: 3px;
}
.mtrl_service_block.mtrl_classlist .cl_frame_p > div {
	padding: 0.5em 0;
	border: 2px solid #ff3333;
	background: #fff0f0;
}
.mtrl_service_block.mtrl_classlist .flbx > div {
	margin-left: 12px;
}
.mtrl_service_block.mtrl_classlist .flbx > div:first-of-type {
	margin-left: 0;
}
.mtrl_service_block.mtrl_classlist .flbx.col_3 > div {
	flex-basis: calc( 33.3333333333% - 8px );
}
.mtrl_service_block.mtrl_classlist .flbx.col_6 > div {
	flex-basis: calc( 16.6666666667% - 5.5px );
}
.mtrl_service_block.mtrl_classlist .flbx.col_6 > div:nth-of-type(2n) {
	margin-left: 3px;
}
.mtrl_service_block.mtrl_classlist .flbx .cl_min {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mtrl_service_block.mtrl_classlist .flbx .cl_min > div {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-size: 0.8em;
}
.mtrl_service_block.mtrl_classlist span {
	display: inline-block;
}
#material #section_contents .contents_block .mtrl_service_block .mtrl_service_class + .catch {
	margin: 1.5em 0 0.5em;
}

/** 教材DL about ブロック **/
#material #section_contents .contents_block.mtrl_about_area .mtrl_block:first-of-type {
	margin-top: 0;
}

/** 教材DL catch **/
#material #section_contents .contents_block .text .par {
	margin: 1.5em auto 0.5em;
}


/** 教材DL modal ボタン **/
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area {
	margin: 0 auto;
	padding: 2em 5% 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn {
	position: relative;
	transition: .3s;
	flex-basis: calc(50% - 5%);
	margin: 0 2.5%;
	padding: 1em 0;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	border: 1px solid #FF3333;
	background: #fff0f0;
	color: #FF3333;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn::before {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff0f0;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn::after {
	content: "";
	z-index: -2;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 100%;
	background: #FF3333;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn:hover {
	opacity: 0.7;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn > div:nth-of-type(n+2) {
	font-size: 0.8em;
}
#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn > div:last-of-type {
	margin: 1em auto 0;
	width: 6em;
	border-radius: 10px;
	background: #FF3333;
	color: #ffffff;
	letter-spacing: 0.1em;
}

/** 教材DL modal view **/
.mtrl_dl_class {
	padding: 1em 2em;
	font-size: 1.2em;
}
.mtrl_dl_class .mtrl_title_emphasis {
	margin-top: 1em;
    margin-bottom: -1px;
    width: 10em;
}
.mtrl_dl_class .mtrl_title_block {
	margin-top: 1em;
	padding: 0.7em 1em;
    background: #FF3333;
    color: #fff;
    font-size: 1.2em;
	font-weight: 600;
}
.mtrl_dl_class .mtrl_title_emphasis + .mtrl_title_block {
	margin-top: 0;
}
.mtrl_dl_class .mtrl_dl_list {
	margin-top: 1em;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    color: #FF3333;
}
.mtrl_dl_class .mtrl_dl_list:first-of-type {
	margin: 2em auto;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_topic {
	flex-basis: 100%;
    margin: 1.5em auto 0.5em;
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_img {
	flex-basis: 20%;
	position: relative;
	aspect-ratio: 1 / 1;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_img img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_txt {
	padding-left: 1em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_img + .mtrl_dl_list_txt {
	flex-basis: 80%;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_txt .mtrl_dl_title {
	line-height: 1.2;
	font-weight: 400;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_txt .mtrl_dl_title_s {
	line-height: 1.2;
	font-weight: 400;
	font-size: 0.7em;
	margin: 0.5em 0;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_btn {
	display: block;
	padding: 0.7em;
	color: #FF3333;
    border: 1px solid #FF3333;
    background: #fff0f0;
    text-align: center;
    font-weight: 400;
	font-size: 0.85em;
	width: 95%;
	max-width: 600px;
	transition: .3s;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_btn:hover {
	background: #FF3333;
	color: #fff;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_title + .mtrl_dl_btn {
	margin-top: 5px;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_btn i {
    margin-right: 0.5em;
    vertical-align: sub;
    font-size: 1.2em;
}
.mtrl_dl_class .mtrl_dl_list .mtrl_dl_list_img .yt_icon {
	position: relative;
}


@media (min-width: 600px) and (max-width: 900px) {
	#material #section_topvisual .topvisual_catch {
		font-size: 2.1vw;
	}
}
@media (max-width: 600px) {
	#material #section_topvisual .topvisual_catch {
		bottom: 5px;
		font-size: 2.3vw;
	}
	#material #section_topvisual .topvisual_img_award {
		bottom: 5px;
		left: 5px;
	}
	.mtrl_service_block .mtrl_service_class {
		flex-basis: 100%;
	}
	#material #section_contents .contents_block .mtrl_service_block .mtrl_service_class:nth-of-type(2n) {
		margin-left: 0;
	}
	#material #section_contents .contents_block .mtrl_service_block .mtrl_service_class:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.mtrl_service_block .mtrl_service_class .class_title {
		font-size: 1.15em;
	}
}
@media (max-width: 500px) {
	.mtrl_service_block.mtrl_classlist {
		font-size: 2.3vw;
	}
	.mtrl_service_block.mtrl_classlist .flbx > div {
		margin-left: 9px;
	}
	.mtrl_service_block.mtrl_classlist .flbx.col_3 > div {
		flex-basis: calc( 33.3333333333% - 6px );
	}
	.mtrl_service_block.mtrl_classlist .flbx.col_6 > div {
		flex-basis: calc( 16.6666666667% - 4.5px );
		line-height: 1.3;
	}
	#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	#material #section_contents .contents_block .text .cls_modal_btn_block .modal_btn_area a.modal_btn {
		font-size: 3.3vw;
	}
}
@media (max-width: 420px) {
	#material #section_topvisual .topvisual_catch {
		font-size: 2.15vw;
	}
	#material #section_topvisual .topvisual_img_award {
		width: 28%;
	}
	#material #section_contents .contents_block.mtrl_about_area .no_maxw450 {
		display: none;
	}
}
/***** /2022.03.25 *****/


#material #section_contents .contents_block .mtrl_block .about_reason_img {
	margin: 1em auto 0;
	width: 90%;
	max-width: 600px;
}

#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy {
/*	margin-top: 3rem;
	margin-bottom: 2em;
    padding: 0 40px;*/
	position: relative;
	margin: 30px auto 2em;
	width: 94%;
}
#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy .swiper-container {
	padding: 1em 5px;
}
#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy .cs_card {
/*	background: #fff0f0;*/
	padding: 2em 1em;
	font-size: 0.8em;
	position: relative;
	margin: 0 auto;
	border: 1px solid #020202;
	color: #444;
	background-color: #fff;
	box-shadow: 2px 2px 0px #c7c7c7;
	border-radius: 8px;
}
#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy .cs_card .cs_name {
	position: absolute;
	right: 20px;
	top: -0.9em;
	padding: 0 0.5em;
	font-size: 0.8em;
	background-color: #fff;
}
#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy .cs_card .cs_catch {
	font-size: 1.1em;
    font-weight: bold;
}
#material #section_contents .contents_block .text.mtrl_block .gallery_casestudy .cs_card .cs_txt {
	font-size: 0.9em;
	color: #787878;
	margin: 1em 0 0.5em;
}

#material #section_contents .contents_block .text.mtrl_block .cs_tc_sample {
	margin: 3em auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	color: #444;
	position: relative;
	border: 1px solid #020202;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 2px 2px 0px #c7c7c7;
	width: 90%;
}
#material #section_contents .contents_block .text.mtrl_block .cs_tc_sample:first-of-type {
	margin-top: 0;
}
#material #section_contents .contents_block .text.mtrl_block .cs_tc_sample .cs_name {
	position: absolute;
	right: 20px;
	top: -0.9em;
	padding: 0 1em;
	font-size: 0.9em;
	background-color: #fff;
}
#material #section_contents .contents_block .text.mtrl_block .cs_tc_sample .cs_catch {
	font-size: 1.1em;
    font-weight: bold;
}
#material #section_contents .contents_block .text.mtrl_block .cs_tc_sample .cs_txt {
    font-size: 0.9em;
    color: #787878;
    margin: 1em 0 0.5em;
}

#material #section_contents .contents_block .text.mtrl_block .cs_st_sample {
    margin-top: 40px;
	color: #000;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_title {
    font-size: 0.8em;
	margin-bottom: 0.7em;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_comment {
    display: table;
	width: 100%;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_before,
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_after {
    display: table-cell;
	vertical-align: top;
	width: 45%;
	border: 1px solid #FF3333;
	border-radius: 5px;
	text-align: center;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_arrow {
    display: table-cell;
	vertical-align: middle;
	width: 10%;
	text-align: center;
	font-size: 3em;
	padding-left: 0.1em;
	font-family: 'icomoon';
	content: "\e916";
/*	color: #FF3333;*/
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_arrow::before {
	padding-left: 0.1em;
	font-family: 'icomoon';
	content: "\e916";
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .st_topic {
	padding: 0.4em 0;
	line-height: 1.2;
	font-size: 1.1em;
	font-weight: bold;
	background: #fff0f0;
    color: #FF3333;
	border-bottom: 1px solid #FF3333;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_before {
	border: 1px solid #333;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_before .st_topic {
    color: #333;
	border-bottom: 1px solid #333;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample ul {
	margin-bottom: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}
#material #section_contents .contents_block .text.mtrl_block .cs_st_sample ul > li {
    padding-left: 0;
    text-indent: 0;
    margin-top: 0;
	list-style-type: disc;
}

@media (max-width: 800px) {
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic {
		font-size: 3.4vw;
	}
}
@media (max-width: 600px) {
	#material #section_contents .contents_block .mtrl_block .mtrl_title_block {
		font-size: 1.2em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block {
		display: block;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_txt {
		display: block;
		width: 100%;
		font-size: 0.8em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_link {
		display: block;
		width: 100%;
		margin-top: 1.5em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_contents_block {
		padding-top: 15%;
	}
	
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt {
		width: 100%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_01 {
		width: 100%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_02 {
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .mtrl_txt .txt_box_03 {
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .career_program {
		text-align: center;
		width: 30%;
		margin: 5px;
		display: inline-flex;
    flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 5em;
	}
	#material #section_contents .contents_block .blank_box {
		display: none;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_img {
		width: 100%;
		max-width: 400px;
		text-align: center;
		margin: 20px auto;
		position: relative;
		padding: 0;
	}
	#material #section_contents .contents_block .mtrl_block .about_reason_img {
		width: 100%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_service_pict {
		width: 100%;
	}
}
@media (max-width: 500px) {
	#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_block {
		width: 100%;
		padding: 0;
		float: none;
	}
	#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_block:nth-of-type(2) {
		margin-top: 13%;
		padding: 0;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_contents_block {
		padding-top: 13%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .block_l,
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .block_r {
		display: block;
		vertical-align: middle;
		width: 100%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .block_r {
		margin-top: 0.7em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic {
		width: 100%;
		font-size: 1.2em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic .topic_txt {
		padding: 0 0.7em;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_service_pict {
		font-size: 2.5vw;
		margin: 0 -5%;
		width: 110%;
	}
	#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_comment {
		display: block;
	}
	#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_before,
	#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_after {
		display: block;
		width: 100%;
	}
	#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_arrow {
		display: block;
		width: 100%;
		font-size: 2em;
		margin: 0.2em auto;
		padding-left: 0;
		padding-top: 0.1em;
	}
	#material #section_contents .contents_block .text.mtrl_block .cs_st_sample .cs_st_arrow::before {
		padding-left: 0;
		content: "\e903";
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict {
		width: 110%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict .pict_block {
		width: 50%;
	}
}
@media (max-width: 400px) {
	#material #section_contents .contents_block .text.mtrl_block .mtrl_contents_block .cls_block:nth-of-type(2) {
		margin-top: 14%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .topic {
		font-size: 4.4vw;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block.type_multi .career_program {
		margin: 3px;
		font-size: min(2.5vw, 0.9em);
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_block:nth-of-type(1),
	#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_block:nth-of-type(2) {
		width: 24%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_service_pict .pict_block:nth-of-type(3) {
		width: 27%;
	}
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict .pict_block:nth-of-type(1),
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict .pict_block:nth-of-type(2),
	#material #section_contents .contents_block .mtrl_block .mtrl_txt_block .mtrl_service_pict .pict_block:nth-of-type(3) {
		width: 50%;
	}
}


#material #section_contents .contents_block .text .text-box {
	font-family: "Noto Sans JP";
	font-weight: 400;
    display: inline-block;
	margin: 0.1em 0.2em;
	padding: 0 0.3em 0.1em;
    background: #fff;
    color: #FF3333;
	line-height: 1.2;
}
#material #section_contents .contents_block .text .frame {
    padding: 0.3em 0.5em;
    background: #fff5f5;
    border: 1px solid #FF3333;
}
#material #section_contents .contents_block .text ul {
	font-size: 0.8em;
	margin-bottom: 0.3em;
}
#material #section_contents .contents_block .text ul > li {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0.5em;
}
#material #section_contents .contents_block .text ul > li.sub_txt {
	font-size:0.8em;
	padding-left: 1.25em;
    text-indent: 0;
}
#material #section_contents .contents_block .text ul.list_disc > li::before {
    content: "・";
}
#material #section_contents .contents_block .text .annotation {
	font-size: 0.8em;
	color: #aaaaaa;
}
#material #section_contents .contents_block .text ul + .annotation {
	padding-left: 1em;
}
#material #section_contents .contents_block .text .marker_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffaaaa 0%) repeat scroll 0 0;
	line-height: 1.5;
	padding: 0 0.5em;
}
#material #section_contents .contents_block .text.dl_lead {
	font-size: 1em;
}
#material #section_contents .contents_block .text.leading_form {
	margin: 0 auto 3em;
	padding: 1em;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 1.15em;
	color: #fff;
	background: #FF3434;
	max-width: 520px;
}
#material #section_contents .contents_block .text.tool_sample {
	margin-bottom: 3em;
}
#material #section_contents .contents_block .text.tool_sample .tool_image {
	position: relative;
}
#material #section_contents .contents_block .text.tool_sample .tool_image .tool_text {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.1em;
	font-family: "Noto Sans JP";
	font-weight: 800;
	font-size: 1.1em;
	color: #fff;
	background: #FF3434;
/*	color: #3000c3;
	background: rgba(52, 133, 255, 0.5);*/
	text-align: center;
	line-height: 1.3;
}
#material #section_contents .contents_block .text.tool_sample .tool_image .tool_text span {
	font-size: 2em;
	margin-right: 0.2em;
	margin-bottom: 0.1em;
}
#material #section_contents .contents_block .dl_block {
	margin-top: 1em;
}
#material #section_contents .contents_block .dl_block .dl_list {
	margin-top: 10px;
	vertical-align: middle;
	display: block;
	color: #FF3333;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_img {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	position: relative;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_img .yt_icon {
	z-index: 2;
	position: relative;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_img .yt_thum {
	z-index: 1;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_txt {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding-left: 1em;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_txt_topic {
	z-index: 1;
	position: relative;
	padding: 0 1em;
	margin: 30px auto 5px;
	font-size: 0.9em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_txt_topic:before {
	content: "↓";
	position: absolute;
	top: 0;
	left: 0;
}
#material #section_contents .contents_block .dl_block .dl_list .dl_list_txt_topic:after {
	content: "↓";
	position: absolute;
	top: 0;
	right: 0;
}
#material #section_contents .contents_block .dl_block .row .col.s6 {
	width: 49%;
}
#material #section_contents .contents_block .dl_block .row .col.s6:first-of-type {
	margin-right: 1%;
}
#material #section_contents .contents_block .dl_block .row .col.s6:last-of-type {
	margin-left: 1%;
}
#material #section_contents .contents_block .dl_block .row .col.dl_all {
	font-size: 0.9em;
}
#material #section_contents .contents_block .dl_block .row .col .dl_btn {
	padding: 0.7em;
}
#material #section_contents .contents_block .dl_block .dl_list .row .col .dl_btn {
	font-size: 0.85em;
	color: #FF3333;
}
#material #section_contents .contents_block .dl_block .dl_list .row .col .dl_btn:hover {
	color: #fff;
}
#material #section_contents .contents_block .dl_block .dl_title {
	line-height: 1.2;
	font-weight: 400;
}
#material #section_contents .contents_block .dl_block .dl_remark {
	font-size: 0.8em;
    color: #000;
    line-height: 1.3;
}
#material #section_contents .contents_block .dl_block .dl_list .row + .dl_remark {
    margin-top: -15px;
}
#material #section_contents .contents_block .dl_block .dl_btn {
	margin-top: 5px;
	padding: 0.1em 0.5em;
	border: 1px solid #FF3333;
	background: #fff0f0;
	text-align: center;
	font-weight: 400;
}
#material #section_contents .contents_block .dl_block .dl_list .row .col .dl_btn.coming_soon {
	border: 1px solid #969696;
	background: #e6e6e6;
	color: #787878;
}
#material #section_contents .contents_block .dl_block .dl_list .row .col .dl_btn.coming_soon:hover {
	color: #787878;
}
#material #section_contents .contents_block .dl_block .dl_btn i {
	margin-right: 0.5em;
	vertical-align: sub;
	font-size: 1.2em;
}
#material #section_contents .contents_block .dl_block .dl_btn {
	  -webkit-transition: all .3s;
    transition: all .3s;
}
#material #section_contents .contents_block .dl_block a:hover .dl_btn {
	background: #FF3333!important;
    color: #fff!important;
}
#material #section_contents .contents_block .dl_block .dl_list.dl_all {
	margin: 40px auto;
    max-width: 600px;
}
#material #section_contents .contents_block .dl_block .dl_all .dl_btn {
	margin-top: 0;
    padding: 0.5em;
}

#material #section_contents .contents_block.contact_info {
	margin-top: 4.5em;
	padding-top: 1.5em;
}

#material #section_contents .contents_block .text .tab_label_block {
/*	display: table;
	border-collapse: separate;
    border-spacing: 5px 0;
	width: 100%;*/
}
#material #section_contents .contents_block .text .tab_label_block .tab_label {
/*	display: table-cell;
	vertical-align: middle;*/
    text-align: center;
	font-weight: bold;
    background: #fff0f0;
	color: #FF3333;
	border: 1px solid #FF3333;
	padding: 1em;
	transition: .3s;
	cursor: pointer;
	float: left;
    width: 49.5%;
    border-bottom: none;
}
#material #section_contents .contents_block .text .tab_label_block .tab_label:last-of-type{
	float: right;
}
#material #section_contents .contents_block .text .tab_label_block .tab_label:hover {
	background: #FF3333;
    color: #fff;
}
#material #section_contents .contents_block .text .tab_label_block .tab_label.active {
	background: #FF3333;
    color: #fff;
	cursor: default;
}
#material #section_contents .contents_block .text .tab_container {
	display: none;
	border: 1px solid #FF3333;
	padding: 0.5em;
}
#material #section_contents .contents_block .text .tab_container.active {
	display: block;
	animation: TabFade ease 0.6s forwards;
}
@-webkit-keyframes TabFade{
	0%{ opacity:0; }
	100%{ opacity:1; }
}
@keyframes TabFade{
	0%{ opacity:0; }
	100%{ opacity:1; }
}

#material #section_contents .contents_block .text .filter_label_block {
	display: table;
	border-collapse: separate;
    border-spacing: 5px 0;
	width: 90%;
	margin: 0 auto 2em;
}
#material #section_contents .contents_block .text .filter_label_block .filter_label {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
	font-weight: bold;
    background: #fff0f0;
	color: #FF3333;
	border: 1px solid #FF3333;
	padding: 0.8em 0.5em;
	transition: .3s;
	cursor: pointer;
	
	width: 33%;
	font-size: 0.7em;
}
#material #section_contents .contents_block .text .filter_label_block .filter_label:hover {
	background: #FF3333;
    color: #fff;
}
#material #section_contents .contents_block .text .filter_label_block .filter_label.active {
	background: #FF3333;
    color: #fff;
/*	cursor: default;*/
}
#material #section_contents .contents_block .text .filter_label_block .filter_label.active:hover {
	opacity: 0.7;
}
#material #section_contents .contents_block .text .filter_label_block span {
    display: block;
}

#material #section_contents .contents_block .text .pfs_block {
	color: #000;
	font-weight: 600;
	padding: 4em 1em 2em;
	margin-bottom: 40px;
}
#material #section_contents .contents_block .text .tab_container .pfs_block {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#material #section_contents .contents_block .text .tab_container .pfs_block.el_last {
	margin-bottom: 1.5em;
}

#material #section_contents .contents_block .text .pfs_block h2 {
    width: 100%;
    margin: 0;
    color: #000;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0;
    background: none;
    line-height: 1.4;
}

#material #section_contents .contents_block .text .pfs_block .pfs_top {
	display: table;
}
#material #section_contents .contents_block .text .pfs_block .pfs_left {
	display: table-cell;
	vertical-align: top;
	padding-right: 1em;
}
#material #section_contents .contents_block .text .pfs_block .pfs_no {
	position: absolute;
    left: 1em;
    top: 1.5em;
    border-bottom: 3px solid #FF3333;
    display: inline-block;
    line-height: 1;
    padding-bottom: 0.2em;
}
#material #section_contents .contents_block .text .pfs_block .pfs_job {
	font-size: 0;
}
#material #section_contents .contents_block .text .pfs_block .pfs_job div {
	display: inline-block;
	font-size: 1.6rem;
	position: relative;
    padding-right: 1em;
	margin-right: 0.7em;
	margin-bottom: 0.5rem;
}
#material #section_contents .contents_block .text .pfs_block .pfs_job div:not(:last-child)::after {
	content: "/";
    position: absolute;
    right: 0;
    bottom: 0;
}
#material #section_contents .contents_block .text .pfs_block .pfs_img {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
#material #section_contents .contents_block .text .pfs_block .pfs_title_sub {
	font-size: 0.7em;
	color: #FF3333;
	display: block;
	line-height: 1;
}
#material #section_contents .contents_block .text .pfs_block .pfs_title {
	margin-top: 1.5rem;
}
#material #section_contents .contents_block .text .pfs_block .pfs_title .pfs_title_sub {
	margin-bottom: 0.5rem;
}
#material #section_contents .contents_block .text .pfs_block .name_sub {
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 2rem;
}
#material #section_contents .contents_block .pfs_block .dl_block {
	margin: 2rem 0 0;
}
#material #section_contents .contents_block .pfs_block .dl_block .dl_list.dl_all {
	margin: 0 auto;
}
#material #section_contents .contents_block .pfs_zip_block {
	margin-top: 0;
	margin-bottom: 3em;
}
#material #section_contents .contents_block .pfs_zip_block .dl_list.dl_all {
	margin: 0 auto;
	font-size: 0.9em;
	width: 48%;
	margin: 1%;
}

#material .contact_banner {
	z-index: 2;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 22em;
	padding: 1em;
	background: #ffb3b3;
	opacity: 0.7;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
#material .contact_banner:hover {
	opacity: 0.9;
}
#material .contact_banner div:nth-of-type(n+2) {
	margin-top: 0.5em;
}
#material .contact_banner #bn_close_btn {
	position: absolute;
	top: -1.2em;
	right: 0;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
#material .contact_banner #bn_close_btn {
	position: absolute;
	top: -1.2em;
	right: 0;
	font-size: 2em;
	font-weight: bold;
}
#material .contact_banner #bn_close_btn:hover {
	cursor: pointer;
}
#material .contact_banner .contact_lead {
}
#material .contact_banner .contact_info {
	display: table;
	width: 100%;
}
#material .contact_banner .contact_info .info_title {
	display: table-cell;
	width: 4.5em;
}
#material .contact_banner .contact_info .info_txt {
	display: table-cell;
}
#material .contact_banner a:hover {
	color: #ff0000;
	text-decoration: underline;
}


@media (max-width: 800px) {
	#material #section_contents .contents_block .text.tool_sample .tool_image .tool_text {
		font-size: 2.5vw;
		padding: 1.1em 1.5em;
	}
	#material .contact_banner .contact_info {
		font-size: 0.95em;
	}
}

@media (max-width: 739px) {
	#material #section_contents .contents_block .text .cls_title_block {
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		font-size: 1.2em;
	}
	#material #section_contents .contents_block .text div.cls_recommend {
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}
	#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img {
		font-size: 1.2em;
	}
	#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_txt {
		font-size: 1.1em;
	}
}

@media (max-width: 500px) {
	#material #section_contents .contents_block .text .main_lead {
		font-size: 1.1em;
	}
	#material #section_contents .contents_block .text .career_list {
		border-spacing: 10px 0;
		margin-left: -5%;
		margin-right: -5%;
		width: 110%;
	}
	#material #section_contents .contents_block .text .cls_title_block {
		font-size: 1.0em;
		padding: 0.5em;
		width: 110%;
		margin: 0 -5%;
	}
	#material #section_contents .contents_block .text .cls_title_block div.cls_code {
		padding-right: 0.5em;
	}
	#material #section_contents .contents_block .text .cls_title_block .cls_title {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	#material #section_contents .contents_block .text .cls_title_block div.cls_min_img {
		width: 8em;
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_top {
		display: block;
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_left {
		display: block;
		padding-right: 0;
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_job {
		width: 55%;
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_job div {
		display: block;
		font-size: 2rem;
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_job div:not(:last-child)::after {
		content: "";
	}
	#material #section_contents .contents_block .text .pfs_block .pfs_img {
		width: 40%;
		display: block;
		position: absolute;
		top: 4em;
		right: 1em;
	}
	#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img {
		font-size: 1.0em;
		width: 4.5em;
	}
	#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_txt {
		font-size: 0.8em;
	}
	#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img + .cls_recommend_txt {
		width: calc(100% - 6.5em);
	}
	#material #section_contents .contents_block .text div.cls_recommend_2 .cls_recommend_2_txt {
		font-size: 1em;
	}
	#material #section_contents .contents_block .text .filter_label_block {
		width: 100%;
	}
	#material #section_contents .contents_block .text .filter_label_block .filter_label {
		padding: 0.3em;
	}
	#material .contact_banner {
		width: 25em;
	}
	#material .contact_banner .contact_lead {
		font-size: 1.2em;
	}
	#material .contact_banner .contact_info {
		font-size: 1.2em;
	}
	#material #section_contents .contents_block .dl_block .dl_list .dl_list_txt_topic {
		margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	#material .topmenu_area {
		margin-top: 4em;
	}
	#material #section_contents .contents_block .text.dl_lead {
		font-size: 0.9em;
	}
	#material #section_contents .contents_block .text.leading_form {
		padding: 1em 0.5em;
		font-size: 1em;
	}
	#material #section_contents .contents_block .pfs_zip_block .dl_list.dl_all {
		font-size: 0.8em;
	}
	#material #section_contents .contents_block .text div.cls_recommend .cls_recommend_img + .cls_recommend_txt {
		bottom: 0.7em;
	}
}


/* YouTube レスポンシブ対応 */
#section_contents .mov {
	margin: 1em 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#section_contents .mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#section_contents .mov twitterwidget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin-top: -56.25%!important;
}
/*// 効力なし
#section_contents .contents_block .mov twitterwidget .SandboxRoot .EmbeddedTweet {
    max-width: 100%!important;
}*/


/* コンテンツ｜プロフィール */
#section_contents .profile{
	margin-bottom: 2em;
}
#section_contents .profile .prof_block{
	display: table;
	font-size: 1.7rem;
}
#section_contents .profile .prof_block .text_area{
	display: table-cell;
	vertical-align: top;
	width: 80%;
	padding-left: 0.5em;
}
#section_contents .profile .prof_block .text{
	color: #787878;
	margin-top: 0;
	margin-bottom: 0.3em;
	line-height: 1.5;
	font-size: 0.9em;
}
#section_contents .profile .prof_block .link{
	line-height: 1.3;
	display: inline-block;
    margin-right: 1rem;
}
#section_contents .profile .prof_block .link [class^="icon-"],
#section_contents .profile .prof_block .link [class*=" icon-"] {
	margin-right:0.1em;
	font-size:0.9em;
}

#section_contents .profile .prof_block .img{
	display: table-cell;
	vertical-align: top;
	width: 20%;
	text-align: center;
	padding-top: 0.2em;
	position: relative;
}
#section_contents .profile .prof_block .img img{
/*	border-radius: 2px;*/
}


/* コンテンツ｜記事ページ内　学校情報（広告） */
#section_school_info {
	position: relative;
	margin: 1em auto;
	padding: 4em 5em;
	width: 90%;
	font-size: 1.2em;
	line-height: 1.4;
	transition: .8s;
/*	background: #fff;*/
}
#section_school_info:before {
	background: url(/images/common/bg_top_left_line.png) no-repeat left top ,url(/images/common/bg_top_right_line.png) no-repeat right top;
}
#section_school_info:after {
	background: url(/images/common/bg_bottom_left_line.png) no-repeat left bottom ,url(/images/common/bg_bottom_right_line.png) no-repeat right bottom;
}
#section_school_info:before, #section_school_info:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background-size: 10% auto;
}
.school_info_title {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 1.1em;
	text-align: center;
	color: #ff0000;
	margin: 0 auto;
}
.school_info_img {
	margin: 1em auto;
	position: relative;
}
.school_info_title_sub {
	font-family: "Noto Sans JP";
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}
.school_info_link {
	margin: 3em auto 0;
	font-weight: 400;
	text-align: center;
}
.school_info_link a {
	display: inline-block;
	color:#fff;
	padding: 0.5em 1em;
	background: #fc6566;
}


/* コンテンツ｜記事ページ内　SNSシェアボタン */
#section_share{
	display: table;
	margin: 2em auto 1em;
	padding: 0 0 4em;
	width: 92%;
	border-collapse: separate;
    border-spacing: 10px 0;
}
#section_share a{
	display: table-cell;
    width: 32%;
    text-align: center;
    font-size: 1.4em;
    border: 3px solid #000;
    padding: 0.5em 0;
	font-family: "Noto Sans JP";
	font-weight: 900;
/*    font-weight: bold;*/
	letter-spacing: -0.02em;
}
#section_share a.twitter{
	color: #5DAFEF;
    border-color: #5DAFEF;
}
#section_share a.facebook{
	color: #3D5B96;
    border-color: #3D5B96;
}
#section_share a.line{
	color: #35BE30;
    border-color: #35BE30;
}
@media (max-width: 739px) {
	#section_share{
	}
	#section_share a{
		font-size: 1.3em;
	}
}
@media (max-width: 600px) {
	#section_share{
		width: 94%;
		border-spacing: 8px 0;
	}
	#section_share a{
		font-size: 1.2em;
	}
}
@media (max-width: 500px) {
	#section_share{
		padding: 2em 0;
		width: 94%;
		border-spacing: 5px 0;
	}
	#section_share a{
		font-size: 1.0em;
		padding: 0.7em 0;
		border: 2px solid #000;
		letter-spacing: -0.05em;
	}
}
@media (max-width: 400px) {
	#section_share{
	}
	#section_share a{
		font-size: 1.0em;
	}
}


/* google 翻訳 */
body font { word-break:normal; vertical-align:unset!important; }
#header_over_area{
    width: 100%;
    height: 34px;
    background: #fff;
    position: fixed;
    z-index: 10;
}
#header_over_area ul{
	padding: 5px 0;
    text-align: right;
	display: table;
    position: absolute;
    right: 10px;
	width: max-content;
}
#header_over_area ul li{
	display: table-cell;
    vertical-align: middle;
}
#header_over_area span{
	display: inline-block;
}
#header_over_area a{
	color: inherit;
}
.ho_txt {
    font-size: 0.9em;
    padding-right: 1em;
    color: #FC6566;
	font-weight: 400;
}
.ho_txt a:hover{
	color: #FF3333;
	
}
#google_translate_element{
}
#google_translate_element .freebirdFormviewerViewItemsItemItemTitle {
    font-size: 1em;
}
#google_translate_element .quantumWizTogglePaperradioInk,
#google_translate_element .quantumWizTogglePaperradioEl,
#google_translate_element .quantumWizTogglePaperradioRadioContainer {
    width: 14px;
    height: 14px;
}
#google_translate_element .freebirdFormviewerViewItemsRadioChoice {
	padding: .2em .5em .2em 0;
}
#google_translate_element .freebirdFormviewerViewItemsRadioLabel {
	font-size: 0.9em;
}
.goog-te-menu-frame {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.goog-te-menu-value img,
.goog-te-gadget img {
	width:auto;
}

@media (min-width: 1620px){
	#header_over_area{
		width: auto;
		right: 10px;
		top: 10px;
		z-index: 11;
		background: none;
	}
	.ho_txt {
		color: #fff;
	}
	.ho_txt a:hover{
		color: #fff;
		opacity: 0.8;
	}
	#section_header {
		top: 0;
	}
	main{
		padding-top: 56px;
	}
}

@media (max-width: 400px) {
	.goog-te-gadget-simple{ font-size:0.7em; }
}


/* google form レスポンシブ対応 */
#gf {
	padding: 0 10% 3em;
	overflow: hidden;
}
#gf iframe {
	width: 100% !important;
}


/* コンテンツ｜記事ページ内　他の記事も見る */
#section_contents .pop_contents_block{
	padding-bottom: 0;
}
#section_contents .pop_contents{
	display:inline-block;
	margin-top: 15px;
}
#section_contents .logo{
	display: inline-block;
	position: relative;
}
#section_contents .logo img.main{
	max-width: 50px;
	width: 20%;
	vertical-align: bottom;
	margin: 0 3px 0 2px;
}
#section_contents .logo img.sub{
	max-width: 100px;
	width: 45%;
	vertical-align: bottom;
}


/* コンテンツ｜学校 */
#section_school{
	padding: 0.5em 10%;
	margin: 2em 0;
	font-size: 2rem;
	line-height: 1.5;
}
#section_school .title{
	font-size: 0.9em;
	font-family: "Noto Sans JP";
	font-weight: 400;
	margin: 0 0 1em;
	color: #f66;
}
#section_school .school_name{
	font-family: "Noto Sans JP";
	font-weight: 400;
	margin: 0;
/*	font-size: 1.1em;*/
	font-size:1.05em;
	line-height:1;
}
#section_school .school_name .material-icons{ font-size:0.8em; vertical-align:bottom; }

#section_school .school_name .class{
	display:inline-block;
}
#section_school .text{
	color: #787878;
	margin: 0;
}
/*#section_school .link{
	line-height: 1.3;
	font-size: 0.8em;
}*/
#section_school a:hover{
/*	opacity: 0.7;*/
	color:#ff0000;
}


/* コンテンツ｜link_sitetop */
#link_sitetop {
/*    margin: 3em auto 2em;*/
	margin: 4em auto 0;
    width: 40%;
    max-width: 250px;
	position: relative;
}
#link_sitetop.back_btn{
    max-width: 110px;
}
#link_sitetop a:hover {
	opacity: 0.7;
}


/* コンテンツ｜footer */
footer {
	text-align: center;
	color: #787878;
	position: relative;
	padding: 1em 10% 1.5em;
	font-size: 1.2em;
}
footer .bg_bottom_center{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .bg_bottom_center img{
	width: 55%;
	max-width: 400px;
}

.link_txt {
	margin: 4em auto 0;
}
.link_txt a {
	font-size: 1.3em;
}
.link_txt a:hover {
	color: #FF3333;
}

#section_twitter{
	z-index: 2;
	position: relative;
}
#section_twitter .follow_me{
	position: relative;
	margin: 0 auto 5px;
	width: 40%;
	max-width: 100px;
}
#section_twitter .tw_icon{
	position: relative;
	margin: 0 auto 2em;
	width: 30%;
	max-width: 50px;
	display: inline-block;
}
#section_twitter .tw_icon:hover{
    opacity: 0.7;
}
#section_social,
#copyright{
	z-index: 2;
	position: relative;
}
#section_social{
	margin-top: 4em;
}
#section_social .follow_me{
	position: relative;
	margin: 0 auto 5px;
	width: 40%;
	max-width: 100px;
}
#section_social .sns_icon{
	position: relative;
	margin: 0 0.3em 2em;
	width: 30%;
	max-width: 50px;
	display: inline-block;
	background-color: #787878;
    border-radius: 50%;
}
#section_social .sns_icon.twitter:hover{
	background-color: #1da1f2;
}
#section_social .sns_icon.instagram:hover{
	background-color: #d93175;
}
#section_social .sns_icon.facebook:hover{
	background-color: #3B5998;
}
#section_social .sns_icon.mail:hover{
	background-color: #FF3333;
}


/* フォーム */
#form {
	padding: 0 10%;
}
#form form {
	margin-top: 1em;
	padding: 8% 5% 10%;
    background: #fff5f5;
}
#form form .form_title {
	margin-bottom: 3em;
	font-size: 1.2em;
	font-weight: 400;
}
#form form .input-field {
	width: 100%;
	margin: 0 auto 3em;
}
#form form .input-field + .etc_txt {
    margin: -3em auto 3em!important;
}
@media (min-width: 739px) {
	#form form {
	}
}


/* コンテンツ｜material */
#section_material{
	max-width: 800px;
    margin: 0 auto;
    padding: 2em 0;
    line-height: 1.2;
}
#section_material .title_area {
    position: relative;
    font-size: 2rem;
    padding: 0.5em 10%;
}
#section_material .title_area .title{
	line-height: 1.5;
    margin: 0;
	font-family: "Noto Sans JP";
	font-weight: 700;
	text-align: center;
}
#section_material ul{
	padding: 1em 1em 1em 20%;
	font-size: 1.3em;
}
#section_material ul li {
	margin: 1em 0;
    list-style-type: disc;
}
#section_material ul li a {
	color: #FC6566;
	font-weight: 400;
}
#section_material ul li a::after {
	font-family: 'icomoon';
	content: "\f1c1";
	font-size: 0.9em;
	font-weight: normal;
    vertical-align: bottom;
    margin-left: 0.4em;
}


/* コンテンツ｜学生向け記事作成機能｜ログイン画面 */
#st_writeButtion {
    margin: 30px auto;
    width: 70%;
    max-width: 350px;
    line-height: 3em;
    text-align: center;
    font-weight: 400;
    font-size: 1.3em;
}
#st_writeButtion .btn {
    font-size: 1em;
    margin: 0 auto;
    height: unset;
    line-height: 3em;
    background: #FF3333;
    border: 1px solid #FF3333;
    vertical-align: top;
    letter-spacing: -0.01em;
}
#st_writeButtion .btn .material-icons {
	vertical-align: text-bottom;
	font-size: 1.3em;
	margin-right: 5px;
}
#st_writeButtion .btn:hover,
#st_writeButtion .btn-large:hover {
	box-shadow: none;
	opacity: 0.7;
}
#st_contents_list {
	margin-top: 40px;
    padding: 0 10%;
}
#st_contents_list .list_block {
	padding: 0 5%;
/*	padding: 7% 5%;
	margin-top: 1em;
	background: #fff5f5;*/
	text-align: center;
}
#st_contents_list .list_block .list_title {
	margin: 0 0 15px;
	font-size: 1.2em;
	font-weight: 400;
}
#st_contents_list .list_block .list_title i {
	margin-right: 0.2em;
	font-size: 0.9em;
}
#st_contents_list .list_block .st_contents_url {
	margin: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}
#st_contents_list .list_block .st_contents_url a {
	color: #FF3333;
}
#st_contents_list .list_block .st_contents_url a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
#st_contents_list .list_block .st_contents_url_mod {
	font-size: 1.3em;
	margin: 25px 0;
	font-weight: 400;
}
#st_contents_list .list_block .st_contents_url_mod a {
	display: inline-block;
	padding: 0.7em 0.5em;
	border: 1px solid #FF3333;
	border-radius: 5px;
	background: #fff0f0;
	color: #FF3333;
	transition: .3s;
	width: 70%;
    max-width: 400px;
}
#st_contents_list .list_block .st_contents_url_mod a span {
	display: inline-block;
}
#st_contents_list .list_block .st_contents_url_mod a:hover {
	background: #FF3333;
	color: #fff;
}
#st_contents_list .list_block ul li {
	font-size: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 400;
}
#st_contents_list .list_block ul li a {
	display: block;
	padding: 0.7em 0.5em;
	border: 1px solid #FF3333;
	border-radius: 5px;
	background: #fff0f0;
	color: #FF3333;
	transition: .3s;
	width: 70%;
    max-width: 400px;
}
#st_contents_list .list_block ul li a:hover {
    background: #FF3333!important;
    color: #fff!important;
}
/*#st_contents_list .list_block ul li i {
	margin-left: 0.3em;
	font-size: 0.8em;
}*/
#st_foot_btn {
	margin: 15% 0 10px;
    padding: 0 10%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
}
#st_foot_btn .logout_btn {
	display: inline-block;
	padding: 0.7em 0.5em;
	border: 1px solid #666;
	border-radius: 5px;
	background: #f5f5f5;
	color: #666;
	transition: .3s;
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
}
#st_foot_btn .logout_btn:hover {
	opacity: 0.7;
}

/* コンテンツ｜学生向け記事作成機能｜記事作成画面 */
#back_mypage {
	margin: 4em auto 0;
    width: 25%;
    max-width: 250px;
    position: relative;
    max-width: 150px;
}
#back_mypage a:hover {
	opacity: 0.7;
}

/* コンテンツ｜学生向け記事作成機能｜記事作成画面 */
#st_form_area {
	padding: 0 10%;
}
#st_form_area .st_form {
    margin-top: 1em;
    padding: 8% 5% 10%;
    background: #fff5f5;
}
#st_form_area .st_form .form_title {
	margin-bottom: 4em;
	font-size: 1.2em;
	font-weight: 400;
}
#st_form_area .st_form .input-field {
	width: 100%;
	margin: 0 auto 5em;
}
#st_form_area .st_form .input-field + .etc_txt {
    margin: -5em auto 5em!important;
}
#st_form_area .st_form .input-field label {
    font-size: 1.2em;
}
#st_form_area .st_form .input-field .label_style {
    font-size: 1.2em;
	color: #333;
	font-weight: 400;
}
#st_form_area .st_form .input-field .st_school_block .col_topic {
    font-weight: bold;
}
#st_form_area .st_form .input-field input {
	height: 2em;
}
#st_form_area .st_form .btn,
#st_form_area .st_form .btn-large {
	cursor: pointer;
	color: #fff;
	background-color: #FF6666;
}
#st_form_area .st_form .file-field .btn,
#st_form_area .st_form .file-field .btn-large {
	padding: 0.2em 0;
	height: auto;
	line-height: 1;
	font-size: 1.5em;
	position: unset;
}
#st_form_area .st_form .file-field .btn:hover,
#st_form_area .st_form .file-field .btn-large:hover {
	cursor: pointer;
}
#st_form_area .st_form .btn:hover,
#st_form_area .st_form .btn-large:hover {
	box-shadow: none;
}
#st_form_area .st_form .btn span,
#st_form_area .st_form .btn-large span {
	font-size: 0.9em;
	font-weight: 400;
	vertical-align: top;
}
#st_form_area .st_form .btn {
	width: 4em;
}
#st_form_area .st_form .btn-large {
	width: 60%;
	max-width: 100%;
}
#st_form_area .st_form .add_btn_type {
	border: 1px solid #FF3333;
	background: #fff0f0;
	color: #FF3333;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	font-size: 1.5em;
	margin-top: 15px;
}
#st_form_area .st_form .add_btn_type:hover {
	background: #FF3333;
	color: #fff;
}
#st_form_area .st_form [type="radio"]+label:before {
    background: #fff;
}
#st_form_area .st_form .file-field input.file-path {
	height: 2em;
}
#st_form_area .st_form textarea.materialize-textarea {
    min-height: 2.5em;
	padding-bottom: 0.3em;
}
#st_form_area .st_form .collapsible {
    box-shadow: none;
    border: none;
}
#st_form_area .st_form .collapsible li {
    margin: 1em auto;
}
#st_form_area .st_form label + .collapsible {
    box-shadow: none;
    border: none;
    margin: 1em auto;
}
#st_form_area .st_form .collapsible-header {
	border: 1px solid #ddd;
	display: block;
	cursor: pointer;
	line-height: 3em;
	padding: 0 0.5em;
	background-color: #fff;
	font-size: 1.2em;
}
#st_form_area .st_form .collapsible-header:before {
    content: "▼";
}
#st_form_area .st_form .collapsible-header.active:before {
    content: "▲";
}
#st_form_area .st_form .collapsible-body {
    border-bottom: none;
	padding: 35px 10px 5px;
    background: #fff;
}
#st_form_area .st_form .input-field.link_default_margin {
	margin-bottom: 20px;
}
#st_form_area .st_form + #sendButtion {
	margin: 10% auto 15%;
}
#st_form_area #sendButtion .btn:hover {
	box-shadow: none;
	opacity: 0.7;
}
#st_form_area .st_form .block_topic {
	top: 1rem;
	left: 0;
	color: #333;
	font-weight: 400;
	font-size: 1.2em;
}
#st_form_area .st_form .img_longside_block .col.s6 {
	padding: 0 2.5%;
}
#st_form_area .st_form .img_longside_block .label_img {
	position: relative;
	cursor: pointer;
}
#st_form_area .st_form .img_longside_block .label_img img {
	max-width: 200px;
	border: 1px solid #9e9e9e;
	margin-left: 10px;
}
#st_form_area .st_form .img_longside_block .label_txt {
	line-height: 1.5;
	padding-top: 0.2em;
}
[type="radio"]:checked + label {
	color: #FF3333;
}
#st_form_area .st_form .cke_inner {
    font-size: 14px!important;
}
#st_form_area .st_form .cke_top {
    padding: 0 8px;
}
#st_form_area .st_form .cke_toolgroup {
    margin: 0 2px 0 0;
}
#st_form_area .st_form .cke_contents {
	height: 2em;
}

#st_form_area .st_loading {
	line-height: 2;
}
#st_form_area .st_loading .type_circle1 {
	margin: 40px auto 0;
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: loading_circle1 1.1s infinite ease;
	animation: loading_circle1 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes loading_circle1 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ff3333, 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.5), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.7), 1.8em -1.8em 0 0em #ff3333, 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.5), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.7), 2.5em 0em 0 0em #ff3333, 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.5), 2.5em 0em 0 0em rgba(255, 51, 51, 0.7), 1.75em 1.75em 0 0em #ff3333, 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.5), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.7), 0em 2.5em 0 0em #ff3333, -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.5), 0em 2.5em 0 0em rgba(255, 51, 51, 0.7), -1.8em 1.8em 0 0em #ff3333, -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.5), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.7), -2.6em 0em 0 0em #ff3333, -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.5), -2.6em 0em 0 0em rgba(255, 51, 51, 0.7), -1.8em -1.8em 0 0em #ff3333;
  }
}
@keyframes loading_circle1 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ff3333, 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.5), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.7), 1.8em -1.8em 0 0em #ff3333, 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.5), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.7), 2.5em 0em 0 0em #ff3333, 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.5), 2.5em 0em 0 0em rgba(255, 51, 51, 0.7), 1.75em 1.75em 0 0em #ff3333, 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.5), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.7), 0em 2.5em 0 0em #ff3333, -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.2), -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.5), 0em 2.5em 0 0em rgba(255, 51, 51, 0.7), -1.8em 1.8em 0 0em #ff3333, -2.6em 0em 0 0em rgba(255, 51, 51, 0.2), -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.5), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.7), -2.6em 0em 0 0em #ff3333, -1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 51, 51, 0.2), 1.8em -1.8em 0 0em rgba(255, 51, 51, 0.2), 2.5em 0em 0 0em rgba(255, 51, 51, 0.2), 1.75em 1.75em 0 0em rgba(255, 51, 51, 0.2), 0em 2.5em 0 0em rgba(255, 51, 51, 0.2), -1.8em 1.8em 0 0em rgba(255, 51, 51, 0.5), -2.6em 0em 0 0em rgba(255, 51, 51, 0.7), -1.8em -1.8em 0 0em #ff3333;
  }
}

/* 記事修正画面 */
.st_change_block {
	position: relative;
}
.st_change_block .ajax_mod {
	display: none;
	z-index: 2;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 5em;
	font-size: 0.8em;
	line-height: 1;
	padding: 0.2em 0;
	
    border: 1px solid #FF6666;
    color: #FF6666;
    background-color: #fff;
    font-weight: bold;
}
.st_change_block .ajax_mod:hover,
.st_change_block .ajax_mod:focus{
    background-color: #FF6666;
	color: #fff;
}

.st_change_block .ajax_del{
	display: none;
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 5em;
	font-size: 0.8em;
	line-height: 1;
	padding: 0.2em 0;
	
	background-color: #e4e4e4;
	color: #505050;
	font-weight: bold;
	border: 1px solid #505050;
}
.st_change_block:hover .ajax_del{
	background-color: #e4e4e4;
	color: #505050;
	font-weight: bold;
	border: 1px solid #505050;
}
.st_change_block:hover .ajax_del:hover,
.st_change_block:hover .ajax_del:focus{
    background-color: #ffd2d2;
	color: #ff0000;
	border: 1px solid #ff0000;
}
.admin_mode .st_change_block:hover .ajax_mod,
.admin_mode .st_change_block:hover .ajax_del {
	display: block;
}

#st_form_area #addButton{
	margin: 20px auto 0;
	width: 90%;
	max-width: 500px;
	font-size: 0.9em;
	font-weight: bold;
}
#st_form_area #addButton .btn_add {
    line-height: 1;
    padding: 0.2em 0;
    border: 1px solid #FF6666;
    color: #FF6666;
    background-color: #fff;
}
#st_form_area #addButton .btn_add:hover {
    box-shadow: none;
    background-color: #ffe6e6;
}

#st_form_area .st_form #modifyButton button:nth-of-type(2){
	margin-left: 10px;
}

#st_form_area .st_form #modifyButton{
	margin: 10% auto 0;
	text-align: right;
	font-weight: 400;
	font-size: 0.8em;
}
#st_form_area .st_form #modifyButton button:nth-of-type(2){
	margin-left: 10px;
}
#st_form_area .st_form .btn.mod_cancel,
#st_form_area .st_form .btn.mod_submit{
	width: auto;
	padding: 0.7em 1em;
	font-size: 1.3em;
	height: auto;
	line-height: 1.2;
}
#st_form_area .st_form .btn.mod_cancel{
	background-color: #fff;
	color: #505050;
	font-weight: bold;
	border: 1px solid #505050;
}
#st_form_area .st_form .btn.mod_cancel:hover,
#st_form_area .st_form .btn.mod_cancel:focus{
    background-color: #e4e4e4;
	border: 1px solid #505050;
	color: #505050;
}
#st_form_area .st_form .btn.mod_submit{
	font-weight: bold;
}
#st_form_area .st_form .btn.mod_submit:hover,
#st_form_area .st_form .btn.mod_submit:focus{
    opacity: 0.7;
}
#st_form_area .st_form .btn.mod_sort{
	font-size: 0.8em;
	line-height: 1;
	padding: 0.2em 0;
	border: 1px solid #FF6666;
	color: #FF6666;
	background-color: #fff;
	font-weight: bold;
}
#st_form_area .st_form .btn.mod_sort:hover,
#st_form_area .st_form .btn.mod_sort:focus{
	background-color: #FF6666;
	color: #fff;
}



@media only screen and (min-width: 601px) {
	#st_form_area .st_form .row .col.m4 {
		margin: 5px 0;
	}
	#st_form_area .st_form .row .col.m4:nth-child(3n+1){
		clear: both;
	}
	#st_form_area .st_form .input-field .st_school_block label {
		font-size: 0.9em;
		line-height: 1.4;
		padding-top: 0.2em;
	}
}

@media (max-width: 500px) {
	#st_writeButtion {
		font-size: 1.5em;
	}
	#st_contents_list {
		padding: 0 5%;
	}
	#st_contents_list .list_block .list_title {
		font-size: 1.5em;
	}
	#st_form_area {
		padding: 0 5px;
	}
	#st_form_area .st_form {
		padding-left: 10px;
		padding-right: 10px;
	}
	#st_form_area .st_form .form_title {
		font-size: 1.5em;
	}
	#st_form_area .st_form .btn,
	#st_form_area .st_form .btn-large {
		line-height: 2em;
		height: 2em;
	}
	#st_form_area .st_form .file-field .btn,
	#st_form_area .st_form .file-field .btn-large {
		padding: 0.4em 0;
		font-size: 2em;
	}
}



/* メディアクエリー */
@media (min-width: 1300px){
/*header:before, footer:before {
  background-size: 20% auto;
}*/
footer:before {
  background-size: 20% auto;
}
main {
	margin-bottom: -6.5em;
}
footer{
	padding-top: 4em;
}
}

@media (max-width: 992px) {
/*main:before { background-size: 25% auto; }*/
main:before,
main:after {
  background-size: 23% auto;
}
#about{
	width: 90%;
}
}

@media (max-width: 739px) {
html { font-size: 55%; }
@media screen and (orientation: landscape) { /* 横向きの場合のスタイル */
/*	main:before { background-size: 40% auto; }*/
}
#main_contents{
	width: 100%;
    box-shadow: none;
}
#section_cluster{
	padding: 0;
}
.type_list article.other .list_img{
	height: 9em;
}
.type_list article.other .list_img:before{
	top: 7px;
	bottom: 7px;
	left: 7px;
	width: 12px;
}
.type_list article.other .list_img:after{
	top: 7px;
	bottom: 7px;
	right: 7px;
	width: 12px;
}
.type_list article.other .list_txt .cat_title{
    max-width: 75px;
}
#section_google_form iframe {
    height: 1820px;
}
}

@media (max-width: 600px) {
.no_sp { display: none!important; }
.no_pc { display: block!important; }
[id^="section_"] .title img { height: 25px; }
.type_list{ margin-top: 2em; padding: 3em 5% 2em; }
#section_tag{ padding: 1.3em 5% 0.1em; }
#section_school_info {
	font-size: 1.4em;
	padding: 3em 2em;
}
#section_school_info:before, #section_school_info:after {
	background-size: 13% auto;
}
#section_google_form {
	padding: 2em 5% 3em;
	height: 1900px;
}
#section_google_form iframe {
    height: 2500px;
}

}

@media (max-width: 500px) {
html { font-size: 40%; }
.fs_s{ font-size: 2rem!important; }
.fs_m{ font-size: 2.5rem!important; }
.fs_l{ font-size: 3rem!important; }

[id^="section_"] .title img { height: 20px; }

.btn, .btn-large {
    height: 30px;
    line-height: 30px;
}
.btn img, .btn-large img{
	height: 10px;
}
#btn_load.btn.type00, #btn_load.btn-large.type00 {
	height: 40px;
	line-height: 40px;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
#btn_load.pentagon .btn, #btn_load.pentagon .btn-large {
	height: 40px;
	line-height: 40px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	padding-top: 8px;
}
#btn_load.btn.type02, #btn_load.btn-large.type02 {
	height: 40px;
	line-height: 40px;
	font-family: "Noto Sans JP";
	font-weight: 700;
}

#about{
/*	font-size: 2em;*/
}

#section_cluster .title_arrow img {
	height: 30px;
}

/*.type_list .title {
	margin-bottom: 10px;
}
.type_list article {
    margin: 10px auto;
}*/
.type_list article .list_txt .list_job,
.type_list article .list_txt .list_title_sub{
	margin-bottom: 0;
}
.type_list article h3 {
	margin-top: 0.3rem;
}
#section_contents .contents_block{
    font-size: 2.5rem;
}
#section_contents .profile_block{
    font-size: 2rem;
}

#form {
	padding: 0 5%;
}
#form form .form_title {
	font-size: 1.5em;
}
.input-field label,
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    font-size: 1.5em;
}
#sendButtion {
	margin: 15% auto 0;
    font-size: 1.5em;
}
#section_material ul {
    font-size: 2.5rem;
}
#gf {
	padding: 0 5%;
}


footer {
/*    padding: 2em 10% 1em;*/
    padding: 1em 0;
	font-size: 1em;
}
#section_twitter .follow_me {
    max-width: 80px;
}
#section_twitter .tw_icon{
	max-width: 40px;
	margin: 0 auto 1em;
}
#section_social .follow_me {
    max-width: 80px;
}
#section_social .sns_icon{
	max-width: 40px;
	margin: 0 0.5em 1em;
}
}

@media (max-width: 450px) {
.no_sp_s { display: none!important; }
#section_google_form {
	padding: 2em 2% 3em;
	height: 1950px;
}
}

@media (max-width: 400px) {
#section_google_form {
	height: 2080px;
}
}

@media (max-width: 380px) {
#section_google_form {
	height: 2080px;
}
}

@media (max-width: 350px) {
#section_cluster .title {
    font-size: 1.8em;
}
#section_google_form {
	height: 2130px;
}
}


/* 印刷用 */
@media print{
body {
	zoom: 0.6;
	-webkit-print-color-adjust: exact;
}
.gallery_main {
    overflow: hidden;
}
.sp-slide:nth-of-type(n+2),
.sp-arrow {
	display: none!important;
}
.sp-thumbnails {
    transform: none!important;
	font-size: 0;
}
.sp-thumbnail-container {
    display: inline-block;
    margin-right: 5px;
}
#sendButtion .btn,
#section_header,
#material #section_contents .contents_block .text .cls_title_block,
#material #section_contents .contents_block .text .tab_label_block .tab_label.active,
#material #section_contents .contents_block .text .filter_label_block .filter_label.active {
    background: #FF3333!important;
}
}
