body{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a{
    color: #007bbb;
}
/*フェーズブックボタン位置ずれ修正*/

.sponsored_link_font{
    font-family: cursive;
    color: lightgray;
}
.form-group.input checkbox{
    float: left ! important;
}
.form-group.required .control-label:after,.required-mark .control-label:after {
    color: #d00;
    content: "*";
 /*   position: absolute;
    margin-left: 2px;
    top:5px;*/
}
.conditional-required-mark .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top:5px;
}
.reference-mark .control-label:after {
    color: #d00;
    content: "~";
    position: absolute;
    margin-left: 2px;
    top:5px;
}
.form-group.common-mark .control-label:after,.common-mark .control-label:after {
    color: blue;
    content: "[共通]";
    font-size:.8em;
    position: absolute;
    margin-left: 2px;
    top:5px;
}
.badge-suzumecha{
  background-color: #aa4f37;
}
/*.badge-seiheki{
  background-color: #478384
}*/
.badge-nandoiro{
  background-color: #008899
}
.badge-rokushoiro{
  background-color: #47885e;
}
.badge-tanpopo{
  background-color: #f8b500;
}
.badge-info{
  background-color: #5bc0de
}
.badge-success{
  background-color: #5cb85c
}
.badge-danger{
  background-color: #d9534f
}
.badge-warning{
  background-color: #f0ad4e
}
.badge-default{
  background-color: #777
}

.font-size-very-small{
    font-size: 0.7em !important;
}
body{
    padding-top: 68px;
}
.admin{
    display: none !important;
}
.divider {
    color: red;
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/*日付の横の　月や日をうまく表示する為*/
.datetime select.form-control{
    display: inline;
    width: auto;
    padding: 6px 0px;
}
/*チェックボックスの大きさの制御*/
.inherit.form-control{
	height: inherit !important;
	width: inherit !important;
}

table th{
      word-break: normal;
      white-space: nowrap;
}
table.explanation{
    word-break: keep-all; /*単語の途中で改行させない。単語の区切りはスペースか、日本語の場合は<wbr>をいれること*/
    white-space: normal;
}
.word-break-all{
    word-break: break-all;
}
table.list-table td{
      white-space: nowrap;
}
/*汎用クラス*/
.border-0{
    border:0;
}
.margin-0{
margin: 0 !important;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}
.margin-bottom-01em{
    margin-bottom: 0.1em !important;
}
.margin-bottom-02em{
    margin-bottom: 0.2em !important;
}
.padding-1em{
    padding: 1em !important;
}
.padding-left-1em{
    padding-left: 1em !important;
}
.padding-right-1em{
    padding-left: 1em !important;
}
.padding-right-2em{
    padding-left: 2em !important;
}
.padding-right-2em{
    padding-right: 2em !important;
}
.margin-1em{
    margin: 1em !important;
}
.margin-05em{
    margin: 0.5em !important;
}
.padding-01{
    padding: 0.1em !important;
}
.padding-05{
    padding: 0.5em !important;
}
.padding-04{
    padding: 0.4em !important;
}
.padding-bottom-01{
    padding-bottom: 0.1em !important;
}
.padding-bottom-05em{
    padding-bottom: 0.5em !important;
}
.padding-bottom-1em{
    padding-bottom: 1em !important;
}
.padding-h-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-left-0{
        padding-left: 0 !important;
}
.margin-01em{
    margin: 0.1em !important;
}
.margin-03em{
    margin: 0.3em !important;
}
.padding-right-05em{
    padding-right: 0.5em  !important;
}
.padding-right-0{
    padding-right: 0  !important;
}
.padding-left-05em{
 padding-left: 0.5em !important;
}
.padding-top-0{
    padding-top: 0 !important;
}
.padding-top-01em{
    padding-top: 0.1em !important;
}
.padding-top-06em{
    padding-top: 0.6em !important;
}
.padding-0{
    padding: 0 !important;
}
.padding-02em{
    padding: 0.2em !important;
}
.padding-03{
    padding: 0.3em !important;
}
.margin-top-0{
margin-top: 0 !important;
}
.margin-top-01em{
    margin-top: 0.1em !important;
}
.margin-top-05em{
margin-top: 0.5em !important;
}
.margin-right-2em{
margin-right:  2em !important;
}
.margin-bottom-07em{
margin-bottom: 0.7em !important;
}
.margin-top-1em{
margin-top: 1em !important;
}
.margin-top-1-5em{
margin-top: 1.5em !important;
}
.margin-left--05em{
    margin-left: -0.5em;
}
.margin-left-05em{
    margin-left: 0.5em;
}
.text-white{
    color: white !important;
}
.text-season{
    color: #FF6384 !important;
}

.text-indent-05{
    text-indent: 0.5em;
}
.line-height-15{
    line-height: 1.5;
}
.padding-top-05em{
  padding-top:  0.5em !important;
}
.padding-top-03em{
  padding-top:  0.3em !important;
}
.padding-top-02em{
  padding-top:  0.2em !important;
}
.padding-bottom-03em{
  padding-bottom:  0.3em !important;
}
.padding-top-1em{
  padding-top:  1em !important;
}
.margin-top-2em{
    margin-top: 2em  !important;
}
.margin-top-03em{
    margin-top: 0.3em  !important;
}
.margin-bottom-02em{
    margin-bottom: 0.2em  !important;
}
.margin-bottom-2em{
    margin-bottom: 2em  !important;
}
.margin-bottom-3em{
    margin-bottom: 3em  !important;
}
.margin-bottom-4em{
    margin-bottom: 4em  !important;
}
.margin-bottom-5em{
    margin-bottom: 5em  !important;
}
.margin-bottom-6em{
    margin-bottom: 6em  !important;
}
.margin-bottom-1em{
    margin-bottom: 1em  !important;
}
.margin-bottom-3em{
    margin-bottom: 3em  !important;
}
.margin-bottom-4em{
    margin-bottom: 4em  !important;
}
.margin-right-05em{
    margin-right: 0.5em;
}
.margin-left-02em{
    margin-left: 0.2em;
}
.margin-left-1em{
    margin-left: 1em !important;
}
.margin-left-2em{
    margin-left: 2em !important;
}
.margin-h-1em{
    margin-left: 1em;
}
.margin-top-07em{
    margin-top: 0.7em;
}
.margin-right-01em{
    margin-right: 0.1em !important;
}
.margin-right-1em{
    margin-right: 1em !important;
}
.margin-right-01em{
    margin-right: 0.1em;
}
.margin-bottom-05em{
    margin-bottom: 0.5em !important;
}
.padding-ad{
    padding: 3em 0 !important;
    padding-bottom: 10em  !important;
    border: #007ba4 1px solid !important;
}
.white-space-normal{
    white-space: normal !important;
    /*min-width: 70px;*/
}
.white-space-nowrap{
    white-space: nowrap !important;

}
.vertical-align-middle{
    vertical-align: middle !important;
}
.font-family-YuGothic{
    font-family: Yu Gothic
}
.display-inline-block{
    display: inline-block;
}
.display-block{
    display: block;
}
.overflow-hidden{
    overflow: hidden;
}
/*正方形ロジック*/
#leaf-wrapper {
    position: relative;
    width: 100%;
}
#leaf-wrapper:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
#leaf {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0% 60% 0%;
    background: #BADA55;
    -webkit-border-radius: 0% 60% 0%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0% 60% 0%;   /* Firefox用 */
}
#leaf-content{
    position: absolute;
    top: 25%;
    right:5%;
    left:5%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
/*サイドバーのクロップス*/
.sidebar-crops{
    padding: 0.8em;
    margin: 0.2em;
    border-radius: 60% 0% 60%;
    background: darkgreen;
    -webkit-border-radius: 60% 0% 60%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 60% 0% 60%;   /* Firefox用 */
}
/*サイドバーのクロップス*/
.sidebar-flowers{
    padding: 0.8em;
    margin: 0.2em;
    border-radius: 60% 0% 60%;
    background: #d3381c;
    -webkit-border-radius: 60% 0% 60%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 60% 0% 60%;   /* Firefox用 */
}
.sidebar-crops a,.sidebar-flowers a{
        color: white;
}




/*prefecture climate table*/
table.climate th{
   width: 70%;
}
.iframe-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.iframe-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.document-shadow{
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
/*  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);*/
}
#map_container {
  position: relative;
  padding-top: 50%;
}
#map_container img{
	max-width: none;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
hr.seeding {
	border-top: 1px solid brown;
        /*border-style: dotted;*/
	text-align: right;
}
hr.seeding:after {
	content: '\1F331';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 10px;
	/*background: #f0f0f0;*/
        /*color:red;*/
	/*color: #8c8b8b;*/
	font-size: 18px;
}
hr.bug {
	border-top: 1px solid brown;
        /*border-style: dotted;*/
	text-align: right;
}
hr.bug:after {
	content: '\1F41B';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 10px;
	/*background: #f0f0f0;*/
        /*color:red;*/
	/*color: #8c8b8b;*/
	font-size: 18px;
}
hr.man_woman {
	border-top: 1px solid brown;
	text-align: right;
}
hr.man_woman:after {
	content: '\1F468\1F469';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 5px;
	font-size: 18px;
}
hr.open_mailbox_with_raised_flag {
	border-top: 1px solid brown;
	text-align: right;
}
hr.open_mailbox_with_raised_flag:after {
	content: '\1F4EC';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 10px;
	font-size: 18px;
}
hr.earofrice_aubergine_tangerine {
	border-top: 1px solid brown;
	text-align: right;
}
hr.earofrice_aubergine_tangerine:after {
	content: '\1F33E\1F346\1F34A';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 0px;
	/*background: #f0f0f0;*/
        /*color:red;*/
	/*color: #8c8b8b;*/
	font-size: 18px;
}
.shadow01{
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}
.picture-image img{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
/*side link*/
.side-link-a:hover{
    /*background-color: #ff0000;*/
    opacity: 0.5;
}
/*top screen*/
.card {
/*    border: 1px solid brown;#337ab7;
    border: 1px solid #ddd;#337ab7;    */
    /*border: 1px solid rgba(221,221,221);*/
    /*border: 1px solid rgb(221,221,221);*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*border-radius: 5px;  5px rounded corners */
}

.card .panel-heading{
    color: white;
}
.card a, .list a{
  text-decoration: none;
  color: inherit;
}

.card.card-link:hover,.list.list-link:hover, .jump-link:hover{
   opacity: 0.4 !important;
}
/*詳細画面*/
.bg-koke{
   background-color: #69821b !important;
}
.bg-mirucha{
   background-color: #5a544b !important;
}
.bg-season{
    background-color: #FF6384 !important;
}


.bg-rice{
    background-color: #eaf4fc !important;
}
.bg-miscellaneous-grains{
    background-color: #bc8f8f !important;
    color: #ffffff;
}
.bg-mushrooms{
    background-color: #800000 !important;
}
.bg-potatoes{
    background-color: #deb887 !important;
    color: #ffffff;
}
.bg-beans-for-seed{
    background-color: #808000 !important;
}
.bg-other-crops{
    background-color: #008b8b !important;
}
.bg-wheat-and-barley{
    background-color: #daa520 !important;
    color: #ffffff;
}
.bg-vegetable{
    background-color: #2e8b57 !important;
    color: #ffffff;
}
.bg-fruit{
    background-color: #ff6347 !important;
    color: #ffffff;
}
.bg-flower{
    background-color: #ff1493 !important;
    color: #ffffff;
}


ul.detail-nav a{
    color: #fff;
}
ul.detail-nav .active{
   background-color: #69821b !important;
}


/*removing border radius for panel*/
.card.panel, .card .panel-heading{
  border-radius: 0;
  padding:0;
}/*
 /*removing first border top*/
.card table tr:first-child th,
.card table tr:first-child td{
    border-top: 0;
}
.img-responsive2 {
  display: block;
  height: auto;
  width: 100%;
}
.img-responsive3 {
  display: block;
  height: auto;
/*  max-height: 100px;*/
  width: 100%;
}
.img-responsive4 {
  display: block;
  height: auto;
  width: 100%;
  max-width: 300%;
}

/*affix*/
#header-message.affix{
top:121px;
}
#header-message.affix-bottom{
    	position: absolute;
}
/*テーブルスクロール*/
.wrapper1, .wrapper2, .wrapper3, .wrapper4, .wrapper5, .wrapper6, .wrapper7, .wrapper8 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1, .wrapper3, .wrapper5, .wrapper7{ height: 20px; }
.div1,.div3,.div5,.div7  { height: 20px; }
.div2,.div4,.div6,.div8  { overflow: visible; }

/*SNS button*/
div.share-buttons {
  vertical-align:top !important;
  height:32px;
}
div.share-buttons img{
  height: 28px;
  display: inline-block;
  padding-bottom: 3px;
}
div.share-buttons a{
    text-decoration: none;
}
div.share-buttons span.share-box{
display: inline-block;
    font-size: 11px;
    margin-left: 0px;
    text-align: center;
    border: 3px #d0422a solid;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 0.7em;
    padding-left: 0.7em;
    color: #d0422a;
    line-height: 1.2;

}

div.share-buttons span.box_comment{
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding-right: 4px;
    padding-left: 1px;
    line-height: 1.2;
}

div.share-buttons-square a{
    text-decoration: none;
}
div.share-buttons-square {
  vertical-align:top !important;
}

div.share-buttons-square img{
  height: 28px;
  width:28px;
  display: inline-block;
}



.sprite { background: url('../img/find_pictures.jpg?20161227') no-repeat top left; width: 360px; height: 50px;  }
.sprite.find_crops { background-position: 0 0;}
.sprite.find_cultivars { background-position: 0 -50px; }
.sprite.find_prefectures { background-position: 0 -150px; }
.sprite.find_cultivars_rice { background-position: 0 -200px; }
.sprite.find_cultivars_appple { background-position: 0 -250px; }
.sprite.find_prefectures_rice { background-position: 0 -300px; }
.sprite.find_prefectures_daikon { background-position: 0 -350px; }
.sprite.find_prefectures_leek { background-position: 0 -400px; }
.sprite.find_prefectures_strawberry { background-position: 0 -450px; }
.sprite.find_nutritions { background-position: 0 -500px; }
.sprite.find_seasons { background-position: 0 -550px; }
.sprite.find_seasons_kiwifruit { background-position: 0 -600px; }
.sprite.find_nutritions_green-soybean { background-position: 0 -650px; }
.sprite.find_nutritions_broccoli { background-position: 0 -700px; }
.sprite.find_calendars { background-position: 0 -750px; }

.sprite_sns_buttons { background: url('../img/sns_buttons.png') no-repeat top left; width: 68px; height: 68px;  }
.sprite_sns_buttons.facebook { background-position: 0 0; }
.sprite_sns_buttons.twitter { background-position: 0 -68px; }
.sprite_sns_buttons.google { background-position: 0 -128px; }

.header-gradation {
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #69821b 0%, #41362b 100%);
	background: linear-gradient(to bottom, #69821b 0%, #41362b 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.nurtrients-panel{
        border: 1px solid brown;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.bold{
font-weight: bold !important;
}

#link01,#link02,#link03,#link99{
    margin-top:-30px  !important;
    padding-top:30px !important;
}

#link0,#link1,#link2,#link3,#link4,#link5,#link6,#link7,#link8,#link9,
#link10,#link11,#link12,#link13,#link14,#link15,#link16,#link17,#link18,#link19,
#link20,#link21,#link22,#link23,#link24,#link25,#link26,#link27,#link28,#link29,
#link30,#link31,#link32,#link33,#link34,#link35,#link36,#link37,#link38,#link39,
#link40,#link41,#link42,#link43,#link44,#link45,#link46,#link47,
#link-search,#link-sort
{
	display: block;
    margin-top:-110px !important;
    padding-top:110px !important;
}

table.sixth-industry th,table.sixth-industry td{
    padding: 0.5em;
}
.dropdown-menu.flexible{
	min-width: 0px !important;
}
/*top10 list for prefecture page*/
tr.trLink, tr.clickable-row {
	cursor: pointer;
}
tr.trLink:hover {
   background-color: rgba(65,54,43,0.8) !important;
}
tr.clickable-row:hover {
   background-color: #dff0d8 !important;
}
tr.trLink a{
	display: block;
	height: 100%;
	width: 100%;
}
tr.trLink:hover a{
   text-decoration: none;
   color: inherit;
}



/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #69829b;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 20px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*複数チェックボックス*/
.multi-checkbox-inline .checkbox {
     display: inline-block;
     margin-left:1em}

/*中央揃えで折り返し*/
.center-flap{
 display:inline-block;
 text-align:left;
 padding-left: .5em;
 padding-right: .5em;
 }

/*タグ*/
.color-tag:before {
content: '●';
color: white;
margin-right: 0.2em;
}

/*背景色を白にする*/
.bg-white{
    background:#ffffff !important;
}

/*マニュアルの数字ステップの背景*/
.manual ol,.markdown ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.manual ol li,.markdown ol li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #5c9ee7;
  margin-bottom: 5px;
}
.manual ol li:before,.markdown ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.markdown pre{
	padding:.5em;
	font-size: 1em;
	line-height:1.5em;
}



/*マニュアルの数字ステップの背景*/
.manual ul,.markdown ul{
  list-style-type: none!important;
  padding:0;
}
.manual ul li,.markdown ul li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #4ec4d3;
  margin-bottom: 5px;
}
.manual ul li:before,.markdown ul li:before{
  /* 以下数字をつける */
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c"; /* アイコンのunicode */
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-size: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}


.double-border {
color: #364e96;/*文字色*/
color: black;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: double 5px black;/*上線*/
border-bottom: double 5px black;/*下線*/
}

/*decoration1 table*/
table.deco1 tr{
  border-bottom: solid 2px white;
}

table.deco1 tr:last-child{
  border-bottom: none;
}

table.deco1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.deco1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.deco1 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

/*boxレイアウト*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.2em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1em;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 .box-content {
    margin: 0;
    padding: 0;
    min-width:200px;
}

.scale-expand{
	transition-duration: 0.5s;
}
.scale-expand:hover{
	transform: scale(1.2,1.2);
}

/*Facebook投稿機能*/
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover{
    color: #fff;
    background-color: #191970;
    border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover{
    color: #fff;
    background-color: #1e90ff;
    border-color: rgba(0,0,0,0.2);
}

/*ulリストサークル*/
ul.ul_circle {
	padding: 0.5em;
	list-style-type: none;
}
ul.ul_circle li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(25,118,210,1);
}
ul.ul_circle li:after,
ul.ul_circle li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.ul_circle li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.ul_circle li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}
ul.ul_square {
	padding: 0.5em;
	list-style: none;
}
ul.ul_square li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.ul_square li:after,
ul.ul_square li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.ul_square li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.ul_square li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}

.box_cross{
    margin:0;
    position: relative;
    padding: 0.5em 0.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box_cross:before, .box_cross:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box_cross:before {left: 10px;}
.box_cross:after {right: 10px;}
.box_cross p {
    margin: 15px;
    padding: 0;
}

.box_cross_bottom{
    margin:0;
    position: relative;
    padding: 0.5em 0.5em;
    border-bottom: solid 2px #41362b;
}
.box_cross_bottom:before, .box_cross_bottom:after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #41362b;
}
.box_cross_bottom:before {left: 10px;}
.box_cross_bottom:after {right: 10px;}
.box_cross_bottom * {
    margin: 10px 15px;
    padding: 0;
}

.box_tape{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box_tape:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box_tape p {
    margin: 8px;
    padding: 0;
}
.box_stripe {
    padding: 1em 1.5em;
    margin: 2em 0;
   background: -webkit-repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
    background: repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
    color: #000000;/*文字色*/
}
.box_stripe > div {
    margin: 0;
    padding: 0;
}

/*カスタムSNSボタン*/
.custom_sns_button{
	margin:0;
	border-radius:5px;
	height:28px;
	font-weight:bold;
	line-height:28px;
	padding-top:0;
	padding-right:7px;
	padding-left:7px;
}
.custom_sns_button .glyphicon{
	margin-right:5px;
	font-size:15px;
	vertical-align:-2px
}
.custom_sns_button .sns_counter{
	margin-left:5px;
	font-weight:bold;
}
/*矢印のタイトル*/
.title_allow {
  position: relative;
  padding-left: 25px;
}

.title_allow:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #41362b;
}
.title_allow:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #41362b;
}


.title_orikaeshi {
  position: relative;
  padding: 0.5em;
  background: #41362b;
  color: white;
}

.title_orikaeshi::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.title_dogear {
  position: relative;
  padding: 12px;
  background-color: #41362b;
  color:white;
  margin-top:.5em;
  margin-bottom:0;
}
.title_dogear::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.box-fukidashi-blue {
    position: relative;
    padding: 0.5em 1em;
    margin: 1.5em 1em;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box-fukidashi-blue:before {
    position: absolute;
    content: '';
    top: -28px;
    left: 30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box-fukidashi-blue p {
    margin: 0;
    padding: 0;
}

.box-fukidashi-pink {
    position: relative;
    padding: 0.5em 1em;
    margin: 1.5em 1em;
    background: #ffeaea;
    color: #5c98d4;
    font-weight: bold;
}
.box-fukidashi-pink:before {
    position: absolute;
    content: '';
    top: -28px;
    left: 30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffeaea;
    width: 0;
    height: 0;
}
.box-fukidashi-pink p {
    margin: 0;
    padding: 0;
}

.box-fukidashi-white {
    position: relative;
    padding: 0.5em 1em;
    margin: 1.5em 1em;
    background: #a6d3c8;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.box-fukidashi-white:before {
    position: absolute;
    content: '';
    top: -28px;
    left: 30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #a6d3c8;
    width: 0;
    height: 0;
}
.box-fukidashi-white > div {
    margin: 0;
    padding: 0;
}

.box-fukidashi-left-bottom {
  position: relative;
  padding: 5px 8px;
  background: #ffc994;
  border-radius:12px;
  color: #FFF;
  font-size:10px;
  font-weight:bold;
  max-width:35%
}

.box-fukidashi-left-bottom:after {
position: absolute;
content: '';
  bottom: -4px;
  left: 0px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 8px solid #ffc994;
  z-index: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title_sub {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #41362b;
     margin-bottom:0;
}

.title_sub::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}
.my-1em{
	margin-top:1em;
	margin-bottom:1em;
}
.my-title{
	margin-top:1em;
	margin-bottom:.7em;
}
.mb-3{
	margin-bottom:.5em;
}
.my-3{
	margin-top:1em;
	margin-bottom:1em;
}
.mx-2{
	margin-left:.5em;
	margin-right:.5em;
}

ul.list-style-square{
	padding-left:1em;
}
ul.list-style-square li{
  list-style: none;
}
ul.list-style-square > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138"; /* アイコンのunicode */
}


/* ４列リストの一番左下にある要素 */
#ul_header li:nth-child(4n+1):nth-last-child(-n+4),
/* ４列リストの一番左下にある要素以降にあるliすべて */
#ul_header li:nth-child(4n+1):nth-last-child(-n+4) ~  li {
  border-bottom: none !important;
}

/*error*/
.form-error.label{
	font-size:1em;
	line-height:1.5;
}

.highlight-background{
	background: rgb(243, 243, 101);
}

/* fontawesome */
.fa option {
    font-weight: 900;
}
