@charset "UTF-8";

/*子テーマ用「base.css」*/


.sidebox-inner{
	margin-bottom: 1em;
}

.sidebox-inner::after{
	display: block;
	content: '';
	clear: both;
}

.webmenu h3 a{
	text-decoration: none;
}

.webmenu ul{
	margin-left: 0;
	margin-bottom: 2em;
}

.webmenu ul li{
	list-style: none;
	margin-bottom: 1em;
	padding-left: 12px;
	background: url(./images/icon/icon-list-arw.png) left 6px no-repeat;
}

/*Retina（高解像度）ディスプレイ用*/
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){

	.webmenu ul li{
		background: url(./images/icon/icon-list-arw@2x.png) left 6px no-repeat;
		-webkit-background-size: 7px 10px;
		background-size: 7px 10px;
	}

}

.info-box{
	border-radius: 8px;
	margin-bottom: 1em;
}

.info-box ul, .info-box ol , .info-box dl{
	background:#fff;
	padding:10px 20px 20px 30px;
	margin:0;
}

dfn{
	font-weight: bold;	
}

dd{
	margin-bottom: 1em;
	border-bottom: 1px dashed  #181944;
}

#tail-pic{
	margin: 2em auto;	
}

.btn_area{
	text-align: right;
}

.subscript{
    display:inline-block; 
	border: 3px solid #426687;
	color: #426687;
	border-radius: 3px;
	font-weight: bold;
	padding: .3em 1em;
	font-size: 1.2rem;
	transition : .7s;
	text-decoration: none;
}

.subscript::after{
	content: '>';
	margin-left: .5em;
}
	
.subscript:active , .subscript:hover   {
    color: #fff;
	background-color: #426687;
}

.fs1 {
    font-weight: bold;
    color: #f00;
}

.fs2 {
    font-weight: bold;
	color: #32cd32;
}


.usp{
	line-height: 2.2;
	margin-bottom: 2em;
	padding: 0 1em;
}

.usp{
	padding: 0;	
}

.usp li{
	font-size: 18px;
	border-bottom: 2px dashed  #1D7B69;
	color: #1D7B69;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 2em;
	font-weight: bold;
}

.on-image{
	border-right: 2px solid  #4A383B;
}

.eye-catch img{
	border-top: 2px solid  #4A383B;
	border-bottom: 2px solid  #4A383B;
}


.charaArea {
  overflow: hidden;
  *zoom: 1;
  background-color: #faf9f8;
  margin: 1em 0;
  padding: 3%;
  border: 2px dashed #544639;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.charaArea .balloon {
  width: 66%;
  background-color: #F6FBEF;
  dispay: inline-block;
  position: relative;
  border: 1px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 1em;
  letter-spacing: .1em;
  line-height: 1.6;
}
.charaArea .balloon::before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.charaArea .balloon::after {
  content: "";
  display: inline-block;
  border: 9px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.charaArea .chara {
  width: 24%;
}

.charaArea .balloon {
  float: left;
}
.charaArea .balloon::before {
  right: -20px;
  border-left-color: #000;
  top: 50%;
  margin-top: -9px;
}
.charaArea .balloon::after {
  border-left-color: #F6FBEF;
  right: -18px;
  top: 50%;
  margin-top: -8px;
}
.charaArea .chara {
  float: right;
}

.box{
	border: 2px solid  #661A00;
	background-color: #FFECE6;
	border-radius: 5px;
	padding: .5em;
	margin-bottom: 1em;
	clear: both;
}

.box p:last-child{
	margin-bottom: 0;
}

@media (max-width: 48em) {
	
	.btn_area{
		text-align: center;
	}
	
	.alignleft , .alignright{
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
}
