@charset "UTF-8";
/* common ************************************/
@layer legacy{
[data-static-html] time {
  display: block; }

@media only screen and (max-width: 690px) {
  [data-static-html] time {
    font-size: 12px; } }

/* article list **********************************/
[data-static-html] .media_list article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
[data-static-html] .media_list article .post_thumbnail {
    float: left;
    width: 33.55%; 
	overflow: hidden;
}
    @media only screen and (max-width: 690px) {
      [data-static-html] .media_list article .post_thumbnail {
        width: 34%; } 
}



[data-static-html] .media_list article .post_thumbnail img {
      width: auto;
      max-width: 100%;
      height: auto; 
	transition: all 0.3s;
}

[data-static-html] .media_list article:hover .post_thumbnail img {
	transform:scale(1.1,1.1);
}


[data-static-html] .media_list article:after {
    content: "";
    display: table;
    clear: both; 
}
[data-static-html] .media_list article .info {
    float: right;
    width: 62%; 
}
    @media only screen and (max-width: 690px) {
      [data-static-html] .media_list article .info {
        width: 62%; } 
}



 [data-static-html] .media_list article .info .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.7;
      margin-bottom:15px; 
}
[data-static-html] .media_list article .info .title a {
	color:#333333;
	text-decoration: none;
}
[data-static-html] .media_list article .info .title a:hover {
	color:#004086;
}

      @media only screen and (max-width: 690px) {
        [data-static-html] .media_list article .info .title {
          margin: 6px 0 6px;
          font-size: 15px;
          line-height: 1.7; } 
}
    
[data-static-html] .media_list article .info time {
      line-height: 1;
      position: relative;
      font-size: 14px; 
	font-weight: normal;
	color:#999999;
	margin-bottom:10px;
	font-family: "Alata", sans-serif;
}

[data-static-html] .media_list article.relationlist {
  padding: 0;
  border: none; }
[data-static-html] .media_list article .catelist {
	margin-bottom: 8px;
}
[data-static-html] .media_list article .catelist a {
	background: #165EAD;
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #165EAD;
	margin-bottom: 5px;
}
[data-static-html] .media_list article .catelist a:hover {
	color:#165EAD;
	background: #ffffff;
}

[data-static-html] .media_list article .taglist a {
	background: none;
	color:#777777;
	font-size:13px;
	text-decoration: none;
	position: relative;
	margin-left:1rem;
	margin-right: 12px;
	margin-bottom: 5px;
	display: inline-block;
	padding:0;
	
}

[data-static-html] .media_list article .taglist a:hover {
	color:#165EAD;
}
[data-static-html] .media_list article .taglist a::before {
	content: "#";
    color: #165EAD;
    position: absolute;
    left: -1rem;
    top: 0;
}


/* SNS **********************************/
[data-static-html] .sns_share {
  margin-top: 16px; }
  [data-static-html] .sns_share.head {
    padding-top: 15px;
    /*padding-bottom: 10px;*/
    margin-top: 0;
    /*border-width: 1px 0 1px 0;
		border-style: solid;*/ }
  [data-static-html] .sns_share.foot {
    padding-top: 20px;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin-top: 35px; }
  [data-static-html] .sns_share li {
    float: left;
    list-style: none;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 90px;
    line-height: 22px; }
  [data-static-html] .sns_share .twitter {
    width: 85px; }
  [data-static-html] .sns_share .fb {
    width: 85px; }
  [data-static-html] .sns_share .hateb {
    width: 120px; }
  [data-static-html] .sns_share .line {
    width: 85px; }
    [data-static-html] .sns_share .line a {
      display: block;
      font-size: 11px;
      text-align: center; }

@media only screen and (max-width: 690px) {
  [data-static-html] article .info .sns_share {
    display: none; } }

/* main detail **********************************/
[data-static-html] .cover {
  border-top:1px solid #DDDDDD;
  padding-top:20px;
  text-align: content;
  margin: 25px auto 40px; 
}
  [data-static-html] .cover img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto; }

/*#main{
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	line-height: 2;
	font-size: 15px;
	@media only screen and (max-width:690px) {
		padding: 0;
		border: none;
	}
	h1{
		font-size: 30px;
		line-height: 1.5;
		margin: 10px 0 20px;
			@media only screen and (max-width:690px) {
				font-size: 24px;
				margin-bottom: 15px;
			}
	}
	.taglist{
		margin: 5px 0 16px;
	}
	h2{
		font-size: 26px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-width: 0 0 3px 0;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 24px;
		}
	}
	h3{
		font-size: 22px;
		line-height: 1.5;
		padding-left: 12px;
		margin-bottom: 16px;
		border-width: 0 0 0 5px;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 20px;
		}
	}
	h4{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
		@media only screen and (max-width:690px) {
			font-size: 17px;
		}
	}
}*/
/* main content title **********************************/
/*BMの見出しとあわせてください。*/
/* next prev **********************************/
[data-static-html] #nextprev {
  margin-top: 24px;
  margin-bottom: 56px; }
  [data-static-html] #nextprev li {
    list-style: none; }
    [data-static-html] #nextprev li a {
      font-weight: bold; }
      [data-static-html] #nextprev li a:hover {
        text-decoration: none; }
  [data-static-html] #nextprev .prev {
    float: left; }
  [data-static-html] #nextprev .next {
    float: right; }

/* contact **********************************/
/*.contact{
	margin-top: 32px;
	.title{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: .08em;
		padding: 15px 8px;
		@media only screen and (max-width:560px) {
			font-size: 18px;
		}
	}
	.txt{
		padding: 32px 16px;
		border-width: 0 2px 2px 2px;
		border-style: solid;
		font-size: 0;
		@media only screen and (max-width:560px) {
			padding: 26px 5%;
		}
		div{
			display: inline-block;
			text-align: center;
			width: 50%;
			font-size: 20px;
			line-height: 1;
			vertical-align: middle;
			@media only screen and (max-width:560px) {
				width: 100%;
			}
			&.tel{
				font-size: 28px;
				@media only screen and (max-width:560px) {
					margin-bottom: 16px;
				}
				span{
					background-repeat: no-repeat;
					background-position: left center;
					background-size: 24px auto;
					padding-left: 35px;
				}
			}
			&.mail{
				padding: 0 3%;
				@media only screen and (max-width:560px) {
					padding: 0 10%;
				}
				a{
					display: block;
					padding: 15px;
					border-radius: 4px;
					.in{
						background-repeat: no-repeat;
						background-position: left center;
						background-size: 24px auto;
						padding-left: 40px;
					}
				}
			}
		}
	}
}
*/
/* relation **********************************/
[data-static-html] #relation {
  margin-top: 80px; 
}

[data-static-html] .relation_wrap {
	display: flex;
	flex-wrap:wrap;
}

  [data-static-html] #relation article {
    border-bottom: none;
    margin-bottom: 24px;
    padding: 30px 10px;
    /*float: left;*/
    width: 49%;
    margin-right: 2%; 
    box-shadow: 0px 3px 15px 0px rgba(9,42,80,0.09);	
}

[data-static-html] #relation article a:hover img {
	opacity:0.7;
}
[data-static-html] #relation article a:hover .txt {
	text-decoration: underline;
}

[data-static-html] #relation article:nth-of-type(2n) {
      margin-right: 0; 
}
 
@media only screen and (max-width: 690px) {
      [data-static-html] #relation article {
        float: none;
        width: 100%;
        margin-bottom: 15px; 
		margin-right:0;
		padding:20px 10px;
	} 
}


  [data-static-html] #relation .title {
    font-size: 32px;
	font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}



[data-static-html] .relationlist .post_thumbnail {
  float: left;
  width: 35%; }
  [data-static-html] .relationlist .post_thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto; }

[data-static-html] .relationlist time,
[data-static-html] .relationlist .txt {
  float: right;
  width: 60%; }

[data-static-html] .relationlist time {
  margin-top: -5px;
  font-size: 13px; 
  font-family: "Alata", sans-serif;
}

[data-static-html] .relationlist .txt {
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px; }

@media only screen and (max-width: 690px) {
	[data-static-html] #relation .title {
		font-size:24px;
		margin-bottom:20px;
	}
	[data-static-html] .relationlist .txt {
      margin-top: 0; 
	} 
}

[data-static-html] article#main p {
  margin-bottom: 20px; }

[data-static-html] article#main p.m50 {
  margin-bottom: 50px; }

[data-static-html] article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 40px; }


[data-static-html] article#main time {
	color:#999999;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Alata", sans-serif;
}
[data-static-html] article#main .catelist {
	margin-bottom: 12px;
}
[data-static-html] article#main .catelist a {
	background: #165EAD;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #165EAD;
}
[data-static-html] article#main .catelist a:hover {
	background: #ffffff;
	color:#165EAD;
}

[data-static-html] article#main .taglist a {
	background: none;
    color: #777777;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    margin-left: 1rem;
    margin-right: 12px;
    display: inline-block;
    padding: 0;
}
[data-static-html] article#main .taglist a::before {
    content: "#";
    color: #165EAD;
    position: absolute;
    left: -1rem;
    top: 0;
}
[data-static-html] article#main .taglist a:hover {
	color:#165EAD;
}

/*---------------------------
詳細ページ 見出し
----------------------------*/
[data-static-html] #articledetail h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 5px 10px 35px;
  margin-bottom: 20px;
  position: relative; 
  background: #F4F6F9;
  color:#165EAD;
  
}

[data-static-html] #articledetail h2:before {
  content:"";
  width: 20px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top:-2.5px;
  left: 0; 
  background:#165EAD;
}

@media only screen and (max-width: 690px) {
	[data-static-html] #articledetail h2 {
		font-size:22px;
	}
}


[data-static-html] #articledetail h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-bottom: 7px;
  margin-bottom: 16px;
  border-left: none; }

[data-static-html] #articledetail h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px; }

[data-static-html] #articledetail h4:before {
  content: "";
  width: 3px;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0; }

[data-static-html] #articledetail h4:after {
  content: "";
  background-color: #DDDDDD;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 3px; }

[data-static-html] #articledetail h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px; }

[data-static-html] #articledetail h5:before {
  content: "";
  width: 3px;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0; }

[data-static-html] #articledetail h5:after {
  content: "";
  background-color: #DDDDDD;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 3px; }

/*---------------------------
詳細ページ 引用
----------------------------*/
[data-static-html] blockquote {
  width: 95%;
  margin: 0 auto;
  padding: 1em 1em 1em 3em;
  position: relative;
  font-size: 90%; }
  [data-static-html] blockquote::before {
    content: "“";
    font-size: 500%;
    line-height: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 0px; }

/*---------------------------
詳細ページ リスト
----------------------------*/
[data-static-html] #articledetail li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] #articledetail .list_none li {
  list-style-type: none; }

/*---------------------------
詳細ページ 表
----------------------------*/
[data-static-html] #articledetail table.tab1 {
  width: 100%; }

[data-static-html] #articledetail table.tab1 th, [data-static-html] #articledetail table.tab1 td {
  border: 1px solid #dddddd;
  padding: 10px; }

[data-static-html] #articledetail table.tab1 th {
  background-color: #eeeeee; }

[data-static-html] #articledetail table.tab2 {
  width: 100%; }

[data-static-html] #articledetail table.tab2 th, [data-static-html] #articledetail table.tab2 td {
  border: 1px solid #dddddd;
  padding: 10px; }

[data-static-html] #articledetail table.tab2 th {
  background-color: #eeeeee; }

[data-static-html] #articledetail table.tab3 {
  width: 100%; }

[data-static-html] #articledetail table.tab3 th, [data-static-html] #articledetail table.tab3 td {
  border: 1px solid #dddddd;
  padding: 10px; }

[data-static-html] #articledetail table.tab3 th {
  background-color: #eeeeee; }

[data-static-html] .voice_table {
  width: 100%; }

[data-static-html] .voice_table th {
  width: 20%;
  background-color: #F5F5F5;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd; }

[data-static-html] .voice_table td {
  width: 80%;
  padding: 1% 2%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: left; }

[data-static-html] .voice_table02 {
  width: 100%; }

[data-static-html] .voice_table02 th {
  width: 20%;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: normal; }

[data-static-html] .voice_table02 td {
  width: 80%;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: left;
  font-size: 14px; }

[data-static-html] .voice_table03 {
  width: 100%; }

[data-static-html] .voice_table03 th {
  width: 30%;
  background-color: #CCE9F0;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  font-size: 16px; }

[data-static-html] .voice_table03 td {
  width: 35%;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: center;
  font-size: 16px; }

[data-static-html] table.tab01 {
  table-layout: fixed; }

[data-static-html] table.tab01 {
  width: 100%; }

[data-static-html] table.tab01 th, [data-static-html] table.tab01 td {
  border: 1px solid #dddddd;
  padding: 5px; }

[data-static-html] table.tab01 th {
  background-color: #eeeeee; }

@media only screen and (max-width: 690px) {
  [data-static-html] .table_wrap {
    overflow-x: scroll; }
  [data-static-html] .table_wrap table {
    width: 640px; } }

/*---------------------------
詳細ページ sp　on off
----------------------------*/
[data-static-html] .br_sp {
  display: none; }

@media only screen and (max-width: 690px) {
  [data-static-html] .br_sp {
    display: block; } }

/*---------------------------
詳細ページ box構造
----------------------------*/
[data-static-html] .introduction_box {
  border: 2px solid #F6F6F6;
  padding: 2%;
  margin-bottom: 15px; }

[data-static-html] .introduction_box_l {
  width: 29%;
  margin-right: 2%;
  float: left; }

[data-static-html] .introduction_box_r {
  width: 69%;
  float: right; }

[data-static-html] .introduction_box .bg_gray {
  background-color: #F6F6F6;
  padding: 3%; }

@media only screen and (max-width: 690px) {
  [data-static-html] .introduction_box_l, [data-static-html] .introduction_box_r {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px; } }

[data-static-html] .box-quarter:before,
[data-static-html] .box-quarter:after {
  content: "";
  display: block;
  clear: both; }

[data-static-html] .box-quarter {
  display: inline-block;
  width: 100%;
  text-align: center; }

[data-static-html] .box-quarter p {
  text-align: left;
  color: #888888;
  font-size: 11px; }

[data-static-html] .box-quarter img {
  margin: 0 0 5px; }

[data-static-html] .box-quarter_box {
  float: left;
  width: 25%;
  padding: 1%; }

[data-static-html] .box-quarter_box img {
  width: auto;
  max-height: 300px; }

[data-static-html] p.title_amazon {

  padding: 0 0 0 25px;
  font-size: 16px;
  color: #1E5291;
  margin-bottom: 20px;
  line-height: 1.3; }

[data-static-html] .box2 {
  display: inline-block;
  width: 100%;
  text-align: center; }

[data-static-html] .box2 p {
  color: #888888;
  font-size: 11px;
  text-align: left; }

[data-static-html] .box2 img {
  margin: 0 0 5px; }

[data-static-html] .box2_left {
  float: left;
  width: 50%;
  padding: 1%; }

[data-static-html] .box2_right {
  float: right;
  width: 50%;
  padding: 1%; }

[data-static-html] .box2_left img,
[data-static-html] .box2_right img {
  width: auto;
  max-width: 100%;
  max-height: 350px; }

[data-static-html] .box-fifty:before,
[data-static-html] .box-fifty:after {
  content: "";
  display: block;
  clear: both; }

[data-static-html] .box-fifty {
  display: inline-block;
  width: 100%; }

[data-static-html] .box-fifty p {
  color: #888888;
  font-size: 11px; }

[data-static-html] .box-fifty img {
  margin: 0 0 5px; }

[data-static-html] .box-fifty_left {
  float: left;
  width: 50%;
  padding: 1%; }

[data-static-html] .box-fifty_right {
  float: right;
  width: 50%;
  padding: 1%; }

[data-static-html] .box-fifty_left img,
[data-static-html] .box-fifty_right img {
  width: 100%;
  height: auto; }

[data-static-html] .box_1_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-static-html] .box_1_3_in {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  width: 32%;
  margin-right: 1%; }

[data-static-html] .box_1_3_in:last-child {
  margin-right: 0; }

[data-static-html] .box_1_3_in img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 690px) {
  [data-static-html] .box_1_3_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  [data-static-html] .box_1_3_in:last-child {
    margin-bottom: 0; } }

[data-static-html] p.title_instagram {

  padding: 0 0 0 25px;
  font-size: 16px;
  color: #1E5291;
  margin-bottom: 20px;
  line-height: 1.3; }

@media only screen and (max-width: 690px) {
  [data-static-html] .box-fifty_left, [data-static-html] .box-fifty_right {
    float: none;
    width: 100%;
    padding: 1%; }
  [data-static-html] .box-quarter_box {
    float: none;
    width: 100%;
    padding: 1%; }
  [data-static-html] .box2_left, [data-static-html] .box2_right {
    float: none;
    width: 100%;
    padding: 1%; } }

/*---------------------------
詳細ページ フロー
----------------------------*/
[data-static-html] .flow_box {
  padding: 2%;
  border: 4px solid #f5f5f5; }
  [data-static-html] .flow_box .flow_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 35px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

[data-static-html] .flow_box .flow_txt:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  top: calc(100% + 20px - 7px);
  left: calc(50% - 5px); }

[data-static-html] .flow_box .flow_txt:last-child {
  margin-bottom: 0; }

/*---------------------------
詳細ページ iframe
----------------------------*/
[data-static-html] #articledetail .iframebox {
  position: relative;
  width: 100%;
  padding-top: 75%; }

[data-static-html] #articledetail .iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*---------------------------
詳細ページ free download
----------------------------*/
[data-static-html] .bfdl_box {
  background-color: #F6F6F6;
  padding: 3%;
  margin: 30px 0 60px; }

[data-static-html] .bfdl_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0 7px 15px;
  border-left: 6px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }

[data-static-html] .bfdl_1_2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-static-html] .bfdl_1_2box_in {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  background-color: #fff;
  padding: 3%; }

[data-static-html] .bfdl_1_2box_in .left {
  width: 35%;
  float: left;
  margin-right: 5%; }

[data-static-html] .bfdl_1_2box_in .right {
  width: 60%;
  float: right; }

[data-static-html] .bfdl_1_2box_in .left img {
  height: 90px !important; }

[data-static-html] .bfdl_tit02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2; }

[data-static-html] .bfdl_btn a {
  display: inline-block;
  background-color: #FFAF2C;
  border: 2px solid #FFAF2C;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 5% 2px !important; }

[data-static-html] .bfdl_btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #FFAF2C !important;
  text-decoration: none !important; }

@media only screen and (max-width: 690px) {
  [data-static-html] .bfdl_1_2box_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 10px; } }

/*---------------------------
目次
----------------------------*/
[data-static-html] .toc_area {
  width: 94%;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  margin: 16px auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[data-static-html] .toc_title {
  text-align: center;
  font-size: 20px;
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 20px;
  line-height: 1; }

[data-static-html] .toc_list {
  margin: 0; }

[data-static-html] .toc_list li {
  margin-bottom: 10px !important;
  list-style-type: decimal !important; }

[data-static-html] .toc_list li a {
  color: #333333 !important;
  text-decoration: none !important; }

[data-static-html] .toc_list li a + .toc_list {
  margin-top: 8px;
  margin-left: 20px; }

[data-static-html] .current_description {
  padding: 16px;
  border: 4px solid #f5f5f5;
  margin-bottom: 30px; }


[data-static-html] .blog_subtitle02 {
	font-size:32px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	[data-static-html] .blog_subtitle02 {
		font-size:24px;
	}
	
}

[data-static-html] .summary_title {
	background: #165EAD;
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
	padding:12px 5px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	[data-static-html] .summary_title {
		font-size: 20px;
	}
	
}


[data-static-html] .article_index {
	background: #F2F2F2;
	padding:30px;
	margin-bottom: 50px;
}
[data-static-html] .index_title {
	font-size: 22px;
	font-weight: bold;
	color:#165EAD;
	position: relative;
	display: block;
}
[data-static-html] .index_title::before {
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #CCCCCC;
	position: absolute;
	top:50%;
	left:0;
}
[data-static-html] .index_title span {
	background: #F2F2F2;
	padding-right:1rem;
	position: relative;
}
[data-static-html] #articledetail .article_index ol li {
	list-style-type: none;
}
[data-static-html] #articledetail .article_index ol {
	counter-reset: count 0;
	list-style-type : none ;
}
[data-static-html] #articledetail .article_index ol li:before {
	counter-increment: count 1;
    content: counters(count, ".") " ";
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
[data-static-html] #articledetail .article_index ol li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#202121;
}
[data-static-html] #articledetail .article_index ol li a:hover {
	text-decoration: underline;
}

[data-static-html] #articledetail .article_index ol li li a {
	color:#777777;
	font-size: 15px;
	text-decoration: none;
}
[data-static-html] #articledetail .article_index > ol > li {
	margin-left:4rem;
}
[data-static-html] #articledetail .article_index > ol > li:before {
	color:#ffffff;
	z-index: 2;
	position: absolute;
	left:-2.6rem;
	top:0;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
[data-static-html] #articledetail .article_index > ol > li {
	position: relative;
	margin-bottom: 20px;
}
[data-static-html] #articledetail .article_index > ol > li:after {
	content:"";
	width:26px;
	height:26px;
	background: #165EAD;
	border-radius:50%;
	position: absolute;
	left:-3.5rem;
	top:0;
	z-index: 1;
}

[data-static-html] #articledetail .article_index ol ol {
	margin:15px 0;
}
[data-static-html] #articledetail .article_index ol li li {
	margin-left:0;
}
[data-static-html] #articledetail .article_index ol li li a:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 690px) {
	[data-static-html] .article_index {
		padding:25px 20px;
	}
	
}




[data-static-html] #articledetail .linksns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
[data-static-html] #articledetail .linksns li {
	list-style: none;
	width: calc(33.333% - 10px);
	margin-right: 15px;
	margin-left:0;
}
[data-static-html] #articledetail .linksns li button{
	font-family: 'Noto Serif JP';
	font-size: 15px;
	font-weight: bold;
	color: #3A5698;
	border: none;
	text-decoration: none;
	line-height: 25px;
	background: #fff url("/files/user/contents/service/semicon/common/icon_copy.png") no-repeat 10px center / 20px auto;
	width: 100%;
	min-height: 47px;
}
[data-static-html] #articledetail .linksns li:nth-child(3n) {
	margin-right: 0;
    border: 2px solid #3A5698;
}
[data-static-html] #articledetail .linksns li button:hover{
	color: #fff;
	background-image: url("/files/user/contents/service/semicon/common/icon_copy_on.png");
	background-color: #3A5698;
}
[data-static-html] #articledetail .linksns li a {
	display: block;
	padding: 10px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}
[data-static-html] #articledetail .linksns li a:hover,
[data-static-html] #articledetail .linksns li.copylink #js-copybtn:hover {
	opacity: 0.75;
}
[data-static-html] #articledetail .linksns li img {
	max-width: 25px;
}
[data-static-html] #articledetail .linksns li.twitter a {
	background-color: #2684e3;
	border-color: #2684e3;
}
[data-static-html] #articledetail .linksns li.facebook a {
	background-color: #334f87;
	border-color: #334f87;
}
[data-static-html] #articledetail .linksns li.copylink a,
[data-static-html] #articledetail .linksns li.copylink #js-copybtn {
	font-size: 15px;
	font-weight: bold;
	color: #3A5698;
	border-color: #3A5698;
	text-decoration: none;
	line-height: 25px;
	background: url("/files/user/contents/service/semicon/common/icon_copy.png") no-repeat 10px center / 20px auto;
}
[data-static-html] #articledetail .linksns li.copylink a:hover,
[data-static-html] #articledetail .linksns li.copylink #js-copybtn:hover {
	color: #fff !important;
	background-color: #3A5698 !important;
	background-image: url("/files/user/contents/service/semicon/common/icon_copy_on.png") !important;
	opacity:1;
}

[data-static-html] #articledetail .linksns li.copylink #js-copybtn{
    display: block;
    padding: 10px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
	cursor: pointer;
	margin:0;
}

[data-static-html] #articledetail .linksns #js-copytext,
[data-static-html] #articledetail .linksns #js-copyalert {
	display: none !important;
}


@media only screen and (max-width: 690px){
	[data-static-html] #articledetail .linksns li {
    	width: 100%;
    	margin-right: 0;
	}
	[data-static-html] .linksns li:nth-child(n+2) {
    	margin-top: 10px;
	}
}

[data-static-html] .sns_share_title {
	color:#165EAD;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
[data-static-html] .sns_share_title::before {
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #DDDDDD;
	position: absolute;
	top:50%;
	left:0;
}

[data-static-html] .sns_share_title span {
	position: relative;
	background: #ffffff;
	padding:0 5px;
}

[data-static-html] .relation_words {
	border:1px solid #DDDDDD;
	padding:30px 20px;
}

[data-static-html] .relation_words h3 {
	font-size:22px;
	font-weight: bold;
	color:#165EAD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-bottom:15px;
}

[data-static-html] .relation_words .taglist a {
	 font-size: 13px;
    color: #777777;
    margin-right: 1.5rem;
	margin-left:1rem;
	margin-bottom: 5px;
    position: relative;
    text-decoration: none;
	background: none;
	font-weight: normal;
	padding:0;
}
[data-static-html] .relation_words .taglist a::before {
	content: "#";
    color: #165EAD;
    position: absolute;
    left: -1rem;
    top: 0;
}

@media only screen and (max-width: 690px){
	[data-static-html] .relation_words h3 {
		font-size: 20px;
	}
}


[data-static-html] .article_recommend {
	border:2px solid #165EAD;
	padding:30px;
	margin-bottom:40px;
}

[data-static-html] .article_recommend .title {
	color:#364659;
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:25px;
}

[data-static-html] #articledetail .article_recommend ul li {
	list-style-type: none;
	position: relative;

	margin:8px 0 8px 25px;
	font-weight: bold;
	color:#666666;
}
[data-static-html] #articledetail .article_recommend ul li::before {
	content:"";
	width:17px;
	height:13px;
	background: url("/files/user/contents/service/semicon/common/icon_check.png") no-repeat 0 0;
	position: absolute;
	left:-25px;
	top:5px;
}

@media only screen and (max-width: 690px){
	[data-static-html] .article_recommend {
		padding:20px;
	}
}


[data-static-html] article#main table {
	width:100%;
	margin-bottom: 40px;
}


[data-static-html] article#main table th {
	width:160px;
	font-size: 15px;
	font-weight: bold;
	color:#364659;
	text-align: left;
	padding:25px 15px;
	border-top:1px solid #165EAD;
	border-bottom:1px solid #165EAD;
}
[data-static-html] article#main table td {
	width:calc(100% - 160px);
	padding:25px 15px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

@media only screen and (max-width: 690px){
	[data-static-html] article#main table th,
	[data-static-html] article#main table td {
		width:100%;
		display: block;
		padding:20px 10px;
		
	}
	[data-static-html] article#main table th {
		border-bottom:1px solid #E5E5E5;
	}
	
}

[data-static-html] article#main .btn_link {
	text-align: center;
}
[data-static-html] article#main .btn_link a {
	background: #FA8000;
	border-radius: 40px;
	color:#ffffff;
	padding:20px;
	display: inline-block;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #FA8000;
	box-shadow: 0px 7px 28px 0px rgba(0,0,0,0.18);
	text-align: center;
	min-width: 260px;
}
[data-static-html] article#main .btn_link a:hover {
	background: #ffffff;
	color: #FA8000;
}

[data-static-html] article#main .anchor_link {
	display: flex;
	margin-bottom: 80px;
}

[data-static-html] article#main .anchor_link li {
	list-style-type:none;
	width:32%;
	margin-left:2%;
	text-align: center;
}

[data-static-html] article#main .anchor_link li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	background: #165EAD;
	color:#ffffff;
	padding:15px 0;
	border:1px solid #165EAD;
	position: relative;
}

[data-static-html] article#main .anchor_link li:first-child {
	margin-left:0;
}


[data-static-html] article#main .anchor_link li a::before {
	content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
}


[data-static-html] article#main .anchor_link li a:hover {
	background: #ffffff;
	color:#165EAD;
}

[data-static-html] article#main .anchor_link li a:hover::before {
	border-color:#165EAD;
}

@media only screen and (max-width: 690px){
	[data-static-html] article#main .anchor_link {
		flex-direction: column;
	}
	[data-static-html] article#main .anchor_link li {
		width:100%;
		margin-left:0;
		margin-bottom: 10px;
	}
}


[data-static-html] article#main .box_it {
	display: flex;
	align-items: flex-start;
}


[data-static-html] article#main .box_it img {
	width:38%;
	height:auto;
}

[data-static-html] article#main .box_it .right {
	width:59%;
	margin-left:3%;
}
[data-static-html] article#main .box_it .right .title {
	font-size:20px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	padding-bottom: 8px;
}
[data-static-html] article#main .box_it .right p.title {
	margin-bottom: 5px;
}

[data-static-html] article#main .box_it .right .title::before {
	content:"";
	width:25px;
	height:1px;
	border-bottom: 1px solid #165EAD;
	position: absolute;
	left:0;
	bottom:-1px;
}
[data-static-html] article#main .box_it .right p {
	margin-top:0;
}

[data-static-html] article#main .box_it .right p.subtitle {
	color:#999999;
	font-size:13px;
	font-weight: bold;
	margin-bottom:10px;
}


@media only screen and (max-width: 690px){
	[data-static-html] article#main .box_it {
		flex-direction: column;
	}
	[data-static-html] article#main .box_it img {
		width:auto;
		max-width: 100%;
		height:auto;
	}
	[data-static-html] article#main .box_it .right {
		width:100%;
		margin-left:0;
		margin-top:15px;
	}
}

[data-static-html] .pager.number {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

[data-static-html] .pager.number > * {
	border:1px solid #DDDDDD;
	border-width: 1px 1px 1px 0px;
	margin-left:-1px;
	margin-right: -1px;
}
[data-static-html] .pager.number > *:first-child {
	border-left:1px solid #dddddd;
}

[data-static-html] .pager.number strong {
	background: #165EAD;
	font-size:13px;
	color:#ffffff;
	padding: 8px 12px;
}

[data-static-html] .pager.number a {
	font-family: "Alata", sans-serif;
	text-decoration: none;
	color:#CCCCCC;
	padding: 8px 12px;
}

[data-static-html] .pager.number a:hover {
	color:#165EAD;
}

/*.pager.number a.arr_l,
.pager.number a.arr_r {
	font-family: "Poppins", sans-serif;
}*/


[data-static-html] .pager.number a.arr_l {
	padding-left:25px;
	position: relative;
}
[data-static-html] .pager.number a.arr_l::before {
	content:"←";
	position: absolute;
	left:5px;
	top:8px;
	font-size: 14px;
}


[data-static-html] .pager.number a.arr_r {
	padding-right:25px;
	position: relative;
}
[data-static-html] .pager.number a.arr_r::before {
	content:"→";
	position: absolute;
	right:5px;
	top:8px;
	font-size: 14px;
} }