@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body,html{
	min-width: 1200px;
}

body{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size:15px;
	height:100%;
	width:100%;
	color:#333333;
}

.flex {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}
*{
	box-sizing: border-box;
}

p#fil {
    display: none;
}

div#contentInner {
    width: 100%;
    padding: 0;
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader{
	background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20180713/header.png) center top no-repeat;
	height: 211px;
}

/*　コンテンツ
---------------------------------------------------------*/
#pageMain{}
#pageMain article {
	min-width: 950px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.box img,
.box2 img,
.oneContents_inner img{
    max-width: initial;
}
#contact {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 79px;
	text-align: center;
}
#contact .contact_inner {}
#contact h3 {
	margin-bottom: 42px;
}
#contact h3 img {}
#contact p {
	margin-bottom: 63px;
}
#contact p img {}
#contact .btn-link {
	margin-bottom: 0;
}
#contact .btn-link a {}
#contact .btn-link a img {}

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

#pageFooter{
	background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20180713/footer.png) center top no-repeat;
	height: 384px;
}



/*------------------------------------------------------------
	ページトップへ戻るボタン
------------------------------------------------------------*/

.forOtoiawase_inner{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
.forOtoiawase_inner span{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 8px;
}

.forOtoiawase_inner span:hover img{
    opacity: 0.8;
}



/*--------------------------------------------------
    他のサポートページへのリンク(全ページ共通部分)
--------------------------------------------------*/

.linkToOtherSupportPage_inner {
    background-image: url('https://d11w49g8ylcixs.cloudfront.net/resource/20180713/common/bg-link_on_top.jpg');
    background-repeat: repeat-x;
    background-size: 120.5px 97px;
    height: 97px;
    line-height: 97px;
}

.linkToOtherSupportPage_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 750px;
    margin: auto;
    color: #fff;
}

.linkToOtherSupportPage_links li a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 19px;
    letter-spacing: 0.1em;
}

.linkToOtherSupportPage_links li {
    position: relative;
}

.linkToOtherSupportPage_links li::after {
    content: "";
    background: #fff;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 38px;
    right: -24px;
    z-index: 0;
}

.linkToOtherSupportPage_links li::before {
    content: ">";
    width: 21px;
    height: 21px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 38px;
    right: -24.5px;
    color: #ed797f;
    z-index: 1;
    font-size: 20px;
    transform: scale(0.5, 1);
    font-family: 'Noto Sans Japanese';
}

.linkToOtherSupportPage_keieiLink a::before {
    content: "";
    width: 27px;
    height: 41px;
    background-image: url('https://d11w49g8ylcixs.cloudfront.net/resource/20180713/common/top_link_icon_keiei2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: -37px;
}

.linkToOtherSupportPage_kaigoLink a::before {
    content: "";
    width: 33px;
    height: 38px;
    background-image: url('https://d11w49g8ylcixs.cloudfront.net/resource/20180713/common/top_link_icon_kaigo2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 29px;
    left: -40px;
}

.linkToOtherSupportPage_shisetsuLink a::before {
    content: "";
    width: 62px;
    height: 24px;
    background-image: url('https://d11w49g8ylcixs.cloudfront.net/resource/20180713/common/top_link_icon_shisetsu2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    left: -66px;
}




/*------------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------------*/


.number_inner{
    background: white;
    padding: 45px 0 80px 0;
    text-align: center;
    width: 996px;
    margin: auto;
}

.number_inner img{
    margin: auto;
}
.number_inner--annotation1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 27px 0 8px 0;
    color: #000f18;
}

.number_inner--annotation2 a{
    display: block;
    background: #6dba44;
    box-shadow: 0px 4px 0 #508534;
    color: #fff;
    position: relative;
    height: 90px;
    line-height: 90px;
    border-radius: 12px;
    font-size: 26px;
}
.number_inner--annotation2 a:hover{
    opacity: 0.8;
    box-shadow: none;
}

.number_inner--annotation2 a::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 7px solid transparent;
    top: 39px;
    right: 28px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.number_inner--annotation2 a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 27px;
}
.number_inner--annotation2 a::after {
    border-top-color: #6dba44;
}
.number_inner--annotation2 a::before,
.number_inner--annotation2 a::after {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

