@charset "UTF-8";
/*
base
*/
/* スタイルの初期化---------------------*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border-style: none;
  zoom: 1;
  outline: none;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

/* ------------------------
	共通
  ------------------------ */
  .section_title {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    position: relative;
    background: #1989c8;
    padding: 2rem;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
  }

  .section_title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -32px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1989c8 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }

  .section_title-bold {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: bold;
  }

  .section_title-single {
    font-size: 60px;
  }

  .simple_form {
    background-color: #f9f9fb;
    width: 100%;
    height: 380px;
    background-image: url(../img/form_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    overflow: hidden;
  }

  .simple_form .form_head {
    font-size: 260%;
  }

  .simple_form .form_head .head-r {
    font-size: 120%;
    color: #f54b58;
  }

  .form_item {
    right: 4%;
    width: 80%;
    position: relative;
    overflow: hidden;
    margin-top: 62px;
  }

  .form_btn {
    margin-top: 19px;
    background-color: transparent;
  }

  .form_btn a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: #f54b58;
    border-radius: 38px;
    color: #fff;
    width: 350px;
    height: 76px;
    padding: 1rem 2rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 27px;
  }

  .form_btn a a {
    color: #fff;
  }

  .form_btn a:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../img/btn_after.png);
    background-repeat: no-repeat;
    top: 18px;
    right: 23px;
  }

  .item-l {
    float: left;
  }

  .item-r {
    float: right;
  }

/* ------------------------
	header
  ------------------------ */
  header {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 1rem 1rem;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .logo {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 551px;
  }

  .logo_b {
    color: #1989c8;
    font-size: 22px;
  }

  .tel {
    margin-top: 9px;
    margin-right: 15px;
    width: 200px;
  }

  .tel img {
    width: 100%;
  }

  .header_item-l {
    float: left;
  }

  .header_item-r {
    float: right;
  }

  .contact_btn {
    background-color: transparent;
  }

  .contact_btn a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: #f54b58;
    border-radius: 38px;
    color: #fff;
    width: 222px;
    height: 52px;
    padding: 0.5rem 1rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
    line-height: 35px;
  }

  .contact_btn a a {
    color: #fff;
  }

  .contact_btn a:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/btn_after.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 16px;
    right: 15px;
  }

/* ------------------------
	main
  ------------------------ */
  main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

/* ------------------------
	mainvisual
  ------------------------ */
  .mainvisual {
    width: 100%;
    margin-bottom: -10px;
  }

  .mainvisual img {
    width: 100%;
  }

/* ------------------------
	trouble
  ------------------------ */
  .trouble {
    background-color: #f9f9fb;
    width: 100%;
  }

  .trouble_img {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }

  .trouble_img img {
    width: 90%;
  }

  .trouble-title-b {
    font-size: 52px;
  }

/* ------------------------
	about
  ------------------------ */
  .about_text {
    padding: 4.5rem 1rem;
    font-size: 30px;
    text-align: center;
  }

  .about_text-r {
    color: #f54b58;
  }

  .about-title-b {
    font-size: 52px;
  }

/* ------------------------
	condition
  ------------------------ */
  .condition_text {
    text-align: center;
    font-size: 30px;
    line-height: 2;
    padding: 3.5rem 2rem;
  }

  .condition_item {
    width: 97%;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 30px;
    overflow: hidden;
    padding: 2rem 0;
  }

  .condition_item .item_text {
    text-align: center;
    width: 54%;
    padding: 4rem 0;
    font-size: 25px;
  }

  .condition_item .item_img {
    max-width: 350px;
  }

  .condition_item .item_img img {
    width: 90%;
  }

  .condition_item_head {
    height: 92px;
  }

  .condition_item_head img {
    height: 100%;
  }

  .head_position-l {
    float: left;
  }

  .head_position-r {
    float: right;
  }

  .condition_text-r {
    color: #f54b58;
    font-size: 30px;
  }

  .head_img {
    width: 250px;
    margin: 0px auto -17px;
  }

  .head_img img {
    width: 100%;
  }

  .point_text {
    font-size: 34px;
    color: #fff;
    background: #f54a58;
    padding: 2rem;
    text-align: center;
  }

  .case {
    margin-top: 20px;
  }

  .case p {
    font-size: 19px;
    text-align: left;
  }

  .case_head {
    color: #F03146;
    font-weight: bold;
  }

/* ------------------------
	person
  ------------------------ */
  .person {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .person_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4.5rem 0 3rem;
    overflow: hidden;
  }

  .person_text{
    padding: 0 0.5rem;
  }

  .person_item .person_text {
    width: 48%;
  }

  .person_item .person_img {
    width: 50%;
  }

  .person_item .person_img img {
    width: 100%;
  }

  .person_item-l {
    float: left;
  }

  .person_item-r {
    float: right;
  }

/* ------------------------
  update
  ------------------------ */
  .update {
    width: 100%;
    text-align: center;
  }

  .update_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 4.5rem 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .update_img img {
    width: 90%;
  }

  .update-title-b {
    font-size: 52px;
  }

  .update_img_box{
    width: 50%;
    text-align: center;
  }

  .update_img_box-left{
    border-right: 10px solid gray;
  }

/* ------------------------
	footer
  ------------------------ */
  footer {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 0.6em;
    line-height: 1.7em;
  }

  p.footer_contact {
    padding: 30px 0 0;
  }

  footer#footer {
    width: 100%;
    border-top: 1px solid #CCC;
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 0.6em;
    line-height: 1.7em;
    overflow: hidden;
  }

  #footer_frame {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  p#footer_logo {
    margin: 0;
    padding: 30px 0 38px;
  }

  #footer_nav {
    position: absolute;
    top: 38px;
    left: 310px;
    width: 550px;
  }

  #footer_nav ul li {
    float: left;
    white-space: nowrap;
    margin: 0 15px 5px 0;
  }

  #footer_nav ul li a {
    color: #333;
    text-decoration: none;
  }

  #footer_nav ul li a:hover {
    color: #808080;
  }

  footer#footer small {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #DA0E11;
    font-size: 0.9em;
    text-align: center;
    color: #FFF;
  }

  #footer_link {
    display: none;
  }

  .footer_contact02 {
    padding: 30px 0 0;
  }

  .footer_contact02 dl {
    border: 3px solid #CCC;
    background: #F0F0F0;
    padding: 30px;
  }

  .footer_contact02 dl dt {
    font-size: 18px !important;
    font-size: 24px !important;
    margin: 0 0 20px !important;
    font-weight: bold;
    border-bottom: 3px solid #DA0F12;
    padding: 0 0 10px;
    text-align: center;
  }

  .footer_contact02 dl dd {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 10px !important;
  }

  .footer_contact02 dl dd:nth-of-type(3) {
    margin: 20px 0 0 !important;
  }

  .footer_contact02 dl dd:nth-of-type(3) ul li {
    display: inline-block;
    width: 250px;
    margin: 0 20px;
  }

  .footer_contact02 dl dd:nth-of-type(3) ul li a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #da0e11;
    background: #ed8387;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed8387), to(#da0e11));
    background: linear-gradient(to bottom, #ed8387 0%, #da0e11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8387', endColorstr='#da0e11',GradientType=0 );
  }

/* ------------------------
	price
  ------------------------ */
  .price_row {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
  }

  .price_table {
    width: 100%;
    text-align: center;
  }

  .price_table tr th {
    width: 50%;
    background-color: #1989c8;
    font-size: 30px;
    color: #fff;
    height: 100px;
  }

  .price_table tr td {
    font-size: 20px;
    background-color: #ffe8e1;
    height: 80px;
  }

/* ------------------------
	flow
  ------------------------ */
  .flow_row {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
  }

  .flow_row ul {
    text-align: center;
  }

  .flow_row ul li {
    display: inline-block;
    width: 18%;
    position: relative;
    margin: 0 20px;
    vertical-align: top;
  }

  .flow_row ul li:not(:last-of-type):after {
    position: absolute;
    right: -27px;
    top: 75px;
    content: '▶︎';
    font-size: 30px;
    width: 20px;
    color: #1989c8;
  }

  .flow_img {
    width: 100%;
    background-color: #1989c8;
  }

  .flow_img img {
    width: 100%;
    max-width: 163px;
  }

  .flow_text {
    text-align: left;
  }

  .flow_title {
    text-align: center;
    font-size: 20px;
    color: #1989c8;
  }

/* ------------------------
	interview
  ------------------------ */
  .interview_row {
    width: 100%;
    max-width: 900px;
    margin: 60px auto;
    overflow: hidden;
  }

  .interview_text {
    width: 75%;
  }

  .interview_img {
    width: 20%;
  }

  .interview_img img {
    width: 100%;
  }

  .interviewee {
    font-size: 20px;
    border-bottom: 2px solid #1874BC;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

/* ------------------------
	question
  ------------------------ */
  .question {
    width: 100%;
    padding-bottom: 50px;
  }

  .question_list {
    position: relative;
    width: 100%;
    margin: 90px auto;
  }

  .question_list li {
    margin-bottom: 50px;
  }

  .head_q {
    margin-bottom: 25px;
    font-size: 20px;
    margin-left: 50px;
  }

  .head_q:before {
    content: 'Q';
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #1874BC;
    color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    font-size: 29px;
  }

  .head_a {
    line-height: 1.5;
    margin-left: 50px;
  }

  .head_a:before {
    content: 'A';
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #EE3E53;
    color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    font-size: 29px;
  }

  @media only screen and (max-width: 768px) {
  /* ------------------------
	共通
  ------------------------ */
  .header_item-l,
  .header_item-r,
  .person_item-l,
  .person_item-r,
  .item-l,
  .item-r {
    float: none;
    margin: 0 auto;
  }
  .section_title {
    font-size: 19px;
    padding: 1rem 0.5em;
  }
  .section_title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1989c8 transparent transparent transparent;
    border-width: 32px 50px 0 50px;
  }
  .simple_form {
    background-color: #f9f9fb;
    width: 100%;
    height: 280px;
    background-image: url(../img/form_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    text-align: center;
    overflow: hidden;
  }
  .simple_form .form_head {
    font-size: 23px;
  }
  .simple_form .form_head .head-r {
    font-size: 27px;
    color: #f54b58;
  }
  .form_item {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
  }
  .form_btn a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: #f54b58;
    border-radius: 38px;
    color: #fff;
    width: 280px;
    height: 66px;
    padding: 1rem 2rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
  }
  .form_btn a a {
    color: #fff;
  }
  .form_btn a:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../img/btn_after.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 18px;
    right: 23px;
  }
  /* ------------------------
	header
  ------------------------ */
  header {
    width: 100%;
    min-width: auto;
    background-color: #fff;
    padding: 1.5rem 0.3rem 1rem;
    text-align: center;
  }
  .logo {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .logo_b {
    color: #1989c8;
    font-size: 16px;
  }
  .tel {
    margin: 15px auto 0;
  }
  /* ------------------------
	trouble
  ------------------------ */
  .trouble_img {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .trouble_img img {
    width: 100%;
  }
  .trouble-title-b {
    font-size: 22px;
  }
  /* ------------------------
	about
  ------------------------ */
  .about_text {
    padding: 4.5rem 0.5rem;
    font-size: 20px;
    text-align: center;
  }
  /* ------------------------
	condition
  ------------------------ */
  .condition_text {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    padding: 2.5rem 0.5rem;
  }
  .condition_item {
    width: 97%;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 20px;
    overflow: hidden;
    padding: 2rem 0;
  }
  .condition_item .item_text {
    text-align: center;
    width: 100%;
    padding: 2rem 0;
    font-size: 17px;
  }
  .condition_item .item_img {
    max-width: 250px;
  }
  .condition_item .item_img img {
    width: 90%;
  }
  .condition_text-r {
    color: #f54b58;
    font-size: 20px;
  }
  .condition_item_head {
    height: 92px;
  }
  .condition_item_head img {
    width: 95%;
    height: auto;
  }
  .point_text {
    font-size: 20px;
    color: #fff;
    background: #f54a58;
    padding: 2rem;
    text-align: center;
  }
  /* ------------------------
	person
  ------------------------ */
  .person_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    overflow: hidden;
  }
  .person_item .person_text {
    width: 95%;
  }
  .person_item .person_img {
    width: 95%;
  }
  .person_item .person_img img {
    width: 100%;
  }
  /* ------------------------
  update
  ------------------------ */
  .update_img{
    display: block;
  }
  .update_img_box {
    width: 100%;
    text-align: center;
  }
  .update-title-b {
    font-size: 22px;
  }
  .update_img_box-left {
    border-right: 0px solid gray;
  }
  /* ------------------------
	footer
  ------------------------ */
  p.footer_contact {
    padding: 15px 0 0;
  }
  footer#footer {
    padding: 0 0 50px;
  }
  #footer_frame {
    width: 100%;
  }
  p#footer_logo {
    margin: 0;
    padding: 15px 0 15px;
    text-align: center;
  }
  #footer_nav {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
  }
  #footer_nav ul {
    text-align: center;
    margin: 0 0 15px;
  }
  #footer_nav ul li {
    float: none;
    white-space: nowrap;
    margin: 0 8px 10px;
    display: inline-block;
  }
  #footer_link {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 40px;
    background: rgba(218, 17, 17, 0.9);
    z-index: 100;
    width: 100%;
    font-size: 12px;
  }
  #footer_link ul li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
  }
  #footer_link ul li:nth-child(1) {
    border-left: none;
  }
  #footer_link ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  #footer_link ul li a img {
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 22px;
    height: auto;
  }
  .footer_contact02 dl {
    padding: 15px 15px 5px;
  }
  .footer_contact02 dl dt {
    font-size: 16px !important;
    font-size: 22px !important;
    margin: 0 0 15px !important;
    padding: 0 0 7px;
  }
  .footer_contact02 dl dd {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px !important;
  }
  .footer_contact02 dl dd:nth-of-type(3) {
    margin: 15px 0 0 !important;
  }
  .footer_contact02 dl dd:nth-of-type(3) ul li {
    display: block;
    width: auto;
    margin: 0 0 10px;
  }
  /* ------------------------
	price
  ------------------------ */
  .price_table {
    width: 100%;
    text-align: center;
  }
  .price_table tr th {
    font-size: 18px;
  }
  /* ------------------------
	flow
  ------------------------ */
  .flow_row {
    width: 90%;
    margin: 90px auto 20px;
    overflow: hidden;
  }
  .flow_row ul {
    text-align: center;
  }
  .flow_row ul li {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .flow_row ul li:not(:last-of-type):after {
    display: none;
  }
  .flow_img {
    float: left;
    width: 30%;
    background-color: #1989c8;
  }
  .flow_img img {
    width: 100%;
  }
  .flow_title {
    text-align: left;
  }
  .flow_text {
    width: 60%;
    float: right;
    text-align: left;
  }
  /* ------------------------
	interview
  ------------------------ */
  .interview_text {
    padding: 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .interview_img {
    width: 60%;
  }
  .interview_img img {
    width: 100%;
  }
  .interviewee {
    font-size: 19px;
  }
  /* ------------------------
	question
  ------------------------ */
  .question_list {
    width: 95%;
    margin: 60px auto;
  }
}

/*# sourceMappingURL=../css/maps/style.css.map */
