body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
    font-size: 1.2em;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
    background-color: #f3f3f3;
    text-rendering: optimizelegibility;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ヘッダー */

#header{
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;			/* 上下の余白 */
	margin-bottom: 2em ;			/* 他のブロックとのスペース */
    height: 180px;
	background: linear-gradient(45deg, #ffb532, #ffea00, #ffb532);
	background-size: 600% 600%;
	animation: AnimationName 16s ease infinite;
	position: relative;
	margin-top: 80px;
    margin-bottom: 0px;
 } 


h2{
    font-size: 2rem;
    line-height: 140%;
    text-rendering: optimizelegibility;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3{
    font-size: 1.5rem;
    line-height: 140%;
    text-rendering: optimizelegibility;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.allah{
    color: crimson;
    font-size: 0.8em;
    margin-left: 20px;
    display: block;
}


/* ロゴ画像 */
.logo
{
	width: 400px ;
	height: auto ;
}

#header-iner{
	width: 980px;
    height: 180px;
	margin: 0 auto;
	position: relative;

}

/* ロゴ画像を囲むh1 */
#header-iner .logo-wrapper
{
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    width: 190px;
    top: -100px;
    left: 3%;
}

#header-iner .right-read{
    position: absolute;
    width: 48%;
    top: -10%;
    right: 0%;
}

#header-iner .btn_wrap{
    margin-top: 200px;
    position: absolute;
    top: 15%;
    right: -8%;
    border-radius: 10px;
}


#header-iner .help_btn
{
	margin: 0;
    padding: 0;
    /* line-height: 1; */
    position: absolute;
    width: 300px;
    bottom: 70px;
    right: 16.5%;
}





/*qa*/

.faq-item {
    background: #fff;
    border-radius: 5px;
    padding: 44px 60px 15px 103px;
    margin-bottom: 15px;
    color: #181818;
}

.faq-question {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #0175c2;
}

.faq-answer {
    font-size: 14px;
    line-height: 1.8;
    margin: 33px 0 0 55px;
    position: relative;
}

.l-content-full {
    background: #f3f3f3;
}

.faq {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.l-faq-list {
    width: 100%;
    margin-top: 50px;
}

.faq-answer:before {
    content: "A";
    background: #fff;
    border: 1px solid #0175c2;
    color: #0175c2;
    padding-top: 3px;
    top: -6px;
    left: -50px;
}

.faq-question:before {
    content: "Q";
    background: #0175c2;
    color: #fff;
    padding-top: 4px;
    top: -4px;
    left: -43px;
}

.faq-answer:before, .faq-question:before {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

.faq-question:before {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #f3f3f3;
    padding-top: 95px;
    padding-bottom: 30px;
}

#footer
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	background: #e8e8e8 ;
    display: block;
    height: 50px;
    padding: 5%;
    width: 100%;
}

#toiawase
{
    text-align: center ;			/* テキスト、画像の真ん中寄せ */
    margin-top: 2em ;			/* 他のブロックとのスペース */
    background-color: #ffcb1c;
    display: block;
    text-align: left;
    padding: 7%;
    padding-top: 2%;
}

#toiawase p
{
    width: 980px;
    margin: 0 auto;
}


@media screen and (max-width:768px){
    #wrapper
    {
        width: 95%;
        margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
        padding: 0 ;			/* 上下左右の余白を0にしておく */
        background-color: #f3f3f3;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer
    {
        text-align: center ;		/* テキスト、画像の真ん中寄せ */
        background: #e8e8e8 ;
        display: block;
        height: 50px;
        padding: 5%;
    }

    #header-iner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }


    #header-iner .logo-wrapper
    {
        margin: 0;
        padding: 0;
        line-height: 1;
        position: absolute;
        width: 125px;
        top: -50px;
        left: 2%;
    }
    
    #header-iner .right-read{
        position: absolute;
        width: 48%;
        top: 0%;
        right: 4%;
    }

    #toiawase
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        margin-top: 2em ;			/* 他のブロックとのスペース */
        background-color: #ffcb1c;
        display: block;
        padding: 5%;
        text-align: left;
    }

    #footer
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        background: #e8e8e8 ;
        display: block;
        height: 50px;
        padding: 5%;
    }

    #toiawase p
    {
        width: 100%;
        margin: 0 auto;
    }

}

.sp_hid{
    display: block;
}

.pc_hid{
    display: none;
}


@media screen and (max-width:479px){
    #wrapper
    {
        width: 95% ;
        margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
        padding: 0 ;			/* 上下左右の余白を0にしておく */
        background-color: #f3f3f3;
        padding-top: 10%;
    }

    #header-iner .right-read {
        position: absolute;
        width: 48%;
        top: 20%;
        right: 4%;
    }

    .faq-item {
        background: #fff;
        border-radius: 5px;
        padding: 22px 30px 15px 60px;
        margin-bottom: 15px;
        color: #181818;
    }

    #toiawase
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        margin-top: 2em ;			/* 他のブロックとのスペース */
        display: block;
        padding: 5%;
        text-align: left;
        background-color: #ffcb1c;
    }

    #footer
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        background: #e8e8e8 ;
        display: block;
        height: 50px;
        padding: 5%;
    }

    #toiawase p
    {
        width: 100%;
        margin: 0 auto;
    }

    body {
        margin: 0;
        padding: 0;
        font-size: 0.8em;
        line-height: 1.618;
        background-color: #f3f3f3;
        text-rendering: optimizelegibility;
        font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }


    h2{
        font-size: 1rem;
        line-height: 140%;
        text-rendering: optimizelegibility;
        font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    
    h3{
        font-size: 0.9rem;
        line-height: 140%;
        text-rendering: optimizelegibility;
        font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    
    /*PCで無効*/
    .sp_hid{
        display: none;
    }

    .pc_hid{
        display: block;
    }

    header{ top:0; z-index:100; }
    #main_slide{ width:100%; }
    #slide{ margin:0 auto; }
    .swiper-container1{ width:100%; max-width:100%; }
    .swiper-container2{ width:100%; max-width:100%; }
    .swiper-slide-next,.swiper-slide-prev{ opacity: 0.3; }
    .swiper-slide{list-style-type: none;}

    #slide li > img {
        display: block;
        margin: 0 auto;
    }

    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }
}


/* ボタン */
.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

.button {
    background-color: #0175c2;
    border: 2px solid #0175c2;
    color: #fff;
    line-height: 50px;
  }
.button:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}

.bg_color{
    background-color: #f3f3f3;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

.gh{
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 110%;
}

.title_weight{
    font-weight: 600;
}

.read-font{
    font-size: 0.8em;
}