@charset "UTF-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
    font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,html {
    height: 100%;
/*    background-color: #e9f8ff;*/
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.wrap {
    margin: 0 auto;
    text-align: center;
    /*width: 1000px;*/
}

.header {
    text-align: left;
    width: 650px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    padding: 10px;
    width: 200px;
}

.header div  {
    background: #1e68bd;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}

.header p {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
}

.header p span {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}

.top {
    position: relative;
}

.top .img2 {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}

h2 {
    padding: 50px 0 20px 0;
    font-weight: bold;
    font-size: 24px;
}

.cycle {
    background: #fa0001;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -40px;
    left: -40px;
}

.cycle p {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.2;
    position: absolute;
    top: 20px;
    left: 9px;
}

.label1 {
    background: #fff;
    padding: 20px;
    display: inline-block;
}

.label1 p {
    color: #397ac4;
    font-weight: bold;
    font-size: 20px;
}

.search {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    width: 700px;
    margin: 0 auto;
}

.search img {
    width: 60%;
    margin-top: 20px;
}

.search p {
    text-align: left;
    margin: 30px 30px 20px 30px;
    font-size: 16px;
    line-height: 1.5;
}

.red {
    color: red;
}

.btn {
    width: 40%;
    margin: 2em auto;
}

.akuhyo {
    background-image: url(img/6.jpg);
    padding-bottom: 20px;
}

.akuhyo label {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-image: url(img/8.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    margin: 1em 0;
    padding: 0.7em 0;
    background-size: 19px;
}

.akuhyo p {
    color: #fff;
    font-size: 22px;
    padding: 0.5em 0 1em 0;
}

.akuhyo .yellow {
    color: yellow;
}

.example {
    background: #fff;
    width: 630px;
    margin: 20px auto 0 auto;
    border-radius: 7px;
    padding-bottom: 1px;
}

.example ul {
    padding: 10px;
}

.example ul li {
    display: inline-block;
    background-color: #f4f9ff;
    width: 180px;
    height: 180px;
    position: relative;
    vertical-align: middle;
    margin: 10px;
}

.example ul li div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.example ul li img {
    width: auto;
    height: 100px;
    margin-top: 10px;
}

.example ul li span {
    white-space: nowrap;
    color:#296fc0;
    font-size: 14px;
    font-weight: bold;
}

.example h3 {
    background: #1e68bd;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    border-radius: 30px;
    padding: 10px 20px;
    letter-spacing: 2px;
    position: relative;
    top: -20px;
}

.hitsuyo {
    background-color: #faf7f0;
    background-image: url(img/16.png);
    background-repeat: no-repeat;
    background-position-x: 340px;
    background-size: contain;
    padding: 30px 20px;
    margin: 20px;
}

.hitsuyo p {
    color: #333;
    text-align: left;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
}

.hitsuyo p span {
    font-weight: bold;
    border-bottom: 5px solid #fee600;
}

.omakase {
    background-color: #3abeff;
    padding-bottom: 10px;
}

.reason {
    background-image: url(img/20.png);
    padding-bottom: 30px;
}

.reason label {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 50px 0 20px 0;
}

.reason label span {
    color: #fd9101;
    font-weight: bold;
    font-size: 40px;
}

.line {
    border: 1px solid #fd9101;
    width: 70px;
    margin: 0 auto 30px auto;
}

.taiou {
    background: #e9f8ff;
    padding-bottom: 10px;
}

.taiou label {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 50px 0 20px 0;
}

.taiou label span {
    color: #fd9101;
    font-weight: bold;
    font-size: 40px;
}

.taiou p {
    text-align: center;
    margin: 30px 30px 20px 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.taiou p span {
    color: red;
    font-weight: bold;
}

.moushikomi {
    background: #fff;
    padding-bottom: 30px;
}

.moushikomi label {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 50px 0 20px 0;
}

.moushikomi label span {
    color: #fd9101;
    font-weight: bold;
    font-size: 40px;
}

.moushikomi .step {
    background: #1e68bd;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    padding: 12px 20px 20px 20px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 40px;
}

.moushikomi .step span {
    font-weight: bold;
    color: #f0de0c;
}

.moushikomi .step .big {
    font-size: 35px;
}

.moushikomi .step:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 10px solid #1e68bd;
}

.shitsumon {
    background: #3abeff;
    color:#fff;
    padding-bottom: 10px;
}

.shitsumon label {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 50px 0 20px 0;
}

.qa_wrap {
    width: 60%;
    margin: 0 auto;
}

.qa_wrap .q {
    background: #fff;
    color: #333;
    border-radius: 20px;
    padding: 20px 20px 20px 70px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    background-image: url(img/23.png);
    background-repeat: no-repeat;
    background-position: 20px 13px;
    background-size: 40px;
}

.qa_wrap .icon {
    background-image: url(img/24.png);
    width: 75px;
    height: 75px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.qa_wrap p {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: #fee600;
    color: #333;
    background-image: url(img/25.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 10px;
    padding: 20px 20px 20px 70px;
    line-height: 1.5;
    position: relative;
    width: 80%;
}

.qa_wrap p:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #fee600;
}

.a_wrap {
    margin: 20px 0;
}

.footer_okigaru {
    padding: 70px 50px 50px 50px;
}

.footer_bar {
    width: 100%;
    height: 70px;
    background: #1e68bd;
}

.sp {
    display: none;
}

.footer_bar p {
    color: #fff;
    line-height: 70px;
    font-size: 15px;
}




@media only screen and (max-width : 768px) {

.pc {
    display: none;
}

.sp {
    display: block;
}

.header {
    width: 100%;
    background: #fff;
}

.header .logo {
    width: 130px;
}

.header p {
    font-size: 12px;
    padding: 5px 10px;
}

.header p span {
    font-size: 22px;
    line-height: 1;
}

.top_btn_area {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ccc;
    padding: 10px;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 2;
}

.sp_h2 {
    margin-top: 15%;
    font-size: 1.2em;
}

body {
    background-color: #e9f8ff;
}

.label1 p {
    font-size: 1em;
}

.search {
    width: 95%;
}

.search img {
    width: 100%;
}

.search p {
    margin: 10px;
    font-size: 0.8em;
}

.btn {
    width: 85%;
    margin: 1em auto;
}

.example {
    width: 95%;
}

.akuhyo_img {
    width: 90% !important;
}

.akuhyo label {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 1em;
    margin: 1em;
}

.akuhyo p {
    font-size: 1em;
}

.example h3 {
    font-size: 1em;
}

.example ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.example ul li {
    width: 31%;
    margin: 1%;
    height: auto;
}

.example ul li span {
    font-size: 0.5em;
    display: inline-block;
    height: 3em;
    white-space: normal;
}

.example ul li img {
    margin-top: 0;
}

.arrow_sp1 img,
.arrow_sp2 img {
    width: 30px !important;
}

.arrow_sp1 {
    position: relative;
    top: 10px;
}

.arrow_sp2 {
    position: relative;
    top: 15px !important;
}

.hitsuyo {
    padding: 10px 10px;
    margin: 10px;
    background-position-x: 95%;
}

.hitsuyo p {
    font-size: 0.8em;
}

.width_100 {
    width: 100% !important;
}

.reason {
    background-color: #fff;
}

.reason label,
.taiou label,
.shitsumon label,
.moushikomi label {
    font-size: 1em;
    margin: 30px 0 20px 0;
}

.width_90 {
    width: 90% !important;
}

.taiou p {
    font-size: 0.8em;
}

.moushikomi .step {
    font-size: 0.8em;
    padding: 5px 10px 10px 10px;
    letter-spacing: 1px;
}

.moushikomi .step .big {
    font-size: 2em;
}

.qa_wrap {
    width: 95%;
}

.qa_wrap .q {
    font-size: 0.8em;
    padding: 20px 0 20px 40px;
    background-size: 25px;
    background-position: 10px 15px;
}

.qa_wrap p {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 9px 45px;
    width: 70%;
    font-size: 0.8em;
    background-size: 30px;
}

.footer_okigaru {
    padding: 0;
    background: #fff;
}

.footer_okigaru>img {
    width: 70% !important;
    margin-top: 1em;
}

.footer_okigaru .btn {
    margin: 0 auto;
    padding: 1em;
}

} /* end * /