@charset "UTF-8";
/*-----------------------------------------------
Theme Name: xeory_extension-child
Theme URI: http://xeory.jp/extension
Template: xeory_extension
-----------------------------------------------*/
@import url('../xeory_extension/style.css');
body.home #main_visual {
height: 320px !important;
background:#ffffff;
}


.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.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: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
	width:100%;
	height:50px;
    text-decoration: none;
	font-size:1.1em;
	text-align:center;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}


    h2.title{
    	position: relative;
    	padding:10px 20px;
    	font-size:20px;
    	color:#FFF;
    	background: #325A8C;
    	box-shadow:0 1px 3px rgba(0,0,0,0.25);
    }
    h2.title::before,
    h2.title::after{
    	content: "";
    	position: absolute;
    	top: 100%;
    	height: 0;
    	width: 0;
    	border: 5px solid transparent;
    	border-top: 5px solid #1A3654;
    }
    h2.title::before{
    	right: 0;
    	border-left: 5px solid #1A3654;
    }
    h2.title::after{
    	left: 0;
    	border-right: 5px solid #1A3654;
    }


h3.quote {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
}

h3.quote:before,h1:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

h3.quote:before{
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

h3.quote:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
