@charset "utf-8";
body {
    color: #222;
    margin: 0;
    padding: 0;
	font-family: "MS Pゴシック", "MS ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Verdana,Roboto,"Droid Sans",sans-serif;
	font-size: 16px;
	line-height: 1.5em;
    background-color: #fff;
}
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 100;
}
h2 {
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 100;
}
ul {
    list-style-type: none;
}
img {
    border: none;
    max-width: 100%;
	height: auto;
	line-height: 0px;
}

a {
    text-decoration: none;
    color:#222;
}
.clear{
    clear: both;
}
.backcolor-ow{
    background-color: #fff9e6;
}
.red{
    color: red;
}
.center{
    margin: 0 auto;
}
.align-c{
    text-align:center 
}
.main {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}
.main850{
    max-width: 850px;
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}
.main800{
    max-width: 800px;
    height: 340px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
    clear: both;
}
.inner {
    max-width: 1170px;
    margin: 0 auto;
}
.mg-t30{
    margin-top: 30px;
    clear: both;
}
.mg-b90{
    margin-bottom: 90px;
}
.mg-l30{
    margin-left: 30px;
}
.pb-2{
    padding-bottom: 25px;
}
.ptb-52{
    padding: 30px 0 25px 0;
}
/*ヘッダー*/
header {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    flex-wrap: nowrap;
}
header .logo {
    flex-basis: 30%;
    padding-top: 50px;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.slider {
    height: auto;
    width:100%;
    clear: both;
}
/*グローバルメニュー*/
.menu {
    flex-basis: calc(70% - 85px);
    padding: 60px 0 0 0;
    margin-bottom: 45px;
    margin-left: 85px;
}
.menu ul li {
    text-align: center;
    float: left;
    width: 150px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 15px;
    padding-bottom: 10px;
}
.menu ul li:last-child {
    text-align: center;
    float: left;
    width: 150px;
    background-image: url(../img/menu2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 15px;
    padding-bottom: 10px;
}
.menu ul li a{
    color: #575754;
}
.menu ul li:last-child a{
    color: red;
}
/*コンテンツ*/
#contents{
    clear: both;
}
.main h1{
    display: inline;
    background: linear-gradient(transparent 83%, #fcdf01 20%);;
    padding-bottom: 10px;
}
.main h2{
    display: inline;
    background: linear-gradient(transparent 83%, #fcdf01 20%);;
    padding: 0 90px 10px 0;
}
.main p{
    font-size:16px;
    line-height: 25px;
}
.caption{
    background-color: #000;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 0 0;
}
.caption h1{
    color: #fff;
    text-align: center;
}
/*study*/
.studyBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}
.sBox, .sBox2, .sBox3{
    flex-basis: 49.7%;
    margin-top: 30px;
}
.sBox h2,
.sBox2 h2,
.sBox3 h2,
.detailBox1::before,
.detailBox2::before,
.detailBox3::before,
.detailBox4::before,
.detailBox5::before,
.detailBox1::after,
.detailBox2::after,
.detailBox3::after,
.detailBox4::after,
.detailBox5::after {
    text-shadow: 0 0 8px #fff;
}
.sBox h2 {
    color: #fff;
    font-size: 18px;
    width: 75%;
    background-color: #02214f;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.sBox2 h2 {
    color: #fff;
    font-size: 18px;
    width: 75%;
    background-color: #490606;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.sBox3 h2 {
    color: #fff;
    font-size: 18px;
    width: 75%;
    background-color: #102b00;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.detailBox1, .detailBox3 {
    border: 5px solid #02214f;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    padding-bottom: 5px;
    position: relative;
}
.detailBox2, .detailBox4 {
    border: 5px solid #490606;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    padding-bottom: 5px;
    position: relative;
}
.detailBox5 {
    border: 5px solid #102b00;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    padding-bottom: 5px;
    position: relative;
}
.detailBox1::before{
    content: 'G1000 グラスコックピット搭載';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 70%;
}
.detailBox1::after{
    content: '訓練機 Diamond Aircraft DA40型';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 0 10px 5%;
    width: calc(100% - 5%);
    margin-top: -98px;
    font-size: 22px;
}
.detailBox2::before{
    content: 'G1000 グラスコックピット搭載';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 70%;
}
.detailBox2::after{
    content: '訓練機 Diamond Aircraft DA42型';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 0 10px 5%;
    width: calc(100% - 5%);
    margin-top: -98px;
    font-size: 22px;
}
.detailBox3::before{
    content: '訓練機にはR44を使用！';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 70%;
}
.detailBox3::after{
    content: '訓練機 Robinson R44型';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 0 10px 5%;
    width: calc(100% - 5%);
    margin-top: -98px;
    font-size: 22px;
}
.detailBox4::before{
    content: 'タービン免許も短期取得可能';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 70%;
}
.detailBox4::after{
    content: '訓練機 Enstrom 480B';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 0 10px 5%;
    width: calc(100% - 5%);
    margin-top: -98px;
    font-size: 22px;
}
.detailBox5::before{
    content: '多発タービンお問い合わせ下さい';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 70%;
}
.detailBox5::after{
    content: '訓練機 Augusta A109E';
    display: block;
    position: absolute;
    color : #fff;
    background-color: #222222a3;
    padding: 10px 0 10px 5%;
    width: calc(100% - 5%);
    margin-top: -98px;
    font-size: 22px;
}
.periodFlex {
    display: flex;
    flex-wrap: nowrap;
}
.period {
    flex-basis: 70%;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}
.slook {
    font-size: 18px;
    background-color: #d80000;
    padding: 10px;
    text-align: center;
    flex-basis: 30%;
    border-radius: 10px;
    margin: 0 10px;
}
.slook a {
    color: #fff;
    display: block;
}
.limited {
    color: #ff0000;
    font-size: 15px;
}
/*cost*/
.costimg {
    height: auto;
    width: 100%;
    clear: both;
    position: relative;
}
.costimg::before {
    content: 'Let’s Flight';
    display: block;
    position: absolute;
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    top: 36%;
    left: 0;
    padding: 30px;
    letter-spacing: 3px;
    background-color: #00000052;
} 
.costBox,
.costBox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}
.costBox3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    width: 90%;
    margin: 0 auto 30px;
    padding: 3% 0 3% 0;
}
.costBox h2{
    flex-basis: 100%;
    font-size: 25px;
    padding: 20px 0 20px 85px;
    color: #fff;
    background-color: #00204d;
    background-image: url("../img/costH2.png");
    background-repeat: no-repeat;
    background-size: 74px;
    background-position: 20px 0;
}
.costBox2 h2{
    flex-basis: 100%;
    font-size: 25px;
    padding: 20px 0 20px 85px;
    color: #fff;
    background-color: #490606;
    background-image: url("../img/costH2b.png");
    background-repeat: no-repeat;
    background-size: 74px;
    background-position: 20px 0;
}
.costBox h2 span,
.costBox2 h2 span {
    padding-left: 15%;
}
.imgDA40,
.imgDA42,
.imgR44,
.img480B {
    flex-basis: 54%;
    position: relative;
    margin: 10px 0 0 0;
}
.corceList{
    flex-basis: calc(46% - 10px);
    margin: 10px 0 0 10px;
}
.corceList li{
    background-color: #2d2d2d;
    font-size: 21px;
    color: #fff;
    padding: 6px 0 6px 12px;
}
.corceList li:nth-child(2){
    background-color: #fff;
    color: #ff0000;
    position: relative;
}
.corceList li:nth-child(2)::before{
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 160px;
}
.corceH3,
.corceH3b {
    flex-basis: 54%;
    margin-top: -45px;
}
.corceH3 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    background-color: #02214f;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    text-shadow: 0 0 8px #fff;
    padding: 20px 0 10px 20px;
}
.corceH3b h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    background-color: #490606;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    text-shadow: 0 0 8px #fff;
    padding: 20px 0 10px 20px;
}
.corceContent{
    flex-basis: 100%;
    border: 5px solid #02214f;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    padding: 20px;
}
.corceContent2{
    flex-basis: 100%;
    border: 5px solid #490606;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    padding: 20px;
}
.imgDA40::before,
.imgDA42::before {
    content: 'G1000 グラスコックピット装備';
    position: absolute;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    font-size: 25px;
    background-color: #22222273;
    width: calc(100% - 20px);
    top: 10px;
    left: 0;
    padding: 10px 0 10px 20px;
}
.imgDA40::after,
.imgR44::after {
    content: '40時間';
    position: absolute;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    text-align: right;
    font-size: 25px;
    background-color: #22222273;
    width: calc(100% - 20px);
    top: 265px;
    left: 0;
    padding: 5px 20px 5px 0;
}
.imgDA42::after,
.img480B::after {
    content: '10時間';
    position: absolute;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    text-align: right;
    font-size: 25px;
    background-color: #22222273;
    width: calc(100% - 20px);
    top: 265px;
    left: 0;
    padding: 5px 20px 5px 0;
}
.imgR44::before {
    content: '訓練機にはR44を使用！';
    position: absolute;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    font-size: 25px;
    background-color: #22222273;
    width: calc(100% - 20px);
    top: 10px;
    left: 0;
    padding: 10px 0 10px 20px;
}
.img480B::before {
    content: 'タービン免許も短期取得可能';
    position: absolute;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px #fff;
    font-size: 25px;
    background-color: #22222273;
    width: calc(100% - 20px);
    top: 10px;
    left: 0;
    padding: 10px 0 10px 20px;
}
.corceContent2 p:nth-child(3) {
    color: #ff0000;
}
/*プライバシー*/
.privacy-inner{
    max-width: 748px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}
.privacy-inner h1{
    text-align: center;
    font-size: 1.5em;
}
.privacy-inner h2{
    text-align: center;
    font-size: 20px;
    margin: 15px 0 30px 0;
}
.privacy-inner h3{
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 30px 0;
}
.privacy-inner p:last-child{
    margin-bottom: 50px;
}
/*よくある質問*/
.qaimg{
    text-align: center;
}
.qa-inner{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 3%;
    background-color: #fff;
    padding-bottom: 10%;
}
.qa-back{
    background-image: url(../img/qa-back.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.qa-inner h2{
    margin: 50px 0 100px 0;
    font-size: 1.27em;
    text-align: center;
}
.back-img-qa{
    width: 100%;
    height: auto;
    clear: both;
    background-color: #454545;
    opacity: 0.9;
    margin-top: 2%;
}
.qa-line{
    height: 180px;
    width: 100%;
    margin: 0 auto;
    max-width: 185px;
}
.contact{
    width: 180px;
    display: inline-flex;
}
.contact a{
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    padding-top: 40%;
    font-family: "メイリオ";
}
.and{
    font-size: 20px;
}
/*コンタクト*/
.back-img{
    background-image: url(../img/contact-back.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    clear: both;
    background-size: cover;
}
.contact-line{
    display: flex;
    flex-wrap: nowrap;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    padding: 58px 0;
}
.contact-line div:first-child {
    background-color: #a61010;
    flex-basis: 40%;
    text-align: center;
    padding: 20px 0;
}
.contact-line div:first-child a {
    color: #fff;
    display: block;
}
.contact-line div:last-child {
    background-color: #0c1a5e;
    flex-basis: 40%;
    text-align: center;
    padding: 20px 0;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 201px 22px;
    background-size: 30px;
}
.contact-line div:last-child a {
    color: #fff;
    display: block;
}
.company {
    max-width: 1000px;
    width: 50%;
    margin: 30px auto;
    background-color: #f6f6f7;
    display: flex;
    flex-wrap: wrap;
}
.com1 {
    flex-basis: calc(30% - 30px);
    padding: 10px 0 10px 30px;
}
.com2 {
    flex-basis: 70%;
    padding: 10px 0; 
}
.complete-inner {
    text-align: center;
    margin: 50px 0;
}
/*sale*/
.edit {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}
/*フッター*/
footer{
    background-color: #000c2c;
}
.footer-inner{
    width: 100%;
    margin: 0 auto;
}
.address{
    height: 116px;
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.address div:first-child{
    padding-top: 25px;
    float: left;
    width: 30%;
} 
.address div:last-child{
    width: 31%;
    float: right;
    padding-top: 15px;
} 
.address p{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.address p:first-child{
    padding-top: 1%;
}
.footer-border{
    border-top: 1px solid #dfdfdf;
}
.footer-menu{
    margin: 0 auto;
    max-width: 1170px;
    clear: both;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
}
.footer-menu ul li {
    flex-basis: calc(33.333% - 14%);
    padding: 10px 0 10px 14%;
}
.footer-menu ul li:nth-child(n+4) {
    padding-top: 0;
}
.footer-menu ul li a{
    color:#8c908e;
}
.copyright{
    font-size: 13px;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    color: #8c908e;
    background-color: #fff;
}
/*タブレット*/
@media screen and (max-width:978px){
    .menu ul li,
    .menu ul li:last-child {
        width: 110px;
    }
}
@media screen and (max-width:857px){
    .period,
    .slook {
        font-size: 16px;
    }
    .costBox h2 span,
    .costBox2 h2 span{
        padding-left: 10%;
    }
}
@media screen and (max-width:793px){
    .sBox h2,
    .sBox2 h2,
    .sBox3 h2,
    .detailBox1::before,
    .detailBox1::after,
    .detailBox2::before,
    .detailBox2::after,
    .detailBox3::before,
    .detailBox3::after,
    .detailBox4::after,
    .detailBox4::before,
    .detailBox5::after,
    .detailBox5::before {
        font-size: 16px;
    }
    .period,
    .slook {
        font-size: 15px;
    }
    .costBox h2,
    .costBox2 h2{
        font-size: 20px;
    }
    .costBox h2 span,
    .costBox2 h2 span{
        padding-left: 7%;
    }
    .imgDA40::before,
    .imgDA40::after,
    .imgDA42::before,
    .imgDA42::after,
    .imgR44::before,
    .imgR44::after,
    .img480B::before,
    .img480B::after {
        font-size: 20px;
    }
    .imgDA40::after,
    .imgDA42::after,
    .imgR44::after,
    .img480B::after {
        top: 223px;
    }
    .corceList li {
        font-size: 16px;
        padding: 4px 0 4px 12px;
    }
}
@media screen and (max-width:749px){
    header {
        flex-wrap: wrap;
    }
    .menu {
        flex-basis: 100%;
        margin-left: 13%;
    }
    header .logo {
        flex-basis: 40%;
    }
    .company {
        width: 90%;
    }
}
@media screen and (max-width:733px) {
    .periodFlex {
        flex-wrap: wrap;
    }
    .period {
        flex-basis: 100%;
    }
    .slook {
        margin: 0 auto;
    }
    .detailBox1::after,
    .detailBox2::after,
    .detailBox3::after,
    .detailBox4::after,
    .detailBox5::after {
        margin-top: -143px;
    }
    .detailBox1::before,
    .detailBox2::before,
    .detailBox3::before,
    .detailBox4::before,
    .detailBox5::before {
        width: 80%;
    }
}
@media screen and (max-width:580px) {
    .contact-line div:last-child {
        background-position: 182px 22px;
    }
}
@media screen and (max-width:582px) and (min-width:481px) {
    .details{
        width: 432px;
    }
    .look{
        margin-left: 17%;
        left: 0;
        width: 250.92px;
    }
}
/*スマートフォン*/
@media screen and (max-width:492px) {
/*共通*/
body{
    font-size: 14px;
}
header {
    flex-wrap: wrap;
}
header .logo {
    flex-basis: 57%;
    padding: 25px 0 0 20px;
}
.menu {
    flex-basis: 100%;
    margin: 10px 20px;
    padding: 0;
}
.menu ul li,
.menu ul li:last-child {
    width: 25%;
    font-size: 12px;
}
.main {
    max-width: 100%;
    width: 96%;
    margin: 0 auto;
}
h1 {
    font-size: 16px;
}
.contact-line {
    padding: 25px 0;
}
.contact-line div:first-child {
    flex-basis: 43%;
    padding: 10px 0;
}
.contact-line div:last-child {
    flex-basis: calc(43% - 10px);
    padding: 10px 0 10px 10px;
    background-position: 126px 10px;
    background-size: 27px;
    text-align: left;
}
.address{
    height:auto;
}
.address div:first-child {
    width: 70%;
    float: none;
    padding-top: 0;
}
.address div:last-child {
    display: none;
}
footer{
    margin-top: -10px;
}
footer div.inner div.address div a img {
    width: 82%;
    margin: 20px 0 20px 20px;
}
.footer-menu ul li {
    flex-basis: calc(33.333% - 5%);
    padding: 10px 0 10px 5%;
    font-size: 10px;
}
.copyright {
    font-size: 10px;
}
/*トップページ*/
.slider{
    margin: 0 0 25px;
}
.slider img{
    width:100%;
    height:auto;
}
.main h1 {
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1.8em;
}
.main h2 {
    font-size: 16px;
    padding-bottom: 6px;
}
.main p{
    font-size: 14px;
    line-height: 23px;
}
.pb-2{
    padding-bottom: 5%;
}
.ptb-52{
    padding-bottom: 5%;
}
/*study*/
.main850 img {
    margin-top: 30px;
}
.sBox, .sBox2, .sBox3 {
    flex-basis: 100%;
}
.sBox h2, .sBox2 h2, .sBox3 h2 {
    font-size: 15px;
    width: 75%;
}
.detailBox1::before,
.detailBox2::before,
.detailBox3::before,
.detailBox4::before,
.detailBox5::before {
    font-size: 15px;
    padding: 3px 10px;
    width: 70%;
}
.detailBox1::after,
.detailBox2::after,
.detailBox3::after,
.detailBox4::after,
.detailBox5::after {
    font-size: 15px;
    width: calc(100% - 5%);
    padding: 3px 0 3px 5%;
    margin-top: -80px;
}
.period, .slook {
    font-size: 15px;
}
.periodFlex {
    flex-wrap: nowrap;
}
.period {
    flex-basis: 70%;
}
.slook {
    flex-basis: 30%;
    margin: 0 10px;
}
/*cost*/
.costimg::before {
    padding: 10px;
    font-size: 31px;
}
.costBox,
.costBox2,
.costBox3 {
    width: 98%;
}
.costBox h2,
.costBox2 h2 {
    font-size: 15px;
    padding: 7px 0 7px 23px;
    background-size: 33px;
    background-position: 1px 0;
}
.costBox h2 span,
.costBox2 h2 span {
    padding-left: 12px;
}
.corceList {
    flex-basis: calc(42% - 7px);
    margin: 7px 0 0 7px;
}
.corceList li {
    font-size: 10px;
    padding: 3px 0 2px 5px;
    line-height: 18px;
}
.corceH3, .corceH3b {
    flex-basis: 58%;
    margin-top: -24px;
}
.corceH3 h3,
.corceH3b h3 {
    font-size: 16px;
    padding: 6px 0 2px 16px;
}
.corceContent,
.corceContent2 {
    padding: 4px;
}
.imgDA40,
.imgDA42,
.imgR44,
.img480B {
    flex-basis: 58%;
    margin: 7px 0 0 0;
}
.imgDA40::before,
.imgDA42::before,
.imgR44::before,
.img480B::before {
    font-size: 14px;
    padding: 5px 0 5px 5px;
    width: calc(100% - 5px);
    top: 5px;
}
.imgDA40::after,
.imgR44::after,
.imgDA42::after,
.img480B::after {
    font-size: 14px;
    width: calc(100% - 10px);
    padding: 0 10px 0 0;
    top: 172px;
}
.corceList li:nth-child(2)::before {
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    top: 5px;
    left: 51%;
}
/*sale*/
.edit {
    font-size: 16px;
}
/*戻るボタン*/
.return {
    width: 60px;
    height: 50px;
    background-color: #153244;
    position: fixed;
    bottom: 20px;
    right: 9%;
    cursor: pointer;
    z-index: 2;
}
.return::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    top: 43%;
    left: 35%;
}
.return::after{
    content: 'PAGE TOP';
    display: inline-block;
    position: absolute;
    color: #153244;
    font-size: 10px;
    top: 98%;
    left: 0;
}
}
@media screen and (max-width:475px){
.imgDA40::after,
.imgR44::after,
.imgDA42::after,
.img480B::after {
    top: 161px;
}
.corceList li {
    padding: 2px 0 2px 5px;
}
}
@media screen and (max-width:450px){
    .imgDA40::after,
    .imgR44::after,
    .imgDA42::after,
    .img480B::after {
        top: 152px;
    }
    .corceList li {
        padding: 2px 0 1px 5px;
    }
    }
@media screen and (max-width:450px){
    .imgDA40::after,
    .imgR44::after,
    .imgDA42::after,
    .img480B::after {
        top: 152px;
    }
    .corceList li {
        padding: 2px 0 1px 5px;
    }
}
@media screen and (max-width:425px){
    .imgDA40::after,
    .imgR44::after,
    .imgDA42::after,
    .img480B::after {
        top: 147px;
    }
    .corceList li {
        padding: 1px 0 1px 5px;
    }
}
@media screen and (max-width:400px){
    .imgDA40::after,
    .imgR44::after,
    .imgDA42::after,
    .img480B::after {
        top: 135px;
    }
    .corceList li {
        padding: 1px 0 0 5px;
    }
}
@media screen and (max-width:375px){
    .imgDA40::after,
    .imgR44::after,
    .imgDA42::after,
    .img480B::after {
    top: 127px;
    }
    .corceList li {
        padding: 0 0 0 5px;
    }
}

@media screen and (max-width:400px){
    .single{
        line-height: 1.25em;
    }
}