
/****************************************
     General Settings
****************************************/
body {
	color: #141412;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Open Sans",sans-serif;
	font-size: 16px;
}

table th {
    background-color: #a72643;
    color: #fff;
    padding: 2px 15px;
}

table td {
    padding: 2px 15px;
}

@media (max-width: 414px) {
	.entry {
		padding: 20px;
	}
	
	.entry-header {
	    margin: -20px -20px 20px;
        padding: 20px;
	}
}

.lop_divider {
	clear: both;
	border: 0;
	border-top: 1px solid #ECECEC;
	margin-bottom: 20px;
}

a:hover {
    color: #a72643;
}

::selection {
    color: #141412;
    background-color: #b1d7fe;
}

form ::selection{
    color: #141412;
}

/****************************************
     Site Header Settings
****************************************/
.site-header {
	min-height: 80px;
}

.site-header .wrap {
	padding: 20px 0;
}

.header-image .site-title > a {
    background-position: left top !important;
}

@media (max-width: 1023px) {
    .header-image .site-title > a {
        background-position: top !important;
    }
}

/****************************************
     Main Menu Settings
****************************************/
.nav-primary {
	background-color: #6d001f;
	/*box-shadow: 0px 3px 3px 0 #aaa;*/
}

.genesis-nav-menu a {
	color: #efefef;
	font-size: 16px;
	padding: 12px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	-webkit-text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff;
	-moz-text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff;
	text-shadow: -1px -1px 8px #fff, 1px 1px 8px #fff;
}

#menu-main-menu .current-menu-item {
	background-color: #5c001f;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.1) inset;
}

.genesis-nav-menu .sub-menu {
	width: 250px;
	
}
.genesis-nav-menu .sub-menu a {
	width: 250px;
	font-size: 13px;
	padding: 10px 15px;
}


/****************************************
     Side Banner Widget Area Settings
****************************************/

.lop-side-banner-area .widget {
	background: none;
	border: none;
	padding: 0;
}

.lop-side-banner-area .widget img {
	max-width: 100%;
}

/****************************************
     Plugin Style
****************************************/
/* Simple Map Plugin */
.simplemap {
	margin-bottom: 16px;
}

/****************************************
     Internal Search Box
****************************************/
.internal-search-box input[type='text'] {
    max-width: 300px;
}

/****************************************
     Facebook Settings
****************************************/
.footer-widgets .widget_text .fb-banner {
    clear: both;
    margin-top: 20px;
}

/****************************************
     Utility Style
****************************************/
a.link_button {
	color: #fff;
	background-color: #a72643;
	padding: 8px 12px;
	border-radius: 4px;
}

a.link_button:hover {
	background-color: #d95a76;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.inline-block {
    display :inline-block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.gray_area {
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: 30px;
}

.gray_area p:last-child {
    margin-bottom: 0;
}

@media (max-width: 414px) {
    .gray_area {
        padding: 10px;
    }
}

.rounded_white_area {
    background-color: white;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    padding: 2rem 2rem 1rem;
    margin: 0 auto 2rem;
    position: relative;
    border: 1px solid #ddd; /*#e8e8e8;*/
}

.photo_frame {
    padding: 5px;
    border: solid 1px #efefef;
}

@media (max-width: 414px) {
    .photo_frame {
        width: 100%;
    }
}

.no-margin {
  margin: 0 !important;
}

.mat-0 {
    margin-top: 0 !important;
}
.mat-10 {
    margin-top: 10px !important;
}
.mat-20 {
    margin-top: 20px !important;
}
.mat-30 {
    margin-top: 30px !important;
}
.mat-40 {
    margin-top: 40px !important;
}
.mat-50 {
    margin-top: 50px !important;
}
.mab-0 {
    margin-bottom: 0 !important;
}
.mab-10 {
    margin-bottom: 10px !important;
}
.mab-20 {
    margin-bottom: 20px !important;
}
.mab-30 {
    margin-bottom: 30px !important;
}
.mab-40 {
    margin-bottom: 40px !important;
}
.mab-50 {
    margin-bottom: 50px !important;
}
.mal-0 {
    margin-left: 0 !important;
}
.mal-10 {
    margin-left: 10px !important;
}
.mal-20 {
    margin-left: 20px !important;
}
.mal-30 {
    margin-left: 30px !important;
}
.mal-40 {
    margin-left: 40px !important;
}
.mal-50 {
    margin-left: 50px !important;
}
.mar-0 {
    margin-right: 0 !important;
}
.mar-10 {
    margin-right: 10px !important;
}
.mar-20 {
    margin-right: 20px !important;
}
.mar-30 {
    margin-right: 30px !important;
}
.mar-40 {
    margin-right: 40px !important;
}
.mar-50 {
    margin-right: 50px !important;
}
.pat-0 {
    padding-top: 0 !important;
}
.pat-10 {
    padding-top: 10px !important;
}
.pat-20 {
    padding-top: 20px !important;
}
.pat-30 {
    padding-top: 30px !important;
}
.pat-40 {
    padding-top: 40px !important;
}
.pat-50 {
    padding-top: 50px !important;
}
.pab-0 {
    padding-bottom: 0 !important;
}
.pab-10 {
    padding-bottom: 10px !important;
}
.pab-20 {
    padding-bottom: 20px !important;
}
.pab-30 {
    padding-bottom: 30px !important;
}
.pab-40 {
    padding-bottom: 40px !important;
}
.pab-50 {
    padding-bottom: 50px !important;
}
.pal-0 {
    padding-left: 0 !important;
}
.pal-10 {
    padding-left: 10px !important;
}
.pal-20 {
    padding-left: 20px !important;
}
.pal-30 {
    padding-left: 30px !important;
}
.pal-40 {
    padding-left: 40px !important;
}
.pal-50 {
    padding-left: 50px !important;
}
.par-0 {
    padding-right: 0 !important;
}
.par-10 {
    padding-right: 10px !important;
}
.par-20 {
    padding-right: 20px !important;
}
.par-30 {
    padding-right: 30px !important;
}
.par-40 {
    padding-right: 40px !important;
}
.par-50 {
    padding-right: 50px !important;
}

.maxw-300 {
    max-width: 300px !important;
}
.maxw-400 {
    max-width: 400px !important;
}
.maxw-600 {
    max-width: 600px !important;
}
.maxw-800 {
    max-width: 800px !important;
}
.maxw-1080 {
    max-width: 400px !important;
}

.red {
    color: #cc0000;
}

.red-bold {
    color: #cc0000;
    font-weight: bold;
}

.blue {
    color: #0000cc;
}

.green {
    color: #00cc00;
}

.txt-large {
    font-size: 20px;
}

.txt-huge {
    font-size: 32px;
}

.underline {
    background: linear-gradient(transparent 30%, #fbd 30%);
    background: linear-gradient(transparent 50%, #fdff90 50%);
}

.only-pc {
    display: block;
}
.only-mobile {
    display: none;
}

@media (max-width: 414px) {
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }
}

/****************************************
     Home Slider Settings
****************************************/
#home_slider .widget {
    margin-bottom: 0;
}

.lop-home-slider-wrap {
    max-height: 400px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-image: url(/wp-content/uploads/2015/03/main_slider_bg.jpg);
    background-size:cover;
    /*border-bottom: solid 1px #939393;*/
}

/****************************************
     Worry Topic
****************************************/

.home.page .worry-topic h3.fl-callout-title {
	border-left: none;
	padding: 0 0 20px;
	font-size: 20px;
	line-height: 26px;
}

.home.page .worry-topic .fl-callout-text {
	/*border-bottom: solid 1px #141412;*/
	padding-bottom: 10px;
}

/****************************************
    New Customer Sales Callout
****************************************/
#home-sales-callout .fl-cta-inline .fl-cta-button {
    padding-left: 0;
}
#home-sales-callout a.fl-button {
	display: inline-block;
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #fff;
}
#home-sales-callout a.fl-button * {
	font-weight: bold;
	color: #a72643;
}
#home-sales-callout a.fl-button:hover {
    background-color: #a72643;
    transition: none;
}
#home-sales-callout a.fl-button:hover * {
    color: #fff;
    transition: none;
}

/****************************************
     Featured Topic
****************************************/
.home.page .featured-topic h3.fl-callout-title {
	margin-top: 0;
	padding: 3px 0 5px 16px;
	margin-bottom: 16px;
	/*background-color: #a72643;*/
}

.home.page .featured-topic h3.fl-callout-title a {
	color: #141412;
	font-size: 22px;
}

.home.page .featured-topic .fl-callout-cta-link {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background-color: #a72643;
	border-radius: 4px;
	color: #fff;
}
.home.page .featured-topic .fl-callout-cta-link:hover {
    background-color: #d95a76;
}

/****************************************
    Voice Mima
****************************************/
#home-voice .fl-row-content-wrap {
    height: 300px;
    border-top: 4px solid #6d001f;
	border-bottom: 4px solid #6d001f;
}

@media (max-width: 1365px) {
	#home-voice .fl-row-content-wrap {
		background-size: cover;
	}
}

@media (max-width: 1023px) {
	#home-voice .fl-row-content-wrap {
		height: 200px;
	}
}

@media (max-width: 414px) {
    #home-voice .fl-row-content-wrap {
        height: 150px;
    }
}
@media (max-width: 320px) {
    #home-voice .fl-row-content-wrap {
        height: 130px;
    }
}

/****************************************
     Call to Action TEL
****************************************/
#home-cta-tel a.fl-button {
	display: inline-block;
	padding: 20px 20px;
	background-color: #a72643;
	border-radius: 4px;
	border: 2px solid #fff;
}
#home-cta-tel a.fl-button * {
	font-weight: bold;
	color: #fff;
}
#home-cta-tel a.fl-button:hover {
    background-color: #fff;
    transition: none;
}
#home-cta-tel a.fl-button:hover * {
    color: #a72643;
    transition: none;
}

/****************************************
     Home Bottom Widget Area Settings
****************************************/

.home-bottom .widget {
	background-color: #fefdfd;
	/*box-shadow: 0 1px 8px rgba(0,0,0,0.03);*/
}

.home-bottom .featuredpage a:first-child {
	border-bottom: 0;
}

.home-bottom .featuredpage .entry-header {
	background: #a72643;
	padding: 20px 25px;
}

.home-bottom .featuredpage .entry-header a {
	color: #fff;
}

/*
.home-bottom .featuredpage a img {
	margin-right: 1px;
	width: 359px;
}
*/

.home-bottom .featuredpage .entry-content img {
	display: none;
}

.home-bottom .featured-content .more-link {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 12px;
	background-color: #a72643;
	border-radius: 4px;
	color: #fff;
}

.home-bottom .featured-content a.more-link:hover {
	background-color: #d95a76;
}

@media (max-width: 414px) {
    .home-bottom .featuredpage .entry-content {
        padding: 20px;
    }
}


/****************************************
     Home Second Top Widget Area Settings
****************************************/
.home-second-top .featured-content .entry-content {
	padding: 0;
}

.home-second-top {
	/*border: none;*/
	padding: 0;
	/*background-color: #f5f5f5;*/
}

.home-second-top {
	height: 300px;
	border-top: 4px solid #6d001f;
	border-bottom: 4px solid #6d001f;
	background: url(/wp-content/uploads/2015/04/home_2nd_top_bg.jpg);
	background-position: center top;
}


@media (max-width: 1023px) {
	.home-second-top {
		background-size: cover;
		height: 200px;
	}

}

@media (max-width: 414px) {
    .home-second-top {
        height: 150px;
    }
}

/****************************************
     Home Second Bottom Widget Area Settings
****************************************/

.home-second-bottom-wrap {
    max-width: 1140px;
    margin: 40px auto;
}

.home-second-bottom-wrap h2 {
    text-align: center;
}


/****************************************
     Compare Table Settings
****************************************/

table.compare {
border-bottom: 2px solid #303030;
line-height: 1.6;
margin-top: 30px;
}

table.compare th {
padding: 20px 10px;
background-color: #303030;
font-size: 16px;
color: #f7f7f7;
vertical-align: middle;
text-align: center;
}

table.compare th.cut {
background-color: rgba(0,0,0,0);
border-bottom: 1px solid #c7c7c7;
}

table.compare th.recommend {
font-size: 24px;
color: #fff;
background-color: #8e2142;
text-shadow: 0 0 5px rgba(255,255,255,0.5);
text-shadow: -1px -1px 8px rgba(255,255,255,0.5), 1px 1px 8px rgba(255,255,255,0.5);
}

table.compare td {
padding: 20px 10px 20px 20px;
background-color: #f7f7f7;
vertical-align: top;
}

table.compare td.item-title {
width: 200px;
padding: 10px 20px;
vertical-align: middle;
text-align: center;
font-weight: bold;
background: #eee;
border-left: 1px solid #c7c7c7;
}

table.compare td.recommend {
background-color: #f1e7ea;
}

table.compare tr td:last-child {
border-right: 1px solid #c7c7c7;
}

table.compare ul {
padding: 0 0 0 20px;
}
table.compare ul li {
border: none;
list-style-type: disc;
padding: 0;
margin-bottom: 15px;
}

@media (max-width: 414px) {
    table.compare th.recommend {
        font-size: 18px;
    }
    
    table.compare td {
        font-size: 14px;
        padding: 20px 5px 20px 5px;
    }
    
    table.compare td.item-title {
        width: 100px;
        padding: 10px 5px;
    }
}







.entry-header {
    border-top: 5px solid #a72643;
    padding: 25px 40px;
}

.entry-header-image img {
    display: block;
	margin: 0 auto;
	padding: 0;
}

.content p:last-child {
    margin-bottom: 0;
}

.content p.notice {
	font-weight: bold;
	color: #fff;
	background-color: #a72643;
	padding: 10px 20px;
	border-radius: 8px;
}

.content .page h3,
.content .post h3 {
    clear: both;
	border-left: solid 6px #a72643;
	padding: 12px 0 12px 15px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.content .page h3:first-child,
.content .post h3:first-child{
    margin-top: 0;
}

.content .page h4,
.content .post h4 {
    clear: both;
    background-color: #f1f1f1;
    border-left: 4px solid #a72643;
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 40px;
}

.content .page h4:first-child,
.content .post h4:first-child{
    margin-top: 0;
}

.content .page h5,
.content .post h5 {
    clear: both;
    border-left: 4px solid #a72643;
    padding-left: 8px;
    margin-top: 40px;
}

.content .page h5:first-child,
.content .post h5:first-child{
    margin-top: 0;
}

.content ul {
	background-color: #f7f7f7;
	margin-left: 0;
	padding: 20px 20px 20px 40px;
	border-radius: 3px;
}

.content ul.number-list,
.content ul.number-list li{
    list-style-type: decimal;
}

.content ul.simple-list li {
    list-style-type: none;
}

.content ul {
	background-color: #f7f7f7;
	margin-left: 0;
	padding: 20px 20px 20px 40px; 
}

.content dl {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 20px;
}

.content dl dt {
    font-weight: bold;
    font-size: 16px;
    color: #a72643;
    margin-bottom: 5px;
}

.content dl dd {
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.content dl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content .lop_divider + h3 {
    margin-top: 0;
}

/****************************************
     Indiba Setting
****************************************/
.indiba-team {
    display :inline-block;
    width: 155px;
    text-align:center;
    margin-right: 0;
    margin-bottom: 20px;
}

/****************************************
     YouTube Setting
****************************************/
.video-wrap {
    max-width: 500px;
}

.video-content {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************
     Side Bar Adjustment Setting
****************************************/
aside.sidebar {
	padding-top: 46px;
}

@media (max-width: 1023px) {
	aside.sidebar {
		padding-top: 0;
	}
}

.sidebar .widget-title {
	margin: -20px -20px 20px;
	padding: 20px;
	font-size: 20px;
}

/****************************************
     Side Menu Setting
****************************************/

.widget.widget_nav_menu {
	padding: 20px;
	border-top: 3px solid #a72643;
}

.widget_nav_menu li {
	border-bottom: 1px dotted #ddd;
}

.widget_nav_menu li:last-child {
    border-bottom: none;
}

.widget_nav_menu .menu>li>a {
	border-left: 2px solid #a72643;
	padding: 5px 0  5px 10px;
	color: #000;
	font-weight: bold;
}

.widget_nav_menu .menu>li>a:hover {
	color: #a72643;
}

.widget_nav_menu li li {
    list-style-type: disc;
	font-size: 14px;
}

/****************************************
     Image with Text Style
****************************************/

.image-with-text {
    background-color: #f8f8f8;
    padding: 15px 18px;
}

.image-with-text img {
    margin-bottom: 0;
}

.image-with-text p {
    margin-bottom: 0;
}

@media (max-width: 414px) {
    .image-with-text {
        padding: 10px 12px;
    }
    .image-with-text img {
        width: 100%;
        margin-bottom: 15px;
    }
}












.category-customer_voice .entry-title {
    font-size: 24px;
}

.patient-profile {
    clear: both;
	background-color: #efefef;
	padding: 10px 20px;
}

.patient-paper {
    margin-top: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0, 0.3);
}

.voice-link {
    margin-top: 20px;
}

.voice-link .voice-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.voice-link .voice-name {
    display: inline;
    font-size: 16px;
}

.voice-link .link {
    display: inline;
    margin-left: 20px;
}

.voice-link .link_button {
    padding: 6px 10px;
}

@media (max-width: 414px) {
    .voice-link .voice-title {
        font-size: 16px;
    }
    
    .voice-face img {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }
    
    .voice-link .voice-name {
        clear: both;
        display: block;
        margin-bottom: 8px;
    }
    
    .voice-link .link {
        display: block;
        margin-left: 0;
    }
}
