@charset "utf-8";

/*===============================================
●common.css  画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width:751px){

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

body {
	min-width: 1000px;
    height: auto;
    color: #333;
    font-size: 16px;
	font-weight:normal;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    background-size: 100%;
	display: block;
}
a {
	color:#555;
	text-decoration:none;
	display:inline-block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
	color:#f45151;
}
a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.last {
	margin-bottom:0 !important;
}
.for_sp {
	display:none !important;
}

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

#header {
	width: 100%;
    min-width: 1180px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    padding: 15px 15px 18px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.09);
}
#header .hdr_pc .leftArea {
	float: left;
}
#header .hdr_pc .leftArea h1 {
    color: #6dc8e0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}
#header .hdr_pc .leftArea h1 span {
    display: none;
}
#header .hdr_pc .rightArea {
    float: right;
    width: 730px;
    padding: 1.5px 0;
}
#header .hdr_pc .rightArea li {
    float: left;
}
#header .hdr_pc .rightArea li:nth-child(2) {
    margin-left: 15px;
}
#header .hdr_pc .rightArea li:nth-child(3) {
    margin-left: 8px;
}

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

#footer {
	width: 100%;
    text-align: center;
    background: url(../Images/common_bg_blue.jpg) center repeat;
    padding: 40px 0 20px;
}
#footer dl {
    width: 500px;
    margin: 0 auto 10px;
}
#footer dl dt {
    border-bottom: #5bc2dc 1px solid;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
#footer dl dd {
    font-size: 15px;
}
#footer .headquarter {
    border-bottom: 1px solid #6DC8E0;
    color: #fff;
    margin-bottom: 20px;
    background-color: #6DC8E0;
    padding: 2px 18px;
}
#footer .headquarter:hover {
    background-color: #fff;
    color: #6DC8E0;

}
#footer .copyright {
    font-size: 12px;
}

/*-------------------------------------
	ファーストビュー
--------------------------------------*/

#mainimage {
	width: 100%;
    text-align: center;
    background: url(../Images/mainimg_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 110px;
    position: relative;
}

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

/*--　共通CSS　--*/
#contents .inner {
	padding: 70px 0;
}
#contents h2.dot_h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1;
    background: url(../Images/common_icon_h2.png) center bottom no-repeat;
    padding-bottom: 33px;
    margin-bottom: 50px;
}
#contents h2.dot_h2 span {
    color: #6dc8e0;
    font-size: 34px;
}
#contents .sec_inner {
    width: 960px;
    margin: 0 auto;
}

/*--　お問合せ誘導　--*/
.contact {
	text-align: center;
    background: url(../Images/contact_bgbg.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.contact_top {
    background: none;
}
.contact ul {
    width: 960px;
    background: url(../Images/contact_bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 235px 87px 52px;
    margin: 0 auto;
}
.contact ul li {
    float: left;
}
.contact ul li:nth-child(2) {
    float: right;
}

/*--　AIG導線ボタン　--*/

section#link_btn a.btn {
    display: table;
    margin: 0 auto;
    background-color: #f45151;
        border-radius: 8px;
    color: #fff;
    font-size: 25px;
    padding: 20px;
    text-align: center;
}

section#link_btn {
    padding-top: 0px!important;
}

section#link_btn a.btn:hover {
    opacity: 0.8;
   box-shadow: 6px 6px 2px rgba(0,0,0,.7);
}

/*--　お困りごとはありませんか？　--*/
#okomari {
    background: url(../Images/okomari_bg.png) center no-repeat;
    background-size: cover;
}
#okomari h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 25px;
}
#okomari h2 .txt_color {
    color: #fbf485;
}
#okomari h2 .txt_size {
    font-size: 38px;
}
#okomari ul {
    width: 765px;
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 40px 80px 44px;
    margin: 0 auto;
}
#okomari ul li {
    font-size: 24px;
    font-weight: bold;
    background: url(../Images/common_icon_check.png) left center no-repeat;
    padding-left: 40px;
    margin-bottom: 7px;
}
#okomari ul li:last-child {
    margin-bottom: 0;
}
#okomari ul li span {
    color: #00c8c8;
}

/*--　お任せください　--*/
#appeal {
    background: url(../Images/common_bg_blue.jpg) center repeat;
}
#appeal h2 {
    text-align: center;
    margin-bottom: 40px;
}
#appeal li {
    float: left;
    width: 310px;
    margin-right: 15px;
}
#appeal li:nth-child(3) {
    margin-right: 0;
}
#appeal li dl {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px 18px;
}
#appeal li dl dt {
    color: #5bc2dc;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

/*--　加入までの流れ　--*/
#flow .flow_box {
    background: url(../Images/flow_arrow.png) center bottom no-repeat;
    padding-bottom: 55px;
    margin-bottom: 17px;
}
#flow .flow_box05 {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#flow .flow_box h3 {
    background: #def4fb;
    border-radius: 8px 8px 0 0;
    padding: 15px 28px;
}
#flow .flow_box h3 p {
    float: left;
    font-size: 26px;
}
#flow .flow_box h3 p img {
    vertical-align: sub;
    margin-right: 15px;
}
#flow .flow_box h3 .tag {
    float: right;
}
#flow .flow_box .tArea {
    border: #def4fb 2px solid;
    border-radius: 0 0 8px 8px;
    padding: 30px;
}
#flow .flow_box .tArea dl {
    border-bottom: #6dc8e0 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#flow .flow_box .tArea dl.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#flow .flow_box .tArea dl dt,
#flow #info dl dt {
    font-size: 22px;
    font-weight: bold;
    background: url(../Images/common_icon_check.png) left top 2px no-repeat;
    padding-left: 38px;
    margin-bottom: 10px;
}
#flow .flow_box .tArea dl dd .txt a {
    color: #00c8c8;
    text-decoration: underline;
    font-weight: bold;
}
#flow .flow_box .tArea dl dd .txt a.download {
    color: #f45151;
}
#flow .flow_box .tArea dl dd .txt span {
    color: #00c8c8;
    font-weight: bold;
}
#flow .flow_box .tArea dl dd .gray_box {
    background: #efefef;
    padding: 15px 20px;
    margin-top: 10px;
}
#flow #info {
    background: #e0f4f4;
    border-radius: 8px;
    padding: 20px 30px 30px;
    margin-top: 50px;
}
#flow #info h3 {
    color: #00c8c8;
    font-size: 26px;
    text-align: center;
}
#flow #info dl dd .txt span {
    color: #f45151;
    font-weight: bold;
}
#flow #info dl dd a {
    color: #f45151;
    text-decoration: underline;
}
#flow #info dl dd .exam {
    height: 294px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    margin-top: 15px;
}
#flow #info dl dd ul li {
    float: left;
    width: 440px;
    text-align: center;
}
#flow #info dl dd ul li:last-child {
    float: right;
}
#flow #info dl dd ul li .ttl {
    color: #f45151;
    font-weight: bold;
    margin-bottom: 10px;
}
#flow #info dl dd ul li .note {
    font-size: 15px;
    text-align: left;
    margin-top: 8px;
}

/*--　お客様の声　--*/
#voice {
    background: url(../Images/common_bg_blue.jpg) center repeat;
}
#voice .voice_box {
    margin-bottom: 50px;
}
#voice .rightBox .imgArea {
    float: left;
}
#voice .leftBox .imgArea {
    float: right;
}
#voice .voice_box .tArea {
    width: 700px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 25px;
}
#voice .rightBox .tArea {
    float: right;
}
#voice .leftBox .tArea {
    float: left;
}
#voice .voice_box .tArea:before {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    top: 100px;
}
#voice .rightBox .tArea:before {
    border-right: 25px solid #fff;
    left: -35px;
}
#voice .leftBox .tArea:before {
    border-left: 25px solid #fff;
    right: -35px;
}
#voice .voice_box .tArea dt {
    color: #6dc8e0;
    font-size: 22px;
    font-weight: bold;
    background: url(../Images/voice_icon.png) left top 2px no-repeat;
    border-bottom: #6dc8e0 1px solid;
    padding: 0 0 8px 55px;
    margin-bottom: 14px;
}

/*--　建設業専門　--*/
#specialist .sec_inner {
    width: 800px;
    margin: 0 auto;
}
#specialist .imgArea {
    margin-bottom: 30px;
}
#specialist h2,
#specialist .plus dl dt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}
#specialist h2 span,
#specialist .plus dl dt span {
    color: #00c8c8;
    font-size: 33px;
}
#specialist .plus {
    background: #f1fefe;
    border-radius: 8px;
    position: relative;
    padding: 45px 40px 40px;
    margin-top: 50px;
}
#specialist .plus img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

/*--　費用について　--*/
#price {
    background: #fffdda;
}
#price .sec_inner {
    width: 800px;
    margin: 0 auto;
}
#price .price_top .mainArea {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
}
#price .price_top .mainArea .txt {
    font-size: 22px;
}
#price .price_top .mainArea ul {
    margin: 12px 0 20px;
}
#price .price_top .mainArea ul li,
#price .price_top .mainArea strong {
    font-size: 28px;
}
#price .price_top .mainArea ul li span,
#price .price_top .mainArea strong span {
    font-size: 38px;
}
#price .price_top .mainArea ul li {
    color: #fff;
    letter-spacing: 0.05em;
    background: #f45151;
    display: inline-block;
    padding: 11px 25px 14px;
    margin: 0 2px;
}
#price .price_top .mainArea strong {
    color: #f45151;
    display: block;
    margin-top: 14px;
}
#price #hayami {
    text-align: center;
    margin: 40px 0;
    background: #fff;
}
#price #hayami h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.05em;
    background: #666;
    border-radius: 7px 7px 0 0;
    padding: 5px 0;
}
#price #hayami .hayami_situation {
    background: #FFF441;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
#price #hayami .hayami_time {
    font-size: 22px;
    color: red;
}
#price #hayami .for_pc {
    background: #fff;
    border-radius: 0 0 7px 7px;
    padding: 20px 30px 35px;
}
#price #hayami .for_pc h4 {
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
#price #hayami .for_pc .table_scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    display: flex;
}
#price #hayami .for_pc table {
    width: 100%;
    font-size: 14px;
}
#price #hayami .for_pc table th {
    text-align: center;
    line-height: 1;
    border: #ccc 1px solid;
    padding: 10px 10px;
}
#price #hayami .for_pc table th.left_top_ttl {
    background: #ddd;
    padding: 10px 10px;
    line-height: 22px;
}
#price #hayami .for_pc table .small_ttl {
    font-size: 12px;
}
#price #hayami .for_pc table th.right_top_ttl {
    line-height: 22px;
    background: #7ed4ea;
}
#price #hayami .for_pc table th.left_ttl {
    background: #efefef;
}
#price #hayami .for_pc table td {
    border: #ccc 1px solid;
    padding: 5px 10px;
}
#price #hayami .for_pc table th.right_ttl:nth-child(2n) {
    background: #def4fb;   
}
#price #hayami .for_pc table td:nth-child(2n+1) {
    background: #def4fb;   
}
#price .price_btm {
    height: 400px;
    overflow: scroll;
    background: #fff;
    padding: 30px 40px 35px;
}
#price .price_btm a {
    color: #f45151;
    text-decoration: underline;
}
#price .price_btm .price_box {
    font-size: 15px;
    margin-bottom: 30px;
}
#price .price_btm .price_box h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: url(../Images/price_icon01.png) left top 13px no-repeat;
    border-bottom: #6dc8e0 1px solid;
    padding: 0 0 8px 46px;
    margin-bottom: 18px;
}
#price .price_btm .price_box h3 span {
    color: #6dc8e0;
    font-size: 32px;
}
#price .price_btm .price_box table {
    margin-bottom: 25px;
}
#price .price_btm .price_box table th {
    font-weight: bold;
    background: #efefef;
    border: #ccc 1px solid;
    padding: 10px 15px;
}
#price .price_btm .price_box table td {
    border: #ccc 1px solid;
    padding: 10px 15px;
}
#price .price_btm .price_box dl,
#price .price_btm .price_box .tArea {
    margin-bottom: 20px
}
#price .price_btm .price_box dl dt {
    font-size: 19px;
    font-weight: bold;
    background: url(../Images/price_icon02.png) left top 2px no-repeat;
    background-size: 24px;
    padding-left: 31px;
    margin-bottom: 5px;
}
#price .price_btm .price_box dl dd .list {
    margin-bottom: 12px;
}
#price .price_btm .price_box dl dd .list dt {
    color: #6dc8e0;
    font-size: 17px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin-bottom: 0px;
}
#price .price_btm .price_box p.mgb {
    margin-bottom: 10px;
}
#price .price_btm .price_box p span {
    color: #f45151;
    font-weight: bold;
}

/*--　お問い合わせフォーム　--*/
#form {
    background: url(../Images/form_bgbg.jpg) center no-repeat;
    background-size: cover;
}
#form .sec_inner {
    width: 925px;
    margin: 0 auto;
}
#form .formArea {
    width: 924px;
    margin-bottom: -8px;
    background: #FFF;
}
#form .formArea iframe {
    width: 100%;
    height: 830px!important;
    }
#form .form_btm {
    width: 924px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 35px 0 25px;
}
#form .form_btm .lineArea {
    margin-top: 20px;
}
#form .form_btm .lineArea dl,
#form .form_btm .lineArea img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#form .form_btm .lineArea dl dt {
    color: #00b900;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}

/*--　よくあるご質問　--*/
#faq {
}
#faq li {
	background: #fff;
	margin-bottom: 15px;
}
#faq li dl dt {
    width: 100%;
	display: table;
    cursor: pointer;
    position: relative;
    background: #ecf9fd;
}
#faq li dl dt:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18.5px;
    right: 22px;
}
#faq li dl dt.open_btn:after {
    background: url(../Images/faq_icon_off.png) center no-repeat;
    background-size: 100%;
}
#faq li dl dt.open:after {
    background: url(../Images/faq_icon_on.png) center no-repeat;
    background-size: 100%;
}
#faq li dl dd {
    width: 100%;
    background: #f7f6f6;
}
#faq li dl span {
	width: 60px;
    color: #fff;
	font-size: 35px;
    font-weight: bold;
	font-family: 'Abel', sans-serif;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    display: table-cell;
}
#faq li dl span.icon_q {
    background-color: #6dc8e0;
}
#faq li dl span.icon_a {
    background-color: #f45151;
}
#faq li dl p {
	width: 925px;
	text-align: left;
    vertical-align: middle;
	display: table-cell;
    box-sizing: border-box;
}
#faq li dl dt p {
	font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 18px;
}
#faq li dl dd p {
    font-size: 16px;
    line-height: 1.6;
    padding: 21px 18px;
}
#faq li dl dd p a {
    color: #f45151;
    font-weight: bold;
    text-decoration: underline;
}


}
