@charset "UTF-8";

/*アコーディオン*/
	.accordion {
		margin: 40px auto 60px;
	}
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 25px 35px;
    	display: block;
    	border-bottom: 1px solid #ddeef5;
    	font-weight: bold;
    	color: #169ccd;
    	font-size: 1.6rem;
    	background: #f0f7fa;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #169ccd;
    	border-right: 2px solid #169ccd;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .accordion_content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .accordion_content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    	background: #f0f7fa;
    }
    .toggle:checked + .Label + .accordion_content {	/*開閉時*/
    	height: auto;
    	padding: 10px 40px 15px;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

	ul.contents_head_table_list li a {
		text-decoration: underline;
		color: #169ccd;
		display: block;
		margin: 10px 0;
	}

	ul.contents_head_table_list li:first-child {
		padding-left: 0;
	}

	ul.contents_head_table_list li {
		padding-left: 25px;
	}

	ul.contents_head_table_list {
		margin: 25px 0;
	}
	.Label i {
    color: #169ccd;
    margin-right: 8px;
	}

/* top */
.mobilenav_text {
    color: #169ccd!important;
}

#top {
    position: relative;
    padding: 170px 0 90px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/topics/topic_cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}

.title_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title_info .cats a {
	display: inline-block;
	margin-bottom: 0px;
	color: #555;
	border: 1px solid #555;
	width: max-content;
	letter-spacing: 0;
	font-size: 1.1rem;
	border-radius: 3px;
	padding: 2px 10px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.plan_area {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 20px;
    border-right: 1px solid #555;
    width: max-content;
    color: #555;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.plan_area i {
    margin-right: 7px;
    font-size: 2rem;
    color: #169ccd;
}

.wrapper {
    max-width: 1100px;
    position: relative;
    margin: 80px auto 0;
    justify-content: space-between;
    display: flex;
}

.wrapper_title {
    margin-bottom: 50px;
}

h1.title_title {
    font-size: 3rem;
    line-height: 48px;
    color: #555;
}

.title_slider {
    border-radius: 12px;
    overflow: hidden;
}
.title_slider img {
	height: auto;
}

ul.topics_pankuzu_list {
    display: flex;
    flex-wrap: wrap;
}

ul.topics_pankuzu_list li a {
    font-size: 1.2rem;
    letter-spacing: 0;
    display: flex;
    color: #555;
    align-items: center;
    text-decoration: underline;
}

ul.topics_pankuzu_list li {
    font-size: 1.2rem;
    color: #555;
    display: flex;
    margin-right: 5px;
    align-items: center;
}

ul.topics_pankuzu_list li a i {
    color: #ccc;
    margin-right: 8px;
    font-size: 1rem;
}

ul.topics_pankuzu_list li i {
    font-size: 1rem;
    margin-right: 8px;
    color: #ccc;
}

section.topics_pankuzu {
    margin-bottom: 50px;
}

.main_column {
    width: 74%;
}

.side_column {
    width: 20%;
    position: sticky;
    top: 50px;
    align-self: flex-start;
}

ul.side_column_banner li a {
    display: block;
    padding: 20px 5px;
    background: #169ccd;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: bold;
}

ul.side_column_banner li a img {
    width: 50px;
    margin: 0 auto 10px;
}

ul.side_column_banner li {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

ul.side_column_banner {margin-bottom: 50px;}


ul.side_column_banner li a {
	display: block;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

ul.side_column_banner li a:hover {
	opacity: 0.5;
}

ul.tag_list {
    margin: 30px 0;
    display: flex;
}

ul.tag_list li a {
    display: block;
    padding: 5px 20px;
    color: #555;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tag_list li a:hover {
	background: #111;
	color: #fff;
	margin-top: 1px;
	border-bottom: none;
}

ul.tag_list li {
    margin-right: 10px;
}

a.plan_category {
    display: block;
    color: #169ccd;
    border: 1px solid #169ccd;
    width: max-content;
    letter-spacing: 0;
    font-size: 1.25rem;
    border-radius: 3px;
    padding: 3px 12px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_category:hover {
	background: #111;
	color: #fff;
}

.contents_main_area p a {
    color: #169ccd;
    font-size: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contents_main_area p a:hover {
	opacity: 0.5;
}

.contents_main_area {
    margin: 60px 0;
}

.contents_main_area h2{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 45px;
    color: #555;
    margin-bottom: 20px;
    border-left: 6px double #169ccd;
    padding-left: 20px;
}

.contents_main_area h3 {
	background: #f0f7fa;
	padding: 15px 20px;
	margin: 50px 0 30px;
	line-height: 35px;
	font-weight: bold;
	color: #169ccd;
	border-left: 2px solid #169ccd;
	font-size: 1.6rem;
}

.contents_main_area p {
    line-height: 35px;
    font-size: 1.5rem;
    margin: 30px 0 60px;
    letter-spacing: 0.5px;
    color: #555;
}

.contents_list_area {
    padding: 40px 50px;
    margin: 30px 0 60px;
    border-radius: 10px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.contents_list_title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 15px;
}

.contents_main_area .gray_bg {
    padding: 40px 50px;
    margin: 30px 0 60px;
    border-radius: 10px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.contents_main_area .gray_bg h3 {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #555;
	margin-bottom: 15px;
	background: transparent;
	border: none;
}
.contents_main_area ul li {
    font-size: 1.4rem;
    color: #555;
    line-height: 24px;
    padding: 8px 0 8px 15px;
    position: relative;
}

.contents_main_area ul li:after {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #169ccd;
    content: "";
    border-radius: 100%;
    top: 50%;
    margin-top: -3px;
}

.contents_main_area ul li:last-child {
    padding-bottom: 0;
}

.contents_main_area ul li:last-child:after {
    margin-top: 1px;
}

.contents_main_area p img {
    max-width: 100%;
    height: auto;
    margin: 40px 0;
    display: block;
}

.contents_main_area table {
    margin: 50px 0 80px;
    border-radius: 11px;
    overflow: hidden;
}

.contents_main_area table th {
    padding: 20px;
    background: #f0f7fa;
    font-size: 1.3rem;
    border-right: 1px solid #d9ebf2;
    width: 20%;
    color: #169ccd;
    border-bottom: 2px solid #fff;
    line-height: 26px;
}

.contents_main_area table td {
    padding: 25px;
    background: #f7fbfd;
    line-height: 26px;
    width: 80%;
    font-size: 1.3rem;
    border-bottom: 3px solid #fff;
    color: #555;
}

.contents_main_area table td a {
    text-decoration: underline;
    font-size: 1.3rem;
    color: #169ccd;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contents_head_info {
    border-radius: 10px;
    padding: 50px;
    background: #f0f7fa;
    position: relative;
}
.contents_main_area table {
	width: 100%
}
.contents_main_area table td a:hover {
	opacity: 0.5;
}
table.contents_head_info_table th {
	color: #169ccd;
	width: 15%;
	border-right: 1px dashed;
}

.contents_head_info_title {
    background: #169ccd;
    top: -18px;
    padding: 6px 20px;
    left: 50px;
    position: absolute;
    border-radius: 5px;
    color: #fff;
}
table.contents_head_info_table th {
	color: #169ccd;
	width: 15%;
	border-right: 1px dashed;
	padding: 0;
}
.contents_head_info_title {
    background: #169ccd;
    top: -18px;
    padding: 6px 20px;
    left: 50px;
    position: absolute;
    border-radius: 5px;
    color: #fff;
}
.contents_head_info_name {
    color: #169ccd;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2rem;
    padding-bottom: 10px;
}

ul.page_nav_list {
    display: flex;
    border: 1px solid #555;
}

ul.page_nav_list li {
    width: 33.3333%;
    text-align: center;
}

span.page_nomore {
    padding: 15px;
    display: block;
    color: #555;
    opacity: 0.4;
}

ul.page_nav_list li a {
    display: block;
    padding: 15px;
    color: #555;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

ul.page_nav_list li a:hover {
	background: #111;
	color: #fff;	
}

ul.page_nav_list li:nth-child(2) {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

section.page_nav {
    margin: 60px 0;
}

section.related_plan {
    margin: 50px 0 100px;
}

.related_plan_title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    color: #555;
}

.related_plan_title span {
    margin-left: 15px;
    opacity: 0.2;
    font-family: 'Overpass', ui-sans-serif;
}

ul.related_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 3.5%;
}

ul.related_list li {
    width: 31%;
    margin-bottom: 3%;
}
ul.related_list li:nth-child(3) {
}

.related_list li a {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.related_list li a:hover .related_thumb {
	opacity: 0.5;
}

.related_list li a:hover .related_title {
	color: #111;
}

.related_title {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #555;
}

.related_thumb {
    width: 100%;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #ddd;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.related_thumb img {
	height: auto;
}

li.side_column_list_title {
    padding-bottom: 10px;
    width: 100%;
    font-weight: bold;
    display: flex;
    color: #555;
    border-bottom: 1px solid;
    margin: 0 0 12px 0!important;
    align-items: center;
}

ul.side_column_list {
    margin-bottom: 40px;
}

ul.side_column_list li a {
    display: block;
    position: relative;
    color: #555;
    padding: 8px 0 8px 12px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list li a:hover {
	color: #111;
	padding-left: 16px;
}

ul.side_column_list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

li.side_column_list_title span {
    margin-left: 10px;
    color: #888;
    font-family: 'Overpass', ui-sans-serif;
    font-size: 1.2rem;
    opacity: 0.4;
    letter-spacing: 2px;
}

ul.side_column_list_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

ul.side_column_list_tag li {
    margin: 2% 2% 2% 0;
}

ul.side_column_list_tag li a {
    display: block;
    color: #555;
    padding: 5px 12px;
    border-radius: 100px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    font-size: 1.1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list_tag li a:hover {
	background: #111;
	color: #fff;
	border-bottom: none;
	margin-top: 1px;
}

.swiper-button-prev {
    background: #f0f7fa!important;
    padding: 50px;
    left: -10px!important;
    border-radius: 100px;
    margin-top: -50px!important;
	box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
    transform: scale(0.4);
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.swiper-button-next {
    background: #f0f7fa!important;
    padding: 50px;
    right: -10px!important;
    border-radius: 100px;
    margin-top: -50px!important;
	box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
    transform: scale(0.4);
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}
.contents_main_area .wp-caption {
    max-width: 100%;
    background: #f0f7fa;
    text-align: center;
    margin: 20px 0 40px;
}
.contents_main_area .wp-caption-text {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 700;
}
.contents_main_area blockquote {
    background: #eee;
    padding: 20px 20px;
    margin: 30px 0 10px;
}
.contents_main_area blockquote p {
    margin-top: 0;
    margin-bottom: 10px;
    font-style: italic;
}


header.header_change {
    background: #111!important;
}

.trigger_small span {
    background: #fff!important;
}

.wrapper_logo_top {
	background-image: url("../img/common/logo.png")!important;
}

.movmobb2 .active span {
    background-color: #000!important;
}

footer {
    background: #111!important;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
/* top */
    #top .wrapper_contents_top {
        padding: 0;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
    #top .subtitle_top {
        margin-top: 22px;
        font-size: 1.2rem;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .wrapper_title_top {
        width: 60%;
        left: 0;
        right: 0;
        margin: auto;
        top: 32%;
    }

.accordion {
    margin: 30px auto 40px;
}
	
section.topics_pankuzu {
    margin-bottom: 20px;
}
	
ul.topics_pankuzu_list {
    display: flex;
    flex-wrap: wrap;
}

ul.topics_pankuzu_list li a {
    font-size: 1.1rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

ul.topics_pankuzu_list li {
    font-size: 1.1rem;
    color: #555;
    display: flex;
    line-height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
    align-items: center;
}

ul.topics_pankuzu_list li a i {
    color: #ccc;
    margin-right: 8px;
    font-size: 1rem;
}

ul.topics_pankuzu_list li i {
    font-size: 1rem;
    margin-right: 8px;
    color: #ccc;
}


.title_info {
    display: block;
    align-items: center;
    margin-bottom: 20px;
}

.plan_area {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 0;
    border-right: none;
    width: max-content;
    color: #555;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 15px;
}

.plan_area i {
    margin-right: 7px;
    font-size: 1.6rem;
    color: #169ccd;
}
	
.mobilenav_text {
    color: #169ccd!important;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #169ccd!important;
    border-radius: 4px;
    z-index: 99999;
}

#top {
    position: relative;
    background-color: #f0f7fa;
    padding: 100px 0 40px;
    width: 100%;
    margin: 0 auto;
    background-position: center bottom;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_top {
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 4px;
    color: #fff;
}

.title_top span {
    margin-top: 40px;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    top: -35px;
    left: 50%;
}

.wrapper {
    max-width: 100%;
    margin: 40px auto 0;
    justify-content: space-between;
    display: block;
}

.wrapper:after {
	display: none;
}
	
.wrapper_title {
    margin-bottom: 30px;
}

h1.title_title {
    font-size: 1.5rem;
    line-height: 23px;
    color: #555;
    font-weight: bold;
}

.title_slider {
    border-radius: 8px;
    overflow: hidden;
}

.main_column {
    width: 90%;
    margin: 0 auto;
}

.side_column {
    width: 90%;
    position: inherit;
    margin: 0 auto;
    top: inherit;
    align-self: inherit;
}

ul.tag_list {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tag_list li a {
    display: block;
    padding: 5px 15px;
    font-size: 1.1rem;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tag_list li a:hover {
	background: #169ccd;
	color: #fff;
	margin-top: 1px;
	border-bottom: none;
}

ul.tag_list li {
    margin: 6px 3px 0 0;
}

a.plan_category {
    display: block;
    margin-bottom: 15px;
    color: #169ccd;
    border: 1px solid #169ccd;
    width: max-content;
    letter-spacing: 0;
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 3px 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_category:hover {
	background: #169ccd;
	color: #fff;
}
	
.contents_main_area {
    margin: 40px 0;
}

.contents_main_area h2{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
    color: #555;
    margin-bottom: 15px;
    border-left: 4px double #169ccd;
    padding-left: 12px;
}

.contents_head_area p:after {
	display: none;
}

.contents_main_area p {
    line-height: 22px;
    font-size: 1.2rem;
    margin: 20px 0 40px;
    letter-spacing: 0.5px;
    color: #555;
}
	
.contents_main_area h3 {
    background: #f0f7fa;
    padding: 14px 19px;
    margin: 20px 0 30px;
    line-height: 25px;
    font-weight: bold;
    color: #169ccd;
    border-left: 1px solid #169ccd;
    font-size: 1.35rem;
}

.contents_main_area p img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    display: block;
}
	
.contents_main_area p a {
    color: #169ccd;
    font-size: 1.3rem;
    text-decoration: underline;
}
	
.contents_list_area {
    padding: 25px;
    margin: 20px 0 30px;
    border-radius: 8px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.contents_list_title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 10px;
}

.contents_main_area ul li {
    font-size: 1.3rem;
    color: #555;
    line-height: 22px;
    padding: 5px 0 5px 13px;
    position: relative;
}

.contents_main_area ul li:after {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #169ccd;
    content: "";
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
}

.contents_main_area ul li:last-child {
    padding-bottom: 0;
}

.contents_main_area ul li:last-child:after {
    margin-top: 1px;
}

.contents_main_area table {
    margin: 30px 0 50px;
    border-radius: 0;
    overflow: hidden;
}

.contents_main_area table th {
    padding: 15px;
    width: 100%!important;
    background: #f0f7fa;
    display: block;
    font-size: 1.3rem;
    border-right: none;
    color: #169ccd;
    border-bottom: 2px solid #fff;
    line-height: 20px;
}

.contents_main_area table td {
    padding: 15px;
    background: #f7fbfd;
    line-height: 20px;
    /* width: 100%; */
    width: 100%!important;
    display: block;
    font-size: 1.2rem;
    border-bottom: 2px solid #fff;
    color: #555;
}

.contents_main_area table td a {
    text-decoration: underline;
    font-size: 1.2rem;
    color: #169ccd;
}

ul.page_nav_list {
    display: flex;
}

ul.page_nav_list li {
    width: 33.3333%;
    text-align: center;
}

span.page_nomore {
    padding: 8px 0;
    display: block;
    letter-spacing: 0;
    font-size: 1rem;
    opacity: 0.4;
}

ul.page_nav_list li a {
    display: block;
    padding: 8px 0;
    font-size: 1rem;
    letter-spacing: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

ul.page_nav_list li a:hover {
	background: #169ccd;
	color: #fff;	
}

ul.page_nav_list li:nth-child(2) {
}

section.page_nav {
    margin: 40px 0;
}

section.related_plan {
    margin: 50px 0 30px;
}

.related_plan_title {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 6px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #555;
}

.related_plan_title span {
    margin-left: 15px;
    opacity: 0.2;
    font-family: 'Overpass', ui-sans-serif;
}

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

ul.related_list li {
    width: 47%;
    margin-bottom: 3%;
}
ul.related_list li:nth-child(2n) {
	margin-right: 0;
}
ul.related_list li:nth-child(3n) {
}

.related_list li a {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.related_list li a:hover .related_thumb {
	opacity: 0.5;
}

.related_list li a:hover .related_title {
	color: #169ccd;
}

.related_title {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #555;
}

.related_thumb {
    width: 100%;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

li.side_column_list_title {
    padding-bottom: 5px;
    width: 100%;
    font-weight: bold;
    justify-content: space-between;
    font-size: 1.3rem;
    display: flex;
    border-bottom: 1px solid;
    margin: 0 0 12px 0!important;
    align-items: center;
}

ul.side_column_list {
    margin-bottom: 20px;
}

ul.side_column_list li a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    color: #555;
    padding: 4px 0 4px 12px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list li a:hover {
	color: #169ccd;
	padding-left: 16px;
}

ul.side_column_list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

li.side_column_list_title span {
    margin-left: 10px;
    font-family: 'Overpass', ui-sans-serif;
    font-size: 1.2rem;
    opacity: 0.4;
    letter-spacing: 2px;
}

ul.side_column_list_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

ul.side_column_list_tag li {
    margin: 2% 2% 2% 0;
}

ul.side_column_list_tag li a {
    display: block;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 1.1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list_tag li a:hover {
	background: #169ccd;
	color: #fff;
	border-bottom: none;
	margin-top: 1px;
}
	
.swiper-button-prev {
    left: -25px!important;
    transform: scale(0.3);
}
	
.swiper-button-next {
    right: -25px!important;
    transform: scale(0.3);
}
	
/*アコーディオン*/

    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 18px 24px;
    	display: block;
    	border-bottom: 1px solid #ddeef5;
    	font-weight: bold;
    	color: #169ccd;
    	font-size: 1.4rem;
    	background: #f0f7fa;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #169ccd;
    	border-right: 2px solid #169ccd;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .accordion_content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .accordion_content {		/*本文*/
    	height: 0;
    	margin-bottom: 10px;
    	padding:0 20px;
    	overflow: hidden;
    	background: #f0f7fa;
    }
    .toggle:checked + .Label + .accordion_content {	/*開閉時*/
    	height: auto;
    	padding: 5px 25px 5px;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

	ul.contents_head_table_list li a {
		text-decoration: underline;
		color: #169ccd;
		display: block;
		margin: 10px 0;
	}

	ul.contents_head_table_list li:first-child {
		padding-left: 0;
	}

	ul.contents_head_table_list li {
		padding-left: 25px;
	}

	ul.contents_head_table_list {
		margin: 25px 0;
	}
	.Label i {
    color: #169ccd;
    margin-right: 8px;
	}
.contents_main_area .gray_bg {
    padding: 25px;
    margin: 20px 0 30px;
    border-radius: 8px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

	header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}

}
