/* css reset */
@charset "utf-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, a, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}
/*ヘッダー*/
.headertitle {
    padding: 15px 0;
    width: 70%;
}
.headertitle a {
    font-size: 50px;
    padding-left: 50px;
    color: white;
    font-weight: 600;
}
.headernav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background: #ff56d199;
    position: absolute;
    width: 100%;
    top: 0;
}
nav {
    width: 30%;
}
/*ヘッダーメニュー*/
.menu {
    max-width: 600px;
}
.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
label {
    display: block;
    padding: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
}
input {
    display: none;
}
.menu ul {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    list-style: none;
}
.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}
/*ボディーコンテンツ*/

.content {
    FONT-WEIGHT: 600;
    max-width: 100%;
    width: 60%;
    margin: 130px auto 30px;
    
}
.main-box {
    margin: auto;
    background: #ff56d11f;
    border-radius: 8px;
	 overflow: hidden;
}
.content p {
    display: table;
    margin: 8px 0 0;
    text-align: left;
}
.main-box, .contentbox, .contentbox1, .contentbox2 {
    margin-bottom: 50px;
    padding: 20px;
    clear: both;
}
h1, h2, h3, h4 {
    margin-bottom: 15px;
}
h2, h3, h4 {
    padding: .5em 0;
    border-top: 4px solid #00b9ed;
    border-bottom: 1px solid rgb(223 223 223);
    ;
}
figure .left {
    float: left;
    margin: 20px 15px 15px 0;
    max-width: 45%;
}
figure .right {
    float: right;
    margin: 0px 0px 15px 15px;
    max-width: 45%;
}
figure img {
    max-width: 100%;
}
.mainbox, .box1, .box-2, .box3::after {
    content: " ";
    display: block;
    clear: both;
}
figure .left {
    content: "";
    display: block;
    clear: both;
}
footer {
    clear: both;
    background: #ff56d1a1;
}
footer p {
    padding: 20px;
    font-size: 23px;
    text-align: center;
}
.jumbotron {
    background-image: url("./img/main.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    ;
}
/*スマートフォンエリア*/
@media only screen and (max-width: 768px) {
    .content {
        FONT-WEIGHT: 600;
        max-width: 100%;
        width: 90%;
        margin: 30px auto 10px;
        text-align: center;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h1, h2, h3, h4 {
        margin-bottom: 30px;
    }
    #menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li {
        height: 52px;
        opacity: 1;
        font-size: 10px;
    }
    .menu a {
        display: block;
        text-decoration: none;
        color: #000;
        text-align: center;
        padding: 0;
        margin-top: 17px;
    }
    .jumbotron {
        height: 52vh;
    }
	
	.headernav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background: #2196f399;
    position: static;
    width: 100%;
    top: 0;
}
	
	figure .left {
    float: left;
    margin: 20px 15px 15px 0;
    max-width: 100%;
}
	
	figure .right {
    float: left;
    margin: 20px 15px 15px 0;
    max-width: 100%;
}
	.headertitle a {
    font-size: 19px;
    padding-left: 21px;
}
	.headertitle {
    padding: 38px 0;
    width: 70%;
}
	
	label {
    font-size: 18px;
}

	.content p {
    display: table;
    /* margin: 8px -1px 8px; */
    margin: 19px;
    text-align: left;
}
	
}