@charset "UTF-8";



/* common.cssのほうに追記してください */



/*------------------------------
共通
------------------------------*/

/******追加*****/
.icon {
    z-index: 1;
}

.ebox {
    width: 35%;
}

#example-list article figure img {
    width: 80%;
}



.inner {
    width: 1200px;
    margin: 0 auto;
}

a {
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

a:hover img {
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    opacity: .7;
}

a:hover img.rollover {
    opacity: 1;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/*------------------------------
ヘッダー
------------------------------*/

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

header .header-top {
    border-top: solid #1b1481 3px;
}

header .header-top h1 {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
    font-weight: normal;
}



header .header-bottom .inner {
    position: relative;
}

header .header-bottom .header-logo {
    float: left;
    width: auto;
    text-align: left;
    padding: 5px 0 10px;
}

header .header-bottom .header-logo img {
    width: auto;
    height: auto;
}

header .header-bottom .header-logo ul {
    font-size: 0;
    padding: 10px 0 0;
}

header .header-bottom .header-logo ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #16a2e3;
    padding: 2px 11px;
    border: solid #16a2e3 1px;
    font-size: 14px;
}

header .header-bottom .header-meta {
    float: left;
    margin: 0 0 0 18px;
}

header .header-bottom .header-contact {
    position: absolute;
    top: -35px;
    right: 0;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/header-contact-bg.png) no-repeat 0;
    width: 502px;
    height: 141px;
}

header .header-bottom .header-contact .body {
    padding: 15px 20px;
}

header .header-bottom .header-contact .text {
    text-align: center;
    padding: 5px 0;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-orange.gif);
    margin: 0 5px;
}

header .header-bottom .header-contact .tel {
    float: left;
    padding: 5px 0 0 5px;
}

header .header-bottom .header-contact .btn {
    float: right;
}

.sp-header-menu {
    display: none;
}

/*------------------------------
グローバルナビ
------------------------------*/

nav {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi-bg.jpg) repeat-x center;
    height: 80px;
}

nav ul {
    font-size: 0;
    text-align: center;
}

nav ul li {
    display: inline-block;
    width: 14.23%;
}

nav ul li a {
    display: block;
    padding: 0;
}

nav ul li a span {
    display: block;
    border-left: solid #615da4 1px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

nav ul li a:hover span {
    background-color: #615da4;
}

nav ul li.gnavi01 a span {
    border-left: none;
    /*background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi01.png);*/
}

/*nav ul li.gnavi02 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi02.png);
}

nav ul li.gnavi03 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi03.png);
}

nav ul li.gnavi04 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi04.png);
}

nav ul li.gnavi05 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi05.png);
}

nav ul li.gnavi06 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi06.png);
}

nav ul li.gnavi07 a span {
	background-image: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/gnavi07.png);
}*/

nav ul li.pulldown {
    position: relative;
}

nav ul li.pulldown ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 20000;
    background-color: #1b1481;
}

nav ul li.pulldown ul li {
    display: block;
    border-bottom: solid #e6e6e6 1px;
    padding: 0;
    width: auto;
}

nav ul li.pulldown ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border: none;
    color: #fff;
}

nav ul li.pulldown ul li a span {
    height: auto;
    width: auto;
}

nav ul li.pulldown ul li a:hover {
    background-color: #4c44c1;
    color: #fff;
}

/*------------------------------
フッター
------------------------------*/

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: none;
    z-index: 10;
}

#pagetop a:hover {
    opacity: .8;
}

footer {
    padding: 60px 0 0;
    background: #1b1481;
    color: #fff;
}

footer .footer-main {
    padding: 0 0 60px;
}

footer .footer-main-left {
    float: left;
    width: 380px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 17px;
    text-align: center;
}

footer .footer-main-right {
    float: right;
    width: 760px;
}

footer .footer-main-right h3 {
    padding: 0 0 0 34px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-sitemap.png) no-repeat 0;
    font-size: 24px;
    margin: 0 0 20px;
}

footer .footer-main-right .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-line-pack: center;
    align-content: center;
}

footer .footer-main-right ul {
    margin: 0 20px 0 30px;
}

footer .footer-main-right ul li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
}

footer .footer-main-right ul li a {
    color: #fff;
}

footer .footer-main-right ul li a:hover {
    text-decoration: underline;
}

footer .footer-main-right ul li.child {
    padding: 0 0 0 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
}

footer .footer-logo {
    margin: 0 0 15px;
}

footer .footer-logo h2 {
    font-size: 19px;
    margin: 0 0 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}



footer .footer-info {
    color: #000;
    font-size: 16px;
}

footer .footer-info p {
    margin: 0 0 20px;
}

footer .footer-info .tel {
    margin: 0 0 20px;
}

footer .copyright {
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
    background: #0c0656;
    color: #fff;
}

/*------------------------------
メインビジュアル
------------------------------*/
#main-visual {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/main-visual-bg.jpg) center top no-repeat;
    height: 480px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

#main-visual figure {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 50%;
    margin-left: -599px;
}

/*------------------------------
コンテンツ
------------------------------*/



#content {
    padding: 30px 0 80px;
    position: relative;
}



#main-content {
    width: 821px;
    float: left;
}

#side-content {
    width: 342px;
    float: right;
}



/*------------------------------
下層ヘッダー 
------------------------------*/
#page-header {
    height: 180px;
    position: relative;
    overflow: hidden;
}

#page-header .page-header-bg {
    width: 100%;
    height: 100%;
}

#page-header .page-header-bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
    font-family: 'object-fit: cover; object-position: center right;';
}

#page-header h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    text-align: left;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: auto;
    position: absolute !important;
    top: 50%;
    left: calc(50% - 600px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

#page-header h2 span {
    display: block;
    border-left: solid #0046b0 2px;
    padding: 0 40px;
    line-height: 1;
}

.breadcrumbs {
    margin: 0 0 30px;
}



.breadcrumbs ul li {
    display: inline-block;
    margin: 0 .6em 0 0;
}

.subheader {
    text-align: center;
    margin: 0 0 30px;
    border-top: solid #00a2d7 3px;
    border-bottom: solid #00a2d7 1px;
    padding: 20px 0 20px;
    position: relative;
}

.subheader.mb60 {
    margin: 0 0 60px;
}

.subheader h2 {
    color: #1b1481;
    font-size: 30px;
    line-height: 1.3;
}

.subheader h3 {
    color: #1b1481;
    font-size: 30px;
    line-height: 1.3;
}

.subheader strong {
    color: #dd116c;
}

.subheader h3 small {
    display: inline-block;
    color: #00a2d7;
    font-weight: normal;
    font-size: 18px;
}

.subheader h3 small:before {
    content: "ー"
}

.subheader h3 small:after {
    content: "ー"
}

.subheader img {
    vertical-align: middle;
}

.subheader .btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.subheader .btn a {
    border: solid #dadada 1px;
    border-radius: 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    padding: 5px 10px;
    display: block;
}

.subheader .btn a span {
    background: url(#) no-repeat 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    display: block;
}

.subheader .btn a:hover {
    opacity: .8;
}

.content {
    margin: 0 0 60px;
}

.banner-col {
    margin: 0 0 40px;
}

.banner-col ul {
    font-size: 0;
}

.banner-col ul li {
    display: inline-block;
    vertical-align: top;
}

.banner-col.col3 ul li {
    width: 264px;
    margin: 0 14px 0 0;
}

.banner-col.col3 ul li:last-child {
    margin: 0;
}

/*------------------------------
サイド
------------------------------*/

#side-content .side-contact {
    margin: 0 0 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    position: relative;
    text-align: center;
    padding: 20px;
}

#side-content .side-contact .side-header {
    color: #1b1481;
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px;
}

#side-content .side-contact figure {
    margin: 0 0 10px;
}

#side-content .side-contact p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
}

#side-content .side-contact .time {
    color: #fff;
    background-color: #ff9600;
    font-size: 16px;
    line-height: 1.6;
}

#side-content .side-trouble {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    padding: 20px;
    margin: 0 0 20px;
}

#side-content .side-trouble .title {
    margin: 0 0 10px;
}

#side-content .side-trouble ul {
    text-align: center;
}

#side-content .side-trouble ul li {
    margin: 0 0 1px;
}

#side-content .side-menu {
    margin: 0 0 20px;
}

#side-content .side-menu .side-header {
    margin: 0 0 20px;
}


#side-content .side-menu ul li {
    padding: 0 10px 15px 30px;
    margin: 0 0 15px;
    font-size: 15px;
    border-bottom: solid #efefef 1px;
}

#side-content .side-menu ul li a {
    display: block;
    padding: 0 0 0 16px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow.png) no-repeat 0;
    color: #000;
    font-size: 16px;
}

#side-content .side-area {
    margin: 0 0 20px;
    background-color: #f6ffe5;
    padding: 20px 10px;
}

#side-content .side-area .side-header {
    color: #0f7c17;
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
}

#side-content .side-area .map {
    margin: 0 0 10px;
}

#side-content .side-area .map iframe {
    width: 100%;
    height: 240px;
}

#side-content .side-area p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}

#side-content .side-banner {
    margin: 0 0 20px;
}

/*------------------------------
Index 
------------------------------*/

#index-content01 {
    margin: 0 0 60px;
    text-align: center;
}

#index-content01 .head {
    position: relative;
    z-index: 2;
}

#index-content01 .body {
    position: relative;
    z-index: 1;
    top: -10px;
}

#index-content01 .image {
    padding: 20px 0 0;
}

#index-content01 ul {
    font-size: 0;
    margin: 0 20px;
    text-align: center;
}

#index-content01 ul li {
    display: inline-block;
    width: 32%;
    margin: 0 2% 0 0;
    vertical-align: top;
}

#index-content01 ul li:last-child {
    margin: 0;
}

#index-content01 ul li figure {
    padding: 10px;
    border: solid #eee 1px;
}

#index-content01 ul li figure figcaption {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

#index-content02 {
    margin: 0 0 80px;
}

#index-content02 .box {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-blue-line.gif) repeat-x top;
    border-left: solid #143581 1px;
    border-right: solid #143581 1px;
    border-bottom: solid #143581 1px;
    background-color: #f4f4f4;
    padding: 40px 40px 20px 40px;
}

#index-content02 .head {
    border-bottom: solid #143581 1px;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

#index-content02 .body {
    text-align: center;
}

#index-content02 .body ul {
    font-size: 0;
}

#index-content02 .body ul li {
    display: inline-block;
    margin: 0 16px 20px 0;
}

#index-content02 .body ul li:nth-child(3n) {
    margin: 0 0 20px;
}

#index-content03 {
    margin: 0 0 40px;
}

#index-content03 .box {
    border: solid #eee 1px;
    padding: 0 20px 20px 20px;
}

#index-content03 .head {
    position: relative;
    z-index: 2;
    top: -55px;
}


#index-content03 .body {
    text-align: center;
    margin: -40px 0 20px;
}


#index-content04 {
    margin: 0 0 40px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/index-content04-bg.png) no-repeat top;
    height: 432px;
    overflow: hidden;
}

#index-content04 .head {
    margin: 0 0 30px;
    padding: 30px 30px 0 30px;
}

#index-content04 .body {
    padding: 0 30px 30px;
}

#index-content04 figure {
    float: right;
}

#index-content04 .text {
    width: 360px;
    float: left;
}

#index-content04 .text p {
    font-size: 16px;
    line-height: 1.8;
    font-family: serif;
}

#index-content05 {
    margin: 0 0 40px;
}

#index-content05 .head {
    margin: 0 0 40px;
}

#index-content05 .head h2 small {
    float: right;
}

article.example-entry {
    margin: 0 46px 40px;
}

#index-content05 .btn {
    text-align: center;
}

#index-content05 .btn a {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #ff9600;
    border: solid #fff 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#index-content05 .btn a:hover {
    opacity: 0.7;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#index-content05 .btn a span {
    display: block;
    padding: 0 0 0 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

article.example-entry {
    margin: 0 46px 40px;
}

article.example-entry .title {
    padding: 0 0 5px 40px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-home.png) no-repeat 0;
    border-bottom: solid #eee 1px;
    margin: 0 0 30px;
}

article.example-entry .title h3 a {
    font-size: 24px;
    color: #1b1481;
}

article.example-entry .ba {
    margin: 0 0 30px;
}

article.example-entry .ba ul {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/ba-arrow.png) no-repeat center;
}

article.example-entry .ba ul li {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 0 104px 0 0;
    position: relative;
}

article.example-entry .ba ul li:last-child {
    margin: 0;
}

article.example-entry .ba ul li span.icon {
    position: absolute;
    top: -30px;
    left: -30px;
}

article.example-entry .ba ul li figure {
    position: relative;
}

article.example-entry .ba ul li p {
    margin: 0 0 40px;
    padding: 0 0 0 30px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/below-arrow.png) no-repeat 0 10px;
    font-size: 18px;
    font-weight: bold;
}


article.example-entry .meta table {
    width: 100%;
    border-collapse: collapse;
}

article.example-entry .meta table th {
    border-bottom: dotted #eee 1px;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
    width: 20%;
}

article.example-entry .meta table th span {
    background-color: #00a2d7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 20px;
    display: block;
    text-align: center;
}

article.example-entry .meta table td {
    border-bottom: dotted #eee 1px;
    padding: 5px 0 5px 40px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
}

#index-content06 {
    margin: 0 0 40px;
    border-top: solid #00a2d7 1px;
    border-bottom: solid #00a2d7 1px;
}

#index-content06 .head {
    position: relative;
    top: -25px;
    padding: 0 0 0 30px;
}

#index-content06 .head .btn {
    position: absolute;
    top: 40px;
    right: 0;
}

#index-content06 .body {
    padding: 0 30px;
}

article.report-entry {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

article.report-entry figure {
    width: 20%;
}

article.report-entry .text {
    width: 75%;
    margin: 0 0 0 5%;
}

article.report-entry .text h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

article.report-entry .text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

article.report-entry .text dl dt {
    width: 16%;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
}

article.report-entry .text dl dd {
    width: 82%;
    margin: 0 0 0 2%;
    font-size: 14px;
    line-height: 1.6;
}

#index-content07 {
    margin: 0 0 80px;
}

#index-content07 .box {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-blue-line.gif) repeat-x top;
    border-left: solid #143581 1px;
    border-right: solid #143581 1px;
    border-bottom: solid #143581 1px;
    background-color: #f4f4f4;
    padding: 40px 40px 20px 40px;
}

#index-content07 .head {
    border-bottom: solid #143581 1px;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

#index-content07 .body {
    text-align: center;
}

#index-content07 .body ul {
    font-size: 0;
}

#index-content07 .body ul li {
    display: inline-block;
    width: 235px;
    margin: 0 16px 20px 0;
    text-align: left;
    vertical-align: top;
}

#index-content07 .body ul li:nth-child(3n) {
    margin: 0 0 20px;
}

#index-content07 .body ul li figcaption {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 1.6;
}

#index-content08 {
    margin: 0 0 60px;
}

#index-content08 .head {
    margin: 0 0 50px;
    text-align: center;
}

#index-content08 .head h2 {
    border-bottom: solid #ddd 1px;
    position: relative;
    line-height: 1;
    font-weight: normal;
}

#index-content08 .head span {
    font-family: serif;
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    top: 12px;
}

#index-content08 .body {
    margin: 0 20px 40px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/index-content08-bg.png) no-repeat top right;
    padding: 20px 320px 20px 0;
}

#index-content08 .body h3 {
    margin: 0 0 30px;
}

#index-content08 .body p {
    font-family: serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
}

#index-content08 .body .btn {
    text-align: right;
}

#index-content08 .body .btn a {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow.png) no-repeat 0;
    font-family: serif;
    font-size: 18px;
}

#index-content08 .image ul {
    font-size: 0;
    text-align: center;
}

#index-content08 .image ul li {
    display: inline-block;
    margin: 0 2% 0 0;
    width: 32%;
}

#index-content08 .image ul li:last-child {
    margin: 0;
}

#index-content08 .image ul li .img {
    display: block;
}

#index-news .head {
    margin: 0 0 30px;
}

#index-news .body {
    margin: 0 30px;
}

#index-news .body table th {
    border-bottom: dotted #eee 1px;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}

#index-news .body table th span {
    background-color: #00a2d7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 20px;
    display: block;
    text-align: center;
}

#index-news .body table td {
    border-bottom: dotted #eee 1px;
    padding: 10px 0 10px 40px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
}

#index-news .body table td a {
    text-decoration: underline;
}

#index-news .body table td a:hover {
    text-decoration: none;
}

#index-news .body table tr:last-child th,
#index-news .body table tr:last-child td {
    border-bottom: none;
}

.contact-banner {
    margin: 0 0 60px;
}

.contact-banner .arrow {
    padding: 134px 0 0;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/contat-banner-arrow.png.jpeg) no-repeat center top;
}


/*------------------------------
ページ
------------------------------*/

.page-content {
    margin: 0 0 60px;
}

.page-content p {
    font-size: 16px;
    line-height: 1.6;
}

/*------------------------------
初めての方へ
------------------------------*/

#start-content01 .text {
    padding: 30px 20px;
    border-radius: 10px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    text-align: center;
}

#start-content01 .text p.line {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: bold;
}

span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

#start-content01 .text p.box {
    background-color: #00a2d7;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

#start-content02 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/start-img02.png) no-repeat right top;
}

#start-content02 .text {
    padding: 0 380px 20px 0;
}

#start-content02 .text h3 {
    margin: 0 0 10px;
}

#start-content02 .text p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 20px;
}


#start-content03 .text {
    float: left;
    width: 540px;
}

#start-content03 figure {
    float: right;
    width: 240px;
}

#start-content03 .text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1em;
}

#start-content03 .text p strong {
    font-size: 24px;
    color: #ff9600;
}

/*------------------------------
屋根無料点検
------------------------------*/

#tenken-content01 .head {
    margin: 0 0 20px;
}

#tenken-content01 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/tenken-img02.png) no-repeat 0;
    padding: 60px 30px 30px;
    text-align: center;
}

#tenken-content01 .body h4 {
    font-size: 36px;
    margin: 0 0 50px;
    font-family: serif;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#tenken-content01 .body p {
    padding: 40px 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/trans-white.png);
    font-size: 18px;
    line-height: 1.8;
}

#tenken-content02 .text h3 {
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
}

#tenken-content02 .text ul {
    font-size: 0;
    margin: 0 0 30px;
}

#tenken-content02 .text ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 4% 0 0;
}

#tenken-content02 .text ul li:last-child {
    margin: 0;
}

#tenken-content03 .body {
    margin: 0 0 60px;
}

#tenken-content03 .body.anchor {
    margin: -60px 0 60px;
    padding: 60px 0 0;
}

h4.title-tag {
    padding: 0 0 0 20px;
    border-left: solid #00a2d7 1px;
    font-size: 24px;
    margin: 0 0 30px;
    font-family: serif;
    font-weight: normal;
    color: #262087;
}

h4.title-tag small {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 2px 20px;
    border-radius: 20px;
    background-color: #13b53d;
    color: #fff;
}

#tenken-content03 .body p {
    margin: 0 0 0 21px;
}

#tenken-content03 .body p.ms {
    margin: 0 20px;
}

#tenken-content03 .body .image {
    padding: 30px 0 0;
}

#tenken-content03 .text {
    text-align: center;
    padding: 50px 40px;
    border: solid #f1f1f1 1px;
    border-radius: 10px;
}

#tenken-content03 .text p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 40px;
    padding: 20px;
    background-color: #00a2d7;
    color: #fff;
    border-radius: 10px;
}

#tenken-content03 .body figure.img-right {
    float: right;
    margin: 0 0 30px 40px;
    width: 300px;
}

#tenken-content03 .text2 p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 40px;
    padding: 20px;
    background-color: #00a2d7;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.text-deco {
    padding: 20px;
    border-radius: 10px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
}

#tenken-content03 .text-deco p {
    text-align: center;
    margin: 0 0 20px;
}

#tenken-content03 .text-deco p.large {
    font-size: 20px;
    font-family: serif;
    padding: 20px;
    background-color: #5aba21;
    color: #fff;
    margin: 0 -20px;
}

/*------------------------------
保障・保険
------------------------------*/

#hoken-content01 {
    margin: 0;
}

/*------------------------------
屋根修理業者選び方
------------------------------*/

#select-content01 {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/select-img01.png) no-repeat right top;
    padding: 30px;
}

#select-content01 .body {
    margin: 0 0 20px;
}

#select-content01 .body p {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/trans-white.png);
}

#select-content01 .body p strong {
    font-size: 30px;
    color: #1b1481;
}

#select-content01 .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#select-content01 .menu ul li {
    width: 24%;
    margin: 0 2% 0 0
}

#select-content01 .menu ul li:last-child {
    margin: 0;
}

#select-content01 .menu ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    background-color: #00a2d7;
    border: solid #fff 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

#select-content01 .menu ul li:nth-child(1) a,
#select-content01 .menu ul li:nth-child(3) a {
    padding: 30px 0;
}

#select-content01 .menu ul li a:hover {
    opacity: .7;
}

/*------------------------------
費用について
------------------------------*/
.price table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #ddd;
    margin: 0 0 40px;
}

.price table caption {
    text-align: center;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
}

.price table th {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 16px;
    text-align: left;
}

.price table td {
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: right;
}

/*------------------------------
保険利用
------------------------------*/

#hokenriyou-content01 {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    padding: 30px;
    border: solid #ddd 1px;
    border-radius: 10px;
}

#hokenriyou-content01 .body p strong {
    font-size: 120%;
    color: #cc0000;
}

/*------------------------------
屋根修理メニュー
------------------------------*/

#service-menu {
    margin: 0 0 60px;
}

#service-menu ul {
    font-size: 0;
}

#service-menu ul li {
    width: 49%;
    display: inline-block;
    margin: 0 2% 30px 0;
}

#service-menu ul li:nth-child(even) {
    margin: 0 0 30px;
}

#service01-content01 .head {
    margin: 0 0 40px;
}

#service01-content01 .menu {
    padding: 20px 300px 20px 0;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/service-img11.png) no-repeat right center;
}

#service01-content01 .menu ul {
    font-size: 0;
}

#service01-content01 .menu ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 2% 20px 0;
}

#service01-content01 .menu ul li:nth-child(3n) {
    margin: 0 0 20px;
}

#serivce01-content02 .body {
    margin: 0 0 60px;
}

#serivce01-content02 .body.anchor {
    margin: -60px 0 60px;
    padding: 60px 0 0;
}

#serivce01-content02 .body h3 {
    border-top: solid #00a2d7 3px;
    border-bottom: solid #00a2d7 1px;
    color: #00a2d7;
    font-size: 30px;
    margin: 0 0 30px;
    padding: 15px;
    text-align: center;
}

#serivce01-content02 .body h3 small {
    background-color: #00a2d7;
    display: inline-block;
    padding: 3px 30px;
    font-size: 16px;
    color: #fff;
}

#serivce01-content02 .body h4 {
    font-size: 20px;
    margin: 0 0 30px;
    font-family: serif;
    text-align: center;
}

#serivce01-content02 .body figure {
    padding: 30px 0 0;
}

#serivce01-content02 .body p strong {
    font-size: 120%;
    color: #ff6c00;
}

#serivce01-content03 .body {
    margin: 0 0 60px;
}

#serivce01-content03 .body h4 {
    margin: 0 0 30px;
}

#serivce01-content03 .body ul li {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#serivce01-content03 .body ul li figure {
    width: 300px;
    margin: 0 40px 0 0;
}

#serivce01-content03 .body ul li dl,
#serivce01-content03 .body ul li .cont {
    width: 480px;
}

#serivce01-content03 .body ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: solid #eee 1px;
    color: #1b1481;
}

#serivce01-content03 .body ul li dl dd {
    font-size: 16px;
    line-height: 1.6;
}

#serivce01-content03 .body ul li .cont h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: solid #eee 1px;
    color: #1b1481;
}

#serivce01-content03 .text {
    text-align: center;
    line-height: 1.5;
    font-family: serif;
    padding: 20px;
    border-radius: 10px;
    background-color: #ff6c00;
    margin: 0 0 60px;
}

#serivce01-content03 .text p {
    font-size: 24px;
    color: #fff;
}

#serivce01-content03 .text2 {
    text-align: center;
    line-height: 1.5;
    font-family: serif;
    padding: 20px;
    margin: 0 0 60px;
    border: solid #ff6c00 1px;
    border-radius: 10px;
}

#serivce01-content03 .text2 p {
    font-size: 16px;
}

#serivce01-content03 .text2 p.large {
    font-size: 24px;
    margin: 0 0 30px;
    color: #ff6c00;
    font-weight: bold;
}

#serivce01-content04 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    padding: 30px;
    border-radius: 10px;
}

#serivce01-content04 .body h4 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #1b1481;
    text-align: center;
}

#serivce01-content04 .body ul {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#serivce01-content04 .body ul li {
    width: 22%;
    margin: 0 4% 0 0;
    text-align: center;
}

#serivce01-content04 .body ul li:last-child {
    margin: 0;
}

#serivce01-content04 .body ul li h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 0;
}

#serivce01-content04 .body ul li p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.flow ol li {
    margin: 0 0 20px;
    padding: 0 0 80px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/flow-arrow.png) no-repeat bottom center;
    background-size: 240px;
}

.flow ol li:last-child {
    margin: 0;
    background: none;
}

.flow ol li h5 {
    font-size: 24px;
    margin: 0 0 20px;
    border-bottom: solid #eee 1px;
}

.flow ol li h5 span.num {
    font-size: 36px;
    font-style: italic;
    margin: 0 10px 0 0;
    color: #00a2d7;
    font-family: serif;
    font-weight: normal;
}

.flow ol li figure {
    width: 300px;
    float: left;
}

.flow ol li p {
    width: 480px;
    float: right;
}

#serivce01-content06 .body {
    margin: 0 0 60px;
}

#serivce01-content06 .body h4 {
    margin: 0 0 30px;
}

#serivce01-content06 .body figure {
    width: 300px;
    margin: 0 40px 0 0;
    float: left;
}

#serivce01-content06 .body .cont {
    width: 480px;
    float: right;
}

#serivce01-content06 .text {
    text-align: center;
    line-height: 1.5;
    font-family: serif;
    padding: 20px;
    border-radius: 10px;
    background-color: #ff6c00;
    margin: 0 0 60px;
}

#serivce01-content06 .text p {
    font-size: 24px;
    color: #fff;
}

#service01-content07 .body {
    margin: 0 0 60px;
}

#service01-content07 .body h4 {
    margin: 0 0 10px;
}

#service01-content07 .body ul {
    font-size: 0;
}

#service01-content07 .body ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 0 0;
}

#service01-content07 .body ul li:nth-child(even) {
    margin: 0;
}

#serivce01-content08 .body {
    margin: 0 0 60px;
}

#serivce01-content08 .head h3 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #100964;
    border-bottom: solid #eee 1px;
}

#serivce01-content08 .head h3 span.num {
    font-size: 48px;
    font-weight: normal;
    margin: 0 10px 0 0;
    font-style: italic;
    color: #00a2d7;
}

#serivce01-content08 .body figure {
    padding: 30px 0 0;
}

/*------------------------------
屋根の種類
------------------------------*/

#type-content01 p {
    margin: 0 0 40px;
}

#type-content01 ul {
    font-size: 0;
    margin: 0 20px;
    text-align: center;
}

#type-content01 ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 2% 20px 0;
}

#type-content01 ul li:nth-child(3n) {
    margin: 0 0% 20px 0;
}

#type-content02 article {
    margin: -60px 0 60px;
    padding: 60px 0 0;
}

#type-content02 article h3 {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    font-size: 30px;
    color: #100964;
    border-bottom: solid #eee 1px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-home.png) no-repeat 0 10px;
}

#type-content02 article figure {
    float: left;
    width: 300px;
}

#type-content02 article .text {
    float: right;
    width: 480px;
}

#type-content02 article .text p {
    margin: 0 0 30px;
}

#type-content02 article .text table {
    width: 100%;
    border-collapse: collapse;
}

#type-content02 article .text table th {
    background-color: #1b1481;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 3px 10px;
    width: 25%;
    border-bottom: solid #fff 5px;
}

#type-content02 article .text table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 3px 20px;
    border-bottom: solid #fff 5px;
}

#type-content02 article .text dl dt {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    border-left: solid #00a2d7 2px;
}

#type-content02 article .text dl dd {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 0 17px;
}

/*------------------------------
屋根点検
------------------------------*/

#yanetenken-content01 .head {
    margin: 0 0 60px;
}

#yanetenken-content01 .body {
    margin: 0 0 60px;
}

#yanetenken-content01 .body figure {
    float: right;
    width: 300px;
}

#yanetenken-content01 .body .text {
    float: left;
    width: 480px;
}

#yanetenken-content01 .body h5 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #00a2d7;
    border-bottom: solid #eee 1px;
}

/*------------------------------
会社概要
------------------------------*/
#company-content01 .body p {
    font-size: 16px;
    line-height: 1.6;
}

#company-content01 .body figure {
    padding: 30px 0 0;
}

#company-content02 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #ddd;
    margin: 0 0 30px;
}

#company-content02 table th {
    background-color: #f1f1f1;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px;
}

#company-content02 table td {
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px;
}

#company-content02 .gmap iframe {
    width: 100%;
    height: 360px;
}

/*------------------------------
お得
------------------------------*/

#value-content01 .head {
    margin: 0 0 30px;
}


#value-content01 .body p {
    margin: 0 0 20px;
}

#value-content01 .body p strong {
    font-size: 24px;
    color: #ff6c00;
}

#value-content02 .head {
    margin: 0 0 30px;
}

#value-content02 .body p {
    margin: 0 0 20px;
}

#value-content02 .body p.large {
    text-align: center;
    font-size: 24px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff2e8;
    color: #ff6c00;
}

#contact-form {
    margin: 0 0 40px;
}

#contact-form p {
    margin: 0 0 30px;
    text-align: center;
}

#contact-form table {
    border-collapse: separate;
    width: 100%;
    margin: 0 0 20px;
    background-color: #ddd;
    border-spacing: 1px;
}

#contact-form table th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    width: 40%;
}

#contact-form table th span {
    display: block;
    margin: 5px auto 0;
    font-size: 12px;
    color: #fff;
    background-color: #d70000;
    border-radius: 20px;
    padding: 5px 10px;
    line-height: 1;
    width: 80px;
}

.mw_wp_form_confirm #contact-form table th span {
    display: none;
}

#contact-form table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    line-height: 2;
}

#contact-form table td .error {
    display: block;
    padding: 5px 0 0;
}

#contact-form .chk .error {
    display: inline-block;
}

.mwform-zip-field {
    display: block;
    margin: 0 0 5px;
}

#contact-form table td input {
    padding: 6px;
    font-size: 18px;
    border: solid #ddd 1px;
    border-radius: 5px;
}

#contact-form table td textarea {
    padding: 10px;
    font-size: 18px;
    border: solid #ddd 1px;
    border-radius: 5px;
}

#contact-form .chk {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
}

#contact-form .btn {
    text-align: center;
}

#contact-form .btn .pp {
    margin: 0 0 20px;
}

#contact-form .btn input {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
}

#contact-form .btn input:hover {
    opacity: .8;
}

#contact-form .btn input.submit {
    background-color: #e79425;
}

#contact-form .btn input.back {
    background-color: #92cf43;
}

#contact-form .anchor {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    background-color: #4eab49;
    font-weight: normal;
}

#contact-form .policy {
    padding: 20px;
    border: solid #f1f1f1 1px;
    overflow: auto;
    margin: 0 0 20px;
}

#contact-form .policy p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1em;
    text-align: left;
}

#contact-form .policy ul {
    margin: 0 0 1em;
}

#contact-form .policy ul li {
    font-size: 12px;
    line-height: 1.6;
}

#contact-form .mw_wp_form_confirm .policy,
#contact-form .mw_wp_form_confirm .chk {
    display: none;
}

.example-menu {
    margin: 0 0 40px;
}

.example-menu ul {
    font-size: 0;
}

.example-menu ul li {
    width: 32%;
    margin: 0 2% 0 0;
    display: inline-block;
}

.example-menu ul li:last-child {
    margin: 0;
}

.example-menu ul li a {
    text-align: center;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #0080ed;
    font-size: 16px;
}

.example-menu ul li a:hover {
    background-color: #f75700
}

.example-menu ul li a span {
    background: url(#) no-repeat 0;
    padding: 0;
    display: block;
}

#example-list article {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: dotted #ddd 1px;
}

#example-list article h3 {
    margin: 0 0 20px;
    font-size: 24px;
    border-left: solid #00a2d7 5px;
    padding: 0 0 0 15px;
}

#example-list article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#example-list article figure img {
    /*width: 30%;*/
    margin: 0 5% 0 0;
}

#example-list article figure figcaption {
    width: 65%;
}

#example-list article figure figcaption p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
}

#example-list article .btn {
    text-align: right;
}

#example-list article .btn a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #00a2d7;
    font-size: 16px;
}

#example-list article .btn a:hover {
    background-color: #f75700
}

#example-list article .btn a span {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
    padding: 0 0 0 20px;
    display: block;
}

#example-entry .body {
    margin: 0 0 40px;
}

#example-entry .body p {
    font-size: 16px;
    line-height: 1.6;
}

#example-entry article {
    padding: 0 0 40px;
    border-bottom: dotted #ddd 1px;
}

#example-entry article h4 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 30px;
    font-family: serif;
}

#example-entry .comment {
    margin: 0 0 40px;
}

#example-entry .comment h4 {
    margin: 0 0 20px;
    font-size: 20px;
    border-left: solid #00a2d7 1px;
    padding: 0 0 0 19px;
}

#example-entry .comment p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 0 20px;
}

#example-entry .comment figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#example-entry .comment figure img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    margin: 0 0 0 5%;
}

#example-entry .comment figure figcaption {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 65%;
    font-size: 16px;
    line-height: 1.6;
}

#example-entry .btn {
    padding: 30px 0 0;
    text-align: center;
}

#example-entry .btn a {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #ff9600;
    border: solid #fff 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#example-entry .btn a:hover {
    opacity: 0.7;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#example-entry .btn a span {
    display: block;
    padding: 0 0 0 20px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#voice-entry .body {
    margin: 0 0 40px;
}

#voice-entry .body p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
}

#voice-entry article {
    padding: 0 0 40px;
}

#voice-entry article h3 {
    margin: 0 0 20px;
    font-size: 24px;
    border-left: solid #0080ed 5px;
    padding: 0 0 0 15px;
}

#voice-entry article h4 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px;
    padding: 5px;
    border: solid #00a2d7 1px;
    border-radius: 10px;
    color: #00a2d7;
}

#voice-entry article .body {
    float: left;
    width: 55%;
}

#voice-entry .thumbnails {
    margin: 0 0 30px;
    float: right;
    width: 40%;
}

#voice-entry .thumbnails img {
    width: 100%;
    height: auto;
}

#voice-entry .comment {
    clear: both;
}

#voice-entry .comment figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#voice-entry .comment figure img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    margin: 0 0 0 5%;
}

#voice-entry .comment figure figcaption {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 65%;
    font-size: 16px;
    line-height: 1.6;
}

#voice-entry article dl {
    margin: 0 0 20px;
}

#voice-entry article dl dt {
    padding: 5px 0 0 60px;
    min-height: 35px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/question.png) no-repeat 0 0;
}

#voice-entry article dl dd {
    font-size: 16px;
    line-height: 1.6;
    padding: 5px 0 0 60px;
    min-height: 35px;
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/answer.png) no-repeat 0 0;
}

#report-entry .body {
    margin: 0 0 40px;
}

#report-entry .body p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
}

#report-entry article {
    padding: 0 0 40px;
}

#report-entry article h3 {
    margin: 0 0 20px;
    font-size: 24px;
    border-left: solid #0080ed 5px;
    padding: 0 0 0 15px;
}

#report-entry .thumbnails {
    text-align: center;
}

#report-entry .body img {
    display: block;
    margin: 0 auto;
}

.date {
    text-align: right;
    margin: 0 0 10px;
}

#policy-content .body {
    margin: 0 20px 60px;
}

#policy-content .body p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}

#policy-content .body dl {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}

#policy-content .body dl dt {
    font-weight: bold;
    margin: 0 0 10px;
}

/*------------------------------
塗料
------------------------------*/

#toryo-content01 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/bg01.jpg) no-repeat right top;
    padding: 60px 360px 60px 0;
}

#toryo-content01 .body p {
    font-size: 24px;
    line-height: 1.5;
}

#toryo-content01 .body p strong {
    color: #ff9f38;
}

#toryo-content01 .body p img {
    width: auto;
    height: auto;
}

#toryo-content02 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/bg02.jpg) no-repeat right top;
    padding: 60px 360px 60px 0;
}

#toryo-content02 .body p {
    font-size: 16px;
    line-height: 1.5;
}

#toryo-content02 .body p strong {
    color: #ff9f38;
}

#toryo-content02 .body p img {
    width: auto;
    height: auto;
}

#toryo-content03 .body h4 {
    border-left: solid #ec9506 5px;
    padding: 0 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 20px;
}

#toryo-content03 .body p {
    font-size: 16px;
    line-height: 1.5;
}

#toryo-content03 .body p strong {
    color: #ff9f38;
}

#toryo-content03 .body .image {
    text-align: center;
    margin: 0 0 40px;
}

#toryo-content03 .body .image img {
    width: auto;
    height: auto;
}

.table-list table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #f1f1f1;
}

.table-list table th {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background-color: #f1f1f1;
}

.table-list table td {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    padding: 10px;
}

.table-list table td.title {
    width: 20%;
}

.table-list table td.time {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
}

.table-list table td.description {
    width: 60%;
    text-align: left;
}

#toryo-content04 .body h4 {
    border-left: solid #ec9506 5px;
    padding: 0 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 20px;
}

#toryo-content04 .body p {
    font-size: 16px;
    line-height: 1.5;
}

#toryo-content04 .body p strong {
    color: #ff9f38;
}

#toryo-content04 .body .image {
    text-align: center;
    margin: 30px 0 0;
}

#toryo-content04 .body .image img {
    width: auto;
    height: auto;
}

#toryo-content05 .body {
    background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/img03.png) no-repeat right top;
    padding: 60px 360px 60px 0;
}

#toryo-content05 .body p {
    font-size: 16px;
    line-height: 1.5;
}

#toryo-content05 .body p strong {
    color: #ff9f38;
}

#toryo-content05 .body p img {
    width: auto;
    height: auto;
}

.banner {
    text-align: center;
}

.banner img {
    width: auto;
    height: auto;
}

@media (max-width: 1400px) {
    #page-header h2 {
        left: 2%;
    }
}

/* スマホ */
@media (max-width:480px) {
    body {
        padding: 60px 0 0;
        -webkit-text-size-adjust: 100%;
    }

    /*------------------------------
共通
------------------------------*/
    #wrapper {
        padding: 60px 0 0;
        margin: -60px 0 0;
        width: 100%;
        overflow: hidden;
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    /*------------------------------
ヘッダー
------------------------------*/

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10000;
        height: 60px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    header .header-top {
        display: none;
    }

    header .header-bottom .inner {
        position: relative;
    }

    header .header-bottom .header-logo {
        float: left;
        width: auto;
        text-align: left;
        padding: 5px;
    }

    header .header-bottom .header-logo h2 {
        font-size: 11px;
        margin: 0 0 10px;
        line-height: 1;
        font-weight: bold;
    }

    header .header-bottom .header-logo ul {
        font-size: 0;
        padding: 5px 0 0;
    }

    header .header-bottom .header-logo ul li {
        display: inline-block;
        margin: 0 4px 0 0;
        color: #16a2e3;
        padding: 1px 7px;
        border: solid #16a2e3 1px;
        font-size: 10px;
    }

    header .header-bottom .header-logo img {
        width: auto;
        height: 50px;
    }

    header .header-bottom .header-meta {
        display: none;
    }

    header .header-bottom .header-contact {
        display: none;
    }

    .sp-header-menu {
        display: block;
        float: right;
    }

    .sp-header-menu ul {
        font-size: 0;
    }

    .sp-header-menu ul li {
        display: inline-block;
        width: 60px;
    }

    .sp-header-menu ul li img {
        height: 60px;
        width: auto;
    }

    /*------------------------------
グローバルナビ
------------------------------*/

    nav {
        display: none;
        width: 100%;
        height: calc(100vh - 60px);
        background: none;
        background-color: #1b1481;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 10000;
    }

    nav>ul {
        height: 100%;
        text-align: left;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    nav ul li {
        width: 100%;
        border-bottom: solid #54abf4 1px;
    }

    nav ul li a {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 16px;
    }

    nav ul li[class*="gnavi"] a span {
        height: auto;
        background-image: none;
        border-left: none;
    }

    nav ul li.pulldown ul {
        width: 94%;
        display: block;
        margin-left: auto;
        position: relative;
        top: 0;
    }

    nav ul li.pulldown ul li {
        border-bottom: none;
    }

    nav ul li.pulldown ul li a {
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    nav ul li.pulldown ul li a::before {
        content: '└';
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
    }

    /*------------------------------
フッター
------------------------------*/
    #pagetop {
        position: fixed;
        left: 0;
        bottom: 0 !important;
        display: none;
        background-color: #1b1481;
        width: 100%;
        text-align: center;
    }

    #pagetop a {
        padding: 5px 0;
        display: block;
    }

    #pagetop a:hover {
        opacity: .8;
    }

    #pagetop img {
        height: 40px;
        width: auto;
    }

    footer {
        padding: 20px 0 0;
        background: #1b1481;
        color: #fff;
    }

    footer .footer-main {
        padding: 0 20px 20px;
    }

    footer .footer-main-left {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 0 17px;
        text-align: center;
        margin: 0 0 20px;
    }

    footer .footer-main-right {
        width: 100%;
    }

    footer .footer-main-right .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .footer-main-right h3 {
        padding: 0 0 0 34px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-sitemap.png) no-repeat 0;
        font-size: 24px;
        margin: 0 0 20px;
    }

    footer .footer-main-right ul {
        width: 100%;
    }

    footer .footer-main-right ul li {
        font-size: 16px;
        line-height: 1.4;
        border-bottom: solid #3a32ac 1px;
    }

    footer .footer-main-right ul li a {
        color: #fff;
        padding: 10px;
        display: block;
    }

    footer .footer-main-right ul li a:hover {
        text-decoration: underline;
    }

    footer .footer-main-right ul li.child {
        padding: 0 0 0 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
    }

    footer .footer-logo {
        margin: 0 0 15px;
    }

    footer .footer-logo h2 {
        font-size: 19px;
        margin: 0 0 15px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
    }

    footer .footer-info {
        color: #000;
        font-size: 16px;
    }

    footer .footer-info p {
        margin: 0 0 20px;
    }

    footer .footer-info .tel {
        margin: 0 0 20px;
    }

    footer .copyright {
        font-weight: normal;
        text-align: center;
        font-size: 10px;
        padding: 20px 0;
        background: #0c0656;
        color: #fff;
    }

    /*------------------------------
メインビジュアル
------------------------------*/
    #main-visual {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/main-visual-bg.jpg) center top no-repeat;
        height: 150px;
        overflow: hidden;
        background-size: cover;
        position: relative;
    }

    #main-visual figure {
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 12px;
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    #main-visual figure img {
        width: 95%;
    }

    #main-visual .area {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(#);
        color: #fff;
        width: 100%;
    }

    #main-visual .area p {
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
    }

    /*------------------------------
コンテンツ
------------------------------*/

    #content {
        padding-top: 0;
        position: relative;
    }

    #main-content {
        margin: 0 0 40px;
    }

    #side-content {
        margin: 0 auto 60px;
        float: none;
    }

    /*------------------------------
下層ヘッダー 
------------------------------*/
    #page-header {
        height: 140px;
    }

    #page-header h2 {
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        color: #000;
        padding: 20px;
        text-align: left;
        text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    }

    #page-header h2 span {
        display: block;
        border-left: solid #0046b0 2px;
        padding: 0 20px;
        line-height: 1;
    }

    .breadcrumbs {
        padding: 10px;
        margin: 0 0 10px;
    }

    .breadcrumbs ul li {
        display: inline-block;
        margin: 0 .6em 0 0;
    }

    .subheader {
        text-align: center;
        margin: 0 0 30px;
        border-top: solid #00a2d7 3px;
        border-bottom: solid #00a2d7 1px;
        padding: 20px 20px;
        position: relative;
    }

    .subheader h2 {
        color: #1b1481;
        font-size: 20px;
        line-height: 1.3;
    }

    .subheader h3 {
        color: #1b1481;
        font-size: 20px;
        line-height: 1.3;
    }

    .subheader strong {
        color: #dd116c;
    }

    .subheader h3 small {
        display: inline-block;
        color: #00a2d7;
        font-weight: normal;
        font-size: 12px;
        padding: 10px 0 0;
    }

    .subheader h3 small:before {
        content: "ー"
    }

    .subheader h3 small:after {
        content: "ー"
    }

    .subheader img {
        vertical-align: middle;
    }

    .subheader .btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .subheader .btn a {
        border: solid #dadada 1px;
        border-radius: 3px;
        background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
        background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
        padding: 5px 10px;
        display: block;
    }

    .subheader .btn a span {
        background: url(#) no-repeat 0;
        padding: 0 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        color: #111;
        display: block;
    }

    .subheader .btn a:hover {
        opacity: .8;
    }

    .content {
        margin: 0 0 60px;
    }

    .banner-col {
        margin: 0 0 40px;
    }

    .banner-col ul {
        font-size: 0;
        text-align: center;
    }

    .banner-col.col3 ul li {
        margin: 0 auto;
    }

    .banner-col.col3 ul li+li {
        margin-top: 20px;
    }

    .banner-col.col3 ul li:last-child {
        margin-top: 20px;
    }

    /*------------------------------
サイド
------------------------------*/

    #side-content .side-contact {
        margin: 0 0 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
        position: relative;
        text-align: center;
        padding: 20px;
    }

    #side-content .side-contact .side-header {
        color: #1b1481;
        font-size: 24px;
        text-align: center;
        margin: 0 0 10px;
    }

    #side-content .side-contact figure {
        margin: 0 0 10px;
    }

    #side-content .side-contact p {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px;
    }

    #side-content .side-contact .time {
        color: #fff;
        background-color: #ff9600;
        font-size: 16px;
        line-height: 1.6;
    }

    #side-content .side-trouble {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
        padding: 20px;
        margin: 0 0 20px;
    }

    #side-content .side-trouble .title {
        margin: 0 0 10px;
        text-align: center;
    }

    #side-content .side-trouble ul {
        text-align: center;
    }

    #side-content .side-trouble ul li {
        margin: 0 0 1px;
    }

    #side-content .side-menu {
        margin: 0 0 20px;
    }

    #side-content .side-menu .side-header {
        margin: 0 0 20px;
    }

    #side-content .side-menu ul li {
        padding: 0 10px 15px 30px;
        margin: 0 0 15px;
        font-size: 15px;
        border-bottom: solid #efefef 1px;
    }

    #side-content .side-menu ul li a {
        display: block;
        padding: 0 0 0 16px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow.png) no-repeat 0;
        color: #000;
        font-size: 16px;
    }

    #side-content .side-area {
        margin: 0 0 20px;
        background-color: #f6ffe5;
        padding: 20px 10px;
        margin-left: -999rem;
        margin-right: -999rem;
        padding-left: 999rem;
        padding-right: 999rem;
    }

    #side-content .side-area .side-header {
        color: #0f7c17;
        font-size: 24px;
        margin: 0 0 10px;
        text-align: center;
    }

    #side-content .side-area .map {
        margin: 0 0 10px;
    }

    #side-content .side-area .map iframe {
        width: 100%;
        height: 240px;
    }

    #side-content .side-area p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
    }

    #side-content .side-banner {
        margin: 0 0 20px;
        text-align: center;
    }

    /*------------------------------
Index 
------------------------------*/

    #index-content01 {
        margin: 0 0 40px;
        text-align: center;
    }

    #index-content01 .head {
        position: relative;
        z-index: 2;
    }

    #index-content01 .body {
        position: relative;
        z-index: 1;
        top: -10px;
    }

    #index-content01 .image {
        padding: 20px 10px 0;
    }

    #index-content01 ul {
        font-size: 0;
        margin: 0 20px;
        text-align: center;
    }

    #index-content01 ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    #index-content01 ul li:last-child {
        margin: 0;
    }

    #index-content01 ul li figure {
        padding: 10px;
        border: solid #eee 1px;
    }

    #index-content01 ul li figure figcaption {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    #index-content02 {
        margin: 0 0 60px;
    }

    #index-content02 .box {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-blue-line.gif) repeat-x top;
        border-bottom: solid #143581 1px;
        background-color: #f4f4f4;
        padding: 30px 20px 20px 20px;
    }

    #index-content02 .head {
        border-bottom: solid #143581 1px;
        padding: 0 0 10px;
        margin: 0 0 30px;
    }

    #index-content02 .body {
        text-align: center;
    }

    #index-content02 .body ul {
        font-size: 0;
    }

    #index-content02 .body ul li {
        display: inline-block;
        width: 48%;
        margin: 0 4% 20px 0;
    }

    #index-content02 .body ul li:nth-child(2n) {
        margin: 0 0 20px;
    }

    #index-content03 {
        margin: 0 0 40px;
    }

    #index-content03 .box {
        border-top: solid #eee 1px;
        padding: 0 20px 20px 20px;
    }

    #index-content03 .head {
        position: relative;
        z-index: 2;
        top: -55px;
    }

    #index-content03 .body {
        text-align: center;
        margin: -40px 0 20px;
    }


    #index-content04 {
        margin: 0 0 40px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/index-content04-bg.png) no-repeat top;
        overflow: hidden;
        background-size: cover;
    }

    #index-content04 .head {
        margin: 0 0 30px;
        padding: 30px 30px 0 30px;
    }

    #index-content04 .body {
        padding: 0 30px 30px;
    }

    #index-content04 .text {
        padding: 10px 0 0;
    }

    #index-content04 .text p {
        font-size: 16px;
        line-height: 1.8;
        font-family: serif;
    }

    #index-content05 {
        margin: 0 0 40px;
    }

    #index-content05 .head {
        margin: 0 0 40px;
    }

    #index-content05 .head h2 small {
        padding: 20px 0 0;
        margin: 0 20px;
        display: block;
    }

    #index-content05 .btn {
        text-align: center;
    }

    #index-content05 .btn a {
        display: inline-block;
        padding: 20px 40px;
        border-radius: 10px;
        background-color: #ff9600;
        border: solid #fff 1px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    #index-content05 .btn a:hover {
        opacity: 0.7;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }

    #index-content05 .btn a span {
        display: block;
        padding: 0 0 0 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    article.example-entry {
        margin: 0 20px 40px;
    }

    article.example-entry .title {
        padding: 0 0 5px 40px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-home.png) no-repeat 0;
        border-bottom: solid #eee 1px;
        margin: 0 0 20px;
    }

    article.example-entry .title h3 a {
        font-size: 24px;
        color: #1b1481;
    }

    article.example-entry .ba {
        margin: 0 0 30px;
    }

    article.example-entry .ba ul {
        background-image: none;
    }

    article.example-entry .ba ul li {
        width: 100%;
        margin: 0 0 30px;
        position: relative;
    }

    article.example-entry .ba ul li:last-child {
        margin: 0;
    }

    article.example-entry .ba ul li span.icon {
        position: absolute;
        top: -10px;
        left: -10px;
    }

    article.example-entry .ba ul li figure {
        position: relative;
    }

    article.example-entry .ba ul li p {
        margin: 0 0 40px;
        padding: 0 0 0 30px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/below-arrow.png) no-repeat 0 10px;
        font-size: 18px;
        font-weight: bold;
    }

    article.example-entry .meta table {
        width: 100%;
        border-collapse: collapse;
    }

    article.example-entry .meta table th {
        border-bottom: dotted #eee 1px;
        padding: 5px 0;
        text-align: left;
        vertical-align: top;
        width: 20%;
    }

    article.example-entry .meta table th span {
        background-color: #00a2d7;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 5px 5px;
        display: block;
        text-align: center;
    }

    article.example-entry .meta table td {
        border-bottom: dotted #eee 1px;
        padding: 5px 0 5px 20px;
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.6;
    }

    #index-content06 {
        margin: 0 0 40px;
        border-top: solid #00a2d7 1px;
        border-bottom: solid #00a2d7 1px;
    }

    #index-content06 .head {
        position: relative;
        top: -25px;
        padding: 0 0 0 10px;
    }

    #index-content06 .head .btn {
        padding: 20px 0 0;
        text-align: center;
        position: static;
    }

    #index-content06 .body {
        padding: 0 30px;
    }

    article.report-entry {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 30px;
    }

    article.report-entry figure {
        width: 100%;
        text-align: center;
    }

    article.report-entry .text {
        width: 100%;
        margin-left: 0;
        padding: 10px 0 0;
    }

    article.report-entry .text h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    article.report-entry .text dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    article.report-entry .text dl dt {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        font-weight: bold;
    }

    article.report-entry .text dl dd {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        margin-left: 0;
    }

    #index-content07 {
        margin: 0 0 60px;
    }

    #index-content07 .box {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-blue-line.gif) repeat-x top;
        border-bottom: solid #143581 1px;
        background-color: #f4f4f4;
        padding: 30px 20px 20px 20px;
    }

    #index-content07 .head {
        border-bottom: solid #143581 1px;
        padding: 0 0 10px;
        margin: 0 0 30px;
    }

    #index-content07 .body {
        text-align: center;
    }

    #index-content07 .body ul {
        font-size: 0;
    }

    #index-content07 .body ul li {
        display: inline-block;
        width: 48%;
        margin: 0 4% 20px 0;
        text-align: left;
        vertical-align: top;
    }

    #index-content07 .body ul li:nth-child(2n) {
        margin: 0 0 20px;
    }

    #index-content07 .body ul li figcaption {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 1.6;
    }

    #index-content08 {
        margin: 0 0 60px;
    }

    #index-content08 .head {
        margin: 0 0 50px;
        text-align: center;
    }

    #index-content08 .head h2 {
        border-bottom: solid #ddd 1px;
        position: relative;
        line-height: 1;
        font-weight: normal;
    }

    #index-content08 .head span {
        font-family: serif;
        font-size: 18px;
        padding: 0 10px;
        display: inline-block;
        position: relative;
        background-color: #fff;
        top: 12px;
    }

    #index-content08 .body {
        margin: 0 20px 40px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/index-content08-bg.png) no-repeat top right;
        background-size: 400px;
        padding: 500px 0 0;
    }

    #index-content08 .body h3 {
        margin: 0 0 30px;
    }

    #index-content08 .body p {
        font-family: serif;
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 20px;
    }

    #index-content08 .body .btn {
        text-align: right;
    }

    #index-content08 .body .btn a {
        display: inline-block;
        padding: 0 0 0 15px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow.png) no-repeat 0;
        font-family: serif;
        font-size: 18px;
    }

    #index-content08 .image {
        margin: 0 20px;
    }

    #index-content08 .image ul {
        font-size: 0;
        text-align: center;
    }

    #index-content08 .image ul li {
        width: 60%;
        display: block;
        margin: 0 auto 10px;
    }

    #index-content08 .image ul li:last-child {
        margin: 0 auto;
    }

    #index-news .head {
        margin: 0 0 30px;
    }

    #index-news .body {
        margin: 0 30px;
    }

    #index-news .body table th {
        border-bottom: dotted #eee 1px;
        padding: 10px 0;
        text-align: left;
        vertical-align: top;
    }

    #index-news .body table th span {
        background-color: #00a2d7;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        padding: 5px 20px;
        display: block;
        text-align: center;
    }

    #index-news .body table td {
        border-bottom: dotted #eee 1px;
        padding: 10px 0 10px 40px;
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.6;
    }

    #index-news .body table td a {
        text-decoration: underline;
    }

    #index-news .body table td a:hover {
        text-decoration: none;
    }

    #index-news .body table tr:last-child th,
    #index-news .body table tr:last-child td {
        border-bottom: none;
    }

    .contact-banner {
        margin: 0 10px 30px;
    }

    .contact-banner .arrow {
        padding: 65px 0 0;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/contat-banner-arrow.png.jpeg) no-repeat center top;
        background-size: contain;
    }

    /*------------------------------
ページ
------------------------------*/

    .page-content {
        margin: 0 0 40px;
    }

    .page-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    /*------------------------------
初めての方へ
------------------------------*/

    #start-content01 .body {
        padding: 0 10px;
    }

    #start-content01 .text {
        padding: 30px 20px;
        border-radius: 10px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
        text-align: center;
    }

    #start-content01 .text p.line {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 20px;
        font-weight: bold;
    }

    span.marker {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
        background: linear-gradient(transparent 60%, #ffff66 60%);
    }

    #start-content01 .text p.box {
        background-color: #00a2d7;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    #start-content02 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/start-img02.png) no-repeat right top;
    }

    #start-content02 .text {
        padding: 380px 20px 0;
    }

    #start-content02 .text h3 {
        margin: 0 0 10px;
    }

    #start-content02 .text p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    #start-content03 .text {
        width: 100%;
        padding: 20px 20px 0;
    }

    #start-content03 figure {
        width: 80%;
        margin: auto;
        text-align: center;
        float: none;
    }

    #start-content03 .text p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 1em;
    }

    #start-content03 .text p strong {
        font-size: 24px;
        color: #ff9600;
    }

    /*------------------------------
屋根無料点検
------------------------------*/

    #tenken-content01 .head {
        margin: 0 10px 20px;
    }

    #tenken-content01 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/tenken-img02.png) no-repeat 0;
        background-size: cover;
        padding: 20px;
        text-align: center;
    }

    #tenken-content01 .body h4 {
        font-size: 30px;
        margin: 0 0 30px;
        font-family: serif;
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    }

    #tenken-content01 .body p {
        padding: 30px 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/trans-white.png);
        font-size: 14px;
        line-height: 1.8;
    }

    #tenken-content02 .text {
        margin: 0 10px;
    }

    #tenken-content02 .text h3 {
        font-size: 24px;
        margin: 0 0 30px;
        text-align: center;
    }

    #tenken-content02 .text ul {
        font-size: 0;
    }

    #tenken-content02 .text ul li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 4% 20px 0;
    }

    #tenken-content02 .text ul li:nth-child(even) {
        margin: 0 0 20px;
    }

    #tenken-content03 .body {
        margin: 0 20px 40px;
    }

    #tenken-content03 .body.anchor {
        margin: -60px 0 60px;
        padding: 60px 20px 0;
    }

    h4.title-tag {
        padding: 0 0 0 20px;
        border-left: solid #00a2d7 1px;
        font-size: 20px;
        margin: 0 0 30px;
        font-family: serif;
        font-weight: normal;
        color: #262087;
    }

    h4.title-tag small {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 5px;
        padding: 2px 20px;
        border-radius: 20px;
        background-color: #13b53d;
        color: #fff;
    }

    #tenken-content03 .body p {
        margin: 0;
    }

    #tenken-content03 .body .image {
        padding: 30px 0 0;
    }

    #tenken-content03 .text {
        text-align: center;
        padding: 0;
        border: solid #f1f1f1 1px;
        border-radius: 10px;
    }

    #tenken-content03 .text p {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 40px;
        padding: 20px;
        background-color: #00a2d7;
        color: #fff;
        border-radius: 10px;
    }

    #tenken-content03 .body figure.img-right {
        text-align: center;
        margin: 0 0 20px;
    }

    #tenken-content03 .text2 p {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 20px;
        padding: 20px;
        background-color: #00a2d7;
        color: #fff;
        text-align: center;
    }

    .text-deco {
        padding: 20px;
        border-radius: 10px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
    }

    #tenken-content03 .text-deco p {
        text-align: center;
        margin: 0 0 20px;
    }

    #tenken-content03 .text-deco p.large {
        font-size: 20px;
        font-family: serif;
        padding: 20px;
        background-color: #5aba21;
        color: #fff;
        margin: 0 -20px;
    }

    /*------------------------------
保障・保険
------------------------------*/

    #hoken-content01 {
        margin: 0 10px;
    }

    /*------------------------------
屋根修理業者選び方
------------------------------*/

    #select-content01 {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/select-img01.png) no-repeat right top;
        padding: 20px;
        background-size: cover;
    }

    #select-content01 .body {
        margin: 0 0 20px;
    }

    #select-content01 .body p {
        text-align: center;
        font-size: 14px;
        padding: 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/trans-white.png);
    }

    #select-content01 .body p strong {
        font-size: 20px;
        color: #1b1481;
    }

    #select-content01 .menu ul li {
        margin: 0 0 10px;
    }

    #select-content01 .menu ul li:last-child {
        margin: 0;
    }

    #select-content01 .menu ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block;
        text-align: center;
        color: #fff;
        font-weight: bold;
        border-radius: 6px;
        background-color: #00a2d7;
        border: solid #fff 1px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        font-size: 18px;
    }

    #select-content01 .menu ul li:nth-child(1) a,
    #select-content01 .menu ul li:nth-child(3) a {
        padding: 10px 0;
    }

    #select-content01 .menu ul li a:hover {
        opacity: .7;
    }

    /*------------------------------
費用について
------------------------------*/

    .price table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        background-color: #ddd;
        margin: 0 0 40px;
    }

    .price table caption {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .price table th {
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        width: 50%;
    }

    .price table td {
        background-color: #fff;
        padding: 10px;
        font-size: 14px;
        text-align: right;
    }

    /*------------------------------
保険利用
------------------------------*/

    #hokenriyou-content01 {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
        padding: 20px;
        border-top: solid #ddd 1px;
        border-bottom: solid #ddd 1px;
    }

    #hokenriyou-content01 .body p strong {
        font-size: 120%;
        color: #cc0000;
    }

    /*------------------------------
屋根修理メニュー
------------------------------*/

    #service-menu {
        margin: 0 20px 60px;
    }

    #service-menu ul {
        font-size: 0;
    }

    #service-menu ul li {
        width: 49%;
        display: inline-block;
        margin: 0 2% 20px 0;
    }

    #service-menu ul li:nth-child(even) {
        margin: 0 0 20px;
    }

    #service01-content01 .head {
        margin: 0 0 40px;
    }

    #service01-content01 .menu {
        padding: 0 20px;
    }

    #service01-content01 .menu ul {
        font-size: 0;
    }

    #service01-content01 .menu ul li {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        margin: 0 2% 20px 0;
    }

    #service01-content01 .menu ul li:nth-child(3n) {
        margin: 0 0 20px;
    }

    #service01-content01 .body {
        margin: 0 20px;
    }

    #serivce01-content02 .body {
        margin: 0 20px 40px;
    }

    #serivce01-content02 .body.anchor {
        margin: -60px 0 60px;
        padding: 60px 0 0;
    }

    #serivce01-content02 .body h3 {
        border-top: solid #00a2d7 3px;
        border-bottom: solid #00a2d7 1px;
        color: #00a2d7;
        font-size: 30px;
        margin: 0 0 30px;
        padding: 15px;
        text-align: center;
    }

    #serivce01-content02 .body h3 small {
        background-color: #00a2d7;
        display: inline-block;
        padding: 3px 30px;
        font-size: 16px;
        color: #fff;
    }

    #serivce01-content02 .body h4 {
        font-size: 20px;
        margin: 0 10px 30px;
        font-family: serif;
        text-align: center;
    }

    #serivce01-content02 .body p {
        margin: 0 10px;
    }

    #serivce01-content02 .body figure {
        padding: 30px 10px 0;
    }

    #serivce01-content02 .body p strong {
        font-size: 120%;
        color: #ff6c00;
    }

    #serivce01-content03 .body {
        margin: 0 20px 40px;
    }

    #serivce01-content03 .body h4 {
        margin: 0 0 30px;
    }

    #serivce01-content03 .body ul li {
        margin: 0 0 30px;
    }

    #serivce01-content03 .body ul li figure {
        margin: 0 0 20px;
    }

    #serivce01-content03 .body ul li dl dt {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 0 5px;
        border-bottom: solid #eee 1px;
        color: #1b1481;
    }

    #serivce01-content03 .body ul li dl dd {
        font-size: 16px;
        line-height: 1.6;
    }

    #serivce01-content03 .body ul li .cont h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 0 5px;
        border-bottom: solid #eee 1px;
        color: #1b1481;
    }

    #serivce01-content03 .text {
        text-align: center;
        line-height: 1.5;
        font-family: serif;
        padding: 20px;
        background-color: #ff6c00;
        margin: 0 0 60px;
    }

    #serivce01-content03 .text p {
        font-size: 18px;
        color: #fff;
    }

    #serivce01-content03 .text2 {
        text-align: center;
        line-height: 1.5;
        font-family: serif;
        padding: 20px;
        margin: 0 10px 40px;
        border: solid #ff6c00 1px;
        border-radius: 10px;
    }

    #serivce01-content03 .text2 p {
        font-size: 16px;
    }

    #serivce01-content03 .text2 p.large {
        font-size: 24px;
        margin: 0 0 30px;
        color: #ff6c00;
        font-weight: bold;
    }

    #serivce01-content04 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/stripe-grey.gif);
        padding: 20px;
    }

    #serivce01-content04 .body h4 {
        margin: 0 0 20px;
        font-size: 24px;
        color: #1b1481;
        text-align: center;
    }

    #serivce01-content04 .body ul {
        font-size: 0;
    }

    #serivce01-content04 .body ul li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 4% 20px 0;
        text-align: center;
    }

    #serivce01-content04 .body ul li:nth-child(even) {
        margin: 0 0 20px 0;
    }

    #serivce01-content04 .body ul li h5 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 10px 0 0;
    }

    #serivce01-content04 .body ul li p {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }

    .flow ol li {
        margin: 0 0 20px;
        padding: 0 20px 80px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/flow-arrow.png) no-repeat bottom center;
        background-size: 240px;
    }

    .flow ol li:last-child {
        margin: 0;
        padding: 0 20px;
        background: none;
    }

    .flow ol li h5 {
        font-size: 24px;
        margin: 0 0 20px;
        border-bottom: solid #eee 1px;
    }

    .flow ol li h5 span.num {
        font-size: 36px;
        font-style: italic;
        margin: 0 10px 0 0;
        color: #00a2d7;
        font-family: serif;
        font-weight: normal;
    }

    .flow ol li figure {
        margin: 0 0 20px;
        text-align: center;
    }

    #serivce01-content05 .body {
        margin: 0 20px;
    }

    #serivce01-content05 .body figure {
        padding: 10px 0 0;
        margin: 0 0 20px;
    }

    #serivce01-content06 .body {
        margin: 0 20px 60px;
    }

    #serivce01-content06 .body h4 {
        margin: 0 0 30px;
    }

    #serivce01-content06 .body figure {
        margin: 0 0 20px;
    }

    #serivce01-content06 .text {
        text-align: center;
        line-height: 1.5;
        font-family: serif;
        padding: 20px;
        background-color: #ff6c00;
        margin: 0 0 60px;
    }

    #serivce01-content06 .text p {
        font-size: 20px;
        color: #fff;
    }

    #service01-content07 .body {
        margin: 0 0 60px;
    }

    #service01-content07 .body h4 {
        margin: 0 0 10px;
    }

    #service01-content07 .body ul {
        font-size: 0;
    }

    #service01-content07 .body ul li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 4% 0 0;
    }

    #service01-content07 .body ul li:nth-child(even) {
        margin: 0;
    }

    #serivce01-content08 {
        margin: 0 20px 60px;
    }

    #serivce01-content08 .body {
        margin: 0 0 60px;
    }

    #serivce01-content08 .head h3 {
        margin: 0 0 20px;
        font-size: 30px;
        color: #100964;
        border-bottom: solid #eee 1px;
    }

    #serivce01-content08 .head h3 span.num {
        font-size: 48px;
        font-weight: normal;
        margin: 0 10px 0 0;
        font-style: italic;
        color: #00a2d7;
    }

    #serivce01-content08 .body figure {
        padding: 30px 0 0;
    }

    /*------------------------------
屋根の種類
------------------------------*/

    #type-content01 p {
        margin: 0 20px 40px;
    }

    #type-content01 ul {
        font-size: 0;
        margin: 0 20px;
        text-align: center;
    }

    #type-content01 ul li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 4% 20px 0;
    }

    #type-content01 ul li:nth-child(2n) {
        margin: 0 0% 20px 0;
    }

    #type-content02 article {
        margin: -60px 0 60px;
        padding: 60px 20px 0;
    }

    #type-content02 article h3 {
        margin: 0 0 20px;
        padding: 0 0 0 40px;
        font-size: 30px;
        color: #100964;
        border-bottom: solid #eee 1px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/icon-home.png) no-repeat 0 10px;
    }

    #type-content02 article figure {
        text-align: center;
        margin: 0 0 20px;
    }

    #type-content02 article .text p {
        margin: 0 0 30px;
    }

    #type-content02 article .text table {
        width: 100%;
        border-collapse: collapse;
    }

    #type-content02 article .text table th {
        background-color: #1b1481;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        padding: 3px 10px;
        width: 25%;
        border-bottom: solid #fff 5px;
    }

    #type-content02 article .text table td {
        font-size: 16px;
        line-height: 1.5;
        padding: 3px 20px;
        border-bottom: solid #fff 5px;
    }

    #type-content02 article .text dl dt {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 0 0 15px;
        border-left: solid #00a2d7 2px;
    }

    #type-content02 article .text dl dd {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 0 17px;
    }

    /*------------------------------
屋根点検
------------------------------*/
    #yanetenken-content01 .head {
        margin: 0 10px 40px;
    }

    #yanetenken-content01 .body {
        margin: 0 20px 60px;
    }

    #yanetenken-content01 .body figure {
        margin: 0 0 20px;
    }

    #yanetenken-content01 .body h5 {
        font-size: 20px;
        margin: 0 0 20px;
        color: #00a2d7;
        border-bottom: solid #eee 1px;
    }

    /*------------------------------
会社概要
------------------------------*/

    #company-content01 .body {
        margin: 0 20px;
    }

    #company-content01 .body p {
        font-size: 16px;
        line-height: 1.6;
    }

    #company-content01 .body figure {
        padding: 30px 0 0;
    }

    #company-content02 table {
        width: auto;
        border-collapse: separate;
        border-spacing: 1px;
        background-color: #ddd;
        margin: 0 10px 30px;
    }

    #company-content02 table th {
        background-color: #f1f1f1;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        padding: 10px;
        width: 25%;
    }

    #company-content02 table td {
        background-color: #fff;
        text-align: left;
        vertical-align: middle;
        font-size: 16px;
        padding: 10px;
    }

    #company-content02 .gmap iframe {
        width: 100%;
        height: 360px;
    }

    /*------------------------------
お得
------------------------------*/

    #value-content01 .head {
        margin: 0 0 30px;
    }

    #value-content01 .body {
        padding: 0 20px;
    }

    #value-content01 .body p {
        margin: 0 0 20px;
    }

    #value-content01 .body p strong {
        font-size: 24px;
        color: #ff6c00;
    }

    #value-content02 .head {
        margin: 0 10px 20px;
    }

    #value-content02 .body {
        padding: 0 20px;
    }

    #value-content02 .body p {
        margin: 0 0 20px;
    }

    #value-content02 .body p.large {
        text-align: center;
        font-size: 20px;
        padding: 20px;
        border-radius: 10px;
        background-color: #fff2e8;
        color: #ff6c00;
    }

    #contact-form {
        margin: 0 0 40px;
    }

    #contact-form p {
        margin: 0 0 30px;
        text-align: center;
    }

    #contact-form table {
        border-collapse: separate;
        width: 100%;
        margin: 0 0 20px;
        background-color: #ddd;
        border-spacing: 1px;
        display: block;
    }

    #contact-form table tr {
        display: block;
    }

    #contact-form table tbody {
        display: block;
    }

    #contact-form table th {
        display: block;
        padding: 10px;
        text-align: center;
        background-color: #f1f1f1;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
    }

    #contact-form table th span {
        display: block;
        margin: 5px auto 0;
        font-size: 12px;
        color: #fff;
        background-color: #d70000;
        border-radius: 20px;
        padding: 5px 10px;
        line-height: 1;
        width: 80px;
    }

    .mw_wp_form_confirm #contact-form table th span {
        display: none;
    }

    #contact-form table td {
        display: block;
        padding: 10px;
        text-align: center;
        background-color: #fff;
        line-height: 2;
    }

    #contact-form table td .error {
        display: block;
        padding: 5px 0 0;
    }

    #contact-form .chk .error {
        display: inline-block;
    }

    .mwform-zip-field {
        display: block;
        margin: 0 0 5px;
    }

    #contact-form table td input {
        max-width: 90%;
        padding: 6px;
        font-size: 18px;
        border: solid #ddd 1px;
        border-radius: 5px;
    }

    #contact-form table td textarea {
        max-width: 90%;
        padding: 10px;
        font-size: 18px;
        border: solid #ddd 1px;
        border-radius: 5px;
    }

    #contact-form .chk {
        text-align: center;
        margin: 0 0 20px;
        font-size: 18px;
    }

    #contact-form .btn {
        text-align: center;
    }

    #contact-form .btn .pp {
        margin: 0 0 20px;
    }

    #contact-form .btn input {
        display: inline-block;
        margin: 0 10px;
        padding: 10px 20px;
        font-size: 18px;
        border: none;
        cursor: pointer;
        color: #fff;
        border-radius: 6px;
    }

    #contact-form .btn input:hover {
        opacity: .8;
    }

    #contact-form .btn input.submit {
        background-color: #e79425;
    }

    #contact-form .btn input.back {
        background-color: #92cf43;
    }

    #contact-form .anchor {
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 10px 0;
        background-color: #4eab49;
        font-weight: normal;
    }

    #contact-form .policy {
        padding: 20px;
        border: solid #f1f1f1 1px;
        overflow: auto;
        margin: 0 0 20px;
    }

    #contact-form .policy p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 1em;
        text-align: left;
    }

    #contact-form .policy ul {
        margin: 0 0 1em;
    }

    #contact-form .policy ul li {
        font-size: 12px;
        line-height: 1.6;
    }

    #contact-form .mw_wp_form_confirm .policy,
    #contact-form .mw_wp_form_confirm .chk {
        display: none;
    }

    .example-menu {
        margin: 0 20px 30px;
    }

    .example-menu ul {
        font-size: 0;
    }

    .example-menu ul li {
        margin: 0 0 10px;
    }

    .example-menu ul li:last-child {
        margin: 0;
    }

    .example-menu ul li a {
        text-align: center;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        background-color: #0080ed;
        font-size: 16px;
    }

    .example-menu ul li a:hover {
        background-color: #f75700
    }

    .example-menu ul li a span {
        background: url(#) no-repeat 0;
        padding: 0;
        display: block;
    }

    #example-list .body {
        padding: 0 20px;
    }

    #example-list article {
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: dotted #ddd 1px;
    }

    #example-list article h3 {
        margin: 0 0 20px;
        font-size: 24px;
        border-left: solid #0080ed 5px;
        padding: 0 0 0 15px;
    }

    #example-list article figure figcaption {
        padding: 10px 0 0;
    }

    #example-list article figure figcaption p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px;
    }

    #example-list article .btn {
        text-align: right;
    }

    #example-list article .btn a {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        background-color: #00a2d7;
        font-size: 16px;
    }

    #example-list article .btn a:hover {
        background-color: #f75700
    }

    #example-list article .btn a span {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
        padding: 0 0 0 20px;
        display: block;
    }

    #example-entry .body {
        margin: 0 0 40px;
    }

    #example-entry .body p {
        font-size: 16px;
        line-height: 1.6;
    }

    #example-entry article {
        padding: 0 20px 40px;
        border-bottom: dotted #ddd 1px;
    }

    #example-entry article h4 {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 20px;
        font-family: serif;
    }

    #example-entry .comment {
        margin: 0 0 40px;
    }

    #example-entry .comment h4 {
        margin: 0 0 20px;
        font-size: 20px;
        border-left: solid #00a2d7 1px;
        padding: 0 0 0 19px;
    }

    #example-entry .comment p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 0 20px;
    }

    #example-entry .comment figure {
        text-align: center;
    }

    #example-entry .comment figure img {
        width: 60%;
    }

    #example-entry .comment figure figcaption {
        padding: 20px 0 0;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    #example-entry .btn {
        padding: 20px 0 0;
        text-align: center;
    }

    #example-entry .btn a {
        display: inline-block;
        padding: 20px 40px;
        border-radius: 10px;
        background-color: #ff9600;
        border: solid #fff 1px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    #example-entry .btn a:hover {
        opacity: 0.7;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }

    #example-entry .btn a span {
        display: block;
        padding: 0 0 0 20px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/arrow-white.png) no-repeat 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    #voice-entry .body {
        margin: 0 0 40px;
    }

    #voice-entry .body p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    #voice-entry article {
        padding: 0 20px 40px;
        border-bottom: dotted #ddd 1px;
    }

    #voice-entry article h3 {
        margin: 0 0 20px;
        font-size: 24px;
        border-left: solid #0080ed 5px;
        padding: 0 0 0 15px;
    }

    #voice-entry article h4 {
        text-align: center;
        font-size: 24px;
        margin: 0 0 30px;
        padding: 5px;
        border: solid #0080ed 1px;
        border-radius: 10px;
        color: #0080ed;
    }

    #voice-entry .thumbnails {
        margin: 0 0 30px;
    }

    #voice-entry .thumbnails img {
        width: 100%;
        height: auto;
    }

    #voice-entry .comment {
        clear: both;
    }

    #voice-entry .comment figure {
        text-align: center;
    }

    #voice-entry .comment figure img {
        width: 60%;
    }

    #voice-entry .comment figure figcaption {
        padding: 20px 0 0;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    #voice-entry article dl {
        margin: 0 0 20px;
    }

    #voice-entry article dl dt {
        padding: 5px 0 0 60px;
        min-height: 35px;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/question.png) no-repeat 0 0;
    }

    #voice-entry article dl dd {
        font-size: 16px;
        line-height: 1.6;
        padding: 5px 0 0 60px;
        min-height: 35px;
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/answer.png) no-repeat 0 0;
    }

    #report-entry .body {
        margin: 0 20px 40px;
    }

    #report-entry .body p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    #report-entry article {
        padding: 0 0 40px;
    }

    #report-entry article h3 {
        margin: 0 0 20px;
        font-size: 20px;
        border-left: solid #00a2d7 5px;
        padding: 0 0 0 15px;
    }

    #report-entry .thumbnails {
        text-align: center;
    }

    #report-entry .body img {
        display: block;
        margin: 0 auto;
    }

    .date {
        text-align: right;
        margin: 0 0 10px;
    }

    #policy-content .body {
        margin: 0 20px 60px;
    }

    #policy-content .body p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    #policy-content .body dl {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    #policy-content .body dl dt {
        font-weight: bold;
        margin: 0 0 10px;
    }

    #toryo-content01 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/bg01.jpg) no-repeat right top;
        padding: 420px 0 0;
    }

    #toryo-content02 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/bg02.jpg) no-repeat right top;
        padding: 420px 0 0;
    }

    #toryo-content05 .body {
        background: url(/import/tenant_1/160.16.198.135/rtch.jp/wp-content/themes/retec/tpl/img/toryo/img03.png) no-repeat right top;
        padding: 420px 0 0;
    }

    .table-list table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        background-color: #f1f1f1;
    }

    .table-list table th {
        text-align: center;
        padding: 10px;
        font-size: 16px;
        background-color: #f1f1f1;
    }

    .table-list table td {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        background-color: #fff;
        padding: 10px;
    }

    .table-list table td.title {
        width: 25%;
    }

    .table-list table td.time {
        width: 25%;
        font-size: 16px;
        font-weight: bold;
    }

    .table-list table td.description {
        width: 50%;
        text-align: left;
        font-size: 12px;
    }
}
