@charset "utf-8";
/*====================================================================================
■Content
====================================================================================*/

.underconstruction {
	text-align: center;
	padding: 100px 0;
}

#content {
    padding: 30px 0 70px;
	background: url(../common_img/bg_content.png) repeat-x left top;
	font-family: "メイリオ", Meiryo, Osaka;
}
#content a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70)";
}


#company{
	margin: 80px 0 0 0;
}

#contact,
#news{
	margin-top: 70px;
}

@media screen and (max-width:736px) {
	#company,
	#contact,
	#news {
		margin-top: 0;
    }
}
/*====================================================================================
■PageTitle
====================================================================================*/


#pageTitle {
	position: relative;
	margin-bottom: 10px;
	background: url(../common_img/bg_slash_sky.png);
}
#pageTitle h2 {
	position: relative;
	padding-left: 130px;
	font-size:3.0rem;
	color: #fff;
	font-weight: bold;
	line-height: 120px;
}
#pageTitle h2::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width:736px) {
    #pageTitle h2 {
		font-size:2.0rem;
		line-height: 60px;
		padding-left: 60px;
    }
	#pageTitle #header2 {
		position: absolute;
		top: 0;
		right: 0;
	}
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
    padding: 50px 0;
    text-align: center;
}

#underconstruction img {
    width: 100px;
    height: auto;
    margin-top: 50px;
}

#crumb {
	margin-bottom: 30px;
}

#crumb ul {
    overflow: hidden;
}

#crumb ul li {
    float: left;
    font-size: 1.3rem;
}

#crumb ul li a {
    position: relative;
    margin-right: 2.5em;
}

#crumb ul li a::after {
    position: absolute;
    content: '';
    top: .5em;
    right: -1.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#crumb ul .home a {
    padding-left: 1.5em;
    background: url(../common_img/ico_home.png) no-repeat left center;
    background-size: 25%;
}



/*====================================================================================
■bloc
====================================================================================*/

.bloc_ttl {
	border-left: 12px solid #26b9eb;
	padding-left: 18px;
	padding-top: 3px;
	font-size: 2.4rem;
	color: #6a6a6a;
}
@media(max-width:736px)  {
	.bloc_ttl {
		font-size: 1.8rem;
	}
}
/*====================================================================================
■Pagenation
====================================================================================*/


.pagenation {
    text-align: center;
	overflow: hidden;
}

.pagenation ul {
    position: relative;
	left: 50%;
	float: left;
}

.pagenation ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 5px;
	font-size: 1.3rem;
}
.pagenation ul li a {
    display: block;
	width: 25px;
	line-height: 25px;
    text-decoration: none;
    background: #dadada;
    color: #828282;
	font-size: 1.3rem;
	font-weight: bold;
}
.pagenation ul li.current a {
    background: #383838;
    color: #fff;
}

.pagenation ul li a:hover {
    color: #fff;
    background: #a62038;
}

#pagenation .prev {
	float: left;
	margin-right: 30px;
}
#pagenation .next {
	float: right;
}

#pagenation ul li a {
    display: block;
    padding: 2px 15px;
    text-decoration: none;
	border:2px solid #598bbe;
    color: #598bbe;
}

#pagenation ul li a:hover {
    color: #fff;
	background: #598bbe;
}

#pagenation .btn_back {
	position: relative;
	float: left;
	left: 50%;
	top: -32px;
}
#pagenation .btn_back li{
	position: relative;
	float: left;
	left: -50%;
}




/*====================================================================================
■news
====================================================================================*/
#news #pageTitle h2::before{
	width: 76px;
	height: 65px;
	margin-top: -32px;
	background-image: url(../news/images/ico_ttl_news.png);
}
#news .bloc {
    margin: 0 0 70px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}
#news .bloc .tit {
    margin-bottom: 20px;
    position: relative;
	background: #f1fbff;
    border-bottom: 1px solid #91d0e9;
}
#news .tit dl {
    padding: 10px 5px 10px 10px;
    font-weight: normal;
    font-size: 18px
}

#news .tit dt {
    float: right;
    color: #0491cc;
    font-weight: bold;
    font-size: 1.3rem;
    padding-top: 5px;
}

#news .tit dd {
    padding-right: 7em;
}

#news .inner {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
#news .wrap3 {
    border-top: 2px solid #333;
	padding: 20px;
    box-sizing: border-box;
}
#news .wrap3 .photo {
	margin: 0 10px;
}
#news .inner .photo {
    float: right;
    width: 300px;
    margin-left: 20px
}
#news .inner .photo img{
	width: 100%;
	height: auto;
}
.photo a {
    position: relative;
}
.photo .scall {
    position:absolute;
    bottom:0;
    right:0;
    width:30px;
    height:30px;
    padding:5px;
    background:rgba(0,0,0,0.5);
}


@media screen and (max-width:736px) {
	#news #pageTitle h2::before {
		width: 38px;
		height: 32px;
		margin-top: -16px;
	}
    #news .tit dt {
        float: none;
    }
    #news .tit dd {
        padding-right: 0;
    }
    #news .inner .photo {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
    #news .wrap3 .photo {
		margin-bottom: 10px;
    }
    #news .detail {
        padding: 10px;
    }
}



/*====================================================================================
■Company
====================================================================================*/

#company #outline {
	margin: 30px auto 60px;
}
#company #outline dt {
	position: relative;
    float: left;
    width: 180px;
	margin-bottom: 20px;
	padding-left: 30px;
}
#company #outline dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 180px;
	width: 5px;
	height: 90%;
	transform: translateY(-50%);
	background: #0c71bf;
}

#company #outline dd {
    padding: 0 0 20px 220px;
    margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
/*
#company .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#company .gmap iframe,
#company .gmap object,
#company .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
*/

@media screen and (max-width:736px) {
	#company #outline {
		padding: 0 15px;
	}
	#company #outline dt {
		float: none;
		width: auto;
		padding-left: 15px;
		margin-bottom: 0;
	} 
	#company #outline dt::before {
		left: 0;
		width: 10px;
		height: 10px;
		background: #0c71bf;
	} 
	#company #outline dd {
		padding-left: 20px;
		padding-top: 10px;
	} 
}
	
	
/*====================================================================================
■contact
====================================================================================*/


#contact #pageTitle h2::before{
	width: 76px;
	height: 49px;
	margin-top: -24px;
	background-image: url(../contact/images/ico_ttl_contact.png);
}

#contact .lead {
	margin-top: 30px;
}
.tel_anounce {
	margin-bottom: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #1c86d0;
	padding: 0 20px 20px;
}
.tel_anounce .h3c{
	vertical-align: middle;
}
.tel_anounce .ttl {
	position: relative;
	font-size: 2.4em;
	text-align: center;
	border: none !important;
	color: #FFFFFF;
}
.tel_anounce .ttl::before {
	position: absolute;
	content: '';
	display: block;
	bottom: -40px;
	left: 50%;
	margin-left: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 100px 0 100px;
	border-color: #1c85d0 transparent transparent transparent;
}
.tel_anounce .yellow {
	color: #f8f64c;
}
.tel_anounce .free {
	display: inline-block;
	font-size: 0.8em;
	background-color: #f8f64c;
	color: #1c86d0;
	padding: 3px 10px 0px 10px;
}
.tel_anounce .inner {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.tel_anounce .time {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	padding: 20px 0 0 60px;
}
.tel_anounce .number {
	position: relative;
	font-size: 6.0rem;;
	font-weight: bold;
	padding-left: 110px;
}
.tel_anounce .number::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 59px;
	margin-top: -30px;
	margin-left: -5.8em;
	background-image: url(../contact/images/ico_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.tel_anounce .desc {
	text-align: center;
	background-color: #eeeeee;
	color: #666666;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
}
#a1_form {
    margin: 30px auto;
}

#a1_form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#a1_form th {
    width: 240px;
    padding: 15px 4px 15px 20px;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4
}

#a1_form th img {
    float: right
}

#a1_form th div {
    text-indent: -12px
}

#a1_form td {
    padding: 15px 10px 15px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4
}
#a1_form td .head {
	display: inline-block;
	line-height: 40px;
	width: 2em;
	text-align: center;
}

#a1_form table li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0
}
#a1_form table .label_list {
	overflow: hidden;
}
#a1_form table .label_list li {
	float: left;
    display: block;
	margin-right: 50px;
}
#a1_form table .label_list2 {
	overflow: hidden;
}
#a1_form table .label_list2 li {
    display: block;
	padding-right: 0;
}
#a1_form table .label_list2 li label {
	float: left;
	margin-right: 20px;
}

#a1_form table dd {
    margin: 0 0 10px
}

#a1_form .fs10 {
    font-size: 10px
}

#a1_form .hissu {
    float: right;
    margin: 0 3px;
    padding: 0px 10px;
    background: #26b9eb;
    color: #fff;
	line-height: 30px;
}

#a1_form .ninni {
    float: right;
    margin: 0 3px;
    padding: 0px 10px;
    background: #666;
    color: #fff;
	line-height: 30px;
}

#a1_form .hint {
    font-size: 10px;
    color: #999
}
#a1_form .input_txt, #a1_form .select {
    padding: 6px 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input,
select,
textarea {
    margin-bottom: 1px;
}
.form_submit input,
.form_submit select,
.form_submit textarea {
    font-size: 2rem;
    margin-bottom: 1px;
}

.hide {
    display: none;
}

.mini {
    font-size: 10px
}

optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal
}

option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333
}

.ime_on {
    ime-mode: active
}

.ime_off {
    ime-mode: disabled
}

#a1_form .input_txt,
#a1_form .select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-size: 1.4rem;
}

.form_submit {
	position: relative;
	z-index: 10;
    margin: 10px 10px 0;
    padding: 5px;
    text-align: center
}

.form_submit label {
    padding: 2px 0 0;
    font-weight: normal
}

#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #666666;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="submit"]:hover {
    background-color: #26b9eb;
}

#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default
}
/*--------------------------------*/

#a1_form input[type="button"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #0e3d7f;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="button"]:hover {
    background-color: #bf0008
}

#a1_form input[type="button"][disabled] {
    background-color: #ccc;
    cursor: default
}


/*=========================================
･ Privacy Policy
=========================================*/

#contact .pp {
	padding-top: 170px;
	margin-top: -170px;
}

#contact .pp .comment {
    font-size: 1.6rem;
}

#contact .pp dl {
    margin: 20px 10px;
}

#contact .pp dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

#contact .pp dl dd {
    margin-bottom: 20px;
}

#contact fieldset {
    margin: 20px 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

#contact fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
}

#contact fieldset ul {
    line-height: 2;
    margin-top: 1rem;
}

#contact fieldset ul li {
    position: relative;
    padding: 0 0 0 2.5rem;
}

#contact fieldset ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: .3em;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #26b9eb;
}

@media(max-width:736px) {
	
	#contact #pageTitle h2::before {
		width: 38px;
		height: 24px;
		margin-top: -12px;
	}
	.tel_anounce {
		margin-bottom: 30px;
		padding: 10px;
	}
	.tel_anounce .ttl {
		font-size: 1.5rem;
	}
	.tel_anounce .ttl::before {
		bottom: -20px;
    	margin-left: -50px;
   		border-width: 20px 50px 0 50px;
	}
	.tel_anounce .free {
	}
	.tel_anounce .time {
		font-size: 1.5rem;
		padding: 0;
	}
	.tel_anounce .number {
		padding: 0;
		text-align: center;
		font-size: 2.4rem;
	}
	.tel_anounce .number::before {
		width: 45px;
		height: 20px;
		margin-top: -10px;
	}
	.tel_anounce .desc {
		width: 90%;
		font-size: 1.0rem;
	}
	
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #f2f2f2
    }
    #a1_form td {
        display: block
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
	#a1_form table .label_list li {
		float: none;
	}
	#a1_form table .label_list2 li label {
		float: none;
	}
    #a1_form input[type="submit"] {
        width: 100%;
    }
	input[type="button"]{
		width: 100%!important;
	}
    #contact .pp .comment {
        margin: 0 10px;
    }
}
