@charset "UTF-8";

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','メイリオ', Meiryo,'ＭＳ Ｐ明朝','MS PMincho',sans-serif;
	line-height: 1.5rem;
	font-size: 14px;
    font-weight: 600;
	color: #333333;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	padding-top:60px !important;
}

article,aside,details,figcaption,figure,
footer,hgroup,menu,nav,section { 
    display:block;
}

nav ul, li {
    list-style:none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	color:#333;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


/* margin-bottom:
-------------------------------------*/

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_100 {
  margin-bottom: 100px;
}

.margin_bottom_150 {
  margin-bottom: 150px;
}



/*ヒーローエリア
-------------------------------------*/
.hero{
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.hero img{
    width: 570px;
}
.hero-text{
    text-align: center;
    margin: 100px 0 ;
}
.hero-text h1{
    font-size: 2em;
    margin: 50px 0 ;
}
.hero-text p{
    font-size: 1em;
    line-height: 30px;
}




/*コンテンツリスト
-------------------------------------*/
.list-contents {
    width: 600px;
    background-color: #f2f2f2;
    margin: 0 auto 50px;
}

.list-contents div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 0;
    background-color: #ffabab;
    color: #fff;
    font-size: 1.5em;
}

.list-contents ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 1em 0 2.5em;
}

.list-contents li {
    padding: 0.5em 0.5em 1em 0.5em;
    font-size: 1em;
    color: #333;
}

.sub-contents{
    font-size: 1em;
    padding: 0.5em 0.5em 1em 0.5em;
}

.list-contents ul :hover {
    color: #808080;
}





/*見出し
-------------------------------------*/
.midashi{
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
}

.midashi h2{
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding:0.25em 1em;
    font-size: 1.5em;
}

.midashi h2:before, .midashi h2:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.midashi h2:before {
  border-left: solid 1px #FFABAB;
  border-top: solid 1px #FFABAB;
  top:0;
  left: 0;
}

.midashi h2:after {
  border-right: solid 1px #FFABAB;
  border-bottom: solid 1px #FFABAB;
  bottom:0;
  right: 0;
}

.pinkgold{
    max-width: 1000px;
    margin: 100px auto;
}

.pinkgold img{
    width: 95%;
}

.catch{
    width: 50%;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 50%;
}

.catch p{
    font-size: 1.1em;
    margin-bottom: 15%;
    line-height: 2;
}


/* 戻るボタン
================================================== */

#page_top {
    position: fixed;
    right: 20px;
    bottom:20px;
    width: 55px;
    height: 55px;
    background: #ab101b no-repeat;
    border-radius: 50%;
    z-index: 999;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}



    

/* SP用設定
================================================== */
    
/*ヒーローエリア
-------------------------------------*/

@media only screen and (max-width: 766px) {
.hero{
    max-width: 1000px;
    width: 100%;
    text-align: center;
}
.hero img{
    width: 90%;
    margin: 0 auto;
}
.hero-text{
    text-align: center;
    margin: 50px 0 ;
}
.hero-text h1{
    font-size: 1.5em;
    margin: 20px 0 ;
}
.hero-text p{
    font-size: 0.9em;
    line-height: 25px;
    padding: 20px;
}

    
/*コンテンツリスト
-------------------------------------*/
.list-contents {
    width: 90%;
    background-color: #f2f2f2;
    margin: 0 auto 50px;
}

.list-contents div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0;
    background-color: #ffabab;
    color: #fff;
    font-size: 1.5em;
}

.list-contents ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 1em;
}

.list-contents li {
    padding-bottom: 0.5em;
    font-size: 1em;
    color: #333;
}

.sub-contents{
    font-size: 1em;
    padding-bottom: 0.5em;
}

.list-contents ul :hover {
    color: #808080;
}


/*見出し
-------------------------------------*/
.midashi{
    text-align: center;
    padding: 100px 0 50px;
    margin: 0 auto;
}

.midashi h2{
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding:0.25em 1em;
    font-size: 1.5em;
    margin: 0;
}

.pinkgold{
    max-width: 1000px;
    margin: 50px auto;
}

.pinkgold img{
    width: 95%;
}

.catch{
    width: 90%;
    letter-spacing: .5px;
    text-align: left;
    margin: 50px 0 80px 5%;
}

.catch p{
    font-size: 0.9em;
    margin-bottom: 15%;
    line-height: 2;
}
}



/* PCのみ
-------------------------------------*/

@media(max-width:788px){
.pc{
        display: none !important;
    }
}
    
/* SPのみ
-------------------------------------*/

@media(min-width:789px){
.sp{
        display: none !important;
    }
}
