@charset "utf-8";

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;
}

body {
    line-height: 1;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    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;
}


/* 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;
}

/*************************************************************

ここまでリセット

*************************************************************/

body {
    width: 100%;
    margin: 0;
    line-height: 1.8;/*詰まりすぎを防ぐ*/    
    /*color: #3b4043;*/
	color: #707070;
}

#page_wrap p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

dl{
    font-size: 16px;
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#page_wrap a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

#page_wrap a:hover {
    opacity: .8;
}

#page_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
@media screen and (max-width: 768px){
    #page_wrap{
        padding: 3%;
    }
}

.ttl{
	font-size: 35px!important;
	border-bottom: solid 2px #00991f;
	margin-bottom: 20px!important;
    text-align: center;
}
@media screen and (max-width: 768px){
    .ttl{
        font-size: 24px!important;
        line-height: 1.4!important;
    }
}

.ttl2{
	font-size: 25px!important;
	border-top: dashed 2px #77bb71;
	margin-bottom: 10px!important;
	font-weight: bold!important;
	padding-top: 20px!important;
}

.ttl3{
	font-weight: bold!important;
    font-size: 18px!important;
}

#page_wrap .read_text{
	margin-bottom: 20px!important;
        line-height: 1.8!important;
}

.essentials_area{
	margin-bottom: 40px!important;
}

.essentials_list{
	display: flex;
	margin-bottom: 20px!important;
}
@media screen and (max-width: 768px){
	.essentials_list{
		display: block;
	}
}

.essentials_list dt{
	background-color: #5eae57;
	color: #fff;
	width: 20%;
	margin-right: 2%;
	text-align: center;
	padding:5px 10px 5px 10px;
	border-radius: 5px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
@media screen and (max-width: 768px){
	.essentials_list dt{
		width: 35%;
        padding: 5px;
	}
}

.essentials_list dd{
	width: 78%;
	padding:5px 10px 5px 0;
}
@media screen and (max-width: 768px){
	.essentials_list dd{
		width: 100%;
		padding:5px 10px 5px 0;
	}
}

.main_visual{
	text-align: center;
	margin-bottom: 50px;
    position: relative;
}
@media screen and (max-width: 768px){
    .main_visual{
        margin-bottom: 0;
    }
}

.main_visual div{
    position: absolute;
    bottom: 4%;
    right: 3%;
    background-color: #fff;
    opacity: 0.9;
    padding: 30px;
    border-radius: 10px;
}
@media screen and (max-width: 768px){
    .main_visual div{
        position: inherit;
        right: 0;
        padding: 10px 0 20px 0;
    }
}

.main_visual div p{
    font-size: 30px!important;
    text-align: left;
    margin-bottom: 10%;
    line-height: 1.4!important;    
}
@media screen and (max-width: 768px){
    .main_visual div p{
        font-size: 20px!important;
        margin-bottom: 20px!important;
    }
}

.main_visual div dl{
    display: flex;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px){
    .main_visual div dl{
        font-size: 18px;
    }
}


.main_visual div dt{
    background-color: #5eae57;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;    
}
@media screen and (max-width: 768px){
    .main_visual div dt{
        padding: 5px 10px;
        margin-bottom: 5px;
    }
    
    .main_visual div dd{
        width: 100%;
        text-align: left;
    }
}

.overview_text{
	margin-bottom: 20px;
}

.more_button{
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px auto!important;
    text-align: center!important;
}
@media screen and (max-width: 768px){
	.more_button{
		width: 80%;
	}
}

.more_button a{
background-color: #5eae57;
    color: #fff;
    width: 100%;
    text-align: center!important;
    /* padding: 5px 10px 5px 10px; */
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px){
	.more_button a{
		padding: 10px;
	}
}

.recommended_area{
	display: flex;
	margin-bottom: 35px;
	flex-wrap: wrap;
}

.recommended_left{
    width: 43%;
    margin-right: 2%;
}
@media screen and (max-width: 768px){
	.recommended_left{
		width: 100%;
		margin-bottom: 10px;
	}
}	

.recommended_center{
	width: 30%;
	margin-right: 2%;
}
@media screen and (max-width: 768px){
	.recommended_center{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}

.recommended_right{
	width: 23%;
}
@media screen and (max-width: 768px){
	.recommended_right{
		width: 100%;
	}
}

.participation_area{
	margin-bottom: 35px;
}

.notes_area{
	margin-bottom: 35px;
}



#page_wrap .point_list{
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em!important;
    margin-bottom: 30px!important;
    font-size:16px;
}

.pc_wrap{
    margin-bottom: 90px;
}

sup {
    vertical-align: super;
    position: relative;
    top: 0.1em;
}

.sup_small {
    font-size: 12px;
}






.i7{
    border: solid 1px #000;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: -30px auto 50px auto;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .i7{
        padding: 20px;
    }
}

.i7 div{
    width: 150px;
    margin-right: 30px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .i7 div{
        width: 100%;
        margin-bottom: 20px;
    }
}

.i7 p{
    width: calc(100% - 180px);
}
@media screen and (max-width: 768px){
    .i7 p{
        width: 100%;
    }
}
