@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.2
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
 
b{
    font-weight: bold;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:160%;
	font-size:15px;
	color: #666;
	min-width: 1090px;
}

@media (max-width: 1090px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

img{
    max-width: 1090px!important;
}

}


 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
    display:block;
	margin:0;
	padding:0;
}
 
/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul,ol {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*画像の下に微妙なスペースが空かなくしています*/
img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

address{
	font-style: normal;
	font-weight: normal;
}

/************PCの時に電話番号を無効************************************/
/*
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}*/


a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

@media screen and (orientation: portrait) {
a[href*="tel:"] {
pointer-events: auto;
cursor: default;
}
}


/***************************************************************************/
.hidden{
	display:none;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.f10{
	font-size:10px!important;
}
.f11{
	font-size:11px!important;
}
.f12{
	font-size:12px!important;
}
.f13{
	font-size:13px!important;
}
.f14{
	font-size:14px!important;
}
.f15{
	font-size:15px!important;
}
.f16{
	font-size:16px!important;
}
.f17{
	font-size:17px!important;
}
.f18{
	font-size:18px!important;
}
.f19{
	font-size:18px!important;
}
.f20{
	font-size:20px!important;
}
.f25{
	font-size:25px!important;
}
.f30{
	font-size:30px!important;
}
.red{
	color:#FF4C4C;
}
.green{
	color:#85B200;
}
.blue{
    color:#0066E5;
}

/***************************************************************************/


#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #525252;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #525252;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/


header{
	width:1095px;
	margin: auto;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

header #pagetitile,
header h1{
	background: url("../img/header_titile01.jpg") left center no-repeat;
	padding-left: 70px;
	font-size: 16px;
	color: #666;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	padding-top: 30px;
}

header #pagetitile .f25,
header h1 .f25{
	font-size: 25px;
	color: #F64379;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 900;
font-style: normal;
	margin-bottom: 10px;
}

header .tell_box{
	display: flex;
	padding-top: 20px;
}

header .tell_box .box01{
	text-align: right;
	margin-right: 25px;
}

header .tell_box .tell01{
	background: url("../img/header_icon01.jpg") left center no-repeat;
	padding-left: 45px;
	font-size: 28px;
	color: #068387;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	height: 38px;
	line-height: 38px;
	padding-top: 15px;
}

header .tell_box .tell02{
	background: url("../img/header_icon02.jpg") left center no-repeat;
	padding-left: 45px;
	font-size: 22px;
	color: #7D7B78;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	height: 38px;
	line-height: 38px;
	padding-top: 5px;
}

header .tell_box .box02 a{
	width: 188px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	display: block;
	color: #ff0;
	background: #F6437B;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

header .tell_box .box02 a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    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; }
}

header .tell_box .box02 a:hover{
	opacity: 0.8;
}

nav{
	background: #F86D9A;
	height: 60px;
	line-height: 60px;
}

nav ul{
	background: url("../img/nav_b.jpg") right center no-repeat;
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

nav ul li{
	background: url("../img/nav_b.jpg") left center no-repeat;
	height: 60px;
	width: 20%;
}

nav ul li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

nav ul li a:hover{
	text-decoration: underline;
}

/**オンライン無料相談お申込み**/

.banner{
	background:#F86D9A; 
}

.banner .box_rap{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.banner .box_rap .box02{
	color: #fff;
	text-align: center;
	padding-top: 30px;
}

.banner .box_rap p.f18{
	font-size: 18px;
	margin-bottom: 10px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

.banner .box_rap p.f30{
	font-size: 30px;
	line-height: 180%;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

.banner .box_rap a{
	display: block;
	height: 40px;
	margin: auto;
	line-height: 40px;
	text-align: center;
	color: #F6437A;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
	background: #fff;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	width: 300px;
}

footer{
	background: #F3F2EE;
	padding-top: 100px;
	padding-bottom: 20px;
}

footer hr{
	background: 0;
	border: 0;
	margin: 0;
	border-bottom: #D1CDBE 1px solid;
	padding-top: 25px;
	margin-bottom: 25px;
}

footer ul{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

footer ul a{
	color: #333;
	font-size: 14px;
	background: url("../img/footer_icon03.jpg") left center no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

footer ul a:hover{
	text-decoration: underline;
}

footer .box_rap{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}

footer .box_rap .title a{
	font-size: 30px;
	color: #068387;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	text-decoration: none;
}

footer .box_rap .title{
	margin-bottom: 5px;
}

footer .box_rap .f15{
	text-align: center;
	margin-bottom: 15px;
}

footer .box_rap .box02{
	background: url("../img/footer_icon01.jpg") 15px 0 no-repeat;
	padding-left: 100px;
}

footer .box_rap .box02 .tell01{
	margin-bottom: 10px;
}

footer .box_rap .box02 .tell01 a{
	font-size: 40px;
	color: #068387;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

footer .box_rap .box02 .tell02{
	margin-bottom: 10px;
	padding-left: 15px;
}

footer .box_rap .box02 .tell02 a{
	background: url("../img/footer_icon02.jpg") left top no-repeat;
	padding-left: 50px;
	color: #7D7B78;
	font-size: 25px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	display: block;
}

footer small{
	text-align: center;
	display: block;
}