@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    color: #333;
}

a:active {
    color: #333;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/

/* テキストの位置 */

.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* フォントの大きさ（プラス） */

.fsP1 {
    font-size: 1.08em !important;
}

.fsP2 {
    font-size: 1.16em !important;
}

.fsP3 {
    font-size: 1.24em !important;
}

.fsP4 {
    font-size: 1.32em !important;
}

.fsP5 {
    font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */

.fsM1 {
    font-size: 0.92em !important;
}

.fsM2 {
    font-size: 0.84em !important;
}

.fsM3 {
    font-size: 0.76em !important;
}

.fsM4 {
    font-size: 0.68em !important;
}

.fsM5 {
    font-size: 0.6em !important;
}

/* フォントの太さ */

.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

.notice-r{
    color: #d00000;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
    min-width: 1200px;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

#container {
    text-align: left;
}

#main {}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    display: inline-block;
}

.sp {
    display: none !important;
}

#main article{
    position: relative;
    overflow: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
    margin: 0 auto;
    padding: 10px 0 10px;
    width: 1100px;
    overflow: hidden;
}

#gHeader h1 {
    float: left;
}

#gHeader h1 a:hover img {
    opacity: 0.7;
}

#gHeader .rBox {
    float: right;
    width: auto;
    position: relative;
    overflow: hidden;
}

#gHeader .rBox .btn {
    float: right;
    margin: 0;
}

#gHeader .rBox .btn a:hover img {
    opacity: 0.7;
}



#gHeader .rBox .tel .time {
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

#gHeader .rBox .tel .time br {
    display: none;
}
header .floatL p{
    font-size: 14px;
}

header .tel {
    font-size: 14px;
    margin-right: 20px;
}

header .tel span {
    background: url(./img/common/ico_fdl.png) no-repeat left center;
    color: #d00000;
    font-size: 56px;
    line-height: 1;
    padding: 0 0 0 70px;
    margin: 0 10px 0 0;
    font-family: "Impact", Gadget, 'Anton', sans-serif;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
    padding: 25px 0;
    border-top: 8px solid #1dae36;
}

#gFooter .fInner {
    margin: 0 auto;
    width: 1000px;
}

#gFooter .fBox {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

#gFooter .fInner .fLogo {
    float: left;
}

#gFooter .fInner .fLogo a:hover img {
    opacity: 0.7;
}

#gFooter .fInner .rBox {
    float: right;
    text-align: right;
    width: 620px;
}

#gFooter .fInner .rBox .top {
    margin: 0;
    font-weight: bold;
}

#gFooter .fInner .rBox p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

#gFooter .fInner .rBox .btn {
    float: right;
}

#gFooter .fInner .rBox .btn a {
    padding: 4px 10px 4px 37px;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 15px;
    box-sizing: border-box;
    background: #f60 url(./img/common/icon04.png) no-repeat 15px 7px;
    border-radius: 5px;
}

#gFooter .fInner .copyright {
    font-size: 13px;
}

#gFooter .fInner .rBox .btn a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/

#main .comBox {
    padding-top: 15px;
    float: right;
    width: 420px;
}

#main .comBox .topImg {
}

#main .comBox .contactBox {
    padding: 0 20px 10px;
    border: 1px solid #CBCBCB;
    border-top: none;
    background-color: #EEE;
}

#main .comBox table {
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
}

#main .comBox th,
#main .comBox td {
    padding: 15px 0;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #CBCBCB;
}

#main .comBox th {
    width: 30.5%;
}

#main .comBox td {
    padding-left: 15px;
    width: 69.5%;
}

#main .comBox td input {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 3px;
}

#main .comBox th .must {
    margin-top: 5px;
    padding: 3px 0 1px;
    width: 32px;
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    text-align: center;
    background-color: #CC161B;
}

#main .comBox th .any {
    margin-top: 5px;
    padding: 3px 0 1px;
    width: 32px;
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    text-align: center;
    background-color: #CBCBCB;
}

#main .comBox .submit input:hover {
    opacity: 0.7;
}

#main .comBox .notes {
    margin: 30px 0 0 -5px;
}

#main .comBox .submit {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*#main .comBox .submit input {
    -webkit-animation: icon 2s ease-in-out infinite;
    animation: icon 2s ease-in-out infinite;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes icon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}*/

#main .comBox .submit {
  overflow: hidden;
    position: relative;
}
#main .comBox .submit:after {
  -moz-animation: is-reflection 5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 5s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
#main .comBox .submit + #main .comBox .submit:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/*------------------------------------------------------------
	content
------------------------------------------------------------*/

#main .content {
    margin: 0 auto;
    width: 1100px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/*------------------------------------------------------------
	ttlBox
------------------------------------------------------------*/

#main .ttlBox,
#main h2.fullWidth{
    margin-bottom: 45px;
    padding: 20px 0 20px;
    position: relative;
    background: #1dae36;
    border-top: #7ec48a solid 10px;
    color: #fff;
    font-size: 34px;
    text-align: center;
}

#main .ttlBox h2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
}

#main .ttlBox:before,
#main h2.fullWidth:after{
        content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 33px solid transparent;
    border-top-color: #1dae36;
    top: 100%;
    left: 0;
    right: 0;
    margin:auto;
}



/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/

#main .headLine01 {
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 23px !important;
    border-top: 7px solid #f60;
    background-color: #EDEDED;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/


#main .headLine02 {
    font-size: 18px;
    padding: 0 0 0 50px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
}

#main .headLine02:before,
#main .headLine02:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    font-size: 30px;
    line-height: 1.0;
    background: #1dae36;
    width: 20px;
    height: 20px;
}

#main .headLine02:before {
    left: 0;
    opacity: 0.5;
}

#main .headLine02:after {
    left: 23px;
}


/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/

#main .comPhotoBox {
    width: 350px;
    float: left;
    position: relative;
    margin:0 40px 10px 0;
    text-align: center;
}

/*
#main .comPhotoBox .speImg {
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 10;
}
*/

#main .comPhotoBox .name {
    position: relative;
    margin: -20px 0 10px 0;
    padding:10px 20px;
    display: block;
    color: #fff;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #23ac39;
    text-align: left;
}
#main .comPhotoBox h5{
    font-size: 22px;
}
#main .comPhotoBox p{
    font-size: 25px;
    font-weight: bold;
}

#main .comPhotoBox span {
    font-size: 16px;
}

/*------------------------------------------------------------
	comSec
------------------------------------------------------------*/

#main .comSec {
    padding: 25px 0 30px;
    background: url(./img/common/sec01_bg.png) repeat center top;
}

#main .comSec .lBox {
    float: left;
    width: 665px;
    position: relative;
}

#main .ceoBox{
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#main .comSec .lBox img{
    z-index: 1;
    position: relative;
}

#main .comSec .lBox .topImg{
    margin-bottom: 20px;
}

#main .comSec .lBox .photo {
    right: 0;
    top: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
}


#main .comSec .lBox .name {
    padding: 10px 20px;
    display: block;
    color: #fff;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    width: 380px;
    line-height: 1.2;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #23ac39;
    margin: 30px 0 0;
        z-index: 0;
}

/*#main .comSec .lBox .name .iconImg {
    position: absolute;
    right: 24px;
    top: -106px;
}*/

#main .comSec .lBox h5{
    font-size: 22px;
}

#main .comSec .lBox  span {
    font-size: 16px;
}

#main .comSec .lBox  span.en{
    display: block;
    color: rgba(255,255,255,0.7);
}

#main .comSec .lBox .logoImg {
    display: inline-block;
    width: 285px;
    height: auto;
}

#main .comSec .lBox .logoImg img {
margin: 0;
width: 100%;
}

#main .comSec .lBox .btmText {
    margin: 0px auto 0;
    padding: 12px 0 10px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 0.2px;
    background-color: #f60;
}

#main .comSec .comBox {
    padding: 5px 0 0;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/

.mainVisual {
    background-color: #4596c9;
}

.mainVisual .mainImg {
    margin: 0 auto;
    width: 1100px;
}



/*------------------------------------------------------------
	reasonBox,pointBox
------------------------------------------------------------*/

#main .reasonBox,
#main .pointBox{
    
}

#main .reasonBox h3,
#main .pointBox h3{
    margin-bottom: 25px;
    font-size: 34px;
}

#main .comNumBox {
    margin-bottom: 30px;
}

#main .comNumBox01 {
    margin-bottom: 20px;
}

#main .comNumBox02 {
    margin-bottom: 35px;
}

#main .comNumBox .lImg,
#main h3 .lImg{
    margin-right: 80px;
    float: left;
    background: #f60;
    width: 145px;
    height: 145px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;  
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#main .comNumBox .lImg:after,
#main h3 .lImg:after{
    content: '';
    background: url(./img/common/icon02.gif) no-repeat right center;
    width: 54px;
    height: 38px;
    display: block;position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 110%;
}


#main .comNumBox .rText,
#main h3 .rText {
    padding-top: 0px;
    font-size: 84px;
    font-weight: bold;
    line-height: 1.2;
}
#main h3 strong{
    color: #d00000;
}
#main .comNumBox .rText .colorText01 {
    color: #d00000;
}

#main .comNumBox .rText .text,
#main h3 .rText .text{
    font-size: 34px;
    display: inline;
}



#main .sec01 {
    background: url(./img/common/sec01_bg.png) repeat left top;
}

#main .sec01 .content {
    padding-bottom: 0;
}

#main .sec01 .topBox {
    margin-bottom: 30px;
}

#main .sec01 .topBox .lBox {
    float: left;
    width: 680px;
}

#main .sec01 .topBox .lBox .topImg {
    margin-bottom: 15px;
}

#main .sec01 .listUl li {
    margin-right: 10px;
    float: left;
    width: 205px;
    background: #23ac39;
    border-radius:  4px;
}

#main .sec01 .listUl li .btmBox {
    padding: 10px;
    color: #fff;
    line-height: 1.45;
    text-align: left;
}

#main .sec01 .listUl li .btmBox p {
    font-size: 14px;
}


#main .sec01 .btmBox {
    padding: 0 0 20px 210px;
    position: relative;
    box-sizing: border-box;
}


#main .sec01 .btmBox .title {
    padding: 5px 0;
    margin: 0 0 25px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #f60;
    text-align: center;
}

#main .sec01 .btmBox .tel {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#main .sec01 .btmBox .time {
    font-size: 28px;
    text-align: right;
}

#main .sec01 .btmBox .photo01 {
    position: absolute;
    left: 4px;
    top: -12px;
}

#main .sec01 .btmBox .photo02 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#main .sec02 {
    padding:  0 0;
}

#main .sec02 .topImg {
    margin-bottom: 30px;
    text-align: center;
}

#main .sec02 .inner {
    margin: 0 auto 30px;
    width: 1100px;
}

#main .sec02 .inner .textBox {
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    border: #f60 5px solid;
}

#main .sec02 .inner .textBox ul {
    position: relative;
    overflow: hidden;
}

#main .sec02 .inner .textBox li {
    padding: 7px 0 5px 45px;
    font-size: 22px;
    font-weight: bold;
    background: url(./img/common/sec02_icon01.gif) no-repeat 7px center;
    border-bottom: 1px dotted #333;
    width: 48%;
    width: calc( 50% - 10px ) ;
    float: left;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .sec02 .inner .textBox li:nth-child(2n){
    margin-right: 0;
}
#main .sec02 .inner .textBox li:nth-child(-n+2){
    border-top: #333 dotted 1px;
}
#main .sec02 .imgSection {
    margin-bottom: 30px;
    min-height: 350px;
    background: url(./img/common/sec02_bg01.jpg) no-repeat center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#main .sec02 .imgSection img {
    padding-top: 23px;
    margin: 0 auto;
    display: block;
}

#main .sec02 .topText {
    margin-bottom: 5px;
    text-align: center;
}

#main .sec02 .topText span {
    padding: 3px 55px 0;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: #00479d;
    border-radius: 30px;
}

#main .sec02 .ttl {
    margin-bottom: 15px;
    color: #00479d;
    font-size: 49px;
    font-weight: bold;
    text-align: center;
}

#main .sec02 .ttl span {
    color: #d00000;
}

#main .sec02 .listUl {
    margin-bottom: 40px;
    padding: 0 50px;
}

#main .sec02 .listUl li {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: -webkit-box; 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#main .sec02 .listUl li .imgBox {
    position: relative;
    /* float: left; */
    margin-right: 20px;
    /* width: 20%;
    flex-basis: 450px; */
}
#main .sec02 .listUl li .imgBox img{
    width: 170px;
    height: auto;
}
#main .sec02 .listUl li .imgBox span {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 0px 1px #00479d, 0px -2px 1px #00479d, 0px 2px 1px #00479d, -2px 0px 1px #00479d;
    line-height: 1.2;
}

#main .sec02 .listUl li p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

#main .sec02 .listUl li p strong{
    color: #d00000;
}

#main .sec02 .detailBox {
    padding: 0;
    background: url(./img/common/sec01_bg.png) repeat center top;
}

#main .sec02 .detailBox .content {
    width: 1000px;
    position: relative;
    overflow: hidden;
}

#main .sec02 .detailBox .lBox {
    float: left;
    width: 240px;
}

#main .sec02 .detailBox .lBox .text01 {
    margin-bottom: 15px;
    padding: 32px 0;
    width: 226px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 55px;
    background-color: #f60;
    border-radius: 220px;
}

#main .sec02 .detailBox .lBox .subBox .lImg {
    padding-right: 5px;
    float: left;
}

#main .sec02 .detailBox .lBox .subBox .info {
    padding-top: 30px;
    float: left;
    width: 126px;
    text-align: center;
}

#main .sec02 .detailBox .lBox .subBox .info .star {
    margin: 0 0 5px;
    padding: 2px 0 4px;
    font-size: 19px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    color: #d00000;
    line-height: 1;
}

#main .sec02 .detailBox .lBox .subBox .info p {
    margin: 0px 0 15px;
    font-size: 15px;
    line-height: 1.2;
}

#main .sec02 .detailBox .lBox .subBox .info p span {
    font-size: 20px;
    font-weight: bold;
}

#main .sec02 .detailBox .lBox .subBox .info p .topSpan {
    margin-bottom: -3px;
    color: #d00000;
    display: block;
}

#main .sec02 .detailBox .lBox .text01 span {
    margin-bottom: -1px;
    display: block;
    font-size: 29px;
}

#main .sec02 .detailBox .rBox {
    float: right;
    width: 750px;
}

#main .sec02 .detailBox .rBox .top {
    padding: 5px 20px 2px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #23ac39;
}

#main .sec02 .detailBox .rBox .borderBox {
    padding: 15px 15px 0px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
}

#main .sec02 .detailBox .rBox .photoList li {
    margin: 0 20px 20px 0;
    float: left;
    width: 226px;
}

#main .sec02 .detailBox .rBox .photoList li:nth-child(3n) {
    margin: 0 0 20px 0;
}

#main .sec02 .detailBox .rBox .photoList li .photo {
    position: relative;
}

#main .sec02 .detailBox .rBox .photoList li .textUl {
    position: absolute;
    left: 30px;
    bottom: 8px;
    width: 165px;
}

#main .sec02 .detailBox .rBox .photoList li .textUl li {
    padding: 2px 0;
    width: 165px;
    margin: 0 0 5px;
    float: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    background-color: #d00000;
}

#main .sec02 .detailBox .rBox .photoList li .textUl li:last-child {
    margin: 0;
    padding: 2px 0;
    font-size: 0;
    background-color: #fff;
    border-radius: 5px;
    color: #d00000;
    font-size: 16px;
    line-height: 1;
}

#main .sec02 .detailBox .rBox .photoList li .textUl li:last-child img {
    display: inline-block;
    padding: 0 1.5px;
}

#main .sec02 .detailBox .rBox .photoList li p {
    margin-top: 10px;
    font-size: 13px;
}

#main .sec03 .ttlBox {
    margin-bottom: 40px;
}

#main .sec03 .topInner {
    margin: 0 0 30px 0;
    position: relative;
}

#main .sec03 .topInner .photoList {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#main .sec03 .topInner .photoList li {
    margin: 0 0 10px 0;
    float: left;
}

#main .sec03 .topInner .photoList li:nth-child(2n){
    float: right;
}
#main .sec03 .topInner .photoList li:nth-child(-n+2){
    margin-top: 0;
}
#main .sec03 .topInner .textBox {
}

#main .sec03 .topInner .textBox p {
    line-height: 2.05;
}
#main .sec03 .topInner .imgLayer{
    position: absolute;
    bottom: 0;
    right: 0;
}


#main .sec03 .mapBox {
    margin-bottom: 60px;
}

#main .sec03 .mapBox .map {
    float: left;
}

#main .sec03 .mapBox .textBox {
    float: right;
    width: 736px;
}

#main .sec03 .mapBox .textBox p {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

#main .sec03 .mapBox .textBox .textSpan01 {
    color: #d00000;
}

#main .sec03 .mapBox .textBox .textSpan02 {
    text-decoration: underline;
}

#main .sec03 .tabBox {
    padding-top: 5px;
    margin-bottom: 45px;
}

#main .sec03 .tabBox table {
    width: 100%;
    border-collapse: collapse;
}

#main .sec03 .tabBox th,
#main .sec03 .tabBox td {
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: middle;
}

#main .sec03 .tabBox th {
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    background-color: #00479d;
}

#main .sec03 .tabBox td {
    padding: 10px;
    line-height: 1.6;
    background-color: #EEE;
    vertical-align: top;
}

#main .sec03 .tabBox td dt {
    padding: 15px 0 0 5px;
    float: left;
}

#main .sec03 .tabBox td dd {
    padding-left: 15px;
    min-height: 48px;
    margin-left: 45px;
    background: url(./img/common/sec03_dl_bg.gif) repeat-y left top;
}

#main .sec03 .innerBox {
    margin-bottom: 55px;
}

#main .sec03 .innerBox .photoBox {
    float: right;
    margin-left: 50px;
}

#main .sec03 .innerBox .textBox {
    overflow: hidden;
}

#main .sec03 .innerBox .textBox .headLine02 {
    margin-bottom: 15px;
}

#main .sec03 .innerBox .textBox p {
    line-height: 2.05;
}

#main .sec03 .innerBox01 {
    margin-bottom: 25px;
}

#main .sec03 .innerBox01 .photoBox {
    float: left;
    margin: 0 50px 0 0;
}

#main .sec03 .innerBox01 .textBox {
    overflow: hidden;
}

#main .sec03 .imgUl {
    margin-bottom: 30px;
}

#main .sec03 .imgUl li {
    margin-right: 12px;
    float: left;
}

#main .sec03 .imgUl li:last-child {
    margin: 0;
}

#main .sec04 {
    background: url(./img/common/sec04_bg.png) repeat left top;
}
#main .sec04 .content{
    padding-top: 0;
}

#main .sec04 .ttlBox {
    margin-bottom: 50px;
}

#main .sec04 .imgList {
    margin: 0 0 15px 0;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#main .sec04 .imgList li {
    /*padding-right: 15px;*/
    /*float: left;*/
    position: relative;
    z-index: 1;
}

#main .sec04 .imgList li:nth-child(2n) {
    margin: 95px 0 0 0;
}

#main .sec04 .imgList li:last-child {
    padding: 0;
}

#main .sec04 .imgList li:before{
    background: #1dae36;
    width: 220px;
    height: 220px;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    z-index: -1;
    border-radius: 50%;
}
#main .sec04 .imgList li:after{
    content: '';height: 0;
    position: absolute;
    width: 0;
    border: 13px solid transparent;
    border-top: #1dae36 solid 20px;
    border-bottom: none;
    top: 230px;
    left: 0;
    right: 0;
    margin: auto;
}
#main .sec04 .imgList li:nth-child(2n):before{
    width: 190px;
    height: 190px;
}

#main .sec04 .imgList li:nth-child(2n):after{
    top: inherit;
    bottom: -30px;
}

#main .sec04 .photoList {
    margin-right: -5px;
    overflow: hidden;
}

#main .sec04 .photoList li {
    padding-right: 5px;
    float: left;
}

#main .sec04 .photoList li:last-child {
    padding: 0;
}

#main .sec05 .ttlBox {
    margin-bottom: 35px;
}

#main .sec05 .listUl {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

#main .sec05 .listUl li {
    padding: 20px;
    margin-top: 40px;
    float: left;
    width: 530px;
    box-sizing: border-box;
    background: url(./img/common/sec05_bg.jpg) repeat left top;
}

#main .sec05 .listUl li:nth-child(-n+2){
    margin-top: 0;
}

#main .sec05 .listUl li:nth-child(even) {
    float: right;
}
#main .sec05 .listUl li .worksPhoto{
    position: relative;
}
#main .sec05 .listUl li .photo {
    margin-bottom: 20px;
    border: 8px solid #fff;
    border-radius: 4px;
    width: 490px;
    height: 400px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#main .sec05 .listUl li .photoBefore{
    width: 140px;
    height: 140px;
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #fff solid 3px;
    bottom: 20px;
    left: 20px;
}

#main .sec05 .listUl li .photo img,
#main .sec05 .listUl li .photoBefore img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    display: inline-block;
}
/* #main .sec05 .listUl li .worksPhoto:after{
    content: url(./img/common/ico_before.png);
    position: absolute;
    bottom:25px;
    left: 130px;
} */


#main .sec05 .listUl li .ttlImg {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
    background: #23ac39;
    border-radius: 35px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main .sec05 .listUl li .ttlImg:after{
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 13px solid transparent;
    border-top: #23ac39 solid 20px;
    border-bottom: none;
    top: 85%;
    left: 0;
    right: 0;
    margin: auto;
}
#main .sec05 .listUl li .pBox {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}

#main .sec05 .listUl li .pBox p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.55;
}

#main .sec06 {
    padding-bottom: 65px;
    background: url(./img/common/sec02_bg.png) center center;
}

#main .sec06 h3 strong{
    color: #f60;
}

#main .sec06 h3 .lImg{
    background: #d00000;
}

#main .sec06 .whiteBox {
    margin-bottom: 40px;
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}



#main .sec06 .whiteBox .textDl {
    margin: 20px 0 30px;
    padding-bottom: 7px;
    background-color: #F37027;
    border-radius: 5px;
}

#main .sec06 .whiteBox .textDl dt {
    padding: 10px 0 0 25px;
    color: #fff;
    float: left;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.05;
}

#main .sec06 .whiteBox .textDl dd {
    padding: 10px 10px 3px 185px;
}

#main .sec06 .whiteBox .textDl dd .textSpan {
    padding-top: 15px;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#main .sec06 .whiteBox .textDl dd ul {
    float: right;
}

#main .sec06 .whiteBox .textDl dd ul li {
    padding-left: 6px;
    float: left;
    width: 77px;
    color: #F37027;
    line-height: 1.1;
    text-align: center;
}

#main .sec06 .whiteBox .textDl dd ul li .info {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 5px;
}

#main .sec06 .whiteBox .textDl dd ul li .infoText {
    padding: 13px 0 10px;
    display: table-cell;
    color: #F37027;
    font-size: 23px;
    font-weight: bold;
    vertical-align: middle;
}

#main .sec06 .whiteBox .textDl dd ul li .infoText01 {
    font-size: 17px;
}

#main .sec06 .subBox {
    margin: 25px 0;
}

#main .sec06 .subBox .info {
    float: left;
    width: 512px;
}

#main .sec06 .subBox .info01 {
    float: right;
}

#main .sec06 .subBox .info .top {
    margin-bottom: 10px;
    padding: 10px 10px 5px 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #00479d;
}

#main .sec06 .subBox .info .top span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}

#main .sec06 .subBox table {
    width: 100%;
    border-collapse: collapse;
}

#main .sec06 .subBox th,
#main .sec06 .subBox td {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #CBCBCB;
}

#main .sec06 .subBox th {
    padding: 3px 0 2px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #23ac39;
}

#main .sec06 .subBox td {
    padding: 10px 5px;
    font-size:20px;
    font-weight: bold;
    line-height: 1.4;
}

#main .sec06 .subBox .tdStyle01 {
    font-size: 20px;
    text-align: center;
}

#main .sec06 .subBox .tdStyle02 {
    font-size: 22px;
    color: #d00000;
    text-align: right;
}

#main .sec06 .subBox .notes {
    font-size: 16px;
    text-align: right;
}

#main .sec06 .whiteBox .btmText {
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.65;
}

#main .sec06 .whiteBox .textSpe {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 7px solid #00479d;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
}

#main .sec06 .whiteBox .textSpe .top {
    margin-bottom: 8px;
    font-size: 31px;
    display: block;
}

#main .sec06 .whiteBox .textSpe .textSpan01 {
    color: #23ac39;
}

#main .sec06 .whiteBox .textSpe .textSpan02 {
    color: #d00000;
}

#main .sec06 .whiteBox .textSpe .speImg {
    position: absolute;
    right: 0px;
    top: 15px;
}

#main .sec06 .whiteBox .photoList {
    margin-bottom: 20px;
}

#main .sec06 .whiteBox .photoList li {
    padding-right: 25px;
    float: left;
}

#main .sec06 .whiteBox .photoList li:last-child {
    padding-right: 0;
}

#main .sec06 .whiteBox .text01 {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
}

#main .sec06 .whiteBox .btmInner .photoBox {
    float: left;
}

#main .sec06 .whiteBox .textBox {
    margin: 25px 0 0
}

#main .sec06 .whiteBox .textBox p {
    font-size: 20px;
}
#main .sec06 h4{
    background: #1dae36;
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 25px;
}

#main .sec06 h4 span{
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
#main .sec06 .menuList{
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#main .sec06 .menuList:last-child{
    margin-bottom: 0;
}

#main .sec06 .menuList li{
    float: left;
    margin-top: 20px;
}

#main .sec06 .menuList li:nth-child(2n){
    float: right;
}
#main .sec06 .menuList li:nth-child(-n+2){
    margin-top: 0;
}



#main .sec07 .inner {
    margin-bottom: 45px;
}

#main .sec07 .textBox {
    float: right;
    width: 690px;
}

#main .sec07 .textBox p {
    font-size: 22px;
    margin-bottom: 15px;
}

#main .sec07 .textBox p span {
    font-weight: bold;
}

#main .sec07 .textBox p:last-child{
    margin-bottom: 0;
}
#main .sec07 .comSec {
    padding: 20px 0 40px;
}

#main .sec07 .comSec .lBox {
    width: 678px;
}

#main .sec07 .comSec .lBox .topImg {
    margin-bottom: 20px;
}

#main .sec02 .comSec .lBox .tel,
#main .sec03 .comSec .lBox .tel,
#main .sec07 .comSec .lBox .tel {
    margin:0 30px 5px 0;
    display: block;
}

#main .sec02 .comSec .lBox .tel img,
#main .sec03 .comSec .lBox .tel img,
#main .sec07 .comSec .lBox .tel img{
    width: 100%;
}

#main .sec02 .comSec .lBox .time,
#main .sec03 .comSec .lBox .time,
#main .sec07 .comSec .lBox .time {
    font-size: 18px;
    font-weight: bold;
}

#main .sec07 .comSec .comBox {
    padding-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #main .comBox th .must {
        padding: 2px 0;
    }

    #main .comBox th .any {
        padding: 2px 0;
    }
}



#main .compareTable {
    width: 100%;
    table-layout: fixed;
}

#main .compareTable th,
#main .compareTable td {
    vertical-align: top;
    text-align: center;
    width: auto;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

#main .compareTable th {
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    background-color: #00479d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

#main .compareTable th:first-of-type {
    width: 15%;
}

#main .compareTable td {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding: 15px 10px 15px 70px !important;

    position: relative;
    height: 82px;
    overflow: hidden;
    border-collapse: collapse;
    background: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

#main .compareTable td:last-child {
    border-right: none;
}


#main .compareTable td span {
    font-size: 35px;
    font-weight: bold;
    float: left;
    display: block;
    border-right: #ccc solid 1px;
    margin-right: 15px;
    padding-right: 5px;
    box-shadow: 2px 0px 0px 0px #fff;
    -moz-box-shadow: 2px 0px 0px 0px #fff;
    -webkit-box-shadow: 2px 0px 0px 0px #fff;
    width: 51px;
    text-align: center;
    left: 5px;
    /*
    position: absolute;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}


#main .compareTable td.ourCompany span {
    color: #e60012;
}

#main .cmpBox{
    margin-bottom: 30px;
}

#main .bdrT{
    border-top: #333 dotted 1px;
    position: relative;
    overflow: hidden;
}