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

.sub section#subContainer h2 {
    font-size: 56px;
    line-height: 1.5em;
    margin-bottom: 80px;
}

.sub section#subContainer h2 span {
    font-size: 56px;
    display: inline-block;
    color: #f28127;
}

.sub section#subContainer .sec01 {
    width: 100%;
    margin:0 0 70px 0;
}
.sub section#subContainer .sec01 ol{
	width: 96%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.sub section#subContainer .sec01 ol dt{
    width:35%;
    height:auto;
    overflow:hidden;
}
.sub section#subContainer .sec01 ol dt img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sub section#subContainer .sec01 ol dd{
    width:60%;
}
.sub section#subContainer .sec01 ol dd h4{
    font-size:150%;
    font-weight:bold;
    margin-top:1em;
    margin-bottom:1em;
	border-bottom: none;
}
.sub section#subContainer .sec01 ol dd p {
    box-sizing:border-box;
}

.sub section#subContainer div.intro h4 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.intro{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
/*
.sub section#subContainer div.intro ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 50px 0;
}

.sub section#subContainer div.intro ul li {
    border-radius: 30px;
    width: 24%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.sub section#subContainer div.intro h3 {
    margin: 15px 0 20px;
    font-size: 24px;
    color: #000;
    display: block;
    line-height: 1em;
}

.sub section#subContainer div.intro li p {
    line-height: 1.5em;
}

.sub section#subContainer div.intro ul li p {
    text-align: center;
    font-weight: bold;
}
*/

.sub section#subContainer div.support{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.sub section#subContainer div.support h4 {
	font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.support ul.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub section#subContainer div.support ul.flex > li {
    width: 48%;
	margin-bottom: 40px;
}
.sub section#subContainer div.support ul.flex > li:nth-of-type(3){
	margin-bottom: 0;
}
.sub section#subContainer div.support ul.flex > li:nth-of-type(4){
	margin-bottom: 0;
}
.sub section#subContainer div.support ul.flex li h3 {
    font-size: 120%;
    margin: 0 0 30px 0;
    display: block;
    text-align: left;
    border-bottom: 2px dotted #000;
}

.sub section#subContainer div.support ul.flex li h3 span {
    color: #000;
    font-size: 30px;
    padding-right: 5px;
	font-family: 'Jost', sans-serif;
}

.sub section#subContainer div.support ul.flex li .box {
    display: flex;
}

.sub section#subContainer div.support ul.flex li .box img {
	padding-right: 30px;
	width: 98px;
	height: 102px;
}

.sub section#subContainer div.support ul.flex li .box p {
    line-height: 1.8em;
}

.sub section#subContainer div.support ul.flex li .osusume ul {
    background: #fff;
    padding: 30px;
    text-align: left;
	border: 1px solid;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.sub section#subContainer div.support ul.flex li .osusume ul li {
    width: 100%;
    margin-bottom: 8px;
}
.sub section#subContainer div.support ul.flex li .osusume {
    margin-top: 20px;
}
.sub section#subContainer div.support ul.flex li .osusume h3 {
    border: none;
    font-size: 16px;
    margin: 0 40px;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
    top: 15px;
	display: inline-block;
	background: #fff;
}

.sub section#subContainer div.trouble h4 {
	font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.trouble{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.sub section#subContainer div.trouble ul{
    display: flex;
    flex-wrap: wrap;
	margin: 20px;
	justify-content: space-between;
}
.sub section#subContainer div.trouble ul li {
	width: calc(50% - 30px);
	position: relative;
	list-style-type: none!important;/*ポチ消す*/
	margin-bottom: 20px;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 20px 0px 0px 20px;/*左側の角丸く*/
    padding: 5px;
    font-size: 120%;
	font-weight: bold;
}
.sub section#subContainer div.trouble ul li:before{
	display:inline-block; 
	vertical-align:middle;
	/*以下丸つくる*/
	content:'';
	width:1em;
	height: 1em;
	background: #000;
	border-radius: 50%;
	margin: 0 20px 0 10px;
}
.sub section#subContainer div.trouble ul li span{
	color: #7b1b1b;
}
.contactForm{
	width: 96%;
    max-width: 1200px;
	margin: 0 auto;
}
