#TableOfContents .contents__header h1contents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_pcontents_p@charset "utf-8";
* {
    padding: 0;
    margin: 0
}

#container {
	display: flex;
}

#container-inner {
	width: 100%;
    overflow: hidden;
	margin-left: 50px;
    float: left;
}

#contents {
	width: 100%;
}

.topic-path {
	/*margin-left: 0!important;*/
}

#TableOfContents {
    margin: 30px auto 30px;
    padding: 20px 30px;
    border-radius: 0px;
    background-color: #f6f6f6;
    max-width: 100%;
	line-height: 1.5;
}

#TableOfContents2 {
    margin: 10px auto 20px;
    padding: 20px 30px;
    border: dashed 1px #b0c4de;/*点線*/
    background-color: #f0f8ff;
    max-width: 100%;
	border-radius: 10px;
}


/*　ボタン追加start  */

.button-type02.gradation01 a {
    border-radius: 30px;
	   background: linear-gradient(to left,#63e6ba 0,#28b7b3 100%); 
}
.button-type02 a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size:　0.8rem;
    line-height: 2;
    font-weight: 700;
	font-size: 13px;
    text-align: center;
    transition: background .3s;
	text-decoration: none!important;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 2.2), 0 0 40px rgba(128, 128, 128, 0.1);
}
.button-type02 span {
	margin-right: 10px;
}
.ap-lead {
	color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
	margin: 20px auto 5px;
}
.ap-lead:before {
    transform: rotate(-35deg);
    margin-right: 2em;
}
@media (max-width: 769px) {
	.button-type02.gradation01 a{
		width: 67%;
		margin: 0 auto;
	}
	}
@media (min-width: 768px) {
.button-type02 {
    padding: 5px 140px 20px;
}
	.ap-lead:after, .ap-lead:before {
    height: 1.5em;
}
			.ap-lead b {
		font-size: 12px;
	}

}
.ap-lead:after {
    transform: rotate(35deg);
    margin-left: 2em;
}
.ap-lead:after, .ap-lead:before {
    content: "";
    width: 1px;
    background: #1a2833;
}
.button-type02.gradation01 a {
    border-radius: 30px!important;
	    background: #DE6645!important;
}
.button-type02.gradation01 a:visited {
	color: #fff!important;
}

a:link, a:visited {
	text-decoration: none;
}

	/*　ボタン追加 end  */

/*見出し*/
#contents h2 {
    font-size: 20px;
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #DD6546;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
    margin: 10px 0px 20px 0px;
	padding: 10px;
    clear: both;
	text-indent: 0.5em;
}

@media (max-width: 769px) {
	#contents h2 {
		background-image: none;
		text-align: center;
		height: auto;
	}
		/*#contents p {
			margin: auto;
		}*/
	.contents-in {
		margin: 20px 0;
	}
	}

#contents p {
	width: 100% !important;
}


/*　トップ */
.bannerback-pc {
	position: relative;
}
.bannertop-pc {
	position: absolute;
	/* top: 50px;
	left: 15px;
    */
    top: 10%;
    left: 8%;
	z-index: 1;
	font-size: 50px;
	line-height: 4rem;
	letter-spacing: 0.5rem;
	color: #333333!important;
}

/* ボタン */
.top-buttons {
	margin-top: 10px;
	text-align: left; /* 左寄せ */
}

.top-button1 {
	font-size: 1.8em;
    height: 60px;
    border-radius: 40px;
    max-width: 230px;
    padding: 10px 35px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none!important;
	margin: 0; /* 中央寄せを解除 */
	text-align: center!important;
	background: #DE6645!important;
}
.top-button2 {
	font-size: 20px;
    height: 60px;
    border-radius: 40px;
    max-width: 230px;
    padding: 12px 40px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none!important;
	text-align: center!important;
}

/*#contents h3 {
    font-size: 22px;
    color:#001E6D;
	margin: 20px 0px 10px 0px;
}*/

/*h3 {
  border-bottom: solid 5px #cce4ff;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #5472cd;
  bottom: -5px;
  width: 50%;
}*/

.reference {
    font-size: 16px;
    color:#001E6D;/*文字色*/
	margin: 10px 0px;
	/* 追加 */
	padding: 0;
    border-left: 30px solid #fff;
    border-bottom: 1px solid #fff;
    width: 85%;
	font-weight: bold;
}

.box-012 {
    max-width: 400px;
	font-size: 1.2em;
	line-height: 1.8em;
    margin: 0 auto;
    border: 2px solid #2589d0;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
    padding: 0.5em 0.8em;
    background-color: #2589d0;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}

.box-012 ol{
    padding: 10px 40px !important;
}

.box-012 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.heading-033 {
    border-bottom: 3px solid #e6edf3;
	font-size: 20px;
    margin-bottom: 10px;
}

.heading-033 span {
    display: inline-block;
    position: relative;
    padding: 0.4em  0em;
    color: #333333;
}

.heading-033 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2589d0;
    content: '';
}

@media screen and (max-width: 640px) {
    .heading-033 span::before {
        bottom: -8px;
    }
}
.video_container {
	height: 273px; /*背景灰色の要素の高さ指定 */
}

/* 目次非表示ボタン */

.contents__header{
    
}

.contents__header.-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#btn-inner{
    cursor: pointer;
}

#TableOfContents .contents__header h1 {
    margin-right: 30px;
    padding-left: 0;
}

#TableOfContents .contents__header h1:before {
    left: 50%;
}

#contents .my-5 .TableOfContents_ul{
    margin: 20px 0 0 0;

}

/* SEOキーワードハッシュタグ */
.keyword_seo {
    margin: 30px 0 10px;
}

#contents .keyword_seo ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.keyword_seo ul li{
    list-style: none;
}

.tag__labe {
    border: 1px solid rgba(8, 19, 26, 0.1411764705882353);
    padding: 4px 10px;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    #TableOfContents .contents__header h1 {
        margin-right: 50px;
        padding: 0;
    }
    #TableOfContents .contents__header h1:before {
        left: 50%;
        bottom: -5px;
    }
    #TableOfContents .index_list small {
        margin-top: 8px;
        text-indent: 0;
    }
    #contents .my-5 .TableOfContents_ul{
        margin: 20px 0 0 0;

    }
}

/* PCのみ表示 */
.pc {
    display: block !important;
  }
.sp {
    display: none !important;
}

/* SPのみ表示 */
@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/* 202407 キャンペーンバナー設置 */

.sc_campaign_text {
    box-sizing: border-box;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 65% !important;
    color: red;
    margin-top: 30px;
}


.sc_campaign_text::before,
.sc_campaign_text::after {
    position: absolute;
    top: 0.8rem;
    height: 1.5rem;
    content: '';
}

.sc_campaign_text::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.sc_campaign_text::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}

@media screen and (max-width: 640px) {
    .sc_campaign_text {
        font-size: 15px !important;
        width: 100% !important;
        margin-top: 15px;
        padding: 1rem;
    }

    .sc_campaign_text::before,
    .sc_campaign_text::after {
        top: 1.2rem;
        height: 1rem;
    }
}

.top-sub {
    font-size: 20px;
    line-height: normal;
    padding: 10px 10px 0px 10px;
	    letter-spacing: 4px;
}