

body,h3{
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body, .wrapper, .content, .full_width, .content .container, .more_facts_holder{
background:url('/wp-content/uploads/2016/04/main_bg.png');
}

.mobile_menu_button .fa{
font-size:36px;
position: relative;
}

.mobile_menu_button .fa:after {
  content: "MENU";
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: -1px;
  text-align: center;
  font-weight: bold;
}

input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz { 
border: 1px solid #aaa;
}

::selection{ 
color:#666;
}

.selector12{  
  color:#68001d;  
  font-size:38px;
  line-height:0.9;
font-weight:bold;
} 

.selector12b{  
    display: block;  
    font-size:20px; 
}  

.selector12c{  
  color:#68001d;  
  font-size:30px;
  line-height:1.2;
 font-weight:bold;
} 

.section_inner_margin.clearfix{
    padding:15px 25px;
    background:#fefefe;
}

span.red{
color:#68001d;
}

h3.ribon {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	background-color: #69001d;
       color:#fefefe;
}
h3.ribon::before,
h3.ribon::after {
	content: '';
	position: absolute;
}
h3.ribon::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ccc;
}
h3.ribon::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

.comment{
    border: 1px solid #666;
    padding:10px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.footer_top_holder {
    display: block;
    background:url('/wp-content/uploads/2016/04/footer_bg.png');
}

.header_bottom {
   border-bottom: 2px solid #68001d;
}

.footer_top {
    border-top: 2px solid #68001d;
}

table#tablepress-1 td {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 480px) {
 h3.ribon {
        font-size:16px;
 }
}