*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	box-sizing: border-box;
	background-color: #ffffff;
}
/* --- link --- */
a:link {
	color: #0066cc;
	text-decoration:none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color:#50bdc8;
	text-decoration:underline;
}
a:hover img {
	opacity: 0.8;
}
/* ------------------------------
	
	logo

------------------------------ */

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
/* ------------------------------
	
	clearfix

------------------------------ */
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/* ------------------------------
	
	content

------------------------------ */
header {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
.e-hon-logo img {
	width: 100%;
}
#copyright {
	font-size: 12px;
	margin:80px auto 0;
	text-align:center;
	color: #694a3f;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0 0 85px 0;
	background-position: bottom;
	width:device-width;
	overflow: hidden;
}
/* --- 通常 --- */
#mainvisual_pc {
	padding: 50px 0 0;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
#mainvisual_pc img {
	max-width: 100%;
}
/* ------------------------------
    
    content

------------------------------ */
#wrap #content {
	max-width: 1100px;
	margin: 40px auto 0;
	background-color: #fff;
}
.recommend {
	max-width: 1000px;
	margin: 0 auto;
	margin-top:1em;
}
.recommend h2 {
	text-align: center;
	margin: 1em 0 0;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .02em;
}

/* おすすめ */
.recommend .list_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	padding-bottom: 0;
}
.recommend .list_area .list_box {
	width: 50%;
	display: flex;
	padding: 40px 1.8rem;
}
.recommend .list_area .list_box:nth-of-type(2n) {
	border-left: none;
}
.recommend .list_area .list_box:nth-of-type(2n+1) {
	border-right: 1px dotted #ccc;
}
.recommend .list_area .list_box:nth-of-type(n+3) {
	border-top: 1px dotted #ccc;
}
.recommend_info01 {
	width: 80%;
	text-align: center;
	line-height: 0;
}
.recommend_info02 {
	margin-left: 1rem;
	margin-top:-1.5em;
	width: 100%;
}
.recommend .list_area .recommend_title {
	margin: 0 auto 0.3rem;
	margin-top:1em;
	font-size: x-large;
	line-height:1.3em;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
}
.recommend .list_area .list_box .recommend_thumb {
	margin: 0 auto;
	max-width: 200px;
}
.recommend .list_area .list_box .recommend_thumb img {
	max-height: 235px;
	max-width: 150px;
}
.recommend_author {
	font-size:medium;
	margin: 0 auto;
	margin-top:0.5em;
}
.list_txt h2{
	margin:0 auto;
	background-image: repeating-linear-gradient(45deg, #694a3f, #694a3f 10px, #6d5750 10px, #6d5750 20px);
	color:#f8f1cc;
	font-size:xx-large;
	padding:0.5em 0.2em;
	}
.list_txt p{
	text-align:center;
	font-size:normal;
	line-height:1.7em;
	margin-bottom:0.5em;
	background-color:#f5f4ee;
	padding:1em;
	}
.list_txt_01{
	margin:0 auto;
	text-align:center;
	background-image: repeating-linear-gradient(45deg, #5b0188, #5b0188 10px, #6b009f 10px, #6b009f 20px);
	color:#694A3F;
	padding:1em 0;
	}
.list_txt_02{
	margin:0 auto;
	text-align:center;
	color:#694A3F;
	}
.list_txt_03{
	margin:0 auto;
	text-align:center;
	background-color:#2b2b71;
	padding:1em 0 1.5em;
	}
.list_txt_01 p{
	font-size:normal;
	line-height:1.7em;
	margin-bottom:0.5em;
	}
.recommend_inner{
	box-shadow: 0px 0px 4px rgba(4, 0, 0, 0.37);
	background-color:#ffffff;
}
.dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.7em; /* 点線2のサイズ */
  line-height: 3.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

/* ------------------------------
	btn_style
------------------------------ */
.detail-btn {
  margin: 30px auto;
  margin-top: 40px;
  text-align: center;
  max-width: 450px;
  padding: 0 30px;
}
.detail-btn a{
	color: #fff;
	text-decoration: none;
	margin: auto;
	padding-top:0.5em;
}
.button01{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.button01-a {
  font-size: 1.35rem;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #ff9600;
  -webkit-box-shadow: 0 5px 0 #dd8303;
  box-shadow: 0 5px 0 #dd8303;
  width: 100%;
}
.button01-a span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 130px);
  display: block;
  width: 260px;
  padding: 0.25rem 0;
  color: #c01304;
  border: 2px solid #c01304;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button01-a span:before,
a.button01-a span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button01-a span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c01304 transparent transparent transparent;
}
a.button01-a span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.button01-a i {
  margin-right: 0.75rem;
}
a.button01-a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ffae00;
  -webkit-box-shadow: 0 2px 0 #dd8303;
  box-shadow: 0 2px 0 #dd8303;
}

.button01-b {
  font-size: 1.35rem;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #122981;
  -webkit-box-shadow: 0 5px 0 #051554;
  box-shadow: 0 5px 0 #051554;
  width: 100%;
}
.button01-b span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 130px);
  display: block;
  width: 260px;
  padding: 0.25rem 0;
  color: #c01304;
  border: 2px solid #c01304;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button01-b span:before,
a.button01-b span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button01-b span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c01304 transparent transparent transparent;
}
a.button01-b span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.button01-b i {
  margin-right: 0.75rem;
}
a.button01-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #2243be;
  -webkit-box-shadow: 0 2px 0 #051554;
  box-shadow: 0 2px 0 #051554;
}

.button01-c {
  font-size: 1.35rem;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #D91604;
  -webkit-box-shadow: 0 5px 0 #c01304;
  box-shadow: 0 5px 0 #c01304;
  width: 100%;
}
.button01-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 130px);
  display: block;
  width: 260px;
  padding: 0.25rem 0;
  color: #c01304;
  border: 2px solid #c01304;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button01-c span:before,
a.button01-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button01-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c01304 transparent transparent transparent;
}
a.button01-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.button01-c i {
  margin-right: 0.75rem;
}
a.button01-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ec1804;
  -webkit-box-shadow: 0 2px 0 #c01304;
  box-shadow: 0 2px 0 #c01304;
}
.list_txt_02{
	margin:0 auto;
	text-align:center;
	color:#333333;
	}
.list_txt_02 h3{
	margin:0 auto;
	background: #000000;
	background-image: url(../images/ashisalfc_icon02.png);
	background-size: 7%;
	color:#ffffff;
	font-size:x-large;
	padding:0.5em 0.1em;
	margin-bottom:0.5em;
	font-weight:700;
	}
.list_txt_02 div.link img{
	width:40%;
	}
.list_txt_02 div.link img.check{
	width:20%;
	}
.list_txt_02 h4{
	margin-top:2em;
	font-size:large;
	line-height:1.7em;
	}	
.list_txt_02 h4 span{
	background-image: linear-gradient(0deg, #fff000 0.5em, transparent 0.5em);
	line-height:1.7em;
	font-weight:bold;
	}
.list_txt_02 .link{
	padding:1.5em 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom:1em;
	}
.list_txt_02 .link_last{
	padding-top:1.5em;
	border-bottom: none;
	}
.list_txt_02 .link img{
	display: block;
	margin: 0 auto;
	width: 50%;
	padding:0.5em;
	}
.list_txt_02 .link_last img{
	display: block;
	margin: 0 auto;
	width: 30%;
	padding:0.5em;
	}
	
.br_sp{
	display: none;
	}

@media screen and (max-width:850px) {
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
.e-hon-logo img {
	width: 100%;
}
/* ------------------------------
	
	wrap

------------------------------ */

/* --- 通常 --- */
#mainvisual_pc {
	width: 100%;
	margin: 0 auto;
}
#mainvisual_pc img {
	margin: 0 auto;
}
/* ------------------------------
	
	recommend

------------------------------ */

#wrap #content {
	width: 100%;
	margin: 0 auto;
	margin: 40px auto 0;
	padding: 10px 0 30px;
}
.list_txt h2{
	font-size:24px;
	margin-bottom:0.5em;
	}
.recommend, .list {
	padding: 20px 10px;
}
.recommend h2 {
	text-align: center;
	margin: 1rem 1rem 0;
	font-weight: bold;
	font-size: 20px;
}
.recommend .list_area {
	max-width: 1000px;
	margin: 0;
}
.recommend .list_area .list_box {
	display: block;
}
.recommend_info01 {
	width: 100%;
	height: 235px;
	display: flex;
	align-items: center;
}
.recommend_thumb img {
	box-shadow: none;
}
.recommend_info02 {
	margin-left: 0;
    margin-top:0.5em;
}
.recommend .list_box .recommend_thumb img {
	max-width: 100%;
}
.list .list_area {
	margin: 40px 20px;
}
.recommend_inner{
	margin: 0 1rem;
}
.list_txt_02 h3{
	font-size:normal;
	}
.detail-btn {
    max-width: 500px;
}
}
 @media screen and (max-width:550px) {
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
.e-hon-logo img {
	width: 100%;
}
.recommend_inner{
	margin: 0 auto;
}
/* ------------------------------
	
	wrap

------------------------------ */
.main_visual_txt {
  font-size:medium;
}
.main_visual_txt .main_copy{
	font-size:x-large;
}
.main_visual_txt .img_box img{
	margin:0 auto;
	width:15%;
	padding-bottom:1em;
}
.main_contents .about_section .about_slogan {
  font-size: large;
}
.main_contents .about_section img {
  margin: auto 0;
  text-align: center;
  width:95%;
}

/* ------------------------------
	
	lead

------------------------------ */
#wrap .lead {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	background-color: #292929;
	padding: 1.3rem 10px;
	color: #fff;
}
#wrap .lead p {
	line-height: 1.8;
}
/* ------------------------------
	
	recommend

------------------------------ */
#wrap #content {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.list_txt h2{
	font-size:24px;
	margin-bottom:0.5em;
	}
	
.list_txt_02 div.link img{
	width:70%;
	}
.list_txt_02 div.link img.check{
	width:30%;
	}
.recommend h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.recommend h2 {
	margin: 0;
}
.recommend_info01 {
	height: auto;
	/*background-color: #fff;*/
	display: block;
	width: 60%;
}
.recommend_info02 {
	margin-top:-0.3em;
	margin-left: 1rem;
	margin-right: 10px;
}
.recommend .list_area .list_box  {
	width: 100%;
	display: flex;
	padding: 0;
	padding: 1.5rem 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}
.recommend .list_area .list_box:nth-of-type(2n+1) {
	border-right: none;
}
.recommend .list_area .list_box:nth-of-type(n+3) {
	border-top: none;
}
.recommend .list_area .list_box:last-child {
    border-bottom: none;
}
.recommend .list_area .list_box:nth-of-type(1) {
	padding-top: 0;
}
.recommend_blank{
	display: none !important;
}
.recommend .list_area .list_box:nth-child(2n+1):last-child {
	border-top: none !important;	
}
.recommend .list_area {
	margin: 30px auto 1rem;
}
.recommend .list_area .recommend_title {
	font-size: 16px;
}
.recommend_release{
	line-height: 1.8;
}
.recommend_author {
	font-size:medium;
}

#copyright {
	font-size: 12px;
	margin: 40px auto 0;
	text-align: center;
}
.recommend .list_area .list_box{
	border: none;
}
.recommend .list_area .blank{
 display: none;
}
.list_txt_01 h3{
	font-size:20px!important;
	}
.list_txt_01 img#announce_img{
	width:90%
	}
.about_program h3{
	font-size:20px;
	}
.dashed-note {
  width:90%;
  margin:0 auto;
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2em; /* 点線2のサイズ */
}
.detail-btn {
	width:80%;
	padding: 0;
	margin: 30px auto 20px;
}
.list_txt_02 h3{
	font-size:20px;
	}
.br_sp{
	display: block;
	}
.list_txt_02 h4{
	font-size: medium;
	margin-top:1em;
	}	
.list_txt_02 .link_last{
	padding-top:1.5em;
	border-bottom: none;
	}
.list_txt_02 .link img{
	display: block;
	margin: 0 auto;
	width: 70%;
	padding:0.3em;
	}
.list_txt_02 .link_last img{
	display: block;
	margin: 0 auto;
	width: 30%;
	padding:0.5em;
	}
	
.main_contents .member_section .recommend {
  width:95%;
}

/* entry_section for sp */
  .main_contents .entry_section {
    padding: 30px 15px;
  }
  .main_contents .entry_section .container {
    padding: 23px 0 24px;
  }
  .main_contents .entry_section .selection_title {
    width: 51%;
  }
  .main_contents .entry_section .ehon_intro_img {
    margin-top: 20px;
    padding: 0 22px;
  }
  .main_contents .entry_section .ehon_intro_lead {
    font-size: max(18px, 3.5vw);
    margin-top: 11px;
    line-height: 1.5;
  }
  .main_contents .entry_section .ehon_intro_subtitle {
    width: max(154px, 29vw);
    margin: 20px auto 0;
  }
  .main_contents .entry_section .ehon_intro_contents {
    display: block;
    margin-top: 19px;
    padding: 0 13px;
  }
  .main_contents .entry_section .ehon_intro_contents .ehon_intro_contents_item+.ehon_intro_contents_item {
    margin-top: 22px;
  }
  .main_contents .entry_section .link_btn {
    margin-top: 40px;
    width: 87%;
  }
.main_contents .entry_section .ehon_theme_contents {
  display: block;
  margin-top: 1em;
  width:100%;
  margin:auto 0;
  text-align:center;
}
.main_contents .entry_section .ehon_theme_contents .ehon_theme_contents_item {
  width:90%;
  margin:0.8em;
}

/* ehon_intro_section for sp */
  .main_contents .ehon_intro_section {
    padding: 30px 15px;
  }
  .main_contents .ehon_intro_section .container {
    padding: 23px 0 24px;
  }
  .main_contents .ehon_intro_section .selection_title {
    width: 100%;
	margin-bottom:1em;
  }
  .main_contents .ehon_intro_section .ehon_intro_img {
    margin-top: 20px;
    padding: 0 22px;
  }
  .main_contents .ehon_intro_section .ehon_intro_lead {
    font-size: max(18px, 3.5vw);
    margin-top: 11px;
    line-height: 1.5;
  }
  .main_contents .ehon_intro_section .ehon_intro_subtitle {
    width: max(154px, 29vw);
    margin: 20px auto 0;
  }
  .main_contents .ehon_intro_section .ehon_intro_contents {
    display: block;
    margin-top: 19px;
    padding: 0 13px;
  }
  .main_contents .ehon_intro_section .ehon_intro_contents .ehon_intro_contents_item+.ehon_intro_contents_item {
    margin-top: 22px;
  }
  .main_contents .ehon_intro_section .link_btn {
    margin-top: 40px;
    width: 87%;
  }
.main_contents .ehon_intro_section .ehon_theme_contents {
  display: block;
  margin-top: 1em;
  width:100%;
  margin:auto 0;
  text-align:center;
}
.main_contents .ehon_intro_section .ehon_theme_contents .ehon_theme_contents_item {
  width:90%;
  margin:0.8em;
}
.main_visual_txt .date_box{
	font-size:x-large;
	width:90%;
}
.main_visual_txt ul{
	width:90%;
	margin:1em 0;
}
.main_visual_txt ul li{
	padding-left: 1em;
}
.main_contents .about_section .speechBubble {
  width: 350px;
  margin-bottom: 20px;
  padding: 24px 16px;
  font-size: large;
}
.main_contents .about_section .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.main_contents .about_section .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.main_contents .ehon_intro_section .ehon_theme_contents div:first-child {
  width:90%; 
}
.grid-container{
  grid-auto-flow: row;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  gap:1em;
}


/* ------------------------------
	aboutashisalfc ver2
------------------------------ */
.main_contents .aboutashisalfc_section {
  background-color: #642d8d;
  padding:2em 0;
}

.main_contents .aboutashisalfc_section .aboutashisalfc_container {
  width:90%;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents {
  display:block;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents .img {
  width:100%;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents .txt {
 margin-top:1em;
}
}