@charset "UTF-8";
/*
Theme Name:Switch Child
Theme URI:
Description:WordPressテーマ「Switch」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Text Domain: tcd-w
Template:switch_tcd063
Version:1.5
*/

.title {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #FFF4F2;/*背景色*/
  border-left: solid 5px #d6408b;/*左線（実線 太さ 色）*/
	font-size: 200%;
	font-weight: bold;
margin: 0px auto 20px;
}


.p-entry__body h2 {
    font-size: 250%;
    position: relative;
    padding: 15px;
    padding: 0.5rem;
    text-align: center;
		margin: 0px auto 50px;
}

.p-entry__body h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 2px;
    background-color: #d6408b;

}

/*まずはお決まりのボックスサイズ算出をborer-boxに */


.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
float:right;
}


a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}




@media only screen and (max-width: 644px){
.p-entry__body blockquote.alignleft, .p-entry__body img.alignleft {
    
	width:100%;
}

.p-entry__body h2 {
    font-size: 170%;
} 
	
.title {
    font-size: 150%;
}
	}
