@charset "utf-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 62.5%;
}

body {
    color: #231815;
    font-size: 1.2rem;
    /*font-family: 'Roboto', sans-serif, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans w3", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}
.pc{
    display: none;
}
.goto_top{
    width: 100%;
    background-image: url(../../images/goto/goto_top_back_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    //padding: 80px 0 0;
}
.goto_top .heading_top_sp{
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 10px;
}
.goto_top .heading_top{
    display: none;
}
.goto_top .heading_top a{
    display: inline-block;
}
.goto_top .heading_top_sp img{
    width: 95%;
    max-width: 550px;
}
.goto_top_pic{
    width: 90%;
    max-width: 700px;
    margin: 30px auto 0;
}
.goto_top_pic img{
    width: 100%;
}
.goto_title_top{
    margin: 0 auto;
    max-width: 700px;
    width: 90%;
}
.goto_title_top img{
    width: 100%;
}
.goto_section{
    width: 100%;
    margin: 20px auto 0;
    padding: 40px 0;
}
.goto_section.last-section{
    padding: 50px 0 100px;
}
.goto_section:nth-child(odd){
    background-image: url(../../images/goto/goto_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.goto_section:nth-child(2){
    text-align: center;
}
.goto_section .goto_wrapper{
    width: 90%;
    margin: 0 auto;
}
.goto_title{
    color: #4d81b4;
    font-size: 1.7rem;
    font-weight: normal;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.6;
    text-align: left;
    padding: 30px 0 0;
    margin-top: -30px;
    letter-spacing: 1px;
}

.goto_title::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4d81b4;
    vertical-align: middle;
    margin: 10px auto 0;
}
.goto_desc{
    width: 100%;
    font-size: 1.4rem;
    margin: 25px auto 0;
    line-height: 1.6;
}
.goto_link{
    color: #4d81b4;
    font-size: 1.4rem;
    display: block;
    margin: 25px 0 0;
    text-decoration: underline;
    line-height: 1.5;
}
.goto_banner_list{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
	-ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 20px auto 0;
}
.goto_banner_list a{
    width: 85%;
    display: block;
    transition: 0.3s ease;
    margin: 20px auto 0;
}
.goto_banner_list img{
    width: 100%;
    max-width: 370px;
}
.goto_heading{
    background-color: #4d81b4;
    padding: 9px 0 9px 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 20px 0 0;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: 1px;
}
.process_list{
    margin: 20px 0 0;
}
.process_list li{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0 0;
    line-height: 1.5;
}
.process_list li .process_list_number{
    font-size: 2.0rem;
    color: #4d81b4;
    margin: 0 7px 0 0;
    vertical-align: middle;
    font-style: italic;
}
.process_em{
    font-weight: normal;
    color: #e60012;
}
.process_small{
    font-weight: normal;
}
.process_link{
    color:#4d81b4;
    text-decoration: underline;
}
.button_list{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 10px auto 0;
}
.button_list a{
    width: 80%;
    max-width: 280px;
    transition: 0.3s ease;
    margin: 15px 0 0;
}
.button_list img{
    width: 100%;
}
.tel{
    display: block;
    background-color: #d9d3ce;
    font-size: 1.7rem;
    color: #000;
    width: 70%;
    text-align: center;
    margin: 25px auto 0;
    padding: 28px 0;
    line-height: 1.5;
}
.goto_box{
    width: 100%;
    border: solid 1px #4d81b4;
    padding: 15px 10px;
    margin: 15px 0 0;
}
.goto_box_title{
    color: #4d81b4;
    font-size: 1.5rem;
    font-weight: bold;
}
.goto_box_title span{
    font-weight: normal;
    font-size: 1.4rem;
    margin: 10px 0 0;
    display: inline-block;
    line-height: 1.6;
}
.goto_box_list{
    display: inline-block;
}
.goto_box_list li{
    font-size: 1.4rem;
    margin: 10px 0 0;
    font-weight: bold;
    line-height: 1.5
}
.goto_box_list li span{
    color: #4d81b4;
}
.goto_box_desc{
    font-size: 1.4rem;
    margin: 22px 0 0;
    line-height: 1.5;
}
.goto_desc.an{
    margin: 15px 0 0;
}
.goto_btn{
    display: block;
    width: 90%;
    max-width: 330px;
    margin: 30px auto 0;
    transition: 0.3s ease;
}
.goto_btn:hover{
    opacity: 0.72;
}
.goto_btn img{
    width: 100%;
}
.prevention_desc{
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 20px 0 0;
    font-weight: bold;
}
.prevention_item{
    width: 100%;
    max-width: 600px;
    margin: 15px auto 0;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.prevention_item figure{
    width: 47%;
    margin: 30px 0 0;
}
.prevention_item figure img{
    width: 100%;
}
.prevention_item figure figcaption{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 10px 0 0;
}
.prevention_link{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
    transition: 0.3s ease;
}
.prevention_link img{
    width: 100%;
}