*, *::before, *::after {
margin:0;padding:0;
box-sizing: border-box;
}
html {font-size: 62.5%;}
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif; 
font-size:1.5rem;
line-height: 1.6;
color: #333;
-webkit-font-smoothing: antialiased;  /* Macで文字をなめらかに */
letter-spacing: 0.02rem;

    max-width: 600px;
    margin: 0 auto;
}
a {text-decoration:none;}
img {
max-width: 100%;
height: auto;
display: block;
}
table {border-collapse: collapse;}
li {list-style: none;}


.head_intro {
font-size: 1rem;
background-color: #000;
color: #fff;
padding: 0 0 0 5px;
}

.contents_box {
margin:0px auto;
}
.contents_box ul.inc_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width:100%;
	margin:0 auto;
}
.contents_box ul.inc_menu li {
    width: calc(100% / 4);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;	
}
.contents_box ul.inc_menu li:last-child {    border-right: none;}
.contents_box ul.inc_menu li a {
    color: #333;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}



h2.title_h2 {
    background-color: #99c2b7;
    margin: 0 auto 10px;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #000;
    font-size: 2.0rem;
}
h3.title_h3 {
    width: 95%;
    margin: 0px auto;
    font-size: 2.0rem;
}
h3.title_h3 span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 5px;
}

.contents_intro {
    width: 95%;
    margin: 20px auto;
}
.explication_text {
    width: 95%;
    margin: 0 auto 50px;
    background-color: #f7f7f7;
    padding: 10px 10px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.explication_text img {
    margin: 10px auto;
    border-radius: 5px;
}

.table_box {
    width: 95%;
    margin: 10px auto 40px;
}
.table_box .chumon_memo {
    line-height: 1.4rem;
    font-size: 1.3rem;
    background-color: #efefef;
    padding: 5px;
}
.table_box .chumon_memo .impct {
    color: #f0336e;
    font-weight: bold;
}
.table_box table {
    width: 100%;
    margin: 10px auto;
}
.table_box table tr td,.table_box table tr th {
    border: 1px solid #8d8d8d;
    }
.table_box table tr th  {
    background-color: #efefef;
    text-align: center;
    font-weight: normal;
}
.table_box table tr td {
	padding: 3px 0 3px 10px;
}
.table_box table tr td span {
    font-size: 1.3rem;
    font-weight: bold;
    color: #f0326e;
    padding-left: 5px;
}


.contents_text {
    width: 95%;
    margin: 0 auto 30px;
    line-height: 1.8rem;
    font-size: 1.4rem;
}


/* フォームcss */
.order_form {
    width: 95%;
    background-color: #efefef;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.order_form li {
    margin-bottom: 15px;
}
.order_form li .box_t {
    border-left: 2px solid #000;
    padding-left: 5px;
    line-height: 1.5rem;
}
.order_form li input, .order_form li textarea {
    width: 100%;
    padding: 4px;
    margin-top: 5px;
}
.order_form li input.add_file {
    background-color: #ffffff;
}

.order_form li p {
    background-color: #fff;
    margin-top: 5px;
    padding: 2px 7px;
}

.inq_button {
    width: 95%;
    margin: 15px auto;
    display: block;
    background-color: #5999ff;
    border: none;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 5px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.inc_button_back {
    margin: 20px auto 30px;
    border: none;
    background: none;
    text-decoration: underline;
    display: block;
    width: fit-content;
    font-size: 1.5rem;
}
/* 完了画面 */
.done_t {
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
}


/* コピーライト */
footer {
    margin-top: 50px;
}
footer .copyright {
background-color: #000;
color: #fff;
text-align: center;
padding: 10px 0;
font-size:1.1rem;
}
footer .copyright a {
color:#fff;
text-decoration:underline;
}