@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  background-color: #D2F0FC;
}

/***** Base *****/
* {
  box-sizing: border-box;
  color: #000;
}

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.search-icon{
  right: 20px;
  left: auto;
  color: #999;
}

[dir="ltr"] .search input[type="search"]{
  padding-left: 25px;
}

circle{
  color: #999;
}

path{
  color:#999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック";
  margin-top: 0;
}

h1 {
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  text-align: center;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #00c1ff;
  text-decoration: none;
}


a:hover, a:active, a:focus {
  text-decoration: none;
}

/* header */



/* headerここまで */

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #17494D;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #17494D;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #17494D;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}


.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/


/***** Split button *****/

/***** Tables *****/


/***** Header *****/


/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;

}


.breadcrumbs li {
  color: #5a6d7c;
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

/***** Search field *****/
.search-container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}

.search {
  border-color: #ddd;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}

.search:focus-within {
  border-color: #17494D;
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}

.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}

.search input[type="search"]:focus {
  color: #555;
}

.search input[type="search"]::-webkit-search-decoration, .search input[type="search"]::-webkit-search-cancel-button, .search input[type="search"]::-webkit-search-results-button, .search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search input[type="search"]:-webkit-autofill, .search input[type="search"]:-webkit-autofill:hover, .search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}

.search .clear-button:hover {
  background-color: #17494D;
  color: #fff;
}

.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
}

.search-has-value .clear-button {
  display: flex;
}


.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}

[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url(//theme.zdassets.com/theme_assets/14158684/eabf50894a56b2eb7b2c5b5dac193b307d3aeccc.jpg);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}



.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}



.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}



.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.breadcrumbles_background{
  background-color: #FFF;
  border-top: solid 1px #DFDFDF;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 0px;
  background-color: #FFF;
  max-width: 1160px;
  padding: 5px 5%;
  margin: 0 auto;

}



.sub-nav .breadcrumbs {
  margin: 0pc;
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}


.sub-nav input[type="search"]::after {
  font-size: 15px;
}


/* 検索 */
.search-container{
  width:40%;
  margin-left:60%;
  margin-bottom: 20px;
}

@media(max-width:920px){
  .search-container{
    width: 80%;
    margin-left: 20%;
  }
}

.article-container{
  display: flex;
}


/* 左カラム */
.collapsible-sidebar{
  width: 230px;
  margin-right: 20px;
  background:rgba(0,0,0,0.03);
  padding: 12px 21px 12px 14px;
  border-radius: 8px;

}

.collapsible-sidebar li{
  position: relative;
  display: inline-block;
  width: 100%;
}


.collapsible-sidebar li::after{
  position: absolute;
  width: 7px;
  top: 5px;
  right: -8px;
  content: "";
  height: 11px;
  background-image: url("https://theme.zdassets.com/theme_assets/14158684/fc115f4b9bd200b13ee93232a3647e622673b231.svg");
  background-size: 100%;
  margin-left: 5px;
}

@media(max-width:920px){
  .collapsible-sidebar{
    display: none;
  }
}




.text_leftcolumn{
  width: 90%;
}

.collapsible-sidebar span{
  border-bottom: 1px solid rgba(114,148,159,0.3);
  display: block;
  padding-bottom: 6px;
  font-size: 14px;
}

.collapsible-sidebar-body{
  font-size: 14px;
}

.collapsible-sidebar-body li{
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  color:#000;
}

a.sidenav-item{
  color: #000;
}

a.sidenav-item:hover{
  color: #FF9900;
  text-decoration: none;
}

a.sidenav-item.current-article{
  color: #00c1ff;
}

/* 右カラム */
h1{
  background-color: #00c1ff;
  border-radius: 4px;
  font-size:18px;
  color:#FFFFFF;
  padding:9px;
  margin:0px;
  width:100%;
  margin:auto;
  font-weight: normal;
}

.article-body{
  background-color: #FFF;
  margin-top: 15px;
  padding: 35px 40px 15px;
  border-radius: 8px;
}

.article-content{
  margin: 0px;
}

.article{
  padding: 0px;
  max-width: 100%;
}

.article-body p{
  margin: 0;
  font-size: 14px;
}

/* 投票 */
.article-votes{
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

@media(max-width:520px){
  .article-votes button{
  width: 110px;
  }
}

.article-votes{
  border-top: solid 1px;
  padding: 20px;
}

.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}


button{
  width: 150px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #888;
  background-color: #FFF;
  padding: 8px;
  border-radius: 19px;
  box-shadow: 0 5px 10px 2px rgb(204 204 204 / 15%), 0 2px 6px 2px rgb(204 204 204 / 10%), 0 4px 5px -2px rgb(204 204 204 / 30%);
  border: none;
  box-shadow: #000;
  margin: 10px;
}

.article-vote:hover{
  opacity: 0.8;
  cursor: pointer;
}

/* .article-vote:active{
  background-color: #00c1ff;
} */

.article-vote-click{
  background-color: #00c1ff;
}

/* レコメンド */
.article-relatives
,.recommend-articles{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  border-top:none;
  padding: 0px;
}

@media(max-width:520px){
  .article-relatives
  ,.recommend-articles{
    display:block;
  }
}

/* 最近表示した記事・関連記事 */
.related-articles
,.recent-articles{
  width: 49%;
  background-color: #FFF;
  border-radius: 8px;
  padding: 10px;
}

@media(max-width:520px) {
  .related-articles
,.recent-articles{
  width: 100%;
}
}

@media(max-width:520px){
  .recent-articles{
    margin-bottom: 20px;
  }
}

.recent-articles li
,.related-articles li{
  padding: 0 0 0 5px;
}

.related-articles-title
,.recent-articles-title{
  background-color: #F6FFDA;
  padding: 12px;
  border-radius: 8px;
}
.related-articles a{
  font-size: 14px;
  line-height: 1.6;
}


.recent-articles-title:before{
  content: "";
  display: inline-block;
  width:30px;
  height: 30px;
  background-size: 30px;
  margin-right: 15px;
  vertical-align: -8px;
  background-image: url("https://theme.zdassets.com/theme_assets/14158684/791f3225db1947f74c36dfe977effeedaeba2eb8.svg");
}

.related-articles-title:before{
  content: "";
  display: inline-block;
  width:30px;
  height: 30px;
  background-size: 30px;
  margin-right: 15px;
  vertical-align: -8px;
  background-image: url("https://theme.zdassets.com/theme_assets/14158684/8f8fb196b8ffac69b3d2de22e149a9a55ca45dd1.svg");
}

.article-relatives > *:last-child {
  padding: 10px;
}

.left_green{
  width: 15px;
  margin-right: 6px;
  vertical-align: -1px;
}

.related-articles a
,.recent-articles a{
  color: #000;
}

.related-articles a:hover
,.recent-articles a:hover{
  color:#62CC40;
  text-decoration: none;
}

.related-articles li:before
,.recent-articles li:before{
  content: "";
  display: inline-block;
  width:14px;
  height: 14px;
  background-image:url("https://theme.zdassets.com/theme_assets/14158684/2373b06c8e2f791cc18243db4af457888c53a687.png");
  background-size: 14px;
  margin-right: 5px;
  vertical-align: center;
}



/* 問い合わせ */
.to-form{
  background:rgba(0, 0, 0, 0.03);
  text-align: center;
  font-size: 12px;
  margin: 0px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom:60px;
  padding: 10px;
}

@media(max-width:520px){
  .to-form{
  margin-bottom: 30px;
  }
}

.to-form h2{
  font-size: 18px;
  margin: 0px;
}

.to-form p{
  margin:0px;
}

.to-form-button{
  width: 60%;
  margin: 10px auto;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: rgb(0, 193, 255);
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 5px 5px 2px rgba(0,193,255,0.1);
}

.to-form-button :visited{
  color: #00c1ff;
}

.to-form-button :hover{
  text-decoration: none;
}

