/* lp common */
/* header */
#header-lp {
	max-width: 1200px;
	height: 60px;
	padding: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-lp .header-contact .header-link {
	display: flex;
	flex-direction: row!important;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}
#header-lp .header-contact .header-link a {
	text-decoration: underline!important;
	color: #286BA7;
}
#header-lp .header-column a {
	text-decoration: underline!important;
}
#header-lp .header-contact ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
#header-lp .header-contact li a {
	margin: 0 0 0 10px;
}
#header-lp .header-contact .call-mobile {
	display: none;
}
#header-lp .header-contact .call-mobile a {
	font-size: 19px;
	font-weight: bold;
	color: #101F41;
	line-height: 100%;
}
@media screen and (max-width: 900px) {
	#header-lp .header-contact .call-pc div {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
	}
	#header-lp .header-contact .call-pc .header-freecall {
		width: 150px;
	}
}
@media screen and (max-width: 640px) {
	#header-lp .header-contact {
		flex-direction: column;
		align-items: center;
	}
	#header-lp .header-contact li {
		width: 100%;
		text-align: right;
	}
	#header-lp .header-contact .call-pc {
		display: none;
	}
	#header-lp .header-contact .call-mobile {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
	}
	#header-lp .header-contact .call-mobile a {
   		margin: 0 0 0 5px;
	}
	#header-lp .header-contact .call-mobile div {
   		margin: 5px 0 0 0;
	}

}
@media screen and (max-width: 480px) {
	#header-lp .header-logo {
		width: 180px;
		height: auto;
	}
	#header-lp .header-contact,
	#header-lp .header-contact .call-mobile a {
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	#header-lp .header-logo {
		width: 150px;
	}
}
/* header */

/* footer */
#footer {
	width: 100%;
	padding: 40px 0;
	font-size: 14px;
	text-align: center;
	word-wrap: break-word;
	word-break: keep-all;
	background-color: #707070;
	color: #FFFFFF;
	line-height: 160%;
}
#footer a {
	line-height: 100%;
	color: #FFFFFF;
}
#footer hr {
	width: 100%;
	margin: 40px 0 15px;
	background-color: #384367;
	color: #384367;
	height: 1px;
}
#footer .contents {
	max-width: 1200px;
	margin: 0 auto;
}
#footer .contents .service {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
}
#footer .logo {
	width:250px;
}
#footer .logo .sns {
	display: flex;
	margin: 50px 0 0 0;
}
#footer .logo .sns a {
	border: 1px solid #FFFFFF;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
#footer .link .list {
	margin: 0 0 0 100px;
	text-align: left;
}
#footer .link .list .title {
	font-size: 21px;
}
#footer .link .list ul {
	margin: 20px 0 0 0;
}
#footer .link .list li {
	margin: 10px 0;
}
#footer .link .list.dummy {
	display: none;
	width: 210px;
}

#footer .policy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .policy .copyright {
	margin-top: 15px;
}
#footer .policy a {
	margin: 15px 0 0 50px;
}

/* request_button */



#footer_contact .footer_request_button {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #E67E22;
	color: #FFFFFF;
	font-size: 21px;
	line-height: 100%;
	text-decoration: none;
}
/* request_button */

@media screen and (max-width: 1200px) {
	#footer .contents{
		max-width: 1980px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 1017px) {
	#footer .contents .service{
		justify-content: center;
	}
	#footer .logo .sns{
		justify-content: center;
		margin: 40px 0 20px;
	}
	#footer .logo .sns a{
		margin: 0 15px;
	}
	#footer .link {
		justify-content: space-around;
		width: 100%;
	}
	#footer .link .list{
		margin: 30px auto 0;
	}

	#footer .policy{
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer .policy .link{
		display: flex;
		justify-content: space-around;
	}
	#footer .policy .link a{
		width: 100%;
		margin: 15px 0 0 0;
	}

}
@media screen and (max-width: 868px) {
	#footer .link {
		flex-direction:column;
	}
	#footer .link .list{
		width: 250px;
	}
}
@media screen and (max-width: 480px) {
	#footer_contact .footer_request_button {
		max-width: 130px;
		font-size: 19px;
	}
}
/* footer */

/* request_button */
.request_button {
	width: calc( 100% - 40px );
	max-width: 460px;
	height: 80px;
	padding: 0 20px;
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #E67E22;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 100%;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s, box-shadow 0.3s;
}
.request_button .icon {
	font-size: 22px;
	margin-right: 12px;
}
.request_button .arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.request_button:hover {
	background-color: #d35400;
	box-shadow: inset 0 0 0 2px #a04000;
}
@media screen and (max-width: 500px) {
	.request_button {
		font-size: 24px;
	}
}
/* request_button */

/* lp common */


/* top */
#wrap #top {
	width: 100%;
	height: 360px;
	background-size: cover;
	text-align: center;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
#wrap #top img {
	margin: 0!important;
}
#wrap #top img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#wrap #top img.sp {
	display: none;
}
#wrap #top .contents {
	width: 1300px;
	height: 360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-flow: column;
}
#wrap #top .contents .text {
	text-align: center;
	color: #333333;
}
#wrap #top .contents .text h1 {
	color: #333333;
	font-weight: 700;
	font-size: 60px;
	line-height: 130%;
}
@media screen and (max-width: 1300px) {
	#wrap #top .contents {
		width: calc( 100% - 20px );
	}
	#wrap #top .contents .text {
		width: calc( 100% - 20px );
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) {
	#wrap #top .contents .text h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	#wrap #top .contents .text h1 {
		font-size: 30px;
	}
}
@media screen and (max-width: 480px) {
	#wrap #top .contents .text h1 {
		font-size: 24px;
		margin: 0 0 10px 0;
	}

	#wrap #top img.sp {
		display: block;
	}
	#wrap #top img.pc {
		display: none;
	}
	#wrap #top,
	#wrap #top .contents {
		height: 150px;
	}
	#wrap #top .contents p {
		line-height: 130%;
	}
}
@media screen and (max-width: 400px) {
	#wrap #top .bottom .contents .request .request_button {
    	font-size: 21px;
	}
}
/* top */

/* footer_contact */
#footer_contact {
	display: block;
	position: fixed;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	text-align: center;
	z-index: 998;
}
#footer_contact .inquiry {
	max-width: 260px;
	margin: 0 auto;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 20px 20px;
	background-color: #286BA7;
	background: linear-gradient(90deg, #286BA7, #012073);
	color: #FFFFFF;
	border-radius: 30px;
	line-height: 100%;
	text-align: center;
	font-size: 16px;
	position: relative;
}
#footer_contact a.inquiry:hover {
	opacity: 1;
}
#footer_contact .inquiry .arrow {
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid #FFFFFF;
	border-right: 0;
}
@media screen and (max-width: 768px) {
	#footer_contact .inquiry {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	/* request_button */
	#footer_contact .footer_request_button {
		display: inline-flex;
	}
	#footer_contact {
		display: inline-block;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		width: initial;
		right: 25px;
	}
}
/* footer_contact */
/* common */

/* column-common */
/* main */
#wrap #main {min-height: calc( 100vh - 642px );}
#wrap #main {
    max-width: 1200px;
    margin: 15px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wrap #main #contents {
	max-width: calc(100% - 350px - 30px);
}
#wrap #main #contents h1 {
	margin: 0;
	line-height: 150%;
}
#wrap #main #contents img {
    margin: 20px auto;
    text-align: center;
    display: block;
}
#wrap #main #contents h2 {
    text-align: left;
    font-size: 34px;
    border-top: 1px solid #012073;
    border-bottom: 1px solid #012073;
}
#wrap #main #contents h2 br {
	display: none;
}
#wrap #main #contents h3 {
	display: block;
	color: #001440;
	line-height: 150%;
	text-align: center;
}
#wrap #main #contents a.underline {
    text-decoration: underline;
}
#wrap #main #contents .section {
    margin: 50px auto;
    text-align: left;
    width: 96%;
}

#wrap #main .section .subheading {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

#wrap #main .section ul{
    margin: 0;
    padding: 0 1em;
}
#wrap #main .section  li{
    list-style: disc;
    margin-left: 0.5em;
}

#wrap #main .section table {
	width: 100%;
	margin: 20px auto;
	border: none;
}
#wrap #main .section table th {
	border: none;
	border-bottom: 1px solid #D9D9D9;
}
#wrap #main .section table td {
	border: none;
	border-bottom: 1px solid #F3F3F3;
}
#wrap #main .section table tr:last-child td {
	border-bottom: none;
}
#wrap #main .section td:nth-of-type(1)::before {
	content: "項目";
}
@media screen and (max-width: 819px) {
	#wrap #main .section table ,
	#wrap #main .section thead,
	#wrap #main .section tbody,
	#wrap #main .section th,
	#wrap #main .section td,
	#wrap #main .section tr {
		display: block;
		width: 100%;
		font-size: 16px;
	}
	#wrap #main .section thead {
		display: none;
	}
	#wrap #main .section tr {
		margin-bottom: 1.5em;
		border: 1px solid #CCCCCC;
		background: #F9F9F9;
	}
	#wrap #main .section td {
		position: relative;
		padding-left: 30%;
		border: none;
		border-bottom: 1px solid #DDDDDD;
		box-sizing: border-box;
	}
	#wrap #main .section td::before {
		position: absolute;
		top: 0px;
		left: 8px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: bold;
		color: #555555;
	}
}

#wrap #main #contents .case {
  padding: 10px;
}
#wrap #main #contents .case h3 {
  margin-top: 0;
  text-align: left;
}
#wrap #main #contents .case dl {
  margin: 1em 0;
}
#wrap #main #contents .case dt {
  font-weight: bold;
  color: #286BA7;
}
#wrap #main #contents .case dd {
  margin: 0 0 0.5em 1em;
}
#wrap #main #contents .case ul {
  padding-left: 1.2em;
  margin: 0.5em 0;
}
#wrap #main #contents .case ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}

#wrap #main #contents .faq-section {
  padding: 10px;
  background-color: #F9F9F9;
  border-left: 4px solid #286BA7;
  border-radius: 4px;
}
#wrap #main #contents .faq-item {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
#wrap #main #contents .faq-question {
  font-weight: bold;
  color: #001440;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 1.5em;
  text-align: left;
  font-size: 19px;
}
#wrap #main #contents .faq-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #001440;
}
#wrap #main #contents .faq-answer {
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
}
#wrap #main #contents .faq-answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #286BA7;
}

#wrap #main #contents .link_blue {
    text-decoration: underline;
    color: #036EB5;
}
#wrap #main #contents .note {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 10px;
}
#wrap #main #contents .paragraph {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#wrap #main #contents .paragraph p {
    margin-block-start: 0;
    margin-block-end: 0;
}

#wrap #main #contents .photo_caption {
	text-align: center;
}
#wrap #main #contents .photo_caption img {
	margin-bottom: 0;
}
#wrap #main #contents .photo_caption span {
    font-size: 14px;
}

#wrap #main #contents .reference p,
#wrap #main #contents .reference li {
    font-size: 14px;
}

#wrap #main #contents #author {
	margin: 80px auto 30px;
}
#wrap #main #contents #author h3 {
	display: block;
	border-bottom: 1px solid #001440;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	position:relative
}
#wrap #main #contents #author h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	text-align: left;
	background-color: #001440;
	border-bottom: 1px solid #001440;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 100%;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-top-right-radius: 4px;

}

#wrap #main #contents #author .info {
	width: calc( 100% - 40px );
	padding: 20px;
	height: initial;
	display: flex;
	justify-content: flex-start;
    align-items: top;
	background-color: #EFEEE8;
}
#wrap #main #contents #author .info h4 {
	font-size: 30px;
	margin: 0 0 0 0;
	text-align: left;
}
#wrap #main #contents #author .info ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#wrap #main #contents #author .info ul li {
	line-height: 130%;
}
#wrap #main #contents #author .info img {
	margin: 0;
	width: 150px;
	height: 150px;
}
#wrap #main #contents #author .info .profile {
	width: 100%;
	min-height: 150px;
	margin: 0 20px;
}
#wrap #main #contents #author .info .bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 5px;
	line-height: 100%;
}
#wrap #main #contents #author .info .bottom  #author_sns {
	margin: 0;
}
#wrap #main #contents #author .info .bottom  #author_sns li {
	margin: 0 10px 0 0;
}
#wrap #main #contents #author .info .bottom  #author_sns li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
}
#wrap #main #contents #author .info .bottom #author_sns img {
	width: 24px;
	height: 24px;
}
#wrap #main #contents #author .author_link {
	margin-top: 15px;
	text-align: right;
}
#wrap #main #contents #author .author_link a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
#wrap #main #contents #author .author_link a::before {
	content: '▶';
}
#wrap #main #contents #author .author_link a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #001440;
	transition: .3s;
	transform: translateX(-50%);
}
#wrap #main #contents #author .author_link a:hover {
	opacity: 1.0;
}
#wrap #main #contents #author .author_link a:hover::after {
	width: 100%;
}

#wrap #main #contents .column_list_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc( 100% - 20px );
	margin: 40px auto;
	padding: 10px 10px;
	text-align: center;
	background-color: #EF781F;
}
#wrap #main #contents .column_list_link a {
	display: inline-block; 
	width: 100%;
	height: 100%;
}
#wrap #main #contents .column_list_link span {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}


@media screen and (max-width: 640px) { 
	#wrap #main #contents #author .info{
		flex-wrap: wrap;
		justify-content: center;
	}
	#wrap #main #contents #author .info .profile {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	#wrap #main {
		margin: 0 auto 50px;
	}

	#wrap #main #contents{
		margin: 10px auto 20px;
	}
	#wrap #main #contents h2 {
		font-size: 24px;
	}
	#wrap #main #contents h3 {
	    font-size: 21px;
	}
 	#wrap #main #contents h2 br {
		display: none;
	}
	#wrap #main #contents #author .info .bottom {
		margin-top: 10px;
	}
	#wrap #main #contents #author .info .bottom {
		justify-content: center;
	}

	#wrap #main #contents .column_list_link span {
		font-size: 16px;
	}
}
/* contents */

/* contents(before design) */
#wrap #main #contents .underline_title,
#wrap #main #contents .underline_coating,
#wrap #main #contents .underline_merit,
#wrap #main #contents .underline_demerit {
	line-height: 1.3em;
	display: inline-block;
	font-weight: bold;
}
#wrap #main #contents .underline_title {
	background: linear-gradient(transparent 60%, #B8DFA1 0%);
	margin: 20px auto 15px;
}
#wrap #main #contents .underline_coating {
	background: linear-gradient(transparent 60%, #CCE198 0%);
	width: 100%;
	margin-bottom: 10px;
}
#wrap #main #contents .underline_merit {
	background: linear-gradient(transparent 60%, #D9EAF5 0%);
	padding: 0 0.5em;
	margin: 20px 0 0 0;
}
#wrap #main #contents .underline_demerit {
	background: linear-gradient(transparent 60%, #FFD9FF 0%);
	margin: 20px 0 0 0;
}
#wrap #main #contents .underline_cut {
    background: linear-gradient(transparent 60%, #67C5E1 0%);
	transform: skewX(-30deg);
	padding:0 15px 0 2px;
	margin: 20px 0 0 0;
	line-height: 100%;
	display: inline-block;
}
#wrap #main #contents .underline_cut span {
    transform:skewX(30deg);
    display: block;
}

#wrap #main #contents .link {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
}
#wrap #main #contents .link a {
	color: #001440;
}
#wrap #main #contents .link .text_pc {
	display: inline-block;
}

#wrap #main #contents .link a {
	opacity:1;filter:Alpha(opacity=100);
}
#wrap #main #contents .link .text_pc {
	padding: 0 10px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(43, 70, 39) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	border-bottom: solid 2px #001440;
}
#wrap #main #contents .link .text_pc:hover {
	background-position: -100% 0;
	color: #FFFFFF;
}

#wrap #main #contents .link .text_sp {
	display: none;
	color: #333333;
}
@media screen and (max-width: 768px) {
    #wrap #main #contents .link {
        display: block;
        text-align: right;
        width: 100%;
    }
    #wrap #main #contents .link a {
        width:72px;
        height: 26px;
        color: #7BC350;
        font-size: 16px;
        font-weight: bold;
		border: 1px solid #7BC350;
		padding: 5px 5px 5px 10px;
        margin: 10px 10px 0 0;
    }
    #wrap #main #contents .link .text_sp {
        display: inline-block;
        color: #333333;
        font-weight: normal;
    }
    #wrap #main #contents .link .text_pc {
        display: none;
    }
}
@media screen and (max-width: 480px) {
	#wrap #main #contents .link a {
        font-size: 14px;
	}
}

#wrap #main #contents .detail_link {
	position: relative;
	width: calc( 94% - 16px );
	border: 3px solid #001440;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	margin: 20px auto;
}
#wrap #main #contents .detail_link a {
	width: calc( 100% - 10px );
	display: inline-block;
	text-align: center;
	padding: 10px 5px;
}
#wrap #main #contents .detail_link .arrow_right {
	position: relative;
	display: inline-block;
	color: #333333;
	text-decoration: none;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
#wrap #main #contents .detail_link .arrow_right:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #333333;
	border-radius: 50%;
	top: 50%;
	left: -7px;
	margin-top: -12px;
}
#wrap #main #contents .detail_link .arrow_right:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 3px #333333;
	border-right: solid 3px #333333;
	top: 50%;
	left: 0;
	margin-top: -4px;
	transform: rotate(45deg);
}

/* contents(before design) */


/* タグリスト */
#wrap #main #contents .tag {
    margin: 50px 0 40px;
    text-align: left;
	border-top: 1px solid #012073;
}
#wrap #main #contents .tag h3 {
	width: 80px;
	text-align: left;
	background-color: #012073;
	color: #FFFFFF;
	line-height: 100%;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-bottom-right-radius: 4px;
}
#wrap #main #contents .tag a {
	display: inline-block;
	color: #012073;
	background-color: initial;
	border: 1px solid #012073;
	margin: 5px 10px 5px 0;
    padding: 5px 15px;
    line-height: 100%;
    border-radius: 15px;
    font-size: 16px;
	white-space: nowrap;
}
#wrap #main #contents .tag a.category {
	background: #012073;
    color: #FFFFFF;
	border: initial;
}
/* タグリスト */

/* 合わせて読みたい記事 */
#wrap #main #contents #recommend {
	border-top: 1px solid #EF781F;
	margin: 40px 0 20px;
	background: #FAFAFA;
}
#wrap #main #contents #recommend h3 {
	display: inline-block;
	/*width: 218px;*/
	text-align: left;
	background-color: #EF781F;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 100%;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-bottom-right-radius: 4px;
}
#wrap #main #contents #recommend .contents {
	padding: 20px 10px 20px;
	text-align: left;
}
#wrap #main #contents #recommend .contents p {
	margin: 0;
}
#wrap #main #contents #recommend .contents ul li {
	margin: 0 0 40px;

}
#wrap #main #contents #recommend .contents ul li:last-child {
	margin: 0;
}
#wrap #main #contents #recommend .contents ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border:1px solid #1E73BE;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 10px 0 0 0;
}
#wrap #main #contents #recommend .contents ul li h3 {
	font-size: 16px;
	margin: 30px 0 10px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
#wrap #main #contents #recommend .contents ul li a > div {
	width: calc( 100% - 305px );
}
#wrap #main #contents #recommend .contents ul li a p {
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	#wrap #main #contents #recommend .contents ul li a div {
		width: 100%;
	}
	#wrap #main #contents #recommend .contents ul li a {
		justify-content: center;
	}
	#wrap #main #contents #recommend .contents ul li h3 {
		margin: 0;
	}
}

/* 関連記事 */
#wrap #main #contents #related {
	margin: 100px 0 40px;
}
#wrap #main #contents #related h3 {
	display: block;
	border-bottom: 1px solid #012073;
	margin: 0;
	padding: 0;
	text-align: left;
	position:relative
}
#wrap #main #contents #related h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	text-align: left;
	background-color: #012073;
	border-bottom: 1px solid #012073;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 100%;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-top-right-radius: 4px;

}
#wrap #main #contents #related ul li h4 {
	margin: 0 0 5px 0;
}
#wrap #main #contents #related ul li {
	margin: 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
#wrap #main #contents #related ul li:not(:last-of-type) {
	border-bottom: 1px solid #F3F3F3;
}
#wrap #main #contents #related ul li img {
	margin: 0;
}
#wrap #main #contents #related ul li h3 {
	font-size: 16px;
	margin: 5px 0 5px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
#wrap #main #contents #related ul li > div {
	width: calc( 100% - 315px );
}
#wrap #main #contents #related ul li p {
	font-size: 14px;
	margin: 0;
}
#wrap #main #contents #related ul li .category {
	text-align: left;
}
#wrap #main #contents #related ul li .category a {
    background: #012073;
    color: #FFFFFF;
    padding: 2px 15px;
    line-height: 100%;
    border-radius: 15px;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
	#wrap #main #contents #related ul li div {
		width: 100%;
	}
	#wrap #main #contents #related ul li {
		justify-content: center;
	}
	#wrap #main #contents #related ul li .category {
		margin-top: 10px;
	}
}

/* シェア */
#wrap #main #contents  .share {
	margin: 40px 0;
}
#wrap #main #contents  .share img {
	margin: 0;
}
#wrap #main #contents  .share ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#wrap #main #contents  .share ul a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrap #main #contents  .share .share_facebook,
#wrap #main #contents  .share .share_twitter,
#wrap #main #contents  .share .share_line {
	width: calc( 33% - 5px );
	height: 40px;
	text-align: center;
}
#wrap #main #contents  .share .share_facebook {
	background-color: #1877f2;
}
#wrap #main #contents  .share .share_twitter {
	/*background-color: #1DA1F2;*/
	background-color: #000000;
}
#wrap #main #contents  .share .share_line {
	background-color: #00B900;
}
#wrap #main #contents  .share .copy_url {
	width: 100%;
	height: 40px;
	margin: 20px 0;
	text-align: center;
	background-color: #858989;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#wrap #main #contents  .share .copy_url span {
	position: relative;
}
#wrap #main #contents  .share .copy_url span:before {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../../../img/common/icon/icon_copy_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* 監修者SNSボタン */
#wrap #main #contents #author_sns {
	margin: 15px auto;
}
#wrap #main #contents #author_sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
#wrap #main #contents #author_sns li {
	display: inline-block;
	margin: 15px;
}
#wrap #main #contents #author_sns li a {
	display: flex;
	justify-content: center;
    align-items: center;
	border: 2px solid #333333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px;
}
#wrap #main #contents #author_sns li a span {
	margin-top: -4px;
}

/* お問い合わせ */
#wrap #main #contents .contents_contact {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

/* サイドバー */
#wrap #main #sidebar {
    max-width: 350px;
}
#wrap #main #sidebar h3 {
	width: 160px;
	text-align: left;
	background-color: #012073;
	color: #FFFFFF;
	line-height: 100%;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-bottom-right-radius: 4px;
}


/* よく読まれている記事 */
#wrap #main #sidebar .popular_articles {
	border-top: 1px solid #012073;
}
#wrap #main #sidebar .popular_articles li {
	max-width: 350px;
	margin: 20px 0;
	border-bottom: 1px solid #F3F3F3;
}
#wrap #main #sidebar .popular_articles li:last-of-type {
	border-bottom: none;
}
#wrap #main #sidebar .popular_articles li .image {
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrap #main #sidebar .popular_articles li .image div {
	width: 27px;
	height: 27px;
	color: #FFFFFF;
	background-color: #012073;
	text-align: center;
	line-height: 100%;
	font-size: 13px;

	display: flex;
	justify-content: center;
	align-items: center;

	position: absolute;
	top: 0;
	left: 0;
}
#wrap #main #sidebar .popular_articles li .image h4 {
	font-size: 18px;
	position: absolute;
	top: 50%;
	text-align: center;
	margin: 0;
	line-height: 100%;
	color:#FFFFFF;
	text-shadow: 3px 3px 4px #000000;
}
#wrap #main #sidebar .popular_articles li p {
	margin: 10px 0 5px 0;
}
#wrap #main #sidebar .popular_articles li.dummy {
	width: 350px;
	display: none;
}

/* カテゴリー一覧 */
#wrap #main #sidebar .category_list {
	margin: 40px 0;
	border-top: 1px solid #012073;
}
#wrap #main #sidebar .category_list ul {
	margin-top:15px;
}
#wrap #main #sidebar .category_list li a {
	display: inline-block;
	width: calc( 100% - 60px );
	text-align: left;
	background-color: #012073;
	color: #FFFFFF;
	line-height: 100%;
	padding: 10px 30px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

/* タグ一覧 */
#wrap #main #sidebar .tag_list {
	margin: 40px 0;
	border-top: 1px solid #012073;
}
#wrap #main #sidebar .tag_list ul {
	margin-top:15px;
	display: flex;
	flex-wrap: wrap;
}
#wrap #main #sidebar .tag_list li a {
	display: inline-block;
	border: 1px solid #012073;
	color: #012073;
	margin: 0 10px 10px 0;
	padding: 4px 15px;
	line-height: 100%;
	border-radius: 15px;
	font-size: 16px;
}

/* side inquiry */
#wrap #main .side_inquiry{
    display: none;
	position: fixed;
    top: calc(50vh - 5.5rem);
	bottom: auto;
	right: 0px;
    width: 100px!important;
    height: 100px!important;
    background-color: #EF781F;
    text-align: center;
	line-height: 100%!important;
    z-index: 100;
}
#wrap #main .side_inquiry a{
	display: flex!important;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
	font-size: 12px;
	color: #FFFFFF!important;
    text-decoration: none!important;
}
#wrap #main .side_inquiry a img{
	margin: 0!important;
}
#wrap #main .side_inquiry a span{
	margin-top: 10px;
}

/* contents */



/* 目次  */
#wrap #main #contents .outline {
	width: calc( 100% - 42px );
	border: 1px solid #012073;
	padding: 20px;
	display: block;
	margin: 10px auto;
	border-radius: 3px;
	position: relative;
    color: #012073;
}
#wrap #main #contents .outline ul {
    list-style-type: none;
	padding-left: 20px;
	margin: 0;
}
#wrap #main #contents .outline ul li {
    position: relative;
    line-height: 1.5;
	margin: 0;
	padding: 10px 0 0 0;
    font-size: 16px;
}
#wrap #main #contents .outline .ol_title {
	display: block;
	width: 100%;
	border-bottom: 1px solid #012073;
	text-align: center;
	font-size: 21px;
	line-height: 180%;
	margin-bottom: 10px;
}
#wrap #main #contents .outline .ol_list {
	margin: 0;
	text-align: left;
}
#wrap #main #contents .outline .ol_sub {
	padding: 0 0 0 0;
}
#wrap #main #contents .outline .ol_link {
	display:inline-block;
	color:#333333;
}
#wrap #main #contents .outline .ol_number {
	display: inline-block;
	color:#333333;
	font-weight:normal;
	font-size: 16px;
	text-indent: -1em;
}
#wrap #main  #contents .outline .change_btn {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #012073;
	font-size: 16px;
	font-weight: bold;
}
#wrap #main  #contents .outline .change_btn::after {
	content: "＋";
	display: inline-block;
	font-size: 16px;
}
#wrap #main  #contents .outline #change_btn:checked + .change_btn::after {
	content: "－";
}
#wrap #main  #contents .outline #change_btn {
	display: none;
}
#wrap #main  #contents .outline #change_btn:not(:checked) ~ .ol_list {
	display: none;
}

/* youtube */
.youtube_embed {
	margin: 20px 0;
}

/* media-query */
@media screen and (max-width: 640px) {
	#wrap #main #contents .outline {
		width: calc( 100% - 42px );
		margin: 0 10px;
		padding: 10px;
	}
	#wrap #main #contents .outline ul li {
		font-size: 14px;
	}
	#wrap #main #contents .outline .ol_number {
		font-size: 14px;
	}
}
/* media-query */
/* 目次 */



/* media-query */
@media screen and (max-width: 1200px){

}

@media screen and (max-width: 1159px){
    #wrap #main {
        justify-content: center;
    }
	#wrap #main #sidebar{
		max-width: calc(100% - 20px);
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	#wrap #main #sidebar .popular_articles ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#wrap #main #sidebar .popular_articles li {
		margin: 20px 10px;
	}
	#wrap #main #sidebar .popular_articles li.dummy{
		display: block;
	}
}

/* 1020px */
@media screen and (max-width: 1020px){
	#wrap #main #contents{
		max-width: calc( 100% - 20px );
	}

	#wrap #main #sidebar{
		width: 100%;
	}
}

@media screen and (max-width: 759px){
	#wrap #main #sidebar .popular_articles li.dummy{
		display: none;
	}
}

@media screen and (max-width: 640px){
	#wrap #main  #contents .outline .change_btn {
		top: 0px;
		right: 10px;
	}
}

@media screen and (max-width: 480px){
	#wrap #main #contents h1 {
		font-size: 24px;
		line-height: 150%;
	}
    #wrap #main #contents h1 br{
        display: block;
    }
	#wrap #main #contents h1 br.br_pc{
		display: none;
	}
 
    #wrap #main #contents .section h2 br {
		display: none;
	}

	#wrap #main #sidebar .popular_articles li {
		margin: 20px 0;
	}
}
/* media-query */
/* column-common */

/* ページネーション */

#pagination ul .link {
	border: solid 1px #012073;
	color: #012073;
}
#pagination ul .link.active {
	background: #012073;
}
#pagination ul .link:not(.active):hover {
	background: #012073;
}
#pagination a {
	outline-color: #012073;
}
#pagination a:hover,
#pagination li:nth-child(4n+1) a:hover,
#pagination li:nth-child(4n+2) a:hover,
#pagination li:nth-child(4n+3) a:hover,
#pagination li:nth-child(4n) a:hover{
	outline-color: #012073;
}
/* ページネーション */