﻿@charset "utf-8";
/* CSS Document */
/* color */
.txt_color_nomal{color: #666666;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f57b62} /* メインカラー */
.txt_color2{color: #fffcf6} /* サブカラー */
.txt_color3{color: #f57b62} /* アクセントカラー1 */
.txt_color4{color: #fff1e5} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #fdd3a8} /* メインカラー */
.bg_color2{background-color: #fffcf6} /* サブカラー */
.bg_color3{background-color: #fdd3a8} /* アクセントカラー1 */
.bg_color4{background-color: #fff1e5} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #fdd3a8}
.border_color2{border-color: #fffcf6}
.border_color3{border-color: #fdd3a8}
.border_color4{border-color: #fff1e5}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #131313;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #fdd3a8} /* メインカラー */
.hvr_txt_color2:hover{color: #fffcf6} /* サブカラー */
.hvr_txt_color3:hover{color: #fdd3a8} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fff1e5} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #fdd3a8} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fffcf6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #fdd3a8} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fff1e5} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #fdd3a8}
.hvr_border_color2:hover{border-color: #fffcf6}
.hvr_border_color3:hover{border-color: #fdd3a8}
.hvr_border_color4:hover{border-color: #fff1e5}

#intro_title h2,#intro_txt{
    text-align: center;
}

#intro_txt p{
    display: inline-block;
    text-align: left;
}

#intro_title h2{
    color: #f57b62;
}

 h3{
    font-size: 22px;
    color: #f57b62;
}

#contents1 img, #contents2 img{
    border-radius: 0px; 
    box-shadow: none; 
}

.cms3_text01{
    padding: 20px;
    font-size: 20px;
}

#page05 .mg_b-40px{
    margin-bottom: 0px;
}

#page05 .banner1{
    width: 35%;
    margin: auto;
}

.cms_6-d .cate_box:after{
    color: #f57b62;
    top: -30px;
}

#page10 .sitemap_wrap li a {
    padding: 10px 10px;
}

.flow_type2 .cate_title::after {
    background: #fdd3a8;
}

.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #fdd3a8;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap,#top_cms .flow_type2{
	border: 3px solid #fdd3a8;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #fffcf6;
    color: #f57b62;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #fdd3a8;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #fdd3a8;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2 .cate{counter-reset: number 0;}
/*
.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #d75602;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
*/

.sc_nav .logo {
    width: 28%!important;
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){

main{
    margin-top: 20px;
}

#contents1 h3 {
    font-size: 16px;
}

#tel_txt .pd_20px {
    padding: 0px;
}

#page05 .banner1 {
    width: 80%;
}

#page08 .pd_l-100px {
    padding-left: 50px;
}

#page10 .grid_5_tb {
    width: 45.66667%!important;
}

#page10 .pd_r-50px,#page10 .pd_l-50px{
    padding-right: 30px;
}
}

/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
header{height: 90px;}

#intro_title h2{
    font-size: 17px;
}

#contents2 .con_txt p{
    font-size: 17px;
}

#top_cms h3{
    font-size: 25px;
}

#page03.pd_t-50px_sp {
    padding-top: 0px;
}

#page03 .cate_list a{
    text-align: center;
}

#page04.pd_t-50px_sp {
    padding-top: 0px;
}

#page04 .cate_list {
    padding: 30px;
}

#page04 .cate_list a{
    text-align: center;
}

#page05.pd_t-50px_sp {
    padding-top: 0px;
}

#page05 .cate_list a{
    text-align: center;
}

#page05 .banner1 {
    width: 100%;
}

#page08 .pd_l-100px {
    padding-left: 0px;
}

#page10 .grid_5_tb {
    width: 100%!important; 
}

.flow_type2 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
}
/*-------- FireFox --------*/
@-moz-document url-prefix() {
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {top: 98% !important;}
}