/* オリジナルスタイル */
.mac-key {
height: 41px;
min-width: 24px; padding: 0 10px;
margin: 5px 10px;
background: #EFF0F2;
border-radius: 4px;
border-top: 1px solid #F5F5F5;
box-shadow: 0 0 25px #E8E8E8 inset, 0 1px 0 #C3C3C3, 0 2px 0 #C9C9C9, 0 2px 3px #333333;
color: #aaaaaa;
text-shadow: 0 1px 0 #F5F5F5;
font: bold 14px arial;
text-align: center;
line-height: 41px;
display: inline-block;
}

.content .square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.content .square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.content .box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2f4f4f;
}
.content .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #2f4f4f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.content .box27 p {
    margin: 0; 
    padding: 0;
}


.content .box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #607D8B;
}
.content .box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #607D8B;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.content .box28 p {
    margin: 0; 
    padding: 0;
}


.content .oomozi {
	font-size: 18pt;
	line-height: 35px;
	font-weight:bold;
}

.content .komozi {
	font-size: 80%;
}

.content .ymarker {
	background:#FFF9C4;
	padding:0 2px;
}

.content .rmarker {
	background:#ffcdd2;
	padding:0 2px;
}

.content .yellowbox {
	padding:20px;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 27px;
}

.content .redbox {
	padding:20px;
	border:solid 1px #ef5350;
	background-color:#ffebee;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 27px;
}

.content .graybox {
	padding:20px;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 27px;
}
.content .yellowbox p:last-child,
.content .yellowbox ol:last-child,
.content .yellowbox ul:last-child {
margin-bottom:0;
padding-bottom:0;
}

.content .graybox p:last-child,
.content .graybox ol:last-child,
.content .graybox ul:last-child {
margin-bottom:0;
padding-bottom:0;
}

.content .redbox p:last-child,
.content .redbox ol:last-child,
.content .redbox ul:last-child {
margin-bottom:0;
padding-bottom:0;
}

.content .redbox p:last-child,
.content .redbox ol:last-child,
.content .redbox ul:last-child {
margin-bottom:0;
padding-bottom:0;
}

.content .inyoumodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.content .h2fuu {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight:bold;
}

.content .h2fuu:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.content .h2fuu:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}


.content .inyoumodoki p:last-child,
.content .inyoumodoki ol:last-child,
.content .inyoumodoki ul:last-child {
margin-bottom:0;
padding-bottom:0;
}

.content .sankou {
	font-size:11px;
	background-color:#F57C00;
	color:#fff;
	padding:2px 3px;
	margin:0 5px;
}

.content .amazon {
	font-size:12px;
	background-color:#000;
	color:#fff;
	padding:2px 3px;
	margin:0 5px;
}

.content .rakuten {
	font-size:12px;
	background-color:#f00;
	color:#fff;
	padding:2px 3px;
	margin:0 5px;
}
.content .dotline {
	border-bottom:1px dotted #212121;
}

.content .dotliner {
	border-bottom:1px dotted #ff0000;
}

.content .dotline-s {
	border-bottom:1px solid #212121;
}

.content .dotline-sr {
	border-bottom:1px solid #ff0000;
}

.content .boxsimple {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.content .boxsimple p {
    margin: 0; 
    padding: 0;
}

.content .boxsmart{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.content .boxsmart p {
    margin: 0; 
    padding: 0;
}
.content .btn{
  color: #fff;
  font-weight: bold;
  margin: 1em;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border: 2px solid transparent;
}

.content .btn:before{
  font-family: FontAwesome;
  margin-right: 10px;
}

#container a.btn:hover{
  color: #333;
  background-color: #fff;
  border: 2px solid #000;
}

.content .btn-m{
  padding: 16px 45px;
  font-size: 16px;
}

.content .btn-l{
  padding: 24px 0;
  font-size: 18px;
  display: block;
}

.content .btn-white{color: #333;background-color: #fff;}
#container a.btn-white:hover{color: #333;}
.content .btn-red{background-color: #f44336;}
.btn-pink{background-color: #e91e63;}
.btn-purple{background-color: #9C27B0;}
.btn-deep{background-color: #673AB7;}
.btn-indigo{background-color: #3F51B5;}
.btn-blue{background-color: #2196F3;}
.btn-light-blue{background-color: #03A9F4;}
.btn-cyan{background-color: #00BCD4;}
.btn-teal{background-color: #009688;}
.btn-green{background-color: #4CAF50;}
.btn-light-green{background-color: #8BC34A;}
.btn-lime{background-color: #CDDC39;}
.btn-yellow{background-color: #FFEB3B;}
.content .btn-amber{background-color: #FFC107;}
.btn-orange{background-color: #FF9800;}
.btn-deep-orange{background-color: #FF5722;}
.btn-brown{background-color: #795548;}
.btn-grey{background-color: #9E9E9E;}
.btn-blue-grey{background-color: #607D8B;}
.content .btn-amazon-black{background-color: #000;}

.btn-arrow-right:before{content: "\f061";}
.btn-chevron-right:before{content: "\f054";}
.btn-angle-right:before{content: "\f105";}
.btn-caret-right:before{content: "\f0da";}
.btn-long-arrow-right:before{content: "\f178";}
.btn-chevron-circle-right:before{content: "\f138";}
.btn-angle-double-right:before{content: "\f101";}
.btn-arrow-circle-right:before{content: "\f0a9";}
.btn-hand-o-right:before{content: "\f0a4";}
.btn-arrow-circle-o-right:before{content: "\f18e";}
.btn-caret-square-o-right:before{content: "\f152";}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #E6E6E6;
  color: #fff;
}
.button:hover {
  background-color: #8cc04b;
}
/*　角丸-影付き */
.kakomi-box8 {
 margin: 2em auto;
 padding: 1.5em;
 width: 96%;
 border: 1px solid #8cc04b;
 background-color: #fff;
 box-shadow: 5px 5px 5px #999;
 border-radius: 15px;/*角の丸み*/
}


.btn-arrow-right:before{content: "\f061";}
.btn-chevron-right:before{content: "\f054";}
.btn-angle-right:before{content: "\f105";}
.btn-caret-right:before{content: "\f0da";}
.btn-long-arrow-right:before{content: "\f178";}
.btn-chevron-circle-right:before{content: "\f138";}
.btn-angle-double-right:before{content: "\f101";}
.btn-arrow-circle-right:before{content: "\f0a9";}
.btn-hand-o-right:before{content: "\f0a4";}
.btn-arrow-circle-o-right:before{content: "\f18e";}
.btn-caret-square-o-right:before{content: "\f152";}