@charset "UTF-8";
/*
*******************************************************************************************************
# æ´ä½ã»éª¨ç¤ã¸ã£ã¼ãã«

  -- font
  -- override
  -- module
  -- layout
  -- articleï¼è¨äºè¦ç´ ï¼
*******************************************************************************************************
*/
/* ------------------------------------
  * font
* ------------------------------------ */
@font-face {
	font-family: 'iconfont';
	src: url(../fonts/iconfont.eot);
	src: url(../fonts/iconfont.eot#iefix) format("eot"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype"), url(../fonts/iconfont.svg#iconfont) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* ------------------------------------
  * override
* ------------------------------------ */
.wrp { width: 100%; }

.mod-ttl-page {
	font-size: 24px;
	padding-bottom: 0;
}

@media only screen and (max-width: 736px) {
	.mod-ttl-page {
		font-size: 18px;
	}
}

.mod-box-courseselect {
	margin: 2px 0 0;
}

/* ------------------------------------
  * module
* ------------------------------------ */
/* è¦åºã */
.mod-ttl-journal {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 31px 0 44px;
}

@media only screen and (max-width: 736px) {
	.mod-ttl-journal {
		font-size: 24px;
		padding: 20px 0 20px;
	}
}

/* ------------------------------------
  * layout
* ------------------------------------ */
/* ã­ã´ */
.logo-journal {
	line-height: 0;
	text-align: center;
	border-top: 1px solid #f28f4d;
}

.logo-journal > a {
	display: inline-block;
	width: 208px;
	line-height: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
}

@media only screen and (max-width: 736px) {
	.logo-journal > a {
		width: 51.47%;
		max-width: 193px;
		padding: 3.5px 0;
	}
}

/* ãã¼ã¸æ¦è¦æ */
.lead-page-journal {
	padding-bottom: 2px;
	position: relative;
}

.lead-page-journal:before {
	display: block;
	content: '';
	width: 160px;
	height: 2px;
	background-color: #ff5600;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lead-page-journal .text {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 30px 15px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.lead-page-journal:before {
		width: 100px;
	}

	.lead-page-journal .text {
		padding: 15px 22px 25px;
	}
}

/* è¨äºä¸è¦§ */
.wrp-list-journal .inner-list-journal {
	padding-bottom: 82px;
}

@media only screen and (max-width: 736px) {
	.wrp-list-journal .inner-list-journal {
		padding: 0 0 40px;
	}

	.wrp-list-journal.list-journal-top .list-journal > li:nth-child(n+8) {
		display: none;
	}
}

/* äººæ°ã®è¨äº */
.wrp-popular-journal .inner-popular-journal {
	padding-bottom: 30px;
}

.wrp-popular-journal .list-journal > li > a:after {
	display: block;
	width: 34px;
	height: 39px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
	background-image: url(../img/common/icn_ranking_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-popular-journal .list-journal > li:first-child > a:after {
	content: '1';
	width: 50px;
	height: 58px;
	font-size: 24px;
	color: #fff;
	line-height: 49px;
	background-image: url(../img/common/icn_ranking_01.png);
}

.wrp-popular-journal .list-journal > li:nth-child(2) > a:after {
	content: '2';
	width: 50px;
	height: 58px;
	font-size: 24px;
	color: #fff;
	line-height: 49px;
	background-image: url(../img/common/icn_ranking_02.png);
}

.wrp-popular-journal .list-journal > li:nth-child(3) > a:after {
	content: '3';
	color: #fff;
	background-image: url(../img/common/icn_ranking_03.png);
}

.wrp-popular-journal .list-journal > li:nth-child(4) > a:after {
	content: '4';
}

.wrp-popular-journal .list-journal > li:nth-child(5) > a:after {
	content: '5';
}

.wrp-popular-journal .list-journal > li:nth-child(6) > a:after {
	content: '6';
}

.wrp-popular-journal .list-journal > li:nth-child(7) > a:after {
	content: '7';
}

.wrp-popular-journal .list-journal > li:nth-child(8) > a:after {
	content: '8';
}

.wrp-popular-journal .list-journal > li:nth-child(9) > a:after {
	content: '9';
}

.wrp-popular-journal .list-journal > li:nth-child(10) > a:after {
	content: '10';
}

@media only screen and (max-width: 736px) {
	.wrp-popular-journal .inner-popular-journal {
		padding: 0 0 35px;
	}

	.wrp-popular-journal .list-journal > li > a:after {
		width: 25px;
		height: 29px;
		font-size: 14px;
		line-height: 27px;
	}

	.wrp-popular-journal .list-journal > li:first-child > a:after {
		width: 43px;
		height: 49.5px;
		font-size: 20px;
		line-height: 44px;
	}

	.wrp-popular-journal .list-journal > li:nth-child(2) > a:after {
		width: 25px;
		height: 29px;
		font-size: 14px;
		line-height: 27px;
	}
}

/* åã«ãã´ãªã¼ã®æ°çè¨äº */
.wrp-category-journal .inner-category-journal {
	padding-bottom: 70px;
}

@media only screen and (max-width: 736px) {
	.wrp-category-journal .inner-category-journal {
		padding: 0 0 35px;
	}
}

/* ã«ãã´ãªã¼ä¸è¦§ */
.wrp-list-category {
	background-color: #efe4c7;
}

.wrp-list-category .inner-list-category {
	padding-top: 44px;
	padding-bottom: 40px;
}

.wrp-list-category .ttl {
	font-size: 34px;
	color: #803100;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0 0 35px;
}

.wrp-list-category .list-category {
	width: 100%;
	box-sizing: border-box;
}

.wrp-list-category .list-category > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	float: left;
}

.wrp-list-category .list-category > li:nth-child(4n+1) {
	clear: both;
}

.wrp-list-category .list-category > li > a {
	display: inline-block;
	width: auto;
	font-weight: bold;
	padding: 15px 0;
}

.wrp-list-category .list-category > li > a:before {
	margin: 0;
	top: 18px;
}

.wrp-list-category .list-category > li > a .text {
	padding: 0 28px 0 0;
}

@media only screen and (max-width: 736px) {
	.wrp-list-category .inner-list-category {
		padding: 31px 0 25px;
	}

	.wrp-list-category .ttl {
		font-size: 24px;
		padding: 0 0 7px;
	}

	.wrp-list-category .list-category {
		padding: 0 20px;
	}

	.wrp-list-category .list-category > li {
		width: 100%;
		padding: 0;
		border-bottom: 2px dotted #a5843d;
		float: none;
	}

	.wrp-list-category .list-category > li > a {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 15px 0 15px 0;
	}

	.wrp-list-category .list-category > li > a:before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.wrp-list-category .list-category > li > a .text {
		display: block;
		width: 100%;
		padding: 0 18px 0 0;
	}
}

/* ------------------------------------
  * articleï¼è¨äºè¦ç´ ï¼
* ------------------------------------ */
/* è¨äºã¿ã¤ãã« */
.wrp-article-ttl {
	width: 100%;
	box-sizing: border-box;
	padding: 37px 95px 18px;
}

.wrp-article-ttl .article-category {
	font-size: 0;
	line-height: 0;
	padding: 0 0 3px;
}

.wrp-article-ttl .article-category .category {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
	vertical-align: baseline;
}

.wrp-article-ttl .article-category .category + .category {
	margin-left: 6px;
}

.wrp-article-ttl .article-category .category > a {
	display: block;
	color: #fff;
	line-height: 1;
	padding: 2px 6px 2px 6px;
	border-radius: 8px;
	background-color: #ff5600;
}

.wrp-article-ttl .article-ttl {
	font-size: 28px;
	font-weight: normal;
}

@media only screen and (min-width: 737px) {
	.wrp-article-ttl .article-category .category > a:hover {
		background-color: #ff8f00;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-article-ttl {
		padding: 16px 20px 15px;
	}

	.wrp-article-ttl .article-category {
		padding: 0 0 4px;
	}

	.wrp-article-ttl .article-category .category {
		font-size: 14px;
	}

	.wrp-article-ttl .article-ttl {
		font-size: 24px;
	}
}

/* è¨äºã¡ã¤ã³ç»å */
.wrp-article-mainimg {
	width: 70%;
	line-height: 0;
	box-sizing: border-box;
	padding: 0 95px;
	margin: 0 auto;
}

@media only screen and (max-width: 950px) {
	.wrp-article-mainimg {
		width: 100%;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-article-mainimg {
		padding: 0 10px;
	}
}

/* è¨äºã¨ãªã¢ */
.wrp-article-text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 95px 40px;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text {
		padding: 0 20px 30px;
	}
}

/* è¦åºãè¦ç´  */
.wrp-article-text h2 {
	width: 100%;
	font-size: 28px;
	font-weight: normal;
	padding: 7px 0 9px;
	margin: 27px 0 0;
	border-bottom: 1px solid #ff5600;
}

.wrp-article-text h3 {
	font-size: 20px;
	color: #ff5600;
	font-weight: normal;
	margin: 27px 0 0;
}

.wrp-article-text h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 27px 0 0;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 12px;
		margin: 22px 0 0;
	}

	.wrp-article-text h3 {
		font-size: 18px;
		margin: 22px 0 0;
	}

	.wrp-article-text h4 {
		font-size: 16px;
	}
}

/* ãã­ã¹ãè¦ç´  */
.wrp-article-text *.text-bold {
	font-weight: bold;
}

.wrp-article-text p {
	margin: 27px 0 0;
}

.wrp-article-text p > a {
	color: #ff5600;
	text-decoration: underline;
}

@media only screen and (min-width: 737px) {
	.wrp-article-text p > a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-article-text p {
		margin: 22px 0 0;
	}
}

/* æ³¨ææ¸ã */
.wrp-article-text p.article-note {
	font-size: 14px;
	margin: 12px 0 0;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text p.article-note {
		font-size: 12px;
		margin: 7px 0 0;
	}
}

/* ãªã¹ãè¦ç´  */
.wrp-article-text ul, .wrp-article-text ol {
	margin: 27px 0 0;
}

.wrp-article-text ul > li, .wrp-article-text ol > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0 0 12px;
	list-style-position: inside;
}

.wrp-article-text ul > li {
	list-style-type: disc;
}

.wrp-article-text ol > li {
	list-style-type: decimal;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text ul, .wrp-article-text ol {
		margin: 22px 0 0;
	}

	.wrp-article-text ul > li, .wrp-article-text ol > li {
		margin: 0 0 12px;
	}
}

/* ã¢ã¤ã³ã³ä»ããªã³ã¯è¦ç´  */
.wrp-article-text .article-link {
	margin: 27px 0 0;
}

.wrp-article-text .article-link > a {
	font-weight: bold;
}

.wrp-article-text .article-link > a .text {
	padding: 0 28px 0 0;
}

.wrp-article-text .article-link > a.u-icn-blank:before, .wrp-article-text .article-link > a.u-icn-pdf:before {
	font-size: 16px;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text .article-link {
		margin: 22px 0 0;
	}

	.wrp-article-text .article-link > a .text {
		padding: 0 24px 0 0;
	}
}

/* ç»åã»ãã */
.wrp-article-text .article-img {
	margin: 27px 0 0;
}

.wrp-article-text .article-img .box-img {
	width: 60%;
	margin: 0 auto;
}

.wrp-article-text .article-img .box-img .img {
	line-height: 0;
}

.wrp-article-text .article-img .box-img .caption {
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 17px 0 0;
}

.wrp-article-text .article-img .box-text {
	margin: 12px 0 0;
}

.wrp-article-text .article-img .box-text .text + .text {
	margin: 12px 0 0;
}

.wrp-article-text .article-img.img-left {
	display: table;
}

.wrp-article-text .article-img.img-left .box-img {
	display: table-cell;
	width: 44.67%;
	vertical-align: top;
}

.wrp-article-text .article-img.img-left .box-text {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 25px;
	margin: 0;
}

.wrp-article-text .article-img.img-right {
	display: table;
	direction: rtl;
}

.wrp-article-text .article-img.img-right .box-img {
	display: table-cell;
	direction: ltr;
	width: 44.67%;
	vertical-align: top;
}

.wrp-article-text .article-img.img-right .box-text {
	display: table-cell;
	direction: ltr;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 25px;
	margin: 0;
}

@media only screen and (max-width: 950px) {
	.wrp-article-text .article-img .box-img {
		width: 100%;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-article-text .article-img {
		margin: 22px 0 0;
	}

	.wrp-article-text .article-img .box-img .caption {
		font-size: 11px;
		padding: 7px 0 0;
	}

	.wrp-article-text .article-img .box-text {
		margin: 12px 0 0;
	}

	.wrp-article-text .article-img .box-text .text + .text {
		margin: 12px 0 0;
	}

	.wrp-article-text .article-img.img-left .box-img {
		width: 50%;
	}

	.wrp-article-text .article-img.img-left .box-text {
		padding-left: 20px;
	}

	.wrp-article-text .article-img.img-right .box-img {
		width: 50%;
	}

	.wrp-article-text .article-img.img-right .box-text {
		padding-right: 20px;
	}
}

/* ãã¿ã³è¦ç´  */
.wrp-article-text .article-btn {
	width: 350px;
	margin: 27px auto 0;
}

.wrp-article-text .article-btn > a {
	display: table;
	width: 100%;
	height: 60px;
	font-size: 20px;
	box-sizing: border-box;
	padding: 2px 40px;
	border: 1px solid #cdcdcd;
}

.wrp-article-text .article-btn > a:before {
	right: 17px;
}

.wrp-article-text .article-btn > a .text {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.wrp-article-text .article-btn > a.base-orange {
	border: none;
}

.wrp-article-text .article-btn > a.base-orange:before {
	font-size: 16px;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text .article-btn {
		width: 100%;
		margin: 22px 0 0;
	}

	.wrp-article-text .article-btn > a {
		height: 50px;
		font-size: 16px;
		padding: 3px 30px;
	}

	.wrp-article-text .article-btn > a:before {
		right: 14px;
	}
}

/* éå»ã®è¨äºç¨ã¹ã¿ã¤ã« */
.wrp-article-text .transition img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.wrp-article-text .transition img {
		width: 100%;
	}
}

/* SNSã·ã§ã¢ */
.wrp-article-sns {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 70px;
}

.wrp-article-sns ul {
	font-size: 0;
	text-align: center;
}

.wrp-article-sns ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px;
}

.wrp-article-sns ul > li:nth-child(n+2) {
	margin-left: 6px;
}

.lead-page-journal .text.ouchi-ads {
	max-width: 700px;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.lead-page-journal .text.ouchi-ads:hover {
	background-color: #efe4c7;
}

.flex {
	display: flex;
}

.flex .left-col {
	/* flex: 25%; */
	width: 46.4%;
	padding: 10px 10px 10px 0;
}

.flex .right-col {
	/* flex: 75%; */
	padding: 10px 0 10px 10px;
}

.ouchi-title {
	font-size: 26px;
	padding: 0 0 10px 10px;
}

.ouchi-content {
	padding: 11px 15px;
}

@media only screen and (max-width: 736px) {
	.wrp-article-sns {
		padding: 0 0 40px;
	}

	.wrp-article-sns ul > li {
		margin: 0 0 5px;
	}

	.wrp-article-sns ul > li:nth-child(n+2) {
		margin-left: 5px;
	}

	.flex .left-col {
		width: 100%;
		padding: 5px 5px 5px 0;
	}

	.flex .right-col {
		padding: 5px 5px 5px 0;
	}

	.ouchi-title {
		font-size: 16px;
		padding: 0 5px;
	}

	.ouchi-content {
		border: none;
		font-size: 80%;
		padding: 10px 0 0 5px;
	}
}

@media only screen and (min-width: 737px) {
	img.alignleft {
	width: auto;
	display: block;
	margin: 0 auto 0 0;
	}

	img.aligncenter {
	width: auto;
	max-width: 680px;
	height: auto;
	display: block;
	margin: 0 auto;
	}

	img.alignright {
	width: auto;
	display: block;
	margin: 0 0 0 auto;
	}
}
@media only screen and (max-width: 736px) {
	img.alignleft,
	img.aligncenter,
	img.alignright {
	width:100%;
	height:auto
	}
}

/* area_list */

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 700px;
    margin: 20px auto;
	padding: 10px 15px;
}

.region {
    margin-bottom: 20px;
}

.region-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff5810;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.region-title::after {
    content: "\e91b"; /* ã¦ãã³ã¼ãã®ã¢ã¤ã³ã³ */
    font-family: 'iconfont'; /* ã¢ã¤ã³ã³ãã©ã³ããæå® */
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.region-title.active::after {
    transform: rotate(180deg);
}

.prefecture-list {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 20px;
}

.prefecture-list.visible {
    display: flex;
}

.prefecture {
    background-color: #f2f2f2;
    border: none;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 150px;
    text-align: center;
}

.prefecture:hover {
    background-color: #ddd;
}

.prefecture:active {
    background-color: #ccc;
}


/* post style */
.btn_action {
	background: #ff5600;
	color: #fff;
	max-width: 400px;
	margin: 40px auto;
	line-height: 60px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 10px;
	display: block;
}

.btn_action:hover { opacity: .8; }

.agreement-list {
	font-size: 11px;
	color: #555;
	background: #f5f5f5;
	padding: 1rem;
	height: 400px;
	overflow: scroll;
}

.agreement-list b {
	margin-bottom: 8px;
	display: inline-block;
}

.agreement-list ul { margin: 0 !important; }

.agreement-list li {
	list-style-type: disc !important;
	margin-bottom: 6px !important;
}

.agreement-list dl { margin: 12px !important; }

.agreement-list dt { margin-bottom: 4px !important; }

.agreement-list small { font-size: 10px !important; }


.wrp-box-article img.wp-image-3363 {
  max-width: 100% !important;
  height: auto !important;
}

.wrp-box-article iframe[src*="youtube.com"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  display: block;
}