﻿@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#ttl {
    background-image: url("/assets/images/common/images_new/reform/bg.png");
    height: 300px;
    background-position: center center;
    background-size: cover;
}
#ttl h2 {
    padding-top: 110px;
}
#reform h2.min {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
}
#reform h2.min+figure {
    margin-bottom: 70px;
}
#reform h2+p {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.8em;
}
#reform .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 20px;
}
#reform .flex div {
    width: 470px;
}
#reform .flex div h3 {
    font-size: 24px;
    color: #21ACC0;
    margin-bottom: 20px;
    padding-top: 20px;
}
#reform .flex div h3+p {
    font-size: 15px;
}
#reform .flex div a {
    width: 470px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #FF9B00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-image: url("/assets/images/common/images_new/reform/arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    margin-top: 10px;
}
#reform .flex div a:hover {
    opacity: 0.8;
    text-decoration: none;
}
#reformmenu {
    background-color: #EDF7F8;
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 80px;
}
#reformmenu h2+p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px;
}
#reformmenu .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#reformmenu .flex .box {
    width: 497px;
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#reformmenu .flex .box h3 {
    background-color: #26AEC0;
    text-align: left;
    color: #fff;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#reformmenu .flex .box .flex {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5A554B;
}
#reformmenu .flex .box .flex p {
    width: 223px;
    text-align: left;
}
#reformmenu .banner {
    margin-top: 30px;
}
#contact {
    background-color: #fff;
    padding-top: 70px;
}
#contact .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#contact h2+p {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#contact h2+p+p a {
    color: #FF9B00;
    text-decoration: none;
}
#contact h2+p+p a:hover {
    text-decoration: underline;
}
#contact table {
    margin-top: 30px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#ttl {
    background-image: url("/assets/images/common/images_new/reform/bg.png");
    height: 25vh;
    margin-top: 14%;
    background-position: center center;
    background-size: cover;
}
#ttl h2 {
    padding-top: 15%;
}
#reform h2.min {
    font-size: 20px;
    margin-bottom: 3%;
    font-weight: 500;
}
#reform h2.min+figure {
    margin-bottom: 10%;
}
#reform h2+p {
    margin-bottom: 5%;
    line-height: 1.8em;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}
#reform .flex {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 10%;
}
#reform .flex p {
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    display: block;
}
#reform .flex div {
    margin-bottom: 5%;
}
#reform .flex div p {
    width: auto;
}
#reform .flex div h3 {
    font-size: 18px;
    color: #21ACC0;
    margin-bottom: 3%;
    padding-top: 3%;
    text-align: center;
}
#reform .flex div h3+p {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
}
#reform .flex div a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 90%;
    background-color: #FF9B00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-image: url("/assets/images/common/images_new/reform/arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#reform .flex div a:hover {
    opacity: 0.8;
    text-decoration: none;
}
#reform .flex div+figure {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#reform .flex div+figure img {
    width: 100%;
    height: auto
}
#reformmenu {
    background-color: #EDF7F8;
    margin-top: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
}
#reformmenu h2+p {
    line-height: 1.8em;
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
}
#reformmenu .flex {
    margin-left: 5%;
    margin-right: 5%;
}
#reformmenu .flex .box {
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#reformmenu .flex .box h3 {
    background-color: #26AEC0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#reformmenu .flex .box .flex {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5A554B;
}
#reformmenu .flex .box .flex p {
    text-align: left;
    margin-top: 3%;
}
#reformmenu .flex .box .flex+p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#reformmenu .banner {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#contact {
    background-color: #fff;
    padding-top: 10%;
}
#contact .inner {
    margin-left: 5%;
    margin-right: 5%;
}
#contact h2+p {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#contact h2+p+p a {
    color: #FF9B00;
    text-decoration: none;
}
#contact h2+p+p a:hover {
    text-decoration: underline;
}
#contact table {
    margin-top: 30px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
