@charset "Utf-8";
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}
/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'メイリオ','Meiryo',sans-serif,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;
scroll-behavior: smooth;}
body {font-size: 1.4em;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.font_frame{
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff; /*文字白枠*/
}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
	transition: 0.2s ease-in-out;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.link_img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.link_img_b{
	transition: 0.3s;
}
.link_img_b:hover {
	filter: brightness(200%);
	transition: 0.3s;
}



hr{
	display: none;
}
.border_hr_bottom{
	position: relative;
}
.border_hr_bottom::before{
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #666 25%, #666 75%, transparent);
	background-image: linear-gradient(to right, transparent, #666 25%, #666 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}



/*********** youtube 地図 ***********/


.youtube_wrap{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 647.2px !important;
  max-height: 400px !important;
}

.googlemap{
  width: 100%;
}

.googlemap iframe{
  width: 100%;
  height: 450px;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf::after{
	content: "";
	clear: both;
	display: block;
}
.span_nowrap{white-space: nowrap;}
.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
}

.mg_t10{margin-top: 10px;}
.mg_t20{margin-top: 20px;}
.mg_t30{margin-top: 30px;}
.mg_t40{margin-top: 40px;}
.mg_t50{margin-top: 50px;}
.mg_t60{margin-top: 60px;}
.mg_t70{margin-top: 70px;}
.mg_t80{margin-top: 80px;}
.mg_t90{margin-top: 90px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}
.mg_b60 {margin-bottom: 60px;}
.mg_b70 {margin-bottom: 70px;}
.mg_b80 {margin-bottom: 80px;}
.mg_b90 {margin-bottom: 90px;}

.pd_t20{padding-top: 20px;}

.pd_tb20{padding-top: 20px;padding-bottom: 20px;}
.pd_tb30{padding-top: 30px;padding-bottom: 30px;}
.pd_tb40{padding-top: 40px;padding-bottom: 40px;}
.pd_tb50{padding-top: 50px;padding-bottom: 50px;}
.pd_tb60{padding-top: 60px;padding-bottom: 60px;}
.pd_tb70{padding-top: 70px;padding-bottom: 70px;}
.pd_tb80{padding-top: 80px;padding-bottom: 80px;}
.pd_tb90{padding-top: 90px;padding-bottom: 90px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem !important;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}
.font_26 {font-size: 2.6rem;}
.font_27 {font-size: 2.7rem;}
.font_28 {font-size: 2.8rem;}
.font_29 {font-size: 2.9rem;}
.font_30 {font-size: 3.0rem;}
.font_33 {font-size: 3.3rem;}
.font_35 {font-size: 3.5rem;}


.font_red{color: #C7243A;}
.font_blue{color: #3261AB;}
.font_green{color: #009250;}
.font_purple{color: #744199;}
.font_orange{color: #DA5019;}

.marker_yellow{
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	border-radius:6px;
}
.marker_blue{
	background: linear-gradient(transparent 50%, #DDEEFF 50%);
	font-weight: bold;
	border-radius:6px;
}


.align_center{ text-align: center !important;}
.align_right{ text-align: right !important;}
.align_left{ text-align: left !important;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/** セクション調整 ****************/
.section{
	padding-top: 20px;
	padding-bottom: 50px;
}

/* 点滅 */
.blink{
	color: #C7243A;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;}
.img_half{ max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.max_480{
	max-width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.only_pc {}
.only_mobile {display: none !important;}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.flex_space_between{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
/* 等間隔 */
.flex_space_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
/* センター寄せ */
.flex_justify_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* 上下センター寄せ */
.flex_a_center{
	align-items: center;
}

/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: flex;
	flex-wrap: wrap;
}
.flex_nonflex_r{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.flex_nonflex_between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_nonflex_between_r{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.flex_nonflex_around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_nonflex_around_r{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}


/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
   	display: flex;
	flex-wrap: wrap;
	justify-content:         space-between;
}


.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/**シェアボタン************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}
/**▼ヘッダメニュー**/

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
		font-weight: 900;
    text-decoration: none;
}
.a_header_logo{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}

.img_header_logo{
	position: absolute;
	top: 5px;
	left: 30px;
	width: 250px;
	height: auto;
}
#mobile-head{
	height: 0px;
}

.header_nav_menu{
	background: rgba(179, 32, 52, 1);
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
.menu_global_nav {
  list-style: none;
  position: absolute;
  right: 0;
	top: 0;
  font-size: 1.6rem;
}
.menu_global_nav i{
	margin-left: 5px;
}

#global-nav{
	height: 60px;
}

#global-nav ul li {
	position: relative;
	display: inline-block;
    float: left;
}
#global-nav ul li a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.3s;
}

#global-nav ul li a:hover{
	animation: flash 1.5s linear infinite;
	transition: 0.3s;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
   100% {
     opacity: 1;
   }
 }
.menu_toggle{
	position: relative;
}
.child_menu_button{
	display: none;
}

.child {
  position: absolute;
	top: 50px;
  left: 0;
  display: none;
	width: 230px;
	list-style-type: none;
	border: 1px solid #B32034;
}
.open{
	display: block;
}
.child > li {
	width: 100%;
	text-align: center;
	background-color: #DA6272;
  color: #fff;
  position: relative;
	border-bottom: 1px solid #DA6272;
}
.child > li:last-child{
	border-bottom: none;
}
.child > li a{
	display: inline-block;
	width: 100%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	transition: 0.5s;
}
.child > li a:hover{
	background-color: #ECACB5;
	transition: 0.5s;
}
.menu_font_s{
	font-size: 1.5rem;
}
.grandchild {
  position: absolute;
  top: 0;
  background: #8f8f8f;
  z-index: 1;
  width: 100%;
  display: none;
}
.grandchild > li {
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid #c3c3c3;
}
.menu > li:not(:last-child) .child > li .grandchild {
  left: 100%;
}
.menu > li:last-child .child > li .grandchild {
  right: 100%;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
		border-bottom: 1px solid #CAE7F2;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #fff;
	font-weight: 900;
}
#top-head.fixed .img_header_logo{
	width: 100px;
	height: auto;
	top: -14px;
	left: 15px;
}
#top-head.fixed .menu_global_nav{
	top: 0px;
}
#top-head.fixed .header_nav_menu{
	background: rgba(179, 32, 52, 0.8);
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/**▲ヘッダメニュー**/
/**▼スライダー**/
.slider_cover{
	position: relative;
}
.img_top_slider_banner{
	position: absolute;
	bottom: 250px;
	right: 20px;
}

.slider{
  width:100%;
  height: 100vh;
  margin:0 auto;
}
.slider div{
	position: relative;
  height: 100vh;
  margin: 0;
}
.slider_comment{
	font-family:"logotypegothic";
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 50px;
	padding: 50px;
	color: #ffffff;
	font-size: 3.5rem;
	background: rgba(0, 0, 0, 0.5);
}

.slick-slide{
}
.slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.slick-next{
  right:0!important;
}
.slick-prev{
  left:0!important;
}
.slick-arrow{
  z-index:2!important;
}
/**▲スライダー**/
/** ▼パンくずリスト **/
.breadcrumb_area{
	width: 100%;
	max-width: 1200px;
	min-width: 1025px;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/** ▲パンくずリスト **/
/** ▼レイアウト用 **/
.inner{
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.inner_slime{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.section_sub{
	padding-bottom: 50px;
}
.footer{
	background-color: #DA5019;
	color: #fff;
}
.footer_wrap{
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer_contents{
	text-align: center;
}
.img_footer_logo{
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.p_copy a{
	color: #fff;
}
/** ▲レイアウト用 **/
/** ▼カラム **/
.one_half{
	width: 50%;
	padding: 15px;
}
.one_mhalf{
	width: 50%;
	padding: 15px;
}
.one_third{
	width: 33%;
	padding: 12px;
}
.sponsor_box{
	width: 24%;
	padding: 5px;
}
/** ▲カラム **/
/** ▼ページデザイン **/
.page_header_area{
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 60px;
}
.img_page_header{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_title_area_m{
	position: absolute;
	bottom: -100px;
	right: 20px;
	display: table;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: orange;

}
.page_title_area_m h1{
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 3.5rem;
	font-weight: 900;
}
.page_top_des{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.page_top_des h1{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 16px;
}
.page_top_des p{
	font-size: 1.4rem;
	line-height: 2.2;
}
.h2_section_title{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 15px;
}
.h2_column_title{
	text-align: center;
	font-family:"logotypegothic";
	font-size: 2.8rem;
}
.h2_column_title::before{
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 60px;
	width: 50px;
	background-image: url(./img/run_h80.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
}
.p_section_des{
	text-align: center;
	font-size: 2.0rem;
	padding-bottom: 20px;
}
.border_box{
	width: 100%;
	padding: 15px;
	border:1px solid #EEE;
	box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
}
.a_contact_button{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	font-size: 1.8rem;
	text-decoration: none;
	background-color: #DA5019;
  border: 1px solid #DA5019;
  color: #fff;
	padding: 10px 40px;
  overflow: hidden;
	transition: all .3s;
}
.a_contact_button:hover{
	color: #333;
	transition: all .3s;
}
.a_contact_button::before{
	box-sizing: border-box;
	transition: all .3s;
}
.a_contact_button::after {
	position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: all .3s;
	box-sizing: border-box;
}
.a_contact_button:hover::after{
  background: #F9DFD5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.a_contact_button i{
	margin-right: 8px;
}

.ul_list_disc{
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

.ul_list_disc li{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
/** VフッターV **/
.footer_link_area{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_link_list{
	list-style-type: none;
	text-align: center;
}

.footer_link_list li{
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #999999;
}
.footer_link_list li:last-child{
	border-right: none;
}
.footer_link_list li a{
	color: #fff;
}

/** AフッターA **/
/** Vスポンサーバナー **/
.a_main_banner{
	display: inline-block;
	width: 468px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
.a_main_banner img{
	width: 100%;
	height: auto;
}
.main_banner_des{
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

/** Aスポンサーバナー **/
/** VトップページV **/
/** V緊急のお知らせV **/
#contents-maker-news{
	width: 550px;
	border: 2px solid #B32034;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efe;
}

div#contents-maker-news * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}


div#contents-maker-news div.cm-box {
	padding: 10px 0;
	border-bottom: 1px dotted #333333;
}
div#contents-maker-news .cm-box:last-child{
	border-bottom: none;
}


div#contents-maker-news dl dt {
	font-weight: bold;
	margin: 0 0 3px;
	font-size: 1.8rem;
	color: tomato;
}



/** Λ緊急のお知らせΛ **/
/** ▼BLOGフィード▼ *********************/
.section_news{
	min-height: 710px;
}

#feed{
	padding-top: 30px;
	padding-bottom: 30px;
}

#feed ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
   	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#feed ul li{
	position: relative;
	width: 32%;
	margin-bottom: 30px;
	background-color: #edf9f3;
	padding: 10px 10px 20px 10px;
	border: 4px solid red;
	border-radius: 10px;
}

#feed ul li:nth-child(4n+1) a{
  background-image:radial-gradient(circle, yellow, orange);
}
#feed ul li:nth-child(4n+2) a{
  background-image:radial-gradient(circle, lightblue, deepskyblue);
}
#feed ul li:nth-child(4n+3) a{
  background-image:radial-gradient(circle, palegreen, yellowgreen);
}
#feed ul li:nth-child(4n+4) a{
  background-image:radial-gradient(circle, lightcoral, tomato);
}


#feed ul li a{
	display: inline-block;
	width: 100%;
	height: 210px;
	vertical-align: bottom;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}

#feed ul li a img{
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	object-fit: cover;
}

#feed ul li .feed_eyecatch{
	width: 100%;
    -moz-transition: -moz-transform 3.5s linear !important;
    -webkit-transition: -webkit-transform 3.5s linear !important;
    -o-transition: -o-transform 3.5s linear !important;
    -ms-transition: -ms-transform 3.5s linear !important;
    transition: transform 3.5s linear !important;
}

#feed ul li .feed_eyecatch:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.feednew{
	color: #d9333f;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


#feed ul li .feeddate{
	position: absolute;
	top: 190px;
	right: 15px;
	font-size: 1.6rem;
	font-weight: 900;
	color: #ffffff;
	text-align: right;
}

#feed ul li h4{
	font-size: 1.8rem;
	color: #330000;
}

.feedentry{
}
/** VヘッドラインV ***************************/
.feed_headline{
	text-align: center;
	width: 95%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 20px;
	border: 4px solid #D834B7;
	background-color: #ffffff;
	border-radius: 5px;/*丸*/
}
.feed_headline ul{
	list-style-type: none;
}
.feed_headline ul li{
	text-align: center;
}
.hottopics_feeddate{
	display: block;
	text-align: right;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.feed_headline ul li .feednew{
	float: right;
}
.h5_headline_title{
	font-size: 2.3rem;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #005638;
  font-weight: 900;
}
.feed_headline ul li .feedheader{
	display: block;
	overflow: auto;
}
.feed_headline ul li .feedheader:after{
	content: "";
	clear: both;
}
.feed_headline ul li .itemContent{}

.hottopics_content div.wp-video{
	width: 100% !important;
}
.hottopics_content div.wp-video video{
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 16 /9 !important;
}
.hottopics_content p a{
	word-break: break-all;
}
.hottopics_content p iframe{
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 16 /9 !important;
}

.hottopics_content div a img{
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
}
.hottopics_content a img{
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
}

/** AヘッドラインA **/
/** VイベントV **/
.feed_event{
	text-align: center;
	width: 95%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 20px;
	border: 4px solid #347BD8;
	background-color: #ffffff;
	border-radius: 5px;/*丸*/
}
.feed_event ul{
	list-style-type: none;
}
.feed_event ul li{
	text-align: center;
}
.feed_event ul li .feednew{
	float: right;
}

.feed_event ul li .feedheader{
	display: block;
	overflow: auto;
}
.feed_evente ul li .feedheader:after{
	content: "";
	clear: both;
}
.feed_event ul li .itemContent{}
/**ブログの装飾引用**/
.hottopics_content .toc{
	display: none;
}

.hottopics_content table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.hottopics_content table th {
  background-color: #f5f6f7;
	white-space: nowrap;
}
.hottopics_content table tr:nth-of-type(2n+1) {
  background-color: #fafbfc;
}
.hottopics_content table th,.hottopics_content table td {
  border: 1px solid #eee;
  padding: 6px;
}

.hottopics_content .scrollable-table {
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.hottopics_content .scrollable-table.stfc-sticky tr > *:first-child {
  background-color: #e9eff2;
  color: #333;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}

.hottopics_content .scrollable-table table {
  border-collapse: collapse;
  max-width: none;
  margin: 0;
}

.hottopics_content .scrollable-table th {
  background-color: #eee;
}

.hottopics_content .scrollable-table th,
.hottopics_content .scrollable-table td {
  padding: 3px 5px;
  white-space: nowrap;
}

.hottopics_content .scrollable-table {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.hottopics_content figure.wp-block-table table {
  width: auto;
}

.hottopics_content figure.wp-block-table.alignwide table,.hottopics_content figure.wp-block-table.alignfull table {
  width: 100%;
}

.hottopics_content .main figure.wp-block-table {
  width: auto;
  max-width: 100%;
  display: block;
}

.hottopics_content figure.wp-block-table table {
  margin-right: auto;
}
.hottopics_content figure.wp-block-table.aligncenter table {
  margin-left: auto;
}
.hottopics_content figure.wp-block-table.aligncenter figcaption {
  text-align: center;
}
.hottopics_content figure.wp-block-table.alignright table {
  margin-left: 0;
}

.hottopics_content .scroll-hint-icon-wrap {
  overflow: hidden;
}

.hottopics_content dd {
  margin-left: 40px;
}
.hottopics_content ul li,
.hottopics_content ol li {
	list-style-type: none;
  margin: 0.2em;
}
.hottopics_content .wp-block-gallery ul {
  padding-left: 0;
}
.hottopics_content h1,.hottopics_content h2,.hottopics_content h3,.hottopics_content h4,.hottopics_content h5,.hottopics_content h6 {
  line-height: 1.25;
  font-weight: bold;
}
.hottopics_content h4,.hottopics_content h5,.hottopics_content h6 {
  font-size: 20px;
  padding: 9px 10px;
}
.hottopics_content h2 {
	background-image: repeating-linear-gradient(90deg,rgba(8,140,192,.3) 0%,rgba(8,140,192,.3) 50%,rgba(57,188,128,.3) 50%,rgba(57,188,128,.3) 100%);
	border: 0;
	position: relative;
	padding: 0.5em 0.3em 0.5em 1.8em;
	text-align: left;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.hottopics_content h2::before,
.hottopics_content h2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.hottopics_content h2::before {
  top: .3em;
  left: .3em;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #088cc0;
}

.hottopics_content h2::after {
  top: 0.6em;
  left: .7em;
  width: 15px;
  height: 15px;
  background: #39bc80;
}

.hottopics_content h3 {
  position: relative;
  padding: .75em 1.5em .75em 1.5em;
  border: 2px solid rgba(8, 140, 192, 0.8);
  border-radius: 4px;
	margin-top: 15px;
}
.hottopics_content h3::after{
  position: absolute;
  top: .5em;
  right: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #088cc0;
  border-radius: 4px;
}
.hottopics_content h3::before{
	position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #088cc0;
  border-radius: 4px;
}


.hottopics_content h4 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.hottopics_content h5 {
  border-bottom: 2px solid #ddd;
}
.hottopics_content h6 {
  border-bottom: 1px solid #ddd;
}
.hottopics_content .column-wrap h1,.hottopics_content  .column-wrap h2,.hottopics_content  .column-wrap h3,.hottopics_content  .column-wrap h4,.hottopics_content  .column-wrap h5,.hottopics_content  .column-wrap h6 {
  margin-top: 0;
}
/** ΛイベントΛ **/
/** Vアスリート工房の強みV **/
.fadeInUpTrigger{
	opacity: 0;
}
.top_point_box{
	width: 30%;
	margin-bottom: 30px;
}

.border_bold{
	position: relative;
	border: 5px solid;
	border-radius: 15px;
	font-size: 1.7rem;
	overflow: hidden;
	height: 230px;
}
.img_top_point{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}
.top_point_cont{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: rgba(225, 225, 225, 0.8);
	color: #000;
}
.top_point_cont h3{
	font-size: 2.7rem;
	padding-top: 15px;
	background: -webkit-linear-gradient(left, red,#ff26fb, #00b3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_point_cont p{
	padding: 5px 15px 15px 15px;
}
	

.border_1red{
	border-color: #C7243A;
}
.border_2orange{
	border-color: #EDAD0B;
}
.border_3green1{
	border-color: #A4C520;
}
.border_4green2{
	border-color: #009250;
}
.border_5bluegreen{
	border-color: #009F8C;
}
.border_6blue1{
	border-color: #0086AB;
}
.border_7blue2{
	border-color: #3261AB;
}
.border_8purple{
	border-color: #5D639E;
}
.border_9redpurple{
	border-color: #B61972;
}

.a_sponsor_banner img{
	width: 320px;
	height: 100px;
}
/** Λアスリート工房の強みΛ **/
.qr_sns{
	max-width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/** ΛトップページΛ **/
/** Vコーチ紹介V **/
.main_coach_area{
	position: relative;
	width: 100%;
	height: 500px;
}
.img_main_c{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}
.main_c_des_area{
	position: absolute;
	right: 0;
	top: 100px;
	width: 700px;
	padding: 40px;
	background: rgba(237, 173, 11, 0.8);
}
.main_c_title{
	display: block;
	font-size: 1.6rem;
}
.main_c_name{
	display: block;
	font-size: 2.5rem;
	border-bottom: 2px solid #bbb;
	margin-bottom: 15px;
}
.main_c_des{
	line-height: 180%;
}
.coach_card{
	width: 550px;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #555555;
	border-radius: 10px;
}
.img_coach_card{
	width: 45%;
	height: auto;
	object-fit: contain;
}
.img_coach_gallery{
	width: 150px;
	height: auto;
	object-fit: contain;
}
.coach_card_prof{
	width: 55%;
	padding-left: 15px;
}
.coach_c_title{
	display: block;
	font-size: 1.5rem;
}
.coach_c_name{
	display: block;
	font-size: 2.2rem;
	border-bottom: 2px solid #bbb;
	margin-bottom: 10px;
}
.coach_c_history{
	display: block;
}
.coach_c_comment{
	padding: 10px 0px;
}
.a_coach_sns{
	display: inline-block;
}
.a_coach_sns img{
	width: 100px;
	height: auto;
}
.a_coach_sns img.sns_youtube{
	width: 190px;
	height: auto;
}

/** Aコーチ紹介A **/
/** V入会案内・会社概要V **/
.img_campaign_link{
	width: 600px;
	height: auto;
}

.img_guide{
	width: 100%;
	height: auto;
}
.img_guide_title{
	width: 100%;
	height: auto;
}
.p_guide{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 1.7rem;
	line-height: 180%;
}
.img_lineflow{
	width: 150px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.entry_arrow{
	width: 150px;
	height: auto;
}
/** A入会案内・会社概要A **/
/** ▼問い合わせ・エントリーフォーム **/
.img_entry_qr{
	width: 150px;
	height: auto;
}
.p_phone_number{
	font-size: 3.0rem;
	color: #009F8C;
}
.p_phone_number a{
	text-decoration: none;
	color: #009F8C;
	transition: 0.3s;
}
.p_phone_number a:hover{
	text-decoration: none;
	color: #95DFD6;
	transition: 0.3s;
}
.half_block_70{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.span_hint{
	display: block;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px dotted orange;
	border-radius: 5px;
}
.h3_entry{
	font-size: 2.5rem;
	margin-top: 10px;
	margin-bottom: 5px;
}
/** ▲問い合わせ・エントリーフォーム **/
/** AページデザインA **/
/** VテーブルデザインV **/
.table_course{
	border-collapse: collapse;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
}
.table_course tr th{
	background: #78bbc7;
	padding: 5px 15px;
	font-size: 2.0rem;
	color: #fff;
	vertical-align: middle;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_course tr td{
	text-align: center;
	padding: 5px 15px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_course thead tr th{
	background-color: #167F92;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table_course tbody tr td:nth-of-type(1){
	background-color: #ffd;
}
.table_course tbody tr td:nth-of-type(2){
	background-color: #eff;
}
.table_course tbody tr td:nth-of-type(3){
	background-color: #eef;
}
.table_course tbody tr td:nth-of-type(4){
	background-color: #fee;
}

.kaisai_ok{
	display: block;
	font-size: 2.5rem;
}
.kaisai_day{
	font-size: 1.8rem;
	font-weight: 900;
	display: block;
}
.kaisai_time{
	display: block;
}
.charge_nomal,.charge_toku1,.charge_toku2,.charge_toku3,.charge_toku4,.charge_toku5{
	display: inline-block;
	font-weight: 900;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 7px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
}
.charge_nomal,.tr_charge_nomal th{
	background-color: #007AB7 !important;
}
.charge_toku1,.tr_charge_toku1 th{
	background-color: #5D639E !important;;
}
.charge_toku2,.tr_charge_toku2 th{
	background-color: #B61972 !important;;
}
.charge_toku3,.tr_charge_toku3 th{
	background-color: #DA5019 !important;;
}
.charge_toku4,.tr_charge_toku4 th{
	background-color: #A4C520 !important;;
}
.charge_toku5,.tr_charge_toku5 th{
	background-color: #D59B0A !important;;
}
.charge_kingaku{
	font-size: 2.2rem;
}

.table_entry{
	border-collapse: collapse;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
}
.table_entry tr th{
	background: #78bbc7;
	padding: 5px 15px;
	font-size: 2.0rem;
	color: #fff;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_entry tr td{
	text-align: center;
	vertical-align: middle;
	padding: 20px 15px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_entry tr td:nth-of-type(1){
	background-color: #ffd;
}
.table_entry tr td:nth-of-type(2){
	background-color: #eff;
}
.table_info{
	border-collapse: collapse;
	width: 100%;
	font-size: 1.8rem;
}
.table_info tr th{
	padding: 10px;
	border-bottom: 2px solid #999999;
}
.table_info tr td{
	padding: 10px;
	border-bottom: 1px solid #999999;
}
.table_school_info{
	width: 90%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.table_school_info tr th{
	width: 350px;
	font-size: 2.5rem;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	border-bottom: 3px solid #555;
	border-right: 2px solid #c3c3c3;
}

.table_school_info tr td{
	text-align: left;
	font-size: 1.6rem;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
}
.dl_school_schedule{
	display: flex;
	padding-top: 3px;
	padding-bottom: 3px;
}
.dl_school_schedule dt{
	display: inline-block;
	width: 80px;
	text-align: center;
}
.dl_school_schedule dd{
	display: inline-block;
	width: 500px;
	padding-left: 20px;
}
.a_readmore{
	display: inline-block;
	margin-top: 3px;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	background-color: #DA5019;
	border-radius: 5px;
	transition: 0.3s;
	border: 1px solid #DA5019;
}
.a_readmore:hover{
	color: #DA5019;
	background-color: #F9DFD5;
	transition: 0.3s;
}

/** ▲テーブルデザイン▲ **/
/** ▼教室案内地図 **/
.mapframe{
	margin-bottom: 20px;
}
#map_canvas{
	height: 500px;
}
#map_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#map_list li{
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px;
	padding: 5px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 1.7rem;
	border-radius: 10px;
	background-color: #007AB7;
	border: 1px solid #007AB7;
	transition: 0.3s;
}
#map_list li:hover{
	background-color: #9ACDE7;
	border: 1px solid #007AB7;
	transition: 0.3s;
}
/** Λ教室案内地図Λ **/
/** V画像ギャラリーV **/
.gallery_area{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ul_gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	list-style-type: none;
}
.ul_gallery li{
	width: 200px;
	height: 200px;
	margin-bottom: 20px;;
}
.ul_gallery li a{
	display: inline-block;
	vertical-align: bottom;
}
.ul_gallery li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ul_gallery li.adjuster{
	width: 200px;
	height: 0;
}
/** Λ画像ギャラリーΛ **/
.img_page_mascot{
	width: 150px;
	height: auto;
}
/** Vパートナー企業募集V **/
.sponsor_tokuten_box{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.sponsor_tokuten_box h3{
	font-size: 3.5rem;
	line-height: 200%;
}
.h3_a{
	color: #B32034;
}
.h3_b{
	color: royalblue;
}
.h3_c{
	color: #009250;
}
.h3_d{
	color: #D59B0A;
}
.sponsor_tokuten_box h4{
	padding-top: 10px;
	font-size: 2.0rem;
	color: #005638;
}
.sponsor_tokuten_box h5{
	font-size: 1.8rem;
	color: #007AB7;
}
.sponsor_tokuten_box p{
	padding-bottom: 15px;
}
.sponsor_tokuten_box ul{
	text-align: left;
	padding-bottom: 15px;
	margin-left: 20px;
}
.sponsor_tokuten_box ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.box_a{
	background-color: #fef;
	border: 1px solid #fcf;
	border-radius: 15px;
}
.box_b{
	background-color: #eef;
	border: 1px solid #ccf;
	border-radius: 15px;
}
.box_c{
	background-color: #eff;
	border: 1px solid #bff;
	border-radius: 15px;
}
.box_d{
	background-color: #ffe;
	border: 1px solid #ffb;
	border-radius: 15px;
}
/** Λパートナー企業募集Λ **/
/** VプライバシーポリシーV **/
.page_policy p{
	padding-bottom: 10px;
	line-height: 150%;
}
.page_policy ul{
	margin-left: 20px;
	padding-bottom: 15px;
}
.page_policy ul li{
	padding-bottom: 5px;
}
/** AプライバシーポリシーA **/
/** V決済ページV **/
.opacity{
	display: none;
}
.opacity.active{
	display: block;
	animation: appear .5s ease;
}
@keyframes appear {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.p_question{
	display: block;
	padding: 15px;
	font-size: 2.2rem;
	color: #fff;
	font-weight: 900;
	text-align: center;
	background-color: #3261AB;
}
.div_answer_area{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.div_answer_area select{
	font-size: 2.5rem;
}
.div_answer_area label{
	display: inline-block;
	font-size: 2.2rem;
	padding: 5px 15px;
	margin-top: 15px;
	border: 1px solid #007AB7;
	border-radius: 10px;
}
.div_answer_area label input{
	margin-right: 5px;
}
.payment_form_area{
	text-align: center;
}
.payment_form_area form input{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5rem;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #B32034;
	background-color: #B32034;
	color: #fff;
	border-radius: 10px;
	transition: 0.5s;
}
.payment_form_area form input:hover{
	border: 2px solid #B32034;
	background-color: #DA6272;
	transition: 0.5s;
}

/** Λ決済ページΛ **/
/**VFAQページV**/
.qa-6 {
	width: 90%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
		font-size: 1.2em;
}

.qa-6 summary::before{
    position: absolute;
    left: 15px;
    font-weight: 600;
    font-size: 1.6em;
}
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.6em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
		transition: 0.5s;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/**ΛFAQページΛ**/
/** ▼パララックス背景 *********************/
.parallax_area{
	height: auto;
}
.parax_page_header{
	position: relative;
	height: 650px;
}
.page_title_area{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background:rgba(0, 0, 0, 0.5);
}
.h1_page_title{
	font-family: "logotypegothic";
	text-align: center;
	color: #ffffff;
	font-size: 2.8rem;
	padding-bottom: 15px;
}
.page_des{
	text-align: center;
	font-size: 1.8rem;
	color: #ffffff;
}
.entry_button_area{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}
.entry_button_bg{
	width: 600px;
	font-size: 1.8rem;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.8);
}
.entry_button_bg p{
	margin-bottom: 25px;
	line-height: 180%;
}
.bg_apply_button_area{background-image: url(./img/bg_apply_button_area_b.jpg);}
.bg_apply_button_area_noparax{
	background-image: url(./img/bg_apply_button_area_b.jpg);
	background-size: cover;
}

/** ▲パララックス背景 *********************/
