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


/* 全てに適用するCSS */

html{
	overflow: auto;
}

body {
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 17px;
	width: 100%;
	margin:auto;
	overflow:hidden;
}

.clear{clear:both}

img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	}

a{color:#333;}

.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
}


#wrapper {
	text-align: center;
	margin: 0 auto;
}

.main_title_1{
	margin: 0 auto;
	max-width: 1300px;
}

.main_title_2{
	margin: 10px auto 10px;
	max-width: 700px;
	width: 95%;
}

.bg_read{
	margin: -7px auto 0;
	background-color: rgb(233,230,243);
}

.read{
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: justify;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	color: rgb(59,30,135);
}

.main{
	margin: 40px auto 0;
	max-width: 800px;
	width: 95%
}

.honbun{
	text-align: justify;
	font-size: 16px;
	line-height: 27px;
}

.bold{
	font-weight: bold;
}

.name{
	font-weight: bold;
	color: rgb(59,30,135);
}

.shikake{
	margin: 30px auto 25px;
	max-width: 500px;
	width: 95%;
}

.katagaki_1{
	margin: -5px auto 0;
	text-align: center;
	font-size: 14px;
}

.katagaki_2{
	font-weight: bold;
	font-size: 20px;
}

.cap{
	margin: -5px auto 0;
	text-align: justify;
	font-size: 13px;
}

.komidashi{
	margin: 45px auto 30px;
}

.komidashi_title{
	margin: -5px auto;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: rgb(59,30,135);
}

.line{
	position: relative;
	border-bottom: 5px solid rgb(59,30,135);
}
.line::before{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 50%;
	height: 5px;
	background: rgb(107,22,133);
}

.underline{
	border-bottom: 1.5px dashed rgb(59,30,135);
}

.last_img{
	margin: 40px auto 0;
}

.information{
    margin: 50px auto 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	background: linear-gradient(to right,rgb(59,30,135),rgb(107,22,133))
}

.information p{
	margin: 10px auto;
	padding: 3px 0;
}

.logo{
	margin: 30px auto 20px;
	max-width: 800px;
	width: 95%;
}

.company_name{
	margin: -5px auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.company{
	font-weight: bold;
	font-size: 20px;
}

hr{
	height: 1px;
	background-color: rgb(59,30,135);
}

.cooperation{
	margin: 20px auto;
	display: flex;
	justify-content: center;
}

.cooperation_text{
	border: 1px solid;
	text-align: center;
	padding: 10px 10px;
	margin-right: 30px;
	margin-left: 30px;
}

.cooperation_name{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-right: 30px;
}

.cooperation_company{
	font-weight: bold;
	font-size: 16px;
}

.cooperation_name a{
	text-decoration: none;
}

.company_name a{
	text-decoration: none;
}



/* ------------------------------ *
	SNSボタン
 --------------------------------*/

.snss{
	margin: 0 auto;
	max-width: 370px;
	height: 20px;
	padding: 60px 0 40px 0;
}



/*--------------------------------
スマホ時に消す指示
--------------------------------*/

@media screen and (min-width:769px){
	.sp{
		display: none !important;
		}
}


/*--------------------------------
ウィンドウ幅が0〜768pxの場合に適用するCSS
--------------------------------*/
	
@media screen and (max-width:768px){
	
.pc{
	display: none !important;
}
	
body { 
	margin:0; 
	padding:0; 
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 15px; 
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 100%;
}
	
#wrapper {
	text-align: center;
	margin: 0 auto;
}
	
.main_title_1{
	margin: 0 auto;
}

.main_title_2{
	margin: 10px auto 10px;
	width: 90%;
}

.bg_read{
	margin: -7px auto 0;
	background-color: rgb(233,230,243);
}

.read{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: justify;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	color: rgb(59,30,135);
}

.main{
	margin: 30px auto 0;
	width: 90%
}

.honbun{
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

.bold{
	font-weight: bold;
}

.name{
	font-weight: bold;
	color: rgb(59,30,135);
}

.shikake{
	margin: 20px auto 15px;
	width: 80%;
}

.katagaki_1{
	margin: -5px auto 0;
	text-align: center;
	font-size: 14px;
}

.katagaki_2{
	font-weight: bold;
	font-size: 18px;
}

.cap{
	margin: -5px auto 0;
	text-align: justify;
	font-size: 12px;
}

.komidashi{
	margin: 30px auto 30px;
}

.komidashi_title{
	margin: -5px auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: rgb(59,30,135);
}

.line{
	position: relative;
	border-bottom: 5px solid rgb(59,30,135);
}
.line::before{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 50%;
	height: 5px;
	background: rgb(107,22,133);
}

.underline{
	border-bottom: 1.5px dashed rgb(59,30,135);
}

.last_img{
	margin: 30px auto 0;
}

.information{
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	background: linear-gradient(to right,rgb(59,30,135),rgb(107,22,133))
}

.information p{
	margin: 10px auto;
	padding: 3px 0;
}

.logo{
	margin: 30px auto 20px;
	width: 80%;
}

.company_name{
	margin: -5px auto 30px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.company{
	font-weight: bold;
	font-size: 18px;
}

hr{
	height: 1px;
	background-color: rgb(59,30,135);
}

.sp_cooperation{
	margin: 30px auto;
	text-align: center;
}

.sp_cooperation_text{
	margin: 0 auto 20px;
	border: 1px solid;
	height: 30px;
	width: 100px;
	padding-bottom: 20px;
	text-align: center;
}

.sp_cooperation_name{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.sp_cooperation_company{
	font-weight: bold;
	font-size: 16px;
}
	

}