/* Enter Your Custom CSS Here */
/*
 * Common
 */

.fr-br{
  display: block;
}

.fr-strong{
  font-weight: bold;
}

.fr-red{
  color:red;
}

.fr-h20{
  height: 20px;
}

.fr-large{
  font-size:16px;
}

.fr-medium{
  font-size:14px;
}

.fr-small{
  font-size:12px;
}

.fr-width100{
  width: 100%;
}

.fr-width80{
  width: 80%;
}

/*
 * Headline
 */

/*背景色+下線*/
h2.underline {
  padding: 0.5em;
  color: #010101;
  background: #eaf3ff;
  border-bottom: solid 3px #516ab6;
}

/*立体感のあるバー*/
h2.cube {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

/*吹き出し風*/
h2.callout {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h2.callout:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*リボン風*/
h2.ribbon {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h2.ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*蛍光マーカー風*/
h2.marker {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

/*先端が尖ったようなバー*/
h2.point_bar {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
/*  margin-left: -33px;*/
  line-height: 1.3;
	border-bottom: solid 3px #5472cd;
  z-index:-2;
}

h2.point_bar:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
	width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-1
}

/*葉っぱ風*/
h2.leaf {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h2.leaf:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*一文字目だけ装飾を変える　※first-letterセレクタで1文字目だけ変更できる*/
h2.first_char:first-letter {
    font-size: 2em;
    background-color: #2196F3;
    border-radius:  50%;
	  letter-spacing: 5px;
    padding: 5px 10px 5px 15px;
    color: #fff;
}

h2.fr-blog{
  padding: 0.5em;
  color: #494949;
  background: #FAFAFA;
  border-left: solid 5px #DF0101;
}

h3.fr-blog{
  position: relative;
  padding: 0.25em 0;
}

h3.fr-blog:after{
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h3.fr-check{
  position: relative;
  color: black;
  background: #FBEFEF;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  font-size:14px;
  border-radius: 0 5px 5px 5px;
}

h3.fr-check:after{
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c Check';
  background: #DF0101;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0.05em
}

h3.fr-obi-simple{
  border-left: medium solid #000000;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
}

h3.fr-obi-khaki{
  padding:10px;
  background-color:#f0e68c;
  border:solid 1px #ffd700;
}

h4.fr-obi-gray{
  font-weight: bold;
  padding: 10px;
  background-color: #e6e6fa;
  border: solid 1px #c0c0c0;
}

span.fr-profile-name{
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

span.fr-profile-kana{
  font-size: 16px;
  font-style: italic;
}

p{
  font-size: 14px;
	margin-left:10px;
	color: #444444;
}

div.fr-blog{
  font-size: 14px;
	margin-left:10px;
	color: #444444;
}

div.fr-check{
  position: relative;
  color: black;
  background: #FBEFEF;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  font-size:14px;
  border-radius: 0 5px 5px 5px;
}

div.fr-check:after{
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c Check';
  background: #DF0101;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0.05em
}

div.fr-profile-main{
  clear: both;
  line-height: 25px;
  padding-top: 20px;
  margin-bottom: 20px;
}

div.fr-align-right{
  text-align: right;
}

div.fr-margin-l10{
  margin-left:10px;
}

div.fr-margin-l20{
  margin-left:20px;
}

div.fr-float-l65{
  float: left;
  font-size: 14px;
  width: 65%;
}

a.fr-button{
  display:inline-block;
  background-color:#FE2E2E;
  color:#ffffff;
  padding: 5px 30px;
  border-radius:10px;
	font-size:18px;
}

img.fr-float-r30{
  float: right;
  width: 30%;
}

hr.fr-profile{
  color: #f5deb3;
  margin-top: 0px;
  margin-bottom: 10px;
}

ul.fr-decimal{
  list-style-type:decimal;
}

ul.fr-lower-roman{
  list-style-type:lower-roman
}

table.fr-font12{
  font-size:12px;
}

tr.fr-gray{
  background-color:#ccc;
}

th.fr-gray-w30{
  background-color:#ccc;
  width:30%;
}

td.fr-w70{
  width:70%;
}

td.fr-align-left{
  text-align:left;
  padding:5px;
}

@media (max-width: 56.25rem) {
  .fr-br{
    display: inline;
  }

  span.fr-profile-name{
    font-size: 24px;
    font-weight: bold;
  }

  span.fr-profile-kana{
    font-size: 16px;
    font-style: italic;
  }

  div.fr-profile-main{
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  div.fr-margin-l20{
    margin-left:0px;
  }
  
  div.fr-float-l65{
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
  }

	div.fr-blog{
    font-size: 14px;
  }
	
  img.fr-float-r30{
    text-align: center;
    width: 100%;
  }

  span.wpcf7-list-item {
    display: block;
  }

  input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
  }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
  }
  
  #sidebar {
    display: block !important;
    float: none;
    width:100%;
  }
  .layout-sidebar-right #main {
	  float: none;
	  width: 100%;
	  display: block;
  }
  .layout-sidebar-right #intro,
  .layout-sidebar-right #main-core {
  	margin-right: 0px;
  }
  .layout-sidebar-right #sidebar {
  	width: 100%;
  }
  .layout-sidebar-right #sidebar-core {
  	margin-left: 0px;
  }
}


.kaerebalink-box, .booklink-box {
  width: 100%;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  zoom:1;
}
.kaerebalink-box:after, .booklink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.kaerebalink-image, .booklink-image {
  float:left;
  width:256px;
  margin:0;
  text-align:center;
}
.kaerebakink-image img, .booklink-image img { width:128px; height:auto; }
.kaerebalink-info, .booklink-info { margin: 0 0 0 140px; line-height: 1.6rem; }
.kaerebalink-name, .booklink-name {
  font-size: 2.0625rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.kaerebalink-name a, .booklink-name a { color: #2b2b2b; }
.kaerebalink-name a:hover, .booklink-name a:hover { text-decoration: underline; }
.kaerebalink-powered-date, .booklink-powered-date { font-size: 0.75rem; font-weight: normal; }
.kaerebalink-detail, .booklink-detail { font-size: 0.9375rem; margin: 0 0 0.5em; }
.kaerebalink-link1, .booklink-link2 { width:100%; }
.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 1%; }
.kaerebalink-link1 div a, .booklink-link2 div a { display:block; padding:3px 0; text-decoration:none; }
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkyahooAuc a,
.shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkkakakucom a,
.shoplinkkindle a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a,
.shoplinkjun a, .shoplinktoshokan a {
  display:block;
  text-decoration:none;
}
.shoplinkamazon a { color:#ffffff; background:#ff9900; }
.shoplinkkindle a { color:#ffffff; background:#1882c9; }
.shoplinkrakuten a { color:#ffffff; background:#bf0000; }
.shoplinkrakukobo a { color:#ffffff; background:#ff2626; }
.shoplinkyahoo a { color:#ffffff; background:#fc1d2f; }
.shoplinkyahooAuc a { color:#252525; background:#ffdb00; }
.shoplinkseven a { color:#ffffff; background:#225093; }
.shoplinkbellemaison a { color:#ffffff; background:#83be00; }
.shoplinkcecile a { color:#ffffff; background:#6b053d; }
.shoplinkkakakucom a { color:#ffffff; background:#00138e; }
.shoplinkbk1 a { color:#ffffff; background:#0484d2; }
.shoplinkehon a { color:#ffffff; background:#00006a; }
.shoplinkkino a { color:#ffffff; background:#003e9d; }
.shoplinkjun a { color:#4b5854; background:#d8c9b7; }
.shoplinktoshokan a { color:#ffffff; background:#29b6e9; }
.booklink-footer { clear:both !important; }

@media only screen and (min-width:460px) and (max-width:640px) {
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}
@media only screen and (max-width:459px) {
	.kaerebalink-image, .booklink-image {
	  float:none;
	  width:100%;
	  margin:0;
	  text-align:center;
	}
	.kaerebalink-image img, .booklink-image img { width:180px; height:auto; }
	.kaerebalink-info, .booklink-info { margin: 0; }
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}