@charset "utf-8";

/*
Theme Name: Child
Template: mag_tcd036
*/
  
@import url('../mag_tcd036/style.css');


/*囲み枠*/
.well { min-height:20px; padding:19px; margin-bottom:20px; background-color:#A9F5F2; border:1px solid #BDBDBD; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); }
.well2 { min-height:20px; padding:19px; margin-bottom:20px; background-color:#F3F781; border:1px solid #BDBDBD; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); }
.wellc{ min-height:20px; padding:19px; margin-bottom:20px; background-color:#FFFFFF; border:1px solid #848484; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); }


/*見出し装飾*/

h1 {
  position: relative;
  padding: 1em 1em 0 1em;
}
h1::before,
h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h1::before {
  top: 0;
  border-top: 2px solid #0DA006;
  border-bottom: 1px solid #0DA006;
}
h1::after {
  bottom: 0;
  border-top: 1px solid #0DA006;
  border-bottom: 2px solid #0DA006;
}


h2{
background: #0DA006;
color: #ffffff;
box-shadow: 0px 0px 0px 5px #0DA006;
border-top: dashed 1px white;
border-bottom:dashed 1px white;

}

h3{
border-bottom: double 10px #0DA006;
/*線の種類（二重線）太さ 色*/
}


h4{
border-bottom: dashed 2px #0DA006;
/*線の種類（点線）太さ 色*/
}



/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; border:1px solid #006400;  box-shadow:0px 4px 0px 0px #90ee90; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #006400; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }




/* 枠 */

/* 　ポイント枠 */

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #000080;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #000080;
    color: #ffffff;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


/* 　注意 枠 */
.box29 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #ff0000;
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
}
.box29 p {
    margin: 0; 
    padding: 0;
}



/* 吹き出枠左 */

.arrow_box_green{
    position:relative;
    background:#B7FFB0;
    padding:10px;
    text-align:left;
    border:2px solid #89F283;
    color:#1C1C1C;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box_green:after,.arrow_box_green:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:6%;
}
.arrow_box_green:after{
    border-color: rgba(183, 255, 176, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#B7FFB0;
}
.arrow_box_green:before{
    border-color: rgba(137, 242, 131, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#89F283;
}


/* 吹き出枠右 */

.arrow_box_pink{
    position:relative;
    background:#FFCFFD;
    padding:10px;
    text-align:left;
    border:2px solid #F28CF0;
    color:#1C1C1C;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box_pink:after,.arrow_box_pink:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:96%;
}
.arrow_box_pink:after{
    border-color: rgba(255, 207, 253, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFCFFD;
}
.arrow_box_pink:before{
    border-color: rgba(242, 140, 240, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#F28CF0;
}
