@charset "UTF-8";
/* CSS Document */


/*※※※※※　リセットCSSここから　※※※※※*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
min-height:0;
min-width : 0;
}

/*※※※※※　リセットCSSここまで　※※※※※*/

.houjin_container{
	width: 100%;
	max-width: 1000px;
	height: auto;
	background-color: #d9ebe9;
	padding: 3%;
	margin: 0 auto;
}

.houjin_title{
	width: 100%;
	max-width: 500px;
	height: auto;
	font-size: 40px;
	padding:1%;
	margin:0 auto 30px auto;
	border-radius: 30px;
	text-align: center;
	color:#ffffff;
	background-color: #85bdb4;
}

.houjin_all_wrapper{
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	/*background-color: #b4d7d1;*/
}



.houjin_wrapper{
	width: 100%;
	max-width: 1000px;
	height: auto;
	/*display: flex;
	flex-direction: row;*/
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	background-color: #b4d7d1;
	border-radius: 25px;
}

.houjin_touki_title{
	width: 100%;
	max-width: 1000px;
	height: auto;
	font-size: 35px;
	margin:20px auto;
	border-radius: 30px;
	text-align: center;
	display: inline-block
	/*background-color: #85bdb4;*/
}

.houjin_inner_wrapper{
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	text-align: center;
	background-color: #b4d7d1;
	border-radius: 25px;
}

.houjin_touki_table{
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 1%;
	background-color: #b4d7d1;
	border-radius: 25px;
	font-weight: normal;
}

.houjin_touki_table tr{
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: left;
	padding-left: 40px;
}

.houjin_touki_table th{
	width: 100%;
	max-width: 450px;
	height: auto;
	font-size: 30px;
	text-align: center;
	margin: 5px auto;
	display: inline-block;
}

.houjin_touki_table td{
	width: 100%;
	max-width: 180px;
	height: auto;
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	margin:5px auto;
	display: inline-block;
	
}


.houjin_seturitu_top{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.houjin_seturitu_middle1{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.houjin_seturitu_middle2{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.houjin_seturitu_middle2 td:last-child{
	width: 100%;
	max-width: 200px;
	height: auto;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin:5px auto;
	display: inline-block;
}

.houjin_seturitu_bottom{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:column;
	text-align: left;
	padding-bottom: 10px;
}

.houjin_seturitu_bottom td{
	width: 100%;
	max-width: 450px;
	height: auto;
	font-size: 25px;
	text-align: left;
	margin:5px auto;
	padding-left: 12px;
	display: inline-block;
}




.kakusyu_henkou_wrapper{
	width: 100%;
	max-width: 480px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	text-align: center;
}

.kakusyu_henkou_table{
	width: 100%;
	max-width: 480px;
	height: auto;
	font-size: 20px;
	margin: 1%;
	background-color: #b4d7d1;
	border-radius: 25px;
}

.kakusyu_henkou_table tr{
	width: 100%;
	max-width: 450px;
	height: auto;
	text-align: left;
	margin: 3%;
}

.kakusyu_henkou_table th{
	width: 100%;
	max-width: 450px;
	height: auto;
	font-size: 30px;
	text-align: center;
	margin: 5px auto;
	display: inline-block;
}

.kakusyu_henkou_table td{
	width: 100%;
	max-width: 450px;
	height: auto;
	font-size: 25px;
	text-align: left;
	display: inline-block;
	font-weight: normal;
}

.kakusyu_henkou_top{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.kakusyu_henkou_middle1{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.kakusyu_henkou_middle2{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.kakusyu_henkou_middle3{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:row;
	font-weight: bold;
}

.kakusyu_henkou_bottom{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction:column;
	text-align: left;
	padding-bottom: 10px;
}

.kakusyu_henkou_bottom td{
	width: 100%;
	max-width: 450px;
	height: auto;
	text-align: left;
	padding-left: 30px;
}




.bunsyo_sakusei_table{
	width: 100%;
	max-width: 1000px;
	height: auto;
	font-size: 20px;
	margin-top:20px;
	background-color: #b4d7d1;
	border-radius: 25px;
}



.bunsyo_sakusei_title{
	width: 100%;
	max-width: 1000px;
	height: auto;
	font-size: 35px;
	text-align: center;
	margin: 20px auto;
}

.bunsyo_sakusei_table td{
	width: 100%;
	max-width: 350px;
	height: auto;
	font-size: 25px;
	text-align:left;
	margin-top:0 auto;
	display: inline-block;
}

.bunsyo_sakusei_top{
	width: 100%;
	max-width: 800px;
	height: auto;
	display: flex;
	flex-direction:row;
	text-align: left;
	margin: 0 auto;
}

.bunsyo_sakusei_top td{
	max-width: 350px;
}


.bunsyo_sakusei_middle{
	width: 100%;
	max-width: 800px;
	height: auto;
	display: flex;
	flex-direction:row;
	text-align: left;
	margin: 0 auto;
}

.bunsyo_sakusei_bottom{
	width: 100%;
	max-width: 800px;
	height: auto;
	display: flex;
	flex-direction:row;
	text-align: left;
	margin: 0 auto;
}

.bunsyo_sakusei_bottom td{
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: left;
}

.bunsyo_sakusei_bottom td:last-child{
	margin-bottom: 41px;
}



@media screen and (max-width: 1000px) {
	

}

@media screen and (max-width: 600px) {
	

	
}